.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1340px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1340px) and (min-width:1240px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1240px) and (min-width:1140px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1140px) and (min-width:1040px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1040px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {
    .map{
        height: 100%;
    }
    .services_row .mb_30, .box5_preims_row .mb_30{
        perspective: 1000px;
    }
    .rotate_box{
        transform: translateY(50%) rotateX(-35deg);
        transform-origin: center top;
        transform-style: preserve-3d;
        transition: opacity 1s, transform 1s, -webkit-transform 1s;
        will-change: transform, opacity;
    }
    .rotate_box.is-shown {
        transform: none;
    }
    .hidden_spec{
        display: none;
    }
    .f_item .socials {
        text-align: right;
        margin-top: 2.6rem;
    }
    .f_item .socials a {
        margin-right: 0;
        margin-left: 0.7rem;
    }
    .btn:hover:after{
        opacity: 1;
    }
    .logo{
        display: block;
        width: 8.813rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width:992px) {
    .nav-mobile {
        position: relative;
        z-index: 3;
        top: -0.3rem;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 35px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }
    #nav-toggle span:before {
        top: -10px;
    }
    #nav-toggle span:after {
        bottom: -10px;
    }
    #nav-toggle.active span {
        background-color: transparent;
    }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
        top: 0;
    }
    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
    #nav-toggle{
        display: block;
        width: 35px;
    }
    body {
        padding-top: 6.2rem;
    }
    .logo{
        display: block;
        width: 10rem;
        position: relative;
        top: 0.3rem;
    }
    header{
        padding: 0.8rem 0;
        position: fixed;
        background: #103838;
        box-shadow: -99px 60px 32px 0px rgba(0, 0, 0, 0.00), -63px 38px 29px 0px rgba(0, 0, 0, 0.01), -35px 21px 25px 0px rgba(0, 0, 0, 0.05), -16px 10px 18px 0px rgba(0, 0, 0, 0.09), -4px 2px 10px 0px rgba(0, 0, 0, 0.10);
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #103838;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #104646;
        border-bottom: 1px solid #104646;
        margin: 0;
        text-align: center;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    .box1_text {
        padding-top: 3.5rem;
        padding-right: 0;
    }

    .slider {
        pointer-events: none;
        position: static;
        bottom: 0;
        width: 100%;
    }

    #box-1 .section_title {
        text-align: center !important;
        font-size: 2.7rem;
        margin-bottom: 0.7rem;
    }

    .box1_row .content{
        margin-top: 2.5rem;
    }

    .content p, .content img, .content ol, .content ul, .content table {
        margin-bottom: 0.8rem;
    }
    .box1_btn {
        margin-top: 2rem;
    }
    .btn {
        font-size: 1.25rem!important;
        font-weight: 600!important;
        padding: 1.1rem 1rem!important;
        width: 100%;
        min-width: unset;
    }
    #box-1 {
        position: relative;
        padding-bottom: 2rem;
    }
    .box2_content {
        width: 80%;
    }
    .kalkan2 {
        width: 11.8rem;
        right: -6.1rem;
        top: -3.4rem;
    }
    .kalkan1 {
        width: 10.3rem;
        left: -4.9rem;
        bottom: -1.9rem;
    }
    .section_title {
        font-size: 2.3rem!important;
        margin-bottom: 2rem!important;
    }
    #box-3 {
        padding-top: 3rem;
        padding-bottom: 0.3rem;
    }
    #box-4:after{
        display: none;
    }
    .form_left_img {
        position: relative;
        width: 20rem;
        left: -2.1rem;
    }
    .form_right_img {
        bottom: -1.6rem;
        right: -8.1rem;
        width: 17.025rem;
        z-index: 1;
    }
    .mob_helper{
        display: flex;
        align-items: flex-end;
        position: relative;
    }
    .box4_form{
        padding: 1.8rem;
        padding-bottom: 3rem;
    }
    #box-4 .container{
        padding: 0;
    }
    .box4_form_box {
        padding: 0;
    }
    .mob_bg_form{
        border-radius: 10px;
        background: #0D2D2D;
        padding: 1.4rem 4.6rem;
        text-align: center;
        margin-left: -1.8rem;
        margin-right: -1.8rem;
        margin-bottom: 3rem;
    }
    .mob_bg_form .section_title{
        text-align: center!important;
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .policy{
        text-align: center;
    }
    #box-4 {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .service_item{
        text-align: center;
    }

    .service_title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .service_item {
        padding: 1.9rem;
    }
    .btn.blue{
        font-size: 1.45rem!important;
    }
    .service_text_box {
        line-height: 1.2;
    }
    .team{
        position: relative;
        padding: 3rem 15px;
        margin-top: 1rem;
    }
    .team:after{
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        width: 1000px;
        bottom: 1.9rem;
        background: linear-gradient(137deg, #9DC2C2 -5.4%, #6CA9A9 99.56%);
        box-shadow: -92px 128px 44px 0px rgba(0, 0, 0, 0.00), -59px 82px 40px 0px rgba(0, 0, 0, 0.01), -33px 46px 34px 0px rgba(0, 0, 0, 0.03), -15px 20px 25px 0px rgba(0, 0, 0, 0.06), -4px 5px 14px 0px rgba(0, 0, 0, 0.07);
        transform: rotate(-1deg) translateX(-50%);
    }
    .team .section_title, .team_list{
        position: relative;
        z-index: 2;
    }
    .team .section_title.sm {
        font-size: 1.9rem !important;
    }
    .team_img {
        margin-left: 0;
    }
    .team_text {
        padding-right: 0;
        margin-top: 1rem;
    }
    .team_item{
        padding: 1.8rem;
        height: 100%;
        margin: 0;
    }
    .team_top_flex{
        display: block;
    }
    .team_name{
        width: 100%;
        margin-bottom: 1rem;
    }
    .team_position{
        width: 100%;
        margin-bottom: 1rem;
    }
    .team_position p:last-child {
        margin-top: 0.6rem;
    }
    .team_text .content * {
        line-height: 1.2;
        margin-bottom: 0.8rem;
    }
    .team_text .content {
        height: 7.4rem;
        overflow: hidden;
    }
    .team_text .content.factive{
        height: auto;
    }
    .team_more{
        font-weight: 600;
        display: inline-block;
        margin-top: 1rem;
        color: black!important;
    }
    .team_list .slick-list{
        margin: 0 -10px;
        display: flex;
    }
    .team_list .slick-track{
        display: flex;
    }
    .team_list .slick-slide > div{
        height: 100%;
        padding: 0 10px;
    }
    .team_slider_btn{
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }

    .team_slider_btn button{
        border: none;
        border-radius: 0;
        background: transparent;
        margin: 0 0.7rem;
        width: 3.9rem;
    }
    .rel1{
        position: relative;
        z-index: 2;
    }
    .b_preim_text_box{
        display: none;
    }
    .b_preim_item_bottom .btn.toggle_text{
        margin-bottom: 1rem;
    }
    .b_preim_title {
        font-size: 2.3rem;
        line-height: 1.1;
        margin-top: 0.6rem;
        margin-bottom: 1rem;
    }
    #box-5 .section_text {
        font-size: 1.2rem;
        margin-bottom: 2.4rem;
        margin-top: -0.7rem;
    }
    #box-5 .section_text br{
        display: none;
    }
    .spec_row{
        margin: 0;
        width: 85%;
        display: block;
    }
    .spec_row .slick-list{
        display: flex;
        margin: 0 -10px;
        overflow: unset;
    }
    .spec_row .slick-track{
        display: flex;
    }
    .spec_row .mb_30{
        -ms-flex: none;
        flex: none;
        max-width: unset;
        margin: 0;
        height: 100%;
    }
    .spec_title {
        font-size: 1.75rem;
    }
    .spec_text_box {
        font-size: 1rem;
    }
    .spec_address {
        font-size: 1rem;
        padding: 1rem 1.2rem;
        line-height: 1.3;
    }
    .spec_bottom {
        font-size: 1.7rem;
    }
    .spec_img {
        height: 20rem;
    }
    #box-7 {
        padding-top: 3.5rem;
    }
    .video_slider{
        width: 85%;
    }
    .video_slider .slick-list, .reviews_slider .slick-list{
        overflow: unset;
    }
    .video_slider .slick-slide:not(.slick-current) iframe{
        pointer-events: none;
    }
    .rev_text {
        height: 80px;
    }
    .reviews_slider{
        width: 85%;
    }
    #box-8 {
        padding-bottom: 3.5rem;
    }
    #box-9 .top_text {
        padding-top: 0.3rem;
    }
    .program_row .mb_30 {
        margin-bottom: 9rem;
    }
    .program_row .mb_30:last-child{
        margin-bottom: 6rem;
    }
    .program_row .btn.blue{
        color: #1A5555!important;
        background: linear-gradient(93deg, #ADC5C5 3.73%, #93A7A7 50.35%, #ADC5C5 98.88%);
        border: 1px solid #FFF;
    }
    #box-9 .section_text {
        font-size: 1.2rem;
    }
    .box9_form .section_title br{
        display: none;
    }
    .box9_form_box_content{
        padding: 1.8rem;
    }
    .box9_form_box_content .btn {
        margin-top: 1.5rem;
    }
    #box-10 {
        padding-top: 3rem;
    }
    #box-10 .section_text {
        font-size: 1.2rem;
    }
    #box-10 .section_text br{
        display: none;
    }
    .box10_btn .btn{
        width: 100%;
    }
    #box-11 {
        padding-top: 2.8rem;
    }
    .part_item {
        height: 6rem;
        padding: 0.5rem;
    }
    #box-12 {
        background: transparent;
        margin-top: 0;
        padding-top: 2rem;
        padding-bottom: 1.3rem;
    }
    .map {
        height: 18rem;
        margin-top: 2rem;
        margin-left: 0;
    }
    .cont_title {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .socials a {
        margin-right: 1.1rem;
        width: 2.175rem;
    }
    .socials a.youtube {
        width: 2.813rem;
    }
    .f_row > .mob_full:first-child{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .f_row > .mob_full.pl-0{
        padding-left: 10px!important;
    }
    .f_row > .mob_full{
        margin-bottom: 2rem;
    }
    .footer_logo {
        display: block;
        width: 11rem;
    }
    .modal .modal__block {
        width: 95%;
        padding: 3rem 1rem;
    }
    .modal_text br{
        display: none;
    }
    .slogan {
        font-size: 0.8rem;
        width: calc(100% - 11rem);
        padding-left: 1rem;
        text-align: left;
        margin-top: -0.9rem;
    }
    .f_title {
        margin-bottom: 0.8rem;
    }
    .f_item ul li {
        margin-bottom: 1rem;
    }
    .f_item.last {
        padding-right: 0;
    }
    .footer_bottom {
        margin-top: 0;
        padding: 1.5rem 0;
        display: block;
    }
    .footer_bottom a{
        display: block;
    }
    .footer_bottom a:first-child{
        margin-bottom: 0.5rem;
    }
    footer .socials{
        margin-bottom: 1rem;
    }
    .page {
        padding: 2rem 0;
    }
    .program_title{
        font-size: 2.3rem;
    }

}
@media screen and (max-width:550px) {
    body{
        font-size: 1.2rem;
    }
}
