.th-menu-toggle {
    width: 45px;
    height: 45px;
}
.visible-lg {
  visibility: visible !important;
}
.visible-sm{
    visibility: hidden !important;
    display: none;
}
@media (max-width: 1730px){
    .container{        
        width: 85%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 1590px){
    .container{        
        width: 95%;
        max-width: 100%;
    }
    .header-layout1 .logo-bg {
        width: 30.5%;
    }
    .header-layout1 .logo-bg-dx {
        width: 28.5%;
    }
    .header-layout1 .logo-bg-dx:before, .header-layout1 .logo-bg-dx:after {
        -webkit-clip-path: polygon(calc(26.5% - 55px) 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(calc(26.5% - 55px) 0, 100% 0, 100% 100%, 0 100%);
        z-index: 0;
    }
    .header-layout1 .logo-bg-dx:after {
        -webkit-clip-path: polygon(calc(18% - 44px) 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(calc(18% - 44px) 0, 100% 0, 100% 100%, 0 100%);
        z-index: 1;
    }
}
@media (max-width: 1390px){
    .container{        
        width: 96%;
        max-width: 100%;
        padding: 0 2%;
    }
}
@media (max-width: 1300px){
    .header-logo img {
        max-width: 250px;
    }
    .main-menu a {
        font-size: 12.5px;
    }
}
@media (max-width: 1250px){
    .header-layout1 .main-menu{display: none !important}
    .th-menu-toggle{display: block !important}
}
@media (max-width: 1199px){
    .hero-style2 {
        z-index: 45;
    }
}
@media (max-width: 1190px){
    .main-menu a {
        font-weight: 400;
        font-size: 12px;
    }
    .header-layout1 .logo-bg-dx {
        width: 35.5%;
    }
}
@media (max-width: 1100px){
    .main-menu>ul>li {
        margin: 0 2px;
    }
    .header-logo img {
        max-width: 200px;
    }
    .header-layout1 .logo-bg {
        width: 28.5%;
    }
    .main-menu a {
        font-weight: 500;
        font-size: 11.5px;
    }
    .swiper-slide, .hero-2 video  {
        height: calc(100vh - 100px);
    }
    .hero-2 video {
        max-width: 100%;
        /*max-width: fit-content;*/
    }
    .swiper-autoheight, .swiper-autoheight .swiper-slide,
    .swiper-autoheight .swiper-wrapper{
        height: auto !important;
    }
}

@media (max-width: 991px){
    .header-layout1 .logo-bg {
        width: 40%;
    }
    .hero-2 .th-hero-bg {
        display: flex;
        justify-content: center;
    }
    .hero-style2 {
        margin: 50px 0;
    }    
    .swiper-slide, .hero-2 video  {
        height: calc(100vh - 65px);
    }
    .price-card_content{
        min-height: 70px!important;
    }
    
    .list-link a {
        width: 33.3333333333%;
    }
}

@media (max-width: 767px){
    p{
        text-align: justify;
    }
    .header-layout1 .logo-bg {
        width: 70%;
    }
    .hero-style2 {
        margin: 30px 0;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-style2 .hero-text {
        font-size: 20px;
        font-weight: 500;
        text-shadow: 1px 1px 7px rgba(0,0, 0, .9);
    }
    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-box1 {
        left: 0;
    }
    .year-counter_number {
        font-size: 40px;
    }
    .year-counter {
        height: 130px;
        width: 130px;
        border: 5px solid var(--white-color);
        box-shadow: 1px 10px 30px rgba(8,14,28,0.7);
        padding: 8px 0;
    }
    .title-area {
        text-align: center;
    }
    h2.sec-title {
        font-size: 24px;
    }
    .testi-grid_review {
        position: relative;
        top: 0;
        right: 0;
    }
    .testi-grid {
        margin-top: 50px;
        margin-bottom: 50px;
    }    
    .visible-lg {
      visibility: hidden !important;
    }
    .visible-sm{
        visibility: visible !important;
        display: inline;
    }
    .list-link a {
        width: 50%;
    }
}
@media (max-width: 580px){
    .img-box2:before {
        left: 7px;
    }        
    .img-box2:after {
        right: 10px;
    }
}
@media (max-width: 480px){
    .hero-title {
        font-size: 21px;
    }
    .copyright-wrap {
        padding: 22px 0 100px;
        background-size: 100% auto;
    }
    .img-box2:before {
        left: 6px;
    }
}