body,
html {
    font-family: 'Raleway', sans-serif;
    background: #fff;
}

/******************************/
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.header-gapper {
    height: 63px;
    width: 100%;
    display: table;
}

header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #00171f;
    z-index: 111;
}

header.header ul {
    float: right;
}

header.header ul li {
    float: left;
}

header.header ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0px 11px;
    border-right: 1px solid #66747b;
    display: table;
    margin: 22px 0;
}

header.header ul li:last-child a {
    border-right: 0;
}

a.main-logo {
    display: table;
}

a.main-logo img {
    max-width: 200px;
    width: 100%;
    padding: 6px 0;
}

.home-banner {
    position: relative;
}

.trip-form {
    display: table;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    box-shadow: 0 3px 26px #00000029;
    border-radius: 25px;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
}

.trip-form input,
.trip-form select {
    height: 45px;
    font-size: 13px;
    box-shadow: unset;
    outline: 0;
    border-color: #ddd;
    border-radius: 10px !important;
}

.common-btn {
    background: #ff4c6f;
    padding: 10px 20px;
    letter-spacing: 0.2em;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #ff4c6f;
    text-decoration: unset;
    width: 100%;
    border-radius: 10px;
}

.common-btn:hover {
    background: #fff;
    color: #ff4c6f;
}

.trip-form h4 {
    font-size: 19px;
    font-weight: 600;
    color: #fc4c6f;
}

.trip-form h4 span {
    font-size: 14px;
    color: #00171f;
    display: table;
    margin: 8px 0;
}

.expertise {
    background: #25aae1;
    color: #fff;
}

.expertile {
    border-right: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 19px;
}

.expertise h3 {
    font-weight: bold;
    color: #fff;
    margin: 5px 0px;
    padding: 0px;
}

.expertile img {
    float: right;
    padding-left: 10px;
}

.expertise h4 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.expertise h5 {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.common-pac-heading h4 {
    display: table;
    margin: 40px auto 30px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
}

.common-pac-heading h4 span {
    font-weight: 500;
}

.common-pac-heading h4:before {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    content: "";
    height: 1px;
    background-color: #fa4b6e;
}








.tour-box {
    background-color: #efefef;
    display: table;
    width: 100%;
    border-radius: 6px;
    position: relative;
}

.tour-box label {
    position: absolute;
    top: 15px;
    background-color: #004085;
    padding: 0 6px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    left: 15px;
}

.tour-box-details {
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

}

.tour-box-details h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #003071;
    padding-bottom: 6px;
    padding-top: 4px;
}

.tour-box-details p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.tour-box-details p i {
    color: #a5a5a5;
    width: 17px;
    font-size: 15px;
}

.tour-box-details p span {
    font-weight: 500;
    font-family: sans-serif;
}

.tour-box-details button {
    font-weight: 500;
    margin: 0 auto;
    display: table;
    border: 2px solid #ff4c6f;
    border-radius: 4px;
    background-color: #ff4c6f;
    color: #fff;
    padding: 3px 13px;
    font-size: 15px;
    margin-top: 15px;
    transition: 0.3s;
    width: 100%;
}

.tour-box-details button:hover {
    color: #ff4c6f;
    background-color: #fff;
}

.tour-box img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tour-box-details ul {
    display: table;
    width: 100%;
}

.tour-box-details ul li {
    float: left;
    width: 48%;
    margin: 0 0.8%;
}

.tour-box-details ul li a {
    color: #fff;
    text-decoration: none;
}

.tour-box-details ul li a:hover {
    color: #ff4c6f;
}


.multi_tour_slider .owl-next,
.multi_tour_slider .owl-prev {
    opacity: 1;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff !important;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    outline: none;
}

.multi_tour_slider .owl-next span,
.multi_tour_slider .owl-prev span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
    margin-top: 6px;
}

.multi_tour_slider .owl-prev span {
    background-image: url(../images/slider-arw-left.png);
    opacity: 1;
    background-size: 100% auto;
    color: transparent;
}

.multi_tour_slider .owl-next span {
    background-image: url(../images/slider-arw-right.png);
    opacity: 1;
    background-size: 100% auto;
    color: transparent;
}

.multi_tour_slider .owl-prev {
    left: -34px;
}

.multi_tour_slider .owl-next {
    right: -34px;
}

.extra-info p {
    font-size: 15px;
    font-weight: 500;
    color: #595959;
}

.extra-info h6 {
    text-align: center;
}

.extra-info ul li p {
    margin: 0;
}

.extra-info ul li p strong {
    color: #000;
}

.extra-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #003071;
}

.extra-info h5 {
    color: #003071;
}


.has-scrollable {
    height: 400px;
    overflow-y: scroll;

}

.has-scrollable::-webkit-scrollbar {
    width: 5px;
}

.has-scrollable::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 15px;
}

.has-scrollable::-webkit-scrollbar-track {
    background: #eee;
}

.has-scrollable::-webkit-scrollbar-thumb {
    background: #999;
}

.has-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer;
}

.extra-info {
    padding-bottom: 50px;
}

.pricing-table table tr td {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.pricing-table table tr td,
.pricing-table table tr th {
    padding: 5px 10px;
}

.pricing-table table tr td:last-child a {
    font-weight: 500;
    margin: 0 auto;
    display: table;
    border-radius: 11px;
    background-color: #ff4c6f;
    color: #fff;
    padding: 5px 0 !important;
    font-size: 14px;
    transition: 0.3s;
    width: 100%;
}















.home-why-choose-us {
    background-color: #f1f2f4;
    padding: 100px 0;
    display: table;
    width: 100%;
}

.homw-why-choose-us-content p {
    color: #07cc98;
    font-size: 26px;
    margin-bottom: 0px;
}

.homw-why-choose-us-content h4 {
    font-size: 38px;
    font-weight: 700;
}

.homw-why-choose-us-content h4 span {
    font-weight: 500;
}

.homw-why-choose-us-content a {
    color: #fff;
    font-weight: 500;
    padding: 12px 45px;
    border-radius: 4px;
    background-color: #00171f;
    margin-top: 15px;
    display: table;
}

.home-why-choose-us ul li {
    float: left;
    width: 46%;
    background-color: #fff;
    margin: 9px 2%;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 1px #ddd;
}

.home-why-choose-us ul li p {
    margin: 10px auto 20px;
    display: table;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

section.home-why-choose-us ul li img {
    margin: 30px auto 0;
    display: table;
}

.home-contact-form {
    background: linear-gradient(to top right, #02d77b 0%, #0fbcc3 100%);
}

section.home-contact-form h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 31px;
}

section.home-contact-form h4 span {
    font-weight: 500;
}

section.home-contact-form p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}

section.home-contact-form h3 {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 24px;

}

section.home-contact-form form {
    margin: 70px 0;
}

section.home-contact-form form .form-group {
    position: relative;
}

.home-contact-form form .form-group label {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    color: #373456;
}

section.home-contact-form form .form-group input {
    height: 48px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
}

section.home-contact-form form .form-group i {
    position: absolute;
    left: 12px;
    top: 40px;
    color: #d2d3d5;
}

.home-contact-form form input::-webkit-input-placeholder {
    /* Edge */
    color: #d2d3d5;
}

.home-contact-form form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d2d3d5;
}

.home-contact-form form input::placeholder {
    color: #d2d3d5;
}

section.home-contact-form form .form-group ul li {
    float: left;
    width: 31%;
    margin-right: 3%;
    position: relative;
    margin-top: -22px;
    margin-bottom: 22px;
}

section.home-contact-form form .form-group ul li:last-child {
    margin-right: 0;
}

section.home-contact-form form .form-group ul li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

section.home-contact-form form .form-group ul li label {
    background-color: #fff;
    color: #d2d3d5;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    z-index: 1;
    position: relative;
}

section.home-contact-form form .form-group ul li input[type="radio"]:checked+label {
    background: #495057;
}

section.home-contact-form form .form-group button {
    border: 0;
    background: #00171f;
    color: #fff;
    margin: 0 auto;
    display: table;
    padding: 10px 50px;
    border-radius: 5px;
    font-weight: 600;
}





a.wats-btn {
    position: fixed;
    bottom: 17px;
    left: 27px;
    font-size: 36px;
    background: #25d366;
    border-radius: 50%;
    padding: 0px 10px 0px 11px;
    color: #fff;
    z-index: 111;
}

a.call-btn {
    position: fixed;
    bottom: 17px;
    left: 92px;
    font-size: 27px;
    background: #12a87b;
    border-radius: 50%;
    padding: 9px 12px 4px 12px;
    color: #fff;
    z-index: 111;
}

.main-footer {
    background-color: #444444;
    padding: 20px 0;
}

ul.footer-city {
    display: table;
    margin: 0px auto 15px;
}

ul.footer-city li {
    float: left;
}

ul.footer-city li a {
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    border-right: 1px solid #fff;
}

ul.footer-city li:last-child a {
    border: 0;
}

.main-footer h4 {
    color: #ff4c6f;
    font-size: 15px;
    margin: 15px 0;
}

.footer-links a {
    color: #fff;
    font-size: 14px;
}

.customer-support h5 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 5px 0px;
}

.customer-support a {
    display: table;
    color: #fff;
}

.footer-left {
    display: table;
    margin: 0 auto;
}




#footer {
    background: #1c1c1c url(../images/bg-footer.jpg) 20% 30% no-repeat;
    padding: 30px 0px 20px;
}

#footer ul {
    padding: 0px 0px 0px 15px;
    color: #cccccc;
}

#footer li {
    padding: 0px;
    color: #cccccc;
    line-height: 22px;
    padding: 6px 0px;
    list-style: none;
}

#footer li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 13px;
}

#caption {
    background: #090909;
    padding: 10px 0px;
}

#caption p {
    color: #999999;
    margin: 5px 0px 5px;
    padding: 0px;
}

#caption a {
    color: #999999;
}

.toggle-btn i.fa-bars {
    display: none;
}


div#popupForm {
    z-index: 999999;
    top: 60px;
    background: rgba(0,0,0,0.7);
}

div#popupForm input,
div#popupForm select,
div#popupForm textarea {
    height: 45px;
    font-size: 13px;
    box-shadow: unset;
    outline: none;
    border-color: #cccccc;
    border-radius: 4px !important;
}

div#popupForm textarea {
    height: 70px;
}

div#popupForm .form-group {
    margin-bottom: 10px;
}

div#popupForm .input-group {
    margin-bottom: 10px;
}
div#popupForm .form-group button{
    font-weight: 500;
    margin: 0 auto;
    display: table;
    border: 2px solid #ff4c6f;
    border-radius: 4px;
    background-color: #ff4c6f;
    color: #fff;
    padding: 3px 13px;
    font-size: 15px;
    margin-top: 15px;
    transition: 0.3s;
    width: 100%;
}

#popupForm .modal-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #343434;
}
.container {
    max-width: 90%;
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: unset;
    }
    a.main-logo {
        position: relative;
        width: 100%;
    }

    .toggle-btn i.fa-bars {
        display: table;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 26px;
        color: #fff;
    }

    a.wats-btn {
        bottom: 0px !important;
        left: unset !important;
        font-size: 28px !important;
        background: #25d366 !important;
        border-radius: 0 !important;
        padding: 4px 0 !important;
        color: #fff !important;
        width: 50% !important;
        right: 0 !important;
        text-align: center;
        padding-top: 3px !important;
    }

    a.call-btn {
        bottom: 0px !important;
        left: 0 !important;
        font-size: 26px !important;
        background: #12a87b !important;
        border-radius: 0 !important;
        padding: 5px 0px !important;
        color: #fff !important;
        width: 50% !important;
        text-align: center !important;
    }


    header.header ul {
        float: unset;
        display: none;
        width: 100%;
    }


    header.header ul li {
        float: left;
        display: table;
        width: 100%;
    }

    header.header ul li a {
        border: 0;
        padding: 16px 0;
        margin: 0 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
    }



    .trip-form {
        position: unset;
        top: unset;
        transform: unset;
        right: unset;
        max-width: 100%;
        width: 95%;
        margin: 20px auto;
    }

    .expertile {
        border-right: 1px solid #eee;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .expertise h3 {
        text-align: center;
    }

    .expertile img {
        padding-left: 40%;
    }

    .common-pac-heading {
        padding: 0 15px;
        text-align: center;
    }

    .multi_tour_slider .owl-next {
        right: -7px;
    }

    .multi_tour_slider .owl-prev {
        left: -9px;
    }
}