@charset "utf-8";
:root {
    font-size: 16px;
    /* --body-color: var(--text-page-color); */
    --text-page-color: #333;
    --body-color: #999
}


/* @media (max-width:768px) {

  :root {
      font-size: 12px !important;
  }
}

@media (max-width:575px) {

  :root {
      font-size: 10px !important;
  }
} */

:root {
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-pen-red: #e71313;
    --ck-highlight-pen-green: #128a00;
}


/* CSS Document */

:focus {
    outline: 0 !important;
}

html {
    scroll-behavior: smooth;
    min-height: 100%;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--body-color);
    /* line-height: 1.7; */
    width: 100%;
}

body * {
    line-height: inherit;
}

main {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    main {
        margin-top: 72px;
    }
}

@media screen and (max-width: 575px) {
    main {
        margin-top: 65px;
    }
}

.body-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--body-color);
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
}

b,
strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 600;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 16px;
}

a {
    color: #36B2CC
}

section {
    margin: 6rem auto;
}

.homepage {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
}
.homepage main {
    margin: 0;
    flex: 1;
    width: 100%;
}
.homepage section {
    margin: auto;
}

.homepage section>h1+div,
.homepage section>h2+div,
.homepage section>h3+div,
.homepage section>h4+div,
.homepage section>h5+div,
.homepage section>h6+div {
    margin-top: 0rem;
}

.hero+section {
    margin-top: 3rem;
}

section>h1,
section>h2,
section>h3,
section>h4,
section>h5,
section>h6 {
    color: #00758D;
    font-family: "Inter", sans-serif;
    font-size: 3rem;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    max-width: 800px;
    margin: 0 auto .75em;
}

section>h1 span.pre,
section>h2 span.pre,
section>h3 span.pre,
section>h4 span.pre,
section>h5 span.pre,
section>h6 span.pre {
    display: block;
    text-align: center;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: .25em;
}

section>h1+div,
section>h2+div,
section>h3+div,
section>h4+div,
section>h5+div,
section>h6+div {
    margin-top: 3rem;
}

@media (max-width:768px) {
    section {
        margin: 4.5rem auto;
    }
    section>h1,
    section>h2,
    section>h3,
    section>h4,
    section>h5,
    section>h6 {
        font-size: 2.25rem;
    }
    section>h1 span.pre,
    section>h2 span.pre,
    section>h3 span.pre,
    section>h4 span.pre,
    section>h5 span.pre,
    section>h6 span.pre {
        font-size: 1.4rem;
    }
    section>h1+div,
    section>h2+div,
    section>h3+div,
    section>h4+div,
    section>h5+div,
    section>h6+div {
        margin-top: 2.25rem;
    }
}

@media (max-width:575px) {
    section>h1,
    section>h2,
    section>h3,
    section>h4,
    section>h5,
    section>h6 {
        font-size: 1.875rem;
    }
    section>h1 span.pre,
    section>h2 span.pre,
    section>h3 span.pre,
    section>h4 span.pre,
    section>h5 span.pre,
    section>h6 span.pre {
        font-size: 1.6875rem;
    }
    section {
        margin: 3.7rem auto;
    }
    section>h1+div,
    section>h2+div,
    section>h3+div,
    section>h4+div,
    section>h5+div,
    section>h6+div {
        margin-top: 1.875rem;
    }
}

section>.description {
    text-align: center;
    /* color: rgba(51, 51, 51, 0.50); */
    font-size: 1.25rem;
    margin: 0 auto 1.75em;
}

section>.description * {
    font-size: inherit;
}

@media (max-width:768px) {
    section>.description {
        font-size: 1rem;
    }
}

section>[class="description"] {
    /* max-width: 720px; */
}

input:focus {
    outline: none;
}

small {
    color: #323232 !important;
}

select {
    text-align-last: center;
}

.showMobile,
.goyomodMobileShow {
    display: none !important;
}

.fontArrangement {
    font-size: 16px;
}

.row {
    padding: 0;
    margin: 0;
}

.noPadding {
    padding: 0 !important;
}

.noMargin {
    margin: 0 !important;
}

.h100 {
    height: 100%;
}

.pt50 {
    padding-top: 50px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.marg-unset {
    margin: unset !important;
}

.grayBg {
    background-color: #f1f1f1 !important;
}

.whiteBg {
    background-color: #fff !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.d-flx-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flx-flw-col {
    flex-flow: column;
}

.sub-section-margin {
    margin-top: 20px;
}

.pos-rev {
    position: relative;
}

.activecol {}

.inactivecol {}

.navbar-expand-lg .navbar-collapse {
    column-gap: 1rem;
}

.navbar-expand-lg .navbar-nav {
    column-gap: 1rem;
    margin-left: auto;
    margin-right: 0
}


/* .navbar.is-sticky.countryChangeActive, .header-spacer.countryChangeActive{
  min-height: 116px;
} */

.cta {
    cursor: pointer;
    background: linear-gradient(90deg, #F79930 3.5%, #FFB25C 63.79%);
    border-radius: var(--borderR50);
    border: 1px var(--orange) solid;
    /* width: 13.375em; */
    height: auto;
    text-align: center;
    color: #fff;
    padding: 0.9375em 1.75em;
    font-weight: 700;
    display: inline-block;
    font-size: 1rem;
    transition: 0.25s all linear;
}

.cta:disabled {
    opacity: .85;
}

.cta:not(:disabled):hover {
    color: var(--orange);
    background: #fff;
    text-decoration: unset;
    transition: 0.25s all linear;
}

.cta-blue {
    font-size: 1.125rem;
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;
    -o-border-radius: 1.6em;
    -ms-border-radius: 1.6em;
    border-radius: 1.6em;
    background-color: #00788d;
    color: #ffffff;
    padding: .75em 2.6em;
    line-height: 16px;
    font-weight: 700;
    margin-top: 0;
    text-decoration: none;
    text-align: center;
    transition: 0.5s ease;
    -webkit-appearance: none;
    border: 1px solid #00788d;
}

.cta-blue:hover {
    border: 1px solid #00788d;
    color: #00788d;
    background: #ffffff;
    transition: 0.5s ease;
    text-decoration: none !important;
}

#campaignBanner {
    padding: 0;
    margin: 0;
    background-color: #febb0d;
    background-image: url("../img/campaign/campaign-bg.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 120px;
}

.info-p {
    font-size: 16px;
}

#campaignBannerRow {
    padding: 22px 0;
    z-index: 100;
}

.campaignContainer {
    width: 1200px;
    margin: 0 auto;
}

#campaignBannerLogoArea img {
    margin-left: 50%;
}

.campaignText {
    font-size: 25px;
    color: #fff;
    padding-top: 1rem;
}

.campaignText span {
    font-weight: bold;
}

.campaignButton {
    text-decoration: none;
    background-color: #ffffff;
    color: #666666;
    padding: 10px 17px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.5s ease;
    display: inline-block;
    margin-top: 12.5%;
    text-transform: uppercase;
    font-weight: 600;
}

.campaignButton:hover {
    background-color: #febb0d;
    color: #666666;
    transition: 0.5s ease;
    text-decoration: none;
}

#campaignBannerMobile {
    display: none;
    background-color: #f6992e;
}

#campaignBannerMobile .row {
    padding: 0;
    margin: 0;
}

.campaignTextMobile {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 20px 40px;
}

.campaignTextMobile span {
    font-weight: bold;
}

.campaignLogoAreaMobile {
    background-color: #ffffff;
    padding: 20px;
    border-top: 10px solid #fbb124;
}

.campaignLogoAreaMobile img {
    margin: 0 auto;
    display: block;
}

.campaignButtonMobile {
    width: 50%;
    text-decoration: none;
    background-color: #ffffff;
    color: #666666;
    margin: 30px auto;
    text-align: center;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.5s ease;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.campaignButtonMobile:hover {
    background-color: #febb0d;
    color: #666666;
    transition: 0.5s ease;
    text-decoration: none;
}
.justify-content-center{
    justify-content: center;
}
#header {
    position: static;
    background: #fff;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.2s ease;
    flex-flow: column;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (min-width: 576px) {
    #header {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-brand {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

.navbar-brand img {
    max-height: 60px;
    max-width: 160px;
}
.navbar.home-landing {
    position:initial !important
}
/* .home-landing .navbar-brand img {
    max-height: unset !important;
    max-width: unset !important;
    height: 100px;
} */
.home-landing .navbar-brand{
    margin: auto!important;
}

.homepage h1 {
    font-size: 2.25rem;
    max-width: 100%;
}
.homepage h1 span.pre {
    font-size: .75em;
}
@media screen and (max-width: 991px) {
    .navbar-brand img {
        max-height: 52px;
    }
    /* .home-landing .navbar-brand img {
        height: 82px;
    } */
}

@media screen and (max-width: 575px) {
    .navbar-brand img {
        max-height: 45px;
    }
    /* .home-landing .navbar-brand img {
        height: 64px;
    } */
}

#header.navbar .container {
    padding: 0 !important;
    margin: 0 auto !important;
}

#header.is-sticky {
    position: fixed;
    border-bottom: 1px solid var(--lightGray);
    -webkit-box-shadow: 0px 7px 14px -8px rgb(0 0 0 / 10%);
    box-shadow: 0px 7px 14px -8px rgb(0 0 0 / 10%);
}

#header .navbar-toggler {
    font-size: 0.75rem !important;
    background: #00788d;
    padding: 8px 12px;
}


/* .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  bottom:-20px;
  left: 49%;
} */

.header .resized {
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header.black {
    background: #fff;
}

.header.blue {
    background: #00788d;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

#accountButtons .dropdown-menu {
    border: 1px solid #ee9631;
    background-color: #ffffff;
    color: #ee9631;
    left: 15px;
    top: 35px;
    padding: 10px 22px;
    border-radius: 30px 30px;
    width: 100%;
    margin: 0px !important;
}

#accountButtons .dropdown-item {
    color: #f69830;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
}

#accountButtons .dropdown-item:hover {
    color: #f79930;
    background-color: transparent;
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    padding: 5px;
}

@media screen and (min-width:992px) {
    .dropdown-menu.row {
        transform: translateX(-50%);
        min-width: 150px;
        left: 50%;
    }
    .dropdown-menu.row.show {
        display: flex;
    }
}

.dropdown-item {
    margin: 0px !important;
}

.dropdown-menu h2 {
    font-size: 14px;
    color: var(--orange);
    margin: auto;
    padding: 5px 0px;
}

.menu-flag {
    margin-right: 5px;
    height: 12px;
    width: auto;
}

#navbarSupportedContent li a,
#navbarSupportedContent li span {
    display: flex;
    align-items: center;
    float: left;
    text-decoration: none;
    color: #00788d;
    font-size: 12px;
    transition: 0.5s ease;
    font-weight: 500;
    line-height: 2em;
    cursor: pointer;
    padding: 10px 10px;
}

#navbarSupportedContent ul.navbar-nav>li>span,
#navbarSupportedContent ul.navbar-nav>li>a {
    font-weight: 600;
}

#navbarSupportedContent li a.landing {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.dropdown-item img {
    margin-right: 10px;
}

#navbarSupportedContent li a:hover {
    color: #f79930;
    transition: 0.5s ease;
}

#header .giris {
    float: right;
    border: 1px solid #00788d;
    color: #00788d;
    display: table;
    padding: 13px 50px;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
    text-decoration: none;
    width: auto;
    display: block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#header .girisNew {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color: #00788d;
    color: #ffffff;
    padding: 12px 50px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 0;
    text-decoration: none;
    text-align: center;
    transition: 0.5s ease;
    -webkit-appearance: none;
    border: 1px solid #00788d;
}

#header .cta {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.account {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color: #00788d;
    color: #ffffff;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
    text-decoration: none;
    text-align: center;
    transition: 0.5s ease;
}

.account:hover {
    border: 1px solid #00788d;
    color: #00788d;
    background: #ffffff;
    transition: 0.5s ease;
}

#header .girisNew:hover {
    border: 1px solid #00788d;
    color: #00788d;
    background: #ffffff;
    transition: 0.5s ease;
}

#header.blue .giris {
    background: #fff;
    color: #00788d;
}

.header.blue .menu li a {
    color: #fff;
}

.header.blue .menu li #subMenu {
    background-color: #00788d;
    color: #ffffff;
}

.footer {
    background: var(--blue);
    border-top: 1px solid #00788d;
    padding: 40px 0 16px 0;
    position: relative;
    z-index: 0;
}

.alignCenter {
    margin: 30px auto;
    color: #ffffff;
}

.textCenter {
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.footer-logo {
    float: left;
}

.home-map {
    filter: grayscale(100%);
    transition: 0.5s ease;
}

.home-map:hover {
    filter: grayscale(0%);
    transition: 0.5s ease;
}

.form-group label.float-label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0%, -50%);
    color: gray;
    transition: 0.2s all linear;
    width: 100%;
    text-align: left;
    margin: 0;
    height: fit-content;
    text-align: left;
    display: block;
    background-color: transparent;
    font-weight: 300;
    line-height: 1;
    width: max-content;
}

.form-group.label-white label.float-label {
    color: #fff;
}

.form-group input:focus+label.float-label.white-label {
    top: -5px !important;
    background-color: #fff;
}

.form-group input:focus+label.float-label {
    top: -5px !important;
    left: 10%;
    transform: translateY(-30%);
    font-size: 12px;
    padding: 0 5px;
    text-align: left;
    width: fit-content;
    transition: 0.2s all linear;
    color: var(--blue);
}

.float-label.for-intl-input {
    left: 66px !important;
}

.requestForm .float-label.for-intl-input {
    left: 72px !important;
}

.requestForm .iti__selected-flag {
    justify-content: center;
}

.form-group input:not(:placeholder-shown)+label.float-label,
.form-group .float-label.for-intl-input.active {
    top: -5px !important;
    left: 10%;
    padding: 0 5px;
    /* transform: translateY(-30%); */
    font-size: 12px;
    text-align: left;
    width: fit-content;
    transition: 0.2s all linear;
    color: var(--blue);
    background-color: #fff;
}

.form-group input:not(:placeholder-shown)+label.float-label.white-on-filled,
.form-group .float-label.for-intl-input.active {
    color: var(--blue);
    top: -5px !important;
    background-color: #fff;
}

.form-group input:focus+label.float-label.white-on-filled {
    color: var(--blue);
    background-color: #fff;
}

#subscribed {
    background-color: #f79930;
    color: #fff;
}

#subscribeform {
    float: left;
    height: auto;
    width: 100%;
    padding: 0 0 0 0;
    margin: 49px 0 22px 0;
    position: relative;
}

#subscribeform .email {
    width: 100%;
    height: 50px;
    padding: 0 10px 0 25px;
    color: #ffffff;
    font-size: 12px;
    background: var(--lightBlue);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
}

#subscribeform .send {
    position: absolute;
    right: 0;
    background: url("../img/right-arrow.png") center center no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#changePass .cikti {
    color: #00788d !important;
}

#cikti {
    padding: 0 15px 20px;
    color: #00788d;
    word-wrap: break-word;
    text-align: center;
}

#ciktiBulten {
    color: #fff;
    padding-top: 10px;
    padding-left: 25px;
}

.cikti {
    padding: 20px 30px 20px;
    word-wrap: break-word;
    text-align: center;
}

.cikti a {
    text-decoration: underline;
}

.cikti a:hover {
}

.footer-menu {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.footer-menu li {
    float: left;
    width: 100%;
    list-style-type: none;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.footer-menu li a:hover {
    opacity: 0.8;
}

#subscribeform .email::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
}

#subscribeform .email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a2a2a2;
}

#subscribeform .email::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a2a2a2;
}

#socialMediaMain .social-media {
    float: none;
    padding: 0 0 0 0;
    margin: 0;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 65%; */
}

.float-right {
    float: right;
}

.social-media li {
    float: left;
    list-style-type: none;
    margin-right: 11px;
}

.social-media li a {
    text-decoration: none;
    display: block;
    opacity: 1;
}

.social-media li a:hover {
    opacity: 0.8;
}

.price-container {
    margin: 15px 0;
    text-align: center;
    padding: 15px 0 0;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0px 2px #888888;
    line-height: 40px !important;
}

.price-container sup {
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
}

.price-container small {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff !important;
    text-shadow: none;
}

.social-media li.facebook a {
    background: url("../img/soc/facebook.svg") center center no-repeat;
    width: 31px;
    height: 30px;
}

.social-media.dark {
    margin: 0;
}

.social-media.dark li.facebook a {
    background: url("../img/soc/facebook-dark.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}

.social-media li.twitter a {
    background: url("../img/soc/twitter.svg") center center no-repeat;
    width: 31px;
    height: 30px;
}

.social-media.dark li.twitter a {
    background: url("../img/soc/twitter-dark.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}

.social-media li.google-plus a {
    background: url("../img/soc/gplus.png") center center no-repeat;
    width: 31px;
    height: 30px;
}

.social-media li.pinterest a {
    background: url("../img/soc/pinterest.png") center center no-repeat;
    width: 31px;
    height: 30px;
}

.social-media li.instagram a {
    background: url("../img/soc/instagram.svg") center center no-repeat;
    width: 31px;
    height: 30px;
}

.social-media.dark li.instagram a {
    background: url("../img/soc/instagram-dark.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}

.social-media li.linkedin a {
    background: url("../img/soc/linkedin.svg") center center no-repeat;
    width: 31px;
    height: 30px;
}

.social-media.dark li.linkedin a {
    background: url("../img/soc/linkedin-dark.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}

.social-media li.youtube a {
    background: url("../img/soc/youtube.svg") center center no-repeat;
    width: 31px;
    height: 30px;
}

.social-media.dark li.youtube a {
    background: url("../img/soc/youtube-dark.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}

.footer .sub-title,
.footer .sub-title a {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.copyright {
    background: var(--blue);
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    border-top: 1px solid #e0f5f9;
    padding: 22px 0;
    text-align: center;
    color: #fff;
}

.copyright.grayBg {
    background-color: #ECECEC;
    text-align: left;
}

.copyright.grayBg .row {
    display: flex;
    align-items: center;
    /* Vertically centers items */
}

.copyright.grayBg p {
    color: #00758D;
    margin: 0;
}

.bulten-text {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 28px auto 0 auto;
    display: table;
}

.bulten-text a {
    color: var(--orange);
}

.bulten-logo {
    margin: 0 auto;
    display: table;
}


/*header & footer*/

.sld {
    padding: 0;
    position: relative;
    /* margin-top: 70px; */
    min-height: calc(100vh - 90px);
    min-height: 700px;
}

.sld:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 700px;
    opacity: 0.6;
    z-index: -1;
    background-image: url("../img/anabanner_1.png");
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #c6e2fa;
}

.sld-area {
    padding: 100px 0;
}

.sld-area .slogan-1 h1 {
    text-align: left;
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sld-area .slogan-1 span {
    font-size: 36px;
    line-height: 46px;
    color: #f79930;
    font-weight: 300;
}

.sld-area .slogan-2 ul {
    list-style: none;
    padding-left: 20px;
}

.sld-area .slogan-2 .bannerSubText {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}

.sld-area .slogan-2 ul li::before {
    content: "\2022";
    color: #f79930;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}

.sld-area .slogan-2 {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.7px;
    margin: 25px 0 50px;
}

.sld-area .sanal-ofis-alani .baslangic-tarihi {
    float: left;
    background-color: #fff;
    background-image: url("../img/date.png");
    background-repeat: no-repeat;
    background-position: 24px 17px;
    color: #00788d;
    border: 1px solid #045968;
    padding: 21px 55px 21px 70px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    margin-right: 35px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sld-area .sanal-ofis-alani .baslangic-tarihi input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

.sld-area .sanal-ofis-alani .bitis-tarihi {
    float: left;
    background-color: #fff;
    background-image: url("../img/date.png");
    background-repeat: no-repeat;
    background-position: 20px 17px;
    color: #00788d;
    border: 1px solid #045968;
    padding: 21px 55px 21px 70px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    margin-right: 35px;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sld-area .sanal-ofis-alani .hemen-kirala a {
    float: left;
    padding: 21px 45px;
    text-align: center;
    background: #f79930;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.5s ease;
}

.sld-area .sanal-ofis-alani .hemen-kirala:hover a {
    background-color: #ffffff;
    color: #f79930;
    transition: 0.5s ease;
}

.sld-area .sanal-ofis-alani .hemen-kirala a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.get-info {
    background: #00788d;
    padding-top: 60px;
    text-align: center;
}

.get-info-area {
    padding-bottom: 63px;
}

.get-slgn {
    margin-bottom: 50px;
}

.get-slgn .get-info-slgn {
    font-size: 25px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.get-slgn .get-info-slgn span {
    font-weight: 700;
    color: #00788d;
}

.get-slgn .get-info-slgn:last-child {
    margin-bottom: 0 !important;
}

.get-info-text {
    text-align: center;
    width: 600px;
    font-size: 14px;
    line-height: 23px;
    margin: 0 auto 65px auto;
}

.get-info-text strong {
    margin: 0 auto;
    display: table;
    font-weight: 700;
}

.get-info-button {
    margin: 0 auto;
    display: table;
    background: #fff;
    color: #000000 !important;
    border: 1px solid #00788d;
    text-decoration: none !important;
    padding: 18px 62px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.get-info-photos {
    margin-bottom: 50px;
    padding-right: 13px;
    padding-left: 13px;
}

.get-info-photos div {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}

#talepForm {
    margin: 0 20px;
    background-color: rgba(0, 120, 141, 0.7);
    padding: 5px;
}

.pageTalepForm #cikti {
    color: var(--blue) !important;
}

#useragreeform {
    /* margin-top: 5px !important; */
}

.bannerForm {
    background-color: #fff !important;
}

.bannerForm .form-group p {
    color: #00788d !important;
    font-weight: bold;
    text-align: left;
}

#talepForm .form-group {
    margin: 10px 20px;
}

#talepForm .form-group:last-of-type {
    margin-bottom: 0;
}

#talepForm .form-group h3 {
    margin: 25px auto 15px;
    color: #f79930;
    font-size: 20px;
}

#talepForm .form-group p {
    padding: 0;
    margin: 0;
    color: #ffffff;
}

#talepForm #btnTalep {
    margin: 10% 10%;
    padding: 10px;
    width: 80%;
    background-color: #f79930;
    border: 1px solid #f79930;
    color: #ffffff;
    transition: 0.5s ease;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.pageTalepForm .useragreeform {
    color: #fff;
}

#talepForm .checkForm {
    font-size: 12px;
}

#talepForm #btnTalep:hover {
    color: #f79930;
    background-color: #ffffff;
    transition: 0.5s ease;
    border: 1px solid #f79930;
}

#talepForm .form-group input,
#btnTalep,
#talepForm {
    font-size: 13px;
    margin-top: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.join-now {
    /* background: #efefef; */
    background-color: #fff;
    /* padding-top: 57px; */
    padding-bottom: 57px;
}

.join-now-area {
    padding-top: 5px;
}

.join-now-area p {
    color: #555;
}

.news {
    background: #ffffff;
    padding-top: 57px;
    padding-bottom: 57px;
    margin: 0;
    max-height: 275px;
}

.join-now .join-now-area-1 {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}

.join-now .join-now-area-1 div {
    margin-bottom: 15px;
}

.join-now .join-now-area-1 div:last-child {
    margin-bottom: 0;
}

.join-now-button {
    float: right;
    background: #fff;
    color: #00788d !important;
    text-decoration: none !important;
    padding: 25px 52px;
    font-size: 15px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 19px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.join-now-area-1 span {
    font-weight: 700;
}

.opportunities {
    background: #fff;
    padding-top: 56px;
}

.opportunities .opportunities-title {
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
    color: #323232;
    background: url(../img/title-bottom.png) bottom center no-repeat;
    margin: 0 auto 35px auto;
    display: table;
    padding: 0 0 19px 0;
}

.joint-title {
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
    color: #323232;
    background: url(../img/title-bottom.png) bottom center no-repeat;
    margin: 0 auto 40px auto;
    display: table;
    padding: 0 0 19px 0;
}

.price {
    padding-top: 45px;
    background-image: url("../img/pricing_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #ffe7a1;
}

#virtual {
    padding-top: 45px;
    padding-bottom: 85px;
}

.price .price-title {
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
    color: #323232;
    margin: 0 auto 37px auto;
    display: table;
    padding: 0 0 19px;
}

.price .price-text {
    margin: 0 auto;
    display: table;
    color: #00758d;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.smallText {
    margin: 0 auto;
    font-size: 12px;
    display: table;
    color: #323232;
    text-align: center;
}

.price h2 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #00788d;
}

.priceHeader {
    text-align: center;
    background-color: #fff;
    color: #00788d;
    padding: 15px;
    margin: 0 25px 35px;
    border-radius: 30px;
}

.priceListItemHeader {
    font-size: 20px !important;
    font-weight: bold;
    padding: 20px !important;
    margin: 0 !important;
}

.priceListItemHeader ul {
    margin-top: 20px !important;
}

.priceListItemHeader ul li {
    font-weight: 500;
}

.price-options {
    margin: 0 auto;
    width: 100%;
    padding: 35px 0;
    background-color: #f08338;
    -webkit-box-shadow: 0px 0px 14px 4px rgba(30, 33, 42, 0.15);
    -moz-box-shadow: 0px 0px 14px 4px rgba(30, 33, 42, 0.15);
    box-shadow: 0px 0px 14px 4px rgba(30, 33, 42, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.price-options ul {
    margin: 0;
    padding: 0;
}

.price-options ul li {
    list-style-type: none;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 14px;
}

.price-options ul li.hizmet-disi {
    text-decoration: line-through;
    font-style: italic;
}

.price-options ul li:last-child {
    margin-bottom: 0;
}

.price-start-now {
    padding: 22px 60px;
    text-align: center;
    background: #00788d;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.5s ease;
    position: relative;
    z-index: 999;
}

.price-start-now:hover {
    background-color: #ffffff;
    color: #00788d;
    text-decoration: none;
    transition: 0.5s ease;
}

.twitter-section {
    padding: 56px 0;
    background: #00788d;
}

.twitter-section .twitter-area * {
    margin-right: auto;
    margin-left: auto;
    display: table;
    color: #fff;
    text-decoration: none;
}

.twitter-section .twitter-area .img-twitter {
    margin-bottom: 24px;
}

.twitter-section .twitter-area .twitter-comment {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-bottom: 26px;
    text-align: center;
}

.twitter-section .twitter-area .twitter-tag {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 28px;
}

.twitter-section .twitter-area .twitter-follow {
    background: #ffffff;
    color: #00788d;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 27px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.home-contant {
    background: #fff;
    padding-top: 52px;
}

.home-contact-area {
    padding-bottom: 75px;
}

.home-contact-area .contact-title {
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
    color: #323232;
    background: url("/templates/template-default/view/img/title-bottom.png") bottom center no-repeat;
    margin: 0 auto 55px auto;
    display: table;
    padding: 0 0 19px;
}

.gotoButton {
    /* width: 90%; */
    /* margin: 0 auto 20px; */
    padding: 10px;
    background: #00788d;
    align-self: stretch;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none !important;
}

.home-contact-area iframe {
    width: 100%;
    height: 415px;
    border: 0;
}

.home-address * {
    color: #5d5c5c !important;
    height: 55px;
    float: left;
    clear: left;
    text-decoration: none !important;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    font-size: 14px;
}

.home-address *:last-child {
    margin-bottom: 0;
}

.home-address .address {
    max-width: 400px;
}

.home-address .address:before {
    content: url(../img/ikons/address/olmadik-ofis-adres.png);
    float: left;
    display: block;
    margin: 0 21px 10px 0;
}

.home-address .phone:before {
    content: url(../img/ikons/address/olmadik-ofis-telefon.png);
    float: left;
    display: block;
    margin: 0 15px 10px 0;
}

.phone,
.email {
    line-height: 40px;
}

.home-address .email:before {
    content: url(../img/ikons/address/olmadik-ofis-mail.png);
    float: left;
    display: block;
    margin: 0 11px 10px 0;
}


/*page 404*/

.page-404 {
    min-height: 100dvh;
}

.page-404 .col-md-9 {
    padding: 40px 0px;
}

.page-404 .not-found-title {
    color: #00758D;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: .6em;
}

.page-404 .not-found-title span {
    color: #F79930;
    font-size: 48px;
    font-weight: 600;
}

.page-404 .not-found-text {
    color: rgba(51, 51, 51, 0.70);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.55;
    /* 166.667% */
    margin-bottom: 3em;
}

.page-404-area .not-found-link img {
    height: 100px;
}

.page-404-area .not-found-img {
    width: 70%;
    display: block;
    margin: 0 auto;
}


/*page 404*/


/*page faq*/

.page-faq {
    background: #fff;
    /* margin-top: 70px; */
}

.page-faq .page-faq-area {
    padding-top: 70px;
    padding-bottom: 80px;
    margin-top: 60px;
}

.page-faq .page-faq-area .page-faq-title {
    margin: 0 auto;
    display: table;
    text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #565656;
    margin-bottom: 64px;
    background: url(/templates/template-default/view/img/title-bottom.png) bottom center no-repeat;
}

.faq-form .search-button {
    float: left;
    background: url("../img/ikons/search.png") center center no-repeat;
    width: 21px;
    height: 22px;
    border: none;
    cursor: pointer;
    margin: 17px 25px 0 0;
}

.faq-form .faq-input {
    float: left;
    width: 90%;
    height: 55px;
    border: none;
}

#faq-form {
    /* float: left; */
    width: 100%;
    height: auto;
    border: 1px solid #c2c2c2;
    margin: 32px 0;
    padding: 0px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: flex;
}

.faq-in-area {
    margin: 0 auto;
    display: block;
    max-width: 850px;
}

.accordion {
    background-color: #f2f6f7;
    color: #616161;
    cursor: pointer;
    padding: 19px 65px 18px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.accordion:hover {
    background-color: #edf5f7;
}

.accordion {
    background-image: url("../img/ikons/open.png");
    background-position: 97% 52%;
    background-repeat: no-repeat;
}

.accordion.active {
    background-image: url("../img/ikons/close.png");
    background-position: 97% 52%;
    background-repeat: no-repeat;
}

.panel {
    padding: 0 35px;
    background-color: #fafafa;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    color: #616161;
    font-size: 14px;
    margin: 20px 0;
}

.accordion-seperator {
    margin-bottom: 28px;
}

.accordion h2 {
    font-size: 16px;
}


/*faq page*/


/*gallery page*/

.photo-gallery {
    background: #fff;
    padding-top: 66px;
    padding-bottom: 66px;
}

.photo-gallery .photo-gallery-area .gallery-title {
    font-size: 25px;
    line-height: 22px;
    color: #323232;
    background: url(/templates/template-default/view/img/title-bottom.png) bottom center no-repeat;
    margin: 0 auto 37px auto;
    display: table;
    padding: 0 0 19px;
    font-weight: 500;
}

.photo-gallery .photo-gallery-area .gallery-info-text {
    text-align: center;
    max-width: 370px;
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto 72px auto;
}

.get-gallery-photos {
    margin-bottom: 50px;
    padding-right: 13px;
    padding-left: 13px;
}

.get-gallery-photos div {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}

.gallery-pager {
    margin: 0 auto;
    padding: 0;
    display: table;
}

.gallery-pager li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
}

.gallery-pager li a {
    text-decoration: none;
    display: block;
    padding: 16px 17px;
    font-size: 20px;
    line-height: 20px;
    color: #b7b7b7;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.gallery-pager li.active a,
.gallery-pager li:hover a {
    color: #00788d;
    border: 1px solid #00788d;
    font-weight: 700;
}

.gallery-pager li.prev a:before {
    content: url(../img/ikons/prev.png);
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

.gallery-pager li.next a:before {
    content: url(../img/ikons/next.png);
    display: block;
    float: left;
    margin: 0 0 0 15px;
}

.gallery-pager li.next:hover a,
.gallery-pager li.prev:hover a {
    border: 1px solid #fff;
}

.about:before,
.hakkimizda:before,
.subPage:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: .6; */
    z-index: -1;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-position: center;
    -webkit-background-size: 100% 300px;
    -moz-background-size: 100% 300px;
    -o-background-size: 100% 300px;
    background-size: 100% 300px;
}

.about-area,
.subPage-area,
.member-area {
    /* position: relative; */
    height: 300px;
    padding-top: 22px;
}

.about-area #about-img,
.subPage-area #subPage-img,
.member-area #member-img {
    float: right;
}

.subPage-area #subPage-title,
.member-area #member-title,
.about-area #about-title {
    float: left;
    padding-top: 40px;
}

.about-area .slogan-1,
.subPage-area .slogan-1,
.member-area .slogan-1 {
    text-align: center;
    color: #f79930;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.about-area .slogan-2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    margin: 25px 0 60px 0;
}

.sld-area .slogan-2 span {
    font-weight: 800;
}


/* .about-us-info {
  background: #fff;
  padding-bottom: 79px;
} */

.about-us-text {
    color: #414141;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 28px;
    text-align: center;
}

.about-option-row {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 35px;
}

.about-option {
    width: 100%;
    height: auto;
    border: 1px solid #338593;
    padding: 0 30px 40px 30px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.about-option .about-option-icon {
    margin: -60px auto 0 auto;
    display: table;
}

.about-option .about-option-icon:after {
    content: url(../img/title-bottom.png);
    margin-bottom: 23px;
    margin-top: 16px;
    display: block;
}

.about-option .about-option-text {
    color: #767676;
    font-size: 15px;
    line-height: 25px;
    min-height: 150px;
}

.about-option-col {
    margin-top: 95px;
}


/*about us*/


/*joint form*/

.pt70 {
    padding-top: 70px !important;
}

.pt100 {
    padding-top: 50px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt170 {
    padding-top: 170px !important;
}

.page-joint {
    padding-top: 70px;
    padding-bottom: 90px;
}

.page-joint .page-joint-area .page-joint-title {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
    color: #ffffff;
}

.page-joint .page-joint-area .page-joint-slogan {
    text-align: center;
    margin: 12px auto 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}

.joint-in-area.subscribe-completed {
    padding-top: 60px;
    padding-bottom: 60px;
}

.joint-in-area.subscribe-completed svg {
    margin: auto;
    max-width: 300px
}

.joint-in-area.subscribe-completed h1 {
    color: #00758D;
    font-size: 36px;
    font-weight: 600;
}

.joint-in-area.subscribe-completed p {
    color: rgba(51, 51, 51, 0.70);
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.333;
    /* 133.333% */
    margin-bottom: 2em;
}

#jointform #error {
    padding: 15px 0;
    color: #fff;
}

.dashboardMemberForm #error {
    color: #00788d !important;
}

.joint-form-row {
    margin-top: 10px;
}

input#code.checking {
    background: #fff url(../img/contactloader.gif) right 20px center no-repeat;
}

input#code.success {
    background: #fff url(../img/success.png) right 20px center no-repeat;
}

input#code.failed {
    background: #fff url(../img/failed.png) right 20px center no-repeat;
}

.joint-form-row .text-input {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 46px;
    padding: 10px;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.joint-form-row .select-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 46px;
    padding: 10px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #555;
}

.locationSelection {
    position: relative;
}

.locationSelection:after {
    content: "\25BC";
    font: 17px;
    color: var(--text-page-color);
    right: 11px;
    top: 9px;
    padding: 5px 0 0 5px;
    position: absolute;
    pointer-events: none;
}

.joint-form-row .long {
    padding-right: 0;
}

.joint-form-row .short label {
    color: var(--blue);
    font-size: 16px;
    margin-top: 16px;
    display: inline;
}

.long.plus {
    margin-bottom: 15px;
}

.contractLink {
    color: #f79930;
}

.site-menu-button {
    width: 30px;
    margin: 15px auto 0 auto;
    display: none;
}

.site-menu-button span {
    height: 4px;
    margin-bottom: 3px;
    border-radius: 2px;
    display: block;
    background: #00788d;
    width: 100%;
}

.blue .site-menu-button span {
    background: #fff;
}


/*the container must be positioned relative:*/

.uyelik-bitis-yil {
    position: relative;
    width: 150px;
    float: left;
    margin-right: 20px;
}

.uyelik-bitis-yil select {
    display: none;
    /*hide original SELECT element:*/
}

.uyelik-bitis-ay {
    position: relative;
    width: 150px;
    float: left;
    margin-right: 14px;
}

.uyelik-bitis-ay select {
    display: none;
    /*hide original SELECT element:*/
}

.uyelik-baslangic-yil {
    position: relative;
    width: 150px;
    float: left;
    margin-right: 20px;
}

.uyelik-baslangic-yil select {
    display: none;
    /*hide original SELECT element:*/
}

.kurulus-gun {
    position: relative;
    width: 134px;
    float: left;
    margin-right: 14px;
}

.kurulus-gun select {
    display: none;
    /*hide original SELECT element:*/
}

.uyelik-baslangic-ay {
    position: relative;
    width: 150px;
    float: left;
    margin-right: 14px;
}

.uyelik-baslangic-ay select {
    display: none;
    /*hide original SELECT element:*/
}

.kurulus-ay {
    position: relative;
    width: 135px;
    float: left;
    margin-right: 20px;
}

.kurulus-ay select {
    display: none;
    /*hide original SELECT element:*/
}

.kurulus-yil {
    position: relative;
    width: 135px;
    float: left;
}

.kurulus-yil select {
    display: none;
    /*hide original SELECT element:*/
}

.uyelik-baslangic {
    position: relative;
    width: 150px;
    float: left;
}

.uyelik-baslangic select {
    display: none;
    /*hide original SELECT element:*/
}

.uyelik-bitis {
    position: relative;
    width: 150px;
    float: left;
}

.uyelik-bitis select {
    display: none;
    /*hide original SELECT element:*/
}

.credit-cart-month {
    position: relative;
    width: 100%;
    float: left;
}

.credit-cart-month select {
    display: none;
    /*hide original SELECT element:*/
}

.credit-cart-year {
    position: relative;
    width: 100%;
    float: left;
}

.credit-cart-year select {
    display: none;
    /*hide original SELECT element:*/
}

.warning-text {
    float: left;
    font-size: 16px;
    color: #00788d;
    line-height: 42px;
    margin-right: 25px;
    font-weight: 600;
    width: 100px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.select-selected {
    background-color: #fff;
    border: 1px solid #d6d6d6 !important;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 22px;
    right: 25px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #000;
    padding: 9px 14px 10px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*style items (options):*/

.select-items {
    position: absolute;
    color: #000;
    background: #fff;
    border-bottom: 2px solid #d6d6d6;
    border-left: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.total-price-title {
    float: left;
    margin-right: 53px;
}

.total-price-title span:first-child {
    display: block;
    clear: left;
    font-size: 16px;
    color: #616161;
    font-weight: 600;
}

.total-price-title span:last-child {
    display: block;
    clear: left;
    font-size: 14px;
    color: #00788d;
    font-weight: 600;
}

.total-price {
    float: right;
    font-size: 20px;
    color: #616161;
    font-weight: 600;
    margin-right: 80px;
}

.price-type {
    font-size: 17px;
    line-height: 17px;
    color: #000000;
    font-weight: 700;
    border: 3px solid #d7d7d7;
    padding: 17px 51px 17px 71px;
    float: left;
    cursor: pointer;
}

.price-type.credit-cart {
    background-image: url("../img/ikons/credit-1.png");
    background-repeat: no-repeat;
    background-position: 8% 53%;
}

.price-type.credit-cart:hover,
.price-type.credit-cart.select {
    background-image: url("../img/ikons/credit-2.png");
    background-repeat: no-repeat;
    background-position: 8% 53%;
}

.price-type.pay-cart {
    margin-left: 25px;
    background-image: url("../img/ikons/paypal-1.png");
    background-repeat: no-repeat;
    background-position: 12% 53%;
}

.price-type.pay-cart:hover,
.price-type.pay-cart.select {
    margin-left: 25px;
    background-image: url("../img/ikons/paypal-2.png");
    background-repeat: no-repeat;
    background-position: 12% 53%;
}

.price-type.select,
.price-type:hover {
    border: 3px solid #00788d;
    color: #00788d;
}

#priceRow {
    position: relative;
}

#priceRow .col-md-12 {
    padding: 0;
}

.price-options img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
}

.submit-label {
    padding: 0px 75px;
    margin: 20px 0 50px 0;
}

.sendjoint {
    display: block;
    background: #f79930 !important;
    border: 1px solid #f79930;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 14px;
    font-weight: 600;
    padding: 15px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.sendjoint:not([disabled]):hover {
    color: #f79930;
    background: #ffffff !important;
    text-decoration: none;
    border: 1px solid #f79930;
}

.card-info {
    padding-top: 40px;
    padding-bottom: 5px;
}

.card-info label {
    color: #00788d;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    display: block;
}

.cardnumbers .col-md-4 {
    padding: 0;
}

.cardnumbers label {
    float: left;
    clear: left;
    color: #00788d;
    font-weight: 600;
    font-size: 15px;
}

.cardnumbers .col-md-4:last-child input {
    width: 100%;
}

.cardnumbers input {
    float: left;
    clear: left;
    border: 1px solid #d6d6d6;
    box-shadow: 1px 2px 4px #cecece;
    width: 90%;
    padding: 9px 11px 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.card-info input {
    float: left;
    clear: left;
    border: 1px solid #d6d6d6;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    padding: 8px 20px;
    color: #606060;
}

.cvvnumber {
    float: left;
    clear: left;
    border: 2px solid #d6d6d6;
    width: 100%;
    padding: 18px 33px;
}

.cvvnumber-area .bilgi {
    content: url(/templates/template-default/view/img/ikons/cvv.png);
    position: absolute;
    right: 8px;
    bottom: 37px;
    display: block;
    cursor: pointer;
}

.bilgi-ac {
    display: none;
    position: absolute;
    border: 1px solid #00788d;
    text-align: center;
    padding: 7px 12px;
    font-size: 12px;
    background: #fff;
    right: 10px;
    top: 2px;
}


/*joint form*/


/*member*/

.member {
    padding: 0;
    position: relative;
}

.cn-button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    margin-top: 5px;
    *margin-left: 0.3em;
    line-height: 20px;
    color: var(--text-page-color);
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    /* :progid: DXImageTransform.Microsoft.gradient(startColorstr= "#ff0088cc", endColorstr= "#ff0044cc", GradientType=0); */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.cookie-notice-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 999999;
    text-align: center;
    padding: 10px 5px;
    display: none;
}

.cookie-notice-container #cn-notice-text {
    font-size: 14px;
    color: #fff;
    margin-right: 7px;
}

.member:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: .6; */
    z-index: -1;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-position: center;
    -webkit-background-size: 100% 300px;
    -moz-background-size: 100% 300px;
    -o-background-size: 100% 300px;
    background-size: 100% 300px;
}

.member-area.login-area {
    padding-top: 100px;
    padding-bottom: s61px;
}

.member-form {
    background: #f79930;
    padding-top: 85px;
    padding-bottom: 85px;
}

.member-form-white {
    background: transparent;
    padding: 50px 0;
}

.member-formTurquise {
    background: #00788d;
    padding-top: 100px;
    padding-bottom: 100px;
}

.member-formTurquise h2 {
    margin-bottom: 20px;
}

.white {
    color: #ffffff;
}

.member-formTurquise p {
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.loginButtons {
    background-color: #ffffff;
    color: #00788d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    transition: 0.5s ease;
    width: 70%;
    margin-left: 15%;
}

.loginButtons:hover {
    background-color: #00788d;
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s ease;
}

::placeholder {
    color: #8d8d8d;
}

.member-form-area h2 {
    font-size: 16px;
    color: #00788d;
}

.update-pw-title {
    margin-bottom: 120px;
}

.member-form-area p {
    color: #616161;
    font-size: 12px;
    padding-bottom: 30px;
}

.member-form-area.payment-page .row {
    flex-flow: column;
}

.member-area .profile-picture {
    background: #fff;
    color: #188598;
    text-align: center;
    text-decoration: none !important;
    width: 175px;
    height: 175px;
    border: 1px solid #188598;
    display: block;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    margin-left: 30px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    -webkit-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.39);
}

.member-area .profile-picture span {
    padding: 76px 0;
    display: block;
}

.member-area .profil-name {
    float: left;
    margin: 60px 0 0 240px;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}

.profile-links {
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    height: auto;
}

.profile-links a {
    float: left;
    padding: 13px 14px;
    color: #858585;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    border: 1px solid #fff;
}

.profile-links a.profile-link {
    color: #858585;
}

.profile-links a.active {
    color: #00789c !important;
    background: transparent;
}

.profile-links a:hover {
    color: #00789c !important;
    background: #fff !important;
    border: 1px solid #00789c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profile-label-area {
    margin-bottom: 15px;
}

.profile-row .profile-label-area label {
    color: #00788d;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 2;
    display: block;
    text-align: center;
}

.member-form-area h1 {
    font-size: 36px;
    font-weight: 600;
    margin: auto;
    color: #00758D;
}

.member-form-area p {
    font-size: 1.125rem;
    margin: 0;
    color: #00758D
}

.profile-row .profile-label-area input,
.profile-row .profile-label-area select {
    border-radius: 50px !important;
    border: 1px solid #00758D;
    padding: 8px 20px;
    color: #00758D;
    text-align: center;
}

.profile-row .text-enter {
    border: 1px solid #d6d6d6;
    height: 42px;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.addresses,
ul.cards {
    padding: 0;
}

ul.addresses li,
ul.cards li {
    list-style: none;
    padding-bottom: 30px;
    position: relative;
    padding-right: 45px;
}

.member-form-area.payment-page h2 {
    text-align: left;
    color: #F08338;
    font-weight: 600;
    font-size: 1.875rem;
}

.main-title {
    color: #00758D !important;
    font-size: 36px;
}

ul.cards li {
    color: #616161;
    position: relative;
}

ul.cards li p {
    margin-left: 15px;
    font-size: 16px;
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
}

ul.cards li {
    display: flex;
    align-items: center;
}

ul.cards li a.delete {
    color: #00788d;
    text-decoration: none;
}

ul.addresses li {
    color: #616161;
    font-size: 14px;
    max-width: 250px;
}

#passwordform .col-md-6,
#passwordform .col-md-4 {
    margin: auto;
}

.modal-backdrop {
    z-index: -1 !important;
}

.modal-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
}

.modal-header {
    border: unset;
}

.modal-footer {
    border: unset;
    display: flex;
    justify-content: center;
}

.modal-footer button {
    border-radius: 50px !important;
    padding: 15px 40px;
    min-width: 130px;
    line-height: 1;
}

.modal-footer button .btn-secondary {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.modal-footer button .btn-primary {
    color: #00758D;
    background-color: #fff;
    border: 1px solid #00758D;
}

.modal-body {
    padding: 50px 0 0 0;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 1.875rem;
    margin: 0;
}

.modal-footer .btn-primary {
    background: #00788d;
    color: #fff;
    border: 0;
}

.modal-footer .btn-secondary {
    background-color: transparent;
    border: 1px solid #fff;
}

ul.addresses li a.edit-address {
    position: absolute;
    top: 0;
    right: 0;
    color: #00788d;
    text-decoration: none;
}

.cardType {
    display: inline-block;
    width: 67px;
    height: 52px;
    position: relative;
    top: 0;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.mastercard,
.Mastercard,
.MasterCard,
.MASTERCARD {
    background: url(../img/mastercard.png) no-repeat center center;
    background-size: 90% auto;
}

.visa,
.Visa,
.VISA {
    background: url(../img/visa.png) no-repeat center center;
    background-size: 90% auto;
}

.address-row {
    padding-top: 22px;
    padding-bottom: 22px;
}

.address-row .profile-label-area label {
    color: #00788d;
    font-size: 13px;
    line-height: 40px;
    padding-left: 28px;
    font-weight: 600;
    margin: 0;
    display: block;
}

.address-row .text-enter {
    border: 1px solid #d6d6d6;
    height: 42px;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.adres-1 {
    margin-bottom: 9px;
}

.maxl {
    margin: 8px 0 0 0;
}

.inline {
    display: inline-block;
}

.inline+.inline {
    margin-left: 10px;
}

.radio {
    color: #999;
    font-size: 15px;
    position: relative;
    margin-right: 10px;
}

.radio span {
    position: relative;
    padding-left: 0px;
    padding: 8px 12px;
    color: #000000;
    font-weight: 600;
    border: 5px solid #ccc;
}

.radio span:after {
    display: none;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.radio input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.radio input[type="radio"]:checked+span {
    color: #000;
    border: 5px solid #00788d;
}

.radio input[type="radio"]:checked+span:before {
    display: none;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #0b8;
    left: 5px;
    top: 6px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.text-enter-2 {
    border: 2px solid #d6d6d6;
    height: 42px;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 18px;
}

.text-enter-2:last-child {
    margin-right: 0;
}

.text-enter-2.gun {
    width: 82px;
}

.text-enter-2.ay {
    width: 82px;
}

.text-enter-2.yil {
    width: 130px;
}

.last-pro-row {
    border: none;
}

.profile-title-row {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #00788d;
    font-weight: 600;
    font-size: 20px;
}

.profile-title-row .sifre-degis:after {
    content: url("../img/sifre-degistir.png");
    float: right;
    margin: -3px 0 0 30px;
}

.sifre-degis {
    float: left;
}

.text-enter-3 {
    width: 200px;
    border: 1px solid #d6d6d6;
    height: 42px;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.saveform {
    display: block;
    background: linear-gradient(90deg, #F79930 3.5%, #FFB25C 63.79%);
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    padding: 15px 45px;
    text-align: center;
    font-weight: 600;
    border: none;
}

.saveform:hover {
    color: #fff;
    text-decoration: none;
}

#selectableModal {
    width: 430px;
}

#selectableModal .title {
    font-size: 24px;
    line-height: 24px;
    color: #323232;
    background: url(/templates/template-default/view/img/title-bottom.png) bottom center no-repeat;
    margin: 0 auto 63px auto;
    display: table;
    padding: 0 0 17px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.fancybox-content {
    padding: 45px 32px 63px 32px !important;
}

#changePass {
    background-color: #fff;
}

.uyegirisi .giris-mail,
.uyegirisi .giris-sifre {
    background-color: #ffffff;
    height: 42px;
    width: 100%;
    padding: 5px 25px;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #dedede;
}

.member-form-white .cikti {
    color: #666666;
}

.member-form-white h2 {
    font-size: 36px;
    font-weight: 600;
    color: #00758D;
    text-align: center;
}

.giris-alani input {
    background-color: #f79930;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: none;
    margin: 10px auto 30px;
    width: 80%;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s ease;
}

.giris-alani input:hover {
    background-color: #ffffff;
    color: #f79930;
    transition: 0.5s ease;
}

.giris-alani {
    margin: 20px 0;
    text-align: center;
}

.toLogin {
    text-align: center;
}

.toLogin a {
    color: #ffffff;
    transition: 0.5s ease;
}

.toLogin a:hover {
    color: #f79930;
    transition: 0.5s ease;
    text-decoration: none;
}

.uyegirisi label {
    color: #00788d;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    display: block;
}

.uye-row {
    margin-bottom: 25px;
}

.sifre-row {
    margin-bottom: 25px;
}

h2.underline {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

h3.underline {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    color: #858585;
    font-size: 13px;
}

.add-card {
    margin: 0 0 30px 0;
    background: #00788d;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 15px 39px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.add-card:hover {
    color: #fff;
    text-decoration: none;
}

.giris-uye {
    background: #00788d;
    border: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 11px;
    font-weight: 600;
    padding: 20px 95px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.5s ease;
    width: 70%;
    margin-left: 15%;
}

.changePass {
    background: #00788d;
    border: none;
    color: #ffffff;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.5s ease;
    display: block;
    width: 100%;
    height: 45px;
    margin: 30px 0px;
}

.changePass:hover {
    color: #00788d;
    background-color: #ffffff;
    transition: 0.5s ease;
    border: 1px solid #00788d;
}

.giris-uye:hover {
    color: #00788d;
    background-color: #ffffff;
    transition: 0.5s ease;
}


/*member*/

.maxl-2 {
    margin: 54px 0 0 0;
}

.inline-2 {
    display: inline-block;
}

.inline-2+.inline-2 {
    margin-left: 10px;
}

.radio-2 {
    color: #999;
    font-size: 14px;
    position: relative;
    margin-right: 10px;
}

.radio-2 span {
    position: relative;
    padding-left: 0;
    padding: 14px 19px 14px 65px;
    color: #000;
    font-weight: 700;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radio-2.paypal span:after {
    content: url("../img/ikons/paypal-1.png");
    position: absolute;
    left: 20px;
    top: 8px;
}

.radio-2.paypal input[type="radio"]:checked+span:before {
    content: url("../img/ikons/paypal-2.png");
    position: absolute;
    left: 20px;
    top: 8px;
}

.radio-2.paypal input[type="radio"]:checked+span:after {
    display: none;
}

.radio-2.credit span:after {
    content: url("../img/ikons/credit-1.png");
    position: absolute;
    left: 14px;
    top: 12px;
}

.radio-2.credit input[type="radio"]:checked+span:before {
    content: url("../img/ikons/credit-2.png");
    position: absolute;
    left: 14px;
    top: 12px;
}

.radio-2.credit input[type="radio"]:checked+span:after {
    display: none;
}

.radio-2 input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.radio-2 input[type="radio"]:checked+span {
    color: #00788d;
    border: 1px solid #00788d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*page text*/

.page-text {
    color: var(--text-page-color);
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
    /* margin-top:70px; */
}

.footerlinks {
    margin-top: 35px;
}

#payment a {
    max-width: 200px;
}

.slogan-ic-1 {
    text-align: center;
    color: #00788d;
    font-size: 25px;
    margin-bottom: 20px;
}

.slogan-ic-2 {
    text-align: center;
    color: #616161;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.slogan-ic-1 span {
    font-weight: 800;
}

.slogan-ic-2 span {
    font-weight: 800;
}

.post-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
}

.post {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    position: relative;
}

.post>div {
    padding: 16px 16px 16px 24px;
    flex: 1;
}

.post p {
    margin: 0 0 24px 0;
}

.post p+a {
    margin-top: auto;
}

.post h2,
.post h2 a {
    color: #00758D;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    display: block;
    text-align: start;
    text-decoration: none;
    line-height: 1.2em;
    min-height: 3.6em;
    max-height: 3.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.post p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.post .date {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 14px;
    line-height: 1;
    color: var(--blue);
    padding: 0;
    background: #fff;
    border-radius: .25em;
    padding: .5em .625em;
    font-weight: 700;
}

.other-posts {
    padding-bottom: 30px;
}

.other-posts h3 {
    font-size: 16px;
    color: #616161;
    text-align: center;
}

.other-posts ul {
    padding: 0;
}

.other-posts ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.other-posts ul li a {
    color: #00788d;
    font-size: 14px;
}

.pagination {
    gap: 16px;
    margin: 5rem auto;
}

.pager li {
    display: inline-block;
}

.pager li .page-link {
    display: block;
    color: #00788d;
    padding: .5em .75em;
    font-size: 16px;
    color: #77838F;
    border-radius: .25em;
    border: none !important;
}

.pager li.active .page-link {
    color: #fff;
    background-color: #00788d;
}

.pager li span {
    padding: 5px 10px;
}

.post-detail .post-text * {
    text-align: left !important;
}

.post-detail.post-text h1 {
    font-size: 54px;
}

.post-detail.post-text h2 {
    font-size: 40px;
}

.post-detail.post-text h3 {
    font-size: 32px;
}

.post-detail.post-text h4 {
    font-size: 22px;
}

.post-detail .post-image {
    margin-bottom: 15px;
}

.post-detail .post-date {
    display: block;
    background: url(../img/calendar.png) no-repeat top left;
    height: 24px;
    padding-left: 30px;
    color: #616161;
    font-size: 12px;
    line-height: 24px;
    /* float: left; */
}

.post-detail .post-text img {
    max-width: 100%;
    height: auto;
}

.post-detail .post-text {
    color: rgba(51, 51, 51, 1);
}

.hero.blog,
.hero.sub-page {
    height: auto;
    overflow: hidden;
    min-height: clamp(50dvh, 450px, 55dvh);
    align-items: stretch;
    justify-content: center;
}

.hero.blog .container {
    justify-content: center;
}

.hero.blog h1 {
    max-width: 700px;
    text-align: center;
    font-size: 48px;
}

@media screen and (max-width: 1399px) {
    .hero.blog h1 {
        max-width: 600px;
    }
}

.hero.blog h1::after {
    display: none;
}

.hero .bg-container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0;
    left: 0;
}

.hero picture {
    width: 100%;
    height: 100%;
    display: flex;
}

.hero img.bg {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.hero.sub-page img.background {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 100%;
    transform: translate(0, -50%);
}

.hero .mascot {
    position: absolute;
    bottom: 0;
    right: 0%;
    max-height: clamp(80%, 88%, 95%);
    max-width: clamp(265px, 15vw, 320px);
    z-index: 2;
}

.hero.blog img.mascot,
.hero.sub-page img.mascot {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-height: clamp(80%, 88%, 95%);
    max-width: 45%;
    filter: drop-shadow(15px 10px 2px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 1023px) {
    .hero.blog img.mascot {}
}

@media screen and (max-width: 1023px) {
    .hero img.mascot {
        display: none;
    }
}

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

.hero.sub-page.in-press {}

.hero.sub-page.in-press img.mascot {
    position: absolute;
    left: 5%;
    bottom: 0;
}

@media screen and (min-width: 1024px) {
    .hero.sub-page.in-press h1 {
        margin-left: 50%;
    }
    .hero.sub-page.campaigns h1 {
        margin-left: 0%;
    }
    .hero.sub-page.sss h1 {
        margin-left: 0%;
    }
}

.hero.sub-page.in-press {}

.hero.about h1,
.hero.library h1 {
    margin-left: 20%;
}

.post-detail .post-text p {
    font-size: 1.125rem;
    font-weight: 300;
    text-align: left;
}

.post-content-container {
    padding: 0 30px 30px;
    border-radius: 5px;
}

.post-share {
    margin-top: 16px;
}

.post-share .whatsapp {
    display: block;
    float: left;
    width: 25px;
    height: 26px;
    background: url(../img/whatsapp.png) no-repeat top left;
    margin-right: 5px;
}

.post-share .twitter {
    float: left;
    display: block;
    width: 25px;
    height: 26px;
    background: url(../img/twitter2.png) no-repeat top left;
    margin-right: 5px;
}

.post-share .facebook {
    float: left;
    display: block;
    width: 25px;
    height: 26px;
    background: url(../img/facebook2.png) no-repeat top left;
    margin-right: 5px;
}

.post-share .linkedin {
    float: left;
    display: block;
    width: 25px;
    height: 26px;
    background: url(../img/linkedin2.png) no-repeat top left;
    margin-right: 5px;
}


/* NEWS START HERE */

.newsTitle {
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
}

.news a {
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
}

.news img {
    width: 100%;
    filter: grayscale(100%);
    transition: 0.5s ease;
}

.news a:hover img {
    filter: grayscale(0%);
    transition: 0.5s ease;
}


/* NEWS ENDS HERE */

.slide-to-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 28px;
    margin: auto;
    padding: 15px 0;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-animation: bobber 1.5s infinite;
    -moz-animation: bobber 1.5s infinite;
    animation: bobber 1.5s infinite;
}

.slide-to-bottom span {
    display: block;
    width: 28px;
    margin: auto;
    color: #41869b;
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

@-webkit-keyframes bobber {
    0% {
        -webkit-transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes bobber {
    0% {
        -moz-transform: translateY(0px);
    }
    50% {
        -moz-transform: translateY(10px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
}

@keyframes bobber {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ofisHeaderYellow {
    color: #f79930;
    font-weight: 700;
    text-align: center;
}

.ofisHeaderTurquise,
.ofisHeaderOrange {
    font-weight: 700;
    text-align: center;
    font-size: 1.875rem;
}

.ofisHeaderTurquise {
    color: #00788d;
}

.ofisHeaderOrange {
    color: var(--orange);
}

.empty30 {
    margin-top: 30px;
    width: 100%;
}

.wrap {
    overflow: hidden;
    margin: 10px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 10%;
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}

.boxInner img {
    width: 100%;
}

.pageText h2,
.pageText h3,
.pageText .post-content-container ul {
    width: 100%;
    display: block;
}

ol li {
    font-size: 12px;
}

.pageText ul li h3 {
    font-weight: 300;
    text-align: left;
}


/* CAMPAIGN DETAIL PAGE */

#campaignChoosepage {
    padding: 0;
    /* padding-top:72px; */
    margin: 0;
    width: 100%;
    background-color: #ffffff;
}

#campaignChoosepage .row {
    padding: 0;
    margin: 0;
}

.form-control {
    font-size: 0.9rem;
}

.campaignOnSide {
    background-color: #f79930;
    position: relative;
    border-right: 5px solid #fff;
    padding: 0;
    margin: 0;
}

.campaignOffSide {
    background-color: #768796;
    border-left: 5px solid #ffffff;
    padding: 0;
    margin: 0;
}

.absoluteRow {
    width: 100%;
    left: 0;
}

.turkcellLogoSelection {
    height: 260px;
    background-image: url("../img/campaign/turkcell-banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 20px 0 0 0;
}

.otherLogoSelection {
    height: 260px;
    background-image: url("../img/campaign/other-banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 20px 0 0 0;
}

.turkcellLogoSelection img {
    display: block;
    margin: 0 auto;
}

.campaignSelectionTextArea {
    height: 300px;
}

.campaignSelectionTextSpan {
    font-weight: 600;
}

.campaignSelectionTextArea h3 {
    color: #ffffff;
    text-align: center;
    font-size: 1.875rem;
}

.campaignSelectionTextArea p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.campaignSelectionButton {
    width: 40%;
    text-decoration: none;
    background-color: #ffffff;
    color: #666666;
    margin: 30px auto;
    text-align: center;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.5s ease;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

.campaignSelectionButton:hover {
    background-color: #febb0d;
    color: #666666;
    transition: 0.5s ease;
    text-decoration: none;
}

.campaignOffSide .campaignSelectionButton:hover {
    background-color: #178da0;
    color: #ffffff;
    transition: 0.5s ease;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}

.campaignOffSide {
    position: relative;
}

.changePassword p {
    font-size: 18px !important;
    color: #666666 !important;
}

.changePassword .uyegirisi .giris-mail,
.changePassword .uyegirisi .giris-sifre {
    border: 1px solid #d6d6d6 !important;
}

.changePassword .uyegirisi label {
    font-size: 18px !important;
}

.noMarginPadding {
    padding: 0 !important;
    margin: 0 !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mt0 {
    margin-top: 0px !important;
}

.noMargin {
    margin: 0 !important;
}

.mx20 {
    margin: 0 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.stickyTop {
    position: sticky;
    top: 12rem;
}


/* .showMobile {
	display: block !important;
} */

#lightGallerySlider {
    margin: 0 auto;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-rows: 100px;
    grid-auto-flow: dense;
}

#lightGallerySlider div {
    text-align: center;
    overflow: hidden;
    padding: 0;
    display: flex;
}

#lightGallerySlider .horizontal {
    grid-column: span 2;
}

#lightGallerySlider .vertical {
    grid-row: span 2;
}

#lightGallerySlider div img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
    opacity: 0.6;
}

#lightGallerySlider .big {
    grid-column: span 2;
    grid-row: span 2;
}

lightGallerySlider:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
}

.modal-dialog {
    width: 100%;
    max-width: 700px;
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 50px;
    left: unset;
    right: 0;
    top: 0;
    width: 83.333337%;
    height: 100%;
    overflow: hidden;
    background-color: #F59380;
}

.modal .prev {
    left: 0 !important;
}


/* Modal Content */

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    border: unset;
    width: 75%;
    max-width: 1200px;
    width: 100%;
    background-color: transparent;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    width: auto;
    top: 45%;
    padding: 16px;
    margin-top: -50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.875rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

#lightGallerySlider div img:hover {
    opacity: 1;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* .owl-carousel{display:block !important;}
.owl-carousel div{width:20%;float: left;padding: 5px;} */


/* OWL CAROUSEL HOME PAGE */

.owl-theme .owl-controls {
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    /*background: url(AjaxLoader.gif) no-repeat center center*/
}

#owl-demo .owl-item>div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

#owl-demo .owl-item>div {
    text-align: center;
    margin: 3px;
    color: white;
    font-size: 32px;
    border: 1px white;
}

.wrapper-with-margin {
    margin: 0px 50px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 55px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
    top: 55px;
}

.leftArrow,
.rightArrow {
    width: 30px !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 25px;
    z-index: 100;
}

#partnerCarousel .owl-prev,
#partnerCarousel .owl-next {
    top: 60px !important;
}

#partnerCarousel .owl-prev {
    left: 30px !important;
}

#partnerCarousel .owl-next {
    right: 30px !important;
}

#partnerCarousel .owl-prev img,
#partnerCarousel .owl-next img {
    margin: 0;
    width: 40px !important;
}

.owl-prev {
    left: -20px !important;
}

.owl-next {
    right: -20px !important;
}

.readMoreButton {
    text-transform: uppercase;
    color: #00788d;
    font-weight: 600;
    transition: 0.5s ease;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
}

.readMoreButton:hover {
    color: #f79930;
    text-decoration: none;
    transition: 0.5s ease;
}

.newsCard {
    height: 500px;
    padding: 32px 16px 24px;
    border-radius: 12px;
    border: 1px solid #918EA4;
}

.newsCard .card-img-top {
    max-width: 90%;
    margin: auto;
}

.newsCard .card-title {
    color: #00758D;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    min-height: 3.6em;
    max-height: 3.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newsCard .card-text {}

.newsCard .cta-blue {
    margin-top: auto;
}

.newsDate {
    text-align: right;
    color: #888;
}

.new-slider-area .splide__arrow,
.subhero-slider .splide__arrow,
#pricingsplide .splide__arrow,
#testimonialSplide .splide__arrow {
    background-color: unset;
    width: 4em;
    height: 4em;
    opacity: 1;
}

.new-slider-area .splide__arrow:disabled,
.subhero-slider .splide__arrow:disabled,
#pricingsplide .splide__arrow:disabled,
#testimonialSplide .splide__arrow:disabled {
    opacity: 0.6;
}

.new-slider-area .splide__arrow svg,
.subhero-slider .splide__arrow svg,
#pricingsplide .splide__arrow svg,
#testimonialSplide .splide__arrow svg {
    width: 3em;
    height: 3em;
    fill: #fff;
}

#testimonialSplide .splide__arrow--prev {
    left: 0;
}

#testimonialSplide .splide__arrow--next {
    right: 0;
}


/* TESTİMONİALS SLİDER */

.tstimonial {
    padding: 0;
}

.testiAvatar {
    display: block !important;
    margin-bottom: 16px;
    width: 64px !important;
}

.testiName,
.testiTitle {
    margin: 0;
    color: #fff;
}

.testiName {
    font-size: 1.125rem;
}

.testiTitle {
    font-size: 0.875rem;
}

.tstimonial .carousel-inner .col-md-9 p {
    margin-top: 5%;
}

.tstimonial .carousel-indicators {
    bottom: 10px;
    margin: 0;
    left: initial;
}

.tstimonial .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
}


/* .tstimonial .carousel-indicators img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: 10px;
	cursor: pointer;
	transition: 0.3s ease;
} */

.tstimonial .carousel-indicators .active {
    opacity: 1;
}

.carousel-item .active p,
.carousel-item .active h3,
.carousel-item .active h4 {
    color: #00788d !important;
}

.tstimonial .carousel-inner .carousel-item h3 {
    font-size: 1.125rem;
}

.tstimonial .carousel-inner .carousel-item h4 {
    font-size: 14px;
}

.tstimonial .carousel-inner .carousel-item p {
    font-size: 16px;
    color: #fff;
}

.carousel-control-prev-icon {
    background-image: url("../img/left.svg");
    width: 50px;
    height: 50px;
}

.carousel-control-next-icon {
    background-image: url("../img/right.svg");
    width: 50px;
    height: 50px;
}

.carousel-control-next,
.carousel-control-prev {
    color: #555 !important;
}

.carousel-control-next {
    right: -100px;
}

.carousel-control-prev {
    left: -100px;
}

.rimuutBanner {
    background-image: url("../img/rimuut_banner_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #c6e2fa;
    padding: 50px 0;
}

.rimuutText {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.rimuutText span {
    color: #80fffc;
    font-size: 16px;
}

.rimuutButton {
    border: 1px solid #80fffc;
    background-color: #80fffc;
    color: #204484;
    transition: 0.5s ease;
    padding: 10px;
    border-radius: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: bold;
}

.rimuutButton:hover {
    border: 1px solid #80fffc;
    background-color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
    padding-bottom: 10px;
}

.goyomodBanner {
    background-image: url("../img/goyomod_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #c6e2fa;
    padding: 60px 0;
}

.goyomodText {
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.goyomodText span {
    color: #000;
    font-size: 16px;
}

.goyomodButton {
    border: 1px solid #e22641;
    background-color: #e22641;
    color: #fff;
    transition: 0.5s ease;
    padding: 10px;
    border-radius: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: bold;
}

.goyomodButton:hover {
    border: 1px solid #e22641;
    background-color: #fff;
    color: #e22641;
    text-decoration: none;
    transition: 0.5s ease;
    padding-bottom: 10px;
}

.carousel-wrap {
    position: relative;
}

.owl-carousel .owl-item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-carousel .owl-item img {
    /* opacity: 0.5; */
    width: 90% !important;
    display: block;
    margin: 0 auto;
}

.owl-carousel .owl-item .border {
    width: 75%;
    margin: 0 auto;
    height: 10px;
    background: #cecece;
    border-radius: 30px;
    margin-bottom: 20px;
}

.owl-carousel .owl-item.active.center img {
    opacity: 1;
}

.owl-carousel .owl-item.active.center .border {
    background: #f08338;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}


/*the nearest*/

.contactText {
    color: #00788d;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    /* margin-bottom: 20px; */
}

@media screen and (min-width: 756px) {
    .contactText {
        padding-right: 4.5em;
    }
}

.contactText {}

.near-shop-inner .near-shop-text {
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 45px;
}

.main-con {
    font-size: 15px;
    font-weight: bold;
}

.main-sub-con {
    font-size: 15px;
}

.main-sub-cost {
    font-size: 15px;
    float: right;
}

.menu-container {
    padding: 0;
    margin: 0;
}

.menu-container li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.menu-container ul {
    margin: 6px 0px 11px 13px;
    padding-left: 20px;
}


/*google maps*/

.google-maps {
    padding: 0;
}

.google-maps iframe {
    width: 100%;
    height: 316px;
}

.select.maps select {
    -webkit-appearance: none;
    border-color: #00788d !important;
    color: #00788d !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 17px !important;
    max-width: 100% !important;
    outline: 0 !important;
    width: 100% !important;
    height: 50px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.select.maps:after {
    content: "\25BC";
    color: #00788d;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    right: 30px;
    top: 50%;
    translate: 0 -50%;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-size: 14px;
}

.sendmapsshow {
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    border: none;
    cursor: pointer;
    background: #f0853c;
    border: 1px solid #f0853c;
    width: 100%;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding-left: 10px;
    transition: 0.5s ease;
}

.mapAddressDetails {}

.mapAddressDetails a:not(.showMobile) {
    color: #F79930;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    gap: .25em;
    justify-content: end;
}

.mapAddressDetails span {
    margin: 0 20px;
    font-size: 20px;
    color: #f0853c;
}

.sendmapsshow:hover {
    background-color: #f1f1f1;
    border: 1px solid #f0853c;
    color: #f0853c;
    transition: 0.5s ease;
}

:root {
    --switches-bg-color: #f08338;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: #f08338;
    --veryLightOrange: #FFE6AA;
    --lightOrange: #FFB25C;
    --orange: #F79930;
    --darkOrange: #F0853C;
    --darkLightBlue: #0B8FAA;
    --lightBlue: #298C9D;
    --blue: #00758D;
    --darkBlue: #005763;
    --lh125: 1.25;
    --lh280: 2;
    --f13: 0.8125em;
    --f14: 0.875em;
    --f15: 0.9375em;
    --f16: 1em;
    --f18: 1.125em;
    --f20: 1.25em;
    --f23: 1.4375em;
    --f25: 1.5625em;
    --f28: 1.75em;
    --f30: 1.875em;
    --f36: 2.25em;
    --f40: 2.5em;
    --f50: 3.125em;
    --borderR50: 50px;
    --basicAnimation: var(--basicAnimation);
}

.switches-container {
    width: 10rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin: 30px auto;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}

.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.priceDetail {
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 900;
    width: 100%;
    text-align: center;
}

.yearlyInfoText {
    display: block;
    color: #f1f1f1;
    text-align: center;
    width: 100%;
    height: 30px;
}

#priceTax {
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
}


/* MEMBER DASHBOARD */

.dashboardNavbar {
    position: fixed;
    left: 0;
    height: 100vh;
    background: #00788d;
    padding: 0;
}

.dashboardPageContent {
    /* position: fixed;
  right: 0;
  overflow: auto;*/
    background-color: #fff;
    margin-left: 16.666667%;
}

.dashboardMain,
.dashboardMain .row {
    padding: 0 !important;
    margin: 0 !important;
}

.dashboardLogo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.dashboardLogo .img-fluid {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.dashboardIcons {
    width: 20px;
}

.joint-form-row .text-danger {
    color: #fff !important;
}

.tooltipMain {
    vertical-align: super;
}

.tooltip-inner {
    background-color: #555 !important;
    min-width: 275px;
    text-align: left;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #555;
}

.dashboardTooltip {
    width: 15px;
    margin-bottom: 0;
    margin-left: 3px;
}

.navbarMain .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 25px;
}

.navbarMain .nav-item .py-0 span {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}

.navbarMain .nav-item.active {
    position: relative;
}

.navbarMain .nav-item.active::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background: #f79935 !important;
}

.logoutButtonMain {
    position: absolute;
    bottom: 150px;
    width: 100%;
}

.nav-item .logoutButton {
    float: initial !important;
    width: 50%;
    display: inline-block;
}

.logoutButton {
    background: #fff;
    display: block;
    padding: 8px 0;
    border-radius: 30px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
    color: #00788d !important;
    transition: 0.5s ease;
}

.logoutButton:hover {
    background-color: #f79935;
    text-decoration: none;
    transition: 0.5s ease;
    color: #fff !important;
}

.navbarFooter {
    position: absolute;
    bottom: 20px;
}

.navbarFooter .social-media {
    margin: 0 auto 10px !important;
    display: inline-block;
}

.navbarFooter .social-media li:first-child {
    margin-left: 20px;
}

.copyrightDashboard {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.dashboardMain .row {
    background-color: #fff;
}

.dashboardPageContent .page-joint {
    background-color: transparent !important;
}

#dashboardFooter .social-media {
    width: 100%;
    padding: 0;
}

#dashboardFooter .social-media li {
    width: 18%;
    margin: 0 !important;
}

#dashboardFooter .social-media li:first-child {
    margin-left: 5% !important;
}

.dashboardMobileMenu {
    background-color: #00788d;
    width: 100%;
}

.dashboardMobileMenu .logo img {
    width: 200px;
}

.navbar-toggler[aria-expanded="false"]>.navbar-toggler-icon {
    background-image: url(../img/navbar-toggler.svg);
}

.navbar-toggler[aria-expanded="true"]>.navbar-toggler-icon {
    background-image: url(../img/navbar-close.svg);
}

#navbarToggler {
    border-color: #00788d;
}

.dashboardMobileMenu .navbar {
    padding: 0 20px;
}

.dashboardMobileMenu .nav-link {
    color: #fff !important;
    float: initial !important;
    font-size: 16px;
}

.dashboardMobileMenu .nav-item {
    float: initial;
    text-align: center;
}

#socialMediaMain {
    position: relative !important;
    width: 100%;
    height: 50px;
}


/*Görsellerle Biz */

#ooImages .nav-item {
    width: 32.66666667% !important;
    margin-right: 1% !important;
}

#ooImages .nav-item:last-child {
    margin-right: 0 !important;
}

.get-info .nav-tabs {
    border: none !important;
}

#ooImages .nav-item .nav-link {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    border: none;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    /* border-bottom: 5px solid #fff !important; */
}

#ooImages .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 5px;
    border-radius: 5px;
}

#ooImages .nav-item.show .nav-link,
#ooImages .nav-link.active {
    background: none !important;
    border: none !important;
    color: #fff !important;
}

#ooImages .nav-item .nav-link.active:after {
    background: #f0853c;
}


/*Lokasyon Sayfaları*/

#locationBanner {
    background-color: #00788d;
    /*	height: 600px;
	background-image: url("../img/locations/balat/balat_banner.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;*/
    margin-top: 63px;
}

.locationBannerTextImage {
    display: block;
    margin: 0 auto;
}

.locationBannerImage {
    z-index: 2;
    width: 100%;
}

main#locationsMain {
    background-color: #fff !important;
}

section.locationDetails {
    padding-top: 40px;
}

.higherLines p {
    margin-bottom: 30px;
    line-height: 26px;
}

#locationForm {
    margin: 0 20px;
    /* background-color: rgba(0, 120, 141, 0.7); */
    padding: 5px;
    border: 1px solid var(--blue);
}

#locationForm #sendjoint {
    width: 86%;
    display: block;
    margin: 0 auto;
    font-size: 20px !important;
    border: 1px solid #f79930 !important;
    outline: none;
}

#locationForm .text-danger {
    padding-top: 10px;
}

#locationForm .form-group {
    margin: 20px 20px;
}

#locationForm select {
    font-size: 13px;
    margin-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-appearance: none;
}

#locationForm .form-group:last-of-type {
    margin-bottom: 0;
}

#locationForm .form-group h3 {
    margin: 25px auto 15px;
    color: #f79930;
    font-size: 20px;
}

#locationForm .form-group p {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    color: var(--blue);
}

#locationForm .form-group input:read-only {
    background-color: #00788d;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #00788d;
    color: #fff !important;
}

#locationForm .joint-form-row .short {
    margin-bottom: 10px;
}

#locationForm .useragreeform {
    font-size: 12px;
    margin-right: 5px;
}

#locationForm .contract {
    display: inline-block;
}

#locationForm label {
    font-size: 12px;
}

#locationForm .checkForm {
    font-size: 12px;
}

#locationForm #btnTalep:hover {
    color: #f79930;
    background-color: #ffffff;
    transition: 0.5s ease;
    border: 1px solid #f79930;
}

#locationForm .form-group input,
#btnTalep,
#locationForm {
    font-size: 13px;
    margin-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.mx70 {
    margin: 70px 0;
    padding: 0 !important;
}

.reversedArea p,
.reversedArea h2 {
    text-align: right;
}

.reversedArea h2 {
    padding-left: 25px;
}

.banner {
    min-height: 68px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.275rem 3.5rem;
    color: #001540;
    background-color: orange;
    width: 100%;
    gap: 94px;
}

@media screen and (max-width:474px) {
    .banner a {
        font-size: 10px !important;
    }
}


/* .hidden {
  transform: translateY(-100%);
}
.shifted {
  transform: translateY(60%); 
} */

.banner a {
    color: white;
    align-items: center;
    /* font-size:14px; */
    margin: 0;
}

@media screen and (max-width:474px) {
    .banner a {
        font-size: 10px !important;
    }
}

.circle {
    border: 1px solid white;
    border-radius: 15px;
    color: white;
}

.circle img {
    padding: 8px 10px;
}

.socialmedia {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-flow: row nowrap;
}

.social-media a {
    display: flex;
    text-decoration: none;
}

.social-media a img {
    width: 33px;
}

section.locationDetails .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section.locationDetails.locationGrayBg {
    padding-bottom: 40px;
    background-color: rgba(250, 250, 250, 0.50);
}

.locationHeaderMain {
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    color: #00788d;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
}

.landing-title {
    font-size: 36px;
}

.locationHeaderSub {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #00788d;
    line-height: 36px;
}

.locationHeaderMainAlternate {
    /* font-size: 2.25rem; */
    color: #F79930;
    /* text-align: center; */
    /* font-family: "Inter", sans-serif; */
    /* font-weight: 700; */
    /* text-align: center; */
    /* text-transform: uppercase; */
}

.locationText {}

.locationText span {
    font-weight: bold;
}

.locationIconMain {
    background-color: #ececec;
    max-width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.locationIconMain img {
    display: block;
    margin: 0 auto;
    max-height: 10rem;
}

.locationUlasimHeader {
    color: #00788d;
    font-weight: bold;
    font-size: 20px;
    margin: 20px auto;
}

.locationUlasimDetail {
    padding: 0;
}

.locationCarouselHeader {
    color: #00758D;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    /* padding-right: clamp(24px,260px,65%); */
}

#locationCarousel .owl-item img {
    opacity: 1 !important;
}

#locationCarousel .owl-dots {
    text-align: center;
}

#locationCarousel .owl-dots .owl-dot.active span {
    background-color: #f08338;
}

#locationCarousel .owl-dots span {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #e2e2e2;
}

#advantagesCarousel .owl-dots span {
    width: 1.875em !important;
    height: 1.875em !important;
    margin: 0 15px !important;
}

#locationCarousel .owl-prev,
#locationCarousel .owl-next {
    bottom: 10px;
    top: initial;
}

#locationCarousel .owl-prev {
    left: 10px;
}

#locationCarousel .owl-next {
    right: 10px;
}

#transportCarousel .locationIconMain {
    margin: 0 auto !important;
    max-width: 90% !important;
    /* min-height: 455px; */
}

#transportCarousel .locationIconMain img {
    width: 50% !important;
}

#transportCarousel .owl-prev {
    display: none;
}

#transportCarousel .owl-prev,
#transportCarousel .owl-next {
    top: initial;
    bottom: -20px !important;
    right: 20px !important;
}

.requirementsMain img {
    display: block;
    margin: 0 auto;
    width: 60%;
}

.requirementsBg {
    background-color: #ffe7b2;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -52px;
}

section.locationDetails.pt100 {
    padding-top: 100px !important;
}

.custom-li.white-mark {
    list-style-image: url('/templates/template-default/view/img/branch-pages/custom-li-white.svg');
    color: #fff;
    font-weight: 600;
    text-transform: capitalize !important;
}

#locationCarousel .owl-item .item {
    margin: 40px 0;
}

.orange-bg-50 ul {
    padding-inline-start: 15px;
}

.information-page-img {
    width: 100%;
    margin: 60px 0 30px 0;
}

.orange-bg-50 .title {
    font-size: 24px;
    text-align: center;
}

.orange-bg-50 .title.bold {
    font-weight: 600;
}

.orange-bg-50 .title.thin {
    font-weight: 400;
}

.orange-bg-50 p {
    color: #fff !important;
}

#locationForm .datepicker {
    padding: 0.375rem 0.75rem !important;
}

.marker {
    background-color: yellow !important;
}

#advantagesCarousel .owl-item img {
    filter: grayscale(100%);
    max-width: 80%;
    width: auto !important;
    max-height: 80px;
}

#advantagesCarousel .owl-item.active.center img {
    filter: grayscale(0%);
}

#advantagesCarousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 54px;
}

#advantagesCarousel .owl-dots span {
    display: block;
    background-color: #ffe6aa;
    border-radius: 50%;
    margin: 0 10px;
    width: 20px;
    height: 20px;
}

#advantagesCarousel .owl-dot.active span {
    background-color: #f08338;
}

#campaign {
    padding: 54px 0;
    margin: 0;
    background-color: #febb0d;
    background-image: url("../img/campaign/kampanya_banner_home.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 120px;
}

.campaignList {
    background-color: #fff;
}

.campaignList .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem
}

@media screen and (max-width: 991px) {
    .campaignList .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .campaignList .grid {
        grid-template-columns: repeat(auto-fill, minmax(20rem, max-content));
    }
}

.campaignList .card {
    border-radius: 18px;
    border-radius: 18px;
    position: relative;
    border: 1px solid #F79930;
    background: #FFF;
    box-shadow: 0px 6px 18px 0px rgba(247, 153, 48, 0.06);
}

.campaignList .card .card-body {
    display: flex;
    flex-flow: column;
}

.campaignList .card-text {}

.passive.card {
    filter: grayscale(100%) !important;
}

.campaignList .card .badge {
    position: absolute;
    top: 0;
    left: 0;
    translate: -50% -50%;
    background-image: url("../img/v2/badge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    line-height: 1;
    padding: 24px 8px;
    ;
}

.campaignList .card .badge span {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .campaignList .card .badge {
        translate: -15px -50%;
    }
    .campaignList .card .badge span:last-child {
        display: none;
    }
}

.campaignPage:before {
    background-image: url("../img/campaign/kampanya_banner.png") !important;
}

.campaignPage {
    padding: 0;
    position: relative;
    /* margin-top: 70px; */
    height: 300px;
    background-color: #fff;
    margin-top: 62px;
}

.campaignPage:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.campaignPage-area {
    /* position: relative; */
    height: 350px;
    padding-top: 22px;
}

.campaignPage .slogan-1 {
    font-size: 38px;
    color: #fff;
}

.campaignPage .slogan-1 span {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
}

.campaignList .card-img-top {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.campaignList .card-logo {
    height: 100px;
    width: 100%;
    position: relative;
}

.campaignList .card-title {
    font-size: 35px;
    color: #00788d;
    line-height: 25px;
    padding: 10px 20px;
    min-height: 80px;
    margin: 0;
}

.campaignList .card-title span {
    font-size: 20px;
}

.campaignList .card-text {
    min-height: 150px;
}

.opportunities .campaignBtn {
    width: fit-content;
    padding: 0 8%;
}

.opportunities .campaignBtn.blueButton {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

.opportunities .campaignBtn.blueButton:hover {
    background-color: #fff;
    color: var(--blue)
}

.campaignBtn,
.campaignLink {
    background-color: #f79935;
    border: 1px solid #f79935;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-top: auto;
    text-transform: uppercase;
}

.campaignBtn:hover,
.campaignLink:hover {
    transition: 0.5s ease;
    border: 1px solid #f79935;
    background-color: #fff;
    color: #f79935;
    text-decoration: none;
}

.campaignBannerText {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    line-height: 34px;
}

.campaignBannerText span {
    color: #f79930;
}

.passive .card-img-top {
    filter: grayscale(100%);
}

.passive .card-title,
.passive .card-text {
    color: #555 !important;
}

.passive .campaignBtn {
    background-color: #555 !important;
    border-color: #fff;
}

.passive .campaignBtn:hover {
    color: #fff !important;
    cursor: inherit;
}


/* 
.campaignBtn:hover span {
  display: none;
}

.supports-cont .campaignBtn:hover:before {
  content: "DISCOVER MORE";
}

.campaignBtn:hover:before {
  content: "TALEP ET";
}

.passive .campaignBtn:hover span {
  display: block;
}

.passive .campaignBtn:hover:before {
  content: "";
} */


/* Language Switcher */

.langSel {
    max-width: 80px;
    margin: 0 22px;
    cursor: pointer;
    position: relative;
    background: #00788d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.langSel span {
    font-size: 13px;
    line-height: 13px;
    padding: 10px;
    color: #fff;
    display: block;
}

.langSel span:after {
    content: "";
    display: block;
    float: right;
    height: 13px;
    width: 13px;
    background-size: 13px 13px;
    background-image: url(../img/bottomArrow.svg);
    background-repeat: no-repeat;
    margin-left: 4px;
    margin-top: 0px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.langSel span:before {
    content: "";
    display: block;
    float: left;
    height: 17px;
    width: 17px;
    background-size: 17px 17px;
    background-image: url(../img/whiteWorld.svg);
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-top: -2px;
}

.langSel.highlight span:after {
    content: "";
    display: block;
    float: right;
    height: 13px;
    width: 13px;
    background-size: 13px 13px;
    background-image: url(../img/bottomArrow.svg);
    background-repeat: no-repeat;
    margin-left: 4px;
    margin-top: 0px;
}

.langSel .langAll {
    position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    display: none;
}

.langSel .langAll:before {
    content: "";
    display: table;
    margin: 0 auto;
    height: 9px;
    width: 19px;
    background-size: 19px 9px;
    background-image: url(../img/topGreyArrow.svg);
    background-repeat: no-repeat;
}

.langSel .langAll ul {
    background: #f2f2f2;
    padding: 0px 0px;
    margin: 0 0 0 0;
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.langSel .langAll ul li {
    float: left;
    width: 100%;
    display: block;
    list-style-type: none;
}

.langSel .langAll ul>li>a {
    padding: 7px 14px;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    text-decoration: none;
    font-weight: 500;
}

.langSel .langAll ul>li>a {
    display: flex;
    justify-content: start;
    align-items: center;
}

.langSel .langAll ul>li>a img {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 10px;
}

.langSel .langAll ul>li a:hover,
.langSel .langAll ul li.active a {
    background: #e6e6e6;
}

.kadinlarGunu {
    background-image: url(../img/oo_kg_desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #533078;*/
    padding: 0;
}

.kadinlarGunu .ofisHeader {
    color: #fff !important;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 30px !important;
    text-align: center;
}

.kadinlarGunu .img-fluid {
    width: 80%;
    display: block;
    margin: 0 auto;
}


/** Updates for TPayment **/

.nav-item.extraspace {
    margin: 1rem 0;
}

.nav-item.titlespan span {
    color: #fff;
    background-color: orange;
    font-weight: 600;
    margin: 0 0.5rem;
    padding: 5px 10px;
    border-radius: 8px;
}

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

.backgroundorange {
    background-color: #f79930;
}

.color-orange {
    color: #f79930;
}

.verticalspacing {
    margin: 20px auto;
}

.invoice-detail-modal {
    border: 2px solid #00788d;
    border-radius: 16px;
    width: 50%;
    height: 500px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
}

.visible {
    display: block;
}

.invoice-detail-modal .close-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.invoice-detail-modal i {
    font-size: 32px;
    font-weight: 600;
}

.invoice-detail-modal p {
    margin: 0 !important;
    padding: 0 !important;
}

.invoice-detail {
    padding: 45px;
}

.orange-bg-50 {
    background-color: #F08338;
    border-radius: 50px;
    padding: 50px;
}

.invoice-detail p {
    font-size: 20px;
}

.detail-left {
    max-height: 440px;
    overflow: scroll;
}

.detail-left div {
    display: grid;
    border: 1px solid #000;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    padding: 15px;
}

.menuContainer {
    margin-top: 20px;
}


/** End Of Updates for TPayment **/

.form-alignment-fix {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}


/** Global Company Ad START **/

.global-company-add {
    position: absolute;
    right: -83.333333%;
    top: 0;
    width: 83.333333%;
    min-height: 100vh;
    background-color: #F79930;
    padding: 45px 60px;
    transition: 0.2s all linear;
}

.global-company-add.show-ad {
    right: 0;
    transform: 0.2s all linear;
    width: 83.333333%;
}

.pInherit {
    position: inherit !important;
}

.html.no-overflow,
body.no-overflow,
.html.no-overflow * {
    overflow-x: hidden;
}

.global-company-add .top-side h4 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff;
    margin-left: 20px;
    text-align: center;
}

.global-company-add .top-side div {
    font-size: 1.125rem;
    line-height: 1.3;
    color: #fff;
    max-width: 370px;
    margin-left: 20px;
    margin: auto;
}

.vertical-btn-cont {
    background: #ef8724;
}

.global-company-add .vertical-btn-cont {
    position: absolute;
    left: -210px;
    top: 40%;
    height: 100%;
}

.global-company-add .vertical-btn-cont {
    width: 60px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.global-company-add .vertical-btn-cont img {
    height: 50px;
    margin-left: 15px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.global-company-add .h4-vertical-side {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 500;
    margin: 0 !important;
    cursor: pointer;
    position: relative;
}

.global-company-add .h4-vertical-side::before {
    content: "";
    background-image: url(/templates/template-default/view/assets/common/svg/right-arrow.svg);
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.2s all linear;
}

.global-company-add.show-ad .h4-vertical-side::before {
    transform: translateY(-50%) rotate(90deg);
}

.global-company-add .row {
    background-color: transparent;
}

.global-company-add .col-md-4 {
    margin-top: 30px
}

.global-company-add .middle-side h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #00758D;
    padding: 8px 16px;
    border-radius: 50px;
    background-color: #fff;
    width: fit-content;
}

.middle-side .row .col-md-4 {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.global-company-add .middle-side p {
    max-width: 275px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.global-company-add .price-tag {
    font-size: 3.125rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.global-company-add .company-detail {
    font-size: 1.563rem;
    font-weight: 500;
    color: #fff
}

.company-ad-decoration {
    max-width: 300px;
    left: 4.5rem;
    bottom: 0;
    position: absolute;
}

.global-company-add .bottom-side .row {
    text-align: center;
}

.ad-toggle {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    background-color: #F47823;
    bottom: 0;
    left: 0;
}

.show-ad .ad-toggle::before {
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: 0.2s all linear;
}

.ad-toggle::before {
    content: "";
    background-image: url(/templates/template-default/view/assets/common/svg/right-arrow.svg);
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s all linear;
}

@media screen and (max-width:1900px) {
    .company-ad-decoration {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .global-company-add {
        display: none;
    }
    .dashboardPageContent {
        margin: 0 auto;
    }
    #payment a {
        max-width: 100%;
    }
}

#rightArrowGlobalCompany {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.arrowRightContainer {
    animation: arrowanimation 0.85s linear infinite;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arowRight {
    right: 0px;
    animation: width 3s ease-in-out, height 3s ease-in-out;
    transform: rotate(180deg);
    width: 70px;
    height: 70px;
}

.arowRight:hover {
    width: 90px;
    height: 90px;
}

.member-form-white.p0 {
    padding-bottom: 0;
}

.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-container .price-tag {}

.price-container .exchange {
    font-size: 1.5625rem;
}

.buy-now {
    padding: 10px 20px;
    background-color: var(--blue);
    font-weight: 700;
    font-size: var(--f18);
    color: #fff;
    border-radius: var(--borderR50);
    width: fit-content;
    margin: var(--f50) auto auto auto;
    transition: 0.25s all linear;
    text-decoration: unset;
}

a.buy-now:hover {
    background-color: #fff;
    color: var(--blue, );
    transition: 0.25s all linear;
    text-decoration: unset;
}

@keyframes arrowanimation {
    from {
        margin-right: 0px;
    }
    to {
        margin-right: 20px;
    }
}


/** Global Company Ad END **/

.lds-ring {
    display: none !important;
    position: relative;
    width: 4em;
    height: 4em;
    justify-content: center;
    align-items: center;
}

.lds-ring.show {
    display: flex !important;
}

.lds-ring.show div {
    box-sizing: border-box;
    display: block !important;
    position: absolute;
    width: 3rem;
    height: 3rem;
    margin: 2em;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--darkLightBlue) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mapAddressDetails {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .mapAddressDetails a {
        min-width: 230px;
        width: 100%;
    }
    .mapAddressDetails a.mapPhone {
        text-align: end;
    }
    .mapAddressDetails a.mapMail {
        text-align: start;
    }
}

.after-arrow {
    transition: 0.5s ease;
}

.after-arrow::after {
    content: ">>";
    color: var(--blue);
    margin-right: 10px;
    transition: 0.5s ease;
}

.dropdown-item {
    transition: 0.5s ease;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--orange);
    color: #fff !important;
}

.after-arrow:has(.dropdown-item:active) {
    background-color: var(--orange);
}

.dropdown-item:active .after-arrow::after,
.dropdown-item:active span {
    color: #fff !important;
}

.dropdown-item .after-arrow,
.dropdown-item.open-sub {
    padding: 0;
}

#navbarSupportedContent .dropdown-item .after-arrow span {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .after-arrow::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .cta {}
}

@media (min-width: 992px) {
    #navbarSupportedContent li a.landing::before {
        margin-right: 5px;
        height: 12px;
        width: 18px;
    }

    .submenu.dropdown-menu {
        padding-top: 0 !important;
    }
    .after-arrow {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    div.dropdown-item.open-sub:hover+.submenu,
    .submenu:hover {
        display: block;
    }
}

.useragreeform:disabled {
    opacity: 0.65;
}

.post-content-container.youtube-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

@keyframes arrowAnim {
    from {
        transform: translateY(80%) scale(0.5);
    }
    to {
        transform: translateY(-80%) scale(0.5);
    }
}


/* @keyframes arrowAnim {
  0% {
      margin-bottom: 0px;
      opacity: 1;
  }
  49% {
      margin-bottom: 96px;
      opacity: 1;
  }
  50% {margin-bottom: 96px;
      opacity: 0;
  }
  51% {
      margin-bottom: -96px;
      opacity: 0;
  }
  52% {
      margin-bottom: -96px;
      opacity:1;
  } 
  100% {
      margin-bottom: 0px;
      opacity: 1;
  }
} */

@keyframes open-left {
    /* from {
      width: 64px
  } */
    to {
        width: 310px
    }
}

@keyframes close-left {
    /* from {
      width: 300px
  } */
    to {
        width: 64px
    }
}

@keyframes arrowExtras {
    from {
        margin-bottom: -10px;
    }
    to {
        margin-bottom: 10px;
    }
}

.amount,
.package-type {
    font-size: var(--f50);
    font-weight: 700;
    line-height: 1;
}

.amount {
    margin-right: 0.3em !important;
}

.sale p {
    text-decoration: line-through;
}

.sale .amount {
    font-size: 22px !important;
    margin-right: 0 !important;
}

.sale .exchange {
    font-size: 16px !important;
}

.tax,
.period {
    font-size: var(--f25);
    line-height: 0.85;
}

.form-error {
    display: none;
}

.tax {
    display: none;
}

.tax.active {
    display: block;
}

.tax,
.price-info,
.exchange {
    color: #fff !important;
    font-size: var(--f25);
    font-weight: 700;
}

.shine {
    background: #f79931 linear-gradient(135deg, #f79931 0% 40%, #fff 50%, #f79931 60% 100%) 0 0 no-repeat;
    -webkit-background-size: 1.5em 4em;
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-direction: normal;
    /* text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5); */
    color: transparent !important;
}

.shine.dropdown-toggle::after {
    color: #f79931 !important;
}

.chrome {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
    -webkit-background-size: 200px;
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes shine {
    0%,
    10% {
        background-position: -8em;
    }
    20% {
        background-position: middle left;
    }
    90% {
        background-position: middle right;
    }
    100% {
        background-position: 8em;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav {
        column-gap: 2.5rem;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: unset;
}

.requestForm select {
    appearance: none;
    background-image: url(/templates/template-default/view/img/newHome/arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.8rem;
}

.mt-95 {
    margin-top: 70px;
}

.marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}

.marker-green {
    background-color: var(--ck-highlight-marker-green);
}

.marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}

.marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}

.pen-red {
    background-color: transparent;
    color: var(--ck-highlight-pen-red);
}

.pen-green {
    background-color: transparent;
    color: var(--ck-highlight-pen-green);
}

.hero {
    /* background-color: var(--blue); */
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    min-height: min(calc(100vh - 130px), 800px);
    /* padding: 0 12.35% 0 12.35%; */
    position: relative;
    /* font-family: 'Inter', sans-serif !important; */
    color: #fff;
    display: flex;
}

@media screen and (max-width: 768px) {
    .hero {
        min-height: min(calc(100vh - 65px), 800px);
    }
}

.hero .heading {
    font-family: "Inter", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1.333em;
}

@media screen and (max-width: 768px) {
    .hero .heading {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 575px) {
    .hero .heading {
        font-size: 1.875rem;
    }
}

.hero.location .heading {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 5.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2.535px;
    text-transform: uppercase;
    margin: 0;
    max-width: 750px;
}

.hero.location .heading span {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.4;
    /* 145.974% */
    letter-spacing: -1.521px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .hero.location .heading {
        font-size: 4rem;
    }
    .hero.location .heading span {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 575px) {
    .hero.location .heading {
        font-size: 3.125rem;
    }
    .hero.location .heading span {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .hero.sub-page {
        /* margin-bottom: 6.25rem; */
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.hero.sub-page h1 {
    position: relative;
    display: inline-block;
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 1.111;
    /* 111.111% */
    margin: auto;
}

.hero.sub-page h1::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, #F79930 3.5%, #FFB25C 63.79%);
}

@media screen and (max-width: 768px) {
    .hero.sub-page h1 {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 565px) {
    .hero.sub-page h1 {
        font-size: 1.5rem;
    }
}

.hero .splide .heading span {
    display: inline-block;
    color: #FFB25C;
}

.hero .splide__slide {
    max-width: 100%;
    width: 100%;
}


/* .hero::after {
  content: "";
  background: linear-gradient(90deg, #F79930 3.5%, #FFB25C 63.79%);
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;

} */


/* .opportunities-item:hover {
  -webkit-box-shadow: 0px 0px 6px 5px rgba(0, 96, 113, 0.12);
  -moz-box-shadow: 0px 0px 6px 5px rgba(0, 96, 113, 0.12);
  box-shadow: 0px 0px 6px 5px rgba(0, 96, 113, 0.12);
} */

.image_heading_grid {}

.image_heading_grid [class*=col-] {
    row-gap: 1rem;
    padding: 2.25rem;
}

.image_heading_grid img {
    height: 84px;
    width: auto;
}

.image_heading_grid * {
    color: #4B4B4B;
    text-align: center;
}

.image_heading_grid h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding: 0px 2em;
    text-transform: uppercase;
}

.image_heading_grid p {
    opacity: .5;
    font-size: 16px;
    /* font-weight: 400; */
    line-height: 1.5;
    /* 150% */
}

@media screen and (max-width: 1199px) {
    .image_heading_grid h4 {
        padding: 0 1em;
    }
    .image_heading_grid [class*=col-] {
        row-gap: 1rem;
        padding: 1.5rem;
    }
}

.pricing {
    padding: 6rem 3rem 2rem;
    border-radius: 36px;
    background-color: #F08338;
    background-image: url(../img/v2/price-left.png), url(../img/v2/price-right.png), url(../img/v2/price-bottom.png);
    background-repeat: no-repeat;
    background-position: -470% 30%, -200% 0%, 60% 120%;
    transition: all 2s ease;
    background-size: 75%, 170%, 100%;
    position: relative;
}
.pricing.global-ofis {
    padding: 1.5rem;

}
.pricing.active {
    background-position: -140% 30%, -86% 210%, 60% 100%
}

.pricing .d-grid {
    display: grid;
    gap: 24px 64px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    margin-bottom: 62px;
}

.pricing .d-grid>div {
    padding: 0 2rem;
    align-items: center;
}
.pricing.global-ofis .d-grid>div {
    padding: 0rem;
}
.pricing.global-ofis .d-grid>div:nth-child(2) {
    padding-top: 40px;
}

.pricing .d-grid>div h3 {
    font-weight: 700;
    font-size: 1.125rem;
    padding: .88em 1.33em;
    border-radius: 2.75em;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    background-color: #02788D;
}

.pricing.global-ofis .d-grid>div:nth-child(2)>h3 {
    color: #02788D;
    background-color: #FFF;
}

.pricing h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-align: center;
    margin-bottom: .5em;
}

.pricing .d-grid>div ul {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.25;
    /* 93.75% */
    list-style: none;
    padding: 0;
}

.pricing .d-grid>div ul li {
    padding: 0;
    margin: 0;
}

.pricing .d-grid>div ul li:not(:last-child) {
    margin-bottom: 1em;
}

.pricing .info {
    color: #fff;
    text-align: center;
}

.pricing .info>div {
    margin-bottom: 32px;
}

.pricing .info .span {
    display: inline-block;
}

.pricing .info .amount {
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pricing .info .kdv {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: .85;
    /* 84% */
}

.pricing .info a {
    color: #F79930;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: .75em 2em;
    background-color: #FFF;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .pricing .info a {
        position: relative;
    }
    
}
.pricing .info a:hover {
    animation: price-glow .75s linear infinite alternate;
}

.pricing .badge-container {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 50px;
}

.badge-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../img/v2/pricing_badge.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.pricing .badge-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(9deg);
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    width: 100%;
    line-height: 1;
}

.pricing .badge-content .text-small {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.pricing .badge-content .text-large {
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin: 4px 0;
}

.pricing .badge-content .text-medium {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
}

@keyframes price-glow {
    0% {
        box-shadow: 0px 0px 64px 0px rgb(255 255 255 / 11%);
    }
    100% {
        box-shadow: 0px 0px 64px 0px rgb(255 255 255 / 75%);
    }
}

@media screen and (max-width: 1199px) {
    .pricing .d-grid {
        gap: 24px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 991px) {
    .pricing .d-grid>div {
        padding: 0;
    }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
    .pricing .badge-container {
        right: -30px;
        transform: scale(.5);
    }
}
@media screen and (max-width: 768px) {
    .custom-grid > .d-flex.flex-column:nth-child(2) {
        order: 3;
        padding-top:0 !important;
    }
    .custom-grid > .d-flex.flex-column:nth-child(3) {
        order: 2;
    }

    .pricing {
        padding: 3rem 2rem;
    }
    .pricing .d-grid {
        grid-template-columns: 1fr;
    }
    .pricing .badge-container {
        position: relative;
        right: unset;
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        margin: 0;
        width: auto;
        height: 150px;
        /* left: 0100%;
        right: unset;
        pointer-events: none;
        bottom: 0;
        top: unset;
        transform-origin: left bottom;
        transform: scale(0.25); */
    }
}

@media screen and (max-width: 575px) {
    .pricing {
        padding: 2rem 1rem 13rem 1rem;
    }
}

@media screen and (max-width: 575px) {
    .pricing .d-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .pricing .info .sanal-ofis{
        display: grid;
        grid-template-columns: repeat(2,2fr);
    }
    .pricing .info .amount {
        font-size: 2.5rem;
    }
    .pricing .d-grid>div h3 {
        padding: .5em 1.2em;
    }
}

@media screen and (max-width: 768px) {
    .mobile-padding{
        padding:0 30px;
    }
    .pricing .info.sanal-ofis{
        display: grid;
        grid-template-columns: repeat(1, 2fr);
    }
    .pricing .info .global-ofis{
        margin-top:16px;
    }
    .pricing .info {
        display: grid;
        grid-template-columns: 1fr 150px;
        grid-template-rows: 1fr;
    }
    .pricing {
        padding: 1rem;
    }
    .pricing .info .amount {
        font-size: 1.875rem;
    }
    .pricing.global-ofis .info .amount {
        display: flex;
        flex-flow: row wrap;
        text-align: left;
        align-items: center;
        font-size: 49px;
    }
    .pricing.global-ofis .info .amount span.period{
        width: 100%;
        font-size: 24px;
        font-weight: 700;
    }
    .pricing.global-ofis .info .amount span.kdv{
        font-size: 1.5rem;
        display: contents;
    }
    .pricing.global-ofis .info>div{
        margin: 0;
    }
    .pricing .info .kdv {
        font-size: 1.125rem;
    }
    .pricing .d-grid>div h3 {
        padding: .33em 1em;
    }
    .badge-content > span.text-small {
        font-size: 13px !important;
    }
    .badge-content > span {
        font-size: 15px !important;
    }
    .pricing .info a {
        padding: .75em;
    }
}

@media screen and (max-width: 480px) {
    .pricing.global-ofis .info .amount {
        font-size:31px;
    }
    .mobile-padding{
        padding:0 30px;
    }
    .pricing .info .global-ofis{
        margin-top:16px;
    }
    .pricing .info.sanal-ofis{
        display: grid;
        grid-template-columns: repeat(1, 2fr);
    }
    .pricing .info {
        display: grid;
        grid-template-columns: 1fr 130px;
        grid-template-rows: 1fr;
    }
    .pricing .badge-container {
        height: 130px;
    }
}
.utrecht {
    background: url(../img/v2/utrecht.png);
    text-align: center;
    padding: 180px 0;
    background-size: cover;
}

.utrecht h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-align: center;
}

.looped-column-content {}

.looped-column-content .row:not(:first-child) {
    margin-top: 10vh;
}

.looped-column-content .heading {
    color: #00758D;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.looped-column-content p {
    /* color: #918EA4; */
    font-size: 1.125rem;
    line-height: 1.44;
    /* 144.444% */
}

@media screen and (min-width: 1200px) {
    .looped-column-content [class*=col-]:first-child:has(div) {
        padding: 0px 52px 0px;
    }
    .looped-column-content [class*=col-]:first-child:has(img) {
        padding-right: 52px;
    }
    .looped-column-content [class*=col-]:last-child:has(div) {
        padding: 0px 52px 0px;
    }
    .looped-column-content [class*=col-]:last-child:has(img) {
        padding-left: 52px;
    }
}

@media screen and (max-width: 767px) {
    .looped-column-content .row {
        row-gap: 2.5rem;
    }
    .looped-column-content .row.reverse-on-mobile {
        flex-flow: column-reverse;
    }
    .looped-column-content .row:not(:first-child) {
        margin-top: 5rem;
    }
}

.locations {}

.locations h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
}

.locations h3 span {
    display: block;
    font-size: 1.875rem;
    line-height: 1.6;
    /* 160% */
    letter-spacing: -0.9px;
}

.locations .row {
    gap: 40px;
}

.locations .col {
    display: flex;
    flex: 1;
    position: relative;
    height: clamp(30dvh, 560px, 50dvh);
    border-radius: 24px;
}

#european-side {
    /* background-color: rgba(0, 117, 141, .5); */
    background-image: linear-gradient(0deg, rgba(0, 117, 141, .5) 0%, rgba(0, 117, 141, .5) 100%), linear-gradient(0deg, rgb(0 117 141 / 65%) 0%, rgba(18, 169, 207, 0.00) 100%), url(../img/v2/locations/european-side.png);
}

#asian-side {
    /* background-color: rgba(0, 117, 141, .5); */
    background-image: linear-gradient(0deg, rgba(0, 117, 141, .5) 0%, rgba(0, 117, 141, .5) 100%), linear-gradient(0deg, rgb(0 117 141 / 65%) 0%, rgba(18, 169, 207, 0.00) 100%), url(../img/v2/locations/asian-side.png);
}

#turkey-side {
    /* background-color: rgba(0, 117, 141, .5); */
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 117, 141, .5) 0%, rgba(0, 117, 141, .5) 100%), linear-gradient(0deg, rgb(0 117 141 / 65%) 0%, rgba(18, 169, 207, 0.00) 100%), url(../img/v2/locations/turkey-side.png);
}

#holland-side {
    background-size: cover;
    /* background-color: rgba(0, 117, 141, .5); */
    background-image: linear-gradient(0deg, rgba(0, 117, 141, .5) 0%, rgba(0, 117, 141, .5) 100%), linear-gradient(0deg, rgb(0 117 141 / 65%) 0%, rgba(18, 169, 207, 0.00) 100%), url(../img/v2/locations/holland-side.webp);
}

.locations [class*=col] a {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: max-content;
}

@media screen and (max-width: 767px) {
    .locations [class*=col] {
        min-height: 400px;
    }
    .locations [class*=col] a {
        bottom: 7.5%;
    }
}

.faq {}

.faq:last-child {
    margin-bottom: 80px;
}

.home-locations h3 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
}

.home-locations h3 span {
    display: block;
    font-size: .75em;
    line-height: 1.6;
    /* 160% */
    letter-spacing: -0.9px;
}

.home-locations .content {
    /* flex: 1; */
    margin-bottom: 2rem;
}

.home-locations .content h3 {
    margin-bottom: 1rem;
}

.home-locations p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    margin: 0;
}

.home-locations .row {
    gap: 40px;
}

.home-locations .col {
    display: flex;
    flex: 1;
    position: relative;
    height: clamp(360px, 560px, 50dvh);
    border-radius: 24px;
    flex-direction: column;
    padding: 2rem;
}

.home-locations [class*=col] a {
    align-self: center;
}

@media screen and (max-width: 767px) {
    .home-locations [class*=col] {
        min-height: 400px;
    }
    .home-locations .row {
        flex-flow: column;
        row-gap: 8px;
    }
}
@media screen and (max-width: 565px) {
    .home-locations {
        padding: 0;
    }

    .home-locations [class*=col] {
        border-radius: 0;
        min-height: unset;
        height: auto;
    }
    .homepage, .homepage section {
        margin: 0;
    }
    .homepage .heading {
        margin: 0 0 1.5em;
    }
    .home-locations .content {
        /* flex: unset; */
        margin-bottom: 1rem;
    }
    .home-locations h3 {
        font-size: 2rem;
        width: max-content;
    }
    .home-locations h3 span {
        font-size: 1.25rem;
    }
    
}

.faq .card {
    background: transparent;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq .card:first-child {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.faq .card-header {
    background: none;
    padding-left: 0;
    border: none !important
}

.faq .card-body:not(.collapse) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.faq .card-body p {
    text-indent: 2ch;
}

.faq .card-header {
    background: none;
    padding-left: 0;
}

.faq .btn-link {
    color: #00758D;
    font-size: 20px;
    font-weight: 700;
    padding-left: 0;
    /* line-height: 60px; 250% */
    text-decoration: none !important;
    text-align: left !important;
    text-wrap: wrap;
}

.faq .btn-link.collapsed {
    font-weight: 400;
}

.faq .card-body {
    padding-left: 0;
    font-size: 16px;
    text-align: left !important;
}

.faq+p {
    margin-top: 1em;
}

.center-content {
    margin: auto;
    font-size: 1.125rem;
    margin-bottom: 4em;
}

.grid-list {
    background-color: #F79930;
    border-radius: 24px;
    padding: 3rem 6rem;
}

.grid-list>h3 {
    color: #FFF;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 1.25;
    margin: 0 auto 1.75em;
}

.grid-list>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 2.5rem 8rem;
}

.grid-list>div h4 {
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    background-color: #FBBF6D;
    color: var(--blue);
    padding: .8em 2em;
    margin: 0 auto 1.25em;
}

.grid-list>div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid-list>div ul li {
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.grid-list>div ul li {
    margin-bottom: 1.25em;
}

@media screen and (max-width: 991px) {
    .grid-list {
        padding: 3rem 2rem;
    }
    .grid-list>div {
        gap: 2.5rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .grid-list>div {
        grid-template-columns: 1fr;
    }
}

.about-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
    gap: 4.5rem 6.5rem
}

.about-us-grid>div {
    padding: 24px 18px 32px;
    border-radius: 12px;
    border: 1px solid #918EA4;
    row-gap: 32px;
}

.about-us-grid>div img {
    width: 100%;
    max-width: 10rem;
    margin: auto;
}

.about-us-grid>div p {
    color: #00758D;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.66;
    /* 166.667% */
}

.zoho-contact {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    position: relative;
    z-index: 2;
}

.loading-container {
    visibility: hidden;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00282f;
    z-index: 2;
    flex-flow: column;
    opacity: 0;
    transition: opacity 0.3s linear;
    overflow: hidden;
}

.loading-container p {
    font-size: 24px;
    color: white;
    margin: .5em auto 0;
}

.loading-container svg g {
    animation: go_up_rotate_and_down 1.5s infinite linear paused;
    transform-origin: 50%;
}

.loading-container.active {
    visibility: visible;
    opacity: 1;
}

.loading-container.active svg g {
    animation-play-state: running;
}

@media screen {}

@keyframes go_up_rotate_and_down {
    0% {
        transform: translate(0, 0) rotateY(0deg);
    }
    10% {
        transform: translate(0, -8px) rotateY(0deg);
    }
    60% {
        transform: translate(0, -8px) rotateY(360deg);
    }
    70%,
    100% {
        transform: translate(0, 0) rotateY(360deg);
    }
}

@keyframes wait {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.zoho-contact.container {
    padding: 36px 64px;
    margin-bottom: -150px;
    translate: 0 -50%;
    column-gap: 32px;
}

.zoho-contact .form-container {
    flex: 1;
}

@media screen and (min-width: 992px) {
    .zoho-contact.container {
        padding: 36px 64px;
    }
}


/* .zoho-contact.container + section, .zoho-contact.container + div {
  margin-top: calc(7.5rem + 50px);
} */

@media screen and (max-width: 991px) {
    .zoho-contact.container {
        padding: 36px 24px;
    }
}

.zoho-contact.blogs {
    padding: 36px 24px;
    display: block;
}

.zoho-contact.blogs h2 {
    max-width: unset;
    text-align: center;
    margin-bottom: 1em;
}

.zoho-contact .hero-form {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px 24px;
    width: 100%;
    z-index: 2;
}

.zoho-contact .blog-form .form-group {
    margin: 0 0 1.5rem;
}

.zoho-contact h2 {
    color: #00758D;
    font-size: 1.5rem;
    line-height: 1.125;
    /* max-width: 120px; */
}

@media screen and (min-width: 769px) {
    .hero-form-container.zoho-contact .heading-container {
        width: 120px;
        position: relative;
    }
    .zoho-contact.hero-form-container h2 {
        margin: 0;
        position: absolute;
        top: 25px;
        translate: 0 -50%
    }
}

.zoho-contact .cta {
    height: 50px;
    padding: 8px 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.iti--allow-dropdown input[type=tel]::placeholder {
    visibility: hidden;
}

@media screen and (min-width: 769px) {
    .zoho-contact h2 {
        line-height: 1;
    }
}


/* .zoho-contact .blog-form h2{
  text-align: center;
  margin-bottom: 1.5em;
} */

.zoho-contact .hero-form>div:nth-last-child(1) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    display: flex;
}

.zoho-contact .hero-form>div:nth-last-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    /* column-gap: 8px; */
    display: flex;
    align-items: center;
}

.zoho-contact .hero-form h2,
.zoho-contact .hero-form .form-group {
    margin: 0;
}

.zoho-contact input[type="checkbox"] {
    margin-right: 8px;
    height: calc(.875rem * 1.7);
}

.zoho-contact .hero-form label.form-check-label {
    font-size: .875rem;
}

.zoho-contact label {
    display: inline;
}

.zoho-contact input:not([type="checkbox"]),
.zoho-contact select {
    height: 50px;
    width: 100%;
    border-radius: var(--borderR50);
    border: 1px solid var(--blue);
    background-color: transparent;
    text-align: left;
    padding-left: 16px;
    color: var(--blue);
    /* font-size: 1.25rem; */
    font-weight: 300;
}

.form-group input[type=tel] {
    padding-left: 64px !important;
}

.zoho-contact .iti__flag-container {
    top: 50%;
    transform: translate(0, -50%);
    left: 2px;
    padding: 0 0 0 3px;
    z-index: 1;
    border-right: 1px solid var(--blue);
    height: 100%;
    border-radius: 14px 0 0 16px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .other-posts .zoho-contact {
        border-radius: 1.5rem 1.5rem 0 0;
        overflow: hidden;
        bottom: 0;
        display: flex;
        flex-flow: column nowrap;
        left: 0;
        max-width: 100vw;
        position: fixed;
        width: 100vw;
        z-index: 999;
        translate: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .other-posts .zoho-contact h2 {
        max-width: unset;
        /* width: 100%; */
        text-align: center;
        padding: .75em 1em;
        background-color: var(--orange);
        color: white;
    }
    .other-posts .zoho-contact form {
        display: flex !important;
        flex-flow: column;
        padding: 2rem;
    }
    .other-posts .zoho-contact .form-container {
        display: grid;
        overflow: hidden;
        will-change: grid-template-row, opacity, height;
        transition: all 300ms linear;
        grid-template-rows: 0fr;
    }
    .other-posts .zoho-contact .form-container>div {
        overflow: hidden;
    }
    .other-posts .zoho-contact.active .form-container {
        grid-template-rows: 1fr;
    }
}

@media screen and (max-width: 991px) {
    .post-detail .row {
        flex-flow: column-reverse;
    }
    .other-posts {
        order: 1;
    }
    .zoho-contact h2 {
        margin: 0 !important;
    }
    .zoho-contact .hero-form {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .zoho-contact .hero-form>div:nth-last-child(1) {
        grid-column: auto;
        grid-row-start: 2;
        display: block;
    }
    .zoho-contact .hero-form>div:nth-last-child(2) {
        grid-column: auto;
        grid-row-start: 2;
        display: flex;
        align-items: start;
    }
}

@media screen and (max-width: 768px) {
    .zoho-contact {
        border-radius: 1.5rem 1.5rem 0 0;
        overflow: hidden;
        bottom: 0;
        display: flex;
        flex-flow: column nowrap;
        left: 0;
        max-width: 100vw;
        position: fixed;
        width: 100vw;
        z-index: 999;
        translate: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .zoho-contact .loading-container {
        border-radius: 0;
        top: 63px;
        height: calc(100% - 63px);
    }
    .zoho-contact h2 {
        max-width: unset;
        /* width: 100%; */
        text-align: center;
        padding: .75em 1em;
        background-color: var(--orange);
        color: white;
    }
    .zoho-contact form {
        display: flex !important;
        flex-flow: column;
        padding: 2rem;
    }
    .zoho-contact .form-container {
        display: grid;
        overflow: hidden;
        will-change: grid-template-row, opacity, height;
        transition: all 300ms linear;
        grid-template-rows: 0fr;
    }
    .zoho-contact .form-container>div {
        overflow: hidden;
    }
    .zoho-contact.active .form-container {
        grid-template-rows: 1fr;
    }
}

.googleMap iframe {
    border: none !important;
    width:100%;
    height:100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    /* Center horizontally with auto margins */
    display: flex;
    /* Use flexbox for centering */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
}

.feature-text {
    font-size: 14px;
    color: #9F9F9F;
    line-height: 1.5;
}

.feature-card {
    text-align: center;
}
@media screen and (min-width: 769px) {
    .feature-card {
        margin-bottom: 30px;
        padding: 20px;
        height: 100%;    
    }
    
}

/* Icon colors */

.icon-blue {
    color: #0099cc;
}

.icon-orange {
    color: #ff6633;
}

.sector-card {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #00758D;
    transition: transform 0.3s ease;
    background: white;
    height: 100%;
}

.sector-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sector-content {
    padding: 20px;
}

.sector-title {
    font-size: 20px;
    font-weight: bold;
    color: #4B4B4B;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sector-text {
    font-size: 14px;
    /* color: #918EA4; */
    line-height: 1.6;
    margin-bottom: 0;
}

.switch-menu {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 0px;
    display: flex;
    position: relative;
    margin: 30px auto 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #00758D;
    width: fit-content;
    flex-flow: row nowrap;
}

.blog-header .switch-menu {
    left: auto;
    transform: translateX(0%);
}

.switch-menu a {
    padding: 10px 30px;
    border-radius: 13px;
    font-weight: 600;
    color: #00758D;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 2;
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .switch-menu a {
        white-space: pre-wrap;
    }
    
}
.switch-menu a:hover {
    text-decoration: none;
    color: #00758D;
}


/* Active state background */

.switch-menu a.active {
    background-color: #00758D;
    color: #fff;
}