/* Typography CSS */

@font-face {
    font-family: 'NunitoLight';
    src: url('../fonts/NunitoLight.eot');
    src: url('../fonts/NunitoLight.eot') format('embedded-opentype'),
         url('../fonts/NunitoLight.woff2') format('woff2'),
         url('../fonts/NunitoLight.woff') format('woff'),
         url('../fonts/NunitoLight.ttf') format('truetype'),
         url('../fonts/NunitoLight.svg#NunitoLight') format('svg');
}
@font-face {
    font-family: 'NunitoMedium';
    src: url('../fonts/NunitoMedium.eot');
    src: url('../fonts/NunitoMedium.eot') format('embedded-opentype'),
         url('../fonts/NunitoMedium.woff2') format('woff2'),
         url('../fonts/NunitoMedium.woff') format('woff'),
         url('../fonts/NunitoMedium.ttf') format('truetype'),
         url('../fonts/NunitoMedium.svg#NunitoMedium') format('svg');
}
@font-face {
    font-family: 'NunitoRegular';
    src: url('../fonts/NunitoRegular.eot');
    src: url('../fonts/NunitoRegular.eot') format('embedded-opentype'),
         url('../fonts/NunitoRegular.woff2') format('woff2'),
         url('../fonts/NunitoRegular.woff') format('woff'),
         url('../fonts/NunitoRegular.ttf') format('truetype'),
         url('../fonts/NunitoRegular.svg#NunitoRegular') format('svg');
}
@font-face {
    font-family: 'NunitoSemiBold';
    src: url('../fonts/NunitoSemiBold.eot');
    src: url('../fonts/NunitoSemiBold.eot') format('embedded-opentype'),
         url('../fonts/NunitoSemiBold.woff2') format('woff2'),
         url('../fonts/NunitoSemiBold.woff') format('woff'),
         url('../fonts/NunitoSemiBold.ttf') format('truetype'),
         url('../fonts/NunitoSemiBold.svg#NunitoSemiBold') format('svg');
}
@font-face {
    font-family: 'NunitoBold';
    src: url('../fonts/NunitoBold.eot');
    src: url('../fonts/NunitoBold.eot') format('embedded-opentype'),
         url('../fonts/NunitoBold.woff2') format('woff2'),
         url('../fonts/NunitoBold.woff') format('woff'),
         url('../fonts/NunitoBold.ttf') format('truetype'),
         url('../fonts/NunitoBold.svg#NunitoBold') format('svg');
}
@font-face {
    font-family: 'NunitoExtraBold';
    src: url('../fonts/NunitoExtraBold.eot');
    src: url('../fonts/NunitoExtraBold.eot') format('embedded-opentype'),
         url('../fonts/NunitoExtraBold.woff2') format('woff2'),
         url('../fonts/NunitoExtraBold.woff') format('woff'),
         url('../fonts/NunitoExtraBold.ttf') format('truetype'),
         url('../fonts/NunitoExtraBold.svg#NunitoExtraBold') format('svg');
}
@font-face {
    font-family: 'NunitoBlack';
    src: url('../fonts/NunitoBlack.eot');
    src: url('../fonts/NunitoBlack.eot') format('embedded-opentype'),
         url('../fonts/NunitoBlack.woff2') format('woff2'),
         url('../fonts/NunitoBlack.woff') format('woff'),
         url('../fonts/NunitoBlack.ttf') format('truetype'),
         url('../fonts/NunitoBlack.svg#NunitoBlack') format('svg');
}
 
@font-face {
	font-family: 'DroidKufiBold';
	src: url('../fonts/DroidKufiBold.eot');
	src: url('../fonts/DroidKufiBold.eot') format('embedded-opentype'), url('../fonts/DroidKufiBold.woff2') format('woff2'), url('../fonts/DroidKufiBold.woff') format('woff'), url('../fonts/DroidKufiBold.ttf') format('truetype'), url('../fonts/DroidKufiBold.svg#DroidKufiBold') format('svg');
}
@font-face {
	font-family: 'DroidKufiRegular';
	src: url('../fonts/DroidKufiRegular.eot');
	src: url('../fonts/DroidKufiRegular.eot') format('embedded-opentype'), url('../fonts/DroidKufiRegular.woff2') format('woff2'), url('../fonts/DroidKufiRegular.woff') format('woff'), url('../fonts/DroidKufiRegular.ttf') format('truetype'), url('../fonts/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}

body{
    font-family:'NunitoRegular', 'DroidKufiRegular' !important;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden !important;
    background:#fff;
}
div,p,a,ul li,span,b,strong,select,input,button,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family:'NunitoRegular', 'DroidKufiRegular';
    letter-spacing: 0.58px;
}
a{
    transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    text-decoration: 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;
}
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:'';
}
select::-ms-expand, input[type=text]::-ms-clear{
    display:none;
}
input:focus, button:focus, select:focus{
    outline:none;
    box-shadow: none;
}
input,button,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}
button{
    cursor:pointer;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin-bottom:0;
    font-weight:normal;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}
html{
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
img{
    vertical-align:middle;
    max-width:100%;
    height:auto;
}
.overflow-hidden{
    overflow:hidden !important;
}
.clear{
    clear:both;
}
.dir_default{
    direction:ltr;
}
.form-control:focus{
    box-shadow: none;
}
.minHeight{
    min-height: 550px;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle{
    background: none;
    border: none;
    font-size: 14px;
    padding: 0;
    display: flex;
}
.theme_btnStyle {
    cursor: pointer;
    color: #ffffff;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
}
.paymentfailed {
    padding: 30px 0;
}
.btn:hover{
	color: #ffffff;
}


/* Popup */
.ReactModal__Overlay {
	background-color: rgb(0 0 0 / 75%)!important;
	z-index: 9!important
}
.ReactModal__Content {
	width: 500px;
	position: relative!important;
	overflow:visible !important;
}
.log_cont_wrap label {
	font-size: 14px
}
.popup_wrap .modal-dialog {
	margin: 0
}
.popup_wrap .form-group {
	margin-bottom: 10px
}
.popup_wrap .modal-content {
	border: none
}
.popup_wrap .close {
	background: url(../images/close.svg) center/contain no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    right: -28px;
    z-index: 99;
}
.ReactModal__Content .popup_wrap.flDtlsModalnew .close {
	background: url(../images/close.svg) center/contain no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 99;
}
.popup_wrap .close:hover {
	background-color: #438cca
}
.popup_wrap h4 {
	font: 700 18px Cairo, sans-serif;
	color: var(--secondary-color);
    padding-bottom: 10px;
}
.popup_wrap .form-control {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 15px;
	height: 45px;
	color: #2b3042;
	font-size: 14px
}
.popup_wrap select.form-control {
	height: 45px!important
}
.popup_wrap textarea.form-control {
	height: 100px
}
.popup_wrap .search_btn {
	margin-top: 0
}
a.forg_pass, a.new_acc {
	font-size: 14px;
	text-decoration: none;
	color: var(--primary-color)
}
.popup_btn {
	background: var(--primary-color)!important;
	outline: 0;
	border: none;
	padding: 12px 20px!important;
	color: #fff!important;
	font-size: 16px!important;
	height: 45px;
	border-radius: 5px;
	line-height: 14px!important
}
.popup_wrap .hasDownArrow::after {
	position: absolute;
	content: "";
	top: 40%;
	right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0;
	border-color: #545454 transparent transparent;
	pointer-events: none
}
.form_phone .code_pdng{
	/*padding-right: 10px;*/
}
.popup_wrap .modal-body{
	padding:0;
}


/* Popup end */

.inner_content_area{
	padding:25px 0;
}

.ContentArea{
	padding:25px 0;
}
.hasDownArrow::after {
    position: absolute;
    content: "";
    top: 40%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #545454 transparent transparent;
    pointer-events: none;
}
/*Progressive starts*/
.result_col {
   border: 1px solid #ccc;
   background:#FFF;
    padding: 15px;
    border-radius: 10px;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes !important;
}
.progress_main{
	margin-top: 100px;
}

.progress{
	border-radius:5px;
	height:20px;
	padding-left: 0 !important;
	    
}
.progress-bar {
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
	background-color: var(--primary-color) !important;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    overflow: hidden;
	
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.filterCol {
    flex: 0 0 26%;
    max-width: 26%;
    padding: 0 15px;
}
.resultCol {
    padding-left: 15px;
    flex: 0 0 74%;
    max-width: 74%;
    padding-right: 15px;
}
@keyframes placeHolderShimmer {
0% {
background-position:-468px 0;
}
100% {
background-position:468px 0;
}
}
.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    height: 102px;
    position: relative;
    width: 100%;
    border-bottom: 0;
    margin-bottom: 10px;
}
.background-masker {
    background: #fff;
    position: absolute;
}
.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom {
    top: -10px;
    left: 65px;
    right: 0;
    height: 10px;
}
.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right {
    top: 0;
    left: 65px;
    height: 18px;
    width: 20px;
}
.background-masker.header-bottom {
    top: 18px;
    height: 12px;
}
.background-masker.subheader-left, .background-masker.subheader-right {
    top: 18px;
    height: 12px;
}
.background-masker.header-right, .background-masker.subheader-right, .place_one, .place_two, .place_three, .place_four, .place_five, .place_six {
    width: auto;
    left: 300px;
    right: 0;
}
.background-masker.subheader-right {
    left: 230px;
}
.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}
.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}
.background-masker.content-top {
    height: 20px;
}
.background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}
.background-masker.content-second-line {
    top: 68px;
}
.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}
.background-masker.content-third-line {
    top: 82px;
}
.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
.place_one {
    left: 0;
    top: 40px;
    height: 16px;
}
.place_two {
    left: 148px;
    top: 56px;
    height: 15px;
    width: 1%;
}
.place_three {
    left: 0;
    top: 70px;
    height: 10px;
}
.place_four {
    left: 0;
    top: 100px;
    height: 10px;
}
/*Progressive End*/ 

.no_result {
    border: 1px solid var(--secondary-color);
    background: #FFF;
    min-height: 220px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 42px;
    padding: 15px;
}
.no_result_flight {
    background: url(../../assets/images/no_result_flight.svg) center;
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    background-size: cover;
}
.no_result_sports {
    background: url(../../assets/images/no_result_sports.svg) center;
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    background-size: cover;
}
.no_result h4 {
    font-family:'NunitoBold', 'DroidKufiRegular';
    font-size: 18px;
    margin-bottom: 4px;
}
.no_result p{
	font-size: 14px;
	margin-bottom: 10px;
}
a.no_resultBtn {
    text-decoration: none;
}
a.no_resultBtn:hover {
    color:#FFF;
}

/*----------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; }


.loader-open-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.loader-open-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #f15d24;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.loader-open-dot:nth-child(1) { animation-delay: -1.1s; }
.loader-open-dot:nth-child(2) { animation-delay: -1.0s; }
.loader-open-dot:nth-child(3) { animation-delay: -0.9s; }
.loader-open-dot:nth-child(4) { animation-delay: -0.8s; }
.loader-open-dot:nth-child(5) { animation-delay: -0.7s; }
.loader-open-dot:nth-child(6) { animation-delay: -0.6s; }
.loader-open-dot:nth-child(1):before { animation-delay: -1.1s; }
.loader-open-dot:nth-child(2):before { animation-delay: -1.0s; }
.loader-open-dot:nth-child(3):before { animation-delay: -0.9s; }
.loader-open-dot:nth-child(4):before { animation-delay: -0.8s; }
.loader-open-dot:nth-child(5):before { animation-delay: -0.7s; }
.loader-open-dot:nth-child(6):before { animation-delay: -0.6s; }

.openLoader{
	width:100%; 
	height:100%;    
	height: calc(80vh);
	display: flex;
    align-items: center;
    justify-content: center; 
}

.react-autocomplete-inner.active {
    background: var(--primary-color) !important;
	color:#FFF !important;
	cursor:pointer;
}
.react-datepicker__day--selected{
	background: var(--primary-color) !important;
}
.react-datepicker__day--keyboard-selected{
	background: var(--primary-color) !important;
}
.react-datepicker__day--range-end {
    background: var(--primary-color) !important;
}

.mm-popup__btn{
	background: var(--primary-color) !important;
	color:#FFF !important;
	border:solid var(--primary-color) 1px !important;
	padding: 0 15px !important;
	font-size: 14px !important;
}
.mm-popup__box__footer {
	padding: 0px 12px 12px !important;
}



@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:inline-block;
}

.loader-sm > div {
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  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);
  }
}

.hmSearchArea .loader-sm{position: absolute; top: 20px; right: 20px;}
.hmsubscrbe .loader-sm{margin-top: 10px;}
/*----------inline loader end-----*/

.react-datepicker-popper {
    z-index: 7 !important;
}


.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;
}
.error {
    font-size: 13px;
    color: RED;
    line-height: 16px;
    display: inline-block;
}

.payment_details_Box {
	padding-bottom: 20px;
}
.details_allCol {
	padding-bottom: 10px;
}
.details_all {
	padding: 5px 12px;
	background: #ffffff;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #12154a;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
}
.details_all span {
	display: inline-block;
}
.modlsocial {
	display:flex;
}
.modlsocial .kep-login-facebook  {
	height: 40px !important;
    padding: 7px 15px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 4px !important;
	margin-left: 10px;
}
.cms_main {
    padding-top: 40px;
}
.disable {
    opacity: .5;
    pointer-events: none;
}
.flDtlsModalnew .fldtls_content {
    height: 450px;
    overflow-y: scroll;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#topcontrol {
    background: var(--primary-color) url(../../assets/images/btm_top.svg) no-repeat center;
    border-radius: 5px;
    z-index: 999;
    left: auto !important;
    right: 35px !important;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    background-size: 50%;
	cursor:pointer;
}
.react-datepicker{
	display: flex;
}
.model_social_outr{
	display:flex;
}
.page404_minHeight{
	min-height:800px;
}
.page404{
	text-align: center;
	padding:90px 0;
}
.page404 h2 {
    font-size: 24px;
    margin-bottom: 5px;
    font-family:'NunitoBold', 'DroidKufiRegular';
}
.page404 h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-family:'NunitoSemiBold', 'DroidKufiRegular';
}
.page404 p {
    font-size: 14px;
    margin-bottom: 5px;
    font-family:'NunitoSemiBold', 'DroidKufiRegular';
}
.page404 img {
    width: 150px;
}
.icon-not-found {
	background: url(../../assets/images/404.svg) center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 150px;
    display: inline-block;
}
.icon-not-found_one {
	background: url(../../assets/images/401.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 150px;
    display: inline-block;
}
.four_not_four{
	padding-top:90px;
}
.page404 .theme_btnStyle  {
    width: 170px;
    height: 47px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border: 0;
    margin-top: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mob_calender{width:100% !important;}
.mob_calender .rdrCalendarWrapper{width:100% !important;}
.mob_calender .rdrMonth{width:100% !important; /*height: 100% !important;*/     height: initial !important;}
.mob_calender .rdrStartEdge{background:var(--primary-color) !important;}
.mob_calender .rdrEndEdge{background:var(--primary-color) !important;}
.mob_calender .rdrStartEdge, .rdrEndEdge{background:var(--primary-color) !important; height: 40px;border-radius: 8px;top: 0;}

.mob_calender .rdrStartEdge + span.rdrDayNumber span, .rdrEndEdge + span.rdrDayNumber span {color:#FFFFFF !important;}
.mob_calender .rdrDayToday span.rdrDayNumber span {color:#223546 !important;}

.mob_calender .rdrInRange{background: #ffe6dc;border-radius: 0;height: 40px;top: 0px;}
.mob_calender .rdrDayToday span:after{background:var(--primary-color) !important; }
.rdrDayToday .rdrDayNumber span:after{background:var(--primary-color) !important; display:none; }
.mob_calender .rdrDayToday{  height: 40px;border-radius: 8px; border:solid var(--primary-color) 1px; }
.mob_calender .rdrDayNumber{height: 40px;top: 0;}
.mob_calender .rdrDayToday .rdrDayNumber span{  }
.mob_calender .rdrDayNumber {color:#fff !important; }
.rdrDayNumber span {color: #223546;}
.mob_calender .rdrDayNumber span{ color: #223546 !important; font-family: 'NunitoBold';font-size:14px;}
.mob_calender .rdrDayDisabled{ height: 40px !important; }
.mob_calender .rdrDayDisabled span{ color: #b3b3b3 !important;}
.mob_calender .rdrDayToday .rdrStartEdge { background: none !important;}
.mob_calender .rdrMonthName{color: #223546;}
.mob_calender .rdrWeekDay{color: #223546;}
.mob_calender .rdrDayStartOfWeek span{ color:#f85656 !important;}
.rdrWeekDays .rdrWeekDay:first-child{ color:#f85656 ;}
 
.rdrDay{height: 40px;}
.mob_calender .rdrDayPassive { visibility:hidden;}
[data-rsbs-has-header='false'] [data-rsbs-header] {box-shadow: none;padding-top: calc(20px + env(safe-area-inset-top));}



.mob_autocomplete_box{ padding:0 15px; position:relative;}
.mob_autocomplete_box input{ width: 100%; border-radius: 8px;border: none;padding: 10px 15px; background:#f3f3f3 url(../../assets/images/search_recent.svg) 3%; background-repeat: no-repeat;
padding-left:38px; position:relative;}
.mob_auto_list{}
.mob_auto_list ul{}
.mob_auto_list ul li{border-bottom: solid #f3f3f3 1px;padding: 10px 0;font-size: 14px;padding-left: 35px;  background: url(../../assets/images/plane_recent.svg) left; background-repeat: no-repeat;}
.mob_auto_hd{ display: flex;justify-content: space-between;align-items: center; padding:15px 0;padding-bottom: 5px;}
.mob_auto_hd h3{font-size: 15px;color: #000; font-family: 'NunitoBold';}
.mob_auto_hd span{ font-size:13px; color:#f15d24;font-family: 'NunitoBold';}
.mob_autocomplete_box h2{font-size: 16px;color: #000; font-family: 'NunitoBold';padding-top: 10px;padding-bottom: 10px; letter-spacing:0;}
 

 
@media print
{
         @page {
           margin-top: 10px;
           margin-bottom:  10px;
         }
         body  {
           padding-top: 72px;
           padding-bottom: 72px ;
         }
} 

/* media query */
@media screen and (min-width:1200px) and (max-width:1400px){
	.baggage_popup {height: 415px !important;}
}
@media screen and (min-width:320px) and (max-width:767px){
	.ReactModal__Content{ width:95% !important;}
	.modal-body{ padding:0 !important;}
	#topcontrol{bottom: 20px;right: 15px !important;}
	.popupradio .radio input[type=radio] + .radio-label:before{margin-right: 5px !important;}
	.popupradio .radio{padding-right: 10px !important;}
	.popupradio label{font-size: 13px !important;}
	.react-datepicker{display: inline-block !important;}
	.progress_main { margin-top: 25px;}
	.page404_minHeight{min-height: inherit;}
	.page404{ padding: 30px 0;}
/*	.react-datepicker-popper{ z-index: 8 !important;}
	.header{z-index: 9 !important;}*/
	.flDtlsModalnew .fldtls_content{height: 450px;}
}
@media screen and (min-width:320px) and (max-width:500px){
	.modlsocial{ display:inherit;}
	.modlsocial .kep-login-facebook { margin-left:0;margin-top:10px;}
}
/* media query End*/


 

.refundProtectMain{
    border:1px solid #ccc;
    padding:20px;
    border-radius:5px;
    position: relative;
    background-color: #fff;
    padding-top: 40px;
}
.refundRecommended {
    background-color: #273a63;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: -12px;
    left: 15px;
    border-radius: 5px;
    padding: 3px 10px;
}
.refundProtectError {
    margin-left: 10px;
    margin-top: 20px;
}
.refundProtectError .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.refundWarningIcon{
    background:url(../images/warning_icon.svg) no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.refundProtectDetails h2 {
    font-size:18px;
    color: #000;
    font-family:'NunitoBold', 'DroidKufiBold' !important;
    display: flex;
    align-items: center;
}
.rpBookHeadIcon {
    background-image: url(../images/refundPrtctIcon.svg);
    width: 35px;
    height: 35px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.refund_tick {
    background-image: url(../images/refund_tick.svg);
   height: 10px;
    width: 14px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.refundProtectDetails ul {
    padding-top: 20px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}
.refundProtectDetails li {
    display: flex;
    align-items: center;
    width: 50%;
    padding-bottom: 10px;
}
.refundProtectDetails li span {
    color: #000;
    font-size: 14px;
}
.refundProtectDetails li a {
    color: #0085d9 !important;
    font-size: 14px;
    text-decoration: underline !important;
    cursor: pointer;
}
.refundProtectDetails p {
    color: #000;
    font-size: 14px;
    padding: 10px;
}
.refundProtectDetails p a {
    color: #0085d9 !important;
    font-size: 14px;
    text-decoration: underline !important;
    cursor: pointer;
}
.refund_time{
    background-image: url(../images/refund_time.svg);
    width:18px;
    height:18px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.refundProtectDetails h4 {
    color: #00a75a;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 10px;
    font-family:'NunitoBold', 'DroidKufiBold' !important;
    padding-top: 10px;
}
span.rfdplus {
    color: #0085d9 !important;
}
.refund_checkslist input[type="checkbox"]+label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
}
.refund_checkslist input[type="checkbox"], .refund_checkslist input[type="radio"] {
    display: none;
}
.refund_checkslist input[type="checkbox"]+label::before {
    border-radius:50%;
    top: 0;
    content: "";
    height:23px;
    width: 23px;
    position: absolute;
    left: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
.refund_checkslist input[type="checkbox"]:checked+label::before {
    background: #008845 url(../images/checktick.svg) no-repeat center;
    content: "";
    height: 23px;
    width: 23px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    line-height: 20px;
    background-size: 70%;
}
ul.refund_checkslist li.active {
    border: 2px solid;
    color: #273a63;
}
ul.refund_checkslist li {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.refund_checkslist li.active label{
    font-family:'NunitoBold', 'DroidKufiBold' !important; 
}
ul.refund_checkslist h6 span{
    font-family:'NunitoBold', 'DroidKufiBold' !important; 
    font-size: 14px;
}

@media screen and (min-width:320px) and (max-width:767px){
    .refundProtectDetails li {
        width:100%;
    }
    .refundProtectDetails h2 {
        font-size: 15px;
    }
    .rpBookHeadIcon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    .refund_time {
        background-repeat: no-repeat;
    }
    .refundProtectDetails h4 {
        font-size: 13px;
    }
    .refund_checkslist input[type="checkbox"]+label {
        padding-left: 30px;
        font-size: 12px;
    }
    ul.refund_checkslist h6 span {
        font-size: 12px;
    }
    .refund_checkslist input[type=checkbox]+label:before {
    height: 22px;
    top: -5px;
    width: 22px;
}
.refund_checkslist input[type=checkbox]:checked+label:before {
    height: 22px;
    top: -5px;
    width: 22px;
}
.refundProtectMain {
    padding: 30px 15px 15px;
    margin-top: 10px;
}
.refundProtectDetails ul {
    padding-left: 0;
    padding-top: 15px;
}
.refundProtectDetails li {
    align-items: start;
    padding-bottom: 15px;
    line-height: 12px;
}
.refundProtectDetails li span {
    color: #000;
    font-size: 12px;
}
.refundProtectDetails p {
    font-size: 12px;
    padding: 0;
}
.refundProtectDetails p a {
    font-size: 12px;
}
.refundProtectDetails h4 {
    align-items: start;
    font-size: 13px;
    padding-left: 0;
    padding-top: 0;
    line-height: 14px;
}
.refund_time {
    height: 15px;
    margin-right: 8px;
    width: 22px;
}
}

.customModal {
    background: white;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    margin: auto;
    position: relative;
}

.modalOverlay {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.closeBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

.modalTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.modalSubtext {
    font-size: 14px;
    margin-bottom: 20px;
}

.optionBoxWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 15px;
}

.optionBox {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9f9f9;
}

.optionIcon {
    font-size: 28px;
}

.optionIcon.green {
    color: #2ecc71;
}

.optionIcon.red {
    color: #e74c3c;
}

.warningText {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.buttonGroup {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.yesBtn {
    background-color: #e74c3c;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.noBtn {
    background-color: #ccc;
    color: #333;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}
