section {
    padding: 10px 0;
}
.select-product-type-selection {
    border-radius: 27px;
    background-color: transparent;
}

.select-product-type-selection-n:first-child {
    padding-left: 25px;
    margin-right: 5px;
}

.select-product-type-selection-n:last-child {
    padding-right: 20px;
    margin-left: 5px;
}

.select-product-type-selection-n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 31px;
    border-radius: 8px;
    position: relative;
}

.select-product-type-block .select-product-type-selection[data-active="0"] .select-product-type-selection-n.select-product-type-selection-0:before,
.select-product-type-block .select-product-type-selection[data-active="1"] .select-product-type-selection-n.select-product-type-selection-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff7c7c;
    border-radius: 27px;
    transition: left .3s ease, right .3s ease;
}

a.select-product-type-selection-n.active {
    background: #059dff;
    color: #ffffff;
    float: left;
    text-decoration: none;
}

.select-product-type-selection-n:hover {
    background: #059dff;
    color: #ffffff !important;
}

.select-product-type-selection {
    display: flex;
    justify-content: space-between;
    width: auto;
    max-width: fit-content;
    margin: auto;
}

.select-product-type-selection a {
    display: inline-block;
    float: none;
    color: #9aa0ac;
}
.review-wrapper {
    margin-top: 60px;
}
.review-wrapper .row {
row-gap: 24px;
}
.review-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-reviews{
    padding-top: 28px;
    margin-bottom:100px;
}
.key_features_content-container .key_features_content-wrapper:nth-child(even) .key_features_img {
    order: 1;
}
.key_features_content-container .key_features_content-wrapper:nth-child(even) .key_features_content {
    order: 2;
}
.arrowTwo {
    display: none;
}
.active-dark-mode .goread-header-top h2 {
    color: #acacac;
}
.active-dark-mode .key-feature-content h3 {
    color: #acacac;
}
.review-content {
    background: #F9F6FC;
    padding: 20px 20px;
    margin-bottom: 24px;
    border-radius:10px;
}
.review-content .rating_div {
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-content .rating_div .verified_product {
    background: #EFE2FF;
    padding: 3px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 21.5px;
    letter-spacing: 0.006em;
    text-align: left;
    color: #8047CA;
    border-radius: 4px;
}
.review-content .rating_div .verified_product svg {
    margin-right: 5px;
}
.review-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.5px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #18181B;
    margin-bottom: 20px;
}
.user_name span img {
    width: 43px;
    height: 43px;
    margin-right: 12px;
}
.user_name {
    align-items: center;
}
.user_name .user-div {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3px;
    color: #18181B;
}
.user_name p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.015em;
    text-align: left;
}
.active-dark-mode .buy-view-col h3 {
    color: #acacac;
}
.goread-header-top h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 20px;
}
.goread-header-top h2 span {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(100.07deg, #7E47CB 40.77%, #F8514E 79.01%);
}
.goread_description {
    /* width: 687px; */
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.5px;
    letter-spacing: 0.005em;
    max-width: 90%;
    color: #626262;
    margin-bottom:10px;
}
.active-dark-mode .goread_description {
    color: #acacac;
}
.buy_view.service-work .buy-view-col {
    margin-top: 20px;
}
.how-buy-col {
    margin-top: 10px;
}
.key-feature-content {
    margin-top: 20px;
}
@media screen and (max-width: 480px) {
    .select-product-type-selection .select-product-type-selection-n {
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 600px) {
    .col-sm-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

}

.model {
    margin-top: 12px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    text-align: left;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    /* text-align: center; */
    margin-left: 412px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.features-item {
    width: 200px;
    border: 1px solid #3a4250;
    border-radius: 13px;
    max-width: 48%;
    margin: 10px;
    text-align: start;
    padding: 10px;
}

.feature-title {
    color: #181818;
    background: #F1F3F7;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 10px;
    border-radius: 12px 12px 0 0;
    margin: -10px -10px 10px -10px;
    text-transform: capitalize;
    display:flex;
}

.features-item ul li {
    font-size: 14px;
}

.features-block .features-item:last-child div {
    background: #0f0f11;
    color: #fff;
}

.tab-block .card {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.tab-block .nav-tabs {
    border: 0;
    margin: auto;
}

.tab-block .nav-tabs .nav-item {
    padding: 0 5px 10px;
}

.tab-block .nav-tabs .nav-link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 0;
}

.tab-block .nav-tabs .nav-link.active,
.tab-block .nav-tabs .nav-link:hover {
    background: #059dff;
    color: #ffffff !important;
}

.tab-block .card .card-header {
    border: 0;
    padding: 10px 0;
}

.tab-block .card .inner-card .nav-tabs .nav-link {
    background: #f5f8fa;
    color: #181818;
    padding: 15px 10px;
    min-width: 90px;
    width: auto;
}

.tab-block .card .inner-card .nav-tabs .nav-link.active,
.tab-block .card .inner-card .nav-tabs .nav-link:hover {
    background: #fb5343;
    color: #ffffff !important;
}

.tab-block .card .inner-card .card-body button {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px !important;
    padding: 0 28px !important;
    background: linear-gradient(95deg, #059dff 15%, #6549d5 45%, #e33fa1 75%, #fb5343 100%) 98%/200% 100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tab-block .card .inner-card .nav-tabs .nav-link h3 {
    margin-bottom: 0;
    font-size: 18px;
    white-space: nowrap;
}

.tab-block .card .inner-card .nav-tabs .nav-link p {
    margin-bottom: 0;
    font-size: 14px;
    white-space: nowrap;
}

.tab-block .card .inner-card {
    padding: 30px 20px;
    margin: auto;
    width: 440px;
    max-width: 90%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 57px rgb(69 79 124 / 10%);
}

.tab-block .card .inner-card .card-body {
    background: transparent;
    box-shadow: none;
}

.tab-block .card .inner-card .card-body .amount {
    color: #181818;
    font-weight: 700;
    font-size: 48px;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

.tab-block .card .inner-card .card-body .amount sub {
    font-size: 28px;
    opacity: 0.3;
    font-weight: 500;
    top:33px;
}

@media (max-width: 410px) {
    .tab-block .card .inner-card {
        padding: 30px 10px;
        max-width: 100%;
    }

    .tab-block .card .inner-card .nav-tabs .nav-link h3 {
        font-size: 16px;
    }

    .tab-block .card .inner-card .nav-tabs .nav-link p {
        font-size: 13px;
    }

    .tab-block .card .inner-card .nav-tabs .nav-link {
        width: 80px;
    }
}

@media screen and (max-width: 576px) {
    .features-item {
        width: 320px;
        max-width: 90%;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .features-block{
        display:none;
    }
    #parent-tab li.nav-item {
        /* width: 46%; */
        border-radius: 10px;
        margin: 0 5px;
        text-align: left;
        border: 1px solid #d7d8da;
    }

    .active-dark-mode #parent-tab .nav-link,
    .active-dark-mode #parent-tab .nav-link.active {
        color: #acacac !important;
    }

    #parent-tab .nav-link {
        margin: 0px -5px;
        padding: 0;
        border-radius: 10px 10px 0 0;
        background: transparent;
        color: #181818;
    }

    #parent-tab .nav-link .optional-block-inner-text2,
    #parent-tab .nav-link .optional-block-inner-text1 {
        background: #f5f8fa;
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        color: #181818;
        font-weight: 600;
    }

    #parent-tab .nav-link.active {
        color: #181818 !important;
    }

    #parent-tab .nav-link.active .optional-block-inner-text1,
    #parent-tab .nav-link.active .optional-block-inner-text2 {
        background: #059dff;
        color: #fff;
    }

    #parent-tab .features-item {
        width: auto;
        border: none;
        max-width: 100%;
        margin: 0px auto;
    }

    span.showmore {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        display: block;
        font-size: 12px;
        text-decoration: underline;
        height: 40px;
        padding: 14px 20px 10px;
        border-radius: 0 0 10px 10px;
        background: linear-gradient(0deg, rgb(241 241 241) 60%, rgba(255, 255, 255, 0) 92%);
        color: #fb5343;
    }

    span.showmore li {
        font-size: 12px;
    }

    .expandible {
        margin-bottom: 30px;
    }

    .active-dark-mode span.showmore {
        background: linear-gradient(0deg, rgb(83 83 83) 60%, rgb(133 133 133 / 0%) 92%);
        color: #ffffff;
    }

    .c-mark {
        position: absolute;
        right: 10px;
        bottom: 6px;
        display: block;
    }

    .check-mark {
        position: relative;
        height: 23px;
        width: 23px;
        background: #f95344;
        border-radius: 8px;
    }

    .nav-link .check-mark:before {
        font-family: "FontAwesome";
        content: "\f00c";
        font-size: 17px;
        color: #fff;
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    a.nav-link.active .check-mark:before {
        opacity: 1;
    }
}
     #faq-section h4 {
            margin: 0 !important;
    }
     .group_go_accor .accordion-main .accordion__head{
            padding: 5px 30px 5px 0 !important;
    }
      #faq-section h4 {
            margin: 0 !important;
            max-height: 32px;
            vertical-align: middle;
            display: inline-block;
            width: 100%;      
    } 
    .accordion-main .accordion__head h3 {
        font-size: 15px !important;
        margin: 0 !important;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        padding-right: 50px !important;
        line-height: 20px;
        text-transform: uppercase;
        color: #70717B;
        font-weight: 500;
        cursor: pointer;
        padding-left: 17px;
        transition: color .4s;
    }
     @media screen and ( max-width: 767px ) {
                #faq-section h4 {max-height: none;}
        }
        
/** Reviews Slider css start **/
.wpd-wrapper{padding-top: 89px;}
.feedback-slider-wrapper .benefit-card-item {
    width: 750px;
    padding: 16px;
    background: rgba(253, 124, 51, 0.05);
    box-shadow: inset 0px 0px 0px 2px rgba(17, 24, 39, 0.1);
    border-radius: 26px;
}
.feedback-slider-wrapper .benefit-card-item .card-inner-div{
    padding: 24px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    box-shadow: 0px 27px 55px -13px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#slider-container .slick-track {
    display: flex !important;
}
#slider-container .slick-slide {
    height: inherit !important;
    max-height: 440px;
}
#slider-container .slick-slide:not(.slick-active) {
    opacity: 0.4;  
}
.slick-disabled img{
    filter: grayscale(1);
    cursor: not-allowed;
}
#slider-container .btn-wrap{
    gap: 14px;
}
#slider-container .slick-prev{
    left: 50%;
    top: auto;
    bottom: -20px;
}
.benefit-card-item .quotes-img-wrap{
    width: 58px;
    height: auto;
}
.benefit-card-item .feedback-content{
    font-size: 24px;
    line-height: 30px;
    color: #515151;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    flex: 1;
}
.benefit-card-item .customer-name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: rgba(120, 120, 120, 0.8);
}
@media  (max-width: 1024px){
    .benefit-card-item .feedback-content{
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 991px) {
    .feedback-slider-wrapper .benefit-card-item{
        width: 650px;
    }
}
@media screen and (max-width: 767px) {
    #slider-container .slick-slide {
        max-height: 500px;
    }
    .feedback-slider-wrapper .benefit-card-item {
        width: 360px;
        padding: 9px 12px;
    }
    .feedback-slider-wrapper .benefit-card-item .card-inner-div{
        padding: 14px 20px 20px 14px;
    }
}