

/* Large devices (desktops, less than 1280px)*/
@media (max-width: 1280.98px) {

}
@media (max-width: 1220.98px) {



}

/* Large devices (desktops, less than 1180px)*/
@media (max-width: 1180.98px) {

}

/* Large devices (desktops, less than 1140px)*/
@media (max-width: 1140.98px) {



}

/* Medium devices (desktops, less than 1050px)*/
@media (max-width: 1080.98px) {

}

@media (max-width: 1024px) {


    .button-price{ font-size: .8rem;
        padding: 10px 20px;}

        .priceBox h3 {
            font-size: 22px;
            margin-top: 30px;
            margin-bottom: 30px;
            font-weight: 600;
        }

        .serction03 p {
            color: #496C7D;
            font-size: 14px;
            line-height: 24px;
            padding: 0px;
        }


  /* Compensationsection and Add Account Details kyc*/

}

/* Small devices (landscape phones, less than 1366px)*/
@media screen and (min-width: 1366.98px) {

}

/* Small devices (landscape phones, less than 991px)*/
@media screen and (min-width: 991.98px) {


}

/* Medium devices (tablets, less than 992px)*/
@media screen and (max-width: 991.98px) {
    h1{ font-size: 2rem;}



    .banner{

        background-image: none !important;



      }


    .banner h1{ line-height: 3rem; }
    .banner h2{ line-height: 2.5rem;}
    .banner h4{ color:  #646464; margin-top: 20px; margin-bottom: 20px; line-height: 30px; font-size: 1.2rem;
    text-align:left;}

    .serction04 .arcIconBox h4 {

        font-size: 16px;

    }

    .serction05 h3 , .serction06 h3  {
         font-size: 1.5rem;


      }

    .serction04 .border-right {
        border-right: 0px solid #c7c7c7;
    }

    .serction05 {
        width: 100%;
        padding: 50px 0;
        text-align: center;
    }
    .bodyBanner {
        position: relative;
      overflow: initial;
    }
    .mobile-hide{ display:none;}


    .aboutBox {
        background: #fff;
        padding: 20px;
        border-bottom: 4px solid #afc42c;
        opacity: 1;
    }


    .serction01 h2{ text-align: center; margin-top: 20px;}
    .serction01 p{ text-align: center;}


    .serction01 h2::before {
        content: "";
        position: absolute;
        border-top: 2px solid #c1d72e;
        width: 50%;
        height: 10px;
        margin-top: -8px;
        color: #c1d72e;
        /* display: flex; */
        left: 25%;}

        .serction04  .border-bottom{ border-bottom:0px solid #c7c7c7 !important;}
        .serction04 .arcIconBox {border-bottom: 1px solid #c7c7c7;}

        .ContactBox h3, .ContactBox p  {
           padding: 0px;
        }

}
@media screen and (max-width: 768px) {
    .banner h4{ color:  #646464; margin-top: 20px; margin-bottom: 20px; line-height: 30px; font-size: 1.2rem;
        text-align:center;}
    .v-align-bottom {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .serction03 h2 {
        color: #054463;
        font-size: clamp(2rem, 10vw, 3rem);
        font-weight: 100;
        text-align: center;
    }
    .serction03 p {
       text-align: center;
    }
    .contactLInk{
        font-size: 16px;
    display: flex;
    color: #0063ea;
    align-items: center;
    justify-content: center;
    }
    .banner h1{ line-height: 3rem; text-align: center;}

    .footerBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .footerSection {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }
    .signupButton{ text-align: center;}

    .ContactBox {
        display: flex;
        width: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px #00000024;
        border: 1px solid #D6D6D6;
        border-radius: 20px;
        opacity: 1;
        padding: 30px;
        flex-direction: column;
        align-items: center;
    }

}


@media screen and (max-width: 767px) {
    .banner-right{
        display: none;
    }
    .service-area{
        text-align: center;
    }
    .footerLink{text-align: center;}
 }

@media screen and (max-width: 769px) {
    .col {
        flex: 1 0 100%;
    }

}





@media screen and (max-width: 480px) {


}

@media screen and (max-width: 345px) {

}


@media screen and (max-width: 346px) {


  }

@media screen and (max-width: 320px) {


}

@media screen and (min-device-width: 413px) and (max-device-width: 480px) {

}


/* smal devices (desktops, less than 1600px)*/
@media (min-width: 1600.98px) {

}


@media (max-width: 768px) {
    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links li {
        text-align: center;
        margin: 10px 0;
    }

    .navbar-links.active {
        display: flex;
    }
}