@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap');

body{
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
	background-color:#FAFAFA;
}
.zsiq_flt_rel{
	background-color: #3f51b5 !important;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	color:#2196f3;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.2em;
}
.form-check .form-check-input:checked{
    background-color:#CE1624;
	box-shadow:none;
	border:0px;
}
.bg-blue{
	background-color:#06c;
}
.text-blue{
	color:#2196f3;
}
.logo-mob-h{
	height:35px;
}
.home-navbar{
	padding:10px 0px;
	z-index:9999;
	position:relative;
}
.navbar-nav .nav-link{
	font-weight:600;
	color:#000 !important;
}


.nav-pills .nav-link{
	color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.29;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color:#2196f3;
	color:#fff;
}
.global-btn{
	background-color:#2196f3;
	color:#ffffff;
	font-weight:600;
}
.global-btn:hover{
	background-color:#af1826;
	color:#ffffff;
}
.global-btn:focus{
	background-color:#af1826;
	color:#ffffff;
}



/*radio style*/

.radio-custom {
    opacity: 0;
    position: absolute;   
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
	font-weight:600;
	color:#000 !important;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #D9D9D9;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
	background-color:#2196f3;
}

.radio-custom:checked + .radio-custom-label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
	position:absolute;
	top:0px;
	left:5px;
}

.form-check{
	padding-left:0px;
}

/*Product nav*/
.search-nav{
	background-color:#FFF;
	border-radius:40px;
	max-width:532px;
	margin-top:20px;
	padding:16px 10px;
}
.search-nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.search-nav li{
	padding:0px;
	margin:0px 10px 0px 0px;
	float:left;
}
.search-nav li:last-child{
	margin-right:0px;
}
.search-nav li a{
	padding:10px 20px 10px 45px;
	margin:0px;
	border-radius:30px;
	color:#000;
	font-size:18px;
	font-weight:600;
}
.search-nav li a.active{
	color:#fff;
}
.search-nav li a.s-flight{
	background:url(../images/s-flight-r.svg) no-repeat left 5px center;
	background-size:40px;
}
.search-nav li a.s-flight.active{
	background:#2196f3 url(../images/s-flight-w.svg) no-repeat left 5px center;
	background-size:40px;
}

.search-nav li a.s-hotel{
	background:url(../images/s-hotel-r.svg) no-repeat left 8px center;
	background-size:30px;
}
.search-nav li a.s-hotel.active{
	background:#2196f3 url(../images/s-hotel-w.svg) no-repeat left 8px center;
	background-size:30px;
}
.search-nav li a.s-holiday{
	background:url(../images/s-holidays-r.svg) no-repeat left 8px center;
	background-size:30px;
}
.search-nav li a.s-holiday.active{
	background:#2196f3 url(../images/s-holidays-w.svg) no-repeat left 8px center;
	background-size:30px;
}
.search-nav li a.s-visa{
	background:url(../images/s-visa-r.svg) no-repeat left 8px center;
	background-size:30px;
}
.search-nav li a.s-visa.active{
	background:##2196f3 url(../images/s-visa-w.svg) no-repeat left 8px center;
	background-size:30px;
}



/*Offer style*/
.offers-con{
	margin-top:150px;
}

.offers-con h2{
	font-size:30px;
	font-weight:800;
	color:#000;
}
.offer-bx{
	border-color:#F5F5F5;
}
.offers-con h4{
	font-size:20px;
	font-weight:800;
	color:#000;
}
.offer-date{
	background:url(../images/calendar-2.svg) no-repeat left center;
	padding-left:18px;
	font-size:12px;
	margin-top:3px;
}
.coupon{
	border:1px #B51717 dashed;
	display:inline-block;
	font-weight:800;
	letter-spacing:.2rem;
}
.offer-link{
	color:#2196f3;
	display:inline-block;
	background:url(../images/right-arrow.svg) no-repeat right 4px center;
	background-size:20px;
	padding-right:30px;
}
.dom-deals-con{
	margin-top:0px;
	
}
.int-deals-con{
	margin-top:0px;
	
}
.dom-deals-con .slick-prev{
	top:-110px;
}
.dom-deals-con .slick-next{
	top:-110px;
}
.int-deals-con .slick-prev{
	top:-110px;
}
.int-deals-con .slick-next{
	top:-110px;
}
.deals-box{
	border-radius:20px;
	min-height:80px;
}
.deal-dom-desti{
	border-radius:30px;
	padding:0px 10px;
	background-color:#F5F4F4;
	font-size:18px;
}
/* the slides */
  .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -10px;
  }
.slick-prev:before{
	display:none;
}
.slick-next:before {
   display:none;
	
}
.slick-prev, .slick-next{
	width:40px;
	height:40px;
	background-color:#BE1E2D;
	border-radius:75%;
	text-indent: -99999px;
}
.slick-prev:hover{
	width:40px;
	height:40px;
	background:#BE1E2D url(../images/dropdown-arrow-w.svg) no-repeat center center;
	border-radius:75%;
}
.slick-next:hover{
	width:40px;
	height:40px;
	background:#BE1E2D url(../images/dropdown-arrow-w.svg) no-repeat center center;
	border-radius:75%;
}
.slick-prev:focus{
	width:40px;
	height:40px;
	background:#BE1E2D url(../images/dropdown-arrow-w.svg) no-repeat center center;
	border-radius:75%;
}
.slick-next:focus{
	width:40px;
	height:40px;
	background:#BE1E2D url(../images/dropdown-arrow-w.svg) no-repeat center center;
	border-radius:75%;
}
.slick-prev{
	top:-60px ;
	right:50px;
	left:inherit;
	background:#2196f3 url(../images/dropdown-arrow-w.svg) no-repeat center center ;
	transform: rotate(90deg);
}
.slick-next{
	top:-60px ;
	right:0px;
	left:inherit;
	background:#2196f3 url(../images/dropdown-arrow-w.svg) no-repeat center center;
	transform: rotate(-90deg);
}

.holiday-pack{
	
}
.holiday-pack h2{
	font-size:30px;
	font-weight:800;
	color:#000;
}
.holiday-pack h4{
	font-size:20px;
	font-weight:800;
	color:#000;
	margin-top:10px;
}
.holiday-pack .slick-prev{
	top:-55px;
}
.holiday-pack .slick-next{
	top:-55px;
}
.holiday-box{
}
.holiday-img{
	border-radius:20px;
	height:200px;
	overflow:hidden;
	width:250px;
}

.home-con h2{
	font-size:25px;
	font-weight:800;
	color:#000;
}
.footer{
	border-top:1px #E9E9E9 solid;
	background-color:#ffffff;
}
.footer h3{
	font-weight:700;
	font-size:22px;
}
.footer ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer li{
	padding:6px 0px;
}
.footer a{
	display:inline-block;
	margin:0px 3px;
	font-size:14px;
	color:#06c;
}
.footer a:hover{
	font-weight:600;
}
.fbtn-nav {
	font-size:12px;
	color:#000;
	text-align:right;
}
.fbtn-nav a{
	color:#06c;
	text-decoration:none;
	font-size:14px;
}
.privacy-link a{
	display:inline-block;
	margin-right:15px;
	font-size:12px;
	color:#666;
	display:inline-block;
	margin-left:10px;
}
.list-bnr{
	min-height:100px;
	background-color:#2196f3;
}
.main-btn {
    background-color: #2196f3;
    color: #fff;
    border-radius: 6px;
    width: 200px;
    box-shadow: none;
}
.main-btn:hover{
	background-color: #2196f3;
}
.main-btn:focus{
	background-color: #2196f3;
}
.owl-dot .active{
	background: #2196f3;
}
.close-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
	z-index:1001;
}
.inner-wrap {
    
}
.inner-wrap .form-check{
	padding-left:1.5em;
}
.red-bg {
    background-color: #2196f3;
}
.red-bg:hover{
	background-color: #2196f3;
}
.txt-red{
	color: #2196f3;
}
.dom-r-trip{
	font-size:10px;
}
.c-head::after{
	font-family:'FontAwesome';
	content:'\f0d7';
	position:absolute;
	right:25px;
	top:0px;
	font-size:25px;
}
.custom-control-label::before {
  display:none !important;
  visibility: none;
  opacity:0
}
label {text-align:center}
.pLabel {
    width: 150px;
    height: 145px;
    font-weight: 600;
    border-radius: 10px;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.pLabel label{cursor:pointer;}
.falsecheck {width:30px; height:30px; margin: auto; border-radius:20px; background:#CCC url(../images/check.svg) no-repeat center center;background-size: 50%;}
input[type="radio"]:checked+.falsecheck {
    background: #006600 url(../images/check.svg) no-repeat center center;
	background-size:50%;
}

.nav-pills .nav-link{
	color:#000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color:#2196f3;
}
.mob-md-fltr-btns{
	display:none;
}
.offers-nav {
    font-size: 14px;
    text-decoration: none;
    color: #CE1624;
	font-weight:900;
	margin-top:3px;
	background:url(../images/offers-icon.svg) no-repeat left center;
	background-size:43px;
	padding-left:48px;
	line-height:18px;
	padding-top:5px;
	display:block;
	
}
.offers-nav span{
	color:#000;
	font-size:12px;
	display:block;
	font-weight:400;
}
.offers-nav:hover{
	 color: #CE1624;
}

.b2b-nav {
    font-size: 14px;
    text-decoration: none;
    color: #CE1624;
	font-weight:900;
	margin-top:3px;
	background-size:43px;
	line-height:18px;
	padding-top:5px;
	display:block;
	
}
.b2b-nav span{
	color:#000;
	font-size:12px;
	display:block;
	font-weight:400;
}
.b2b-nav:hover{
	 color: #CE1624;
}
.call-us {
    font-size: 20px;
    text-decoration: none;
    color: #000;
	font-weight:900;
	margin-top:3px;
	background:url(../images/call24.svg) no-repeat left center;
	background-size:38px;
	padding-left:40px;
	line-height:20px;
	padding-top:5px;
	display:block;
	
}
.call-us span{
	color:#000;
	font-size:12px;
	display:block;
	font-weight:400;
}
.call-us:hover{
	color:#2196f3;
}
.product-drop-btn {
    background: url(../images/dropdown-arrow.svg) no-repeat right top 6px;
    height: 30px;
    display: block;
    width: 83PX;
    margin-top: 8px;
    COLOR: #000;
    FONT-WEIGHT: 600;
}
.country-drop-btn{
	background:url(../images/dropdown-arrow.svg) no-repeat right top 6px;
	height:30px;
	display:block;
	width:54px;
	margin-top:8px;
}

.btn-flag-icon{
	height:25px;
	width:37px;
	border-radius:4px;
	overflow:hidden;
}
.india-flag{
	background:url(../images/flag-of-india.svg) no-repeat right center;
}
.usa-flag{
	background:url(../images/flag-of-usa.svg) no-repeat right center;
}
.india-canada{
	background:url(../images/flag-of-canada.svg) no-repeat right center;
}
.india-uae{
	background:url(../images/flag-of-uae.svg) no-repeat right center;
}
.india-uk{
	background:url(../images/flag-of-uk.svg) no-repeat right center;
}
.countrydrop-con{
	position:absolute;
	top:50px;
	right:15px;
	width:120px;
	height:180px;
	z-index:1000;
	background-color:#FFF;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	padding:10px 18px;
	top: 60px;
  right: 0px;
}
.countrydrop-con ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.countrydrop-con li{
	list-style:none;
	padding:0px;
	margin:5px 0px 12px 0px;
}
.countrydrop-con li a{
	list-style:none;
	padding:0px 0px 0px 30px;
	margin:0px;
	display:block;
	font-size:14px;
	color:#000;
}
.countrydrop-con li a.active{
	color:#CE1624;
	font-weight:700;
}
.countrydrop-con li a:hover{
	color:#CE1624;
	font-weight:700;
}
.india-con{
	background:url(../images/flag-of-india.svg) no-repeat left center;
	background-size:20px;
}
.usa-con{
	background:url(../images/flag-of-usa.svg) no-repeat left center;
	background-size:20px;
}
.ca-con{
	background:url(../images/flag-of-canada.svg) no-repeat left center;
	background-size:20px;
}
.uae-con{
	background:url(../images/flag-of-uae.svg) no-repeat left center;
	background-size:20px;
}
.uk-con{
	background:url(../images/flag-of-uk.svg) no-repeat left center;
	background-size:20px;
}
.dropdown-toggle::after{
	display:none;
}
.call-mobile{
	display:none;
}
.ui-slider-handle {
	background-color:#2196f3 !important;
	width:20px !important;
	height:20px !important;
	border-radius:4px !important;
	border:0px !important;
	outline:none !important;
}
.ui-slider{
	background-color:#CCC;
}
.ui-slider-range{
	background-color:#677a97;
}
.border-top-mob{
	border-top:0px;
}
.btn-red{
	background-color:#2196f3;
	border:0px;
}
.btn-red:hover{
	background-color:#2196f3;
}
.btn-red:focus{
	background-color:#2196f3;
}
.myaccount-btn{
	background:#FFF url(../images/profile.svg) no-repeat left 5px center;
	background-size:20px;
	border:0px #2196f3 solid;
	color:#2196f3 !important;
	font-size:16px;
	padding-left:30px;
	font-weight:600;
	float:right;
	margin-top:5px;
	cursor:pointer;
	
}
.myaccount-btn:hover{
	background:#fff url(../images/profile.svg) no-repeat left 5px center;
	background-size:20px;
}
.log-reg-link-con{
	position:absolute;
	top:19px;
	right:60px;
	width:180px;
	height:30px;
	font-size:14px;
	font-weight:700;
}
.log-reg-link-con a{
	font-size:16px;
	padding:0px 12px;
}
/*loader css*/
.loader-pop-overlay{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	z-index:1000;
}
.search-popup{
	position:fixed;
	top:30%;
	left:0px;
	right:0px;
	margin:0 auto;
	width:450px;
	border-radius:20px;
	z-index:1001;
	background-color:#1855a3;
	min-height:230px;
	color:#fff;
}
.progress{
	border-color:#fff;
	background-color:#FFF;
	height:30px;
	
}
.progress__bar{
	background-color:#be1e2d;
	color:#fff;
	height:30px;
}
.progress_streamtext:after{
	
	font-size:16px;
	color:#fff;
}

.brd-btn-red{
	border:1px #2196f3 solid;
	font-size:13px;
	font-weight:700;
	color:#2196f3;
	padding:8px 10px 7px 10px;
	line-height: 20px;
}
.brd-btn-red:hover{
	border:1px #2196f3 solid;
	font-size:13px;
	font-weight:700;
	color:#2196f3;
	padding:8px 10px 7px 10px;
	line-height: 20px;
}
.brd-btn-red:focus{
	border:1px #2196f3 solid;
	font-size:13px;
	font-weight:700;
	color:#2196f3;
	padding:8px 10px 7px 10px;
	line-height: 20px;
}
.booknow-btn{
	border:0px #BE1E2D solid;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background-color:#2196f3;
	padding:8px 10px 7px 10px;
	line-height: 20px;
}
.booknow-btn:hover{
	border:0px #BE1E2D solid;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background-color:#2196f3;
	padding:8px 10px 7px 10px;
	line-height: 20px;
}
.booknow-btn:focus{
	border:0px #BE1E2D solid;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background-color:#BE1E2D;
	padding:8px 10px 7px 10px;
	line-height: 20px;
}
.cn-filter-btn{
	cursor:pointer;
	color:#000;
	font-size:16px;
	text-align:center;
	width:100%;
	border-bottom:2px #8C8C8C solid;
}
.cn-btn-active{
	border-bottom:3px #2196f3 solid;
}
.shadow-sm{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.21) !important;
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.21) !important;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.21) !important;
}
.sort-drop{
	padding:6px 10px;
	font-size:13px;
	font-weight:700;
	background:#fff url(../images/dropdown-arrow.svg) no-repeat right 10px center;
	box-shadow:none !important;
}
.rt-con{
	position:fixed;
	bottom:0px;
	width:100%;
	height:188px;
	z-index:1000;
	padding-top:10px;
	box-shadow:0 1rem 3rem rgba(0,0,0,.575)!important
}
.rt-total{
	margin-top:54px;
}
.edit-link{
	cursor:pointer;
}
.form-check-input{
	cursor:pointer;
}
.form-check-label{
	cursor:pointer;
}
/*myaccount style*/
.myaccount-head{
	background-color:#2196f3;
	padding:20px 0px;
}
.myaccount-head .active{
	font-weight:700;
	text-decoration:underline;
}
.cashback-con{
	background:url(../images/cashback-bg.svg) no-repeat center center;
	min-height:148px;
	border-radius:20px;
	background-size:contain;
}
.cashback-con .h3{
	margin-top:40px;
}
.dash-bx-link{
	min-height:100px;
}
.account-edit-link{
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	background:url(../images/edit-red-icon.svg) no-repeat center center;
	cursor:pointer;
}
.traveller-view-link{
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	background:url(../images/view-red-icon.svg) no-repeat center center;
	cursor:pointer;
}
.traveller-add-link{
	position:absolute;
	top:50px;
	right:10px;
	width:30px;
	height:30px;
	background:url(../images/add-traveller-icon-red.svg) no-repeat center center;
	cursor:pointer;
}
.red-brd-active{
	border:2px #2196f3 dashed;
}
.trav-edit .c-head::after{
	text-indent:-9999px;
	background:url(../images/edit-red-icon.svg) no-repeat center center;
	width:20px;
	height:20px;
	top:7px;
}
.mb-link{
	cursor:pointer;
}
.mb-ico-img{
	height:30px;
}
/*loginregister popup style*/

.overlay-pop{
	background-color:rgba(0,0,0,.6);
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10001;
}
.lr-pop-up{
	max-width:1000px;
	min-height:200px;
	background-color:#fff;
	border-radius:10px;
	position:fixed;
	top:15%;
	left:0px;
	right:0px;
	margin:0 auto;
	z-index:10002;
    overflow-x: hidden;
    overflow-y: auto;
}
.lr-img-con{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:450px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.lr-pop-up .form-control{
	height:55px;
	border-radius:10px;
	box-shadow:none;
}
.lr-pop-up .btn{
	height:55px;
}
.lr-promo-txt{
	width:270px;
	margin:30px auto 0 auto;
}
.ppc-link-con ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.ppc-link-con li{
	padding:0px;
	margin:8px 0px;
	list-style:none;
}
.ppc-link-con li a{
	padding:0px;
	margin:0px;
	list-style:none;
	color:#000;
	text-decoration:underline;
	display:block;
}
.view-all{
	color:#BE1E2D;
	background:url(../images/r-arrow-red.svg) no-repeat right center;
	padding-right:20px;
	cursor:pointer;
}
.inner-header{
	display:block;
}
.mobile-inner-header{
	display:none;
}	
.footer-logo{
	width:110px;
	margin-top:-18px;
}
.mob-home-nav{
	display:none;
	margin-top:20px;
	margin-bottom:10px;
}
.mh-nav-flight{
	height:100px;
	text-align:center;
	background:#fff url(../images/tour.png) no-repeat center top 8px;
	padding-top:60px;
	font-weight:700;
	cursor:pointer;
}
.mh-nav-hotel{
	height:100px;
	text-align:center;
	background:#fff url(../images/hotel.png) no-repeat center top 15px;
	padding-top:60px;
	font-weight:700;
	cursor:pointer;
}
.mh-nav-holiday{
	height:100px;
	text-align:center;
	background:#fff url(../images/package.png) no-repeat center top 15px;
	padding-top:60px;
	font-weight:700;
	cursor:pointer;
}
.mh-nav-visa{
	height:100px;
	text-align:center;
	background:#fff url(../images/s-visa-r.svg) no-repeat center top 17px;
	padding-top:60px;
	font-weight:700;
	cursor:pointer;
}
.brand-logo{
	height:75px;
}

/*home page style*/
.home-banner{
	background-color:#3f51b5;
	min-height:450px;
	color:#fff;
 
}
.home-banner h1{
	font-weight:700;
}
.bnr-reg-btn{
	background-color:#FFF;
	color:#2196f3;
	font-weight:700;
	width:165px;
}
.home-section{}
.home-section h2{
	font-weight:700;
}
.product-con{
	max-width:600px;
}
.why-con {
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
}
.why-con .head {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 80px;
}
.wc-bx {
    border: 1px #bacbe0 solid;
    padding: 55px 20px 55px 20px;
    text-align: center;
	position:relative;
	border-radius:10px;
	background-color:#FFF;
}
.wc-icon {
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-color: #2196f3;
    padding: 15px 10px 10px 10px;
    border-radius: 75%;
}
.wc-bx .sub-head {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}
.readmore-but {
    color: #2196f3;
    font-size: 14px;
    width: 120px;
    padding: 10px 25px 10px 0px;
    display: block;
    float: right;
    background: url(../images/link-arrow.png) no-repeat center right;
    margin-right: 20px;
}

.carousel-indicators{
	z-index:999 !important;
	bottom:5px;
}
.carousel-indicators li{
	background-color:#fff;
	border-color:#2196f3
}
.carousel-indicators .active{
	background-color:#fff;
	
}
.left-banner{
	
background-color:#DEF2FE;
min-height:450px;
}


.left-banner .head{
	font-size:32px;
	text-align:center;
	color:#2196f3;
	font-weight:700;
	margin-bottom:20px;
	margin-right:30px;
	padding-top:25px;
	line-height:38px;
}
.left-banner .head span{
	font-size:24px;
	line-height:22px;
	display:block;
}
.carousel-indicators [data-bs-target]{
	background-color:#039;
}
.earn-bx{
	width:80px;
	height:80px;
	border-radius:10px;
	background-color:#2196f3;
	position:relative;
	margin:0 auto;
}
.earn-bx img{
	max-height: 100%;  
        max-width: 100%; 
        position: absolute;  
        top: 0;  
        bottom: 0;  
        left: 0;  
        right: 0;  
        margin: auto;
}
.earn-txt{
	text-align:center;
	font-weight:500;
	font-size:16px;
	color:#000;
	padding:10px 0px;
	font-weight:700;
}
.ch-msg{
	font-weight: 600;
	font-size:18px;
	  line-height: 1.4;
	  position: relative;
	  font-style:italic;
	  margin: 0;
	  padding: 20px 80px 20px 80px;
}
.ch-msg:before,
.ch-msg:after {
  position: absolute;
  color: #2196f3;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
   font-style:normal;
}
.ch-msg:before {
  content: '“';
  left: 0;
  top: -2rem;
}
.ch-msg:after {
  content: '”';
  right: 0rem;
  bottom: 1rem;
}
.rm-link{
	padding-left:80px;
}
.reg-subhead{
}
.reg-subhead span{
	background-color:#2196f3;
	color:#fff;
	border-radius:75%;
	padding:5px 12px;
	margin-right:10px;
}
label{
	font-weight:700;
	margin-bottom:3px;
}


/*----------multiple-file-upload-----------*/
.file-upload-contain{
    position: relative;
    margin-bottom: 6px;
}
.file-upload-contain .file-input,
.file-upload-contain .file-preview{
    position: initial;
}
.file-upload-contain .file-drop-zone{
    border: 2px dashed #1e80e8;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    background-color: #f1f8fe;
    min-height: auto;
}
.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted{
    border: 2px dashed #1e80e8 !important;
    background-color: #dfedfc;
}
.upload-area i {
    color: #1e80e8;
    font-size: 50px;
}
.upload-area p {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #2580e8;
}
.upload-area p b {
    color: #1e80e8;
}
.upload-area button {
    padding: 8px 16px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1e80e8;
    border: 2px solid #1e80e8;
    border-radius: 50px;
    transition: 0.3s;
}
.upload-area button:hover{
    background-color: #1e80e8;
    box-shadow: 0px 4px 8px rgb(37 128 232 / 48%);
}
.file-preview{
    padding: 0;
    border: none;
    margin-bottom: 0px;
}
.file-preview .fileinput-remove{
    display: none;
}
.file-drop-zone-title{
    padding: 5px 10px 25px 10px;
	text-align:center;
}
.file-drop-zone .file-preview-thumbnails{
    cursor: pointer;
}
.file-preview-frame{
    cursor: default;
    display: flex;
    align-items: center;
    border: none;
    background-color: #2580e8;
    box-shadow: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    margin: 8px 0px;
}
.file-preview-frame:not(.file-preview-error):hover{
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.file-preview-frame .kv-file-content{
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-preview-image {
    border-radius: 4px;
}
.file-preview-frame .file-footer-caption{
    padding-top: 0;
}
.file-preview-frame .file-footer-caption{
    text-align: left;
    margin-bottom: 0;
}
.file-detail{
    font-size: 14px;
    height: auto;
    width: 100%;
    line-height: initial;
}
.file-detail .file-caption-name{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.file-detail .file-size{
    color: #f1f8fe;
    font-size: 12px;
}
.kv-zoom-cache {
    display: none;
}
.file-preview-frame .file-thumbnail-footer{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.file-preview-frame .file-drag-handle, 
.file-preview-frame .file-upload-indicator{
    float: none;
}
.file-preview-frame .file-footer-buttons{
    float: none;
    display: flex;
    align-items: center;
}
.file-preview-status.text-center {
    display: none;
}
.kv-file-remove.file-remove {
    border: none;
    background-color: #ef2f2f;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-drag-handle.file-drag {
    border: none;
    background-color: #fff;
    color: #2580e8;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.kv-file-upload.file-upload{
    border: none;
    background-color: #48bd22;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-thumb-loading{
    background: none !important; 
}
.file-preview-frame.sortable-chosen {
    background-color: #64a5ef;
    border-color: #64a5ef;
    box-shadow: none!important;
}
.file-no-browse{
	display:none;
}
.fileinput-cancel-button{
	display:none;
}
.file-drag{
	display:none;
}

/*profile image upload style*/

.profile-pic-wrapper {
  
  position: relative;
 
}
.pic-holder {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}
.uploadProfileInput{
	width:0px;
	height:0px;
}
.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
  opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
  display: none;
}

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

/* Snackbar css */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}

.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.chatbot-con{
	position:fixed;
	bottom:0px;
	right:0px;
	width:200px;
	height:400px;
	z-index:1000;
	background:url(../images/BTA-Girl-NEW-color.PNG) no-repeat center center;
	-webkit-animation: linear;
  -webkit-animation-name: run;
  -webkit-animation-duration: .5s;
}
@-webkit-keyframes run {
  from {
    right: -500px;
  }
  to {
    right: 0px;
  }
  
}

.msg-con{
	position:absolute;
	top:50px;
	left:-180px;
	width:250px;
	height:35px;
	background-color:#F90;
	z-index:100;
	padding:5px 10px;
	border-radius:8px;
	border-bottom-right-radius:0px;
	color:#fff;
	opacity: 1;
	-webkit-animation: ease-in forwards;
  -webkit-animation-name: dim;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 3s;
}

@-webkit-keyframes dim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
  
}
.chatbot-con:hover .msg-con{
	-webkit-animation: ease-in forwards;
  -webkit-animation-name: show;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  
}
.field-validation-error{color:#BE1E2D;font-weight:bold;font-size:10pt;}
.p-work-bx{
	min-height:300px;
}
.login-close{
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	background:url(../images/close.svg) no-repeat center center;
	cursor:pointer;
}
.t-eye{
	position:absolute;
	width:20px;
	height:20px;
	top:45px;
	right:15px;
	cursor:pointer;
}
.FareRules-body{
    overflow-y:scroll !important;
    height:300px !important;
}
 .FareRules-body ul {
        padding: 0px;
        margin: 0px 0px 0px 15px;
        font-size: 12px;
        line-height: 22px;
    }

    .FareRules-body li {
        margin-bottom: 20px;
    }
    .FareRules-body table{
    border-collapse: collapse;
        width: 100% !important;
        border: 1px solid #ddd;
        font-size: 18px;
    }

        .FareRules-body table th, .FareRules-body table td {
            text-align: left;
            font-size: 11px;
            padding:2px;
            border-right: 1px solid #d8d8d8;
        }

        .FareRules-body table tr:nth-child(2n+1) {
            background-color: #f1f1f1;
        }

        .FareRules-body table th {
            background: #19afbe;
            vertical-align: top;
            padding:2px;
            color: #fff;
            font-weight: bold;
            font-size: 11px;
            line-height: 15px;
            border-right: 1px solid #40c9d7;
        }

        .FareRules-body table th img {
                padding: -5px 0 0 0;
                float: right;
            }

    .FareRules-body table tr {
            border-bottom: 1px solid #ddd;
        }

           .FareRules-body  table tr.header, table tr:hover {
                background-color: #dedede;
            }
.FareRules-body h3{font-size:13pt;}
.FareRules-body P{font-size:9pt;}
