@charset "utf-8";
/* Global CSS Starts here */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
:root {
--darkBlue:#316588;
--mediumBlue:#155ea2;
--bodyBg:#f2f4f7;
--errorAlert:#ff221d;
--menuColor:#438cca;
--projColor:#595b5d;
--whiteGlow:#fff;
}
* {
	box-sizing: border-box
}
*:focus {
	outline: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Cairo','DroidKufiRegular',sans-serif;
	color: #595b5d;
	font-weight: 400;
	font-size: 14px;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
	background-color: var(--bodyBg);
	direction: rtl;
	text-align: right;
}
@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");
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance:none;
margin:0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0;
}
input[type=number] {
	-moz-appearance: textfield;
}
:focus {
	outline: none;
	box-shadow: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
}
 select::-ms-expand {
display:none;
}
 input[type=text]::-ms-clear {
display:none;
}
input:focus {
	outline: none;
}
button:focus, select:focus {
	outline: none;
}
a:focus, a:active, a:visited, a:hover {
	text-decoration: none;
}
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	cursor: pointer !important;
	transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
a:hover {
	transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
button {
	cursor: pointer;
}
button:focus {
	outline: 0;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.error_color {
	color: var(--errorAlert);
}
.error {
	color: #ff221d;
}
.color_red {
	color: #ff221d;
}
.c_pointer{
	cursor: pointer !important;
}
.direction_ltr{
	direction: ltr !important;
}
.disc_price{
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.disc_price:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background-color: var(--mediumBlue);
}
.disc_price span, .holiday_price span{
	display: inline-block;
}
input.form-control, select.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
}
input.form-control:focus, select.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.table-responsive .table {
	max-width: none;
	-webkit-overflow-scrolling: touch !important;
}
.white_background {
	background-color: #fff !important;
}
b, strong {
	font-weight: 700;
}
p {
	font-weight: 400;
}
.themeBtn_gradient {
	background: rgb(21,94,162);
	background-image: linear-gradient(6deg, rgba(21,94,162,1) 0%, rgba(67,140,202,1) 100%);
	border: 1px solid #fff;
	color: #fff;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.60);
	font-weight: 700;
	font-size: 17px;
	border-radius: 5px;
}
.common_bdrBtm {
	border-bottom: 5px solid var(--mediumBlue) !important;
}
.page_content_area {
	padding: 35px 0;
	min-height: 600px;
}
.theme_boxWrap {
	background-color: #fff;
	border-radius: 5px;
	padding: 24px;
}
.full_overlay {
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
	color: #fff;
}
/* Full page 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;
}
/* Full page Loader ends */
/* Small Loader */
.loader-sm {
	width: 60px;
	text-align: center;
	display: inline-block;
}
.loader-sm>div {
	width: 12px;
	height: 12px;
	background-color: var(--menuColor);
	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;
}
.loader_color_variant {
	background-color: var(--whiteGlow) !important;
}
/* Small Loader ends */

@-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);
}
}
 @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);
}
}
/* Global CSS ends here */

/* Header CSS starts here */
.topHeader {
	background-color: #fff;
	padding: 10px 0;
	width: 100%;
	transition: all ease 0.6s
}
.topHeader .navbar {
	padding: 0;
}
.topHeader .navbar-nav {
	color: var(--menuColor);
	margin: 5px 0 0 0;
}
.topHeader .navbar-nav .nav-item {
	margin: 0 35px 0 0;
}
.topHeader .navbar-expand-lg .navbar-nav .nav-link {
	color: var(--menuColor);
	padding: 0;
	font-weight: 700;
	font-size: 17px;
}
.topHeader .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #333;
}
.currency_menu img {
	margin-left: 5px;
	height: 12px;
	width: 17px;
	display: inline-block;
	margin-top: -3px;
}
span.country_flag {
	margin-left: 5px;
}
a.dropdown-item .country_flag img {
	width: 17px;
	height: 12px;
}
.topHeader .dropdown-toggle::after {
	top: 2px;
	position: relative;
}
.topHeader ul.menuLeft li:first-child {
	margin-right: 15px !important;
}
.topHeader ul.menuLeft li:last-child {
	margin-left: 0 !important;
}
.topHeader ul.menuRight li:last-child {
	margin-left: 0 !important;
}
.topHeader .navbar-toggler-icon {
	background: url(../images/menuIcon2.svg) no-repeat;
	width: 44px;
	height: 35px;
	background-size: cover;
}
.topHeader .navbar-toggler {
	border: 0;
	padding: 0;
	outline: 0;
}
/*.topHeader .navbar button[aria-expanded="true"] > span.close {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	color: var(--menuColor);
	opacity: 1;
	line-height: 22px;
}
.topHeader .navbar button[aria-expanded="true"] > span.navbar-toggler-icon {
	display: none;
}
.topHeader .navbar button[aria-expanded="false"] > span.close {
	display: none;
}*/
.arabicMenu {
	font-family: 'DroidKufiBold' !important;
	font-weight: normal !important;
	font-style: normal !important;
}
/* Header CSS ends here */
/* Footer CSS starts here */
.footer {
	background: #155ea2;
	padding: 20px 0
}
.footer hr {
	background: #4686c1
}
.footer .f_topicon {
	text-align: center
}
.footer .f_topicon ul {
	padding: 0
}
.footer .f_topicon li {
	list-style: none;
	margin: 0 8px;
	display: inline-block
}
.footer .f_topicon img {
	height: 35px
}
.footer p {
	font: 400 14px/24px "Cairo", sans-serif;
	color: #b0d7fb;
	text-align: center
}
.footer_link {
	text-align: center
}
.footer_link ul {
	padding: 0
}
.footer_link li {
	list-style: none;
	margin: 0 10px 0 10px;
	position: relative;
	display: inline-block
}
.footer_link li:after {
	content: "";
	width: 1px;
	height: 10px;
	background: #b0d7fb;
	position: absolute;
	top: 8px;
	left: -13px
}
.footer_link li:last-child:after {
	display: none
}
.footer_link li a {
	color: #b0d7fb;
	font: 400 14px/24px "Cairo", sans-serif
}
/* Footer CSS ends here */
/* Session out */
.session_out {
    width: 500px;
    background: #fff;
    padding: 24px;
    text-align: center;
    color: #3d454e;
    border-radius: 5px;
    border: 1px solid #12154b;
}
.session_out h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight:700;
	color: rgb(21,94,162);
    text-transform: uppercase;
}
.icon-sessionout {
    background-image: url(../images/sessionout.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 150px;
    display: inline-block;
}
/* Session out ends */
/*404*/
.page_404 {
	background-color: var(--mediumBlue);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.icon-not-found {
	background-image: url(../images/404_pic.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 284px;
	display: inline-block;
}
.page_404 h5 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
.page_404_font_16 {
	font-size: 16px;
	padding-bottom: 15px;
	color: #fff;
}
.common_btnPad {
	padding: 10px 20px;
	color: #fff;
}
.common_btnPad:hover {
	color: #fff;
}
/*404 ends*/
/* Support */
.transformCaptialize {
	font-size:14px;
}
.select_bx.arrowAlign_common::after{
	top:45% !important;
}
.bodyScroll_hide{overflow: hidden !important;}
.curFlipArVal{display:inline-block;}
/* Support ends */
@media (max-width:991px) {
/* Header CSS media queries starts here */	 
.topHeader .navbar-nav .nav-item {
	margin: 0 0 0px 0 !important;
	padding-bottom: 0px !important;
	border-bottom: 1px solid #656b74;
}
.navbar-brand {
	width: 160px !important;
}
.topHeader .navbar-nav {
	margin: 20px 0 0 0;
}
/* Header CSS media queries ends here */

/* Footer CSS media queries starts here */
.footer .f_topicon li {
	margin-bottom: 4px
}
.footer .f_topicon img {
	height: 32px
}
.footer p {
	padding: 0 15px;
	margin: 0;
	font: 400 12px/20px "Cairo", sans-serif
}
.footer_link li a {
	font-size: 13px
}
/* Footer CSS media queries ends here */
}
@media (max-width:767px) {
.session_out {
    width: 290px;
    padding: 25px 10px;
}
.icon-sessionout {
    width: 150px;
    height: 100px;
}
}
/* Popup */

.popup_wrap {
	margin: 60px auto
}
.popup_wrap .modal-content {
	border: none
}
.popup_wrap .close {
	background: url(../images/close.svg) no-repeat #155ea2 center;
	background-size: 45%;
	width: 30px;
	height: 30px;
	border: none;
	opacity: 1;
	border-radius: 50%;
	position: absolute;
	top: -12px;
	left: -12px
}
.popup_wrap .close:hover {
	background-color: #438cca
}
.popup_wrap h4 {
	font: 700 18px "Cairo", sans-serif;
	color: #2b3042
}
.popup_wrap .form-control {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 15px;
	height: 42px;
	color: #2b3042
}
.popup_wrap select.form-control {
	height: 42px!important
}
.popup_wrap textarea.form-control {
	height: 100px
}
.popup_wrap .search_btn {
	margin-top: 0
}
 @media only screen and (max-width:991px) {
.popup_wrap .close {
	left: 5px
}
.popup_wrap .form-control {
	padding: 5px 10px
}
}
/* Popup end */


/* Menu */

.inner_logo {
	width: 185px;
	padding-top: 5px;
}
 @media only screen and (max-width: 991px) {
.inner_logo {
	width: 140px;
}
}
.topHeader .mob_btn {
	top: 6px;
}
span.country_flag {
	margin-left: 5px;
}
span.country_flag img {
	width: 17px;
	height: 12px;
}
.user_name i {
	width: 20px;
	height: 20px;
	background: url(../images/user.svg);
	position: relative;
	display: inline-block;
	top: 4px;
}
 @media only screen and (min-width:1200px) {
.main_nav {
	padding: 20px 0;
	text-align: right;
}
.topHeader .main_nav {
	padding: 15px 0;
}
.main_nav ul {
	margin: 0;
	padding: 0
}
.main_nav>ul>li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	color: #438cca
}
.main_nav>ul>li:last-child {
	margin-left:0px;
}
.main_nav ul li a {
	display: inline-block;
	font: 700 17px "Cairo", sans-serif;
	color: #438cca
}
.main_nav>ul>li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	font-size: 14px;
	display: block !important;
	z-index: 12;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}
.show_down>ul, .show_down currency-dir 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-left: 10px;
}
.main_nav>ul>li.submenu:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #438cca;
	left: -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, 0.3);
	z-index: 1001
}
.user_name {
	border: 1px solid #438cca;
	padding:2px 8px 2px;
	border-radius: 10px;
	height: 35px;
}
.user_name a {
	font: 600 15px "Cairo", sans-serif !important;
}
.user_icon {
	fill: #155EA0;
}
}
 @media only screen and (max-width: 1199px) {
 	.main_nav ul li .dropdown-item{color: #438cca !important;}
	.dropdown-item span{display: inline-block;}
.user_name i {
	margin-left: 4px;
	background: url(../images/user-white.svg);
}
.mob_btn {
	position: absolute;
	padding: 8px 7px;
	background-color: transparent;
	cursor: pointer;
	left: 15px;
	top: 27px;
	z-index: 10;
	background: #155ea2;
	border-radius: 4px
}
.mob_btn span {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 5px;
	background: #fff
}
.mob_btn span+span {
	margin-top: 5px
}
.main_nav {
	position: fixed;
	width: 260px;
	top: 0;
	right: -260px;
	background: #333;
	height: 100%;
	transition: all ease 0.2s;
	z-index: 1005;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
	overflow-y: auto
}
.main_nav ul {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 0px
}
.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-right: 25px;
}
.main_nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 10px;
	padding-right: 15px
}
.main_nav ul li a:hover {
	background: #2d2d2d
}
.show_menu .main_nav {
	right: 0
}
.show_menu .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1001
}
.main_nav ul li.submenu i {
	position: absolute;
	width: 100%;
	height: 44px;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.main_nav ul li.submenu i:after {
	content: "";
	height: 0;
	width: 0;
	border-right: 3px solid transparent;
	border-left: 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;
}
}
/* Menu End */

.modal-open {
	overflow: hidden;
	padding-left: 0px !important;
	/*overflow: visible !important;*/
}
.search_btn {
	background: #165fa3;
	background: linear-gradient(0deg, #165fa3 0%, #428bc9 100%);
	color: #fff;
	font: 600 17px/24px "Cairo", sans-serif;
	border: none;
	border-radius: 30px;
	padding: 6px 25px;
	cursor: pointer;
	margin: 15px 0 0 0;
	display: inline-block;
	text-align: center
}
.search_btn:hover {
	color: #fff;
	background: #438cca
}
.eraseBtn {
	position: absolute;
	top: 15px;
	left: 6px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	background: #4aa2ec;
	text-align: center;
	color: var(--whiteGlow);
	line-height: 19px;
	font-weight: 700;
	border-radius: 5px;
}
.eraseBtn:hover {
	color: var(--whiteGlow);
}
.home_btn.eraseBtn{
	top: 0px;
	left: 0px;
}

/* cookies style Start SHINTO */
.cookies_bg {
    background-color: #10182f;
    position: fixed;
    bottom:25px;
    left: 25px;
    padding: 30px;
    border-radius:10px;
    z-index: 5050;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 25%;
}
.cookies_bg img{width:60px; padding-bottom:20px;}
.cookies_bg a{color: #fff; text-decoration: underline; cursor: pointer;}
.cookies_bg a:hover{color: #fff; text-decoration: underline; cursor: pointer;}
.cookies_bg p{margin-bottom:5px;}
.allowCookieBtn {
    background: linear-gradient(0deg, #165fa3 0%, #428bc9 100%);
    color: #fff;
    font: 600 14px/24px "Cairo", sans-serif;
    border: none;
    border-radius: 30px;
    padding: 6px 25px;
    cursor: pointer;
    margin: 15px 0 0 0;
    display: inline-block;
    text-align: center;
}
.declineBtn{
    background:none;
    color: #fff;
    font: 600 14px/24px "Cairo", sans-serif;
    border: none;
    border-radius: 30px;
    padding: 6px 25px;
    cursor: pointer;
    margin: 15px 0 0 0;
    display: inline-block;
    text-align: center;
}
.log-wth-social{
	width: 100%;
	padding-top: 15px;
}
.soc-bt_wrp{
	display: flex;
	width: 100%;
}
.log-wth-social p{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #232323;
}
.log-wth-social a{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	height: 50px;
	font-size: 13px;
	border: 1px solid #666666;
	color: #232323;
	align-items: center;
}
.log-wth-social a.face_book{
	border: 1px solid #3b5998;
	background-color: #3b5998;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
}
a.goog_log{border-radius: 5px 0px 0px 5px;}

.log-wth-social a i img{
	margin-left: 10px;
}
.log-wth-social a.face_book i img{
	margin-left: 0px;
}
div#popup_message {
    padding-bottom: 10px;
}
h2#popup_title_blue {
    padding:5px 15px;
    font-size: 17px;
    text-align: right;
    line-height: 1.75em;
    color: #fff;
    background: #438cca;
    border-radius: 5px 5px 0 0;
    cursor: default;
    margin: 0em;
}
div#popup_content_blue {
    padding: 15px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border: solid #438cca 2px;
}
input#popup_ok {
    background: linear-gradient( 0deg, #165fa3 0%, #428bc9 100%);
    padding: 5px 15px;
    border:none;
    outline:none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}


.hmLoginModal .radio {
	margin: 0;
	padding-left: 30px;
}

.hmLoginModal .radio input[type=radio] {
	position: absolute;
	opacity: 0;
}

.hmLoginModal .radio input[type=radio] + .radio-label:before {
	content: "";
	background: #cad1dc;
	border-radius: 100%;
	border: none;
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
	top: 0;
	margin-left: 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: linear-gradient(0deg, #165fa3 0%, #428bc9 100%);
	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-left: 0;
}

/* flight progress style Start SHINTO */
.flight_prg .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #fff; border-radius:10px}
.progress-bar {
    background-color: #0065b8}
.page_loader_modal {
    margin-top: 0; text-align: center;}
.progress_popup_body {
    background-color: #fff;
    padding:20px}
.progress_note_popup {
    text-align: center;
    font-size: 16px;
    color: #4489c8;
    max-width: 63%;
    margin: 17px auto;
    line-height: 20px}
.progress_itenery {
    background-color: #fff}
.prg_palce,.prg_middle {
    width: 100%;
    float: right;
    text-align: center}
.progress_itinerary {
    width: 100%;
    background-color: #fff;
    display: flex}
.prg_palce {
    background-color: #fff}
.prg_palce .palce_name {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 15px}
.place_code {
    margin-top: 0;
    font-size: 16px;
    color: #0065b8}
.pro_travellers {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 16px}
.prg_dir {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 15px}
.prog_logo {
    width: 100%;
    margin-bottom: 15px;
    text-align: center}
.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=50)}
.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #2face7}
.prg_palce_h {
    width: 50%;
    float: right;
    text-align: center}
.search_location {
    float: right;
    width: 100%;
    text-align: center}
.hotel_location_name {
    margin-top: 0;
    font-size: 20px}
.search_location h5 {
    font-size: 16px;
    padding-top:0px;
    margin-bottom:5px}
.prgresmarg {
    margin-top: 30px}
.h_palce_name {
    font-size: 16px;
    padding-top:0px; margin-bottom:5px}
/* flight progress style end  */
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.main_nav>ul>li:last-child {
    margin-left: 0px;
}
.alert_revamp{
	color: #EF000D;
    font-weight: 600;
    background-color: #F7EBEC;
    border-color: #F7EBEC;
}
@media (max-width:991px) {

.cookies_bg {
    bottom: 15px;
    left: 15px;
    padding: 20px 10px;
    width: 45%;
}
}
@media (max-width:767px) {

	.cookies_bg {
	    bottom: 15px;
	    left: 15px;
	    padding: 20px 10px;
	    width: 90%;
	}
}
/* cookies style end */
@media (max-width:499px) {
	.soc-bt_wrp{
		flex-wrap: wrap;
	}
	.log-wth-social a{
		width: 100%;
	}
	.ad_ch_inf{
		display: inline-flex;
		width: 100%;
		font-size: 12px;
	}
}
@media (max-width:359px) {
	.home_btn.eraseBtn{
		top: 0px;
		left: -10px;
	}
}