/*================================================

Template name: Three Amigos
Version: 1.0.0
Author: SITLBD      
Author url: https://www.sitlbd.com/ 
Developer: Najmul Huda Eimon  


[Table of Content]

1: Extra large device
2: Large device 
3: Medium device 
4: Small device 
5: Extra small device

================================================*/

/*===================================================
 1: Extra large device
====================================================*/
@media (min-width: 1200px) and (max-width: 1719px) {
    /* banner */
    .banner .banner-img {
        right: 0%;
        width: 175%;
    }

    /* about */
    .about .image-part {
        margin-left: -120px;
        width: 130%;
    }

    .about.located.form-careers .image-part {
        width: 100% !important;
    }

    /* client */
    .client .button-prev {
        left: 0px;
    }

    .client .button-next {
        right: 0px;
    }

    /* Box Table */
    .book-table .row {
        width: 100%;
    }
}
/*===================================================
 1: Extra media query limon
====================================================*/
@media (min-width: 1351px) and (max-width: 1500px) {

    .banner-bg-second-left {
        position: absolute;
        margin-top: -75%;
        width: 50%;
    }
}
/*===================================================
 1: Extra media query limon
====================================================*/
@media (min-width: 1200px) and (max-width: 1350px) {

    .banner-bg-second-left {
        position: absolute;
        margin-top: -82.5%;
        width: 50%;
    }
}
/*===================================================
 2: Large device 
=====================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    /* general css */
    .logo-menu {
        display: inline-block;
    }

    .top-bar-header {
        display: none;
    }

    .header-menu.ml-auto {
        margin-right: 15px !important;
    }

    .menubar .menu.desktop {
        display: none !important;
    }

    h1 {
        font-size: 48px;
        line-height: 64px;
    }

    .header-menu ul li a {
        font-size: 1.2em !important;
    }

    /* menu */
    span.submenu-button:before {
        right: 0px;
    }

    /* banner */
    .banner .banner-img {
        right: 0%;
        width: 180%;
    }

    .banner .banner-text {
        padding-top: 200px;
        padding-bottom: 150px;
    }
    /* .team .section-title h2 {
        display: unset !important;
        grid-template-columns: unset !important;
        grid-gap: unset !important;
    }

    .team h2:after,
    .team h2:before {
        content: unset !important;
    } */
    /* about */
    .about .image-part {
        margin-left: 0;
    }

    .about .section-title h1 {
        font-size: 3.5em;
    }

    .about h5 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1.3em;
    }

    .about.gathering .banner-bg-second {
        margin-left: -50px;
    }

    /* project */
    .project .item .overlay h3 {
        font-size: 24px;
    }

    /* team */
    .team .item {
        width: 290px;
        height: 295px;
    }

    .team .item img {
        width: 91%;
    }

    .team h2:after {
        width: 250px;
    }

    .team h2:before {
        width: 250px;
    }

    /* client */
    .client .button-prev {
        left: 0px;
    }

    .client .button-next {
        right: 0px;
    }

    /* blog */
    .blog .item .blog-inner {
        padding: 30px 15px;
    }

    /* footer-top */
    .footer-top .f-title h4 {
        font-size: 23px;
    }

    /*========== Box Table ===========*/
    .book-table .row {
        width: 100%;
    }

    .book-table.instagram .text h2 {
        font-size: 0.9em !important;
    }

    .book-table.instagram .text h3 {
        font-size: 1em !important;
    }

    .book-table.instagram .text h1 {
        font-size: 1.3em !important;
    }

    .book-table.instagram .box2 p {
        font-size: 14px;
    }

    /*========== Footer =============*/
    .footer-top .times img.img-fluid {
        display: none;
    }

    .footer-top .container:before {
        height: 403px;
    }

    .footer-top .container:first-child {
        background-size: 28% 100%;
    }

    /*========== Home 2 ===========*/
    /* count */
    .count .item h4 {
        font-size: 22px;
    }

    /*========== About page ===========*/
    /* banner */
    .about-page .banner {
        background-position: 93% 0 !important;
    }

    /*========== Contact page ===========*/
    /* address */
    .address .item {
        padding: 25px;
    }

    /*========== 404 page ===========*/
    .page p {
        width: 80%;
    }
}

/*===================================================
    3: Medium device 
======================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    /* general css */
    .logo-menu {
        display: inline-block;
    }

    .top-bar-header {
        display: none;
    }

    .menubar .menu.desktop {
        display: none !important;
    }

    .header-menu.ml-auto {
        margin-right: 15px !important;
    }

    h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .section-title {
        padding-bottom: 40px;
    }

    .p-120 {
        padding: 100px 0;
    }

    .pt-120 {
        padding-top: 100px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    /* menubar */
    .home2 .menubar .menu > li:last-child a {
        color: var(--dark);
    }

    .menubar .header-menu {
        /* margin: auto !important; */
        margin: 15px !important;
    }

    .header-menu > ul > li {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    /* banner */
    .banner .banner-text .btn-style-green {
        font-size: 1.3em !important;
    }

    .banner-bg-four {
        display: none;
    }

    .banner-bg-five {
        display: none;
    }

    .banner-bg-six {
        display: none;
    }

    .about.located.careers.contact {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .banner .banner-img {
        display: none;
    }

    .banner .banner-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner.careers .banner-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner h1 {
        font-size: 3.5em !important;
        padding-bottom: 0px !important;
        margin-top: 20px !important;
    }

    .banner h2 {
        font-size: 2.7em !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .banner h4 {
        font-size: 1.2em !important;
        margin-top: 0px !important;
    }

    /* bottons */
    .btn-style-green {
        /*
            padding: 20px !important;
            font-size: 1em !important;
        */
    }

    /* about */
    .about .second-h5.contact {
        padding-bottom: 55px !important;
    }

    .location {
        margin-top: 85px !important;
    }

    .footer-top .col-brands {
        margin-top: -15px !important;
    }

    .footer-top .brands {
        display: block;
        width: 100%;
    }

    .footer-top .logo img {
        display: none !important;
    }

    .footer-top .social {
        padding-top: unset !important;
    }

    .footer-about .row .col-lg-7 {
        display: none !important;
    }

    .about.gathering .box-img-enchilada {
        display: none !important;
    }

    .about .image-part .hide-img {
        display: none !important;
    }

    .project .project-inner .gallery-slide {
        display: block !important;
    }

    .project .project-inner .gallery-colum {
        display: none !important;
    }

    .about.gathering .col-lg-7 {
        border: 0px;
    }

    .about.located.careers.contact-top .section-title:before {
        height: 0px;
        border: 0px;
    }

    .about .box-contact {
        width: 100%;
        margin: auto;
    }

    .about .content-box-contact .text p.first {
        padding-bottom: unset !important;
    }

    .about .box-contact .col {
        height: unset !important;
    }

    .about .content-box-contact {
        position: unset !important;
        top: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
    }

    .about .image-part {
        margin-left: 0px;
    }

    /* team */
    .team .item {
        width: 285px;
        height: 300px;
        margin: auto;
    }

    .team .section-title {
        width: 100%;
        text-align: center !important;
    }

    .team h2 {
        display: unset;
    }

    .team h3 {
        line-height: 1.2 !important;
        margin-top: 15px !important;
    }

    .team .box-img h1:after {
        width: 340px !important;
        top: 35px !important;
    }

    .team .box-img h2 {
        font-size: 3em !important;
    }

    .team .box-img h2 {
        top: 122px !important;
    }

    .team .box-img h4 {
        font-size: 1.1em !important;
        bottom: 55px !important;
    }

    .team .box-img .price {
        font-size: 1.2em !important;
        top: 230px !important;
    }

    .team .section-title h2 {
        display: unset !important;
        grid-template-columns: unset !important;
        grid-gap: unset !important;
    }

    .team h2:after,
    .team h2:before {
        content: unset !important;
    }

    /* client */
    .client {
        padding-bottom: 85px;
    }

    .about .banner-bg-second {
        width: 80px;
    }

    .client .button-prev {
        left: 0px;
    }

    .client .button-next {
        right: 0px;
    }

    /*========== Home 2 ===========*/
    /* about */
    .home2.about .image-part {
        text-align: center;
        margin-bottom: 30px;
    }

    /* book table */
    .book-table .image {
        display: none;
    }

    /* client */
    .client.home2 .btns .button-prev {
        left: 42%;
    }

    .client.home2 .btns .button-next {
        right: 42%;
    }

    /*========== About page ===========*/
    /* menubar */
    .about-page .header-menu ul > li a {
        color: var(--dark);
    }

    .about-page span.submenu-button:before {
        border-top-color: var(--dark);
    }

    /* banner */
    .about-page .banner {
        background-position: 93% 0 !important;
    }

    /*========== Blog page ===========*/

    .blog-page .blog-inner {
        margin-top: 50px;
    }

    /*========== Contact page ===========*/
    /* address */
    .address .item {
        padding: 25px;
    }

    /*========== 404 page ===========*/
    .page p {
        width: 100%;
        font-size: 23px;
    }
}

/*=================================================== 
    4: Small device 
=====================================================*/
@media (min-width: 576px) and (max-width: 767px) {
    /* general css */
    .row.brands-logos {
        padding-left: 35px;
        margin-top: 10px;
    }

    .logo-menu {
        display: inline-block;
    }

    .top-bar-header {
        display: none;
    }

    .menubar .menu.desktop {
        display: none !important;
    }

    .header-menu.ml-auto {
        margin-right: 15px !important;
    }

    h1 {
        font-size: 46px;
        line-height: 62px;
    }

    h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .banner .banner-text .btn-style-green {
        font-size: 1.3em !important;
    }

    .banner-bg-three {
        position: absolute;
        margin-top: -264%;
        width: 325%;
        right: 0%;
        z-index: 0;
    }

    .banner-bg-four {
        display: none;
    }

    .banner-bg-five {
        display: none;
    }

    .banner-bg-six {
        display: none;
    }

    .about.located.careers.contact {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .section-title {
        padding-bottom: 40px;
    }

    .p-120 {
        padding: 80px 0;
    }

    .pt-120 {
        padding-top: 80px;
    }

    .pb-120 {
        padding-bottom: 80px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-md-30,
    .mt-sm-30 {
        margin-top: 30px;
    }

    .ts-left {
        text-align: left !important;
    }

    .ts-center {
        text-align: center;
    }

    /* menubar */
    .home2 .menubar .menu > li:last-child a {
        color: var(--dark);
    }

    .menubar .header-menu {
        /* margin: auto !important; */
        margin: 15px !important;
    }

    .header-menu > ul > li {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    /* banner */
    .banner .banner-img {
        display: none;
    }

    .banner .banner-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner.careers .banner-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner h1 {
        font-size: 3.5em !important;
        padding-bottom: 0px !important;
        margin-top: 20px !important;
    }

    .banner h2 {
        font-size: 2.7em !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .banner h4 {
        font-size: 1.2em !important;
        margin-top: 0px !important;
    }

    /* bottons */
    .btn-style-green {
        /*
            padding: 20px !important;
            font-size: 1em !important;
        */
    }

    /* about */
    .about .second-h5.contact {
        padding-bottom: 55px !important;
    }

    .footer-top .col-brands {
        margin-top: -15px !important;
    }

    .footer-top .brands {
        display: block;
        width: 100%;
    }

    .footer-top .logo img {
        display: none !important;
    }

    .footer-top .social {
        padding-top: unset !important;
    }

    .footer-about .row .col-lg-7 {
        display: none !important;
    }

    .location {
        margin-top: 85px !important;
    }

    .about.gathering .box-img-enchilada {
        display: none !important;
    }

    .about .image-part .hide-img {
        display: none !important;
    }

    .project .project-inner .gallery-slide {
        display: block !important;
    }

    .project .project-inner .gallery-colum {
        display: none !important;
    }

    .about.gathering .col-lg-7 {
        border: 0px;
    }

    .about.located.careers.contact-top .section-title:before {
        height: 0px;
        border: 0px;
    }

    .about .box-contact {
        width: 100%;
        margin: auto;
    }

    .about .content-box-contact .text p.first {
        padding-bottom: unset !important;
    }

    .about .box-contact .col {
        height: unset !important;
    }

    .about .content-box-contact {
        position: unset !important;
        top: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
    }

    .about .image-part {
        margin-left: 0px;
    }

    .about .section-title {
        padding-top: 15px !important;
    }

    .about .section-title h1 {
        font-size: 2.5em;
    }

    .about h5 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.1em;
    }

    .about .col-lg-7 {
        padding-left: unset;
    }

    .about-box-img .img.mt-20 {
        width: 100%;
    }

    .about-box-img {
        border-right: 0px;
        padding: 0px;
    }

    /* family */
    .family .ts-left a {
        margin-top: 30px;
    }

    /* food-menu */
    .food-menu .tab-pane {
        margin-top: 0;
    }

    .food-menu .nav-item {
        margin-bottom: 20px;
    }

    /* team */
    .team .item {
        width: 285px;
        height: 300px;
        margin: auto;
    }

    .team .section-title {
        width: 100%;
        text-align: center !important;
    }

    .team h2 {
        display: unset;
    }

    .team h3 {
        line-height: 1.2 !important;
        margin-top: 15px !important;
    }

    .team .box-img h1:after {
        width: 340px !important;
        top: 35px !important;
    }

    .team .box-img h2 {
        font-size: 3em !important;
    }

    .team .box-img h2 {
        top: 122px !important;
    }

    .team .box-img h4 {
        font-size: 1.1em !important;
        bottom: 55px !important;
    }

    .team .box-img .price {
        font-size: 1.2em !important;
        top: 230px !important;
    }

    .team .section-title h2 {
        display: unset !important;
        grid-template-columns: unset !important;
        grid-gap: unset !important;
    }

    .team h2:after,
    .team h2:before {
        content: unset !important;
    }

    /* client */
    .client {
        padding-bottom: 65px;
    }

    .client.bg-review {
        background-repeat: unset !important;
    }

    .about .banner-bg-second {
        width: 80px;
    }

    .client .button-prev {
        left: 0px;
    }

    .client .button-next {
        right: 0px;
    }

    /* footer-bottom */
    .footer-bottom .f-menu ul {
        justify-content: center !important;
        padding-top: 30px;
    }

    /*========== Home 2 ===========*/

    /* book table */
    .book-table .image {
        display: none;
    }

    /* client */
    .client.home2 .btns .button-prev {
        left: 40%;
    }

    .client.home2 .btns .button-next {
        right: 40%;
    }

    /*========== About page ===========*/
    /* menubar */
    .about-page .header-menu ul > li a {
        color: var(--dark);
    }

    .about-page span.submenu-button:before {
        border-top-color: var(--dark);
    }

    /* banner */
    .about-page .banner {
        background-position: 93% 0 !important;
    }

    /*========== Blog page ===========*/

    .blog-page .blog-inner {
        margin-top: 50px;
    }

    /*========== contact page ===========*/
    /* message */
    .message .bg {
        padding: 40px 50px 50px 50px;
    }

    /*========== 404 page ===========*/
    .page p {
        width: 100%;
        font-size: 17px;
        line-height: 36px;
    }
}

/*=================================================== 
    5: Extra small device 
=====================================================*/
@media (min-width: 200px) and (max-width: 575px) {
    .row.brands-logos {
        padding-left: 35px;
        margin-top: 10px;
    }

    .banner .banner-text .btn-style-green {
        font-size: 1.3em !important;
    }

    .banner-bg,
    .banner-bg.large {
        margin-top: -75%;
        width: 75%;
    }

    .banner-bg-second {
        margin-top: -124%;
        width: 100%;
    }

    .banner-bg-three {
        position: absolute;
        margin-top: -215%;
        width: 250%;
        right: 0%;
        z-index: 0;
    }

    .banner-bg-four {
        display: none;
    }

    .banner-bg-five {
        display: none;
    }

    .banner-bg-six {
        display: none;
    }

    .banner-bg-second-left {
        display: none;
    }

    .banner-bg-second-right {
        display: none;
    }

    .about.located.careers.contact {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .book-table h1 {
        font-size: 4.2em !important;
    }

    .book-table h1 {
        font-size: 4.2em !important;
    }

    .book-table .box-hours h2 {
        font-size: 1.5em;
        color: var(--white);
    }

    /* logo */
    .logo-header-fixed,
    .logo-header {
        display: none;
    }

    .logo-menu {
        display: inline-block;
    }

    .top-bar-header {
        display: none;
    }

    .menubar .menu.desktop {
        display: none !important;
    }

    .header-menu.ml-auto {
        margin-right: 15px !important;
    }

    /* general css */
    h1 {
        font-size: 32px;
        line-height: 48px;
    }

    h2 {
        font-size: 34px;
        line-height: 50px;
    }

    .section-title {
        padding-bottom: 30px;
    }

    .p-120 {
        padding: 15px 0;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-md-30,
    .mt-sm-30 {
        margin-top: 30px;
    }

    .ts-left {
        text-align: left !important;
    }

    .ts-center {
        text-align: center;
    }

    /* menubar */
    .menubar .right-part {
        display: none;
    }

    .home2 .menubar .menu > li:last-child a {
        color: var(--dark);
    }

    .header-menu > ul > li {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    /* banner */
    .banner .banner-img {
        display: none;
    }

    .banner .banner-text {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .banner.careers .banner-text {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .banner {
        background: url("assets/images/design/home/banner/images/Photo-Banner-Home.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: bottom !important;
    }

    .banner h1 {
        font-size: 2.5em !important;
        padding-bottom: 0px !important;
        margin-top: 20px !important;
    }

    .banner h2 {
        font-size: 1.9em !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .banner h4 {
        font-size: 1.2em !important;
        margin-top: 0px !important;
    }

    .banner p {
        padding-right: 0;
        padding-bottom: 40px;
    }

    /* bottons */
    .btn-style-green {
        /*
            padding: 20px !important;
            font-size: 1em !important;
        */
    }

    /* about */
    .about .second-h5.contact {
        padding-bottom: 55px !important;
    }

    .location {
        margin-top: 135px !important;
    }

    .footer-top .col-brands {
        margin-top: -15px !important;
    }

    .footer-top .brands {
        display: block;
        width: 100%;
    }

    .about .box-contact {
        width: 100%;
        margin: auto;
    }

    .about .content-box-contact .text p.first {
        padding-bottom: unset !important;
    }

    .about.gathering .box-img-enchilada {
        display: none !important;
    }

    .about .image-part .hide-img {
        display: none !important;
    }

    .project .project-inner .gallery-slide {
        display: block !important;
    }

    .project .project-inner .gallery-colum {
        display: none !important;
    }

    .about .box-contact .col {
        height: unset !important;
    }

    .about .content-box-contact {
        position: unset !important;
        top: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
    }

    .about h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .about .image-part {
        margin-left: 0px;
    }

    .about .section-title {
        padding-top: 15px !important;
    }

    .about .author {
        display: block !important;
    }

    .about .author .image {
        float: left;
    }

    .about .author .name:before {
        display: none;
    }

    .about .author h5 {
        font-size: 19px;
    }

    .about .author .sign {
        padding-left: 100px;
        padding-top: 30px;
    }

    .about .section-title h1 {
        font-size: 2.4em !important;
    }

    .about h5 {
        padding-top: 5px !important;
        padding-bottom: 15px !important;
        font-size: 1.1em !important;
    }

    .about .second-h5 {
        padding-bottom: 35px !important;
    }

    .about .col-lg-7 {
        padding-left: 20px !important;
    }

    .about-box-img .img.mt-20 {
        width: 100% !important;
    }

    .about-box-img {
        border-right: 0px !important;
        padding: 15px !important;
        margin-top: 0px;
    }

    .about.located .about-box-img .img.mt-20 {
        right: unset !important;
    }

    .about.located .about-box-img:before {
        content: unset !important;
    }

    .about.located .section-title.text-center h2 {
        font-family: var(--mitr_semibold);
        font-size: 2.3em;
        display: inline-block;
    }

    .about.located .section-title.text-center h3 {
        font-size: 1.2em;
    }

    .about.located .section-title.text-center {
        padding-bottom: 70px !important;
    }

    .about.gathering .banner-bg-second {
        width: 68px;
        float: left;
        margin-left: -12px;
        margin-top: 19px;
    }

    .about.gathering .banner-text {
        background: unset;
        padding: 45px 0px 30px 0px;
    }

    .about.gathering .banner-text h1 {
        font-size: 2em !important;
        margin-left: 22px;
        margin-top: 0px;
        padding-bottom: 0px;
        width: 270px;
    }

    .about.gathering .banner-text h2 {
        font-size: 1.8em;
        padding-bottom: 0px;
        margin-left: 18px;
        margin-top: -5px;
        width: 280px;
        display: block;
    }

    .about.gathering .image-part .col-md-12 {
        right: unset;
    }

    .about.gathering .about-box-img .img img {
        padding-right: unset;
        height: unset;
    }

    .about.gathering .about-box-img:nth-child(2) .img img {
        margin-top: unset;
        width: unset;
    }

    .about.gathering .col-lg-7 {
        border: 0px;
        padding-top: unset;
    }

    .about.located.careers.contact-top .section-title:before {
        height: 0px;
        border: 0px;
    }

    .about.gathering {
        background-repeat: unset !important;
        background-size: 500% 100%;
    }

    /* family */
    .family .ts-left a {
        margin-top: 30px;
    }

    .family p {
        padding-right: 0;
    }

    /* food-menu */
    .food-menu .tab-pane {
        margin-top: 0;
    }

    .food-menu .nav-item {
        margin-bottom: 20px;
    }

    .food-menu .tab-pane .item {
        display: block !important;
    }

    .food-menu .tab-pane .item .img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .food-menu .tab-pane .item .img img {
        width: 100%;
    }

    .food-menu .tab-pane .item p {
        width: 100%;
    }

    /* project */
    .project .all-items {
        display: block;
        padding-bottom: 30px;
        text-align: center;
    }

    .project .all-items li {
        display: inline-block;
    }

    .project .all-items li a {
        display: inline-block;
        margin-bottom: 20px;
    }

    /* team */
    .team .item {
        width: 285px;
        height: 300px;
        margin: auto;
    }

    .team .section-title {
        width: 100%;
        text-align: center !important;
    }

    .team h2 {
        display: unset;
    }

    .team h3 {
        line-height: 1.2 !important;
        margin-top: 15px !important;
    }

    .team .box-img h1:after {
        width: 340px !important;
        top: 35px !important;
    }

    .team .box-img h2 {
        font-size: 3em !important;
    }

    .team .box-img h2 {
        top: 122px !important;
    }

    .team .box-img h4 {
        font-size: 0.9em !important;
        bottom: 45px !important;
    }

    .team .box-img .price {
        font-size: 1.2em !important;
        top: 230px !important;
    }

    .team .section-title h2 {
        display: unset !important;
        grid-template-columns: unset !important;
        grid-gap: unset !important;
    }

    .team h2:after,
    .team h2:before {
        content: unset !important;
    }

    /* client */
    .client {
        padding-bottom: 0px;
        padding-top: 75px;
    }

    .client.bg-review {
        background-repeat: unset !important;
    }

    .about .banner-bg-second {
        width: 80px;
    }

    .form-careers div {
        margin-top: 3px;
        padding-bottom: 10px;
    }

    .client .button {
        display: none !important;
    }

    .client .button-prev {
        left: 0px;
    }

    .client .button-next {
        right: 0px;
    }

    /* footer-bottom */
    .footer-top .logo img {
        display: none !important;
    }

    .footer-about .row .col-lg-7 {
        display: none !important;
    }

    .footer-bottom .f-menu ul {
        justify-content: center !important;
        padding-top: 30px;
    }

    .footer-top .container {
        background-color: var(--dark);
        background: unset !important;
        text-align: center;
    }

    .footer-top .container:before {
        content: unset !important;
        background: unset !important;
    }

    .footer-top .times {
        display: none;
    }

    .footer-bottom .content {
        margin-top: unset;
    }

    .footer-top .social {
        padding-top: unset !important;
        text-align: center;
        margin: 0px auto;
        width: 52%;
    }

    /*========== Home 2 ===========*/

    /* banner */
    .home2 .banner .banner-text h1 {
        font-size: 29px;
    }

    .home2 .banner p {
        padding-right: 0;
        padding-bottom: 40px;
    }

    /* book table */
    .book-table .image {
        display: none;
    }

    .book-table .table-bg {
        padding: 30px 15px;
    }

    .book-table.instagram .box1 .text {
        float: unset;
        padding-right: unset;
        text-align: center;
        padding: 25px;
    }

    .book-table.instagram .box2 .text {
        float: unset;
        padding-right: unset;
        text-align: center;
        padding: 25px;
    }

    .book-table.instagram .text {
        width: 100%;
        position: unset;
        top: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .book-table.instagram .box3,
    .box4 {
        border-bottom: 10px solid #ffffff;
        border-right: 0px;
    }

    .book-table.instagram {
        width: 96%;
    }

    /* client */
    .client.home2 .btns button {
        bottom: -50px;
    }

    .client.home2 .btns .button-prev {
        left: 35%;
    }

    .client.home2 .btns .button-next {
        right: 35%;
    }

    /*========== About page ===========*/
    /* menubar */

    .about-page .header-menu ul > li a {
        color: var(--dark);
    }

    .about-page span.submenu-button:before {
        border-top-color: var(--dark);
    }

    .about-page .menubar .right-part {
        display: block;
    }

    /* banner */
    .about-page .banner {
        background-position: 93% 0 !important;
    }

    .about-page .banner h1 {
        font-size: 40px;
    }

    /*========== Blog page ===========*/

    .blog-page .blog-inner {
        margin-top: 50px;
    }

    .blog-page .blog-inner .blog-title {
        font-size: 24px;
    }

    .blog-page .blog-inner ul li:first-child {
        padding-right: 10px;
    }

    .blog-page .blog-inner ul li:first-child:after {
        display: none;
    }

    /*========== Blog detail page ===========*/
    .blog-detail .blog-inner .author {
        display: block !important;
    }

    .blog-detail .blog-inner .author li:after {
        display: none;
    }

    .blog-detail .author {
        padding: 5px 15px;
    }

    .blog-detail .blog-inner .share-blog {
        display: block !important;
    }

    .blog-detail .blog-inner .share-blog .right-part {
        padding-top: 20px;
    }

    .blog-detail .blog-inner .comment .all-comment li img {
        position: relative;
        margin-bottom: 20px;
    }

    .blog-detail .blog-inner .comment .all-comment li .comment-body {
        padding-left: 0;
    }

    .blog-detail .blog-inner .comment .all-comment li {
        margin: 20px 0;
    }

    .blog-detail .blog-inner .comment .all-comment li ul li {
        padding: 20px 0;
    }

    .blog-detail .blog-inner .comment .all-comment ul li img {
        margin-top: 0;
    }

    .blog-detail .blog-inner .comment .all-comment li ul {
        margin-left: 40px;
    }

    .blog-detail .blog-inner .comment form {
        margin-top: 20px;
    }

    .blog-detail .blog-inner .comment .all-comment li .reply {
        top: 135px;
    }

    .blog-detail .blog-inner .comment .all-comment li ul li .reply {
        top: 135px;
        margin-top: 25px;
    }

    /*========== Contact page ===========*/
    /* message */
    .message .section-title h2 {
        font-size: 30px;
    }

    .message .bg {
        padding: 40px 15px 50px 15px;
    }

    /*========== 404 page ===========*/
    .page p {
        width: 100%;
        font-size: 17px;
        line-height: 36px;
    }
}
