@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-thin.eot');
    src: url('/css/front/webfonts/raleway-thin.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-thin.woff') format('woff'), url('/css/front/webfonts/raleway-thin.ttf') format('truetype'), url('/css/front/webfonts/raleway-thin.svg#ralewaythin') format('svg');
    font-weight: 100;
    font-style: normal;
}
 
@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-extralight.eot');
    src: url('/css/front/webfonts/raleway-extralight.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-extralight.woff') format('woff'), url('/css/front/webfonts/raleway-extralight.ttf') format('truetype'), url('/css/front/webfonts/raleway-extralight.svg#ralewayextralight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-light.eot');
    src: url('/css/front/webfonts/raleway-light.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-light.woff') format('woff'), url('/css/front/webfonts/raleway-light.ttf') format('truetype'), url('/css/front/webfonts/raleway-light.svg#ralewaylight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-regular.eot');
    src: url('/css/front/webfonts/raleway-regular.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-regular.woff') format('woff'), url('/css/front/webfonts/raleway-regular.ttf') format('truetype'), url('/css/front/webfonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-medium.eot');
    src: url('/css/front/webfonts/raleway-medium.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-medium.woff') format('woff'), url('/css/front/webfonts/raleway-medium.ttf') format('truetype'), url('/css/front/webfonts/raleway-medium.svg#ralewaymedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-semibold.eot');
    src: url('/css/front/webfonts/raleway-semibold.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-semibold.woff') format('woff'), url('/css/front/webfonts/raleway-semibold.ttf') format('truetype'), url('/css/front/webfonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-bold.eot');
    src: url('/css/front/webfonts/raleway-bold.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-bold.woff') format('woff'), url('/css/front/webfonts/raleway-bold.ttf') format('truetype'), url('/css/front/webfonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-extrabold.eot');
    src: url('/css/front/webfonts/raleway-extrabold.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-extrabold.woff') format('woff'), url('/css/front/webfonts/raleway-extrabold.ttf') format('truetype'), url('/css/front/webfonts/raleway-extrabold.svg#ralewayextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Raleway Webfont";
    src: url('/css/front/webfonts/raleway-heavy.eot');
    src: url('/css/front/webfonts/raleway-heavy.eot?#iefix') format('embedded-opentype'), url('/css/front/webfonts/raleway-heavy.woff') format('woff'), url('/css/front/webfonts/raleway-heavy.ttf') format('truetype'), url('/css/front/webfonts/raleway-heavy.svg#ralewayheavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

/*  header  */

body::-webkit-scrollbar {
    width: 0em !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

body::-webkit-scrollbar-thumb {
    background-color: #3F6D8F !important;
    outline: 1px solid #3F6D8F !important;
}

body {
    padding-right: 0em !important;
    /*font-family: Roboto, Arial, sans-serif;*/
}

body .modal {
    padding-right: 0em !important;
}

#top-header {
    margin: 30px 0px;
}

.header-logo img {
    width: 100%;
    margin: 10px 0px;
}

.top-header-links {
    text-align: right;
    margin: 10px 0px;
}

.top-header-links a {
    padding: 4px 13px;
}

.top-header-links .social_icon {
    color: #003366;
}

.top-header-links .contact_icon {
    color: #333;
}

.top-header-links .contact_icon i {
    color: #fff;
    background-color: #006699;
    padding: 5px;
    margin-right: 10px;
}

.top-header-links-fixed-width:nth-child(1) {
    /*min-width: 256px;*/
    display: inline-block;
}

.top-header-links-fixed-width:nth-child(2) {
    /*min-width: 256px;*/
    display: inline-block;
}

.top-header-links-fixed-width:nth-child(3) {
    /*min-width: 256px;*/
    display: inline-block;
}

.search-filter:hover {
    background: white !important;
    color: #325578 !important;
}

/*      home banner     */
#home-banner .banner-title {
    font-size: 130px;
    color: #fff !important;
    margin-bottom: 0px;
    line-height: 1;
}

#home-banner .banner-sub-title {
    font-size: 49px;
    color: #fff !important;
    line-height: 35px;
    font-weight: 100;
    letter-spacing: 5px;
}

#home-banner p {
    padding-top: 20px;
    color: #fff;
    font-size: 20px;
    text-align: justify;
    line-height: 24px;
    word-spacing: 13px;
}

#home-banner {
    padding: 78px 0px;
    /*background-color: #113458;
    background: linear-gradient(to right, #113458, #325578);*/
    background-image: url('../../../images/front/home-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#home-banner .overlay{
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 602px
}

#home-banner .banner-info-box {
    width: 89%;
}

.banner-info-box .banner-title {
    padding-top: 25px;
}

.one-page-start {
    margin: 0px auto;
    width: 136px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 0px;
    margin-top: 60px;
    font-size: 20px;
}

.one-page-start:hover {
    color: #fff;
}

.horizontal-rule {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

h2.login-rule {
    position: relative;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    color: white !important;
    font-weight: 400 !important;
}

h2.login-rule a {
    color: #fff;
    font-weight: 400;
}

h2.login-rule:before {
    margin-left: -50%;
    text-align: right;
}

h2.login-rule:before,
h2.login-rule:after {
    top: 50%;
    overflow: hidden;
    height: 1px;
    content: "\a0";
    background-color: #fff;
    position: absolute;
    width: 50%;
}

@media all and (-ms-high-contrast: none) {
    h2.login-rule:before {
        margin-left: 0px !important;
        width: 35% !important;
    }
}

@supports not (-ms-high-contrast: none) {
    /*h2.login-rule:before {
        margin-left: 0px;
    }*/
    /*.horizontal-rule{
        !*border-right: 1px solid #fff;
        border-left: 1px solid #fff;*!
    }*/
}

/*      search filter section     */
#search-filter {
    background-color: #F5F5F5;
    padding: 15px 0px;
}

.minor-pad {
    padding-top: 10px;
    padding-bottom: 10px;
}

.m-t-20 {
    margin-top: 20px;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-6 {
    margin-top: 6px !important;
}
.m-t-7 {
    margin-top: 7px !important;
}
.m-t-8 {
    margin-top: 8px !important;
}
.m-t-9 {
    margin-top: 9px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #006293;
    border-radius: 10px;
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #F5F5F5;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

/*.search-filter-btn {
    width: 100%;
    background: #006293;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    border: none;
    text-align: left;
}

.search-filter-btn:hover {
    cursor: pointer;
}*/

/* Google Maps */
#map.business-google-map {
    height: 300px;
  }


/*google map section*/
#map {
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.info_window {
    width: 250px;
    background: transparent;
    border-radius: 10px;
    height: 150px;
}

.iw_button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
}

.iw_button .addtotimeline{
    margin-left: 6px;
    margin-right: 6px;
    background: #56bbe9;
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 25px;
    color: #1d2123;
    text-transform: uppercase;
    font-family: TradeGothic LT CondEighteen;
    padding-top: 0;
    vertical-align: middle;
}
.iw_button .lernmore {
    margin-left: 6px;
    margin-right: 6px;
    background: #fff;
    border-radius: 30px;
    padding: 8px 14px;
    font-size: 15px;
    color: #1d2123;
    text-transform: uppercase;
    font-family: TradeGothic LT CondEighteen;
    vertical-align: middle;
    letter-spacing: 2px;
}
.iw_image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 10px;
    position: relative;
    opacity: 0.85;
    text-align: center;
}

.iw_text {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    left: 0;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding: 0.5rem;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: TradeGothic LT CondEighteen;
}
.gm-ui-hover-effect {
    top: 5px !important;
    right: 15px !important;
    width: 22px !important;
    border-radius: 30px !important;
    padding: 5px !important;
    opacity: 1 !important;
    height: 22px !important;
    background: red !important;
}
.gm-ui-hover-effect img{
    margin: 0 !important;
}
.gm-style-iw + div {
    border-radius: 100%;
    background: url(../../../images/map/info_remove.png);
    width: 24px !important;
    height: 24px !important;
    right: 20px !important;
}

.gm-style-iw + div > img {
    display: none;
}

.gm-style-iw {
    width: 250px !important;
    left: 25px !important;
    top: 18px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#map .gm-style-iw-t::after {
    background: none;
    box-shadow: none;
}
#google-map {
    position: relative;
}

.map_detail_info {
    border-radius: 10px;
    position: absolute;
    top: 50px;
    right: 50px;

}

.map_detail_info_map {
    width: 650px;
    min-height: 285px;
}

.map_detail_info {
    background: #fff;
}

.map_detail_info_title {
    text-align: center;
    font-size: 20px;
    margin: 10px 0px;
}

.map_info_divider {
    height: 1px;
    margin: 0px 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    border: none;
}

.map_detail_info_info {
    text-align: left;
    width: 600px;
    padding: 0px 10px;
    line-height: 18px;
    font-size: 14px;
    margin: 15px;
}

.map_detail_info_price {
    text-align: center;
    min-height: 20px;
    margin: 10px 0px;
}

.map_detail_info_price span {
    border: 1px solid #8e8888;
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
}

.soft_hide {
    display: none;
}

.map_detail_info_info {
    display: inline-block;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/*  event calendar  */
.fc-time-grid .fc-slats td {
    height: 25px !important;
}
.display-inline {
    display:inline-block !important;
}
.fc-title {
    text-align: center;
    color: #fff;
    
}
#calendar {
    overflow: scroll;
    overflow-x: hidden;
    height: 70vh;
}
.fc-content .fc-event .fc-bg {
    background: #56bbe9 !important;
    opacity: 1;
}
 .fc-title {
    font-family: TradeGothic LT CondEighteen;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding: 5px 0 !important;
}
#activity-management .fc-event, #activity-management .fc-event-dot {
    background-color: transparent !important;
    display: inline-block !important;
    border: none !important;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0px !important;
}

#activity-management {
    background-color: #F5F5F5;
    height: 170px;
    position: relative;
    overflow-y: hidden !important;
}

#activity-management .inner-activity-management {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#activity-management h4 {
    margin-left: 20px;
    font-weight: 100;
    font-size: 37px;
    color: #666666;
}

.bounce {
    position: absolute;
    left: 50%;
    top: 0px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce img {
    width: 32px;
}

#external-events {
    /*padding: 50px 0px;*/
}

#external-events .info_window {
    /*    width:90% !important;
        height: 63% !important;*/
    position: relative;
    -webkit-box-shadow: 1px 6px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 6px 18px -5px rgba(0, 0, 0, 0.75);
    margin: 0px auto;
    width: 250px;
}

#external-events .info_window:after {
    /*border-top: 20px solid #fff;
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    bottom: -19px;
    content: "";
    position: absolute;
    left: 46%;
    width: 0; 
    height: 0;*/
}

#external-events .iw_button a {
    margin-left: 2px;
    margin-right: 2px;
}

#activity-management .anythingSlider-default .arrow a {
    margin: -51px 0px 0 0px;
}

.map_detail_info_map .dismis-model .modelViewInfo {
    border-radius: 100%;
    background: url(../../../images/map/info_remove.png);
    width: 24px !important;
    height: 24px !important;
    right: 20px !important;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.hide-imp {
    display: none !important;
}

.inner-activity-management {
    width: 100%;
    /*height: 200px;*/
}

.helper-info-window {
    width: 248px;
}

.helper-info-window .info_window {
    width: 230px;
}

.helper-info-window .iw_button a {
    margin-left: 2px;
    margin-right: 2px;
}

/*  calendar section  */
#calendar {
    font-family: "Raleway Webfont";
}

#calendar .fc_week {
    font-weight: normal;
    font-size: 14px;
}

#calendar .fc_day {
    font-size: 30px;
    font-weight: 400;
    margin-top: -15px;
}

#calendar .fc-day-header {
    text-align: left;
    padding-left: 12px;
}

#calendar .fc-axis {
    font-size: 10px;
}
#calendar .fc-bg .fc-axis {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}
#calendar .fc-day-grid .fc-bg tr {
    background-color: #0d87bfb5;
}

.calendar_picker {
    margin: 36px auto 0px;
}

.calendar_date_selector {
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(86, 187, 233);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgb(86, 187, 233);
    border-radius: 5px !important;
}

.date_picker_arrow a{
    font-size: 22px;
    color:#1d2123;
}
.date_picker_arrow{
    vertical-align: baseline;
    margin: 0 20px;
}

.calendar_date_selector input, .calendar_date_selector input:focus {
    background-color: #56bbe9;
    color: #fff;
    border: none !important;
    box-shadow: none;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: TradeGothic LT CondEighteen;
    padding: 20px 10px;
}
.datepicker.datepicker-dropdown  {
    min-width: 13.6rem;;
}
.datepicker.datepicker-dropdown .table-condensed {
    min-width: 13.6rem;;
}
/* .datepicker.datepicker-dropdown  td{
    border:1px solid rgba(0,0,0,.15);
    text-align:center;
} */
.calendar_date_selector .input-group-addon {
    background-color: transparent;
    color: #fff;
    border: none !important;
    position: absolute;
    top: 8px;
    right: 10px;
}

.calendar_date_selector .input-group-custom {
    border-radius: 5px !important;
    position: relative;
    display: table;
}

/*      activity summery section       */
#activity_summery {
    background-color: #F5F5F5;
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#activity_summery .trip_box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.10) !important;
}

#activity_summery .trip_box .trip_box_inner {
    padding: 30px;
}

#activity_summery .trip_box .trip_box_inner .site_title {
    text-align: center;
    font-size: 2em;
    letter-spacing: 10px;
    word-wrap: break-word;
}

#activity_summery hr.trip_box_divider {
    height: 1px;
    margin: 20px 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    border: none;
}

#activity_summery .btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    width: 100%;
}

#activity_summery .form-group {
    display: inline-block;
    width: 100%;
}

#activity_summery p {
    text-align: center;
    padding: 0px 35px;
}

.my_trip {
    margin: 30px 0px;
}

.my_trip .trip_play {
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.my_trip .trip_play a {
    display: inline-block;
}

.my_trip .trip_play img {
    width: 70px;
}

.my_trip .trip_title {
    font-size: 40px;
    color: #555555;
}

.my_trip .trip_slider img {
    width: 170px;
    height: 112px;
}

.my_trip .trip_slider {
    margin-left: 80px;
    margin-right: 25px;
}

.my_trip .trip_slider .slick-slide {
    width: 190px;
    display: flex;
}

.my_trip .trip_detail {
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acaaa8+0,f0f0f0+100 */
    background: #acaaa8; /* Old browsers */
    background: -moz-linear-gradient(left, #acaaa8 0%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #acaaa8 0%, #f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #acaaa8 0%, #f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acaaa8', endColorstr='#f0f0f0', GradientType=1); /* IE6-9 */

    padding: 20px;
    border-radius: 10px;
}

.trip_overview, .trip_overview img, .trip_overview iframe {
    background-color: #fff;
    border-radius: 10px;
    height: 300px;
    width: 100%;
}

.map_detail_info_map .dismis-model {
    position: absolute;
    top: -10px;
    right: -6px;
    width: 22px;
    height: 22px;
    background: red;
    opacity: 0.5;
    color: white;
    border-radius: 44%;
    z-index: 999;
    cursor: pointer;
}

.map_detail_info_map .dismis-model i {
    font-size: 18px;
    padding-right: 4px;
    padding-top: 1px;
    z-index: 1000;
}

.trip_overview .activity_title {
    position: relative;
    bottom: 35px;
    font-size: 25px;
    color: darkslategray;
    font-weight: 600;
    text-transform: uppercase;
    background: white;
    width: 100%;
    padding-left: 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    opacity: 0.6;
}

/*#main-footer {
    background: url('/images/front/footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}*/

/*#main-footer .footer-logo h1 {
    word-spacing: 10px;
    letter-spacing: 7px;
    padding: 20px 0px;
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main-footer h3 {
    font-size: 25px;
}*/

#loginModal .form-control,
#main-footer .form-control {
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 45px;
}

#main-footer textarea {
    min-height: 200px;
}

#main-footer .location p {
    margin-bottom: 30px;
}

#main-footer .footer-contact h3 {
    padding-bottom: 0px;
}

#main-footer .my-btn {
    padding: 10px 65px !important;
    margin-top: 0px;
    height: 45px;
}

.closeonEvent {
    z-index: 9999 !important;
    position: absolute !important;
    top: 0px;
    right: 0px;
    opacity: 0.9;
    background: url(../../../images/map/info_remove.png);
    width: 24px !important;
    height: 24px !important;
}

.learn_more{
    position: absolute !important;
    top: 10px;
    right: 27px;
    z-index: 3;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px 10px;
}
.learn_more a{
    color:#000;
}
.closeonEvent2{
    top: 9px;
    width: 20px !important;
    height: 20px !important;
    background:none;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 19px;
    opacity: 1;
    right: 3px;
}

.fc-event .fc-bg {
    background: none !important;
}

.fc-event {
    border-radius: 0px !important;
    border: 0px solid #3a87ad !important;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    min-height: 50px !important;
    font-size: 15px !important;
    background: #00000082 !important;
}

.slick-slide {
    margin-right: 15px;
}

.my_trip .trip_detail {
    height: 150px;
    overflow-y: hidden !important;
}

.slick-prev, .slick-next {
    background: none !important;
    height: 21px !important;
}

*:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

#registerModal .modal-header, #registerModal h4, #registerModal .close,
#loginModal .modal-header, #loginModal h4, #loginModal .close {
    background-color: #477899;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

#registerModal .modal-footer,
#loginModal .modal-footer {
    background-color: #477899;
    color: white !important;
}

#registerModal .modal-footer button.btn-white,
#loginModal .modal-footer button.btn-white {
    color: black !important;
}

#registerModal .modal-footer button.btn-danger,
#loginModal .modal-footer button.btn-danger {
    color: white !important;
}

.right-header {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mobile-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    background-color: #325578;
    overflow-x: hidden;
    transition: 0.4s;
    opacity: 0.9;
}

.mobile-overlay .overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.mobile-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
}

.mobile-overlay a:hover, .mobile-overlay a:focus {
    color: #f1f1f1;
}

.mobile-overlay .closebtn {
    position: absolute;
    top: -7px;
    right: 12px;
    font-size: 42px;
}

.small-menu {
    font-size: 25px;
    cursor: pointer;
    display: none;
}

/* read more model */
#readMoreModal .modal-body,
#readMoreModal .modal-header {
    padding: 5px 15px 5px 15px;
}

#readMoreModal .modal-footer {

}

#readMoreModal .modal-header {

}

.map-info-read-more {
    cursor: pointer !important;
    /*position: absolute;
    bottom: 56px;
    right: 13px;*/
}

.read-more-info {
    text-align: justify !important;
    margin-bottom: 0px !important;
}

/* read more model end */

.my_trip_list-bounce {
    top: auto !important;
    margin-top: 20px !important;
    z-index: 5 !important;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.trip_overview .carousel {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px !important;
}

.trip_overview .carousel .carousel-inner,
.trip_overview .carousel > .item {
    height: 300px;
    /*background: transparent;*/
    border-radius: 10px !important;
}

.trip_overview .carousel-inner > .item.active {
    height: 300px !important;
}

.trip_overview {
    border-radius: 10px !important;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.10) !important;
}

.trip_overview .carousel .item img {
    width: auto;
    margin: auto;
    height: 300px;
    background-size: contain;
    background-position: center;
    border-radius: 0px !important;
}

.trip_overview .carousel .item iframe {
    width: 100%;
    height: 300px;
}

.trip_overview .carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 0;
    width: 100%;
    margin: 0;
    font-size: 10px;
    background: transparent;
}

.trip_overview .carousel .carousel-indicators li {
    text-indent: 0;
    border: none;
    border-radius: 0px;
    color: #c5c5c5;
    margin: 0 3px;
    width: initial;
}

.trip_overview .carousel .carousel-indicators li i {
    color: white;
    font-size: 10px;
}

.trip_overview .carousel .carousel-indicators li.active i {
    color: #79abd0;
}

.trip_overview .carousel .carousel-indicators .active {
    background: none;
    color: #79abd0;
    margin: 0 2px;
    width: initial;
}

.trip_overview .carousel-control {
    border-radius: 10px !important;
    width: 0px;
}

.trip_overview .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    display: inline-block;
}

.trip_overview .carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 5px 15px 5px 15px;
    z-index: 10;
    font-size: 20px;
    height: 60px;
    color: white !important;
}

.trip_overview .carousel-caption span.time {
    font-size: 14px;
    float: right;
    padding-top: 15px;
}

.trip_overview .carousel-caption div.title {
    font-size: 14px;
    padding-top: 0px;

}

.trip_overview .carousel-caption-video {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 5px 15px 5px 15px;
    z-index: 10;
    font-size: 20px;
    height: 60px;
    color: white !important;
}

.trip_overview .carousel-caption-video span.time {
    font-size: 14px;
    float: right;
    padding-top: 15px;
}

.trip_overview .carousel-caption-video div.title {
    font-size: 14px;
    padding-top: 0px;

}

.trip_overview .carousel-control .fa-chevron-left {
    left: 10px;
}

.trip_overview .slick-slide {
    margin-right: 0px !important;
}

.trip_overview .carousel-control .fa-chevron-right {
    right: 10px;
}

.landing-start-date {
    margin-top: 0px !important;
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 37px;
}

.search-filter {
    cursor: pointer !important;
}



.slider-item-information-video,
.slider-item-information,
.carousel-indicators,
.carousel-control {
    display: none !important;
}

.carousel .item:hover > .slider-item-information,
.carousel:hover > .carousel-indicators,
.carousel .carousel-control:hover > .slider-item-information,
.carousel:hover > .carousel-control {
    display: block !important;
}

.trip_overview .carousel-inner > .item.active:hover span.slider-item-information-video:before {
    display: block !important;
}

.my_trip .trip_share {
    width: 20px;
    position: relative;
    right: -11px;
    bottom: 117px;
    float: right;
}

.my_trip .trip_share ul li {
    padding: 5px 0px 5px 0px !important;
}

.my_trip .trip_share ul li a {
    font-weight: 100 !important;
    color: #0e9aef !important;

}

.my_trip .trip_share ul li a:hover {
    font-weight: bold !important;
    color: #003366 !important;
}

/* header */
/* #main-header {
    padding: 10px 0px 10px 0px !important;
} */

.header-logo-text a {
    font-size: 36px !important;
    font-family: 'UbuntuMono', monospace !important;
    color: lightgray !important;
}

.header-logo-text a span {
    font-size: 45px !important;
}

#main-header ul.top-header-links {
    padding-top: 22px !important;
    margin: 0px !important;
}

#main-header div.top-header-links {
    padding-top: 22px !important;
    margin: 0px !important;
}

#main-header ul.top-header-links .social_icon {
    padding: 4px 6px !important;
}

.banner-site-guide-video {
    position: relative;
    width: 85%;
    height: 270px;
    right: 0px;
    top: 55px;
    border: 0px solid white;
    border-radius: 0px;
    float: right;
}

.banner-site-guide-video h1,
.banner-site-guide-video iframe {
    border-radius: 0px;
    color: white !important;
}

.map_detail_info_price button {
    float: right !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
    background: white !important;
    color: darkslategrey !important;
    border: 1px solid gray !important;
    cursor: inherit !important;
}

.map_detail_info_price button.map-info-read-more {
    cursor: pointer !important;
}

#main-footer .container .inner-footer .nav li:hover a {
    color: gray !important;
}

#main-footer .container .inner-footer .nav li.active a {
    color: gray !important;
}

#main-footer .sub-footer {
    padding-bottom: 100px !important;
}

.cls-edit-trip {
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
}
 

.strip_slider_bottom_arrow {
    width: 0 !important;
    height: 0 !important;
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    position: absolute !important;
    bottom: -16px !important;
    left: 115px !important;
}

.share-trip .main-slider .slick-dots li {
    width: 10px !important;
    height: 10px !important;
}

.share-trip .main-slider .slick-dots {
    bottom: -3px !important;
}

.share-trip .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
}

.mobile-overlay {
    display: none !important;
}

#search-filter label {
    color: gray !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding-left: 10px !important;
}

#search-filter .search-filter-btn {
    text-align: center !important;
    background: white;
    color: gray !important;
    border: 1px solid lightgray;
    font-weight: 500 !important;
}

#activity-management .slick-slide {
    min-height: 158px !important;
}

.cls-link-add-activity-from-modal {
    float: left !important;
    margin-left: 20px !important;
    padding-top: 3px !important;
}

#main-footer .sub-footer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 150px;
}

#main-footer .sub-footer .footer-logo .header-logo-text {
    float: none !important;
    text-align: center !important;
    padding-bottom: 40px !important;
}

#activity-here #different-activities .activityn img.img-fluid {
    width: 100% !important;
    height: 250px !important;
}

#activity-here #different-activities .play_icon {
    left: 19% !important;
}

#activity-here #different-activities .activityn .intrest {
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}

#different-activities .modal .modal-content iframe {
    min-height: 400px !important;
    width: 100% !important;
}

#activity-here #different-activities .activityn .intrest a i {
    position: relative !important;
    top: 10px !important;
}

#activity-here #different-activities .activityn .cls-desc {
    height: 100px;
}

#activity-here #different-activities .my-btn {
    margin-bottom: 20px !important;

}

#select-on-map #googleMap {
    min-height: 500px !important;
}

#google-map #map i {
    margin-top: 0.5% !important;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{
    margin-bottom:0px;
    padding-bottom: 0px;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton .fc-content{
    font-size: 14px;
    padding: 10px 5px;
    /*background-color: #f0430b;*/
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton .fc-event{
    border: 0px solid red !important;
     /*background-color: #f0430b;*/
}
/* .fc-event, .fc-event-dot { */
.slick-active{
    background-color: transparent !important;
}
.slick-slide.slick-active.ui-draggable.ui-draggable-handle .pin-icon {
    display:none;
}
@media screen and (max-height: 450px) {
    .mobile-overlay a {
        font-size: 20px
    }

    .mobile-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

img[class^="drag-eve-"]:first-child {
    /*display: none !important;*/
}

.bounce-cont {
    /*position: absolute;
    bottom: 30px;
    left: 50% ;
    width: 60px;
    height: 60px ;
    margin-left:-30px;
   */
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    font-size: 25px !important;
    color: darkred !important;
}

@-webkit-keyframes bounce-cont {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce-cont {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce-cont {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce-cont {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.btn-requestQuote {
    position: relative !important;
    bottom: -23px !important;
    right: 5px !important;
    background: #337ab7;
    -webkit-box-shadow: 0px 0px 20px -3px #337ab7;
    -moz-box-shadow: 0px 0px 20px -3px #337ab7;
    box-shadow: 0px 0px 20px -3px #337ab7;
}

.btn-requestQuote:after {
    content: '';
    position: absolute;
    /*top: 100%;
    left: 50%;*/
    /*margin-left: -50px;*/
    top: 100%;
    left: 45%;
    width: 0;
    height: 0;
    border-top: solid 10px #337ab7;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.btn-requestQuote:hover {
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
}

.fc-time-grid-container {
    height: auto !important;
}

.fnt20 {
    font-size: 20px !important;
}

/* #google-map #map {
    min-height: 700px !important;
} */

.design-by a{
    cursor: pointer !important;
}
.main-logo{
    /*width: 40%;*/
    padding-top: 6px;
}
/* media query */
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .text-logo {
        font-size: 30px;
        text-align: center;
    }

    .top-header-links {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .right-header {
        text-align: center;
    }

    #home-banner {
        padding: 35px 0px;
        background-color: #113458;
        background: linear-gradient(to right, #113458, #325578);
        background-image: url('../../../images/front/home-banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #home-banner .banner-info-box {
        width: 100%;
    }

    #home-banner .banner-title {
        font-size: 94px;
        text-align: center;
    }

    #home-banner .banner-sub-title {
        font-size: 34px;
        text-align: center;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .text-logo {
        text-align: center;
    }

    .top-header-links {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .right-header {
        text-align: center;
    }

    #home-banner .banner-info-box {
        width: 100%;
    }

    #home-banner {
        padding: 35px 0px;
        background-color: #113458;
        background: linear-gradient(to right, #113458, #325578);
        background-image: url('../../../images/front/home-banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #home-banner .banner-title {
        text-align: center;
    }

    #home-banner .banner-sub-title {
        text-align: center;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .text-logo {
        text-align: center;
    }

    .top-header-links {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .right-header {
        text-align: center;
    }

    #home-banner .banner-title {
        font-size: 78px;
    }

    #home-banner .banner-sub-title {
        font-size: 27px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-logo {
        font-size: 30px;
    }

    .top-header-links {
        text-align: center;
    }

    .right-header {
        text-align: center;
    }

    #home-banner .banner-title {
        font-size: 108px;
    }

    #home-banner .banner-sub-title {
        font-size: 40px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .slick-slide {
        width: 275px;
        text-align: center;
    }
}

@media (max-width: 1200px) {


    #home-banner .overlay{
        height: 580px
    }

    #main-header .main-header-container {
        width: 95% !important;
    }

    .right-header,
    .header-logo-parent {
        width: 100% !important;
        text-align: center;
    }

    .header-logo-parent img {
        width: 50% !important;
    }

    .trip_overview, .trip_overview img, .trip_overview iframe {
        height: 340px;
    }

    .trip_overview .carousel .carousel-inner,
    .trip_overview .carousel > .item {
        height: 340px !important;
    }

    .trip_overview .carousel-inner > .item.active {
        height: 340px !important;
    }

    .trip_overview .carousel .item img {
        height: 340px;
    }

    .trip_overview .carousel .item iframe {
        height: 340px;
    }

    #calendar .fc_day {
        font-size: 30px;
        margin-top: -10px;
    }

    .share-trip .main-slider {
        height: 500px !important;
    }

    .share-trip .slick-slide {
        height: 500px !important;
    }

    #activity-here #different-activities .activityn .cls-desc {
        height: 120px;
    }

    #readMoreModal .modal-lg {
        width: 95% !important;
    }
    
    .main-logo{
        /*width: 40%;*/
    }

}

@media (max-width: 992px) {



    #home-banner .overlay{
        top: 140px;
        height: 551px
    }

    .header-logo-text {
        text-align: center !important;
    }

    .trip_overview, .trip_overview img, .trip_overview iframe {
        height: 377px;
    }

    .trip_overview .carousel .carousel-inner,
    .trip_overview .carousel > .item {
        height: 377px !important;
    }

    .trip_overview .carousel-inner > .item.active {
        height: 377px !important;
    }

    .trip_overview .carousel .item img {
        height: 377px;
    }

    .trip_overview .carousel .item iframe {
        height: 377px;
    }

    .banner-info-box {
        width: 100% !important;
        text-align: center !important;
    }

    #home-banner .container {
        margin: 0px !important;
        width: 100% !important;
    }

    #activity-here #different-activities .activityn .cls-desc {
        height: 80px;
    }

    #activity-here #different-activities .activityn img.img-fluid {
        width: 100% !important;
        height: 350px !important;
    }

    #activity-here #different-activities .play_icon {
        left: 34% !important;
        top: 10% !important;
    }

    .share-trip .main-slider {
        height: 400px !important;
    }

    .share-trip .slick-slide {
        height: 400px !important;
    }
    
    .main-logo{
        /*width: 80%;*/
        padding-bottom: 6px;
    }

}

@media (max-width: 789px) {
    #activity-management .container {
        width: 95% !important;
    }

    #google-map #map {
        height: 500px !important;
    }
}

@media (max-width: 768px) {

    #home-banner .overlay{
        height: 650px
    }

    #home-banner h1.banner-title {
        font-size: 70px !important;
        padding-top: 0px !important;
        text-align: center !important;
    }

    #home-banner .banner-info-box .horizontal-rule {
        margin-top: 30px !important;
    }

    #map {

    }

    .map_detail_info {
        height: auto !important;
        top: 50px !important;
        right: 10px !important;
    }

    .map_detail_info .map_detail_info_map {
        max-width: 100% !important;
    }

    .map_detail_info .map_info_divider:first-child,
    .map_detail_info .map_detail_info_info {
        display: block !important;
    }

    .my_trip .trip_title {
        font-size: 20px !important;
    }

    /*#main-footer .inner-footer{
        padding: 10px 0px !important;
    }*/
    /* #main-footer .sub-footer .footer-logo h1{
         font-size: 30px !important;
         float: left !important;
     }*/
    .header-logo-parent img {
        width: 70% !important;
    }

    .trip_overview, .trip_overview img, .trip_overview iframe {
        height: 300px;
    }

    .trip_overview .carousel .carousel-inner,
    .trip_overview .carousel > .item {
        height: 300px !important;
    }

    .trip_overview .carousel-inner > .item.active {
        height: 300px !important;
    }

    .trip_overview .carousel .item img {
        height: 300px;
    }

    .trip_overview .carousel .item iframe {
        height: 300px;
    }

    #calendar .fc_day {
        font-size: 25px;
        margin-top: -10px;
    }

    #home-banner .banner-info-box {
        width: 100%;
    }

    .banner-site-guide-video {
        width: 100%;
        height: 250px;
        right: 0px;
        top: 0px;
        float: none;
        text-align: center;
    }

    .design-by {
        float: left !important;
    }

    .share-trip {
        padding: 0px 20px 0px 20px !important;
    }

    #main-footer .sub-footer .footer-logo .header-logo-text {
        float: none !important;
        text-align: center !important;
        padding-bottom: 0px !important;
    }

    #main-footer .sub-footer .design-by,
    #main-footer .sub-footer .copyright {
        float: none !important;
        text-align: center !important;
    }

    #activity-here #different-activities .activityn .cls-desc {
        height: 80px;
    }

    #activity-here #different-activities .activityn img.img-fluid {
        width: 100% !important;
        height: 350px !important;
    }

    #activity-here #different-activities .play_icon {
        left: 34% !important;
        top: 10% !important;
        width: auto !important;
    }

    .btn-requestQuote {
        bottom: 5px !important;
    }

    #google-map #map {
        height: 500px !important;
    }
    
    .main-logo{
        /*width: 100%;*/
        padding-bottom: 0px;
    }
}

@media (max-width: 672px) {

    #home-banner .overlay{
        top:84px;
    }

    .mobile-overlay {
        display: block !important;
    }

    .header-logo-text {
        text-align: left !important;
    }

    .small-menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .div-social {
        display: none;
    }

    .header-logo-parent {
        text-align: left !important;
    }

    .header-logo-parent img {
        width: 90% !important;
    }

    .map_detail_info .map_info_divider:first-child,
    .map_detail_info .map_detail_info_info {
        display: none !important;
    }

    .mobile-overlay a.social_icon {
        font-size: 36px;
    }

    .map_detail_info .map_detail_info_map {
        max-width: 400px !important;
        height: 150px !important;
    }

    .map_detail_info {
        top: 10px !important;
    }

    #activity-here #different-activities .activityn .cls-desc {
        height: 80px;
    }

    #activity-here #different-activities .activityn img.img-fluid {
        width: 100% !important;
        height: 250px !important;
    }

    #activity-here #different-activities .play_icon {
        left: 30% !important;
        top: 3% !important;
        width: auto !important;
    }

    .share-trip .main-slider {
        height: 300px !important;
    }

    .share-trip .slick-slide {
        height: 300px !important;
    }

    #google-map #map {
        height: 500px !important;
    }

}

@media (max-width: 420px) {

    #home-banner .overlay{
        top:58px;
        height: 655px;
    }
    .mobile-overlay a.social_icon {
        font-size: 26px;
    }

    .header-logo-text a {
        font-size: 25px !important;
    }

    .header-logo-text a span {
        font-size: 30px !important;
    }

    .small-menu {
        top: 5px;
    }

    #home-banner h3.banner-sub-title {
        font-size: 28px !important;
    }

    .map_detail_info .map_detail_info_map {
        max-width: 350px !important;
    }

    /* #main-footer .sub-footer .footer-logo h1{
         font-size: 25px !important;
         float: left !important;
     }*/
    .trip_overview, .trip_overview img, .trip_overview iframe {
        height: 250px;
    }

    .trip_overview .carousel .carousel-inner,
    .trip_overview .carousel > .item {
        height: 250px !important;
    }

    .trip_overview .carousel-inner > .item.active {
        height: 250px !important;
    }

    .trip_overview .carousel .item img {
        height: 250px;
    }

    .trip_overview .carousel .item iframe {
        height: 250px;
    }

    #calendar .fc_day {
        font-size: 15px;
        margin-top: -5px;
    }

    #activity-management .container {
        width: 80% !important;
    }

    #external-events .info_window {
        width: 180px !important;
    }

    .strip_slider_bottom_arrow {
        left: 82px !important;
    }

    #activity-here #different-activities .play_icon {
        left: 19% !important;
        top: 3% !important;
        width: auto !important;
    }

    #google-map #map {
        height: 500px !important;
    }
    
    .main-logo{
        /*width: 80%;*/
        padding-bottom: 6px;
    }

}

