@font-face {
	font-family: LatoRegular;
	src: url('../font/LatoRegular.eot');
	src: url('../font/LatoRegular.eot') format('embedded-opentype'), url('../font/LatoRegular.woff2') format('woff2'), url('../font/LatoRegular.woff') format('woff'), url('../font/LatoRegular.ttf') format('truetype'), url('../font/LatoRegular.svg#LatoRegular') format('svg')
}
@font-face {
	font-family: LatoBold;
	src: url('../font/LatoBold.eot');
	src: url('../font/LatoBold.eot') format('embedded-opentype'), url('../font/LatoBold.woff2') format('woff2'), url('../font/LatoBold.woff') format('woff'), url('../font/LatoBold.ttf') format('truetype'), url('../font/LatoBold.svg#LatoBold') format('svg')
}
@font-face {
	font-family: LatoLight;
	src: url('../font/LatoLight.eot');
	src: url('../font/LatoLight.eot') format('embedded-opentype'), url('../font/LatoLight.woff2') format('woff2'), url('../font/LatoLight.woff') format('woff'), url('../font/LatoLight.ttf') format('truetype'), url('../font/LatoLight.svg#LatoLight') format('svg')
}
@font-face {
	font-family: LatoBlackItalic;
	src: url('../font/LatoBlackItalic.eot');
	src: url('../font/LatoBlackItalic.eot') format('embedded-opentype'), url('../font/LatoBlackItalic.woff2') format('woff2'), url('../font/LatoBlackItalic.woff') format('woff'), url('../font/LatoBlackItalic.ttf') format('truetype'), url('../font/LatoBlackItalic.svg#LatoBlackItalic') format('svg')
}
@font-face {
	font-family: RajdhaniSemiBold;
	src: url('../font/RajdhaniSemiBold.eot');
	src: url('../font/RajdhaniSemiBold.eot') format('embedded-opentype'), url('../font/RajdhaniSemiBold.woff2') format('woff2'), url('../font/RajdhaniSemiBold.woff') format('woff'), url('../font/RajdhaniSemiBold.ttf') format('truetype'), url('../font/RajdhaniSemiBold.svg#RajdhaniSemiBold') format('svg')
}
@font-face {
	font-family: RajdhaniLight;
	src: url('../font/RajdhaniLight.eot');
	src: url('../font/RajdhaniLight.eot') format('embedded-opentype'), url('../font/RajdhaniLight.woff2') format('woff2'), url('../font/RajdhaniLight.woff') format('woff'), url('../font/RajdhaniLight.ttf') format('truetype'), url('../font/RajdhaniLight.svg#RajdhaniLight') format('svg')
}
@font-face {
	font-family: DroidKufiBold;
	src: url('../font/DroidKufiBold.eot');
	src: url('../font/DroidKufiBold.eot') format('embedded-opentype'), url('../font/DroidKufiBold.woff2') format('woff2'), url('../font/DroidKufiBold.woff') format('woff'), url('../font/DroidKufiBold.ttf') format('truetype'), url('../font/DroidKufiBold.svg#DroidKufiBold') format('svg')
}
@font-face {
	font-family: DroidKufiRegular;
	src: url('../font/DroidKufiRegular.eot');
	src: url('../font/DroidKufiRegular.eot') format('embedded-opentype'), url('../font/DroidKufiRegular.woff2') format('woff2'), url('../font/DroidKufiRegular.woff') format('woff'), url('../font/DroidKufiRegular.ttf') format('truetype'), url('../font/DroidKufiRegular.svg#DroidKufiRegular') format('svg')
}

.currency_menu img {
    margin-right: 5px;
    height: 12px;
    width: 17px;
    display: inline-block;
    margin-top: -3px;
}

.currency_menu_content {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 14rem;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.01);
	-moz-box-shadow: 0 3px 12px rgba(0,0,0,.01);
	box-shadow: 0 3px 12px rgba(0,0,0,.01);
	border-radius: 0 0 5px 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	z-index: 1
}
.currency_menu_content a.dropdown-item {
	padding: 7px 15px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 13px;
	text-transform: none
}
.currency_menu_content a.dropdown-item:hover {
	background: #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	color: var(--textFont)
}
.currency_menu_content a.dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
	border: 0
}
a.dropdown-item .country_flag img {
	width: 20px;
	height: 15px
}
span.country_flag {
	margin-right: 5px
}
.currency_menu_content.show {
	display: block
}
body {
	font-family: LatoRegular, DroidKufiRegular;
	margin: 0!important;
	padding: 0!important;
	overflow-x: hidden!important;
	color: #fff;
	font-size: 14px
}
.overflow-hidden {
	overflow: hidden!important
}
b, strong {
	font-weight: 600
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
	background-color: #fff!important
}
select::-ms-expand {
display:none
}
input[type=text]::-ms-clear {
display:none
}
button:focus, input:focus, select:focus {
	outline: 0
}
a {
	transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	color: #4a494a
}
a:active, a:focus, a:hover, a:visited {
	text-decoration: none
}
a:hover {
	color: #0056b3
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
strong {
	font-weight: 400
}
button {
	cursor: pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2
}
html {
	-webkit-tap-highlight-color: transparent
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}
.clear {
	clear: both
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none
}
#topcontrol {
    background-color: #baa973;
    border-radius: 50%;
    z-index: 999;
    right:10px !important;
    left: auto !important;
}
#topcontrol img {
    width: 40px;
    height: 40px;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
/* header */
.header {
	width: 100%;
	background: #FFFFFF;
	/*background: linear-gradient(90deg, #030404 0, #2e3236 50%, #575e66 100%);*/
	padding: 18px 0;
	height: auto;
	position: fixed;
	z-index: 99999;
	box-shadow:1px 1px 30px rgba(0, 0, 0, .25);
}
.header_dropdown .dropdown-menu {
	min-width: 14rem
}
.header_dropdown a.dropdown-item {
	color: #000 !important ;
	font-size: 13px;
	padding-left: 12px;
	padding-right: 15px;
	letter-spacing: .58px;
	border:none;
}
.header_dropdown .dropdown-item.active, .dropdown-item:active{
	background-color: #f8f9fa;
	border-radius:0px;
}
 
.sm-icons {
	flex-direction: row
}
.sm-icons .nav-link {
	padding-right: 1em
}
/* header end */

/* footer */
footer {
	background-color: #1f2937;
	color: #98abc6
}
.trunk_one {
	padding: 40px 0 12px
}

.foot_brief {
	margin-top: 15px;
	font-size: 14px;
	color: #98abc6;
}
.glimseNote {
	color: #d2c3b0;
	text-decoration: none;
	flex-wrap: wrap
}
.glimseNote span {
	font-size: 14px;
	position: relative;
	top: 0
}
.glimseNote span.arrowRt {
	top: 2px;
	margin-left: 2px
}
.footLinkArea h5 {
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px
}
.footLinkArea li {
	margin-bottom: 12px;
	color: #98abc6;
}
.footLinkArea li a, .foot_quickLinks li a {
	font-size: 14px;
	color: #98abc6
}
.trunk_three, .trunk_two {
	padding: 25px 0;
	border-top: 1px solid #293d58
}
.company_claims, .foot_quickLinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.company_claims li:not(:last-child) {
	margin-right: 10px
}
.company_claims img {
	height: 30px
}
.foot_quickLinks li {
	padding: 0 12px;
	display: inline-block;
	border-right: 1px solid #98abc6;
	line-height: 12px
}
.foot_quickLinks li:last-child {
	border: none
}
.cpyrt_innergut {
	margin-top: 12px
}
/* footer end */



/* media query */
@media only screen and (min-width:1200px){
.main_nav ul,.main_nav>ul>li ul{margin:0;padding:0;}
.logo_new,.menu_lft li{margin-right:20px;}
.logo_new{border-right:1px solid #d2c3b0;padding-right:20px;}
.main_nav{padding:0;width:80%;display:flex;justify-content:space-between;align-items:center;}
.topHeader .main_nav{padding:15px 0;}
.main_nav>ul>li{display:inline-block;position:relative;}
.main_nav>ul>li:last-child{margin-right:0;}
.menu_right li:last-child{margin-right:0!important;}
.main_nav ul li a{display:inline-block;letter-spacing:.8px;color:#000!important; cursor: pointer;}
.main_nav ul li a.active{ color:#baa973;}
.main_nav>ul>li ul{position:absolute;background:#fff;width:250px;visibility:hidden;opacity:0;font-size:14px;display:block!important;z-index:10;border:1px solid #ddd;border-radius:4px;overflow:hidden;}
.show_down currency-dir ul,.show_down>ul{visibility:visible!important;opacity:1!important;}
.main_nav>ul>li ul li{display:block;position:relative;}
.main_nav>ul>li ul li a{padding:8px 15px;display:block;text-decoration:none;font-size:12px;}
.main_nav>ul>li ul li:hover>ul{visibility:visible;opacity:1;left:250px;top:0;}
.main_nav>ul>li ul li:hover>a{background:#eef3f7;}
.currency_menu{padding-right:10px;}
.main_nav>ul>li.submenu:after{content:"";position:absolute;height:0;width:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #438cca;right:-5px;top:14px;pointer-events:none;}
.show_menu .main_nav{right:0;}
.show_menu .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1001;}
.user_name a{font-size:14px;}
.user_icon{fill:#155EA0;}
.menu_right li a{border:1px solid #6a6f77;padding:8px 20px;border-radius:5px;margin-right:8px!important;}
}

@media only screen and (max-width:1199px){
.main_nav ul li.submenu i,.mob_btn{top:20px;cursor:pointer;position:absolute;}
.user_name i{margin-right:4px;background:url(../images/user-white.svg);}
.mob_btn{padding:8px 7px;right:15px;z-index:10;background:#d2c3b0;border-radius:4px;}
.main_nav,.show_menu .overlay{position:fixed;height:100%;top:0;}
.mob_btn span{display:block;width:30px;height:3px;border-radius:5px;background:#fff;}
.mob_btn span+span{margin-top:5px;}
.main_nav{width:260px;left:-260px;background:#333;transition:.2s;z-index:1005;box-shadow:inset 0 0 4px rgba(0,0,0,.7);overflow-y:auto;}
.main_nav ul{margin:0;padding:0;display:block;}
.main_nav ul li{display:block;border-bottom:1px solid #656b74;position:relative;text-transform:capitalize;font-size:13px;margin:0;color:#fff;}
.main_nav ul li li{border-top:1px solid #656b74;border-bottom:none;background:#4c4a4a;}
.main_nav ul li li a{padding-left:25px;}
.main_nav ul li a{color:#fff;text-decoration:none;font-size:1em;display:block;padding:10px 10px 10px 15px;}
.main_nav ul li a:hover{background:#2d2d2d;}
.show_menu .main_nav{left:0;}
.show_menu .overlay{left:0;width:100%;background:rgba(0,0,0,.3);z-index:1001;}
.main_nav ul li.submenu i{width:100%;height:44px;right:0;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;}
.main_nav ul li.submenu i:after{content:"";height:0;width:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:6px solid #b3b3b3;position:absolute;right:17px;top:18px;z-index:10;}
.main_nav ul ul{margin:0;display:none;}
}

@media (max-width:767px){.trunk_one{padding:15px 0 12px;}
.footLinkArea{margin-bottom:24px;}
.company_claims li:not(:last-child),.foot_quickLinks li{margin-bottom:12px;}
.trunk_three,.trunk_two{padding:15px 0 2px;}

}

/* media query end */






/*----------inline loader-----*/
.loader-lg {
	width: 70px;
	height: 70px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
}
.loader-lg-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.loader-lg-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.loader-lg-dot:nth-child(1) {
	animation-delay: -1.1s;
}
.loader-lg-dot:nth-child(2) {
	animation-delay: -1.0s;
}
.loader-lg-dot:nth-child(3) {
	animation-delay: -0.9s;
}
.loader-lg-dot:nth-child(4) {
	animation-delay: -0.8s;
}
.loader-lg-dot:nth-child(5) {
	animation-delay: -0.7s;
}
.loader-lg-dot:nth-child(6) {
	animation-delay: -0.6s;
}
.loader-lg-dot:nth-child(1):before {
	animation-delay: -1.1s;
}
.loader-lg-dot:nth-child(2):before {
	animation-delay: -1.0s;
}
.loader-lg-dot:nth-child(3):before {
	animation-delay: -0.9s;
}
.loader-lg-dot:nth-child(4):before {
	animation-delay: -0.8s;
}
.loader-lg-dot:nth-child(5):before {
	animation-delay: -0.7s;
}
.loader-lg-dot:nth-child(6):before {
	animation-delay: -0.6s;
}
 @keyframes sk-chase {
 100% {
 transform: rotate(360deg);
}
}
 @keyframes sk-chase-dot {
 80%, 100% {
 transform: rotate(360deg);
}
}
 @keyframes sk-chase-dot-before {
 50% {
 transform: scale(0.4);
}
 100%, 0% {
 transform: scale(1.0);
}
}
.loader-sm {
	width: 60px;
	text-align: center;
	display: flex;
	/*height: 100%;*/
	align-items: center;
	padding-left: 10px;
}
.loader-sm > div {
	width: 14px;
	height: 14px;
	background-color: #baa973;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader-sm .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-sm .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
}
 40% {
 -webkit-transform: scale(1.0);
}
}
 @keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1.0);
 transform: scale(1.0);
}
}

.theme_btnStyle{
    color: #fff;
    background-color: #baa973;
    border-color: #baa973;
}


.breadcrumb {
	padding: 20px 0 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

li.breadcrumb-item {
	padding-left: 25px;
}

li.breadcrumb-item:first-child {
	padding-left: 0px;
}

.breadcrumb-item::before {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	color: #6c757d;
	content: "";
	background-color: #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	top: 3px;
	position: relative;
	right: 5px;
}

.breadcrumb-item.active::before {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	color: #6c757d;
	content: "";
	background-color: #baa973;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: none;
	top: 3px;
	position: relative;
	right: 5px;
}

.breadcrumb-item.active {
	color: #3d454e;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	content: "";
}
textarea.form-control {
	height: auto;
}

div#popup_content_blue {
	padding: 15px;
	font-size: 14px;
     background-color: #fff;
    border-radius: 5px 5px 0 0 ;
}

#popup_panel {
	text-align: left;
	margin: 7px 0 0;
}

h2#popup_title_blue {
  	padding: 10px 15px;
 	font-family: 'LatoBold', 'DroidKufiBold';
	font-size: 17px;
    text-align: left;
    line-height: 1.75em;
    color: #fff;
    background: #baa973;
    border-radius: 5px 5px 0 0;
    cursor: default;
     margin: 0em;
}

#popup_container {
	border:0 !important;
}

#popup_panel input#popup_ok {
	cursor: pointer;
	color: #ffffff;
	outline: none;
	font-size: 16px;
	border-radius: 5px;
	line-height: 38px;
	padding: 0 20px;
	border: none;
	 background-color: #baa973;
}

.full_overlay p.font-16.mt-5 {
	color: #fff;
	font-size: 18px;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #ffffff;
}

.hmlogReg {
	cursor: pointer;
}

.modal-body {
	color: #3d454e;
	padding: 20px;
	padding-top: 0px;
}

.modal-content {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #000;
	font-size:18px;
}


.modal-header {
	border-bottom: none;
	padding: 15px 20px;
}

.hmNewModel .form-group {
	margin-bottom: 15px;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 14px;
	line-height: 20px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 45px;
}

.hmregister {
	background: #0053a1;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
}

.hmNewModel .modal-body {
	padding: 10px 20px 20px;
}

.hmLoginModal .radio {
	margin: 0 0 10px;
	padding-right: 30px;
}

.hmLoginModal .radio input[type=radio] {
	position: absolute;
	opacity: 0;
}

.hmLoginModal .radio input[type=radio] + .radio-label:before {
	content: "";
	background: #0053a1;
	border-radius: 100%;
	border: none;
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
	top: 0;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}

.hmLoginModal label {
	display: inline-block;
	margin-bottom: .5rem;
	color: #3c4449;
	font-size: 16px;
	cursor: pointer;
}

.hmLoginModal .radio input[type=radio]:checked + .radio-label:before {
	background-color: #baa973;
	box-shadow: none;
}

.hmLoginModal .radio input[type=radio]:focus + .radio-label:before {
	outline: none;
	border-color: #3197EE;
}

.hmLoginModal .radio input[type=radio]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.hmLoginModal .radio input[type=radio] + .radio-label:empty:before {
	margin-right: 0;
}
.hmcode select.form-control {
    height: 45px !important;
    border-right: none;
    border-radius:5px 0 0 5px;
    text-align: left;
    text-align-last: left;
}
.hmcode {
    width: 30%;
}
.hmPhonenbr {
    width: 70%;
}
.hmPhonenbr input.form-control {
    border-radius: 0 5px 5px 0;
    height: 45px;
}
span.hmforgot {
    cursor: pointer;
}
.searchBox_tab ul{display: flex;}
.searchBox_tab ul li{margin-right:3px}
.Filter_dropdown {
    display: none;
}
.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgb(0 0 0 / 75%) !important;
    z-index: 99999 !important;
}
span.textRotation {
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.react-tabs__tab--selected {
    background: #baa973 !important;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.react-tabs__tab-list {
    border-bottom: none !important;
}
.react-tabs__tab--selected a.FilterTab-nav-1.activeTab {
    color: #fff !important;
}
.react-tabs__tab {
    padding: 5px 12px !important;
}
.react-tabs__tab--selected a.FilterTab-nav-2.activeTab {
    color: #fff !important;
}
.FilterContent .react-tabs__tab:focus:after {
    background: transparent  !important;
}
.rc-slider-handle {
    transform: initial !important;
}
.rc-slider{width:95% !important}
.FilterContent p+p {
    margin-top: 0 !important;
}
div#flight_dels_hm {
    padding-bottom: 10px;
}
div#hotel_dels_hm {
    padding-bottom: 10px;
}
.hmLoginbtn {
    background: #baa973;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 20px;
    margin-right: 30px;
    height: 32px;
}
.hmNewModel .close {
    color: #fff;
    background-image: url(../images/close_round.svg);
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    background-size: contain;
    margin: 0px;
    padding: 0px;
}
.ReactModalPortal .close {
    color: #fff;
    background-image: url(../images/close_round.svg);
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    background-size: contain;
    margin: 0px;
    padding: 0px;
}
.error {
    color: #f00;
    font-size: 12px;
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}
.modal {
    z-index: 99999999;
}
.FilternoScroll {
    overflow: hidden;
}
.aboutPage {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 25px 30px;
    background: #fff;
}
.aboutPage p {
    font-size: 14px !important;
    line-height: 28px;
}
.htlmodifycol_01 {
    width: 20%;
    margin-right: 7px;
}
.htlmodifycol_02 {
    width: 20%;
    margin-right: 7px;
}
.htlmodifycol_03 {
    width: 17%;
    margin-right: 7px;
}
.htlmodifycol_04 {
    width: 20%;
    margin-right: 5px;
}
.fieldWrap.has__clearbtn {
    position: relative;
}
.htlmodifycol_01 .clear_btn {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 5px;
    width: 18px;
    height: 18px;
}
.logCol_01 {
    width:50%;
    display: flex;
    align-items: center;
}
.socilalogn {
    margin-left: 5px;
}
.logCol_02 {
    display: flex;
    justify-content: end;
    width: 50%;
}
input::placeholder {
color:#000;
font-size:14px
}
input:-ms-input-placeholder {
color:#000;
font-size:14px
}
input::-ms-input-placeholder {
color:#000;
font-size:14px
}
.FareRlPopup .close {
    color: #fff;
    background-image: url(../images/close_round.svg);
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    background-size: contain;
    margin: 0px;
    padding: 0px;
}

span.map_rate .theme_btnStyle {
    padding: 8px 20px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
}

.alignCal{
    margin-top: 115px !important;
  }
.splistingOrder select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 20px 8px 10px;
    font-size: 15px;
    text-align: center;
}
.htlrsltSlider button:nth-child(1n){
	right: 0px !important;
    width: 30px !important;
}
.htlrsltSlider button:nth-child(2n){
	left: 0px !important;
    width: 30px !important;
}

select {
    cursor: pointer;
}
option:hover { cursor: pointer;}
select option:hover { cursor: pointer; } 
.minHeight {
    min-height: 550px;
}