:root {
    --theme-color: #155E5C;
    --font-white:#fff;
}
body {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.7;
}
.container{
    width: 80% !important;
    margin: 0 auto;
    max-width: none;
}
.use-margin-top{
    margin-top: 89px;
}
.use-font-20{
    font-size: 20px
}
h1{
    font-size: 45px;
    line-height: 1.4;
}
h2{
    font-size: 46px;
}
.h2-title::after{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 4px;
    background: linear-gradient(to right, var(--theme-color) -10%, transparent);
}
.h2-title-left::after{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 140px;
    height: 4px;
    background: linear-gradient(to right, var(--theme-color) -10%, transparent);
}
h3{
    font-size: 40px;
    line-height: 1.4;
}
h4{
    font-size: 20px;
}
.p-font-14{
    font-size: 14px;
}

.fill-btn-banner{
    background: #fff;
    color: var(--theme-color);
    border:  1px solid #fff;
}
.fill-btn-banner:hover{
    background: var(--theme-color);
    color: var(--font-white);
    border:  1px solid #fff;
}
.btn.fill-btn-banner:first-child:active{
    background: transparent;
    border-color: #fff;
}
.rounded-btn-banner{
    background: transparent;
    color: var(--font-white);
    border: 1px solid #fff;
}
.rounded-btn-banner:hover{
    background:#fff;
    color: var(--theme-color);
    border: 1px solid #fff;
}
:not(.btn-check)+.btn.rounded-btn-banner:active{
    background:#fff;
    color: var(--theme-color);
    border: 1px solid #fff;
}
.green-btn-section{
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.green-btn-section:hover{
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.green-btn-section.btn:first-child:active{
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.green-border-btn-section{
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.green-border-btn-section:hover{
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
:not(.btn-check)+.btn.green-border-btn-section:active{
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.btn{
    padding: 12px 0;
}
.use-top-bottom-padding{
    padding: 100px 0;
}
.use-bg-theme-color{
    background: var(--theme-color);
}
.use-text-theme-color{
    color: var(--theme-color);
}
/* header */
header{
    z-index: 999;
    background: #124e4d;
}
.navbar-toggler{
    border:none !important;
    padding: 0 !important;
    filter: brightness(0) invert(1);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.header-blue {
    background: var(--theme-color);
    color: var(--font-white);
    font-size: 14px;
}
.search-input {
    border-radius: 50px 0 0 50px !important;
    font-size: 14px;
}
.search-input:focus {
    box-shadow: none;
}
#search-addon {
    border-radius: 0 50px 50px 0;
    background: var(--bg-white);
    color: var(--text-grey);
}
.nav-item .nav-link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
}
.nav-item .nav-link:hover {
    color: #d2d1d1 !important;
}
/* footer */
.all-footer {
    background: var(--theme-color);
    color: var(--font-white);
    padding: 50px 0;
}
.footer-copyright {
    background: var(--theme-color);
    font-size: 16px;
}
.footer-para {
    font-size: 16px;
    font-weight: 400;
}
.footer-title {
    font-size: 20px;
}
.border-top-opacity {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-div::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../images/footr-icon-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}
.footer-back-right{
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
}
.footer-back-right img{
    height: 100%;
}
.banner-section{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center bottom;
    width: 100%;
}
.banner-section p{
    font-weight: 300;
}

@keyframes scroll {
    0% {
      transform: translateX(calc(250px * 7));
    }
    100% {
      transform: translateX(0);
    }
  }

.slick-slider-img {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
/* How it Work */
.section-bg-content{
    background: #F4FAF9;
}
.box-hover:hover{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0,10%);
    border-radius: 10px;
}
.icon-w{
    width: 50px;
}
.add-border-bottom{
    border-bottom:  1px dashed #dee2e6;
}
.use-bg-image{
    background-image: url(../images/login.png);
    background-size: cover;
    background-position: bottom;
}
@media only screen and (max-width:1700px){
    h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 37px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 34px;
    }
    h4{
        font-size: 18px;
    }
    .use-font-20 {
        font-size: 18px;
    }
    .section-bg-content .container{
        width: 90% !important;
    }
}
@media only screen and (max-width: 1400px) {
    .banner-section .container{
        width: 90% !important;
    }
    .section-bg-content .container{
        width: 95% !important;
    }
}
@media only screen and (max-width: 1200px) {
    .use-top-bottom-padding {
        padding: 90px 0;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 33px;
    }
    h3 {
        font-size: 30px;
    }
    .section-bg-content .container{
        width: 80% !important;
    }
}
@media only screen and (max-width: 992px) {
    .container {
        width: 90% !important;
    }
    .use-top-bottom-padding {
        padding: 75px 0;
    }
    h3 {
        font-size: 26px;
    }
    .logo img {
        width: 185px;
    }
    .footer-title {
        font-size: 17px;
        font-weight: 600;
    }
    .footer-para {
        font-size: 14px;
    }
    .footer-para {
        font-size: 13px;
    }
    .footer-copyright {
        font-size: 14px;
    }
    .footer-logo img {
        width: 100px;
    }

}
@media only screen and (max-width: 768px) {
    .use-top-bottom-padding {
        padding: 65px 0;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size:24px;
    }
    .logo img {
        width: 155px;
    }
    .footer-div::after {
        top: auto;
        bottom: 0;
        height: 150px;
    }
    .section-bg-content .container {
        width: 99% !important;
    }
    .box-hover img{
        width: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .container {
        width: 99% !important;
    }
    .use-top-bottom-padding {
        padding: 50px 0;
    }
    h1 {
        font-size: 27px;
    }
    h3 {
        font-size:21px;
    }
    h4{
        font-size: 16px;
    }
    .p-font-14 {
        font-size: 13px;
    }
    .use-font-20 {
        font-size: 16px;
    }
    .logo img {
        width: 120px;
    }
    p,
    ul li,
    a,
    input,
    label,
    .btn{
        font-size: 14px;
    }
    .btn {
        padding: 8px 0;
    }
    .footer-back-right{
        top: auto;
        bottom: 0;
        height: fit-content;
    }
    .footer-back-right img{
        height: 50%;
    }
    .banner-section .container{
        width: 99% !important;
    }
    .section-bg-content .container{
        width: 90% !important;
    }
    .icon-w {
        width: 35px;
    }
}
@media only screen and (max-width: 300px) {
    .section-bg-content .container {
        width: 100% !important;
    }
    .logo img {
        width: 100px;
    }
}


/* section.banner-section:before {
    content: '';
    background: linear-gradient(45deg, #124e4deb, #124e4de8, #ffffffab);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
} */

.section-formula{
    min-height: 100vh;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
  .banner-section { background: #124e4d; }
  header { padding: 0 0.5rem; }
}
@media only screen and (max-width: 575px) {
  .logo img { width: 150px; }
}