/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

body{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background: #f7f7f7;
    position: relative;
}


.no-mar{
    margin: 0 !important;
}

.no-padd{
    padding: 0 !important;
}

.bordered{
    border: 1px solid #efefef;
}

.bg-gray{
    background-color: #f6f6f6 !important;
}

.bg-red{
    background-color: #ff1414 !important;
}

.bg-lightgray{
    background-color: #f8f8f8 !important;
}

.bg-gradient{
    background: linear-gradient(to right,#e9e9e9,#f9f9f9) !important;
    background: -moz-linear-gradient(to right,#e9e9e9,#f9f9f9) !important;
    background: -webkit-linear-gradient(to right,#e9e9e9,#f9f9f9) !important;
    background: -o-linear-gradient(to right,#e9e9e9,#f9f9f9) !important;
}

.bg-gradient2{
    background: linear-gradient(#F8F8F8,#F1F1F1);
    background: -moz-linear-gradient(#F8F8F8,#F1F1F1);
    background: -webkit-linear-gradient(#F8F8F8,#F1F1F1);
    background: -o-linear-gradient(#F8F8F8,#F1F1F1);
}

.mar-adjust{
    margin-right: -5px;
    margin-left: -5px;
}

.pad-adjust{
    padding-left: 5px;
    padding-right: 5px;
}

.whole-wrapper{
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: white; 
}

.whole-wrapper.mega-padd{
    padding: 60px 0;
}

.general-title{
    float: left;
    width: 60%;
    margin: 0;
    margin-bottom: 5px;
    font-size: 17px !important;
    /*text-transform: uppercase;*/
}

.general-title.faded{
    color: #6a6a6a;
}

.general-title .highlight{
    font-weight: 500;
}

.general-title.mini{
    font-size: 15px;
}

.general-title.fill,
.general-title.mini.fill{
    width: 100%;
}


.general-title.mini + .options{
    margin-top: -2px;
}

.general-title + .options{
    float: right;
    width: 40%;
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
}

.general-title + .options a{
    float: right;
    text-decoration: none !important;
}

.general-title + .options .filter{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid gainsboro;
    color: #333;
    position: relative;
}

.general-title + .options  .dropdown{
    float: right;
}

.general-title + .options  .dropdown-menu{
    top: 25px;
    right: 10px;
    left: unset;
    width: 100px;
}

.general-title + .options  .dropdown-menu li a{
    width: 100%;
}

.general-title + .options  .dropdown-menu li a:hover{
    color: #DA1C33;
}

.general-title + .options .view-more{
    color: #DA1C33;
}

.button-group{
    float: left;
    width: 100%;
}

.button-group .button{
    margin-right: 10px;
    margin-bottom: 10px;
}

.button-group .button:last-child{
    margin-right: 0;
}

.button{
    float: left;
    padding: 15px 30px;
    background: red;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
}

.button i{
    margin: 0 5px;
}

.button.red{
    color: white;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
}



/* CSS FOR MAIN BANNER */

.video-holder{
    float: left;
    width: 100%;
    min-height: 90vh;
    /* position: relative; */
    overflow: hidden;
}

.video-holder video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.video-holder:before {
    z-index: 100;
    position: absolute;
    /* width: 100%; */
    height: 100% !important;
    padding: 20px 0;
    /* background: linear-gradient(rgba(1, 36, 69, 0.8),rgba(0, 132, 255, 0.1),rgba(40, 74, 106, 0.4));
    background: -moz-linear-gradient(rgba(1, 36, 69, 0.8),rgba(0, 132, 255, 0.1),rgba(40, 74, 106, 0.4));
    background: -o-linear-gradient(rgba(1, 36, 69, 0.8),rgba(0, 132, 255, 0.1),rgba(40, 74, 106, 0.4)); */
    background: #FFF;
    content: "";
}

.video-holder .filter{
    margin-top:151px;
}

.banner-content-wrapper{
    float: left;
    width: 100%;
    padding: 20px 0;
}

@media only screen and (max-width:991px){
    .banner-content-wrapper{
        padding-bottom: 100px;
    }
}

.go-down{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.go-down-btn i{
    color: red;
    font-size: 18px;
    background: white;
    height: 70px;
    line-height: 70px;
    width: 40px;
    border-radius: 20px;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.go-down-btn i:hover{
    line-height: 90px
}

.hero-text{
    float: left;
    width: 100%;
    margin: 50px 0 50px 0;
    color: white;
    text-align: center;
}

.hero-text .heading{
      color: black;
    text-align: left;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-text .heading span{
    color: #e7ff1e;
}

.hero-text .sub-text{
    text-align: left;
    width: 100%;
    color: black;
    font-weight: 600;
}

.main-services{
    float: left;
    width: 100%;
}

.main-services ul.items{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
   /* text-align: center; */
    display: table;
}

.main-services ul.items li{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 22px;
   /* width: 115px;*/
    height: 95px;
    /* height: 60px; */
    margin-right: 5px;
    margin-bottom: 10px;
    color: white;
    background: rgba(0,0,0,0.4);
    border-radius: 2px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
}

.main-services ul.items li:hover{
    color: white;
    background: red;
    /* background: linear-gradient(#2D74D0,#23518D); */
    background: #2D67B2;
}

@media only screen and (max-width:767px){
    .hero-text{
        margin: 20px 0;
    }

    .hero-text .heading{
        font-size: 20px;
    }

    .hero-text .sub-text{
        font-size: 11px;
    }

    .main-services ul.items li{
       /* width: 70px;
        height: 70px; */
        font-size: 9px;
        padding: 15px;
    }
}

.signup-canvas{
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    border-radius: 2px;
    background: white;
    padding: 20px;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
}

.signup-canvas.ad{
    margin: 0;
    box-shadow: none;
    background: transparent;
}

.signup-canvas .main-ico{
    font-size: 40px;
    color: #3482CE;
}

.signup-canvas .ad-title{
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.signup-canvas .desc{
    float: left;
    width: 100%;
    color: gray;
    font-size: 11px;
    font-weight: 300;
    font-family: Roboto;
}

.signup-canvas span.amt{
    font-family: Arial;
}

.signup-canvas .login-btn{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 0;
    color: #006dcd;
    text-decoration: none !important;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.signup-canvas:hover .login-btn{
    color: #ff9600; /*#FF0000;*/
}

.signup-canvas .ad-title span{
    color: #FF1F1F;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.signup-canvas:hover .ad-title span{
    color: #006dcd;
}


@media only screen and (max-width:991px){

    .signup-canvas .login-btn{
        font-size: 11px;
    }

    .signup-canvas{
        text-align: center;
    }

    .signup-canvas .ad-title{
        font-size: 15px;
    }

    .signup-canvas .desc{
        margin-bottom: 10px;
    }
}


@media only screen and (max-width:767px){
    .signup-canvas .main-ico{
        margin-bottom: 10px;
    }
}

.get-a-callback{
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.get-a-callback .caption{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: white;
}

.get-a-callback .fieldset{
    float: left;
    width: 100%;
    background: white;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
}

.get-a-callback .fieldset .input-box{
    float: left;
    width: 100%;
    border: none;
    height: 55px;
    padding: 0 20px;
    border-right: 1px solid gainsboro;
}

.get-a-callback .fieldset .input-box.no-br{
    border: none;
}

.get-a-callback .fieldset .submit-btn{
    float: left;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: none;
    background: #4aa818;
    color: white;
    padding: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.get-a-callback .fieldset .submit-btn:hover{
    background: #7ad44b;
}

/* CSS FOR OFFERS AND PROMOTIONS AREA */

.offer-banner{
    float: left;
    width: 100%;
    margin: 15px 0;
}

.promotions{
    float: left;
    width: 100%;
}

.promotions .item{
    float: left;
    position: relative;
    width: 100%;
    margin: 15px 0;
    font-family: Roboto;
    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 2px #ccc;
}

.promotions .item .tag{
    position: absolute;
    top: 0;
    right: 15px;
    width: 35px;
    height: 50px;
    line-height: 75px;
    background: #FF1F1F;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

.promotions .item .tag i{
    color: #FF1F1F;
    background: white;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 22px;
}

.promotions .item .head{
    float: left;
    width: 100%;
    padding: 15px;
    font-family: Arial;
    font-weight: 500;
    font-size: 18px;
    color: #142A37;
    border-bottom: 1px solid gainsboro;
}

.promotions .item .desc{
    float: left;
    width: 100%;
    height: 65px;
    overflow: hidden;
    padding: 10px 15px;
    font-size: 15px;
    font-family: Arial;
    font-weight: 100;
    color: #024989;
    border-bottom: 1px solid gainsboro;
}

.promotions .item .foot-box{
    float: left;
    width: 100%;
    padding: 15px;
    font-size: 13px;
}

.promotions .item .foot-box .valid-till{
    float: left;
    margin: 0;
    font-weight: 400;
    color: gray;
    font-family: Arial;
}

.promotions .item .foot-box .book-now{
    float: right;
    font-weight: 400;
    color: #ff9600; /*#FF0000;*/
    text-transform: uppercase;

}

/* CSS FOR SERVICES LISTING AREA */

.services-listing{
    float: left;
    width: 100%;
}

.services-listing .item{
    float: left;
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    background: #f4f3f3;
    color: #484848;
    text-align: center;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.services-listing .item:hover{
    background: #5b8c55 !important;
}

.services-listing .item:hover .ico,
.services-listing .item:hover .title,
.services-listing .item:hover .desc{
    color: white;
}

.services-listing .item .ico{
    font-size: 50px;
    margin-bottom: 10px;
    /* color: #FF0000; */
    color: #5b8c55;
    text-shadow: 0 0 1px #a0a0a0;
}

.services-listing .item .title{
    float: left;
    width: 100%;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #5b8c55;
}

.services-listing .item .desc{
    float: left;
    width: 100%;
    margin: 0;
    height: 130px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 300;
}

.services-listing div.col-md-3:nth-child(even) .item{
    background: #E5E5E5;
}

/* CSS FOR TESTIMONIALS AREA */

.testimonials{
    float: left;
    width: 100%;
}

.testimonials .item{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.testimonials .item .review{
    float: left;
    width: 100%;
    padding: 40px 40px 60px 40px;
    background: #575757;
    color: white;
    font-weight: 400;
}

.testimonials .item .review:before{
    font-family: FontAwesome;
    content: "\f10d";
    margin-right: 5px;
    font-size: 20px;
}

.testimonials .item .client{
    float: left;
    width: 100%;
    padding: 10px 20px;
}

.testimonials .item .client .photo{
    float: left;
    margin-right: 10px;
    margin-top: -50px;
    width: 130px;
    height: 130px;
    border: 7px solid white;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 0 10px -4px black;
    -webkit-box-shadow: 0 0 10px -4px black;
}

.testimonials .item .client .details{
    float: left;
}

.testimonials .item .client .details .name{
    font-size: 19px;
    margin: 0;
}

.testimonials .item .client .details .rating{
    color: #ff782c;
}

@media only screen and (max-width:767px){
    .testimonials .item .client .photo{
        width: 100px;
        height: 100px;
    }

    .testimonials .item .client .details .name{
        font-size: 15px;
    }
}

@media only screen and (max-width:991px){
    .testimonials{
        margin-bottom: 20px;
    }
}

/* CSS FOR CONTACT US AREA */

.form-box{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.form-box .element-set{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.form-box .element-set label{
    float: left;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
}

.form-box .element-set input.textbox-style{
    float: left;
    width: 100%;
    height: 35px;
    border: 1px solid gainsboro;
    border-radius: 2px;
    padding: 0 10px;
    font-weight: 400;
}

.form-box .element-set textarea.textbox-style{
    float: left;
    width: 100%;
    height: 110px;
    border: 1px solid gainsboro;
    border-radius: 2px;
    resize: none !important;
    padding: 5px 10px;
    font-weight: 400;
}

footer{
    float: left;
    width: 100%;
    padding: 20px 0 !important;
    background: #fff;
}

.footer-links{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.footer-title{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    color: #424242;
    font-family: Raleway;
    line-height: unset !important;
}

.footer-title.mini{
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

footer .footer-links:hover .footer-title{
    color: #2D67B2;
}

footer .linear-links{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid gainsboro;
    padding-top: 30px;
}

.btm-bar .linear-links.social ul{
    float: left;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btm-bar .linear-links.social ul li{
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.btm-bar .linear-links.social ul li:last-child{
    margin-right: 0;
    transform: none !important;
}

.btm-bar .linear-links.social ul li a{
    margin-bottom: 15px;
    font-size: 14px;
    color: #dcdcdc;
}

.btm-bar .linear-links.social ul li a i{
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.btm-bar .linear-links.social ul li:nth-child(1) a{
    color: #dcdcdc; /*rgba(59,89,153 ,1);*/
}

.btm-bar .linear-links.social ul li:nth-child(2) a{
    color: #dcdcdc; /*rgba(85,172,238 ,1);*/
}

.btm-bar .linear-links.social ul li:nth-child(3) a{
    color: #dcdcdc; /*rgba(221,75,57 ,1);*/
}

.btm-bar .linear-links.social ul li:nth-child(4) a{
    color: #dcdcdc; /*rgba(228,64,95 ,1);*/
}

.btm-bar .linear-links.social ul li:nth-child(5) a{
    color: #dcdcdc; /*rgba(205,32,31 ,1);*/
}

footer .footer-links ul{
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

footer .footer-links ul li{
    line-height: unset !important;
}

footer .footer-links ul li a{
    font-size: 11px;
    font-weight: 400;
    color: #848484;
    text-decoration: none !important;
    font-family: Raleway;
}

footer .footer-links ul li a:hover{
    color: #ff9600; /*#FF0000;*/
}

footer .small-about{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 11px;
    color: #424242;
    font-weight: 400;
}

footer .small-about:before{
    font-family: FontAwesome;
    content: "\f10d";
    margin-right: 5px;
}

footer .small-about .high{
    color: #484848;
    font-weight: 700;
}

footer .linear-links.social{
    float: left;
    width: 100%;
}

@media only screen and (max-width:767px){
    .footer-title{
        text-align: center;
    }

    footer .footer-links ul li {
        width: 100%;
        text-align: center;
    }

    footer .footer-links ul li a{
        width: 100%;
        text-align: center;
    }

    footer .linear-links.social ul li{
        width: 40px;
        height: 40px;
    }

    footer .linear-links.social ul li{
        font-size: 25px;
    }
}

/* CSS FOR BOTTOM BAR */

.btm-bar{
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #000;
    border: 1px solid #eae7e7;
}
.btm-bar .content{
    float: left;
    border-right: 1px solid #979797;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 13px;
    /*margin-bottom: 0;*/
    line-height: 20px;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    position: relative;
    top: 7px;
}

.btm-bar .content:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.mart {
    float: left;
    background: rgba(0, 0, 0, 0) url("../img/mart.png") no-repeat scroll 0 0;
    background-position: 0 1px;
    height: 24px;
    width: 60px;
    margin-right: 0px;
    padding-right: 0px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    margin-bottom: 0 !important;
    margin-top: -10px !important;
    position: relative;
    top: 8px;
}

.mart:hover{
    opacity: 1;
    background-position: 0 -22px
}

/* CSS FOR ENQ MODAL */

.modal.cus .modal-content{
    float: left;
    width: 100%;
    padding: 20px;
}

.modal.cus .modal-title{
    text-transform: uppercase;
}

.other-info {
    display: block !important;
    opacity:10 !important;
    visibility: visible !important;
}

.alert-box {
    text-align: center;
}

input.error, textarea.error  {
    border: 1px solid #fe6031 !important;
}
/*Testimonial*/
.agent-testimonials{
    float: left;
    width: 100%;
}

/*

.agent-testimonials .item{
    float: left;
    width: 100%;
    margin: 40px 0 20px 0;
    padding: 0 20px 0 0;
    font-family: Roboto;
    font-weight: 300;
    border-radius: 2px;
}

*/

.agent-testimonials .item {
    float: left;
    width: 100%;
    margin: 20px 0 0px 0;
    font-family: Roboto;
    font-weight: 300;
    border-radius: 2px;
    background: white;
    padding: 20px;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.03);
}

.agent-testimonials .item .head{
    float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
    margin-bottom: 10px;
}

.agent-testimonials .item .head .photo{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.agent-testimonials .item .head .name{
    float: left;
    width: 100%;
    font-weight: 500;
    margin: 0;
    color: #0097ff;
}

.agent-testimonials .item .head .company{
    float: left;
    width: 100%;
    margin: 0;
    color: #858585;
    font-size: 13px;
}

.agent-testimonials .item .review{
    float: left;
    width: 100%;
    height: 74.2667px;
    overflow: hidden;
    font-size: 13px;
    color: #484848;
}

/**/

/* CSS FOR INVIDUAL SEARCH BOX */

.individual-search.md-pad{
    padding: 10px 10px 0 10px;
}

.individual-search .tag{
    position: absolute;
    top: 0;
    right: 40px;
    width: 60px;
    height: 100px;
    line-height: 155px;
    background: white;
    text-align: center;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.27);
}

.individual-search .tag i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    border-radius: 50px;
    background: #16569E;
    font-size: 30px;
}

@media only screen and (max-width:991px){

    .individual-search .tag {
        position: absolute;
        top: 0;
        right: 10px;
        width: 45px;
        height: 60px;
        line-height: 85px;
        background: white;
        text-align: center;
        border-radius: 0 0 40px 40px;
        box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.20);
        -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.27);
    }

    .individual-search .tag i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: white;
        border-radius: 50px;
        background: #16569E;
        font-size: 22px;
    }
}

.individual-search h2.caption{
    float: left;
    width: 90%;
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
}

.individual-search .desc{
    float: left;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    color: #e7e7e7;
    font-size: 12px;
}

.individual-search .trip-type{
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
    color: white;
}

.individual-search .trip-type label{
    border: 1px solid white;
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.individual-search .trip-type input:checked + label{
    background: white;
    color: #16569E;
    box-shadow: 0 0px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.175);
}

.individual-search .form-box{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0;
}

.individual-search .form-box .element-set{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.individual-search .form-box .element-set input:focus{
    outline: none;
}

.individual-search .form-box .element-set .input-group{
    width: 100%;
}

.individual-search .form-box .element-set button.submit-btn{
    float: left;
    width: 100%;
    padding: 7px;
    height: 35px;
    border: none;
    background: #F60D0D;
    color: white;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.27);
}

.individual-search .form-box .element-set .bootstrap-select{
    float: left;
    width: 100% !important;
}

.individual-search .form-box .element-set .bootstrap-select .btn{
    float: left;
    width: 100%;
    height: 35px;
    padding: 7px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.27);
    border-radius: 0;
    border: none;
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px !important;
    background: white;
    outline: none !important;
}

.individual-search .form-box .element-set .bootstrap-select.btn-default.active.focus,
.individual-search .form-box .element-set .bootstrap-select.btn-default.active:focus,
.individual-search .form-box .element-set .bootstrap-select.btn-default.active:hover,
.individual-search .form-box .element-set .bootstrap-select.btn-default:active.focus,
.individual-search .form-box .element-set .bootstrap-select.btn-default:active:focus,
.individual-search .form-box .element-set .bootstrap-select.btn-default:active:hover,
.individual-search .form-box .element-set .bootstrap-select.open > .dropdown-toggle.btn-default.focus,
.individual-search .form-box .element-set .bootstrap-select.open > .dropdown-toggle.btn-default:focus,
.individual-search .form-box .element-set .bootstrap-select.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #fff !important;
    border-color: #fff !important;
    font-family: Roboto !important;
    font-weight: 300 !important;
    outline: none !important;
}

.individual-search .form-box .element-set .bootstrap-select .dropdown-menu{
    border-radius: 0 !important;
    padding: 0 !important;
    border: 0;
    box-shadow:  0 6px 30px -18px black;
}

.individual-search .form-box .element-set .bootstrap-select.btn-group .dropdown-menu li a{
    padding: 7px 10px;
    outline: none !important;
}

.individual-search .form-box .element-set .bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px !important;
}

.individual-search .dropdown-toggle{
    background: white !important;
    /*color: #484848 !important ;*/
    padding: 0 15px;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid gainsboro;
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;
}

/* End CSS FOR INVIDUAL SEARCH BOX */

/* CSS FOR NEW SELECT BOX */

.new-select .dropdown-menu{
    /*margin-top: 10px;*/
    /* margin-top: 60px; */
    margin-top: 20px;
    /*width: 300px;*/
    overflow: hidden;
    padding: 0;
}

.new-select .dropdown-menu .list{
    float: left;
    width: 100%;
    height: 200px;
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-select .dropdown-menu .list li{
    float: left;
    width: 100%;
    color: gray;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 13px;
    text-align: left;
}

.new-select .dropdown-menu .fixed-search{
    float: left;
    width: 100%;
    height: 40px !important;
    border: 1px solid gainsboro;
    padding: 0 10px;
    color: #333;
    box-shadow: none !important;
    border-bottom: 1px solid gainsboro !important;
}

.new-select .dropdown-menu .list li a{
    float: left;
    width: 100%;
    padding: 10px;
    text-decoration: none !important;
}



.new-select .dropdown-menu .list li a:hover{
    background: #f7f7f7;
    color: #FF3E01;
}

.new-select .dropdown-menu .list li a:before{
    float: left;
    font-family: FontAwesome;
    content: "\f072";
    margin-right: 10px;
}
.new-select .dropdown-menu .list.loc li a:before{
    float: left;
    font-family: FontAwesome;
    content: "\f041";
    margin-right: 10px;
}

/* End CSS FOR NEW SELECT BOX */
.btn-submit-visa{
    width: 133px;
    /* background: linear-gradient(to right, #524e4e,#524e4e); */
    background: #484848;
    height: 55px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.pad{
  margin-top: 152px;
}

p.headline .pad{
margin-top:0px;
}
.up-filename{
  float: left;
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: Roboto;
  color: #14c354;
}
.fill.caption{
    color: #f44336;
    font-weight: 500;
}
.modal.cus .fl-content{
  border-radius: 19px !important;
  border-bottom: 5px solid #ff0e17 !important;
}
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    /*background:url("../img/loader.gif") no-repeat center center rgba(255, 255, 255, 0.83)*/
    background: rgba(255, 255, 255, 0.83)
}
ul.li{
  list-style-type: none;
}

.mb-0 {
    margin-bottom: 0;
}
