a.navbar-brand img {
    /* height: 80px; */
}

ul.navbar-nav li a {
    /* color: #333; */
    /* padding: 10px 20px !important; */
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* transition: all ease .5s; */
}

ul.navbar-nav li a:hover {
    border-bottom: 1px solid #61ce70;
    transition: all ease .5s;
}

.btn-custom {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    fill: #333;
    color: #333;
    padding: 17px 25px;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 1px;
    border-color: #9ad198;
    border-radius: 50px;
}

.sec-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-1 {
    padding: 50px 0px;
}

a.btn.btn-custom:hover {
    background-color: #76e994;
    color: black;
}

.sec-1-text h1 {
    color: #0f0f0f;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 69px;
}

.section-1 {
    padding: 70px 0px 40px 0px;
    background-image: url(../images/BG-1.jpg);
    position: relative;
    background-position: inherit;
    z-index: 0;
    background-size: cover;
}

a.btn.btn-custom:hover {
    background-color: #76e994;
    color: black;
}

.sec-1-text p {
    color: #333;
    font-family: "Lato", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
}

.more-sec-1 h4 {
    color: #333;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 45px;
}

.more-sec-1 {
    display: flex;
    align-items: baseline;
    gap: 25px;
}

.sec-1-flex {
    display: flex;
    padding: 0px 10px;
    gap: 10px;
}

.sec-1-flex-text p {
    color: #000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

.sec-1-flex-img img {
    height: 31px;
    /* width: 100%; */
}

.form-first {
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(0, 0, 0, .17);
    padding: 28px 27px 36px;
    box-sizing: border-box;
    margin-top: -28px;
}

.form-first h3 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1em;
    padding-top: 0;
}

.form-first h3 span {
    color: #5ccc7a;
}

.form-first input {
    font-size: 17.43px;
    border: none;
    background-color: transparent;
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
    outline: none;
    color: #0f0f0f;
    font-family: Raleway;
    margin-bottom: 15px;
}

.form-check-label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: unset;
}

.flex-form {
    display: flex;
    align-items: center;
    gap: 40px;
}

textarea.form-control {
    font-size: 18px;
    padding: 5px;
    height: 55px !important;
    width: 100%;
    resize: vertical;
    display: block;
    background: rgba(255, 255, 255, 0);
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.lady-sec-1-review {
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: center;
    padding: 20px 30px 0px 40px;
}

.lady-text h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #0f0f0f;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 5px;
}

.lady-text p {
    font-size: 16px !important;
    color: #0f0f0f;
    /* line-height: 1.3em; */
    font-weight: 400;
    width: 100%;
}

.sec-2-text h2 {
    color: #333 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 42px !important;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px !important;
}

.colored-text {
    color: #5ccc7a;
}

.opt-sec-2-main {
    text-align: center;
    margin-bottom: 50px;
}

.opt-sec-2-text p {
    color: #000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.section-3 {
    background: #f9f9f9;
    padding: 30px 0px;
}

.sec-3-text h2 {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 42px !important;
    font-weight: 700;
    line-height: 50px;
    color: #333 !important;
    text-align: center;
    margin-bottom: 50px !important;
}

button.btn.btn-link {
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
    padding: 15px 20px;
    text-decoration: none;
}

.tabs-text-simple h4 {
    margin-bottom: 20px;
    color: #333;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.tabs-text-simple p {
    color: #666;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.tabs-text-simple {
    text-align: center;
    margin-bottom: 40px;
}

.tabs-text-simple h3 {
    color: #333;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
}

.section-3 .card-body {
    background: #f9f9f9;
    border: none;
    padding: 40px 0px;
}

.section-3 .card {
    border: none;
}

.main-gap {
    text-align: center;
    padding: 30px 0px 0px 0px;
    border-bottom: 2px solid #6ef792;
}

.section-4 {
    background: #262322;
    padding: 70px 0px;
}

.sec-4-text-faq h2 {
    text-align: center;
    color: #fff !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 42px !important;
    font-weight: 700;
    margin-bottom: 30px !important;
    line-height: 50px !important;
}

.faq .btn.btn-link {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: white;
    text-decoration: none;
}

.faq .card {
    background: #201d1d;
    margin-bottom: 15px;
}

.sec-2-text p {
    color: #000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.faq .card-body {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 35px;
}

.section-4 {
    background: #262322;
    padding: 70px 0px;
}

.sec-4-text-faq h2 {
}

.faq .btn.btn-link {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: white;
    text-decoration: none;
}

.faq .card {
    background: #201d1d;
    margin-bottom: 15px;
}

.sec-2-text p {
    color: #000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.faq .card-body {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 35px 20px 35px;
}

.section-5 {
    padding: 50px 0 35px 0px;
    text-align: center;
}

.sec-5-text-testimonals h2 {
    color: #333 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 35px !important;
}

.sec-5-text-testimonals p {
    text-align: center;
    color: #666;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 50px;
}

.textimonal-quotes img {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 70px;
}

.textimonal-img img {
    border-radius: 90px;
    height: 100px;
}

.testimonals-text p {
    color: #666;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 32px;
    width: 94%;
    margin: auto;
    margin-bottom: 20px;
}

.testimonals-text span {
    color: #7a7a7a;
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    font-style: italic;
}

.testimonals-text {
    margin-bottom: 40px;
}

.sec-6-text h2 {
    color: #333 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 42px !important;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 16px !important;
}

.sec-6-text p {
    text-align: left;
    color: #666;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 20px;
}

.last {
    background: #262322;
    padding: 80px 0px;
}

.sec-last-text h2 {
    color: #fff !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 42px !important;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px !important;
}

.sec-last-text p {
    text-align: left;
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
}

.sec-last-text img {
    filter: invert(1);
    height: 50px;
}

.last-img-sec-last {
    text-align: center;
}

.last-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    gap: 30px;
}

.last-btn h4 {
    color: white !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    line-height: 50px;
    margin-bottom: 20px;
}

.last-btn h4 span {
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: -10px;
}

.colore-btn {
    background: #6ef792;
}

.sec-6-text {
    padding-bottom: 50px;
}

.sec-6-img {
    text-align: center;
}

.sec-6-img img {
    height: 395px;
}

.sec-6-img figure {
    margin: 0;
}

footer {
    background: #0f0f0f;
    padding: 80px 0px 0px 0px;
}

.endl-1 ul li a {
    color: white;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

.endl-1 ul li {
    margin-bottom: 0px;
    list-style: none;
}

.endl-1 ul {
    padding: 0;
}

.endl-1 ul li a:hover {
    color: #045cb4;
}

.endl-i i {
    font-size: 30px;
    padding: 20px 20px;
    color: white;
}

.endl-i a i {
    text-decoration: none;
}

.last-text-centent {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #474545;
    padding: 30px 0px 20px 0px;
    margin: 60px 0px 0px 0px;
}

.last-text-centent p {
    text-align: center;
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.items-brands {
    padding: 20px 0px 0px 0px;
}

.items-first img {
    filter: opacity(0.5);
    transition: all ease 1s;
}

.items-first img:hover {
    filter: opacity(1);
    transition: all ease 1s;
}

.section-2 {
    padding: 50px 0px;
}

.angle {
    text-align: center;
    padding: 0px 0px 40px 0px;
}

.angle i {
    color: #5ccc7a;
    font-size: 150px;
    line-height: 50px;
}

.lady-img img {
    height: 70px;
    width: 100px;
}


.section-3 .btn.btn-link{
    border: 2px solid #6ef792;
    border-radius: 0;
    border-bottom: none;
}

h5.mb-0 {
    margin: 0 !important;
}

.section-3 .btn.btn-link.collapsed{
    border: 0px solid #6ef792;
    border-radius: 0;
    border-bottom: none;
}

