.color2 {
    color: #fff;
}

.hizmet-kutu .kutu-duzen h3 {
    margin-bottom: 8px;
}

.doctor-area.extra-pb {
    padding-bottom: 41px;
}

.hizmet-kutu .kutu-duzen {
    height: 390px;
}

.py-b {
    margin-top: 50px;
}

.vdcontainers video {
    width: 135%;
}

.owl-two button.owl-prev span {
    position: absolute;

    top: 5px;

    color: #fff !important;

    font-size: 50px !important;

    left: -26px;
}

.owl-two button.owl-next span {
    position: absolute;

    top: 5px;

    color: #fff !important;

    font-size: 50px !important;

    right: -23px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #86979100;

    color: #fff;

    text-decoration: none;
}

.owl-three button.owl-prev span {
    position: absolute;

    top: -4px;

    color: #b6b0b0 !important;

    font-size: 60px !important;

    left: 17px;
}

.owl-three button.owl-next span {
    position: absolute;

    top: 2px;

    color: #b6b0b0 !important;

    font-size: 60px !important;

    left: -31px;
}

.owl-five button.owl-prev span {
    position: absolute;

    top: 44px;

    color: #b6b0b0 !important;

    font-size: 60px !important;

    left: -37px;
}

.owl-five button.owl-next span {
    position: absolute;

    top: 44px;

    color: #b6b0b0 !important;

    font-size: 60px !important;

    right: -37px;
}

.sec-title {
    position: relative;

    margin-bottom: 70px;
}

.sec-title .title {
    position: relative;

    display: block;

    font-size: 16px;

    line-height: 1em;

    color: #ff8a01;

    font-weight: 500;

    background: rgb(247, 0, 104);

    background: -moz-linear-gradient(to left,
            rgba(247, 0, 104, 1) 0%,
            rgba(68, 16, 102, 1) 25%,
            rgba(247, 0, 104, 1) 75%,
            rgba(68, 16, 102, 1) 100%);

    background: -webkit-linear-gradient(to left,
            rgba(247, 0, 104, 1) 0%,
            rgba(68, 16, 102, 1) 25%,
            rgba(247, 0, 104, 1) 75%,
            rgba(68, 16, 102, 1) 100%);

    background: linear-gradient(to left,
            rgba(247, 0, 104) 0%,
            rgba(68, 16, 102, 1) 25%,
            rgba(247, 0, 104, 1) 75%,
            rgba(68, 16, 102, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);

    color: transparent;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    text-transform: uppercase;

    letter-spacing: 5px;

    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;

    display: inline-block;

    font-size: 48px;

    line-height: 1.2em;

    color: #1e1f36;

    font-weight: 700;
}

.sec-title .text {
    position: relative;

    font-size: 16px;

    line-height: 28px;

    color: #888888;

    margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;

    -webkit-text-fill-color: inherit;
}

.pricing-section {
    position: relative;

    padding: 60px 0 10px;

    overflow: hidden;
}

.pricing-section .outer-box {
    margin: 0 auto;
}

.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;

    padding: 0 30px;

    margin-bottom: 40px;

    width: 380px;
}

.pricing-block .inner-box {
    position: relative;

    background-color: #ffffff;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);

    padding: 0 0 30px;

    max-width: 370px;

    margin: 0 auto;

    border-bottom: 5px solid #043d72;

    height: 417px;
}

.pricing-block .icon-box {
    position: relative;

    padding: 50px 30px 0;

    background-color: #1c6fad;

    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;

    left: 0;

    bottom: 0;

    height: 75px;

    width: 100%;

    border-radius: 50% 50% 0 0;

    background-color: #ffffff;

    content: "";
}

.pricing-block .icon-box .icon-outer {
    position: relative;

    height: 150px;

    width: 150px;

    background-color: #ffffff;

    border-radius: 50%;

    margin: 0 auto;

    padding: 10px;
}

.pricing-block .icon-box i {
    position: relative;

    display: block;

    height: 130px;

    width: 130px;

    line-height: 120px;

    border: 5px solid #1c6fad;

    border-radius: 50%;

    font-size: 50px;

    color: #1c6fad;

    -webkit-transition: all 600ms ease;

    -ms-transition: all 600ms ease;

    -o-transition: all 600ms ease;

    -moz-transition: all 600ms ease;

    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
}

.pricing-block .price-box {
    position: relative;

    text-align: center;

    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;

    display: block;

    font-size: 24px;

    line-height: 1.2em;

    color: #222222;

    font-weight: 600;
}

.pricing-block .price {
    display: block;

    font-size: 30px;

    color: #222222;

    font-weight: 700;

    color: #46605b;
}

.pricing-block .features {
    position: relative;

    max-width: 200px;

    margin: 0 auto 20px;
}

.pricing-block .features li {
    position: relative;

    display: block;

    font-size: 14px;

    line-height: 30px;

    color: #848484;

    font-weight: 500;

    padding: 5px 0;

    padding-left: 30px;

    border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
    position: absolute;

    left: 0;

    top: 50%;

    font-size: 16px;

    color: #2bd40f;

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    display: inline-block;

    font-style: normal;

    font-variant: normal;

    text-rendering: auto;

    line-height: 1;

    content: "\f058";

    font-family: "Font Awesome 5 Free";

    margin-top: -8px;
}

.pricing-block .features li.false:before {
    color: #e1137b;

    content: "\f057";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;

    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;

    display: inline-block;

    font-size: 14px;

    line-height: 25px;

    color: #ffffff;

    font-weight: 500;

    padding: 8px 30px;

    background-color: #043d72;

    border-radius: 10px;

    border-top: 2px solid transparent;

    border-bottom: 2px solid transparent;

    -webkit-transition: all 400ms ease;

    -moz-transition: all 400ms ease;

    -ms-transition: all 400ms ease;

    -o-transition: all 400ms ease;

    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;

    background: none;

    border-radius: 0px;

    border-color: #043d72;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1d95d2;

    background: none;

    border-radius: 0px;

    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
    color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
    border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
    color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #ffc20b;

    background: none;

    border-radius: 0px;

    border-color: #ffc20b;
}

.owl-four .owl-nav {
    display: none;
}

.info-top {
    padding: 50px 0 40px;

    background: linear-gradient(90deg, #1e61a6 0%, #14b4d0 100%);

    margin-top: 35px;
}

.cl-r p {
    color: #fff;
}

.cpi {
    margin-bottom: 1px;
}

@media screen and (max-width: 768px) {
    .doctor-area.extra-pb {
        padding-bottom: 54px !important;
    }

    .info-top {
        padding: 40px 0 !important;

        margin-top: 10px !important;
    }
}

/* advantages top list */

.hederlocation {
    background: #14b4d0;

    background: linear-gradient(90deg, #1e61a6 0%, #14b4d0 100%);

    padding: 10px 0;
}

.hederlocation-inner {
    text-align: center;
}

.hederlocation-inner .finde-office-text,
.mallocortxt {
    color: #ffffff;
}

.hederlocation-inner .finde-office-text {
    margin: 11px 10px 11px 0;

    text-align: center;

    display: inline-block;

    color: #ffffff;

    font-weight: normal;

    vertical-align: top;

    line-height: 1;

    font-size: 18px;
}

@media (max-width: 768px) {
    .hederlocation-inner .finde-office-text {
        width: 100%;
    }
}

/* review link section  */

.review-section .review-box {
    height: 500px;

    width: 100%;

    overflow-y: scroll;

    overflow-x: hidden;

    border: 1px solid #e1e1e1;

    padding: 20px;
}

.review-section .review-box::-webkit-scrollbar {
    width: 10px;
}

/* Track */

.review-section .review-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.review-section .review-box::-webkit-scrollbar-thumb {
    background: rgb(207, 207, 207);
}

.eapps-widget-toolbar {
    position: absolute;

    top: -32px;

    display: none !important;

    left: 0;

    right: 0;

    display: block;

    z-index: 99999;

    padding-bottom: 4px;

    transition: all 0.3s ease;

    pointer-events: none;

    opacity: 0;
}

.btf-orange-btn {
    padding: 8px 16px;
    background-color: #ef8a74;
    border-radius: 50px;
    color: #ffffff;
    border-top-width: 1px solid #ef8a74;
    font-size: 14px;
}

.btf-blue-outline-btn {
    margin-left: 10px;
    padding: 8px 16px;
    font-weight: 700;
    color: #002853;
    border: 1px solid #002853;
    border-radius: 50px;
    font-size: 14px;
}