:root{
    --prm2-color:#2A3695;
    --prm2-color:#0066B1;
    /*--prm9-color:#008FCA;*/
    --sec1-color:#FFE9DE;
    --sec2-color:#ffffff;
}

@media (max-width:991px) {
    .menuToggle{
        display: block !important;
        right: 0;
        top: 0;
        position: absolute;
        background: transparent;
        padding: 10px;
        border-radius: 4px;
        color: #000;
        
   
    }
    .w-icon{
        display: block !important;
        right: 0;
        top: 0;
        position: relative;
        background: transparent;
      
        border-radius: 4px;
       
    }
    .closebtn{
        margin-top: 5px;
        width: 30px;
        height: 30px;
        color: #FFE9DE;
      background: #000;
        border-radius: 50%;
    text-align:center;
    padding-top: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    right: -80%;
    display: block !important;
    margin-right: 100% !important;
    }
    
    
    
    .main{
        color: black;
    padding: 16px 0px;
    position: fixed;
    width: 70%;
    /* height: 100%; */
   
    top: 0%;
    left: -100%;
    z-index: 99999 !important;
    background:var(--prm2-color);
    transition: all .3s linear;
   
}

    .main ul{ display: flex; flex-direction: column; gap: 10px; padding-left: 10px; top: 0;}

    .main.open{
        left: 0px !important;
    }
    .main a{
        color: #fff;
    }
    .side-open{
        height: 100vh;
    }
    .center{
        justify-content: center;
    }
    .iso{
        display: flex !important;
    }
    .nav-btns{
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .q-row{
        gap: 20px;
    }
   .rate{
    display: flex !important;
   }
   
   .header-media-grp{
    display: block !important;
  }
 
 .btn-grp{
    justify-content: center;
 }
 .social-icons{
    justify-content: center;
 }
.laptop{
    display: none !important;
}
#mobile{
    display: block !important;
}
.slider-btns{
    display: none  !important;
    
   }
}

@media (max-width:661px) {
    .header-media-grp{
        display: block !important;
      }
}

@media (max-width:991px) {
    .site-header__inner{
        padding: 0 14px;
    }

    .site-header__top .site-header__inner{
        min-height: 36px;
        justify-content: center;
    }

    .site-header__contact{
        width: 100%;
        justify-content: center;
        gap: 12px;
        overflow: hidden;
    }

    .site-header__optional{
        display: none !important;
    }

    .site-header__contact a{
        font-size: 12px;
    }

    .site-header__contact a span{
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-header__whatsapp{
        display: none;
    }

    .site-header__bar{
        min-height: 68px;
    }

    .site-header__brand img{
        width: 112px;
    }

    .site-header__menu.menuToggle{
        display: inline-flex !important;
        position: static;
        padding: 0;
        color: #ffffff;
    }

    .site-mobile-nav{
        display: block !important;
        padding: 0;
        background: transparent;
    }

    .site-mobile-nav .side-open{
        position: fixed;
        inset: 0 auto 0 -100%;
        width: min(82vw, 330px);
        height: 100vh;
        z-index: 10000 !important;
        background: #16215f;
        box-shadow: 16px 0 30px rgba(15, 23, 42, 0.18);
        transition: left 0.25s ease;
    }

    .site-mobile-nav .side-open.open{
        left: 0 !important;
    }

    .site-mobile-nav ul.main{
        position: static;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 20px 18px;
        margin: 0;
        background: transparent;
        color: #ffffff;
    }

    .site-mobile-nav .closebtn{
        display: flex !important;
        position: static;
        width: 38px;
        height: 38px;
        margin: 0 0 20px auto !important;
        padding: 0;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.12);
        color: #ffffff;
        border-radius: 6px;
        box-shadow: none;
    }

    .site-mobile-nav li{
        list-style: none;
    }

    .site-mobile-nav a{
        display: block;
        padding: 14px 4px;
        border-bottom: 1px solid rgba(255,255,255,0.14);
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }
}

@media (max-width:575px) {
    .site-header__contact a span{
        max-width: 128px;
    }

    .site-header__bar{
        min-height: 62px;
    }

    .site-header__brand img{
        width: 98px;
    }
}
