@font-face {
    font-family: Poppins, sans-serif;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype')
}

html,
body {
    margin: 0;
    font-size: 100%;
    color: #000!important;
    font-family: 'Poppins', sans-serif;
    background: #fff
}

body {
    overflow-x: hidden;
    color: #000!important
}

body a {
    text-decoration: none!important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
}

a:hover {
    text-decoration: none
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #ff5900!important
}

p {
    margin: 0;
    font-size: 14px;
    color: #000!important
}

ul {
    margin: 0;
    padding: 0
}

label {
    margin: 0
}

header {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

img {
    width: 100%
}

.carousel-indicators li {
    cursor: pointer
}

.pull-right {
    float: right
}

@media(min-width:991px) {
    .navbar {
        display: block
    }
    .navbar-expand-lg .navbar-collapse {
        text-align: right;
        float: right
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #000!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.navbar {
    margin-bottom: 0
}

.carousel-indicators li {
    background-color: #ff5900;
    width: 3px;
    border: none;
    display: block;
    margin: 20px;
    position: relative;
    right: 30px;
    height: 30px
}

.carousel-indicators .active {
    background-color: #00b1ff;
    width: 3px;
    border: none;
    height: 30px;
    margin: 20px
}

.carousel-indicators {
    display: block;
    left: 30px;
    bottom: 40%;
    margin: 0;
    width: auto
}

.fade-carousel {
    position: relative;
    max-height: 840px;
    overflow: hidden
}

.fade-carousel .carousel-inner .item {
    opacity: 0;
    left: 0!important;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -o-transition: opacity .7s;
    transition: opacity .7s
}

.fade-carousel .carousel-inner .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fade-carousel .carousel-indicators>li {
    background-color: #ff5900;
    width: 3px;
    border: none;
    display: block;
    margin: 20px;
    position: relative;
    right: 30px;
    height: 30px
}

.fade-carousel .carousel-indicators>li.active {
    background-color: #00b1ff;
    width: 3px;
    border: none;
    height: 30px;
    margin: 20px
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.hero h1 {
    font-size: 4em;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px #fff;
    padding: 0
}

.hero h3 {
    text-shadow: 2px 2px #fff;
    font-size: 29px
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .1);
    opacity: .7
}

.btn.btn-lg {
    padding: 10px 40px
}

.banner-carousel .slides .slide-1,
.banner-carousel .slides .slide-2,
.banner-carousel .slides .slide-3,
.banner-carousel .slides .slide{
    height: 515px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto
}

.slider-common {
    height: 840px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/slider/slider-1.jpg)
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/slider/slider-2.jpg)
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/slider/slider-3.jpg)
}

.fade-carousel .slides .slide-4 {
    background-image: url(../images/slider/slider-4.jpg)
}

@media screen and (min-width:980px) {
    .hero {
        width: 980px
    }
}

@media screen and (max-width:640px) {
    .hero h1 {
        font-size: 4em
    }
}

.blue_btn {
    background: #00b1ff;
    color: #fff;
    border: 1px solid #00b1ff;
    outline: none!important
}

.orange_btn {
    background: #ff5900;
    color: #fff;
    border: 1px solid #ff5900;
    outline: none!important
}

.blue_color {
    color: #00b1ff
}

.orange_color {
    color: #ff5900
}

.featured-block {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all
}

.featured-gd-top {
    text-align: center;
    position: relative;
    max-height: 400px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.featured-gd-top img {
    width: 100%
}

.featured-gd-top h4 {
    font-size: 1.5em;
    color: #fff;
    padding: .4em 1em;
    background: #0f2453;
    font-weight: 300;
    position: absolute;
    top: 9.6em;
    right: 0em
}

.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 0;
    min-height: 115px
}

.price-selet {
    text-align: center;
    min-height: 110px;
    background: #fff;
    padding: 1em 0;
    float: left;
    width: 100%;
    margin-bottom: 1em
}

#bs-example-navbar-collapse-1 {
    padding-top: 13px
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px
}

.top_tour_packages .top_tour_gd_top {
    text-align: center;
    position: relative;
    max-height: 205px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.price_sctn {
    border-top: 1px solid #ccc;
    padding: 10px 8px;
    text-align: left
}

.price_sctn small {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    padding: 0 10px 0 0
}

.price_sctn a {
    font-size: 12px
}

.price_sctn small span {
    color: #00b1ff
}

.price_txts {
    text-align: left;
    padding: 0em .5em 1em .5em;
    min-height: 170px
}

.top_tour_-block {
    margin-bottom: 30px
}

.featured-block:hover,
.w3layouts-pricing:hover,
.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1
}

.featured-block {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-top-left-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px
}

.price-selet h3 {
    font-size: 18px;
    padding-bottom: 5px
}

.price-selet h4 {
    font-size: 16px;
    padding-bottom: 5px
}

.price_txts ul {
    list-style: none
}

.price_txts ul li {
    font-size: 12px;
    padding-left: 10px
}

.price_txts ul li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    position: absolute;
    left: 22px;
    color: #0c71c7;
    font-size: 6px;
    font-weight: 100;
    padding-top: 5px
}

.Featured_tours h3 {
    padding-bottom: .5em
}

.Featured_tours p {
    text-align: justify
}

.Featured_tours {
    margin-top: -85px;
    position: relative;
    z-index: 9
}

.top_tour_packages {
    background: url(../images/daytour/top-tour-bg.jpg);
    clear: both;
    margin-top: 3em;
    float: left;
    width: 100%;
    background-position: center;
    padding: 5em 19em;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.price_sctn .orange_btn {
    float: right
}

.top_tour_packages .col-md-3 {
    width: 100%;
    float: none
}

.navbar-default {
    background: none;
    border: none
}

.navbar-default .navbar-nav>li>a {
    color: #777;
   /* text-transform: uppercase;*/
    color: #000!important;
    background: none!important;
    font-size: 14px
}

.featured_container {
    margin-left: 0;
    padding: 0 2em
}

.featured-text-block {
    padding-top: 7em;
    margin-bottom: 30px
}

.price-selet .btn {
    font-size: 12px
}

.top_tour_packages .price-selet .btn {
    font-size: 11px
}

.head_style h2 {
  /*  text-transform: uppercase;*/
    color: #fff!important;
    padding-bottom: 1.5em;
    text-align: center;
    font-weight: 700;
    font-size: 34px
}

.partner_ad {
    clear: both;
    margin: 2em 0;
    display: inline-block;
    width: 100%
}

.banner-carousel h2,
.banner-carousel h3,
.banner-carousel h4,
.banner-carousel p {
    color: #fff!important;
    text-shadow: none
}

.banner-carousel .slide2 h3,
.banner-carousel .slide2 h4,
.banner-carousel .slide2 p {
    color: #000!important;
    text-shadow: none;
    font-weight: 700
}

.banner-carousel h2,
.banner-carousel h3,
.banner-carousel h4 {
    padding-bottom: 10px
}

.banner-carousel p {
    text-transform: initial
}

.banner-carousel .hero h2 {
    font-size: 40px;
    font-weight: 700
}

.banner-carousel .slides .slide-1 {
    background-image: url(../images/slider/banner-slider-1.jpg);
    background-position: center;
    background-attachment: fixed
}

.banner-carousel .slides .slide-2 {
    background-image: url(../images/slider/banner-slider-2.jpg);
    background-position: center;
    background-attachment: fixed
}

.banner-carousel .slides .slide-3 {
    background-image: url(../images/slider/banner-slider-3.jpg);
    background-position: center;
    background-attachment: fixed
}
.banner-carousel .slides .slide-4 {
    background-image: url(../images/slider/banner-slider-4.jpg);
    background-position: center;
    background-attachment: fixed
}

.banner-carousel .hero {
    position: absolute;
    top: 50%
}

.partner_ad .carousel-indicators {
    bottom: 25%
}

.read_more_li {
    padding-left: 10px;
    color: blue!important;
    outline: none!important;
    font-size: 14px;
    font-weight: 700
}

.modal_cntnt_styles .modal-body {
    padding-top: 1em
}

.modal_cntnt_styles .price_txts ul li {
    padding-left: 3em;
    font-size: 14px
}

.modal-header .close {
    margin-top: -2px;
    color: blue;
    outline: none!important;
    opacity: 1;
    font-size: 35px
}

.latest_news_section {
    padding: 3em 0
}

.latest_news_section h2 {
    color: #000!important;
    text-align: center;
    padding-bottom: 2em
}

.comment {
    width: auto
}

.morecontent span,
.thim-click-to-bottom {
    display: none
}

.latest_news_section a {
    color: #ff5900
}

.latest_news_section ul li {
    margin-bottom: 15px
}

.index-social {
    background: #00b1ff;
    color: #fff
}

.link-area .fa-li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #fff;
    list-style-type: none;
    margin: 5px;
    display: inline-block
}

.index-social a {
    color: #fff;
    padding: 10px
}

.index-link h3 {
    text-align: center;
    color: #f1f1f1;
    text-align: left
}

.index-link {
    background: url(../images/slider/footer-slider.jpg);
    background-size: cover;
    padding: 4em 0;
    background-attachment: fixed;
    background-position: top
}

.index-link ul {
    padding: 0
}

.index-link ul li {
    list-style-type: none;
    display: flex
}

.index-link p {
    color: #fff!important;
    padding-bottom: 15px
}

.index-link ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: left
}

.index-link ul li a:hover {
    text-decoration: underline
}

.copy-c {
    padding-top: 10px;
    color: #fff!important;
    padding-bottom: 10px!important;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.address .fa {
    color: #ff5900;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 5px
}

.address li a,
.menu li a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px
}

.index-link h3 {
    color: #fff!important;
    font-weight: 700;
    padding-bottom: 1em
}

ul.social-icons3 {
    display: block;
    padding: 0;
    margin-top: .55em
}

.social-icons3 li {
    display: inline-block!important
}

.social-icons3 li a {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    text-align: center!important
}

.social-icons3 li a.fa.fa-facebook.icon-border.facebook {
    background: #4D669C
}

.social-icons3 li a.fa.fa-twitter.icon-border.twitter {
    background: #1da1f2
}

.social-icons3 li a.fa.fa-google-plus.icon-border.googleplus {
    background: #d34836
}

.small_daytours_bg {
    background: url(../images/slider/daytour-banner.jpg) no-repeat!important;
    min-height: 350px;
    background-size: cover!important;
    background-position: center!important;
    background-attachment: fixed!important
}

.small_bg_txts {
    padding: 8em 0 4em 0;
    color: #fff;
    text-align: center
}

.daytour_lft_bg {
    padding-top: 2em
}

.small_bg_txts h1 {
    font-size: 3em;
    color: #f00!important;
    text-transform: uppercase
}

#mtbuller_tour {
   /* margin-top: -50px;*/
    background: #fff;
    box-shadow: 1px 1px 10px #888;
    width: 100%;
    overflow-x: auto;
    max-width: 1370px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.brdr_btm {
    border-bottom: 1px solid #fc5b01
}

#mtbuller_tour h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000!important
}

.orange_clr {
    color: #ff5900!important
}

#mtbuller_tour h6 {
    padding: 15px 0;
    font-size: 18px;
    color: #000!important
}

#mtbuller_tour .ul_style {
    list-style: none;
    padding: 0 1.5em
}

#mtbuller_tour .ul_style li {
    font-size: 14px;
    padding-bottom: 10px
}

#mtbuller_tour .ul_style li:before {
    font-family: FontAwesome;
    content: "\f05d";
    position: absolute;
    left: 5px;
    color: #0c71c7;
    font-size: 16px;
    font-weight: 100
}

.daytours_lists {
    padding: 2em 0 0;
    margin: 2em
}

.daytours_box {
    margin-bottom: 1em;
    clear: both;
    float: left;
    width: 100%
}

.daytours_lists .details {
    padding: 10px 25px 30px 30px;
    text-align: left;
    position: relative;
    height: 320px;
    overflow: hidden
}

.dtls_mdl_sectn {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.dtls_mdl_sectn {
    background: #f7f7f7
}

.daytour_img {
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden
}

.daytours_lists .details .title {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700
}

.details .title small {
    color: #13b1cd
}

.daytours_lists .desc {
    font-weight: 700;
    width: 92%
}

.daytours_lists .facilities {
    font-weight: 100;
    padding-left: 0
}

.facilities li {
    font-size: 14px!important;
    display: flex;
        font-weight: 700;
}

.facilities li i,
.facilities li:before {
    padding-right: 10px;
    color: green
}

.facilities li:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome
}

.facilities_optns li {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px
}

.facilities_optns img {
    max-width: 40px
}

.no-padding {
    padding: 0
}

.dtls_rgt_sectn {
    background: #ff5f01;
    border-radius: 10px!important;
    height: auto!important;
    position: relative;
    color: #fff!important
}

.dtls_rgt_sectn h6 {
    color: #fff!important;
    text-align: center!important;
    font-size: 18px;
    padding-bottom: 15px
}

.book_now_btn {
    margin-top: 15px
}

.daytour_img_1,
.daytour_img_2,
.daytour_img_3,
.daytour_img_4,
.daytour_img_5,
.daytour_img_6,
.daytour_img_7,
.daytour_img_8,
.daytour_img_9,
.daytour_img_10,
.daytour_img_11,
.daytour_img_12,
.daytour_img_20,
.daytour_img_21,
.daytour_img_22 

.day_tour_img{
    background-size: cover !important;
    min-height: 320px;
    width: 100%;
   /* min-width: 718px
    background-position: center !important;*/
}

.daytour_img_1 {
    background: url(../images/daytour/daytour-1.jpg) no-repeat
}

.daytour_img_2 {
    background: url(../images/daytour/daytour-2.jpg) no-repeat
}

.daytour_img_3 {
    background: url(../images/daytour/daytour-3.jpg) no-repeat
}

.daytour_img_4 {
    background: url(../images/daytour/daytour-4.jpg) no-repeat
}

.daytour_img_5 {
    background: url(../images/daytour/daytour-5.jpg) no-repeat
}

.daytour_img_6 {
    background: url(../images/daytour/daytour-6.jpg) no-repeat
}

.daytour_img_7 {
    background: url(../images/daytour/daytour-7.jpg) no-repeat
}

.daytour_img_8 {
    background: url(../images/daytour/daytour-8.jpg) no-repeat
}

.daytour_img_9 {
    background: url(../images/daytour/daytour-9.jpg) no-repeat
}

.daytour_img_10 {
    background: url(../images/daytour/daytour-10.jpg) no-repeat
}

.daytour_img_11 {
    background: url(../images/eclassmerc-600x380.jpg) no-repeat
}

.daytour_img_12 {
    background: url(../images/slider/slider-4.jpg) no-repeat
}

.daytour_img_13 {
    background: url(../images/daytour/daytour-13.jpg) no-repeat
}
.daytour_img_20 {
    background: url(../images/daytour/mtbullertours-3.jpg) no-repeat
}
.daytour_img_21 {
    background: url(../images/daytour/mtbullertours-2.jpg) no-repeat
}
.daytour_img_22 {
    background: url(../images/daytour/mtbullertours-1.jpg) no-repeat
}

.container-contact100 {
    width: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2
}

.wrap-contact100 {
    width: 1120px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}

.contact100-more {
    background-attachment: fixed;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.contact100-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 56px 55px 63px 55px
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 33px
}

.contact100-form input {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    color: #000;
    min-height: 51px;
    line-height: 1.2;
    padding: 0 25px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 0
}

.form-group {
    margin-bottom: 0
}

.alert_style {
    margin-top: 20px
}

.wrap-input100 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border: none
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
    width: 50%
}

.rs2-wrap-input100 {
    border-left: none
}

.label-input100 {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 55px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 0
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    padding: 0 25px;
    border: none
}

input.input100 {
    height: 55px
}

textarea.input100 {
    min-height: 139px;
    padding-top: 19px;
    padding-bottom: 15px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #ff5900;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 23px
}

.contact100-form-btn {
    display: -moz-box;
    display: -ms-flexbox;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 2px;
    background: #ff5900;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none
}

.contact100-form-btn:hover {
    background: #333
}

.left_cntct_sctn {
    width: 100%;
    max-width: 355px;
    margin: 0 auto
}

.addrs_sctn {
    width: 100%;
    color: #fff;
    padding-top: 2em
}

.fa.pull-left {
    margin-right: .3em
}

address {
    margin-bottom: 20px;
    font-style: normal;
    padding-left: 15px;
    line-height: 1.42857143
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0!important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 5px
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 20px
}

.social-network a {
    background-color: #fff;
    color: #ff5f01
}

.social-circle li i {
    margin: 0;
    line-height: 45px;
    text-align: center
}

.social-circle i {
    color: #ff5f01;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998
}

.social-network a.icoTwitter:hover {
    background-color: #3cf
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff
}

@media (max-width:992px) {
    .contact100-form {
        width: 60%;
        padding: 56px 30px 63px 30px
    }
    .contact100-more {
        width: 40%
    }
}

@media (max-width:768px) {
    .contact100-form {
        width: 100%
    }
    .contact100-more {
        width: 100%
    }
}

@media (max-width:576px) {
    .contact100-form {
        padding: 56px 15px 63px 15px
    }
    .rs1-wrap-input100,
    .rs2-wrap-input100 {
        width: 100%
    }
    .rs2-wrap-input100 {
        border-left: 1px solid #e6e6e6;
        border-top: none
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s
}

.lnr-map-marker:before {
    content: "\e833"
}

.lnr-phone-handset:before {
    content: "\e830"
}

.lnr-envelope:before {
    content: "\e818"
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

@media(max-width:1699px) {
    .top_tour_packages {
        padding: 5em 10em
    }
}

@media(max-width:1599px) {
    .top_tour_packages {
        padding: 5em 6em
    }
}

@media(max-width:1499px) {
    .top_tour_packages {
        padding: 5em
    }
}

@media(max-width:1399px) {
    .top_tour_packages {
        padding: 5em
    }
    .fade-carousel {
        max-height: 760px
    }
    .fade-carousel .carousel-inner .item {
        height: initial
    }
    .price_txts {
        min-height: 165px
    }
}

@media(max-width:1299px) {
    .top_tour_packages {
        padding: 3em 1em
    }
    .fade-carousel {
        max-height: 660px
    }
    .slider-common {
        height: 660px
    }
    .price_txts {
        min-height: 145px
    }
    .daytours_lists .details,
    .daytours_box .daytour_img div {
        height: 295px
    }
    .facilities_optns li p {
        font-size: 12px
    }
}

@media(max-width:1199px) {
    .top_tour_packages {
        padding: 2em
    }
    .price-selet h3 {
        font-size: 16px
    }
    .price-gd-bottom {
        min-height: 110px
    }
    .top_tour_packages .top_tour_gd_top {
        max-height: 200px
    }
    .facilities li {
        font-size: 13px!important
    }
    .facilities_optns li p {
        font-size: 11px
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px;
    }
    .price_txts {
    min-height: 160px;
    }
}

@media(max-width:991px) {
    .top_tour_packages .top_tour_gd_top {
        max-height: 400px
    }
    .fade-carousel {
        max-height: 500px
    }
    .slider-common {
        height: 500px
    }
    .hero h1 {
        font-size: 2.7em
    }
    .hero h3 {
        font-size: 20px
    }
    .partner_ad .carousel-indicators {
        bottom: 11%
    }
    .banner-carousel .hero h2 {
        font-size: 28px
    }
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_12,
	.daytour_img_20,
	.daytour_img_21,
	.daytour_img_22
	 {
        background-size: cover;
        min-height: 680px;
        min-width: 580px
    }
    .daytours_lists .details {
        height: initial
    }
    .daytour_img,
    .dtls_mdl_sectn {
        border-radius: 10px!important
    }
    .banner-carousel .slides .slide-1,
    .banner-carousel .slides .slide-2,
    .banner-carousel .slides .slide-3 {
        height: 600px
    }
}

@media(max-width:767px) {
    .fade-carousel {
        max-height: 400px
    }
    .slider-common {
        height: 400px
    }
    .slider-common {
        position: relative;
        line-height: 40px;
        overflow: hidden
    }
    .banner-carousel .hero {
        top: 50%
    }
    .banner-carousel .hero h2 {
        font-size: 24px
    }
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_12,
	.daytour_img_20,
	.daytour_img_21,
	.daytour_img_22  {
        background-size: cover;
        min-height: 480px;
        min-width: 580px
    }
    .price_txts {
        min-height: initial
    }
    .featured-gd-top {
        max-height: 700px
    }
    .top_tour_packages .top_tour_gd_top {
        max-height: initial;
        overflow: visible
    }
    .top_tour_packages .col-md-3 {
        clear: both
    }
    .fade-carousel .carousel-indicators {
        bottom: 30%
    }
    .banner-carousel .carousel-inner .item {
        line-height: 20px
    }
}

@media(max-width:630px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_12,
	.daytour_img_20,
	.daytour_img_21,
	.daytour_img_22 {
        background-size: cover;
        min-height: 380px;
        min-width: 480px;
        background-position: center center
    }
}

@media(max-width:530px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_12,
	.daytour_img_20,
	.daytour_img_21,
	.daytour_img_22 {
        background-size: cover;
        min-height: 340px;
        min-width: 380px;
        background-position: center center
    }
}

@media(max-width:476px) {
    .facilities_optns {
        text-align: center
    }
    .facilities_optns li {
        width: 85px
    }
}

@media(max-width:430px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_12,
	.daytour_img_20,
	.daytour_img_21,
	.daytour_img_22 {
        background-size: cover;
        min-height: 200px;
        min-width: 260px;
        background-position: center center
    }
    .latest_news_section .pull-left {
        float: none!important
    }
}

@media(max-width:320px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_12,
	.daytour_img_20,
	.daytour_img_21,
	.daytour_img_22 {
        background-size: cover;
        min-height: 170px;
        min-width: 230px;
        background-position: center center
    }
}

@media(max-width:414px) {
    .fade-carousel {
        max-height: 300px
    }
    .slider-common {
        height: 300px
    }
    .hero h1 {
        font-size: 2em
    }
    .hero h3 {
        font-size: 18px
    }
    .navbar-brand>img {
        display: block;
        max-width: 150px
    }
    .banner-carousel .slides .slide-1,
    .banner-carousel .slides .slide-2,
    .banner-carousel .slides .slide-3 {
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }
}

@media(max-width:319px) {
    .facilities_optns {
        text-align: center
    }
}

@media(max-width:1399px) {
    .price-selet h4 {
        font-size: 14px
    }
}

@media(min-width:1200px) {
    .daytours_container {
        margin: 2em 2em
    }
}
@media(min-width:1300px) {
    .daytours_container {
        margin: 2em 6em
    }
}
@media(min-width:1400px) {
    .daytours_container {
        margin: 2em 10em
    }
}

@media(min-width:1700px) {
    .daytours_container {
        margin: 2em 16em
    }
}

@media(min-width:1199px) {
    .featured_container {
        margin-left: 16em
    }
    .featured-text-block {
        padding-top: 7em
    }
}

@media(min-width:992px) {
    .top_tour_packages .col-md-3 {
        width: 33.33%
    }
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_12,
	.daytour_img_20,
	.daytour_img_21,
	.daytour_img_22  {
        background-size: contain
    }
    .dtls_rgt_sectn {
        left: -35px;
        top: 45px
    }
    .banner-carousel {
        position: relative;
        max-height: 515px;
        line-height: 40px;
        overflow: hidden
    }
}

@media(min-width:768px) {
    .top_tour_packages .col-md-3 {
        width: 50%;
        float: left
    }
    .banner-carousel {
        position: relative;
        max-height: 650px;
        line-height: 40px;
        overflow: hidden
    }
}

@media(min-width:1199px) {
    .featured_container {
        margin-left: 8em
    }
    .top_tour_packages .col-md-3 {
        width: 25%
    }
}

.partner_ad blockquote {
    border: none
}

@media(max-width:414px) {
    .carousel-indicators li {
        height: 20px!important
    }
}

.age_limit {
    padding-top: 15px
}

.season_note {
    color: red!important;
    padding-bottom: 5px;
    font-weight: 700
}

.age_limit h5 {
    padding: 0;
    color: red!important;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-size: 22px
}

.age_limit h6 {
    color: red!important;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 14px
}

.special_notes {
    padding: 15px
}

.desc_short {
    width: 65%!important;
    float: left;
    display: inline-block
}

.notes_short {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 0 5px
}

.notes_short .age_limit {
    padding-top: 8px
}

@media(max-width:650px) {
    .desc_short,
    .notes_short {
        width: 100%!important;
        float: none;
        display: block
    }
}
@media(max-width:1299px)
{
.top_tour_packages .price-selet .btn {
    font-size: 9px;
}
}

@media(max-width:1199px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 200px;
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px!important;
    }
    .price_txts {
    min-height: 160px;
    }
}


.shadow_head{text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);}

@media (max-width: 375px)
{
.hero h1 {
    font-size: 24px;
}
.hero h2 {
    font-size: 18px;
}
}

@media(max-width:767px) {
 .top_tour_packages .top_tour_gd_top {
    max-height: initial;
}   
    
}


@media(max-width:1199px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 350px;
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px!important;
    }
    .price_txts {
    min-height: 160px;
    }
}
@media(max-width:1024px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 315px;
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px!important;
    }
    .price_txts {
    min-height: 160px;
    }
}

@media(max-width:991px) {
.mt_inner_bk
{
display: block;
    max-width: 150px;
    margin: 0 auto;    
}
}

@media(max-width:775px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 250px;
    }
}
@media(max-width:767px) {
 .top_tour_packages .top_tour_gd_top {
    max-height: initial;
}   
    
}




/*** 03-05-2021 ***/

.btn{
    border-radius:25px;
}
.table thead th {
    color: #ffffff;
    background: #ff5900;
}
.gateentry_price {
    color: #000;
}
.gateentry_price h5{
font-size:16px;font-weight:700;margin:5px 0;
}
.featured-block {
   background: #a7dbf3;
       height: 100%;
  
}
.Featured_tours_2
{
    margin-top:40px;
}
.Featured_tours_2 .price-selet, .Featured_tours_2 .price-gd-bottom
{
     background:none;
}
.Featured_tours_2 .featured-gd-top img{
  height: 235px;
    object-fit: cover;
}
.Featured_tours_2 .featured_container {
    margin-left: 0;
}
.btn-primary {
    color: #fff;
    background-color: #0089ff !important;
    border-color: #0088ff !important;
}

.tick_ul ul {
    padding-left: 0px;
}

.tick_ul ul li {
    display: flex;
    line-height: 27px;
}
.tick_ul ul li::before {
    content: "\f22d";
    font-family: FontAwesome;
    width: 30px;
    color: red;
    font-weight: 700!important;
    font-size: 18px!important;
}
table th {
    color: #ffffff;
    background: #ff5900;
    width: 284px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(247 144 0 / 9%);
}
.tours_features{
    font-weight: 700;
    list-style: square;
    padding-left: 15px;
}
.text-warning {
    color: #ff5900 !important;
}
.gateentry_price small{
    display:block;
}
/*.tour_package  img{
        min-height: 430px;
    object-fit: cover;
}*/
.orange_btn {
 color: #fff !important;
}
.tour_pckg_row{
        display: flex;
    height: 100%;
    background: #dcf0ff;
        align-items: center;
}
.tour_img, .tour_texts{
    padding:15px;
}

.daytour_img_7 {
    background: url(../images/daytour/melbourne.jpg) no-repeat;
}
.daytour_img_8 {
    background: url(../images/daytour/mtbuller.jpg) no-repeat;
}

@media (max-width:1099px)
{
.tour_pckg_row {
    display: block;
}
}
.text-danger {
    color: #ff0b06 !important;
}
.price-selet a{
    margin:0 5px;
}

.tour_package .tour_texts h2{
    font-size:26px;
        color: #0009ff !important;
    font-weight: 700;
}

.tour_package .tour_texts h2 span{
    font-size:20px;display:block;color:#ff5900;
}

.nav > li > a {
    padding: 10px 10px !important;font-weight: 600;
}

.clr-div img{
    min-height: 20px;
    min-width: 20px;
    width: 37px;
}

.clr-div{
    color:black !important;
}
.contact100-form select {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    color: #000;
    min-height: 51px;
    line-height: 1.2;
    padding: 0 25px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}
.contact100-form textarea {
    min-height:100px;
     display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    padding: 0 25px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;    padding-top: 15px;
    resize:none;
}

::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000!important;
}

::placeholder {
  color: #000!important;
}



/*** Contact us new ***/
.enquire-form {
    background: #cbefde;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d4fcff), to(#fffeef));
    background: linear-gradient(to bottom, #d4fcff 0, #fffeef 100%);
}
.form-block input {
    height: 50px;
    padding: 0 15px;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 4px;
}
.enquire-form .form-block input, .enquire-form .form-block textarea, .enquire-form .form-block select {
    margin: 0 0 15px;
    border: 0;
    width: 100%;
    color: #172b43;
    font-size: 16px;
    background: #fff;
    outline: 0;
        min-height: 51px;
            border: 1px solid #e6e6e6;
}

.enquire-form .form-block textarea
{
resize:none;     height: 150px;  padding: 15px;    
}

.contact-details h4, .contact-details svg, .contact-details i {
    color: #ff5800;
}   
.contact-details svg, .contact-details i {
width: 1em;
}

#canvas, canvas {
    width: 200px;
    height: 60px;
}
.enquire-form address {
    padding-left: 0;
}

.social-network a.icoFacebook {
    background-color: #3B5998;color:#fff;
}
.social-network a.icoTwitter {
    background-color: #3cf;color:#fff;
}
.social-network a i{
 color:#fff !important;   
}
.contact-details span{
    display: inline-block;
}
.daytour_lft_bg2 img{
      height: 300px;
    object-fit: cover;  
}
.mt_buller_weather{
    padding:10px;    background-color: #3847ae;
}
.text-center {
    text-align: center !important;
}

.privacy_cndtns h5{
    font-weight:700!important;
}


 .text-success{color: #3c763d !important;}
    .booking p{       background-color: #ffbe31;
    padding: 13px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;}
    .booking-1 p{
        background-color: #00dd96;
    padding: 13px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    }
.tour_pckg_row{    overflow: hidden;}
.ribbon.bottom-right {
    bottom: -3px;
    right: -6px;
}
ribbon {
    position: absolute;
    z-index: 100;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.ribbon.bottom-right.ribbon-primary > small {
    position: absolute;
    display: block;
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #2a6496;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background-color: #e03619;
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -3px 6px -3px rgb(0 0 0 / 50%);
      bottom: 16px;
    right: -130px;
    max-width: 390px;
}
.ribbon.bottom-right.ribbon-primary > small:before, .ribbon.bottom-right.ribbon-primary > small:after {
    top: -3px;
    border-bottom: 3px solid #0e2132;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.ribbon.bottom-right.ribbon-primary > small:before {
    left: 0;
}
.ribbon.bottom-right.ribbon-primary > small:before, .ribbon.bottom-right.ribbon-primary > small:after {
    position: absolute;
    content: " ";
}
.ribbon.bottom-right.ribbon-primary > small:after {
    right: 0;
}
.rib small{    background-color: #5eae00 !important}

 .featured-block{    position: relative;
    overflow: hidden;}
    .feature-rib small{
            padding: 4px 16px !important;
        font-size: 11px !important;
            bottom: 31px !important;
    right: -106px !important;
	   
    }
	#quote-carousel .carousel-inner > .item{
		cursor:not-allowed;
	}


 
     .fade-carousel .slides .slide-7 {
    background-image: url(../images/slider/slider-7.jpg);}
     .fade-carousel .slides .slide-8 {
    background-image: url(../images/slider/slider-9.jpg);}
    .slider-booknow h5{
        line-height: 21px;
      font-weight: 700;
    color: #FFFFFF !important;
        font-size: 15px !important;
        padding-bottom: 10px;
    }
    .slider-booknow{
               border-radius: 7px;
    background-color: #ff5900a3;
    padding: 20px 10px;
    }
    .slider-booknow .btn-lg{
        padding: 6px 16px;
    font-size: 14px;
    }
    @media (max-width: 414px){
.slider-common {
    height: 600px;
}
    }
  
        
    @media (max-width: 768px){
.fade-carousel {
    max-height: 600px;
}
        .slider-common {
    height: 600px;
}
        .hero {
    position: absolute;
    top: 50%;
    left: 51%;
   
    right: -36%;
    }
        .slider-booknow{
            
           padding: 9px 6px !important;
    margin-bottom: 10px !important;

            
        }
       }
    @media only screen and (min-width:768px) and (max-width:979px){
        
         .hero {
   right: -40%;
           
    }
        .slider-booknow{
              margin-bottom: 10px;
        }
    

        }

@media only screen and (min-width:600px) and (max-width:768px){
        .hero h1 {
    font-size: 27px;
}
        
         .hero {
    position: absolute;
    top: 50%;
    left: 51%;
   
    right: unset;
           
    }
        .slider-booknow{
              margin-bottom: 10px;
        }
    

        }












   @media only screen and (min-width:768px) and (max-width:992px){
       .slider-class{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-flex: 0;
    }

    .hero .row{
        display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    }
}
        

