@import "https://use.fontawesome.com/releases/v5.8.1/css/all.css";
@import "https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css";
@import "../css/owl.carousel.min.css";
@import "../css/perfect-scrollbar.css";
@import "../intlTelInput/intlTelInput.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

:root {
    --main-color: #1772D1;
    --main-color-rgb: 23, 114, 209;

    --main-color-dark: #0E5299;
    --main-color-footer: #002A3B;
    --main-color-soft: #CCE5FF;

    --dark-color: #3F3F3F;
    --normal-color: #5F5F5F;
    --light-color: #9E9E9E;

    --black-color: rgba(28, 28, 28, 1);
    --green-color: rgba(88, 183, 47, 1);
    --blue-color: rgba(3, 148, 203, 1);
    --red-color: rgba(217, 43, 31, 1);
    --yellow-color: rgba(232, 185, 6, 1);
    --purple-color: rgba(141, 39, 221, 1);
    --white-color: rgba(255, 255, 255, 1);

    --overly: rgba(28, 28, 28, 0.4);
    --shadow: 0px 2px 4px rgba(0, 56, 56, 0.2);
    --shadow-hover: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;

    --facebook: #1877F2;
    --twitter: #1DA1F2;
    --youtube: #FF0000;
    --linkedin: #0A66C2;
    --instagram: #C32AA3;
    --telegram: #0088CC;
    --skype: rgb(0, 175, 240);
    --whatsapp: rgb(37, 211, 102);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Almarai', sans-serif;
}

html,
body {
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-color);
}

/* landing page */
.bg-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 110px;
    background-color: #E6F2FF;
    background-image: url(../img/landing/Group1000002472.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    height: 400px;
}

.bg-header .pic {
    position: relative;
    min-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

.bg-header img {}

.bg-header .pic img {
    height: 100%;
    object-fit: cover;
}

.main-section .hashtag p {
    color: #047E78;
    font-weight: 400;
    font-size: 24px;

    font-family: 'Almarai', sans-serif;
    background: rgba(4, 126, 120, 0.1);
    border-radius: 16px;
    padding: 8px 24px;
    gap: 8px;
}

.main-section .title {
    color: #047E78;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: capitalize;
}

.main-section .content {
    color: #838383;
    letter-spacing: 0.3px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.main-section .datetime span {
    letter-spacing: 0.3px;
    color: #047E78;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.main-section .datetime span.date {
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.main-section .datetime img {
    width: 24px;
    height: 24px;
}

:focus {
    outline: 0px solid transparent !important;
}

.landing-footer {
    background-color: #000000 !important;
}

.contact-icons .footer-list {
    gap: 20px;
}

.footer-copyright a:hover {
    color: #1772D1 !important;
}

.landing-footer .footer-list .nav-link {
    background-color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;

}

.landing-footer .footer-list .nav-link i {
    font-size: 16px;
}

.landing-footer .footer-list .nav-link:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.sponsors .title p {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
    text-align: center;
}

.sponsors a p.description {
    display: none;
}

.sponsors .swiper-slide-active a p.description {
    display: block;
    text-align: center;
    color: #fff;
}

.sponsors .swiper-slide-active {
    background: #047E78;
    border-radius: 12px;

}

.objectives h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}

.objectives p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #838383;
}

.objectives .item:nth-child(even) {
    flex-direction: row-reverse;
}

.control,
.track,
.experts {
    background: #E6F2F1;
}

.experts .splide .splide__list .splide__slide .item {
    background-color: #fff;
    border-radius: 12px;
}

.experts .splide .splide__list .splide__slide .item .image img {
    border-radius: 50%;
}

.experts .splide .splide__list .splide__slide .item .name {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -1px;
    color: #232536;
}
.experts .splide .splide__list .splide__slide .item .position{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #949494;
}
.experts .splide .splide__list .splide__slide .item .btn-back{
    color: #047E78;
    border: 1px solid #047E78;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
}
.experts .splide .splide__list .splide__slide .item .btn-back:hover{
    background-color: #047E78;
    color: #fff;
}
.experts .splide__pagination{
    display: none !important;
}

.control .title p {
    text-align: center;
    color: #047E78;

    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
}

.control .items .item {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    height: 100%;
}

.control .items .item p:first-child {
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #047E78;
}

.control .items .item p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.015em;
    color: #9497A1;
}

.participate .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;

    color: #047E78;

}

.participate .details .info {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.participate .details .info .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.3px;
    color: #838383;
}

.track .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}

.track .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #838383;
}

.track .partner-collapse-card {
    width: 75%;
}

.track .partner-collapse-card .head .title {
    color: #047E78;

}


.workshops .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}
.workshops .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #838383;
}
.workshops-list .workshop-item{
    background: #E6F2F1;
    border-radius: 12px;
    flex-direction: row;
}
.workshops-list .workshop-item .info .name{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.workshops-list .workshop-item .details {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 24px;
}
.workshops-list .workshop-item .details span{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #536288;
}
.workshops-list .workshop-item .btn-register{
    color: #047E78;
    border: 1px solid #047E78;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
}
.workshops-list .workshop-item .btn-register:hover{
    background-color: #047E78;
    color: #fff;
}
.register-form .form{
    background: #F9F9F9;
}
.register-form .form .name{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.register-form .form  .details {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 24px;
}
.register-form .form .btn-submit-form{
    background-color: #047E78;
    color: #fff;
    border-color: #047E78;
}
.register-form .form .label-form{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #1A202C;
}
.experts .title p:first-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}

.experts .title p:nth-child(2) {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    /* identical to box height, or 48px */


    letter-spacing: 0.3px;

    color: #000000;
}

.partners .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}

.faqs .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}

.accordion .accordion-item {
    border: 1px solid #9497A1;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
[dir="rtl"] .accordion button{
    text-align: right;
}
.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    /* identical to box height, or 150% */

    letter-spacing: -0.015em;
    color: #000000;


}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
}
[dir="rtl"] .accordion button .icon{
    left: 0;
    right: unset;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #000;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: #000;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 0 2rem;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* transition: opacity 200ms linear, max-height 200ms linear; */
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: -0.015em;
    color: #646262;
}

.workshops .owl-carousel .owl-dots {
    text-align: center;
}

.workshops .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #F4F4F4;
    border-radius: 50%;
    margin: 8px;
}

.workshops .owl-carousel .owl-dots .owl-dot.active {
    background: #047E78;
}

.workshops .item {
    background: #F8F8F8;
    border-radius: 12px;
}

.workshops .item .info .btn-register {
    color: #047E78;
    border: 1px solid #047E78;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;

}

.workshops .item .info .btn-register:hover {
    background-color: #047E78;
    color: #fff;
}

.timeline-card .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}

.timeline-card {
    padding: 5rem 0;
    position: relative;
    counter-reset: section;
}

.timeline-card::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-card .timeline-box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.timeline-card .timeline-box .content {
    position: relative;
    display: block;
    max-width: calc(50% + 32px);
    width: 100%;
    text-decoration: none;
    padding-inline-start: 90px;
}

.timeline-card .timeline-box .content .title {
    font-weight: 700;
    font-size: 20px;
    color: #047E78;
    margin-bottom: 16px;
}

.timeline-card .timeline-box .content .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 16px;
}

.timeline-card .timeline-box .content .date-range-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 700;
}

.timeline-card .timeline-box .content .date-range-card .to {
    font-size: 16px;
    font-weight: 800;
    color: #047E78;
}

.timeline-card .timeline-box .content::before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    border: 1px solid #7D7D7D;
    left: 0;
    z-index: 2;
}

.timeline-card .timeline-box .content::after {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 64px);
    background-color: #C7C7C7;
    bottom: 0;
    left: 32px;
    z-index: 1;
}

.timeline-card .timeline-box:last-child .content::after {
    display: none;
}

.timeline-card .timeline-box:nth-child(odd) {
    justify-content: flex-start;
}

.timeline-card .timeline-box:nth-child(odd) .content {
    padding-inline-start: 0;
    padding-inline-end: 90px;
}

.timeline-card .timeline-box:nth-child(odd) .content .title,
.timeline-card .timeline-box:nth-child(odd) .content .description {
    text-align: right;
}

.timeline-card .timeline-box:nth-child(odd) .content .date-range-card {
    justify-content: flex-end;
}

.timeline-card .timeline-box:nth-child(odd) .content::before {
    left: auto;
    right: 0;
}

.timeline-card .timeline-box:nth-child(odd) .content::after {
    left: auto;
    right: 32px;
}

[dir="rtl"] .timeline-card .timeline-box .content::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .timeline-card .timeline-box .content::after {
    left: auto;
    right: 32px;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::before {
    right: auto;
    left: 0;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::after {
    right: auto;
    left: 32px;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content .title,
[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content .description {
    text-align: left;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content .date-range-card {
    justify-content: flex-end;
}

.timeline-card .timeline-box.complete .content::before {
    background-color: #047E78 !important;
    color: #fff !important;
}

.timeline-card .timeline-box.complete .content::after {
    background-color: #047E78 !important;
}

.timeline-card .timeline-box.complete .content::before {
    border-color: rgba(4, 126, 120, 1);
    background-color: rgba(4, 126, 120, 0.1) !important;
    color: #047E78 !important;
}

.timeline-card .timeline-box.complete .content::after {
    background-color: #047E78 !important;
}

@media (max-width: 767px) {
    .timeline-card .timeline-box {
        justify-content: flex-start;
    }

    .timeline-card .timeline-box:nth-child(odd) .content,
    .timeline-card .timeline-box .content {
        max-width: 100%;
        width: 100%;
        padding-inline-start: 60px;
        padding-inline-end: 0 !important;
    }

    .timeline-card .timeline-box:nth-child(odd) .content::before,
    .timeline-card .timeline-box .content::before {
        width: 40px;
        height: 40px;
        font-size: 14px;
        left: 0;
    }

    .timeline-card .timeline-box:nth-child(odd) .content::after,
    .timeline-card .timeline-box .content::after {
        height: calc(100% - 40px);
        left: 20px;
    }

    .timeline-card .timeline-box:nth-child(odd) .content .title,
    .timeline-card .timeline-box:nth-child(odd) .content .description {
        text-align: inherit !important;
    }

    .timeline-card .timeline-box:nth-child(odd) .content .date-range-card {
        justify-content: flex-start !important;
    }

    [dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::before,
    [dir="rtl"] .timeline-card .timeline-box .content::before {
        left: auto;
        right: 0;
    }

    [dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::after,
    [dir="rtl"] .timeline-card .timeline-box .content::after {
        left: auto;
        right: 20px;
    }
}

/*small device style*/




@media (max-width: 1199px) {
    .main-section .hashtag p {
        font-size: 18px;
    }

    .main-section .content {
        font-size: 18px;
    }

    .main-section .title {
        font-size: 24px;
    }

    .main-section .datetime span.date {
        font-size: 16px;
    }

    .main-section .datetime span {
        font-size: 16px;
    }

    .track .partner-collapse-card {
        width: 100%;
    }

    .timeline-card .title {
        font-size: 18px;
    }

}

@media (max-width: 992px) {
    .main-section .hashtag p {
        font-size: 14px;
    }

    .main-section .content {
        font-size: 14px;
    }

    .main-section .title {
        font-size: 16px;
    }

    .sponsors .title p {
        font-size: 18px;
    }

    .objectives .item {
        flex-direction: column-reverse !important;
    }

    .objectives h2,
    .control .title p,
    .participate .title,
    .track .title,
    .workshops .title,
    .experts .title p:first-child,
    .experts .title p:nth-child(2),
    .partners .title,
    .faqs .title {
        font-size: 18px;
    }

    .accordion button .accordion-title {
        font-size: 14px;
    }

    .accordion button .icon {
        top: 8px;
    }

    .accordion .accordion-content p {
        font-size: 12px;
        line-height: 22px;
    }
    .workshops-list .workshop-item .details{
        grid-template-columns: auto;
    }
    .workshops-list .workshop-item{
        flex-direction: column;
    }
    .register-form .form .details{
        grid-template-columns: auto;
    }


}

@media (max-width: 576px) {
    .bg-header img {
        /* max-width: 100px; */
    }

}


*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-card {
    padding: 5rem 0;
    position: relative;
    counter-reset: section;
}

.timeline-card::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-card .timeline-box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 140px;
}

.timeline-card .timeline-box .content {
    position: relative;
    display: block;
    max-width: calc(50% + 32px);
    width: 100%;
    text-decoration: none;
    padding-inline-start: 90px;
}

.timeline-card .timeline-box .content .title {
    font-weight: 700;
    font-size: 20px;
    color: #047E78;
    margin-bottom: 16px;
}

.timeline-card .timeline-box .content .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 16px;
}

.timeline-card .timeline-box .content .date-range-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 700;
}

.timeline-card .timeline-box .content .date-range-card .to {
    font-size: 16px;
    font-weight: 800;
    color: #047E78;
}

.timeline-card .timeline-box .content::before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    border: 1px solid #7D7D7D;
    left: 0;
    z-index: 2;
}

.timeline-card .timeline-box .content::after {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 64px);
    background-color: #C7C7C7;
    bottom: 0;
    left: 32px;
    z-index: 1;
}

.timeline-card .timeline-box:last-child .content::after {
    display: none;
}

.timeline-card .timeline-box:nth-child(odd) {
    justify-content: flex-start;
}

.timeline-card .timeline-box:nth-child(odd) .content {
    padding-inline-start: 0;
    padding-inline-end: 90px;
}

.timeline-card .timeline-box:nth-child(odd) .content .title,
.timeline-card .timeline-box:nth-child(odd) .content .description {
    text-align: right;
}

.timeline-card .timeline-box:nth-child(odd) .content .date-range-card {
    justify-content: flex-end;
}

.timeline-card .timeline-box:nth-child(odd) .content::before {
    left: auto;
    right: 0;
}

.timeline-card .timeline-box:nth-child(odd) .content::after {
    left: auto;
    right: 32px;
}

[dir="rtl"] .timeline-card .timeline-box .content::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .timeline-card .timeline-box .content::after {
    left: auto;
    right: 32px;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::before {
    right: auto;
    left: 0;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::after {
    right: auto;
    left: 32px;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content .title,
[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content .description {
    text-align: left;
}

[dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content .date-range-card {
    justify-content: flex-end;
}

.timeline-card .timeline-box.current .content::before {
    background-color: #047E78 !important;
    color: #fff !important;
}

.timeline-card .timeline-box.current .content::after {
    background-color: #C7C7C7 !important;
}

.timeline-card .timeline-box.current .complete::before {
    border-color: rgba(4, 126, 120, 1);
    background-color: rgba(4, 126, 120, 0.1) !important;
    color: #047E78 !important;
}

.timeline-card .timeline-box.current .complete::after {
    background-color: #047E78 !important;
}

@media (max-width: 767px) {
    .timeline-card .timeline-box {
        justify-content: flex-start;
        height: 230px;
    }

    .timeline-card .timeline-box:nth-child(odd) .content,
    .timeline-card .timeline-box .content {
        max-width: 100%;
        width: 100%;
        padding-inline-start: 60px;
        padding-inline-end: 0 !important;
    }

    .timeline-card .timeline-box:nth-child(odd) .content::before,
    .timeline-card .timeline-box .content::before {
        width: 40px;
        height: 40px;
        font-size: 14px;
        left: 0;
    }

    .timeline-card .timeline-box:nth-child(odd) .content::after,
    .timeline-card .timeline-box .content::after {
        height: calc(100% - 40px);
        left: 20px;
    }

    .timeline-card .timeline-box:nth-child(odd) .content .title,
    .timeline-card .timeline-box:nth-child(odd) .content .description {
        text-align: inherit !important;
    }

    .timeline-card .timeline-box:nth-child(odd) .content .date-range-card {
        justify-content: flex-start !important;
    }

    [dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::before,
    [dir="rtl"] .timeline-card .timeline-box .content::before {
        left: auto;
        right: 0;
    }

    [dir="rtl"] .timeline-card .timeline-box:nth-child(odd) .content::after,
    [dir="rtl"] .timeline-card .timeline-box .content::after {
        left: auto;
        right: 20px;

    }
}

.faqs-section{
    background: #E6F2F1;
}
.faqs-section .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.3px;
    color: #047E78;
}
.faqs-section .content {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
}
.faqs-section .btn-theme{
    background-color: #047E78 !important;
    border-color: #047E78 !important;
    font-weight: 700;
    font-size: 16px;
}

.faqs .title,
.faqs-section .title {
    font-size: 18px;
}

.faqs-section .content,
.faqs-section .btn-theme{
    font-size: 14px;
}