h2, h3, h4, h5{
    font-family: "Tenor Sans" !important;
    font-weight: 400 !important;
}

span, p, li{
    font-family: "Poppins";
    font-weight: 400;
}

.header-container {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.hero-banner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-banner .description p
 {
    color: #fff;
}

.row.usp-row {
    margin-top: 25px;
    text-align: center;
}

span.counter {
    font-family: "Tenor Sans";
    font-size: 36px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
}
.description strong {
    color: #fff;
}
.usp-row p {
    font-size: 20px;
    line-height: 28px;
    color: white;
}

.home-banner .btn-simple {
    background: #5458db !important;
    color: #fff !important;
    padding: 8px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: "poppins";
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: auto;
    display: inline-block;
}

.description {
    max-width: 1000px;
    margin: auto;
}

.section-awards h2 {
    font-weight: 400;
}

.row.icons-con img {
    max-width: 50px;
}

.icon-item {
    display: flex;
    align-items: start;
    gap: 20px;
    padding-bottom: 25px;
}
.content-list-wrap .subheading {
    font-size: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-list-wrap {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 6em;
    padding-bottom: 6em;
}
.content-list-wrap h2{
    margin: 0px;
    padding: 0px;
    font-family: "Tenor Sans";
    font-size: 68px;
    line-height: 1.2;
    color: #1E1E20;
    margin-bottom: 25px;
    font-weight: normal;
}

.cta-container {
    padding: 3em 0;
}

a.cta {
    font-family: "Poppins";
    /* font-size: 24px; */
    background: #B79662;
    /* text-transform: uppercase; */
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #fff;
    padding: 15px 15px;
    border-radius: 10px;
}

section.content-wrap {
    padding: 4em 0;
}

ul.toc {
    padding-left: 20px;
    margin-top: 30px;
}

ul.toc li {
    list-style: decimal;
    margin-bottom: 10px;
}

ul.toc li a {
    color: #76603f;
    font-size: 18px;
}

section.two-column-content {
    padding: 6em 0;
}

.darkbg h2 {
    color: #fff;
}

section.two-column-content {
    padding: 6em 0;
}


.darkbg * {
    color: #fff;
}

.darkbg p {
    color: #fff;
}
.darkbg a.cta {
    background: #303030;
}

.list-text h3 {
    font-size: 30px;
}

.list-text p
 {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.list-block {
    border: solid 1px #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.lightbg .list-block {
    border: solid 1px #b79662;
}

ul.what-list li {
    margin-bottom: 15px;
    /* width: 100%; */
}

ul.what-list {
    margin-top: 30px;
}

h2#toc2 {
    padding-right: 20px;
}

.fullwidth .col-lg-7 {
    width: 90%;
}

a.cta.primary {
    background: #5458db !important;
}
.fullwidth a.cta.primary {
    margin-top: 20px;
}

.darkoverlay:before {
    content: "";
    position: absolute;
    background: #0000005c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.darkoverlay .container {
    position: relative;
    z-index: 10;
}

ul.bullet li {
    list-style: inside;
}

ul.bullet {
    font-size: 22px;
    list-style: inside;
}

.darkoverlay {
    position: relative;
}

.content-wrapper li {
    font-size: 22px;
    margin-bottom: 10px;
}

.icon-item span {
    font-size: 22px;
}

.packages {
    margin: 80px auto 50px;
    max-width: 1200px;
    width: 100%;
}

.package {
    flex: 1;
}
@media (min-width: 1026px) {
    .packages .package:nth-child(2) {
        flex: 1.1;
        transform: scale(1.06);
    }
}

.packages .package:nth-child(2):before {
    content: "MOST POPULAR";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 50%;
    background: #322919;
    border-radius: 5px;
    text-transform: uppercase;
}
.package ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #f8f3ef;
}
.package ul li {
    margin-bottom: 10px;
}

.package ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
}
.package ul {
    list-style: none;
    padding: 0;
}

.center h2 {
    text-align: center;
    margin: auto;
}

.center .content-wrapper {
    text-align: center;
}

.center .cta-container {
    text-align: center;
}

.package ul {
    text-align: left;
}

.package-section .col-lg-7 {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.package-section h2 {
    max-width: 100%;
}
.package-section .container {
    max-width: 1200px;
}

.package-section h5 {
    margin: 20px;
}

.withcta .cta-container * {
    color: #fff;
}

.withcta .cta-container {
    background: #b79662;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    margin-top: 30px;
}
.cta-container a.cta {
    background: #5458db !important;
}
.row.icon-list img {
    max-width: 60px;
}

.row.icon-list .col-md-4 {
    margin-bottom: 20px;
}

.comparison h3 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.faq-main-wrapper {
    margin: 0px;
    padding: 0;
    background: none;
}

section.faqs-section {
    padding: 6em 0;
}

.accordion-body ul li {
    font-size: 21px;
    list-style: inside;
}

.faq-main-wrapper h2 {
    text-transform: none;
    font-size: 76px;
}

.cta-section .col-lg-7 {
    width: 100%;
}

.darkbg.cta-section a.cta {
    background: #B79662;
    padding: 15px;
}
.cta-section h2 {
    font-size: 60px;
    max-width: 1000px;
    margin: auto;
    line-height: 1;
    margin-bottom: 50px;
}

.cta-btn-container .cta {
    font-size: 18px;
}

.cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.cta.secondary{
    background: none !important;
    border: solid 2px #B79662;
    color: #B79662;
}

.content-wrapper a {
    /* color: #0d6efd; */
    text-decoration: underline;
}

a.cta {
    text-decoration: none;
}

.testimonials .content-wrapper {
    margin: 50px 0 0;
}

.testimonials .col-lg-7 {
    width: 80%;
    margin: auto;
}
.row.icon-list img {
    max-width: 60px;
    height: 70px;
    object-fit: contain;
}

.jumplink{
    scroll-margin-top: 150px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}


@media (max-width: 1200px){
    span.counter {
        font-size: 40px;
    }
    .usp-row p {
        font-size: 18px;
    }
	.faq-main-wrapper h2 {
		line-height: 1.2;
	}
}




@media (max-width: 767px){
    h5 {
        font-size: 20px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    h4 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    .icon-item span {
        font-size: 14px;
    }

    ul.toc li a {
        font-size: 16px;
    }

    .content-wrapper li {
        font-size: 14px;
    }
    .row.icon-list img {
        width: 30px;
    }
    
    .row.icon-list .col-md-2 {
        display: flex;
        gap: 10px;
        padding-bottom: 20px;
    }
    .cta-btn-container {
        flex-direction: column;
    }
    .cta-btn-container .cta
        {
            font-size: 14px;
        }
	section.content-list-wrap {
		padding-bottom: 3em;
	}
	.faq-main-wrapper h2 {
		font-size: 48px;
		line-height: 1.2;
	}
	
	.hero-banner h1 {
		margin-top: 10% !important;
	}
}