@import url(fonts.css);

body {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    min-height: 100vh
}

    body header {
        background: #fff;
        padding: 10px 40px;
        font-family: akrobat
    }

    body main {
        width: 70%;
        width: calc(100% - 450px);
        float: left
    }

    body section.form {
        width: 30%;
        width: calc(450px);
        float: right;
        height: 100%;
        background-color: #fff;
        position: fixed;
        right: 0;
        top: 0;
        padding: 30px;
        box-shadow: 0 2px 10px rgba(0,0,0,.5);
        z-index: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
    }

.hide {
    display: none
}

table tr td {
    padding: 5px
}

section.contentSection {
    position: relative
}

.logo {
    float: left;
    display: inline-block
}

    .logo img {
        display: block;
        width: 125px
    }

header:after {
    content: "";
    display: block;
    clear: both
}

.phoneUrl {
    float: right;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
    line-height: 40px;
    font-size: 23px;
    color: #404040
}

    .phoneUrl span {
        font-family: akrobat;
        font-weight: 700;
        color: #2b6952
    }

    .phoneUrl img {
        float: left
    }

* {
    box-sizing: border-box;
    font-family: akrobat;
    -webkit-tap-highlight-color: transparent
}

.fancybox-caption__body {
    font-family: akrobat
}

.section_nav {
    padding: 35px;
    height: 400px;
    display: none;
    background: #f2930c;
    width: 150px;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 40vh
}

.section1 {
    margin-bottom: 30px
}

.section_nav span {
    color: #fff;
    display: block;
    text-align: center;
    font-family: akrobat;
    font-size: 22px
}

    .section_nav span.opak {
        opacity: .5
    }

.scrollPosition {
    height: 150px;
    margin-bottom: 20px;
    background: rgba(255,255,255,.5);
    margin: 10px auto;
    width: 2px;
    position: relative
}

    .scrollPosition:after {
        content: "";
        width: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 25%
    }

.position2.scrollPosition:after {
    height: 50%
}

.position3.scrollPosition:after {
    height: 75%
}

.position4.scrollPosition:after {
    height: 100%
}

.up {
    margin-top: 15px
}

.down, .up {
    width: 100%;
    cursor: pointer;
    height: 50px;
    display: block;
    background: url(../img/arrow_up.png) no-repeat center
}

    .down:hover, .up:hover {
        background-color: rgba(0,0,0,.02)
    }

.down {
    background: url(../img/arrow_down.png) no-repeat center
}

.slide {
    position: relative;
    width: 100%;
    height: auto
}

    .slide .slide_image {
        max-height: 92%;
        max-width: 55%;
        position: absolute;
        right: 40px;
        bottom: 0
    }

    .slide .slide_text {
        color: #818181;
        padding: 40px;
        font-family: gotham_narrow_book;
        padding-top: 80px;
        max-width: 38%
    }

        .slide .slide_text p {
            font-size: 22px;
            font-family: akrobat;
            margin-bottom: 20px;
            line-height: 1.2
        }

    .slide > div > img {
        width: 100%
    }

.big_text, .title {
    font-size: 50px;
    color: #404040;
    margin-bottom: 10px;
    font-family: akrobat;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1
}

    .big_text span, .title span {
        color: #2b6952
    }

.hamburger {
    display: none
}

.hamburger {
    width: 50px;
    height: 44px;
    padding: 15px 10px;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

    .hamburger .line {
        transition: all .2s ease-in-out;
        float: right;
        border-radius: 3px;
        height: 3px;
        margin-top: 5px;
        background: #0c6b51
    }

        .hamburger .line:nth-child(1) {
            width: 100%;
            margin-top: 0
        }

        .hamburger .line:nth-child(2) {
            width: 80%
        }

        .hamburger .line:nth-child(3) {
            width: 60%
        }

    .hamburger.active .line {
        transition: all .2s ease-in-out
    }

        .hamburger.active .line:nth-child(1) {
            width: 100%;
            transform: translateY(250%) rotate(45deg)
        }

        .hamburger.active .line:nth-child(2) {
            opacity: 0;
            width: 100%
        }

        .hamburger.active .line:nth-child(3) {
            width: 100%;
            transform: translateY(-250%) rotate(-45deg)
        }

.form_title {
    color: #006b50;
    font-family: akrobat;
    font-weight: 900
}

.checkbox {
    user-select: none;
    font-family: akrobat;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 30px
}

    .checkbox a {
        text-decoration: underline;
        color: #404040
    }

    .checkbox .square {
        width: 22px;
        position: absolute;
        left: 0;
        top: 0;
        height: 22px;
        background-color: transparent;
        display: inline-block;
        border: 1px solid #bababa
    }

    .checkbox input[type=checkbox] {
        display: none
    }

    .checkbox input:checked + .square {
        background: url(../img/check.png) no-repeat center;
        background-color: #bababa
    }

.sendBtn {
    display: block;
    color: #fff;
    font-weight: 700;
    background: #006b50;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
    padding: 10px;
    border-radius: 3px
}

.wRow:after {
    clear: both;
    content: "";
    display: block
}

.wRow_50 {
    width: 50%;
    padding: 0 5px;
    float: left
}

.wRow_100 {
    width: 100%;
    padding: 0 5px;
    float: left
}

.inputCol {
    position: relative
}

    .inputCol input {
        width: 100%;
        font-size: 18px;
        -webkit-appearance: none;
        height: 45px;
        margin-bottom: 10px;
        outline: 0;
        position: relative;
        border: 1px solid #b5b5b5;
        padding-left: 15px;
        color: #333;
        border-radius: 3px
    }

.spacer_15 {
    height: 15px
}

.icon_phone, .icon_user {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/user_icon.png) no-repeat center;
    z-index: 1;
    background-size: 16px
}

::-webkit-input-placeholder {
    font-family: gotham_narrow_bold;
    color: #b5b5b5;
    font-size: 18px
}

:-ms-input-placeholder {
    font-family: gotham_narrow_bold;
    color: #b5b5b5;
    font-size: 18px
}

::placeholder {
    font-family: akrobat;
    font-weight: 100;
    color: #b5b5b5;
    font-size: 18px
}

.form-bottom-steps {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

    .form-bottom-steps > img {
        width: auto;
        height: 100%;
        max-width: 100%;
    }

.form-step {
    font-size: 16px;
    color: #006b50;
    margin: 10px 0;
    font-weight: 600;
    position: relative
}

    .form-step span {
        display: block;
        width: 45px;
        height: 45px;
        background: #006b50;
        color: #fff;
        border-radius: 50%;
        margin: 0 auto 5px;
        line-height: 48px
    }

    .form-step:nth-child(2)::before {
        content: "";
        width: 1px;
        display: block;
        height: 50px;
        background: #006b50;
        margin: 0 auto 10px
    }

    .form-step:nth-child(2)::after {
        content: "";
        width: 1px;
        display: block;
        height: 50px;
        background: #006b50;
        margin: 10px auto 0
    }

    .form-step:nth-child(3) span {
        border-radius: 0;
        -webkit-clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
        clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
        height: 65px;
        width: 65px;
        line-height: 65px
    }

    .form-step:nth-child(3)::after {
        content: "";
        width: 25px;
        height: 25px;
        background: #006b50;
        top: 24px;
        position: absolute;
        left: 50%;
        margin-left: -63px;
        -webkit-clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
        clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)
    }

    .form-step:nth-child(3)::before {
        content: "";
        width: 25px;
        height: 25px;
        background: #006b50;
        top: 4px;
        position: absolute;
        left: 50%;
        margin-left: 33px;
        -webkit-clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
        clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)
    }

.clearfix {
    clear: both
}

.icon_phone {
    background: url(../img/phone_icon.png) no-repeat center;
    z-index: 1;
    background-size: 18px
}

.section2 img {
    max-width: 100%
}

.slick-initialized {
    height: 250px;
    overflow: hidden
}

.slick-slide {
    opacity: 0;
    position: relative;
    transition: all .2s ease-in-out
}

.slick-active {
    opacity: 1
}

    .slick-active + .slick-slide {
        opacity: .5;
        margin-left: 10px
    }

.gtitle {
    position: absolute;
    font-size: 19px;
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    z-index: 44
}

    .gtitle span {
        color: #f9a94b
    }

.section2 {
    padding-left: 40px;
    padding-bottom: 30px;
    background: #f9a94b;
    padding-top: 3px;
    padding-right: 40px
}

    .section2 .title {
        color: #fff !important
    }

.owl-nav {
    font-size: 55px;
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -25px;
    right: -30px;
    z-index: 1
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: block;
    float: left;
    outline: 0 !important;
    line-height: 55px !important;
    width: 22px;
    text-align: center;
    background: #fff !important
}

.owl-carousel .owl-nav button.owl-next {
    float: right
}

.owl-carousel .owl-nav button span {
    position: relative;
    top: -2px
}

.owl-carousel .owl-stage-outer {
    z-index: 2
}

.owl-item {
    transition: all .2s ease-in-out
}

.whyLi {
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 15px;
    padding: 25px
}

    .whyLi img {
        max-width: 85px;
        display: block;
        margin: 0 auto
    }

    .whyLi > div {
        width: 100%;
        min-height: 105px;
        font-size: 25px;
        color: #006b50;
        font-weight: 900;
        line-height: 1.3;
        padding: 0;
        position: relative;
        text-align: center
    }

.commentLi:first-child {
    margin-top: 0
}

.commentLi {
    margin-top: 15px
}

    .commentLi .coverImage {
        border-radius: 50%;
        position: relative;
        width: 154px;
        height: 154px;
        margin-right: 30px;
        display: inline-block
    }

.overlayHide {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%
}

.commentLi .coverImage img {
    position: absolute;
    height: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%
}

.commentLi .cont {
    width: calc(100% - 154px - 35px);
    display: inline-block;
    vertical-align: top
}

.section4 .title {
    margin-bottom: 20px
}

.commentLi p {
    margin-top: 20px;
    color: #818181;
    text-align: justify;
    line-height: 1.3;
    margin-top: 30px
}

.clName {
    color: #404040;
    font-size: 20px;
    text-align: left;
    font-weight: 900
}

.cldName {
    color: #f2930c;
    text-align: left;
    margin-top: 8px;
    font-size: 14px
}

footer {
    padding: 20px;
    font-size: 9px;
    font-family: akrobat;
    color: #999
}

    footer .copyRight {
        float: right;
        text-align: right
    }

        footer .copyRight span {
            color: #006b50
        }

    footer .btnGroup {
        display: inline-block
    }

        footer .btnGroup a {
            color: inherit;
            text-decoration: underline
        }

.customFancy {
    padding: 20px !important;
    font-family: akrobat;
    max-height: 80% !important
}

    .customFancy p {
        margin: 10px 0;
        font-size: 14px
    }

    .customFancy strong {
        font-weight: 900
    }

    .customFancy a {
        color: #404040
    }

.overlay_title {
    color: #006b50;
    font-size: 20px;
    font-weight: 900
}

.inputCol input._sc_error {
    border-color: red
}

    .inputCol input._sc_error::placeholder {
        color: red
    }

.intl-tel-input {
    width: 100%;
    margin-bottom: 10px
}

.mobile_show {
    display: none
}

.title {
    margin-top: 20px
}

.section2 {
    padding-left: 40px
}

.owl-carousel.owl-drag .owl-item div {
    width: 300px !important
}

.section3 {
    padding: 0 40px;
    padding-bottom: 20px
}

.wRow {
    margin: 0 -15px
}

.wRow_33 {
    width: 33%;
    float: left;
    padding: 0 15px
}

.commentLi {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
    padding: 15px 30px
}

    .commentLi::after {
        content: '"';
        font-size: 90px;
        position: absolute;
        right: 0;
        bottom: -65px;
        color: #006b50
    }

    .commentLi::before {
        content: '"';
        font-size: 90px;
        position: absolute;
        left: 0;
        top: 0;
        color: #006b50
    }

.section4 {
    padding: 10px 40px;
    padding-bottom: 40px
}

.contentSection:after {
    clear: both;
    display: block;
    content: ""
}

a {
    cursor: pointer
}

.t2 {
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s
}

p.red {
    color: red;
    text-align: center
}

.closeFancy, .error_message > a {
    font-size: 16px;
    color: #fff !important;
    background: #006b50;
    padding: 7px 30px;
    border-radius: 5px;
    margin: 10px auto 0 !important;
    display: block;
    max-width: 200px;
    text-align: center;
    text-decoration: none
}

#mobile_sticky {
    display: none
}

.full_width_mobile {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #006b50;
    font-weight: 900;
    font-size: 25px
}

    .full_width_mobile span {
        background: #006b50;
        padding: 5px 13px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        display: inline-block;
        position: relative
    }

        .full_width_mobile span:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(0,107,80,0);
            border-top-color: #006b50;
            border-width: 8px;
            margin-left: -8px;
            margin-top: -1px
        }

.bs-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240,248,255,.85);
    z-index: 9999
}

    .bs-canvas-overlay:before {
        content: 'GÖNDERİLİYOR...';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 2rem;
        font-weight: 900;
        color: #00684b
    }

#convesion_area {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #fffffff2;
    padding: 20px;
    border: 1px solid #c1c1c1;
    text-align: center;
    height: 100%
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

#convesion_area p {
    position: relative;
    top: 40%;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
    color: #000 !important
}

#convesion_area b {
    font-weight: 700
}

#convesion_area p strong {
    font-size: 30px;
    color: #799e2a;
    margin-bottom: 16px
}

#convesion_area div {
    position: relative;
    top: 40%
}

.green_gradient_button {
    background: #008e66;
    background: -moz-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
    background: -webkit-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
    background: linear-gradient(to right,#008e66 0,#009c70 44%,#006a4c 100%)
}

.gradient_button {
    height: 60px;
    line-height: 60px;
    font-family: gotham_narrow_book,Arial;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    background-color: red;
    display: inline-block;
    min-width: 180px;
    position: relative;
    overflow: hidden
}

.t5 {
    transition: all cubic-bezier(.6,.18,.85,.94) .5s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) .5s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .5s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) .5s
}

#convesion_area a {
    text-align: left;
    text-decoration: none !important
}

.gradient_button a {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    box-sizing: border-box;
    padding-left: 30px
}

.gradient_button span {
    position: absolute;
    width: 5px;
    height: 8px;
    background: url(../img/img_gbutton_arrow.png) top left no-repeat;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    z-index: 2
}

.t3 {
    transition: all cubic-bezier(.6,.18,.85,.94) .3s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) .3s
}

.green_gradient_button .button_bg {
    opacity: 0;
    background: #006a4c;
    background: -moz-linear-gradient(left,#006a4c 0,#009c70 44%,#008e66 100%);
    background: -webkit-linear-gradient(left,#006a4c 0,#009c70 44%,#008e66 100%);
    background: linear-gradient(to right,#006a4c 0,#009c70 44%,#008e66 100%)
}

.gradient_button .button_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.system-editor h1 {
    font-size: 35px
}

.system-editor h2 {
    font-size: 30px
}

.system-editor h3 {
    font-size: 25px
}

.system-editor strong {
    font-weight: 700
}

.system-editor em {
    font-style: italic
}

.landing-page strong {
    font-weight: 700
}

.landing-page h1 {
    font-size: 35px
}

.landing-page h2 {
    font-size: 30px
}

.landing-page h3 {
    font-size: 27px
}

.landing-page h4 {
    font-size: 25px
}

.landing-page h5 {
    font-size: 20px
}

.landing-page .whyLi {
    line-height: 1.5;
}

@media screen and (max-width:1440px) {
    section.section2 {
        min-height: auto
    }

    .whyLi > div {
        font-size: 18px;
        min-height: 88px
    }

    .big_text, .title {
        font-size: 35px
    }

    body main {
        width: calc(100% - 350px)
    }

    body section.form {
        width: 350px
    }

    .slide .slide_text {
        max-width: 44%
    }

    .full_width_mobile {
        font-size: 21px
    }

    .inputCol input {
        height: 40px;
        margin-bottom: 10px !important
    }

    .checkbox {
        font-size: 11px
    }

    .sendBtn {
        line-height: 20px
    }

    .form-bottom-steps {
        margin-top: 15px
    }

    .owl-carousel.owl-drag .owl-item div {
        width: 250px !important
    }

    .gtitle {
        padding: 8px;
        font-size: 15px
    }
    .full_width_mobile span {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .landing-page h2 {
        font-size: 16px;
    }
}

@media screen and (max-width:1370px) {
    .slide .slide_text {
        padding-top: 40px
    }

        .slide .slide_text p {
            font-size: 18px
        }

    .owl-carousel.owl-drag .owl-item div {
        width: 210px !important
    }
}

@media screen and (min-width:1030px) {
    .inputCol input, .intl-tel-input {
        margin-bottom: 20px
    }

    .checkbox {
        color: rgba(0,0,0,.5);
        line-height: 1.3;
        font-size: 16px
    }

        .checkbox a {
            color: rgba(0,0,0,.75)
        }

    .form .wRow_50 {
        width: 100%
    }

    .form_title {
        color: #fff;
        font-size: 30px;
        margin-bottom: 20px
    }

    .form p {
        color: #fff;
        font-size: 18px
    }

    footer .copyRight {
        font-size: 14px;
        line-height: 30px
    }

    section.section3, section.section4 {
        min-height: 0
    }

    .customFancy {
        max-width: 40% !important
    }

    .fancybox-slide--image .fancybox-content {
        background: #fff !important;
        padding: 15px !important
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50% - 690px) !important
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50% - 690px) !important
    }

    .fancybox-caption {
        bottom: 5% !important;
        background: 0 0 !important
    }
}

@media screen and (max-width:1024px) {
    .section2 {
        padding-left: 20px !important;
        padding-right: 0
    }

    .owl-nav {
        display: none
    }

    .navigation {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0,-20px,0);
        padding-top: 10px;
        padding-bottom: 10px;
        right: 0;
        z-index: 3;
        top: 44px;
        background: #fff
    }

        .navigation.active {
            opacity: 1;
            transform: translate3d(0,0,0);
            visibility: visible
        }

        .navigation a {
            display: block;
            padding: 10px 15px;
            color: #006b50;
            border-top: 1px dashed rgba(0,107,80,.1)
        }

            .navigation a:first-child {
                border: none
            }

    .whyLi {
        padding: 10px
    }

        .whyLi img {
            max-width: 90px;
            margin: 0
        }

        .whyLi > div {
            width: calc(100% - 90px);
            text-align: left;
            padding: 20px;
            min-height: 0;
            line-height: 1.2;
            font-size: 18px;
            padding: 20px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0,-50%)
        }

    .wRow {
        margin: 0 -5px
    }

        .wRow:after {
            clear: both;
            content: "";
            display: block
        }

    .wRow_50 {
        width: 50%;
        padding: 0 5px;
        float: left
    }

    .wRow_100 {
        width: 100%;
        padding: 0 5px;
        float: left
    }

    .mobile_slide {
        width: 100%
    }

    .mobile_hide {
        display: none
    }

    .customFancy {
        max-width: 90% !important
    }

    .gtitle {
        font-size: 14px
    }

    footer .btnGroup {
        display: block;
        margin-top: 5px
    }

    footer .eminLogo {
        max-width: 250px
    }

    .section3 {
        padding: 0
    }

    .section2 {
        border-top: 1px solid #e5e5e5
    }

    .mobile_show {
        display: block
    }

    .wRow_33 {
        width: 100%;
        padding: 5px 0
    }

    .section4 {
        padding: 10px 20px;
        padding-bottom: 30px;
        background: #f9a94b
    }

        .section4 .title {
            color: #fff
        }

    .section3 {
        padding: 0 20px;
        background: #fff
    }

    .form_title {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center
    }

    .form p {
        font-size: 16px;
        font-family: akrobat
    }

    .slide .big_text {
        padding: 10px 20px
    }

    .big_text, .title {
        padding: 10px 0;
        font-size: 23px;
        line-height: 1.3;
        margin-bottom: 0
    }

    .hamburger {
        display: block
    }

    section.contentSection {
        height: auto;
        min-height: auto
    }

    body header {
        padding: 10px
    }

        body header .logo img {
            max-width: 100px;
            max-height: 30px;
            width: 300px
        }

    body main {
        width: 100%
    }

    .mobile_slide {
        max-width: 100%;
        position: relative;
        display: block
    }

    .phoneUrl {
        display: none
    }

    body section.form {
        position: relative;
        min-height: auto;
        width: 100%;
        padding: 20px;
        background: #f2f2f2;
        border-top: 1px solid #e5e5e5
    }

    .slide {
        height: auto
    }

    .sendBtn {
        border-radius: 30px;
        width: 70%;
        margin: 0 auto
    }

    .form-bottom-steps {
        margin-top: 30px;
        padding: 30px;
        background: #006b50;
        display: none
    }

    .sendBtn {
        margin-top: 10px;
        background: #006b50;
        color: #fff
    }

    .section2 {
        padding-top: 10px;
        padding-bottom: 18px;
        background: #fff
    }

        .section2 .title {
            color: #000 !important
        }

    .commentLi {
        padding: 0
    }

        .commentLi::after, .commentLi::before {
            display: none
        }

        .commentLi .cont {
            background: #fff;
            box-shadow: 0 10px 10px rgba(0,0,0,.1);
            padding: 15px;
            margin-top: -60px;
            padding-top: 80px
        }

        .commentLi .coverImage {
            border: 8px solid #f9a94b;
            border-radius: 100%;
            position: relative;
            width: 154px;
            height: 154px;
            margin: 0 auto;
            display: block
        }

            .commentLi .coverImage:before {
                width: 1px;
                background: #006b50;
                height: 40px;
                position: absolute;
                content: "";
                bottom: -20px;
                left: 50%;
                z-index: 333
            }

            .commentLi .coverImage:after {
                border-radius: 100%;
                border: 3px solid #fff;
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                height: calc(100% - 6px);
                width: calc(100% - 6px)
            }

    .clName {
        text-align: center
    }

    .cldName {
        text-align: center
    }
}

@media screen and (max-width:800px) and (min-width:500px) {
    .title {
        margin-top: 0
    }

    .commentLi {
        width: 100%
    }

    .mobile_slide {
        width: 100%
    }

    body header .logo img {
        max-width: 150px;
        max-height: 50px
    }

    .owl-carousel.owl-drag .owl-item div {
        width: 500px !important
    }

    .hamburger {
        top: 10px;
        right: 10px
    }
}

@media screen and (max-width:500px) {
  footer .eminLogo {
    width: 100%;
    margin-bottom: 10px;
  }

    .commentLi .coverImage {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .commentLi .cont {
        width: 100%
    }

    main {
        padding-bottom: 60px
    }

    .sendBtn {
        line-height: 25px;
        padding: 5px
    }

    body section.form {
        padding: 10px 15px;
        box-shadow: none;
        margin-bottom: 0
    }

    .icon_phone, .icon_user {
        top: 4px;
        width: 30px;
        height: 30px
    }

    .inputCol input {
        padding-left: 10px;
        height: 40px
    }

    .form_title {
        margin-bottom: 5px
    }

    .title {
        margin-top: 0
    }

    .commentLi {
        width: 100%
    }

    .owl-carousel.owl-drag .owl-item div {
        width: 284px !important
    }

    .checkbox {
        color: rgba(0,0,0,.5)
    }

        .checkbox a {
            color: rgba(0,0,0,.5)
        }

    body header {
        background-color: #fff;
        position: relative;
        z-index: 2
    }

    .section4 .title {
        margin-bottom: -15px
    }

    #mobile_sticky {
        display: block;
        position: fixed;
        bottom: -5px;
        left: 0;
        z-index: 99989;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .3s
    }

        #mobile_sticky img {
            width: 100%
        }

        #mobile_sticky.sticky {
            opacity: 1;
            visibility: visible
        }

    .iti-mobile .intl-tel-input.iti-container {
        max-height: 400px;
        max-width: 300px
    }
}

@media screen and (max-width:330px) {
    .whyLi > div {
        font-size: 14px
    }

    .owl-carousel.owl-drag .owl-item div {
        width: 275px !important
    }
}
footer .eminLogo.lndLogo{
    width:250px;
}

@media screen and (max-width:500px) {
    footer .eminLogo.lndLogo {
        width: 100%;
        max-width: 250px;
        margin-bottom:20px;
    }
    .landing-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}