﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root{
	--fontNormal: "Montserrat", sans-serif;
	--fontBold: "Montserrat", sans-serif;
	--fontBook: "Montserrat", sans-serif;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,label,p{
	margin-bottom: 0
}
body{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #5D6469;
	user-select: #000;
}
::selection {
  color: #fff ;
  background: #FEAE2A;
}
::-moz-selection {
  color: #fff ;
  background: #FEAE2A;
}
header{
	width: 100%;
	height: 142px;
	background-color: #fff;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(82, 84, 85, 0.8);
	z-index: 99;
}
.headerSocial{
	position: absolute;
	right: 80px;
	display: none;
}
.headerSocial ul{
	width: 70px;
	display: flex;
	flex-wrap: wrap;
}
.headerSocial ul li{
	list-style: none;
	margin: 3px;
}
.leftHeader{
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
  	width: 100%;
  	height: 142px;
  	display: flex;
  	align-items: center;
  	border-right: 1px solid rgba(82, 84, 85, 0.8);
}
.leftHeader img{
	width: 222px;
	height: 63px;
	object-fit: cover;
}

.rightHeader{
	width: 100%;
	height: 142px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rightHeader ul{
	display: flex;
}

.rightHeader ul li{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	list-style: none;
	margin-right: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.rightHeader ul li div.userBox {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.rightHeader ul li div label{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	list-style: none;
	margin-right: 100px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	user-select: none;
}
.rightHeader ul li:nth-last-child(1){
	margin-right: 0;
}
.rightHeader ul li:nth-last-child(2){
	margin-right: 105px;
}
.rightHeader ul li:nth-child(1) div label{
	background-color: #FEAE2A;
	font-size: 30px;
	color: #fff;
}

.rightHeader ul li:nth-child(2){
	border: 1px solid #707070;
	font-size: 14px;
}
.userBox div{
	min-width: 100px;
}
.userDropdown{
	width: 250px;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 97px;
	right: 0;
	-webkit-box-shadow: -12px 3px 22px -1px rgba(0,0,0,0.59); 
	box-shadow: -12px 3px 22px -1px rgba(0,0,0,0.59);
	z-index: 999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	display: none;
}
.userDropdown ul{
	display: block;
	width: auto;
	padding: 30px;
}
.userDropdown ul li{
	list-style: none;
	border: none !important;
	width: auto;
	height: auto;
	margin-right: 0 !important;
	display: block;
	margin-bottom: 14px;
}
.userDropdown ul li:nth-last-child(1){
	margin-bottom: 0;
}
.userDropdown ul li a{
	border: none;
	font-size: 15px;
	font-weight: 500;
	color: #444D53;
}
.userDropdown ul li a:hover{
	color: #FEAE2A;
}
.signOut button{
	width: 100%;
	height: 75px;
	background-color: #444D53;
	color: #fff;
	outline: none;
	border: none;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.ui.dropdown{
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
}
.ui.dropdown>.dropdown.icon{
	margin: 0;
}

.menuBtn span{
	width: 27px;
	height: 3px;
	background-color: #5D6469;
	display: block;
	margin-bottom: 8px;
	transition: 0.3s
}

.menuBtn span.centerMB{
	transform: translateX(8px);
	background-color: #FEAE2A
}
.menuBtnCloseS span.centerMB, .menuBtnCloseS2 span.centerMB{
	display: none;
}
.menuBtnCloseS span, .menuBtnCloseS2 span{
	transition: 0.3s
}
.menuBtnCloseS span:nth-child(1), .menuBtnCloseS2 span:nth-child(1){
	transform: rotate(41deg) translate(6px,0px);
	background-color: #FEAE2A
}
.menuBtnCloseS span:nth-child(3), .menuBtnCloseS2 span:nth-child(3){
	transform: rotate(128deg) translate(-8px,0px);
}
.rightHeader ul li .dropdownMenu{
	position: absolute;
	width: 442px;
	height: 500px;
	top: 95px;
	right: 0;
	display: none;
	flex-direction: column;
	align-items: flex-end;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-box-shadow: -12px 3px 22px -1px rgba(0,0,0,0.59); 
	box-shadow: -12px 3px 22px -1px rgba(0,0,0,0.59);
	z-index: 999
}

.rightHeader ul li .dropdownMenu ul{
	display: block;
	text-align: right;
	margin: 40px 0;
	width: 100%;
}

.rightHeader ul li .dropdownMenu ul li{
	width: 100%;
	height: 52px;
	border: none;
	background-color: transparent;
	margin-right: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 20px;
	border-radius: 0;
	margin-bottom: 5px;
	padding: 0 40px
}
.rightHeader ul li .dropdownMenu ul li a{
	color: #444D53
}
.rightHeader ul li .dropdownMenu ul li:hover{
	background-color: #F5F5F5 
}

.rightHeader ul li .mC{
	width: 100%;
	
}
.rightHeader ul li .mC ul{
	padding: 24px 30px;
	border-top: 1px solid #FEAE2A;
	border-bottom: 1px solid #FEAE2A;
}
.rightHeader ul li .mC ul li{
	height: 30px;
	font-size: 13px;
	margin-bottom: 0;
	padding: 0;
}
.rightHeader ul li .mC ul li:hover{
	background-color: transparent;
}
.rightHeader ul li .mC ul li a{
	color: #909090
}

.rightHeader ul li .priceType ul{
	display: flex !important;
	margin: -20px 0 20px 0;
	padding: 0 26px 0 30px;
	justify-content: flex-end;
}

.rightHeader ul li .priceType ul li{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #CECECE;
	margin-right: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}


.rightHeader ul li .priceType ul li.activePriceType{
	background-color: #FEAE2A;
	border-color: #FEAE2A
}

.bellowFooter{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
	position: fixed;
	bottom: 0;
	padding-top: 23px;
	display: none;
	z-index: 999;
}

.bellowFooter ul{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.bellowFooter ul li{
	list-style: none;
	display: inline-block;
	color: #ccc
}

.bellowFooter ul li a{
	color: #ccc
}

.footerDropdown{
	position: absolute;
	width: 90%;
	height: 500px;
	top: -860%;
	right: 50%;
	left: 50%;
	transform: translate(-50%);
	display: none;
	flex-direction: column;
	align-items: flex-end;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-box-shadow: -12px 3px 22px -1px rgba(0,0,0,0.59); 
	box-shadow: -12px 3px 22px -1px rgba(0,0,0,0.59);
}

.footerDropdown ul{
	display: block;
	text-align: right;
	margin: 40px 0;
	width: 100%;
}

.footerDropdown ul li{
	width: 100%;
	height: 52px;
	border: none;
	background-color: transparent;
	margin-right: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 20px;
	border-radius: 0;
	margin-bottom: 5px;
	padding: 0 40px
}
.footerDropdown ul li a{
	color: #444D53
}
.footerDropdown ul li:hover{
	background-color: #F5F5F5 
}

.mC{
	width: 100%;
	
}
.mC ul{
	padding: 24px 30px;
	border-top: 1px solid #FEAE2A;
	border-bottom: 1px solid #FEAE2A;
}
.mC ul li{
	height: 30px;
	font-size: 13px;
	margin-bottom: 0;
	padding: 0;
}
.mC ul li:hover{
	background-color: transparent;
}
.mC ul li a{
	color: #909090
}

.priceType ul{
	display: flex !important;
	margin: -20px 0 20px 0;
	padding: 0 26px 0 30px;
	justify-content: flex-end;
}

.priceType ul li{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #CECECE;
	margin-right: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}


.priceType ul li.activePriceType{
	background-color: #FEAE2A;
	border-color: #FEAE2A
}

.title, .title2{
	width: 100%;
	position: relative;
}
.title label, .title2 label{
	width: 100%;
	text-align: center;
	font-size: 37px;
	position: relative;
	font-weight: 700;
	line-height: 44px;
}
.title label:before, .title label:after{
	content: " ";
	position: absolute;
	top: 50%;
	width: 15%;
	height: 1px;
	background-color: #5D6469
}
.title label:before{
	left: 0;
}
.title label:after{
	right: 0
}
.title p, .title2 p{
	max-width: 537px;
	font-size: 13px;
	font-weight: 300;
	margin: 25px auto;
	text-align: center;
}
.section1{
	padding-top: 142px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,247,255,1) 35%);
}


.filterDataBox{
	width: 100%;
	padding: 7px
}
.filterDataBox label{
	color: #525455;
	font-size: 15px;
	padding-left: 55px;
	margin-bottom: 30px;
}
.text{
	text-align: left;
	width: 100%;
}

.filterDataBox select{
	border: none;
}

.filterData{
	min-height: 120px;
	max-height: 120px;
	padding: 25px 40px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 7px 10px #BABABA7E;
}


 .filterData img{
 	margin-bottom: 12px;
 	padding-left: 15px;
 }

.filterData input{
	text-align: center;
	outline: none;
	border: none;
	width: 100%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button{
    border: 1px solid #fff;
    background: #fff;
    font-weight: normal;
    color: #454545;
    font-size: 17px;
    text-align: center;
    padding: 3px;
}
html .ui-button.ui-state-disabled, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
	background: #3395ff
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #3343f0;
	background: #ffff;
	font-weight: normal;
	color: #2b2b2b;
	border-radius: 7px;
	font-weight: 700;
}
#ui-datepicker-div{
	width: 80%;
}
.ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
    color: #333333;
    font-weight: 700;
}
.filterBellow{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-left: 50px;
	flex-wrap: wrap;
}
.filterBellow label{
	font-weight: 300;
	font-size: 13px;
	cursor: pointer;
	display: flex;
	align-items: center;
	user-select: none;
}
.filterBellow label input{
	width: 25px;
	height: 25px;
	border: 1px solid #707070;
	border-radius: 50%;
	-webkit-appearance: none;
	margin-right: 15px;
}
.filterBellow label input:checked {
    background-color: #FEAE2A;
}
.filterBellow .filterBtns{
	display: flex;
}
.filterBellow .filterBtns button{
	width: 171px;
	height: 50px;
	border-radius: 25px;
	border: none;
	outline: none;
}
.filterBellow .filterBtns button:nth-child(1){
	font-weight: 300;
	font-size: 13px;
	background-color: #fff;
	color: #000000;
	margin-right: 15px;
	border: 1px solid #707070;
}
.filterBellow .filterBtns button:nth-child(2){
	font-weight: 700;
	font-size: 13px;
	background-color: #FEAE2A;
	color: #fff;
	letter-spacing: 0.5px;
}
.gift{
	width: 100%;
	display: flex;
	justify-content: center;
	
	text-align: center;
	flex-direction: column;
}

.gift i{
	color: #FEAE2A;
	font-size: 100px;
}
.promoData{
	margin-top: 20px;
}
.promoData input{
	width: 100%;
	height: 40px;
	border: 1px solid #e4e8ed ;
	outline: none;
	background-color: #fff;
	padding: 0 10px;
}

.promoData button{
	background-color: #FEAE2A;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	height: 40px;
}

.promoData button:hover{
	color: #fff;
}

.donusYeri{
	display: none;
}

.owlTopRight{
	width: 100%;
	min-height: 100%;
	background-color: #5D6469;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}

.owlTopRight label{
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	z-index: 2;
}

.owlTopRight p{
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	display: block;
	margin-top: 10px;
	z-index: 2;
}

.owlTopRight a{
	width: 171px;
	height: 67px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #444D53;
	border-top-left-radius: 25px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.owlTopRight a i.anim{
	transition: .3s;
}

.owlTopRight a:hover  i.anim{
	transition: .3s;
	transform: translateX(7px);
}

.owlTopRight:before{
	content: "%";
	font-size: 227px;
	position: absolute;
	z-index: 1;
	color: #676d72;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
}
.owlTopRight:after{
	content: " ";
	font-size: 94px;
	position: absolute;
	z-index: 1;
	color: #676d72;
	left: 75%;
	top: 30%;
	transform: translate(-50%);
}

.homePageOwl.owl-theme .owl-nav{
	width: 111%;
	display: flex;
	justify-content: space-between;
	transform: translate(-60px, -154px);
}

.centeredOwl1Img{
	padding: 80px;
	margin-bottom: 45px;
	max-height: 315px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.centeredOwl1 .owl-item.active.center .centeredOwl1Img{
	background-color: #000;
	border-radius: 25px;
	background-color: #FEAE2A;
}

.centeredOwlContent{
	text-align: center;
	padding: 0 20px;
}

.centeredOwlContent span{
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.centeredOwlContent label{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 10px;
}

.centeredOwlContent p{
	color: #000000;
	font-size: 13px;
	font-weight: 300;
}

.img{
	width: 100%;
	position: relative;
}

.img img{
	width: 100%;
	object-fit: cover;
}

.section2{
	position: relative;
	width: 100%;
}

.section2:after{
	content: " ";
	width: 50%;
	height: 250px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("/App_Themes/Entacars/img/LeftCarH.svg");
	background-repeat: no-repeat;
	z-index: -1;
}
.section2:before{
	content: " ";
	width: 345px;
	height: 250px;
	position: absolute;
	right: 0;
	top: 50%;
	background-image: url("/App_Themes/Entacars/img/RightCarH.svg");
	background-repeat: no-repeat;
	z-index: -1;
}

.linkTo{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.linkTo a{
	width: 171px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #707070;
	border-radius: 25px;
	color: #000000;
	font-size: 13px;
	font-weight: 300;
}
.kiralamaCon{
	margin-bottom: 50px;
	transition: .3s;
}
.leftKiralamaBolge{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #444D53;
	color: #FFFFFF;
}

.leftKiralamaBolge div label{
	font-size: 20px;
	font-weight: 700;
}
.leftKiralamaBolge div label span{
	font-size: 14px;
	font-weight: 300;
}

.leftKiralamaBolge div p{
	margin-top: 22px;
	max-width: 150px;
	font-size: 14px;
	font-weight: 300;
}
.kiralamaImg{
	background-color: #444D53;
}
.rightKiralamaBolge{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #F2F1F1;
	transition: .3s;
}

.countBel label{
	width: 69px;
	height: 69px;
	border-radius: 50%;
	border: 2px solid #444D53;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rightKiralamaBolge a{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d9d9da;
	border-top-left-radius: 25px;
	color: #444D53;

	transition: .3s;
}
i.anim{
	transition: .3s;
}
.rightKiralamaBolge a:hover i.anim{
	transition: .3s;
	transform: translateX(7px);
}

.kiralamaCon:hover .rightKiralamaBolge{
	background-color: #FEAE2A;
	transition: .3s;
}

.kiralamaCon:hover .rightKiralamaBolge a{
	transition: .3s;
	background-color: #444D53;
	color: #fff;
}
.blogHomeCon{
	margin-bottom: 20px;
}
.homeBlogContent{
	width: 100%;
	height: 100%;
	display: flex;
	padding-left: 50px;
	align-items: center;
	color: #fff;
}

.homeBlogContent1{
	background-color: #444D53;
}
.homeBlogContent2{
	background-color: #2171AA;
	box-shadow: 0px 7px 10px #00000005;
}

.homeBlogContent label{
	font-size: 26px;
	font-weight: 700;
}

.homeBlogContent p{
	font-size: 15px;
	font-weight: 300;
	max-width: 221px;
	margin-top: 10px;
}

footer{
	width: 100%;
	background-color: #444D53;
	padding-top: 70px;
	padding-bottom: 50px;
}
.leftFooter img{
	width: 184px;
}
.leftFooter p{
	color: #fff;
	max-width: 180px;
	font-size: 13px;
	font-weight: 300;
	margin: 60px 0 35px 0;
	display: block;
}
.footerSocial ul{
	display: flex;
}

.footerSocial ul li{
	list-style: none;
	margin-right: 6px;
}

.footerSocial ul li img{
	width: 25px;
}

.footerLink ul li{
	list-style: none;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 500;
	transition: 0.3s;
}
.footerLink ul li:nth-child(1){
	color: #FEAE2A;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin-bottom: 40px;
	transform: translateX(0px) !important;
}
.footerLink ul li:hover{
	transition: 0.3s;
	transform: translateX(7px);
}
.footerLink ul li:hover a{
	color: #FEAE2A;
	transition: 0.3s;
}
.footerLink ul li a{
	color: rgba(255, 255, 255, .5);
	letter-spacing: 0.4px;
}
.bottomFooter{
	width: 100%;
	margin-top: 80px;
	padding-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.bottomFooterBox {
	width: 100%;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bottomFooterBox a{
	width: 100%;
	display: flex;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}

.bottomFooterBox a img{
	width: 25px;
	margin-right: 15px;
}

.subFooter{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.subFooter div{
	display: flex;
}

.subFooter div a{
	color: #444D53;
	margin-right: 15px;
}

.toTop{
	position: fixed;
	right: 20px;
	bottom: 50px;
	color: #444D53;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	user-select: none;
}

.toTop i{
	margin-bottom: 20px;
	font-size: 20px;
}

.toTop.toTopActive{
	display: flex;
	z-index: 999;
}

.fixedContact{
	width: 62px;
	height: auto;
	background-color: #FEAE2A;
	border-radius: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	top: 40%;
	padding: 20px 0;
	z-index: 999;
}

.fixedContact ul li{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	list-style: none;
	background-color: #fff;
	color: #FEAE2A;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.fixedContact ul li a{
	color: #FEAE2A;
}

.fixedContact ul li:nth-last-child(1){
	margin-bottom: 0;
}

.section1Page2{
	color: #fff !important;
	width: 100%;
	background-color: #5D6469 !important;
	position: relative;
	padding-bottom: 40px;
}
.section1Page2:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	background-image: url("/App_Themes/Entacars/img/page2FilterBg.svg") !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-position: 0 235px !important;
	z-index: -1;
}
.section1Page2 label, .section1Page2 .title label{
	color: #fff !important;
}
.section1Page2.section1{
	background: none;
}

.section1Page2 .title label:before,.section1Page2 .title label:after{
	background-color: #fff;
}
.section1Page2 .filterData{
	box-shadow: none;
}

.section1Page2 .filterBellow label input{
	border-color: #fff;
}
.rentCarListBox{
	padding: 15px !important;
}
.rentCarList{
	width: 100%;
	min-height: 156px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 7px 10px #00000005;
	display: flex;
	align-items: center;
	padding: 15px;
}

.rentCarListImg{
	padding: 0 30px;
}

.aboutRentCar{
	width: 100%;
	min-height: 126px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.aboutRentCar label{
	font-size: 15px;
}

.aboutRentCar p{
	font-size: 12px;
	font-weight: 300;
}

.aboutRentCar ul{
	display: flex;
}

.aboutRentCar ul li{
	display: flex;
	margin-right: 30px;
	font-size: 13px;
	font-weight: 300;
}

.aboutRentCar ul li img{
	margin-right: 11px;
}

.aboutRentCar ul li:nth-last-child(1){
	margin-right: 0;
}

.rightCarRent{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.rightCarRent span{
	font-size: 12px;
	font-weight: 300;
}

.rightCarRent label{
	font-size: 20px;
	color: #FEAE2A;
}
.sectionpage2-1{
	padding-top: 242px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,247,255,1) 35%);
}

.rezervButton{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #5D6469;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
.leftRezerv div{
	display: flex;
	align-items: center;
}
.leftRezerv span{
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FEAE2A;
	border-radius: 50%;
	margin-right: 35px;
}

.rezervButton a{
	color: #fff;
	background-color: #FEAE2A;
	border-radius: 27px;
	width: 242px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3;
}
.rezervButton a:hover i.anim{
	transform: translateX(7px);
}

.rezervCarImg img{
	border-radius: 25px;
	-webkit-box-shadow: 0px 31px 27px 1px rgba(0,0,0,0.3); 
box-shadow: 0px 31px 27px 1px rgba(0,0,0,0.3);
}

.rezervCarImg {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
	margin-bottom: 100px;
}

.rezervCarImg label{
	font-size: 30px;
	font-weight: 700;
}

.rezervCarImg p{
	max-width: 414px;
	font-size: 15px;
	font-weight: 300;
	margin-top: 18px;
}

.article p{
	font-weight: 300;
	font-size: 15px;
}

.faqs-container{
    overflow: hidden;
    margin-top: var(--mR20);
    margin-bottom: var(--mR20);
}
.faq-singular {
    position: relative;
    border-bottom: 1px solid #A5A398;
    padding: 0 20px 0 0;
    margin-top: 50px;
}
.faq-singular .faq-question {
    position: relative;
	
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    font-size: 22px;
    text-align: left;
}
.faq-singular .faq-question h6{
	font-weight: 700;
	font-size: 30px;
}
.faq-singular .faq-question .commentFaq{
	font-size: 15px;
	margin-top: 30px;
	font-weight: 300;
	max-width: 800px;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: url(/App_Themes/Entacars/img/topIcon.svg);
    color: #808080;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--fz25);
    font-weight: 700;
    transition: all .5s;
}
.faq-singular.active .faq-question:before {
    content: url(/App_Themes/Entacars/img/downIcon.svg);
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
    text-align: left;
}


.faqCon{
	width: 100%;
	background-color: #F2F1F1;
	border-radius: 20px;
	min-height: 154px;
	display: flex;
	align-items: center;
	padding: 20px;
	margin: 30px 0;
}

.faqImg{
	width: 100%;
	display: flex;
	align-items: center;
}

.faqImg img{
	width: 100px;
	margin-right: 70px;
}

.faqImg label{
	font-size: 22px;
	font-weight: 700;
}
.rezervYapFaq{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.rezervYapFaq a{
	width: 242px;
	height: 54px;
	background-color: #E0E0E0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444D53;
	letter-spacing: 0.5px;
}

.rezervYapFaq a:hover i.anim{
	transform: translateX(7px);
}

.searchContainerPage{
	border: none;
	border-bottom: 1px solid #e4e8ed;
	width: 100% !important;
	padding: 50px 0;
}

.formData{
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
}
.formData span{
	position: absolute;
	top: 34px;
	margin-left: 5px;
	color: #000;
	font-size: 20px;
	z-index: 1;
	left: 0
}
.formData select{
	width: 100%;
	height: 40px;
	border: 1px solid #e4e8ed;
	outline: none;
}
.formData button{
	background-color: #FEAE2A;
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
	align-items: center;
	border-radius: 10px;
	outline: none;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.formData.formDataTime{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.dateData{
	padding: 0 5px;
}
.dateData input{
	width: 100%;
	height: 40px;
	outline: none;
	border: 1px solid #D1D4D8 !important;
	padding: 0 25px;
	position: relative;
	border-radius: 10px;
}

.formData .filterImg{
	width: 21px;
	position: absolute;
	bottom: 10px;
	left: 5px;
	z-index: 2;
}

.ui.search.dropdown.active>input.search, .ui.search.dropdown.visible>input.search{
	border: 1px solid #D1D4D8 !important;
}


.carFilterPageBox{
	width: 100%;
	padding: 20px;
	border: 1px solid #e4e8ed;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}

.filterPageBtn{
	font-size: 18px;
	cursor: pointer;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D4DAE0;
}
.filterPageBox{
	display: none;
}
.filterPageBox ul{
	margin-bottom: 0;
	margin-top: 10px;
}

.filterPageBox ul li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 300;
}

.filterPageBox ul li label{
	width: 100%;
	cursor: pointer;
}
.filterPageBox ul li label input{
	width: 20px;
}
.owlCarBox{
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.owlCarBox:hover{
	border: 1px solid #520997;
	transition: 0.3s;
}
.owlCarHeader{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.owlCarImg{
	width: 200px;
}
.owlCarImg img{
	width: 100%;
	object-fit: cover;
}

.owlCarHeader span{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #520997;
	color: #520997;
	border-radius: 50%;
	transition: 0.3s;
}

.owlCarHeader span:hover{
	background-color: #520997;
	color: #fff;
	transition: 0.3s;
}

.owlCarName{
	display: flex;
	flex-direction: column;
	line-height: 10px;
	margin-bottom: 20px;
}

.owlCarName label{
	font-weight: 700;
	font-size: 16px;
}

.owlCarName span{
	color: #949494
}

.owlCarProperties ul{
	display: flex;
}
.owlCarProperties ul li{
	list-style: none;
	margin-right: 20px;
	color: #949494
}

.owlCarPrice{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.owlCarPrice div{
	line-height: 5px;
}
.owlCarPrice div span{
	color: #949494
}
.owlCarPrice div label {
	background-color: #ffc107;
	position: absolute;
	right: -20px;
	color: #fff;
	height: 30px;
	padding: 0 20px 0 10px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.filterCarNotification{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #3343ee;
	padding: 0;
	min-height: 100px;
	color: #fff;
	align-items: center;
	padding: 0 30px;
	margin-top: 25px;
}

.notiLeft{
	display: flex;
	align-items: center;
}

.notiLeft span i{
	font-size: 30px;
	margin-right: 30px;
}

.notiLeft p{
	font-size: 16px
}

.notiLeft p span{
	text-decoration: underline;
}

.closeNotiFilter{
	cursor: pointer;
}
.carFiletContainer{
	width: 100%;
	min-height: 220px;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.filterCar{
	width: 100%;
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	border-right: 1px solid #D4DAE0;
}

.filterCar img{
	width: 100%;
	object-fit: cover;
}

.carName{
	display: flex;
	flex-direction: column;
	line-height: 16px;
}
.carName label{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}

.carName span{
	color: #949494
}

ul.CarProperties{
	display: flex;
	margin-bottom: 0;
}

ul.CarProperties li{
	list-style: none;
	font-weight: 700;
	margin-right: 20px;
	display: flex;
	font-size: 13px;
	font-weight: 300;
}

.carRightFilter {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 60px;
	/*margin-left: 30px;*/
	padding-left: 30px !important;
}
.carFiterLeft{
	position: relative;
	padding: 30px 0;
}
.carFilterBoxRight{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	padding: 15px 0;
	
}
.carFilterBoxRight h2{
	font-size: 23px;
	letter-spacing: 0.5px;
	color: #FEAE2A;
}
.carFilterBoxRight span{
	color: #525855;
	font-size: 13px;
	font-weight: 300;
}
.carFilterBoxRight div{
	line-height: 0px;
	text-align: right;
	padding-right: 30px;
}

.carFilterBoxRight button{
	width: 60%;
	margin: 0 30px;
	height: 50px;
	background-color: #fff;
	outline: none;
	border-radius: 10px;
	border: 1px solid #D1D4D8;
	color: #444D53;
	font-weight: 700;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 300;
}

.carFilterBoxRight button:hover{
	transition: 0.3s;
	background-color: #FEAE2A;
	color: #fff
}

.teklifVerBtn{
	position: absolute;
	right: 30px;
	top: 20px;
	text-decoration: underline;
	cursor: pointer;
	color: #3379f3
}
.rezervasyonTeklifCon{
	padding: 30px;
	display: none;
}
.rezervasyonData{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.rezervasyonData input{
	height: 50px;
	border: 1px solid #dedede;
	padding: 10px;
	outline: none;
	border-radius: 3px;
}

.otherData ul{
	display: flex;
	flex-wrap: wrap;
}
.otherData ul li{
	min-width: 100px;
	max-width: 100px;
	list-style: none;
	height: 50px;
	border: 1px solid #dedede;
	border-radius: 3px;
	display: flex;
	align-items: center;
	flex: 10%;
	margin-right: 20px;
	margin-bottom: 10px;
}

.otherData ul li label{
	display: flex;
	height: 50px;
	align-items: center;
	padding-left: 10px;
	margin: 0;
}
.otherData ul li label input{
	margin-right: 5px;
}
.rezervasyonData2 label{
	display: flex;
	align-items: center;
}

.rezervasyonData2 label div{
	margin-right: 10px;
}

.rezervasyonData button{
	width: 150px;
	height: 50px;
	background-color: #520997;
	border-radius: 5px;
	outline: none;
	color: #fff;
	font-weight: 700;
	border: none;
}

.doRezervHeaderBtn{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: #f7f7f7;
}

.doRezervHeaderBtn ul{
	display: flex;
	width: 100%;
	overflow: auto;
	margin-bottom: 0
}
.doRezervHeaderBtn ul li{
	height: 60px;
	list-style: none;
	cursor: pointer;
	font-size: 16px;
	color: #444D53;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.doRezervCon{
	overflow: hidden;
	display: none;
}

.doRezervHeaderBtn ul li.doRezervBtnsActive{
	color: #444D53;
	background-color: #E0E0E0;
}

.doRezervHeaderBtn ul li:hover{
	color: #000;
}

.doRezervPropertiesBox{
	width: 100%;
	min-height: 80px;
	border: 1px solid #a8a8a8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #a8a8a8;
	padding: 10px;
	flex-wrap: wrap;
}

.doRezervPropertiesBox div{
	display: flex;
	align-items: center;
}
.doRezervPropertiesBox div span{
	font-size: 25px;
	margin-right: 10px;
}

.doRezervPropertiesBox div label p{
	margin-bottom: 0;
	color: #000
}

.doRezervPropertiesBox ul{
	display: flex;
	margin-bottom: 0;
}

.doRezervPropertiesBox ul li{
	list-style: none;
}

.doRezervPropertiesBox ul li input{
	width: 15px;
	height: 30px;
	text-align: center;
	outline: none;
	border: none;
	margin: 0 8px;
	pointer-events: none;
}

.doRezervPropertiesBox ul li span{
	width: 30px;
	height: 30px;
	border: 1px solid #a8a8a8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	user-select: none;
}

.doRezervPropertiesBox ul li span:hover{
	background-color: #a8a8a8;
	color: #fff;
	transition: 0.3s;
}


.footerDoRezerv{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}
.footerDoRezerv ul{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.footerDoRezerv ul li{
	list-style: none;
	margin-left: 15px;
}

.footerDoRezerv ul li:nth-child(1){
	font-weight: 700;
	margin-right: 30px;
}



.rezervesyonFormLink div a{
	padding: 20px 15px;
	background-color: #3343ee;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.doRezervActiveBtn{
	background-color: #FEAE2A !important;
	color: #fff !important
}
.rezervasyonContainer2{
	display: none;
}
.rezervasyonContainer2Active{
	display: block;
}

.commentBox{
	display: flex;
}

.commentBox span img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
}

.commentBox label{
	display: flex;
	flex-direction: column;
}

.overflowCon{
	max-height: 400px;
	overflow: auto;
}

.LeftCarBoxsActive{
	position: fixed;
    width: 13.666%;
    top: 10px;
}
.LeftCarBoxsActive2{
	position: absolute;
    width: 100%;
    bottom: 10px;
}

.rezFormLeftImg{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin-bottom: -22px;
}

.rezFormLeftImg img{
	width: 100%;
	object-fit: cover;
}

.rezFormLeftBox{
	width: 100%;
	padding: 20px;
	border: 1px solid #e4e8ed;
	background-color: #fff
}

.rezCarName{
	line-height: 2px;
	text-align: center;
	border-bottom:  1px solid #e4e8ed;
	padding-bottom: 20px;
}
h5{
	font-size: 18px;
}
.rezCarName h5{
	font-size: 18px;
}

.rezCarName span{
	color: #aea6a6;
}

.rezCarDate{
	display: flex;
	border-bottom:  1px solid #e4e8ed;
	padding: 20px 0;
}
.rezCarDate span i{
	margin-right: 20px;
	font-size: 25px;
}
.rezCarDate label {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.rezCarDate label h6{
	font-weight: 700;
}

.rezCarPrice{
	border-bottom:  1px solid #e4e8ed;
	padding: 20px 0;
}

.rezBoxRoght{
	width: 100%;
	padding: 20px;
	border:  1px solid #e4e8ed;
	margin: 30px 0;
	background-color: #fff
}
.rezDataSex div {
	display: flex;
}
.rezDataSex div label{
	display: flex;
	margin: 0 15px 0 0;
	min-width: 100px;
	border: 1px solid #e4e8ed;
	padding: 10px;
	display: flex;
	align-items: center;
	font-size: 15px;
	cursor: pointer;
}

.rezDataSex div label input{
	margin-right: 10px;
}

.rezFormData{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	padding: 0 15px;
}

.rezFormData input{
	height: 55px;
	outline: none;
	border: 1px solid #e4e8ed;
	border-radius: 5px;
	padding: 0 20px;
}

h6{
	font-size: 16px !important;
	font-weight: 700;
}

.switch input {
  position: absolute;
  opacity: 0;
}
.switch {
  display: inline-block;
  font-size: 20px;
  height: 1em;
  width: 2em;
  background: #BDB9A6;
  border-radius: 1em;
}

.switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #FFF;
  box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
          transition: all 300ms;
}

.switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
     -moz-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

#switcBox {
	display: none;
}

#switcBox.switcBoxActive{
	display: flex !important;
	flex-direction: column;
}

.odemeBox label{
	display: flex;
	align-items: center;
	margin: 0;
	border: 1px solid #e4e8ed;
	padding: 20px;
	cursor: pointer;
}
.odemeBox label input{
	margin-right: 10px;
}

button.finisRezBtn{
	padding: 20px 15px;
    background-color: #3343ee;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 700;
}

.LeftCarBoxs{
	position: sticky;
	top: 180px;
}

.ui.selection.dropdown{
	min-width: 3rem;
	border: none;
}
.ekPrice{
	font-size: 18px;
	color: #444D53;
}

.rezervesyonFormLinkLeft{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	background-color: #FAFAFA;
}

.rezervesyonFormLinkLeft span{
	font-size: 25px;
}

.rezervesyonFormLinkRight{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.rezervesyonFormLinkRight a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FEAE2A !important;
	border-radius: 0 !important;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s;
}

.rezervesyonFormLinkRight a:hover i.anim{
	transform: translate(7px);
}

.rezFormPLeft{
	width: 100%;
	min-height: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 18px #00000005;
	border: 0.5px solid #EAECEE;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
.rezFormPLeftCon{
	padding: 30px;
	padding-bottom: 0;
}
.rezFormPLeft p{
	color: #FEAE2A;
	font-size: 18px;
}
.rezFormPCN, .rezLocInfoBox, .rezFormPPriceInfo{
	padding: 20px 0;
	border-top: 1px solid #D4DAE0;
	border-bottom: 1px solid #D4DAE0;
	margin-top: 20px;
}

.rezFormPCN label{
	color: #000000;
	font-size: 18px;
}
.rezFormPCN p{
	font-size: 12px;
	font-weight: 300;
	color: #525855;
}

.rezLocInfoBox .rezLocInfo{
	display: flex;
	align-items: center;
}

.rezLocInfoBox .rezLocInfo label p{
	color: #C3C3C3;
	font-size: 10px;
	font-weight: 300;
	margin-left: 5px;
}
.rezLocInfoBox .rezLocInfo label span{
	color: #000;
	font-size: 13px;
	font-weight: 300;
	margin-left: 5px;
}

.rezFormPPriceInfo label{
	font-size: 14px;
	color: #FEAE2A;
	margin-bottom: 20px;
}

.rezFormPPriceInfo p{
	color: #000000;
	font-size: 13px;
	font-weight: 300;
}
.rezFormPPriceInfo small{
	font-size: 10px;
	font-weight: 300;
}

.rezFormPPriceInfo h5{
	color: #FEAE2A;
	font-size: 15px;
}

.totalPriceRezFormP{
	width: 100%;
	display: flex;
	justify-content: space-around;
	background-color: #444D53;
	min-height: 75px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	align-items: center;
}

.totalPriceRezFormP span{
	font-weight: 500;
}

.rezFormDataBox{
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 7px 10px #00000005;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}

.rezFormPTitle{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: -30px;
}

.rezFormPTitle span{
	width: 90px;
	display: block;
}
.rezFormPTitle span img{
	width: 100%;
	object-fit: cover;
}

.rezFormData{
	width: 100%;
}

.rezFormData label{
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.4px;
	margin-bottom: 11px;
}

.rezFormData input{
	background-color: #F2F1F1;
	border-radius: 10px;
}

.buyRotaInfo{
	text-align: right;
	font-size: 13px;
	padding-right: 20px;
}

.buyRotaInfo p{
	color: #000;
	font-weight: 300;
}
.rezFormPData2 ul li{
	list-style: none;
	margin-bottom: 30px;
	padding: 0 30px;
}
.rezFormPData2 ul li label{
	display: flex;
	align-items: center;
	cursor: pointer;
}

.rezFormPData2 ul li label input{
	-ms-transform: scale(4); /* IE 9 */
    -webkit-transform: scale(4); /* Chrome, Safari, Opera */
    transform: scale(4);
    margin-right: 50px;
}
.rezFormPData2 ul li label input:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.rezFormPData2 ul li label input:checked:after{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #FEAE2A;
    content: '';
    display: inline-block;
    visibility: visible;
}
.rezFormPData2 ul li span{
	font-size: 13px;
}
.rezFormPData2 ul li p{
	font-size: 13px;
	font-weight: 300;
}

.checkForDiscountCode{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #D4DAE0;
	padding-top: 30px;
	flex-wrap: wrap;
}
.checkForDiscountCode label{
	display: flex;
}

.indirmiData{
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.indirmiData label{
	position: absolute;
	left: 10px;
	top: 30%;
}
.indirmiData input{
	border-radius: 10px;
	border: 1px solid #D5DBE0;
	outline: none;
	width: 240px;
	height: 60px;
	padding-left: 50px;
}

.indirmiData button{
	width: 159px;
	height: 60px;
	background-color: #A270B5;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	outline: none;
	margin-left: 20px;
	border: none;
}

.checkForDiscountCode2{
	border: none;
	padding-top: 50px;
}
.checkForDiscountCode2 button{
	width: 250px;
	background-color: #FEAE2A;
}

.finisRezOrder{
	width: 100%;
	min-height: 100%;
	padding: 50px 0;
	background-image: url(/App_Themes/Entacars/img/finisRezOrder.svg);
	background-color: #FEAE2A;
}

.finisRezOrderBox{
	width: 100%;
	background-color: #fff;
	padding: 50px 30px 30px 30px;
	text-align: center;
	border-radius: 10px;
}

.finisRezOrderBox label{
	color: #FEAE2A;
	font-size: 39px;
	margin-bottom: 20px;
}

.finisRezOrderBox p{
	max-width: 752px;
	font-size: 20px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.finisRezOrderBox span{
	display: block;
	color: #909090;
	font-size: 12px;
	font-weight: 300;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.rezervedOrder{
	border-top: 1px solid #D4DAE0;
	border-bottom: 1px solid #D4DAE0;
	padding: 30px 0;
}
.rezervedOrderName label{
	font-size: 17px;
	color: #000000;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
	padding-left: 75px;

}

.rezervedOrderName span{
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	margin: 0;
	padding-left: 75px;
}

.rezervedOrderNameImg{
	width: 100%;
}
.rezervedOrderNameImg img{
	width: 100%;
	object-fit: cover;
}
.rezervedOrderPick{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: left;
	align-items: center;
}

.rezervedOrderPick ul li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.rezervedOrderPick ul li:nth-last-child(1){
	margin-bottom: 0;
}
.rezervedOrderPick ul li label{
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 0;
	color: #909090;
}

.rezervedOrderPick ul li p{
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}

.rezervedOrderTotalPrice, .rezervedOrderTotalSocial {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	justify-content: center;
}
.rezervedOrderTotalPrice p{
	color: #444D53;
	font-size: 13px;
	font-weight: 300;	
	margin-bottom: 0;
}

.rezervedOrderTotalPrice span{
	color: #444D53;
	font-size: 19px;
}

.rezervedOrderTotalSocial label{
	font-size: 13px;
	color: #444D53;
	font-weight: 300;
	margin-bottom: 0;
}

.mesajOlustur{
	padding-top: 50px;
}

.mesajGonderRight{
	width: 218px;
	height: 60px;
	background-color: #FEAE2A;
	border-radius: 10px;
}

.mesajGonderRight a{
	width: 218px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
.contactTopLeft label{
	font-size: 22px;
	margin-bottom: 16px;
}
.contactTopLeft p{
	max-width: 423px;
	font-size: 12px;
	font-weight: 300;
}
.contactTopRight{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contactMap{
	position: absolute;
	bottom: -60px;
	display: flex;
	justify-content: center;
}
.contactMap div{
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.contactMap div img{
	margin-right: 10px;
}
.contactMap div label span{
	font-size: 13px;
	font-weight: 300;
}
.contactMap div label{
	font-size: 18px;
	font-weight: 700;
}
.oficeAdress{
	margin-bottom: 50px;
}
.oficeTitle{
	width: 100%;
	background-color: #F2F1F1;
	height: 72px;
	padding-left: 90px;
	color: #444D53;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 81px;
}
.oficeAdressBox label{
	color: #FEAE2A;
	font-size: 16px;
	margin-bottom: 34px;
}
.oficeAdressBox span{
	font-size: 16px;
	font-weight: 300;
	display: block;
	color: #909090;
}
.oficeAdressBox p{
	color: #000000;
}

.oficeTitle2{
	width: 100%;
	padding: 25px;
	padding-left: 0;
	border-bottom: 1px solid #D4DAE0;
	font-size: 20px;
	color: #444D53;
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	margin-bottom: 80px;

}

.oficeTitle2 span{
	display: flex;
	width: 57px;
	height: 57px;
	background-color: #E5E3E3;
	justify-content: center;
	align-items: center;
	color: #023047;
	border-radius: 50%;
	margin-right: 30px;
}

.otherOfice{
	display: none;
}

.otherOficeActive{
	display: flex;
}
.bankaBilgi{
	padding-left: 90px;
}
.bankaBilgi label{
	color: #000000;
	font-size: 16px;
	margin-top: 44px;
	margin-bottom: 21px;
}

.bankaBilgi ul{
	display: flex;
	flex-wrap: wrap;
}
.bankaBilgi ul li{
	list-style: none;
	margin-right: 30px;
}

.rezFormData textarea{
	background-color: #F2F1F1;
	border: none;
	outline: none;
	border-radius: 10px;
	height: 173px;
	resize: none;
	padding: 20px;
}

.rezFormPData2 button{
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	background-color: #FEAE2A;
	border-radius: 10px;
	border: none;
	outline: none;
	width: 225px;
	height: 59px;
	position: absolute;
	bottom: 0;
	left: 20px;
}

.aboutLeft{
	width: 100;
	position: sticky;
	top: 150px;
	padding-right: 50px;
}
/*.aboutLeft ul li{
	height: 60px;
	list-style: none;
	background-color: #ECEDF2;
	margin-bottom: 1px;
}
.aboutLeft ul li a{
	height: 60px;
	color: #444D53;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 15px;
	font-size: 15px;
}

.aboutLeft ul li a:hover, .aboutLeft ul li.activeAboutLink a{
	background-color: #FEAE2A;
	color: #fff;
}*/.aboutLeft {
    position: sticky;
    top: 120px;
}

.aboutLeft ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.aboutLeft ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eef2f6;
}

.aboutLeft ul li:last-child {
    border-bottom: none;
}

.aboutLeft ul li a {
    display: flex;
    align-items: center;
min-height: 60px;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #4b5563;
    text-decoration: none;
    background: #ffffff;
    transition: all 0.25s ease;
    position: relative;
}

.aboutLeft ul li a:hover {
    background: #f8fafc;
    color: #1f2937;
    padding-left: 12px;
}

.aboutLeft ul li.activeAboutLink a {
    background: linear-gradient(135deg, #f5a623 0%, #ffb733 100%);
    color: #ffffff;
    box-shadow: inset 4px 0 0 #e48f00;
}

.aboutLeft ul li.activeAboutLink a:hover {
    background: linear-gradient(135deg, #f5a623 0%, #ffb733 100%);
    color: #ffffff;
    padding-left: 22px;
}

.aboutLeft ul li:not(.activeAboutLink) a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    margin-right: 12px;
    flex: 0 0 auto;
    transition: all 0.25s ease;
}

.aboutLeft ul li:not(.activeAboutLink) a:hover::before {
    background: #f5a623;
    transform: scale(1.15);
}

.aboutLeft ul li.activeAboutLink a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    margin-right: 12px;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .aboutLeft {
        position: static;
        top: auto;
    }

    .aboutLeft ul {
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
    }

    .aboutLeft ul li a {
        min-height: 60px;
        padding: 14px 18px;
        font-size: 15px;
    }

    .aboutLeft ul li a:hover {
        padding-left: 22px;
    }

    .aboutLeft ul li.activeAboutLink a:hover {
        padding-left: 18px;
    }
}.aboutLeft {
    max-width: 320px;
}
.aboutRight article p{
	color: #444D53;
	font-size: 14px;
	font-weight: 300;
}
.aboutTitle label{
	font-size: 37px;
	font-weight: 700;
	margin-top: 97px;
	margin-bottom: 23px;
}

.aboutTitle p{
	max-width: 578px;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 40xp;
}
.aboutImgBoxs{
	width: 100%;
	height: 304px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E5E3E3;
	border-radius: 25px;
	margin-bottom: 20px;
}

.aboutImgBoxs img{
	width: 181px;
	object-fit: cover;
}

.aboutImgBoxs2{
	background-color: #FEAE2A;
}
.aboutBoxs{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}

.aboutBoxs span{
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}
.aboutBoxs label{
	font-size: 30px;
	margin-bottom: 25px;
}

.aboutBoxs p{
	font-size: 14px;
	font-weight: 300;
}

.acountSettingLeft{
	width: 100%;
	background-color: #fff;
	position: sticky;
	top: 150px;
	border-radius: 5px;
	overflow: hidden;
}

.userNameSet{
	width: 100%;
	padding: 30px;
	border-bottom: 1px solid #D4DAE0;
}

.acountSettingLeft ul{
	padding: 30px;
}

.acountSettingLeft ul li{
	list-style: none;
	margin-bottom: 15px;
}
.acountSettingLeft ul li a{
	font-size: 15px;
	color: #444D53;
	display: flex;
	align-items: center;
}
.acountSettingLeft ul li span{
	width: 39px;
	display: flex;
	height: 39px;
	background-color: #e5e3e3;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.acountSettingLeft ul li.acountActive {
	font-weight: 700;
}
.acountSettingLeft ul li.acountActive span{
	background-color: #444d53;
}

.signOut{
	width: 100%;
	height: 75px;
	background-color: #444D53;
	display: flex;
	justify-content: center;
	align-items: center;
}

.signOut a{
	color: #fff;
	text-decoration: underline !important;
	font-size: 15px;
}
.rezFormPTitle2{
	display: block;
	border-bottom: 1px solid #D4DAE0;
	margin-bottom: 20px;
}

.rezFormData button{
	width: 200px;
	height: 55px;
	background-color: #FEAE2A;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	outline: none;
	border: none;
	border-radius: 10px;
}

.rezFormData4{
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.rezFormData select{
	height: 55px;
    outline: none;
    border: 1px solid #e4e8ed;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #F2F1F1;
    border-radius: 10px;
    color: #525855;
    font-size: 12px;
    font-weight: 300;
}
.addPhoneNum {
	display: flex;
    justify-content: center;
    align-items: end;
}
.addPhoneNum label{
	color: #525855;
	font-size: 12px;
	font-weight: 300;
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.addPhoneNum label span{
	width: 59px;
	height: 59px;
	border-radius: 50%;
	background-color: #F2F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 12px;
}
.carFilterBoxRight2 h2{
	color: #444D53;
}

.carFilterBoxRight2 p{
	padding: 5px;
	background-color: #FEAE2A;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.statusOrder{
	text-decoration: underline;
	color: #909090;
	font-size: 12px;
	font-weight: 300;
	margin-top: 30px;
	text-align: right;
	transform: translateX(28px);
}

.blogTop{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blogLink{
	width: 185px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 27px;
	background-color: #E2E2E2;
}
.blogLink a{
	color: #454950;
	font-size: 15px;
	font-weight: 300;
}
.blogLink.activeBlogLink, .blogLink:hover{
	background-color: #FEAE2A;
}
.blogLink.activeBlogLink a, .blogLink:hover a{
	color: #fff;
}
.blogTop ul{
	display: flex;
	flex-wrap: wrap;
}
.blogTop ul li{
	margin-left: 15px;
	margin-bottom: 15px;
}
.blogBox label, .blogArticle label{
	font-size: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #D4DAE0;
	margin-bottom: 25px;
	width: 100%;
}

.blogBox p{
	font-size: 15px;
	font-weight: 700;
	max-width: 409px;
}

.blogBox a{
	width: 185px;
	height: 54px;
	border: 1px solid #454950;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #454950;
	margin-top: 60px;
	transition: 0.3s;
}

.blogBox a i{
	margin-left: 20px;
}

.blogBox a:hover{
	transition: 0.3s;
	background-color: #FEAE2A;
	color: #fff;
	border-color: #FEAE2A;
}

.blogPeg ul{
	display: flex;
	flex-wrap: wrap;
}

.blogPeg ul li{
	margin-right: 10px;
	width: 59px;
	height: 59px;
	background-color: #F2F1F1;
	border-radius: 50%;
	list-style: none;
}

.blogPeg ul li a{
	color: #454950;
	width: 59px;
	height: 59px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blogPeg ul li:nth-child(1), .blogPeg ul li:nth-last-child(1), .blogPeg ul li:hover{
	background-color: #FEAE2A;
}
.blogPeg ul li:nth-child(1) a, .blogPeg ul li:nth-last-child(1) a, .blogPeg ul li:hover a{
	color: #fff;
}

.blogArticle p{
	font-size: 14px;
	font-weight: 300;
}

.rentBolgLeft{
	width: 100%;
	height: 100%;
	background-color: #444D53;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 200px;
	transition: 0.2s;
}
.kirSB:hover .rentBolgLeft{
	background-color: #FEAE2A;
	transition: 0.2s;
}
.rentBolgRight{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #444D53;
	overflow: hidden;
	height: 200px;
}
.rentBolgRight img{
	height: 100%;
}
.rentBolgLeft label{
	font-size: 14px;
	font-weight: 700;
}
.rentBolgLeft span{
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

.kampanyaLeft{
	width: 100%;
}
.kampanyaLeft label{
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 17px;
	line-height: 30px;
}

.kampanyaLeft p{
	font-size: 14px;
	font-weight: 300;
	max-width: 322px;
}

.kampanyaImg{
	height: 100%;
	display: flex;
	z-index: 2;
	align-items: center;
}
.kampanyaBox{
	width: 100%;
	height: 100%;
	background-color: #F2F1F1;
	border-radius: 20px;
	box-shadow: 0px 7px 10px #00000005;
}

.kampanyaLeft{
	height: 100%;
	min-height: 250px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 30px;
	z-index: 2;
}

.kampanyaRight{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	align-items: flex-end;
	z-index: 2;
}

.kampanyaRight label{
	background-image: url("/App_Themes/Entacars/img/kapmPriceBg.png");
	width: 100px;
	height: 100px;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	color: #FEAE2A;
	font-size: 30px;
	z-index: 2;
}
.kampanyaRight label p{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 20px;
	z-index: 2;
}
.kampanyaRight label span{
	font-size: 16px;
	z-index: 2;
}

.kampanyaRight a{
	width: 151px;
	height: 54px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	z-index: 2;
}

.kampanyaRight a i{
	margin-left: 5px;
}
.kampanyaBox{
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-bottom: 30px;
}
.bgKamp{
	width: 586px;
    height: 421px;
    position: absolute;
    right: -141px;
    top: -218px;
    background-color: #000;
    z-index: 0;
    transform: rotate(47deg);
}
.bgKamp.bgKamp1{
	background-color: #FEAE2A;
}
.bgKamp.bgKamp2{
	background-color: #732CC6;
}
.bgKamp.bgKamp3{
	background-color: #47535C;
}

.modal-backdrop{
	z-index: 9;
}
.modal-content{
	margin-top: 128px;
}
li.activePriceType a img {
	filter: sepia(1)!important;
}
.saat .text {
	white-space: nowrap;
}
.rezFormDataSelect {
	background-color: #F2F1F1;
	border-radius: 10px;
	padding: 10px;
}
.rentCarListBox {
    padding: 10px;
}

.rentCarList {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 22px;
    padding: 24px 26px;
    min-height: 170px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    height: 100%;
}

.rentCarList:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
    border-color: #d9e2ec;
}

.rentCarList > .row {
    align-items: center;
    height: 100%;
}

.rentCarListImg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding-right: 10px;
}

.rentCarListImg a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.rentCarListImg img {
    max-width: 100%;
    max-height: 92px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .25s ease;
}

.rentCarList:hover .rentCarListImg img {
    transform: scale(1.03);
}

.aboutRentCar {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding-right: 12px;
  justify-content: center;
}

.aboutRentCar > div {
    width: 100%;
}

.aboutRentCar label {
    display: block;
    margin: 0 0 8px; 
    line-height: 1.25;
    font-weight: 700;
    color: #344054;
    letter-spacing: -0.02em;
}

.aboutRentCar p {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    color: #667085;
}

.rightCarRent {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

.rightCarRent span {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #667085;
}

.rightCarRent label {
    display: block;
    margin: 0; 
    line-height: 1.1;
    font-weight: 800;
    color: #f5a623;
    letter-spacing: -0.03em;
}

.rentCarList .col-6,
.rentCarList .col-md-5,
.rentCarList .col-md-7 {
    display: flex;
}

.rentCarList .col-6 > div,
.rentCarList .col-md-5 > div,
.rentCarList .col-md-7 > div {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .aboutRentCar label {
        font-size: 26px;
    }

    .rightCarRent label {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .rentCarList {
        padding: 22px 20px;
        min-height: auto;
    }

    .rentCarListImg,
    .aboutRentCar,
    .rightCarRent {
        min-height: auto;
    }

    .rentCarListImg {
        padding-right: 0;
        margin-bottom: 14px;
    }

    .aboutRentCar {
        padding-right: 0;
        margin-bottom: 14px;
    }

    .rightCarRent {
        align-items: flex-start;
        text-align: left;
    }

    .rightCarRent label {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .rentCarListBox {
        padding: 8px 0;
    }

    .rentCarList {
        border-radius: 18px;
        padding: 18px 16px;
    }

    .rentCarListImg img {
        max-height: 82px;
    }

    .aboutRentCar label {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .aboutRentCar p {
        font-size: 15px;
    }

    .rightCarRent span {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .rightCarRent label {
        font-size: 28px;
    }
}