﻿.carousel-indicators {
    margin-bottom: 5px;
}

.carousel-caption {
    width: 100%;
    position: absolute;
    right: inherit;
    top: 25%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    max-width: 100%;
}

    .carousel-caption:before {
        content: '';
        display: block;
    }

    .carousel-caption:after {
        content: '';
        display: block;
    }

    .carousel-caption .slide-text {
        text-align: center;
        padding: 30px 40px;
    }

.ustbaslik {
    color: black;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    margin-right: 30px;
    margin-bottom: 0;
}

    .ustbaslik:after {
        content: '';
        display: block;
        color: white;
        width: 2px;
        height: 138px;
        position: absolute;
        background: black;
        text-align: center;
        top: -7px;
        right: -18px;
    }

.altbaslik {
  color: black;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
  margin-left: 30px;
}

.lh20 {
    line-height: 20px !important;
}

.ucsatir {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.beyaz {
    color: #fff !important;
}

.thumb-info .thumb-info-title {
    transition: all 0.3s;
    background: rgb(255 255 255 / 80%);
    color: #438dab;
    font-weight: 600;
    left: 0;
    letter-spacing: 0.5px;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 18px;
    padding: 13px 21px 0px;
    bottom: 13%;
}

.page-header.page-header-modern.page-header-md {
    padding: 20px 0;
}

.custom-control-label {
    font-size: 13px;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #438dab;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #438dab;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child,
.list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
    top: 7px;
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgb(92 140 68 / 80%);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.thumb-info .thumb-info-inner {
    color: #fff;
}

.thumb-info:hover .thumb-info-title {
    background: transparent;
}

html body .btn-light,
html body .btn-outline.btn-light {
    border-color: #438dab #438dab #438dab !important;
    background: #438dab !important;
    color: #fff !important;
}

.testimonial.testimonial-style-2 blockquote {
    padding: 0px 20px 22px 20px;
}

.yesil-bg {
    background: #67a04a !important;
    border: 1px solid #67a04a !important;
}

.baslik-solu {
    font-weight: 600;
    color: #464646;
}

.baslik-sol {
    font-weight: 600;
}

#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    letter-spacing: 0.3px;
}

.thumb-info-caption {
    padding: 40px 0;
    display: block;
}

.blog-resim {
    width: 250px !important;
}

.txtnew {
    text-align: left !important;
}

.card-background-image-hover .card-body {
    background: rgb(55 55 55 / 60%);
}

.cards-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    min-height: 100px;
    max-height: 100px;
    text-shadow: 0px 0px 18px rgb(0 0 0) !important;
}

.blog-posts:not(.blog-posts-no-margins) article {
    border-bottom: 0px;
    border: 1px solid #f7f7f7 !important;
    border-radius: 10px;
    padding: 20px 20px 20px 20px !important;
    background: #f7f7f7;
}

.blog-texts {
    max-height: 55px;
    display: -webkit-box;
    max-width: 100%;
    min-height: 50px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px;
    padding-bottom: 0px;
}

.carousel-item img {
    height: 850px;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .ustbaslik:after {
        content: '';
        display: block;
        color: white;
        width: 2px;
        height: 150px;
        position: absolute;
        background: black;
        text-align: center;
        top: 0px;
        right: -18px;
    }

    .carousel-item img {
        height: 775px !important;
    }

    #header .header-logo img {
        height: 40px !important;
        width: 143px !important;
    }

    .txtnew {
        text-align: center !important;
    }

    .blog-resim {
        width: auto !important;
    }

    .thumb-info-side-image .thumb-info-side-image-wrapper {
        margin-right: 0px;
    }

    .owl-carousel {
        margin-bottom: 0px;
    }

    .carousel-caption .slide-text {
        text-align: center;
        padding: 5px 10px;
    }

    .ustbaslik {
        color: black;
        font-size: 15px !important;
        line-height: 26px !important;
        text-transform: uppercase;
        margin: 0px;
    }

  .altbaslik {
    color: black;
    font-size: 18px;
    line-height: 30px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    margin-left: 30px;
  }

    .carousel-caption {
        position: absolute;
        right: inherit;
        top: 10%;
        bottom: inherit;
        left: 0;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: center;
    }

        .carousel-caption:before {
            content: '';
            display: block;
        }

        .carousel-caption:after {
            content: '';
            display: block;
        }

    .btn-mobile {
        font-size: 10px;
        padding: 4px 12px;
        font-weight: 600;
        line-height: 15px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -5px;
        left: inherit;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15px;
        margin-left: 15px;
        list-style: none;
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #464646;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #464646;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-caption {
        top: 10%;
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #464646;
    }
}

#cookie-law-info-bar {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-family: inherit;
    bottom: 0px;
    position: fixed;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    box-sizing: border-box;
    width: 100%;
    left: 0px;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
    z-index: 1000002;
}

.carousel-indicators {
    position: absolute;
    left: unset;
    bottom: 50%;
    z-index: 15;
    display: unset !important;
    padding-left: 0;
    justify-content: unset !important;
    list-style: none;
    margin: 0;
    top: 35%;
}

    .carousel-indicators .active {
        width: 50px;
    }

.svg_curve::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    z-index: 1;
    background-image: url(/images/ofis/banner-shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-box {
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .single-box img {
        border-radius: 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
    }

    .single-box .content {
        background-color: #52abdd;
        padding: 65px 35px 50px;
        position: absolute;
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        height: auto;
        width: 100%;
        bottom: 0;
        border-radius: 100% 100% 5px 5px;
    }

        .single-box .content h3 {
            margin-bottom: 0;
            position: relative;
            padding-bottom: 15px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #ffffff;
            font-size: 24px;
            font-weight: 600;
        }

            .single-box .content h3::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                right: 0;
                margin: 0 auto;
                background-color: #ffffff;
                height: 2px;
                width: 60px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .single-box .content h3 a {
                display: inline-block;
                color: #ffffff;
            }

    .single-box .hover-content {
        background-color: #52abdd;
        padding: 65px 35px 50px;
        position: absolute;
        left: 0;
        height: auto;
        width: 100%;
        bottom: -138px;
        border-radius: 100% 100% 5px 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

        .single-box .hover-content h3 {
            margin-bottom: 15px;
            position: relative;
            padding-bottom: 15px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #ffffff;
            font-size: 24px;
            font-weight: 600;
        }

.baslik-clr {
    color: #184d7c;
}

.single-box .hover-content h3 a {
    display: inline-block;
    color: #ffffff;
}

.single-box .hover-content p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.single-box .hover-content .read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

    .single-box .hover-content .read-more-btn::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #524552;
    }

.single-box:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}

.single-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.sanal-ofis {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.services-boxes-area {
    margin-top: -180px;
    position: relative;
    z-index: 3;
}

.section-title {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -6px;
}

    .section-title .sub-title {
        color: #52abdd;
        font-size: 18px;
        display: block;
        margin-bottom: 8px;
    }

    .section-title h2 {
        margin-bottom: 0;
        font-size: 42px;
        font-weight: 700;
    }

    .section-title p {
        font-size: 25px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: 10px;
    }

.single-benefits-box {
    padding: 20px 20px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    border-radius: 15px;
}

    .single-benefits-box .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50%;
        text-align: center;
        font-size: 25px;
        display: inline-block;
        margin-bottom: 15px;
    }

        .single-benefits-box .icon svg {
            color: #184d7c;
        }

    .single-benefits-box h3 {
        margin-bottom: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 18px;
        font-weight: 600;
    }

    .single-benefits-box p {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 10px;
    }

.benefits-image {
    text-align: center;
}

    .benefits-image img {
        width: 100%;
    }

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.single-benefits-box:hover {
    background-color: #184d7c;
}

    .single-benefits-box:hover .icon svg {
        color: white;
    }

    .single-benefits-box:hover h3 {
        color: white;
    }

@media only screen and (max-width: 767px) {
    .single-box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-box img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-box .content {
        padding: 50px 25px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .single-box .hover-content {
        padding: 65px 25px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .single-box .hover-content h3 {
        font-size: 20px;
    }
}

.card-gallery {
    position: relative;
    background: #184d7c;
    border-radius: 6px;
    padding: 2rem 0 2rem 0;
    color: #aaa;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.card__image-container {
    margin: -2rem -2rem 1rem -2rem;
}

.card__line {
    opacity: 0;
    animation: LineFadeIn 0.8s 0.8s forwards ease-in;
}

.card__image {
    opacity: 0;
    animation: ImageFadeIn 0.8s 1.4s forwards;
}

.card__title {
    color: white;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}

.card__content {
    margin-top: -1rem;
    opacity: 0;
    animation: ContentFadeIn 0.8s 1.6s forwards;
}

.card__svg {
    position: absolute;
    left: 0;
    top: 136px;
}

@keyframes LineFadeIn {
    0% {
        opacity: 0;
        d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
        stroke: #fff;
    }

    50% {
        opacity: 1;
        d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
        stroke: #888BFF;
    }

    100% {
        opacity: 1;
        d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
        stroke: #545581;
    }
}

@keyframes ContentFadeIn {
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ImageFadeIn {
    0% {
        transform: translate(-0.5rem, -0.5rem) scale(1.05);
        opacity: 0;
        filter: blur(2px);
    }

    50% {
        opacity: 1;
        filter: blur(2px);
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: blur(0);
    }
}

/* co-working */

.box-co-working {
    position: relative;
    width: 350px;
    padding: 40px;
    background: linear-gradient(to bottom, #E4E5EC, #184d7c);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

    .box-co-working:before {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .2);
        z-index: 2;
        pointer-events: none;
        text-align: center;
    }

    .box-co-working .working-icon {
        position: relative;
        width: 80px;
        height: 80px;
        color: #fff;
        background: #e59a41;
        display: flex;
        justify-content: center;
        aling-items: center;
        margin: 55px auto;
        border-radius: 20%;
        font-size: 50px;
        font-weight: normal;
        transition: 2s;
        padding: 10px;
    }

        .box-co-working .working-icon i {
            padding: 12px;
        }

    .box-co-working .working-icon {
        box-shadow: 0 0 0 0 #e59a41;
        backgraund: #e59a41;
    }

    .box-co-working:hover .working-icon {
        box-shadow: 0 0 0 400px #e59a41;
    }



    .box-co-working .working-content {
        position: relative;
        z-index: 1;
        transition: 1.5s;
        min-height: 200px;
    }

    .box-co-working:hover .working-content {
        color: #fff;
    }

    .box-co-working .working-content h3 {
        font-size: 20px;
        margin: 10px 0;
        padding: 0;
        text-align: center;
        color: white;
    }

    .box-co-working .working-content p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: white;
    }

.working-content a {
    display: inline-block;
    padding: 10px 25px;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, .2);
    border: 1px solid #e59a41;
}

.news__button button {
    background: #e59a41;
    border-radius: 50px;
    color: #fff !important;
    padding: 15px;
    border: unset;
}

.news__button {
    text-align: right;
}


.news__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px 6px rgb(0 0 0 / 17%);
    transition: all 0.3s;
}

.news-slider__item {
    margin: 10px;
}

.news-slider {
    z-index: 2;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    overflow: hidden !important;
}

@media screen and (max-width: 1300px) {
    .news-slider {
        max-width: 1000px;
    }
}

@media screen and (max-width: 576px) {
    .news-slider {
        margin-top: 45px;
    }
}

.news-slider__wrp {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.news-slider__item {
    width: 400px;
    flex-shrink: 0;
}

@media screen and (max-width: 992px) {
    .news-slider__item {
        width: 340px;
    }
}

.news-slider__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}

.news-slider__ctr {
    position: relative;
    z-index: 12;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.news-slider__arrow {
    background: #fff;
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgb(0 0 0 / 11%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}

    .news-slider__arrow:focus {
        outline: none !important;
    }

    .news-slider__arrow .icon-font {
        display: inline-flex;
    }

    .news-slider__arrow.news-slider-prev {
        left: 15px;
        transform: translateY(-50%);
    }

    .news-slider__arrow.news-slider-next {
        right: 15px;
        transform: translateY(-50%);
    }

.news-slider__pagination {
    text-align: center;
    margin-top: 50px;
}

    .news-slider__pagination .swiper-pagination-bullet {
        width: 13px;
        height: 10px;
        display: inline-block;
        background: #184d7c;
        opacity: 0.2;
        margin: 0 5px;
        border-radius: 20px;
        transition: opacity 0.5s, background-color 0.5s, width 0.5s;
        transition-delay: 0.5s, 0.5s, 0s;
    }

    .news-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #184d7c;
        width: 100px;
        transition-delay: 0s;
    }

@media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px;
    }
}

.news__item {
    padding: 20px;
    color: #000;
    border-radius: 10px;
    display: block;
    transition: all 0.3s;
}

@media screen and (min-width: 800px) {
    .news__item:hover {
        color: #222222;
        transition-delay: 0.1s;
    }

        .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
            opacity: 1;
            transition-delay: 0.1s;
        }

        .news__item:hover .news__img {
            box-shadow: none;
        }
}

.news__item.active {
    color: #222222;
}

    .news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
        opacity: 1;
    }

    .news__item.active .news__img {
        box-shadow: none;
    }

@media screen and (max-width: 992px) {
    .news__item {
        padding: 30px;
    }
}

@media screen and (max-width: 576px) {
    .news__item {
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .news-date__title {
        margin-right: 10px;
    }
}

.news-date__txt {
    font-size: 16px;
}

.news__title {
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
    .news__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.news__img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s;
    transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
    .news__img {
        height: 180px;
        margin-top: 20px;
    }
}

.news__img img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.title_sanal_ofis {
    color: white;
}

.box_sanal_ofis > .icon_sanal_ofis {
    text-align: center;
    position: relative;
}

    .box_sanal_ofis > .icon_sanal_ofis > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #184d7c;
        vertical-align: middle;
    }

        .box_sanal_ofis > .icon_sanal_ofis > .image > svg {
            font-size: 36px !important;
            color: #fff !important;
        }

    .box_sanal_ofis > .icon_sanal_ofis > .image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_sanal_ofis > .icon_sanal_ofis > .info_sanal_ofis {
        margin-top: -24px;
        background: rgb(24 77 124);
        border: 1px solid #184d7c;
        padding: 15px 0 10px 0;
        border-radius: 25px;
    }

        .box_sanal_ofis > .icon_sanal_ofis > .info_sanal_ofis > h3.title {
            font-family: "Roboto", sans-serif !important;
            font-size: 16px;
            color: #222;
            font-weight: 500;
        }

        .box_sanal_ofis > .icon_sanal_ofis > .info_sanal_ofis > p {
            font-family: "Roboto", sans-serif !important;
            font-size: 13px;
            color: white;
            line-height: 1.5em;
            margin: 20px;
            text-align: left;
        }

.icon-package > span > svg {
    color: white;
    font-size: 20px;
}

.info_sanal_ofis {
    min-height: 295px;
}

/* paket */
.package-page-price-tab {
    margin-bottom: 60px
}

.package-page-price-tab-header {
    width: 100%;
    z-index: 98;
    background-color: #fff;
}

.package-page-price-tab-header-inside {
    display: flex;
    padding-left: 484px;
    border-bottom: 1px solid #ddd
}

    .package-page-price-tab-header-inside > div {
        position: relative;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        height: 170px;
        padding: 15px 15px 20px;
        text-align: center;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        align-items: center;
        align-content: center;
        justify-content: center;
        display: flex;
        flex-direction: column
    }

        .package-page-price-tab-header-inside > div:last-child {
            border-right: 1px solid #ddd
        }

        .package-page-price-tab-header-inside > div:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 6px
        }

    .package-page-price-tab-header-inside > .package-page-price-pos-pay {
        background-color: #9fb7da;
        border-top-left-radius: 10px
    }

    .package-page-price-tab-header-inside > .package-page-price-temel {
        background-color: #516987
    }

    .package-page-price-tab-header-inside > .package-page-price-standart {
        background-color: #053755
    }

    .package-page-price-tab-header-inside > .package-page-price-enterprise {
        background-color: #0b9880;
        border-top-right-radius: 10px
    }

    .package-page-price-tab-header-inside > div a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 32px;
        color: #fff;
        font-size: 13px;
        border-radius: 16px;
        background-color: #28669a;
        transition: .2s linear
    }

        .package-page-price-tab-header-inside > div a:hover {
            background-color: #fff;
            border-color: #26659a;
            color: #26659a
        }

.package-page-price-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px
}

.package-page-price-content {
    margin-bottom: 10px
}

.package-page-price-content-title {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #233844;
    font-size: 18px;
    padding-top: 21px
}

.package-page-price-mobile-content .package-page-price-content-title {
    height: 45px;
    font-size: 24px;
    padding-top: 0
}

.package-page-price-content-price {
    color: #919ba1;
    font-size: 14px;
    text-decoration: line-through
}

.package-page-price-content-discount-price {
    color: #fff;
    font-size: 24px
}

.package-page-price-content-price-monthly {
    color: #fff;
    font-size: 12px
}

    .package-page-price-content-price-monthly strong {
        font-size: 30px;
        font-weight: 500
    }

.package-page-price-content-price-yearly {
    color: #fff;
    font-size: 14px
}

.package-page-price-plus-platinium .package-page-price-content-discount-price, .package-page-price-plus-platinium .package-page-price-content-price, .package-page-price-plus-platinium .package-page-price-content-price-monthly, .package-page-price-plus-platinium .package-page-price-content-price-yearly, .package-page-price-plus-platinium .package-page-price-title {
    opacity: .5
}

.package-page-price-tab-header-inside > div.package-page-price-plus-platinium a {
    background-color: #d6d6d6
}

.package-page-price-tab-content-first-title, .package-page-price-tab-content-title {
    z-index: 97;
    line-height: 24px;
    color: #1c5e95;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #eff1f3
}

.package-page-price-options-row {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

    .package-page-price-options-row > div {
        flex: 1 0 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 21px;
        color: #233844;
        font-size: 14px;
        padding: 12px 15px;
        border-left: 1px solid #ddd
    }

        .package-page-price-options-row > div:first-child {
            flex: 0 0 484px;
            max-width: 484px;
            align-items: center;
            justify-content: start;
            display: flex;
            text-align: left
        }

            .package-page-price-options-row > div:first-child > div {
                display: flex;
                align-items: center;
                line-height: 24px
            }

.package-page-price-mobile-tab-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 98;
    background-color: #fff
}

.package-page-price-mobile-tab-header-inside {
    display: flex;
    align-items: center;
    margin-right: -2px;
    margin-left: -2px;
    background-color: #fff
}

    .package-page-price-mobile-tab-header-inside > div {
        position: relative;
        flex: 1 0 0%;
        padding: 0 2px
    }

        .package-page-price-mobile-tab-header-inside > div span {
            position: relative;
            display: block;
            color: #233844;
            font-size: 13px;
            text-align: center;
            padding: 7px 5px;
            border: 1px solid #ddd
        }

        .package-page-price-mobile-tab-header-inside > div[data-title]:before {
            content: attr(data-title);
            position: absolute;
            left: 0;
            top: -18px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            color: #233844;
            font-size: 10px;
            font-weight: 400
        }

        .package-page-price-mobile-tab-header-inside > div:last-child span {
            border-right: 1px solid #ddd
        }

        .package-page-price-mobile-tab-header-inside > div span:after {
            content: '';
            position: absolute;
            left: -1px;
            top: -1px;
            width: calc(100% + 2px);
            height: 2px
        }

  .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-pos-pay span:after, .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-pos-pay.active span {
    color: #fff !important;
    background-color: #9fb7da;
    border-color: #9fb7da
  }

  .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-temel span:after, .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-temel.active span {
    color: #fff !important;
    background-color: #516987;
    border-color: #516987
  }

  .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-standart span:after, .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-standart.active span {
    color: #fff !important;
    background-color: #053755;
    border-color: #053755
  }

    .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-enterprise span:after, .package-page-price-mobile-tab-header-inside > .package-page-price-mobile-title-enterprise.active span {
        color: #fff !important;
        background-color: #0b9880;
        border-color: #0b9880
    }

.package-page-price-mobile-tab [data-tab-content] .package-page-price-mobile-content {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

.package-page-price-mobile-tab [data-tab-content] .package-page-price-mobile-content-price {
    color: #919ba1;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 14px
}

.package-page-price-mobile-tab [data-tab-content] .package-page-price-mobile-content-discount-price {
    color: #233844;
    font-size: 30px
}

.package-page-price-mobile-tab [data-tab-content] .package-page-price-mobile-content-price-monthly {
    color: #233844;
    font-size: 14px;
    flex: 0 0 100%
}

    .package-page-price-mobile-tab [data-tab-content] .package-page-price-mobile-content-price-monthly strong {
        font-size: 30px;
        font-weight: 500
    }

.package-page-price-mobile-tab [data-tab-content] .package-page-price-mobile-content-price-yearly {
    color: #233844;
    font-size: 14px;
    flex: 0 0 100%
}

.package-page-price-mobile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px
}

    .package-page-price-mobile-button a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130px;
        height: 32px;
        color: #fff;
        font-size: 13px;
        border-radius: 16px;
        background-color: #28669a;
        transition: .2s linear
    }

        .package-page-price-mobile-button a:hover {
            background-color: #fff;
            border-color: #28669a;
            color: #28669a
        }

@media (max-width:1199px) {
    .package-page-price-tab-header-inside {
        padding-left: 314px
    }

        .package-page-price-tab-header-inside > div {
            padding: 20px 10px 12px
        }

    .package-page-price-title {
        font-size: 18px
    }

    .package-page-price-content {
        margin-bottom: 10px
    }

    .package-page-price-content-price, .package-page-price-content-price-yearly {
        font-size: 12px
    }

    .package-page-price-content-discount-price, .package-page-price-content-price-monthly strong {
        font-size: 20px
    }

    .package-page-price-tab-header-inside > div a {
        font-size: 12px
    }

    .package-page-price-options-row > div:first-child {
        flex: 0 0 314px;
        max-width: 314px
    }
}

@media (max-width:991px) {
    .package-page-price-tab-content {
        border-top: 1px solid #ddd
    }

    .package-page-price-tab-content-first-title, .package-page-price-tab-content-title {
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    [data-tab-content] {
        display: none
    }

        [data-tab-content].active {
            display: block
        }

    .package-page-price-options-row > div[data-tab-content] {
        display: none
    }

    .package-page-price-options-row > div.active[data-tab-content] {
        display: flex
    }

    .package-page-price-options-row > div:first-child {
        flex: 0 0 484px;
        max-width: 484px
    }
}

@media (max-width:767px) {
    .package-page-price-options-row > div:first-child {
        flex: 0 0 304px;
        max-width: 304px
    }
}

@media (max-width:424px) {
    .package-page-price-options-row > div:first-child {
        flex: 0 0 244px;
        max-width: 244px
    }

    .package-page-price-options-row > div {
        font-size: 13px;
        padding: 8px 12px
    }

        .package-page-price-options-row > div:first-child > span {
            font-size: 11px
        }

    .package-page-price-mobile-tab-header-inside {
        margin-right: -1px;
        margin-left: -1px
    }

        .package-page-price-mobile-tab-header-inside > div {
            padding: 0 1px
        }
}

@media (max-width:374px) {
    .package-page-price-mobile-title-plus-platinium {
        display: none
    }

    .package-page-price-options-row > div:first-child {
        flex: 0 0 204px;
        max-width: 264px;
        padding: 6px
    }
}

.toplanti-odalari {
    overflow: hidden !important;
}
