﻿.main-body {
    /*margin-top: 11.5rem;*/
    background-color: #f3f3f3;
    padding-bottom: 1rem;
}
/* top summary*/
.searchTabsSummary {
    background: rgb(238, 238, 238);
    color: #777777;
}
.mobHolidayCount {
    display: none;
}
.deskHolidayCount{
    display:block;
}
.searchTabsSummaryTable {
    /* padding: .25rem 0; */
}
/* product search  tab */
.serch_bar_product {
    position: relative;
    top: unset !important;
    height: auto !important;
}

.search-dropdowm-oneHalfCol li .chiller_cb {

    margin:0!important;

}
.search_tabs_container_product {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
}

.searchTabsSummaryCell {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .searchTabsSummaryCell ul {
    }

        .searchTabsSummaryCell ul li {
            vertical-align: middle;
        }

            .searchTabsSummaryCell ul li p {
                color: #777777;
                font-size: 14px;
                line-height: normal;
                font-weight: 600;
            }

                

    .searchTabsSummaryCell h6 {
        font-size: 16px;
        font-weight: 700;
        overflow:hidden;
        text-overflow:ellipsis;
    }

        .searchTabsSummaryCell h6 i {
           
            font-size: 22px;
            margin-right: 10px;
        }

.searchTabsSummaryCell-center {
    position: relative;
}

    .searchTabsSummaryCell-center:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0%;
        /* right: 0; */
        bottom: 0;
        background: #777;
        width: 1px;
        height: 70%;
        margin: auto;
    }
.filters-wrapper ul.nav-tabs li:hover {
    background: #ffffff;
    color: #343d40 !important;
}

.searchTabsSummaryCell-center:after {
    content: '';
    position: absolute;
    top: 0;
    /*     left: 5%; */
    right: 0%;
    bottom: 0;
    background: #777;
    width: 1px;
    height: 70%;
    margin: auto;
}
.no-wrap{
    white-space:nowrap;
}

.pro-search-btn {
}

    .pro-search-btn a {
        /* line-height: 1; */
        /* vertical-align: middle; */
        border: 1px solid transparent;
        border-bottom: 4px solid #f8564f;
        border-radius: 5px;
        padding: 9px 8px;
        font-size: .9rem;
        color: white;
        background: #f9706a;
    }

        .pro-search-btn a:hover {
        }

#prod-search-fil {
    display: none;
}

.serach-main-cont {
    /* height: 100px; */
    background: #fff;
    padding-top: 1rem;
}

.serach-main-cont-1 {
    background: #eeeeee;
    /* margin-top: 2rem; */
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70px;
    width:100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
}

    .serach-main-cont-1 h3 {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
        font-size: 1.3125rem;
        color: rgba(21, 31, 35, 0.86);
        text-overflow: ellipsis;
        white-space:nowrap;
    }

.btn-list-grid-view {
}

    .btn-list-grid-view button {
      /*  background: #d3d3d3;*/
        margin: 0 10px;
       /* color: #fff;*/
        font-size: 14px;
    }

        .btn-list-grid-view button i {
            margin-right: 5px;
        }

.sort-fields-sel {
    margin: 0 5px;
    height: 100%;
    white-space:nowrap;
}

    .sort-fields-sel .form-group {
        margin-bottom: 0rem;
    }

    .sort-fields-sel label {
        font-size: 14px;
        font-weight: 600;
        color: #49b6b5;
        margin-bottom: 10px;
        display: inline-block;
    }
.whiteBG2 {
    background: white !important;
}

    .sort-fields-sel select {
        border: 2px solid #2aaaa9 !important;
        border-radius: 0 !important;
        padding: 0 0 !important;
        font-size: 14px !important;
        display: inline-block;
        width: 70%;
        margin: 0 25px;
        height: 35px;
    }
#sortBy:focus, #sortBy:visited, #sortBy::after {
    border: 3px solid #2aaaa9 !important;
}

.btn-list-grid-view button:hover {
    background: #23ae24;
    color: #fff !important;
}

.btn-list-grid-view button:focus,
.btn-list-grid-view button:active {
    background: #3eb2b1;
    color: #fff !important;
    box-shadow: none !important;
}

.serach-main-cont-2 {
}

.filters-wrapper-serach {
    background: #fff;
}

    .filters-wrapper-serach ul.nav.nav-tabs {
    }

        .filters-wrapper-serach ul.nav.nav-tabs li {
            width: calc(100%/6);
            border: 1px solid #eee;
        }

            .filters-wrapper-serach ul.nav.nav-tabs li.active {
                background: lightgrey;
            }

                .filters-wrapper-serach ul.nav.nav-tabs li.active a {
                    color: #3eb2b1;
                    font-size: 18px;
                }

            .filters-wrapper-serach ul.nav.nav-tabs li a {
                font-size: 16px;
                color: #777;
                position: relative;
                padding:20px 0 25px 0;
                text-transform:uppercase;
            }

                .pro-search-btn2 .tabPanelA a:before {
                    content: '\f107';
                    position: absolute;
                    bottom: 4px;
                    left: 0;
                    right: 0;
                    font-size: 22px;
                    font-weight: 600;
                    font-family: "Font Awesome 5 Free";
                    color: inherit;
                    transform: rotate(180deg);
                    transition: transform .51s ease-in-out;
                }
                .pro-search-btn2 .tabPanelA a:hover {
                    color: rgba(21, 31, 35, 0.86) !important;
                    font-weight:600;
                }
                .pro-search-btn2 .tabPanelA a.active:before {
        
                    transform: rotate(0deg);
                    transition: transform 0.5s ease-in-out;
                }
                .filters-wrapper-serach ul.nav.nav-tabs li a:after {
                    content: '\f106';
                    position: absolute;
                    bottom: -7px;
                    left: 0;
                    right: 0;
                    font-size: 18px;
                    font-weight: 700;
                    font-family: "Font Awesome 5 Free";
                    color: white;
                    transform: rotate(180deg);
                    transition: transform 1s linear;
                }

                  /*.filters-wrapper-serach ul.nav.nav-tabs li a.tabPanelA.whiteColor.active:hover {
                 color: rgba(21, 31, 35, 0.86) !important;
                    font-weight:600;
                }*/
                .filters-wrapper-serach ul.nav.nav-tabs li a.tabPanelA.navyColorBold.whiteBG:after {
                    content: '\f106';
                    position: absolute;
                    bottom: -3px;
                    left: 0;
                    right: 0;
                    font-size: 18px;
                    font-weight: 700;
                    font-family: "Font Awesome 5 Free";
                    /*color: rgba(21, 31, 35, 0.86) !important;*/
                    color:var(--primary-color)!important;
                    transform: rotate(0deg);
                    transition: transform 1s linear;
                    z-index:999;
                }
                    .filters-wrapper-serach ul.nav.nav-tabs li a.tabPanelA.whiteColor.active:hover:after{
                    /*color: rgba(21, 31, 35, 0.86)!important;*/
                    color: var(--primary-color) !important;
                    z-index:999;
                }
                    .filters-wrapper-serach ul.nav.nav-tabs li a.tabPanelA.navyColorBold.whiteBG :after {
        
                    transform: rotate(0deg);
                    transition: transform 0.5s ease-in-out;
                }
                /*.filters-wrapper-serach ul.nav.nav-tabs li a.active:before {
                    content: '';
                   
                }*/

            .filters-wrapper-serach ul.nav.nav-tabs li a:before {
               color: rgba(21, 31, 35, 0.86) !important;
            }

.filters-wrapper-serach-inner {
    width: 100%;
}

form.filters-wrapper-serach-form {
    width: 100%;
    padding-bottom: 1.5rem;
}


.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #343d40;
    padding: 5px;
    text-align: center;
    font-size: larger;
    font-weight:600;
    white-space: nowrap;
}
.modalHeading{
    font-size:larger;
    font-weight:700;
}
.pack_img img{
    overflow:hidden;  
}
.smlFont{
    font-size:small;
}
.package-sorting-tabs-content-inner {
    width: 100%;
}
#price{
    width:60%;
}

.card_btn {
}
/*
    .card_btn input {
        border-radius: 5px;
        font-size: 1.03rem;
        letter-spacing: .7px;
        color: white !important;
        background: #23ae24;
        padding: .78125rem 1.5625rem .84375rem;
        border-bottom: 4px solid #3b8718;
        width: 100%;
        text-transform: uppercase;
    }*/

.package-sorting-tabs-content-inner .tab-content > .active {
    padding: 20px;
}

.search-dropdowm-oneHalfCol {
}
/*
    .search-dropdowm-oneHalfCol h3 {
        font-size: 18px;
        font-weight: 500;
        color: #23ae24;
        margin-bottom: 1rem;
    }*/

    .search-dropdowm-oneHalfCol.oneHalfCol2 {
        border-right: 1px solid lightgrey;
        border-left: 1px solid lightgrey;
    }

   

    .search-dropdowm-oneHalfCol .card_btn {
        width: 40%;
        margin: 2rem 0;
        margin-left: auto;
    }

    .search-dropdowm-oneHalfCol .chiller_cb {
        margin: 10px 0;
        color: var(--body-text-color);
    }

.box-minmax {
    margin: 30px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(21, 31, 35, 0.86) !important;
    text-align: center;
    font-weight: 800;
}

    .box-minmax span:first-child {
        margin-left: 10px;
    }

.range-slider {
    /* margin-top: 30vh; */
    /* margin: auto; */
    /* display: block; */
    /* text-align: center; */
    /* background: red; */
    width: 60%;
    margin: auto;
}

.rs-range {
    margin-top: 29px;
    width: 600px;
    -webkit-appearance: none;
    /* background: red; */
    height: 11px;
    background: #2aaaa9;
    background-image: linear-gradient(to right,#02AAAA 0,#FC6C65 100%,#F9726A 100%);
}

    .rs-range:focus {
        outline: none;
    }

    .rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    .rs-range::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    .rs-range::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: white;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    .rs-range::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: white;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    .rs-range::-moz-focus-outer {
        border: 0;
    }

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    /* width: 98px; */
    /* height: 98px; */
    background: #47b4b3;
    border-radius: 0%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    /* padding-top: 22px; */
    box-sizing: border-box;
    border: 2px solid #47b4b3;
    margin-top: 20px;
    margin-left: -38px;
    left: attr(value);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 36px;
    width: 75px;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    top: -1vh;
    left: 0.5vw ;
}

    .rs-label::before {
        content: "£";
        display: inline-block;
        font-size: 20px;
        letter-spacing: 0.07em;
        margin-top: -2px;
        left: 0;
        /* position: absolute; */
        /* margin: auto; */
    }

    .rs-label::after {
        content: '';
        position: absolute;
        /* top: 0; */
        right: 0;
        left: 0;
        bottom: -8px;
        height: 15px;
        width: 15px;
        background: #47b4b3;
        margin: auto;
        transform: rotate(45deg);
    }
#rs-range-line{
    width:100%;
}
.search-main-cont-3 {
    padding: 0px;
}

.pack_wrapper_search {
}

.list-group-item-search {
    max-width: 100% !important;
    margin: auto;
}

.item-search {
    /* width: 100%; */
    margin: auto;
}

.pack_img_box {
    position: relative;
    height: 300px;
}

.list-group-item-search .pack_img_box {
    width: 33.5%;
    float: left;
    overflow:hidden;
}

.list-group-item-search .card_detail {
    width: 66.5%;
    float: right;
}

    .list-group-item-search .card_detail .detail_inner {
        width: 50%;
        float: left;
    }

    .list-group-item-search .card_detail .price_box {
        width: 50%;
        float: right;
    }

.card_detail .detail_inner div.img_icon {
    color: #f8564f;
    font-size: 0.79rem;
    padding: 15px 10px 0;
}

.searchMediaBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3c4e5a;
    padding: 6px 9px 3px;
}

    .searchMediaBtn a {
    }

        .searchMediaBtn a i {
            color: white;
            font-size: 28px;
        }

.searchcamBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #3c4e5a;
    padding: 6px 9px 3px;
    z-index:9;
}

    .searchcamBtn a {
    }

        .searchcamBtn a i {
            color: white;
            font-size: 28px;
        }

.pack_wrapper_search .detail_inner h2 {
    font-size: 22px;
    font-weight: 400;

}

.list-group-item-search .card_detail .price_box .match_price_box {
    margin: 0;
}

.pack_wrapper_search .price_box .match_price_box .price p {
    line-height: 1;
}

.pack_img_box .slick-slide {
    height: 100% !important;
}

    .pack_img_box .slick-slide > div {
        height: 300px;
    }

/*padding and Margin classes for easy padding editing*/

.paddingsZero{
    padding:0!important;
}
.paddingsRLZero {
    padding-left: 0!important;
    padding-right: 0!important;
}
.paddingsTZero {
    padding-top: 0 !important;
}
.paddingsBZero {
    padding-bottom: 0 !important;
    
}
.paddingsRZero {
    padding-right: 0 !important;
}
.paddingsLZero {
    padding-left: 0 !important;
}
.MarginsRLZero {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* End padding and Margin classes*/

.marginCenter {
    margin-left: 20.7vw;
    margin-right: 20.7vw;
}

.subDest{
    padding-left:30px;
}
.padt-2{
    padding-top: 1.5rem!important;
}
button.btn.btn-secondary.altDur {
    margin: 7px;
    color: #2aaaa9;
    background-color: white;
    padding: 5px;
    min-width: 35px;
    border: 2px solid #2aaaa9;
    max-width: 35px;
    border-radius: 6px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
button.btn.btn-outline-primary.altDur {
    margin: 7px;
    color: white;
    background-color: #2aaaa9;
    min-width: 35px;
    border: 2px solid white;
    max-width: 35px;
    border-radius: 6px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
button.btn.btn-secondary.altDur:hover {
    color: white;
    background-color: #2aaaa9;
    border: 2px solid white;

}

button.btn.btn-outline-primary.altDur:hover {
    color: #2aaaa9;
    background-color: white;
    border: 2px solid #2aaaa9;
}
.AltDurRow{
    padding-left:2vw;
}


.filters-wrapper-serach ul.nav.nav-tabs li.collapse a:before {
    transform: rotate(180deg);
    transition: transform .51s ease-in-out;
}
.filters-wrapper-serach ul.nav.nav-tabs li.collapse.collapsed a:before {
    transform: rotate(0deg);
    transition: transform .51s ease-in-out;
}
/*.searchResultModal{
    top:unset!important;
    height:auto;
}*/
.navyBackground {
  /*background: rgba(21, 31, 35, 0.86) !important;*/
  background: var(--primary-color) !important;
}
.navyColorBold {
    /*color: rgba(21, 31, 35, 0.86) !important;*/
    color: var(--primary-color)!important;
    font-weight: 600;
}
.navyColor {
    color: rgba(21, 31, 35, 0.86) !important;
}
.tabPanelA {
  
}
.whiteBG{
    background:white!important;
}

.whiteColor {
    color: white !important;
}
    .whiteColor:hover {
        color: rgba(21, 31, 35, 0.86) !important;
    }

.filters-wrapper ul.nav-tabs li:hover{
    background:white!important;
}
.filters-wrapper-serach ul.nav.nav-tabs li a:hover {
    /*color: rgba(21, 31, 35, 0.86) !important;*/
    color: var(--primary-color)!important;
}
.search-dropdowm-oneHalfCol.chiller_cb span {
    border: 2px solid rgba(21, 31, 35, 0.86);
}
filterDepartureModalLabel {
    color: #343d40!important;
}
.chiller_cb span {
    border: 4px solid #343d4047!important;
    border-radius: 2px;
}
.chiller_cb input:checked ~ span {
    background: var(--primary-color);
    color: #fff;
    border: 4px solid var(--primary-color) !important;
    border-color: var(--primary-color);
}


/**modal styling start*/

/* pop up secure*/
.ttModal {
    z-index: 999999;
    background: #000000bf !important;
}

    .ttModal .modal-dialog {
        max-width: 600px !important;
        padding-top: 100px;
        position: relative;
        /* border-radius: 5px; */
        height: inherit;
        /* background: yellow; */
    }

        .ttModal .modal-dialog .modal-content {
            width: 100%;
            position: relative;
            z-index: 99999;
            border-radius: 4px;
            overflow: hidden;
            outline: none;
            border: none;
            background: var(--primary-color);
            -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
        }

            .ttModal .modal-dialog .modal-content .modal-header {
                text-align: center;
                position: relative;
                /* background: #2a9b9a; */
                padding: 10px 0;
                /* border-color: #e6e6e68f; */
                border: none;
            }

                .ttModal .modal-dialog .modal-content .modal-header button.close {
                    position: absolute;
                    right: 0;
                    z-index: 999;
                    opacity: 1;
                    background: #f9706a;
                    margin: 0;
                    top: 10px;
                    width: 35px;
                    height: 35px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -ms-flex-line-pack: center;
                    align-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    /* border: 2px solid #003660; */
                    padding: 0;
                    text-align: center;
                    font-size: 0;
                    outline: none;
                    border-radius: 4px;
                    -webkit-transition: 0.5s;
                    -o-transition: 0.5s;
                    transition: 0.5s;
                    /* margin-bottom: 20px; */
                    right: 10px;
                }

                .ttModal .modal-dialog .modal-content .modal-header h4.modal-title {
                    text-align: center;
                    margin: 0;
                    padding: 0;
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    color: #fff;
                    font-weight: 400;
                    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
                }

            .ttModal .modal-dialog .modal-content .modal-body {
                background: #e6e6e6;
                padding: 0 15px;
                /* border: 1px solid #ebebeb; */
                /* padding: 15px 20px !important; */
                background: #fefef6;
                -webkit-box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57);
                -moz-box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57);
                box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57);
                margin: 30px 10px 10px;
                border-radius: 5px;
                padding: 20px 20px 20px 20px;
                border: 6px solid #eaeaea;
            }

                .ttModal .modal-dialog .modal-content .modal-body .modLeftImg {
                    padding: 0 15px 0 0;
                }

                    .ttModal .modal-dialog .modal-content .modal-body .modLeftImg img {
                        width: 100%;
                        border: 2px solid #00aae8;
                    }

                .ttModal .modal-dialog .modal-content .modal-body .modRightCont {
                    text-align: left;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -ms-flex-line-pack: center;
                    align-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    padding: 0px 10px 0 0;
                }

            .ttModal .modal-dialog .modal-content .modal-header button.close:before {
                content: '';
                background: #fff;
                position: absolute;
                height: 20px;
                width: 2px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.34);
                box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.34);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

            .ttModal .modal-dialog .modal-content .modal-header button.close:after {
                content: '';
                background: #fff;
                position: absolute;
                height: 20px;
                width: 2px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.34);
                box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.34);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

            .ttModal .modal-dialog .modal-content .modal-body .modRightCont p {
                color: #000;
                line-height: 20px;
                font-size: 14px;
                font-weight: 400;
                /* text-shadow: 0px 1px 3px rgba(190, 33, 47, 0.22); */
                /* text-align: justify; */
                margin: 0 20px 10px;
            }

            .ttModal .modal-dialog .modal-content .modal-header h4.modal-title span.sapration {
                color: #e6e6e6;
                line-height: 0;
                background: #e6e6e6;
                height: 1px;
                width: 5px;
                display: inline-block;
                font-size: 0;
                vertical-align: -webkit-baseline-middle;
            }

            .ttModal .modal-dialog .modal-content .modal-header h4.modal-title span.designation {
                font-size: 10px;
                font-weight: 300;
                text-shadow: 2px 2px 2px rgba(0,0,0,45);
            }

            .ttModal .modal-dialog .modal-content .modal-header button.close:hover {
                background: #000;
            }

                .ttModal .modal-dialog .modal-content .modal-header button.close:hover:before {
                    background: #fff;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                .ttModal .modal-dialog .modal-content .modal-header button.close:hover:after {
                    background: #fff;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

.hideBox {
    display: none !important
}

.team-section h2 {
    font-size: 36px;
    font-family: 'TrajanPro-Bold';
}

.modal-body.caPtteamBox h4 {
    /* font-size: 30px; */
    font-weight: bold;
    padding: 20px 0;
    font-size: 22px;
    color: #777;
}

.modal-body.caPtteamBox p {
    font-size: 16px;
    font-weight: 600;
    padding: 0 25px;
    text-align: justify;
    line-height: 1;
}

.modal-body.caPtteamBox .media {
}

    .modal-body.caPtteamBox .media img {
        width: 19%;
    }

    .modal-body.caPtteamBox .media .media-body {
    }

        .modal-body.caPtteamBox .media .media-body h5 {
            color: var(--primary-color);
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .modal-body.caPtteamBox .media .media-body ul {
            list-style: disc;
            padding-left: 15px;
        }

            .modal-body.caPtteamBox .media .media-body ul li {
                color: #777;
                padding-left: 0px;
                margin: 10px 0;
                font-size: 14px;
            }
/**modal popup end*/
/**Modal styling 2*/
/* pop up 2*/
.tt2Modal {
    z-index: 9999;
    background: #000000bf !important;
}

    .tt2Modal .modal-dialog {
        max-width: 750px !important;
        padding-top: 100px;
        position: relative;
        /* border-radius: 5px; */
        height: auto;
        /* background: yellow; */
        height: 832px;
    }

        .tt2Modal .modal-dialog .modal-content {
            width: 100%;
            position: relative;
            z-index: 99999;
            border-radius: 4px;
            overflow: hidden;
            outline: none;
            border: none;
            background: #fff;
            /* -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46); */
            /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46); */
            height: 580px;
        }

            .tt2Modal .modal-dialog .modal-content .modal-header {
                text-align: center;
                position: relative;
                background: #EEE;
                padding: 10px 0;
                /* border-color: #e6e6e68f; */
                border: none;
                height: 50px;
                margin-top: 10px;
            }

                .tt2Modal .modal-dialog .modal-content .modal-header button.close {
                    position: absolute;
                    right: 0;
                    z-index: 999;
                    opacity: 1;
                    background: #f9706a;
                    margin: 0;
                    top: 8px;
                    width: 35px;
                    height: 35px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -ms-flex-line-pack: center;
                    align-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    /* border: 2px solid #003660; */
                    padding: 0;
                    text-align: center;
                    font-size: 0;
                    outline: none;
                    border-radius: 4px;
                    -webkit-transition: 0.5s;
                    -o-transition: 0.5s;
                    transition: 0.5s;
                    /* margin-bottom: 20px; */
                    right: 10px;
                }

                .tt2Modal .modal-dialog .modal-content .modal-header h4.modal-title {
                    text-align: center;
                    margin: 0;
                    padding: 0;
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    color: #fff;
                    font-weight: 400;
                    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
                }

                .tt2Modal .modal-dialog .modal-content .modal-header h4 {
                    font-size: 1.3rem;
                    margin-left: 10px;
                    color: #777777;
                    font-weight: 400;
                }

            .tt2Modal .modal-dialog .modal-content .modal-body {
                background: #e6e6e6;
                padding: 0 15px;
                /* border: 1px solid #ebebeb; */
                /* padding: 15px 20px !important; */
                background: #fefef6;
                /* -webkit-box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57); */
                -moz-box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57);
                /* box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57); */
                /* margin: 30px 10px 10px; */
                /* border-radius: 5px; */
                padding: 20px;
                /* border: 6px solid #eaeaea; */
                /* height: 100%; */
            }

                .tt2Modal .modal-dialog .modal-content .modal-body .modLeftImg {
                    padding: 0 15px 0 0;
                }

                    .tt2Modal .modal-dialog .modal-content .modal-body .modLeftImg img {
                        width: 100%;
                        border: 2px solid #00aae8;
                    }

                .tt2Modal .modal-dialog .modal-content .modal-body .modRightCont {
                    text-align: left;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -ms-flex-line-pack: center;
                    align-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    padding: 0px 10px 0 0;
                }

            .tt2Modal .modal-dialog .modal-content .modal-header button.close:before {
                content: '';
                background: #fff;
                position: absolute;
                height: 20px;
                width: 2px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.34);
                box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.34);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

            .tt2Modal .modal-dialog .modal-content .modal-header button.close:after {
                content: '';
                background: #fff;
                position: absolute;
                height: 20px;
                width: 2px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.34);
                box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.34);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

            .tt2Modal .modal-dialog .modal-content .modal-body .modRightCont p {
                color: #000;
                line-height: 20px;
                font-size: 14px;
                font-weight: 400;
                /* text-shadow: 0px 1px 3px rgba(190, 33, 47, 0.22); */
                /* text-align: justify; */
                margin: 0 20px 10px;
            }

            .tt2Modal .modal-dialog .modal-content .modal-header h4.modal-title span.sapration {
                color: #e6e6e6;
                line-height: 0;
                background: #e6e6e6;
                height: 1px;
                width: 5px;
                display: inline-block;
                font-size: 0;
                vertical-align: -webkit-baseline-middle;
            }

            .tt2Modal .modal-dialog .modal-content .modal-header h4.modal-title span.designation {
                font-size: 10px;
                font-weight: 300;
                text-shadow: 2px 2px 2px rgba(0,0,0,45);
            }

            .tt2Modal .modal-dialog .modal-content .modal-header button.close:hover {
                background: #000;
            }

                .tt2Modal .modal-dialog .modal-content .modal-header button.close:hover:before {
                    background: #fff;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                .tt2Modal .modal-dialog .modal-content .modal-header button.close:hover:after {
                    background: #fff;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

.modal-body.caPtteamBox2 h4 {
    /* font-size: 30px; */
    font-weight: bold;
    padding: 20px 0;
    font-size: 22px;
    color: #777;
}

.modal-body.caPtteamBox2 p {
    font-size: 15px;
    /* font-weight: 600; */
    padding: 0 25px;
    text-align: justify;
    color: #777;
}

.modal-body.caPtteamBox2 .media {
}

    .caPtteamBox2 .Media-Img-Box p {
        font-size: 17px !important;
        padding: 0 !important;
        margin-top: 30px;
        line-height: 1.5;
    }

.modal-body.caPtteamBox2 .media img {
    width: 100%;
    height: 100%;
}

.modal-body.caPtteamBox2 .media .media-body {
}

    .modal-body.caPtteamBox2 .media .media-body h5 {
        color: #2aaaa9;
        font-size: 20px;
        font-weight: bold;
    }

    .modal-body.caPtteamBox2 .media .media-body ul {
    }

        .modal-body.caPtteamBox2 .media .media-body ul li {
            color: #777;
            padding-left: 1.5rem;
            font-size: 15px;
            margin: 8px 0;
        }

            .modal-body.caPtteamBox2 .media .media-body ul li i {
                font-size: 12px;
                margin-right: 10px;
                color: green;
            }
            /**end of modal popup styling 2*/



.filters-wrapper-serach ul.nav.nav-tabs li a:hover {
    /*color: rgba(21, 31, 35, 0.86) !important;*/
    color: var(--primary-color) !important;
    cursor: pointer;
}

@media screen and (min-width:1000px) {
    ul.navbar-nav.mx-auto {
        min-height: 36px!important;
    }
}

.ttModal .modal-dialog {
    max-width: 600px !important;
    padding-top: 6vh;
    position: relative;
    /* border-radius: 5px; */
    height: 100vh;
    /* background: yellow; */
}
.modal-dialog .modal-content {
    width: 100%;
    position: relative;
    z-index: 99999;
    border-radius: 4px;
    overflow: hidden;
    outline: none;
    border: none;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
}
.ttModal .modal-dialog .modal-content .modal-header {
    text-align: center;
    position: relative;
    /* background: #2a9b9a; */
    padding: 10px 0;
    /* border-color: #e6e6e68f; */
    border: none;
}
.ttModal .modal-dialog .modal-content .modal-body {
    background: #e6e6e6;
    padding: 0 15px;
    /* border: 1px solid #ebebeb; */
    /* padding: 15px 20px !important; */
    background: #fefef6;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57);
    -moz-box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57);
    box-shadow: 0px 0px 20px 0px rgba(39, 19, 12, 0.57);
    margin: 30px 10px 10px;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    border: 6px solid #eaeaea;
}
.modal-body.caPtteamBox .media .media-body h5 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.modal-body.caPtteamBox .media .media-body ul {
    list-style: disc;
    padding-left: 15px;
}
    .modal-body.caPtteamBox .media .media-body ul li {
        color: #777;
        padding-left: 0px;
        margin: 10px 0;
        font-size: 14px;
    }
li.ng-scope {
    font-size: 16px;
    padding: 0 0px;
}

/*.flights-box {
    border: 6px solid #2aaaa9;
    padding: 10px;
}*/

.flights-box {
}

    .flights-box h2 {
        color: var(--primary-color);
        /* margin-left: -40px; */
        font-size: 1.2rem;
        background-repeat: no-repeat;
        background-position: left center;
        /* padding-left: 37px; */
        font-weight: 600;
        padding: 1rem 0 1rem;
        border-bottom: 1px solid #ebebea;
        margin-bottom: 1rem;
        text-align:left;
    }

        .flights-box h2 img.flight-icon {
            width: 14px;
            margin-right: 8px;
        }

.depart-block {

}

    .depart-block h4 {
        color: #444;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .depart-block h5 {
        color: #444;
        font-size: 14px;
    }

    .depart-block h3 {
    }

a.tooltip-pro {
    font-size: 14px;
    display: block;
    margin: 20px 0;
    color: #777777;
}

.flight-icon-block {
    text-align: center;
}

    .flight-icon-block p {
        font-size: 10px;
    }

.flight-number-block {
}

    .flight-number-block img {
        /*width: 75%;*/
        width:100% !important;
    }

    .flight-number-block h4 {
        color: #444;
        font-size: .9rem;
        line-height: 1.5;
    }

.flight-det {
    height: 100%;
    border-left: 1px solid #ebebea;
    /* display: flex; */
    /* align-items: center; */
    padding: 15px 7px;
}

    .flight-det img {
        width: 100%;
        margin: auto;
        display: block;
    }

.arrival-block {
}

    .arrival-block h4 {
        color: #444;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .arrival-block h5 {
        color: #444;
        font-size: 14px;
    }

    .arrival-block h3 {
    }

.atal {
    font-size: 10px;
    /* white-space: nowrap; */
    align-items: center;
    height: 100%;
    display: flex;
    margin: 1rem 0;
}

    .atal img {
        max-width: 20%;
        margin-right: 4px;
    }

.your-board-basis-list .on-page-menu-box p {
    font-size: 10px !important;
    font-weight: 600;
}
.flights-box.flights-box-bk-search {
    border: 0;
}

    .flights-box.flights-box-bk-search img {
        width: 15%;
    }

.flight-number-block-search {
    text-align: end;
}

    .flight-number-block-search img {
        width: 50%;
    }

    .flight-number-block-search h4 {
        font-size: 13px !important;
        line-height: 1 !important;
        padding: 5px 0 !important;
    }

.flights-box.flights-box-bk-search h2 {
    height: 65px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
}

.price strong span.currency {
    font-size: 25px;
}

.mob-side-menu {
    display: none;
    background: #3eb2b1;
    border-top: 1px solid #fff;
    top: 0;
    z-index: 99;
    width: 100%;
}

    .mob-side-menu .card_btn {
        width: 100%;
    }

        .mob-side-menu .card_btn input {
            padding: 15px;
            width: 100% !important;
            border: 0;
            border-bottom: 4px solid var(--btn-shadow-color);
            margin: 15px 0px;
        }

.card_img {
    max-height: 7vh;
}

.price_box .match_price_box .price p {
    font-size: 12px !important;
    color: #777;
    white-space: nowrap;
}

.pack_normalText {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
}

.search-main-cont-3 {
    padding: 0px;
}
.webColorBold {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}
#filterPriceModalLabel {
   /* font-weight: 600;
    font-size: 20px;*/
}
small.navyColor {
    font-size: 16px;
}
.list-group-item-search {
    max-width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
}
.card_img{
padding-top:1vh;

}
.noUi-touch-area {
    height: 100%;
    width: 100%;
    border: #2aaaa9 0px solid;
}
.MarBtm4{
    margin-bottom:4.5rem!important;
}
p.btnAtol {
    padding: 0px 50px;
}
.price_box .dark_border span.float-left {
    /*padding: 5px 9px;*/
    font-size: 1rem !important;
}

.price_box .dark_border span.float-right {
    background: red;
    /*width: 19%;*/
    height: auto;
    padding: 5px 0px;
    font-size: 1rem !important;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

/**Start of Laptop Styling**/
@media screen and (max-width: 1048px) and (min-width:884px) {
    
    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }

    .PhoneRow{
        display:none!important;
    }
    .marginCenter {
        margin-left: 3.7vw;
        margin-right: 3.7vw;
    }
    .filters-wrapper-serach ul.nav.nav-tabs li {
        width: calc(100%/6);
        border-right: solid 1px #d7d7d7;
        border-left: 1px solid #eee;
        border-top:0;
        border-bottom:0;
    }
    .filters-wrapper-serach-inner {
        border-top: 0;
        border-bottom: 0;
    }
    .pack_wrapper_search .detail_inner h2 {
        font-size: 19px;
    }
    .card_detail .pack_info .float-left, .float-right {
        font-size: 0.69rem!important;
    }
    span.ul_pera {
        font-size: small;
        text-align: center;
    }
    .card_img {
        max-height: 7vh;
    }
    .price_box .match_price_box .price p {
        font-size: 12px!important;
        color: #777;
        white-space: nowrap;
    }
    .search-main-cont-3 {
        padding: 0px;
    }
    .list-group-item-search {
        max-width: 100% !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

/**End of Laptop Styling**/

.flipPlane{
    transform:scaleX(-1);
}

/**Start of tablet Landscape Styling**/

@media screen and (max-width: 884px) and (min-width:769px) {

    l_list_item {
        font-size: 11px !important;
        position: relative;
        display: inline-block;
        margin-right: 3px;
    }
    .user_box{
        white-space:nowrap;
    }
    #price {
        width: 75%;
    }
    .d-contents{
        display:contents!important;
    }
    .user_box_link a {
        display: block;
        font-size: 10px !important;
        line-height: 28px;
        font-weight: 600;
        color: white;
        text-transform: capitalize;
        background: #2aaaa9;
        padding: 0px 12px !important;
        border-bottom: 3px solid #327575;
        border-radius: 5px;
    }

    /*ul.list-unstyled.list-inline{
        display:contents;
    }*/

    .searchTabsSummaryCell h6 {
        font-size: 13px;
        font-weight: 700;
    }

    .searchTabsSummaryCell ul li p {
        color: #777777;
        font-size: 13px;
        line-height: normal;
        font-weight: 600;
    }

        .searchTabsSummaryCell ul li p i {
            color: var(--primary-color);
            font-size: 13px;
            margin-right: .5rem;
        }

    .searchTabsSummaryCell h6 i {
      
        font-size: 13px;
        margin-right: 10px;
    }

    .pro-search-btn a {
        font-size: .65rem;
    }

    .head-phone p {
        line-height: 1;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 12px;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li a {
        font-size: 13px;
        color: #777;
        position: relative;
        padding: 20px 0 25px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li a:before {
        font-size: 13px;
    }

    .serach-main-cont-1 h3 {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
        font-size: 1.2rem;
        color: rgba(21, 31, 35, 0.86);
        white-space: nowrap;
    }

    .nav-pills .nav-link {
        font-size: smaller;
    }

    .raitingIMG {
        width: 100%;
    }

    .taReviewTxt {
        font-size: 8px;
    }

    .resortTxt {
        font-size: 10px;
    }

    .PhoneRow {
        display: none !important;
    }

    .marginCenter {
        margin-left: 3.7vw;
        margin-right: 3.7vw;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li {
        width: calc(100%/6);
        border-right: solid 1px #d7d7d7;
        border-left: 1px solid #eee;
        border-top: 0;
        border-bottom: 0;
    }

    .filters-wrapper-serach-inner {
        border-top: 0;
        border-bottom: 0;
    }

    .pack_wrapper_search .detail_inner h2 {
        font-size: 12px;
    }

    .card_detail .pack_info .float-left, .float-right {
        font-size: 0.59rem !important;
    }

    li.ng-scope {
        font-size: 16px;
        padding: 0rem 0px;
    }

    span.ul_pera {
        font-size: 11px !important;
        text-align: center;
    }

    .card_img {
        max-height: 7vh;
    }

    .price_box .match_price_box .price p {
        font-size: 12px !important;
        color: #777;
        white-space: nowrap;
    }

    .pack_normalText {
        font-size: 10px;
        line-height: normal;
        font-weight: 400;
    }

    .search-main-cont-3 {
        padding: 0px;
    }

    .list-group-item-search {
        max-width: 100% !important;
    }


    .priceMatch1 {
        font-size: 11px;
    }

    .priceMatch2 {
        font-size: 8px;
    }

    .price_box .match_price_box .price strong {
        font-size: 1.8rem !important;
        font-weight: 600;
        color: #444;
        line-height: 1.5rem !important;
    }

    .perPersonPrice {
        white-space: break-spaces;
    }

    .price_box .dark_border span.float-left {
      /*  font-size: 0.64rem !important;*/
    }

    .depsotPricepp {
        font-size: 11px;
    }

    .price_box .continue_detail ul li {
        font-size: 0.49rem !important;
    }

    .d-contents {
        display: contents !important;
    }
   

    .wrapper-block-waiting {
        height: auto;
         margin-top: 0px; 
    }
    .price_box .dark_border span.float-left {
        background: var(--menu-text-color);
        width: 75%;
        height: 25px;
        color: white;
        font-size: 0.79rem;
        padding-top: 3px;
        padding-left: 6px;
    }
}

/**End of Tablet Landscape Styling**/






/**Start of tablet Styling**/

@media screen and (max-width: 779px) and (min-width:600px) {

    l_list_item {
        font-size: 11px!important;
        position: relative;
        display: inline-block;
        margin-right: 3px;
    }
    #price {
        width: 75%;
    }

    .user_box_link a {
        display: block;
        font-size: 11px!important;
        line-height: 28px;
        font-weight: 600;
        color: white;
        text-transform: capitalize;
        background: #2aaaa9;
        padding: 0px 12px!important;
        border-bottom: 3px solid #327575;
        border-radius: 5px;
    }
    .searchTabsSummaryCell ul li p {
        color: #777777;
        font-size: 14px;
        line-height: normal;
        font-weight: 600;
    }

    .searchTabsSummaryCell h6 {
        color: #777777;
        font-size: 14px;
        font-weight: 600;
    }

    .searchTabsSummaryCell ul li p i {
        color: var(--primary-color);
        font-size: 15px;
        margin-right: .5rem;
    }
    .searchTabsSummaryCell h6 i {
       
        font-size: 15px;
        margin-right: 10px;
    }
    .pro-search-btn a {
        font-size: .75rem;
    }
    .head-phone p {
        line-height: 1;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 12px;
    }
    .filters-wrapper-serach ul.nav.nav-tabs li a {
        font-size: 12px;
        color: #777;
        position: relative;
        padding: 20px 0 25px 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }
    .filters-wrapper-serach ul.nav.nav-tabs li a:before {
        font-size: 16px;
    }
    .serach-main-cont-1 h3 {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
        font-size: 1.2rem;
        color: rgba(21, 31, 35, 0.86);
        white-space: nowrap;
    }
    .nav-pills .nav-link {
        font-size: smaller;
    }
    .raitingIMG{
        width:35%;
    }
    .taReviewTxt{
        font-size:10px;
    }
    .resortTxt{
        font-size:14px;
    }

    .PhoneRow {
        display: none !important;
    }

    .marginCenter {
        margin-left: 3.7vw;
        margin-right: 3.7vw;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li {
        width: calc(100%/6);
        border-right: solid 1px #d7d7d7;
        border-left: 1px solid #eee;
        border-top: 0;
        border-bottom: 0;
    }

    .filters-wrapper-serach-inner {
        border-top: 0;
        border-bottom: 0;
    }

    .pack_wrapper_search .detail_inner h2 {
        font-size: 18px;
    }

    .card_detail .pack_info .float-left, .float-right {
        font-size: 0.78rem!important;
    }

    li.ng-scope {
        font-size: 16px;
        padding: 0 0px;
    }

    span.ul_pera {
        font-size: 11px!important;
        text-align: center;
    }

    .card_img {
        max-height: 7vh;
    }

    .price_box .match_price_box .price p {
        font-size: 12px !important;
        color: #777;
        white-space: nowrap;
    }
    .pack_normalText {
        font-size: 10px;
        line-height: normal;
        font-weight: 400;
    }

    .search-main-cont-3 {
        padding: 0px;
    }

    .list-group-item-search {
        max-width: 100% !important;
    }

    .priceMatch1 {
        font-size: 16px;
    }
    .priceMatch2 {
        font-size: 12px;
    }
    .price_box .match_price_box .price strong {
        font-size: 1.8rem!important;
        font-weight: 600;
        color: #444;
        line-height: 1.5rem!important;
    }
    .perPersonPrice {
        white-space: break-spaces;
    }
    .price_box .dark_border span.float-left {
        
        /*font-size: 0.79rem!important;*/
    }
    .depsotPricepp{
        font-size:16px!important;
    }
    .price_box .continue_detail ul li {
        font-size: 0.79rem!important;
    }
    .price{
     /*   margin-top:-2vh;*/
    }
    .calPrice{
        margin-top:unset!important;
    }
    .btnAtol {
        color: green;
        margin-top: 7px;
        margin-left: 31vw;
        text-decoration: none;
    }
    .d-contents{
        display:contents!important;
    }
    .list-group-item-search {
        max-width: inherit;
        margin: auto;
    }
    #SerachResultsSection .list-group-item-search .card_detail .price_box .match_price_box {
        display:flex !important;
    
    }
    .list-group-item-search .card_detail .price_box .match_price_box {
        display: block !important;
    }

        .list-group-item-search .pack_img_box {
            width: 100%;
            float: unset;
        }

        .list-group-item-search .card_detail {
            width: 100%;
            float: unset;
        }

            .list-group-item-search .card_detail .detail_inner {
                width: 100%;
                float: unset;
            }

    .list-group-item-search .card_detail .price_box {
                width: 100%;
                float: unset;
  }
   
    .wrapper-block-waiting {
        height: auto;
        margin-top: 0px;
    }
    .pack_img img{
        width:inherit!important;
        object-fit:cover;
    }
    .price_box .dark_border span.float-left{
        height:26px;
    }
    span.ul_pera {
        font-size: 11px !important;
        padding: 0px 29vw;
        text-align: center;
    }
    p.btnAtol {
        padding: 0px 30vw;
        margin-left:unset!important
    }
    .btnAtol {
        padding: 0px 30vw;
    }
}

/**End of Tablet Styling**/





/**Start of Large Mobile Styling**/

@media screen and (max-width: 599px) and (min-width:375px) {
/*    .transIconImg{
        width:30%!important;
    }
*/


    .card_detail .pack_info {
        border-bottom: solid 1px;
        border-style: dotted;
        padding: 15px 0px 16px 0px;
    }
    l_list_item {
        font-size: 11px !important;
        position: relative;
        display: inline-block;
        margin-right: 3px;
    }
    #price {
        width: 90%;
    }
    .user_box_link a {
        display: block;
        font-size: 11px !important;
        line-height: 28px;
        font-weight: 600;
        color: white;
        text-transform: capitalize;
        background: #2aaaa9;
        padding: 0px 12px !important;
        border-bottom: 3px solid var(--btn-secondary-shadow-color);
        border-radius: 5px;
    }

    .searchTabsSummaryCell ul li p {
        color: #777777;
        font-size: 10px;
        line-height: normal;
        font-weight: 600;
    }

        .searchTabsSummaryCell ul li p i {
            color: var(--primary-color);
            font-size: 15px;
            margin-right: .5rem;
        }

    .searchTabsSummaryCell h6 i {
       
        font-size: 15px;
        margin-right: 10px;
    }

    .pro-search-btn a {
        font-size: .75rem;
    }

    .head-phone p {
        line-height: 1;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 12px;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li a {
        font-size: 12px;
        color: #777;
        position: relative;
        padding: 10px 0 10px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li a:before {
        font-size: 16px;
    }

    .serach-main-cont-1 h3 {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
        font-size: 1.2rem;
        color: rgba(21, 31, 35, 0.86);
        white-space: nowrap;
    }

    .nav-pills .nav-link {
        font-size: smaller;
    }

    .raitingIMG {
        width: 65%;
    }

    .taReviewTxt {
        font-size: 10px;
    }

    .resortTxt {
        font-size: 14px;
    }

    .PhoneRow {
        display: none !important;
    }

    .marginCenter {
        margin-left: 3.7vw;
        margin-right: 3.7vw;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li {
        width: calc(100%/1);
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        border-top: 0;
        border-bottom: 1px solid #eee;
    }
    .filters-wrapper ul.nav-tabs {
        border-right: none;
        border-left: none;
    }
    .filters-wrapper-serach-inner {
        border-top: 0;
        border-bottom: 0;
    }

    .pack_wrapper_search .detail_inner h2 {
        font-size: 18px;
    }

    .card_detail .pack_info .float-left, .float-right {
        font-size: 0.8rem !important;
    }
    .card_detail .detail_inner .pack_info .float-left, .float-right {
        font-size: 14px !important;
        font-weight:400;
    }

    li.ng-scope {
        font-size: 16px;
        padding: 0 0px;
    }

    span.ul_pera {
        font-size: 14px !important;
        padding: 42px;
        text-align: center;
    }


    .card_img {
        max-height: 7vh;
    }

    .price_box .match_price_box .price p {
        font-size: 12px !important;
        color: #777;
        white-space: nowrap;
    }

    .pack_normalText {
        font-size: 12px;
        line-height: normal;
        font-weight: 400;
    }

    .search-main-cont-3 {
        padding: 0px;
    }

    .list-group-item-search {
        max-width: 100% !important;
    }

    .priceMatch1 {
        font-size: 16px;
    }

    .priceMatch2 {
        font-size: 12px;
    }
    .match_price {
        /*display: block!important;*/
        justify-content: center;
    }

    .price_box .match_price_box .price strong {
        font-size: 2.2rem !important;
        font-weight: 600;
        color: #444;
        line-height: 2.5rem !important;
    }

    .perPersonPrice {
        white-space: break-spaces;
    }

    .price_box .dark_border span.float-left {
        padding: 5px 9px;
        font-size: 1rem !important;
        height: auto;
    }
    .price_box .dark_border span.float-right {
        background: red;
        /*width: 19%;*/
        height: auto;
        padding: 5px 0px;
        font-size: 1rem !important;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }

    /*.depsotPricepp {
        font-size: 16px !important;
    }*/

    .price_box .continue_detail ul li {
        font-size: 0.79rem !important;
    }

/*    .price {
        margin-top: -3vh;
    }
*/

    .calPrice {
        margin-top: unset !important;
    }
    .flightblockMob{
        width:33%!important;
    }
    .btnAtol {
        color: green;
        margin-top: 7px;
        /*margin-left: 31vw;*/
        text-decoration: none;
    }

    .d-contents {
        display: contents !important;
    }

    .list-group-item-search {
        max-width: inherit;
        margin: auto;
    }

        .list-group-item-search .card_detail .price_box .match_price_box {
            /*display: flow-root !important;*/
        }

        .list-group-item-search .pack_img_box {
            width: 100%;
            float: unset;
        }

        .list-group-item-search .card_detail {
            width: 100%;
            float: unset;
        }

            .list-group-item-search .card_detail .detail_inner {
                width: 100%;
                float: unset;
            }

            .list-group-item-search .card_detail .price_box {
                width: 100%;
                float: unset;
            }

    .pro-search-btn a {
        color: #fff;
        width: 100%;
        display: block;
        background: #4ebe4f;
        right: 0px;
        border-radius: 0px;
        /* padding-left: 36%; */
        /* padding-right: 40%; */
        white-space: pre;
        font-size: 18px;
        line-height: 30px;
        border-bottom: none;
    }

    .pro-search-btn {
        width: 100%;
    }

    #headerContainer {
        max-height: 60px;
    }

    .SearchBarProd {
        /*padding: 0 !important;*/
    }

    .searchTabModal .modal-body {
        padding: 10px 20px;
        margin: 0;
        max-height: calc(100vh - 150px) !important;
        overflow-y: auto;
    }

    .modal-dialog .modal-content {
        width: 100%;
        position: relative;
        z-index: 99999;
        border-radius: 4px;
        overflow: hidden;
        outline: none;
        border: none;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
    }

    .board-cont .table td, .board-cont .table th {
        padding: .25rem;
    }
    .board-cont .table td {
        padding: .25rem;
        /*border-left: #c6c9ca 1px solid !important;*/
    }
    .priceFilter{
        padding-top:20vh;
    }
    .nav-tabs {
         border-bottom:none; 
    }

    .navyBackground {
        /* background: rgba(21, 31, 35, 0.86) !important;*/
        /*background: white !important;*/
        background: var(--primary-color) !important;
    }
   
    .navyColorBold {
        /*color: rgba(21, 31, 35, 0.86) !important;*/
        color: white !important;
        font-weight: 600;
    }

    .navyColor {
        /*color: rgba(21, 31, 35, 0.86) !important;*/
        color: white !important;
    }

    .tabPanelA {
    }

    .whiteBG {
        /*background: white !important;*/
        background: rgba(21, 31, 35, 0.86) !important;
    }

   
    .mobHolidayCount{
        display:block;
    }
    .deskHolidayCount {
        display: none;
    }
    .searchTabsSummary {
        /*background: #4ebe4f;*/
        border-top: 2px solid white;
    }
   
    .serach-main-cont-2{
        display:none;

    }
    .filtersSection {
        height: 60px;
        border-top: 2px solid white;
    }
    /*.pro-search-btn2 {
        width: 100%;
    }*/
    .sort-fields-sel label {
        font-size: 14px;
        font-weight: 600;
        color: #49b6b5;
        padding-right: 45px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .serach-main-cont-1 {
        max-height: 50px;
    }
    #SerachResultsSection{
        padding-top:5vh;
    }
    .filters-wrapper-serach ul.nav.nav-tabs li a {
        /*float: left;*/
   }
        .filters-wrapper-serach ul.nav.nav-tabs li a:before {
            content: '';
        }
   
    .wrapper-block-waiting {
        height: auto;
        margin-top: 0px;
    }
    .whiteColor:hover {
        color: white !important;
    }

    .ttModal .modal-dialog {
        max-width: 600px !important;
        padding-top: 6vh;
        position: relative;
        /* border-radius: 5px; */
        height: 100vh;
        /* background: yellow; */
    }

    .modal-dialog .modal-content {
        width: 100%;
        position: relative;
        z-index: 99999;
        border-radius: 4px;
        overflow: hidden;
        outline: none;
        border: none;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
    }
    .ttModal .modal-dialog .modal-content{
        height:106vh;
    }
    .departRow {
        width: 33%!important;
    }

}
/**End of Large Mobile Styling**/


/**Start of medium to small Mobile Styling**/

@media screen and  (max-width:375px) {
    .card_detail .pack_info {
        border-bottom: solid 1px;
        border-style: dotted;
        padding: 15px 0px 16px 0px;
    }

    l_list_item {
        font-size: 11px !important;
        position: relative;
        display: inline-block;
        margin-right: 3px;
    }
    #price {
        width: 60%;
    }

    .user_box_link a {
        display: block;
        font-size: 11px !important;
        line-height: 28px;
        font-weight: 600;
        color: white;
        text-transform: capitalize;
        background: #2aaaa9;
        padding: 0px 12px !important;
        border-bottom: 3px solid #327575;
        border-radius: 5px;
    }

    .searchTabsSummaryCell ul li p {
        color: #777777;
        font-size: 10px;
        line-height: normal;
        font-weight: 600;
    }

        .searchTabsSummaryCell ul li p i {
            color: var(--primary-color);
            font-size: 15px;
            margin-right: .5rem;
        }

    .searchTabsSummaryCell h6 i {
        
        font-size: 15px;
        margin-right: 10px;
    }

    .pro-search-btn a {
        font-size: .75rem;
    }

    .head-phone p {
        line-height: 1;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 12px;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li a {
        font-size: 12px;
        color: #777;
        position: relative;
        padding: 10px 0 10px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li a:before {
        font-size: 16px;
    }

    .serach-main-cont-1 h3 {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
        font-size: 1.2rem;
        color: rgba(21, 31, 35, 0.86);
        white-space: nowrap;
    }

    .nav-pills .nav-link {
        font-size: smaller;
    }

    .raitingIMG {
        width: 65%;
    }

    .taReviewTxt {
        font-size: 10px;
    }

    .resortTxt {
        font-size: 14px;
    }

    .PhoneRow {
        display: none !important;
    }

    .marginCenter {
        margin-left: 3.7vw;
        margin-right: 3.7vw;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li {
        width: calc(100%/1);
        border-right: none;
        border-left: none;
        border-top: 0;
        border-bottom: 1px solid #eee;
    }

    .filters-wrapper ul.nav-tabs {
        border-right: none;
        border-left: none;
    }

    .filters-wrapper-serach-inner {
        border-top: 0;
        border-bottom: 0;
    }

    .pack_wrapper_search .detail_inner h2 {
        font-size: 18px;
    }

    .card_detail .pack_info .float-left, .float-right {
        font-size: 0.8rem !important;
    }

    .card_detail .detail_inner .pack_info .float-left, .float-right {
        font-size: 0.8rem !important;
    }

    li.ng-scope {
        font-size: 16px;
        padding: 0rem 0px;
    }

    span.ul_pera {
        font-size: 11px !important;
        padding: 42px;
        text-align: center;
    }


    .card_img {
        max-height: 7vh;
    }

    .price_box .match_price_box .price p {
        font-size: 12px !important;
        color: #777;
        white-space: nowrap;
    }

    .pack_normalText {
        font-size: 12px;
        line-height: normal;
        font-weight: 400;
    }

    .search-main-cont-3 {
        padding: 0px;
    }

    .list-group-item-search {
        max-width: 100% !important;
        padding-right: 0px;
        padding-left: 0px;
    }

    .priceMatch1 {
        font-size: 16px;
    }

    .priceMatch2 {
        font-size: 12px;
    }

    .match_price {
        /*display: block !important;*/
        justify-content: center;
    }

    .price_box .match_price_box .price strong {
        font-size: 2.2rem !important;
        font-weight: 600;
        color: #444;
        line-height: 2.5rem !important;
    }

    .perPersonPrice {
        white-space: break-spaces;
    }

    .price_box .dark_border span.float-left {
        padding: 5px 9px;
        font-size: 1rem !important;
        height: auto;
    }

    .price_box .dark_border span.float-right {
        background: red;
        /*width: 19%;*/
        height: auto;
        padding: 5px 0px;
        font-size: 1rem !important;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }

    /*.depsotPricepp {
        font-size: 16px !important;
    }*/

    .price_box .continue_detail ul li {
        font-size: 0.79rem !important;
    }

    .price {
        /*margin-top: -3vh;*/
    }

    .btnAtol {
        color: green;
        margin-top: 7px;
        /*margin-left: 31vw;*/
        text-decoration: none;
    }

    .d-contents {
        display: contents !important;
    }

    .list-group-item-search {
        max-width: inherit;
        margin: auto;
    }

        .list-group-item-search .card_detail .price_box .match_price_box {
            /*display: flow-root !important;*/
        }

        .list-group-item-search .pack_img_box {
            width: 100%;
            float: unset;
        }

        .list-group-item-search .card_detail {
            width: 100%;
            float: unset;
        }

            .list-group-item-search .card_detail .detail_inner {
                width: 100%;
                float: unset;
            }

            .list-group-item-search .card_detail .price_box {
                width: 100%;
                float: unset;
            }

    .pro-search-btn a {
        color: #fff;
        width: 100%;
        display: block;
        background: #4ebe4f;
        right: 0pc;
        padding-left: 36%;
        padding-right: 40%;
        white-space: nowrap;
        font-size: 18px;
        border-bottom: none;
    }

    .pro-search-btn {
        width: 98%;
    }

    #headerContainer {
        max-height: 60px;
    }

    .SearchBarProd {
        /*padding: 0 !important;*/
    }

    .searchTabModal .modal-body {
        padding: 10px 20px;
        margin: 0;
        max-height: calc(100vh - 150px) !important;
        overflow-y: auto;
    }

    .modal-dialog .modal-content {
        width: 100%;
        position: relative;
        z-index: 99999;
        border-radius: 4px;
        overflow: hidden;
        outline: none;
        border: none;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
    }

    .board-cont .table td, .board-cont .table th {
        padding: .25rem;
    }

    .board-cont .table td {
        padding: .25rem;
        /*border-left: #c6c9ca 1px solid !important;*/
    }

    .priceFilter {
        padding-top: 20vh;
    }

    .nav-tabs {
        border-bottom: none;
    }

    .navyBackground {
        background: var(--primary-color) !important;
        
        /*background: white !important;*/
    }

    .navyColorBold {
        /*color: rgba(21, 31, 35, 0.86) !important;*/
        color: white !important;
        font-weight: 600;
    }

    .navyColor {
        /*color: rgba(21, 31, 35, 0.86) !important;*/
        color: white !important;
    }

    .tabPanelA {
    }

    .whiteBG {
        /*background: white !important;*/
        background: rgba(21, 31, 35, 0.86) !important;
    }
    .navyBackground .whiteColor {
        color: white !important;
        /*color: rgba(21, 31, 35, 0.86) !important;*/
    }

    .mobHolidayCount {
        display: block;
    }

    .deskHolidayCount {
        display: none;
    }

    .searchTabsSummary {
      /*  background: #4ebe4f;*/
        border-top: 2px solid white;
    }

    .pro-search-btn2 a {
        color: #fff !important;
        width: 100%;
        display: block;
        background:var(--primary-color) !important;
        right: 0pc;
        padding-left: 36%;
        padding-right: 40%;
        white-space: pre;
        height: 60px;
        font-size: 18px;
        padding-top: 3vh;
        border-bottom: none;
    }

    .serach-main-cont-2 {
        display: none;
    }

    .filtersSection {
        height: 60px;
        border-top: 2px solid white;
    }

    .pro-search-btn2 {
        width: 100%;
    }

    .sort-fields-sel label {
        font-size: 14px;
        font-weight: 600;
        color: #49b6b5;
        padding-right: 45px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .serach-main-cont-1 {
        max-height: 50px;
    }

    #SerachResultsSection {
        padding-top: 5vh;
    }

    .filters-wrapper-serach ul.nav.nav-tabs li a {
        float: left;
    }

        .filters-wrapper-serach ul.nav.nav-tabs li a:before {
            content: '';
        }

    
    .wrapper-block-waiting {
        height: auto;
        margin-top: 0px;
    }

    .whiteColor:hover {
        color: white !important;
    }

    .ttModal .modal-dialog {
        max-width: 600px !important;
        padding-top: 6vh;
        position: relative;
        /* border-radius: 5px; */
        height: 100vh;
        /* background: yellow; */
    }

    .modal-dialog .modal-content {
        width: 100%;
        position: relative;
        z-index: 99999;
        border-radius: 4px;
        overflow: hidden;
        outline: none;
        border: none;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
    }
    .ttModal .modal-dialog .modal-content {
        height: 106vh;
    }

    .col-md-4.col-sm-4.text-center{
        width:33%;
    }
    .departRow{
        width:33%;
    }

}
/**End of normal to small Mobile Styling**/

.search_button {
    background: #4ebe4f;
    line-height: 44px;
}
.match_price_box .match_price span, .match_price p {
    color: green !important;
}

/** calendar styling */


@charset "UTF-8";

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #fff
}

.fc-view.fc-month-view .fc-scroller {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

.fc-view.fc-month-view .fc-row .fc-content-skeleton {
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-view.fc-month-view .fc-content-skeleton table thead {
    background: 0 0;
    height: 0
}

    .fc-view.fc-month-view .fc-content-skeleton table thead td {
        border: none !important;
        height: 0;
        margin: 0;
        padding: 0
    }

    .fc-view.fc-month-view .fc-content-skeleton table thead .fc-day-number {
        color: #557388;
        font-size: 16px;
        font-weight: 500;
        padding-left: 5px;
        padding-top: 5px;
        position: absolute
    }

.fc-view.fc-month-view .fc-content-skeleton table tbody {
    background: 0 0
}

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container {
        position: relative
    }

        .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event {
            background: white;
            border: none;
            color: #557388;
            margin: 0;
            padding:0;
           
        }

            .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content {
                height: 85px;
                border: 1px solid #d3d3d3;
            }

                .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.best-price, .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.selected {
                    height: 85px
                }

.fc-view.fc-month-view .fc-row .fc-content-skeleton thead {
    border: none
}

.fc-view.fc-month-view .fc-row .fc-content-skeleton table {
    border-collapse: separate;
    border-spacing: 2px 0px
}

.fc-view.fc-month-view .fc-row .fc-content-skeleton tbody {
    border: none
}

    .fc-view.fc-month-view .fc-row .fc-content-skeleton tbody td {
        background: #f2f2f2;
        border: none;
    }

.fc-view.fc-month-view .fc-head {
    border: none;
    border-bottom: 2px solid #fff
}

    .fc-view.fc-month-view .fc-head .fc-widget-header .fc-day-header {
        padding: 5px 0;
        background: #99a6af;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 500
    }

    .fc-view.fc-month-view .fc-head .fc-widget-header table {
        margin-bottom: 0
    }

.fc-view.fc-month-view .fc-body .fc-row {
    height: 91px
}

.fc-view.fc-month-view .topRow {
    display: table;
    float: right;
    padding-left: 25px
}

    .fc-view.fc-month-view .topRow .icon {
        display: table-cell;
        max-width: 30px;
        padding-right: 0
    }

.HighLighted {
    width: 100%;
    height: 35%;
    background: var(--primary-color);
    padding: 0;
    display: block;
}

@media (max-width: 621px) {
    .fc-view.fc-month-view .bottomRow {
        bottom: 0;
        left: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 7px;
        position: absolute;
        right: 0
    }
}
@media (min-width: 622px) {
    .fc-view.fc-month-view .bottomRow {
        bottom: 0;
        left: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 0px;
        position: absolute;
        right: 0
    }
}

        .fc-view.fc-month-view .bottomRow .old-price {
            color: #557388;
            font-size: 13px;
            line-height: 1;
            text-decoration: line-through !important;
            text-decoration-color: red !important
        }

        .fc-view.fc-month-view .bottomRow .price {
            color: var(--primary-color);
            font-size: 19px;
            font-weight: 700;
            line-height: 1.1
        }

    .fc-view.fc-month-view .fc-content.best-price .bottomRow .old-price, .fc-view.fc-month-view .fc-content.best-price .bottomRow .price, .fc-view.fc-month-view .fc-content.best-price .day, .fc-view.fc-month-view .fc-content.best-price .fc-day-number {
        color: #fff
    }

    .fc-view.fc-month-view .bottomRow .price .currency {
        font-size: 80%;
        font-weight: 500
    }

    .fc-view.fc-month-view .bottomRow .price .pricePostfix {
        font-size: 70%;
        font-weight: 500
    }

    .fc-view.fc-month-view .bottomRow .callBlock {
        display: inline-block;
        text-align: center;
            width:100%;
    }

        .fc-view.fc-month-view .bottomRow .callBlock .callLabel {
            font-size: 9px;
            font-weight: 700;
            line-height: 1.1;
            text-transform: uppercase
        }

        .fc-view.fc-month-view .bottomRow .callBlock .callPhone {
            font-size: 10px;
            font-weight: 700;
            line-height: 1.1;
            text-transform: uppercase
        }

        .fc-view.fc-month-view .fc-content .day {
            font-size: 17px;
            left: 5px;
            position: absolute;
            top: 6px
        }

        .fc-view.fc-month-view .fc-content:hover {
            background: #cedede
        }

        .fc-view.fc-month-view .fc-content.best-price {
            background: #f9706a
        }

    @media screen and (min-width: 550px) {
        .fc-view.fc-month-view .fc-content.best-price {
            border-bottom: 2px solid #f8564f;
            border-right: 2px solid #f8564f
        }
    }

    .fc-view.fc-month-view .fc-content.best-price:hover {
        background: #f8564f
    }

    .fc-view.fc-month-view .fc-content.best-price .topRow .icon {
        position: relative;
        top: -1px
    }

    .fc-view.fc-month-view .fc-content.selected {
        background: var(--primary-color);
        border-bottom: 2px solid #1d8483;
        border-right: 2px solid #1d8483
    }

        .fc-view.fc-month-view .fc-content.selected:hover {
            background: var(--btn-primary-color);
        }

        .fc-view.fc-month-view .fc-content.selected .bottomRow .old-price, .fc-view.fc-month-view .fc-content.selected .bottomRow .price, .fc-view.fc-month-view .fc-content.selected .day, .fc-view.fc-month-view .fc-content.selected .fc-day-number {
            color: white
        }

    .fc-view.fc-list-view .fc-scroller {
        height: auto !important
    }

    .fc-view.fc-list-view .fc-list-table {
        border-collapse: collapse
    }

    .fc-view.fc-list-view .fc-list-item {
        color: #557388;
        cursor: pointer
    }

        .fc-view.fc-list-view .fc-list-item td {
            padding: 0
        }

            .fc-view.fc-list-view .fc-list-item td .contentWrap {
                background: #f2f2f2;
                border-radius: 5px;
                padding: 8px 14px
            }

                .fc-view.fc-list-view .fc-list-item td .contentWrap:hover {
                    background: #cedede
                }

        .fc-view.fc-list-view .fc-list-item .dayBlock .daySpan {
            font-size: 21px;
            padding-right: 5px
        }

        .fc-view.fc-list-view .fc-list-item .dayBlock .dayNameSpan {
            font-size: 15px
        }

        .fc-view.fc-list-view .fc-list-item .priceIconBlock {
            float: right;
            position: relative;
            text-align: right
        }

            .fc-view.fc-list-view .fc-list-item .priceIconBlock .oldPriceSpan {
                font-size: 14px;
                padding-right: 5px;
                text-decoration: line-through
            }

            .fc-view.fc-list-view .fc-list-item .priceIconBlock .priceSpan {
                font-size: 21px;
                font-weight: 700
            }

                .fc-view.fc-list-view .fc-list-item .priceIconBlock .priceSpan .currency {
                    font-size: 80%;
                    font-weight: 500
                }

                .fc-view.fc-list-view .fc-list-item .priceIconBlock .priceSpan .pricePostfix {
                    font-size: 60%;
                    font-weight: 500
                }

            .fc-view.fc-list-view .fc-list-item .priceIconBlock .callSpan {
                display: inline-block;
                text-align: center
            }

                .fc-view.fc-list-view .fc-list-item .priceIconBlock .callSpan .callLabel {
                    font-size: 13px;
                    font-weight: 700;
                    line-height: 1.1;
                    text-transform: uppercase
                }

                .fc-view.fc-list-view .fc-list-item .priceIconBlock .callSpan .callPhone {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 1.1;
                    text-transform: uppercase
                }

            .fc-view.fc-list-view .fc-list-item .priceIconBlock .imageSpan {
                display: inline-block;
                margin-left: 10px;
                width: 30px;
                float: right
            }

    .cp-calendar, .row .cp-calendar-controls.row {
        margin-left: -5px;
        margin-right: -5px
    }

    .fc-view.fc-list-view .fc-list-item .priceIconBlock .imageSpan .bestPriceIcon, .fc-view.fc-list-view .fc-list-item .priceIconBlock .imageSpan .callIcon, .fc-view.fc-list-view .fc-list-item .priceIconBlock .imageSpan .selectedIcon {
        display: block;
        height: 30px;
        position: absolute;
        width: 30px
    }

    .fc-view.fc-list-view .fc-list-item .priceIconBlock .imageSpan .bestPriceIcon {
        background-image: url(/images/icons/best-price.png);
        background-size: cover;
        top: -8px
    }

    .fc-view.fc-list-view .fc-list-item .priceIconBlock .imageSpan .selectedIcon {
        background-image: url(/images/icons/plane-2.png);
        background-size: cover;
        top: 0
    }

    .fc-view.fc-list-view .fc-list-item .priceIconBlock .imageSpan .callIcon {
        background-image: url(/images/icons/call-2.png);
        background-size: cover;
        top: 0
    }

    .fc-view.fc-list-view .fc-list-item.bestPrice {
        background: #fff;
        color: #fff
    }

        .fc-view.fc-list-view .fc-list-item.bestPrice .contentWrap {
            background: #f9706a
        }

            .fc-view.fc-list-view .fc-list-item.bestPrice .contentWrap:hover {
                background: #f8564f
            }

    .fc-view.fc-list-view .fc-list-item.selected {
        background: #fff;
        color: #fff
    }

        .fc-view.fc-list-view .fc-list-item.selected .contentWrap {
            background: #2aaaa9
        }

            .fc-view.fc-list-view .fc-list-item.selected .contentWrap:hover {
                background: #279d9c
            }

    .fc-view.fc-list-view table.fc-list-table {
        border: none;
        border-collapse: separate;
        border-spacing: 0 3px
    }

        .fc-view.fc-list-view table.fc-list-table tbody, .fc-view.fc-list-view tr {
            border: none
        }

            .fc-view.fc-list-view tr td {
                border: none;
                border-radius: 5px
            }

    @media screen and (min-width: 40em) {
        .cp-calendar-controls {
            margin-bottom: 5px
        }
    }

    .cp-calendar-controls .row .column, .cp-calendar-controls .row .columns, .cp-calendar-controls.row .column, .cp-calendar-controls.row .columns {
        padding-left: 5px;
        padding-right: 5px
    }

    .cp-calendar-controls label {
        margin-bottom: 3px
    }

    .cp-calendar-controls select {
        margin-bottom: 8px
    }

    @media screen and (max-width: 1130px) and (min-width:1018px) {
        .cp-calendar-footer .cp-calendar-symbol-text {
            font-size: 12px !important
        }
    }

    .cp-calendar-footer .cp-calendar-symbol-text .cp-calendar-footer ul.symbols {
        list-style-type: none
    }

    .cp-calendar-footer ul.symbols li {
        display: inline-block;
        padding-right: 15px;
        vertical-align: middle
    }

        .cp-calendar-footer ul.symbols li:last-child {
            padding-right: 0
        }

    .cp-calendar-footer .cp-calendar-symbol {
        border-radius: 5px;
        display: inline-block;
        height: 25px;
        margin-right: 3px;
        margin-top: -4px;
        vertical-align: middle;
        width: 25px
    }

        .cp-calendar-footer .cp-calendar-symbol.selected {
            background: #2aaaa9;
            background-image: url(/images/icons/plane-2.png);
            background-size: cover
        }

        .cp-calendar-footer .cp-calendar-symbol.best-price {
            background: #f9706a
        }

        .cp-calendar-footer .cp-calendar-symbol.available {
            background: #f2f2f2
        }

        .cp-calendar-footer .cp-calendar-symbol.call-to-book {
            background: url(/images/icons/call-2.png) #f2f2f2;
            background-size: cover
        }

        .cp-calendar-footer .cp-calendar-symbol.no-luggage-included {
            background-image: url(/images/icons/CP-LI-Cross.png);
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: right;
            margin-top: 0px;
        }

        .cp-calendar-footer .cp-calendar-symbol.luggage-included, .cp-calendar-footer-mobile .cp-calendar-symbol.luggage-included {
            margin-right: 0 !important;
            background-image: url(/images/icons/CP-LI-Tick.png);
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: right;
            margin-top: 0px;
        }

    .cp-calendar-footer-mobile .cp-calendar-symbol.no-luggage-included {
        background-image: url(/images/icons/CP-LI-Cross.png);
        background-size: cover
    }

    .cp-calendar-footer .cp-calendar-symbol-text {
        display: inline-block;
        font-size: 14px
    }

    .cp-calendar-footer .cp-calendar-symbol-text-underlined {
        text-decoration: underline
    }

    .countdown-module {
        text-align: center;
        background: #eee;
        padding: 15px 0
    }

        .countdown-module .countdown-title {
            text-transform: uppercase;
            font-size: 23px;
            line-height: 1.1;
            color: #304559
        }

        .countdown-module .countdown-footer-title {
            text-transform: uppercase;
            font-size: 18px;
            color: #304559;
            line-height: 1.1
        }

    .cp-countdown {
        display: inline-block;
        height: 100%
    }

        .cp-countdown table {
            width: auto;
            margin-bottom: 0
        }

            .cp-countdown table tbody {
                border: none;
                background: #eee
            }

        .cp-countdown td.countdown-column {
            width: 1px;
            text-align: center;
            position: relative
        }

            .cp-countdown td.countdown-column div:first-child {
                font-size: 13px;
                text-transform: uppercase;
                color: #304559;
                position: absolute;
                left: 50%;
                transform: translateX(-50%)
            }

            .cp-countdown td.countdown-column div:last-child {
                font-size: 25px;
                padding: 10px;
                background: #304559;
                border-radius: 5px;
                display: inline-block;
                color: #fff;
                margin-top: 23px;
                line-height: 1.3
            }

        .cp-countdown td.colon {
            width: 1px;
            font-size: 40px;
            padding: 0 5px 10px;
            vertical-align: bottom
        }

    /**end of calendar styling*/



    @media screen and (max-width: 39.9375em) {
        .hide-for-small-only {
            display: none !important;
        }
    }

    @media screen and (max-width: 0em), screen and (min-width: 40em) {
        .show-for-small-only {
            display: none !important;
        }
    }

    @media screen and (min-width: 40em) {
        .show-for-small-only {
            display: none !important;
        }
    }


    .cpFancyBox .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .cpFancyBox .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }