
.c-button {position: relative;display: inline-flex;align-items: center;justify-content: center;font-size: 12px;font-weight: 700;color: #1a4088;border-radius: 6px;padding: 15px 28px;text-decoration: none;transition: all .2s ease-in-out;border: 1px solid;overflow: hidden;cursor: pointer}

.c-button::after {position: absolute;width: 100%;height: 100%;content: "";left: -100%;transition: all .2s ease-in-out}

.c-button span {position: relative;z-index: 2}

.c-button--yellow {background: #fdcb5c;border-color: #fdcb5c}

.c-button--yellow:hover {background: #fba221;border-color: #fba221}

.c-button--blue {background: #2fb7c4;color: #fff}

.c-button--blue:hover {background: #098397}

.c-button--ghost-yellow {color: #fdcb5c !important;border-color: #fdcb5c !important}

.c-button--ghost-transparent {background: rgba(0, 0, 0, 0);border: 1px solid #f2f2f2;border-radius: 4px;color: #667b9e;transition: all ease .3s}

.c-button--ghost-transparent span {font-weight: 700;font-size: 14px;line-height: 150%;color: #1a4088;transition: all ease .3s}

.c-button--ghost-transparent:hover {cursor: pointer;border-color: #1a4088;transition: all ease .3s}

.c-button--ghost-transparent:hover span {color: #1a4088;transition: all ease .3s}

.c-button--full {width: 100%;border-radius: 8px}

.c-button--long {padding: 12px 55px}

.c-button--huge {min-width: 370px;padding: 15px 0}

.c-button--centered {margin: 0 auto;margin-top: 35px}
.noUi-target, .noUi-target * {-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-user-select: none;touch-action: none;-ms-user-select: none;user-select: none;box-sizing: border-box}

.noUi-target {position: relative}

.noUi-base, .noUi-connects {width: 100%;height: 100%;position: relative;z-index: 1}

.noUi-connects {overflow: hidden;z-index: 0}

.noUi-connect, .noUi-origin {will-change: transform;position: absolute;z-index: 1;top: 0;right: 0;height: 100%;width: 100%;-ms-transform-origin: 0 0;-webkit-transform-origin: 0 0;-webkit-transform-style: preserve-3d;transform-origin: 0 0;-webkit-transform-style: flat;transform-style: flat}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {left: 0;right: auto}

.noUi-vertical .noUi-origin {top: -100%;width: 0}

.noUi-horizontal .noUi-origin {height: 0}

.noUi-handle {-webkit-backface-visibility: hidden;backface-visibility: hidden;position: absolute}

.noUi-touch-area {height: 100%;width: 100%}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s, -webkit-transform .3s}

.noUi-state-drag * {cursor: inherit !important}

.noUi-horizontal {height: 18px}

.noUi-horizontal .noUi-handle {height: 45px;width: 45px;top: -20px;right: -30px}

.noUi-vertical {width: 18px}

.noUi-vertical .noUi-handle {width: 28px;height: 34px;right: -6px;bottom: -17px}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {left: -17px;right: auto}

.noUi-target {background: #fafafa;border-radius: 4px;border: 1px solid #d3d3d3;box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb}

.noUi-connects {border-radius: 3px}

.noUi-connect {background: #2fb7c4}

.noUi-draggable {cursor: ew-resize}

.noUi-vertical .noUi-draggable {cursor: ns-resize}

.noUi-handle {border: 2px solid #fff;border-radius: 100px;background-color: #1a4088 !important;background-image: url("https://www.fuzulev.com.tr/assets/images/icons/range-arrows.svg");background-repeat: no-repeat;background-position: center;cursor: default}

[disabled] .noUi-connect {background: #b8b8b8}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {cursor: not-allowed}

.noUi-pips, .noUi-pips * {box-sizing: border-box}

.noUi-pips {position: absolute;color: #999}

.noUi-pips .noUi-value-large:nth-child(2) {left: unset !important}

.noUi-value {position: absolute;white-space: nowrap;text-align: center;font-weight: 600;font-size: 12px;line-height: 150%;color: #667b9e}

.noUi-value-sub {display: none;color: #ccc;font-size: 10px}

.noUi-marker {position: absolute;background: #ccc}

.noUi-marker-sub {background: #aaa}

.noUi-marker-large {background: #aaa}

.noUi-pips-horizontal {padding: 10px 0;height: 80px;top: 100%;left: 0;width: 100%}

.noUi-marker-horizontal.noUi-marker {display: none;margin-left: -1px;width: 2px;height: 5px}

.noUi-marker-horizontal.noUi-marker-sub {height: 10px}

.noUi-marker-horizontal.noUi-marker-large {height: 15px}

.noUi-pips-vertical {padding: 0 10px;height: 100%;top: 0}

.noUi-value-vertical {-webkit-transform: translate(0, -50%);transform: translate(0, -50%);padding-left: 25px}

.noUi-rtl .noUi-value-vertical {-webkit-transform: translate(0, 50%);transform: translate(0, 50%)}

.noUi-marker-vertical.noUi-marker {width: 5px;height: 2px;margin-top: -1px}

.noUi-marker-vertical.noUi-marker-sub {width: 10px}

.noUi-marker-vertical.noUi-marker-large {width: 15px}

.noUi-tooltip {display: block;position: absolute;border: 1px solid #fdcb5c;background: #fdcb5c;border-radius: 100px;text-align: center;white-space: nowrap;font-weight: 600;font-size: 12px;line-height: 150%;padding: 4px 18px;color: #1a4088}

.noUi-tooltip::after {content: "";position: absolute;top: 100%;left: 50%;margin-left: -5px;border-width: 5px;border-style: solid;border-color: #fdcb5c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)}

.noUi-horizontal .noUi-tooltip {-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);left: 50%;bottom: 120%}

.noUi-vertical .noUi-tooltip {-webkit-transform: translate(0, -50%);transform: translate(0, -50%);top: 50%;right: 120%}

.noUi-horizontal .noUi-origin > .noUi-tooltip {-webkit-transform: translate(50%, 0);transform: translate(50%, 0);left: auto;bottom: 10px}

.noUi-vertical .noUi-origin > .noUi-tooltip {-webkit-transform: translate(0, -18px);transform: translate(0, -18px);top: auto;right: 28px}

    .c-plan-boxes__box-price span {margin-top: 6px;font-weight: 600;font-size: 11px;line-height: 124%;color: #a1acbd;max-width: 100px}
    .c-plan-boxes__box-earnings li {font-weight: 600;font-size: 14px;line-height: 150%;color: #667b9e;margin-bottom: 8px;max-width: 70%}
    .c-plan-boxes__box-earnings li:last-child {margin-bottom: 0}
    .c-pay-chart-boxes__options-option span {text-align: center;font-weight: 700;font-size: 14px;line-height: 150%;color: #1a4088}
    .c-pay-chart-boxes__range {width: 95%;height: 10px !important;margin-top: 60px;position: relative}
    .c-pay-chart-boxes__range .min-val, .c-pay-chart-boxes__range .max-val {font-weight: 600;font-size: 12px;line-height: 150%;color: #667b9e;position: absolute;top: 15px}
    .c-pay-chart-boxes__range .min-val {left: 0}
    .c-pay-chart-boxes__range .max-val {right: 0}
    .c-pay-chart-boxes__button .c-button--long {min-width: 370px}
    .c-calculator-popup{ width: 700px }
    .o-calculator__steps.o-calculator-steps-custom{height: fit-content;}
    .calculate-form-tab{border:1px solid #1a4088; margin-top: 30px;border-radius: 6px; display: flex;}
    .c-calculator-popup__action{ flex-direction: initial; gap: 20px; margin-top: 30px; display: flex; }
    .c-calculator-popup__action .c-button{ min-width: auto; width: calc(50vw - 10px); margin-top: 0px; margin-bottom: 0px; padding: 15px; }
    .calculate-form-tab a{
        padding: 10px; display: flex; justify-content: center;
        border-radius: 5px; color:#1a4088;width: 50%; font-weight: bold;
        cursor: pointer; height: 55px; align-items: center;
    }
    .calculate-form-tab a.active{
        background: #1a4088; color: #FFF;
    }
    .calulate-form-scope input{ width: 100%; height: 55px; border-radius: 5px; border: 1px solid #ebebeb; padding-left: 20px; padding-right: 20px; margin-top: 30px; margin-bottom: 30px; }
    .calculate-form-scope-btn{ margin-top: 60px; width: 100%; }
    .calulate-form-scope .error-message{ margin-top: 30px;}
    .comparison-wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .o-calculator:after{ display:none; }
    .c-calculator-popup__content{ margin-bottom: 0px; }
    [disabled] .noUi-connect{ background: #2fb7c4; border-radius: 15px; }
    [disabled].noUi-target,[disabled] .noUi-connect,[disabled] .noUi-touch-area,[disabled] .noUi-tooltip{ cursor: default !important;}
    .c-calculator-popup__note{ font-size:12px; text-align: left; color: #1a4088; }
    .c-calculator-popup__note small{ color: #CCC; }
    .o-calculator-text{ flex: 1; flex-wrap: wrap; font-size: 18px; text-align: center; display: flex; justify-content: center; align-items: center; align-content: center; }
    .o-calculator-text h2{ font-size: 22px; margin-bottom: 40px; color: #FFF; display: inline; border-radius: 5px; padding: 5px 30px; text-transform: uppercase; letter-spacing: 2px; background:#1a4088;  font-weight: 600;  }
    .compare-table {
        width: 100%;border-collapse: collapse;
    }
    .compare-table th{ background:#1a4088; color: #FFF !important; border-color: #1a4088;
        text-align: center;padding: 15px;font-size: 15px; }
    .compare-table td {
        border-color: #e9e9e9;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }
    .compare-table th {
        font-weight: bold;
        color: #0a1a3f;
    }
    .compare-table td:first-child {
        text-align: left;
        font-weight: bold;
    }
    .compare-table .highlight {
        color: #1a4088;;
        font-weight: bold;
    }
    .o-calculator-text .noUi-handle{ background: none !important; border: none; width: 30px; height: 30px; top: -10px; right: -15px; }
    .o-calculator-text .noUi-horizontal .noUi-tooltip{ bottom: 100%; }
    .compare-table .check {color: #1a4088;font-size: 20px;}
    .compare-table .cross {color: darkred;font-size: 20px;}
    @media screen and (max-width: 767px) {
        .o-calculator-text h2{ font-size: 16px; margin-bottom: 20px;}
        .o-calculator-custom {flex-direction: column;gap: 50px;}
        .o-calculator-text{ font-size: 16px;}
        .o-calculator-steps-custom {
            margin: 0px auto; order: 3;
        }
    }

.o-calculator-custom {
    display: flex;
    justify-content: space-between;
    gap: 100px; margin-top: 0px;
}

.o-calculator-image-custom {
    top: -133px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    flex: 1;

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.o-calculator-image-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.o-calculator-steps-custom {
    max-width: 700px;
    margin: 0px auto;
    flex: 1;
}


.o-footer__top-wrapper {
    display: flex;
    justify-content: space-between;
}
.o-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
}
.o-footer::before {
    z-index: -1;
}

.o-footer__nav a {
    line-height: 20px;
}

.o-footer__social a {
    color: #c5d0e2;
}

.o-footer__social a:hover {
    color: #c5d0e2;
}

.o-footer__top {
    margin-top: 30px;
}

.o-section--test .o-container {
    position: relative;
}

@media screen and (max-width: 767px) {
    main{
            overflow-x: hidden;
    }
    .o-calculator {
        margin-top: 0px;
    }
    .o-calculator__steps {
        top: 0px;
    }
    .o-section--test .o-container {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 767px) {

}

.c-campany-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-campany-slider--left {
    width: 40%;
}
.c-campany-slider--right {
    position: relative;
    width: 60%;
}
.c-campany-slider__inner {
    align-items: center !important;
}
.c-campany-slider__content {
    flex-shrink: 1 !important;
    flex: 1.5;
}
.c-campany-slider__img {
    flex: 1;
}
.c-campany-slider__title {
    font-size: 20px !important;
}
.c-campany-slider__img img{ max-width: 100%; height: auto;}
.o-page-content img{ height: auto; }
@media screen and (max-width: 767px) {
    .c-accordion__wrapper{ margin-bottom: 40px;}
    .o-mobile-nav__action a{ min-width: 170px;}
    .c-campany-slider {
        flex-direction: column;
    }
    .c-campany-slider--left {
        width: 100%;
        margin-bottom: 30px;
    }
    .c-campany-slider--right {
        width: 100%;
    }
}

.c-campaigns__image {
    background-color: #1a4088;
}

.grecaptcha-badge {
    display: none !important;
}

/* Financal reports */

.c-reports .c-basic-boxes__content {
    flex-direction: column;
}
.c-reports .c-basic-boxes__content p {
    color: #133e8d;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .c-reports .c-basic-boxes__content p {
        text-align: center;
        font-size: 14px;
    }
    .c-basic-boxes--e-newsletter .c-basic-boxes__box {
       padding: 10px;
    }
}
.o-page-content h3{ font-size: 18px; }
.o-page-content h2,.o-page-content h1{ color: #1a4088; }
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #b3b3b3;
    color: #1a4088 !important;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

.c-our-story__image {
    background: inherit !important;
    border-radius: 14px;
    margin-bottom: 15px;
}
.open_position_box a{ padding: 0px; }
.open_position_box .c-basic-boxes__content-description{ margin-bottom: 15px; }
.open_position_box .c-basic-boxes__content-description a{ color: #444; font-weight: 200; }

.merak-page.c-campaigns {
    justify-content: flex-start;
    gap: 3.1%;
    margin-bottom: 4rem;
}

.merak-page.c-campaigns .c-campaigns__image {
    min-width: 340px;
    max-width: 340px;
}

.merak-page.c-campaigns  .c-campaigns__box {
    flex-direction: row;
    width: 100%;  padding: 2rem 1rem;
    gap: 2rem;
}

.merak-page.c-campaigns .c-campaigns__head-title {
    text-align: left;
}

.merak-page.c-campaigns .c-campaigns__head-desc {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
    .o-nav__item{ font-size: 12px;}
    .o-header .o-nav__item i svg{ margin-right: 5px; margin-bottom: -5px; }
}
@media screen and (max-width: 1166px) and (min-width: 992px) {
.o-header__bottom-wrapper{ gap: 30px}
}
.o-footer{ padding-top: 50px; }
.main-wrapper-detail{ padding-top: 0px !important;}
.banner-section{ height: 350px; margin-bottom: 30px; position: relative; }
.banner-section:after{ display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; background: rgba(0,0,0,0.3); height: 100%; z-index: 3; }
.banner-section img{ width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; z-index: 2; }
.banner-section .o-container{ display: flex; height: 100%; align-items: end; }
.banner-section h1{ color: #FFF; z-index: 4; font-size: 40px; font-weight: bold; position: relative; margin-bottom: 20px; }

.brand_list_box{ display: flex; gap: 30px; }
.brand_list_box .c-plan-boxes__box-button,.brand_list_box .c-button{ background: #fdcb5c; position: absolute; bottom: 20px; left: 20px; width: calc(100% - 40px); }
.brand_list_box .c-plan-boxes__box,.brand_list_box .c-plans-list__item{ position: relative; padding-bottom: 90px; padding-top: 30px; }
.brand_list_box  ul{  list-style: none; padding-left: 0px;}
.brand_list_box .c-plan-boxes__box ul li{ max-width: 100%; font-size: 12px; margin-bottom: 15px;}
.brand_list_box img.brand_logo_box{ margin: 0px; width: 100%; border-radius: 20px; margin-bottom: 30px; background: #fbfbfb; border: 2px solid #2d4f92; height: 200px; padding: 40px;object-fit: contain; }
.o-section-head__pages .c-button span{ font-size: 12px; }
.o-section-head__pages .c-button { padding: 10px 20px;}
.o-mobile-nav{
    left: 0px;
}
.o-mobile-nav__container.js-open{
    left: 0;
}
.o-mobile-nav__container{
    left: 100%;
}
@media screen and (max-width: 1000px) {
    .o-breadcrumb__item:first-child a{ width: 58px; }
    .o-breadcrumb__list{
        flex-wrap: wrap;
    }
    .brand_list_box img.brand_logo_box{ height: 150px;}
    .banner-section h1{ font-size: 22px; line-height: 1.4;}
    .o-footer{ padding-top: 30px; }
    .o-footer__top{ margin-bottom: 55px; }
    body .main-wrapper{ padding-top: 100px; }
    .open_position_box .c-basic-boxes__content-description{ margin-bottom: 0px; }
    .open_position_box .c-basic-boxes { gap: 20px;}
    .open_position_box .c-basic-boxes .c-basic-boxes__box{  padding: 30px; }
    .open_position_box .c-basic-boxes__content-title a {
        color:inherit; font-size: 20px;
    }

    #mobileHomeForm {
        background: #1a4088;
        border-radius: 0px;
    }
    #mobileHomeForm .o-call-form__title { color: #FFF; font-size: 16px; text-align: center; margin: 20px 0px;  }
    #mobileHomeForm .o-call-form__row input,#mobileHomeForm  .c-button{
        border-radius: 0px; height: 45px;
    }
    #mobileHomeForm .slider-form-content-row select{
        height: 45px;border-radius: 0px;
    }
    #mobileHomeForm .o-call-form__row--checkbox label{
        color: #FFF;
    }
    #mobileHomeForm .o-call-form__row--checkbox label a{ text-decoration: underline; color: #FFF;}
    #mobileHomeForm .o-call-form__row--checkbox input{ width: 16px!important; height: 16px!important; accent-color: #0075ff;}
    main.openFormMain{ padding-top: 80px; }
    main.openFormMain .c-full-slider__nav {width: 32px !important;height: 32px !important;}
    main.openFormMain .c-full-slider{ height: 370px !important; padding-top: 0px; }
}

.c-info-box__item{
    flex-wrap: wrap;  position: relative;; flex-direction: row; gap: 30px;
    background: rgb(0 43 106 / 80%); border: 2px solid #FFF;
}
.c-info-box{ height: auto; }
.c-info-box__content h3{ font-size: 40px;}
.c-info-box__content h3{ line-height: 1.2; }
.o-containerx{ max-width: 1500px; margin: 0 auto ; }
.c-info-box__item-rounded{ width: calc(25% - (90px/4)); height: 140px; }
.c-info-box__item-rounded:hover{ transform: scale(1.1)}
.c-info-box__item-rounded:hover h3{ color: #FFF !important; }
.c-info-box__content > div small{ color: white; margin-bottom: -5px; }
.c-info-box__content > div{ min-width: 120px; max-width: 160px; flex-wrap: wrap; justify-content: center;}
.c-info-box{ margin-top: 0px; top: 0px; padding-bottom: 0px; }
.js-lock .js-search-btn{ display: none;}
.wlist_50{ display: flex; gap: 20px; padding: 20px; background: #14336d; }
.wlist_50 a{ background: #fdcb5c; flex: 1; position: relative; color: #1a4088; border-radius: 5px; padding-left: 0px; display: flex; justify-content: center; align-items: center; }
.wlist_50 a .st0 { fill: #1a4088; }
.wlist_50 a svg{ position: relative;}
.online-islemler-btn-mobile{ border: 1px solid #1f54a7; border-radius: 5px; display: flex; justify-content: center; gap: 10px; align-items: center; color: rgba(255, 255, 255, .8) !important; }
.o-mobile-nav__container .nav-sticky-form-btn{ display: none; }
.o-mobile-nav__container.js-open .nav-sticky-form-btn{ position: absolute; text-align: center; display: block !important; }

#blog-detail-menu {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 20px 0;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
}

#blog-detail-menu .menu-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #eee;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #ddd;
}

#blog-detail-menu .menu-heading:hover {
    background: #e0e0e0;
}

#blog-detail-menu .menu-heading h3 {
    margin: 0;
    font-size: 16px;
}

#blog-detail-menu .menu-icon {
    font-size: 14px;
    transition: transform 0.2s ease;
}

#blog-detail-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 16px;
}

#blog-detail-menu ul.hidden {
    display: none;
}

#blog-detail-menu ul li {
    margin: 6px 0;
}

#blog-detail-menu ul li a {
    text-decoration: none;
    color: #333;
}

#blog-detail-menu ul li a:hover {
    text-decoration: underline;
}
.o-nav__item-contact{ color: #fdcb5c; display: flex; gap: 10px; justify-content: center; align-items: center; }
.o-nav__item-contact svg path{ fill: #fdcb5c; }

.fuzul_comments{ background: url("../images/comment_bg.jpg") no-repeat center center fixed; background-size: cover; padding: 80px 0px; }
.fuzul_comments_childs{ position: relative; }
.fuzul_comments_childs .swiper{ overflow: hidden;  }
.fuzul_comments_childs .c-comments__title{ color: #000; }
.fuzul_comments_childs .c-comments__item_2{ background: #FFF; text-decoration: none; border-radius: 10px; }
.fuzul_comments_childs .c-comments__top{ display: flex; }
.fuzul_comments_childs .c-comments__img{ margin-right: 20px;}
.fuzul_comments_childs .c-comments__img img{ width: 50px; height: 50px; border-radius: 50%; }
.fuzul_comments_childs .c-comments__info{ display: flex; align-items: center; gap: 15px; text-decoration: none;}
.fuzul_comments_childs .c-comments__info span{ color: #98aac8; }
.fuzul_comments_childs .c-comments__small{ font-size: 10px; }
.fuzul_comments .o-container,.family_list .o-container{ max-width: 1400px; }
.family_list .c-video-cards__video-thumb{ height: 200px; border-radius: 10px; width: 100%; object-fit: cover; }
.fuzul_comments .c-comments__bottom p{ font-size: 14px;}
.fuzul_comments .clamp-3 {
    --lh: 18px;line-height: var(--lh);max-height: calc(var(--lh) * 4);
    overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;line-clamp: 4;margin-bottom: 0px; min-height: 88px;
}
.fuzul_comments .c-comments-slider__nav{ width: 30px; color: #1F3878; height: 30px; background: rgba(255,255,255,.6); border-radius: 50%; }
.family_list .c-family-slider__nav{ width: 30px; color: #1F3878; height: 30px; border-radius: 50%; background: #f3f3f3; }

.fuzul_comments .c-comments-slider__nav:after,.family_list .c-family-slider__nav:after{  font-size: 14px; }
.fuzul_comments .c-comments-slider__nav--prev:after,.family_list .c-family-slider__nav--prev:after{ margin-right: 3px; }
.fuzul_comments .c-comments-slider__nav--prev,.family_list .c-family-slider__nav--prev{ left: -50px;}
.fuzul_comments .c-comments-slider__nav--next,.family_list .c-family-slider__nav--next{ right: -50px;}
.fuzul_comments .c-comments__pagination span{ opacity: .6; background: #FFF; }
.fuzul_comments .c-comments__pagination span.swiper-pagination-bullet-active{ background: #fdcb5c; opacity: 1; }
.fuzul_comments .comment_type{ background: #1F3878; color: #FFF; border-radius: 5px; font-size: 12px; padding:3px 6px; position: absolute; right: 10px; top: 10px; }
.fuzul_comments_childs_title,.family_title{ display: flex; font-weight: 800; justify-content: center; font-size: 30px; align-items: center; gap: 15px; text-decoration: none; text-align: center; margin-bottom: 40px; color: #FFF;}
.family_title span{ background: #FFF; position: relative; z-index: 4; padding-left: 30px; padding-right: 30px;}
.family_title:after{ width: 60%; height: 1px; box-shadow: 1px 1px 1px rgba(0,0,0,.05); z-index: 3; background: rgba(0,0,0,.1); display: block; content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.family_title{ color:#1a4088; position: relative; }
.rating-box { padding: 0px 10px; margin-bottom: 10px; float: right; display: inline-block; color: #333;}
.rating-title {font-weight: 600;font-size: 10px;margin-bottom: 3px; font-weight: bold;}
.rating-stars {display: flex;align-items: center;gap: 6px;}
.stars {position: relative;display: inline-block;font-size: 10px;color: #ddd; }
.stars::before {content: "★★★★★";letter-spacing: 2px;}
.stars-filled {position: absolute;top: 0;left: 0;white-space: nowrap;overflow: hidden;color: #FFD700;}
.stars-filled::before {content: "★★★★★";letter-spacing: 2px;}
.score {font-size: 10px;color: #999;font-weight: 500;}

.o-section--test{
    margin-left: -10%;
    margin-right: -10%;
    background: #f8fbff;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.c-video-cards__video {display: flex;align-items: center;justify-content: center;position: relative}
.c-video-cards__video::after {content: url("../images/icons/play-icon.svg");position: absolute;top: 40%}
.c-video-cards__video:hover {cursor: pointer}
.c-video-cards__video:hover::after {content: url("../images/icons/play-icon-blue.svg")}
.c-video-cards__video-thumb {border-radius: 10px;width: 100%;-o-object-fit: scale-down;object-fit: scale-down}

.family_paginate{ display: flex; justify-content: center; gap: 2px; padding-top: 40px; }
.c-comments__pagination{ margin-top: 0px; padding-top: 40px; }
.family_paginate span{ width: 6px; height: 6px;}
.o-calculator__steps-title{ font-size:22px; }

@media screen and (max-width: 1500px) {
    .c-info-box__item{ gap: 20px; padding-left: 15px; padding-right: 15px; }
    .c-info-box__content h3{ font-size: 30px; }
    .c-info-box__content span{ font-size: 16px;}
    .c-info-box__content > div{ min-width: 100px; max-width: 120px; }
}
@media screen and (max-width: 1200px) {
    .o-section--info{ padding:50px; }
    .c-info-box__item-rounded{ width: calc(25% - (60px/4));  }
    .c-info-box__wrapper-rounded{gap: 20px;}
    .c-info-box__content span{ font-size: 14px;}
    .c-info-box__content > div{ min-width: 80px; font-weight: bold; max-width: 110px; }
}

@media screen and (max-width: 1200px) {
    .family_title:after{ width: 100%;}
    .o-section--campany h3.o-section-head__title{ margin-bottom: 30px; }
    .family_list .c-video-cards__video-thumb{ height: 300px;}
    .c-campaign-detail{ margin-bottom: 0px; }
    .o-page{ padding-bottom: 20px; }
    .boder-zero{ border: none; }
    .o-mobile-nav{ overflow: auto; padding-bottom: 0px; height: calc(100dvh - 80px);  }
    .o-mobile-nav .o-footer__social{ justify-content: center; margin-top: 20px; }
    .nav-sticky-form-btn{ position: absolute; width: 100%; border-radius: 0px; bottom: 0px; left: 0px; }
    .o-mobile-nav__links_2{ position: relative; padding-bottom: 0px; margin-bottom: 20px;}
    .o-mobile-nav__links_2 a{ background: none; color: rgba(255, 255, 255, .8);  }
    .o-mobile-nav__links_2:after{ width: 1px; height: 50%; top: 50%; transform: translate(-50%,-50%); background: rgba(255,255,255,.4); position: absolute; left: 50%; content: ""; display: block; }
    .c-info-box__item-rounded .c-info-box__content{ width: 100%; }
    .o-section--info{ padding:50px 20px; }
    #mobileHomeForm{ width: 100%;}
    .c-info-box__wrapper-rounded{ flex-wrap: wrap; flex-direction: inherit; }
    .c-info-box__item-rounded{ height: 160px; gap: 10px; align-content: center; width: calc(50% - (30px/2)); }
}
@media screen and (max-width: 767px) {
    .o-calculator__steps-title{ font-size:18px; }
    .fuzul_comments .c-comments-slider__nav--prev, .family_list .c-family-slider__nav--prev{ left: 10px; }
    .fuzul_comments .c-comments-slider__nav--next, .family_list .c-family-slider__nav--next{
        right: 10px;
    }
    .o-page--plans{ padding-bottom: 0px;}
    .family_paginate,.c-comments__pagination{ padding-top: 20px; }
    .c-comments-slider__nav{ display: none !important; }
}

.seo-box {width: 100%;overflow: hidden;font-family: Arial, sans-serif;}
.seo-header {font-weight: bold;margin: 20px auto;position: sticky;top: 0; font-size: 28px;text-align: center;}
.o-section-content{ padding: 70px 0px; }
.o-section-faq{ padding: 70px 0px; }
.seo-content {height: 150px;overflow-y: auto;}
.seo-content ul{ list-style:disc; padding-left:40px; }
.seo-content p{ font-size: 14px; margin-bottom: 10px; font-family: "Manrope", sans-serif; font-weight: 200; }
.seo-content::-webkit-scrollbar {width: 8px;}
.seo-content::-webkit-scrollbar-thumb {background: #aaa;border-radius: 4px;}
.seo-content::-webkit-scrollbar-thumb:hover {background: #777;}
.seo-content h3{ margin-top: 30px; margin-bottom: 15px;}
.c-video-cards__card{ margin-bottom:0px; }
.c-video-cards{ gap:30px 0px; }
@media screen and (max-width: 767px) {
    .c-calculator-popup__action .c-button{ padding:10px; }
    .calculate-form-tab a{ font-size:14px; }
    .c-calculator-popup__note{ line-height:1.2; }
    .o-calculator{ gap:50px; margin-bottom:0px; }
    .o-section--test{ padding-top:30px; padding-bottom:30px; margin-top:60px; }
    .c-button--huge{ width:100%; min-width:auto; }
    .compare-table td{ padding:5px; }
    .compare-table th{ font-size:12px; padding:5px; }
    .seo-content h3{ color: #1a4088; }
    .seo-content a{ color: #2fb7c4; }
    .o-section-content,.o-section-faq{ padding: 50px 10px; }
    .seo-header{ font-size: 24px; margin-top: 0px; max-width: 240px; }
    .seo-content { height: 200px; }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .campaignListView{ display: flex; flex-wrap: wrap; gap: 30px; }
    .c-campaign-list{ flex-direction: column; flex: 0 0 calc(50% - 15px);}
    .c-campaign-list__item{ flex-direction: inherit; width: 100%; }
    .fuzul_comments .c-comments-slider__nav--next, .family_list .c-family-slider__nav--next{ right: 10px; }
    .fuzul_comments .c-comments-slider__nav--prev, .family_list .c-family-slider__nav--prev{ left: 10px; }
    .c-full-slider__nav--next{ right: 10px !important;}
    .o-footer__nav{ margin-left: 0px; }
    .o-footer__nav-wrapper{ flex-wrap: wrap; gap: 50px; }
    .c-campany-slider__img{ height: auto;}
    .c-campany-slider__img img{ width: 80%; margin: 0px auto;}
    .o-calculator-text{ flex-direction: column; }
    .o-calculator-steps-custom{ max-width: none; flex: 0 0 100%; order: 2; }
    .o-calculator{ gap: 50px; flex-wrap: wrap;}
}