/*------------------------------------------------------------------//

//      RESPONSIVE SYSTEM                                                                                 //

//------------------------------------------------------------------*/

@media screen and (min-width: 1400px) {

    /* PC 1400+  */
    .menuAc,
    .mContact {
        display: none !important;
    }
}

/* 1366x768 çözünürlük ve 14 inç ekranlar için CSS media query */




@media screen and (max-width: 1200px) and (min-width: 992px) {

    body,
    html {
        overflow-x: hidden;
    }

    .header-menu-btn {
        display: block;
    }

    .header {
        padding: 10px 0;
    }

    .header-inner {
        align-items: center;
        justify-content: space-between;
    }



    .header-logo img {
        width: 60%;
    }

    .header-menu {
        display: none;
    }

    .header-button {
        display: none;
    }

    .home-slider {
        height: initial;
    }

    .home-slider-img {
        text-align: center;
    }

    .home-slider-img img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        top: -24px;
    }

    .home-slider-content h1 {
        font-size: 25px;
        text-align: center;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .home-slider-content {
        background: linear-gradient(199.84deg, #000 13.26%, rgb(32 22 22) 55.65%, rgb(0 0 0) 100.77%);
        border-radius: 20px;
        margin-top: -201px;
        padding: 15px 7px;
    }

    .home-slider-content p {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
        text-align: center;
        font-size: 15px;
    }

    .home-slider-content ul li {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 15px;
    }

    .home-slider-content ul li:before {
        color: #fff;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    .home-slider-button .offer {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-button .get {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-bar {
        overflow-x: hidden;
        transition: all .5s;

    }

    .home-slider-bar-inner {
        animation: slideLeft 15s linear infinite;
        transition: all .5s;

    }

    .home-slider-button {
        display: flex;
    }

    .home-slider-bar .item {
        transition: all .5s;
        width: initial;
    }

    .home-slider-bar {
        background: #000;
    }

    .home-slider-bar .item .icon i {
        text-fill-color: transparent;
        font-size: 50px;
        color: #F0DDD7;
        margin-bottom: 10px;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .home-slider-bar .item .text {
        color: #381901;
        font-size: 16px;
        font-weight: 400;
        width: 200px;
        line-height: 1.3;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
    }

    .home-about {
        padding-top: 35px;
    }

    .home-about-desc .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .home-about-image {
        margin-bottom: 25px;
    }

    .home-about-press {
        flex-direction: column;
    }

    .home-about-press-left .item img {
        width: 100%;
        padding: 0 7px;
    }

    .home-about-press-left {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .home-about-press-right {
        text-align: center;
    }

    .home-shorts-head h2 {
        font-size: 30px;
    }

    .home-shorts-head {
        width: initial;
    }

    .home-shorts-slider .item .text {
        font-size: 20px;
    }

    .home-shorts-slider .item .desc {
        font-size: 15px;
        height: initial;
    }

    .home-shorts-slider .item .bottom {
        padding: 0 10px;
    }

    .home-shorts-slider .item .icon {
        width: 40px;
        height: 40px;
    }

    .home-banner-inner .title {
        font-size: 25px;
        line-height: 1.2;

    }

    .home-banner-inner .desc {
        font-size: 30px;
        width: initial;
    }

    .home-banner-inner {
        width: 100%;
        padding: 0 15px;
    }

    .home-before-after-head h2 {
        font-size: 30px;
    }

    .home-step-head h2 {
        font-size: 30px;
    }

    .home-step .step {
        margin-bottom: 0;
    }

    .home-step .timeline {
        gap: 20px;
    }

    .home-step .step-title {
        min-height: 20px;
    }

    .home-review-head h2 {
        font-size: 30px;
    }

    .home-comments-head h2 {
        font-size: 30px;
    }

    .home-comments-slider .item .left .title {
        font-size: 25px;
    }

    .home-comments .decs {
        padding: 0 15px;
    }

    .home-comments-slider .item {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 240, 0.71)), color-stop(49.04%, rgba(251, 223, 213, 0.71)), to(rgba(255, 244, 237, 0.71)));
        background: linear-gradient(90deg, rgba(255, 246, 240, 0.71) 0%, rgba(251, 223, 213, 0.71) 49.04%, rgba(255, 244, 237, 0.71) 100%);
        border: 1px solid rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(7.7px);
        /* Note: backdrop-filter has minimal browser support */
        border-radius: 20px;
        padding: 30px 15px;
        margin: 0 10px;
    }

    .home-spec-head h2 {
        font-size: 30px;

    }

    .home-spec-head h2 span {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .home-spec-bottom-inner {
        flex-direction: column;
        top: initial;
    }

    .home-spec-bottom-inner .item {
        width: 100%;
        height: 100px;
        margin-bottom: 15px;


    }

    .home-spec-bottom-inner .item .title {
        font-size: 25px;
    }

    .home-spec-bottom {
        background: initial;
        height: initial;
    }

    .home-spec-head {
        margin-bottom: 0;
    }

    .home-spec-button {
        position: relative;
        text-align: center;
        bottom: initial;
        padding-bottom: 25px;
    }

    .home-cost-head h2 {
        font-size: 30px;
    }

    .home-cost-inner .title {
        font-size: 30px;
    }

    .home-cost-inner .desc {
        font-size: 25px;
    }

    .home-cost .chart {
        padding-left: 0px;
        padding-bottom: 80px;
        width: 100%;
    }

    .home-cost .bar {
        width: 19px;
        font-size: 9px;
        padding: 8px;
        font-weight: 600;
    }

    .home-cost .country-label {
        font-size: 15px;
        margin-bottom: -30px;
        display: flex;
        flex-direction: column;
    }

    .y-axis {
        display: none !important;
    }

    .home-cost .turkey {
        width: 55px;
        font-size: 14px;
    }

    .home-cost .grid-lines {
        left: 0;
    }

    .home-cost-button {
        margin-bottom: 25px;
    }

    .home-process-head h2 {
        font-size: 30px;
    }

    .home-process .item .text {
        font-size: 17px;
    }

    .home-process .item {
        justify-content: center;
        height: 170px;
    }

    .home-process .item .icon {
        margin-bottom: 15px;
    }

    .home-process .item .desc {
        font-size: 17px;
    }

    .home-contact .title {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.3;
        padding: 25px 0;
    }

    .home-contact .desc {
        width: initial;
    }

    .home-contact {
        text-align: center;
    }

    .home-contact .form {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .home-success-head h2 {
        font-size: 30px;
    }

    .home-success {
        padding: 30px 0;
    }

    .home-success-button {
        margin-bottom: 15px;
    }

    .home-success-inner {
        padding: 0;
    }

    .home-success .bars-container {
        height: initial;
        padding: 0;
        margin-bottom: 0;
    }

    .home-success .country-name {
        font-size: 16px;
        font-weight: 700;
        color: #381901;
        margin-bottom: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    .home-success .bar-uae {
        height: 150px;
    }

    .home-success .bar-eu {
        height: 170px;
    }

    .home-success .bar-uk {
        height: 190px;
    }

    .home-success .bar-us {
        height: 210px;
    }

    .home-success .trs {
        font-weight: 600;
    }

    .home-success .chart-container {
        padding: 30 0px;
    }


    .home-hospital-head h2 {
        font-size: 30px;
    }

    .home-hospital-content .title {
        font-size: 25px;
    }

    .home-clinic-content .title {
        font-size: 25px;
    }

    .home-cons-head h2 {
        font-size: 30px;
    }

    .home-cons {
        padding: 40px 0;
    }

    .home-cons-button {
        margin-bottom: 25px;
    }

    .home-faq-head h2 {
        font-size: 30px;
    }

    .home-faq {
        padding: 40px 0;
    }

    .home-faq-head {
        padding-bottom: 30px;
    }

    .home-faq .faqitem .faq-header .faq-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .footer-bottom {
        flex-direction: column;
        padding-bottom: 30px;
        align-items: baseline;
    }

    .footer-social {
        padding: 30px 0;
    }

    .footer-logo {
        text-align: inherit;
    }

    .footer-logo img {
        width: 70%;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {

    body,
    html {
        overflow-x: hidden;
    }

    .header-menu-btn {
        display: block;
    }

    .header {
        padding: 10px 0;
    }

    .header-inner {
        align-items: center;
        justify-content: space-between;
    }



    .header-logo img {
        width: 60%;
    }

    .header-menu {
        display: none;
    }

    .header-button {
        display: none;
    }

    .home-slider {
        height: initial;
    }

    .home-slider-img {
        text-align: center;
    }

    .home-slider-img img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        top: -24px;
    }

    .home-slider-content h1 {
        font-size: 25px;
        text-align: center;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .home-slider-content {
        background: linear-gradient(199.84deg, #000 13.26%, rgb(32 22 22) 55.65%, rgb(0 0 0) 100.77%);
        border-radius: 20px;
        margin-top: -201px;
        padding: 15px 7px;
    }

    .home-slider-content p {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
        text-align: center;
        font-size: 15px;
    }

    .home-slider-content ul li {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 15px;
    }

    .home-slider-content ul li:before {
        color: #fff;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    .home-slider-button .offer {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-button .get {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-bar {
        overflow-x: hidden;
        transition: all .5s;

    }

    .home-slider-bar-inner {
        animation: slideLeft 15s linear infinite;
        transition: all .5s;

    }

    .home-slider-button {
        display: flex;
    }

    .home-slider-bar .item {
        transition: all .5s;
        width: initial;
    }

    .home-slider-bar {
        background: #000;
    }

    .home-slider-bar .item .icon i {
        text-fill-color: transparent;
        font-size: 50px;
        color: #F0DDD7;
        margin-bottom: 10px;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .home-slider-bar .item .text {
        color: #381901;
        font-size: 16px;
        font-weight: 400;
        width: 200px;
        line-height: 1.3;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
    }

    .home-about {
        padding-top: 35px;
    }

    .home-about-desc .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .home-about-image {
        margin-bottom: 25px;
    }

    .home-about-press {
        flex-direction: column;
    }

    .home-about-press-left .item img {
        width: 100%;
        padding: 0 7px;
    }

    .home-about-press-left {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .home-about-press-right {
        text-align: center;
    }

    .home-shorts-head h2 {
        font-size: 30px;
    }

    .home-shorts-head {
        width: initial;
    }

    .home-shorts-slider .item .text {
        font-size: 20px;
    }

    .home-shorts-slider .item .desc {
        font-size: 15px;
        height: initial;
    }

    .home-shorts-slider .item .bottom {
        padding: 0 10px;
    }

    .home-shorts-slider .item .icon {
        width: 40px;
        height: 40px;
    }

    .home-banner-inner .title {
        font-size: 25px;
        line-height: 1.2;

    }

    .home-banner-inner .desc {
        font-size: 30px;
        width: initial;
    }

    .home-banner-inner {
        padding: 0 15px;
        width: 100%;
    }

    .home-before-after-head h2 {
        font-size: 30px;
    }

    .home-step-head h2 {
        font-size: 30px;
    }

    .home-step .step {
        margin-bottom: 0;
    }

    .home-step .timeline {
        gap: 20px;
    }

    .home-step .step-title {
        min-height: 20px;
    }

    .home-review-head h2 {
        font-size: 30px;
    }

    .home-comments-head h2 {
        font-size: 30px;
    }

    .home-comments-slider .item .left .title {
        font-size: 25px;
    }

    .home-comments .decs {
        padding: 0 15px;
    }

    .home-comments-slider .item {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 240, 0.71)), color-stop(49.04%, rgba(251, 223, 213, 0.71)), to(rgba(255, 244, 237, 0.71)));
        background: linear-gradient(90deg, rgba(255, 246, 240, 0.71) 0%, rgba(251, 223, 213, 0.71) 49.04%, rgba(255, 244, 237, 0.71) 100%);
        border: 1px solid rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(7.7px);
        /* Note: backdrop-filter has minimal browser support */
        border-radius: 20px;
        padding: 30px 15px;
        margin: 0 10px;
    }

    .home-spec-head h2 {
        font-size: 30px;

    }

    .home-spec-head h2 span {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .home-spec-bottom-inner {
        flex-direction: column;
        top: initial;
    }

    .home-spec-bottom-inner .item {
        width: 100%;
        height: 100px;
        margin-bottom: 15px;


    }

    .home-spec-bottom-inner .item .title {
        font-size: 25px;
    }

    .home-spec-bottom {
        background: initial;
        height: initial;
    }

    .home-spec-head {
        margin-bottom: 0;
    }

    .home-spec-button {
        position: relative;
        text-align: center;
        bottom: initial;
        padding-bottom: 25px;
    }

    .home-cost-head h2 {
        font-size: 30px;
    }

    .home-cost-inner .title {
        font-size: 30px;
    }

    .home-cost-inner .desc {
        font-size: 25px;
    }

    .home-cost .chart {
        padding-left: 0px;
        padding-bottom: 80px;
        width: 100%;
    }

    .home-cost .bar {
        width: 19px;
        font-size: 9px;
        padding: 8px;
        font-weight: 600;
    }

    .home-cost .country-label {
        font-size: 15px;
        margin-bottom: -30px;
        display: flex;
        flex-direction: column;
    }

    .y-axis {
        display: none !important;
    }

    .home-cost .turkey {
        width: 55px;
        font-size: 14px;
    }

    .home-cost .grid-lines {
        left: 0;
    }

    .home-cost-button {
        margin-bottom: 25px;
    }

    .home-process-head h2 {
        font-size: 30px;
    }

    .home-process .item .text {
        font-size: 17px;
    }

    .home-process .item {
        justify-content: center;
        height: 170px;
    }

    .home-process .item .icon {
        margin-bottom: 15px;
    }

    .home-process .item .desc {
        font-size: 17px;
    }

    .home-contact .title {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.3;
        padding: 25px 0;
    }

    .home-contact .desc {
        width: initial;
    }

    .home-contact {
        text-align: center;
    }

    .home-contact .form {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .home-success-head h2 {
        font-size: 30px;
    }

    .home-success {
        padding: 30px 0;
    }

    .home-success-button {
        margin-bottom: 15px;
    }

    .home-success-inner {
        padding: 0;
    }

    .home-success .bars-container {
        height: initial;
        padding: 0;
        margin-bottom: 0;
    }

    .home-success .country-name {
        font-size: 16px;
        font-weight: 700;
        color: #381901;
        margin-bottom: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    .home-success .bar-uae {
        height: 150px;
    }

    .home-success .bar-eu {
        height: 170px;
    }

    .home-success .bar-uk {
        height: 190px;
    }

    .home-success .bar-us {
        height: 210px;
    }

    .home-success .trs {
        font-weight: 600;
    }

    .home-success .chart-container {
        padding: 30 0px;
    }



    .home-hospital-head h2 {
        font-size: 30px;
    }

    .home-hospital-content .title {
        font-size: 25px;
    }

    .home-clinic-content .title {
        font-size: 25px;
    }

    .home-cons-head h2 {
        font-size: 30px;
    }

    .home-cons {
        padding: 40px 0;
    }

    .home-cons-button {
        margin-bottom: 25px;
    }

    .home-faq-head h2 {
        font-size: 30px;
    }

    .home-faq {
        padding: 40px 0;
    }

    .home-faq-head {
        padding-bottom: 30px;
    }

    .home-faq .faqitem .faq-header .faq-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .footer-bottom {
        flex-direction: column;
        padding-bottom: 30px;
        align-items: baseline;
    }

    .footer-social {
        padding: 30px 0;
    }

    .footer-logo {
        text-align: inherit;
    }

    .footer-logo img {
        width: 70%;
    }
}

@media screen and (max-width: 768px) and (min-width: 640px) {

    body,
    html {
        overflow-x: hidden;
    }

    .header-menu-btn {
        display: block;
    }

    .header {
        padding: 10px 0;
    }

    .header-inner {
        align-items: center;
        justify-content: space-between;
    }



    .header-logo img {
        width: 60%;
    }

    .header-menu {
        display: none;
    }

    .header-button {
        display: none;
    }

    .home-slider {
        height: initial;
    }

    .home-slider-img {
        text-align: center;
    }

    .home-slider-img img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        top: -24px;
    }

    .home-slider-content h1 {
        font-size: 25px;
        text-align: center;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .home-slider-content {
        background: linear-gradient(199.84deg, #000 13.26%, rgb(32 22 22) 55.65%, rgb(0 0 0) 100.77%);
        border-radius: 20px;
        margin-top: -201px;
        padding: 15px 7px;
    }

    .home-slider-content p {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
        text-align: center;
        font-size: 15px;
    }

    .home-slider-content ul li {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 15px;
    }

    .home-slider-content ul li:before {
        color: #fff;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    .home-slider-button .offer {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-button .get {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-bar {
        overflow-x: hidden;
        transition: all .5s;

    }

    .home-slider-bar-inner {
        animation: slideLeft 15s linear infinite;
        transition: all .5s;

    }

    .home-slider-button {
        display: flex;
    }

    .home-slider-bar .item {
        transition: all .5s;
        width: initial;
    }

    .home-slider-bar {
        background: #000;
    }

    .home-slider-bar .item .icon i {
        text-fill-color: transparent;
        font-size: 50px;
        color: #F0DDD7;
        margin-bottom: 10px;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .home-slider-bar .item .text {
        color: #381901;
        font-size: 16px;
        font-weight: 400;
        width: 200px;
        line-height: 1.3;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
    }

    .home-about {
        padding-top: 35px;
    }

    .home-about-desc .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .home-about-image {
        margin-bottom: 25px;
    }

    .home-about-press {
        flex-direction: column;
    }

    .home-about-press-left .item img {
        width: 100%;
        padding: 0 7px;
    }

    .home-about-press-left {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .home-about-press-right {
        text-align: center;
    }

    .home-shorts-head h2 {
        font-size: 30px;
    }

    .home-shorts-head {
        width: initial;
    }

    .home-shorts-slider .item .text {
        font-size: 20px;
    }

    .home-shorts-slider .item .desc {
        font-size: 15px;
        height: initial;
    }

    .home-shorts-slider .item .bottom {
        padding: 0 10px;
    }

    .home-shorts-slider .item .icon {
        width: 40px;
        height: 40px;
    }

    .home-banner-inner .title {
        font-size: 25px;
        line-height: 1.2;

    }

    .home-banner-inner .desc {
        font-size: 30px;
        width: initial;
    }

    .home-banner-inner {
        padding: 0 15px;
        width: 100%;
    }

    .home-before-after-head h2 {
        font-size: 30px;
    }

    .home-step-head h2 {
        font-size: 30px;
    }

    .home-step .step {
        margin-bottom: 0;
    }

    .home-step .timeline {
        gap: 20px;
    }

    .home-step .step-title {
        min-height: 20px;
    }

    .home-review-head h2 {
        font-size: 30px;
    }

    .home-comments-head h2 {
        font-size: 30px;
    }

    .home-comments-slider .item .left .title {
        font-size: 25px;
    }

    .home-comments .decs {
        padding: 0 15px;
    }

    .home-comments-slider .item {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 240, 0.71)), color-stop(49.04%, rgba(251, 223, 213, 0.71)), to(rgba(255, 244, 237, 0.71)));
        background: linear-gradient(90deg, rgba(255, 246, 240, 0.71) 0%, rgba(251, 223, 213, 0.71) 49.04%, rgba(255, 244, 237, 0.71) 100%);
        border: 1px solid rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(7.7px);
        /* Note: backdrop-filter has minimal browser support */
        border-radius: 20px;
        padding: 30px 15px;
        margin: 0 10px;
    }

    .home-spec-head h2 {
        font-size: 30px;

    }

    .home-spec-head h2 span {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .home-spec-bottom-inner {
        flex-direction: column;
        top: initial;
    }

    .home-spec-bottom-inner .item {
        width: 100%;
        height: 100px;
        margin-bottom: 15px;


    }

    .home-spec-bottom-inner .item .title {
        font-size: 25px;
    }

    .home-spec-bottom {
        background: initial;
        height: initial;
    }

    .home-spec-head {
        margin-bottom: 0;
    }

    .home-spec-button {
        position: relative;
        text-align: center;
        bottom: initial;
        padding-bottom: 25px;
    }

    .home-cost-head h2 {
        font-size: 30px;
    }

    .home-cost-inner .title {
        font-size: 30px;
    }

    .home-cost-inner .desc {
        font-size: 25px;
    }

    .home-cost .chart {
        padding-left: 0px;
        padding-bottom: 80px;
        width: 100%;
    }

    .home-cost .bar {
        width: 19px;
        font-size: 9px;
        padding: 8px;
        font-weight: 600;
    }

    .home-cost .country-label {
        font-size: 15px;
        margin-bottom: -30px;
        display: flex;
        flex-direction: column;
    }

    .y-axis {
        display: none !important;
    }

    .home-cost .turkey {
        width: 55px;
        font-size: 14px;
    }

    .home-cost .grid-lines {
        left: 0;
    }

    .home-cost-button {
        margin-bottom: 25px;
    }

    .home-process-head h2 {
        font-size: 30px;
    }

    .home-process .item .text {
        font-size: 17px;
    }

    .home-process .item {
        justify-content: center;
        height: 170px;
    }

    .home-process .item .icon {
        margin-bottom: 15px;
    }

    .home-process .item .desc {
        font-size: 17px;
    }

    .home-contact .title {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.3;
        padding: 25px 0;
    }

    .home-contact .desc {
        width: initial;
    }

    .home-contact {
        text-align: center;
    }

    .home-contact .form {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .home-success-head h2 {
        font-size: 30px;
    }

    .home-success {
        padding: 30px 0;
    }

    .home-success-button {
        margin-bottom: 15px;
    }

    .home-success-inner {
        padding: 0;
    }

    .home-success .bars-container {
        height: initial;
        padding: 0;
        margin-bottom: 0;
    }

    .home-success .country-name {
        font-size: 16px;
        font-weight: 700;
        color: #381901;
        margin-bottom: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    .home-success .bar-uae {
        height: 150px;
    }

    .home-success .bar-eu {
        height: 170px;
    }

    .home-success .bar-uk {
        height: 190px;
    }

    .home-success .bar-us {
        height: 210px;
    }

    .home-success .trs {
        font-weight: 600;
    }

    .home-success .chart-container {
        padding: 30 0px;
    }


    .home-hospital-head h2 {
        font-size: 30px;
    }

    .home-hospital-content .title {
        font-size: 25px;
    }

    .home-clinic-content .title {
        font-size: 25px;
    }

    .home-cons-head h2 {
        font-size: 30px;
    }

    .home-cons {
        padding: 40px 0;
    }

    .home-cons-button {
        margin-bottom: 25px;
    }

    .home-faq-head h2 {
        font-size: 30px;
    }

    .home-faq {
        padding: 40px 0;
    }

    .home-faq-head {
        padding-bottom: 30px;
    }

    .home-faq .faqitem .faq-header .faq-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .footer-bottom {
        flex-direction: column;
        padding-bottom: 30px;
        align-items: baseline;
    }

    .footer-social {
        padding: 30px 0;
    }

    .footer-logo {
        text-align: inherit;
    }

    .footer-logo img {
        width: 70%;
    }
}

@media screen and (max-width: 639px) and (min-width: 0px) {

    body,
    html {
        overflow-x: hidden;
    }

    .header-menu-btn {
        display: block;
    }

    .header {
        padding: 10px 0;
    }

    .header-inner {
        align-items: center;
        justify-content: space-between;
    }



    .header-logo img {
        width: 60%;
    }

    .header-menu {
        display: none;
    }

    .header-button {
        display: none;
    }

    .home-slider {
        height: initial;
    }

    .home-slider-img {
        text-align: center;
    }

    .home-slider-img img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        top: -24px;
    }

    .home-slider-content h1 {
        font-size: 25px;
        text-align: center;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .home-slider-content {
        background: linear-gradient(199.84deg, #000 13.26%, rgb(32 22 22) 55.65%, rgb(0 0 0) 100.77%);
        border-radius: 20px;
        margin-top: -60px;
        padding: 15px 7px;
    }

    .home-slider-content p {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
        text-align: center;
        font-size: 15px;
    }

    .home-slider-content ul li {
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 15px;
    }

    .home-slider-content ul li:before {
        color: #fff;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    .home-slider-button .offer {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-button .get {

        padding: 15px 0px;
        border-radius: 3px;
        font-size: 15px;
        width: 100%;
        text-align: center;

    }

    .home-slider-bar {
        overflow-x: hidden;
        transition: all .5s;

    }

    .home-slider-bar-inner {
        animation: slideLeft 15s linear infinite;
        transition: all .5s;

    }

    .home-slider-button {
        display: flex;
    }

    .home-slider-bar .item {
        transition: all .5s;
        width: initial;
    }

    .home-slider-bar {
        background: #000;
    }

    .home-slider-bar .item .icon i {
        text-fill-color: transparent;
        font-size: 50px;
        color: #F0DDD7;
        margin-bottom: 10px;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .home-slider-bar .item .text {
        color: #381901;
        font-size: 16px;
        font-weight: 400;
        width: 200px;
        line-height: 1.3;
        background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
    }

    .home-about {
        padding-top: 35px;
    }

    .home-about-desc .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .home-about-image {
        margin-bottom: 25px;
    }

    .home-about-press {
        flex-direction: column;
    }

    .home-about-press-left .item img {
        width: 100%;
        padding: 0 7px;
    }

    .home-about-press-left {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .home-about-press-right {
        text-align: center;
    }

    .home-shorts-head h2 {
        font-size: 30px;
    }

    .home-shorts-head {
        width: initial;
    }

    .home-shorts-slider .item .text {
        font-size: 20px;
    }

    .home-shorts-slider .item .desc {
        font-size: 15px;
        height: initial;
    }

    .home-shorts-slider .item .bottom {
        padding: 0 10px;
    }

    .home-shorts-slider .item .icon {
        width: 40px;
        height: 40px;
    }

    .home-banner-inner .title {
        font-size: 25px;
        line-height: 1.2;
        position: relative;
        z-index: 999;
    }

    .home-banner-inner .desc {
        font-size: 30px;
        width: initial;
        position: relative;
        z-index: 99;
    }

    .home-banner-inner {
        padding: 0 15px;
        width: 100%;
        z-index: 9999999;
    }

    .home-before-after-head h2 {
        font-size: 30px;
    }

    .home-step-head h2 {
        font-size: 30px;
    }

    .home-step .step {
        margin-bottom: 0;
    }

    .home-step .timeline {
        gap: 20px;
    }

    .home-step .step-title {
        min-height: 20px;
    }

    .home-review-head h2 {
        font-size: 30px;
    }

    .home-comments-head h2 {
        font-size: 30px;
    }

    .home-comments-slider .item .left .title {
        font-size: 25px;
    }

    .home-comments .decs {
        padding: 0 15px;
    }

    .home-comments-slider .item {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 240, 0.71)), color-stop(49.04%, rgba(251, 223, 213, 0.71)), to(rgba(255, 244, 237, 0.71)));
        background: linear-gradient(90deg, rgba(255, 246, 240, 0.71) 0%, rgba(251, 223, 213, 0.71) 49.04%, rgba(255, 244, 237, 0.71) 100%);
        border: 1px solid rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(7.7px);
        /* Note: backdrop-filter has minimal browser support */
        border-radius: 20px;
        padding: 30px 15px;
        margin: 0 10px;
    }

    .home-spec-head h2 {
        font-size: 30px;

    }

    .home-spec-head h2 span {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .home-spec-bottom-inner {
        flex-direction: column;
        top: initial;
    }

    .home-spec-bottom-inner .item {
        width: 100%;
        height: 100px;
        margin-bottom: 15px;


    }

    .home-spec-bottom-inner .item .title {
        font-size: 25px;
    }

    .home-spec-bottom {
        background: initial;
        height: initial;
    }

    .home-spec-head {
        margin-bottom: 0;
    }

    .home-spec-button {
        position: relative;
        text-align: center;
        bottom: initial;
        padding-bottom: 25px;
    }

    .home-cost-head h2 {
        font-size: 30px;
    }

    .home-cost-inner .title {
        font-size: 30px;
    }

    .home-cost-inner .desc {
        font-size: 25px;
    }

    .home-cost .chart {
        padding-left: 0px;
        padding-bottom: 80px;
        width: 100%;
    }

    .home-cost .bar {
        width: 19px;
        font-size: 9px;
        padding: 8px;
        font-weight: 600;
    }

    .home-cost .country-label {
        font-size: 15px;
        margin-bottom: -30px;
        display: flex;
        flex-direction: column;
    }

    .y-axis {
        display: none !important;
    }

    .home-cost .turkey {
        width: 55px;
        font-size: 14px;
    }

    .home-cost .grid-lines {
        left: 0;
    }

    .home-cost-button {
        margin-bottom: 25px;
    }

    .home-process-head h2 {
        font-size: 30px;
    }

    .home-process .item .text {
        font-size: 17px;
    }

    .home-process .item {
        justify-content: center;
        height: 170px;
    }

    .home-process .item .icon {
        margin-bottom: 15px;
    }

    .home-process .item .desc {
        font-size: 17px;
    }

    .home-contact .title {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.3;
        padding: 25px 0;
    }

    .home-contact .desc {
        width: initial;
    }

    .home-contact {
        text-align: center;
    }

    .home-contact .form {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .home-success-head h2 {
        font-size: 30px;
    }

    .home-success {
        padding: 30px 0;
    }

    .home-success-button {
        margin-bottom: 15px;
    }

    .home-success-inner {
        padding: 0;
    }

    .home-success .bars-container {
        height: initial;
        padding: 0;
        margin-bottom: 0;
    }

    .home-success .country-name {
        font-size: 16px;
        font-weight: 700;
        color: #381901;
        margin-bottom: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    .home-success .bar-uae {
        height: 150px;
    }

    .home-success .bar-eu {
        height: 170px;
    }

    .home-success .bar-uk {
        height: 190px;
    }

    .home-success .bar-us {
        height: 210px;
    }

    .home-success .trs {
        font-weight: 600;
    }

    .home-success .chart-container {
        padding: 30 0px;
    }

    .home-contact img {
        display: none;
    }

    .home-contact .p-0 {
        display: none;
    }

    .home-hospital-head h2 {
        font-size: 30px;
    }

    .home-hospital-content .title {
        font-size: 25px;
    }

    .home-clinic-content .title {
        font-size: 25px;
    }

    .home-cons-head h2 {
        font-size: 30px;
    }

    .home-cons {
        padding: 40px 0;
    }

    .home-cons-button {
        margin-bottom: 25px;
    }

    .home-faq-head h2 {
        font-size: 30px;
    }

    .home-faq {
        padding: 40px 0;
    }

    .home-faq-head {
        padding-bottom: 30px;
    }

    .home-faq .faqitem .faq-header .faq-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .footer-bottom {
        flex-direction: column;
        padding-bottom: 30px;
        align-items: baseline;
    }

    .footer-social {
        padding: 30px 0;
    }

    .footer-logo {
        text-align: inherit;
    }

    .footer-logo img {
        width: 70%;
    }

    .home-banner #vid1 {
        width: 100%;
    }

    .home-banner .video:after {

        background: #121212a8;

    }

    .home-banner-inner:after {
        background: #00000052;
        content: '';
        position: absolute;
        z-index: 15;
        height: 100%;
        width: 100%;
    }

    .home-banner-inner p {
        position: relative;
        z-index: 9999;
    }

    .home-banner-inner .more {
        position: relative;
        z-index: 9999;
    }

    .home-banner-inner span {
        position: relative;
        z-index: 9999;
    }

    .home-banner .video:after {
        display: none;
    }

    .home-about-image img {
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
    }
    
    .home-slider-contact .title {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 0;
    margin-bottom: 15px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
    background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.home-slider-contact .desc{
    width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
    background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-slider-contact{
    margin: 15px 0;
    display: block !important;
}

}