@media only screen and (min-width:1550px) {
    .header-single-slider figure,
    .header-single-slider figure img {
        width: 100%;

    }

    .navbar-area {
        padding: 16px 0;
        min-height: 200px !important;
    }
}

@media only screen and (min-width:1350px) {
    .header-single-slider figure,
    .header-single-slider figure img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .navbar-area {
        min-height: 127px;
        background-size: 100% 100%;
    }
}

@media only screen and (max-width:1200px) and (min-width:991px) {
    .main-menu ul li a {
        padding: 10px 3px;
        font-size: 20px !important;

    }
    .main-menu{
        text-align: unset !important; 
    }

    .box-design h1{
        margin:0px 0px 10px 10px !important;
    }
    .box-same div{
        /*margin: 15px 0px 0px 13px !important;*/
    }

    .navbar-area {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .main-menu ul li.active a:before {
        bottom: 10px;
        right: -4px;
    }

    .main-menu ul li.active a:after {
        top: 8px;
        left: -4px;
    }

    a.book-now {
        margin-left: 10px;
    }
    nav {
        margin: 22px -30px 22px 0;
    }

    .section-header h2:after {
        right: 40px;
    }

    .team-member {
        height: 370px;
    }

    .member-title {
        height: 125px;
    }
}



/* medium Layout 1280px */

@media only screen and (min-width:992px) {
    #subscribe i {
        float: left;
    }
    .form-row{
        margin: 0 auto !important;
    }
}




/* Tablet Layout: 768px */

@media only screen and (min-width:768px) and (max-width:991px) {
    .features-list-item {
        padding: 26px 15px;
    }
    .box-same{ 
        height: 200px;
        background-size: 100% 200px;
    }
    .form-row{
        margin: 0 auto !important;
    }
}




/* Mobile Layout: 320px */

@media only screen and (max-width:992px) {

    /* Navbar */
    .navbar-area {
        /*background: #fff;*/
        margin: 0px !important;
        min-height: 127px;
        background-size: 100% 65%;
    }
    header .logo {
        padding: 22px 0px 0px 22px !important;
    }
    .meanmenu-reveal{
        margin-top: 30px !important;
    }
    .header-right-bar {
        text-align: right;
        margin-right: 100px;
    }

    ul li.book-now-btn {
        display: none !important;
    }

    /* Header top */
    .email:after,
    .header-social:after {
        display: none;
    }

    .address,
    .phone {
        padding-left: 0;
    }

    /* Header slider */
    .header-slider .owl-next,
    .header-slider .owl-prev {
        bottom: 26%;
        top: 77%;
    }

    .header-slider .container.inner-content {
        width: 70%;
    }

    .header-slider .container.inner-content.text-right {
        margin-right: 0;
    }

    /* Portfolio */
    .sorting-btn {
        width: 100%;
    }

    .portfolio figure {
        width: 100%;
        overflow: hidden;
    }

    .portfolio figure img {
        width: 100%;
    }

    .portfolio figure a img {
        width: auto;
    }

    /* Team Member */
    .team-member img {
        width: 100%;
    }

    .post-thumbnail img {
        width: 100%;
    }

    .section-header h2:after {
        display: none;
    }
    #subscribe i {
        margin-right: 0 !important;
    }


    .features-list-item:hover {
        margin-top: 0;
        box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.08);
    }

    .header-single-slider figure img {
        height: 100%;
    }

    .call-out {
        padding: 50px 0px;
    }

    #blog-content article.blog-post:last-child {
        margin-bottom: 80px;
    }

    /* Blog page */
    .post-new-comment,
    ul.meta-info,
    #blog-content .post-content,
    .post-comment-area .media {
        padding: 30px 30px;
    }

    ul.meta-info li {
        margin-bottom: 10px;
    }

    #blog-content ul.meta-info {
        padding: 15px 30px;
    }

    #gallery .load-btn {
        height: 45px;
    }

    .single-blog-area .tag-share {
        padding: 10px 30px;
    }

    #blog-content ul.meta-info li {
        margin-right: 10px;
    }

    .scrollup {
        right: 5px;
        bottom: 5px;
    }
    .box-same{ 
        height: 160px;
        background-size: 100% 160px;
    }
    .form-row{
        margin: 0 auto !important;
    }
}





/* Wide Mobile Layout: 480px */

@media only screen and (max-width:767px) {
    .header-slider .container.inner-content {
        width: 100%;
        margin-left: 0;
    }

    .header-right-bar {
        text-align: right;
        margin-right: 80px;
    }

    .header-right-bar ul li a {
        padding: 0 4px 0;
    }

    .portfolio .col-lg-6 figure {
        height: 250px;
    }

    .portfolio .col-lg-6 figure img{
        height: 100%;
    }


    #footer-widgets p {
        margin-bottom: 24px;
    }

    .contact-box {
        width: 50%;
        margin: -16% 0px;
    }

    .container.inner-content {
        width: 100%;
        margin-left: 0;
    }

    ul.meta-info,
    #blog-content .post-content {
        padding: 30px 15px;
    }

    .box-same{ 
        height: auto;
        background-color: #233049;
        background-size: 100% 250px;
        background-image: unset;   
    }
    .same-size{
        max-width:100% !important;
        margin-top:15px;
    }
    .form-row{
        margin: 0 auto !important;
    }
    .text-format{
        text-align: center !important;
    }
}

/*@media only screen and (max-width:650px) {*/
/*    header{*/
/*        overflow:unset !important;*/
/*    }*/
/*    .header-right-bar {*/
/*        text-align: right;*/
/*        margin-right: 60px;*/
/*    }*/

/*    .header-right-bar ul li a {*/
/*        padding: 0 4px 0;*/
/*    }*/
/*    .box-same{ */
/*        height: auto;*/
/*        background-size: 100% 200px;*/
/*        background-color: #233049;*/
/*        background-image: unset;*/
/*    }*/
    /*.same-size{*/
/*        max-width:-moz-available !important;*/
        /* margin-top:10px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 991px){
    header .logo {
        padding: unset !important;
    }
    
    .narbar-area{
        margin: 0px !important;
    }
    .meanmenu-reveal{
        margin-top: 30px !important;
    }
}
@media only screen and (min-width: 400px) and (max-width: 580px) {
    .meanmenu-reveal{
        margin-top: 30px !important;
    }
    .navbar-area {
        min-height: 85px;
        background-size: 100% 65%;
    }
    .main_img{
        height: 300px !important;
    }
    .main_menu{
        margin-top: 9px !important;
    }
    .form-row{
        margin: 0 auto !important;
    }
    /*.same-size{*/
    /*    max-width:-moz-available !important;*/
    /*    margin-top:10px;*/
    /*}*/
    header{
        overflow:unset !important;
    }
    .text-format{
        text-align: center !important;
    }
    /*.sticky-nav{
        position: fixed;
    }*/
}
@media only screen and (min-width: 10px) and (max-width: 400px) {
    .meanmenu-reveal{
        margin-top: 30px !important;
    }
    .navbar-area {
        min-height: 85px;
        background-size: 100% 65%;
    }
    .main_img{
        height: 300px !important;
    }
    .main_menu{
        margin-top: 9px !important;
    }
    .box-same{ 
        height: auto;
        background-size: 100% 200px;
        background-color: #233049;
        background-image: unset;
    }
    /*.same-size{*/
    /*    max-width:-moz-available !important;*/
    /*    margin-top:10px;*/
    /*}*/
    header{
        overflow:unset !important;
    }
    .form-row{
        margin: 0 auto !important;
    }
    .text-format{
        text-align: center !important;
    }
}