/* animation key frames start */

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom-1 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* animation key frames end */


/* animation css starts */

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 0.7s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 0.7s ease-in-out both;
}

.scrolled.fade-in-bottom-1 {
    animation: fade-in-bottom-1 0.1s ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 0.7s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 0.7s ease-in-out both;
}


/* animation css ends */

.evolve-banner {
    padding: 120px 0;
    background: url(../img/ai/banner-background.png), #F8FBFD;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.evolve-banner-content span {
    font-size: 30px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.evolve-banner-content h1 {
    font-size: 70px;
    font-weight: 700;
    color: #5A2DB9;
    font-family: "Public Sans", sans-serif;
}

.evolve-banner-content h1 span {
    font-size: 70px;
    font-weight: 700;
    color: #CE420F;
    font-family: "Public Sans", sans-serif;
}

.evolve-banner-content h3 {
    font-size: 44px;
    font-weight: 500;
    color: #3f5662;
    font-family: "Public Sans", sans-serif;
}

.evolve-banner-content p {
    color: #657984;
    font-size: 24px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.ready-to-learn,
.first-step,
.volt-evolve-mate,
.evolve-key-accordian,
.related-blog {
    padding: 70px 0;
}

.ready-to-learn h2,
.first-step h2,
.volt-evolve-mate h2,
.related-blog H2 {
    color: #5A2DB9;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 85px;
    font-family: "Public Sans", sans-serif;
}

.evolve-key-accordian {
    background: url(../img/evolve/banner-background.png), #F8FBFD;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20%;
}

.promotional-video {
    background-color: #ffffff;
    padding: 70px 10px 10px 10px;
    border-radius: 30px;
    height: 550px;
    box-shadow: 0 2px 70px 0 rgba(0, 0, 0, .2), 0 17px 10px 0 rgba(0, 0, 0, .1);
    position: relative;
    max-width: 1002px;
    margin: auto;
}

.promotional-video::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('../img/ai/video-play.png');
    width: 118PX;
    height: 118PX;
    margin: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    pointer-events: none;
}

.promotional-video img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 30px 30px;
    object-fit: cover;
}

.promotional-video:hover.promotional-video::after {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.first-step h3 {
    font-size: 32px;
    font-weight: 600;
    color: #3f5662;
    font-family: "Public Sans", sans-serif;
}

.first-step {
    background: url(../img/evolve/banner-background.png), #F8FBFD;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20%;
    padding: 135px 0;
}

.first-step p {
    color: #657984;
    font-size: 18px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.first-step-content {
    padding-left: 240px;
    overflow-y: hidden;
    height: 400px;
}

.mate-key-word {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 120px;
    row-gap: 90px;
}

.single-key-point img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-right: 25px;
}

.evolve-key-accordian .nav-link,
.evolveai-key-accordian .nav-link.active {
    color: #353F46;
    font-size: 20px;
    font-weight: 400;
    font-family: "Public Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none
}

.evolve-key-accordian .nav-link.active {
    border-bottom: 5px solid #000000 !important;
    background: none;
    color: #000 !important;
}

.evolve-key-accordian .nav-link.active:hover {
    background-color: #fff;
}

.evolve-key-accordian .nav-link.active img {
    display: block;
    margin-right: 10px;
}

.evolve-key-accordian .nav-link img {
    display: none;
}

.evolve-key-accordian .nav-link {
    border-bottom: 1px solid #E2E2E2 !important;
    border-bottom: 0;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #938d8d !important;
    font-size: 20px;
    background: none;
}

.evolve-key-accordian .nav.nav-tabs {
    border-bottom: 1px solid #E2E2E2;
    overflow: hidden;
}

.key-details {
    width: 300px;
    margin-left: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #3F5662;
    font-family: "Nunito", sans-serif;
}

.evolve-mate-barcode {
    background: url(../img/ai/watch-ai.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.evolve-mate-barcode .container {
    height: 300px;
}

.evolve-mate-barcode h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Public Sans", sans-serif;
    margin-bottom: 30px;
}

.evolve-mate-barcode p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: "Nunito", sans-serif;
}


/** Evolve offer **/

.evolve-offer {
    background: #fef5dd;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.evolve-offer h3 {
    font-size: 30px;
    color: #5a2db9;
    font-weight: 700;
    font-family: "Public Sans", sans-serif;
    margin-bottom: 25px;
}

.evolve-offer p {
    font-size: 20px;
    font-weight: 500;
    color: #3F5662;
    font-family: "Nunito", sans-serif;
}

.related-blog-slider .slick-slide>div {
    padding: 15px;
}

.related-single-slider {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2), 0 0px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 15px;
    padding: 20px;
    min-height: 300px;
}

.key-content h4 {
    color: #102C3C;
    font-size: 20px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
}

.key-content p {
    color: #3F5662;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.tabing-img-wrapper {
    position: relative;
    height: 400px;
    min-width: 145px;
}

.tabing-img-wrapper img {
    height: 400px;
}

.explain-hover,
.engage-hover,
.explore-hover,
.exercise-hover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.tabing-img-wrapper:hover .explain-hover,
.tabing-img-wrapper:hover .engage-hover,
.tabing-img-wrapper:hover .explore-hover,
.tabing-img-wrapper:hover .exercise-hover {
    display: block;
}

.tabing-img-wrapper:hover .explain,
.tabing-img-wrapper:hover .engage,
.tabing-img-wrapper:hover .explore,
.tabing-img-wrapper:hover .exercise {
    display: none;
}

.related-blog .slick-dots li button,
.related-blog .slick-dots li,
.related-blog .slick-dots li button:before {
    width: 65px;
    height: 10px;
    border-radius: 5px;
}

.related-blog .slick-dots li button:before {
    content: '';
    border: 2px solid #F75013;
    opacity: 1;
    border-radius: 5px;
}

.related-blog .slick-dots li.slick-active button:before {
    background-color: #F75013;
    border-radius: 5px;
}

.related-single-slider h4 {
    color: #102C3C;
    font-size: 20px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
    margin-bottom: 20px;
}

.related-single-slider p {
    color: #3F5662;
    font-size: 18px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-single-slider img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 12px;
}

.related-single-slider a {
    color: #F75013;
    font-size: 16px;
    font-weight: 400;
}

.side-scroll {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-right: 50px;
    position: absolute;
    top: 0;
    left: 100px;
}

.side-scroll span {
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 50%;
    border: 4px solid #dfdfdf;
    position: relative;
}

.side-scroll .activestep {
    border-color: #f75b22;
}

.side-scroll span::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #FF946C;
    border-radius: 5px;
    right: 0;
    left: 0;
    margin: auto;
}

.side-scroll span::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 74px;
    background-color: #dfdfdf;
    left: 0;
    right: 0;
    top: 41px;
    margin: auto;
}

.side-scroll .activeline::after {
    background-color: #f75b22;
}

.animation-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

.barcode-btn {
    background-color: #DB3A00;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    padding: 15px 22px;
    text-align: center;
    text-transform: none;
}

.barcode-btn:hover {
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .evolve-key-accordian .nav-link {
        padding-left: 45px;
        padding-right: 45px;
    }
    .first-step-content {
        padding-left: 180px;
    }
}

@media screen and (max-width: 1200px) {
    .evolve-banner-content h1,
    .evolve-banner-content h1 span {
        font-size: 64px;
    }
    .evolve-banner-content h3 {
        font-size: 40px;
    }
    .first-step img {
        width: 100%;
    }
    .mate-key-word {
        grid-template-columns: repeat(2, 1fr);
    }
    .evolve-banner {
        padding: 50px 0;
    }
    .mate-key-word {
        margin-bottom: 0 !important;
    }
    .evolve-mate-barcode .container {
        height: 290px;
    }
}

@media screen and (max-width: 991px) {
    .evolve-banner-content h1,
    .evolve-banner-content h1 span {
        font-size: 40px;
        color: #5A2DB9;
    }
    .evolve-banner-content h3 {
        font-size: 26px;
    }
    .evolve-banner-content p,
    .evolve-banner-content span {
        font-size: 20px;
    }
    .first-step {
        padding: 60px 0;
    }
    .first-step p {
        margin-bottom: 50px !important;
    }
    .first-step-content {
        padding-left: 90px;
    }
    .evolve-key-accordian .nav-link,
    .evolve-key-accordian .nav-link.active {
        font-size: 15px;
    }
    .evolve-mate-barcode img {
        width: 100%;
    }
    .first-step-inner-content {
        flex-direction: column;
        overflow-y: scroll;
    }
    .side-scroll {
        display: none;
    }
    .first-step-content {
        height: 300px;
    }
    .first-step-inner-content>div {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .evolve-banner-content {
        text-align: center;
        margin: auto;
    }
    .evolve-banner-img {
        margin: auto;
        width: 70%;
        margin-top: 30px;
    }
    .promotional-video {
        height: 320px;
    }
    .first-step img {
        width: 77%;
        margin: auto;
        display: block;
        margin-bottom: 50px;
    }
    .first-step-content {
        padding-left: 15px;
    }
    .mate-key-word {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 50px;
    }
    .evolve-mate-barcode {
        padding: 50px 0;
    }
    .evolve-mate-barcode img {
        height: fit-content;
        margin: auto;
        width: 70%;
    }
    .barcode-content {
        text-align: center;
        margin-bottom: 0px;
    }
    .evolve-mate-barcode .container {
        height: fit-content;
    }
    .barcode-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ready-to-learn h2,
    .first-step h2,
    .volt-evolve-mate h2,
    .related-blog H2 {
        margin-bottom: 30px !important;
        font-size: 26px;
    }
    .first-step h3 {
        font-size: 26px;
    }
    .evolve-mate-barcode h2 {
        font-size: 40px;
    }
    .evolve-key-mob .accordion .card {
        margin-bottom: 10px;
    }
    .evolve-key-mob .accordion .card button {
        font-size: 18px;
        color: #102C3C;
        background-color: transparent;
        width: 100%;
        text-align: left;
    }
    .evolve-key-mob .accordion .card .btn.btn-link.collapsed,
    .evolve-key-mob .accordion .card .btn.btn-link {
        position: relative;
    }
    .evolve-key-mob .accordion .card .btn.btn-link.collapsed::after {
        position: absolute;
        content: '';
        top: 9px;
        right: 0;
        background: url(../img/ai/drop-arrow.png);
        width: 25px;
        height: 25px;
        transform: rotate(360deg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .evolve-key-mob .accordion .card .btn.btn-link::after {
        position: absolute;
        content: '';
        top: 9px;
        right: 0;
        background: url(../img/ai/drop-arrow.png);
        width: 25px;
        height: 25px;
        transform: rotate(-180deg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-180deg);
    }
    .evolve-key-mob {
        margin-bottom: 94px;
    }
    .evolve-key-mob .accordion .collapse.show {
        border-bottom: 4px solid #F75013;
    }
    .card-body {
        text-align: center;
    }
    .card-body p {
        color: #3F5662;
        font-size: 16px;
        font-weight: 500;
        font-family: "Nunito", sans-serif;
    }
    .card-body img {
        margin-bottom: 30px;
    }
    .related-blog-slider .slick-slide>div {
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .evolve-key-mob {
        display: none;
    }
    .evolve-banner-img {
        width: 80%;
        margin: auto;
    }
}


/**** webinar section style ***/

.webinar-section {
    width: 100%;
    margin-bottom: 50px;
}

.subject {
    border: 1px solid #6E4911;
    background-color: #FFEACA;
    color: #6E4911;
    border-radius: 5px;
    padding: 10px 20px;
}

.single-webinar {
    border: 1px solid #E8E8E8;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 21.8px -1px rgba(0, 0, 0, 0.12);
}

.single-webinar .cta-btn {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.webinar-subject,
.webinar-date {
    background: #EFE5FF;
    color: #5C3DAC;
    border: 1px solid #5C3DAC;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: capitalize;
    line-height: 10px;
    white-space: nowrap;
    margin-bottom: 10px;
    max-width: 225px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Nunito", sans-serif;
}

.webinar-subject {
    margin-right: 10px;
}

.cta-btn {
    margin-bottom: 4px;
}

.single-webinar-img {
    height: 225px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 7px;
}

.single-webinar h4 {
    font-size: 20px;
    font-weight: 600;
    color: #354550;
    margin-bottom: 10px;
    font-family: "Public Sans", sans-serif;
}

.single-webinar h5 {
    font-size: 20px;
    font-weight: 600;
    color: #354550;
    margin-bottom: 16px;
    font-family: "Public Sans", sans-serif;
}

.single-webinar span {
    color: #425460;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-family: "Public Sans", sans-serif;
}

.single-webinar p {
    font-size: 14px;
    color: #516470;
    height: 42px;
    overflow: hidden;
    font-family: "Nunito", sans-serif;
}

.all-webinar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
    row-gap: 50px;
}

input::placeholder {
    color: #000;
    text-transform: uppercase;
}

.search-bar {
    border: 1px solid #102c3c5c;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 50px;
    background: #ffffff;
}

.search-bar input {
    background-color: #ffffff;
    height: 56px;
    border: 0;
}

.search-bar input::placeholder {
    opacity: 0.7;
    text-transform: capitalize;
}

.webinar-filter select {
    border: 1px solid #102c3c5c;
    color: #000;
    border-radius: 10px;
}

.single-webinar a {
    display: block;
}

@media screen and (max-width: 1400px) {
    .subject {
        padding: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .all-webinar {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .all-webinar {
        grid-template-columns: repeat(2, 1fr);
    }
    .webinar-filter select {
        width: 100%;
        margin: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .all-webinar {
        grid-template-columns: repeat(1, 1fr);
    }
    .ready-to-learn,
    .first-step,
    .volt-evolve-mate,
    .evolve-key-accordian,
    .related-blog {
        padding: 35px 0;
    }
    .evolve-offer h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .evolve-key-accordian .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .c_heading {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}

@media screen and (max-width: 567px) {
    /* .webinar-section {
        padding: 15px 5px 15px 15px;
    } */
    .search-bar input {
        height: 40px;
    }
    .cta-btn {
        margin-bottom: 12px;
    }
    .single-webinar-img {
        margin-bottom: 15px;
    }
    .contact-us {
        width: 90%;
    }
    .webinar-filter select {
        width: 100%;
        height: 45px !important;
    }
    .single-webinar h4 {
        font-size: 20px;
    }
    .single-webinar span {
        font-size: 18px;
        margin-bottom: 7px;
        display: block;
    }
    .single-webinar p {
        font-size: 16px;
        height: 50px;
    }
}

@media screen and (min-width: 568px) {
    /* .webinar-section {
        padding: 20px;
    } */
}


/* feature style */

.volt-why-evolve {
    background: #dcf2ff;
}

.feature-list i {
    color: #5A28A8;
    margin-right: 8px;
}

.feature-list span {
    color: #5A28A8;
    font-weight: 500;
}

.feature-list a {
    text-decoration: none;
    font-weight: 600;
}

.form-container {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.register-btn {
    background-color: #e63900;
    color: white;
    border: none;
    text-transform: none;
    font-size: 14px;
}

.register-btn:hover {
    color: #fff7f4;
}

.testimonial-slides {
    position: relative;
    text-align: center;
    padding: 50px 30px 30px 50px;
    margin: 25px 15px 35px;
    border: 3px solid #ffb341;
    border-radius: 20px 0px 20px 0px;
    position: relative;
    background: #f8fbfd;
}

.timg {
    width: 140px;
    height: 140px;
    border: 10px solid #fff;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 4px #a9a6a652;
}

.testimonial-slides .slick-current.slick-active {
    overflow: visible !important;
}

.testimonial-heading {
    font-size: 28px;
}

.testimonial .slick-dots .slick-active button {
    background-color: #fff;
}

.testimonial .slick-dots li button {
    width: 70px;
    height: 10px;
    border: 2px solid #c4c4c3;
    border-radius: 5px;
}

.testimonial .slick-dots li button:before {
    display: none;
}

.testimonial .slick-dots li {
    width: auto;
    height: auto;
}

.border-style-testimonial-1,
.border-style-testimonial-6,
.border-style-testimonial-11,
.border-style-testimonial-16 {
    border: 3px solid #ffb341;
}

.border-style-testimonial-2,
.border-style-testimonial-7,
.border-style-testimonial-12,
.border-style-testimonial-17 {
    border: 3px solid #5bb7f0;
}

.border-style-testimonial-3,
.border-style-testimonial-8,
.border-style-testimonial-13,
.border-style-testimonial-18 {
    border: 3px solid #6aa12c;
}

.border-style-testimonial-4,
.border-style-testimonial-9,
.border-style-testimonial-14,
.border-style-testimonial-19 {
    border: 3px solid #f52323;
}

.border-style-testimonial-5,
.border-style-testimonial-10,
.border-style-testimonial-15,
.border-style-testimonial-20 {
    border: 3px solid #5526b7;
}

.c_heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.1px;
    color: #5a2db9;
    font-family: "Public Sans", sans-serif;
}

@media only screen and (max-width: 576px) {
    .testimonial .slick-dots li button {
        width: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-slides {
        padding: 40px 20px 20px 20px;
    }
    .comman-faq-question h2 {
        font-size: 28px;
    }
    .evolve-mate-barcode h3 {
        font-size: 26px;
    }
    .mob-w-max {
        min-width: 80% !important;
    }
    .go-home {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .mob-w-max {
        min-width: 66%;
    }
}


/* comman-faq start */

.comman-faq {
    padding: 70px 0;
}

.comman-faq-container {
    margin-bottom: 50px !important;
}

.comman-faq-question {
    background-color: #f1fce6;
    padding: 5%;
    border: 3px solid #d5e7c2;
    border-radius: 25px;
}

.comman-faq-question .faq-new-style {
    box-shadow: none;
    font-size: 18px;
}

.faq-new-style {
    border-radius: 8px;
    padding: 5px 20px;
    text-decoration: none;
    margin-right: 15px;
    color: #bd3a0b !important;
    background: #ffe3d9 !important;
    border: 2px solid #bd3a0b;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: none;
}

.comman-faq-container .accordion-button:not(.collapsed),
.comman-faq-container .accordion-button {
    box-shadow: none;
    background-color: transparent;
    color: #3F5662;
    font-weight: 500;
    font-size: 20px;
}

.comman-faq-container .accordion-button:not(.collapsed)::after {
    background-image: url('../../assets/img/faq/faq_minus.svg') !important;
}

.comman-faq-container .accordion-button::after {
    background-image: url('../../assets/img/faq/faq-plus.svg') !important;
    transform: none !important;
    background-size: contain;
    height: 25px;
    width: 25px;
    font-family: "Public Sans", sans-serif;
}

.comman-faq-question img {
    width: 115px;
    background-size: contain;
    opacity: 1;
}

.comman-faq-container .accordion-item {
    border: 0;
}

.comman-faq-container .accordion-button:focus {
    border-color: transparent !important;
}

.comman-faq-container .accordion-body {
    font-size: 16px;
    padding-top: 0;
    color: #667085;
}

.comman-faq-question h2 {
    font-size: 26px;
    color: #3f3e3e;
    font-family: "Public Sans", sans-serif;
    margin-bottom: 15px;
}

.title-webinar {
    padding: 0 0 0 20px;
    font-size: 26px;
    color: #102C3C;
}

.separator {
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    height: 1px;
    width: 96.5%;
    margin: auto;
}

.btn-view-more {
    border: 2px solid #DB3A00;
    border-radius: 10px;
    color: #DB3A00;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}

.volt-why-evolve,
.testimonial-section {
    padding: 70px 0;
}

.volt-why-evolve-top p {
    font-size: 18px;
}

input.form-control::placeholder {
    text-transform: none;
}

.testimonial-section {
    background: url(../img/evolve/banner-background.png), #F8FBFD;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20%;
}

.go-home {
    background: rgb(255, 219, 218);
    border: 1px solid;
}

.btn-explore {
    color: #fff !important;
    background-color: #db3a00;
}

.lh-32 {
    line-height: 32px;
}


/*lets-go-section */

#webinarForm .card .headingDiv,
.login .card .headingDiv,
.forgot-password .card .headingDiv,
.update-password .card .headingDiv,
.password-changed .card .headingDiv,
.choose-role .card .headingDiv,
.start-volt .card .headingDiv,
.trial-subject .card .headingDiv {
    margin: 0 0 2.5rem 0;
}

#webinarForm .card .headingDiv .headingPara,
.login .card .headingDiv .headingPara,
.forgot-password .card .headingDiv .headingPara,
.update-password .card .headingDiv .headingPara,
.password-changed .card .headingDiv .headingPara,
.choose-role .card .headingDiv .headingPara,
.start-volt .card .headingDiv .headingPara,
.trial-subject .card .headingDiv .headingPara {
    font-weight: 600;
    font-size: 30px;
    color: var(--color-5);
    letter-spacing: 0.5px;
}

#webinarForm .already-login-block,
.login .new-register-block {
    margin: 3rem 0 0;
}

#webinarForm .already-login-block p,
.login .new-register-block p {
    color: var(--color-6);
    font-weight: 600;
    font-size: 18px;
}

#webinarForm .already-login-block a,
.login .new-register-block a {
    color: var(--color-3);
}

#webinarForm .form-submit-btn {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.3px;
    background-color: var(--color-3);
    color: var(--color-12);
    width: 100%;
    border: 2px solid var(--color-3);
    border-radius: 10px;
    transition: 0.4s ease-in-out;
    text-transform: none;
}

#webinarForm .field-icon {
    cursor: pointer;
    pointer-events: all;
}

#webinarForm .inputs input[type="number"]::-webkit-inner-spin-button,
#webinarForm .inputs input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#webinarForm .otpVerification-fields {
    display: none;
}

#webinarForm .inputs .otpInput {
    cursor: pointer;
    margin: 0 8px 0 0;
    border: 1px solid #bdbdbd;
}

#webinarForm .otpBtn {
    font-weight: 600;
    font-size: 18px;
    color: var(--color-1);
    letter-spacing: 0.8px;
    display: none;
}

#webinarForm .otpBtn:hover {
    cursor: pointer;
    text-decoration: underline;
}

#webinarForm .otpTimer {
    font-weight: 600;
    font-size: 16px;
    color: #363636;
    letter-spacing: 0.8px;
    margin: 0;
}

#webinarForm .error-msg-otp {
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

#webinarForm .resendOTP,
#webinarForm .verifyOTP {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin: 0;
    color: var(--color-3);
}

#webinarForm .resendOTP:hover,
#webinarForm .verifyOTP:hover {
    text-decoration: underline;
    cursor: pointer;
}

.invalid-feedback {
    margin-top: -.90rem !important;
    font-size: .775rem !important;
}