.trip-section {
    width: 100%;
    margin: 0 !important;
    display: inline-block;
}
.trip-section-banner-left {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
}
.trip-section-banner-right {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
}
.trip-section-banner-single {
    width: 100%;
    height: 406px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.trip-section-banner-single img {
    max-width: inherit;
    height: 406px;
    width: auto;
    display: inline-block;
}
.trip-section-banner-two {
    display: inline-block;
    height: 200px;
    width: 280px;
    overflow: hidden;
    text-align: center;
    margin: 0 0px;
}
.trip-section-banner-two img {
    max-width: 100%;
    height: 200px;
    width: 100%;
    display: inline-block;
}
.trip-content {
    text-align: left;
    margin: 30px 18px 10px 18px;
}
.trip-content span{
    font-weight: 700;
    font-family: "Arvo", serif;
    margin: 0 0 20px 0;
    line-height: 1;
    color: #029dcb;
    

}
.spc-offer .block h2 a{
    background: transparent !important;
}
.about-content {
    text-align: left;
    padding: 30px 0;
    display: inline-block;
}
.about-content ul{
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 40px;
    color: #000;
}
.about-content ul li{
    margin-bottom: 15px;
}
.tlr-profile {
    text-align: left;
    display: inline-block;
    width: 100%;

}
.tlr-profile-avatar {
    width: 100%;
    margin: 20px 0;
}

/* Footer styles here */
.hml-footer{
    background: #012130;
    color: #fff;
}
.hml-footer-logo {
    width: 120px;
    height: 101px;
    overflow: hidden;
    display: inline-block;
    margin: 15px 0 15px 0;
    text-align: left;

}
.hml-footer-logo img{
    max-width: 100%;
    height: auto;
}
.footer-nav{
    float: right;
    margin: 20px 0;
   
}
.footer-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav ul li{
    margin: 0;
    padding: 0;
    float: left;
}
.footer-nav ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0 10px;

}
.footer-nav ul li a:hover{
    text-decoration: underline;
    color: #fff;
}
.footer-mail {
    text-align: right;
    margin-right: 10px;
}
.footer-mail-id.footer-mail-id{
    font-size: 12px;
    color: #fff;
    text-transform: none;
    display: inline-block;
    width: 100%;
    margin: 0px 0 8px 0;
}
.footer-mail-phone.footer-mail-phone{
    font-size: 12px;
    color: #fff;
}

.footer-mail-id.footer-mail-id:hover{
    color: #029dcb !important;
}
.footer-mail-id i {

    font-size: 13px;
    margin-right: 5px;

}
.footer-info {
    margin: 10px 0 0 0;
    display: inline-block;
    float: right;
}
.hs-contact-info {
    margin-top: 30px;
}
.ad-fancy{
    font-size: 16px;
}

.feature-count i{
    color: #029dcb !important;
    font-size: 36px;
}
.feature-count h4{
    color: #012130;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 5px 0;


}
p.count-title {
    color: #012130;
    font-weight: 600;
}
.slider .slides{
    display: none;
}
.flex-control-nav.flex-control-paging{
    display: none;
}
@media (min-width:768px){
    .flex-control-nav.flex-control-paging{
        display: block;
    }
    .slider .slides{
        display: block;
    }
    .mb-banner{
        display: none;
    }
    .feature-count {
        float: left;
        width: 25%;
    }
    .hs-form {
        float: left;
        width: 50%;
    }
    .hs-contact-info {
        float: right;
        width: 30%;
        text-align: left;
        margin-top: 9%;
    }
    .tlr-profile-avatar {
        width: 35%;
        float: left;
        margin: 20px 20px 20px 0;
    }
    .tlr-porfile-item p{
        display: inline-block;
        width: 100%;
    }
    .header nav {
        padding: 25px 0 0px 0;
    }
    .hml-footer-logo {
        float: left;
    }
    .front-page {
        /* height: 630px; */
        display: inline-block;
        width: 100%;
    }
    .slider {
        position: relative;
        height: 620px;
        overflow: hidden;
        
    }
    .slider li { 
        height: 620px;
        background-position: center center;
    }
    .slider .container .slides li h3{
        bottom: 24%;
        padding: 25px 0;
    }
    .slider .container .flex-control-nav{
        bottom: -90%;
    }
    .slider span {
        margin: 0 0 0 0;
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        width: 370px;
        transform: translate(115%,-115%);
    }
}

@media (min-width:992px){
    .trip-section-banner-left {
        float: left;
        width: 35%;
        
    }
    .trip-section-banner-right {
        float: right;
        width: 65%;
       
    }
}


.place-card.place-card-large {
    display: none !important;
}
.gm-inset{
    display: none !important; 
}

.banner-text{
    position: absolute;
    top: 36%;
    left: 26%;
    width: 40%;
    height: 300px;
    transform: translate(-50%,-50%)
}
.banner-text p{
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0,0, 0.7)
}