@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.container {
  width: 1200px;
  max-width: 100%;
}

h2{
    font-family: "Oswald", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 1.5px;
}

h4{
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

p{
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
}
ul{
    padding-left: 0px;
}

li {
    list-style: none;
}

.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-40{
    padding-top: 40px;
}


.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}

.pb-40{
    padding-bottom: 40px;
}

.naturals-banner {
    background: url(../images/naturals-banner.webp);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.facts-bg{
    background-color: #502F8F;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 1200px;
    display: flex;
    margin: auto;
    padding: 20px 0;
}

.facts-margin {
    margin-top: -4%;
}

.facts-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.form-bg{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    padding: 20px;
    border-radius: 20px;
}

.facts-flex i {
    color: #fff;
    font-size: 40px;
}

.vision-section{
    background: #F1F1F1;
}

.testimonial-section {
    background: #f1f1f1;
}

h2.testimonials-title {
    text-align: center;
    font-size: 32px;
    padding-bottom: 20px;
}

h2.gallery-title {
    text-align: center;
    font-size: 32px;
    padding-bottom: 20px;
}

.why-choose-flex{
    background-color: #803788;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
}

.vision-flex{
    background-color: #803788;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
}

.franchise-flex{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-cta-one{
    background-color: #803788;
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #000000;
    padding: 14px 20px 14px 20px;
    margin: auto;
    display: flex;
    margin-top: 40px;
}

.franchise-title {
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
}

.franchise-item{
    width: 24%;
    max-width: 100%;
    background-color: #803788;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
}

.left-banner-flex h2,p{
    color:#fff;
}

.left-banner-flex p{
    font-size: 18px;
}

.right-banner-flex{
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.faq-section {
    background: #f1f1f1;
}

.faq-title h2 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
}

.footer-bottom-area {
    background: #d3d3d3;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.accordion-button {
    font-size: 17px;
    font-family: 'Nunito';
    padding: 5px 35px;
}

.accordion-body p{
       color: #3d3d3d; 
}

.accordion-body {
    margin-left: 1%;
}

h2.vision-title {
    font-size: 32px;
    text-align: center;
}

.vision-flex h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.vision-flex img {
    margin: auto;
    display: flex;
    width: 25%;
    max-width: 100%;
}

.loan-assistance p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.right-banner-flex h4{
    font-size:30px;
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.5px;
}

.fa-check-circle:before {
    content: "\f058";
}

.banner-order-list i{
    color: #803788;
    font-size: 18px;
}

ul.banner-order-list {
    padding-left: 0;
}

.banner-order-list li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 6px;
}

.facts-content h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.facts-content p {
     font-size: 24px;
     font-weight: 700;
}

.franchise-item h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1.4em;
}

.franchise-item img {
    width: 33%;
}

.video-title {
    text-align: center;
    font-size: 32px;
}

.why-choose-flex h2 {
    font-size: 28px;
    color: #fff;
}

.why-choose-list li{
    color: #fff;
    padding-bottom: 6px;
}

.loan-assistance h2 {
    font-size: 28px;
}

.overlay-banner {
    background: #000000b3;
    height: 580px;
    padding: 60px 0;
}

.righ-banner-flex {
    background: #fff;
}

.logo-file img {
    margin: auto;
    display: flex;
    width: 17%;
    max-width: 100%;
    padding-bottom: 40px;
}

.test-box {
    background: #803788;
}

.text-content{
       padding:20px;
       height: 260px;
}

.test-box img {
    width: 100%;
}

.test-box h2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
}

.test-box p {
    text-align:center;
}

.banner-cta{
    background-color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    fill: #000000;
    color: #000000;
    box-shadow: 5px 5px 0px 0px #979797;
    padding: 14px 20px 14px 20px;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}

.owl-theme .owl-nav {
    font-size: 70px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}

.d-l-none{
    display: none;
}


@media only screen and (max-width: 767px) {

.mb-20{
    margin-bottom: 20px;
}

.logo-file img {
    width: 55%;
}
.left-banner-flex h2{
    font-size: 30px;
    line-height: 1.4em;
}

.left-banner-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 35px;
}

.overlay-banner {
    height: 100%;
}

.facts-bg {
    width: 100%;
}

.video-title {
    font-size: 26px;
}

.why-choose-flex h2 {
    font-size: 24px;
    line-height: 1.4em;
}

.loan-assistance h2 {
    font-size: 24px;
    line-height: 1.4em;
}

.loan-assistance {
    margin-top: 35px;
}

.franchise-title {
    font-size: 26px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.4em;
}

.d-m-none{
    display: none;
}

.franchise-item {
    width: 100%;
}

.franchise-item img {
    width: 33% !important;
}

.d-l-none{
    display: block;
}

.faq-title h2 {
    font-size: 24px;
    line-height: 1.4em;
}

.accordion-button {
    font-size: 16px;
    line-height: 1.4em;
    padding: 15px 20px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

}
