@media only screen and (max-width: 991px){
    ul.v-nav-list{
        display: none;
    }

    header .container{
        width: 100%;
        max-width: 100%;
    }

    header{
        padding: 10px 0;
    }


    a.logo-sec img {
        max-height: 60px;
    }

    button.btn.ham-btn{
        display: inline-block;
    }
    h2.section-2 {
        font-size: 28px;
    }

    .icon-txt p {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .icon-img img {
        max-height: 52px;
    }

    .swt-sec {
        min-height: 385px;
        padding: 40px 20px;
    }
    span.rate {
        font-size: 18px;
    }

    .swt-desc h6 {
        font-size: 15px;
    }

    .main-title h3 {
        color: var(--maincolor);
        font-size: 33px;
        font-weight: 600;
    }

    .legacy-sec {
        padding: 25px;
    }
    
}   

@media only screen and (max-width: 600px) {
    .banner-content h1 {
        font-size: 41px;       
    }



    .legacy-sec {
        margin-top: 70px;
        padding: 0;
        margin-bottom: 35px;
    }

    .leg-img-sec button img {
        max-height: 56px;
    }
    img.leg-rang {
        position: absolute;
        top: -12%;
        left: 6%;
        min-height: 262px;
        z-index: -1;
    }
    .legacy-sec {
        margin-top: 70px;
        padding: 25px;
    }
    .legacy-sec h4 {
        font-size: 35px;
    }

    .mobo-hide{
        display: none !important;
    }

    .des-hide{
        display: block;
    }

    .banner-footer img {
        max-height: 162px;
    }

    .banner-footer {
        left: 2%;
    }

    .banner-header {
        text-align: center;
    }

    .pro-title h5{
        font-size: 16px;
    }

    .first-tm-banner {
        min-height: 100%;
        padding: 20px 0;
    }

    .tm-img img {
        max-height: 76px;
    }

    .tm-desc h3 {
        text-align: left;
        margin-top: 10px;
        font-weight: 600;
        font-size: 27px;
    }

    .tm-desc p {
        font-size: 13px;
    }

    .tm-banner-flex {
        align-items: flex-start;
        flex-direction: column;
    }

    a.btn.theme-btn {
        font-size: 13px;
        margin-top: -11px;
    }

    .tm-desc {
        text-align: left;
    }

    .legacy-sec-main{
        padding-bottom: 0;
    }

    .insta-slide .swiper-slide {
        margin-right: 0 !important;
        padding: 0;
    }


    .welcome-sec img {
        max-height: 63px;
        left: -13px;
        top: -42px;
    }
    .welcome-sec h6 {
        margin: 0;
        margin-left: 47px;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        margin-top: 16px;
    }

    .cnt-col-img img {
        max-width: 73px;
    }

    .welcome-sec img {
        max-height: 63px;
        left: -13px;
        top: -34px;
    }

    .welcome-sec h6 {
        margin: 0;
        margin-left: 47px;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        margin-top: 16px;
    }
    
    .footer-sec p {
        font-size: 14px;
        text-align: center;
    }
    .outside-right-box{
        margin-right: -50vw;
    }

    .pd-main-sec {
        padding: 20px;
    }

    img.ct-bg-img {

        right: -34%;
    
    }

    img.ct-bg-foot {
       
        max-height: 140px;
    }

    .cont-pg-add {
        margin: 39px 0;
    }

    .contact-form-sec, .contact-page-sec {
        padding: 60px 37px;
    }

    .mobo-rev{
        flex-direction: column-reverse;
    }

    .gift1-sec{
        padding: 40px 30px;
    }
  
  }