    @font-face {
    font-family: Montserrat-Light;
    src: url("../fonts/Montserrat-Light.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat-Regular.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-Medium;
    src: url("../fonts/Montserrat-Medium.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-SemiBold;
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/Montserrat-Bold.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-ExtraBold;
    src: url("../fonts/Montserrat-ExtraBold.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-Black;
    src: url("../fonts/Montserrat-Black.ttf");
    font-display: swap;
  }
  


body{
  font-family: Montserrat-Regular !important;
  font-size: 14px !important;
}

#section1{
    scroll-margin-top: 200px;
    overflow: clip;
}
#section2{
    scroll-margin-top: 700px;
    overflow: clip;
}
#section3{
    scroll-margin-top: 750px;
    overflow: clip;
}
#section4{
    scroll-margin-top: 50px;
    overflow: clip;
}
/* Header Start */

header{
    box-shadow: 0 3px 6px #00000029;
}
.navbar  .header_menu{
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
/* .navbar-expand-lg .header_menu .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center;
} */
/* .navbar-brand img{
    max-height: 60px;
} */
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin: 20px 0 10px 0;
}
.header_menu .navbar-nav .nav-item .nav-link{    
    color: #707070;
    font-family: Montserrat-Bold;
    padding: 0px 10px 0 10px;
    border-right: 1px solid #707070;
    font-size: 14px;
}
.header_menu .navbar-nav .nav-item .last_menu{
    padding: 0px 10px;
    border:none;
}

/* Header End */

.heading{
    color: #061820;
    font-size: 30px;
    font-family: Montserrat-Black;
    margin: 0 0 30px 0;
}
.sub_heading{
    font-size: 25px;
    margin: 0 0 30px 0;
    color:#061820;
}
.section_text{
    color:#061820;
    font-family: Montserrat-Medium;
    font-size:14px;
}

.bcta {
    background-color: #C3141A;
    -webkit-border-radius: 10px;
    border-radius: 10px ;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 18px !important;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    margin: 0 0 0 10px;
  }
  .bcta:after{
    display: none;
}
  @-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #c32e34; box-shadow: 0 0 10px 0 #c32e34; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  .apply-now-btn{
    padding: 10px 20px !important;
    width: 200px;
    display: none;
    align-items: center;
    margin: 0 auto;
    background-color: #C3141A;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
  }
  .navbar {
    padding-bottom: 0 !important;
  }
/* =========== Banner Section Start ============ */

#banner{
    margin: 0 !important;
  }
  .banner_section{
    padding: 0;
  }
  .banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    padding: 25px 0;
    min-height: 710px;
    width: 100%;
  }
  
  .home_banner_slider {
    float: left;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050a10;
  }
  .banner-content h1,
  .banner-content h3 {
    color: #fff;
    font-family: 'Montserrat-Medium';
  } 
  
  .banner-content h1 span {
    color: #9c0b0d;
    font-family: 'Montserrat-Medium';
  }
  .banner4-content{
    margin-left:-30px !important;
  }
  .heading_banner {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
  }
  
  .heading_banner1 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .heading_banner span {
    color: #9c0b0d;
    font-weight: 700;
  }
  
  /* banner section end */
  
  /* <!------------------------form section start--------------------------> */
  .form-mainbox .form-heading {
    color: #000000;
    font-family: 'Montserrat-SemiBold';
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  .form-mainbox {
    box-shadow: 0px 5px 28px #0000001A;
    padding: 30px 45px 10px 45px;
    background-color: #FFF;
    border-radius: 41px;
    margin: 10px 0 50px 0;
  }
  
  .form-box {
    position: relative;
    margin: 0 0 30px 0;
  }
  .form-label {
    background-color: #fff;
    font-family: 'Montserrat-Medium';
    position: absolute;
    top: -12px;
    left: 20px;
    color: #707070;
    padding: 0 2px;
    font-size: 13px;
    margin: 0;
  }
  .form-box select, textarea{
    background-color: #fff;
    width: 100%;
    border: 1px solid #e4e4e4;
    line-height: normal;
    padding: 15px;
    border-radius: 5px;
    color: #707070;
    font-size: 12px;
    font-family: 'Montserrat-Medium';
  }
  .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    border-radius: 7px;
    height: 45px;
  }
  select.form-control {
    background: url("../images/arrow.png") no-repeat 97% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
  }
  .form-mainbox .btn_submit {
    background-color: #0eb566;
    color: #FFF;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid;
    font-family: 'Montserrat-Medium';
    padding: 5px 30px;
    transition-duration: 0.3s;
    font-weight: 800;
  }
  .form-mainbox .btn_submit:hover {
    background-color: #FFF;
    color: #0eb566;
    border: 1px solid #0eb566;
  }
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #0eb566; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
  } 
  
  @keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
  } 
  
  .loading { 
    background-color: #ccc; 
    pointer-events: none; 
  }
/* =========== form section ends ============ */

/* About Us Start */
.about_us_section{
    padding:30px 0px 30px 0px;
}
.about_us_section .about_us_inner .nav-tabs {
    border-bottom:none;
    justify-content: space-between;
}
.about_us_section .about_us_inner .nav-tabs .nav-link {
    border: 1px solid #4c4a57;
    font-size: 18px;
    width: 49%;
    padding: 20px 30px 20px 30px;
    font-family: Montserrat-Black;
    color: #000;
    background: #f0f0f0;
}
.about_us_section .about_us_inner .nav-tabs .nav-link:first-child{
    border-radius: 50px 50px 50px 0px;
}
.about_us_section .about_us_inner .nav-tabs .nav-link:last-child{
    border-radius: 50px 50px 0px 50px;
}
.about_us_section .about_us_inner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #292929 !important;
}
.about_us_section .about_us_inner .nav-tabs .nav-link span{
    width:100%;
    font-family: Montserrat-Bold;
    float: left;
}
.about_us_section .tab-content{
    background-color: #292929db;
    border-radius: 10px;
    padding: 45px 80px 45px 80px;
    margin: 17px 0 0 0;
}
.about_us_section .tab-content .sub_heading{
    color: #1AD079;
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin: 0 0 0px 0;
    text-transform: uppercase;
    line-height: normal;
}
.about_us_section .tab-content hr{
    width: 100%;
    background: #1AD079;
}
.specializations_main_box{
    border-top: 1.5px solid #255a41;
    margin-top:40px;
}
.about_us_section .specializations_main_box .sub_heading{
    width: 280px;
    text-align: center;
    background: #1AD079;
    color: #fff;
    padding: 10px;
    border-radius: 0px 0px 30px 30px;
    margin: 0 auto;
}
.specializations_box_inner{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.specializations_box {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 0 0;
}
.specializations_box_inner img{
    max-height: 60px;
    margin: 0 0 20px 0;
}
.specializations_box_inner h6{
    font-family: Montserrat-Medium;
    color:#fff;
    font-size: 16px;
    text-align: center;
}
.about_us_section .tab-content h4{
    color: #fff;
    font-size: 16px;
}
.section-text {
    text-align: justify;
}
/* About Us End */

/* SCMC Bengaluru Start */
.SCMC_Bengaluru_section {
    padding: 60px 0 30px 0;
    position: relative;
    overflow: hidden;
}
.SCMC_Bengaluru_section::after{
    position: absolute;
    content:"";
    width: 250px;
    height: 250px;
    right: -50px;
    top: 23%;
    background-image:url("../images/green-circal.svg");
    background-repeat: no-repeat;
    background-size:100%;
    z-index: -1;
}
.SCMC_Bengaluru_section::before{
    position: absolute;
    content:"";
    width:400px;
    height: 400px;
    left:-60px;
    bottom: 0px;
    background-image:url("../images/green-circal.svg");
    background-repeat: no-repeat;
    background-size:100%;
    z-index: -1;
}
.highlights_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #cfcfcf;
    min-height: 160px;
    margin: 0 0 20px 0;
    background: #fff;
}

.highlights_box h5{
    font-size: 16px;
    margin: 17px 0 0 0;
    font-family: Montserrat-Medium;
    color: #0D0B1D;
    text-align: center;
}
.highlights_box img{
    max-height: 60px;
}
.highlights_box .heading{
    color:#1AD079;
    line-height: normal;
    margin: 0;
}

/* SCMC Bengaluru End */


/* Program Outcomes (POs) Start*/
.program_outcomes_section{
    padding: 30px 0 30px 0;
}
.program_outcomes_box{
    padding: 20px;
    text-align: center;
    border: 2px solid #cccccc6e;
    float: left;
    border-radius: 10px;
    margin:10px 0px 10px 0px;
    width: 100%;
    min-height: 80px;
}
.program_outcomes_box {
    opacity: 0.3;
}
.program_outcomes_section .center .program_outcomes_box{
    opacity: 1;
    box-shadow: 0px 2px 6px #cccccc4a;
}
.green_tag{
    justify-content: center;
    display: flex;
}
.green_tag span{
    background-color: #1AD079;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-family: Montserrat-Bold;
    font-size: 16px;
}
/* Program Outcomes (POs) End */

.committees_box{
    border: 1px solid #1AD079;
    padding: 20px;
    border-radius: 70px;
    margin: 0 0 20px 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.committees_sections_slider .committees_box .section_text{
    text-align: center;
}

/* Admissions Procedure at SCMS-Bengaluru Start */
/* .admissions_procedure_inner{
    min-height: 500px;
} */
.admissions_procedure_inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    height: 450px;
}
.admissions_procedure_inner .heading {
    grid-column: 1/4;
    grid-row: 1/2;
}
.admissions_list1 {
    grid-column: 1/2;
    grid-row: 2/3
}
.admissions_list2 {
    grid-column: 2/3;
    grid-row: 2/3;
    margin: -60px 0 0 0;
}
.admissions_list3 {
    grid-column: 3/4;
    grid-row: 1/3;
    margin: 120px 0 0 0;
}
.admissions_list4,
.admissions_list5,
.admissions_list6 {
    grid-row: 1/3;
}
.admissions_list4 {
    margin: 80px 0 0 0;
    grid-column: 4/5;
}
.admissions_list5 {
    margin: 40px 0 0 0;
}
.steps_btn {
    width: auto;
    background: #1AD079;
    border-radius: 20px;
    color: #fff;
    font-family: Montserrat-Bold;
    padding: 4px 18px;
    line-height: normal;
    margin: 15px 0 12px 0;
    width: fit-content;
}
.admissions_box img{
    max-height: 70px;
}

/* Admissions Procedure at SCMS-Bengaluru End */


/* Important Dates Start */
.important_dates_section{
    padding:0px 0px 30px 0px;
}
.important_dates_inner thead {
    background-color: #061820;
}
.important_dates_inner thead th{
    color: #1AD079;
    font-family: Montserrat-Black;
    font-size:18px;
    text-align: center;
}
.important_dates_inner thead th {
    padding:15px;
}

.important_dates_section tbody tr td:first-child{
    width:60%;
}
.important_dates_section tbody tr td:last-child{
    width:40%;
}
.important_dates_inner tbody tr td{
    color: #0D0B1D;
    font-family: Montserrat-Medium;
    font-size:14px;
    text-align: center;
}
/* Important Dates End */

/* SCMS Bengaluru - Campus Tour Start */
.campus_tour_section{
    padding:30px 0px 60px 0px;
}
.youtube-facade {
    position: relative;
    cursor: pointer;
    display: inline-block;
    max-width: 560px; /* Adjust as needed */
}

.youtube-facade img {
    width: 100%;
    height: auto;
    display: block;
}

/* Fix Play Button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;  /* Adjust size */
    height: 56px;
    background: url(../images/yt-playbtn.png) no-repeat center;
    background-size: contain;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.youtube-facade:hover .play-button {
    opacity: 1;
}


/* SCMS Bengaluru - Campus Tour End */



/* Footer Start */

footer{
    background-color: #061820;
    padding:50px 0px 0px 0px;
    float: left;
    width: 100%;
}
.footer_box .sub_heading{
    color: #fff;
    font-size: 18px;
    font-family: Montserrat-Black;
    margin: 0 0 10px 0;
}
.footer_box ul{
    padding: 0;
}
.footer_box ul li{
    color:#fff;
    list-style: none;
    margin: 0 0 10px 0;
    font-family: Montserrat-Medium;
    line-break: anywhere;
}
.footer_box ul li span{
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}
.footer_box ul li span img{
    width: 19px;
    margin: 0 3px 0 0;
}
.footer_box ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    opacity: 1 !important;
}
.made_by_text {
    padding: 5px 0;
    display: block;
    font-family: Montserrat-Medium;
    /* border-top: 1px solid #ddd; */
}
/* Footer ends */


/* Top Button starts */
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #c30005;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.9;
    height: 40px;
    width: 40px;
    opacity: 0.5;
  }
#myBtn:hover {
    /* background-color: #555; */
    opacity: 1;
}
/* Top Button ends */

/****************Thankyou page starts**********/
.thankyoutext {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  .thankyou_button {
    text-align: center;
  }
  .thankyou_button .banner-btn {
  font-family: Montserrat-Medium;
  font-size: 28px;
  width: 86%;
  padding: 40px;
  color: #9c0b0d;
  text-decoration: none;
  }
  .thankyou_banner_section{
    padding: 50px 0 120px 0;
    color: #000;
    font-family: Montserrat-Medium;
  }
  
  .ty_btn, .btn_tysubmit a{
    font-family: Montserrat-Medium;
    background: #9c0b0d;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
  }
  
  .ty_btn:hover, .btn_tysubmit a:hover {
    text-decoration: none;
    color: #9c0b0d;
    background: #fff;
    border: 1px solid #9c0b0d;
  }
  .registration-btn a {
    font-family: Montserrat-Medium;
    background: #9c0b0d;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    /* text-transform: 0.4s; */
    text-decoration: none;
  }
  .registration-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #9c0b0d;
    border: 1px solid #9c0b0d;
  }
  /**********Thankyou page end*******************/

  /* Responsive Section Starts */
  @media (min-width:1201px) and (max-width:2000px) {  
   
    .nav-link.bcta{
        display: block;
    }
    .registration-btn{
        display: none;
    }
}
@media only screen and (max-width:1199.98px){
    .header_menu .navbar-nav .nav-item .nav-link{
        padding: 0px 15px 0 15px;
    }
    .registration-btn{
        display: block;
        overflow: hidden;
        background-color: #bc0c10;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        padding: 5px;
    }
    .registration-btn a{
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }
    .nav-link.bcta{
        display: none;
    }
}
@media (min-width:991px) and (max-width:1200px) {  
   
    .nav-link.bcta{
        display: block;
    }
    .registration-btn{
        display: none;
    }
}
@media (max-width: 1024px) {
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: #fff;
        padding: 25px 0;
        min-height: 576px;
        width: 100%;
    }
    .form-mainbox {       
        margin: -70px 0 50px 0;
    }
    .nav-link.bcta{
        display: block;
    }
    .registration-btn{
        display: none;
    }
}

@media only screen and (max-width:991.98px){
  
    .heading{
        font-size:25px;
    }
    .about_us_section .tab-content .sub_heading{
        font-size: 16px;
        /* margin-top: 20px; */
    }
    .sub_heading{
        font-size: 16px;
    }
    .navbar-brand img{
        max-height: 50px;
    }
    .navbar .header_menu{
        display: inline;
    }
    .navbar-expand-lg .navbar-nav {
        display: inherit    ;
    }
    .header_menu .navbar-nav .nav-item .nav-link {
        width: 100%;
        text-align: left;
        padding: 8px 0 8px 0;
        border-right: none;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link:last-child {
        border-radius: 100px 100px 0px 100px;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link:first-child {
        border-radius: 100px 100px 100px 0px;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link{
        padding: 10px 10px 10px 10px;
    }
    .about_us_section .tab-content {
        padding: 30px 30px 30px 30px;
    }
    .specializations_main_box {
        margin-top: 20px;
    }
    .highlights_box{
        text-align: center;
    }
    .program_outcomes_box{
        min-height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .specializations_box_inner {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .specializations_box {
        width: 47%;
        margin: 20px 0 0 0;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 477px !important;
        background-color: #fff;
    }
    .nav-link.bcta{
        display: none;
    }
    .registration-btn{
        display: block;
    }
}

@media only screen and (max-width:767.98px){
    .about_us_section .about_us_inner .nav-tabs .nav-link {
        width: 100%;
        border-radius: 100px !important;
        margin: 0 0 20px 0;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link:last-child {
        border-radius: 100px 100px 0px 100px;
        margin: 0;
        padding: 10px 10px 10px 10px;
    }
    .about_us_section .tab-content hr {
        width: 100%;
        background: #1AD079;
    }
    .SCMC_Bengaluru_section::before{
        display:none;
    }
    .SCMC_Bengaluru_section::after{
        display:none;
    }
    .SCMC_Bengaluru_section{
        padding: 0px 0 30px 0;
    }
    .about_us_section {
        padding: 30px 0px 30px 0px;
    }
    .highlights_box_heading{
        min-height: inherit;
    }
    .admissions_procedure_inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        height: auto;
    }
    .admissions_procedure_inner .heading {
        grid-column: 1/-1;
        grid-row: 1/2;
        text-align: center;
    }
    .admissions_list3 {
        grid-column: 1/2;
        grid-row: auto;
        margin: 0;
    }
    .admissions_list4 {
        margin: 0;
        grid-column: 2/3;
        grid-row: auto;
    }
    .admissions_list5 {
        margin: 0;
        grid-column: 1/2;
        grid-row: auto;
    }
    .admissions_list6 {
        margin: 0;
        grid-column: 2/3;
        grid-row: auto;
    }
    .admissions_list2 {
        margin: 0;
    }
    .admissions_list {
        border: 1px solid #ccc;
        padding: 20px;
        border-radius: 20px;
    }
    .admissions_box img {
        max-height: 60px;
    }
    .important_dates_section {
        padding: 30px 0px 30px 0px;
    }
    .program_outcomes_section {
        padding: 0px 0 30px 0;
    }
    .committees_box {
        border: 1px solid #1AD079;
        padding: 10px;
        border-radius: 70px;
        margin: 0 0 10px 0;
        min-height: 60px;
    }
    .registration-btn{
        display: block !important;
    }   
}
@media only screen and (max-width:575.98px){
    header .navbar-expand-lg .navbar-toggler {
        padding: 1px 5px;
        font-size: 14px;
        float: right;
    }
    header .navbar-expand-lg .navbar-brand img {
        max-height: 28px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #fff;
        padding: 25px 0;
        min-height: 227px !important;
        width: 100%;
    }
    .form-mainbox {
        margin: 20px 0;
    }
    .section-text{
        margin-bottom: 20px;
    }
    footer {
        text-align: center;
    }
}
@media only screen and (max-width:380px){
    .banner_box {
        background-image: url(../images/banner-mob-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: #fff;
        padding: 25px 0;
        min-height: 223px !important;
        width: 100%;
    }
}



