/* common css  */
.heading__title {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.heading__title:before {
    content: "";
    background: #d7d7d7;
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 30%;
    height: 2px;
}

.section__padding {
    padding: 50px 0;
}

.form-group sup {
    color: #ff1515;
}

.error {
    color: #ff1515;
}

div#response-result {
    color: #009d00;
    font-size: 16px;
    margin: 10px 0;
}

/* common css  */
/* ==== navbar css ====== */
img.brand__logo {
    width: 170px;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav {
    margin: 16.5px -15px;
}

nav.navbar.navbar-default {
    padding: 0 45px;
    margin: 0;
    background: #ffff;
}

a.login__btn {
    border: 2px solid #4fd4ba;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 50px;
    padding: 8px 45px !important;
    background: #4fd4ba;
}

a.login__btn:hover {
    border: 2px solid #4fd4ba;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 50px;
    padding: 8px 45px !important;
    background: #4fd4ba !important;
}

.investor__databse {
    border: 2px solid #54b6c4;
    color: #54b6c4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 50px;
    padding: 8px 45px !important;
}

/* ==== navbar css ====== */
/* ======= banner area css ====== */
.hero__banner__area {
    position: relative;
    height: 10vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#banner__area__row {
    position: relative;
    z-index: 2;
    height: 10vh;
    display: flex;
    align-items: center;
}

.hero__banner__area:after {
    position: absolute;
    content: "";
    background: #36363661;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner__area__test h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

/* ======= banner area css ====== */
/* support box  */
section.support__box {
    padding: 50px 0;
    background: #f5f5f5;
}

.support__box__box {
    border: 1px solid #e3e3e3;
    padding: 15px;
    background: #4ed2b8;
    border-radius: 4px;
}

a.support__box__anchor {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

a.support__box__anchor i {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}


/* support box  */
/* contact form  */
form#contact-form input,
form#contact-form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    padding: 8px 10px;
}

form#contact-form input:focus-visible,
form#contact-form textarea:focus-visible {
    outline: 0;
    box-shadow: none;
}

section.contact__form__sec {
    padding: 50px 0;
}

.contact__form__area__box {
    padding: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .10) !important;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.10) !important;
}

.submit__btn {
    background: #54b6c4;
    color: #fff;
    padding: 8px 30px;
    border: 0;
    font-size: 16px;
    border-radius: 4px;
}

.submit__btn:hover {
    background: #4fd4ba;
    color: #fff;
    padding: 8px 30px;
    border: 0;
    font-size: 16px;
}

/* contact form  */
/* feat box  */
section.feat__section {
    padding: 50px 0;
}

img.feat__box {
    width: 60px;
    background: #4fd4ba26;
    padding: 10px;
    border-radius: 4px;
}

.feat__box__inner {
    padding: 10px;
    border: 1px solid #4fd4ba47;
    min-height: 240px;
    border-radius: 4px;
    text-align: center;
}

h3.feat__title {
    padding: 12px 0;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #54b6c4;
}

p.feat__title {
    font-size: 14px;
    color: #333;
}

.feat__sec__main__inner {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}

/* feat box  */

/* accordion css  */

/* .accordion-container {
    position: relative;
    max-width: 500px;
    height: auto;
    margin: 10px auto;
} */

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .10) !important;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.10) !important;
}

.set>a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    margin: 10px 0;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-color: #54b6c4;
    color: #fff;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

section.accordion__section {
    padding: 50px 0;
    background: #f5f5f5;
}

/* accordion css  */

/* footer  */
footer.section__padding {
    padding: 30px 0;
    border-top: 1px solid #e9e9e9;
}

p.ftr__copy__right {
    font-size: 16px;
}

a.social__anchor {
    padding: 10px;
    margin: 0 8px;
    border-radius: 50px;
    border: 2px solid #4fd4ba;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

a.social__anchor i {
    text-align: center;
    font-size: 16px;
    color: #4fd4ba;
}

/* footer  */



/* =========== Responsive Start ========== */
@media only screen and (max-width: 600px) {
    nav.navbar.navbar-default {
        padding: 0 0px;
        margin: 0;
        background: #ffff;
    }

    .banner__area__test h1 {
        font-size: 22px;
        color: #fff;
        font-weight: 600;
    }

    .feat__box__inner {
        margin-bottom: 20px;
    }

    .heading__title {
        font-size: 20px;
    }

    .ft__right__box {
        text-align: left;
    }

    a.support__box__anchor {
        justify-content: start;
        gap: 20px;
    }

    a.support__box__anchor i {
        /* color: #54b6c4; */
        font-weight: 500;
        font-size: 32px;
        background: #54b6c426;
        padding: 10px;
    }

    .support__box__box {
        border: 1px solid #e3e3e3;
        padding: 15px;
        /* background: #ffffff; */
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .navbar-header li {
        list-style: none;
    }

    img.brand__logo {
        width: 150px;
    }

    a.login__btn__mobile {
        border: 2px solid #4fd4ba;
        color: #ffffff !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        border-radius: 0;
        padding: 5px 25px !important;
        background: #4fd4ba;
        position: absolute;
        right: 30%;
        top: 20px;
    }

    a.login__btn {
        display: none !important;
    }

    .navbar-toggle {
        margin-top: 17px;
    }

    .navbar-nav li {
        margin-top: 5px;
        margin-left: 5px;
        opacity: 1;
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .investor__databse {
        border: none;
        color: #54b6c4 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        border-radius: 0;
        padding: 5px 5px !important;
        border-bottom: 1px solid #54b6c4;
    }

    .feat__sec__main__inner {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .hero__banner__area {
        position: relative;
        height: 15vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #banner__area__row {
        position: relative;
        z-index: 2;
        height: 15vh;
        display: flex;
        align-items: center;
    }



}

@media only screen and (min-width: 601px) {

    .login__btn__mobile {
        display: none !important;
    }



}

/* =========== Responsive Start ========== */









/* =====================  For thanqq page =========== */
/*======================
    thank you page start
=======================*/
.thank-you {
    padding: 50px 0;
  }
  
  .thanklyou-para a {
    color: #0f286b !important;
    text-decoration: none;
  }
  
  .thank-you .lead a {
    background: #4ccbb2;
    font-size: 18px;
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
}
  
  .jumbotron {
    margin: 0;
    background: #fff;
  }
  
  /*======================
        thank you page end
    =======================*/
/* =====================  For thanqq page =========== */