.maincolor{
    color:#0b1320;
}
.mainbg{
    background-color: #0b1320;
}
.white{
    color: #fff;
}
.whitei{
    color: #fff !important;
}



/* Footer Section Start */
#footer_area{
    background-color: #0b1320;
}
.footer_heading_area h5 {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.footer_inquery_area{
    border-left: 2px solid #fff;
    color: #fff;
}
#footer_area a{
    color: #fff;
} 
.copyright_area {
    background-color: #000;
}
.copyright_left p {
    color: #fff;
}
/* Footer Section End */


/* Pkg Details Start */
.tour_package_bar_price {
    padding-top: 0px;
}
/* Pkg Details End */


.w50p{
    width: 50%;
}
.w25p{
    width: 35%;
}

.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}
.fs17{
    font-size: 17px;
}
.fs15{
    font-size: 15px;
}

.btn_navber:hover{
    color: #0b1320;
}


.pb10{
    padding-bottom: 10px;
}
.pb25{
    padding-bottom: 25px;
}
.pb25i{
    padding-bottom: 25px !important;
}

/* Home Page Start */
.owl-carousel .owl-item img {
    max-height: 170px;
}
/* Home Page End */


/* Destination Details Page Start */
.slick-slide {
    padding: 5px;
}

.form-control {
    height: auto;
    border: 1px solid #e9e5e5;
    padding: 5px 10px;
    font-size: 15px;
    margin: 15px 0px;
    width: 90%;
}

.form-control:focus {
    border: 1px solid;
}

.md-form {
    display: flex;
    justify-content: center;
}

.boxshw {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
}

.boxshwno {
    box-shadow: none;
}

.tour_details_top_bottom {
    margin-top: 0px;
    border-top: 0px solid #eeeaea;
    padding-top: 0px;
    border-bottom: 0px solid #eeeaea;
}
/* Destination Details Pages End */




/* Margin Start */
.mt20{
    margin-top: 20px;
}
/* Margin End */
