h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
li,
dd,
dt,
ul,
ol,
pre,
code,
q {
    font-family: Helvetica, Arial, sans-serif;

}


p {
    margin: 0px !important;
}

section {
    padding: 20px 0;
}


.main-header {
    background-color: rgba(28, 28, 28, 1);
    padding: 10px 0;
}

.header {
    display: flex;
    justify-content: space-between;
}

.header-search {
    background: #fff;
    align-self: center;
    padding: 5px 10px;
    border-radius: 10px;
}

.logo {
    padding: 0 10px;
}

.search-btn button {
    border: none;
    background: transparent;
}

.search-btn input {
    border: none;
    background: transparent;
    width: 360px;
}

.header-menu {
    place-self: center;
    display: flex;
}

/* .header-menu ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0 10px;
} */

.header-menu ul li {
    list-style: none;
}

.header-menu ul li a {
    text-decoration: none;
    color: #fff;
}

.main-menu-btn a {
    color: #fff;
    background: #a6c0f0;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    color: #205ed8;
}

.main-menu-btn {
    margin: 0 20px;
}

.header-lists {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px 20px;
    /* background: #f8f8f8; */
}

.header-menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.header-menu ul li a {
    text-decoration: none;
    /* color: #333; */
}

.main-menu-btn .btn {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .header-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        /* background: #f8f8f8; */
    }

    .header-menu ul {
        flex-direction: column;
        gap: 10px;
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
        color: #fff;
    }

    .header-lists {
        flex-direction: column;
        align-items: end;
        display:none;
    }

    .main-menu-btn {
        margin-top: 10px;
    }

    .header-menu.active {
        display: flex;
    }
}






/* main sec */
.main-sec-left img {
    width: 150px;
}

.main-sec-review {
    display: flex;
    align-items: center;
}

.main-sec {
    display: flex;
    padding: 30px 0;
    gap:10px;
}

.main-sec-right span {
    border: 1px solid #1c1c1c;
    padding: 4px;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 600;
}

.main-sec-right span i {
    color: #0e7946;
}

.main-sec-right h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.48px;
    margin: 0px;
    color: #1C1C1C;
}

.main-sec-review h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    border-bottom: 1px solid #1C1C1C;
    color: #1C1C1C;

}

.main-sec-review h3 {
    margin: 0px;
}

.main-sec-review dot {
    align-self: center;
    padding: 0 10px;
}

.main-sec-review img {
    padding: 0 10px;
}

.main-sec-link a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.176px;
    color: #205CD4;
    text-decoration: none;
}

.main-sec-btn {
    padding: 10px 0;
}

.main-sec-btn-1 {
    background: #205CD4;
    border-radius: 9999px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
.main-sec-btn-1:hover{color:#fff;}
.main-sec-btn-2 {
    background: transparent;
    border-radius: 9999px;
    border: 1px solid rgba(32, 92, 212, 1);
    padding: 10px;
    color: rgba(32, 92, 212, 1);
    text-decoration: none;
}

.main-sec-btn {
    display: flex;
    align-items: center;
}

.main-sticky-left h2 {
    font-size: 48px;
    font-weight: 600;
}
.main-sticky-left img{width:100%;}
.main-sticky-left span {
    font-size: 14px;
    font-weight: 600;
}

.main-sticky-left p {
    font-size: 14px;
    font-weight: 500;
}

.progress {
    height: .6rem !important;
}

.progress-bar {
    background-color: #00b67a !important;
}

.main-sticky-right-1 span {
    font-size: 12px;
}

.main-sticky-sidebar {
    padding: 10px;
    border: .95px solid var(--CDS-color-semantic-border-default);
    padding: 20px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .14);
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
}

.main-sticky-left {
    display: grid;
}

.sidebar-bottom p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.main-sticky-sidebar {
    margin: 20px 0;
}

.sidebar-bottom {
    display: flex;
    /* justify-content: center; */
    gap: 10px;
}

.sidebar-bottom-last {
    justify-content: center;
    display: flex;
}

.sidebar-bottom-last a {
    text-decoration: none;
}

.main-sec-features {
    display: flex;
    align-items: center;
    background: #FCFBF3;
    border: 1px solid #E5E5DD;
    border-radius: 8px;
    padding: 10px;
}

.main-features-bottom {
    align-items: center;
    display: flex;
}

.main-features-bottom h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 23.8125px;
    line-height: 29px;
    letter-spacing: -0.264px;
    color: #1C1C1C;
}

.features-bottom-img {
    padding: 0 10px;
}

.stars img {
    padding: 2px;
    background: #00b67a;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 2px;
}

.review-sname span {
    padding: 10px 8px;
    background: rgba(209, 249, 234, 1);
    border-radius: 40px;
    font-size: 22px;
    margin: 5px;
}

.color-1 span {
    background: rgba(253, 220, 229, 1);
}

.color-2 span {
    background: hsl(201.16deg 98.1% 41.37%);
    color: #fff;
    padding: 10px 15px;
}


.review-sname {
    align-content: center;
}

.main-review-card {
    padding: 10px;
    height: 325px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.features-review {
    display: flex;
}

.review-name p {
    font-size: 12px;
}

.review-text p {
    padding: 5px 0;
}

.review-name h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.company-info {
    padding: 20px 0;
}

.company-info-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.company-info-right li {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}


/* slider */
.slider-section {
    padding: 30px 0;
    background: #fcfbf3;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    justify-items: center;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}



.slider-wrapper {
    position: relative;
}

.custom-prev {
    background: rgba(28, 28, 28, 0.1);
}

.custom-next {
    background: transparent;
    border: 1px solid rgba(32, 92, 212, 1);
}


.custom-prev:hover,
.custom-next:hover,
.custom-next.slick-arrow i:hover {
    color: #ffffff;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: -40px;
    /* background: #000; */
    color: #fff;
    border: 1px solid rgba(28, 28, 28, 0.1);
    padding: 8px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 30px;
    transition: 0.3s ease;
}

.custom-prev:hover,
.custom-next:hover {
    background: #444;
}

.custom-prev {
    right: 55px;
}

.custom-next {
    right: 10px;
}

.testimonials-slider li {
    padding: 10px;
}

.testimonials-slider img {
    width: 20px;
    height: 20px;
    /* display: block;  */
}


.stars {
    display: flex;
}

.main-rating {
    display: flex;
}

.slider-main img {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(229, 229, 221, 1);
    border-radius: 10px;
}

.rating {
    display: flex;
    align-items: center;
    padding: 0 5px;
    gap: 5px;
}

.slider-main {
    padding: 20px 100px 20px 20px;
    background: #fff;
    border-radius: 10px;
}

.slider-main h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 15.875px;
    line-height: 19px;
    letter-spacing: -0.176px;
    color: #1C1C1C;
}

.slider-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.154px;
    color: #6A6A67;
}

.rating span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.154px;
    color: #1C1C1C;
}

.slider-heading {
    padding: 0 60px;
}

.features-bottom-img span {
    font-weight: 900;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.36px;
    color: #1C1C1C;
}

.main-review-bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.176px;
    color: #6A6A67;
}

.main-review-bottom span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #205CD4;
}

.header-reviw {
    border: 1px solid rgba(229, 229, 221, 1);
    border-radius: 30px;
    margin-bottom: 20px;
}

.review-btn a {
    text-decoration: none;
    padding: 10px;
    border: 1px solid rgba(229, 229, 221, 1);
    border-radius: 30px;
    margin: 0 10px 0 0;
}

.review-btn a:hover {
    color: #000;
}

.main-review h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.176px;
    color: #1C1C1C;
    margin: 20px 0;
}

.main-review {
    border-bottom: 1px solid rgba(229, 229, 221, 1);
    padding: 30px 0;
}

.stars span {
    color: rgba(14, 121, 70, 1);
}

.review-btns a {
    border: none;
    padding: 0px 6px 0px 0px;
}

.review-jc {
    display: flex;
}

.feature-rev {
    justify-content: space-between;
}

.review-text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.176px;
    color: #1C1C1C;
}

.main-right-sidebar {
    padding: 30px 0;
}

.review-page-inner {
    padding: 20px 0px;
}

.page-btn-1,
.page-btn-2,
.page-btn-3,
.page-btn-4 {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #000;
}

.review {
    text-align: center;
}

.review span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.154px;
    color: #000;
}


/*faq css start*/

.answer li {
    list-style: disc;
}

.faq-section {
    border: 1px solid rgba(229, 229, 221, 1);
    padding: 20px;
    border-radius: 20px;
}

.faq-section h1 {
    font-weight: 700;
    font-size: 17.8594px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.198px;
    color: #1C1C1C;
}

.wrapper {
    /*width: 60%;*/
    align-items: center !important;
    justify-content: center;
    margin: 50px 0;
}

/*h1 {*/
/*  margin-bottom: 20px;*/
/*}*/

.container-faq {
    background-color: rgba(201, 240, 252, 1);
    color: black;
    border-radius: 20px;
    /* box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25); */
    margin: 20px 0;
}

.question {
    font-size: 1.0rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\276E";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    transform: rotate(270deg);
}

.question.active::after {
    transform: rotate(90deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active+.answercont {}

@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }

    .wrapper {
        /*width: 80%;*/
    }
}

.faq-btn a {
    padding: 15px;
    background: #205CD4;
    border-radius: 9999px;
    display: flex;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 15.875px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.176px;
}

.faq-btn a:hover {
    color: #000;
    background: transparent;
    border: 1px solid #205CD4;
    color: #205CD4;
}

/*faq css end*/


.page-btn-1 {
    border-radius: 5px 0 0 5px;
}

.page-btn-4 {
    border-radius: 0 5px 5px 0;
}

.review:hover,
.page-btn-4:hover {
    border: 1px solid rgba(32, 92, 212, 1);
    color: rgba(32, 92, 212, 1);
    background: rgba(216, 228, 250, 1);
}

.footer {
    padding: 30px 0;
    background: #000;
}


.country-selector {
    position: relative;
    width: 250px;
    font-family: Arial, sans-serif;
}

.country-selector select {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.country-selector option {
    padding: 10px;
    font-size: 16px;
}

.list-unstyled-btm li {
    display: inline-flex;
    justify-content: space-between;
    padding: 0 10px;
}

ul.list-unstyled-btm li a {
    text-decoration: none;
}

.list-unstyled li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.154px;
    color: #FCFBF3;
    text-decoration: none;
}

.list-unstyled-btm li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.154px;
    color: #FCFBF3;
    text-decoration: none;
}

.footer-links h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.176px;
    color: #A0A09B;
}

.footer-bootom-links span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.154px;
    color: #A0A09B;
}

.footer-links select {
    padding: 10px;
    border-radius: 5px;
}


.sticky-sidebar {
    position: sticky;
    top: 30px;
}