@media screen and (max-width: 767px) {
    button.btn.voucher_buttonblue.mb_buttonblink {
   
        background-color: #004A7F;
        font-weight: 700;
        padding: 1rem;
       
        box-shadow: 0px 6px 10px #00000029;
        border-radius: 15px;
        color: #fff;
       
        min-width: 0rem;
    }
    
    .voucher_buttonred{
        background-color: #EC2A2C;
        font-weight: 700;
        padding: 1rem;
        box-shadow: 0px 6px 10px #00000029;
        border-radius: 15px;
        color: #fff;
        min-width: 0rem;
    }
    .contest_mb {
        margin-top: 6rem;
    }
    .v_text {
        color: #fff;
        font-weight: bold;
        font-size: 1.7rem;
        margin-top: 0.7rem;
    }
    .btn.voucher_buttonmb {
        font-weight: 700;
        padding: 1rem;
        background: #EC2A2C 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 10px #00000029;
        border-radius: 15px;
        color: #fff;
        /* width: 29rem; */
        font-size: 1rem;
    }
    .spacing2 {
        padding-top: 3rem;
    }
    .s_top {
        padding-top: 2rem;
    }
    .bannerform {
        text-align: center;
        position: relative;
        top: 1px;
        right: -3%;
        padding: 20px 10px;
        width: 348px;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
        border-radius: 16px;
        opacity: 1;
    }
    .box-inner {
        width: 295px;
        padding: 0px;
    }
    .logo2 {
        width: 80px;
        height: 100px;
    }
    body {
        letter-spacing: 0.01rem;
    }
    .head {
        font-size: 2.5rem;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.8rem;
    }
    h6,
    p {
        font-size: 0.75rem;
    }
    .owl-carousel .owl-nav {
        display: block;
    }
    #partner_slide .owl-nav .owl-next {
        right: -5% !important;
    }
    #partner_slide .owl-nav .owl-prev {
        left: -5% !important;
    }
    .media-body {
        margin-top: 1rem;
    }
    .take-text {
        padding: 3rem 1rem;
    }
    li.media {
        margin-bottom: 2rem;
    }
    .take-text h1 {
        margin-bottom: 2rem;
    }
    #client-owl .owl-nav {
        position: absolute;
        top: -6rem;
        right: 0rem;
        display: none;
    }
    #client-owl .owl-prev {
        background-color: #183584;
        position: relative;
        width: 40px;
        height: 40px;
    }
    #client-owl .owl-next {
        background-color: #183584;
        position: relative;
        width: 40px;
        height: 40px;
    }
    .overlap-img {
        position: absolute;
        right: 0rem;
        bottom: 1rem;
    }
    .testimonials-bg {
        padding: 4rem 5rem 4rem 5rem;
    }
    #programs .card-box2 {
        width: 290px;
    }
    #programs .item {
        display: flex;
        justify-content: center;
    }
    .card-box h6 {
        font-size: 1rem !important;
    }
    .blue-ach {
        background: url("../images/blue.svg");
        display: none !important;
    }
    .milestones-img {
        margin: auto;
    }
    .milestone-heading {
        text-align: center;
        margin-bottom: 2rem;
    }
    embed.students-sub {
        width: auto;
        height: 300px;
    }
    .right-border {
        border-right: none;
    }
    #owl-video {
        margin-left: 0rem;
    }
}
@media screen and (min-width:768px) and (max-width:850px){
    .v_text {
        color: #fff;
        font-weight: bold;
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 574px) and (max-width: 767px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        top: 3rem;
        left: 4.4rem;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: auto;
    }
    .bg-bord:hover:before {
        left: 5.4rem;
        transition: 0.3s ease-in-out;
    }
}

@media screen and (min-width: 400px) and (max-width: 575px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        top: 3rem;
        left: 8.4rem;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: auto;
    }
    .bg-bord:hover:before {
        left: 9.4rem;
        transition: 0.3s ease-in-out;
    }
}

@media screen and (min-width: 320px) and (max-width: 399px) {
    .testimonials-bg {
        padding: 4rem 3rem 4rem 3rem;
    }
}

@media screen and (max-width: 575px) {
    .text_img {
        position: absolute;
        top: 1%;
        left: 22%;
    }
    .hcontest {
        color: #263990;
        font-weight: bold;
        text-align: center;
        padding-bottom: 1rem;
    }
    .head {
        font-size: 2rem;
    }
    h1 {
        font-size: 1.8rem;
    }
    h6,
    p {
        font-size: 0.9rem;
    }
    .bord-rtn {
        border-right: none !important;
    }
    .bord-btn {
        border-bottom: none !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {}

@media screen and (min-width: 900px) and (max-width: 1000px) {

    .custom-container {
        margin-left: 13rem;
        margin-left: 2rem;
    }
    .lft_mrg {
        margin-left: 0rem;
    }
    .v_text {
        color: #fff;
        font-weight: bold;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) {}

@media screen and (max-width: 991px) {
    .banner_form {
        position: relative;
        left: auto;
        top: 2rem;
        right: auto;
        text-align: center;
        margin: 0 auto 5rem;
        width: 90%;
        padding-bottom: 1rem;
    }
    section#programs {
        margin-top: 3rem;
    }
    li.media {
        margin-bottom: 2rem;
    }
    .take-text h1 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (min-width: 768px) and (max-width: 1023px) {}

@media screen and (min-width: 1251px) and (max-width: 1299px) {
    .v_text {
        color: #fff;
        font-weight: bold;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
    .logo-img {
        width: 19rem;
    }
}


@media screen and (min-width: 1010px) and (max-width: 1090px) {
    .custom-container {
        /* margin-left: 13rem; */
        margin-left: 3rem;
    }
    .v_text {
        color: #fff;
        font-weight: bold;
        font-size: 1.6rem;
    }
    .lft_mrg {
        padding-top: 6rem;
        margin-left: 0rem;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
    .lft_mrg {
        margin-left: 0rem;
    }
    .custom-container {
      
        margin-left: 3rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .lft_mrg {
        margin-left: 0rem;
    }
    .custom-container {
      
        margin-left: 3rem;
    }
    .banner_form {
        right: 5% !important;
    }
    .quote-img {
        position: relative;
        left: -7rem;
        top: 2rem;
        z-index: 999;
    }
    .card-text {
        padding: 5rem 2rem 1rem 2rem;
    }
    .card-text {
        padding: 7rem 2rem 1rem 2rem !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
    .overlap-img {
        position: absolute;
        right: 3rem;
        bottom: 1rem;
    }
    .quote-img {
        position: relative;
        left: -6rem;
        top: 2rem;
        z-index: 999;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {}

@media screen and (min-width: 1400px) and (max-width: 1599px) {}

@media screen and (max-width: 1599px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.95rem !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {}

@media screen and (min-width: 1600px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1rem !important;
    }
    .banner_form .input-group>.form-control {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {}

@media screen and (min-width:1801px) and (max-width:1920px) {}

@media screen and (min-width:1201px) and (max-width: 1600px) {
    .quote-img {
        position: relative;
        left: -7rem;
        top: 2rem;
        z-index: 999;
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (min-width:992px) and (max-width: 1199px) {
    .testimonials-bg {
        padding: 4rem 2rem 2rem 2rem;
        border-radius: 0rem 0rem 6rem 0rem;
    }
    .bg-bord:before {
        content: '';
        position: absolute;
        top: 3rem;
        left: 5.9rem;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: auto;
    }
    .bg-bord:hover:before {
        left: 6.8rem;
        transition: 0.3s ease-in-out;
    }
}

@media screen and (min-width:992px) {
    /* .banner-section img {
        margin-top: 4.5rem !important;
    } */
}

@media screen and (min-width:1200px) {
    .slide-image-milestone {
        position: relative;
        left: 9rem;
        top: -8rem;
    }
    .overlap-img {
        position: absolute;
        right: 4rem !important;
        bottom: 1rem !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    body {
        letter-spacing: 0.03rem;
    }
    .head {
        font-size: 2.8rem;
    }
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6,
    p {
        font-size: 0.85rem;
    }
    .head {
        font-size: 2rem;
    }
    .testimonials-bg {
        padding: 4rem 1rem 2rem 1rem;
        border-radius: 0rem 0rem 5rem 0rem;
    }
    .overlap-img {
        position: absolute;
        right: 2rem;
        bottom: 0rem;
    }
    .bg-bord:before {
        content: '';
        position: absolute;
        top: 3rem;
        left: 6.9rem;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: auto;
    }
    .bg-bord:hover:before {
        left: 8.3rem;
        transition: 0.3s ease-in-out;
    }
    #owl-video .owl-nav.disabled+.owl-dots {
        margin-top: 6rem;
    }
    .milestones-d {
        margin-left: 2rem;
    }
    #owl-video {
        margin-top: 5rem;
    }
    .testimonials-bg h6,
    small {
        font-size: 0.70rem !important;
    }
    .testimonials-bg:before {
        border-bottom: 72px solid white;
        border-left: 47px solid #F1F3FF;
    }
    #owl-video {
        margin-left: 1rem;
    }
}

@media screen and (max-width:360px) {
    .head {
        font-size: 1.8rem !important;
    }
}

@media screen and (min-width: 991px) {
    /*  .carousel-control-prev, carousel-control-next {
display: none;
}*/
    .modal-xl {
        max-width: 800px !important;
    }
}

@media screen and (min-width: 1800px) {}

@media screen and (max-width: 991px) {
    .navbar-nav.ml-auto {
        width: 97% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #slider_banner {
        margin-top: 4rem !important;
    }
    .banner_form {
        position: absolute;
        top: 11%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.75rem !important;
    }
    .logo-wd {
        width: 170px !important;
    }
    .head {
        font-size: 2.5rem;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -1% !important;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -1% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.8rem !important;
    }
}

@media screen and (min-width: 1251px) and (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.85rem !important;
    }
}

@media (min-width: 1200px) {}

@media screen and (min-width: 320px) and (max-width: 330px) {
    .logo-wd {
        width: 175px !important;
    }
    .navbar-light .navbar-toggler {
        margin-top: 0.5rem !important;
    }
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 5.8rem;
    }
    .bg-bord:hover:before {
        left: 6.8rem;
    }
    .quote-img {
        position: relative;
        left: -4rem;
    }
}

@media screen and (min-width: 331px) and (max-width: 340px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 6.4rem;
    }
    .bg-bord:hover:before {
        left: 7.3rem;
    }
    .quote-img {
        position: relative;
        left: -4rem;
    }
}

@media screen and (min-width: 341px) and (max-width: 350px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 6.9rem;
    }
    .bg-bord:hover:before {
        left: 7.7rem;
    }
    .quote-img {
        position: relative;
        left: -5rem;
    }
}

@media screen and (min-width: 351px) and (max-width: 500px) {
    .quote-img {
        position: relative;
        left: -5rem;
    }
    .mb_banner {
        margin-top: 4.1rem;
        
    }
}

@media screen and (min-width: 351px) and (max-width: 360px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 7rem;
    }
    .bg-bord:hover:before {
        left: 8rem;
    }
    .quote-img {
        position: relative;
        left: -5rem;
    }
}

@media screen and (min-width: 371px) and (max-width: 430px) {
    .quote-img {
        position: relative;
        left: -5rem;
    }
}

@media screen and (min-width: 361px) and (max-width: 380px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 7.4rem;
    }
    .bg-bord:hover:before {
        left: 8.4rem;
    }
}

@media screen and (min-width: 411px) and (max-width: 430px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 9.1rem;
    }
    .bg-bord:hover:before {
        left: 9.9rem;
    }
}

@media screen and (min-width: 431px) and (max-width: 450px) {
    .bg-bord:hover:before {
        left: 10.7rem;
    }
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 9.7rem;
    }
}

@media screen and (min-width: 451px) and (max-width: 470px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 10.3rem
    }
    .bg-bord:hover:before {
        left: 11.1rem;
    }
    .quote-img {
        position: relative;
        left: -7rem;
    }
}

@media screen and (min-width: 471px) and (max-width: 490px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 11rem;
    }
    .bg-bord:hover:before {
        left: 11.8rem;
    }
    .quote-img {
        position: relative;
        left: -6rem;
    }
}

@media screen and (min-width: 491px) and (max-width: 510px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 11.6rem;
    }
    .bg-bord:hover:before {
        left: 12.4rem;
    }
    .quote-img {
        position: relative;
        left: -6rem;
    }
}

@media screen and (min-width: 511px) and (max-width: 530px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 12.2rem;
    }
    .bg-bord:hover:before {
        left: 13.1rem;
    }
    .quote-img {
        position: relative;
        left: -7rem;
        top: 2rem;
        z-index: 999;
    }
}

@media screen and (min-width: 531px) and (max-width: 540px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 12.4rem;
    }
    .bg-bord:hover:before {
        left: 13.6rem;
    }
    .quote-img {
        position: relative;
        left: -8rem;
    }
}

@media screen and (min-width: 541px) and (max-width: 560px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 13rem;
    }
    .bg-bord:hover:before {
        left: 14.2rem;
    }
    .quote-img {
        position: relative;
        left: -7rem;
    }
}

@media screen and (min-width: 561px) and (max-width: 575px) {
    .bg-bord:before {
        content: '';
        position: absolute;
        left: 13.6rem;
    }
    .bg-bord:hover:before {
        left: 14.8rem;
    }
}

@media screen and (min-width:361px) and (max-width: 400px) {
    .logo-wd {
        width: 210px;
    }
    .navbar-light .navbar-toggler {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 400px) {
    .form-title h6 {
        font-size: 1rem !important;
    }
}

@media screen and (min-width:401px) and (max-width: 500px) {
    .logo-wd {
        width: 240px;
    }
}

@media screen and (max-width: 319px) {}

@media screen and (min-width:401px) and (max-width:599px) {}

@media screen and (min-width:600px) and (max-width:767px) {}

@media screen and (max-width: 319px) {
    .logo-wd {
        width: 50px !important;
    }
    .navbar-light .navbar-toggler {
        margin-top: 0.5rem !important;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1599px) {}

@media screen and (min-width:600px) and (max-width:799px) {}

@media screen and (min-width:1200px) and (max-width:1599px) {}

@media screen and (max-width:768px) {
    .banner-section2 {
        display: none !important;
    }
    .card-text {
        padding: 5rem 2rem 1rem 2rem;
    }
    embed.students-sub {
        width: auto;
        height: 300px;
    }
}

@media screen and (min-width:769px) {
    .formsec1 {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    /* .formsec {
        display: none !important;
    } */
    .my-mobile {
        margin: 3rem 0rem;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -1% !important;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -1% !important;
    }
}

@media screen and (min-width:400px) and (max-width:499px) {}

@media screen and (min-width:360px) and (max-width:399px) {}

@media screen and (max-width:359px) {
    h6,
    p {
        font-size: 0.7rem;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.2rem;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .quote-img {
        position: relative;
        left: -5rem;
    }
}

@media screen and (min-width:769px) and (max-width:1600px) {
    .form-control {
        font-size: 0.85rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
    #client-owl .owl-nav {
        position: absolute;
        top: -6rem;
        right: 1rem;
        display: block;
    }
}

@media screen and (min-width: 1109px) and (max-width: 1199px) {}

@media screen and (min-width: 768px) and (max-width: 974px) {}

@media screen and (min-width: 1401px) and (max-width: 1709px) {
    .take-text {
        padding: 2rem 2rem 0rem 2rem;
    }
    li.media {
        margin-bottom: 1.5rem;
    }
    img.mr-3.take-img {
        width: 16%;
    }
}

@media screen and (min-width: 1710px) and (max-width: 1910px) {
    .take-text {
        padding: 2rem 3rem 0rem 3rem;
    }
}

@media screen and (min-width:1200px) and (max-width: 1400px) {
    .take-text {
        padding: 2rem 3rem 1rem 2rem;
    }
    li.media {
        margin-bottom: 1rem;
    }
    .take-img {
        width: 16%;
    }
    .media-body {
        margin-top: 0.5rem;
    }
    .take-text p {
        margin-bottom: 0px !important;
        font-size: 0.7rem;
    }
}

@media screen and (min-width:992px) and (max-width: 1108px) {}

@media screen and (min-width:801px) and (max-width:991px) {}

@media screen and (min-width: 1200px) {
    .take-text p {
        margin-bottom: 0px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1144px) {
    .btn {
        font-size: 0.70rem;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.60rem !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1338px) {
    .logo-img {
        width: 180px;
    }
}

@media screen and (min-width:769px) {
    .banner-section2 {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .banner-sec2 {
        display: none !important;
    }
    .banner-section2 {
        display: block !important;
    }
}

@media screen and (min-width:300px) and (max-width:330px) {
    .frmBg {
        background-color: #27426d;
        width: 18rem;
    }
}

@media screen and (min-width:331px) and (max-width:358px) {
    .frmBg {
        background-color: #27426d;
        width: 21.5rem;
    }
}

@media screen and (min-width:359px) and (max-width:360px) {
    .frmBg {
        background-color: #27426d;
        width: 21.5rem;
    }
}

@media screen and (min-width:361px) and (max-width:377px) {
    .frmBg {
        background-color: #27426d;
        width: 21.5rem;
    }
}

@media screen and (min-width:378px) and (max-width:394px) {
    .frmBg {
        background-color: #27426d;
        width: 22.4rem;
    }
}

@media screen and (min-width:395px) and (max-width:415px) {
    .frmBg {
        background-color: #27426d;
        width: 23.8rem;
    }
}

@media screen and (min-width:415px) and (max-width:450px) {
    .frmBg {
        background-color: #27426d;
        width: 25.4rem;
    }
}

@media screen and (min-width:451px) and (max-width:600px) {
    .frmBg {
        background-color: #27426d;
        width: 29rem;
    }
}

@media screen and (min-width:660px) and (max-width:700px) {
    .frmBg {
        background-color: #27426d;
        width: 41.5rem;
    }
}

@media screen and (min-width:701px) and (max-width:767px) {
    .frmBg {
        background-color: #27426d;
        width: 41.5rem;
    }
}

@media screen and (min-width:1180px) and (max-width:1400px) {
    .card-box {
        min-height: 31rem;
    }
    .frmBg {
        text-align: center;
        padding: 16px 23px;
        /* background-color: #27426d; */
    }
    .dsu-form {
        top: 7rem;
    }
}

@media screen and (min-width:1300px) and (max-width:1370px) {
    .font {
        font-size: 0.8rem;
    }
    .card-box2 .pos-pgm {
        font-size: 0.89rem;
    }
    .card-box2 {
        min-height: 30rem;
    }
    .text-black-cust {
        color: #1D1D1D;
        font-size: 0.8rem;
    }
}

@media screen and (min-width:1371px) and (max-width:1420px) {
    .font {
        font-size: 0.7rem;
    }
    .card-box2 .pos-pgm {
        font-size: 0.89rem;
    }
    .card-box2 {
        min-height: 30rem;
    }
    .text-black-cust {
        color: #1D1D1D;
        font-size: 0.8rem;
    }
}

@media screen and (min-width:1421px) and (max-width:1460px) {
    .font {
        font-size: 0.72rem;
    }
    .card-box2 .pos-pgm {
        font-size: 0.9rem;
    }
    .card-box2 {
        min-height: 30rem;
    }
    .text-black-cust {
        color: #1D1D1D;
        font-size: 0.8rem;
    }
}

@media screen and (min-width:1460px) and (max-width:1540px) {
    .font {
        font-size: 0.8rem;
    }
    .card-box2 .pos-pgm {
        font-size: 0.89rem;
    }
    .card-box2 {
        min-height: 30rem;
    }
    .text-black-cust {
        color: #1D1D1D;
        font-size: 0.91rem;
    }
}

@media screen and (min-width:1541px) and (max-width:1620px) {
    .font {
        font-size: 0.84rem;
    }
    .card-box2 .pos-pgm {
        font-size: 0.89rem;
    }
    .card-box2 {
        min-height: 30rem;
    }
    .text-black-cust {
        color: #1D1D1D;
        font-size: 0.91rem;
    }
}

@media screen and (min-width:1621px) and (max-width:1690px) {
    .font {
        font-size: 0.95rem;
    }
    .card-box2 .pos-pgm {
        font-size: 0.89rem;
    }
    .card-box2 {
        min-height: 30rem;
    }
    .text-black-cust {
        color: #1D1D1D;
        font-size: 1rem;
    }
}

@media screen and (min-width:771px) and (max-width:780px) {
    .form-click {
        position: relative;
        font-size: 18px;
        padding: 10px 20px;
        cursor: pointer;
        display: inline-block;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        /* border: 1px solid #fff; */
        color: #fff;
        background: #EC2A2C;
    }
    .banner-top {
        margin-top: 7rem;
    }
    .card-box {
        min-height: 29rem;
    }
}

@media screen and (min-width:520px) and (max-width:540px) {
    .mb_banner {
        margin-top: 7.2rem;
    }
}

@media screen and (min-width:950px) and (max-width:995px) {
    .dsu-form {
        top: 5rem;
        right: -295px;
    }
}

@media screen and (min-width:720px) and (max-width:770px) {
    .banner-top {
        margin-top: 7rem;
    }
    .frmBg {
        width: 46rem;
        background-color: #27426d;
    }
}

@media only screen and (max-width: 768px) {
    .section-content {
        padding: 2rem 2rem 2rem 1rem;
        width: 65%;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
}

@media (max-width: 500px) {
    .section-content h3 {
        font-size: 12px;
    }
    .section-content h2 {
        font-size: 1.5rem;
    }
    .section-content {
        width: 70%;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 240px) and (max-width:560px) {
    .section-content h2 {
        font-size: 1.3rem;
    }
    .section-content h3 {
        font-size: 12px;
    }
    .section-content h2 br {
        display: none;
    }
    .section-content {
        padding: 0;
    }
}