/*
@font-face{
    src:url('../public/template/fonts/poppins/Poppins-Black.tif');
    font-family: nos;
}
*/

html{
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

body {
    color: #313131;
    /*font-family: 'Montserrat';*/
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
h1, .h1 {
    font-size: 2.05rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.45rem;
}

h4, .h4 {
    font-size: 1.5rem!important;
}

h5, .h5 {
    font-size: 0.90rem!important;
}

h6, .h6 {
    font-size: 0.75rem;
}
.bg-globle {
    background: #FFFFFF;
    color: #737373;
}

.bg-dark-cyan  {
    background: #32609A;
    color: #FFFFFF;
}

.bg-dark-danger  {
    background: #FF4D60;
    color: #FFFFFF;
}

.bg-White  {
    background: #FFFFFF;
    color: #313131;
}

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

a {
    color: #313131;
    text-decoration: none;
}

a:hover {
    color: #F14E5F!important;
    text-decoration: none;
}

.header-top li a {
    color: #FFFFFF!important;
    text-decoration: none;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:2px;
    padding-right:2px;
    margin-right: -3px;
}

.header-top li a:hover {
    background-color: #FFFFFF!important;
    color: #32609A!important;
    text-decoration: none;
}

.header-top .navbar-nav li a{
    background-color: #FFFFFF!important;
    padding: 10px;
}
.header-top .navbar-nav li a.active{
    border-bottom: 3px solid #F14E5F;
} 

.header-top .navbar-nav li a:hover{
    border-bottom: 3px solid #F14E5F;
}

.border-bottom-primary{
    border-bottom: 2px solid #32609A!important; 
}
.text-primary{
    color: #FF4D60!important;
}
.btn-primary{
    background:#F14E5F;
    color: #FFFFFF!important;
    /*font-weight: bold;*/
    font-size: 11px;
    border: 1px solid #FF4D60; 
}

.btn-primary:hover{
    background:#32609A;
    color: #FFFFFF!important;
    /*font-weight: bold;*/
    font-size: 11px;
    border: 1px solid #32609A; 
}

.btn-default{
    background:#EAEDED;
    color: #737373!important;
    font-weight: bold;
    border: 1px solid #E5E7E9;   
}

.btn-default:hover{
    background:#E5E7E9;
    color: #737373!important;
    font-weight: bold;
    border: 1px solid #EAEDED;   
}

.btn-default:focus{
    background:#424949;
    color: #737373!important;
    font-weight: bold;
    border: 1px solid #EAEDED;   
}
/*
.active {
    background-color: #4CAF50;
}
*/

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
}

.top-header-section-gap{
    margin-bottom: 97px;  
}

.row{
    margin: 10px 0px 10px 0px 
}

.form-group{
    padding-left: 0px;
    padding-right: 0px;
}

.row .form-group-icon-left input, 
.row .form-group-icon-left select{ 
    text-indent: 20px;
}

.row .form-group-icon-left i { 
    position: absolute!important;
    top: 11px;
    left: 25px;
}


.form-row .form-group-icon-left input,
.form-row .form-group-icon-left select{ 
    text-indent: 20px;
}

.form-row .form-group-icon-left i { 
    position: absolute;
    top: 10px;
    left: 17px;
}
.icon-color i{
    color: #32609A;
}

.gap:after {
    clear: both;
    content: '';
    display: table;
}

.gap-small {
    margin: 15px 0 15px 0;
}

.gap-mini {
    margin: 10px 0 10px 0;
}

.gap-big {
    margin: 60px 0 60px 0;
}

.header-top{
    border-bottom: 2px solid #32609A; 
}

.list-item-hover:hover{
    border:1px solid #F14E5F;
    border-radius: 5px!important;
}

.car-list-item-hover:hover{
    border: 1px solid #32609A;
}

.hotel-item-list{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.1); 
}

.hotel-item-list p{
    line-height: normal;
}
.price-div{
    padding: 10px 0px 10px 0px;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;

}
.price{
    font-size: 20px;
    font-weight: bold;
    color: #313131;
    margin-top: 5px;
    margin-bottom: 3px!important;
}

.car-price{
    font-size: 15px;
    font-weight: bold;
    color: #003962;
}

.border-primary{
    margin: 3px!important;
    border: 2px solid #32609A!important; 
}

.border-white{
    margin: 1px;
    border: 1px solid #FFFFFF!important; 
}

.vertical-line {
    border-left: 1px solid #a6acaf47;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: 0px;
    top: 0;
}


.hotel-img{
    width: 100%;
    height: 175px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}
.destination-img{
    width: 100%;
    height: 175px!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}

.destination-details-img{
    width: 100%;
    height: 255px!important;
    border-radius: 5px!important;
}
.list-item .img-fluid {
    max-width: 100%;
    height: auto;
}

.room-details-img {
    width: 100%;
    height: 235px;
}

.trip-acommodation{
    color: #FFFFFF;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.float-search-text-left{
    text-align: left;
    width: 80%;
    font-size: 11px;
    margin-bottom: -7px;
}

.float-search-text-right{
    text-align: right;
    width: 20%;
    font-size: 10px;
}


span p.para-title{
    margin-top: -18px;
    margin-left: 16px;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 5px;
}


span p.para-text{
    padding-bottom: -16px;
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: 8px;
    margin-top: -5px;
}

p{
    /*line-height: normal;*/
    font-size: 11px;
}

.car-list p{
    line-height: normal;
    margin: 0px;
}

.cart .text-cart-banner{
    width: 3%;
}

.cart .text-cart-div{
    width: 97%;
}

.cart p{
    line-height: normal;
    margin: 0px;
    font-size: 12px;
}
.cart .button-div{
    padding-top: 4%;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.cart ul li{
    font-size: 11px;
    line-height: normal;
}

.cart .cart-img{
    width: 100%;
    height: 95px;
}

.cart .border-bottom{
    border-bottom: 1px solid #32609A!important;
    margin-right: -1px;
    padding-right: .5rem;
    padding-left: .5rem;
}

.cart .banner-icon{
    color: #FFFFFF;
    margin-left: -33px; 
    margin-top: 35px;
    position: absolute;
}

.transfer .transfer-img{
    width: 100%;
    height: 100px;
}

.attraction-img{
    width: 100%;
    height: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.carousel-indicators {
    bottom: -20px;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


/******START CHECKBOX******/
.hotel-filter .form-check .form-check-input{
    width: 20px;
    height: 22px;
    background: #FFFFFF!important;
}
/******END CHECKBOX******/ 

/********START FOOTER**********/
footer#main-footer {
    border-top: 3px solid #31313126; 
    /* font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;*/
    background: #FFFFFF;
    color: #313131;
    padding: 30px 0 5px 0;
    font-size: 12px;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
}

footer#main-footer a,
footer#main-footer h1,
footer#main-footer h2,
footer#main-footer h3,
footer#main-footer h4,
footer#main-footer h5 {
    color: #32609A;
    margin-bottom: 2px;
}

footer ul{
    list-style-type:none;
    padding-inline-start: 0px;
}

.list-footer > li {
    margin-bottom: 0px;
    color: #32609A;
}

.list-footer > li > a:hover {
    text-decoration: underline;
}
/********END FOOTER**********/

/****START GOOGLE MAP****/
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/****END START GOOGLE MAP****/

.ul-right{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.ul-right .list-inline-item{
    display: inline-flex;
    margin-right: 10px;
}

.bg-image {
    width: 100%;
    min-height: 450px; 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
} 

.span-text{
    background-color: #FFF;
    color: #32609A;
    font-weight: bold;
    padding: 2px;
    border-radius: 2px;
}

/*************start box*******/
.btn-box{
    width: 138px;
    height: auto;
    padding: 10px;
    text-align: center;
    background-color: #FF4D60!important;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF; 
}

.btn-box:hover{
    background-color: #32609A !important;
    color: #FFFFFF;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF; 
}

.btn-box a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
/*************end box*******/

/*************Model start*******/
.modal h1,
.modal h2, 
.modal h3, 
.modal h4, 
.modal h5, 
.modal h6{
    color: #FF4D60!important;
    font-weight: bold;
}

.modal label{
    color: #FF4D60!important;
    font-weight: bold;
}

.modal hr{
    border-top: 1px solid #32609A!important;
}

.modal-body{
    margin-top: -35px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom:-0px;
}

.modal .form-row .form-group-icon-left i {
    position: absolute;
    top: 12px;
    left: 15px;
}

.modal .form-row .form-group-icon-left input, 
.modal .form-row .form-group-icon-left select{ 
    text-indent: 25px;
}

.modal .form-row .form-group-icon-left i {
    position: absolute;
    top: 10px;
    left: 17px;
}
/*************Model end*******/

.border-primary-1{
    border: 1px solid #32609A!important; 
}

.default-padding-margin{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 5px;
}

.destination .destination-img-name{
    background: #00000044!important;
    color: #FFFFFF!important;
    text-align: center;
    text-transform: uppercase; 
    font-weight: bold;
    font-size: 18px;
    padding-top: 3px; 
    padding-bottom: 3px;
    margin-top: -28px;
    position: relative;
}
.destination .title-text{
    margin-top: -20px;
}
.destination .destination-img{
    margin: 0 auto;
    width: 100%;
    height: 150px;
    overflow: hidden;
    font-size: 0;
}
.destination-img img {
    width: 100%;
    height: 150px;
    transition: transform 0.3s ease-in-out;
}
.destination-img:hover img {
    transform: scale(1.2);
}

.destination .destination-details-img{
    width: 100%;
    height: 370px;
}
.destination .details-img-title{
    position: absolute;
    color: #F5C952;
    font-weight: bold;
    font-size: 40px;
    padding-top: 30px;
    padding-left: 15px;
}

/***29-01-2020***/
.hr-primary{
    border-bottom: 1px solid #32609A!important;
} 

.fancybox-container .container{
    max-width: 100%!important;
    padding: 2px;
}
.list-item .default-img{
    width: 100%;
    height: 165px;
}
.list-item .price-div {
    padding: 10px 0px 10px 0px;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
}    

p.para-title{
    font-size: 14px;
}
p.para-text{
    font-size: 11px;;
}

.vertical-scroll {
    display: block; 
    max-height: 150px; 
    overflow-y:auto;
}

.car-list .img-car {
    max-width: 100%;
    height: 130px;
}

.hotel-search-div {        
    margin-top: 120px;  
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}

.search-form-row{
    margin-top:0px;
}

.hotel-search-div label {
    color: #FF4D60!important;
    font-weight: bold;
    margin-left:5px;
    margin-bottom:3px;
}
.form-row .form-group-icon-left i {
    color: #F14E5F!important;
    font-weight: bold;
}

.form-group label {
    color: #FF4D60;
    font-weight: 400;
    margin-left:5px;
    margin-bottom:3px;
}
form label {
    color: #FF4D60;
    font-weight: 400;
    margin-left:2px;
    margin-bottom:2px;
}
.fts-10{
    font-size: 10px!important;
}
.fts-11{
    font-size: 11px!important;
}
.fts-12{
    font-size: 12px!important;
}
.fts-13{
    font-size: 13px!important;
}
.fts-14{
    font-size: 14px!important;
}
.fts-15{
    font-size: 15px!important;
}
.fts-16{
    font-size: 16px!important;
}
.card-box{
    border: 1px solid #E5E7E9;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    margin-bottom: 10px;
}

.card-box .details{
    padding: 6px;
}
.card-box .img-home{
    width: 100%;
    height: 200px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.card-box .img-home-car{
    width: 100%;
    height: 175px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.card-box .car-company-logo{
    width: 65px;
    height: 30px;
}

.card-box i.fa,
.card-box i.fas{
    color: #F14E5F;
}

.payment-card-img{
    width: 100px;
    height: 40px;
    margin: 5px 10px 5px 10px;
}

.text-red{
    color: #F14E5F;
}

.filter-price{
    text-align: right;
}
.star-color-yellow{
    color: #FFC300!important;
}

.hotel-room-details-img-md6 {
    width: 100%;
    height: 361px;
    border-radius: 5px;
}
.hotel-room-details-img-md3 {
    width: 100%;
    height: 178px;
    border-radius: 5px;
}
.list-display li {
    margin-bottom:-7px;
    font-size:15px;
}
.custom-bul-list {
    padding-left:10px;
}
.custom-bul-list li {
    list-style-type:none;
    padding-left:0px;
}
.custom-bul-list li:before {    
    font-family: 'FontAwesome';
    content: "\2022";
    margin:0 5px 0 -10px;
    color: #F14E5F;
    font-size: 18px;
}


@media (max-width: 575.98px) { 
    .top-header-section-gap{
        margin-bottom: 141px;
    }

    .form-group{
        padding-left: 0px;
        padding-right: 0px;
    }

    .bg-image {
        width: 100%;
        min-height: 450px; 
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    } 

    .btn-box{
        width: 50%;
        height: auto;
        padding: 8px;
        text-align: left;
        background-color: #FF4D60!important;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #FFF; 
    }

    .btn-box i{
        font-size:15px;
    }
    .btn-box br{
        display: none;
    }

    .room-details-img {
        width: 100%;
        height: 80px;
    }

    .hotel-img{
        width: 100%;
        height: 210px;
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
        border-bottom-left-radius: 0px!important;
    }

    .cart .text-cart-banner{
        width: 6%;
    }

    .cart .text-cart-div{
        width: 94%;
    }

    .cart .button-div{
        padding-top: 0%;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .cart .banner-icon{
        color: #FFFFFF;
        margin-left: -26px; 
        margin-top: 35px;
        position: absolute;
    }

    .transfer .transfer-img{
        width: 100%;
        height: 110px;
    }

    .default-padding-margin{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 5px;
    }

    .destination .destination-details-img{
        width: 100%;
        height: 190px;
    }

    /*****29-01-2020***/
    .car-list .img-car {
        max-width: 100%;
        height: auto;
    }

    .hotel-search-div {        
        margin-top: 60px;  
    }
    .filter-price{
        text-align: left;
    }

    .hotel-room-details-img-md6 {
        width: 100%;
        height: 174px;
    }
    .hotel-room-details-img-md3 {
        width: 100%;
        height: 85px;
    }
    .destination-details-img{
        width: 100%;
        height: 175px!important;
        border-radius: 5px!important;
    }

    .attraction-img{
        width: 100%;
        height: 120px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
    }

    .carousel-margin-left-right{
        margin-left: 15px;
        margin-right: 25px;
    }
    .hotel-room-box{
        padding:5px 5px!important;

    }

    .hotel-car-room-img{
        width: 100%;
        height: 185px!important;
    }
    .hotel-car-room-img-small{
        width: 100%;
        height: 45px!important;
    }

}

/** Small devices (landscape phones, 576px and up)****/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .top-header-section-gap{
        margin-bottom: 141px;
    }

    .form-group{
        padding-left: 0px;
        padding-right: 0px;
    }

    .ul-right{
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .bg-image {
        width: 100%;
        min-height: 450px; 
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    } 

    .btn-box{
        width: 50%;
        height: auto;
        padding: 8px;
        text-align: center;
        background-color: #FF4D60!important;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #FFF; 
    }

    .btn-box i{
        font-size:15px;
    }

    .btn-box br{
        display: none;
    }
    .room-details-img {
        width: 100%;
        height: 100px;
    }

    .hotel-img{
        width: 100%;
        height: 210px;
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
        border-bottom-left-radius: 0px!important;
    }

    .price-div{
        padding: 10px 0px 10px 0px;
        text-align: center;
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .cart .text-cart-banner{
        width: 6%;
    }

    .cart .text-cart-div{
        width: 94%;
    }

    .cart .button-div{
        padding-top: 1%;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .cart .banner-icon{
        color: #FFFFFF;
        margin-left: -31px; 
        margin-top: 35px;
        position: absolute;
    }

    .transfer .transfer-img{
        width: 100%;
        height: 120px;
    }

    .default-padding-margin{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 5px;
    } 

    .destination .destination-details-img{
        width: 100%;
        height: 200px;
    }

    /*****29-01-2020***/
    .car-list .img-car{
        max-width: 100%;
        height: auto;
    }
    .hotel-search-div {        
        margin-top: 80px;  
    }

    .filter-price{
        text-align: right;
    }

    .attraction-img{
        width: 100%;
        height: 120px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
    }

    .carousel-margin-left-right{
        margin-left: 15px;
        margin-right: 25px;
    }
    .item-box{
        border: 1px solid #E5E7E9;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hotel-car-room-img-small{
        width: 100%;
        height: 55px!important;
    }
}

/****** Medium devices (tablets, 768px and up)******/
@media (min-width: 768px) and (max-width: 991.98px) {

    .top-header-section-gap{
        margin-bottom: 97px
    }

    .btn-box{
        width: 50%;
        height: auto;
        padding: 10px;
        text-align: center;
        background-color: #FF4D60!important;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #FFF; 
    }

    .btn-box i{
        font-size:20px;
    }

    .room-details-img {
        width: 100%;
        height: 115px;
    }

    .hotel-img{
        width: 100%;
        height: 250px;
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
        border-bottom-left-radius: 0px!important;
    }

    .price-div{
        padding: 10px 0px 10px 0px;
        text-align: center;
        margin-top: 0%;
        margin-bottom: 0%;

    }

    .cart .button-div{
        padding-top: 1%;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .cart .text-cart-banner{
        width: 4%;
    }

    .cart .text-cart-div{
        width: 96%;
    }

    .cart .banner-icon{
        color: #FFFFFF;
        margin-left: -31px; 
        margin-top: 35px;
        position: absolute;
    }

    .transfer .transfer-img{
        width: 100%;
        height: 130px;
    }

    .destination .destination-details-img{
        width: 100%;
        height: 250px;
    }

    /*****29-01-2020***/
    .car-list .img-car {
        max-width: 100%;
        height: auto;
    }

    .hotel-search-div {        
        margin-top: 120px;  
    }
    .attraction-img{
        width: 100%;
        height: 120px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
    }

    .carousel-margin-left-right{
        margin-left: 15px;
        margin-right: 25px;
    }

    .item-box{
        border: 1px solid #E5E7E9;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hotel-car-room-img-small{
        width: 100%;
        height: 75px!important;
    }
}

/**** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .room-details-img {
        width: 100%;
        height: 135px;
    } 


    .price-div{
        padding: 10px 0px 10px 0px;
        text-align: center;
        margin-top: 39%;
        margin-bottom: 39%;

    }
    .destination .destination-details-img{
        width: 100%;
        height: 250px;
    }

    /*****29-01-2020***/
    .car-list .img-car {
        max-width: 100%;
        height: auto;
    }

    .hotel-img{
        width: 100%;
        height: 185px!important;
        border-top-left-radius: 5px!important;
        border-bottom-left-radius: 5px!important;
    }
    .attraction-img{
        width: 100%;
        height: 120px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .carousel-inner .active.left { left: -16.7%; }
    .carousel-inner .next{ left:  16.7%; }
    .carousel-inner .prev{ left: -16.7%; }

    .carousel-margin-left-right{
        margin-left: 15px;
        margin-right: 25px;
    }
    .item-box{
        border: 1px solid #E5E7E9;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) { 
    .list-item .img-fluid {
        max-width: 268px;
        height: 235px;
    }


    .price-div{
        padding: 10px 0px 10px 0px;
        text-align: center;
        margin-top: 39%;
        margin-bottom: 39%;

    }
    /*
    .carousel-margin-left-right{
        margin-left: 15px;
        margin-right: 25px;
    }
    */
    .item-box{
        border: 1px solid #E5E7E9;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}



/*Select box with description*/
.select-box-desc .btn {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
    padding: 6px 18px;
    font-size: 13px;
}
.select-box-desc .btn:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.select-box-desc .btn-default:hover, .select-box-desc .open .dropdown-toggle.btn-default{
    background-color: #ffffff;
    border-color: #cccccc;
}

.select-box-desc .input-group-btn button{
    width:100%;
    text-align:left;
}

.select-box-desc .input-group-btn .caret{
    position:absolute;
    right:10px;
    margin-top:8px;
}

.select-box-desc .dropdown-menu{
    width:100%;
    max-height:150px;
    min-width: 0px;
    overflow-y:scroll;
    overflow-x: hidden;
}

.select-box-desc .dropdown-menu > li > a {
    border-bottom: 1px solid #efefef;
}

.select-box-desc .btn-default{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.select-box-desc .btn-default:hover{
    background: #FFFFFF;
}

#alertModal .modal-body{
    margin-top: 0px;
    padding: 0.5rem;
}

#alertModal .modal-footer{
    border-top: 0px solid #ffffff;
    padding: 0.5rem;
    justify-content: center;
}

#main-content{
    min-height: 75vh;
}

.border-info {
    border-color: #32609A!important;
}

.tab-active{
    background-color: #32609A !important;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6{        
    color: #FF4D60!important;
    font-weight: bold;    
}

.h-main{
    padding:.5rem .5rem;
}

.panel hr {
    border-top: 1px solid #32609A!important;
}

.irs {
    position: relative;
    display: block;
    height: 40px;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 8px;
    top: 21px;
    background: #11b7f7;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
    height: 8px;
}
.irs-line-left {
    left: 0;
    width: 10%;
}
.irs-line-mid {
    left: 10%;
    width: 10%;
}
.irs-line-right {
    right: 0;
    width: 10%;
}
.irs-diapason {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 8px;
    top: 21px;
    background: #357ebd;
}
.irs-slider {
    position: absolute;
    display: block;
    left: 0;
    width: 5px;
    height: 14px;
    top: 18px;
    background: #357ebd;
    cursor: pointer;
}
.irs-slider.single {
    left: 10px;
}
.irs-slider.single:before {
    content: '';
    position: absolute;
    display: block;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
}
.irs-slider.from {
    left: 100px;
}
.irs-slider.from:before {
    content: '';
    position: absolute;
    display: block;
    top: -30%;
    left: 0;
    width: 200%;
    height: 170%;
}
.irs-slider.to {
    left: 300px;
}
.irs-slider.to:before {
    content: '';
    position: absolute;
    display: block;
    top: -30%;
    right: 0;
    width: 200%;
    height: 170%;
}
.irs-slider.last {
    z-index: 2;
}
.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 1.333;
    top: 4px;
}
.irs-min {
    left: 0;
}
.irs-max {
    right: 0;
}
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    cursor: default;
    white-space: nowrap;
    color: #666;
    font-size: 13px;
    line-height: 1.333;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid {
    height: 60px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #b3b3b3;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    color: #808080;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background: #000;
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

/* owl nav */
.owl-prev span {
    color: #F14E5F;
    height: 23px;
    width: 23px;
    background-color: #FFF;
    border-radius: 50%;
    font-size: 15px;
    padding: 3px 3px 3px 3px;
    margin-left: -45px;
    border: 1px solid #eeeeee;
}

.owl-next span {
    color: #F14E5F;
    height: 23px;
    width: 23px;
    background-color: #FFF;
    border-radius: 50%;
    font-size: 15px;
    padding: 3px 3px 3px 3px;
    margin-right: -45px;
    border: 1px solid #eeeeee;
}

.owl-prev span:hover, 
.owl-next span:hover {
    background-color: #F14E5F;
    color: #FFF;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;

}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none;
}

.navbar {
    padding: 1rem 1rem;
}

.header-top .navbar-nav li.hotel-menu a.active img,
.header-top .navbar-nav li.hotel-menu a:hover img{
    content: url("../img/Menu_hover_hoteles.png");
}

.header-top .navbar-nav li.hc-menu a.active img,
.header-top .navbar-nav li.hc-menu a:hover img{
    content: url("../img/Menu_hover_hotel_carro.png");
}

.header-top .navbar-nav li.car-menu a.active img,
.header-top .navbar-nav li.car-menu a:hover img{
    content: url("../img/Menu_hover_carros.png");
}

.header-top .navbar-nav li.destinos-menu a.active img,
.header-top .navbar-nav li.destinos-menu a:hover img{
    content: url("../img/Menu_hover_destinos.png");
}

.header-top .navbar-nav li.attraction-menu a.active img,
.header-top .navbar-nav li.attraction-menu a:hover img{
    content: url("../img/Menu_hover_atracciones.png");
}

.header-top .navbar-nav li.transfer-menu a.active img,
.header-top .navbar-nav li.transfer-menu a:hover img{
    content: url("../img/Menu_hover_traslados.png");
}

.new-form-icon .form-row .form-group-icon-left i { 
    position: absolute;
    top: 10px;
    left: 11px;
}
.new-form-icon .form-control{
    background-color: #E5E7E9!important;
    border: 1px solid #E5E7E9!important;

}

.new-form-icon .vertical-line {
    border-left: 1px solid #000;
    height: 87%;
    position: absolute;
    left: 100%;
    margin-left: 0px;
    top: 5px;
}

.hotel-room-box{
    margin-right:0px;
    margin-left: 0px; 
    padding:10px 15px;
    background: #f5f5f5;
    border-radius: 5px;
}
.tab-content-border{
    padding: 10px; 
    border-left: 1px solid #dee2e6; 
    border-right: 1px solid #dee2e6; 
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}
.hotel-car-room-img{
    width: 100%;
    height: 315px;
}
.hotel-car-room-img-small{
    width: 100%;
    height: 90px;
}
.cost-summary-td{
    padding: 5px 0px!important;
    border-top: 0px solid #dddddd!important;
}
.text-default{
    color: #313131!important;
}