/* Font download */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');


html {
    scroll-behavior: smooth;
  }  
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
.section{
    float: left;
    width: 100%;
    padding: 45px 0px;
}
.heading{
    font-size: 25px;
    font-weight: 500;
    margin: 0px;
}
.line{
    width: 100%;
    height: 1px;
    background: #2c2c2c;
    margin: 2px 0px;
}
.space{
    margin-bottom: 25px;
}
.whatsapp-floating{
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 10000;
}
.phone-floating{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 10000;
}
.phone-floating img{
    border: 2px solid #fff;
    border-radius: 50%;
}
.whatsapp-floating-small{
    display: none;
}
.phone-floating-small{
    display: none;
}

.button {
    display: inline-block;
    padding: 13px 28px;
    background: #000654;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 4px;
    font-weight: 500;
    border: none;
    outline: none;
}
.para{
    font-size: 14px;
    line-height: 2px;
    color: #666;
}

/* model popup css */
.modal-body .form-control{
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;

}
.modal-body .btn.btn-default{
    border: none;
    border-radius: 0px;
    padding: 10px 35px;
    background: #4575bd;
    color: #fff;
    margin: 10px 0px;
}
.modal-header .close{
    padding:7px 10px;
    background: #f44336;
    border-radius: 50%;
    color: #000;
    opacity: 1;
}
.shadow {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
}

/* section 1 */
.feature-sec{
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 40px 0px;
}
.features-box{
    width: 100%;
    text-align: center;
    padding: 10px;
}
.features-box h5{
    font-weight: bold !important;
    font-size: 18px !important;
}
.features-box p{
    text-align: center;
    font-size: 14px;
}
.b-r{
    border-right: 1px solid #ccc;
}

/* section 2 */
.destination_item {
    width: 100%;
}
.destination_item img {
    width: 100%;

}
.destination_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #2b6b98;
    padding: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    margin-bottom: 20px;
}
.destination_info h3 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 17px;
    
}
.destination_info p {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #92b6cf;
}
.destination_item span {
    font-size: 14px;
    color: #fff;
}
.dealbook {
    position: absolute;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    font-weight: bold;
    right: 27px;
    height: 40px;
    bottom: 30px;
    padding: 10px 0 0 5px;
}
.destination_info.green {
    background-color: #6f8a2e;
}
.destination_info.green p {
    color: #a7ca54;
}
.destination_info.maroon {
    background-color: #a63751;
}
.destination_info.maroon p {
    color: #e7839b;
}
.destination_info.orange {
    background-color: #c08025;
}
.destination_info.orange p {
    color: #ebbc7a;
}

.destination_info.five {
    background-color: #520c41;
}
.destination_info.five p {
    color: #9c7994;
}
.destination_info.six {
    background-color: #0c523e;
}
.destination_info.six p {
    color: #649e8e;
}
.destination_info.seven {
    background-color: #0082a7;
}
.destination_info.seven p {
    color: #9abfd2;
}
.destination_info.eight {
    background-color: #964711;
}
.destination_info.eight p {
    color: #ce9065;
}

@media only screen and (max-width: 767px){
    .banner-ad-con {
        width: auto !important;
        height: 0px;
        margin: 0;
        border: 0px #fff solid;
        padding-top: 0;
        text-align: center;
        padding-bottom: 0;
        border-radius: 10px;
        position: static;
    }
}











 /* return to top button css */
 #return-to-top {
     display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 13px;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
 /* return to top button css ends */

 /* footer */
 .footer{
    width: 100%;
    float: left;
    padding: 40px 0px;
    color: #fff;
    background: #3f454e;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer .footerTopLinks h3 {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 1.3846em;
    color: #fff;
    font-family: Open Sans, sans-serif;
}

.footer li a {
    color: #aaa;
    font-size: 15px;
}
.footer li a:hover{
    color: #fff;
}

.footer ul li.socialLinkBlock{
    display: inline-block;
}
.footer ul li.socialLinkBlock a i{
    background: #3c4148;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.footer-new {
    padding: 1px 5px;
    font-size: 12px;
    color: #ffffff;
    background: #d09831;
    border-radius: 3px;
}

.footer .footerBottomLinks {
    border-top: 1px solid #a4a5a8;
    padding: 10px 0 25px 0;
    clear: both;
    float: left;
    margin-top: 50px;
    font-size: .9230rem;
}

.footer .footerBottomLinks p {
    color: #c9c9ca;
    clear: both;
    line-height: 1.5384em;
    float: left;
    margin: 0;
    font-size: 14px;
}

.footer .footerBottomLinks ul {
    float: right;
}

.footer .footerBottomLinks ul li {
    float: left;
    line-height: 1.5384em;
    color: #fff;
    padding-left: 14px;
    border-left: 1px solid #aaaaaa;
    margin-left: 14px;
}

.footer .footerBottomLinks ul li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.offer-head .more-link {
    text-transform: uppercase;
}




/* inner page style */
/* ************************************************************** */
.inner-page-banner{
    float: left;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}
.inner-page-banner h4{
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 23px;
}
.inner-page-banner p{
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin: 0px;
}
.inner-page-banner p a{
    font-size: 14px;
    color: #fff;
}
.inner-page-banner.about-pg{
    background: linear-gradient(#030850d0, #030850d0), url(../images/about-bnr.jpg) top right ;
    background-size: cover;
}
.inner-page-banner.contact-pg{
    background: linear-gradient(#030850d0, #030850d0), url(../images/Contact-Banner.jpg) center ;
    background-size: cover;
}
.inner-page-banner.privacy-pg{
    background: linear-gradient(#030850d0, #030850d0), url(../images/privacy-bnr.jpg) center ;
    background-size: cover;
}
.inner-page-banner.terms-pg{
    background: linear-gradient(#030850d0, #030850d0), url(../images/terms-bnr.jpg) center ;
    background-size: cover;
}


/* contac page */

.contact-box h4{
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-box p{
    position: relative;
    font-size: 13px;
    color: #666;
    padding: 15px 0px;
    padding-left: 100px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}
.contact-box p span{
    position: absolute;
    left: 0;
    color: #999;
    font-weight: 500;
    font-size: 14px;
}
.query-form-box .form-control{
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.faq-box{
    padding: 35px 0px;
    border-bottom: 1px dashed #ddd;
}

.register-form-box{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 20px 4px #ddd;
    padding: 25px;
}
.register-form-box h4{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}
.register-form-box .form-control{
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.map{
    float: left;
    width: 100%;
    height: 400px;
}
.terms-condition-page h5{
    font-size: 18px;
}
.terms-condition-page p{
    font-size: 14px;
    line-height: 23px;
    color: #666;
}

/* flight search page */
.flight-banner{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.flight-banner-inner{
    background: #f0f0f0;
    border: 1px solid #c9c6c6;
    padding: 10px;
}
.flight-banner-inner p{
    font-size: 15px;
    margin: 0px;
}
.flight-result-box{
    width: 100%;
}
.flight-result-box .table{
    border: none;
}
.flight-result-box .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #dee0e1;
    text-transform: uppercase;
}
.flight-result-box .table tr, .flight-result-box .table tr td{
    border: none;
}
.flight-result-box .table tr td img{
    display: block;
    max-width: 55px;
}
.flight-result-box .table tr td span{
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.flight-result-box .table tr td span.time{
    font-weight: 600;
}
.flight-result-box .table tr td span i{
    color: #bdbdbd;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
}
.table.flight-listing-main{
    width: 100%;
    border: 1px solid #ddd;
    margin: 15px 0px;
}
.table tr td.no-padding{
    padding: 0px !important;
}
.table.flight-listing{
    width: 100%;
    margin-bottom: 0px;
}
.table.flight-listing-footer{
    width: 100%;
    background: #e7e4e4 !important;
    padding: 5px 20px;
    margin: 0px;
}
.flight-listing-footer td{
    padding: 5px !important;
}
.table.flight-listing-footer b{
    font-size: 20px;
    color: #d42729;
    margin-right: 20px;
    line-height: 0px;
}



/* by div */
.dv-flight-all-list{
    width: 100%;
    text-align: left;
}
.dv-flight-all-list-header{
    width: 100%;
    padding: 10px 15px;
    background: #dbdbdb;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.dv-flight-list-group{
    width: 100%;
    margin: 15px 0px;
    border: 1px solid #ddd;
}
.dv-flight-list{
    width: 100%;
    padding: 5px 0px;
    text-align: left;
}
.dv-flight-list img{
    max-width: 55px;
}
.dv-flight-list span{
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.dv-flight-list span.time{
    font-weight: 600;
}
.dv-flight-list span i{
    color: #bdbdbd;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
}
.airlince-img{
    padding: 0px 25px;
}
.dv-flight-list-footer{
    width: 100%;
    padding: 4px 10px;
    background: #ddd;
    text-align: right;
}
.dv-flight-list-footer span{
    font-size: 20px;
    font-weight: bold;
    color: #f44336;
    margin-right: 10px;
}





/* left side */
.modify-search-box{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.modify-search-box-heading{
    width: 100%;
    padding: 10px ;
    background: #e7e7e7;
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
}
.modify-search-box-body{
    padding: 10px;
}
.modify-search-box-body ul.innertabs li{
    background: transparent;
    color: #000654;
    font-weight: 600;
    display: inline-block;
    padding: 0px 0;
    cursor: pointer;
    margin: 5px;
    font-size: 13px;
  }
  
.modify-search-box-body  ul.innertabs li.current{
    color: #fe0000;
    border-bottom: 2px solid #fe0000;
  }
  .modify-search-box-body .search_btn {
    display: block;
    width: 100%;
    padding: 10px 30px;
    background: #fe0000;
    color: #fff;
    border: none;
    margin-top: 15px;
    outline: none;
    text-transform: uppercase;
}
.modify-search-box-body .form-group {
    margin-bottom: 10px;
}

/* price alert box */
.price-alert-box{
    width: 100%;
    border: 1px solid #fe0000;
}
.price-alert-box-heading{
    width: 100%;
    padding: 10px;
    background: #fe0000;
    color: #fff;
    font-size: 16px;
}
.price-alert-box-body{
    width: 100%;
    padding: 15px;
}
.price-alert-box-body .form-control{
    border-radius: 0px;
    height: 44px;
}


/* book flight page */
.flight-result-box-heading{
    width: 100%;
    padding: 10px;
    background: #000654;
    color: #fff;
    font-size: 16px;
}
.flight-result-box.book-flight{
    border: 1px solid #000654;
    border-top: none;
    margin-bottom: 30px;
}
.book-flight-box{
    width: 100%;
    border: 1px solid #000654;
    border-top: none;
    margin-bottom: 30px;
}
.book-flight-box-heading{
    width: 100%;
    padding: 10px;
    background: #000654;
    color: #fff;
    font-size: 16px;
}
.book-flight-box-body{
    padding: 15px;
}
.book-flight-box-body p{
    margin: 10px 0px;
    font-size: 12px;
    color: #888;
}
.billing-info .form-control{
    border-radius: 0px;
    height: 39px;
}
label.aggriment{
    font-weight: 500;
}

/* flight search */
.flight-search-sec{
    float: left;
    width: 100%;
    padding: 45px 0px;
    min-height: Calc(100vh - 120px);
    background: linear-gradient(#030850d0, #030850d0), url(../images/flight-bnr.jpg) top right ;
    background-size: cover;
}
.se-sa-box{
    width: 100%;
    background: #fff;
}
.se-sa-box-heading{
    width: 100%;
    padding: 15px ;
    background: #000654;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 600;
}
.se-sa-box-body{
    padding: 15px;
}
.se-sa-box-body ul.innertabs li{
    background: transparent;
    color: #000654;
    font-weight: 600;
    display: inline-block;
    padding: 0px 0;
    cursor: pointer;
    margin: 5px;
    font-size: 13px;
  }
  
.se-sa-box-body  ul.innertabs li.current{
    color: #fe0000;
    border-bottom: 2px solid #fe0000;
  }
  .se-sa-box-body .search_btn {
    display: block;
    width: 100%;
    padding: 10px 30px;
    background: #fe0000;
    color: #fff;
    border: none;
    margin-top: 15px;
    outline: none;
    text-transform: uppercase;
}
.se-sa-box-body .form-group {
    margin-bottom: 10px;
  
}
.se-sa-box-body .form-control{
    border-radius: 0px;
    background: #ececec;
    height: 39px;
    outline: none;
    border: none;
    box-shadow: none;
}

/* hotel search */
.hotel-search-sec{
    float: left;
    width: 100%;
    padding: 45px 0px;
    min-height: Calc(100vh - 120px);    
    background: linear-gradient(#030850d0, #030850d0), url(../images/hotel-bnr.jpg) center right ;
    background-size: cover;
}

/* package search */
.package-search-sec{
    float: left;
    width: 100%;
    padding: 45px 0px;
    min-height: Calc(100vh - 120px);
    background: linear-gradient(#030850d0, #030850d0), url(../images/package-bnr.jpg) top right ;
    background-size: cover;
}