@media (min-width: 1901px) {
    

    #contact-details{
        padding: 160px;
        background-color: #EEF2F6;
    }
}

/* Normal desktop :1500px. */
@media (min-width: 1440px) and (max-width: 1900px) {
    

    #contact-details{
        padding: 140px;
        background-color: #EEF2F6;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .no-webp #hero-img-1 {
        background: url('../images/background/hero-1.jpg');
    }
    .webp #hero-img-1 {
        background: url('../images/background/hero-1.webp');
    }
    .no-webp #hero-img-2 {
        background: url('../images/background/hero-2.jpg');
    }
    .webp #hero-img-2 {
        background: url('../images/background/hero-2.webp');
    }
    .no-webp #hero-img-3 {
        background: url('../images/background/hero-3.jpg');
    }
    .webp #hero-img-3 {
        background: url('../images/background/hero-3.webp');
    }
    .no-webp #hero-img-4 {
        background: url('../images/background/hero-1.jpg');
    }
    .webp #hero-img-4 {
        background: url('../images/background/hero-1.webp');
    }
    .no-webp #hero-img-5 {
        background: url('../images/background/hero-4.jpg');
    }
    .webp #hero-img-5 {
        background: url('../images/background/hero-4.webp');
    }


    .hero-area .owl-dots {
        right: 40px;
    }


    .overview-area.ov-secnd .section-title {
        padding-left: 160px;
        padding-right: 0;
    }

    .overview-area .section-title {
        padding-right: 46px;
    }

    .hero-slide .container::after {
        position: absolute;
        left: 40px;
        height: 2px;
        width: calc(74% - 80px);

    }
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1440px) {
    /* .container {
        padding-right: 40px;
        padding-left: 40px;
    } */

    .hro-txt h1 {
        font-size: 42px;
    }
    .hro-txt h2 {
        color: white;
        max-width: 90%;
    }
    h2 {
        font-size: 23px;
    }

    .logo {
        width: 50% !important;  
      }

    #contact-details{
        padding: 50px;
        background-color: #EEF2F6;
    }

    .hero-area .owl-dots {
        right: 40px;
    }

    .rng-title {
        height: 100px;
    }

    .rng-title {
        height: 100px;
    }

    .tumbnail {
        max-width: 500px;
    }

    .tumbnail img {
        max-width: 500px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .overview-area {
        padding: 35px 0;
    }

    .hero-slide .container::after {
        display: none;

    }

    .site-menu.desktop-only nav ul li a{
       font-size: 0.8rem;
    }

    .site-menu.desktop-only nav ul li {
        margin-left: 40px;
     }

    
}



/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    
    .no-webp #hero-img-1 {
        background: url('../images/background/hero-1@0,5x.jpg');
    }
    .webp #hero-img-1 {
        background: url('../images/background/hero-1@0,75x.webp');
    }
    .no-webp #hero-img-2 {
        background: url('../images/background/hero-2@0,75x.jpg');
    }
    .webp #hero-img-2 {
        background: url('../images/background/hero-2@0,75x.webp');
    }
    .no-webp #hero-img-3 {
        background: url('../images/background/hero-3@0,75x.jpg');
    }
    .webp #hero-img-3 {
        background: url('../images/background/hero-3@0,75x.webp');
    }
    .no-webp #hero-img-4 {
        background: url('../images/background/hero-1@0,75x.jpg');
    }
    .webp #hero-img-4 {
        background: url('../images/background/hero-1@0,75x.webp');
    }
    .no-webp #hero-img-5 {
        background: url('../images/background/hero-4@0,75x.jpg');
    }
    .webp #hero-img-5 {
        background: url('../images/background/hero-4@0,75x.webp');
    }
    
    #muster {
        background-color: #ffffff;
    }
    
    .logo {
        width: 50% !important;  
      }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    #exterda {
        background-color: #eef2f6;
    }

    .hero-area .owl-dots {
        right: 40px;
    }

    #contact-details{
        padding: 80px;
        background-color: #EEF2F6;
    }

  

    .rng-title {
        height: 100px;
    }

    .rng-title {
        height: 100px;
    }

    .tumbnail {
        max-width: 500px;
    }

    .tumbnail img {
        max-width: 500px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .overview-area {
        padding: 35px 0;
    }

    .mobile-menu-area {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 200px;
        z-index: 999999;
        background: #fff;
        box-shadow: 0 0 10px #444;
        padding-top: 60px;
        transition: .3s;
    }

    .mobile-menu-area li {
        display: block;
        margin: 0;
    }

    .mobile-menu-area li a {
        color: #000;
        font-size: 14px;
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid #dddddd4f;
    }

    .mobile-menu-area li:last-child a {
        border: none;
    }

    .mobile-menu-area li a:hover {
        color: #259DB9;
    }

    .menu-close {
        background: #259DB9;
    }

    .mobile-menu-area.active {
        left: 0;
    }

    .site-action {
        display: flex;
        align-items: center;
    }

    .menu-open {
        font-size: 24px;
        cursor: pointer;
        margin-left: 20px;
    }

    .header-area {
        background: #ffff;
    }

    .site-action a span {
        display: none;
    }
    .site-action a i {
        display: none;
    }

    

    .hero-area .owl-carousel .owl-nav div.owl-next {
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 40px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .hero-area .owl-carousel .owl-nav div.owl-prev {
        right: auto;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 40px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .hero-area .owl-carousel .owl-nav div.owl-next {
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 40px;
    }

    .hro-txt h1 {
        font-size: 35px;
    }
    .hro-txt h2 {
        color: white;
        max-width: 90%;
    }
    h2 {
        font-size: 15px;
    }

    .hero-slide .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .range {
        min-height: auto;
        margin-bottom: 50px;
    }

    .our-range-area {
        padding: 50px 0;
    }

    .tumbnail {
        position: unset;
    }

    .tumbnail img {
        max-width: 100%;
        width: 100%;
    }

    .overview-area .section-title {
        margin-bottom: 50px;
    }

    .tumbnail {
        max-width: 100%;
    }

    .overview-area.ov-secnd {
        padding-bottom: 0;
    }

    .ftr-clsp-widget {
        flex: 0 0 100%;
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .inr-content-btm-btn-grp a {
        font-size: 14px;
    }

    .popup-wc h2 {
        max-width: 100%;
        font-size: 32px;
    }

    .popup-wc h2 {
        max-width: 100%;
        font-size: 32px;
    }

    .popup-modal-inr {
        padding: 50px;
    }

    .popup-wc h3 {
        font-size: 24px;
    }

    .popup-wc h4 {
        font-size: 22px;
    }

    .hero-slide .container::after {
        display: none;

    }

    .site-btn {
        font-size: 20px;
        font-family: VariableBlack, sans-serif;
        background: #259DB9;
        color: #fff;
        height: 60px;
        display: inline-block;
        line-height: 60px;
        padding: 0 25px;
        border: 1px solid transparent;
        
    }

}


/* small mobile :320px. */
@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    #exterda {
        background-color: #eef2f6;
    }

    .hro-txt {
        padding-top: 0px;
    }

    .no-webp #hero-img-1 {
        background: url('../images/background/hero-1@0,5x.jpg');
    }
    .webp #hero-img-1 {
        background: url('../images/background/hero-1@0,5x.webp');
    }
    .no-webp #hero-img-2 {
        background: url('../images/background/hero-2@0,5x.jpg');
    }
    .webp #hero-img-2 {
        background: url('../images/background/hero-2@0,5x.webp');
    }
    .no-webp #hero-img-3 {
        background: url('../images/background/hero-3@0,5x.jpg');
    }
    .webp #hero-img-3 {
        background: url('../images/background/hero-3@0,5x.webp');
    }
    .no-webp #hero-img-4 {
        background: url('../images/background/hero-1@0,5x.jpg');
    }
    .webp #hero-img-4 {
        background: url('../images/background/hero-1@0,5x.webp');
    }
    .no-webp #hero-img-5 {
        background: url('../images/background/hero-4@0,5x.jpg');
    }
    .webp #hero-img-5 {
        background: url('../images/background/hero-4@0,5x.webp');
    }

    #muster {
        background-color: #ffffff;
    }
    
    .detail-box{
        padding: 18px 12px;
    }

    .offer-detail h2 {
        font-size: 20px;
    }
    
    .offer-detail h3 {
        font-size: 13px;
    }

    .logo {
      width: 80% !important;  
    }

    .hero-area .owl-dots {
        right: 40px;
    }

    .rng-title {
        height: 100px;
    }

    .rng-title {
        height: 100px;
    }

    .tumbnail {
        max-width: 500px;
    }

    .tumbnail img {
        max-width: 500px;
    }

    .section-title h2 {
        font-size: 34px;
    }

   
    .hro-txt h2{
        max-width: 100%;
        line-height: 0.5;
    }

    .hro-txt p{
        line-height: 1;
        max-width: 100%;
        font-size: 10px;
    }

    .hro-txt h2 span{
        font-size: 15px;
        line-height: 0.5;
    }

    .hro-txt h1{
        font-size: 34px;
    }


    #contact-details{
        padding: 25px;
        background-color: #EEF2F6;
    }
    
    .overview-area {
        padding: 35px 0;
        
    }

    .p {
        font-size: 12px;
    }

    .mobile-menu-area {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 200px;
        z-index: 999999;
        background: #fff;
        box-shadow: 0 0 10px #444;
        padding-top: 60px;
        transition: .3s;
    }

    .mobile-menu-area li {
        display: block;
        margin: 0;
    }

    .mobile-menu-area li a {
        color: #000;
        font-size: 14px;
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid #dddddd4f;
    }

    .mobile-menu-area li:last-child a {
        border: none;
    }

    .mobile-menu-area li a:hover {
        color: #259DB9;
    }

    .menu-close {
        background: #259DB9;
    }

    .mobile-menu-area.active {
        left: 0;
    }

    .site-action {
        display: flex;
        align-items: center;
    }

    .menu-open {
        font-size: 24px;
        cursor: pointer;
        margin-left: 20px;
    }

    .header-area {
        background: #ffff;
    }

    .site-action a span {
        display: none;
    }

    .site-action a i {
        display: none;
    }

    .hero-area .owl-carousel .owl-nav div.owl-next {
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 40px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .hero-area .owl-carousel .owl-nav div.owl-prev {
        right: auto;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 40px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .hero-area .owl-carousel .owl-nav div.owl-next {
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 40px;
    }

    .hro-txt h1 {
        font-size: 26px;
    }

    .hro-txt p {
        font-size: 14px;
    }



    .range {
        min-height: auto;
        margin-bottom: 50px;
    }

    .our-range-area {
        padding: 50px 0;
    }

    .tumbnail {
        position: unset;
    }

    .tumbnail img {
        max-width: 100%;
        width: 100%;
    }

    

    .overview-area .section-title {
        margin-bottom: 50px;
    }

    .tumbnail {
        max-width: 100%;
    }

    .overview-area.ov-secnd {
        padding-bottom: 0;
    }

    .ftr-clsp-widget {
        flex: 0 0 100%;
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .hero-area .owl-carousel .owl-nav div {
        height: 30px;
        line-height: 28px;

        width: 30px;

        font-size: 14px;
    }

    .site-btn {
        font-size: 14px;
        font-family: VariableBlack, sans-serif;
        background: #259DB9;
        color: #fff;
        height: 50px;
        display: inline-block;
        line-height: 45px;
        padding: 0 25px;
        border: 1px solid transparent;
    }

    .section-title p {
        max-width: 100%;
        font-size: 14px;
    }

    .rng-title h3 {
        font-size: 35px;
    }

    .ftr-inr {
        flex-direction: column;
        padding: 10px 0;
        height: auto;
    }

    .ftr-nav ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .ftr-nav li {
        margin: 0;
    }

    .ftr-nav {
        width: 100%;
        padding: 10px 0;
    }

    .ftr-cradit {
        padding: 10px 0;
    }

    /* .inr-content-btm-btn-grp {
         padding: 20px 20px; 
    } */

    .inr-content-btm-btn-grp a {
        font-size: 12px;
        padding: 0 14px;
    }

    .inr-content-txt {
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .inr-content-blk h4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .inr-hero-txt h1 {
        font-size: 30px;
    }

    .inr-content-txt-lists {
        padding: 0 15px;
    }

    .inr-content-txt.txt-xsm p {
        font-size: 13px;
        line-height: 27px;
    }

    .inr-content-txt p {
        font-size: 14px;
        line-height: 27px;
    }

    .inr-content-txt-lists li {
        font-size: 14px;
    }

    .inr-content-btm-btn-grp {
        padding: 20px 15px;
    }

    .popup-wc h2 {
        max-width: 100%;
        font-size: 32px;
    }

    .popup-wc h2 {
        max-width: 100%;
        font-size: 32px;
    }

    .popup-modal-inr {
        padding: 15px;
    }

    .popup-wc h3 {
        font-size: 18px;
    }

    .popup-wc h4 {
        font-size: 16px;
    }

    .popup-wc h2 {
        max-width: 100%;
        font-size: 28px;
    }

    .popup-wc p {
        width: 100%;
        text-align: center;
    }

    .popup-inpt input {
        font-size: 14px;
        height: 55px;
    }

    .popup-inpt-btn button {
        font-size: 16px;
    }

    .popup-inpt-btn button i {
        font-size: 14px;
        height: 20px;
        width: 20px;
        line-height: 20px;
    }

    .popup-inpt-switch span {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        margin-right: 20px;
    }

    .hero-slide .container::after {
        display: none;

    }

}