
.hero_single.style1 {
    height: 600px;
}

@media (min-width: 769px) {
    .hero_single.style1:before {
        background: url(/uploads/photos/mt1615189528.png) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .hero_single.style1:before {
        /*background: #11182f center center no-repeat;*/
        background-image: linear-gradient(153deg, #011826 50%, #D93D66 50%);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.hero_single.style1 .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0);
}

.hero_single.style1 .wrapper .main_search {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 460px;
    text-align: left;
    padding: 30px 30px 15px 30px;
}

@media (max-width: 767px) {
    .hero_single.style1 .wrapper .main_search {
        width: auto;
    }
}

.hero_single.style1 .wrapper .main_search h3 {
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
    text-transform: none;
    font-weight: 500;
}

.hero_single.style1 .wrapper .main_search p {
    color: #555;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
    margin-bottom: 20px;
}

.hero_single.style1 .wrapper .main_search .custom-search-input-2 {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hero_single.style1 .wrapper .main_search .custom-search-input-2 .form-group {
    margin-bottom: 15px;
}

.hero_single.style1 .wrapper .main_search .custom-search-input-2 i {
    line-height: 48px;
    top: 1px;
    right: 1px;
    padding-right: 12px;
    height: 46px;
}

.hero_single.style1 .wrapper .main_search .custom-search-input-2 input {
    border: 1px solid #d2d8dd;
}

.hero_single.style1 .wrapper .main_search .custom-search-input-2 .panel-dropdown {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    padding: 14px 12px 0 15px;
}

.hero_single.style1 .wrapper .main_search .custom-search-input-2 input[type='submit'] {
    margin: 20px 0 0 0;
    border: none;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.hero_in.hotels {
    height: 450px;
}

@media (max-width: 575px) {
    .hero_in.hotels {
        height: 250px;
    }
}

.hero_in.hotels:before {
    /*background: url(/main/images/search_bg_1.jpg) center center no-repeat;*/
    background-image: linear-gradient(153deg, #011826 50%, #D93D66 50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.hotels .wrapper {
    background: url(/main/images/pattern_1.svg) center bottom repeat-x;
}

.hero_in.hotels_detail {
    height: 450px;
}

@media (max-width: 575px) {
    .hero_in.hotels_detail {
        height: 350px;
    }
}

.hero_in.hotels_detail:before {
    /*background: url(/main/images/lodge_title_bg_1.jpg) center center no-repeat;*/
    background-image: linear-gradient(153deg, #011826 50%, #D93D66 50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.hotels_detail .wrapper {
    background: url(/main/images/pattern_1.svg) center bottom repeat-x;
}

.hero_in.general{
    height: 450px;
}

@media (max-width: 575px) {
    .hero_in.general {
        height: 250px;
    }
}

.hero_in.general:before {
    /*background: url(/main/images/hero_in_bg_2.jpg) center center no-repeat;*/
    background-image: linear-gradient(153deg, #011826 50%, #FFC006 50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.general .wrapper {
    background: url(/main/images/pattern_1.svg) center bottom repeat-x;
}

.call_section {
    background: url(/uploads/photos/mf1615190221.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 350px;
    padding: 10% 0;
}