input::-webkit-calendar-picker-indicator {
    display: none;
}

.breadcrumb-area .breadcrumb {
    height: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}






.destination-feature-section{
    padding: 50px 210px;
}

.destination-feature-section .div-tab{
    display: flex;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    width: fit-content;
    font-size: 16px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.destination-feature-section .div-tab .tab-title.active{
    color: #9815a3;
    font-weight: bold;
}

.central-branch .destination-feature-section .div-tab .tab-title.active{
    color: #ca7504;
    font-weight: bold;
}

.liberty-hotel .destination-feature-section .div-tab .tab-title.active{
    color: #14a652;
    font-weight: bold;
}

.destination-feature-section .div-tab .tab-title{
    width: 260px;
    text-align: center;
    border-right: 1px solid #979797;
    cursor: pointer;
}

.destination-feature-section .div-tab .tab-title.last{
    border-right: none;
}

.best-deal-section {
    margin-top: 100px;
    padding-top: 0;
}
.destination-section{
    background: #fff;
}

.destination-section .div-title-with-line-grey{
    margin-bottom: 60px;
}

.destination-section .div-title-with-line-grey .div-title-insite-line-grey{
    background: #fff;
}
/* .more-destination-section {
    padding: 100px 210px;
    margin-top: 150px;
    padding-bottom: 0;
    background-image: url(../assets/image/Lotus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.more-destination-section .div-title {
    font-size: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 550px;
    margin: auto;
}

.more-destination-section .div-title .line-grey {
    border: 1px solid #ccc;
    width: 20%;
}

.more-destination-section .div-title .title {
    width: 60%;
}

.div-find .label-find {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-top: 60px;
    margin-bottom: 15px;
}

.div-find .input-group {
    width: 512px;
}

.div-find .input-group .form-control {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.div-find .input-group .input-group-append .input-group-text {
    background: white;
}

.list-3-destinations {
    margin-top: 30px;
}

.list-3-destinations .image-destination-3 img {
    width: 100%;
}

.div-name-des {
    text-align: center;
    padding-top: 20px;
    background-color: #f2f3f4;
    padding-bottom: 20px;
}

.div-name-des a{
    cursor: pointer;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.div-name-des a:hover{
    text-decoration: underline;
} */

.best-deal-section{
    margin-top: 0;
}

@media (max-width:767px) {
    .breadcrumb-area .breadcrumb {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .content-padding-rule-horizontal.breadcrumb-area {
        padding: 0;
        padding-right: 15px;
        padding-left: 15px;
    }


    .best-deal-section {
        margin-top: 0;
    }
    .more-destination-section .div-title{
        width: 100%;
        font-size: 24px;
    }

    .carousel-fade .carousel-item{
        transition-duration: 1.6s;
    }

    .more-destination-section .div-title .line-grey {
        width: 15%;
    }
    
    .more-destination-section .div-title .title {
        width: 70%;
    }
    .more-destination-section{
        padding: 40px 20px;
        padding-bottom: 0;
        margin-top: 0px;
    }
    .div-find .input-group{
        width: 100%;
    }

    .list-3-destinations #list3destinations{
        margin-left: -20px;
        margin-right: -20px;
    }

}

@media (min-width:992px) and (max-width:1199px) {

    .content-padding-rule-horizontal.breadcrumb-area {
        /* padding-top: 100px; */
        padding-right: 15px;
        padding-left: 15px;
    }

    .more-destination-section{
        margin-top: 0;
        padding: 50px 15px;
        padding-bottom: 0;
    }
    .div-find .label-find{
        margin-top: 40px;
    }

    .destination-feature-section{
        padding: 50px 15px;
    }
    .destination-feature-section .div-tab .tab-title{
        width: 190px;
    }
}

@media(min-width:1200px) and (max-width:1600px) {
    

    .more-destination-section{
        margin-top: 0;
        padding-left: 60px;
        padding-right: 60px;
    }

    .destination-feature-section{
        padding: 50px 60px;
    }
    .destination-feature-section .div-tab .tab-title{
        width: 210px;
    }
}

@media(min-width:1600px) {

}