html {
    scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
.form-content{
    max-width: 93%;
}
.main-heading {
    font-size: 37px;
    line-height: 51.64px;
    color: #333333;
    font-weight: 500;
    max-width: 50%;
    margin: 0 auto;
}
.search-input{
    min-width: 300px;
}

.input-style{
    height: 54px;
    min-width: 295px;
}
.longStayFlexInner {
    border: 2px solid #c9dbf2;
    border-top: 0px solid #345b84;
    border-style: dashed solid;
}

.h1Title:before {
    background: #c9dbf2;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 33%;
    right: 60%;
    margin-top: 15px;
}
.h1Title:after {
    background: #c9dbf2;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 33%;
    left: 60%;
    margin-top: -15px;
}

.holiday_list_box {
    margin: 0px 0px 30px;
    padding: 0;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 10px;
    transition: all .35s;
}
.holiday_list_box .daynight {
    background-color: #12406e;
    color: #fff;
    position: absolute;
    left: -7px;
    top: 5px;
    z-index: 3;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 0 5px 5px 0;
}
.holiday_list_box .daynight:before {
    height: 0;
    width: 0;
    bottom: -6.5px;
    left: 0.1px;
    border-top: 7px solid #12406e;
    border-left: 7px solid rgba(0,0,0,0);
    content: "";
    position: absolute;
}
.holiday_list_box figure>img {
    min-height: 220px;
    max-height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.holiday_list_box figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.holiday_list_box .tp_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.holiday_list_box .holiday_list-desc h3 {
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.holiday_list_box .tp_div span {
    white-space: nowrap;
    margin-left: 10px;
    font-weight: 600;
    color: #676767;
}
.holiday_list_box .usp_icons img {
    width: 20px;
    margin: 0 10px 5px 0;
}

.holiday_list_box * {
    transition: all .35s;
}
.holiday_list_box .holiday_list-desc {
    padding: 15px;
}
.holiday_list_box .st-price-left {
    min-height: 75px;
    text-align: right;
}
.st-price-left .st-from {
    color: #676767;
}
.st-price-left .st-price {
    font-size: 22px;
    font-weight: bold;
    color: #113f6d;
}
.st-price-left .st-pricetxt {
    color: #40C84F;
}
.nhp_btns {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.view_packages {
    padding: 7px 10px;
    margin: 5px 5px 0;
    width: calc(100% - 10px);
    border-radius: 5px;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enq_nbtn {
    padding: 7px 10px;
    margin: 5px 5px 0;
    width: calc(100% - 10px);
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #113F6D;
    background: #113F6D;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enq_nbtn button {
    width:100%;
    background: #113F6D;
    border: 1px solid #113F6D;
    color: #fff;
    font-weight: 600;
}

.button-tags {
    position: relative;
    display: block;
    padding: 21px 15px;
    text-align: center;
    border: 2px solid #c9dbf2;
    border-radius: 5px;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
}
.button-tags__title {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: bolder;
}
.button-tags__title span {
    background-color: #ffffff;
    padding: 0 10px;
}
.button-tags__content {
    height: 110px;
    overflow: hidden;
    transition: height .6s cubic-bezier(0.87, 0, 0.13, 1);
}
.button-tags__link {
    margin: 3px 1.5px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.34;
    padding: 6px 8px;
}
.btn_filter, .wp-block-button__link {
    font-size: 12px;
    border-radius: 5px;
    padding: 13px 24px 12px 24px;
    border: 1px solid rgba(0,0,0,0);
    line-height: 1.308;
    font-weight: 500;
    cursor: pointer;
    color: #ffffff;
    background-color: #00a8b6;
    text-align: center;
    display: inline-block;
    transition-property: "color,background-color,border-color";
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.btn--teal-outline, .wp-block-button.is-style-outline .wp-block-button__link.has-teal-background-color {
    background-color: #ffffff;
    border-color: rgba(18,64,110,.4);
    color: #12406e;
}
.grid-item {
    width: 32%;
}

.search-input svg, .search-input img {
    position: relative;
    top: 35px;
    left: 15px;
    width: 17px;
    height: 17px;
    text-align: left;
    float: left;
    z-index: 1;
}

.pl-40 {
    padding-left: 40px !important;
}

@media screen and (min-width: 1280px){
    .button-tags {
        padding: 25px 30px;
    }
}



@media screen and (max-width: 991px){
    .grid-item {
        width: 98%;
    }
    .main-heading{

        max-width: 100%;
    }
    .h1Title:before{
        width: 15%;
        right: 82%;
    }
    .h1Title:after{
        width: 15%;
        left: 82%;
    }
    .package-column{
        padding:0px;
    }
    .datepicker-holidays{
        min-width: 295px !important;
        margin-bottom: 15px;
    }
}




.holiday_desc {
    margin: 0;
    padding: 20px 30px 10px;
    max-width: 991px;
}
.holiday_banner_sec .holiday_desc .rating i {
    color: #ffc600;
    font-size: 14px;
}
.holiday_banner_sec .holiday_desc .holiday_heading {
    margin: 0 0 10px;
}
.holiday_banner_sec .holiday_desc .holiday_heading h1 {
    font-size: 19px;
    font-weight: 700;
    display: inline;
    color: #000;
}
.holiday_banner_sec .holiday_desc span.holiday_days {
    margin-left: 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0,0,0,.6);
}
.holiday_banner_sec .holiday_desc .holiday_tdate {
    font-size: 13px;
    margin: 0;
    line-height: 21px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    padding: 0 0 15px;
}
.holiday_banner_sec .holiday_desc .nh-usp {
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px dashed rgba(0,0,0,.2);
}
.holiday_banner_sec .holiday_desc .nh-usp .usp_icons {
    margin: 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: #4b4b4b;
    font-weight: bold;
    text-transform: capitalize;
    height: 85px;
    width: 100%;
    overflow: hidden;
    transition: 5s;
    list-style: none;
}
.holiday_banner_sec .holiday_desc .nh-usp .usp_icons li {
    padding: 8px 0;
    width: 49%;
    display: flex;
    align-items: center;
}
.holiday_banner_sec .holiday_desc .nh-usp .usp_icons li.usp_icon img {
    width: 19px;
    height: 19px;
    margin-right: 8px;
    margin-left: 8px;
}
.holiday_banner_sec .holiday_desc .view-all {
    margin: 0;
    width: 99%;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    color: #e3010c;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}
.holiday_banner_sec .holiday_desc .price_enq_sec {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.holiday_banner_sec .holiday_desc .theme_yellow {
    background-color: #ea6f21;
    color: #fff;
}
.holiday_banner_sec .holiday_desc .notification_div {
    font-size: 15px;
    border-radius: 5px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    margin-top: 12px;
    opacity: 1;
    display: inline-block;
    font-weight: 600;
}
.holiday_banner_sec .holiday_desc .price_detail {
    margin-right: 25px;
    margin-left: 25px;
}
.holiday_banner_sec .holiday_desc .price_enq_sec a {
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #113F6D;
}
.holiday_banner_sec .holiday_desc .pricdv {
    position: relative;
}
.holiday_banner_sec .holiday_desc .price_detail p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.holiday_banner_sec .holiday_desc .price_detail h2.holiday_price {
    margin: 0;
    color: #113F6D;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 18px;
    padding: 5px 0px;
}
.holiday_banner_sec .holiday_desc .price_detail p.holiday_pricetxt {
    font-size: 13px;
    font-weight: bold;
    color: #28a745;
    width: 100%;
    margin: 0;
}

.holiday_nav {
    margin: 30px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0;
    border-radius: 4px;
    width: 100%;
    overflow: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 99;
}
.holiday_nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.holiday_nav ul li {
    text-align: center;
    margin-right: 4px;
    list-style: none;
}
.holiday_nav ul li a.active {
    background: #113F6D;
    color: #fff;
}
.holiday_nav ul li a {
    padding: 15px 13px;
    display: block;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    color: rgba(0,0,0,.7);
}
.dflex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.holiday_box, .page_left>.default {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 30px;
    border-radius: 4px;
}
.holiday_box .accordion_h2.active, .page_left>.default .accordion_h2.active {
    margin: 0 0 15px;
}
.holiday_box h2, .page_left>.default h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.holiday_box .accordion_h2::after, .page_left>.default .accordion_h2::after {
    position: absolute;
    right: 0;
    top: 3px;
    font-family: "FontAwesome";
    content: "";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(0,0,0,.7);
    border-radius: 100%;
    font-size: 18px;
}
.htm_box {
    margin-bottom: 30px;
    background-image: linear-gradient(45deg, #3e668f, #113f6d);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 30px;
    border-radius: 4px;
}
.htm_box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
}
.htm_box p,.htm_box a {
    font-size: 14px;
    color: #fff;
}

.holiday_box h2, .page_left>.default h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.default li:before, .filterDiv li:before {
    font-size: 18px;
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #113f6d;
    content: '\f00c';
}
.holiday_box .inclusions li::before, .holiday_box .offer-details li::before, .page_left>.default .inclusions li::before, .page_left>.default .offer-details li::before {
    font-family: "FontAwesome";
    content: "";
    margin-right: 10px;
    color: #28a745;
    font-size: 14px;
}
.inclusions li:before {
    font-size: 18px;
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #28a745;
    content: '\f00c';
}
.exclusions li:before {
    font-size: 18px;
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #e3010c;
    content: "";
}
.filterDiv h4 {
    position: absolute;
    top: 30px;
    margin: 0 !important;
    left: 0;
}
.filterDiv h4, .filterDiv h3 {
    margin: 30px 0 10px;
    font-weight: 600;
    font-size: 16px;
}
.filterDiv h3 {
    margin-left: 60px !important;
}
.filterDiv h4:before {
    content: ":";
    position: absolute;
    right: -10px;
}
.filterDiv {
    position: relative;
}
.dayitul {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: inline-block;
    padding: 0;
    border-radius: 4px;
    max-width: 100%;
    overflow: auto;
}
.dayitul ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.dayitul ul li {
    list-style: none;
    text-align: center;
    padding: 0 !important;
    margin-right: 8px;
}
.dayitul ul li a {
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}
.dayitul ul li a.ffactive {
    background: #113F6D;
    color: #fff;
}
.default, .filterDiv {
    overflow: auto;
}


.dflex2 .page_right .enquiryform_sec {
    margin: 0 0 10px 0;
    padding: 15px;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,.2);
    border-radius: 4px;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 125px;
    padding: 20px;
}
.enquiry-head h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    position: relative;
}
.enquiry-head h2:after {
    content: " ";
    position: absolute;
    top: 90%;
    left: 50%;
    width: 100px;
    border: 2px solid #174471;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    transform: translateX(-50%);
}
.filterDiv {
    display: none;
    position: relative;
}
.holiday_box .slide_panel, .page_left>.default .slide_panel {
    max-height: 0;
    overflow-y: hidden;
    overflow-x: auto;
    transition: max-height .2s ease-out;
}
.holiday_box .accordion_h2.active::after, .page_left > .default .accordion_h2.active::after {
    content: "";
}

.ug-gallery-wrapper .ug-slider-wrapper{
    background-color: #f5fbff;
}

.social-icons ul {
    margin-top:30px;
    padding:0;
    display:flex;
}
.social-icons ul li {
    list-style:none;
}
.social-icons ul li a {
    display: block;
    position: relative;
    width: 50px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: #113f6d;
    margin: 0 20px;
    transition: .5s;
}
.social-icons ul li a span {
    position:absolute;
    transition: transform .5s;
}
.social-icons ul li a span:nth-child(1),
.social-icons ul li a span:nth-child(3){
    width:100%;
    height:3px;
    background:#113f6d;
}
.social-icons ul li a span:nth-child(1) {
    top:0;
    left:0;
    transform-origin: right;
}
.social-icons ul li a:hover span:nth-child(1) {
    transform: scaleX(0);
    transform-origin: left;
    transition:transform .5s;
}

.social-icons ul li a span:nth-child(3) {
    bottom:0;
    left:0;
    transform-origin: left;
}
.social-icons ul li a:hover span:nth-child(3) {
    transform: scaleX(0);
    transform-origin: right;
    transition:transform .5s;
}

.social-icons ul li a span:nth-child(2),
.social-icons ul li a span:nth-child(4){
    width:3px;
    height:100%;
    background:#113f6d;
}
.social-icons ul li a span:nth-child(2) {
    top:0;
    left:0;
    transform:scale(0);
    transform-origin: bottom;
}
.social-icons ul li a:hover span:nth-child(2) {
    transform: scale(1);
    transform-origin: top;
    transition:transform .5s;
}
.social-icons ul li a span:nth-child(4) {
    top:0;
    right:0;
    transform:scale(0);
    transform-origin: top;
}
.social-icons ul li a:hover span:nth-child(4) {
    transform: scale(1);
    transform-origin: bottom;
    transition:transform .5s;
}

.facebook:hover {
    color: #3b5998;
}
.facebook:hover span {
    background: #3b5998;
}
.twitter:hover {
    color: #1da1f2;
}
.twitter:hover span {
    background: #1da1f2;
}
.instagram:hover {
    color: #c32aa3;
}
.instagram:hover span {
    background: #c32aa3;
}
.google:hover {
    color: #dd4b39;
}
.google:hover span {
    background: #dd4b39;
}
.social-icons ul li a .twitter {
    color: #1da1f2;
}
.social-icons ul li a:hover:nth-child(3) {
    color: #c32aa3;
}
.social-icons ul li a:hover:nth-child(4) {
    color: #dd4b39;
}

@media screen and (min-width: 1201px){
    .holiday_banner_sec .holiday_desc .rating i {
        font-size: 18px;
    }
    .holiday_banner_sec .holiday_desc .holiday_heading h1 {
        font-size: 32px;
    }
    .holiday_banner_sec .holiday_desc span.holiday_days {
        font-size: 18px;
    }
    .holiday_banner_sec .holiday_desc .holiday_tdate {
        font-size: 14px;
    }
    .holiday_banner_sec .holiday_desc .nh-usp .usp_icons {
        font-size: 14px;
    }
    .holiday_banner_sec .holiday_desc .view-all {
        font-size: 14px;
    }
    .holiday_banner_sec .holiday_desc .price_enq_sec a {
        font-size: 18px;
    }
    .holiday_banner_sec .holiday_desc .price_detail p {
        font-size: 14px;
    }
    .holiday_banner_sec .holiday_desc .price_detail h2.holiday_price {
        font-size: 24px;
    }
    .holiday_banner_sec .holiday_desc .price_detail p.holiday_pricetxt {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px){
    .sh_img_block{
        margin-top: 0px;
    }
    .holiday_nav{
        top:2px;
    }

    .social-icons ul li a{
        width: 40px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px){
    .button-tags__link {
        margin: 5px 3.5px;
        font-size: 14px;
        line-height: 1.31;
        padding: 13px 16px 12px 16px;
    }
    .social-icons ul li a{
        width: 40px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }
}