a,
body {
    color: #707070;
}
.footer_link img,
.form-mainbox .btn_submit,
.highlights .service_name,
.pl-reimaging_innerlist,
.top_btn {
    transition-duration: 0.3s;
}
#myBtn,
.header {
    position: fixed;
}
#myBtn,
img:focus {
    outline: 0;
}
.admission_text a,
.main-navigation ul li a,
.reg-btn,
.table a,
a:focus,
a:hover,
footer a {
    text-decoration: none;
}
@font-face {
    font-family: Raleway-Black;
    src: url(../css/font/Raleway-Black.ttf);
}
@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../css/font/Raleway-ExtraBold.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../css/font/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../css/font/Raleway-Medium.ttf);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(../css/font/Raleway-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Montserrat-Regular;
}

.key_text,
.pl-reimaging_list,
.research_text,
.testi_content,
.testi_img,
.thankyoutext,
table th {
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:hover {
    color: #fbc909;
    outline: 0;
}
.main-area ol li,
.main-area ul li {
    margin-bottom: 15px;
}
ol,
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
section {
  scroll-margin-top: 100px; /* change as per header height */
}

#fullform{
    scroll-margin-top: 100px; 
}
.section-heading {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 30px;
    padding: 0 0 20px;
    line-height: normal;
}
.program-section .section-heading span,
.section-heading span {
    font-family: Montserrat-Bold;
    color: #224c2a;
}

/* --------------- Header section starts --------------- */
.header {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 77;
}
.header-top {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.header .logo img{
  width: 45%;
}
#myBtn,
.loader,
.main-navigation ul .contact a::after,
.nav-triggerr,
.registration-btn,
.registration-btn a {
    display: none;
}
.top_leftbox {
    padding: 18px 0;
}
.main-navigation,
.thankyou_button {
    text-align: center;
}
.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 10px 6px;
    border-radius: 0 0 12px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main-navigation ul li a {
    font-size: 15px;
    line-height: 16px;
    color: #000;
    font-family: Raleway-Medium;
    position: relative;
}
.main-navigation ul li.active a,
.main-navigation ul li:hover a {
    color: #004b1c;
    font-family: Raleway-ExtraBold;
}
.main-navigation ul li.active a::after,
.main-navigation ul li:hover a::after {
    content: "";
    height: 2px;
    width: 70%;
    position: absolute;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
    background-color: #004b1c;
}
.top_btn {
    padding: 8px 15px;
    background-color: #004b1c;
    border-radius: 90px;
    float: right;
    position: relative;
    bottom: 0;
    margin: 20px 20px 0 0;
}
.top_btn:hover {
    background-color: #0a1622;
}
.main {
    margin-top: 80px;
}
.main-navigation ul .contact a {
    background-color: #ffb600;
    color: #000 !important;
    border-radius: 15px;
    padding: 5px 20px;
}
/* --------------- Header section ends --------------- */

/* --------------- Banner Section starts ------------- */
.banner-section{
    background:url(../images/banner-img.webp) center center/cover no-repeat;
    min-height:650px;
    position:relative;
    display:flex;
    align-items:center;
}

.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
}

.banner-section .container{
    position:relative;
    z-index:2;
}

.banner-content{
    color:#fff;
    max-width:650px;
}

.banner-tag{
    display:inline-block;
    padding:8px 20px;
    /* background:#ffffff25;
    backdrop-filter:blur(8px); */
    background:#0a6b39;
    border-radius:30px;
    margin-bottom:20px;
}

.banner-content h1{
    padding:18px 20px;
    font-size:40px;
    font-weight:100;
    line-height:1.1;
    margin-bottom:20px;
    background: #ffffff25;
    border-radius:30px;
    backdrop-filter: blur(8px);
    font-family: 'Montserrat-Regular';
}

.banner-content h1 span{
    display:block;
    color:#fff;
    font-weight:700;
    font-family: 'Montserrat-Bold';
}

.banner-content p{
    font-size:20px;
    line-height:1.7;
    margin-bottom:35px;
}

.banner-btn{
    display:inline-block;
    padding:14px 35px;
    background:#0a6b39;
    color:#fff;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
}

.banner-btn:hover{
    background:#084f2b;
    color:#fff;
}

/* .banner-form{
    background:#fff;
    border-radius:25px;
    padding:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.banner-form h3{
    text-align:center;
    margin-bottom:20px;
    font-size:26px;
    color:#222;
    font-family: 'Montserrat-Bold';
    font-weight: 800;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #fff;
    border-radius: 40px;
    z-index: 1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

 .banner-form form {
    z-index: 2;
    position: relative;
    padding: 0px 0px 20px 0px
} */
 .banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn,
.banner-form-popup lable{
    color: #fff
} 

textarea.form-control {
    resize: none
}

.banner-form select.form-control{
    background: url("../images/arrow1.png") 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a8a8a8;
    cursor: pointer
}

.form-control::placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    /* padding-top: 90px; */
} 

.banner-form .form-control{
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin:0 0 10px 0;
}
.mobile_view {
    display: none;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background: #0a6b39;
    font-family: Montserrat-SemiBold;
}

.btn_submit:hover{
    text-decoration: none;
    color: #0a6b39 !important;
    background: #fff !important;
    border: 2px solid #0a6b39 !important;
}

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}

.loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #c5161d; 
    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; 
}
@media(max-width:991px){

    .banner-section{
        min-height:auto;
        padding:70px 0;
    }

    .banner-content{
        text-align:center;
        margin-bottom:40px;
    }

    .banner-content h1{
        font-size:38px;
    }

    .banner-content p{
        font-size:17px;
    }

    .banner-form{
        margin:auto;
    }

}
/*-------------- Banner section Ends ----------------------*/


/* ------------------- About Us section starts --------------------- */
.about-areca{
    padding:80px 0 0 0;
    background:#fff;
     position: relative;
    overflow: hidden;
}

/* Background Leaf */
.about-leaf-bg{
    position:absolute;
    bottom:92px;
    left:-11px;
    transform:rotate(0deg);
}

.about-leaf-bg img{
    opacity:.045; 
    width:600px;
   
}

/* Keep content above leaf */
.about-areca .container{
    position: relative;
    z-index: 2;
}

.about-images{
    position:relative;
    min-height:600px;
    padding-left:40px;
}

/* Decorative Frame */
.about-images::before{
    content:"";
    position:absolute;
    width:58%;
    height:50%;
    left:130px;
    top:60px;
    border:12px solid #3a37389e;
    z-index:0;
}

/* Big Image */
.img-big{
    position:absolute;
    left:0;
    top:0;
    width:330px;
    z-index:2;
}

.img-big img{
    width:75%;
    height:285px;
    object-fit:cover;
    background:#004b1ceb;
    padding:14px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/* Small Image */
.img-small{
    position:absolute;
    left:270px;
    top:190px;
    width:350px;
    z-index:3;
}

.img-small img{
    width:70%;
    height:260px;
    object-fit:cover;
    background:#004b1ceb;
    padding:14px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.about-subtitle{
    color:#d6a443;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.about-areca p{
    color:#666;
    line-height:30px;
    margin-bottom:20px;
}

.about-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:20px 0 40px 0;
}

.about-list div{
    font-size:16px;
}

.about-list i{
    color:#0B5D2A;
    margin-right:8px;
}

.theme-btn{
    display:inline-block;
    padding:14px 38px;
    background:#0B5D2A;
    color:#fff;
    border-radius:5px;
    text-decoration:none;
    transition:.3s;
}

.theme-btn:hover{
    background:#063d1b;
    color:#fff;
}

/* ------------------- About Us section ends --------------------- */

/*------------ Safety Cards section starts ----------------*/

.areca-safety{
    background:#f8faf8;
    padding: 40px 0 80px 0;
}

.areca-title .title{
    font-size:40px;
    margin-bottom:12px;
    letter-spacing: 2px;
    color: #01461b;
}

.areca-safety-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:40px 28px 30px;
    text-align:center;
    overflow:hidden;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.areca-safety-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0b6d3a,#1cb95c);
}

.areca-safety-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,75,28,.18);
}

.areca-safety-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#eef8f1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#0b6d3a;
    transition:.35s;
}

.areca-safety-card:hover .areca-safety-icon{
    background:#0b6d3a;
    color:#fff;
    transform:rotate(10deg) scale(1.08);
}

.areca-safety-card h4{
    font-size:22px;
    font-weight:700;
    color:#1d1d1d;
    margin-bottom:15px;
    min-height:56px;
}

.areca-safety-card p{
    font-size:15px;
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.safe-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 20px;
    border-radius:50px;
    background:#eef8f1;
    color:#0b6d3a;
    font-size:13px;
    font-weight:600;
}

.safe-tag i{
    color:#20b15a;
}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.areca-safety-card{
    padding:35px 22px;
}

.areca-safety-card h4{
    font-size:20px;
}

}

@media(max-width:767px){

.areca-safety-card{
    padding:30px 20px;
}

.areca-safety-icon{
    width:70px;
    height:70px;
    font-size:28px;
}

.areca-safety-card h4{
    min-height:auto;
    font-size:19px;
}

.areca-safety-card p{
    font-size:14px;
}

.safe-tag{
    font-size:12px;
}

}
/*------------ Safety Cards section ends ----------------*/

/*------------------- Room Type sections starts -------------------*/

.room-type-desk{
    background:#f8f8f8;
    display: block;
}

.room-type-mob{
    display: none;
}

.highlights-rows{
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
}
.room-img{
    position: relative;
    overflow:hidden;
}

.room-img img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}

.arrow-right::after {
    content:"";
    position:absolute;
    top:50%;
    right:-1px;
    transform:translateY(-50%);
    width:0;
    height:0;

    border-top:30px solid transparent;
    border-bottom:30px solid transparent;
    border-right:30px solid #f9f9f9;

    z-index:10;
}

.arrow-left::after{
    content:"";
    position:absolute;
    top:50%;
    left:-1px;
    transform:translateY(-50%);
    width:0;
    height:0;

    border-top:30px solid transparent;
    border-bottom:30px solid transparent;
    border-left:30px solid #f9f9f9;

    z-index:10;
}

.room-content{
    height:320px;
    padding:40px;
    background:#f9f9f9;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.room-content h4{
    font-size:26px;
    color:#004b1c;
    margin-bottom:15px;
    font-weight:700;
}

.room-content p{
    margin:0;
    color:#666;
    /* line-height:1.8; */
}

.room-note{
    font-size:18px;
    font-weight:500;
    color:#004b1c;
}

.cta-btn{
    padding: 30px 0 60px 0;
}
/* 
.room-type-desk .theme-btn{
    display:inline-block;
    padding:14px 38px;
    background:#0B5D2A;
    color:#fff;
    border-radius:5px;
    text-decoration:none;
    transition:.3s;
    margin: 0 auto;
}

.room-type-desk .theme-btn:hover{
    background:#063d1b;
    color:#fff;
} */
/*------------------- Room Type sections ends -------------------*/

/* ------------------ Why-ARECA section starts ----------------- */
.areca-why-choose{
    background:#fff;
    position:relative;
    overflow:hidden;
    padding: 80px 0 40px 0;
}

/* Background leaf effect */
.areca-why-choose::before{
    content:"";
    position:absolute;
    right:-80px;
    top:-30px;
    width:320px;
    height:320px;
    background:url("../images/logo-transparent.webp") no-repeat center;
    background-size:contain;
    opacity:.04;
    pointer-events:none;
}

.areca-why-copy{
    background:#fff;
    border-left:5px solid #034c1e;
    padding:40px;
    border-radius:0 20px 20px 0;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:relative;
}

.areca-why-copy::before{
    content:"❝";
    position:absolute;
    top:15px;
    left:25px;
    font-size:70px;
    color:#034c1e;
    opacity:.12;
    font-family:Georgia, serif;
    line-height:1;
}

.areca-why-copy p{
    color:#666;
    font-size:17px;
    line-height:32px;
    text-align:justify;
    margin-bottom:22px;
    position:relative;
    z-index:1;
}

.areca-why-copy p:last-child{
    margin-bottom:0;
}

@media(max-width:991px){

    .areca-why-copy{
        padding:30px 25px;
    }

    .areca-why-copy p{
        font-size:16px;
        line-height:30px;
    }

}
/* --------------- Why-ARECA section ends ------------------ */

/* -------------------- Facilities Included in Every Room section starts -------------------------- */
.facility-section{
    background:#fff;
    padding: 40px 0;
}

.facility-subtitle{
    color:#d6a443;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.facility-title{
    font-size:42px;
    color:#034c1e;
    font-weight:700;
    margin:10px 0;
}

.facility-desc{
    color:#666;
    max-width:650px;
    margin:auto;
}

.facility-rows{
    margin-top: 60px;
}

.facility-card{
    border-radius: 20px;
    position:relative;
    background:#fff;
    color:#004b1c;
    border-radius:20px;
    padding:75px 30px 30px;
    overflow:visible;
    transition:.3s;
    height: 100%;
    border: 1px solid;
}

.facility-card:hover{
   transform:translateY(-8px);
   box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.facility-card1{
    border-radius: 20px;
    position:relative;
    background:#00561f;
    color:#fff;
    border-radius:20px;
    padding:75px 30px 30px;
    overflow:visible;
    transition:.3s;
    height: 100%;
}

.facility-card1:hover{
    transform:translateY(-8px);
   box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.facility-icon{
    position:absolute;
    left:50%;
    top:0;
    transform:translate(-50%,-50%);
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    border: 3px solid #00561f;
}

.facility-icon i{
    color:#004b1c;
    font-size:32px;
}

.facility-card h3{
    font-size:28px;
    color:#004b1c;
    text-align:center;
    /* margin-bottom:25px; */
    font-weight:700;
}

.facility-card ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:left;
    color:#004b1c;
}

.facility-card ul li{
    padding:8px 0;
    color:#004b1c;
    position:relative;
    padding-left:24px;
    /* line-height:1.6; */
}

.facility-card ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#d6a443;
    font-weight:bold;
}

.facility-card1 h3{
    font-size:28px;
    color:#fff;
    text-align:center;
    /* margin-bottom:25px; */
    font-weight:700;
}

.facility-card1 ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:left;
}

.facility-card1 ul li{
    padding:8px 0;
    color:#fff;
    position:relative;
    padding-left:24px;
    /* line-height:1.6; */
}

.facility-card1 ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#d6a443;
    font-weight:bold;
}

@media(max-width:991px){

.facility-title{
    font-size:34px;
}

.facility-card{
    padding:50px 25px;
}

}

@media(max-width:767px){

.facility-title{
    font-size:28px;
}

.facility-card{
    text-align:left;
}

.facility-icon{
    margin:0 0 20px;
}

}
/* -------------------- Facilities Included in Every Room section ends -------------------------- */

/* ---------------- Prime Location starts ---------------------- */
.location-section{
    background:#f8faf8;
    padding:80px 0;
}

.section-tag{
    color:#0B5D2A;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.location-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
}

.location-tabs button{
    border:1px solid #034c1e;
    background:#fff;
    padding:12px 26px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.location-tabs button i{
    margin-right:8px;
}

.location-tabs button.active,
.location-tabs button:hover{
    background:#034c1e;
    color:#fff;
    border-color:#034c1e;
    transform:translateY(-3px);
}

.location-card{
    border-radius:22px;
    overflow:hidden;
    background:#fff;
    border:1px solid #ececec;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.4s;
    height:100%;
}

.location-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(0,0,0,.12);
} 

.location-img{
    position:relative;
    overflow:hidden;
}

.location-img img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:.5s;
}

.location-card:hover img{
    transform:scale(1.08);
}
 
.location-img span{
    position:absolute;
    left:18px;
    top:18px;
    background:#fff;
    color:#034c1e;
    font-size:13px;
    font-weight:600;
    padding:6px 14px;
    border-radius:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}
.location-card::before{
    content:"";
    display:block;
    height:5px;
    background:#034c1e;
    transition:.4s;
    transform:scaleX(0);
    transform-origin:left;
}

.location-card:hover::before{
    transform:scaleX(1);
}
.location-content{
    padding:25px;
}

.location-content h5{
    font-weight:700;
    margin-bottom:18px;
}

.location-info{
    display:flex;
    justify-content:space-between;
    margin-bottom:18px;
}

.location-info div{
    font-size:14px;
    color:#666;
}

.location-info i{
    color:#0B5D2A;
    margin-right:5px;
}

.location-content a{
    color:#034c1e;
    text-decoration:none;
    font-weight:600;
}

.location-content a i{
    transition:.3s;
}

.location-card:hover a i{
    transform:translateX(5px);
}
/* ---------------- Prime Location ends ---------------------- */

/*----------- CTA Starts --------------*/
.apply-section{
    background:#fbfdf9;
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

.apply-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#004b1c4d;
    border-radius:50%;
    top:-180px;
    right:-180px;
    filter:blur(70px);
}

.apply-section::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:#004b1c25;
    border-radius:50%;
    bottom:-130px;
    left:-130px;
    filter:blur(70px);
}

/* Top */

.top-line{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
}

.top-line .line{
    width:230px;
    height:2px;
    background:#004b1c;
}

.icon-circle{
    width: 90px;
    height: 90px;
    background: #f9f9f9;
    border-radius: 50%;
    /* display:flex;
    justify-content:center; */
    align-items:center;
    /* box-shadow:0 15px 35px rgba(0,0,0,.08); */
}

.icon-circle img{
    width: 90%;
}

/* Tagline */

.tagline{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:25px;
    font-size:40px;
    font-weight:600;
}

.tagline span{
    color:#000;
}

.tagline .red{
    color:#004b1c;
}

/* Left */

.apply-section h2{
    font-size:45px;
    font-weight:800;
    color:#004b1c;
    line-height:1.1;
}

.apply-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:30px;
    padding:16px 42px;
    border-radius:50px;
    background:linear-gradient(135deg, #004b1c 0%, #2a7a4a 100%);
    color:#fff;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    transition:.35s;
}

.apply-btn:hover{
    background:#fff;
    color:#004b1c;
    border: 2px solid #004b1c;
    transform:translateY(-4px);
}

/* Right */

.notice-box{
    padding-left:40px;
    border-left:2px dashed #9dd2c4;
}

.notice-box p{
    font-size:22px;
    color:#555;
    line-height:1.8;
    margin:0;
}

/* Responsive */

@media(max-width:991px){

.apply-section{
padding:70px 0;
}

.top-line .line{
width:90px;
}

.icon-circle{
width:70px;
height:70px;
}

.icon-circle i{
font-size:28px;
}

.tagline{
font-size:18px;
gap:12px;
}

.apply-section h2{
font-size:48px;
text-align:center;
}

.apply-btn{
display:flex;
width:max-content;
margin:30px auto;
}

.notice-box{
margin-top:40px;
padding-left:0;
padding-top:30px;
border-left:none;
border-top:2px dashed #9dd2c4;
text-align:center;
}

.notice-box p{
font-size:18px;
}

}
/*----------------- CTA ends -----------------*/

/*  social media icons starts  */
/*==============================
Right Floating Social Icons
==============================*/

.right_social_icon{
    float: right;
    position: fixed;
    width: 40px;
    right: 0;
    top: 0;
    margin: 170px 0 0;
    z-index: 500;
    background-color: #004b1cc9;
    padding: 10px 7px 0 7px;
    border-radius: 10px 0 0 10px;

}

.right_social_icon a{
    float: left;
    width: 100%;
    margin: 0 0 9px;
}

.right_social_icon .instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    color: #fff !important;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
}

.right_social_icon .facebook {
    background: #1877F2 !important;
    color: #fff !important;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
}

.right_social_icon .whatsapp{
    background:#25D366;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.right_social_icon .call{
    background:#fff;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
}

.right_social_icon a:hover{
    transform:translateY(-5px) scale(1.08);
    /* color:#fff; */
    box-shadow:0 12px 28px rgba(0,0,0,.28);
}

/*  social media icons ends */

/* ---------------- Popup Enquiry Form starts------------------*/
.visit-popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow-y: auto;      /* allows popup wrapper to scroll */
    z-index: 99999;
}

.visit-popup.active{
    display: flex;
}

.visit-box{
    width: 430px;
    max-width: 95%;
    max-height: 90vh;      /* popup never exceeds screen height */
    overflow-y: auto;      /* internal scrollbar */
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    position: relative;
    animation: popup .35s ease;
}

/* Hide scrollbar (optional) */

.visit-box::-webkit-scrollbar{
    width:6px;
}

.visit-box::-webkit-scrollbar-thumb{
    background:#0b6b3a;
    border-radius:20px;
}

.visit-box::-webkit-scrollbar-track{
    background:transparent;
}

@keyframes popup {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .close-popup {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #034c1e;
}

.visit-box h3 {
    color: #034c1e;
    font-weight: 700;
    margin-bottom: 8px;
}

.visit-box p {
    color: #777;
    margin-bottom: 25px;
}

.visit-box label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #444;
}

.visit-box .form-control {
    height: 50px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.visit-box .btn_submit {
    width: 100%;
    margin-top: 10px;
} */




.visit-box{    
    width: 430px;
    max-width: 95%;
    max-height: 90vh;      /* popup never exceeds screen height */
    overflow-y: auto;      /* internal scrollbar */
    background: #fff;
    padding: 35px;
    position: relative;
    border-radius:24px;
    box-shadow:0 25px 70px rgba(0,0,0,.25);
    animation: popup .35s ease;
}

.visit-header{
    background:linear-gradient(135deg,#0a6b36,#0d8a45);
    color:#fff;
    padding:35px 35px 25px;
    position:relative;
}

.visit-header h3{
    font-size:40px;
    font-weight:700;
    margin-bottom:8px;
    color:#fff;
}

.visit-header p{
    color:rgba(255,255,255,.9);
    margin:0;
}

.visit-body{
    padding: 25px 5px;
}

.close-popup{
    position:absolute;
    right:20px;
    top:18px;
    color:#fff;
    font-size:30px;
    cursor:pointer;
}

.visit-body .form-control{
    height:56px;
    border-radius:14px;
    border:1px solid #d9d9d9;
    margin-bottom:18px;
    padding:0 18px;
    transition:.3s;
}

.visit-body .form-control:focus{
    border-color:#0a6b36;
    box-shadow:0 0 0 4px rgba(10,107,54,.08);
}

.visit-body label{
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
    color:#333;
}

.visit-body .btn_submit{
    height:58px;
    border-radius:50px;
    font-size:18px;
    font-weight:700;
    width:100%;
}

.visit-note{
    margin-top:18px;
    text-align:center;
    font-size:14px;
    color:#666;
}

.visit-note i{
    color:#0a6b36;
    margin-right:6px;
}
/* ---------------- Popup Enquiry Form ends------------------*/

/* ===========Footer section startts============  */
footer{
    background:#034c1e;
    padding:70px 0 15px;
    color:#fff;
    position:relative;
    overflow:hidden;
    z-index:1;
}

.footer-logo{
    width:220px;
    background:#fff;
    padding:12px 22px;
    border-radius:15px;
    margin-bottom:25px;
}

.footer_left_mainbox p{
    color:#d9d9d9;
    font-size:16px;
    line-height:28px;
    max-width:420px;
    /* max-height: 100px;
    border-right:1px solid rgba(255,255,255,.2); */
}

.footer_right_mainbox{
    position: relative;
    padding-left:60px;
}

.footer_right_mainbox::before{
    content:"";
    position:absolute;
    left:-30px;
    top:10%;
    width:1px;
    height:80%;
    background:linear-gradient(
        to bottom,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
}
.footer-section-heading{
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
    color:#fff;
}

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    font-size:16px;
    line-height:28px;
}

.footer-icon{
    width:18px;
    margin-top:5px;
    flex-shrink:0;
}

.contact-item a,
.contact-item span{
    color:#fff;
    text-decoration:none;
}

.contact-item a:hover{
    color:#ffc107;
}

footer hr{
    border-color:rgba(255,255,255,.15);
    margin:50px 0 20px;
}

.copyright{
    font-size:14px;
    color:#d6d6d6;
}

.copyright img{
    vertical-align:middle;
    margin-left:5px;
}

/*================ MOBILE ================*/

@media(max-width:991px){

.footer_left_mainbox p{
    margin:auto;
}

.footer-logo{
    width:180px;
}

.footer_right_mainbox{
    /* padding-left:0; */
    border:none;
    text-align:left;
}

.footer-section-heading{
    font-size:26px;
    text-align:center;
}

.contact-item{
    font-size:15px;
    line-height:24px;
}

.copyright{
    font-size:12px;
    line-height:22px;
    margin-bottom: 40px;
}

}
/* ===========Footer section ends============  */

/* Top Button & Reg btn */
#myBtn {
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 9999;
    border: none;
    outline: 0;
    background-color: #5a5758;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.9;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
/* .reg-desk {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #224c2a;
    color: #fff;
    cursor: pointer;
    padding: 11px;
    font-size: 18px;
    opacity: 0.9;
    height:145px;
    width: 45px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .reg-desk:hover {
    opacity: 1;
  }
  .reg-desk a{
    color: #fff;
  } */
/* Top Button & Reg btn */

/* Thankyou Page starts */
.thankyoutext {
    padding: 50px;
}
.thankyou_button .banner-btn {
    font-family: Montserrat-Black;
    font-size: 28px;
    width: 86%;
    padding: 40px;
    color: #004b1c;
    text-decoration: none;
}
.thankyou_banner_section {
    padding: 150px 0 120px;
}
.btn_tysubmit a,
.ty_btn {
    font-family: Montserrat-Bold;
    padding: 8px 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.ty_btn {
    background: linear-gradient(113deg, #224c2a 0, #224c2aa1 100%);
    border-radius: 20px;
}
.btn_tysubmit a:hover,
.ty_btn:hover {
    text-decoration: none;
    color: #004b1c;
    background: #fff;
    border: 1px solid #004b1c;
}
.btn_tysubmit a {
    background: linear-gradient(113deg, #004b1c 0, #004b1ca1 100%);
    border-radius: 20px;
}
/* Thankyou Page ends */

/* ============================= Responsive Screens ================================================ */
@media screen and (min-width: 1601px) and (max-width: 2000px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        margin: 0;
        min-height: 729px !important;
        background-color: #f1ede5;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .banner-form-wrap, .banner-form-popup .banner-form-wrap {
        padding-top: 100px;
    }
    .reg-mob{
        display: none;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .reg-mob{
        display: none;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        margin: 0;
        min-height: 527px !important;
    }
    .main-navigation ul li a {
        font-size: 13px;
    }
    .reg-mob{
        display: none;
    }
    .parallax .text {
        padding: 63px 20px;
    }
    .reg-mob{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
     .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 560px !important;
    }
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
    .reg-mob{
        display: none;
    }
    .img-big img {
        width: 70%;
        height: 200px;
    }

    .img-small img {
        width: 70%;
        height: 200px;
    }
    .img-small {
        position: absolute;
        left: 195px;
        top: 250px;
        width: 350px;
    }

    .about-list div {
       font-size: 14px;
    }
    .about-areca p {
        font-size: 16px;
    }
    .about-images::before {    
        left: 80px;
    }
}
@media screen and (max-width: 1024px) {
    .header .logo img {
        width: 30%;
    }
    .main-navigation ul li {
        padding: 10px 4px 6px;
    }
    .reg-heading {
        font-size: 24px;
    }
    ul.custom-list {
        max-width: 94%;
    }
    .reg-contentbox {
        padding: 50px 20px 50px 50px;
    }
   
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 480px !important;
    }
    .banner-form-wrap {
        padding-top: 0;
    }
    .banner-form {
        margin-top: 18px;
        /* padding: 30px 0; */
    }
    .banner-form form {
        padding: 4px 20px 9px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
   
    .reg-mob{
        display: none;
    }
    .banner-content {
        max-width: 580px;
    }

    .img-big img {
        width: 70%;
        height: 200px;
    }

    .img-small img {
        width: 70%;
        height: 200px;
    }
    .img-small {
        position: absolute;
        left: 195px;
        top: 250px;
        width: 350px;
    }
    .about-list div {
       font-size: 14px;
    }
    .about-areca p {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .medical .process_list_mainbox {
        float: left;
        width: 100%;
        display: block;
    }
    .bold-content {
        font-size: 33px;
    }
    .form-heading {
        font-size: 20px;
    }
    .about-text {
        font-size: 17px;
    }
    .form-box_footer {
        margin: 0 0 15px;
    }
    .opportunities-list img {
        min-height: 65px;
    }
    .admission_no,
    .admission_no span {
        font-size: 32px;
    }
    .admission_text,
    .footer_content {
        font-size: 16px;
    }
   
    .banner-form form {
        padding: 4px 20px 9px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .footer_box1 {
        width: 50%;
    }
    .footer_box2 {
        float: left;
        width: 50%;
    }
    .footer_heading {
        font-size: 22px;
    }
}
@media screen and (max-width: 992px) {
    .top_leftbox {
        width: 90%;
    }
    .nav-trigger {
        display: block;
        right: 20px;
        cursor: pointer;
        height: 22px;
        width: 28px;
        padding: 0;
        opacity: 1;
        position: absolute;
        top: 28px;
        -webkit-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        z-index: 999;
    }
    .nav-trigger .bars {
        background-color: #034c1e;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }
    .nav-trigger .bars:last-child {
        margin-bottom: 0;
    }
    .main-menu--open .bars:first-child {
        -webkit-transform: translateY(8px) rotate(136deg);
        transform: translateY(8px) rotate(136deg);
    }
    .main-menu--open .bars:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .main-menu--open .bars:last-child {
        -webkit-transform: translateY(-10px) rotate(-136deg);
        transform: translateY(-10px) rotate(-136deg);
    }
    .main-menu--open .nav-trigger .bars {
        background-color: #fff;
    }
    .main-navigation ul {
        width: 90%;
        max-width: 380px;
        margin: 60px auto 30px;
        text-align: left;
        display: block;
    }
    .main-navigation ul li {
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }
    .main-menu--open .main-navigation {
        opacity: 1;
        pointer-events: auto;
    }
    .main-navigation ul li a,
    .main-navigation ul li:hover a {
        color: #fff;
    }
    .main-navigation {
        background-color: #707070e3;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        border-top: 1px solid #fff;
    }
    .registration-btn,
    .ty-registration-btn {
        display: block;
        overflow: hidden;
        background-color: #224c2a;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0;
        font-family: Montserrat-SemiBold;
        padding: 5px;
    }
    .admission_listbox,
    .prog-content,
    .program-section {
        margin: 0;
    }
    .pl-highlights .heading,
    .section-heading,
    .section-heading span {
        padding-bottom: 20px;
        font-size: 30px;
        text-align: center;
    }
    .section-heading .small-tag{
        font-size: 14px !important;
        padding-bottom: 10px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 600px !important;
        background-color: #f1ede5;
    }
    .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
    .objective-section {
        padding: 20px 0 0;
    }
    .objective-content {
        margin-bottom: 20px;
    }
    .opportunities-list .text {
        font-size: 14px;
    }
    .opportunities-list {
        height: 190px;
    }
    .banner-form {
        margin-top: 60px;
    }

    .about-images{
        height:auto;
    }

    .about-images::before {
        width: 80%;
        height: 35%;
        top: 100px;
        left: 40px;
    }

    .img-small {
        position: absolute;
        left: 210px;
        top: 220px;
    }
/* .img-big,
.img-small{
    position:relative;
    width:100%;
    right:auto;
    left:auto;
    top:auto;
    bottom:auto;
} */
/* 
.img-small{
    margin-top:20px;
} */

.about-images {
    position: relative;
    min-height: 710px;
}

.about-areca h2{
    font-size:38px;
}

.about-list{
    grid-template-columns:1fr;
}

 .highlights-rows{
        margin-bottom:0;
    }

    .room-content,
    .room-img img{
        height:280px;
    }

    .room-content{
        padding:30px;
    }

  
}


@media(min-width: 768px)and (max-width: 991.98px) {
  
}

@media screen and (max-width: 768px) {
    
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 451px !important;
        background-color: #f1ede5;
        padding-bottom: 30px;
    }
    .banner-text {
        color: #fff;
        padding: 10px 0;
    }
    .form-mainbox {
        padding: 20px;
    }
    .about-imgbox {
        margin: 0 0 20px;
    }
    .program-section .section-heading {
        padding: 0 0 25px;
    }
    .tabs-wrapper .tab-content {
        margin: 20px 0;
    }
    .nav-item,
    .nav-pills .nav-link {
        width: 100%;
    }
    .process_list_mainbox {
        display: block;
        padding: 0;
    }
    ul.custom-list {
        padding: 0;
    }
    .reg-section {
        padding: 0 0 50px;
    }
    .reg-contentbox {
        padding: 30px 20px;
    }
    .reg-imgbox img {
        position: relative;
    }
    .reg-heading {
        line-height: 40px;
    }
    .banner-form {
        margin: 0px auto 0;
    }
    .banner-content{
        max-width: 690px;
    }
    .banner-form-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reg-mob {
        display: block;
        overflow: hidden;
        background-color: #373435;
        color: #fff;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto
      }
      .reg-mob a {
        float: left;
        display: block;
        /* color: #1a1a1a; */
        color: #fff;
        text-align: center;
        padding: 10px 10px;
        text-decoration: none;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
      }
      
      .reg-mob a:hover {
        /* background-color: #c5161d; */
        color: #fff
      }
      
      .reg-mob a.active {
        /* background-color: #c5161d; */
        color: #fff
      }
      .reg-desk{
        display: none !important;
      }
      .made_by_text {
        padding: 0 0 19px 0;
        display: block;
        margin: 0 0 25px 0;
    }
    .obj_txt .obj_head {
        line-height: normal;
    }
    .process-hero-img{
        display: none;
    }    
    .mob-process-hero-img{
        display: block;
    }
    .header .logo img {
        width: 40%;
    }

    .about-areca {
        padding: 40px 0;
    }

    .room-content,
    .room-img img{
        height:auto;
    }

    .room-content{
        padding:25px;
        text-align: center;
    }

    .arrow-left::after,
    .arrow-right::after{
        display:none;
    }
     /* .highlights-rows .col-md-6{
        order:unset !important;
    } */

    .room-type-desk{
        display: none;
    }

    .room-type-mob{
        display: block;
        background:#f8f8f8;
    }

    .room-img{
        position:relative;
    }

    .room-img.arrow-down::after{
        content:"";
        position:absolute;
        bottom:-1px;
        left:50%;
        transform:translateX(-50%);
        width:0;
        height:0;
        border-left:20px solid transparent;
        border-right:20px solid transparent;
        border-bottom:20px solid #f9f9f9;
        z-index:2;
    }

    .room-img img{
        width:100%;
        height:260px;
        object-fit:cover;
        display:block;
    }
    .about-images{
        display: none;
    }
    .cta-btn {
        padding: 0 0 30px 0;
    }
    /* .banner-form{
        backdrop-filter: blur(8px);
        background: #ffffff25;
    } */
    .banner-form h3 {
        color: #fff;
        font-family: 'Montserrat-Bold';
        font-weight: 800;
    }
    .visit-popup{
        margin: 14% 0 0 0;
    }
    .visit-box {
        border: 1px solid;
    }
      .visit-popup{
        align-items:flex-start;
        padding:15px;
    }

    .visit-box{
        width:100%;
        max-width:100%;
        max-height:calc(100vh - 30px);
        margin:20px auto;
        padding:25px;
    }
}
@media screen and (max-width: 580px) {
    
    .banner-form {
        margin: 0px auto 0;
    }
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    .footer-links strong {
        font-size: 16px !important;
        line-height: 12px !important;
    }
    .footer-links h1 {
        color: #fff;
        font-size: 11px !important;
        margin-top: 10px !important;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 260px !important;
        background-color: #f1ede5;
    }
    .about-program p{
        text-align: center;
    }
    .about-program ul li {
        font-size: 15px;
    }

     .about-section{
        padding: 60px 0;
    }

    .about-card h3{
        font-size: 28px;
    }

    .about-card p{
        font-size: 15px;
        line-height: 1.8;
    }
    .banner-form-popup h3{
        font-size:24px;
        margin-bottom:20px;
    }

    .btn_submit{
        font-size:16px;
        padding:12px;
    }
    footer p {
        text-align: center;
        margin-top: 20px;
    }
    .footer_right_mainbox {
        padding-left: 0;
    }
    .footer-contact {
        align-items: center;
    }
    .about-areca {
        padding: 40px 0;
        text-align: center;
    }
        
    .about-images{
        display: none;
    }
    .areca-title p{
        text-align: center;
        padding:0 20px;
    }

    .areca-title .title {
        font-size: 30px;
    }
    .banner-content h1 {
        font-size: 32px;
    }
    .location-section {
        padding: 40px 0;
    }
    .areca-safety, .areca-why-choose {
        padding: 40px 0 40px 0;
    }
    .facility-section {
        padding: 0px 0;
    }
    .visit-popup {
        margin: 19% 0 0 0;
    }
    .visit-header h3 {
        font-size: 35px;
    }
    .footer_left_mainbox{
        text-align: center;
    }
     .footer_right_mainbox{
        padding-left:0;
        margin-top:0px;
    }

    .footer_right_mainbox::before{
        display:none;
    }
}


@media screen and (min-width:381px) and (max-width:421px) {
  
}

@media screen and (max-width: 380px) {
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 201px !important;
        background-color: #f1ede5;
    }
    .top_leftbox {
        width: 85%;
    }
    .form-control {
        display: block;
        width: 93%;
    }
    .prog-section-title h4 {
        font-size: 24px;
    }
    .prog-box {
        padding: 50px 35px;
    }
    .prog-content {
        padding: 20px;
        margin: 0;
    }
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
    footer p {
        font-size: 12px;
        text-align: center;
    }    
}

@media screen and (max-width: 320px) {
    .banner-form {
        max-width: 285px;
    }
    .banner-content h1 {
        font-size: 25px;
    }
}
