
:root{
    --teal:#2ec1ac;
    --teal_hover:#279e8c;
}
*{
    font-family: 'Poppins', sans-serif;  
}
html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}
#main{
    overflow-x: hidden;
  }
.h-fonts{
    font-family: 'Merienda', cursive;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
.custom-bg{
    background-color: var(--teal);
    border: 1px solid var(--teal);
}
.custom-bg:hover{
    background-color: var(--teal_hover);
    border: 1px solid var(--teal_hover);
}
.schedule-form{
    margin-top: -50px;
    z-index: 2;
    position: relative;
}
.h-line{
    width: 170px;
    margin: 0 auto;
    height: 1.7px;
}
.h-lg-line{
    width: 95%;
    margin: 30px auto;
    height: 1.7px;
    background-color: rgba(81, 81, 81, 0.627);
}
.pop:hover{
    border-top-color: var(--teal)!important;
    transform: scale(1.03);
    transition: all 0.3s;
}
.custom-alert{
    position: fixed;
    top: 80px;
    right: 25px;
    z-index: 111;
}
.navbar-brand img{
    width: 157px;
    height: 67px;
    object-fit: contain;
}
.navbar-nav .nav-link:hover{
    color: #46814b!important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #46814b!important;
}
#navbarSupportedContent ul li a{
    font-size: 16px;
    font-weight: 600;
    /* padding: 1rem 2rem; */
    position: relative;
}
#navbarSupportedContent ul li a:after{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #46814b;
    transform: scaleX(0);
    transition: all 1s;
    transform-origin: left;
}
#navbarSupportedContent ul li a:hover:after{
    transform: scaleX(1);
}



/* footer */
.footer-wrapper-cont{
    background: #fff;
}
.footer-wrapper{
    margin-right: 11em;
    border-bottom-right-radius: 341px;
    background-color: #46814b;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}
.footer-banner .footer-banner-img-and-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer-banner .footer-banner-img-and-text img{
   height: 80px;
   width: 80px;
   object-fit: contain;
}
.footer-banner .footer-banner-icon{
   height: 50px;
   width: 50px;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #fff;
   /* background-color: #63ab45; */
   font-size: 1.5rem;
   font-weight: 800;
}
#footer-banner-icon1{
    background-color: #183b09;
    box-shadow: 0px 10px 60px 0px rgb(4 13 0 / 61%);
}
#footer-banner-icon2{
    background-color: #f7921e;
    box-shadow: 0px 10px 60px 0px rgba(246.99999999999994, 145.99999999999997, 30.00000000000003, .54)
}
/* .footer{
    background-color: #1d231f;
    margin-right: 11em;
    border-bottom-right-radius: 341px;
    background-color: #63ab45;
}
.footer-bottom{
    background-color: #020202;
} */
@media screen and (min-width: 1798px) {
    .footer-wrapper{
        height: 60vh;
    }
}
@media screen and (max-width: 1283px) {
    .footer-banner {
        width: 100%;
    }
    .footer-wrapper {
        height: auto;
    }
    
}
@media screen and (max-width: 1224px) {
    .footer-wrapper {
        margin-right: 6em;
    }
    
}
@media screen and (max-width: 1111px) {
    .footer-wrapper {
        margin-right: 5em;
        border-bottom-right-radius: 193px;
        
    }
    .footer-banner .footer-banner-img-and-text img {
        height: 62px;
        width: 62px;
        object-fit: contain;
    }
    .footer-banner h3{
        font-size: 1.2rem;
    }
    .footer-banner .footer-banner-icon {
        height: 40px;
        width: 40px;
        font-size: 1rem;
    }
    
}
@media screen and (max-width: 980px) {
    .footer-middle{
        padding-right: 0!important;
        margin-right: 0!important;
    }
    .footer-banner {
        width: 95%;
    }
    
}
@media screen and (max-width: 750px) {
    .footer-banner {
        width: 90%;
        margin: 1.5rem auto;
    }
    .footer{
        padding-top: 0!important;
    }
    .footer-wrapper {
        margin-right: 0em;
        border-bottom-right-radius: 80px;
    }
    .footer-links-container{
        width: 80%;
        margin: auto;
    }
    
}