@media (min-width: 992px) {
    .navbar .navbar-nav .nav-item:hover>.dropdown-menu,
    .navbar .navbar-nav .nav-item:focus-within>.dropdown-menu,
    .navbar .navbar-nav li:hover>.dropdown-menu,
    .navbar .navbar-nav li:focus-within>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.35s;
    }

    .main-header .navbar .navbar-nav .dropdown-menu {
        display: unset !important;
        opacity: 0;
        visibility: hidden;
        border: none;
        transform: translateY(30px);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    }
    .navbar-nav .nav-item.dropdown .nav-link::after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: none;
        transition: 0.3s;
        height: 100%;
        position: relative;
        font-size: 10px;
        line-height: 1;
        border-radius: 2px;
        display: inline-block;
    }
    .navbar-nav .nav-item.dropdown:hover .nav-link::after{
        content: "\f068";
    }
    
    header.main-header::before {
        content: '';
        position: absolute;
        background: var(--primary-color);
        width: 35%;
        z-index: -1;
        top: 0;
        bottom: 0;
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    }
    .breadcrumb-area .breadcrumb-content {
        margin-top: 143px;
    }
    .slider-section .slider-item, .slider-section .slider-item img {
        height: 750px;
        object-fit: cover;
    }

    /* header four */
    /* .header-four .topbar .topbar-inner{
        padding-bottom: 35px;
    } */
    /* .header-four .nav-area:not(.is-sticky-menu) .nav-area-inner .navbar-brand {
        height: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -56px;
        background: var(--dark);
    } */
    .header-four .nav-area:not(.is-sticky-menu){
        padding-top: 15px;
    }
    .header-four .nav-area:not(.is-sticky-menu) .nav-area-inner .row > .col-lg-6:nth-child(2){
        order: -1;
    }
    .header-four .navbar-nav .nav-item .nav-link,.header-four .menu-right > ul > li > a{
        color: var(--white);
    }
    .header-four .is-sticky-menu{
        background-color: var(--dark);
    }
    
    .footer-section .footer_top .widget-contact{
        border-right: 1px solid rgba(120 120 120 / 20%);
    }
    .footer-section .footer_top .row .col-lg-3:last-child .widget-contact{
        border-right: none;
    }
    .navbar-nav li > button.dropdown-toggle {
        display: none;
    }
    .our-special_menu:not(.page-special_menu) {
        padding: 100px 0 185px;
    }
    
    .slider-section .carousel-caption{
        margin-top: 140px;
        width: 60%;
    }
    .testimonial-section .carousel-inner.col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .testimonial-section .carousel-indicators [data-bs-target]:nth-child(1) {
        transform: translate(0px, -20px);
    }
    .testimonial-section .carousel-indicators [data-bs-target]:nth-child(2) {
        transform: translate(30px, -120px);
    }
    .testimonial-section .carousel-indicators [data-bs-target]:nth-child(3) {
        transform: translate(50px, -20px);
    }
    .office-address{
        margin-bottom: -125px;
    }
}
@media (max-width: 991px){
    .menu-right ul li.header_btn {
        display: none;
    }
    .main-header.transparent {
        padding: 0 10px;
    }
    .slider-section .carousel-caption{
        margin-top: 62px;
    }
    .slider-section .slider-item ,.slider-section .slider-item img{
        height: 550px;
        object-fit: cover;
    }
    .navbar-nav li > button.dropdown-toggle {
        display: block;
    }
    .nav-area .navbar-nav li.dropdown {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .navbar-nav .dropdown-menu {
        width: 100%;
    }
    .main-header .topbar{
        display: none;
    }
    .main-header .nav-area-inner .row>div:first-child {
        flex: 1;
    }
    .main-header .nav-area-inner .row> div{
        padding: 0;
    }
    .main-header .nav-area-inner .row{
        align-items: center;
    }
    .nav-area{
        padding: 10px 0;
    }
    .slide_title{
        font-size: 36px;
    }
    .nav-area .navbar-nav .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        line-height: 2;
        flex: 1;
        color: var(--secondary-color);
    }
   /*  .navbar .offcanvas-header {
        justify-content: end;
        padding-bottom: 0;
    } */
    a.navbar-brand h1 span{
        color: var(--primary-color);
    }
    .nav-area .navbar-nav .dropdown-toggle::after {
        border: none;
        content: '\f078';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        transition: 0.65s;
        width: 25px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        border-radius: 100%;
        background-color: var(--white);
        color: var(--primary-color);
        transform: rotate(-90deg);
        font-size: 14px;
        box-shadow: 0 0 4px 0 #888;
    }
    .nav-area .navbar-nav>.nav-item.current> .dropdown-toggle::after,
    .navbar-nav .dropdown-menu li.dropdown.current .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .map-section{
        background: #eee;
    }

    /* ============= */
    .footer_newsletter form {
        width: 300px;
    }
    .newsletter-content h2{
        font-size: 26px;
        width: 100%;
    }
    .cta-section .cta-inner::after {
        top: unset;
        left: unset;
        right: 22px;
        bottom: 0;
        width: 100px;
        height: 100px;
        background-size: contain;
    }
    
    .breadcrumb-area{
        height: 320px;
    }
    .about-content h3{
        font-size: 22px;
    }
    .about-content h2{
        font-size: 26px;
    }
    .video-inner{
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .video-item {
        border-radius: 10px;
        margin-bottom: 25px;
        border: 10px solid var(--white);
    }
    .video-section{
        padding: 100px 0 75px;
        margin: 0;
    }
    .dish-item{
        margin-bottom: 50px;
    }
    .testimonial-section .carousel-indicators [data-bs-target]{
        width: 80px;
        height: 80px;
    }
    .testimonial-section .carousel-indicators{
        text-align: center;
        bottom: -80px;
    }
    .testimonial-section{
        padding-bottom: 180px;
    }
    .testimonial-content {
        margin-bottom: 25px;
    }
    .time_line::before {
        transform: translateX(0);
        left: 25px;
    }
    .timeline-item.left > span,.timeline-item.right > span{
        left: 15px;
        right: unset;
    }
    .timeline-item > span{
        width: 25px;
        height: 25px;
        line-height: 24px;
        font-size: 12px;
    }
    .send-your-enquiry{
        margin-bottom: 25px;
    }
    section.office-address {
        padding: 100px 0 75px;
        background: #eee;
    }
    .office-branch{
        margin-bottom: 25px;
    }
    .breadcrumb-area::after{
        display: none;
    }
    .breadcrumb-area .breadcrumb-content {
        margin-top: 66px;
    }
    .about_image {       
        margin-bottom: 40px;
    }
    .timeline-item{
        padding-right: 0;
        padding-left: 50px;
    }
    
}

@media(max-width: 767px){
    .slider-section .slider-item, .slider-section .slider-item img{
        height: 430px;
    }
    .footer_newsletter{
        flex-wrap: wrap;
    }
    .footer-copyright .widget_pages ul li:not(:last-child){
        margin-right: 5px;
    }
    .newsletter-content,.footer_newsletter form{
        width: 100%;
    }
    .footer-copyright .copyright-text{
        text-align: center;
    }
    .footer-copyright .widget_pages ul {
        justify-content: center;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .footer-copyright .row> .col-lg-6:nth-child(1){
        order: 2;
    }
    /* slider */
    .slide_title {
        font-size: 26px;
    }
    a.main-btn, .main-btn{
        padding: 15px 9px;
    }
    .slider-content p {
        color: var(--white);
        font-size: 14px;
    }
    .slider-content .slide_subtitle{
        margin-bottom: 10px;
    }
    /* book  a table  */
    .booking-form form p:nth-child(1),
    .booking-form form p:nth-child(2),
    .booking-form form p:nth-child(3),
    .booking-form form p:nth-child(4),
    .booking-form form p:nth-child(5){
        width: 100%;
        margin-left: 0px;
    }
    


    /* widget titles  */
    .footer-main .widget-title,.footer-section .widget .widget-title,.footer-section .widget .wp-block-group__inner-container h1,.footer-section .widget .wp-block-group__inner-container h2,.footer-section .widget .wp-block-group__inner-container h3,.footer-section .widget .wp-block-group__inner-container h4,.footer-section .widget .wp-block-group__inner-container h5,.footer-section .widget .wp-block-group__inner-container h6,.footer-section .widget .wp-block-search__label {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .footer-item .grid-time{
        grid-template-columns: 1fr 2fr;
    }
    .post-item{
        min-height: 290px;
    }
    
    .cta2-content h3 {
        font-size: 30px;
        font-weight: 700;
    }
    .cta2-content a.store-btn{
        padding: 8px;
        font-size: 14px;
    }
    .cta2-content a.store-btn i{
        margin-right: 0;
    }
    .feature-item .feature-body h2{
        font-size: 22px;
    }
    .footer_copyright .copyright-text{
        text-align: center;
    }
    .footer_copyright .widget_payment_methods ul{
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer_copyright .row>div:first-child{
        order: 2;
    }
    .about-section .award_info{
        width: 100px;
    }
    .client-image.two img{
        width: 200px;
        height: 200px;
    }
}


@media(min-width: 576px){
    .slider-section .carousel-indicators {
        top: 50%;
        right: 70px;
        transform: translate(0px, -50%);
        align-items: end;
        justify-content: center;
        margin: 0;
        flex-direction: column;
        width: 30px;
        left: unset;
    }
}


@media(max-width: 575px){
    .info2-item .info2-icon {
        min-width: 40px;
        width: 40px;
        height: 40px;
        line-height: 43px;
        font-size: 16px;
        margin-right: 10px;
    }
    .info2-content h2{
        font-size: 18px;
    }
    .info2-content span{
        font-size: 14px;
    }
    .slider-section .carousel-indicators button {
        margin: 5px 6px;
    }

    /* filter menu  */
    .delicious-menu .filter-wrapper .tab-filter a {
        width: 75px;
        height: 75px;
        line-height: 70px;
        border: 3px solid #888;
        margin-right: 10px;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .delicious-menu .filter-wrapper .tab-filter a:not(:last-child)::before{
        display: none;
    }
    .cta-section a.store-btn{
        font-size: 12px;
        padding: 8px;
    }
    .cta-section .cta-content h2{
        font-size: 35px;
    }
    .cta-section a.store-btn i {
        margin-right: 0px;
    }

    .slider-section button.carousel-control-prev, .slider-section button.carousel-control-next{
        display: none;
    }
    .cta2-section::before{
        display: none;
    }
    .cta2-content{
        padding: 0;
    }
    .about-image{
        margin-bottom: 25px;
    }
    .menu_two-page .tab-filter a{
        font-size: 16px;
        margin-right: 20px;
    }
    .section-404 h2.error-title{
        font-size: 130px;
    }
    .section-title .maintitle::before,.section-title .maintitle::after{
        display: none;
    }
    .sponsor{
        height: 130px;
    }
    .send-your-enquiry .wpcf7-form p:nth-child(1){
        width: 100%;
        float: none;
    }
    .send-your-enquiry .wpcf7-form p:nth-child(2){
        width: 100%;
        float: none;
    }
    .map-container-google-2{
        height: 350px!important;
    }
    .about-section .award_info{
        right: 0;
        width: 90px;
        height: 80px;
        border-radius: 5px;
    }
    .award_info h2{
        font-size: 22px;
    }
    .about-section .client-image.two{
        bottom: 0;
        right: 0;
    }
    .client-image.two img {
        width: 150px;
        height: 150px;
    }
}


@media(min-width: 992px) and (max-width: 1199px){
    .award_info{
        width: 100px;        
    }
    .client-image.two img{
        width: 200px;
        height: 200px;
    }
    .navbar-nav .nav-item .nav-link{
        margin-right: 0;
    }
    header.main-header::before{
        width: 33%;
    }
    
    .service-content .service-icon{
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        line-height: 65px;
        font-size: 26px;
    }
    .table_two-content h2{
        font-size: 26px;
    }
    .call-info a{
        margin-bottom: 5px;
        font-size: 22px;
    }
    .cta-section .cta-inner::after{
        background-position: right;
    }
    .portfolio-item .portfolio-content h2{
        font-size: 26px;
    }
    .post-item{
        min-height: 250px;
    }
    .dish-img img {
        width: 200px;
        height: 200px;
    }
    .feature-icon {
        width: 200px;
        height: 200px;
        line-height: 210px;
        font-size: 80px;
    }
    .testimonial-section .carousel-indicators [data-bs-target]{
        width: 130px;
        height: 130px;
    }
    .testimonial-section .carousel-indicators [data-bs-target]:nth-child(1) {
        transform: translate(0px, -50px);
    }
    .testimonial-section .carousel-indicators [data-bs-target]:nth-child(2) {
        transform: translate(20px, -160px);
    }
    .testimonial-section .carousel-indicators [data-bs-target]:nth-child(3) {
        transform: translate(25px, -40px);
    }
}


@media(max-width: 399px){
    .video_playbtn a{
        margin: 0 5px;
    }
    a.main-btn, .main-btn {
        padding: 15px 3px;
    }
}



/* info section-1 */

@media only screen and (max-width: 991px) {
    .info-section {
        margin-top: 40px;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .info-wrapper li:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (min-width: 375px) {
    .info-section .widget .contact-icon i {
        text-shadow: 215px -26px 0 color-mix(in srgb, var(--primary-color) 25%, transparent);
    }
    .testimonial-effect-1:before {
        top: 25px;
        right: 10px;
    } 
}
@media (min-width: 425px) {
    .info-section .widget .contact-icon i {
        text-shadow: 220px -26px 0 color-mix(in srgb, var(--primary-color) 25%, transparent);
    } 
}
@media (min-width: 576px) {
    .info-section .widget .contact-icon i {
        text-shadow: 238px -26px 0 color-mix(in srgb, var(--primary-color) 25%, transparent);
    } 
}
@media (min-width: 768px) {
    .info-section .widget .contact-icon i {
        text-shadow: 588px -30px 0 color-mix(in srgb, var(--primary-color) 25%, transparent);
    } 
    .testimonial-effect-1:before {
        top: 17px;
        right: 1px;
    }
}
@media (min-width: 992px) {
    .info-section .widget .contact-icon i {
        text-shadow: 210px -30px 0 color-mix(in srgb, var(--primary-color) 25%, transparent);
    } 
    .testimonial-effect-1:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: var(--primary-color);
        top: 48px;
        right: 16px;
        box-shadow: 0 0 20px var(--primary-color);
        opacity: 0;
    }
}
@media (min-width: 1200px) {
    .info-section .widget .contact-icon i {
        text-shadow: 265px -30px 0 color-mix(in srgb, var(--primary-color) 25%, transparent);
    } 
}
@media (min-width: 1400px) {
    .info-section .widget .contact-icon i {
        text-shadow: 325px -30px 0 color-mix(in srgb, var(--primary-color) 25%, transparent);
    } 
}
@media (min-width: 576px) and (max-width: 768px) {
    .info-section .widget .contact-info {
        margin-left: 30px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .info-section .widget .contact-info {
        margin-left: 140px;
		margin-left: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .info-section .widget .contact-info {
		margin-left: 20px;
    }
	.info-section .widget {
		padding: 20px 15px;
	}
}
@media (max-width: 540px) {
    .info-section .widget {
        padding: 20px 14px;
    }
}


/* Header Two */

@media (min-width: 992px) {
    .slider-section.slider-two .carousel-caption {
        margin-top: 48px;
        width: 60%;
    }
    .info-section-2 {
        margin: -170px 0 20px;
    }
    .header-two .nav-area {
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: 100%;
        border-top: 0;
        margin: 0 auto;
        z-index: 99;
    }
    .header-two .is-sticky-menu  {
        background: transparent;
    }
    .header-two .nav-area>.container {
        background-color: var(--white);
        border-radius: 5px;
    }
    .header-two .navbar .menu-right > ul > li > a {
        color: var(--secondary-color);
    }
}

@media (max-width: 540px) {
    .info-section-2 .widget {
        padding: 20px 30px;
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    .info-section-2 .info-first .widget::before, .info-section-2 .info-third .widget::before {
        content: "";
        position: absolute;
        clip-path: polygon(10% 0, 10% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
    }
    .info-section-2 .info-second .widget::before {
        content: "";
        position: absolute;
        clip-path: polygon(10% 0, 10% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .info-section-2 .info-first .widget::before, .info-section-2 .info-third .widget::before {
        content: "";
        position: absolute;
        clip-path: polygon(18% 0, 18% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
    }
}

/* Header 3 */


@media (min-width:992px) {
    .header-three .nav-area-inner {
        border-radius: 50px;
        background: var(--white);
        border: 3px solid var(--primary-color);
        padding: 6px 3px;
        padding-left: 20px;
    }
    .header-three .menu-right > ul > li:nth-child(1) a {
        color: var(--secondary-color);
    }
    .header-three .is-sticky-menu a.navbar-brand h1 span {
        color: var(--secondary-color);
    }
    .header-three .navbar-nav .nav-item.dropdown .nav-link::after {
        content: "\f107";       
    }
    .header-three .navbar-nav .nav-item.dropdown:hover .nav-link::after {
        content: "\f107";
    }
}


@media (max-width:425px) and (min-width:320px) {
    .info-section-3 .widget {
        padding: 20px 20px;
    }
    .info-section-3 .contact-icon {
        margin-right: 25px;
    }
    .info-section-3 .info-first .widget .contact-icon::before,
    .info-section-3 .info-third .widget .contact-icon::before,
    .info-section-3 .info-second .widget .contact-icon::before {
        height: 110px;
        width: 110px;
    }
    .info-section-3 .widget .contact-icon i {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 30px;
    }
    .info-section-3 .widget .contact-info span.text {
        font-size: 18px;
    }
    .info-section-3 .widget .contact-info .title {
        font-size: 9px;
    }
}

@media (min-width:320px) {
    .info-section-3 .info-first .contact-info::after, 
    .info-section-3 .info-third .contact-info::after,
    .info-section-3 .info-second .contact-info::after {
        width: 63%;
    }
	.info-section-4 .contact-icon {
		margin: 40px 0 0 0px;
	}
}
@media (min-width:375px) {
    .info-section-3 .widget {
        padding: 20px 23px;
    }
    .info-section-3 .info-first .contact-info::after, 
    .info-section-3 .info-third .contact-info::after,
    .info-section-3 .info-second .contact-info::after {
        width: 68%;
    }
	.info-section-4 .contact-icon {
		margin: 40px 0 0 35px;
	}
}
@media (min-width:425px) {
    .info-section-3 .info-first .contact-info::after, 
    .info-section-3 .info-third .contact-info::after, 
    .info-section-3 .info-second .contact-info::after {
        width: 72%;
    }
    .info-section-3 .info-first, .info-section-3 .info-third {
        background: linear-gradient(321deg, var(--white), var(--white) 65%, var(--white), var(--primary-color) 56%);
    }
    .info-section-3 .info-second {
        background: linear-gradient(321deg, var(--primary-color) , var(--primary-color)  65%, var(--primary-color) , var(--white)  56%);
    }
    .info-section-3 .info-first:hover,
    .info-section-3 .info-third:hover {
        background: linear-gradient(321deg, var(--primary-color) , var(--primary-color)  65%, var(--primary-color) , var(--white)  56%);
    }
    .info-section-3 .info-second:hover {
        background: linear-gradient(321deg, var(--white), var(--white) 65%, var(--white), var(--primary-color) 56%);
    }
	.info-section-4 .contact-icon {
		margin: 40px 0 0 70px;
	}
}

@media (min-width:768px) {
    .info-section-3 .widget {
        padding: 15px 17px;
    }
    .info-section-3 .info-first .widget .contact-icon::before, 
    .info-section-3 .info-third .widget .contact-icon::before,
    .info-section-3 .info-second .widget .contact-icon::before {
        height: 130px;
        width: 130px;
    }
    .info-section-3 .info-first .contact-info::after,
    .info-section-3 .info-third .contact-info::after,
    .info-section-3 .info-second .contact-info::after  {
        height: 100%;
        width: 61.9%;
    }
    .info-section-3 .info-first, .info-section-3 .info-third {
        background: linear-gradient(321deg, var(--white), var(--white) 60%, var(--white), var(--primary-color) 25%);
    }
    .info-section-3 .info-second {
        background: linear-gradient(321deg, var(--primary-color) , var(--primary-color)  76%, var(--primary-color) , var(--white)  56%);
    }
    .info-section-3 .info-first:hover,
    .info-section-3 .info-third:hover {
        background: linear-gradient(321deg, var(--primary-color) , var(--primary-color)  76%, var(--primary-color) , var(--white)  56%);
    }
    .info-section-3 .info-second:hover {
        background: linear-gradient(321deg, var(--white), var(--white) 76%, var(--white), var(--primary-color) 56%);
    }
	.info-section-4 .contact-icon {
		margin: 40px 0 0 0px;
	}
}

@media (min-width:992px) {
    .info-section-3 .widget .contact-info {
        margin: 0 10px 0 10px;
    }
    .info-section-3 .widget .contact-info span.text {
        font-size: 18px;
    }
    .info-section-3 .widget .contact-info .title {
        font-size: 10px;
    }
    .info-section-3 .widget {
        padding: 10px 10px;
    }
    .info-section-3 .info-first .widget .contact-icon::before, 
    .info-section-3 .info-third .widget .contact-icon::before,
    .info-section-3 .info-second .widget .contact-icon::before {
        height: 120px;
        width: 120px;
    }
    .info-section-3 .info-first .contact-info::after, 
    .info-section-3 .info-third .contact-info::after,
    .info-section-3 .info-second .contact-info::after {
        height: 100%;
        width: 60%;
    }
    .info-section-3 .info-first, .info-section-3 .info-third {
        background: linear-gradient(321deg, var(--white), var(--white) 60%, var(--white), var(--primary-color) 40%);
    }
    .info-section-3 .info-second{
        background: linear-gradient(321deg, var(--primary-color) , var(--primary-color)  60%, var(--primary-color) , var(--white)  56%);
    }
    .info-section-3 .info-first:hover,
    .info-section-3 .info-third:hover {
        background: linear-gradient(321deg, var(--primary-color) , var(--primary-color)  64%, var(--primary-color) , var(--white)  47%);
    }
    .info-section-3 .info-second:hover {
        background: linear-gradient(321deg, var(--white), var(--white) 63%, var(--white), var(--primary-color) 56%);
    }
    .product-checkout .woocommerce-checkout #order_review {
        float: right;
        width: 48%;
        border: 1px solid rgba(120 120 120 / 20%);
    }

}
@media (min-width:1200px) {
    .info-section-3 .widget {
        padding:20px 23px;
    }
    .info-section-3 .widget .contact-info {
        margin: 0 30px;
    }
    .info-section-3 .info-first .widget .contact-icon::before, 
    .info-section-3 .info-third .widget .contact-icon::before,
    .info-section-3 .info-second .widget .contact-icon::before {
        height: 140px;
        width: 140px;
    }
    .info-section-3 .info-first .contact-info::after, 
    .info-section-3 .info-third .contact-info::after,
    .info-section-3 .info-second .contact-info::after {
        height: 100%;
        width: 61%;
    }
    .info-section-3 .widget .contact-info span.text {
        font-size: 20px;
    }
    .info-section-3 .widget .contact-info .title {
        font-size: 12px;
    }
	.info-section-4 .contact-icon {
		margin: 40px 0 0 80px;
	}
    
}
@media (min-width:1400px) {
    .info-section-3 .widget {
        padding:20px 23px;
    }
    .info-section-3 .widget .contact-info {
        margin: 0 30px;
    }
    .info-section-3 .info-first .widget .contact-icon::before, 
    .info-section-3 .info-third .widget .contact-icon::before,
    .info-section-3 .info-second .widget .contact-icon::before {
        height: 140px;
        width: 140px;
    }
    .info-section-3 .info-first .contact-info::after, 
    .info-section-3 .info-third .contact-info::after,
    .info-section-3 .info-second .contact-info::after {
        height: 100%;
        width: 66%;
    }
	.info-section-4 .contact-icon {
		margin: 40px 0 0 80px;
	}
}


/* Heder 4 */


@media (min-width:992px) {
    .header-four .nav-area.is-sticky-on {
        background: var(--white);
    }
    .header-four.main-header .nav-area:not(.is-sticky-menu) {
        padding-top: 0;
    }
    .main-header.header-four .navbar-nav .nav-item .nav-link, .main-header.header-four .menu-right > ul > li > a {
        color: var(--secondary-color);
    }
    .header-four .navbar-nav .nav-item .nav-link.active, .header-four .navbar-nav .nav-item .nav-link:hover {
        color: var(--primary-color);
    }
    .header-four .navbar-nav .nav-item.dropdown .nav-link::after {
        content: "\f107";
    }
    .header-four .navbar-nav .nav-item.dropdown:hover .nav-link::after {
        content: "\f107";
    }
}


/* Hedaer 5 */


@media (min-width:992px) {
    .header-five.main-header .nav-area {
        background-color: var(--white);
    }
    .header-five .menu-right > ul > li > a {
        color: var(--secondary-color);
    }
    .header-five .navbar-nav .nav-item.dropdown .nav-link::after {
        content: '+';
        border: 1px solid;
        margin-left: 3px;
        width: 10px;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        line-height: 9px;
        height: 10px;
    }
    .info-section-5 .widget .contact-info {
        color: var(--white);
        margin: 0;
    }
    .info-section-5 .widget .contact-icon {
        border: none;
    }
    .info-section-5 .info-first:hover .contact-info h4, 
    .info-section-5 .info-second:hover .contact-info h4,
    .info-section-5 .info-third:hover .contact-info h4 {
        color: var(--white);
    }   
    .header-five .is-sticky-menu a.navbar-brand h1 span,
    .header-four .is-sticky-menu a.navbar-brand h1 span,
    .header-two .is-sticky-menu a.navbar-brand h1 span {
        color: var(--secondary-color);
    }
}
/* cart */
@media (max-width: 768px) {
    .shop_table_responsive {
        border: none;
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive thead {
        display: none;
    }
}
@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
        border: 1px solid #f4f4f4;
        padding: 10px;
        transition: 0.3s;
    }
}
@media (max-width: 768px) {
    .product-cart .woocommerce table.cart td.actions {
        text-align: right;
        padding-top: 29px;
        margin-top: 0px;
        border: none;
        padding: 14px 5px
    }
}
@media only screen and (max-width: 767px) {
    .product-cart .woocommerce table.shop_table_responsive .quantity input.qty, 
    .product-cart .woocommerce-page table.shop_table_responsive .quantity input.qty {
        float: unset;
    }
}
@media (max-width: 768px) {
    .cart .button {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 360px) {
	.custom-logo {
		max-width: 150px;
		height: auto;
	}
}
@media (max-width: 424px) {
    .section-title .maintitle {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .navbar .offcanvas-header {
        flex-wrap: wrap;
    }
	.main-header .offcanvas-header h4.site-title, .main-header .offcanvas-header p.site-description {
		color: var(--secondary-color);
		width: 100%;
	}
}
@media (max-width: 991px) {
    .navbar .offcanvas-header .custom-logo-link {
        /* flex: 1; */
		width: 100%;
    }
	.navbar .offcanvas-header .btn-close {
        position: absolute;
		right: 20px;
		top: 40px;
    }
	
	.owl-carousel.owl-drag .owl-item {
		padding: 1px;
	}
}