/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&amp;display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
body { font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #545454;
    line-height: 1.3; }
    header {}
    h1 { font-size: 30px; } 
.bg-blue { background: #fff;}
.bg-red { background: #E3132C; }
.social-links { padding-top:5px; padding-bottom: 5px; }
.social-links a { color: #fff; }
.social-links a:hover { text-decoration: none; }
.form-cst { padding: 15px 15px 30px;
    border-radius: 15px; margin-top: 40px; border-color: #692b9d; }
.search-inputs { padding: 10px 15px; width: 100%; margin-top: 5px; border-radius: 3px; border: 0px; background: #525664; color: #fff; }
.search-inputs::placeholder { color: #fff; }
.search { width: 100%; margin-top: 5px; padding: 10px 15px; border: 0px; border-radius: 3px; background: #0073e6; color: #fff; font-weight: bold;  }
.search:hover {
  background-color:	#add8e6;
  opacity:1;
 transition:2s;
}
.places-box {  transition: all ease-out .2s; padding: 5px;
    border: 1px solid #efefef;}
.places-box:hover { box-shadow: 0px 2px 20px #00000052; transition: all ease-in .2s; }
.i-pad { padding: 10px; }
.place-name {margin-bottom: 0px;
    font-size: 18px;
    color: #252525;}
.detail-btn {border: 1px solid #efefef;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #5a5a5a!important;
    transition: all ease-out .3s; float: left;
}
.form-cst label { color: #000; margin-bottom: 0px; margin-top: 20px; font-size: 12px; }
.banner { background: url('../images/sprit3.jpg') no-repeat center top; padding-top: 50px; padding-bottom: 50px; background-size: cover; }
.call-now-banner { display: inline-block!important;
    text-align: center;
    color: #11172b;
    font-size: xxx-large;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    font-weight: 900; }
.call-now-banner:hover { color: #11172b; text-decoration: none; }    
.banner h4 { color: #fff; text-align: center;  font-size: 40px;
 }
.detail-btn:hover { transition: all ease-in .3s; background: #efefef; text-decoration: none;}
.calendar { background: url('../images/calendar.png') no-repeat right center #525664;
    background-position-x: 95%; }
.book-btn {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #000!important;
    transition: all ease-out .3s;
    background: #e51937; float: right;  }
    .book-btn:hover { transition: all ease-in .3s; background: #e51937; text-decoration: none;}

h2 { color: #444;
    font-size: 25px;
    margin-bottom: 24px;
    padding-bottom: 5px;
    border-left: 2px solid #e51937;
    padding-left: 15px;}

.bg-banner { background: #225c27; } 
.square { background: url('../images/square.png') no-repeat center bottom; padding-bottom:15px; }
.call-now {background: #9B1631;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff; transition: all ease-in .3s; display: inline-block;
    margin-top: 25px;}
.call-now:hover { color: #fff; text-decoration: none; transition: all ease-in .3s; }
.price {color: #e51937;
    font-size: 20px;
    font-weight: bold; display: block; margin-top: 10px;}
.info{background: #2196F3;
    color: #fff!important;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 10px;} 
    .best-offers { box-shadow: 0px 0px 5px #eaeaea;
    padding: 10px; }
footer { background: #212529; }
footer ul  { padding-left: 0px; }
footer ul li { list-style: none; margin-top: 10px; } 
footer ul li a { color: #fff; }
footer ul li a:hover { color: #e51937; text-decoration: none; }
.social a { color: #fff; }
footer ul li b { color: #e51937; }
.social input { border: 0px; padding: 10px 20px; border-radius: 3px; background: #525664; color: #fff;}
.social input::placeholder { color: #fff; }
.social button { border: 0px;
    padding: 10px 20px;
    border-radius: 3px;
    background: #e51937;
    color: #fff;
    font-weight: 600;}

 .about-banner { background: url('../images/sprit3.jpg') no-repeat center bottom; background-size: cover; padding-top:330px; padding-bottom: 80px;   }
 .about { color: #fff; }
 .contact { padding-left: 0px; }
.contact li { list-style: none; padding-bottom: 10px; }
.contact li a{ color: #545454; }
.contact li a:hover{  color: #545454; text-decoration: none; }

.name {
   width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #efefef;
    padding: 10px;
}
.textarea {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 10px;
}
.submit {
    padding: 10px 20px;
    border: 1px solid #D32F2F;
    background: #D32F2F;
    color: #fff;
    transition: all ease-out .2s;
}
.inner-banner { background: url('../images/sprit3.jpg') no-repeat center bottom; background-size: cover; padding-top:80px; padding-bottom: 80px;   }
.border-cst {        border: 1px solid #e8e8e8;
    padding: 10px; }
 .blog-date {font-size: 12px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #9b1631;} 
.read-more { background: #F44336;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 3px; } 

.read-more:hover { color: #fff; }
.price-places {position: absolute;
    font-size: 17px;
    color: #fff;
    background: #F44336;
    padding: 5px;
    top: 0;
    left: 15px;} 

.blog-in-img { max-height: 330px; }

/* The container */
.radio {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #e51937;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
        top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #11172b;
}
.mob-call-box { display: none; }  
.border-top-cst { border-top: 1px solid #414555; }
.go { display: block;
    margin-top: 20px; }

.cst-h {
    height: calc(100vh - 50px);
}.cst-h-2 {
    height: calc(100vh - 106px);
}.cst-close {
    background-color: var(--danger)!important;
    opacity: 1;
    color: #fff;
    padding: 5px 10px!important;
}




@media screen and (max-width:767px) {
     body { padding-bottom: 0px; }
    .mob-call-box { width: 100%; position: fixed; z-index: 9999; display: block; bottom: 0; right: 0; left: 0; background: #1b5c20; padding: 20px 15px; }
    .box-1 { width: 65%;
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-top: 9px;} 
    .box-2 {width: 35%;
    float: left;
    color: #fff;
    background: #e51937;
    text-align: center;
    padding: 13px;
    border-radius: 3px; }   
    }
    .mrq_div{
        padding: 12px 120px;
    }
.mrq_div .marq{
    color:#fff;
    font-size:24px; 
    font-weight:bold;
    text-shadow: 0 1px 0 #4a4a4a, 
                 0 2px 0 #4a4a4a, 
                 0 3px 0 #4a4a4a, 
                 0 4px 0 #4a4a4a, 
                 0 5px 0 #4a4a4a;
    font-family: system-ui;
}
@media screen and (max-width:767px){
      .mrq_div{
        padding: 12px 0; 
    }
    .mrq_div .marq{
        font-size:22px;
    }
}
.return_date_hide{
    display:none;
}

.flight-section{
    background: #f2f2f5;
}

.flight-box{
        box-shadow: 0px 2px 10px #00000052;
            background: #fefffee0;
}

.flight-section .flight-container .flight-row .flight-col .places-box .flight-date{
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date p{
  
    display:inline-block;
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date p.fare{
    float:right;
    font-size: 20px;
    font-weight: 600;
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date p.date{
      background:#ebebebbd;   
    font-size: 15px;  
    border-radius: 3px;
    padding: 3px 5px;
}
hr.flight{
    margin-top: -7px !important;
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-rout-top .top-btn{
    
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-rout-top .top-btn a{
    
}

.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-rout-top{
    margin: 0px 10px;
    padding-bottom: 5px;
}

.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-rout-top .flight-rout .p1{
    display:block;
        font-size: 20px;
    font-weight: bold;
        margin-bottom: 0px !important;
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-rout-top .flight-rout .p2{
    
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-rout-top .flight-rout{
    display:inline-block;
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-rout-top .flight-rout-right{
    float:right;
}

.flight-section .flight-container .flight-row .flight-col{
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.flight-section .flight-container .flight-row .flight-col .places-box .flight-date .flight-btn a{
    float: right; 
    padding: 5px 15px;
    background: yellow;
    color: #000;
    text-decoration: none;
    box-shadow: 0 0px 4px 2px darkgrey;
}

.flight-section .flight-container .flight-row .flight-section-heading{
    font-size: 29px;
    text-align: center;
    margin-top: 10px;
}
.flight-section-heading{
     font-size: 29px;
    text-align: center;
    margin-top: 10px;
}
 .flight-section-heading p{
       text-align:center;
    font-weight:600;
 }
.flight-section .flight-container .flight-row .flight-section-heading p{
    text-align:center;
    font-weight:600;
}


.stops {
    margin-right: 10%;
    margin-left: 10%;
}

.column {
    width: 30%;
    display: inline-block;
    /*float: left;*/
    text-align: center;
}

.airline {
    color: #95989e;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

 .bar-wrapper {
    margin-top: 2px;
    margin-bottom: 4px;
    display: block;
    height: 19px;
    position: relative;
}

.bar {
    border-bottom: 1px solid #95989e;
    position: relative;
    top: 9px;
}
.stops-1 .point-wrapper {
    width: 100%;
}

.point-wrapper {
    position: relative;
    float: left;
    top: -8px;
}
 .point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #95989e;
    display: block;
    margin: 0 auto;
    box-sizing: content-box;
    border: 5px solid #fff;
}

@media (min-width: 576px){
.modal-dialog {
max-width: 700px !important;
    
}
}


@media (max-width: 576px){
.modal-dialog {
margin-top: 10rem;
}
}
.call-now-button{
        /*border: 1px solid yellow;*/
    font-size: 20px;
    background: #ff0976;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px 12px 20px;
    text-decoration:none;
    transition:border-radius 0.6s linear;
        box-shadow: 0px 0px 5px 1px #adadad;
}
.call-now-button:hover{
     background: #db0061;
    color: #fff;
     text-decoration:none;
     border-radius:10px;
}
.call-bt{
   display: none
}
@media only screen and (min-width:768px) {
   .call-buton{
       display:none;
   }
}
