
@media (max-width: 767px) { 


}

@media (min-width: 768px) and (max-width: 991px) { 


}



@media (min-width: 1900px) and (max-width: 2592px) {


}



@media (max-width: 575px) {
    .wpo-hero-section-1 {height: 450px; }
    .wpo-hero-section-1 .wpo-hero-title h2 {font-size: 35px; margin-bottom: 0; }
    .wpo-hero-section-1 .wpo-hero-section-text {padding-top: 60px; }
    .top-bar-right ul {
    margin-top: 3px;
    text-align: left;
    float: left;
}

.ms-auto {margin-top: 10px;}
.navbar-light .navbar-toggler {
    border-color: #fff;
}

.navbar-toggler {
  
     background-color: #fff !important; 

}
.us_section .us_container{ display:inline!important;}

.us_section .us_container .box { width:unset !important;}
#home-slider2 .item img {
    height:30%!important;
}
.home-image-banner{ height:150px !important;}

}
@media (max-width: 767px) {
    .wpo-hero-section-1 .wpo-hero-title h2 {font-size: 70px; }
    
     .top-bar-right ul {
    margin-top: 3px;
    text-align: left;
    float: left;
}
.ms-auto {margin-top: 10px;}
.navbar-light .navbar-toggler {
    border-color: #fff;
}
.navbar-toggler {
  
     background-color: #fff !important; 

}
.us_section .us_container{ display:inline!important;}
.us_section .us_container .box { width:unset !important;}
#home-slider2 .item img {
    height:30%!important;
}
.home-image-banner{ height:150px !important;}

}

@media (max-width: 991px) {
    .wpo-hero-section-1 .right-vec {display: none; }
    .wpo-hero-section-1 .btns a {padding-left: 0; }
    .wpo-hero-section-1 .btns a:before {display: none; }
    .wpo-hero-section-1 .btns {text-align: center; right: 0px; }
    .wpo-hero-section-1 .wpo-hero-title h2 {text-align: center; }
    .wpo-hero-section-1 {height: 550px; }
     .top-bar-right ul {
    margin-top: 3px;
    text-align: left;
    float: left;
}
.ms-auto {margin-top: 10px;}
.navbar-light .navbar-toggler {
    border-color: #fff;
}

.navbar-toggler {
  
     background-color: #fff !important; 

}
.us_section .us_container{ display:inline!important;}

.us_section .us_container .box { width:unset !important;}
#home-slider2 .item img {
    height:30%!important;
}
.home-image-banner{ height:150px !important;}

}

@media (max-width: 1200px) {
    .wpo-hero-section-1 .btns a {font-size: 20px; }
    .wpo-hero-section-1 .btns a:before {height: 2px; }
    .wpo-hero-section-1 .btns {right: 90px; }
    .wpo-hero-section-1 .wpo-hero-title h2 {font-size: 90px; line-height: 70px; }



}

@media (max-width: 1400px) {
    .wpo-hero-section-1 .social-link {left: -120px; }
    .wpo-hero-section-1 .btns {right: 40px; }
    /*.wpo-hero-section-1 .wpo-hero-title h2 {font-size: 115px; line-height: 90px; }*/
}


@media (max-width: 1700px) {
    .wpo-hero-section-1 .right-vec .round-4 {display: none; }
    .wpo-hero-section-1 .right-vec .round-3 {width: 135px; height: 135px; left: 115px; }
/*    .wpo-hero-section-1 .right-vec .round-3 {width: 335px; height: 335px; left: 115px; }*/
    .wpo-hero-section-1 .right-vec .round-3 {width: 235px; height: 235px; left: 115px; }
    .wpo-hero-section-1 .right-vec .round-2 {width: 334px; height: 334px; left: 65px; }
    .wpo-hero-section-1 .right-vec .round-1 {width: 454px; height: 454px; left: 5px; }
    .wpo-hero-section-1 .right-vec .right-img img {width: 100%; }
    .wpo-hero-section-1 .right-vec .right-img {text-align: center; }
 	/*.wpo-hero-section-1 .right-vec {right: 50px; }*/
 	.wpo-hero-section-1 .social-link {left: -90px; }

}

/*@media (max-width: 1800px) {
    .wpo-hero-section-1 .right-vec {right: 150px; } 
}
*/

/* ===============================
   FOOTER MOBILE FIX ONLY
   =============================== */
@media (max-width: 767px) {

    /* Center footer logo */
    .rv-9-footer-logo {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .rv-9-footer-logo img {
        max-width: 140px;
        margin: 0 auto;
        display: block;
    }

    /* Stack contact cards nicely */
    .rv-9-footer-top .row {
        justify-content: center !important;
        text-align: center;
    }

    /* Contact card layout */
    .rv-9-footer__contact-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px 10px;
    }

    .rv-5-about__call-icon {
        margin: 0 0 10px 0;
    }

    .rv-5-about__call-txt h6 {
        margin-bottom: 4px;
        font-size: 15px;
    }

    .rv-5-about__call-txt a {
        font-size: 14px;
        line-height: 1.4;
        display: block;
        word-break: break-word;
    }

    /* Address readability */
    .rv-5-about__call-txt {
        max-width: 90%;
        margin: 0 auto;
    }

    /* Footer bottom section */
    .rv-2-footer-bottom {
        text-align: center;
    }

    .rv-20-footer-bottom__nav {
        justify-content: center;
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 10px;
    }
}


