/* Webkit */
::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,{color:#444;}

*:-ms-input-placeholder {color: #a9a5ae!important;}
/*html {width: 100%;}*/
.clr {clear: both;}
body{width: 100%;font-family: 'Montserrat', sans-serif; font-size: 14px;color: #071c55;}
img{max-width: 100%; height: auto;}
h5, h6 , h1 , h2 , h3 , h4 {font-weight: normal; }
select::-ms-expand{display:none;}
select{ -webkit-appearance:none;}
dl, dt, dd, ol, ul, li {margin: 0;padding: 0; }
a:active , select ,:focus, select:focus , a:focus , a:hover , input:focus , button:focus , textarea:focus {outline: none !important; text-decoration: none; }
a , button{text-decoration: none;-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s; cursor: pointer;}
textarea {resize: none;}
label {font-weight: normal;}
i{position: relative;}
label.error, span.error {color: red;font-size: 12px;}
.page-load .list-img:before, .page-load .package-des p:before, .page-load .facilities-price-but .facilities-list:before,
.page-load .detail-slider .swiper-slide:before,.page-load .room-list-img:before{
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: morphing;
  -webkit-animation-timing-function: linear;
  background: #eaeaea;
  background-image:linear-gradient(to right, #eaeaea 0%, #dedede 20%, #eaeaea 40%, #eaeaea 100%);
  background-repeat: no-repeat;
  background-size:1500px 100%;
  content:'';position:absolute;left:0;top:0;z-index:2;width:100%;height:100%
}
.page-load .package-des p:after{content:'';position:absolute;left:0;top:0;bottom:0;margin:auto; z-index:3;width:100%;height:22px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 30%, #eaeaea 31%, #eaeaea 70%, #ffffff 71%, #ffffff 71%); 
background: -webkit-linear-gradient(top,  #ffffff 30%,#eaeaea 31%,#eaeaea 70%,#ffffff 71%,#ffffff 71%); 
background: linear-gradient(to bottom,  #ffffff 30%,#eaeaea 31%,#eaeaea 70%,#ffffff 71%,#ffffff 71%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.page-load .package-des p,.page-load .facilities-price-but .facilities-list,.page-load .list-img{position:relative;}
.page-load .facilities-price-but .facilities-list li:before{content:'';position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;border:8px solid #fff;}
/*.page-load .facilities-price-but .facilities-list li:last-child:before{content:initial;}*/
.page-load .list-img:before{bottom:0;right:0;margin:auto;width:100%;height:100%;border:25px solid #fff;}
.page-load .listing-box .stars-block i{-webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: morphing;
  -webkit-animation-timing-function: linear;
  background: #d8d8d8;-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #d8d8d8 0%, #bdbdbd 20%, #d8d8d8 40%, #d8d8d8 100%);
  background-repeat: no-repeat;
  background-size:1500px 100%;}
.page-load .package-image:before, .page-load .room-image:before{display:none;}
@-moz-keyframes morphing {
    0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}
@-webkit-keyframes morphing {
   0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}
@-o-keyframes morphing {
    0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}
@keyframes morphing {
    0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}

@-ms-keyframes morphing {
    0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}

@-webkit-keyframes prideShimmer {
  from {
    background-position: top left
  }
  to {
    background-position: top right
  }
}


/* Icon Wobble Horizontal */
@-webkit-keyframes but-hvr-icon {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes but-hvr-icon {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.search-next button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search-next button .fa-arrow-right,.search-next button .fa-arrow-left {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.search-next button:hover .fa-arrow-right, .search-next button:focus .fa-arrow-right, .search-next button:active .fa-arrow-right, 
.search-next button:hover .fa-arrow-left, .search-next button:focus .fa-arrow-left, .search-next button:active .fa-arrow-left {
  -webkit-animation-name: but-hvr-icon;
  animation-name: but-hvr-icon;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.search-next button.butho:before, .search-next button.butho:after{display:none;}
 
.dot-loader {display: block;width:100px;margin:auto;}
.dot-loader span {display: inline-block;margin-top: 10px;height:15px;width:15px;border-radius: 50%;}
.dot-loader span:not(:first-child) {margin-left:8px;}
.dot-loader span:nth-child(1) {background:#d0a857;animation: move 1s ease-in-out -0.25s infinite alternate;}
.dot-loader span:nth-child(2) {background:#3bad42;animation: move 1s ease-in-out -0.5s infinite alternate;}
.dot-loader span:nth-child(3) {background:#1b1819;animation: move 1s ease-in-out -0.75s infinite alternate;}
.dot-loader span:nth-child(4) {background:#f3941e;animation: move 1s ease-in-out -1s infinite alternate;}
@keyframes move {
  from {transform: translateY(-10px);}
  to {transform: translateY(5px);}
}


/*Heder css Start Here*/

.logo {padding: 5px 0;/*width:150px;*/}
.header-home .logo .home-logo {display:none;}
.sticky.header-home .logo .home-logo {display:block;}
.header-home .logo .home-logo.logo-white {display:block;}
.header-home.sticky .logo .home-logo.logo-white,.logo .logo-white {display:none;}
.nav-menu{display: flex; justify-content: space-between;align-items: center;padding:0 5px 0 15px}
.header{-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.29);-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.29); background: #fff;width: 100%;position: relative;z-index: 999;}
.header.sticky{position: fixed;top: 0;/*z-index: 9999;*/}
.sidenav {transition: 0.5s;}
.sidenav .min-menu li a{/*font-size:15px;*/ color: #444; display:block; padding:10px 16px;position:relative;}
.sidenav .min-menu li a:hover, .header.header-home .sidenav .min-menu li a:hover, 
.header.header-home.sticky .sidenav .min-menu li a:hover{color: #f3941e;}
.sidenav .min-menu li.arb a{font-family: 'Droid Arabic Kufi';}
.min-menu li {display:inline-block;position: relative;vertical-align: middle;}
.min-menu li:last-child:before{content:'';position:absolute;left:0;top:0;bottom:0;margin: auto; width: 1px;height:15px;background-color: #999;}
.sidenav a:hover, .offcanvas a:focus{color: #222;}
.sidenav .closebtn, .header .menu-icon,.banner-img-block{display:none;}
.sidenav .closebtn:hover{color: #ddd;}
#main {transition: margin-left .5s;}
.overlay{overflow: hidden;z-index:99;background:rgba(0,0,0,0.6);position: fixed;width:100%;height:100%;}
/*Home Heder css Start Here*/
.header.header-home{background-color: transparent;box-shadow: none;position: fixed;}
.header.header-home.sticky{box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.29); background: #fff;}
.header.header-home .sidenav .min-menu li a{color: #fff}
.header.header-home.sticky .sidenav .min-menu li a{color: #444}
.header.header-home .min-menu li:last-child:before{background-color:#fff;}
.header.header-home.sticky .min-menu li:last-child:before{background-color: #999;}
/*Home Heder css End Here*/
/*Heder css End Here*/

/*Common css Start Here*/
.transition{-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
a{color:#071c55;}
a:hover{color:#f3941e;}
.gray-bg{background-color:#f6f7f9;}
.back-search{background:#878796;/*f3f3f3*//*background: #f3941e;*/}
.ptb{padding: 50px 0}
.pr0{padding-right:0;}
.bb-1{border-bottom:1px solid rgb(111 111 111 / 0.6)!important;}
.br-0{border-right:none!important;}
.cont-ul{list-style-type:none;}
.cont-ul li{margin-bottom:10px;position:relative;padding-left:20px;}
.cont-ul li strong{margin-right:6px}
.cont-ul li i{color:#f3941e;margin-right:6px;position:absolute;left:0;top:4px;}
span.user-error{position:absolute;left:0;bottom:-13px;font-size:10px;color:#f00;line-height:12px;}
.error-absolute label.error {position:absolute;left:0;bottom:-20px;font-size:11px;color:#f00;line-height:12px;}
.MinHeight{min-height: 500px;}
.no-list{list-style-type: none;}
/*.butho{position: relative;z-index: 1;}*/
.butho:hover{color: #fff;}
.butho:before,.butho:after,.sidenav .min-menu li a:after,.sidenav .min-menu li a:before {  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius:5px;
  box-sizing: content-box;-webkit-transition: all 0.3s;
    transition: all 0.3s;}
.butho:after,.sidenav .min-menu li a:after {
    width:100%;
    height: 0;
    border-width: 0 1px 0 1px;
    bottom: 0;
    left: -1px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}  
.butho:before,.sidenav .min-menu li a:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    right: 0;
}
.butho:hover:before,.sidenav .min-menu li a:hover:before{width:100%;border-color:#f3941e;}
.butho:hover:after,.sidenav .min-menu li a:hover:after{height:100%;border-color:#f3941e;}
.but-right{margin: 0 0 0 auto;}
.input-label {margin:0;font-size:12px;font-weight:500;color:#67747c;line-height:12px;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden;}
.input-label span {font-weight: 600;color: #f71100;margin-left: 1px;}
.input-box {color:#444;font-weight:500;padding:0 8px 0 0;height:38px;width:100%;text-overflow:ellipsis;
  white-space:nowrap;overflow:hidden;border:none;border-bottom:1px solid #a5a5a5;background-color:transparent;-webkit-transition: all .24s ease-in-out;transition: all .24s ease-in-out;}
.com-btn{background:#f3941e;color:#fff;display: block;padding:10px 20px;text-align:center; 
  border:none;box-shadow:0 6px 10px 0 rgba(244, 148, 30,0.3); border-radius:5px;-webkit-transition-duration:0.3s;transition-duration: 0.3s;position:relative;}   
.com-btn:hover{background:transparent;color: #f3941e;}
.comwb-but{background-color:#fff;color:#071c55;display:block;padding:10px 15px;text-align:center;font-weight:500;border-radius:5px;
    box-shadow:0px 2px 0px 0px #dbdbdb;position:relative;}
.br.com-btn{background:transparent;color:#f3941e;border:1px solid #f3941e;}
.br.com-btn:hover{background:#f3941e;color:#fff;}
/*.sm-btn{height: 35px;line-height: 35px;padding:0 10px;font-size: 13px;}    */
.bor-sha{box-shadow:0px 2px 0px 0px #dbdbdb;border-radius:8px;}
.my-tooltip {display:inline-block;position:relative;}
.my-tooltip .top {min-width:40px;max-width:400px;top:-8px;left:50%;transform:translate(-50%,-100%);padding:3px 5px;font-size:9px;border-radius:2px;
  color:#ffffff;background-color:rgba(37, 31, 33, 0.9);font-weight:normal;position:absolute;z-index:99999999;box-sizing:border-box;box-shadow:0 1px 8px rgba(0,0,0,0.5);display:none;}
.my-tooltip:hover .top {display:block;}
.umrah-table table tbody tr td .my-tooltip:last-child .top {left:auto;right:0%;transform:translate(-0%,-100%);}
.umrah-table table tbody tr td .my-tooltip:last-child .top::after {left:auto;right:0%;}
/*.my-tooltip .top i {position:absolute;margin-left:-15px;width:30px;height:15px;overflow:hidden;}*/
.my-tooltip .top::after {content:'';position:absolute;width:10px;height:10px;top:100%;left:0; right:0; margin:0 auto;border-color:rgba(37, 31, 33, 0.9) transparent transparent transparent;
    border-style:solid;border-width:7px 6px 0 6px;}
.back-search.modify-search .BackNext{display:block;text-align:right;}    
.BackNext{display:flex;align-items:center;justify-content:space-between;}   
.back-but {border:none;background-color:transparent;margin:0px 0 0px 0;padding:0; display: block;color:#fff;text-transform: uppercase;font-weight: 500;}
/*.back-but:hover{color:#f3941e}*/
.back-but .fas{margin-right:5px;}
.back-but .fa-arrow-right{margin-left:5px;}
.link-text{color: #071c55;cursor:pointer;font-size: 12px;text-decoration: underline;}
.link-text:hover{color:#f3941e;}
.scroll-bar {height: 300px;overflow: auto;}
.div-disabled{position:relative;}
.div-disabled:before {content:"";position:absolute;top:0;left: 0;width:100%;height:100%;z-index:9}
.modal-open .modal{padding-right:0 !important}

/*Common css End Here*/

/*radio button css start*/
.radio-box {padding-bottom: 20px;display: flex;}
.label-radio {font-weight: 500;line-height: 38px;color: #000;margin-right: 25px;}
.radio-box .radio-btn{display: block;position: relative;}
.radio-box .radio-btn input[type=radio]{position: absolute;visibility: hidden;}
.radio-box .radio-btn label{line-height: 25px;color: #363636;display: block;position:relative;font-size: 16px;padding: 0px 25px 0px 27px;margin:7px auto 5px;z-index:1;cursor: pointer;-webkit-transition: all 0.25s linear;}
.radio-box .radio-btn .check{display: block;position: absolute;border: 1px solid #363636;border-radius: 100%;height: 15px;width: 15px;top:11px;left: 0px;/*z-index: 5;*/transition: border .25s linear;-webkit-transition: border .25s linear;}
.radio-box .radio-btn .check::before {border-radius: 100%;content: "";display: block;height: 9px;left:0px;right: 0;top:0px;bottom: 0; margin:auto;position: absolute;transition: background 0.25s linear 0s;width: 9px;}
.radio-box input[type=radio]:checked ~ .check {border:1px solid #f3941e;}
.radio-box input[type=radio]:checked ~ .check::before{background: #f3941e;}
.radio-box input[type=radio]:checked ~ label{color: #363636;}
/*.radio-box .radio-btn label:after {content:"";display:block;position:absolute;width:100%;height:100%;top:-5px;left:0;pointer-events:none;background-image:radial-gradient(circle,#f3941e 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;opacity:0;transition:transform .5s,opacity 1s;
transform:scale(15,15);-webkit-transform:scale(15,15);-moz-transform:scale(15,15);-o-transform:scale(15,15);-ms-transform:scale(15,15);}*/
.radio-box input[type=radio]:checked ~ label:active:after{opacity:.5;transform:scale(0,0);-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transition:0s}
/*radio buttons css end*/


/*  checkbox css start*/
.checkbox {margin: 10px 0;}
.checkbox label {cursor: pointer;padding-left: 0;color: #071c55;}
.form-group.is-focused .checkbox label {color: rgba(0,0,0, 0.26);}
.form-group.is-focused .checkbox label:hover, .form-group.is-focused .checkbox label:focus {color: rgba(0,0,0, .54);}
fieldset[disabled] .form-group.is-focused .checkbox label {color: rgba(0,0,0, 0.26);}
.checkbox input[type=checkbox] {opacity: 0;position: absolute;margin: 0;z-index: -1;width: 0;height: 0;overflow: hidden;left: 0;pointer-events: none;}
.checkbox .checkbox-material{position: relative;vertical-align: middle;margin-right:8px;display: inline-block;}
.checkbox .checkbox-material:after /*before*/{content:"";display:block;position:absolute;width:100%;height:100%;top:-2px;left:0;pointer-events:none;background-image:radial-gradient(circle,#f3941e 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;opacity:0;transition:transform .5s,opacity 1s;
transform:scale(15,15);-webkit-transform:scale(15,15);-moz-transform:scale(15,15);-o-transform:scale(15,15);-ms-transform:scale(15,15);}
.checkbox .checkbox-material:active:after{opacity:.5;transform:scale(0,0);-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transition:0s}
.checkbox .checkbox-material .check {border-radius:3px;position: relative;display: inline-block;width:20px;height:20px;border:1px solid rgba(42, 56, 76, .30);overflow: hidden;z-index: 1;}
.checkbox .checkbox-material .check:before {position: absolute;content: "";transform: rotate(45deg);display: block;margin-top: -2px;margin-left: 8px;width: 0;height: 0;background: red;box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;-webkit-animation: checkbox-off 0.3s forwards;-moz-animation: checkbox-off 0.3s forwards;-o-animation: checkbox-off 0.3s forwards;-ms-animation: checkbox-off 0.3s forwards;animation: checkbox-off 0.3s forwards;}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {opacity: 0.2;}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {background: #FFF;}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {color: #f3941e;box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;-webkit-animation: checkbox-on 0.3s forwards;-moz-animation: checkbox-on 0.3s forwards;-o-animation: checkbox-on 0.3s forwards;-ms-animation: checkbox-on 0.3s forwards;animation: checkbox-on 0.3s forwards;}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {-webkit-animation: rippleOn 500ms;-moz-animation: rippleOn 500ms;-o-animation: rippleOn 500ms;-ms-animation: rippleOn 500ms;animation: rippleOn 500ms;}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {-webkit-animation: rippleOn 500ms forwards;-moz-animation: rippleOn 500ms forwards;-o-animation: rippleOn 500ms forwards;-ms-animation: rippleOn 500ms forwards;animation: rippleOn 500ms forwards;}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {-webkit-animation: rippleOff 500ms;-moz-animation: rippleOff 500ms;-o-animation: rippleOff 500ms;-ms-animation: rippleOff 500ms;animation: rippleOff 500ms;}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {-webkit-animation: rippleOff 500ms;-moz-animation: rippleOff 500ms;-o-animation: rippleOff 500ms;-ms-animation: rippleOff 500ms;animation: rippleOff 500ms;}
fieldset[disabled] .checkbox, fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check, .checkbox input[type=checkbox][disabled] + .circle {opacity: 0.5;}
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {border-color: #000000;opacity: .26;}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {background-color: rgba(0,0,0, 0.87);transform: rotate(-45deg);}

@keyframes checkbox-on {
  0% {box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;}
  50% {box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;}
  100% {box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;}
}
@keyframes rippleOn {
  0% {opacity: 0;}
  50% {opacity: 0.2;}
  100% {opacity: 0;}
}
@keyframes rippleOff {
  0% {opacity: 0;}
  50% {opacity: 0.2;}
  100% {opacity: 0;}
}
/*  checkbox css end*/


/*On Off Button Start here*/
.on-off-but {padding:0 0 10px;margin:-10px 0 0 auto;position: relative; max-width:270px;width:100%;}
.add-flight .on-off-but {max-width:245px;}
.on-off-but input {position: absolute;height: 100%; width: 100%;background: none;border: 0;padding: 0px;
margin: 0px;left: 0px;top: 0px;z-index:1;opacity: 0;cursor: pointer;
}
.on-off-but input + label {position: relative;margin-bottom: 0;min-width: calc(calc(2.25rem * .8) * 2);
border-radius: calc(2.25rem * .8);height: calc(2.25rem * .8);line-height: calc(2.25rem * .8);display: inline-block;
cursor: pointer;outline: none;vertical-align: middle;text-indent: calc(calc(calc(2.25rem * .8) * 2) + .5rem);
color:#071c55;margin: 0px 0px 0px 0px;
}
.on-off-but input + label:before,
.on-off-but input + label:after {
content: '';position: absolute;top: 0;left: 0;width: calc(calc(2.25rem * .8) * 2);bottom: 0;display: block;
}
.on-off-but input + label:before {right: 0;background-color:#c5c5c5;border-radius: calc(2.25rem * .8);transition: 0.2s all;
}
.on-off-but input + label:after {width: calc(calc(2.25rem * .8) - calc(2px * 2));height: calc(calc(2.25rem * .8) - calc(2px * 2));
top: 2px;left: 2px;border-radius: 50%;background-color: white;transition: 0.2s all;box-shadow: 0 2px 5px 0 rgba(55, 94, 246, .2);
border: 1px solid rgba(42, 56, 76, .5);}
.on-off-but input:checked + label:before {background-color:#f3941e}
.on-off-but input:checked + label:after {margin-left: calc(2.25rem * .8);}
.BE-Search img.img-input {position: absolute;z-index: 1;top: 50%;margin-top: 0px;left: 13px;transform: translateY(-50%);
}
/*On Off Button End here*/

/*Only Internet Explorer CSS Work*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loader span{overflow:visible;}
  .umrah-table table tbody tr td .my-tooltip .top {left:auto;right:0%;transform:translate(-0%,-100%);}
  .umrah-table table tbody tr td .my-tooltip .top::after {left:auto;right:0%;}
}

/*Home Page css Start Here*/

.tab-cont {}
.tab-title {font-weight:600;font-size:13px;display:inline-block;padding:13px 15px;cursor:pointer;margin:0px 15px 15px 0;}
.hor-tab .tab-title.active,.hor-tab .tab-title:hover {background-color:#f3941e;color:#fff;box-shadow:0 6px 10px 0 hsl(33deg 90% 54% / 30%);}

.home-banner-text {margin:5% 0 2%;position:relative;}
.home-banner{background: url(../images/home-banner.jpg) no-repeat;background-position:center center;background-size: cover;
  display:flex;align-items:center;height:60vh;position:relative;overflow:hidden;width:100%;}
 .home-banner:before{content: '';position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(94, 66, 72, 0.6)}
 .blur-area{filter: blur(35px); background-image: url(../images/home-banner.jpg); clip-path: inset(0px); position: absolute; width: 100%; height: 100%; display: block; top: 0px; 
  background-size: cover; background-position: center center; background-repeat: no-repeat; transition: all 0s ease 0s;}
.video-banner:before {content:"";height:100%;width:100%;background:rgba(0, 0, 0, 0.6);position: absolute;left: 0;top: 0;z-index: 1;}
.video-banner video {position:absolute;top:0;min-height:100%;min-width:100%;}  
.home-banner .container {position:relative;z-index:1}
.search-tabs.responsive-tabs>nav ul {display: flex;justify-content:center;position: relative;}
.search-tabs.responsive-tabs>nav ul li {margin-right:5%;position:relative;max-width:155px;width:100%;}
.search-tabs.responsive-tabs>nav ul li:last-child {margin-right:0px;}
.search-tabs.responsive-tabs>nav ul li a{color:#fff;display:block;padding:10px 15px 20px;text-align:center;font-weight:500;font-size:15px;position:relative;z-index:1}
.search-tabs.responsive-tabs>nav ul li a:before{content: '';position:absolute;left:0;right:0;margin:auto;top:13px;width:45px;height:45px;border-radius:50%;background:#878796;border:1px solid #9390a6}
.search-tabs.responsive-tabs>nav ul li.active a:after {content: '';display:block;position:absolute;top:35px;left:0;right:0;margin:auto;width:80px;height:2px;background-color:#f3941e;z-index:-1}
.search-tabs.responsive-tabs>nav ul li.active a {background-color:transparent;color:#fff;}
.search-tabs.responsive-tabs>nav ul li.active a:before{background:#f3941e;border-color: #f3941e;}
.search-tabs.responsive-tabs>nav ul li img {display:block;position:relative;width:49px;margin:0 auto 10px;padding:12px;
/*  filter:brightness(100);
  -ms-filter:brightness(100);
  -webkit-filter:brightness(100);
  -moz-filter:brightness(100);
  -o-filter:brightness(100);*/
}
.search-tabs.responsive-tabs>nav ul:before{content: '';position:absolute;left:0;right:0;margin:0 auto;top:35px;bottom:0; width:100%;height:2px;background-color:rgba(204, 197, 210, .5);}
/*.search-tabs.responsive-tabs>nav ul li.active a img, .search-tabs.responsive-tabs>nav ul li a:hover img
{margin-right:8px;}*/

.search-tabs .content .input-label,.search-tabs .content .flight-search .fal, .t-dates .fal {display:none;}
.search-tabs .content .select2-container,.search-tabs .t-check-in, .search-tabs .t-check-out,
.search-tabs .content .t-datepicker {border:none;background:transparent;margin:0px 0 0;}
.search-tabs .content .select2-container--default .select2-selection--single .select2-selection__rendered, 
.search-tabs .content .select2-container .select2-search--inline
/*.search-tabs .content .t-dates, .search-tabs .content .room-show,.search-tabs .add-room-gust .room-show-arrow{color:rgb(255, 255, 255, 0.8)}
.search-tabs .content .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color: rgb(255, 255, 255, 0.8) transparent transparent transparent;}*/
.search-tabs .content .select-search span.select2-container.select2-container--default.select2-container--open{border:none;}
.search-tabs .content .select-search span.select2-container.select2-container--default{padding:0 10px}

/*.search-tabs .content .add-room-gust .input-box,.search-tabs .content .t-dates{border:none;color:rgb(255, 255, 255, 0.8);background:transparent;}*/
.search-tabs .content{background-color:rgb(255, 255, 255, 1);padding:0px 0px 0px 0px;position:relative;border-radius:50px;border:1px solid rgb(255 255 255 / 0.6)}
.search-tabs .flight-search,.search-tabs .content .t-datepicker{padding:4px 10px;margin:0;border-right:1px solid rgb(111 111 111 / 0.6)}
.flight-search .fal,.t-dates .fal {position: absolute;z-index:4;bottom:11px;left:0px;font-size:15px;color:#9e9e9e;font-weight:400;}
.flight-search {width:18%;float:left;padding-right:30px;margin-bottom:15px;position: relative;font-size:13px;}
.flightin-width {width:28%;}
.datepicker-input{width:12%;}
.TPin-width{width:15.53%;}
.TPin-width1{width:11.705%;}
.adult-width{width:11.16%;}
.width22{width:22%;}
.width20{width:20%;}
.width17{width:17%;}
.one-datepicker .t-datepicker {width:11.5%;}
.one-datepicker .t-check-in {width:100%;text-align:left;}
.one-datepicker .night-search {width:13.5%;}
.option2 .flightin-width {width:22%;}
.birth-width {width:9%;}
.trans-last {width:2%;float:left;height:47px;}
.search-tabs .select-drop.flight-search {padding:4px 0;}
/*.option2.one-datepicker .t-datepicker{width:13%;}*/
.option2.one-datepicker .flight-search.flight-wt.night-search{width:12%;}
.option2 .flight-search.flight-wt{width:15.5%;}
#tab_flights_and_hotels.option2 .flight-search.add-room-gust {width:19.5%;}
#tab_flights_and_hotels .flight-search.add-room-gust,.hotel-add-room {width:21.5%;}
.datepicker-input .input-box{/*background-color: transparent;z-index: 1;padding-left:24px;*/position: relative;}
/*.flight-search .fa-calendar-alt{position:absolute;top:0;bottom:0;right:20px;margin:auto;height:15px;color:#808080;font-size:16px;}*/
#tab_flights_and_hotels.add-flight .flight-search.add-room-gust, .add-flight .flight-wt, .add-flight .travel-class,
.add-flight #div_travel_from, .add-flight .flightin-width, .add-flight .t-datepicker{width:30%;}
.add-flight #div_travel_from .input-box{padding-left: 30px}
.add-flight .t-datepicker{margin-right:0;}
.add-flight .select-drop.flight-search.travel-class{padding-right:0;}
.add-flight .search-next {width: 8.5%;margin-top: -60px;margin-left: 12px;}
.add-flight .search-next button{height:108px;}
.travel-class {width:12%;}
.search-next.flight-search{padding:0;border:none !important;width:7.5%;}
.search-next.flight-search.left-arrow {width:4.5%;}
.search-next {width:4%;padding-right:0px;margin:0px 0 0;}
.search-next button {padding:0px;width:100%;height:46px;border-radius:0px 50px 50px 0px;box-shadow:none;overflow:initial;}
.search-next.flight-search.left-arrow button { border-radius:50px 0px 0px 50px;border-right: 1px solid rgb(255 255 255 / 0.6);}
.search-next i{font-size: 16px;}
.GS-search {width:22%;}
.left-arrow{padding-right:12px;width:5%;}
.typeahead.dropdown-menu {border-radius: 0;width: 96.5%;padding:0px;margin:0px;border-color: rgba(42, 56, 76, .15);box-shadow: 0 2px 5px 0 rgba(55, 94, 246, .2);display: block;}
.typeahead.dropdown-menu li a{padding:10px;font-size: 13px;white-space: normal;line-height: 18px;border-bottom: 1px solid rgba(55, 94, 246, .2);}
.typeahead.dropdown-menu li a:hover{background-color:#f3941e;color:#fff;}
.home-banner .flight-search .select2-container .select2-selection--single, 
.listing-top-search .flight-search .select2-container .select2-selection--single, 
.transp-top-search .select2-container .select2-selection--single,
.flight-top-search .select2-container .select2-selection--single,
.ground-services-top-search .select2-container .select2-selection--single{padding-left:0px;background: transparent;}
.add-room-gust .input-box{padding-bottom:5px;padding-left:0px;}
.home-banner .add-room-gust .input-box,.home-banner .input-box,.listing-top-search-min .input-box,
.home-banner .vehicle-qty .input-box{border:none;}
.home-banner .flight-search .select2-container .select2-selection--single,.home-banner .flight-search .input-box{padding-right:0px;}
/*.home-banner .input-box::-webkit-input-placeholder{color:rgb(255, 255, 255, 0.8) !important;}
.home-banner input:-webkit-autofill,
.home-banner input:-webkit-autofill:hover, 
.home-banner input:-webkit-autofill:focus,
.home-banner input:-internal-autofill-selected, 
.home-banner textarea:-webkit-autofill,
.home-banner textarea:-webkit-autofill:hover,
.home-banner textarea:-webkit-autofill:focus,
.home-banner select:-webkit-autofill,
.home-banner select:-webkit-autofill:hover,
.home-banner select:-webkit-autofill:focus{
  border:none;-webkit-text-fill-color:#fff !important;-webkit-text-fill-color:initial;
  -webkit-box-shadow:none;transition: background-color 5000s ease-in-out 0s;}*/
.transp-top-search .add-room-gust .input-box {width: 90%;}
.book_note {display:flex;position:absolute;color:#fff;font-size:12px;bottom:-32px;;}
.book_note label{margin: 0px 0 0 5px;color:#fff;}
.book_note input{margin:2px 0 0 0px;}
.book_note .checkbox {margin:0;}
.book_note .checkbox .checkbox-material .check{border-color:#fff}
.book_note .checkbox .checkbox-material {margin-top:4px;}
/*Add Room css Start Here*/
.GuestsClick {cursor: pointer;background-color:#fff;z-index: 1;position: relative;padding-left: 30px;}
.add-room-gust .room-show-arrow{position: absolute;/*top: 0;*/bottom:16px; right:5px;margin:auto 0;width:10px;height:12px;line-height:2px;color:#808080;font-size:17px;z-index:1;}
.room-show{position:absolute;width:55px;left:26px;bottom:0px;font-size:11px;color:#444;font-weight:500;z-index:1;}
.HSearch-drop{background: #fff;padding:15px;z-index:3;position: absolute;top:56px;border: 1px solid rgba(127,140,141,0.18);
    width:310px;height:200px;overflow:auto; display: none;box-shadow: 0 5px 10px 0 rgba(55, 94, 246, .2);}
.HSearch-drop:after {content: " ";display: block;width: 0;height: 0;position: absolute;left: 20px;top: -11px;
    border-left: 11px solid transparent;border-right: 11px solid transparent;border-bottom: 11px solid #fff;  
}   
.HSearch-drop:before {content: " ";display: block;width: 0;height: 0;position: absolute;left:19px;top:-12px;
   border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 12px solid rgba(127,140,141,0.18);  
}  
.agent .GuestsBox.HSearch-drop{height:222px;}
.make-booking.add-room-gust .GuestsBox {width: 390px;}
.adult-box {margin-bottom: 10px;}
.btn-number{border: none;background-color: transparent;font-size:16px;line-height: 20px;vertical-align:top;padding: 0;
height: 19px;width: 20px;color: #4a4949;border-radius:0;position:relative;}
.gray-bg.listing-top-search-min .flight-search .btn-number .fal {color:#4a4949 !important;}
.quantity-input{width: 20px;border: none;height: 20px;text-align: center;}
.adult-box h3{display: block;border-bottom:1px solid #f3941e;padding-bottom:2px;color: #f3941e; font-size:14px;font-weight: 500;}
.remove-btn-room{position: absolute; right:0px; top:-7px; padding:4px 6px;color:#fff;border:none;border-radius:3px; 
  font-size:15px;line-height: 18px;font-weight: 500;background-color:#f3941e;} 
.remove-btn-room:hover{background-color:transparent;color:#f3941e;}  
.GuestsBox.HSearch-drop .remove-btn-room:hover .fal{color:#f3941e;}  
 .flight-search .GuestsBox.HSearch-drop .fal {position: relative;top: 0;left: 0;color:#fff;font-size:13px;display:block;}
 .add-section{position: relative;margin: 15px 0;}
  .qty-box {display: flex;justify-content: space-between;align-items: center;margin:8px 0;padding-bottom:5px;
    border-bottom:1px solid rgba(42, 56, 76, .15);}
  .qty-box span{font-size:12px;color:#555;font-weight: 500;}
  .HSearch-drop .qty-box .minus-plus .fal {position: relative;top: 0;left: 0;right:0;color: #4a4949;font-size: 14px;display:block;line-height: 21px;}
/*.child-age{padding: 8px 0;}*/
.child-age h4{display: block;border-bottom:1px dashed #737373;padding-bottom:4px;margin:0;color:#071c55; font-size:13px;font-weight: 500;}
 .child-age-droup {position:relative;margin:4px 5px 4px 0;display:inline-block;cursor:pointer;background-color: #fff;
    height:30px;max-width:45px;width:100%;z-index: 1;border-bottom:1px solid #a5a5a5;}
.child-age-droup:nth-child(6),.child-age-droup:nth-child(12){margin-right:0;}
.child-age-droup i{position: absolute;top: 0;bottom: 0; right:5px;margin: auto;height:6px;line-height: 2px; z-index: -1}
.count-droup {font-size:12px;font-weight: 500;color:#071c55;background-color: transparent; -moz-appearance: none;
    width: 100%;border: none;height: 100%;padding:0 10px 0 5px;}
.add-room{border:1px dashed #f3941e;padding:2px 5px;color:#f3941e; font-size:12px;display:inline-block;
background-color: transparent;position:relative;}
.add-room:hover{color:#f3941e;}
.listing-top-search-min .room-show {left:12px;}
/*Ground Services Additional Services Start Here*/
.AdditionalServices{width:420px;}
/*.HSearch-drop .adult-box{margin-bottom: 0;}*/
/*.AddServ-input{width:80px;}  */
.qty-box .AddServ-input input{height:30px;width:72px; padding: 0 5px;font-size:12px;} 
.HSearch-drop .checkbox, .HSearch-drop .checkbox label{margin: 0;font-size:13px; font-weight: 500;} 
.HSearch-drop .qty-box{margin:12px 0;padding-bottom: 10px;}
.HSearch-drop .qty-box:last-child{margin-bottom:0;padding-bottom:0px;border:none;}
.qty-box span.price-vat {display:block;margin-left:30px;}
.qty-box span.price-vat p {font-size: 10px;color: #999;margin:0;}
.qty-box span.price-vat h4 {font-size: 14px;display: inline-block;font-weight: 600;color: #f3941e;margin: 0 0 0 4px;}
.package-price.modal-total-prc{display:flex;justify-content: space-between;}
.total-groundadd {color:#071c55;font-size:13px;text-align:left;}
.package-price.modal-total-prc .total-amount-right {flex:0 0 33%;}
.package-price .total-amount-right span {display: inline-block;font-size: 15px;margin-right: 5px;color:#071c55;}
#AdditionalServices .modal-body{padding-top:0}
#genrated_addtional_service_html .checkbox,#genrated_addtional_service_html .checkbox label{margin:0;}
/*Ground Services Additional Services End Here*/
.add_services_label span {font-size: 12px;display: block;}
.qty-box .add-qty {width:28%;}
.add-qty .quantity-input {border-bottom:1px solid #a5a5a5;width:100%;height:25px;text-align:initial;}
.add-qty .child-age-droup {margin:0;height:25px;width:100%;max-width:initial;}
.add-qty .child-age-droup i {right:0}
.make-booking.add-room-gust .room-show-arrow{right:0}
.make-booking.add-room-gust .child-age .child-age-droup{max-width:55px;margin:4px 10px 4px 0;}
.add-qty .quantity-input.error {border-color:#f00;}
/*Add Room css End Here*/
.search-tabs label.error {background-color: rgb(255 255 255 / 0.94);/*padding: 1px 4px;border-radius: 3px;*/}
/*.search-tabs label.error:before {content:'\0020';display:block;position:absolute;top: -6px;left:2px;z-index:2;width:0;height:0;
    overflow:hidden;border:solid 6px transparent;border-top:0;border-bottom-color:#f3f5f6;}*/
.addGroupServ .GroupServOpen {
    background: #fff;
    padding:15px;
    z-index:3;
    position: absolute;
    top:47px;
    left:0;
    border: 1px solid rgba(127,140,141,0.18);
    width:450px;
    height:200px;
    overflow: auto;
    display: none;
    box-shadow: 0 5px 10px 0 rgb(55 94 246 / 20%);
}
.addGroupServ .room-show-arrow {
    position: absolute;
     top:22px; 
    /*bottom: 16px;*/
    right: 5px;
    margin: auto 0;
    width: 10px;
    height: 12px;
    line-height: 2px;
    color: #808080;
    font-size:17px;
    z-index: 1;
}
.addGroupServ .radio-box .radio-btn label{padding:0px 18px 0px 22px;margin:6px auto 0px;font-weight:500;font-size:14px;}
.addGroupServ .radio-box {padding-bottom: 10px;}
.GroupServOpen h3 {display:block;border-bottom:1px solid rgba(0, 0, 0, .1);padding-bottom:5px;margin:10px 0 5px 0;color:#2c2833;font-size:14px;font-weight:600;}
/*input[aria-invalid=false] ~ label.error{display:none;}*/
/*Banner Bottom Section Start Here*/
.section-title h3{color:#071c55;font-weight:600;font-size:2.3rem;}
.section-title p, .single-intro p{line-height:26px;color:#666;font-size:16px;margin-bottom:2rem;}
.offer-area {padding:70px 0 0;}
.about-area{background-image: url(../images/7.png);background-repeat: no-repeat;background-position: 100% 0;padding:110px 0 50px;}
.about-wrap .thumb {position:relative;display:block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image: url(../images/asd.png);
  -webkit-mask-size: 100% 100%;mask-size: 100% 100%;-webkit-transform: rotate(1.8deg);-ms-transform: rotate(1.8deg);transform: rotate(1.8deg);}
.about-wrap:after {content: '';background-image: url(../images/asd.png);position:absolute;width:99%;height:94%;top:3%;left:.5%;
background-size:cover;background-position:100% 100%;z-index:-1;border-radius: 10px;
    -webkit-transform: rotate(-4deg);-ms-transform: rotate(-4deg); transform: rotate(-4deg);}
.intro-area{padding:50px 0 40px;}    
.single-intro .intro-title {position: relative;margin-bottom:15px;font-weight:600;font-size:25px;}
/*.search-tabs label.error {background-color: rgb(255 255 255 / 0.94);padding: 1px 4px;border-radius: 3px;}*/
.single-intro .intro-title .intro-count {color: #CFD3DE;font-size:50px;font-weight: 700;}
.single-intro .intro-title .intro-cat {position: absolute;background:#fff;padding:0 8px;margin-left:-12px;margin-top:4px;font-size:1.3rem;} 
/*Banner Bottom Section End Here*/
.ministry{display:flex;align-items:center;}
.ministry-text{margin-left:15px}
.ministry-text h3{font-weight:600;font-size:18px}


.service-icon-min{background-color:#00635d;position:relative;padding:7% 0;}
.service-icon-min .black-shape {width:90px;height:100%;background-color:#00635d;display:block;
    position:absolute;top:0;left:-40px;transform:skew(-15deg);}
.service-icon-min .red-shape{width:30px;height:100%;background-color:#ff8503;display:block;
    position:absolute;top:0;left:-50px;transform:skew(-15deg);}
.service-icon {position:relative;}    
.service-icon ul {display:flex;justify-content: space-around;}    
.service-icon ul li{list-style-type:none;color:#fff;text-align:center;margin:10px 0;}    
.service-icon ul li i{width:50px;height:50px;line-height:50px;font-size:25px;border-radius:50%;background-color:#013532}    
.service-icon ul li p{margin:8px 0 0} 

.promte-intro h4 {font-weight:600;font-size:20px;margin:15px 0 5px 0px;}
.promte-intro p {font-weight:500;color:#767982;} 
.promte-intro h3 {font-weight:600;font-size:30px;margin:52px 0 4px;} 
.see-offer{display:inline-block;text-transform:uppercase;}

.discover-box{border:1px solid #e6e6e6;border-radius:15px;}
.discover-box .discover-image{border-radius:15px 15px 0 0;overflow:hidden;position:relative;height: 160px;}
.social-info{position:absolute;top:0;left:0;width:100%;padding:10px;display:flex;align-items:center;justify-content: space-between}
.social-info .social-icon{width:30px;height:30px;line-height:31px;font-size:16px;text-align:center;
  color:#fff;border-radius:10px;background-color:#9b8e54;display:inline-block;}
.social-info .social-icon.wish{border-radius:50%;background-color:#fff;color:#013532;}
.social-info .social-icon.oregan{background-color:#f3941e;margin-right:5px;}
.social-info .social-icon.red{background-color:#fd4242;margin-right:5px;}
.social-info .social-icon .fa-bed{font-size:15px;}
.discover-content,.discover-facilities{padding:10px 10px 0}
.discover-country{padding:6px 10px 0}
.discover-content h4{color:#071c55;font-weight:600;font-size:17px;margin:0}
.discover-content p{color:#071c55;font-weight:700;font-size:15px;margin:0}
.flag-info {border-radius:50%;width:20px;margin-right:5px}
.flag-info,.adult-info{font-size:13px;display:flex;align-items:center;}
.flag-info img{border-radius:50%;width:20px;height:20px;margin-right:5px;border:1px solid #e6e6e6;}
.adult-info i,.package-set i{margin-right:5px;color: #9b8e54;}
.discover-facilities ul{font-size:12px;font-weight:500;list-style-type:none;display:flex;align-items:center;justify-content: space-between}
.discover-facilities ul li i{display:block;color: #9b8e54;}
.package-set{border-top:1px solid #e6e6e6;font-weight:500;padding:8px 10px;margin-top:8px}
.view-all{margin:40px auto 0;text-align:center;}
.view-all .com-btn{display:inline-block;}
/*Home Page css End Here*/

#login_modal .login-section.modal-body{border:none;box-shadow:none;margin:10px auto 0;max-width: 490px;}
/*payment method css Start Here*/
.payment-method .modal-body{padding:30px;}
.payment-method .modal-content{border:none;}
.payment-method .modal-header{background-color:#f3941e;border-radius:0;border:none;}
.payment-method .modal-header .close:hover{color:#fff;}
.payment-method .modal-header .modal-title{color:#fff;}
.payment-method .dont-act {background-color:rgba(242, 182, 3, 0.1);border:1px dashed #808080;color:#f3941e;padding:5px;}
/*payment method css End Here*/

/* footer css Start Here*/
.footer-main-block{background:#071c55 url(../images/footer-bg.png);background-position: center;background-size: cover;padding:40px 0 0px;/*border-top:1px solid #f2f4f7;*/}
.footer_heading h3{font-size:18px;color:#f3941e;margin-bottom:15px;font-weight:500}
.footer-menu li{ color:#dbe4ff; list-style-type: none;position: relative;}
.footer-menu .footer-link li a{color:#dbe4ff; font-size: 14px;margin-bottom: 11px; transition: 0.5s; display:inline-block;}
.footer-menu .footer-link li a:hover{color:#f3941e; margin-left: 5px;}
.footer-menu .footer-link li a i{margin-right: 5px;}
.footer-menu ul.contact-homelink li i{position: absolute;left: 0px;top:4px;font-size: 16px;display: inline-block;}
.footer-menu ul.contact-homelink li{padding-left: 24px;margin-bottom:12px;font-weight: 400;}
.down-arrow{display: none;}
.footer-content-block p{margin-top:8px; color:#dbe4ff; font-size: 12px;line-height: 20px;}
.subscri-footer{height:40px;line-height:40px;border:1px solid #546592; position:relative;overflow: hidden;border-radius:5px;}
.subscri-footer input{color:#b3b3b3;background-color:transparent;border:0px;height:100%;width:100%;padding:0 40px 0 15px;}
.subscri-footer input::-moz-placeholder{color:#b3b3b3;}
.subscri-footer input::-webkit-input-placeholder{color:#b3b3b3;}
.subscri-footer input*:-ms-input-placeholder{color:#b3b3b3!important;}
.subscri-footer button.sent-btns {background-color:#fff; color:#071c55;height:30px;line-height:32px;position:absolute;right:4px;top:4px;width:30px;font-size:16px;padding:0; border:none;border-radius:3px;}
.footer_heading.tile-joints{margin: 20px 0 0;}
ul.social-footer{margin:10px 0 0px;display: flex;}
ul.social-footer li{margin:0 8px 8px 0;}
ul.social-footer li a{display: flex;justify-content: center;align-items: center; width:35px;height:35px;position: relative;
  /*border:1px solid #616161;box-shadow:0 2px 5px 0 rgb(142 144 121);*/color:#fff;overflow: hidden;border-radius:50%;}
ul.social-footer li a::before {content: '';position: absolute;top:100%;left: 0;width: 100%;height: 100%;transition: .4s;}
ul.social-footer li a i {position: relative;}
ul.social-footer li a.facebook{background-color:#3b5999;}
ul.social-footer li a:hover::before {top: 0; background-color:rgb(255, 255, 255, 0.3);}
ul.social-footer li a.twitter{background-color:#29c5f6;}
ul.social-footer li a.instagram{background-color:#b16c4f;}
ul.social-footer li a.pinterest{background-color:#c61118;}
ul.social-footer li a.google-plus{background-color:#d84938;}
/*ul.social-footer li a.facebook:hover{border-color:#3b5999; color: #fff;}
ul.social-footer li a.facebook:hover::before {top: 0; background-color:#3b5999;}
ul.social-footer li a.twitter:hover{border-color:#29c5f6; color: #fff;}
ul.social-footer li a.twitter:hover::before {top: 0;background-color:#29c5f6;}
ul.social-footer li a.instagram:hover{border-color:#b16c4f; color: #fff;}
ul.social-footer li a.instagram:hover::before {top: 0;background-color:#b16c4f;}
ul.social-footer li a.pinterest:hover{border-color:#c61118; color: #fff;}
ul.social-footer li a.pinterest:hover::before {top: 0;background-color:#c61118;}
ul.social-footer li a.google-plus:hover{border-color:#d84938; color: #fff;}
ul.social-footer li a.google-plus:hover::before {top: 0;background-color:#d84938;}*/
.copyright-block{/*text-align: center;*/ color:#dbe4ff; margin-top:20px; padding:10px 0;border-top:1px solid #435175;}
.copyright-block a{color:#f3941e;}
.copyright-block a:hover{color: #ccc;}
.payment-box p {margin:0 0 6px;font-weight: 500;font-size:13px}
.payment-box p span{color:#f3941e;display:block;}
.payment-box img {width:180px;}
/* footer css End Here*/

/*Login Page css Start Here*/
.login-section {background-color:#ffffff;/*box-shadow: 0 5px 10px 0 rgba(55, 94, 246, .2);border: 1px solid rgba(13, 21, 75, .15);*/
    margin:10px auto;padding: 30px 30px 0;max-width: 510px;width: 100%;position: relative;border-radius:8px;}
.login-logo img {margin: 0 auto 20px;}
.login-section h1 {font-size:25px;color:#071c55;font-weight: 500;}
.login-section h5 {font-size:16px;color: #272727;margin:20px 0 40px;}
.login-section .responsive-tabs.tabs>nav ul {display: flex;justify-content: space-between;align-items: center;margin-bottom:30px;}
.login-tabs.responsive-tabs.tabs>nav ul li{width: 100%;margin: 0px 10px 0 0;}
.login-tabs.responsive-tabs.tabs>nav ul li:last-child{margin:0px;}
.login-tabs.responsive-tabs.tabs>nav ul li.active a{color: #fff;background-color:#071c55;} 
.remember-me{font-size: 13px;text-align: left; display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}  
.remember-me p, .remember-me label{margin: 0;}  
.remember-me .forget-pw {font-size: 13px;border-bottom: 1px solid #071c55;}
.login-btn button{width: 100%;font-weight: 500}
.login-tabs .content h5 {color: #272727; margin-top: 50px;}
.dont-act{margin:30px 0;padding-bottom:15px;text-align:center;}
.dont-act b {color:#071c55;}
/*.dont-act a{color:#f3941e;}*/
.social-box{position: relative;padding: 10px 0 40px;}
.social-btns ul.social-footer{justify-content:center;align-items: center;}
.social-btns ul.social-footer li a{width:45px;height:45px;font-size:17px }
.log-sec{display:flex;}
.login-left{padding:10% 3%;width:50%;background-image:url("../images/login-bg.jpg");background-size:cover;background-position: bottom right;position: relative;}
.login-right{padding:10% 3%;width:50%}
.log-sec.signup-sec .login-right{padding:4% 3%}
.login-left .signup-benefits{position:relative;}
.login-left .signup-benefits h2{font-size:24px;font-weight:600;color: #fff;margin-bottom:15px;}
.login-left .signup-benefits p{color: #fff;}
.login-left .signup-benefits li{font-weight:500;font-size:14px;color: #fff;padding-bottom: 10px;}
.login-left .signup-benefits li i{color: #fff;}
.login-right h1{font-weight:600;font-size:25px;}
.login-right h5{margin-bottom: 15px;font-size:15px;}
.login-left:before {content:"";position:absolute;background:linear-gradient(270deg, rgba(7,28,85,.8) 0%, rgba(66,35,159,0.9808298319327731) 100%);width:100%;
    height:100%;left:0;top:0;}
/*Login Page css End Here*/

/*Signup Page css Start Here*/
.signup-section{max-width:900px;}
.signup-benefits h3{font-size:18px;font-weight:600;color: #fff;margin-bottom: 10px;}
.signup-benefits li {position: relative;padding: 0px;margin: 0px;list-style: none;font-size:13px;color: #737373;font-weight: 500;
    padding-bottom: 7px;}
.signup-benefits li i {color: #f3941e;padding-right: 5px;}
.signup-section .login-btn button,.login-section.customer-info .login-btn{max-width: 200px;margin: auto;}
/*Signup Page css End Here*/
.login-section.customer-info {padding-bottom:30px;margin-top:0;max-width:initial;}
/*Hotel Listing Page css Start Here*/
/*Process Bar*/
.process-box{display:flex;justify-content:space-between;align-items:center;margin:-20px auto 90px;max-width:700px;width:100%;position:relative;}
.step-process {max-width:40px;min-height:40px;position: relative;text-align: center;width: 100%;}
.step-bar {position:relative;color:#fff;font-size:18px;background:#878796;
 margin: 0 auto;position: relative;width:45px; height:45px;line-height:45px;border-radius:50%;box-shadow:0px 2px 3px 1px rgba(153, 153, 153, 0.8);}
.step-process.act-bar .step-bar {background:#f3941e}
.step-bar img {width:25px; /*filter:brightness(10);*/}
.step-title {color: #071c55;font-weight:500;font-size:13px;margin-top:38px;left: -38px;position: absolute;width: 124px;}
.step-process.act-bar .step-title{color: #f3941e;}
.normal_step {border-radius: 50%;height: 100%;padding: 2px;text-align: center;width: 100%;}
 .step-line{background-color:#c2c0c7;height:2px;width:100%;position:absolute;left:0;bottom:-30px;}
/* .box-3 .step-line{width:50%;}
 .box-5 .step-line{width:25%;}*/
 .step-line.act{background-color:#f3941e;}
 .border-line{position:absolute;width:60px;height:60px;border-radius:50%;content:'';
 top:0;bottom:0;left:-7px;right:0;margin:auto; z-index:1;border:1px solid #848484;}
   .border-line::before,
  .border-line::after {content:'\0020';display:block;position:absolute;bottom:-8px;left:19px;z-index:2;
  width:0;height:0;overflow:hidden;border:solid 10px transparent;border-bottom:0;border-top-color:#f6f7f9;}
 .border-line::before {bottom:-9px;z-index: 1;border-top-color:#848484;}
 .step-bar:before,.step-bar:after{content:'\0020';display:block;position:absolute;bottom:-33px;left:0px;right:0;
width:7px;height:7px;border-radius:50%;background-color:#2f302c;margin:0 auto;z-index:1;}
.step-bar:after{background-color:transparent;border:1px solid #848484;width:13px;height:13px;bottom:-36px;left:0px;}
  .step-process.act-bar .step-bar:after{border-color: #f3941e;-webkit-animation:twoEffect 1.3s linear infinite; 
  -moz-animation:twoEffect 1.3s linear infinite;animation:twoEffect 1.3s linear infinite;}
  .step-process.act-bar .step-bar:before{background-color:#f3941e;}


@keyframes twoEffect {
  from { opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(242,182,3,0.1), 0 0 10px 10px #f3941e, 0 0 0 10px rgba(242,182,3,0.5);
  }
  to {
    box-shadow: 0 0 0 2px rgba(242,182,3,0.1), 0 0 10px 10px #f3941e, 0 0 0 10px rgba(242,182,3,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
 /*Process Bar*/
.list-searchw{width:22%;}
.list-searchwg{width:30%;}
.listing-top-search {position:fixed;padding:25px;height:100%;width:570px; z-index:999;
  background:#fff;top:0;right:-50rem;overflow:auto; border:1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);box-shadow:0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition:right 2s cubic-bezier(0.190,1.000,0.220,1.000);transition:right 2s cubic-bezier(0.190,1.000,0.220,1.000);
    }
.listing-top-search.right-search-open{right:-13px;-webkit-transition:right .6s cubic-bezier(0.190,1.000,0.220,1.000);
    transition:right .6s cubic-bezier(0.190,1.000,0.220,1.000);}   
.listing-top-search .search-icon {font-size:40px;line-height:40px;color:#ababab;font-weight:100;display:inline-block;width:35px;
    margin:-25px -15px 5px 0;float:right;cursor:pointer;}  
.listing-top-search .search-icon:hover{color:#2f302c;}        
.odatepicker-tsearch .flight-search.add-room-gust, .odatepicker-tsearch .t-datepicker, .odatepicker-tsearch .flight-search.top-night,.listing-top-search-min .list-searchwg,.listing-top-search-min .list-searchw {
    width:100%;margin-right:0;padding:0;float:none!important;}
.listing-top-search .search-next {width:100%;}
.listing-top-search .top-search-but {margin-top:35px;}
.listing-top-search .top-search-but.clear-but {margin-top:20px;}
.listing-top-search .top-search-but button {width:100%;/*border-radius:5px;background-color:#071c55*/}
.listing-top-search .top-search-but i {font-size:18px;font-weight:500;}
/*.listing-top-search .search-next button:before,.listing-top-search .search-next button:after{border-radius: 50px;}*/

/*.gray-bg.listing-top-search-min .input-label,.gray-bg.listing-top-search-min .flight-search .fal, .gray-bg.listing-top-search-min .t-dates .fal,.gray-bg.listing-top-search-min .t-datepicker,.gray-bg.listing-top-search-min .add-room-gust .room-show-arrow,
.gray-bg.listing-top-search-min .select2-container--default .select2-selection--single .select2-selection__rendered,.gray-bg.listing-top-search-min .input-box, 
.gray-bg.listing-top-search-min .select2-container .select2-search--inline,.gray-bg.listing-top-search-min .room-show,.gray-bg.listing-top-search-min .t-dates{color:#fff !important;}
.gray-bg.listing-top-search-min .select2-container .select2-selection--single,.gray-bg.listing-top-search-min .GuestsClick,.gray-bg.listing-top-search-min .t-datepicker, 
.gray-bg.listing-top-search-min .select2-container .select2-selection--multiple{background-color:transparent;}
.gray-bg.listing-top-search-min .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:rgb(255, 255, 255) transparent transparent transparent;}
.gray-bg.listing-top-search-min .select2-container,.gray-bg.listing-top-search-min .t-datepicker,.gray-bg.listing-top-search-min .input-box{border-color:rgba(255, 255, 255, 0.8)}
.gray-bg.listing-top-search-min ::placeholder{color:#fff!important;}*/
h2.top-search-title{font-weight:500;font-size:15px;color:#fff;line-height:20px;padding:7px 0 6px;margin:0;display:inline-block;cursor:pointer;}
h2.top-search-title:hover{color:#363636;}
h2.top-search-title span.arrow-height {margin:0 0 0 5px;}
/*leftbar start here*/
.leftbar {box-shadow:0px 2px 0px 0px #dbdbdb; background: #fff;border-radius:8px;overflow:hidden;}
.left-search {border-bottom: 1px solid #a5a5a5;margin:0px 10px 20px;padding:0 50px 0 0px;
    background-color:#fff;position:relative;}
.left-search .typeahead.dropdown-menu{width:100% !important;left:0!important}
.left-search .fa-times {position: absolute;font-size: 20px;top: 0;bottom: 0;margin: auto 0;height: 20px;right: 50px;color: #999;cursor: pointer;} 
.left-search .fa-times:hover{color:#f3941e;}
.left-search input {width: 100%;height:46px;border: none;}
.left-search .left-search-btn {border-radius:5px;padding:0;box-shadow:none;position:absolute;right:4px;top:3px;width: 40px;height: 40px;font-size: 18px;}
.leftbar h2 {color:#fff;font-weight:500; font-size:15px;line-height: 20px;margin: 0;padding:8px 10px;position:relative; background:#071c55;}
.leftbar h2 .arrow-height {position:absolute;width:100%;height:100%;left:0;top:0;display:none;}
.leftbar h2 .arrow-height .fa {line-height:40px;text-align:right;display:block;margin:0 10px;}
.leftbar-select {padding:0 15px 20px;}
.leftbar-select h4 {color:#071c55;font-weight:500; font-size: 16px;margin: 0 0 20px;border-bottom: solid 1px #e1e1e1; padding-bottom:  5px;}
.leftbar-select:last-child {padding-bottom: 0;}
.rating-box ul{list-style-type: none;}
.rating-box ul li {padding:0px 0 1px;margin:8px 0 0;}
.rating-box ul li.checkbox .count-show{font-size:11px;}
.rating-box ul li.checkbox .right-count{display: flex;align-items:stretch;}
.stars-block {flex-grow: 8;}
.rating-box ul li.checkbox .checkbox-material{height:22px}
.stars-block i {color: #969696;font-size:16px; padding-left:3px;}
.stars-block i.fa {color:#f3941e;}
.cat-panel{padding: 20px 0;}
.rating-box.flight-time .stars-block{font-size:13px;}
/*leftbar ends here*/
.sort-by{display:flex;justify-content:space-between;margin-bottom:15px;}
.sort-by .sort-filter {flex:0 0 75%;background:#fff;box-shadow:0px 2px 0px 0px #dbdbdb;border-radius: 8px;}
.list-infor-text {border-radius:5px;border:1px dashed #c2c2c2;padding:4px 10px;font-size:11px;margin-bottom:12px;background-color:#fff;}
.sort-by .select2-container{border-bottom:none;}
.sort-by .flight-search {width:27.4%;padding:1px 0px;margin-bottom:0px;border-right: 1px solid #e1e1e1;}
.sort-by .flight-search .select2-container .select2-selection--single, .sort-by .flight-search .iti__country-list, 
.sort-by .flight-search .select2-container .select2-selection--multiple{padding: 0px 8px 0px 10px;}
.sort-by .flight-search .select2-container .select2-selection--single, 
.sort-by .flight-search .select2-container .select2-selection--multiple{background: transparent;}
.flight-list .flight-search {width:33.333%;}
.flight-list .select-drop.flight-search:last-child {padding-right:0px;border-radius:0px 8px 8px 0px;overflow:hidden;}
.flight-list .sort-by .flight-search.last {padding-right: 0px;}
.sorting-view{float: left;width:5.9%;height:40px;font-size: 15px;text-align: center;border-right:1px solid #e1e1e1;}
.sorting-view:last-child{border:none;}
.sorting-view:last-child a {border-radius:0px 8px 8px 0px;}
.sorting-view a {padding: 0;height:40px;line-height:41px;color:#878796;background:#fff;box-shadow:none;border-radius:0}
.sorting-view a.active{color:#f3941e;border-color:#f3941e;}
.sorting-view a .fa-map-marker {font-size:16px;}
.start-end-sec{display: flex;flex-direction:column;justify-content: center;font-size:12px;font-weight: 500;margin:0 15px 0 0;}
.travel-from-to{display: flex;}
.icon-exchange {margin:0 10px;}
.modify-search-but a {margin-left:10px;text-transform:uppercase;text-decoration:underline;font-weight:600;}
.listing-box {background:#fff;position: relative;box-shadow:0px 2px 0px 0px #dbdbdb;
margin-bottom:25px;padding:18px 15px 20px; display: flex;width: 100%;border-radius:8px;/*overflow: hidden;*/}
.listing-box:before,.listing-box:after {content:'';position:absolute;left:-38%;right:0;top:-2px;width:40px;height:20px;margin:0 auto;background-color:#f6f7f9;border-radius: 0 0 90px 90px}
.listing-box:after {top:auto; bottom:-2px;box-shadow: inset 0px 3px 0px 0px #dcdcdc;border-radius:90px 90px 0 0}
.listing-box.map-view{display:block;}
.package-image {margin-right:20px;width:350px;position: relative;min-height:182px;max-height:182px;/*overflow-y: hidden;background: #F3F3F3;*/}
.package-image img {display: block;/*max-width: 100%;height: 180px;*/margin: auto;position:relative;border-radius:8px;z-index:1}
.package-image:before,.room-image:before {content:'';position:absolute;left:0;right:0;bottom:-3px;width:96%;height:45px;box-shadow:0px 3px 12px 0px rgb(0 0 0 / 0.4);margin:0 auto;background:#071c55;border-radius:10px}
.list-img{overflow:hidden;min-height:178px;max-height:178px;border-radius:8px;display:block;}
.package-details-info {width: 100%;padding:0 0 0 20px;position: relative;height: auto;border-left:1px dashed #acaeb0;}
.list-title{color: #071c55;font-size:16px; font-weight:500;margin:-2px 0px 0 0;line-height:22px;position:relative;
    /*overflow: hidden;flex-grow: 1;white-space: nowrap; text-overflow: ellipsis;*/}
.holiday-block{position:absolute;top:1px;right:0px;padding:2px 8px;font-size:10px;font-weight: 500;text-transform:uppercase;letter-spacing:0.8px;z-index:3}
.green{color:#7abb0d;}
.orange{color:#f89700;}
.blue{color:#00a4cc;}
.listing-box .stars-block {flex-grow: 0;margin-left: 5px}
.listing-box .stars-block i {font-size: 14px;padding-left:0px;}
.package-location {font-size:12px;color:#929292;position:relative;margin:5px 0 2px;line-height:19px;display:inline-block;}
/*.package-location::before {content: '\f041';font-family: 'Fontawesome';line-height: 20px;color: #b2b2b2;font-size: 16px;
position: absolute;top: 0;left: 0;height: 19px;}*/
.package-location .fa-map-marker-alt{padding-right:5px;}
.distance {font-size: 12px;color: #929292;margin:-3px 0 7px;display:inline-block;}
.distance .far{font-size:14px;margin-right:2px;}
.package-des p {color: #444;margin-bottom:12px;overflow: hidden;/*height:40px;*/width:90%;text-overflow: ellipsis;
    -webkit-box-orient: vertical; display: -webkit-box;font-size: 13px;-webkit-line-clamp:2;}
.cus-rat{display: flex;align-items:flex-end;margin-bottom:10px;height: 20px;}
.cus-rat .rat-view{padding:0px 5px;color: #fff;height:20px;font-weight: 500;font-size: 12px; background-color: #f3941e;
  border: 1px solid rgba(42, 56, 76, .15);box-shadow: 0 2px 5px 0 rgba(55, 94, 246, .2);}
.cus-rat .rat-view small { letter-spacing: 2px;} 
.cus-rat h5 {font-size:14px;font-weight: 600;margin: 0px 7px;}  
.cus-rat .rev-cont{font-size:12px;font-weight:500;color: #888;}  
.facilities-price-but{}
/*.facilities-price-but .package-des {max-width:390px;width: 100%;}*/
.listing .package-price-but {display:flex;justify-content:space-between;align-items:flex-end;margin-top:15px}
.facilities-list{list-style-type:none;display:flex;}
.facilities-price-but .facilities-list{border:1px solid #dbdbdb;border-radius:5px;display:inline-flex;}
.facilities-price-but .facilities-list li{padding:8px 10px; cursor:pointer;font-size:11px;font-weight:500;color:#555;border-right:1px solid #ddd;}
.facilities-price-but .facilities-list li:last-child{border-right:none;}
.fac-icon{border-radius:5px;padding:5px;margin-right:4px; cursor:pointer;
  border: 1px solid #dbdbdb;font-size:11px;font-weight: 500;color: #555;}
.facilities-list li:last-child{margin-right:0px;}
.facilities-list li img, .fac-icon img{height:20px;filter: brightness(0.9);}
/*.facilities-list li:hover img, */.fac-icon:hover img{filter:contrast(10);}
.facilities-list li .fa-file-alt{font-size:13px;margin-right:5px;}
.package-price {font-size:16px;font-weight: 600;color:#071c55;vertical-align: top;}
.package-price span{font-size:11px;font-weight:500;display: block;color:#888;line-height:12px;margin-bottom:2px;}
.package-price span.discount-price {display:inline-block;font-weight:600;margin:0 5px;text-decoration-line:line-through;}
.package-price .fa-info-circle{margin-left:3px;}
.package-price-but a{width:100px;/*height:35px;line-height:35px;padding:0;*/}
.but-vat{display: inline-block;}
.paging ul {display: flex;justify-content: flex-end;}
.paging ul li {box-shadow:0 2px 5px 0 rgba(55, 94, 246, .2);border: 1px solid rgba(42, 56, 76, .15);background-color: #fff;
   height: 29px;margin-left: 6px;padding: 0;text-align: center;width: 29px;}
.paging li a {font-size: 16px;line-height: 30px;color:#071c55;display:block;}
.paging li a:hover{color:#fff;}
.paging.load-more ul {justify-content: center;}
.paging.load-more ul li {width:auto;height:auto;margin:0;border-radius:5px;}
.paging.load-more ul li a{padding:2px 12px;font-size:14px;font-weight:500;color:#071c55;}
.paging.load-more ul li a i{margin-left:5px;}
.paging.load-more ul li a span.butho:hover {color:#f3941e;}
.vat-taxes {font-size:10px;margin-top:-5px;font-weight: 400;color:#929292}
.but-vat .more-details{margin-top: 5px;}
.facil-detail{padding:10px;position:relative;margin: -10px 0 20px;background-color:#fff}
.facil-detail .faci-close{position:absolute;top:5px;right:8px;font-size:18px; cursor:pointer;}
.facil-detail .faci-close:hover{color: #f3941e;}
.facil-detail .similar-head{margin: 0 0 10px;}
.cancelled-tem {color: #9a9a9a;font-size: 16px;/*margin-bottom:10px;*/}
.cancelled-tem .fas{cursor: pointer;}
.cancelled-tem .policy_model{display:inline-block;margin-right:5px;}
.cancelled-tem .terms_model{display:inline-block;}
.feature-list {position:absolute;z-index:99;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;
    background:#f3941e;
    top:-1px;left:-10px;padding:5px 12px 4px;border:none;box-shadow:1px 2px 2px 0 rgba(0,0,0,0.4);
    -moz-box-shadow:1px 2px 2px 0 rgba(0,0,0,0.4); -webkit-box-shadow:1px 2px 2px 0 rgba(0,0,0,0.4);}
    .feature-list:before {content:'';position:absolute;left:0;bottom:-10px;width:0;height:0;
    border:5px solid #023c54;border-bottom-color: transparent;border-left-color: transparent;
}
.feature-list:after {content: '';position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:999;
    background-image: -webkit-gradient(linear, 50% 30%, 100% top, color-stop(0%, rgba(204,99,40,0)), color-stop(25%, rgba(250,250,250,0.3)), color-stop(50%, rgba(204,99,40,0)));
    background-size: 200%;background-position:right;-webkit-animation-name:flagwave;
    -webkit-animation-duration:10s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes flagwave {
  0% {
    background-position: -400px 0px, -400px 0px, -400px 0px, -400px 0px
  }
  100% {
    background-position: 800px 0px, 800px 0px, 800px 0px, 800px 0px
  }
}
/*Hotel Listing Page css End Here*/
/*#main{background-color: #f6f7f9;}*/
/*Hotel Listing grid Page css Start Here*/
.grid-box{display: block;}
.grid-box .package-details-info{padding:10px 0 0 0;border:none;}
.grid-box .facilities-price-but{display:block;}
.grid-box .package-des, .grid-box .cus-rat{display:none;}
.grid-box .package-price-but {display: flex;justify-content: space-between;align-items: flex-end;margin-top:5px;}
.grid-box .package-price{text-align:left;margin:0 5px 0 0;}
.grid-box .facilities-list{margin:5px 0 0;}
.grid-box .package-image{margin:0px 0 10px;width:100%;min-height: 180px}
/*.grid-box .list-title{font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;}*/
.grid-box .stars-block{margin:0;display:block;}
.grid-box .stars-block i{font-size: 12px}
.grid-box .holiday-block {top:0px;right:0px;z-index:1;}
.grid-box .package-price span.discount-price {display:block;margin:0;}
/*Hotel Listing grid Page css End Here*/

/*Hotel Listing Map View Start Here*/
.map-box.grid-box{padding:0 0 5px;}
/*.map-box.grid-box a{}*/
.map-box.grid-box .package-details-info{width:auto; padding:0 10px}
.gm-style .gm-style-iw-c{padding:0 !important;max-width:250px !important;width:100% !important}
.gm-style .gm-style-iw-d{overflow: auto !important;max-width:250px !important;width: 100% !important}
.map-box.grid-box .package-image{height:90px;overflow: hidden;}
.map-box.grid-box .package-image img{height:240px}
.gm-style button.gm-ui-hover-effect{top:-7px !important;right:-3px !important;}
.gm-style button.gm-ui-hover-effect img{background-color:#fff;height: 18px !important;width:18px !important;}
.gm-style .gm-style-iw-c .gm-ui-hover-effect{z-index:1}
/*Hotel Listing Map View End Here*/

/*Hotel Listing Detail Page css Start Here*/
.hotel-slider-min{padding:0px 0 50px}
.hotel-info-details .stars-block{margin:5px 0 0px;display: block;}
.hotel-info-details .package-location{margin: 8px 0 10px;}
.hotel-info-details .cus-rat{margin:0px 0 15px;}
.hotel-slider-min .package-des p{-webkit-line-clamp:3;height:60px;}
.hotel-info-details .facilitie-detail li{float: none;width:100%;}
.hotel-slider-min .facilitie-detail {overflow: hidden; grid-auto-flow: column;display: grid;grid-template-columns: auto;grid-template-rows: auto auto auto auto auto auto;/*grid-gap: 10px;*/}
.room-list-img{overflow:hidden;min-height:130px;max-height:130px;border-radius:8px;display:block;position:relative;}
.list-detail-section ul.tab-list-detail{display:flex;justify-content:center;}
.list-detail-section ul li a{padding: 10px 0px;}
.list-detail-section ul li a:hover{color:#f3941e;}
.list-detail-section ul li.tem-cond a, .list-detail-section ul li.tem-cond a .fal{color:#071c55}
.list-detail-section ul li.tem-cond a:hover, .list-detail-section ul li.tem-cond a:hover .fal{color:#f3941e}
.list-detail-section .responsive-tabs>nav ul li{width:10%;margin: 0px 15px 0 0;}
.list-detail-section .responsive-tabs>nav ul li:last-child{margin-right:0px;}
.list-detail-section .responsive-tabs .content{margin: 20px 0 30px;}
.list-detail-section .responsive-tabs .content section{padding:15px;display:block;}
.tab-text p{line-height:22px;}
.similar-head{font-size:16px;font-weight:600;flex:0 0 100%; margin:10px 0 21px;padding: 0 0 8px 0px;border-bottom:1px solid rgba(42, 56, 76, .15);}
.check-time{font-size:13px;color:#656565;margin:8px 0;line-height: 19px;}
.check-time .far{margin-right:4px;color:#9b9b9b;}
.under-stay{font-size:13px;color:#555;margin-bottom: 5px;}
.under-stay i{margin:0 3px 0 5px;width: 13px;}
.under-stay i:first-child{margin-left:0px;}
.under-stay span{color:#f3941e;font-weight:500}
/*.list-detail-section .facilities-price-but {display: block;justify-content: initial;align-items: center;}*/
.list-detail-section .facilities-price-but ul.facilities-list {margin:8px 0 20px;}
.list-detail-section .package-price-but {display: flex;justify-content:space-between;align-items: flex-end;}
.list-detail-section .vat-taxes{margin:0}
.map-frame {width:100%;}
.map-frame iframe{width:100%;height:500px;}
.terms-block h3 {font-size: 20px; font-weight: 500;}
p.terms-sub-title {font-weight: 500;margin-bottom: 10px;}
.terms-block ul{padding:0 0 20px 20px;}
.terms-block ul li{padding-bottom:5px;}
.detail-info{margin-bottom: 20px;}
.facilitie-detail li .fac-icon{display:inline-block;margin-right: 10px;height:32px}
.facilitie-detail li{display:flex;align-items:center;width:33.333%;height:60px;float:left; padding:0px 20px 0px 0;}
/*.select-room{display: flex;align-items: center;justify-content: flex-end;position:relative;}*/
.select-name {margin-right: 5px;}
.select-room .user-error {bottom: auto;top: -10px;right: 0;left: auto;}
.hotel-room-min{display:block;padding:0;width: 100%;}
.listing-box .hotel-room{display:flex;position: relative; justify-content: space-between;width: 100%;
  border-bottom: 1px solid rgba(42, 56, 76, .15);margin-bottom:20px;padding-bottom:20px;}
.listing-box .hotel-room:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:0}
.listing-box .hotel-room-title{width:100%;height:45px;background-color: #071c55;margin:0 0 12px;display:flex;justify-content: space-between;border-radius:8px 8px 0px 0px}
.check-time.top-time {color: #071c55;font-weight: 500;margin: -10px 0 5px;}
.check-time.top-time .far:last-child{margin-left:5px;}
.room-title {position: relative; font-size:15px;font-weight: 500;color: #fff;padding:15px 0px;margin:0;/*border-right: 1px solid #868686;background-color: #071c55;*/}
.room-title:first-child{padding-left:10px;}
.room-info-box.room-title{padding-left:10px;padding-right:10px}
.room-image-box{width:19%;/*overflow:hidden;*/}
.room-image {height:131px;position:relative;}
/*.room-image img{width:175px;}*/
.room-info-box {width:28%;}
.capacity-box{width:15%;}
.condition-box{width:25%;}
.select-room-box{width:10%;}
.price-section{width:18%;}
.price-section .child-age-droup {max-width: 70px;height: 35px;margin: 0px 0px 10px 0;}
.price-section .package-price {margin-bottom: 8px;}
.room-info-box .facilities-list {margin-top: 12px;}
.room-info {margin:0 0 0 10px;}
.hotel-room .list-title {padding:0;}
 ul.tem-cond li {padding-bottom:3px;cursor:pointer;font-size: 13px;}
 ul.tem-cond li .fal{margin-right:4px;color: #f3941e;}
 ul.tem-cond li.ref-green,  ul.tem-cond li.ref-green .fal{color:#1fd209}
 ul.tem-cond li.non-ref-red,  ul.tem-cond li.non-ref-red .fal{color:#d20909}
 .condition-box .package-price {margin-bottom: 8px;}
.price-info {position:relative;}
.price-info .fal{cursor:pointer;}
.price-info-show {position:absolute;width:230px;top: 3px;left:0; border-top:1px solid #f3941e;padding: 8px;box-shadow: 0 5px 10px 0 rgba(55, 94, 246, .2);
visibility: hidden;opacity:0;transform: translateY(30px);transition: all 0.2s ease-out 0s;background-color:#fff;z-index: 2;}
.price-info .price-info-show.active{visibility: visible;opacity: 1;transform: translateY(20px);}
.price-info-show:before {content: '';position: absolute;top:-11px;left: 0;
border-color:transparent transparent #f3941e transparent;border-style: solid;border-width:5px;}
.price-info-show ul li {color: #f3941e;display: flex;justify-content: space-between;border-bottom: 1px solid rgba(42, 56, 76, .15);
  margin-bottom: 5px;padding-bottom: 5px;font-size:11px;font-weight:500;}
.package-price span p {margin:1px 0 0;font-size: 8px;}
.price-info-show ul li.total{font-size:12px;margin-bottom:0px;}
.price-info .price-info-show ul li span b {font-weight:500;display:block;margin-bottom:2px;}
.price-info .price-info-show ul li span{color: #071c55;flex:0 0 47%;text-align:right;margin:0}
.hotel-room-groups:nth-child(even) {background-color: #f7f7f7;padding-top: 30px; margin-bottom: 30px;}
.listing-box .hotel-room-groups .hotel-room{padding-top: 0px;margin-bottom: 0px;border-bottom:none;}
.on-board {display:inline-block;font-size:12px;margin-top:4px;}
.on-board span{color:#f3941e;font-weight:600;}
.detail-slider .swiper-slide{height:500px;overflow:hidden;}
.near-by{min-height:500px;}
ul.near-list {list-style-type:none;margin-left:25px;border:1px solid #d6d6d6;border-radius:4px;max-width: 250px;width: 100%;}
ul.near-list li{font-size:13px;display:flex;justify-content:space-between;border-bottom:1px solid #d6d6d6;padding:5px}
/*Hotel Listing Detail Page css End Here*/

/*Order Summary right bar Start Here*/
.order-summary{padding: 12px;background: #fff;margin-bottom:15px;display:block!important;}
.order-summary h3{cursor: pointer; color: #071c55;font-weight: 500;font-size: 16px;margin:0;display:flex;justify-content: space-between;align-items:center;}
.package-summary{ border-bottom: 1px solid rgba(42, 56, 76, .15);padding:10px 0;margin:10px 0}
.package-summary:first-child {border-top: solid 1px rgba(42, 56, 76, .15);}
.package-summary h4{font-weight:500;font-size: 14px;margin-bottom:4px;display: flex;justify-content: space-between;}
.package-summary h5{font-weight:400;font-size: 12px;color: #4c4c4c;line-height:16px;margin-bottom: 3px;}
.package-summary p{margin:0 0 1px;font-size:11px;font-weight: 500;}
.package-summary p.room-price {display: flex;justify-content: space-between;margin-bottom: 2px;color:#888;} 
.package-summary p.room-price span{font-size:12px;color: #071c55;font-weight:600;text-align:right;flex:0 0 36%;}
.package-summary span{font-size:11px;font-weight:500;display: block;color:#888;margin-bottom: 4px;}
.package-summary .vat-taxes{display: flex;justify-content: space-between;align-items: flex-end;margin:10px 0 0;}
.package-summary .vat-taxes span{font-size:15px;font-weight: 600;color: #f3941e;margin:0;line-height:15px;}
.left-check-in-out{display:flex;margin-bottom:3px}
.left-check-in-out label{margin:2px 0px;color:#071c55;font-weight:500;font-size:13px;}
.left-check-in, .left-check-out{flex:0 0 50%}
.order-summary h3 .fa-angle-down {font-size:28px;line-height:19px;display:none;}
.order-summary h3.active .fa-angle-down {display:block;}
.order-summary h3 .fa-times {font-size:20px;line-height:19px;}
.order-summary h3.active .fa-times {display:none;}
.package-summary table th,.package-summary table td{padding:4px 4px 0px;}
.package-summary table th:first-child,.package-summary table td:first-child{padding-left:0px;}
.package-summary table th:last-child,.package-summary table td:last-child{padding-right:0px;}
.package-summary table th h5{font-weight:500;color:#071c55}
.package-summary table td .pri-tb{color:#071c55;font-weight:600;font-size:12px;text-align:right;}
.quantity-px{display:flex;margin:6px 0px 3px;}
.quantity-px span {margin-right:20px;}
.package-summary .pickup-date{margin-top:8px}
.package-summary .flight-from{font-size:11px;font-weight:400;}
.package-summary .flight-from h4{font-weight: 600;font-size: 13px;}
.package-summary .flight-from p{font-size:8px;}
.package-summary .flight-stop{max-width: 120px;}
.charges-item-section{position: relative;margin-top:5px;padding-top:5px;border-top: 1px dashed #e6e6e6;}
.charges-item-section .charges-item-title{margin:0 0 2px;font-weight: normal;font-size:13px}
.charges-item-section .charges-item-subtitle{margin:0 0 0px;font-size:11px}
.charges-item-section .subtitle-price{display:flex; justify-content:space-between;align-items: center;}
.charges-item-price{font-weight:600;font-size: 12px;margin:0}
.item-charges-total {display:flex; justify-content:space-between;border-top:1px solid rgba(42, 56, 76, .15);padding-top: 2px;}
.item-charges-total span{font-weight:600;}
ul.sidebar-section-features-list,ul.theme-sidebar-section-charges-list{list-style-type:none;}
.sidebar-section-features-list > li {margin-bottom: 22px;position: relative;padding-left: 20px;}
.sidebar-section-features-list > li:before {line-height: 1.4em;font-size: 13px;position: absolute;top: 0;left: 0;content: '\f00c';font-family: 'FontAwesome';color: #ff6c2d;}
.features-list-title {font-size: 13px;margin-bottom: 5px;color: #000;font-weight: 500;margin-top: 0;line-height: 1.4em;}
.features-list-body {font-size: 12px;margin: 0;color:#888}
.package-summary .section-airline-title{font-weight: 400;font-size:11px;color: #4c4c4c;line-height: 16px;margin-top: 3px}
.theme-sidebar-section-title{color: #071c55;font-size:15px;font-weight: 500;}
/*.package-summary p.room-price.int-service {font-size:14px;margin-top:5px;}
.package-summary p.room-price.int-service span{font-size:15px;color:#f3941e;}
.order-show{display:none;}
.package-summary .vat-taxes p {font-size:10px;margin:0;}
.package-summary .vat-taxes p b{color:#071c55;font-size:14px;font-weight:600;margin-right:5px}*/
/*Order Summary right bar End Here*/


.Passenger-item-title{margin-bottom:20px;font-size:20px;font-weight: 600;}
.item-flight-payment-airline {font-size:11px;margin:0 0 3px 0;color:#888}  
.results-item-title{font-weight:500;font-size:16px;}
.item-flight-payment-info{margin-bottom:3px;font-size: 13px;font-weight:500;}
.check-top-img img{width:160px;}
.total-booking-header{display:flex; justify-content:space-between;align-items: center;border-bottom: 1px solid rgba(42, 56, 76, .15);padding-bottom:3px;margin:8px 0 3px}
.total-booking-header .booking-title,.total-booking-header .booking-price{font-size: 18px;font-weight:600;margin:0}
.total-booking-info{font-size:12px;color:#888}

/*Flight Listing Page Start Here*/
.flight-top-search .select-drop.flight-search.add-room-gust{width:26%;}
.flight-top-search .t-datepicker{width:20%;}
.flight-box {padding:20px; background: #ffffff; position: relative; margin-bottom: 18px;}
.flight-block {display: flex;align-items: center;justify-content: center;justify-content: space-between;position: relative;cursor: pointer;}
.flight-block:nth-child(even){margin-top:10px;padding-top: 20px;border-top: 1px dashed #ccc; width: 80%;}
.flight-block-group{text-align:center;font-weight:500;color:#f3941e;position:relative;z-index: 9;cursor:pointer;margin-top:10px;}
.flight-block-group:hover{color:#071c55;}
.flight-image span{display: block;font-size: 10px;color: #888;}
.flight-block .flight-image {width:150px;}
.flight-from {font-size:15px;color: #000;font-weight:500;position: relative;}
.flight-from span{font-size:12px;color: #999;}
.flight-from h4{font-size:14px;color:#071c55;margin:4px 0;}
.flight-from p{font-size:10px;color: #888;margin: 0;}
.flight-stop{position: relative;display: flex;max-width: 200px;width: 100%;justify-content: space-between;align-items: flex-end;}
.flight-stop1{text-align: center;position: relative;color: #888;}
.flight-fly-time{font-size:12px;color: #555;text-align: center;width: 100%;position: absolute;top: 0;left: 0}
.flight-stop1 .fa{display: block;}
.flight-stop1 .fa.down{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.flight-path-line-title{font-size: 11px;text-transform: uppercase;}
.flight-path-line {display: block;position: absolute;top: 0px;bottom: 0; left: 0;margin: auto;width: 100%;height: 2px;background: #dedede;}
.flight-path-line-dot {display: block;width: 8px;height: 8px;border-radius: 50%;background-color:#f3941e;margin:2px auto 8px;-webkit-box-shadow: 0 0 0 2px #fff;box-shadow: 0 0 0 2px #fff;position: relative;z-index: 1;}
.flight-path-line-dot:last-child, .flight-path-line-dot:first-child{background-color: #888;}
.flight-item-price-tag {font-size:18px;color: #000;margin:0;}
p.flight-item-price-sign {margin-bottom: 8px;}
.flight-item-price{font-size: 12px;color: #888;text-align:center;font-weight:500;}
.flight-book .btn.book-btn{z-index: 2;}
.icheck-sub-title{font-size: 10px;color: #888;display: block;line-height: normal;}
.side-category.Take-off .sub-menu ul li label{height: auto;}
.flight-short-detail-tab{display: flex;margin-bottom:30px;border-bottom: 1px solid rgba(42, 56, 76, .15);}
.flight-short-detail-tab .tab1{margin-right:10px;}
.flight-short-detail-tab .short-tab{cursor:pointer; padding: 10px 30px;}
.flight-short-detail-tab .short-tab.active{background-color:#071c55;color:#fff;} 

.fare-box{width:40%;float:left;}
.price-rules{width:60%;float:left;}
.fare-info{border: 1px solid rgba(42, 56, 76, .15);padding: 10px; width:90%;}
.fare-rules h3{font-size: 16px;font-weight:600;}
.fare-subtitle h4{font-size:13px;font-weight:600;}
.fare-subtitle{font-size:12px;font-weight:500;padding-right:80px;margin-bottom:8px;padding-bottom:8px;position:relative;
  border-bottom: 1px solid rgba(42, 56, 76, .15);}
.fare-subtitle span{font-size:13px;font-weight:600;position: absolute;right:0;top:22px;}
.total.fare-subtitle{font-size:14px;font-weight:600;display: flex;justify-content: space-between;border:none;margin:0;padding:0;}
.total.fare-subtitle span{font-size:14px;position: relative;top:0}
.price-rules-info{height:180px;overflow:auto;}
.price-rules-info p b{display: block;font-weight:600;}
.total.fare-subtitle h6 {font-size:15px;font-weight:600;margin:0;}
.total.fare-subtitle h6 p{font-size:10px;color:#888;display:block;margin:0;font-weight:300}
.flight-short-detail {padding-top:30px;}
.flight-short-return {display: flex;position: relative;margin-bottom:40px;}
.flight-short-detail-right{position: relative;padding:0 0 30px 40px;}
.flight-short-detail-right:last-child{padding-bottom:0px;}
.flight-short-detail-right:before {content: '';width: 2px;height: 100%;background-color: #d9d9d9;top: 0;left: 0;position: absolute;}
.flight-short-detail .hade-short{position: relative;width:20px;height:20px;line-height: 26px;display: block;margin: 0 0 10px auto; font-size: 20px;color: #888;cursor: pointer;}
.flight-short-detail .to-form-time {background-color: #fff;position: relative;z-index: 1;display: inline-block;padding-right: 8px;}
.flight-short-detail .flight-from span{display: block;text-transform: uppercase;}
.flight-short-detail .flight-from p{font-size:14px;color: #555}
.flight-short-detail .flight-from p.one-stop{font-size:12px;color: #888}
.flight-detail-schedule-icon .fa-plane{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.flight-detail-schedule-icon {position: absolute;top: 16px;left:-12px;width: 26px;height: 26px;line-height: 26px;text-align: center;background-color: #fff;-webkit-box-shadow: 0 0 0 1px #d9d9d9;box-shadow: 0 0 0 1px #d9d9d9;color: #f3941e;border-radius: 50%;display: block;font-size: 12px;}
.flight-details-schedule-dots {position: absolute;top: 29px;left: 0;width: 100%;border-top: 2px dotted #000;opacity: 0.1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter: alpha(opacity=10);}
.flight-details-schedule-fly-time{position: absolute;top: 20px;right: 0;font-size: 12px;color: #888;background-color: #fff;padding-left: 10px;z-index: 2;}
/*Flight Listing Page End Here*/

/*Flight Listing Detail Page Start Here*/
.book-note {color: #f00;font-size: 12px;font-weight: 500;display: block;margin-bottom: 15px;border: 1px dashed rgba(42, 56, 76, .15);padding: 4px 10px;}
.rightbar-select h3{ color: #071c55;font-weight: 500;font-size: 16px;margin: 0 0 20px;border-bottom: solid 1px #e1e1e1;padding-bottom: 5px;}
/*Flight Listing Detail Page End Here*/


/*Transportation Listing Page Start Here*/
.transp-detail ul li {font-size: 13px;margin-bottom:4px;}
.transp-detail ul li span{color: #000;font-weight:500;margin-right:5px;}
.transp-info {color: #444;margin-bottom:8px;overflow: hidden;/*height:40px;*/text-overflow: ellipsis;
    -webkit-box-orient: vertical; display: -webkit-box;font-size: 13px;-webkit-line-clamp:2;}
.transp-listing .sort-by .flight-search {width:29.4%;}
.flight-search.w7 { width:7%;}
.flight-search.w13 {width:13%;}
.facilities-list .cancelled-tem {margin-left: 5px;}
.transp-top-search .add-room-gust.list-searchwg {width:40%;}
.transp-top-search .select-drop.flight-search {width:100%;padding-right:0px;float: none;}
.transp-top-search .select-drop.flight-search.w31 {width:31%;}
.transp-top-search .select-drop.flight-search.w20 {width:20%;}
.transp-top-search .flight-search.datepicker-input {width:100%;padding-right:0px;float:none;}
.transp-top-search .flight-search.add-room-gust {width:50%;float:left!important;}
/*.search-next.clear-but {margin-left:11px;}*/
.search-next.clear-but button .fal {color:#fff;font-size:22px;position:relative;top:0;left:0;right:auto;}
/*.agent.transp-top-search .select-drop.flight-search {width:20%;}*/
.transp-top-search .select-drop.flight-search.w35 {width:35%;}
.cance-box{display:flex; margin-top:6px;}
.cance-box .link-text{margin-right:10px;}
.transp-detail.two-coll {flex:0 0 70%;}
.transp-detail.two-coll ul {display:flex;flex-wrap:wrap;}
.transp-detail.two-coll ul li{margin-bottom:6px;}
.transp-detail.two-coll ul li.full-row {flex-grow:1;width:100%;}
.width50 {width:25%;}
.package-price-but {display:flex;justify-content:space-between;margin-top:10px;}
.transp-listing .facilities-price-but .facilities-list{border:none;border-radius:0}
/*Transportation Listing Page End Here*/

/*Ground Services Listing Start Here*/
.ground-services-top-search .select-drop.flight-search,
.ground-services-top-search .flight-search.add-room-gust{width:100%;padding-right:0px;float:none;}
.ground-services-top-search .flight-search.add-room-gust.w33, 
.ground-services-top-search .flight-search.datepicker-input.w33,
.ground-services-top-search .select-drop.flight-search.w33{width:100%;padding-right:0px;}
.addi-ser{height:28px;line-height:28px;width:150px;margin-bottom:10px;padding: 0;cursor:pointer;font-size:13px}
.modal-total-prc {text-align: right;}
.ground-services-top-search .select2-container .select2-selection--single{height:37px;}
.transp-listing .list-title {padding:0;}
/*Ground Services Listing End Here*/

/*Customer Info Start Here*/
.customer-info h1 {font-size: 25px;color: #071c55;font-weight: 500;}
button.copy-but {margin:0 5px;border:1px solid rgba(42,56,76,.15);background-color:#fff;font-size:14px;padding:2px 5px;box-shadow:0 1px 3px 0 rgba(55,94,246,.2);color:#071c55;}
button.copy-but:hover{color:#071c55;}
/*Customer Info End Here*/

/* about us page starts here */
.align-items{align-items: center;}
.welcome-about{text-align: center;margin-bottom:120px}
.welcome-about p {font-size: 16px;line-height: 25px;}
/*About Box*/
.about-section {margin:80px 0 100px;}
.about-box {padding:0px 30px;z-index:1}
.about-title {font-size:27px; text-transform: uppercase; font-weight:600; color: #2d3740;letter-spacing: -0.1px;position:relative;}
.about-para {font-size:16px; margin-top:5px; color: #7b7b7b; line-height:22px;position:relative;}
.about-box::before { border:8px solid #fef0cd;content: ''; width: 120%; height:337px; position: absolute; left: 0; top:0;bottom:0;margin:auto;background-color:#fff;z-index:-1;}
.about-img{border: 8px solid #ebebeb}
.start-your-business-section {padding:100px 0;position:relative;z-index:1;}
.start-your-business-section .about-box:before{border-color: #e3edf6;left:-20%;}
/*About Box*/
/*see-how-it-works*/
.how-it-works{padding:55px 0;background-color: #f9f9f9;}
.see-hw-it-wks-section { margin-top:40px;}
.context-title {font-size:20px; font-weight:600; text-transform: capitalize; margin-top:27px;margin-bottom:9px}
/*see-how-it-works*/
.happy-customers { font-weight:500; text-transform: capitalize;font-size:20px;margin-bottom:8px; color: #29363e;}
.explore-new-features-section{margin-top:90px}
.feature-block {position: relative;margin-bottom: 30px;}
.feature-block .inner-box {position: relative;padding-left: 65px;}
.feature-block .icon-box {position: absolute;left: 0;top: 15px;}
.feature-block .icon-box i{font-size:50px;color:#f3941e;}
.feature-block h4 { font-size: 20px; line-height: 1.2em; color: #ffffff; font-weight: 500;margin-bottom: 10px;}
.feature-block .text { font-size: 15px;line-height: 25px; font-weight: 400;}
.explorer-img{text-align: center;}
/* about us page ends here */

/*Contact Us Page Start*/
.send-message-sections{margin-top: -300px; margin-bottom: 60px;box-shadow: 1px 1px 14px 1px rgba(51, 51, 51, 0.22); 
  position: relative;overflow: hidden;display: flex;}
.white-inner-contact{background-color: #fff; position: relative; padding:30px}
.send-message-sections h3{font-size:20px; margin:0 0 25px;display:flex;justify-content: space-between;}
.send-message-sections h3 i{font-size:32px;color:#f0c05b}
.box-form{position: relative; margin-bottom: 25px;}
.box-form label{font-size: 14px; color: #555;margin-bottom: 2px;}
.box-form input{color: #272727; font-size: 14px; border: 1px solid #d7d7d7; height: 40px;padding: 5px 10px; width: 100%; display: block;}
.box-form textarea{color: #272727; font-size: 14px; height: 130px; border: 1px solid #d7d7d7; padding: 5px 10px; width: 100%; display: block;}
.black-section-contact{padding: 40px 50px; color: #fff; background: #333 url(../images/home-banner.jpg) no-repeat;background-size:cover;position:relative;z-index:1}
.black-section-contact::before { content: ''; width:100%; height:100%; position: absolute; left: 0; top:0;background-color:rgba(0, 0, 0, 0.7);z-index:-1}
.info-contact-list{border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding-bottom:10px;margin-bottom:20px;display: flex;align-items: baseline;}
.info-contact-list i {margin-right: 8px;}
.map-sectionmain iframe{height: 570px; width: 100%;}
/*Contact Us Page End*/


 /*Terms & condition Page css start here*/
.terms-margin-botto {color: #393d46;font-size:16px; line-height:26px; margin-bottom: 17px;}
.terms-margin-botto.add{color: #393d46;font-size: 14px; line-height: 24px;font-style: italic;}
.cookies-block{margin: 0 0 30px 0;}
.cookies-block h1, .cookies-block h2{color: #f3941e;font-size: 22px;margin: 0 0 7px}
.cookies-block.disc ul li{list-style-type:disc;}
.cookies-block.circle ul li{list-style-type:circle;}
.cookies-block.lower-alpha ul li{list-style-type:lower-alpha;}
.cookies-block.ul-line ul li{position: relative;list-style-type: inherit;}
.cookies-block.ul-line ul li:before{position:absolute;content: "";width:6px;height:1px;top:12px;left:-20px;
 display: block;background-color:#000;}
.cookies-block ul li{list-style-type: decimal;}
.cookies-block ul li{color: #393d46;font-size: 15px;line-height: 24px; margin-left: 17px;margin-bottom: 6px;display: list-item !important}
/*Terms & condition Page css end here*/

/*User Dashboard page starts here*/
/*User Menu Start here*/
.user-menu a .user-top-img{flex:0 0 28px;height:28px;width:28px;overflow: hidden;border-radius: 50px;border: 1px solid rgba(42, 56, 76, .15);margin-right: 5px;}
/*.user-menu a img{max-width:inherit;height:100%}*/
.user-dropdown-menu{position: absolute;top:100%;left:0;display: none;z-index: 999;background-color: #fff;width:180px;}
.sidenav .min-menu li.user-menu a.user-name {display:flex;align-items:center;position: relative;padding:6px 20px 6px 10px;/*margin-right:10px;*/}
.sidenav .min-menu li.user-menu a.user-name p{font-size:13px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis; width:100%;max-width:100px;margin:0}
.sidenav .min-menu li.user-menu a .fa-sort-down {position: absolute;top:0;bottom:0; right:5px;height:17px; margin:auto 0;}
.sidenav .min-menu li .user-dropdown-menu a{padding:10px 12px;border-bottom:1px solid #ddd;border-radius:0px;}
/*.sidenav .min-menu li .user-dropdown-menu a:hover{color:#fff}*/
.header.header-home .sidenav .min-menu li .user-dropdown-menu a{color:#444}
/*.header.header-home .sidenav .min-menu li .user-dropdown-menu a:hover{color:#fff}*/

/*User Menu End here*/
/*sidebar css start*/
.dash-left {background-color:#071c55;padding-bottom:102px;background-image: url(../images/leftbar-bg.jpg);background-repeat: no-repeat;background-position:bottom center;}
/*.user-side-menu {background-color:#fff;}*/
.sidebar-heading{color:#fff;font-size:15px;padding:14px 20px;font-weight:500;position:relative;}
.sidebar-heading .arrow-height{position:absolute;width:100%;height:100%;left:0px;top:0px;cursor:pointer;display:none;}
.sidebar-heading .arrow-height .fa-angle-down {text-align:right;display:block;margin:15px 15px 0 0;}
.plus-icon {float: right;padding-top: 13px;}
.sub-me.sub_menu a {text-indent: 20px;}
.sub-me .sub_menu1 .has-sub > a{text-indent: 30px;}
.left-menu li:last-child a, .left-menu li:last-child{ border-bottom:  none 0; }
.side-icon .left-menu li {background-image: none;}
.side-icon .last.active > a {background-image: none;}
.left-menu > ul > li > a:hover{color:#f3941e;}
/*.left-menu > ul > li > a:hover,*/ .left-menu > ul > li > a.active,.left-menu li li a.active {color:#f3941e; background:#f6f7f9;border-radius:30px 0px 0px 30px;}
/*/*.left-menu li li a:hover, .left-menu li li a.active {color:#fff; background:#f3941e;}*/
.left-menu > ul > li > a.active:before,.left-menu > ul > li > a.active:after,
.left-menu li li a.active:before,.left-menu li li a.active:after{
  content:'';position:absolute;width:60px;height:70px;right:-20px;border-right:20px solid #f6f7f9;}
.left-menu > ul > li > a.active:before,.left-menu li li a.active:before{border-radius:0px 0px 50px 0px;top:-50px;border-bottom:20px solid #f6f7f9;}
.left-menu > ul > li > a.active:after,.left-menu li li a.active:after{border-radius:0px 50px 0px 0px;top:auto;bottom:-50px;border-top:20px solid #f6f7f9;}
.last.active > a {color:#30bb50;}
.last .act{color:#30bb50;}
.left-menu li a{color:#fff;padding:15px;margin-left:15px;border-radius:0px;display:block;line-height:normal;position:relative;}
.left-menu > ul > li > a{}
.left-menu li li a { border-bottom:none 0;padding:11px 15px 11px 25px;}
/*.left-menu li ul{border-bottom:1px solid #ddd;}*/
.left-menu .plus-icon{padding-top:3px;}
/*sidebar css end*/
/*profile statistics css start*/
.dash-profile {margin-bottom:30px; display:block;border-radius:30px;}
.dash-profile .profile-stats-head{color:#fff;font-size:16px;padding:7px 15px 5px;font-weight:500;text-align:center;}
.dash-profile .profile-stats-summary{padding:15px 10px;background:#3b4f86;border-radius:30px 30px 0px 0px;}
.dash-profile .profile-stats-img{width:100px;height:100px;margin:0 auto 13px;position:relative;padding:6px}
.dash-profile .profile-stats-img img{border-radius:50%;position:relative;}
.dash-profile .profile-stats-img:before,.dash-profile .profile-stats-img:after{content:'';position:absolute;width:100%;height:100%;top:0;bottom:0px;left:0;right:0px;margin:auto;border-radius:50%;}
.dash-profile .profile-stats-img:before{background:linear-gradient(to right, #5eae17, #f3941e)}
.dash-profile .profile-stats-img:after{width:93%;height:93%;border:2px solid #f6f7f9;}
.dash-profile-info h4{font-size: 16px; color:#f3941e; margin: 0 0 5px; line-height: 14px;}
.dash-profile-info .email-profile{ color: #a9a9a9; font-size: 14px;margin-bottom:5px;}
.dash-profile-info .prof-status{color: #fff; font-size: 14px; margin-bottom: 0px;}
.dash-profile-info .prof-status span{color: #5eae17;font-weight: 600;}
/*profile statistics css ends*/
/*blocks css start*/
.dash-box {background-image:url(../images/mountain.png),linear-gradient(to bottom, #ffffff, #fff);background-repeat: repeat-x;background-position:left bottom;
  height:140px; padding:15px;margin-bottom:30px;/*display:flex; flex-wrap:wrap;align-content:space-between;*/}
.block-value {display: flex;width: 100%;margin-top: 6px;}
.dash-box .block-box-head{ font-size: 16px; color:#071c55; font-weight:500;position: relative;width: 100%;padding-right: 35px;}
.dash-box .block-box-head a{color:#071c55;}
.dash-box .block-box-head a:hover{color:#f3941e;}
.dash-box .icon-block {position: absolute;top:0px;right:-3px;width:50px;/*padding: 8px;background:#071c55;border-radius: 50px;*/}
.dash-box .icon-block img {filter:brightness(0.5);}
.dash-box .block-value .value{color:#f3941e; font-size:40px;font-weight:500; line-height: 45px; position: relative;margin-right: 10px;}
.dash-box .value-label{color:#828282}
.value-label strong{font-weight: normal; display: block; line-height: 18px;}
.profile-btn{margin-bottom:30px;}
.upload-image.default {display: inline-block;}
.profile-img-block .pro-img-doc{height:150px;width:150px;overflow: hidden;border: 1px dashed #ccc;}
/*blocks css ends*/
/*new profile image upload demo start*/
.profile-img-block {position: relative; margin:auto auto 30px;}
.pro-img {display: block;height:100px;width: 130px;}
.pro-img img {height: 100%;width: 100%;border: dashed 1px #ccc;}
.update-pic-btns {margin:0px 0 0;position: absolute;width:100%; height:100%; top: 0; left:0; z-index: 999;}
.attachment_upload {height:100%;left: 0;opacity: 0; top: 0; position: absolute;top: 0;width:100%;cursor: pointer;}
/*new profile image upload demo end*/
/*User profile Page css start*/
.user-profile .profile-form{background-color:#fff;padding:20px;}
.birth-date .fa-calendar-alt {position: absolute;top: 0;bottom: 0;right:0px;margin: auto;height: 15px;color: #808080;font-size: 16px;}
/*User profile Page css End*/
.make-booking.add-room-gust {position: relative;}
.make-booking.add-room-gust .input-box{padding-left:8px;}
.make-booking.add-room-gust .room-show{left:10px;}
.user-profile .t-datepicker {width: 100%;margin-right:0px;}
/*******************************User Dashboard page ends here***************************/

/*Agent Dashboard page Start Here*/
/*.hotel-border .dash-box {border: 1px solid #f3941e;}
.tran-border .dash-box {border: 1px solid #071c55;}*/
/*Agent Dashboard page End Here*/

/*Billing Info Page css Start Here*/
.user-layout-head {background: #f5f5f5;color:#071c55;font-size:16px;font-weight:600; padding:14px 20px; border-bottom: solid 1px #fff;}
.user-layout-details { border-top: solid 1px #e5e5e5; padding:10px 20px 20px;background: #fff;}
.heading-2{ margin: 0 -20px 25px; padding:10px 20px 5px; font-size: 15px; font-weight: 500;color: #071c55;  border-bottom: solid 1px #e9e9e9; }
.billing-details{color:#071c55;font-size:13px;}
.label-name { display: table-cell; min-width:130px;  font-weight:600}
.label-details { display: table-cell; min-width: 100%; word-break: break-all;font-weight: 500;}
.marbtm{ margin-bottom:15px;}
.subtotal-bt {display: flex;justify-content: space-between;background:#f1f1f1;padding: 10px 10px;}
.subtotal-bt .label-details{min-width: auto;font-weight:600}
.bill-but {display: flex;margin-top:20px;}
.bill-but a{margin-right:8px;}
tr.book-info p label {margin:0 8px 0 0;}
.customer-info .birth-date .fa-calendar-alt {right:0;}
.passport-expiry{color:#f3941e;font-size:10px;line-height:12px;display:flex;margin-top:-9px;}
.passport-expiry span{color:#071c55;font-weight:600;flex:0 0 34px;}    
/*Billing Info Page css End Here*/

/*Customer Booking Listing Start Here*/
.additional-options-but {width: 100%;display:flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;margin-bottom: 15px;}
.show-additional-options{width: 100%;display:flex;flex-wrap: wrap;display:none;}
.show-additi{color:#f3941e;cursor: pointer;}
.additional-options-but .com-btn{margin-left:20px;}
.additional-options-but .com-btn i {margin-right: 5px;}
.show-search {display: flex;justify-content: space-between;margin: 30px 0 20px;}
.show-search .left-search, .show-search .form-group{margin:0;}
.user-details .paging{margin-top:20px;}
.booking-form .birth-date .fa-calendar-alt{right:0px}
.booking-form .ptlr {padding-left: 8px;padding-right: 8px;}
.booking-form .ptlr:first-child {padding-left: 15px;}
.booking-form .ptlr:last-child {padding-right: 15px;}
/*.user-details .paging .pagination .page-item{box-shadow: 0 2px 5px 0 rgba(55, 94, 246, .2);border: 1px solid rgba(42, 56, 76, .15);background-color: #fff;height: 29px;margin-left: 6px;padding: 0;text-align: center;width: 29px;}*/
.user-details .paging .pagination .page-item:hover{background:#f3941e;color:#fff}
.user-details .paging .pagination .page-item.active{background-color: #071c55;}
.user-details .paging .pagination .page-item .page-link{padding:0;margin:0;border:none;background:transparent;line-height: 30px;}
.user-details .paging .pagination .page-item:first-child .page-link, .user-details .paging .pagination .page-item:last-child .page-link
{font-size: 30px;line-height: 22px;}
/*Tabel Formet*/
table{width: 100%;}
.profile-form .table {border:1px solid #dee2e6;border-top:none;}
.umrah-table table thead tr {background: #f6f6f6;color:#000;font-weight:500; border-bottom: 1px solid #e4e7ec;border-top: 1px solid #e4e7ec;}
.umrah-table table thead > td, .umrah-table table thead th{color:#071c55;font-weight:600;padding:8px 15px;white-space:nowrap;border:none;}
.umrah-table table thead tr td .fa-sort{margin-left:5px;}
.umrah-table table tr td {color: #575757;padding:8px 15px;font-size:13px;vertical-align:middle;position:relative;}
.umrah-table table thead tr td:first-child {padding:8px 0 8px 10px;}
.umrah-table table tbody tr td:last-child {padding:8px 0 8px 10px;display: flex;}
.umrah-table table tr td i{margin-right:5px;font-size:15px;color:#8a8a8a;}
.umrah-table table tr td a:nth-child(odd) i {color:#f3941e;}
.umrah-table table tr td .fa-print{margin:0px;}
.umrah-table table tr td.copy i.fa.fa-copy {position:absolute;top:auto;bottom:auto;right:0px;margin:auto 0;cursor:pointer;}
.umrah-table table tr td.copy i.fa.fa-copy:hover{color:#f3941e;}
.umrah-table table tr td.TextBreak {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 280px;}
/*Tabel Formet*/
/*Customer Booking Listing Start Here*/

/*Transportation Detail Modal Start Here*/
.modal-content{border-radius: 8px;}
.transportationdetail .modal-dialog{width:100%;max-width:900px;}
.transportationdetail .modal-dialog .modal-body {padding:0;}
/*.transportationdetail .modal-dialog .modal-body .umrah-table {border:1px solid #dee2e6;}*/
.transportationdetail .modal-dialog .modal-body .umrah-table .table-responsive{min-height:200px}
.transportationdetail .modal-dialog .modal-body .umrah-table .table{margin:0}
.transportationdetail .modal-dialog .com-btn{padding: 8px 15px;}
.transportationdetail .modal-dialog .umrah-table table thead td{font-size:13px;}
.transportationdetail .modal-dialog .umrah-table table tr:nth-child(even) {background-color:#f6f6f6;}
.transportationdetail .modal-dialog .umrah-table table tr td{padding:2px 15px;}
.transportationdetail .modal-dialog .umrah-table table tr td.price-color i{margin:3px 0 0 5px;float:right;}
.umrah-table table tr td .child-age-droup i{margin:auto 0}
.transportationdetail .modal-dialog .price-info-show{display:none; top:-57px;left:-120px;}
.transportationdetail tbody tr:first-child .price-info-show {top:-30px;}
.transportationdetail tbody tr:first-child .price-info-show:before{top:23px;}
.transportationdetail tbody tr:last-child .price-info-show{top:auto;bottom:25px}
.transportationdetail tbody tr:last-child .price-info-show:before{top:69px;}
.transportationdetail tbody tr:only-of-type .price-info-show {top:-30px;bottom:auto}
.transportationdetail tbody tr:only-of-type .price-info-show:before{top:23px;}
.transportationdetail .modal-dialog .price-info .price-info-show.active{display:block;}
.transportationdetail .modal-dialog .price-info-show:before{top:48px;right:-10px;left:auto;border-color:transparent transparent transparent #f3941e;}
.transportationdetail .umrah-table table tr td.price-color {color:#212529;font-weight:600;}
.transportationdetail .modal-dialog .umrah-table table tbody tr td:last-child {padding:5px 15px;}
table.table.vehicle_types_table .child-age-droup { max-width:120px;}
.umrah-table table.vehicle_types_table thead tr{border:none;}
/*Transportation Detail Modal End Here*/

/*booking detail final statu tabel page Start here*/
.name-email p{font-size:13px;color:#353535;margin:5px 0px 2px;width:50%;float:left;}
.name-email label{font-weight:600;display: inline-block;}
.name-email .emailW{font-weight:normal;padding:0 10px;margin:0}
.arrival{width:50%;float:left;}
.pos-label span{position:absolute;top:0; background-color:#7abb0d;color:#fff; padding:0px 8px;font-size:12px;height:100%;display:flex;align-items: center;}
/*booking detail final statu tabel page End here*/


/*mouse animation Start Here*/
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}
.cursor {
  background: #f6c60d;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
  display: none;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1011;
}
.cursor3{
  background:#f0a23c;
}
@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: .7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
.cursor-close {
  background-color: #f6c60d;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}
.cursor-close::before, .cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: cursorClose .6s .1s ease-in-out both;
}
.cursor-close::before {
  height: 100%;
  width: 1px;
}
.cursor-close::after {
  height: 1px;
  width: 100%;
}
.open .cursor {
  mix-blend-mode: lighten;
}
.touch .cursor {
  display: none;
}
.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}
/*mouse animation End Here*/



@media all and (max-width:1199px){
.facilities-price-but .package-des {max-width:290px;}
}

@media all and (max-width:991px){
.modal-dialog{margin:0px;padding:15px;width:100%;max-width:initial;}
.ptb {padding:40px 0;}  
/*Home Page Search css Start Here*/
 .home-banner .flight-search,.flightin-width, .t-datepicker, #tab_flights_and_hotels .flight-search.add-room-gust,
.left-arrow,.TPin-width,.TPin-width1,.list-searchwg,.listing-top-search .flight-search, .search-next,
#tab_flights_and_hotels.add-flight .flight-search.add-room-gust, .add-flight #div_travel_from, 
.add-flight .travel-class, .add-flight .flight-wt, .add-flight .flightin-width, .add-flight .t-datepicker,
.flight-top-search .select-drop.flight-search.add-room-gust, .flight-top-search .t-datepicker,
.transp-top-search .add-room-gust.list-searchwg,.transp-top-search .flight-search.datepicker-input,
.transp-top-search .select-drop.flight-search.w31,.transp-top-search .select-drop.flight-search,
.ground-services-top-search .flight-search.add-room-gust.w33, .ground-services-top-search .flight-search.datepicker-input.w33, .ground-services-top-search .select-drop.flight-search.w33,
.ground-services-top-search .select-drop.flight-search, .ground-services-top-search .flight-search.add-room-gust, .one-datepicker .t-datepicker,.odatepicker-tsearch .flight-search.add-room-gust,
.odatepicker-tsearch .flight-search.top-night,.odatepicker-tsearch .flight-search.top-night,.odatepicker-tsearch .flight-search.add-room-gust,.agent.transp-top-search .select-drop.flight-search,
.agent.transp-top-search .select-drop.flight-search,.option2.one-datepicker .flight-search.flight-wt.night-search,
#tab_flights_and_hotels.option2 .flight-search.add-room-gust,.option2 .flight-search.flight-wt,.odatepicker-tsearch.option2 .flight-search.add-room-gust{width:100%;/*margin-right:0;padding-right:0;padding-left:0*/}
.home-banner .add-room-gust .room-show-arrow,.home-banner .select2-container--default .select2-selection--single .select2-selection__arrow{right:8px;}
.add-room-gust .room-show-arrow,.select2-container--default .select2-selection--single .select2-selection__arrow{right:0px;}
.transp-top-search .flight-search.add-room-gust{width:47%}
.flight-search.add-room-gust.gust-last{margin-left:6%}
.transp-top-search .flight-search.add-room-gust:last-child{padding-left:15px}
.add-flight .search-next{margin:0}
.add-flight .search-next button{height:48px;}
.left-arrow{margin-bottom:15px;}
.sidenav .min-menu li a{padding:20px 8px;}
.search-tabs .content{border-radius:20px;}
.search-tabs .flight-search, .search-tabs .content .t-datepicker{border-right:none;border-bottom:1px solid rgb(255 255 255 / 0.6);}
.search-next button{border-radius:0px 0px 20px 20px;}
.search-next.flight-search.left-arrow {width:100%;}
.search-next.flight-search.left-arrow button{border-radius:20px 20px 0px 0px;border:none;}
/*Home Page Search css End Here*/

/*Listing Page css Start Here*/
.step-process{max-width:40px;min-height:40px;}
.border-line{width:50px;height:50px;left: -6px;}
.step-bar{width:38px;height:38px;line-height:36px;}
.step-title{left:-36px;font-size:11px;width:110px;}
.step-bar:before{bottom:-30px;}
.step-bar:after{bottom:-33px;}
.border-line::before, .border-line::after{left: 14px;}

/*.step-process:last-child .step-title{width:60px;left:-8px;}*/
.step-line{bottom:-26px;}
.start-end-sec{font-size:11px}
.process-box{margin:-20px auto 78px;}
.leftbar h2.filter-title,h2.top-search-title{display:flex;justify-content:space-between;}
.cat-panel{display:none;}
.leftbar h2 .arrow-height{display:block;}
.leftbar{margin-bottom:10px;}
.search-next.clear-but {margin-left:0px;}
.listing-top-search{/*display:none;*/}
/*Listing Page css End Here*/

.flight-stop{margin:0 15px;}

/*Hotel Details Listing Page css Start Here*/

.hotel-room-min{overflow:auto;}
.listing-box .hotel-room-title,.listing-box .hotel-room{width:700px}
.capacity-box{margin:0 12px;}
/*Hotel Details Listing Page css End Here*/
.customer-info .order-summary{margin-top:30px}
.transportationdetail .umrah-table table tr td.price-color {text-overflow:ellipsis;white-space:nowrap;width:100%;display:flex;padding-top:18px;}

/*Contact us Page css Start Here*/
.send-message-sections{display:block;}
.black-section-contact{padding:30px}
/*Contact us Page css End Here*/

/*Dashbord Page css Start Here*/
.sidebar-heading .arrow-height{display:block;}
.user-side-menu .left-menu{display:none;}
/*Dashbord Page css End Here*/
}
@media all and (max-width:767px){
.com-btn{padding:10px 15px;}  
  /*Menu Start*/  
.header .menu-icon{cursor: pointer;font-size:30px;line-height:45px;display: block;color:#fff;position: absolute;right: 15px;z-index:9;top:5px;}
.header.header-home.transition .menu-icon{color:#fff;}
.header.header-home.transition.sticky .menu-icon, .transition.header .menu-icon,.transition.header .menu-icon{color:#333}
.sidenav{z-index:999;height:100%;width:100%;position:fixed;top:0;left:-70rem;background-color:#fff;overflow-x:hidden;
padding:0;-webkit-transition: left 2s cubic-bezier(0.190,1.000,0.220,1.000);
    transition: left 2s cubic-bezier(0.190,1.000,0.220,1.000);}
body.act-menu {overflow-x:hidden;width: initial;transition:margin-left 0.5s ease 0s;}
.act-menu .sidenav{left:0px;-webkit-transition: left .6s cubic-bezier(0.190,1.000,0.220,1.000);
    transition: left .6s cubic-bezier(0.190,1.000,0.220,1.000);} 
.act-menu .overlay{display: block;} 
.banner-img-block{background-image:url(../images/banner.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;height:150px;width:100%;text-align:center;padding-top:50px;display:block;position:relative;}
.banner-img-block::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,17,27,0.07);}
.sidenav a.closebtn{color:#03070c;display:block;position:absolute;top:0;font-size:45px;line-height:40px;cursor:pointer;z-index:1; right:10px;}
/*.min-menu {text-align: left;}*/
.min-menu li {display: block;padding:0}
.min-menu li:last-child:before{display:none;}
.sidenav .min-menu li a{border-bottom:1px solid #ddd;padding:12px 15px;}
.header.header-home .sidenav .min-menu li a{font-size:14px;color:#000;/*display:block;border-top:1px solid #b3b3b3;*/padding:12px;margin:0}
.sidenav .min-menu li.user-menu a .fa-sort-down{right:10px}
/*.min-menu li:last-child a{border-bottom: 1px solid #b3b3b3;}*/
.user-menu a .user-top-img img{width:25px;}
.sidenav .min-menu li.user-menu a.user-name{margin:0}
.sidenav .min-menu li.user-menu .user-dropdown-menu {position:relative;width:100%;box-shadow:none;border-radius:0;border:none;}
.header.header-home .sidenav .min-menu li .user-dropdown-menu a {padding:8px 22px;background-color:#f5f5f5;}
  /*Menu End*/   

/*Home Page Search css Start Here*/
.home-banner{display:block;height:auto;padding:60px 0 50px;}
.home-banner-text h1{font-size:2rem;}
.home-banner-text p{font-size:15px;}
.search-tabs.responsive-tabs.accordion>nav{display:block;}
/*.search-tabs.responsive-tabs>nav ul li{margin-right:2px;box-shadow:0 5px 10px 0 rgba(55, 94, 246, .2);}*/
.search-tabs.responsive-tabs>nav ul li{margin-right:0px;flex:0 0 33.333%}
.search-tabs.responsive-tabs>nav ul li a{font-size:13px;padding:10px 6px;background-color:transparent;box-shadow:none;border:none;}
.search-tabs.responsive-tabs>nav ul li img,.search-tabs.responsive-tabs>nav ul li.active a img, 
.search-tabs.responsive-tabs>nav ul li a:hover img{display:block;margin:auto;}
.search-tabs.responsive-tabs>nav ul li a:before,
.search-tabs.responsive-tabs>nav ul li.active a:after{margin:0 auto;right:0;left:0;}
.responsive-tabs.accordion{border:none;}
/*.home-banner .responsive-tabs section {background-color:#fff;padding:15px;}*/
.home-banner .responsive-tabs h3.accordion-title{display:none;}
.on-off-but input + label{font-size:13px;}
.HSearch-drop{z-index:5;width:100%;}
/*Home Page Search css End Here*/
/*Footer Home Start*/
.footer_heading{position:relative;margin-bottom:15px;cursor:pointer;}
.footer_heading h3{position:relative;font-size:16px;}
.footer-menu{display:none;}
.footer_heading .down-arrow {display:block;color: #333;font-size:22px;position:absolute;right: 0px;top: 0px;width:100%;text-align:right;}
.footer_heading .down-arrow i{transform: rotate(267deg);}
.footer_heading .down-arrow.active i{transform: rotate(361deg)}
.footer-content-block{margin-bottom: 30px}
/*Footer Home End*/
/*Sort By Listing css Start Here*/

.sort-by{display:block;}
.start-end-sec{margin:0 0 5px 0;}
/*Sort By Listing css End Here*/
/*Flight Listing Page css Start Here*/
.flight-box{padding:20px 15px;overflow:auto;}
.flight-block{width:500px;padding-right:15px;}
.flight-block:nth-child(even){width:100%;padding-right:0px;}
.flight-image {width:80px;text-align:center;}
.flight-from{margin:0 8px;font-size:12px;}
.flight-from h4{font-size:12px;}
.flight-stop{max-width:100px;}
.flight-fly-time{font-size:10px;}
.flight-item-price-tag{font-size:16px;}
.package-details-info{padding:0;border:none;}
/*Flight Listing Page css End Here*/

/*Hotel Listing Page css Start Here*/
.step-title{left:-15px;width:70px;}
.sort-by .sort-filter{overflow:hidden;}
.sort-by .flight-search{width:25.2%;padding:0px 2px 0px 8px;}
.sorting-view{width:8%;}
.package-image{width:auto;margin-bottom:15px;}
.listing-box, .facilities-price-but{display:block;}
.listing .package-price-but{display:flex;justify-content:space-between;text-align:initial;margin-top:12px}
.listing .facilities-price-but .facilities-list{margin-bottom:15px;}
.transp-listing .sort-by .flight-search {width:27.7%;}
.facilitie-detail li{width:100%;padding:5px 10px 5px 0;}
.package-des p{height:auto;}
.grid-box .stars-block{position:relative;display:block;}
.list-title{padding:0 !important;}
.list-title .stars-block{display:block;margin:0}
.grid-box .list-title{overflow: initial;}
/*Hotel Listing Page css End Here*/

/*Hotel Details Listing Page css Start Here*/
.list-detail-section .responsive-tabs>nav ul li{width:auto;margin: 0px 10px 0 0;}
.list-detail-section .responsive-tabs>nav ul li:last-child{flex:initial;}
.list-detail-section ul li a {padding:10px 8px;}
.room-image{height:102px}
.room-list-img{min-height:100px;max-height:100px;}
.hotel-info-details {margin-top:15px;}
.list-detail-section .responsive-tabs.accordion>nav{display:block;}
.list-detail-section .responsive-tabs.accordion h3.accordion-title{display:none;}
.list-detail-section .responsive-tabs.accordion>div.content>section{border:none;padding:0 15px}
/*Hotel Details Listing Page css End Here*/

/*Ground Services Page css Start Here*/
.modal .adult-box .checkbox{flex:0 0 52%;}
.modal .adult-box .checkbox .checkbox-material{float:left;}
.qty-box .AddServ-input input{width:59px}
/*Ground Services Page css End Here*/

/*Dashbord Page css Start Here*/
.dash-box,.user-profile .profile-form{margin:20px 0 0}
.similar-head{margin:20px 0 0px;}
/*Dashbord Page css End Here*/
}