﻿/*@font-face {*/
/*    font-family: 'MontSerratXRegular';*/
/*    src: url('/font/Montserrat-Regular.ttf'); !* IE9 Compat Modes *!*/
/*    url('/font/Montserrat-Regular.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*}*/

/*@font-face {*/
/*    font-family: 'MontSerratXMedium';*/
/*    src: url('/font/Montserrat-Medium.ttf'); !* IE9 Compat Modes *!*/
/*    url('/font/Montserrat-Medium.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*}*/

/*@font-face {*/
/*    font-family: 'MontSerratXBold';*/
/*    src: url('/font/Montserrat-Bold.ttf'); !* IE9 Compat Modes *!*/
/*    url('/font/Montserrat-Bold.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*}*/

/*@font-face {*/
/*    font-family: 'MontSerratXSemiBold';*/
/*    src: url('/font/Montserrat-SemiBold.ttf'); !* IE9 Compat Modes *!*/
/*    url('/font/Montserrat-SemiBold.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*}*/

:root {
    --primary: #EB401C;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background: linear-gradient(white, #f7f7f7);
}

.container {
    max-width: 64vw;
}

.showMobile {
    display: none;
}

.flex {
    display: flex;
}

.three-dot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul {
    list-style: none;
}

.page-info ul {
    list-style: disc !important;
}

p {
    margin: 0;
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: inherit;
}

/*Loader*/
.loader {
    display: none;
}

.loader .loader-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000004d;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 100000000;
}

.loader .loader-content span {
    width: 10rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
}

.loader .loader-content img {
    width: 20vw;
    margin-left: auto;
    margin-right: auto;
}

/*Alert*/
.alert {
    display: none;
    z-index: 100;
}

.alert .alert-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    text-align: center;
}

.alert .alert-content .alert-msg {
    background: #fff;
    padding: 2vw;
    border-radius: .5vw;
    box-shadow: 0 0 10px #000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 35vw;
}

.alert .alert-content .alert-msg .alert-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.3vw;
}

.alert .alert-content .alert-msg .close {
    width: 2vw;
    position: absolute;
    right: .5vw;
    top: .5vw;
    cursor: pointer;
}

/*Header*/
.header {
    display: flex;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
.language_area,
.changeLanguage {
    list-style-type: none;
    color:black;
    font-size:17px;
}

.header .changeLanguage a{
    color: #4f4f50 !important;
}

.header.fixed .changeLanguage a{
    color: white !important;
    background: transparent !important;
    border:none !important;
}
.header .changeLanguage:hover a{
    background: transparent !important;
    border-color: transparent !important;
}

.changeLanguage img,
.select img {
    width: 1.6vw;
    margin: 0.3vw;
}
.dropdown .dropdown-menu li {
    padding: 5px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    color: white;
    font-weight: 200;
}
.header.fixed {
    transition: 500ms;
    background: var(--primary);
    opacity: 0.97;
}

.header .menu {
    display: none;
}

.header .logo {
    width: 100%;
    padding: 1vw 3vw;
}

.header.fixed .logo {
    padding: .5vw 3vw;
}

.header .logo img {
    width: 9vw;
    height: calc(9vw / 2.75);
}

.header .links {
    display: flex;
    padding-right: 3vw;
}

.header .links .link-item {
    text-align: center;
    padding: 1.9vw 1vw;
    white-space: nowrap;
}

.header.fixed .links .link-item {
    padding: 1.5vw 1vw;
}

.header .links .link-item a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.1vw;
    color: #fff;
}

.header .links .link-item:last-child a {
    border: 1px solid #fff;
    color: #515050;
    background: #fff;
    padding: .4vw 1vw;
    border-radius: 5px;
    font-size: 0.9vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1vw;
}

.header .links .link-item div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.1vw;
    color: #fff;
    cursor: pointer;
    display: inline;
}

.header .links .link-item ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: visibility 0s, opacity 0.5s linear;
    box-shadow: 0 0 15px 1px #000;
    padding: .3vw 0;
    margin: 1.2vw 0 0 -1vw;
    border-radius: .5vw;
    background: #fff;
}

.header.fixed .links .link-item ul {
    background: var(--primary);
    box-shadow:none;
}

.header .links .link-item:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.header .links .link-item ul li {
    padding: .5vw 1vw;
}

.header .links .link-item ul li:hover {
    background: #f6f6f6;
}

.header.fixed .links .link-item ul li:hover {
    background: rgb(232 59 19);
}

.header .links .link-item ul li a {
    color: #000;
}
.header.fixed .links .language_area .link-item ul li,
.header.fixed .links .link-item ul li a {
    color: #fff;
}


.header .header-phone {
    min-width: 38vw;
    display: none;
    padding: 2vw;
    text-align: right;
}

.header.fixed .header-phone {
    text-align: right;
    padding: 2vw;
    /*min-width: 38vw;*/
}

.header .header-phone a {
    border: 1px solid #fff;
    color: #fff;
    padding: 2vw 3vw;
    background: none;
    border-radius: 5px;
    font-size: 2.5vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.header .header-phone img {
    width: 5vw;
}

.custom-modal .modal-header {
    padding: 1vw 2vw;
}

.custom-modal .modal-header h3 {
    font-size: 2vw;
    margin: 0;
}

.custom-modal .modal-header .close {
    padding: 1vw;
}

.custom-modal .modal-body {
    font-size: 1.5vw;
    padding: 1vw 2vw;
}

.custom-modal .modal-body ol {
    text-align: justify;
}


/*Footer*/
.footer {
    background: #A7A7A7;
    border-radius: 20px 20px 0 0;
    padding: 1vw 2vw;
    color: #F7F7F7;
    margin-top: 4vw;
}

.footer .social-media .social-media-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.5vw;
}

.footer .social-media .social-media-icons {
    text-align: center;
    margin-top: 1vw;
}

.footer .social-media .social-media-icons img {
    margin: 1vw;
    width: 3vw;
    height: 3vw;
}

.footer .footer-partials {
    padding: 2vw 0 0 0;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    display: inline-block;
    width: 100%;
}

.footer .footer-partials a {
    color: #fff;
}

.footer .footer-partials .partial-item {
    width: 25%;
    float: left;
    padding: 0vw 0.3vw;
}
.footer .footer-partials .partial-item:nth-child(1) .partial-title{
    margin-right: 20px;
}

.footer .footer-partials .partial-item .partial-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1vw;
    margin-bottom: 1vw;
}

.footer .footer-partials .partial-item .partial-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1vw;
    border-bottom: 4vw;
    margin-bottom: 1vw;
}

.footer .logo {
    text-align: center;
    padding-top: 2vw;
}

.footer .logo img {
    width: 7vw;
}

.footer .copy-right {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 1vw;
    font-size: 1vw;
}

/*Sol Menü*/
.left-menu {
    position: fixed;
    width: 65vw;
    left: -65vw;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 5px #6f6f6f;
    z-index: 10001;
    overflow-y: auto;
}

.left-menu .logo {
    background: #e73922;
    padding: 2vw 3vw;
    text-align: center;
}

.left-menu .logo img {
    width: 11vw;
    height: calc(11vw / 2.84);
}

.left-menu .close {
    padding: 13px 3vw;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.left-menu .close img {
    width: 11vw;
    height:calc(11vw / 1.2);
}

.left-menu .links .link-item {
    padding: 1vw 9vw;
    border: 1px solid #eee;
    background-image: url('/img/icon/sag-ok.png');
    background-repeat: no-repeat;
    background-size: 5vw;
    background-position: 2vw center;
    line-height: 9vw;
}


.left-menu .links .link-item a {
    font-size: 3vw;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@keyframes left-menu-open {
    from {
        left: -50vw;
    }

    to {
        left: 0vw;
    }
}

@keyframes left-menu-close {
    from {
        left: 0vw;
    }

    to {
        left: -50vw;
    }
}

.left-menu.open {
    animation-name: left-menu-open;
    animation-duration: 1s;
    left: 0;
}

.left-menu.close {
    animation-name: left-menu-close;
    animation-duration: 1s;
    left: -65vw;
}

/*Whatsapp*/
/*.whatsapp-contact {
    position: fixed;
    bottom: 5vw;
    right: 0px;
    z-index: 1;
}

    .whatsapp-contact .whatsapp-text {
        border: .25vw solid #fff;
        background: linear-gradient(to right,#60AA73, #305238);
        padding: 0.3vw 4vw 0.3vw 2vw;
        position: absolute;
        right: 3vw;
        border-radius: 25px;
        min-width: 30vw;
        display: none;
        height: 3.8vw;
        align-items: center;
        display: flex;
        font-size: 1vw;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #fff;
    }

    .whatsapp-contact .whatsapp-icon {
        position: absolute;
        right: 2vw;
    }

        .whatsapp-contact .whatsapp-icon img {
            width: 4vw;
        }*/

/*---Banner---*/
.carousel-inner {
    overflow: visible;
}

.banner {
}

.banner .banner-bg {
    height: 33vw;
    overflow: hidden;
}

.banner .banner-bg img {
    margin-top: -10vw;
    width: 100%;
	height: 50vh !important;
	object-fit: cover;
	
}

.banner .banner-content {
    position: absolute;
    top: 16vw;
    left: 0;
    width: 100%;
}

.banner .banner-content .banner-text {
    color: #fff;
    font-size: 3.2vw;
    line-height: 4vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 1vw;
}

.banner .banner-content .banner-text .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.banner .banner-content .banner-button {
    border-radius: .6vw;
    padding: .9vw;
    position: absolute;
    align-items: center;
    display: flex;
	width: 100%;
}

.banner .banner-content .banner-button img {
    width: 3vw;
}

.banner .banner-content .banner-button a {
    color: #fff;
    font-size: 1.7vw;
    padding: 0 1vw;
    text-decoration: none;
    font-family: Helvetica;
}

.banner .banner-content .banner-button a:hover {
    text-decoration: underline;
}

.banner .banner-content .banner-button a:nth-child(2) {
    border-left: 1px solid #fff;
}

.banner .banner-content .banner-link {
    border-radius: .6vw;
    padding: .9vw 3vw;
    align-items: center;
    background: var(--primary);
    color: #fff;
    font-size: 1.7vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.banner .banner-content .download-img {
    height: 4.5vw;
    margin: 0 0 .5vw 1vw;
}

.banner .banner-image {
    position: absolute;
    top: 5vw;
    right: 3vw;
}

.banner .banner-image img {
    height: 35vw;
    width: auto;
}

.page-title {
    color: #000;
    font-size: 3.5vw;
    padding: 0vw 8vw 1vw 0;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 1vw;
    line-height: 4vw;
}

.page-desc {
    color: #726F7A;
    font-size: 1.2vw;
    padding: 0 8vw 0 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6vw;
    text-align: right;
}

.page-desc .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.page-desc .colored {
    color: #E75124;
}

.page-desc .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.request-form {
    box-shadow: 0 3px 5px #c6c5c5;
    margin: 1vw 3vw;
    padding: 1vw 2vw;
    border-radius: 5px;
    background: #fff;
}

/*Slider*/
.companies-slider {
    margin-top: 5vw;
}

.companies-slider .container {
    overflow: hidden;
}

.companies-slider #slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 auto;
    border-radius: 4px;
    width: calc(100% + 5vw) !important;
    margin-left: -3vw;
}

.companies-slider #slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 15vw;
    list-style: none;
}

.companies-slider #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 17vw;
    height: 15vw;
    background: none;
    text-align: center;
    line-height: 15vw;
}

.companies-slider #slider ul li div {
    background: #fff;
    margin: 0 2px;
}

.companies-slider #slider ul li img {
    max-width: 90%;
    object-fit: contain;
}

.companies-slider .slider-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    text-align: center;
    color: #8D8F90;
    margin-bottom: 1vw;
}

/*Location Container*/
.location-container {
    margin: 2vw;
}

.location-container .location-content {
    max-width: 65vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.location-container .location-content .location-item {
    padding: .5vw 2vw;
    text-align: center;
    background: #E4E4E4;
    margin: .3vw;
    border-radius: .5vw;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1vw;
    color: #5E5B66;
}

.location-container .location-content a:hover {
    text-decoration: none;
}

/*Download Container*/
.download-container {
    text-align: center;
    margin: 3vw 0;
}

.download-container .download-by-device {
    margin: 1vw 0;
}

.download-container .download-by-device a {
    display: inline-block;
}

.download-container .download-by-device img {
    width: 11vw;
}

.download-container .download-common {
    margin: 2vw 0;
}

.download-container .download-common a {
    padding: 1vw 3vw;
    color: #fff;
    background: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    border-radius: 1vw;
    font-size: 1.5vw;
}

.download-container .download-common a:hover {
    text-decoration: none;
}

/*Mobile-app*/
.mobile-app-img {
    text-align: center;
    margin: 4vw 0;
}

.mobile-app-img img {
    width: 100%;
    max-width: 55vw;
}

hr {
    width: 50%;
}

.page-info {
    font-size: 1.5vw;
    margin: 5vw 0;
    max-width: 75vw;
    margin-right: auto;
    margin-left: auto;
}

/*---Form---*/
.form .form-item {
    margin: 2vw 0;
}

.form .form-item .form-header {
    font-size: 1vw;
    color: #3c3c3c;
    padding-left: 2vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.form .form-item .form-content {
    display: flex;
    margin: .5vw 0;
    position: relative;
}

.form .form-item .form-content img {
    position: absolute;
    right: 1vw;
    margin-top: 1vw;
    width: 1vw;
}

/*input*/
.form .form-input {
    border: 1px solid #cccbcb;
    border-radius: 10px;
    width: 100%;
    color: #000;
    font-size: 1vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    height: 3vw;
    padding: 0 2vw 0 2vw;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form .form-input::placeholder {
    color: #585858;
}

.form .form-input:focus {
    outline: none;
}

/*radio*/
.form .form-radio-content {
    display: flex;
    width: 100%;
    cursor: pointer;
}

.form .form-radio-content .form-radio {
    width: 100%;
    text-align: center;
    border: 1px solid #cccbcb;
    border-radius: 10px;
    padding: .7vw 2vw;
    margin-left: 0.3vw;
    font-size: 1vw;
    color: #999;
    align-items: center;
    display: flex;
}

.form .form-radio-content span {
    margin-left: 1vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.form .form-radio-content .form-radio input {
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

/*checkbox*/

.form .form-check {
    text-align: center;
    line-height: 2vw;
    padding: 0;
    cursor: pointer;
    display: flex;
}

.form .form-check span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
}

.form .form-check .link {
    color: var(--primary);
    cursor: pointer;
}

.form .form-check input {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 1vw;
}
.checkbox-big{
    width: 25px;
    height: 25px;
    margin: 0vw !important;
    margin-right: 1vw !important;
    margin-left: 1vw !important;
}

/*submit button*/
.form .form-submit {
    text-align: center;
}

.form .form-submit button {
    padding: .5vw 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    background: #B3B3B3;
    font-size: 1vw;
    min-width: 30vw;
    border-radius: 16px;
    border: none;
    cursor: pointer;
}

.form .form-submit button.active {
    color: #fff;
    display: none;
	width: 100%;
	
}

.form .form-submit button.loading {
    display: none;
}

/*select*/
.select2 {
    width: 100% !important;
}

.select2 .select2-selection {
    border: 1px solid #cccbcb;
    border-radius: 10px;
    padding: 0 3vw 0 1vw;
    height: 3vw;
    display: flex;
    align-items: center;
}

.select2 .select2-selection__arrow {
    display: none;
}

.select2 .select2-selection__rendered {
    line-height: normal;
    white-space: normal;
    font-size: 1vw;
}

.select2 .select2-selection__placeholder {
    color: #999;
    font-size: 1vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.select2-container--open .close {
    display: none;
}

.select2-container--open .search {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    font-size: 1vw;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.select2-results__message {
    font-size: 1vw;
    color: #848484;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 2vw 0vw 1vw 0;
    text-align: center;
    background: url('/img/icon/warning.png');
    background-repeat: no-repeat;
    background-position: center 0vw;
    background-size: 2vw;
}

.select2-results__option--selectable {
    font-size: 1vw;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary);
    color: #fff;
}

/*Profile Page*/
.profile-page{
    margin-top:8vw
}
.profile-page .container {
    max-width: 80%;
}

.profile-page .page-title {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-left: 15px;
}

.profile-page .page-title .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.profile-page .page-desc {
    font-size: 2vw;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 4vw;
    color: var(--primary);
}

/*SelectCity PAge*/
.select-city-page .container {
    max-width: 80%;
}

.select-city-page .page-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-left: 15px;
    padding: 0vw 0 1vw 0;
}

.select-city-page .page-title .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.select-city-page .page-desc {
    font-size: 1.4vw;
    text-align: center;
    margin-left: 15px;
    padding: 0vw 0 1vw 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.select-city-page .page-desc h1 {
    font-size: 1.4vw;
}

.select-city-page .form .form-item {
    display: flex;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
}

.select-city-page .form .form-item .form-content {
    width: 100%;
    margin: 0 1vw;
}

/*Hızlı Teklif Container*/
.hizli-teklif-container {
    text-align: center;
}

.hizli-teklif-container img {
    max-width: 300px;
    width: 100%;
}

.hizli-teklif-container .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #030504;
    font-size: 3vw;
    margin-top: 2vw;
}

.hizli-teklif-container .title .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*HOME*/

.box-container {
    width: 42vw;
    height: 11vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 2vw;
}

.box-container a {
    width: 100%;
    margin: 0 .8vw;
}

.box-container a:hover {
    text-decoration: none;
}

.box-container a .box-item {
    background: #EE4E2A;
    box-shadow: 0 0 2px #bebebe;
    text-align: center;
    height: 11vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.2vw;
    display: flex;
    align-items: center;
    padding-top: 2vw;
    position: relative;
}

.box-container a .box-item .box-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.2vw;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.box-container a .box-item .box-content .title {
    min-height: 5vw;
    text-align: center;
    padding: .1vw 0;
}

.box-container a .box-item .box-content .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.box-container a .box-item img {
    width: 6vw;
    height: 4vw;
}

.home-page .container {
    max-width: 90%;
}

.home-page .header1 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    font-family: Helvetica;
}
.home-page .header1 p{
    line-height: 2vw;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-page .header2 {
    font-size: 2.2vw;
    line-height: 2.5vw;
    font-family: Helvetica;
    color: var(--primary);
    width: 100%
}

.home-page .header3 {
    font-size: 1.3vw;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.home-page .text1 {
    font-size: 1.3vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.home-page .text2 {
    font-size: 1.1vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1vw;
}

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

.home-page .container1 {
    padding-top: 2vw;
}

.home-page .container2 {
    padding-top: 2vw;
    display: flex
}

.home-page .container2 .part {
    width: 100%;
    padding-left: 8vw;
}

.home-page .container2 .text2 div {
    margin: 1vw 0
}

.home-page .container3 {
    padding-top: 2vw;
    display: flex
}

.home-page .container3 .part {
    width: 100%;
}

.home-page .container3 .part1 {
    text-align: right;
    padding: 0 3vw;
    justify-content: center;
    display: flex;
    align-items: center;
}
.home-page .container3 .part1 video {
   width: 20vw;
}

.home-page .container3 .part1 img {
    width: 20vw;
}

.home-page .container3 .part2 {
    padding: 7vw 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home-page .container3 .part2 .download {
    margin: 1vw 0;
}

.home-page .container3 .part2 .download a {
    background: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.4vw;
    color: #fff;
    padding: .8vw 3vw;
    box-shadow: -2px 2px 3px #a6a6a6;
    border-radius: 3px;
}

.home-page .container3 .part2 .download img {
    width: 3vw;
    height: 3vw;
    margin-left: 2vw;
}

.home-page .container3 .part2 .downloadByDevice img {
    width: 9vw;
    height:calc(9vw / 3.37);
}

.home-page .container4 {
    padding-top: 2vw;
    display: flex
}

.home-page .container4 .part {
    width: 100%;
}

.home-page .container4 .part1 {
    padding: 1.5vw 0;
}

.home-page .container4 .part1 .text1 {
    padding: 1.5vw 0;
}

.home-page .container4 .part1 ul {
    margin: 3vw;
    padding: 1vw !important;
    border-left: 1px solid var(--primary);
}

.home-page .container4 .part2 img {
    width: 50vw;
    height: calc(50vw / 1.1);
    margin-left: -8vw;
}

.home-page .container5 {
    padding-top: 2vw;
    display: flex
}

.home-page .container5 .part {
    width: 100%;
}

.home-page .container5 .part1 {
}

.home-page .container5 .part1 img {
    width: 46vw;
    height: 46vw;
    margin-right: 3vw;
}

.home-page .container5 .part2 {
    padding: 5.5vw 0;
}

.home-page .container5 .part2 ul {
    margin: 3vw;
    padding: 1vw !important;
    border-left: 1px solid var(--primary);
}

.home-page .container5 .part2 ul li {
    padding: 1vw 0;
}

.home-page .container6 {
    padding-top: 2vw;
    display: flex
}

.home-page .container6 .part {
    width: 100%;
}

.home-page .container6 .part1 {
    padding: 5.5vw 0;
}

.home-page .container6 .part1 ul {
    margin: 3vw;
    padding: 1vw !important;
    border-left: 1px solid var(--primary);
}

.home-page .container6 .part1 ul li {
    padding: 1vw 0;
}

.home-page .container6 .part2 {
}

.home-page .container6 .part2 img {
    width: 43vw;
    height: 43vw;
}

.home-page .container7 {
    padding-top: 2vw;
    display: flex
}

.home-page .container7 .part {
    width: 100%;
}

.home-page .container7 .part1 {
    text-align: right;
}

.home-page .container7 .part1 img {
    width: 35vw;
    height: 35vw;
    margin-right: 3vw;
}

.home-page .container7 .part2 {
    padding: 3.5vw 0;
}

.home-page .container7 .part2 ul {
    margin: 3vw;
    padding: 1vw !important;
    border-left: 1px solid var(--primary);
}

.home-page .container7 .part2 ul li {
    padding: 1vw 0;
}

.home-page .container7 .part2 a {
    background: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.4vw;
    color: #fff;
    padding: .8vw 3vw;
    box-shadow: -2px 2px 3px #a6a6a6;
    border-radius: 3px;
}

.fastRequest .form {
    background: linear-gradient(to left, #D1D3D4, white);
    margin: 2vw;
    border-radius: 1vw;
}

.fastRequest .form .form-title {
    text-align: center;
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #262326;
    padding-top: 1vw;
}

.fastRequest .form .form-item {
    display: flex;
    max-width: 60vw;
    margin: 0 0 2vw 0;
    margin-left: auto;
    margin-right: auto;
}

.fastRequest .form .form-item .form-content {
    width: 100%;
    margin: 1vw .5vw;
}

.fastRequest .form .form-submit button {
    min-width: 13vw;
    border-radius: .7vw;
}

.fastRequest .form .form-submit button.active {
    background: var(--primary);
}

.fastRequest .form .select2 .select2-selection {
    border: none;
    border-radius: 4px;
}

.fastRequest .form .form-input {
    border: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: .7vw;
}

.fastRequest .form .select2 .select2-selection__placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #737373;
}

.fastRequest .form .select2 .select2-selection {
    padding: 0;
}

.fastRequest .form .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.fastRequest .form .form-input::placeholder {
    color: #000;
}

.fastRequest .form .form-submit button {
    background: #262626;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


/*Paging*/
.paging {
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    background: #fff;
    display: table;
    margin: 3vw .5vw 0 .5vw;
}

.paging a {
    display: inline !important;
}

.paging .paging-item {
    padding: 1vw 1.5vw;
    text-align: center;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    float: left;
    border-right: 1.5px solid #EDEDED;
    cursor: pointer;
}

.paging .paging-item.active {
    background: var(--primary);
    color: #fff;
}

.paging a:last-child .paging-item {
    border: none;
}

/*NAV*/
nav {
    margin-bottom: -2vw;
}

nav ol {
    flex-wrap: wrap;
    padding: .7vw 1vw;
    list-style: none;
    display: flex;
    margin: 1vw 0 0 0;
}

nav ol li {
    list-style: none;
    padding: 0 .3vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
}

nav ol li h1 {
    line-height: 1.8vw;
    margin-bottom: 0;
}

nav ol li + li::before {
    display: inline-block;
    padding-right: .5vw;
}

nav ol li a {
    text-decoration: none;
    color: #393939;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
}

nav ol li a:hover {
    color: #393939;
}

nav ol li a.active {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/*Request Success*/
.request-success .success-container {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    background: #EAEAEA;
    box-shadow: 0 0 3px #bebebe;
    border-radius: 4px;
    padding: 5vw;
    text-align: center;
}

.request-success .success-container .success-icon {
    text-align: center;
}

.request-success .success-container .success-icon img {
    width: 20vw;
    margin-top: -15vw;
}

.request-success .success-container .success-title {
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 1vw;
}

.request-success .success-container .success-text {
    font-size: 1.7vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 1vw;
}

/*ContactPhone*/
.contact-phone {
    position: fixed;
    right: 0;
    bottom: 1vw;
    z-index: 10000;
    box-shadow: 0 0 5px #555;
    border-radius: .5vw 0 0 .5vw;
    overflow: hidden;
}

.contact-phone.whatsapp {
    z-index: 99;
}

.contact-phone a {
    font-size: 2.5vw;
    color: #fff;
    background: var(--primary);
    width: 100%;
    display: block;
    padding: 1.5vw 1vw 1.5vw 7vw;
    font-family: Montserrat;
    font-weight: 500;
}

.contact-phone.whatsapp a {
    font-size: 1.5vw;
    background: #0b7b15;
    padding: 1vw 1vw 1vw 0;
}

.contact-phone a img {
    width: 7.7vw;
    -webkit-animation: phoneSpin 6s linear infinite;
    -moz-animation: phoneSpin 6s linear infinite;
    animation: phoneSpin 6s linear infinite;
    margin-right: 2vw;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.contact-phone.whatsapp a img {
    margin: 0 1vw 0 2vw;
    width: 4.7vw;
}

.whatsapp-icon {
    position: fixed;
    right: 2vw;
    bottom: 9vw;
    z-index: 10001;
}

.whatsapp-icon a img {
    width: 5vw;
    height: 5vw;
    -webkit-animation: phoneSpin 6s linear infinite;
    -moz-animation: phoneSpin 6s linear infinite;
    animation: phoneSpin 6s linear infinite;
}

/*NotFound*/
.page-not-found {
    width: 100%;
    margin-top: 2vw;
}

.page-not-found .not-found-container {
    max-width: 45vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2vw;
    background: #EAEAEA;
    box-shadow: 0 2px 5px #bebebe;
    border-radius: 4px;
    padding: 1vw;
    text-align: center;
}

.page-not-found .not-found-container .not-found-icon {
    text-align: center;
}

.page-not-found .not-found-container .not-found-icon img {
    width: 12vw;
    margin-top: -5vw;
}

.page-not-found .not-found-container .not-found-header {
    font-size: 1.7vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 1vw;
}

.page-not-found .not-found-container .not-found-text {
    font-size: 1.3vw;
    font-family: 'Montserrat', sans-serif;
    padding: 1vw;
}

/*Silence Notification*/
.silence-offer-sms .cancel-button {
    text-align: center;
    padding: 1vw 3vw;
}

.silence-offer-sms .cancel-button button {
    padding: .6vw 6vw;
    color: #fff;
    background: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    border-radius: 1vw;
    font-size: 1.5vw;
    border: none;
    margin: 0 4vw;
}

.silence-offer-sms .cancel-button a {
    color: #919191;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    text-decoration: underline;
}

/*Chekici Tanıtım*/
.chekici-tanitim {
    text-align: center;
    min-height: 209px;
    position: relative;
    width: 95%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.chekici-tanitim video {
    width: 100%;
    max-width: 500px;
}

.chekici-tanitim .gif {
    width: 100%;
    height: auto;
    filter: brightness(50%);

}

.chekici-tanitim .play-btn {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10000;
    position: absolute;
    bottom: 10px;
}

.chekici-tanitim .play-btn img {
    width: 50px;
    height: 50px;
}

.chekici-tanitim .play-btn .desc {
    color: #ffF;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 20px;
    display: inline;
}

.chekici-tanitim iframe {
    width: 500px;
    height: 282px;
}

/*Acil Çekici Yazıları İçin*/
.mahalleler {
    margin: 1vw 0;
}

.mahalleler .row {
    margin: 0;
}

.mahalleler .col-sm-6,
.mahalleler .col-md-3 {
    padding: 0;
}

.mahalle {
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 0.5vw;
}

.cekici-noktasi {
    text-align: center;
    margin: 1vw 1vw 1vw 0;
}

.cekici-noktasi img {
    width: 100%;
}

.cookie-div{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    height: 85px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.cookie-div .cookie-text{
color: #fff;
}
.cookie-div .cookie-confirm{
    font-weight: bold;
}
.cookie-div .cookie-detail-btn{
    font-weight: bold;
}

.oto-cekici-img{
    float: left;
    margin-right: 20px;
    width:350px;
    height:350px;
}

@-moz-keyframes phoneSpin {
    0% {
        -moz-transform: rotate(30deg);
    }

    50% {
        -moz-transform: rotate(-30deg);
    }

    100% {
        -moz-transform: rotate(30deg);
    }
}

@-webkit-keyframes phoneSpin {
    0% {
        -webkit-transform: rotate(30deg);
    }

    50% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(30deg);
    }
}

@keyframes phoneSpin {
    0% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}


@media only screen and (max-width: 767px) {
    /*  body {
        background: linear-gradient(white, #f7f7f7);
    }*/
    .home-page .container3 .part1 video{
        width: 25vw;
    }
    .downloadByDevice{
        margin-top: 2vh;
    }
    .home-page .header1 p{
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 2.5vw;
    }
    .language_area .link-item .select img{
        width: 30px;
    }
    .footer .footer-partials .partial-item:nth-child(1) .partial-title{
        margin-right: 0px;
    }
    .link_item_ul_payment{
        right: 5%;
    }
    .language_area,
    .changeLanguage {
        list-style-type: none;
        color:black;
        font-size:17px;
        margin: 1vw;
     
    }
    .changeLanguage img {
        width: 25px;
        margin: 2vw;
    }
    .change-language-flag{
        margin: 2.5vw 1.5vw;
        font-size: 17px !important;
        width: 16% !important;
    }
    .active_language{
        border: 1px solid black;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
    }
    .passive_languge{
        border: 0px !important;

    }

    .container {
        max-width: 100%;
    }

    .showMobile {
        display: block !important;
    }

    .hideMobile {
        display: none !important;
    }

    /*Header*/
    .header .logo {
        text-align: center;
        padding: 2vw;
    }

    .header.fixed .logo {
        text-align: center;
        padding: 2vw;
    }

    .header .logo img {
        width: 14vw;
        height:calc(14vw / 2.75);
    }

    .header .menu {
        min-width: 35vw;
        display: block;
        padding: 2vw;
    }

    .header .menu button {
        border: 1px solid #fff;
        color: #fff;
        padding: 1vw 3vw;
        background: none;
        border-radius: 5px;
        font-size: 2.5vw;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .header .links {
        display: none;
    }

    .header .header-phone {
        display: block;
        min-width: 43vw
    }

    .header .header-phone a {
        padding: 1.5vw 3vw;
        font-size: 3vw;
    }


    /*Footer*/
    .footer {
        padding: 1vw 5vw;
        margin-top: 10vw;
    }

    .footer .social-media .social-media-title {
        font-size: 4vw;
    }

    .footer .footer-partials {
        padding: 4vw 0;
        text-align: center;
    }

    .footer .social-media .social-media-icons img {
        margin: 1vw;
        width: 9vw;
        height: 13vw;
        padding-bottom: 4vw;
    }

    .footer .footer-partials .partial-item {
        float: initial;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 3vw .3vw;
    }

    .footer .footer-partials .partial-item .partial-title {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .footer .footer-partials .partial-item .partial-content {
        font-size: 3vw;
    }

    .footer .logo {
        margin-top: 5vw;
    }

    .footer .logo img {
        width: 20vw;
    }

    .footer .copy-right {
        margin-top: 5vw;
        font-size: 2.5vw;
    }

    /*Whatsapp*/
    /*    .whatsapp-contact {
        bottom: 13vw;
    }

        .whatsapp-contact .whatsapp-text {
            border: .7vw solid #fff;
            padding: 0.3vw 7vw 0.9vw 7vw;
            right: 5vw;
            min-width: 72vw;
            height: 10vw;
        }

        .whatsapp-contact .whatsapp-text {
            font-size: 2.5vw;
        }

        .whatsapp-contact .whatsapp-icon img {
            width: 11vw;
        }*/
    /*Modal*/
    .custom-modal .modal-header {
        padding: 2vw 4vw;
    }

    .custom-modal .modal-header h3 {
        font-size: 4vw;
    }

    .custom-modal .modal-header .close {
        padding: 2vw;
    }

    .custom-modal .modal-body {
        font-size: 3vw;
    }

    .custom-modal .modal-body ol {
        padding: 4vw;
    }

    /*Banner*/
    .banner .banner-bg {
        height: 50vh;
    }
	
	.carousel-inner
	{
		height: 50vh;
	}
	
	.carousel-item img
	{
		height: 50vh;
		object-fit: cover;
	}

    .banner .banner-bg img {
        margin-top: 0;
    }

    .banner .banner-content {
        top: 22vw;
    }

    .banner .banner-content .banner-text {
        font-size: 5.4vw;
        line-height: 6vw;
    }

    .banner .banner-content .download-img {
        height: 7vw;
        margin: 0 0 .5vw 1vw;
    }

    .banner .banner-content .banner-button a {
font-size: 2rem;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 20px;
        border-radius: 7px;
        margin-top: 5vh;
    }

    .banner .banner-content .banner-link {
        font-size: 3.5vw;
        padding: 1.5vw 3vw;
    }

    .banner .banner-image {
        top: 19vw;
    }

    .banner .banner-image img {
        height: 40vw;
    }

    /*slider*/
    .companies-slider {
        margin-top: 0vw;
    }

    .companies-slider .slider-title {
        margin-top: 4vw;
        margin-bottom: 4vw;
        font-size: 3.5vw;
    }

    .companies-slider #slider {
        width: calc(100% + 5vw) !important;
        margin-left: -5vw;
    }

    .companies-slider #slider ul {
        height: 23vw;
    }

    .companies-slider #slider ul li {
        width: 28vw;
        height: 23vw;
        line-height: 20vw;
    }

    .companies-slider .container {
        padding: 0;
    }

    /*Page*/
    .page-title {
        padding: 0vw 5vw;
        font-size: 7vw;
        padding: 2vw 5vw 1vw 5vw;
        line-height: 7vw;
        text-align: right;
        margin-top: 6vw;
    }

    .page-desc {
        padding: 0vw 5vw;
        font-size: 2.5vw;
        line-height: 3.5vw;
        text-align: right;
    }

    .request-form {
        padding: 3vw 2vw;
        margin: 5vw 3vw;
    }

    /*Location*/
    .location-container .location-content {
        max-width: 90%;
    }

    .location-container .location-content .location-item {
        font-size: 3.5vw;
        margin: .7vw .3vw;
    }

    /*Download*/
    .download-container {
        margin: 6vw 0;
    }

    .download-container .download-by-device img {
        width: 28vw;
    }


    .download-container .download-common a {
        font-size: 4vw;
    }

    hr {
        width: 70%;
    }

    .page-info {
        font-size: 3.5vw;
        max-width: 90vw;
    }

    /*---Form---*/
    .form .form-item {
        margin: 0 0 2vw 0;
    }

    .form .form-item .form-header {
        font-size: 3vw;
        padding-left: 5vw;
    }

    .form .form-item .form-content {
        padding: 1vw 1.2vw 1vw 1vw;
        margin: 1vw 0 2vw 0;
    }

    .form .form-item .form-content img {
        right: 3vw;
        margin-top: 3.5vw;
        width: 2.5vw;
    }

    /*input*/
    .form .form-input {
        font-size: 3vw;
        height: 10vw;
        padding: 0 6vw 0 3vw;
    }

    /*radio*/
    .form .form-radio-content .form-radio {
        padding: 2vw 3vw;
        font-size: 3vw;
    }

    .form .form-radio-content .form-radio input {
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .form .form-radio-content span {
        margin-top: 1vw;
    }

    /*select*/
    .select2 .select2-selection {
        padding: 0 6vw 0 2vw;
        height: 10vw;
    }

    .select2 .select2-selection__placeholder {
        font-size: 3vw;
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 90vh;
    }

    /*checkbox*/
    .form .form-check {
        line-height: 4vw;
    }

    .form .form-check input {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .form .form-check span {
        font-size: 2.5vw;
    }

    .form .form-submit button {
        font-size: 3vw;
        padding: 1vw 0;
    }

    /*select*/
    .select2-results__option--selectable {
        font-size: 3vw;
    }

    .select2-results__option.loading-results {
        font-size: 3vw;
    }

    .select2-dropdown {
        border: 1px solid #eee;
        box-shadow: 0 0 5px #949494;
        border-radius: 5px;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        padding: 2vw 8vw 2vw 8vw;
        font-size: 3vw;
        color: #E53716;
        background: #FCEFEC;
        width: 88%;
    }

    .select2-results__option select2-results__message {
        text-align: center;
    }

    .select2-results__message {
        font-size: 2.5vw;
        padding: 10vw 7vw;
        background-position: center 2vw;
        background-size: 6vw;
    }


    .select2-container--open {
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        position: fixed !important;
        z-index: 1000;
    }

    .select2-container--open .select2-dropdown {
        width: 100% !important;
        height: 100%;
    }

    .select2-container--open .close {
        z-index: 100001;
        position: absolute;
        right: 2vw;
        top: 2vw;
        display: initial;
    }

    .select2-container--open .close img {
        width: 6vw;
    }

    .select2-container--open .search {
        z-index: 100001;
        position: absolute;
        left: 2vw;
        top: 2vw;
        display: initial;
    }

    .select2-container--open .search img {
        width: 6vw;
    }

    .select2 .select2-selection__rendered {
        font-size: 2.5vw;
    }

    /*Profile Page*/
    .profile-page{
        margin-top:20vw
    }
    
    .profile-page .container {
        max-width: 100%;
    }

    .profile-page .page-title {
        margin-left: 0;
        font-size: 5vw;
        margin-top: -5vw;
        padding: 2vw 3vw 1vw 3vw;
    }

    .profile-page .page-desc {
        font-size: 5.5vw;
        line-height: 3.5vw;
        margin-left: 0;
        padding: 0 3vw;
        margin-top: 20px;
    }

    /*SelectCity Page*/
    .select-city-page .container {
        max-width: 100%;
    }

    .select-city-page .page-title {
        margin-left: 2vw;
        font-size: 5vw;
        margin-top: 1vw;
        text-align: left;
    }

    .select-city-page .page-desc {
        font-size: 3.5vw;
        line-height: 4.5vw;
        margin-left: 2vw;
        text-align: left;
    }

    .select-city-page .page-desc h1 {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }

    .select-city-page .form .form-item {
        max-width: 100%;
    }

    /*Hızlı Talep*/
    .hizli-teklif-container .title {
        font-size: 6vw;
    }

    /*HomePage*/
    .home-page .container {
        max-width: 100%;
    }

    .home-page .carousel-indicators {
        display: none;
    }

    .home-page .header1 {
        font-size: 6.5vw;
        line-height: 7vw;
    }

    .home-page .header2 {
        font-size: 4.5vw;
        line-height: 5.5vw;
        margin-top: 6vw;
    }

    .home-page .header3 {
        font-size: 3vw;
    }

    .home-page .text1 {
        font-size: 2.7vw;
    }

    .home-page .text2 {
        font-size: 2.7vw;
        line-height: 4vw;
    }

    .box-container {
        width: 100%;
        height: 25vw;
    }

    .box-container a .box-item {
        height: 25vw;
    }

    .box-container a .box-item img {
        width: 17vw;
        height: 12vw;
    }

    .box-container a .box-item .box-content {
        font-size: 2.9vw;
    }

    .box-container a .box-item .box-content .title {
        min-height: 9vw;
        padding: 0;
    }

    .home-page .container1 {
        padding-top: 4vw;
    }

    .home-page .container2 {
        display: initial;
    }

    .home-page .container2 .part {
        padding-left: 4vw;
    }

    .home-page .container2 .part:nth-child(1) {
        text-align: right;
    }

    .home-page .container3 .part1 img {
        width: 27vw;
    }

    .home-page .container4 {
        display: initial;
    }

    .home-page .container4 .part2 img {
        margin-left: -1vw;
        width: 94vw;
        height: calc(94vw / 1.1);
    }

    .home-page .container3 .part2 .download a {
        font-size: 2.5vw;
        padding: 1.8vw 3vw;
    }

    .home-page .container3 .part2 .downloadByDevice img {
        width: 14vw;
        height: calc(14vw / 3.37);
    }

    .home-page .container5 {
        display: grid;
    }

    .home-page .container5 .part1 {
        order: 2;
    }

    .home-page .container5 .part2 {
        padding: 0;
        order: 1;
    }

    .home-page .container5 .part1 img {
        width: 94vw;
        height: 94vw;
    }

    .home-page .container6 {
        display: initial;
    }

    .home-page .container6 .part1 {
        padding: 0;
    }

    .home-page .container6 .part2 img {
        width: 94vw;
        height: 94vw;
    }

    .home-page .container7 {
        display: grid;
    }

    .home-page .container7 .part1 {
        order: 2;
    }

    .home-page .container7 .part1 img {
        width: 94vw;
        height: 94vw;
    }

    .home-page .container7 .part2 {
        padding: 0;
        order: 1;
    }

    .home-page .part {
        margin: 3vw 0;
    }

    .fastRequest .form {
        margin: 5vw 3vw;
    }

    .fastRequest .form .form-item {
        max-width: 100%;
    }

    .fastRequest .form .form-title {
        font-size: 3.5vw;
    }

    .fastRequest .form .select2 .select2-selection {
        height: 7vw;
    }

    .fastRequest .form .select2 .select2-selection__placeholder {
        font-size: 2.3vw;
    }

    .fastRequest .form .form-input {
        font-size: 2.3vw;
        height: 7vw;
        padding: 0;
    }

    .fastRequest .form .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
    }

    .fastRequest .form .form-submit button {
        min-width: 21vw;
        font-size: 3vw;
    }

    .home-page .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 1.2vw;
    }

    .paging {
        margin-bottom: 6vw;
    }

    .paging .paging-item {
        font-size: 3vw;
        padding: 1vw 1.8vw;
    }

    nav ol li {
        font-size: 3.2vw;
    }

    nav ol li a {
        font-size: 3.2vw;
    }

    nav ol li h1 {
        line-height: 3vw;
    }


    .alert .alert-content .alert-msg {
        padding: 5vw;
        max-width: 60vw;
    }

    .alert .alert-content .alert-msg .alert-text {
        font-size: 3vw;
    }

    .alert .alert-content .alert-msg .close {
        width: 5vw;
    }

    .left-menu .logo {
        padding: 2vw 3vw;
    }

    .left-menu .logo img {
        width: 19vw;
        height: calc(19vw / 2.84);
    }

    .left-menu .close {
        padding: 2vw 1vw;
    }

    .left-menu .close img {
        width: 7vw;
        height:calc(7vw / 1.2);
    }

    /*Request Success*/
    .request-success .success-container .success-icon img {
        width: 50vw;
        margin-top: -20vw;
    }

    .request-success .success-container .success-title {
        font-size: 3vw;
    }

    .request-success .success-container .success-text {
        font-size: 2.5vw;
    }

    /*ContactPhone*/
    .contact-phone {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 3vw;
    }


    .contact-phone a {
        font-size: 6vw;
        width: 100%;
        padding: 2vw 2vw 2vw 15vw;
    }

    .contact-phone.whatsapp a {
        font-size: 4vw;
        padding: 2vw 0;
    }

    .contact-phone a img {
        width: 16vw;
        margin-right: 7vw;
    }

    .contact-phone.whatsapp a img {
        margin: 0 2vw;
        width: 9vw;
    }

    .whatsapp-icon {
        bottom: 19vw;
    }

    .whatsapp-icon a img {
        width: 10.7vw;
        height: 10.7vw;
    }

    .loader .loader-content img {
        width: 50vw;
    }

    /*NotFound*/
    .page-not-found .not-found-container {
        max-width: 80vw;
    }

    .page-not-found .not-found-container .not-found-icon img {
        width: 20vw;
    }

    .page-not-found .not-found-container .not-found-header {
        font-size: 4vw;
    }

    .page-not-found .not-found-container .not-found-text {
        font-size: 3vw;
    }

    /*Silence Notification*/
    .silence-offer-sms .cancel-button {
        padding: 5vw 3vw;
    }

    .silence-offer-sms .cancel-button button {
        padding: 1vw 6vw;
        font-size: 3.2vw;
    }

    .silence-offer-sms .cancel-button a {
        font-size: 3.5vw;
    }

    .chekici-tanitim .play-btn {
        margin-top: -40px;
    }

    .chekici-tanitim .play-btn img {
        width: 35px;
        height: 35px;
    }

    .chekici-tanitim .play-btn .desc {
        font-size: 14px;
        margin-top: 10px;
    }

    .chekici-tanitim iframe {
        width: 100%;
        height: 50vw;
    }
    .companies-slider #slider ul li img{
        max-width: 113px;
        width: 113px;
        max-height: 113px;
        height: 113px;
        object-fit: contain;
    }

    .oto-cekici-img{
        width:150px;
        height:150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language_area .link-item .select img{
        width: 30px;
    }
    .home-page .header1 p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .changeLanguage img {
        width: 25px;
        margin: 2vw;
    }
    .link_item_ul_payment{
        right: 5%;
    }
    .downloadByDevice{
        margin-top: 30px;
    }
    .companies-slider #slider ul li img{
        max-width: 148px;
        width: 148px;
        max-height: 148px;
        height: 148px;
        object-fit: contain;
    }
    .oto-cekici-img{
        width:250px;
        height:250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .language_area .link-item .select img{
        width: 30px;
    }
    .downloadByDevice{
        margin-top: 30px;
    }
    .companies-slider #slider ul li img{
        max-width: 113px;
        width: 113px;
        max-height: 113px;
        height: 113px;
        object-fit: contain;
    }
    .oto-cekici-img{
        width:250px;
        height:250px;
    }
}

@media only screen and (min-width: 1200px) {
    /*Location*/
    .location-container .location-content {
        max-width: 85vw;
    }
  
    .language_area .link-item .select img{
        width: 30px;
        
    }
    .footer .footer-partials .partial-item:nth-child(1) .partial-title{
        margin-right: 0px;
    }
    .location-container .location-content .location-item {
        font-size: 1vw;
        padding: .5vw;
    }

    /*download*/
    .download-container .download-by-device img {
        width: 8vw;
    }

    .download-container .download-common a {
        font-size: 1vw;
        padding: .5vw 3vw;
    }

    hr {
        width: 30%;
    }

    .page-info {
        font-size: 1vw;
        max-width: 60vw;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    /*Profile Page*/
    .profile-page .container {
        max-width: 95%;
    }

    /*Profile Page*/
    .select-city-page .container {
        max-width: 80%;
    }

    .paging .paging-item {
        padding: 1vw 1.2vw;
    }

    .custom-modal .modal-header h3 {
        font-size: 1.5vw;
    }

    .custom-modal .modal-body {
        font-size: 1.2vw;
    }

    /*Request Success*/
    .request-success .success-container {
        max-width: 50vw;
        padding: 1vw;
    }

    .request-success .success-container .success-icon img {
        width: 15vw;
        margin-top: -9vw;
    }

    .request-success .success-container .success-title {
        font-size: 1.4vw;
    }

    .request-success .success-container .success-text {
        font-size: 1vw;
    }

    /*ContactPhone*/
    .contact-phone a {
        font-size: 1.5vw;
        padding: 1vw 1vw 1vw 5vw;
    }

    .contact-phone.whatsapp a {
        font-size: 1vw;
    }

    .contact-phone a img {
        width: 4.7vw;
        margin-right: 2vw;
    }

    .contact-phone.whatsapp a img {
        width: 2.7vw;
    }

    .whatsapp-icon {
        bottom: 6vw;
    }

    .whatsapp-icon a img {
        width: 3.7vw;
        height: 3.7vw;
    }

    /*Silence Notification*/
    .silence-offer-sms .cancel-button button {
        padding: .3vw 6vw;
        font-size: 1.2vw;
    }

    .silence-offer-sms .cancel-button a {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 320px){
    .companies-slider #slider ul li img{
        max-width: 80px;
        width: 80px;
        max-height: 80px;
        height: 80px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 425px){
    .companies-slider #slider ul li img{
        max-width: 90px;
        width: 90px;
        max-height: 90px;
        height: 90px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 470px){
    .companies-slider #slider ul li img{
        max-width: 113px;
        width: 113px;
        max-height: 113px;
        height: 113px;
        object-fit: contain;
    }
}

.kristy-grup-tab{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.kristy-grup-tab img{
    width: 140px;
}

.kristy-grup-tab span{
    font-size: 17px;
    margin-top: 3px;
    margin-left: 9px;
    color: #ffffff;
}

.logo-mobile{
    margin-top: 5vw;
    display: flex;
    justify-content: center;
}
.logo-mobile img{
    width: 14vw;
    height: calc(14vw / 2.75);
}

.kristy-grup-tab-mobile{
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.kristy-grup-tab-mobile img{
    margin-right: 10px;
    width: 115px;
}

.kristy-grup-tab-mobile span{
    font-size: 2.5vw;
}

@media only screen and (max-width: 767px){

    .logo-footer{
        display: none;
    }

    .kristy-grup-tab-mobile{
        display: flex;
    }
    
}

@media only screen and (min-width: 768px){
    .logo-mobile{
        display: none;
    }
}


p
{
	color: black !important;
	text-align: center;
	letter-spacing: 1.5px;
	font-weight: 500;
	line-height: 1.2;
	font-size: 14px;
	font-family: Arial, Times, Calibri;
	
	
}

h3
{
	color: black;
	font-weight: bold;
	text-align: center;
	padding-top: 2vh;
}


.altin
{
	position: fixed;
    bottom: 5vh;
    width: 100%;
}

.altina1
{
	background-color: #eb401c;
	color: white;
	text-align: center;	
	width: 97%;
	display: block;
    margin-left: auto;
    padding: 5px;
    border-radius: 3px;
}

.altina2
{
	background-color: #047028;
	color: white;
	text-align: center;
	width: 97%;
	display: block;
    margin-right: auto;
    padding: 5px;
    border-radius: 3px;
}