<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

html {
    height: 100%;
}


/*body{ font-family: 'Alegreya Sans SC', sans-serif, arial; font-size: 16px; }*/

body {
    font-family: arial;
    font-size: 16px;
    min-height: 700px;
}

a:focus,
a:hover {
    color: #337ab7;
}

.body-top-spacing-cust {
    padding-top: 250px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #727271;
}

input,
select,
button,
input:focus,
select:focus,
button:focus {
    outline: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.form-control:focus {
    border-color: rgb(204, 204, 204);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox-alignment {
    position: relative;
    top: 2px;
}


/* override classes - gutter spacing reduce from 15px to 5px */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}

/*.form-control,
.btn {
    padding: 10px 12px;
    height: auto;
    font-size: 12px;
    border-radius: 5px;
}*/

select.form-control {
    padding: 12px;
}

.btn {
    border-radius: 5px;
}

.input-group-addon {
    border-radius: 5px;
}

.chosen-container-single .chosen-single {
    height: 43px;
}

    .chosen-container-single .chosen-single span {
        line-height: 40px;
        font-size: 14px;
    }


/* new classes */

.home-beach-slider {
    position: relative;
    height: 700px;
    margin-bottom: 50px;
    background: url("../img/beach-bg-new-2.jpg") no-repeat;
    background-size: cover;
    background-position: left center;
}

    .home-beach-slider img.fadeInImg {
        width: 100%;
        height: 700px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .home-beach-slider:after {
        position: absolute;
        height: 700px;
        content: '';
        background: rgba(0, 0, 0, .1);
        top: 0;
        right: 0;
        left: 0;
    }

    .home-beach-slider .home-beach-bg {
        position: relative;
        z-index: 9;
    }

.home-beach-bg .navbar-default {
    background-color: transparent;
    margin: 0 30px;
}

    .home-beach-bg .navbar-default .navbar-nav &gt; li &gt; a,
    .home-beach-bg .navbar-default .navbar-brand {
        color: #fff;
    }

    .home-beach-bg .navbar-default .navbar-nav &gt; .open &gt; a,
    .home-beach-bg .navbar-default .navbar-nav &gt; .open &gt; a:focus,
    .home-beach-bg .navbar-default .navbar-nav &gt; .open &gt; a:hover {
        color: #fff;
        background-color: transparent;
    }

.home-search-container {
    margin-top: 20vh;
    z-index: 2;
    position: relative;
}

    .home-search-container h1 {
        color: #fff;
        font-weight: normal;
        font-size: 46px;
        margin-top: 0;
    }

    .home-search-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }


/* footer classes */

.footer-register-container {
    color: #000;
}

.social-icons a {
    display: inline-block;
    background: #5e6d77;
    border-radius: 50%;
    margin: 10px;
    padding: 10px;
    color: #fff;
    line-height: 0;
}

    .social-icons a:hover {
        background: #323f4d;
    }

.feedback-btn {
    background: #f1f3f5;
    color: #0067db;
    padding: 10px;
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: -1px;
    border: 1px solid #d3d8de;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

    .feedback-btn:hover {
        border: 1px solid #0067db;
        padding: 10px 10px 20px 10px;
    }

.footer-links ul, .footer-container-bchLst .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-container-bchLst .footer-links ul {
    margin: 0 0 50px;
}

.footer-links li a {
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

    .footer-links li a:hover {
        text-decoration: underline;
        color: #337ab7;
    }


/* nav classes */

.navbar-toggle {
    margin-top: 10px;
}

.navbar-nav &gt; li &gt; a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/*.navbar-brand {
    height: auto;
    font-size: 26px;
    padding: 20px 15px;
}*/

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

    .navbar-default .navbar-brand {
        color: #333;
    }

.tagline {
    font-size: 12px;
    display: block;
}

#countryFlag img {
    width: 20px;
    height: 20px;
}


/* search container */

.search-container,
.top-grey-container {
    background: #efefef;
}

.search-container {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 11px solid #fff;
}

    .search-container ul {
        list-style: none;
        margin: 20px auto;
    }

    .search-container li,
    .home-search-container li {
        display: inline-block;
        margin: 10px 0;
    }

.home-tagline {
    background: rgba(73, 103, 137, .5);
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    margin-top: 150px;
}

.beach-list,
.beach-list-info {
    color: #333;
}

    .beach-list ul,
    .beach-list-info ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .beach-list li,
    .beach-list-info li {
        background: #fff;
        margin: 10px;
    }

        .beach-list li.active {
            -webkit-box-shadow: 3px 4px 5px #ccc;
            -moz-box-shadow: 3px 4px 5px #ccc;
            -o-box-shadow: 3px 4px 5px #ccc;
            -ms-box-shadow: 3px 4px 5px #ccc;
            box-shadow: 3px 4px 5px #ccc;
        }

        .beach-list li .beach-img {
            text-align: center;
        }

            .beach-list li .beach-img img,
            .beach-list-info .beach-img img {
                max-width: 100%;
                height: 195px;
            }

        .beach-list li h3,
        .beach-list-info li h3 {
            text-transform: uppercase;
            font-size: 22px;
        }

            .beach-list li h3.price-tag {
                font-size: 24px;
            }

            .beach-list li h3 i {
                font-size: 16px;
            }

        .beach-list li p,
        .beach-list-info li p {
            font-size: 12px;
        }

            .beach-list li p.period-text,
            .beach-list-info li p.period-text {
                font-size: 20px;
            }

        .beach-list li div.right-border,
        .beach-list-info li div.right-border,
        .beach-list li div.left-right-border,
        .beach-list-info li div.left-right-border {
            position: relative;
        }

            .beach-list li div.right-border:after,
            .beach-list-info li div.right-border:after,
            .grey-bg-container .right-border:after {
                content: "";
                border-right: 1px solid #ddd;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                min-height: 195px;
            }

            .beach-list li div.left-right-border:after,
            .beach-list-info li div.left-right-border:after,
            .beach-list li div.left-right-border:before,
            .beach-list-info li div.left-right-border:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                min-height: 195px;
            }

            .beach-list li div.left-right-border:after,
            .beach-list-info li div.left-right-border:after {
                border-right: 1px solid #ddd;
                bottom: 0;
                right: 0;
            }

            .beach-list li div.left-right-border:before,
            .beach-list-info li div.left-right-border:before {
                border-left: 1px solid #ddd;
                bottom: 0;
                left: 0;
            }

    .beach-list-info li {
        border: 1px solid #ddd;
    }

        .beach-list-info li .beach-img {
            text-align: left;
        }

.icon-box-md img,
.icon-box img {
    width: 30px;
    height: 30px;
    margin: 5px;
}

.icon-box-md img {
    width: 40px;
    height: 40px;
}

.avg-digit h5,
.avg-digit p {
    margin-bottom: 0;
    color: #25b9de;
}

.beach-location-map {
    margin: 10px 0;
    border: 1px solid #ccc;
    line-height: 0;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

#location-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}


/* map pop-up classes */

.map-pop-content {
    /*width: 385px; 15-Nov-2020 Commenting to make it normal size like in current live page*/
    border: 1px solid #ccc;
    max-height: 270px;
    overflow: hidden;
}

.bottom-border {
    border-bottom: 1px solid #ddd;
}

.left-border {
    border-left: 1px solid #ddd;
}

.btn-sm {
    padding: 3px 10px;
}

.right-pop-info {
    max-height: 270px;
    overflow: auto;
    /*padding-bottom: 20px;*/
}

.no-overflow {
    overflow: hidden;
}

.min-height-mdl {
    min-height: 195px;
}


/* steps page classes */

.steps-box {
    position: relative;
}

    .steps-box h3 {
        margin: 20px 0;
    }

.chair-icon-grey {
    background: url('../img/chair-grey.png') no-repeat;
}

.chair-icon-green {
    background: url('../img/chair-green.png') no-repeat;
}

.chair-icon-grey,
.chair-icon-green {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.white-line {
    border-top: 5px solid #fff;
    position: absolute;
    left: 10px;
    right: 10px;
    margin-top: 10%;
}

.grey-bg-container {
    background: #efefef;
    border: 1px solid #ddd;
}

    .grey-bg-container h4 {
        margin-bottom: 0;
        text-decoration: underline;
    }

.hr-line {
    border-bottom: 1px solid #666;
}

.hr-white-line {
    border-bottom: 5px solid #fff;
}


/* calendar classes */

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #f4a64c;
    background-image: -moz-linear-gradient(to bottom, #0067db, #3584d3);
    background-image: -ms-linear-gradient(to bottom, #0067db, #3584d3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0067db), to(#3584d3));
    background-image: -webkit-linear-gradient(to bottom, #0067db, #3584d3);
    background-image: -o-linear-gradient(to bottom, #0067db, #3584d3);
    background-image: linear-gradient(to bottom, #0067db, #3584d3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0067db', endColorstr='#3584d3', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 14px;
    padding-right: 75px;
}

.posit h3 {
    margin-left: 35px;
}

.posit1 {
    padding: 0px;
}

.imgsize {
    margin: 0px;
    padding: 0px;
}

    .imgsize img {
        height: 165px;
        width: 292px;
    }

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    .Transition();
}

    .card:hover {
        box-shadow: 0 50px 50px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }


/*=========================================================*/


/**Choosen class override*/

.chosen-container-single .chosen-default,
.chosen-container-single .chosen-single {
    color: #999;
}

.no-pointer-click {
    pointer-events: none;
}

.chosen-select-sm .chosen-container-single .chosen-single span {
    line-height: 30px;
}

.chosen-select-sm .chosen-container-single .chosen-single {
    height: 32px;
}

    .chosen-select-sm .chosen-container-single .chosen-single div b {
        background-position: 2px 6px;
    }

.chosen-select-sm .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 5px;
}

.no-left-radius .chosen-container-single .chosen-single {
    border-radius: 0 5px 5px 0;
}


/* common classes */

.rf {
    float: right;
}

.lf {
    float: left;
}

.floatNone {
    float: none;
}

.alpha {
    padding-left: 0;
}

.omega {
    padding-right: 0;
}

.m-auto {
    margin: 0 auto;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.btn-grey {
    background: #ccc;
    color: #333;
}

    .btn-grey:hover {
        color: #fff;
    }

.btn-blue {
    background: #0067db;
    color: #fff;
}

    .btn-blue:hover,
    .btn-blue:focus {
        background: #2595DE;
        color: #fff;
    }

.btn-warning-outline,
.btn-warning-outline:hover {
    border: 1px solid #fff;
}

.btn-pink {
    background: #f7966b;
    border: 2px solid #fff;
}

    .btn-pink:hover {
        background: #f9b495;
        color: #fff;
    }

.btn-green,
.btn-green:focus {
    background: #1d7600;
    color: #fff;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.font50 {
    font-size: 50px;
}

.text-req {
    font-size: 11px;
}

.text-red {
    color: red;
}

.text-light-grey {
    color: #92959a;
}

.bg-grey {
    background: #efefef;
}

.bg-blue {
    background: #001b42;
}

.contactFormModal p {
    font-size: 12px;
}

.icon-bg-grey-dark {
    background: #444;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 10px;
    line-height: 0;
}

.font-normal {
    font-weight: normal;
}

input[type=checkbox].chk-box-lg,
input[type=checkbox].chk-box-md {
    width: 34px;
    height: 34px;
    margin: 0;
}

input[type=checkbox].chk-box-md {
    width: 24px;
    height: 24px;
}

.scale-25 {
    width: 25%;
}

.scale-50 {
    width: 50%;
}

.scale-80 {
    width: 80%;
}

.width-50 {
    width: 50px;
    height: 50px;
}

.width-120 {
    width: 120px;
    height: 120px;
}

.width-200 {
    width: 200px;
    height: 200px;
}

.display-flex {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.mt-6 {
    margin-top: 6px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-280 {
    margin-top: 280px;
}

.mt-350 {
    margin-top: 350px;
}

.mt-450 {
    margin-top: 450px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-280 {
    margin-bottom: 280px;
}

.mb-350 {
    margin-bottom: 350px;
}

.mb-450 {
    margin-bottom: 450px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.order-list {
    margin: 20px 0;
}

    .order-list ol {
        padding-left: 20px;
    }

        .order-list ol li {
            margin-bottom: 30px;
        }

            .order-list ol li ol {
                margin-top: 20px;
            }


/* owl carousel classes */

.owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #ccc;
        margin: 0px;
        color: #333;
        display: inline-block;
        border-radius: 50%;
        line-height: 1;
    }

        .owl-carousel .owl-nav button.owl-prev:hover,
        .owl-carousel .owl-nav button.owl-next:hover {
            border: 1px solid #0067db;
            background: #fff;
            color: #0067db;
        }

        .owl-carousel .owl-nav button.owl-prev span,
        .owl-carousel .owl-nav button.owl-next span {
            line-height: 0;
            display: block;
            font-size: 40px;
            position: relative;
            top: -4px;
        }

    .owl-carousel .owl-nav button.owl-prev {
        left: -50px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -50px;
    }

@media (max-width: 1024px) {
    .white-line {
        margin-top: 13%;
    }
}

@media (max-width: 786px) {
    .beach-list li .beach-img img {
        height: auto;
    }

    .steps-box h3 {
        font-size: 16px;
    }

    .chair-icon-grey,
    .chair-icon-green {
        width: 30px;
        height: 30px;
        margin-top: -16px;
    }

    .white-line {
        margin-top: 14%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }

    .home-beach-slider,
    .home-beach-slider img.fadeInImg,
    .home-beach-slider:after {
        height: 400px;
    }

    .home-search-container {
        margin-top: 8vh;
    }

    .home-tagline {
        font-size: 14px;
        margin-top: 10px;
    }
}


@media screen and (max-width: 1396px) and (min-width: 1214px) {
    .geo_map__google iframe {
        height: 570px !important;
    }
}


button.btn.btn-primary.btn-lg.dsaww {
    background: #1D9FE1;
    padding: 25px 2px;
    height: 85px;
    margin: 14px auto;
    width: 80%;
    text-align: center;
    display: block;
    font-size: 77%;
    margin-left: 8px;
    border: 0 !important;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .search-container,
    .beach-location-map {
        position: static;
    }
}

@media (max-width: 480px) {
    .home-search-container h1 {
        font-size: 26px;
    }

    /*.navbar-brand {
        font-size: 18px;
    }*/

    .home-beach-bg .navbar-default {
        margin: 0;
    }

        /*.home-beach-bg .navbar-default .navbar-collapse {
            background: #f8f8f8;
        }

        .home-beach-bg .navbar-default .navbar-nav &gt; li &gt; a {
            color: #333;
        }
            */

        .home-beach-bg .navbar-default .navbar-nav &gt; .open &gt; a,
        .home-beach-bg .navbar-default .navbar-nav &gt; .open &gt; a:focus,
        .home-beach-bg .navbar-default .navbar-nav &gt; .open &gt; a:hover {
            color: #fff;
        }

    .steps-box h3 {
        font-size: 24px;
    }

    .white-line {
        display: none;
    }

    .beach-list-info li .beach-img {
        text-align: center;
    }

        .beach-list-info li .beach-img img {
            height: auto;
        }

    .grey-bg-container .right-border:after {
        border-right: 0;
    }

    .home-search-container {
        margin-top: 0vh;
    }

    .home-beach-slider,
    .home-beach-slider img.fadeInImg,
    .home-beach-slider:after {
        height: 400px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .beach-list li div.left-right-border:after,
    .beach-list-info li div.left-right-border:after {
        border-bottom: 1px solid #ddd;
        bottom: 0;
        right: 0;
        left: 0;
        border-right: 0px;
    }

    .beach-list li div.left-right-border:before,
    .beach-list-info li div.left-right-border:before {
        border-top: 1px solid #ddd;
        top: 0;
        left: 0;
        right: 0;
        border-left: 0px;
    }

    .min-height-mdl,
    .beach-list li div.left-right-border:after,
    .beach-list-info li div.left-right-border:after,
    .beach-list li div.left-right-border:before,
    .beach-list-info li div.left-right-border:before {
        min-height: auto;
    }

    .home-tagline {
        display: none;
    }

    .daterangepicker .drp-selected {
        display: block;
        padding-right: 0;
        margin: 10px;
    }

    .daterangepicker .drp-buttons {
        text-align: center;
    }
}

.mainr {
    background-color: #1D9FE1;
}

.dm {
    width: 220px;
}

.divider {
    background-color: #e6e7e9;
}

.abm {
    background-color: #e6e7e9;
}

    .abm a {
        margin-left: 90px;
        font-size: 14px;
    }

.hscrow {
    margin-top: 0vh;
}

#CPHBody_txtsearch {
    border-radius: 0 5px 5px 0;
}

    #CPHBody_txtsearch:hover {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.datum_hover:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.ihre h1 {
    color: #6e7076;
}

.iga {
    height: 15px;
}

.hrq {
    border: 1px solid #a4a6a8;
}

.hrqs {
    border: 1px solid #a4a6a8;
}

@media(max-width:767px) {
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
    .col-xs-12 {
        /*width: 19%;*/
    }
}

.charlg {
    border: 2px solid #a4a6a8;
    background-color: #d1d2d4;
}

.chartw {
    margin: 35px;
}

.containerss {
    padding-right: 45px;
    padding-left: 57px;
    margin-right: auto;
    margin-left: auto;
    border-top: 2px solid #a4a6a8;
}

.containerssmap {
    padding-right: 7px;
    padding-left: 38px;
    margin-right: auto;
    margin-left: auto;
    border-top: 2px solid #a4a6a8;
}

.containerssf {
    padding-right: 13px;
    padding-left: 57px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px 5px 0px 0px;
}

.chartly {
    margin-left: 16px;
    margin-top: 38px;
}

.chartli {
    margin-left: 16px;
}

.containerxs {
    margin-right: auto;
    margin-left: auto;
    border-top: 2px solid #a4a6a8;
}

.rowss {
    margin-top: 7px;
}

.rowsss {
    margin-top: 27px;
}

.fams {
    font-size: 20px;
    margin-left: 88px;
}

.fams {
    font-size: 22px;
    margin-left: 69px;
}

.stg {
    font-size: 8px;
}

.maindd h5 {
    font-size: 16px;
    color: #6e7076;
}

.lge p {
    margin: 15px;
    color: white;
}

.hj p {
    font-size: 14px;
    color: #233346;
}

.fgf {
    background-color: #e6e7e9;
}

#hec {
    background-image: url(../assets/images/yu.JPG);
}

.lges p {
    margin: 15px;
    font-size: 22px;
}

.centerc {
    border: 1px solid #a4a6a8;
    border-radius: 5px 5px 5px 5px;
}

.centercc {
    background-color: #2f518b;
    border-radius: 5px 5px 5px 5px;
}

.newss {
    margin: -11px;
}

.buc {
    color: #355a9c;
}

.hj button {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: url(../assets/images/bu.jpg);
    background-position: left center;
}

.centerdp {
    margin: 10px;
}

.centerd {
    border: 1px solid #a4a6a8;
    border-radius: 5px 5px 5px 5px;
}

.centerz p {
    margin: 15px;
}

.centerdz {
    border: 1px solid #a4a6a8;
    border-radius: 5px 5px 5px 5px;
}

.centerd label {
    font-size: 10px;
    color: black;
}

.centerdd {
    margin: 60px;
    font-size: 16px;
    color: #6e7076;
}

.ss {
    margin: 2px;
    font-weight: 600;
    color: black;
    font-size: 14px;
}

.jer {
    background: #2f518b;
    color: white;
}

.pv a {
    margin: 15px;
}

.centercd {
    border-top: 1px solid #a4a6a8;
    margin: 0px;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    width: 107%;
    margin-left: -10px;
}

.hjj p {
    font-size: 12px;
    color: #233346;
    margin-left: 15px;
}

.hhjj p {
    font-size: 12px;
    color: #233346;
    margin-left: 25px;
    margin-top: 8px;
}

.ulg {
    list-style-type: none;
}

.lang {
    font-size: 16px;
    color: #6e7076;
    margin-left: 40px;
    margin-top: 25px;
}

.langs {
    font-size: 16px;
    color: #6e7076;
    margin-left: 40px;
}

.langss {
    margin-left: 30px;
}

.tyo h4 {
    color: #233346;
}

.tyo p {
    color: #233346;
    font-size: 10px;
}

.tyo button {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: url(../assets/images/bu.jpg);
    background-position: left center;
    background-repeat: repeat-x;
}

.eur {
    margin-left: 59px;
    margin-top: 15px;
}

.dss p {
    margin: 10px;
    background-color: #d1d2d4;
}

.dss {
    background-color: #d1d2d4;
}

.csss {
    background-color: #d1d2d4;
    border-radius: 0px 0px 5px 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.bss {
    background-color: #d1d2d4;
    border-radius: 0px 0px 5px 5px;
}

.lhe h5 {
    font-size: 16px;
    color: #6e7076;
}

#inputState {
    font-size: 11px;
    width: 130px;
    height: 30px;
    line-height: 50px;
    background-color: #fbfbfb;
}

.lgh {
    font-size: 19px;
    color: #6e7076;
}

.sab {
    font-size: 11px;
}

.asims {
    margin: 0px;
    padding: 0px;
}

    .asims img {
        width: 190px;
        height: 171px;
    }

.mainroww {
    border: 1px solid #a4a6a8;
    border-radius: 5px 5px 0px 0px;
}

.cng {
    font-size: 19px;
    color: #6e7076;
}

.cngs {
    font-size: 11px;
    color: #6e7076;
}

.vpns {
    color: #2f5498;
}

.dsss {
    color: #6c6d71;
    font-weight: bold;
}

.dbut {
    margin: 10px;
}

.ssst {
    color: #6c6d71;
    font-weight: bold;
    margin-left: 3px;
    margin-top: 10px;
    font-size: 13px;
}

.dsaww {
    width: 143px;
    margin-left: 30px;
    border-radius: 12px;
    height: 30px;
}

#googleMap {
    height: 710px;
    border-radius: 5px 5px 5px 5px;
    padding: 0px;
}

#googleMap1 {
    border: 0px solid #a4a6a8;
    width: 12px;
}

.btn-blue {
    background-color: #1D9FE1;
}

.progress {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

.ser {
    margin-left: 70px;
    margin-top: 8px;
}

.progress &gt; span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

    .progress .progress-right .progress-bar {
        left: -100%;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right;
        animation: loading-1 1.8s linear forwards;
    }

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size: 13px;
    color: blue;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.progress.blue .progress-bar {
    border-color: #FFB506;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.rf0o1 .stg {
    font-size: 11px !important;
    font-weight: bold;
    display: block;
    padding: 5px 0px;
}

.rf0o1 p {
    padding-left: 10px !important;
}

.stg-cs-a .stg {
    font-size: 11px !important;
    font-weight: bold;
    display: block;
    padding: 5px 0px;
}

.stg-cs-a {
    margin: 14px 0 !important;
}

.custom_padding_container__fluid {
    padding: 0 49px;
}

    .custom_padding_container__fluid select.form-control {
        padding: 6px;
    }

    .custom_padding_container__fluid label {
        font-size: 11px !important;
    }

    .custom_padding_container__fluid .ssst {
        margin: 15px 0;
    }

.txt-right-btn-c {
    text-align: right;
}

.custom_padding_container__fluid .dbut {
    margin: 10px 3px !important;
}

.custom_padding_container__fluid .btn-primary {
    color: #fff;
    background-color: #2F518B;
    border-color: #2F518B;
}

.container_fluid_page__3 {
    padding: 0 35px;
}

.effo01 p {
    font-size: 12px;
}

.container_custom_Change_A {
    padding: 0 55px 0 65px;
}

.login_form_e1 {
    display: none;
}

@media screen and (max-width: 768px) {
    .custom_padding_container__fluid {
        padding: 0 15px;
    }

    .ef42323 h3.famss {
        margin: 15px 0 -50px 0px !important;
    }

    .container_fluid_page__3 {
        padding: 0 15px;
    }

    .container_custom_Change_A {
        padding: 0 55px 0 65px;
    }

    .ef0231W h3.famss {
        margin: 15px 0 5px 0 !important;
        font-size: 15px !important;
    }

    .w_100 {
        width: 100%;
    }

    .z701 .lang {
        font-size: 16px;
        margin-left: 15px;
    }

    .z701 .langs {
        margin-left: 15px;
    }

    .z701 .langss {
        margin-left: 15px;
    }

    .txt-center-mobile {
        text-align: center !important;
    }

    .seveninimg {
        margin-left: 0 !important;
        width: 100% !important;
    }

    ul.ulg {
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    img.w_100 {
        width: 225px;
        margin-top: 30px;
        margin-left: 15px;
    }

    .z701 .lang {
        font-size: 16px;
        margin-left: 15px;
    }

    .z701 .langs {
        margin-left: 15px;
    }

    .z701 .langss {
        margin-left: 15px;
    }
}

.SAS {
    font-size: 9px;
    color: #049dff;
    margin-left: 68px;
    font-weight: bolder;
}

.fam {
    font-size: 20px;
    margin-left: 23px;
}

.str_globe_icon {
    width: 22px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

&lt;![CDATA[ .str0 {
    stroke: #2B2A29;
    stroke-width: 200;
    stroke-miterlimit: 22.9256;
}

.str1 {
    stroke: #2B2A29;
    stroke-width: 300;
    stroke-miterlimit: 22.9256;
}

.str2 {
    stroke: #2B2A29;
    stroke-width: 100;
    stroke-miterlimit: 22.9256;
    stroke-dasharray: 100.000000 100.000000;
}

.fil0 {
    fill: none;
}

.fil1 {
    fill: #2B2A29;
}

]] &gt;
/**/
.divasdasd {
}












.row_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col_w30_flex {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 10px 10px;
    border-right: 1px solid #6c6d70;
}

.col_w20_flex {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px 10px;
}

.col_w35_flex {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 10px 10px;
}

.col_w50_flex {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 10px;
}

.col_w15_flex {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px 10px;
}

.stkfp_product_img {
    position: relative;
}

    .stkfp_product_img img {
        width: 100%;
        margin-bottom: 10px;
    }

.stkfp_float {
    font-size: 12px;
    border-radius: 80px;
    padding: 2px 15px;
    display: inline-block;
    font-weight: bold;
    color: #525252;
}

    .stkfp_float p {
        margin: 0;
        color: #6C6D70;
    }

    .stkfp_float .green {
        color: #00A54F;
    }

.stkfp_prdetails {
}

    .stkfp_prdetails h2 {
        margin: 0;
        font-size: 19px;
        margin-bottom: 0;
        font-weight: 600;
        color: #6C6D70;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .stkfp_prdetails h5 {
        font-size: 12px;
        color: #6C6D70;
        margin: 4px 0;
    }

    .stkfp_prdetails p {
        color: #6C6D70;
        font-size: 11px;
        margin-bottom: 1px;
    }

.stk_fp_content {
    max-width: 900px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.stkfp_features {
    text-align: center;
}

    .stkfp_features div {
        border: unset;
        border-radius: 180px;
        display: inline-block;
        padding: 0;
        margin: 3px 0;
    }

    .stkfp_features img {
        max-width: 30px;
    }

.stkfp_pricepr {
    margin-bottom: 25px;
}

    .stkfp_pricepr p {
        font-weight: bold;
        text-align: right;
        font-size: 26px;
        margin: 0;
        color: #1d9fe1;
    }

    .stkfp_pricepr span {
        display: block;
        text-align: right;
        font-weight: bold;
        color: #1d9fe1;
        font-size: 13px;
    }

.stkfp_cta a {
    display: block;
    background: #1d9fe1;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 20px 6px;
    border-radius: 5px;
    transition: 0.3s ease all !important;
    word-break: break-all;
}

    .stkfp_cta a:hover {
        text-decoration: none;
        box-shadow: 0 0 12px #1d9fe1;
    }

.stkfp_pricepr {
    margin-bottom: 25px;
}

.vertical_align_middle {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.info_zur_preisstafflung {
    transition: 0.3s ease all !important;
}
/*.info_zur_preisstafflung:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}*/


.stkfp_p4 .row_flex {
    margin: 0;
}

.stkfp_p4.stk_fp_content {
    padding: 0;
    /* overflow: hidden; */
    margin: -1px -1px;
    margin-bottom: 12px;
}

.stkfp_p4 .col_w30_flex {
    padding: 0;
}

.stkfp_p4 .stkfp_product_img img {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.stkfp_p4 .stkfp_float {
    position: absolute;
    bottom: 6px;
    background: white;
    left: 7px;
}

.stkfp_p4 .stkfp_product_img {
    position: relative;
    height: 175px;
    overflow: hidden;
    border-radius: 7px 0 0px 7px;
}

.info_zur_preisstafflung {
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid black;
    padding: 7px 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    outline: none !important;
}

.button_arrow:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 23px;
    line-height: 0;
}


.collpase_p_sm {
    font-size: 11px;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .stkfp_features img {
        max-width: 36px;
        padding: 0;
        margin: 0;
    }

    .stkfp_features div {
        padding: 0;
        margin: 3px 1px;
    }

    .stkfp_pricepr p {
        font-size: 39px;
    }

    .stkfp_cta a {
        font-size: 16px;
    }

    .stkfp_prdetails h5 {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .col_w30_flex {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .col_w35_flex {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .col_w15_flex {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col_w20_flex {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .stkfp_pricepr p {
        text-align: center;
    }

    .stkfp_pricepr span {
        text-align: center;
    }

    .stkfp_cta a {
        padding: 12px 0;
    }

    .stkfp_pricepr {
        margin-bottom: 12px;
    }

    .row_flex {
        align-items: unset;
    }

    .stkfp_prdetails h5 {
        font-size: 16px;
        margin: 4px 0;
    }

    .stkfp_features img {
        max-width: 48px;
    }
}

@media screen and (max-width: 576px) {
    .row_flex &gt; [class*=col_] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        /*margin: 10px 0;*/
    }

    .stkfp_pricepr p {
        text-align: center;
    }

    .stkfp_pricepr span {
        text-align: center;
    }

    .stkfp_cta a {
        padding: 12px 0;
    }

    .stkfp_pricepr {
        margin-bottom: 12px;
    }

    .stkfp_prdetails h5 {
        font-size: 15px;
    }

    .stkfp_features img {
        max-width: 49px;
    }
}


@media screen and (max-width: 767px) {
    .stkfp_p4 .stkfp_product_img {
        height: auto;
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {
    .stkfp_features img {
        max-width: 29px;
    }

    .stkfp_prdetails h5 {
        font-size: 13px;
        color: #6C6D70;
        margin: 5px 0;
    }

    .stkfp_prdetails p {
        color: #6C6D70;
        font-size: 10px;
    }

    .info_zur_preisstafflung {
        font-size: 11px;
    }
}













































* {
    box-sizing: border-box;
}

.wrapper__1 {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
}

.first__div__title {
    background: #2f518b;
    color: white;
}

    .first__div__title p {
        margin: 0;
        padding: 10px 15px;
        font-weight: bold;
    }

.first__div {
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden !important;
}

.w__100 {
    width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}

.f_p_first__details p {
    color: #6e7076;
}

.f_p_first__details {
    padding: 13px 0px 0 0;
}

.first__div label {
    font-size: 14px;
}

.second_div__padding {
    padding: 0 15px;
}

.padding_lr_dirst__Div {
    padding: 0 15px;
}

.sidebar_size__p p {
    font-size: 13px;
}

.home-beach-bg .navbar-default {
    background-color: transparent;
    margin: 0 0px;
}

.navbar-nav &gt; li &gt; a {
    padding-top: 30px;
}

.yellow__div__left {
}

    .yellow__div__left h5 {
        font-weight: bold;
        color: black;
        margin: 0;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .yellow__div__left p {
        font-size: 10px;
        color: black;
        font-weight: bold;
        margin: 0;
    }

.yellow_div__1 {
    background-color: #FFB506;
    margin-top: 20px;
    margin-bottom: 20px;
}

.yellow_div__1 {
    background-color: #FFB506;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 10px;
    border-radius: 4px;
}

.img__rp__ls {
    width: 196px;
}

.progress__bar__custom .ser {
    margin-left: 0;
    margin-top: 8px;
    margin: auto;
}

.progress__bar__custom .SAS {
    font-size: 9px;
    color: #FFB506;
    margin-left: 0;
    font-weight: bolder;
    margin-bottom: 2px;
    padding: 5px 0;
}

.progress__bar__custom .dsaww {
    width: 100%;
    margin-left: 0;
    border-radius: 5px;
}

.progress__bar__custom .cng {
    font-size: 14px;
    color: #6e7076;
    margin-top: 0;
}

.progress__bar__custom .cngs {
    font-size: 14px;
    color: #6e7076;
}

.progress__bar__custom1 img {
    width: 30px !important;
    display: inline-block;
}

.c__images__on_cols {
    margin-top: 12px !important;
}


.progress__bar__custom1 {
    text-align: center;
}

.progress__bar__custom #inputState {
    font-size: 11px;
    width: 100%;
}

.cp_mds__pad .col-sm-4, .cp_mds__pad .col-sm-2, .cp_mds__pad .col-sm-3 {
    padding: 0 5px !important;
}

.cp_mds__pad .row {
    margin: 0 -5px;
}

.c__images__on_cols {
    padding: 7px 0 0 0 !important;
}

.progress__Bar__effo {
    padding-right: 5px !important;
}

.dss {
    background-color: #d1d2d4;
    overflow: hidden;
}

.dsss__custm {
    overflow: hidden;
    background: #d1d2d4;
    margin: 0 5px;
}

span.input-group-addon.icon__p7__1 {
    width: 36px;
    padding-left: 0;
    padding-right: 0;
}



.p___custom__pad {
    margin: 0;
    padding: 10px 5px;
    font-size: 12px;
}

.mainroww__Custom {
    border: 1px solid #b8b8b8;
    transition: 0.3s ease all;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden !important;
}

    .mainroww__Custom:hover {
        box-shadow: 0px 6px 20px 0px rgba(69, 69, 69, 0.58);
        transition: 0.3s ease all;
    }

    .mainroww__Custom .btn {
        padding: 5px 12px;
    }

    .mainroww__Custom select {
        padding: 0 0;
    }

    .mainroww__Custom .progress {
        width: 44px;
        height: 45px;
    }

.left__custom_Height__img__map {
    height: 135px;
    overflow: hidden;
}

.geo_map__google {
    height: 605px;
}

.chartw {
    margin: 0;
}

.bg__gray__Custom__1 {
    background: #D1D2D4;
    padding: 38px 15px;
}
/*************************** MAP **************************************/

.map__header__2 {
    padding: 15px 0 0 0;
}

.progress__Bar__effo .progress .progress-value {
    top: -13%;
    left: 6%;
    color: #FFB506;
}

.bg_img_div__o {
    background: #2F518B;
    overflow: hidden;
}


.pageold__1__main__div {
}

.headeR__Page__old__1 {
    color: white;
    margin: 0;
    padding: 20px 0;
}

.align-class {
    text-align: center;
}

.w_100_cs__a {
    width: 100% !important;
}

.content__pageone_div {
}

.c__dd__1 {
    padding-right: 0;
}

.mggpp__opo {
    margin-left: 0;
}

    .mggpp__opo img {
        width: 30px !important;
    }

.eco__eff_1 {
    overflow: hidden;
}

.pageold__1__main__div {
    border: 1px solid #b8b8b8;
    border-radius: 0;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden !important;
}

.img_bg__11 {
    background: url(../images/gg.JPG);
    background-size: 100% 100%;
    background-position: center center;
}

.img_bg__12 {
    background: url(../images/gggg.JPG);
    background-size: 100% 100%;
    background-position: center center;
}

.img_bg__13 {
    background: url(../images/ggg.JPG);
    background-size: 100% 100%;
    background-position: center center;
}


p.vpns.p___custom__pad {
    font-size: 12px;
    padding-top: 13px;
    color: #6c6d71;
    text-align: right;
}

.abm a {
    margin-left: 0;
    font-size: 14px;
    text-align: right;
}

.header__old__2 {
    background: #2f518b;
    color: white;
}

    .header__old__2 p {
        font-weight: bold;
        margin: 0;
    }

    .header__old__2 p {
        font-weight: bold;
        margin: 0;
        padding: 15px 15px;
    }

.full__div__with__oyline {
    border: 1px solid #b8b8b8;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden !important;
}

.old___2__content_inner select.form-control {
    padding: 0;
}

.old___2__content_inner label {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.old___2__content_inner .form-group {
    margin-bottom: 5px;
}

.old___2__content_inner {
    padding: 20px 20px;
}

.pp__20 {
    padding: 10px 20px;
    background: #d1d2d4;
}

.footer__old2__divs p {
    margin: 0;
    font-size: 13px;
    color: #6c6d71;
    font-weight: bold;
    padding: 5px 0;
}

.footer__old2__divs button {
    margin: 0;
    background: #2F518B;
    border-color: #2F518B;
    white-space: normal;
}

.text-right__csss {
    text-align: right;
}

.nnnnmm__01 {
    padding-left: 0;
}
/*.form-control {
    font-size: 12px;
}*/

@-moz-document url-prefix() {

    .dsss__custm {
        margin: 0 0px;
    }

    .cp_mds__pad .col-sm-4, .cp_mds__pad .col-sm-2, .cp_mds__pad .col-sm-3 {
        padding: 0 5px 0 0 !important;
    }

    .mainroww__Custom {
        box-shadow: none !important;
    }
}





.rf0o1 p {
    padding-left: 0px !important;
}

.stg-cs-a .stg {
    font-size: 8px !important;
    font-weight: bold;
    display: block;
    padding: 5px 0px;
}





@media screen and (max-width: 768px) {
    .moff34__1 {
        padding-right: 15px !important;
    }

    .moff34__2 {
        padding-left: 15px !important;
    }

    .f_p_first__details {
        padding: 15px 15px 0px 15px;
    }

    .col-md-5.tyo {
        padding: 0 30px;
    }

    .img__rp__ls {
        width: 100%;
    }

    .f_p_first__details img {
        width: 30px !important;
    }

    .famss__mb_low {
        font-size: 16px !important;
    }

    .map__header__2 .col-md-2 {
        margin-bottom: 10px;
    }

    .left__custom_Height__img__map {
        height: 225px;
        overflow: hidden;
    }

    .row.hj.rf0o1 {
        padding: 0 15px;
    }


    /**************************** MAP ****************************************/

    .col-sm-3.progress__bar__custom.c__images__on_cols {
        padding: 0 15px !important;
    }

    .col-sm-3.progress__bar__custom1.c__images__on_cols {
        padding: 0 15px !important;
    }

    .progress__Bar__effo {
        padding: 15px 15px !important;
        padding-bottom: 10px;
    }

    #cols_custom_padding_th___o .col-sm-4 {
        margin-bottom: 20px;
    }

    .bg__main__Sr__fr .col-sm-6 {
        margin-bottom: 10px;
    }

    .headeR__Page__old__1 {
        color: white;
        margin: 0;
        padding: 10px 0;
    }

    .mggpp__opo {
        margin-left: 10px;
    }

    .page__old__2 .centerd {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .f_p_first__details {
        padding: 10px 0px 0 0;
    }

        .f_p_first__details p {
            color: #6e7076;
            font-size: 13px;
            margin-bottom: 5px;
        }

    #cols_custom_padding_th___o .col-sm-4 {
        margin-bottom: 20px;
    }

    .bg__main__Sr__fr .col-sm-6 {
        margin-bottom: 10px;
    }

    .page__old__2 .centerd {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .img__rp__ls {
        width: 100%;
        height: 110px;
    }

    .f_p_first__details p {
        margin-bottom: 2px;
    }

    .f_p_first__details img {
        width: 30px !important;
    }

    .row.hj.rf0o1 {
        padding: 20px 0;
    }
}


@media screen and (max-width: 768px) and (min-width: 550px) {
    .left__custom_Height__img__map {
        height: 410px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
    .progress__bar__custom1 img {
        width: 20px !important;
        display: inline-block;
    }
}

@media screen and (max-width: 1396px) and (min-width: 1214px) {
    .geo_map__google iframe {
        height: 652px;
    }
}

@media screen and (max-width: 1214px) and (min-width: 1103px) {
    .geo_map__google iframe {
        height: 652px;
    }
}


@media screen and (max-width: 1213px) and (min-width: 992px) {
    .geo_map__google iframe {
        height: 640px;
    }
}

.rrffee__gg {
    border: 1px solid #b8b8b8 !important;
    border-radius: 4px;
    border: unset;
    overflow: hidden !important;
}

    .rrffee__gg .centercc {
        border-radius: 0 !important;
    }</pre></body></html>