h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Sans", sans-serif;

}
h1{
    font-size: 74px;
    margin: 0;
}

h2, h3, h4, h5, h6{
    font-family: 'Poppins';
}

.wrapper {
    max-width: 1552px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign-up-btn {
    color: #002856;
    border: 2px solid #002856;
    padding: 20px 45px;
    border-radius: 9999px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-size: 15px;
    transition: 0.3s;
}
.sign-up-btn:hover {
    color: #fff;
    background-color: #002856;
    text-decoration: none;
}
.top-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}
.top-heading h1 {
    color: #002856;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 65px;
}
.top-section {
    background-image: url(../images/landing/top-corner.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 96px 0 50px;
    overflow: hidden;
}
.top-sub-heading {
    color: #2a3e54;
    font-size: 37px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.top-sub-heading h5 br {
    display: none;
}
.top-sub-heading h6 {
    font-size: 26px;
    font-weight: 400;
    color: #2a3e54;
    padding: 35px 0;
    line-height: 1.3em;
}
.top-text-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}
.top-banner-section {
    width: 100%;
}
.top-banner-content {
    display: flex;
    flex-direction: row;
    /* align-items: baseline; */
    justify-content: space-between;
    padding-top: 80px;
}
.banner-video-image {
    border: 8px solid #fff;
    border-radius: 40px;
    box-shadow: rgba(159,180,200, 0.36) 0px 8px 34px;
}
.from-sample-image {
    box-shadow: rgba(159,180,200, 0.23) 0px 8px 34px;
    border-radius: 25px;
}
.rating {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    display: none;
}
.rating h4 {
    color: #002856;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.rating-text {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    font-size: 14px;
    color: #2a3e54;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    margin-top: 20px;
    line-height: 2;
    display: none;
}

.star {
    width: 141px !important;
    height: 23px !important;
}
.watch-now {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    column-gap: 20px;
    position: absolute;
    top: -170px;
    left: 80px;
}
.watch-now-text {
    font-size: 49px;
    color: #002856;
    font-family: 'Freestyle Script';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-align: center;
}
.arrow-icon {
    position: absolute;
    right: -104px;
    bottom: -40px;
}
.banner-video {
    position: relative;
}
.play-icon {
    position: absolute;
    top: 33%;
    left: 41.5%;
    border-radius: 50%;
    border: 20px solid #f2f3f442;
    outline: none;
}


/* 2nd sec */
.how-it-works {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 85px;
    background: #f8fbfe;
}
.how-it-works-content {
    width: 100%;
}
.our-process {
    color: #5a90fd;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.how-it-works-heading {
    color: #002856;
    text-align: center;
    font-size: 63px;
    font-family: 'Josefin Sans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.how-it-works-text {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.how-it-works-items {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    padding: 70px 115px 0;
}
.how-it-works-divider , .how-it-works-divider2{
    position: absolute;
}
.how-it-works-divider {
    top: 37%;
    left: 24.5%;
}
.how-it-works-divider2 {
    top: 37%;
    right: 25.5%;
}
.how-it-works-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    width: 100%;
    text-align: center;
}
.how-it-works-item h3 {
    margin-top: 38px;
    font-size: 20px;
    color: #042244;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1.3em;
}
.how-it-works-item p {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #4b637e;
    font-family: 'Poppins';
    line-height: 1.5em;
}

.how-it-works-icon-sec {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashed-border {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 2px dashed #b6c1d7;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(219deg);
}
.dashed-border2 {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 2px dashed #b6c1d7;
    border-radius: 50%;
    border-bottom-color: transparent;
    transform: rotate(235deg);
}
.dashed-border3 {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 2px dashed #b6c1d7;
    border-radius: 50%;
}
.step-number {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #447ff6;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
}
.circle {
    width: 120px;
    height: 120px;
    background-color: #1a2752;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-it-works-divider {
    top: 50%;
    transform: translate(0,-50%);
    left: 210px;
    max-width: 270px;
}
.how-it-works-item:last-child .how-it-works-divider {
    display: none;
}

/* 3rd sec */
.why-choose-us {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 0;
}
.why-choose-us-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 85px;
}
.why-choose-us-subtext {
    color: #5a90fd;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 2px;
}
.why-choose-us-head {
    font-size: 63px;
    color: #f9fafd;
    font-family: 'Josefin Sans';
    font-weight: bold;
}
.why-choose-us-wrapper {
    flex-direction: column;
}
.why-choose-us-items {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    background-image: url(../images/landing/vs-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.why-choose-us-item {
    display: flex;
    flex-direction: column;
    row-gap: 90px;
}
.why-choose-us-item-head {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 5px solid #fff;
    border-radius: 15px;
    width: 521px;
    justify-content: end;
}
.why-choose-us-item-head h4 {
    font-size: 29px;
    color: #f9fafd;
    font-family: 'Josefin Sans';
    font-weight: bold;
    padding: 30px;
    line-height: 1em;
}
.why-choose-us-item-head img {
    background: #fff;
    padding: 20px 20.2px;
}
.why-choose-benefits ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.why-choose-benefits ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
}
.benefits-icon {
    min-width: 86px;
    min-height: 86px;
    background-color: #28397d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.why-choose-benefits ul li h4 {
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fffefb;
}
.why-choose-benefits ul li h4 .shoping-plaza {
    font-size: 19px;
    line-height: 1.6em;
}
.why-choose-benefits-2nd ul li {
    flex-direction: row-reverse;
    column-gap: 20px;
}
.why-choose-benefits-2nd ul li h4 {
    text-align: right;
}
.why-choose-us-item-2 {
    align-items: end;
}
.why-choose-us-item-2 .why-choose-us-item-head {
    width: 451px;
}
.why-choose-compare {
    padding-bottom: 50px;
    width: 100%;
}
.why-choose-vs {
    max-width: 184px;
    width: 100%;
    height: 184px;
    background-color: #1a2964;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
/* testimonial */
.why-choose-testimonial {
    width: 100%;
    padding-bottom: 100px;
}
.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 25px;
}
.rating-star {
    width: min-content !important;
}
.rating-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.rating-google {
    width: min-content !important;
}
.testimonial-item h4 {
    color: #f9fafd;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
}
.testimonial-item p {
    color: #bdc5e5;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    width: 500px;
    text-align: center;
    line-height: 1.5em;
}
.rating-name h5 {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: bold;
}
.why-choose-testimonial .owl-nav {
    display: none;
}
.why-choose-testimonial .owl-dot.active {
    height: 20px !important;
    width: 20px !important;
    border: 1px solid red !important;
    border-radius: 50%;
}
.why-choose-testimonial .owl-dot.active span {
    background-color: red !important;
    margin: 0 auto !important;
}
.why-choose-testimonial .owl-dots {
    margin-top: 20px;
}


/* 4th sec */
.sell-or-list {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/landing/sell-list-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sell-or-list-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 90px 77px 100px;
    justify-content: space-between;
}

.sell-or-list-head h4 {
    color: #002856;
    font-family: 'Josefin Sans';
    font-weight: bold;
    font-size: 63px;
    line-height: 1.15em;
    letter-spacing: -4px;
    margin-bottom: 40px;
}
.sell-or-list-check {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
}
.sell-or-list-chek-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}
.sell-or-list-chek-content h5 {
    color: #2a3e54;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
}
.sell-or-list-image {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
}
.sell-or-list-picture {
    border-radius: 25px;
}
.sell-or-list-text {
    display: flex;
    flex-direction: column;
}
.form-section .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 10px !important;
    color: #46b450 !important;
    font-family: 'Poppins';
    font-size: 14px;
}



/* 5th sec */
.wash-type {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wash-type-content {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 90px 0 75px;
}
.wash-type-section {
    display: flex;
    flex-direction: row;
    column-gap: 43px;
}
.wash-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 33px;
}
.wash-type-item img {
    border: 2px solid #bdc6e5;
    padding: 45px;
    border-radius: 15px;
}
.wash-type-item h4 {
    color: #021d45;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}
.see-your-btn {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #fff;
    background: #ff2e12;
    padding: 24px 44px;
    border-radius: 9999px;
    margin-top: 60px;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center;
    cursor:pointer;
}
.see-your-btn:hover {
    background: #002856;
    color: #fff;
    text-decoration: none;
}
.wash-type-subhead {
    font-size: 19px;
    color: #5a90fd;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.wash-type-heading {
    font-family: 'Josefin Sans';
    font-size: 63px;
    font-weight: bold;
    color: #002856;
    /* width: 760px; */
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 55px;
}

/* 6th sec */
.client-testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.client-testimonial-content {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.client-testimonial-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 29px;
}
.client-testimonial-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 25px;
}
.client-testimonial-sub-head h5 {
    color: #5a90fd;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 2px;
}
.client-testimonial-head h2 {
    font-size: 63px;
    font-family: 'Josefin Sans';
    color: #002856;
    font-weight: bold;
}
.client-testimonial-head h4 {
    color: #021d45;
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 400;
}
.client-testimonial-head h4 span {
    font-weight: 600;
}


/* testimonial */
.client-testimonial .wrapper {
    width: 1400px !important;
}

.client-testimonial-item img {
    width: min-content !important;
}
.client-picture {
    border-radius: 50%;
    border: 5px solid #eef7ff;
    position: absolute;
    top: 0;
}
.client-testimonial-item p {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #0a2852;
    margin-bottom: 38px;
    line-height: 2em;
    min-height: 91px;
}
.client-testimonial-item h5 {
    font-size: 16px;
    color: #092142;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 12px;
}
.client-testimonial-item h6 {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #0a2852;
}
.testimonial-card {
    display: flex;
    justify-content: center;
    padding: 65px 30px 46px 30px;
    flex-direction: column;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(159, 180, 200, 0.15) 0px 6px 6px;
}
.client-testimonial-item {
    position: relative;
    padding: 50px 0 0;
}
.client-star {
    margin-bottom: 19px;
}
.testimonial-card::before {
    content: '';
    position: absolute;
    height: 36px;
    width: 50px;
    background: url(../images/landing/client-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 110px;
    right: 30px;
}
.client-testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -100px;
    height: 64px;
    width: 64px;
    background-image: url(../images/landing/arrow-swipe-2.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: rgba(159, 180, 200, 0.23) 0px 8px 34px;
    border-radius: 15px !important;
    background-color: #fff !important;
    transition: 0.54s ease-in-out;
}
.client-testimonial-slider .owl-nav .owl-next:hover {
    background-color: #002856 !important;
}
.client-testimonial-slider .owl-nav .owl-prev:hover {
    background-color: #002856 !important;
}
.client-testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    height: 64px;
    width: 64px;
    background-image: url(../images/landing/arrow-swipe.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: rgba(159, 180, 200, 0.23) 0px 8px 34px;
    border-radius: 15px !important;
    background-color: #fff !important;
    transition: 0.54s ease-in-out;
}
.client-testimonial-slider .owl-nav .owl-next:focus , .client-testimonial-slider .owl-nav .owl-prev:focus {
    outline: none;
}

.client-testimonial-slider .owl-nav .owl-next span , .client-testimonial-slider .owl-nav .owl-prev span{
    display: none;
}

/* 7th section */
/* .accordian {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../Image/faq-bg.png);
    background-repeat: no-repeat;
} */
.accordian {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/landing/faq-bg.png);
    background-color: #1a2964;
    background-repeat: repeat;
}
.accordian-wrapper-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    padding: 85px 0 100px;
}
.accordian-heading-section {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.accordian-heading-section-subtext {
    color: #5a90fd;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.accordian-heading-section-head {
    color: #f9fafd;
    font-size: 63px;
    font-family: 'Josefin Sans';
    font-weight: bold;
}
.accordian-content {
    display: flex;
    justify-content: center;
    width: 1004px;
}
.main-accdion {
    width: 100%;
}
.accordion-list {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    flex-direction: column;
    row-gap: 2px;
}
.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #2a3c82;
    border-left: 7px solid #2a3c82;
    padding: 21px 13px 21px 20px;
    margin: 0 auto 15px auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}
.accordion-list li.active {
    background-color: #447ff6;
    border-left: 7px solid #a8c5ff;
} 
.question {
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 0;
    margin: 0;
    font-size: 19px;
    cursor: pointer;
    color: #f9fafd;
    font-family: 'Poppins';
}
.question span {
    margin-right: 15px;
}
.question::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: #19275f;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    background-image: url(../images/landing/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.accordian-list.active .question::after {
    content: '';
    background-image: url(../images/landing/minus.png);
}
.answer {
    position: relative;
    display: block;
    height: auto;
    margin: 0;
    padding: 0 0 0 42px;
    cursor: pointer;
    width: 800px;
    line-height: 1.4em;
}
.answer p {
    position: relative;
    display: block;
    font-weight: 400;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Poppins';
    color: #f9fafd;
    margin-top: 5px;
}

/* 8th section */
.consult {
    display: flex;
    align-items: center;
    justify-content: center;
}
.consult-content {
    display: flex;
    flex-direction: row;
    width: 1400px;
}
.consult-content {
    display: flex;
    flex-direction: row;
    width: 1450px;
    align-items: center;
    padding: 85px 0;
}

.consult-text {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding-left: 100px;
    position: relative;
}
.consult-text-content {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.consult-text:before {
    content: '';
    height: 75px;
    width: 700px;
    position: absolute;
    top: 63px;
    left: 0;
    background: #ffeeec;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: -1;
}
.consult-text-auto-mechanic::before {
    height: 65px !important;
    top: 55px !important;
}
/* .consult-text-content:before {
    content: '';
    height: 75px;
    width: 700px;
    position: absolute;
    top: 63px;
    left: 0;
    background: #ffeeec;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: -1;
} */
.consult-text-content h2 {
    font-size: 63px;
    font-family: 'Josefin Sans';
    font-weight: bold;
    color: #002856;
    line-height: 1.1em;
    letter-spacing: -2px;
}
.consult-text-content .shopping-plaza {
    font-size: 61px;
}
.consult-text-content .junk-yard-consult {
    font-size: 61px;
}
.consult-text-content  .auto-mechanic {
    font-size: 54px;
}
.consult-text-content h2 span {
    color: #ff2e12;
}
.consult-text-content h4 {
    font-size: 30px;
    color: #ff2e12;
    font-family: 'Poppins';
    font-weight: 600;
}
.consult-text-content h5 {
    font-size: 20px;
    color: #ff2e12;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1.3;
}
.consult-text-content .shopping-plaza-text {
    font-size: 18px;
}
.consult-text-content .auto-mechanic-subtext{
    font-size: 18px;
}
.consult-vector {
    width: 556px;
}


/* footer */
footer {
    background: #eff6ff;
}
.footer-inner {
    padding: 100px 0;
    display: flex;
    justify-content: center;
}
.footer-content {
    display: flex;
    flex-direction: row;
    width: 1410px;
}
.footer-logo-section img {
    width: 215px;
    height: auto;
}
.footer-content-list p {
    color: #021d45;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5em;
}
.footer-content-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.footer-content-list h4 {
    font-size: 22px;
    font-weight: bold;
    color: #021d45;
    font-family: 'Josefin Sans';
}
.social-media-link {
    flex-direction: row !important;

    column-gap: 15px;
}
.social-media-link li a {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #021d45;
    padding: 13px;
    border-radius: 50%;
    transition: 0.3s;
}
.social-media-link li a:hover {
    background-color: #021d45;
    scale: 1.1;
}
.social-media-link li a:hover svg path{
    fill: #fff !important;
}
.footer-content-list ul li {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #021d45;
}
.footer-contact li {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.footer-content-list ul li a {
    color: #021d45;
}
.footer-content-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
}
.footer-contact li a {
    display: flex;
    column-gap: 14px;
    transition: 0.3s;
}
.footer-contact li a:hover img {
    filter: brightness(0.4);
}
.footer-contact li a:hover {
   text-decoration: underline;
}
.footer-quick-links ul li a:hover {
    text-decoration: underline;
}




.footer-bottom p {
    font-size: 14.3px;
    font-family: 'Poppins';
    color: #021d45;
    font-weight: 600;
}
.footer-bottom p span {
    font-size: 25px;
    vertical-align: bottom;
}
.footer-bottom {
    background: #f6faff;
    padding: 50px 0 61px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-align: center;
}
.footer-logo-section {
    padding-right: 170px;
}
.footer-quick-links {
    padding-right: 113px;
}
.footer-hours{
    padding-right: 90px;
}



/* form */
.form-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 30px;
}
.from-group p {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}
.from-group p span {
    width: 100%;
}
.from-group p span input, .from-group p select  {
    width: 100%;
    padding: 18px 23px;
    color: #5c7188;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 5px;
    background-color: #fcfdff;
    outline: 0;
    border: 1px solid #d7e2f3;
}

.from-group p select {
    padding: 20px 23px;
    appearance: none;
    background-image: url(../images/landing/from-bussiness-type-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

.options-group {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    padding-bottom: 23px;
}
.option-item {
    border: 1px solid #d7e2f3;
    border-radius: 5px;
    padding: 23px 0 18px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    max-width: 215px;
    width: 100%;
    position: relative;
}


.option-content p span {
    margin: 0;
    position: static;
}

.option-content p {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: static;
}
.option-content {
    position: static;
}

.option-content p br {
    display: none;
}

.option-content p label br{
    display: block;
}

.sumbit-button {
    width: 100%;
    padding: 23px;
    background-color: #ff2e12;
    border: none;
    outline: none;
    border-radius: 9999px;
    font-family: 'Poppins' !important;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}


.option-content p label input {
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/landing/from-check-before.png);
    background-repeat: no-repeat;
    background-position: 95% 10px;

}

.option-content p label input:checked {
    background-image: url(../images/landing/from-check-after.png) !important;
}
.option-content p label span {
    font-size: 14px;
    color: #002856;
    font-family: 'Poppins';
    font-weight: 600;
}
.option-content p label {
    font-size: 10px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #5c7188;
    position: static;
}

.banner-from {
    padding-left: 65px;
}
.form-section {
    padding: 45px 45px 40px 45px;
    border-radius: 25px;
    box-shadow: rgba(159, 180, 200, 0.36) 0px 8px 34px;
    background-color: #fff;
}
.form-section h3 {
    color: #002856;
    font-size: 18px;
    font-family: 'Josefin Sans';
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
}

/* .option-content p label input::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/landing/from-check-before.png);
    background-repeat: no-repeat;
    background-position: top right;
    top: 8px !important;
    right: 10px !important;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);

} */


/* .option-content p label input:checked::before {
    background-image: url(../images/landing/from-check-after.png);
} */
 









    /* @supports (-webkit-appearance:none) {

        .option-item {
            position: relative;
        }
        .option-content {
            position: static;
        }
        .option-content p {
            position: static;
        }
        .option-content p span {
            margin: 0;
            position: static;
        }
        .option-content p label {
            position: static;
        }
        .option-content p label input {
            appearance: none;
            position: static;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            background-image: url(../images/landing/from-check-before.png);
            background-repeat: no-repeat;
            background-position: 95% 10px;
        }
        .option-content p label input:checked {
            background-image: url(../images/landing/from-check-after.png) !important;
        }
    }  */




.option-content p label span::before, .option-content p label span::after{
    display: none;
}

.form-section .wpcf7-spinner {
    display: none !important;
}






/* video popup */



.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#videoFrame {
    width: 100%;
    height: 80vh;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
    width: unset;
    color: #fff;
    font-family: 'Poppins';
    font-size: 30px;
}
.close-btn img {
    height: 100%;
    width: 100%;
}

/* gas page */
.gas-page-top-heading {
    width: 1200px;
}
.gas-page-top-heading span {
    color: #ff2e12;
}
.gas-page-top-second-sub-heading {
    color: #2a3e54;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
    line-height: 1.4em;
}
.gas-page-watch-now {
    position: absolute;
    top: -170px;
    left: 80px;
}
.gas-page-watch-now .arrow-icon {
    position: absolute;
    right: -120px;
    bottom: -40px;
}

.gas-staion-client-testimonial-item h6 {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #0a2852;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gas-station-client-testimonial {
    background: url(../Image/2/client-testimonial-bg.png);
    padding:90px 0 470px;
}

.gas-station-consult-text-content h4 {
    font-size: 24px;
}

.gas-station-consult-content {
    width: 1476px;
}
.gas-station-consult-text .consult-vector {
    margin: 0 auto;
}


/* popup from */
.popup-from {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 99999 !important;width: 40%;display:none;}
.overlay {
    height: 100% !important;
    display: none;
    background-color: rgba(0, 0, 0, 0.301);
    z-index: 10 !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}




/* BLOG PAGE CSS */

/* Banner */
.blog-page-banner-text h1 {color: #fff;font-size: 45px;font-weight: 500;text-transform: uppercase;}
.banner_blog_page {display: flex;justify-content: center;/*padding: 150px 0 100px;*/ background-image: url(../images/landing/banner_blog.jpg);background-repeat: no-repeat;/*background-color: #17161B;*/background-size: cover;}
.banner_blog_page .wrapper {justify-content: space-between;position: relative;padding: 150px 0 50px;}
.banner_blog_page .wrapper .blog-page-banner-text {width: 40%;display: flex;flex-direction: column;row-gap: 30px;position: relative;padding-left:40px;}
.blog-page-banner-image {width: 61%;height: auto;position: relative;background-color: #ff2e12;padding: 40px;overflow: hidden;}
.banner_blog_page .wrapper .blog-page-banner-image img {width: 100%;z-index: 2;position: relative;height: auto;}
.blog-page-button {position: relative;display: flex;align-items: center;justify-content: center;width: fit-content;padding: 20px 70px 20px 30px;background-color: #90c4ff;color: #002856;border-radius: 8px;    border: 2px solid #90c4ff;transition: background-color 0.3s ease, color 0.3s ease;font-family: 'Poppins';cursor: pointer;font-weight: 600;}

.blog-page-button:hover {background-color: inherit ;color:#90c4ff;}
.blog-page-button::after {content: '';position: absolute;background-image: url(../images/landing/blog-drop-down-hover.svg);top: 35%;right: 8%;height: 20px;width: 25px;background-repeat: no-repeat;background-position: center;transition: background-color 0.3s ease, color 0.3s ease;}
.blog-page-button:hover::after {background-image: url(../images/landing/blog-drop-down-hover-1-01.svg);}
.blog-page-book-botton {position: absolute;top: 40px;right: 0;font-family: 'Poppins';font-size: 15px;border: 2px solid #002856;padding: 10px 15px;border-radius: 10px;color: #002856;cursor: pointer;transition: 0.3s;z-index: 9;}
.blog-page-book-botton:hover{background-color: #002856;color: #fff;}







/* Content */

.blog_page_wrapper .col-lg-8 {padding: 0 100px 0 30px !important;}
.blog-main-content {padding-top: 80px;}
.services_dtlsbox {display: flex;flex-direction: column;row-gap: 15px;}
.services_dtlsbox h4 {font-family: 'Josefin Sans';font-size: 50px;font-weight: bold;color: #002856;}
.services_dtlsbox p{font-size: 16px;font-weight: 400;color: #4b637e;font-family: 'Poppins';line-height: 2em;}
.services_dtlsbox .firstLetter {font-size: 16px;font-weight: 400;color: #4b637e;font-family: 'Poppins';line-height: 2em;}
.services_dtlsbox .wp-block-heading , .services_dtlsbox h3 {font-family: 'Josefin Sans';font-weight: bold;font-size: 35px;color: #002856;padding-top: 20px;}
.services_dtlsbox .wp-block-list {font-size: 15px;font-weight: 400;color: #4b637e;font-family: 'Poppins';display: flex;flex-direction: column;row-gap: 20px;list-style-type: disc;margin-left: 20px;line-height: 1.3em;}
.services_dtlsbox .wp-block-list li::marker {color: #ff2e12;}
.blog_page_wrapper {max-width: 1552px;padding: 0 0 100px;}
.services_dtlsbox .wp-block-image {padding-bottom: 20px;}
.services_dtlsbox .wp-block-image img {border-radius: 10px;}



/* Blog Page Side Links */
.blog-page-link .wp-block-heading {font-family: 'Josefin Sans';font-weight: bold;font-size: 20px;padding-bottom: 15px;color: #002856;}
.blog-page-link .wp-block-latest-posts {display: flex;flex-direction: column;row-gap: 10px;font-size: 15px;font-weight: 400;color: #4b637e;font-family: 'Poppins';padding-bottom: 30px;line-height: 1.3em;}
.blog-page-link .wp-block-latest-posts li a {color: #030304;transition: 0.3s;}
.blog-page-link .wp-block-latest-posts li a:hover {color: #ff2e12;text-decoration: none;}
.blog-page-link .wp-block-archives {display: flex;flex-direction: column;row-gap: 10px;font-size: 15px;font-weight: 400;color: #4b637e;font-family: 'Poppins';padding-bottom: 30px;line-height: 1.3em;}
.blog-page-link .wp-block-archives li a {color: #030304;transition: 0.3s;}
.blog-page-link .wp-block-archives li a:hover {color: #4b637e;}
.blog-page-link .wp-block-categories {display: flex;flex-direction: column;row-gap: 10px;font-size: 15px;font-weight: 400;color: #4b637e;font-family: 'Poppins';padding-bottom: 30px;line-height: 1.3em;}
.blog-page-link .wp-block-categories li a {color: #030304;transition: 0.3s;}
.blog-page-link .wp-block-categories li a:hover{color: #4b637e;}
.blog-page-link .wp-block-tag-cloud {display: grid;row-gap: 10px;font-weight: 400;color: #4b637e;font-family: 'Poppins';padding-bottom: 30px;line-height: 1.3em;grid-template-columns: 1fr 1fr 1fr 1fr;}
.blog-page-link .wp-block-tag-cloud a {font-size: 15px !important;}

.blog-page-link .lwptoc .lwptoc_title {font-family: 'Josefin Sans';font-size: 20px;font-weight: bold;color: #002856;}
.blog-page-link .lwptoc .lwptoc_toggle {font-size: 15px;font-family: 'Josefin Sans';font-weight: bold;}
.blog-page-link .lwptoc .lwptoc_toggle a {color: #002856 !important;}
.blog-page-link .lwptoc .lwptoc_toggle a:hover{border-bottom: none !important;}
.blog-page-link .lwptoc .lwptoc_itemWrap {font-size: 14px;font-weight: 400;color: #4b637e;font-family: 'Poppins';display: flex;flex-direction: column;row-gap: 10px;}
.blog-page-link .lwptoc .lwptoc_itemWrap .lwptoc_item {display: flex;flex-direction: column;row-gap: 5px;}
.blog-page-link .lwptoc .lwptoc_i{display: block;}
.blog-page-link .lwptoc .lwptoc_itemWrap .lwptoc_item a {color: #000;transition: 0.3s;}
.blog-page-link .lwptoc .lwptoc_itemWrap .lwptoc_item a:hover {color: #ff2e12;border-bottom: none !important;}
.blog-page-link {position: sticky;top: 20px;height: fit-content;padding-left: 0 !important;}
/* .blog-page-link {
    position: sticky;
    top: 20px;
    height: fit-content;
    padding-left: 70px !important;
} */

.blog_page_author {display: flex;flex-direction: column;row-gap: 20px;border: 1px solid #000;padding: 20px;border-radius: 10px;margin-bottom: 40px;}
.author-name-designation {display: flex;flex-direction: row;align-items: center;column-gap: 20px;}
.author-profile-photo img {border-radius: 50%;width: 50px;height: auto;}
.author-designation {display: flex;flex-direction: column;row-gap: 5px;}
.author-designation p {font-family: 'Poppins';font-size: 13px;color: #8a8787;}
.author-designation h4 {font-size: 16px;}
.author-social-share .heateor_sss_sharing_ul {display: flex;flex-direction: row;column-gap: 10px;}
.author-social-share h4 {font-size: 15px;}
.author-social-share {display: flex;flex-direction: column;row-gap: 10px;}



.blog-review-image-section {display: flex;flex-direction: row;justify-content: space-between;}
.blog-review-image-section img {width: 80px;height: auto;}

/* Blog Page Accordion */
.accordion-section-blog-page {display: flex;flex-direction: column;row-gap: 15px;position: sticky;top: 20px;height:fit-content;}
.accordion-list-head {background-image: url(../images/landing/from-bussiness-type-arrow.png);background-repeat: no-repeat;background-position: 95% center;padding:20px 10px 20px 50px;border-radius: 5px;color: #000;/*border: 1px solid #90c4ff*/;font-size: 14px;transition: 0.3s;/*background-color: #90c4ff;*/position: relative;cursor: pointer;}
.accordian-content-blog-contents .accordion-list-head:after {content: '';position: absolute;background-image: url(../images/landing/blog-icon.png);height: 20px;width: 20px;background-size: contain;  background-repeat: no-repeat;top: 31%;left: 5%;}

.accordian-content-case-study-contents .accordion-list-head:after {content: '';position: absolute;background-image: url(../images/landing/case-study-svg-01.svg);height: 20px;width: 20px;background-size: contain;  background-repeat: no-repeat;top: 27%;left: 5%;}

.accordian-content-ebook-contents .accordion-list-head:after {content: '';position: absolute;background-image: url(../images/landing/ebook-svg-01.svg);height: 20px;width: 20px;background-size: contain;  background-repeat: no-repeat;top: 27%;left: 5%;}

.accordian-content-webminar-contents .accordion-list-head:after {content: '';position: absolute;background-image: url(../images/landing/webinar-svg-01.svg);height: 20px;width: 20px;background-size: contain;  background-repeat: no-repeat;top: 27%;left: 5%;}

.accordian-content-video-contents .accordion-list-head:after {content: '';position: absolute;background-image: url(../images/landing/videos-svg-01.svg);height: 20px;width: 20px;background-size: contain;  background-repeat: no-repeat;top: 27%;left: 5%;}

.main-accordion-blog.active .accordion-list-head:after{filter: invert(1);}

.main-accordion-blog.active .accordion-list-head {background-color: #002856;/*border: 1px solid #002856;*/color: #fff;background-image: url(../images/landing/arrow-up-white.png);}
.main-accordion-blog {display: flex;flex-direction: column;row-gap: 20px;}
.accordion-list-blog {display: flex;flex-direction: column;row-gap: 25px;}
.accordion-list-blog li {padding: 0 20px;}
.accordion-list-blog li a {color: #000;font-family: 'Poppins';font-size: 13px;font-style: oblique;transition: 0.3s;}
.accordion-list-blog li a:hover {color: #ff2e12;text-decoration: none;}


/* .blog-tag-section {display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr;} */
/* .blog-tag-section a {font-weight: 400;color: #000000;font-family: 'Poppins';background-color: #90c4ff;padding: 5px;border-radius: 10px;font-size: 10px !important;} */
.blog-tag-section a {font-weight: 400;color: #000000;font-family: 'Poppins';background-color: #90c4ff;padding: 10px;border-radius: 10px;font-size: 10px !important;display: inline-block;width: fit-content;    margin: 0 0 10px 0;}


.blog-tag-section a:nth-child(2n) {background-color: #f27666;color: #fff;}
.blog-tag-section a:nth-child(3n){background-color: #D7EFF2;color: #5C909E;}
.blog-tag-section a:nth-child(4n){background-color: #FFEAC9;color: #CC9136;}
.blog-tag-section a:nth-child(5n){background-color: #FFE1ED;color: #ED3F8E;}


.blog-side-poster {display: flex;flex-direction: column;padding: 40px 15px 40px;background: linear-gradient(239.04deg, #205ea6 -10.84%, #071d36 103.93%);    border-radius: 15px;margin-bottom: 20px;row-gap: 20px;}
.blog-side-poster-head {font-family: 'Josefin Sans';font-weight: bold;font-size: 20px;line-height: 1.1em;color: #fff;}
/* .blog-side-poster-buttons {display: flex;flex-direction: column;row-gap: 10px;}
.blog-side-poster-buttons h4 {font-size: 13px;font-family: 'Poppins';background-color: #ff2e12;width: fit-content;padding: 7px 20px;border-radius: 9999px;color: #fff;cursor:pointer;border: 2px solid #ff2e12;   transition: 0.3s;}
.blog-side-poster-buttons h4:hover {background-color: #2f8af5;border: 2px solid #2f8af5;}
.blog-side-poster-buttons .blog-side-poster-buttons-two {background-color: #fff;color: #002856;border: 2px solid #fff;}
.blog-side-poster-buttons .blog-side-poster-buttons-two:hover{background-color: #2f8af5;} */
.blog-side-poster-heading p {font-family: 'Poppins';color: #fff;font-size: 13px;padding-top: 5px;}


.blog-side-poster-buttons form {overflow: hidden;}
.blog-side-poster-buttons form p span {display: flex;width: 100%;}
.blog-side-poster-buttons form p .wpcf7-spinner , .blog-side-poster-buttons form p br {display: none;}
.blog-side-poster-buttons form p span input {width: 100%;padding: 10px 5px;border-radius: 6px;font-size: 11px;font-family: 'Poppins';}
.blog-side-poster-buttons form p .blog-url-submit {width: 100%;border-radius: 6px;font-size: 13px;font-weight: 600;border: none;color: #fff;padding: 10px 5px;   transition: 0.3s;background-color: #ff2e12;font-family: 'Poppins';}
.blog-side-poster-buttons form p .blog-url-submit:hover{background-color: #2f8af5;color: #fff;}
.blog-side-poster-buttons form p {display: flex;flex-direction: column;gap: 10px;}


/* Blog Page Analyze Domain Section */
.blog-page-domain-analyze {display: flex;justify-content: center;padding-bottom: 60px;}
.blog-page-domain-analyze .wrapper {background: linear-gradient(239.04deg, #205ea6 -10.84%, #071d36 103.93%);border-radius: 15px;padding: 100px 0;}
.blog-page-domain-analyze-content h2 {font-size: 42px;font-weight: 700;text-align: center;color: #FFFFFF;font-family: 'Josefin Sans';}
.blog-page-domain-analyze-content p {font-size: 16px;font-weight: 400;text-align: center;color: #FFFFFF;margin: 24px auto 0;max-width: 100%;font-family: 'Poppins';line-height: 1.5em;}
.blog-page-domain-analyze-content p .optional-text-blog-page {font-weight: 300;}
.blog-page-domain-analyze-content p a {color: #ffffff;font-weight: 500;text-decoration: underline;font-family: 'Poppins';}
.blog-domain-url-submit form p {display: flex;flex-direction: row;justify-content: center;column-gap: 15px;}
.blog-domain-url-submit form p br {display: none;}
.blog-domain-url-submit form p .wpcf7-spinner {display: none;}
.blog-domain-url-submit form p span input {background: #fff;border: 1px solid #ffffff;border-radius: 6px;padding: 20px;font-size: 18px;color: #828181 !important;line-height: 1.2em;}
.blog-domain-url-submit form p .blog-url-submit {border-radius: 6px;font-size: 16px;font-weight: 600;border: none;color: #fff;padding: 0 30px;transition: 0.3s;background-color: #ff2e12;}
.blog-domain-url-submit form p .blog-url-submit:hover {background-color: #2f8af5;color: #fff;}



/* Blog Page Pop Up */
.ctaPopup {width: 640px;max-width: 90%;min-height: 210px;background-size: 51%;background-color: #002856;border-radius: 8px;padding: 30px 40px 0;color: #fff;position: fixed;left: 50%;bottom: 20px;transform: translateX(-50%);z-index: 9;background: linear-gradient(to top, #348AC7, #7474BF);
}.ctaPopup__close {position: absolute;right: 14px;top: 14px;cursor: pointer;}
.ctaPopup__cont h5 {font-size: 16px;font-family: 'Josefin Sans';font-weight: bold;}
.ctaPopup__cont p {font-family: 'Poppins';font-size: 13px;line-height: 1.3em;}
.poup-link {background-color: #fff;padding: 10px;border-radius: 7px;font-family: 'Poppins';width: fit-content;transition: 0.3s;}
.poup-link:hover {background-color: #90c4ff;}
.poup-link a{color: #000;font-size: 13px;}
.poup-link a:hover{text-decoration: none;}
.ctaPopup__block {display: flex;flex-direction: row;column-gap: 20px;position: relative;}
.ctaPopup__block:before {content: 'Free Download';position: absolute;background-color: #ff2e12;padding: 10px;border-radius: 10px;font-family: 'Poppins';font-size: 15px;font-weight: 400;top: -50px;left: -60px;}
.ctaPopup__cont {display: flex;flex-direction: column;row-gap: 10px;}


/* breadcrumbs */
.breadcrumbs-content {margin-bottom: 50px;}
.breadcrumbs-content span a {font-family: 'Poppins';font-weight: 500;font-size: 12px;color: #000;opacity: 0.5;}
.breadcrumbs-content .breadcrumb_last strong {font-family: 'Poppins';color: #002856;font-size: 13px;font-weight: normal;background: #dbecff;padding: 0 5px;border-radius: 5px;}



/* Blog Page Banner 21-4-25*/
.blog-page-banner-content {background-color: #002045;display: flex;flex-direction: row;align-items: center;justify-content: center;width: 100%;}
.banner_blog_arrow_icon {
    position: absolute;
    width: 150px !important;
    right: 100px;
    bottom: 0;
}
.blog-page-banner-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 340px;
    background-color: #002045;
    bottom: -40px;
    left: 0px;
}
.services_dtlsbox .lwptoc {
    display: none;
}


/* Blog Page Banner 29-4-25*/
.all-blog-heading {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-family: 'Josefin Sans';
    line-height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    text-shadow: 2px 2px 8px #444444;
}