/*---select css start---*/
.help-block {
    color: red;
    position: absolute;
}
/*calander start-*/
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    height: 47px;
}
.ui-datepicker th{
	font-weight: 500 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 7.2px !important;
    text-align: center !important;
    font-size: 15px !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--scbg-secondary) !important;
    background: var(--scbg-secondary) !important;
    color: #FFFFFE !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border-radius: 23% !important;
}
.ui-state-active {
background red;
}

/*calander end-*/
/*---autocolpete start-*/
.autocomplet_effect {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    width: 315px !important;
    max-height: 296px;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 9 !important;
    border-right: none;
    background: #fff;
    padding:0;
	list-style: none;
}
.autocomplet_effect .dest_left {
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}
.autocomplet_effect .dest_left .city {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    width: 96px;
    overflow: hidden;
    display: inline-flex;
    white-space: nowrap;
	
}
.autocomplet_effect .dest_left .airpotcode {
    font-weight: 700;
    color: var(--scbg-secondary);
    font-size: 13px;
}
.autocomplet_effect li a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    min-height: 42px;
    border-radius: 0 !important;
    padding: 10px 18px;
}
.autocomplet_effect li:hover {
    background: gainsboro;
}
.autocomplet_effect::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.autocomplet_effect::-webkit-scrollbar-track {
  background: #ccc;
}

/* Handle */
.autocomplet_effect::-webkit-scrollbar-thumb {
  background: var(--scbg-primary);
  border-radius: 15px;
}

/* Handle on hover */
.autocomplet_effect::-webkit-scrollbar-thumb:hover {
  background: var(--scbg-primary);
}
/*autocomplete end*/
.main-slct {
    position: relative;
    display: block;
    margin: 0;
    color: #60666d;
}
.cabinclick .fa-chevron-down, .clicktravl .fa-chevron-down {
    color: #515861;
}
.scrdio, .form-group.clicktravl {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
	font-size: 17px;
}

.scrdio:focus + .slct-list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.scrdio:focus + .slct-list .rdoption {
    cursor: pointer;
}

.scrdio:focus .rotative {
    transform: translateY(-50%) rotate(180deg);
}

.rotative, .clicktravl .fa-chevron-down {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    transition: 0.2s ease;
    color: #fff;
}

/*.scval {
    display: flex;
}*/

.sl-inpbx {
    display: none;
}

.sl-inpbx:checked + .sltext {
    display: block;
}

.sltext {
    display: none;
    width: 100%;
    color: #fff;
    margin: 0;
}
.slct-list .form-check-label {
    font-size: 15px;
    color: rgb(0 0 0);
    font-weight: 500;
}

.slct-list {
    z-index: 9999;
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.rdoption {
    display: block;
    padding: 7px;
    background-color: #fff;
}
.rdoption:hover,
.rdoption:focus {
    color: #546c84;
    background-color: #fbfbfb;
}
.cabinclic {
    text-overflow: ellipsis;
    width: 77%;
    white-space: nowrap;
    overflow: hidden;
    color: var(--scbg-primary);
    margin-left: 6px;
    text-transform: capitalize;
}
@-webkit-keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

.sccol-1 {
    width: 10% !important;
    padding: 10px 0px;
}
/*---select css start---*/

.mn-searchengine input:focus {
    background: #0cc1e030 !important;
    border: 1px solid var(--scbg-primary);
    box-shadow: none;
}
.mn-searchengine .scexchange {
    position: absolute;
    top: 25px;
    right: -9px;
    color: var(--scbg-primary);
    z-index: 1;
}
.mn-searchengine .form-control {
    height: 68px;
    border: 0;
    padding: 25px 0 0 16px;
}
.mn-searchengine .flight_depart {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mn-searchengine .flight_arrive {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #0000001c !important;
}
.srchlbl {
    position: absolute;
    left: 14px;
    top: 7px;
    color: #000;
}
 .slct-list {
    width: 128% !important;
}
.slct-list .form-check{
	padding-left:0;
	margin-bottom:15px;
}
.slct-list .form-check-input:checked {
    background-color: var(--scbg-primary);
    border-color: var(--scbg-primary) !important;
}
.slct-list .form-check .form-check-input {
    margin-left: -1.5em;
    float: right;
    border: 2px solid #ddd;
    width: 20px;
    height: 20px;
}

.paxbx, .slct-list{
    background: #fff;
    padding: 5px;
    position: absolute;
    z-index: 11;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(37,42,49,.16), 0 8px 24px 0 rgba(37,42,49,.24);
    border-radius: 6px;
}
.pxtype {
    position: relative;
    font-weight: 500;
    color: rgb(0 0 0);
    font-size: 16px;
}
.paxbx .row {
    margin-bottom: 11px !important;
    border-bottom: 1px solid #dcdcdc6e;
    padding-bottom: 16px;
    margin: 0;
    padding-top: 7px;
}
.smltxt {
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 400;
    position: relative;
    margin: 0;
    line-height: 6px;
}
.pxct {
    position: relative;
    color: #000;
    text-align: center;
    border: 0;
    padding: 0 12px;
    line-height: 25px;
    font-weight: bold;
}
a.indc-sign {
    font-size: 10px;
    border-radius: 3px;
    background: rgb(232, 237, 241);
    cursor: pointer;
    color: #000 !important;
    padding: 6px 10px;
}
.clastypem {
    padding: 0;
}
.paxbx .input-group {
    justify-content: end;
    align-items: center;
}
.checkcls [type="radio"]:checked, .checkcls [type="radio"]:not(:checked) {
    position: absolute;
    right: 8px;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
}
.checkcls .form-check-input:checked {
    background-color: #0cc1e0;
    border-color: var(--scbg-primary) !important;
}
.checkcls {
    display: flex;
    -webkit-box-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 6px;
    border-radius: 0px;
    text-transform: capitalize;
    line-height: normal;
    font-size: 15px;
    color: rgb(0 0 0);
    cursor: pointer;
    margin: 0px 0px;
    width: unset;
    font-weight: 500;
}
.checkcls:hover {
    background: gainsboro;
    color: var(--scbg-primary);
}
.activecheck {
    border: 1px solid var(--scbg-primary) !important;
    background: var(--scbg-primary);
    color: #fff !important;
}
@media (max-width: 768px){
    .mn-searchengine .form-control {
    margin-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    border-radius: 0;
}
   .sccol-1 {
    width: 100% !important;
    padding: 0px;
}
	.scrdio, .form-group.clicktravl, .sltext{
		 font-size: 12px;
	}
	.rotative, .clicktravl .fa-chevron-down{
		color:#fff !important;
	}
	.sch-parallax {
    padding: 2em 0em 1em 0em;
   }
}