
.loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.loading-spinner {
    width: 6rem;
    height: 6rem;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite;
}

.spinner {
    animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes spinner-color {
    0%, 100% {
        stroke: #00b351;
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px;
    }
}


/*End preloader*/


/*Site wrapper*/

.wrapper {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

/*End site wrapper*/


/* Hero Section*/

.header {
    position: relative;
}

.navbar-expand-lg .navbar-logo {
    width: 8.5rem;
}

.header-navbar {
    padding: 0;
}

    .header-navbar .navbar-brand {
        padding-top: 1.2em;
        padding-bottom: 1.2rem;
        padding-right: 1rem;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    color: #6b6d7e;
    position: relative;
    display: block;
    font-size: 1.1rem;
}

.header-navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    border-top: 0;
    font-size: 0.875rem;
    min-width: 14rem;
    border-radius: 0;
}

.header {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    position: absolute;
}

.play-but:hover .play-icon:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.play-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
}

    .play-icon:before {
        display: inline-block;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(39, 169, 84,1.0);
        border-radius: 50%;
    }

.play-icon-inner {
    color: #FFFFFF !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    line-height: 0;
}

.pattern-left {
    position: absolute;
    width: 1.8rem;
    top: -95px;
    left: -25px;
}

.pattern-middle {
    position: absolute;
    width: 1.6rem;
    right: 32%;
    transform: translateX(-50%);
    top: -50px;
}

.pattern-bottom-right {
    position: absolute;
    width: 2rem;
    right: 0;
    bottom: -20rem;
}

.pattern-bottom-left {
    position: absolute;
    width: 6rem;
    left: 0;
    bottom: -34rem;
}

/* End hero Section*/


/*To the top*/

.scroll-to-top:not(.active) {
    opacity: 0;
    pointer-events: none;
    color: #fff;
    background-color: #02B795;
    border-color: #02B795;
}

.scroll-to-top.active:hover {
    border-radius: 0.25rem;
    color: #ffffff;
}

.scroll-to-top {
    position: fixed;
    width: 3rem;
    height: 3rem;
    background-color: #00b351;
    border-color: #00b351;
    text-align: center;
    right: 1.5rem;
    bottom: 1.0rem;
    padding-top: .65rem;
    z-index: 100;
    color: #ffffff;
    font-size: 0.85rem;
    border-radius: 0.25rem 0.25rem 1rem 0.25rem;
}

/*End to the top*/


/*About*/


.icon-check {
    width: 1rem;
    height: auto;
}

/*End about*/


/*Consulting*/

.number {
    font-size: 8rem;
    text-shadow: 2px 2px 41px rgba(0,0,0,.08);
    top: 0;
    right: 0;
    z-index: 0;
    font-weight: 700;
}

/*End consulting*/


/*Packages*/

.edge-shape-bottom {
    right: 0;
    bottom: 0;
    left: 0;
}

    .edge-shape-bottom > * {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

/*End packages*/


/*Faq*/

.accordion-header {
    padding: 0;
    background-color: transparent;
    transition: 0.3s ease-in-out;
    border: none;
}

.accordion-collapse-btn {
    padding: 1.2rem 1.2rem;
    white-space: inherit;
    color: #000000 !important;
}

.accordion-body {
    color: #646f79;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.accordion-arrow {
    color: #00b351;
    transition: 0.3s ease-in-out;
    padding-left: 1rem;
}

    .accordion-arrow:hover {
        color: #163967;
        transition: 0.3s ease-in-out;
    }

.accordion-arrow-inner {
    font-size: .875rem;
}

.collapsed .accordion-arrow {
    /* -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    padding-left: 1rem;
}

.card-collapse [data-toggle="collapse"][aria-expanded="true"], .card-collapse [data-toggle="collapse"][aria-expanded="true"] .accordion-arrow {
    color: #666666;
}

    .card-collapse [data-toggle="collapse"][aria-expanded="true"], .card-collapse [data-toggle="collapse"][aria-expanded="true"] .accordion-arrow .fa-plus:before {
        content: "\f107" !important;
    }

/*End faq*/


/*Stories*/

.vertical-line-divider {
    position: relative;
}

    .vertical-line-divider:after {
        position: absolute;
        right: -.9375rem;
        top: 50%;
        height: 4rem;
        border-left: 1px solid #e7eaf3;
        content: "";
        margin-top: -2rem;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        display: none;
    }

/*End stories*/


/*Courses*/

.badge-lg {
    padding: 1.25em;
    font-size: 1rem;
    border-radius: 1rem 0.25rem 1rem 0.25rem;
    bottom: -25px;
    right: 0;
    font-weight: 600;
}

/*End courses*/


/*Newsletter*/

.bg-checkerboard {
    background-image: url(../assets/img/checkerboard.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
}

/*End newsletter*/


/*Miscellaneous*/

::-moz-selection {
    background: #00b351;
    color: #ffffff;
}

.bg-primary-2 ::-moz-selection {
    color: #00b351;
    background-color: #fff;
}

.max-width-2 {
    max-width: 2rem;
}

.max-width-5 {
    max-width: 5rem;
}

.max-width-7 {
    max-width: 7rem;
}

.avatar-sm {
    width: 2rem;
    height: 2rem;
}

.avatar-md {
    width: 3.125rem;
    height: 3.125rem;
}

.yuvarlak {
    border: solid 2px #36b24b;
    padding: 15px;
    border-radius: 50%;
    margin-top: -60px;
    background-color: #ffffff;
}

.golgeliKutu {
    border: solid 1px #ebebeb;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 32px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 32px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 32px -15px rgba(0, 0, 0, 0.75);
}

    .golgeliKutu h4 {
        color: #333;
    }

.golgeliKutuUst blockquote {
    font-weight: 600;
    border-left: solid 5px #bdd9c2;
    text-align: left;
    line-height: 1.2;
    font-size: inherit;
}

    .golgeliKutuUst blockquote p {
        margin-left: 15px;
    }

.teminatHead {
    display: flex;
    align-items: center;
}

    .teminatHead div {
        background-color: #36b24b;
        text-align: center;
        color: #ffffff;
        border-radius: 30px;
        text-align: center;
        padding: 6px;
        font-size: 22px;
        font-weight: 700;
        width: 100%;
    }

.tab-content .tab-pane {
    padding: 20px;
}

.card-header:first-child {
    background-color: #ffffff;
}

.btn-soft-docs {
    color: #36b24b;
    background: rgb(255 255 255);
    border-color: transparent;
}

.card {
    border-radius: 0.8125rem;
}

.bannertop {
    padding-top: 95px;
    max-height: 90vh;
}

.bannersol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .bannersol h1 {
        font-size: 60px;
        line-height: 1.15;
        text-align: left;
        font-weight: 700;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .bannersol p {
        background-color: #464a47;
        padding: 5px 12px;
        color: #FFF;
        width: fit-content;
        border-radius: 6px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .bannersol h3 {
        font-size: 28px;
        color: #333333;
        line-height: 1.1;
        text-align: left;
        margin-bottom: 25px;
        padding-bottom: 0;
    }

.demirhopi {
    right: -50px;
    bottom: 5px;
    top: auto;
    left: auto;
    opacity: 0;
    transition: right 0.6s ease-out, opacity 0.6s ease-out;
}

    .demirhopi.show {
        right: 0;
        opacity: 1;
    }

    .demirhopi img {
        width: 100%;
        max-width: 377px;
        height: auto;
    }

.bannersag {
    padding: 0 0;
}

.bannersol .btn-secondary {
    width: max-content;
    margin-right: 0 !important;
    margin: inherits !important;
}

.bannersag img {
    width: 100%;
    height: auto;
    max-width: 1162px;
    margin-left: 0;
    margin-top: 25px;
}

.gradient-text {
    background: linear-gradient(122deg, #ff9800, #e91e63, #3f51b5, #00bcd4, #4caf50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #cb216e;
    font-family: "Gilroy";
    font-weight: 700;
}

.modal {
    overflow: auto;
}

.modal-body {
    overflow: visible;
}

.wfon {
    background-color: #ffffff;
    padding: 0 10px;
    line-height: 1;
    border-radius: 5px;
}

p {
    font-size: 1.3rem;
    line-height: 1.4;
}

.ui-datepicker {
    z-index: 99999 !important;
}

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
        border: solid 1px #36b24b;
        border-radius: 4px;
        font-size: 13px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 1px !important;
        font-family: "Nunito";
    }

.ui-widget.ui-widget-content {
    border: 1px solid #36b24b;
}

.ui-widget-header {
    background: #36b24b !important;
}

.ui-widget-content {
    font-family: "Nunito";
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
        border-radius: 2px;
        font-family: "Nunito";
        font-size: 13px;
    }

        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
            border: 1px solid #0e641d !important;
            background: #36b24b !important;
            font-weight: normal !important;
            color: #ffffff !important;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #619269 !important;
        background: #c6dbca !important;
        color: #080808 !important;
        font-weight: 700 !important;
    }

a:not([href]):not([tabindex]) {
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.yesil {
    color: #36b24b !important;
}

.fw800 {
    font-weight: 800;
}

.paracikimg {
    width: 20px;
    height: auto;
    float: left;
    margin-top: 4px;
}

.altacikla {
    text-align: left;
    font-size: 14px;
}

.btnOnlineKullan {
    border: 0.1rem solid #36b24b;
    padding: 0.1rem 0.4rem !important;
    width: 100%;
}

    .btnOnlineKullan:hover {
        border-radius: 10rem;
    }

.btnAktiveEt {
    padding: 0.1rem 0.4rem !important;
    margin-bottom: 0.2rem !important;
    width: 100%;
}

.header-section {
    transition: border-bottom 0.3s ease; /* geçis süresi ve tipi */
    border-bottom: solid 1px transparent; /* baslangiçta görünmez */
}

    .header-section.altGriCizgi {
        border-bottom: solid 0px #cccccc; /* sinif eklendiginde çizgi görünür */
    }

body, .modal.fade.show {
    padding-right: 0 !important;
}

.hopitextP {
    color: black !important;
    font-weight: 300 !important;
    font-size: 28px !important;
    line-height: 1.571 !important;
    margin-bottom: 40px !important;
    letter-spacing: 0.02em !important;
    margin-top: 10px !important;
}

.hopitelCol {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hpm-login .hpm-col-image img {
    max-width: 60%;
}

.hopitextGuide {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}
 

@media screen and (max-width: 880px) {
    .hopitextGuide {
        font-size: 20px !important;
        margin-bottom: 0px !important; 
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 70% !important;
    }
}

@media only screen and (max-width: 1600px) {
    .bannersol h1 {
        font-size: 54px;
        text-align: left;
    }

    .bannersol h3 {
        font-size: 26px;
        text-align: left;
        line-height: 1.2;
    }

    .demirhopi img {
        max-width: 320px;
    }

    .paracikimg {
        width: 16px;
        margin-top: 4px;
    }

    .hopitextP {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .hpm-login .hpm-col-image img {
        max-width: 80%;
    }

    .hopitextGuide {
        font-size: 20px !important;
        margin-bottom: 15px !important;
        line-height: 1.2 !important;
    }
}

@media only screen and (max-width: 1520px) {
    .bannersol h1 {
        font-size: 42px;
        text-align: left;
    }

    .bannersol h3 {
        font-size: 20px;
        text-align: left;
        line-height: 1.2;
    }

    .demirhopi img {
        max-width: 280px;
    }
}

@media only screen and (max-width: 1400px) {
    .hopitextP {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    .hpm-login .hpm-col-image img {
        max-width: 90%;
    }

    .hopitextGuide {
        font-size: 20px !important;
        margin-bottom: 15px !important;
        line-height: 1.2 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .bannersol h1 {
        font-size: 36px;
        text-align: left;
        padding-top: 0;
    }

    .bannersol h3 {
        font-size: 17px;
        text-align: left;
        line-height: 1.2;
    }

    .demirhopi img {
        max-width: 250px;
    }

    .paracikimg {
        width: 12px;
        margin-top: 2px;
    }

    .hopitextP {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .hpm-login .hpm-col-image img {
        max-width: 100%;
    }

    .hopitextGuide {
        font-size: 18px !important;
        margin-bottom: 12px !important;
        line-height: 1.2 !important;
    }
}

@media only screen and (max-width: 991px) {

    .bannersol h1 {
        font-size: 48px;
        text-align: center;
        padding-top: 45px;
    }

    .bannersol p {
        margin: auto;
        margin-bottom: 15px;
    }

    .bannersol h3 {
        font-size: 23px;
        text-align: center;
        line-height: 1.2;
    }

    .demirhopi img {
        max-width: 250px;
    }

    .bannersol .btn-secondary {
        width: max-content;
        margin-right: 0 !important;
        margin: auto !important;
    }


    .golgeliKutuUst {
        margin-bottom: 50px !important;
    }

    .teminatHead {
        margin-bottom: 15px;
    }

        .teminatHead div {
            font-size: 18px;
            line-height: 1.2;
            padding: 10px;
        }

    .tab-content {
        margin: auto;
        width: 90%;
    }

        .tab-content .tab-pane {
            padding: 10px;
        }

    .bannersag img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .paracikimg {
        width: 16px;
        height: auto;
        float: none;
        margin-top: -3px;
    }

    .altacikla {
        text-align: center;
        font-size: 12px;
    }

    p {
        font-size: 1.0rem;
        line-height: 1.3;
    }

    .golgeliKutuUst blockquote {
        margin-inline-start: 10px;
        margin-inline-end: 10px;
    }

    .hopitelCol {
        display: none;
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 5%) !important;
        transform: translate(0, 5%) !important;
    }

    .hopitextGuide {
        font-size: 18px !important;
        line-height: 1.1 !important;
    }
}

@media only screen and (max-width: 770px) {

    .bannersol h1 {
        font-size: 35px;
        text-align: center;
        padding-top: 8px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .bannersol h3 {
        font-size: 18px;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .demirhopi img {
        max-width: 150px;
    }

    .bannersag img {
        width: 130%;
        height: auto;
        margin: auto;
        margin-left: -28%;
        margin-top: 15px;
    }

    p {
        font-size: 1.0rem;
        line-height: 1.3;
    }

    .altacikla {
        font-size: 10px;
        margin-bottom: 10px !important;
    }

    .ayricaliklarKutu {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


a,
::before {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.shadow-lg {
    box-shadow: 0 0 40px rgba(38, 38, 38, 0.1) !important
}

.font-size-10 {
    font-size: 0.625rem;
}

.font-size-12 {
    font-size: .75rem;
}

.font-size-13 {
    font-size: .8125rem;
}

.font-size-14 {
    font-size: .875rem;
}

.font-size-15 {
    font-size: .9375rem;
}

.font-size-16 {
    font-size: 1rem;
}

.font-size-24 {
    font-size: 1.5rem;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.btn-wide {
    min-width: 11rem;
}

a[data-toggle="tab"]:not([aria-selected="true"]) {
    color: #888888;
    /*background-color: transparent;*/
    background-color: rgba(240,240,240,1.0);
}

    a[data-toggle="tab"]:not([aria-selected="true"]) h2 {
        color: #888888;
        /*background-color: transparent;*/
        background-color: rgba(240,240,240,1.0);
    }

a[data-toggle="tab"] {
    color: #ffffff;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px;
}

.social-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    transition: 0.3s ease-in-out;
    line-height: 2.2;
    color: #ffffff;
    font-size: 1.125rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    opacity: .15;
}

    .social-icon:hover {
        opacity: .7;
        color: #ffffff;
    }

section,
.section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.spacer-lg-top {
    padding-top: 12rem;
}

.spacer-lg-bottom {
    padding-bottom: 12rem;
}

section.hero, div[class*="col-"].hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
}

div[class*="col-"].spacer-one-bottom-lg,
.spacer-one-bottom-lg {
    padding-bottom: 5rem;
}

div[class*="col-"].spacer-one-top-lg,
.spacer-one-top-lg {
    padding-top: 5rem;
}

div[class*="col-"].spacer-double-lg,
.spacer-double-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

div[class*="col-"].spacer-one-bottom-md,
.spacer-one-bottom-md {
    padding-bottom: 6rem;
}

div[class*="col-"].spacer-one-top-md,
.spacer-one-top-md {
    padding-top: 6rem;
}

div[class*="col-"].spacer-double-md,
.spacer-double-md {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

div[class*="col-"].spacer-one-bottom-sm,
.spacer-one-bottom-sm {
    padding-bottom: 4rem;
}

div[class*="col-"].spacer-one-top-sm,
.spacer-one-top-sm {
    padding-top: 4rem;
}

div[class*="col-"].spacer-double-sm,
.spacer-double-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

div[class*="col-"].spacer-one-bottom-xs,
.spacer-one-bottom-xs {
    padding-bottom: 2rem;
}

div[class*="col-"].spacer-one-top-xs,
.spacer-one-top-xs {
    padding-top: 2rem;
}

div[class*="col-"].spacer-double-xs,
.spacer-double-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

div[class*="col-"].spacer-one-bottom-xxs,
.spacer-one-bottom-xxs {
    padding-bottom: 1.5rem;
}

div[class*="col-"].spacer-one-top-xxs,
.spacer-one-top-xxs {
    padding-top: 1.5rem;
}

div[class*="col-"].spacer-double-xxs,
.spacer-double-xxs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.list-group {
    list-style: none;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
    color: #163967;
}

    h1 > a:hover,
    h2 > a:hover,
    h3 > a:hover,
    h4 > a:hover,
    h5 > a:hover,
    h6 > a:hover,
    .h1 > a:hover,
    .h2 > a:hover,
    .h3 > a:hover,
    .h4 > a:hover,
    .h5 > a:hover,
    .h6 > a:hover {
        color: #1ca766;
    }

.textarea {
    resize: none;
}

.o-hidden {
    overflow: hidden;
}

.bg-white {
    background-color: #ffffff;
}

.bg-white-20 {
    background-color: rgba(255, 255, 255, .07);
}

p {
    color: #646f79;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.ml-offset-1 {
    margin-left: -1rem;
}

.ml-offset-2 {
    margin-left: -0.7rem;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.p-lg {
    padding: 4.5rem 3rem;
}

.mt-n {
    margin-top: -200px;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -.025em;
}

ul.nav-tabs {
    border-radius: 0.3125rem;
    width: 100%;
}

    ul.nav-tabs li:first-child a {
        border-radius: 0.3125rem 0 0 0.3125rem;
    }

.radius-bottom-right {
    border-radius: .3125rem .3125rem 5rem .3125rem !important;
}

.radius-top-right {
    border-radius: .3125rem 5rem .3125rem .3125rem !important;
}

.radius-top-left {
    border-radius: 5rem .3125rem .3125rem .3125rem !important;
}

.btn-radius-bottom-right {
    border-radius: 10rem 2rem 10rem 10rem;
}

.btn-radius-bottom-left {
    border-radius: 2rem 10rem 10rem 10rem;
}

.svg-white {
    fill: #ffffff;
}

.svg-blue {
    fill: #00b351;
}

.bg-soft-primary-2 {
    background: rgba(0, 201, 167, .1);
}

.shadow {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.07) !important;
}

.shadow-soft {
    box-shadow: 0 0.1875rem 0.375rem 0.3875rem rgba(0, 0, 0, 0.05) !important;
}

.text-white-70[href]:hover {
    color: #fff;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7);
}

.custom-control-label:after {
    top: 0.6rem;
    left: -1.5rem;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0.125rem;
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label:before {
    top: 0.6rem;
    left: -1.5rem;
    border: #e7eaf3 solid 1px;
    background-color: transparent;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.list-group-item-action {
    width: 100%;
    color: #77838f;
    text-align: inherit;
}

.btn-soft-primary {
    color: #00b351;
    background: rgba(0, 201, 167, .1);
    border-color: transparent;
}

    .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active,
    .show > .btn-soft-primary.dropdown-toggle {
        color: #fff;
        background-color: #00b351;
        border-color: transparent;
    }

    .btn-soft-primary:hover {
        border-radius: 12rem;
    }

.icon-rounded-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.rounded-icon-size-1 {
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    color: #ffffff;
}

.rounded-icon-size-2 {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.75rem;
    position: relative;
    line-height: 0;
    padding: 0;
    color: #00b351;
}

.mt-n {
    margin-top: -1px;
}

.opacity-50 {
    opacity: .5;
}

.left {
    right: auto;
    left: 0;
}

.right {
    right: 0;
    left: auto;
}

.top {
    top: 0;
    bottom: auto;
}

.bottom {
    bottom: 0;
}

.vw-50 {
    width: 50vw !important;
}

.avatar-bordered {
    border: 2px solid #fff;
}

.hover-arrow:hover span {
    transform: translate3d(5px, 0, 0);
}

.hover-arrow span {
    display: inline-block;
    margin-left: .375rem;
    transition: transform 0.2s ease;
    font-size: 11px;
}

.edge-shape-left {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.edge-shape-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.edge-shape {
    position: absolute;
    pointer-events: none;
}

    .edge-shape > * {
        width: auto;
        height: 100%;
    }

    .edge-shape.edge-shape-bottom > * {
        width: 100%;
    }

.edge-shape-left > * {
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.edge-shape > * {
    display: block;
}

.edge-shape-right > * {
    position: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.edge-shape.edge-nudge > * {
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
}

.icon-logo-svg {
    height: 1.59rem;
    opacity: .5;
}

.mn-lg-r {
    margin-right: -2.5rem !important;
    margin-top: -2.6rem !important;
}

.mn-lg-l {
    margin-left: -2.5rem !important;
    margin-top: -2.6rem !important;
}

.curved-shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(1.3);
    width: 100%;
}

.img-mobile {
    width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw);
}

    .img-mobile .hero-img {
        margin-top: 4rem;
    }

/*End Miscellaneous*/


/*Mediaqueries*/

.btn-navbar-toggler {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px 13px;
    color: #111111;
    font-size: 1rem;
}

@media (max-width: 991px) {
}

@media (max-width: 991.98px) {
    .header-navbar {
        padding: 0;
        max-height: 100vh;
        /*overflow-y: scroll;*/
    }

    .lead {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 992px) {


    section.hero, div[class*="col-"].hero {
        /*padding-top: 16rem;*/
        padding-bottom: 6rem;
    }


    div[class*="col-"].spacer-double-lg, .spacer-double-lg {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .vertical-line-divider:after {
        display: block;
    }

    .number {
        font-size: 10rem;
        top: -60px;
        right: 80px;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1040;
        background-color: rgba(255,255,255,1.0);
        transition: background-color 0.3s ease-in-out;
    }

        .header .navbar-expand-lg .navbar-nav .nav-link {
            color: #000000;
        }

    .navbar-expand-lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .navbar-expand-lg .header-navbar-nav {
            -ms-flex-align: center;
            align-items: center;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: 0;
        }

            .navbar-expand-lg .header-navbar-nav .nav-link {
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
                padding-right: 0.5rem;
                padding-left: 1rem;
            }
}

@media (max-width: 767.98px) {

    section.hero, div[class*="col-"].hero {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .btn {
        font-size: 1rem;
        padding: .325rem 1.5rem;
    }

    .btn-group-lg > .btn,
    .btn-lg,
    .btn-lg,
    .btn-group-lg > .btn, .form-control-lg {
        font-size: 1.1rem;
        padding: .925rem 1.5rem;
    }

    .max-width-5 {
        max-width: 4rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .icon-logo-svg {
        height: 1.5rem;
    }
}



@media (max-width: 575px) {
    section.hero, div[class*="col-"].hero {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .h1,
    h1 {
        font-size: 1.6875rem;
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .h4,
    h4 {
        font-size: 1.284375rem;
    }

    .h5,
    h5 {
        font-size: 1.1875rem;
    }

    .display-1 {
        font-size: 4rem;
    }

    .display-3 {
        font-size: 2.4375rem;
    }

    .display-4 {
        font-size: 2.0625rem;
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.9rem;
    }
}

@media (max-width: 1200px) {
    .display-3 {
        font-size: 3.2rem;
    }

    .display-4 {
        font-size: 2.6rem;
    }

    .h1,
    h1 {
        font-size: 2.2rem;
    }

    .h2, h2 {
        font-size: 1.7rem;
    }

    .h3, h3 {
        font-size: 1.55rem;
    }

    .h4, h4 {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) {

    .mn-lg-r {
        margin-right: -2.5rem !important;
        margin-top: -2.6rem !important;
    }

    .mn-lg-l {
        margin-left: -2.5rem !important;
        margin-top: -2.6rem !important;
    }

    .mn-top {
        /*top: -0.25rem;*/
        position: relative;
    }
}

.teminatlar li {
    list-style: none;
    vertical-align: top;
}

.teminatlar img {
    width: 100%;
    height: auto;
    min-width: 80px;
    max-width: 110px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 50%;
}

@media only screen and (max-width:430px) {
    .teminatlar img {
        width: 90%;
        height: auto;
        min-width: 70px;
    }
}

.faceCol {
    color: #0572e6;
    font-size: 2.3rem;
}

.twitCol {
    color: #1da1f2;
    font-size: 2.3rem;
}

.ldnCol {
    color: #0a66c2;
    font-size: 2.3rem;
}

.instagramGrad {
    FONT-VARIANT: JIS83;
    color: transparent;
    font-size: 2.35rem;
    background-image: url(../assets/img/instagram.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 8px;
}

    .instagramGrad:hover {
        color: transparent;
    }

.grayo div {
    background: rgb(230,236,229);
    background: linear-gradient(0deg, rgba(230,236,229,1) 0%, rgba(255,255,255,0) 100%);
    padding: 1.2rem;
    margin: 0.0rem;
    height: 100%;
    border-radius: 10px;
    font-weight: 700;
}

    .grayo div small {
        line-height: 1.2;
        font-size: 11px;
        font-weight: 400;
    }

.grayo {
    margin-bottom: 15px;
}

    .grayo div i {
        font-size: 40px;
        color: #00b351;
    }

.green {
    color: #00b351;
}

.tab-pane blockquote {
    /*border-left: solid 3px #00b351;*/
}

    .tab-pane blockquote li {
        list-style: none;
        font-size: 1rem;
        font-weight: 600;
        /*border-left: solid 3px #00b351;*/
        margin-bottom: 0.4rem;
        padding: 0;
        padding-left: 0;
    }

        .tab-pane blockquote li i {
            font-size: 1rem;
            color: #00b351;
            padding-left: 0.4rem;
            margin-right: 0.4rem;
        }

.solborder {
    border-left: solid 1px #ebebeb;
}

.altbilgiler {
    text-align: center;
    border-bottom: solid 0px #ebebeb;
    padding: 20px;
}

.baglantilar {
    font-size: 13px;
}

.menuok {
    display: none !important;
}

.videoDivi {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.card {
    min-height: 110px;
}

@media only screen and (max-width:991px) {
    .solborder {
        border-left: solid 0px #ebebeb;
    }

    .altbilgiler {
        border-bottom: solid 0px #ebebeb;
    }

    .demirdunyasi {
        text-align: center;
    }

    .menuok {
        display: inline !important;
    }

    .card {
        min-height: 140px;
    }
}

@media(max-width:767px) {
    .videoDivi {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 57%;
        right: 0;
        text-align: center;
    }

    .card {
        min-height: inherit;
    }
}

@media(max-width:610px) {
    .videoDivi {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 60%;
        right: 0;
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    .solborder {
        border-left: solid 0px #ebebeb;
    }

    .altbilgiler {
        border-bottom: solid 1px #ebebeb;
    }

    .noalt {
        border-bottom: solid 0px #ebebeb !important;
    }

    .baglantilar li {
        display: inherit;
    }
}

@media(max-width:470px) {
    .videoDivi {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 68%;
        right: 0;
        text-align: center;
    }
}

.formBorder {
    border: solid 5px #01b24e;
    border-radius: 5px;
}

@media(max-height:820px) and (min-width:767px) {
    .heifont0 {
        padding-top: 8rem !important;
    }
}

@media(max-height:750px) and (min-width:767px) {
    .heifont0 {
        padding-top: 8rem !important;
    }
}

@media(max-height:820px) {
    .heifont1 {
        font-size: 2.5rem;
    }

    .heifont2 {
        line-height: 1.4;
    }
}

@media(max-height:750px) {
    .heifont1 {
        font-size: 2.2rem;
    }

    .heifont2 {
        line-height: 1.3;
    }
}

.grayo td {
    color: #000;
}

.Hatali_Alan {
    background-color: #f8d7da !important;
}

.gizli {
    display: none;
}

.FormBekleme {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255,255,255,0.9);
}

.tekliflerTop {
    margin-top: 8rem;
}

.kisiBilgileri {
    background-color: #FFF;
    border: solid 1px #CCC;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem;
    border-radius: 6px;
}

    .kisiBilgileri div {
        border-right: solid 1px #CCC;
    }

        .kisiBilgileri div:last-child {
            border-right: none;
        }

@media(max-width:767px) {
    .kisiBilgileri div {
        border-right: none;
        border-bottom: solid 1px #CCC;
    }

        .kisiBilgileri div:last-child {
            border-bottom: none;
        }
}

.paketBilgileri {
    margin-bottom: 5rem;
}

.paketBilgileriFon {
    background-color: #FFF;
    box-shadow: 0 0 0.275rem 0.275rem rgb(0 0 0 / 1%) !important;
    border-radius: 6px;
}

/*Urun Secimi*/
.para {
    font-weight: 100;
    font-size: 1.5rem;
}

.urunlerSecim {
    flex: 1;
    padding: 0.5rem;
    flex-flow: row wrap;
    white-space: nowrap;
    margin-bottom: 1.0rem;
}

    .urunlerSecim input[type=radio]:not(:disabled) ~ label {
        cursor: pointer;
        user-select: none;
    }

    .urunlerSecim input[type=radio]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }

    .urunlerSecim input[type=radio] {
        display: none;
    }

    .urunlerSecim label {
        height: 100%;
        display: block;
        background: #F1F6F6;
        border: 2px solid #00b351;
        border-radius: 10px;
        padding: 1rem;
        text-align: center;
        box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
        position: relative;
        padding-bottom: 1.5rem;
    }

    .urunlerSecim input[type=radio]:checked + label {
        background: #00b351;
        color: #FFF !important;
        box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);
    }

    .urunlerSecim label .seciliPlan {
        position: absolute;
        left: 10%;
        top: auto;
        bottom: 0;
        right: 10%;
        color: #00b351;
        margin-bottom: 0;
        margin-top: 1rem;
        text-align: center;
        border-top: dotted 1px #cccccc;
        font-size: 0.8rem;
    }

    .urunlerSecim input[type=radio]:checked + label .seciliPlan {
        display: none;
    }

    .urunlerSecim input[type=radio]:checked + label::after {
        color: #3d3f43;
        font-family: 'Font Awesome 5 Free';
        border: 2px solid #1dc973;
        content: "\f00c";
        font-size: 24px;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        background: white;
        box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    }

    .urunlerSecim input[type="radio"]#control_05:checked + label {
        background: red;
        border-color: red;
    }

    .urunlerSecim p {
        font-weight: 900;
        line-height: 1.3;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }

    .urunlerSecim h2 {
        color: #000;
        margin-bottom: 0;
        margin-top: 0;
    }

    .urunlerSecim input[type=radio]:checked + label h2, .urunlerSecim input[type=radio]:checked + label p {
        color: #FFF !important;
    }


@media only screen and (max-width: 767px) {
    .urunlerSecim {
        flex: none;
        padding: 0.5rem;
        flex-flow: none;
    }
}


.sigortaEttiren {
    margin-left: 0;
    margin-right: 0;
    background-color: #FFF;
    box-shadow: 0 0 0.275rem 0.275rem rgb(0 0 0 / 1%) !important;
    margin-bottom: 5rem;
    border-radius: 6px;
    padding: 2rem;
}

.insurance-taker-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.insurance-form-grid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-right: 15px;
}

    .insurance-form-grid label {
        color: #818181;
        font-size: 16px;
        padding-left: 20px;
    }

    .insurance-form-grid input {
        font-size: 14px;
        height: 50px;
        border: 1px solid #d0edde;
        background: #f0f6f6;
    }

.sigortaEttiren input, .sigortaEttiren select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select, textarea, input {
        font-size: 16px;
    }
}

.insurance-checkbox-grid {
    margin-top: 25px;
}

    .insurance-checkbox-grid .checkbox-container {
        font-size: 14px;
        color: #808080;
        margin-bottom: 10px;
        font-weight: 200;
        line-height: 1.3;
    }

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2px;
}

    .checkbox-container a {
        color: #01B24E;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.sigortaEttiren input[type=checkbox] {
    display: none;
}

.sigortaEttiren input[type='checkbox'], .sigortaEttiren input[type='radio'] {
    display: inline;
}

.sigortaEttiren input:focus {
    outline: 0;
    /*outline-color: #00b351;*/
    border: solid 1px #00b351;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #01B24E !important;
    border: none !important;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.insurance-taker-form label {
    margin-bottom: 0;
    padding-left: 0;
}


@media only screen and (max-width: 991px) {
    .insurance-form-grid {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .insurance-taker-area {
        /*padding: 20px 20px;*/
    }

    .insurance-taker-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}



/*ODEME*/
.kartOdeme {
    margin-left: 0;
    margin-right: 0;
    background-color: #FFF;
    box-shadow: 0 0 0.275rem 0.275rem rgb(0 0 0 / 1%) !important;
    margin-bottom: 5rem;
    border-radius: 6px;
    padding: 2rem;
    border: 5px solid #01B24E;
}

.payment-area {
    width: 100%;
}

.color-green {
    color: #01B24E;
}

.payment-summary {
    width: 100%;
    padding: 0;
}

.payment-summary-top {
    padding: 5px 0;
    border-bottom: 1px solid #ECECEC;
}

    .payment-summary-top h6 {
        font-size: 24px;
        color: #000000;
        font-weight: 900;
    }

.payment-summary-bottom {
    padding: 5px 0;
}

    .payment-summary-bottom ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .payment-summary-bottom ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5px 0;
        }

            .payment-summary-bottom ul li p.total-list-text {
                font-size: 18px;
                color: #666666;
                line-height: 1.2;
                font-weight: 100;
            }

            .payment-summary-bottom ul li span.total-list-single-price {
                font-size: 22px;
                color: #00b351;
                font-weight: 900;
                margin-top: -13px
            }

.promotion-area:not(.row) {
    width: 100%;
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
}

.promotion-grid:not(.col-md-6) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
}

.promotion-grid .popup-toggler {
    padding: 16px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px dashed #BAD4C6;
    background: url("../img/input-arrow.svg") calc(100% - 30px) center no-repeat;
    font-size: 14px;
    color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

    .promotion-grid .popup-toggler:hover {
        background: #f1f6f6 url("../img/input-arrow.svg") calc(100% - 30px) center no-repeat;
        ;
    }
    /* .promotion-grid .popup-toggler:focus
{
    background : #f1f6f6 url("../img/input-arrow.svg") calc(100% - 30px) center no-repeat;;
} */

    .promotion-grid .popup-toggler::-webkit-input-placeholder {
        color: #000000;
    }

    .promotion-grid .popup-toggler:-ms-input-placeholder {
        color: #ac9595;
    }

    .promotion-grid .popup-toggler::-ms-input-placeholder {
        color: #000000;
    }

    .promotion-grid .popup-toggler::placeholder {
        color: #000000;
    }

.promotion-button-area {
    width: 100%;
    height: 50px;
    margin-top: 50px;
    display: block;
}

    .promotion-button-area a {
        padding: 15px 15px 15px 15px;
        background: #01B24E;
        color: #fff !important;
        font-size: 14px;
        text-align: center;
        border-radius: 6px;
        margin-top: 24px !important;
    }

.promotion-grid input {
    font-size: 14px;
    color: #000000;
    height: 50px;
    border: 1px solid #D1D1D1;
}


.payment-form-area {
    width: 100%;
    padding: 40px 60px;
    background: #ECECEC;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}

@media only screen and (max-width: 991px) {
    .payment-form-area {
        padding: 20px 20px;
    }

    .kartOdeme {
        padding: 1rem;
    }
}

.payment-form-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-form-top-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.payment-form-top .payment-form-top-col:last-child {
    max-width: 190px;
    padding-left: 20px;
    padding-top: 5px;
}

    .payment-form-top .payment-form-top-col:last-child img {
        width: 100%;
    }

.payment-form-top-col h6 {
    font-size: 24px;
    color: #000000;
    font-weight: 900;
}

.payment-form {
    width: 100%;
    margin-top: 35px;
}

.payment-form-row {
    /* width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0;*/
}

    .payment-form-row input[type='text'], .payment-form-row input[type='number'], .payment-form-row textarea {
        font-size: 16px;
    }


.payment-form .payment-form-grid {
    /*width: 50%;
    margin-right: 20px;*/
}

.credit-input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin-top: 8px;
    /* padding: 6px 12px; */
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.credit-cell {
    width: 25% !important;
    padding: 6px 0px !important;
    font-size: 18px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    border: none !important;
    outline: none !important;
    text-align: center !important;
    letter-spacing: 3px !important;
    border: none !important;
    height: 48px !important;
    margin: 0 !important;
    border-radius: 4px !important;
}

.payment-form-row label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.payment-form-row input, .payment-form-row select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment-form .payment-form-grid:last-child {
    margin-right: 0;
}

.payment-form .payment-form-grid label {
    font-size: 16px;
    color: #777777;
}

.payment-form .payment-form-grid input:not(.btn-secondary) {
    font-size: 14px;
    color: #000000;
    height: 50px;
    border: 1px solid #D1D1D1;
}


.payment-form .payment-form-grid input:focus {
    border: 1px solid #a9a9a9;
}

.last-usage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custon-select-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 20px;
    margin-top: 8px;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    background: #fff;
    /* overflow: hidden; */
}

.custom-select select {
    display: none;
}

.select-hide {
    display: none;
}

.select-items {
    position: absolute;
    background-color: #fff;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0px 15px 42px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 15px 42px -4px rgb(0 0 0 / 15%);
}

    .select-items div, .select-selected {
        color: #000000;
        padding: 16px 20px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 14px;
        /* border-radius: 6px; */
    }

.select-selected {
    background-color: #fff;
}

.payment-inner-grid {
    width: 50%;
}

.payment-submit-button {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 15px 42px -4px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 15px 42px -4px rgba(0, 0, 0, 0.20);
    margin-top: 24px !important;
}

.payment-form-checkbox {
    margin-top: 20px;
}

    .payment-form-checkbox label {
        font-size: 14px;
        color: #808080;
        margin-bottom: 0;
    }

.mini-header {
    width: 100%;
    height: 70px;
}

.mini-header-in {
    width: 90%;
    margin: 40px auto;
    margin-top: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
    z-index: 1;
}

.mini-header-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mini-header-logo {
    width: 145px;
}

    /* .border-top
{
    border-top: 1px solid #F2F2F2;
} */

    .mini-header-logo img {
        width: 100%;
    }

.payment-padding {
    padding-bottom: 100px;
    margin-bottom: 50px;
}


.hpm-white {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    color: #b2b8c3;
    -webkit-box-shadow: 0px 5px 0px 0px #e7e7e8;
    -moz-box-shadow: 0px 5px 0px 0px #e7e7e8;
    box-shadow: 0px 5px 0px 0px #e7e7e8;
}

.hpm-cta {
    position: relative;
    max-width: 420px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

.hpm-cta-logo {
    width: 40px;
    margin-left: 1rem;
    float: left;
}

.hpm-vl {
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: 1px solid;
    float: left;
}

.hpm-cta-text {
    font-size: 20px;
    margin-top: 5px;
    float: left;
}

    .hpm-cta-text strong {
        color: #e81e89;
    }

.turktelekom-text {
    font-size: 18px;
    margin-top: 5px;
    float: left;
}

    .turktelekom-text strong {
        color: darkblue;
    }

.btnOnline {
    padding: 0.3rem 0.6rem;
    font-size: 1.0rem;
    line-height: 1.5;
    margin-left: 1.1rem;
}

@media only screen and (max-width: 991px) {
    .btnOnline {
        padding: 0.3rem 0.6rem;
        font-size: 1.0rem;
        line-height: 1.5;
        margin-left: 0;
        margin-top: 0.6rem;
    }
}
