@charset "utf-8";

* {
   
    padding: 0px;
    list-style-type: none;
    outline: none;
    border: none;
    box-sizing: border-box;
}

body {
    font-family: 'Jost', sans-serif;
}


/*===========Default CSS==========*/

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
    text-decoration: none !important;
    cursor: pointer
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none !important;
    outline-style: none;
}

::selection {
    background-color: #2a5568;
    color: #fff
}

.color_white {
    color: #fff !important;
}

.section {
    float: left;
    width: 100%;
    padding: 30px 0px
}

h2.h2_heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*===========Header==========*/

.header {
    border-top: 5px solid #fb873c;
    padding: 5px 0;
    float: left;
    width: 100%;
    display: table;
    -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 1);
}

.logo_txt {
    float: left;
}

.logo_txt span {
    font-size: 37px;
    font-weight: 600;
    color: #000;
    font-family: 'Allura', cursive;
    display: table;
}

.header .contact_details {
    float: right;
}

.contact_details ul {
    margin: 0;
}

.contact_details p {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

.contact_details p img {
    margin: 0 15px;
}

p.contact_support {
    margin-bottom: 0;
}

.phone_icon {
    display: none;
}


/*===========Banner==========*/

.banner {
    width: 100%;
    display: table;
    background: url(../assets/images/banner_img.png);
    background-size: cover;
    padding: 50px 0px;
}

.package_box {
    padding: 3px;
    width: 100%;
    display: table;
    float: left;
    /*margin: 30px 0 30px;*/
    background-color: #fff;
    position: relative;
}

.package_box_inner {
    display: table;
    float: left;
    width: 100%;
    padding: 10px;
    background: #118a89;
}

.package_box_inner h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto;
    color: white;
    font-weight: 600;
    font-size: 16px;
}
.package_box_inner p{
    color: white;
    font-weight: 600;
    font-size: 15px;
}
ul.package_detail {
    display: table;
    float: left;
    width: 100%;
    margin: 20px 0;
}

ul.package_detail li {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 3px solid #fff;
}

ul.package_detail li:last-child {
    border-right: none;
}

.package_detail p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
}
.pricess {
    background: #fcb503;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding: 10px 10px;
    margin: 10px 0px;
}
.package_box_inner h3 {
    margin: 15px auto;
    float: left;
    width: 100%;
    display: table;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
}

.package_box_inner hr {
    position: relative;
    margin: 0 auto;
    float: left;
    display: table;
    width: 100%;
}

.package_box_inner hr:after {
    position: absolute;
    content: "\f005";
    display: block;
    font-family: "FontAwesome";
    color: #fff;
    background: #ed1b22;
    padding: 0 8px;
    font-size: 18px;
    left: 50%;
    top: -14px;
}

.sale_img {
    position: absolute;
    bottom: 8%;
    right: -114px;
}

.get_quote_box {
    border-radius: 5px;
    background-color: #fff;
    /* margin-top: 102px;*/
}

.getquote {
    position: relative;
    margin-bottom: 20px;
    background: #d60955;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.getquote h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 25px;
}

.getquote svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 29px;
}

form.call_back_form {
    padding: 20px;
}


/*form.call_back_form input{
 border:0;
 border-bottom: 1px solid #ed1b22;
 box-shadow: none;
 border-radius: 0;  
 padding-left: 0;
}*/

form.call_back_form input::placeholder {
    color: #1d1d1d;
}

form.call_back_form label {
    font-size: 18px;
}

form.call_back_form .btn {
    width: 100%;
    background: #fb873c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.form-control {
    border-radius: 0;
}

form.call_back_form .form-control:focus {
    border-color: #ed1b22;
    box-shadow: none;
}


/*===========Popular Destination==========*/

.destination_slider {
    float: left;
    width: 100%;
}

#destination .item img {
    border-radius: 20px;
}

.carousel-wrap {
    margin: 0px auto;
    padding: 0 5%;
    width: 100%;
    float: left;
    position: relative;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-nav > button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 14px;
}

.owl-nav .owl-prev {
    left: -5%;
}

.owl-nav .owl-next {
    right: -5%;
}

.owl-nav > button {
    color: #ed1b22;
    text-align: center;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.75);
    border-radius: 50%!important;
}

.owl-carousel .item .destination_info {
    padding-left: 15px;
    position: absolute;
    bottom: 0%;
    transition: 0.5s all ease;
}

.destination_info span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.destination_info p {
    color: #fff;
    font-size: 13px;
    
}


/*===========Best Selling Packages==========*/

.content p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pkg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    transition: 0.5s all ease;
}

.pkg:hover {
    -webkit-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    transition: 0.5s all ease;
}

.pkg_infobox {
    float: left;
    width: 100%;
    display: table;
    margin-top: 20px;
}

.pkg_info {
    float: left;
    width: 100%;
    text-align: left;
}


/*
.pkg_price{
    float: right;
    text-align: right;
}
*/

.pkg_info span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fcb503;
    font-weight: 700;
}

.pkg_info p {
   font-size: 16px;
    font-weight: 800;
    color: #1cb380;
    margin: 0 0 10px;
    margin-top: 7px;
}


/*
.pkg_price span{
    color: #000;
     font-size: 14px;
     font-weight: 700;
     display: block;
}
.pkg_price small{
font-size:10px;
font-weight: 600;
color:#ee8b0b; 
margin-top: 5px;
}
.pkg_price del{
text-decoration: line-through;
font-weight: 600;
font-size: 12px;
color: #ed1c24;
margin-left: 5px;
margin-top: 5px;
}
.pkg_price p{
    color: #303030;
    font-size: 9px;
    margin: 5px 0 10px;

}
*/

.pkg_city span {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

ul.city_list {
    margin: 8px 0 20px;
}

ul.city_list li {
    float: left;
    width: 50%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 12px;
}

ul.city_list li:nth-child(2n) {
    text-align: right;
}

.pkg hr {
    float: left;
    width: 100%;
    display: table;
    margin: 0;
}

ul.pkg_detail {
    float: left;
    width: 100%;
    display: table;
    padding: 20px 0 10px;
    margin: 0;
}

ul.pkg_detail li {
    float: left;
    text-align: center;
    width: 24%;
}

ul.pkg_detail li img {
    width: 30px;
}

ul.pkg_detail li p {
    color: #000;
    margin: 5px 0 0;
    font-size: 11px;
    font-weight: 600;
}

.pkg_inclusion {
   /* float: left;*/
    width: 100%;
    display: table;
}

.pkg_inclusion h3 {
    color: #333;
    margin: 0px 0 10px;
}

ul.pkg_list {
    margin: 16px 0 10px 0;
}

ul.pkg_list li {
    padding-left: 15px;
    margin: 5px 0;
    color: #333;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat;
    background-position: left 7px;
}

.pkg_list a,
.pkg_list a:hover,
.pkg_list:focus {
    background: none;
    border: none;
    color: #ed1b22;
    font-size: 14px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    float: right;
    font-weight: 600;
    font-style: italic;
}

.pkg_list a:hover {
    text-decoration: underline !important;
}

.pkg_list a[aria-expanded="false"] > .expanded,
.pkg_list a[aria-expanded="true"] > .collapsed {
    display: none;
}

a.enquiry_btn {
    border-radius: 0px;
    background-color: #004b67;
    color: #fff;
    font-weight: 600;
   
    padding: 10px 0;
    font-size: 16px;
   margin: 10px 0px 0px 0px;
    display: block;
}

a.enquiry_btn:hover {
    color: #fff;
}

.modal-header .close {
    font-size: 30px;
    color: #484848;
    opacity: 1;
    line-height: 5px;
}

.modal-header {
    padding: 15px 10px 0;
}

.modal-header form.call_back_form {
    padding-top: 0;
}

.book_box {
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 40px;
    text-align: center;
    transition: 0.5s all ease;
}

.book_box:hover {
    -webkit-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    transition: 0.5s all ease;
}

.book_box img {
    margin: 10px 0;
}

.book_box h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin: 20px 0;
}

.book_box p {
    font-size: 17px;
    color: #8b8b8b;
    margin: 10px 0;
}

.review {
    text-align: center;
    padding: 15px;
    border: 1px solid #d3d3d3;
    transition: 0.5s all ease;
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.review i {
    font-size: 65px;
}

.review:hover {
    -webkit-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.5);
    transition: 0.5s all ease;
}

.review h3 {
    color: #d60955;
    font-weight: 600;
}

.review p {
    color: #4f5150;
    font-weight: 500;
    font-size: 14px;
}

.review span {
    color: #ed1b22;
    margin-right: 10px;
}

.review_txt {
    padding: 10px 0 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.review_txt p {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}

.review_txt h3 {
    margin: 0 0 10px;
    color: #ed1b22;
    font-weight: 600;
    font-size: 16px;
}

.review_stars {
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    color: #ed1b22;
}

.review_stars i {
    font-size: 20px;
    color: #ffd400;
}

.footer {
    float: left;
    width: 100%;
    display: table;
    background-color: #fcb503;
    padding: 15px 0;
}

.footer p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.footer span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

ul.social_links {
    float: left;
    text-align: right;
    width: 100%;
    margin-top: 25px;
}

ul.social_links li {
    display: inline;
    float: none;
    margin: 0 8px;
    text-align: center;
}

ul.social_links li i {
    font-size: 33px;
    color: #fff;
}


/*======Thank You Page=========*/

.thankyou_box {
    width: 50%;
    display: table;
}

.thankyou_box i {
    font-size: 60px;
    color: #ed1b22;
}

.thankyou_box h3 {
    font-size: 45px;
}

.thankyou_box p {
    color: #333;
}

.thankyou_box a {
    font-size: 15px;
    background-color: #ed1b22;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    margin-top: 30px;
    display: table;
}


/*===========Responsive Part==========*/

@media screen and (max-width: 1200px) {
    .package_box_inner {
        padding: 5px;
    }
    .package_box_inner h2 {
        margin: 20px auto;
    }
    ul.package_detail {
        margin: 10px auto;
    }
    .package_box_inner h3 {
        margin: 10px auto;
    }
    a.enquiry_btn {
        width: 107.5%;
    }
    .get_quote_box {
        margin-top: 62px;
    }
}

@media screen and (max-width: 991px) {
    .sale_img {
        bottom: 0%;
        right: -114px;
    }
    .package_box_inner h3 {
        font-size: 45px;
    }
    .footer_logo {
        margin-top: 10px;
    }
    ul.social_links li i {
        font-size: 35px;
    }
    a.enquiry_btn {
        width: 102.9%;
    }
}

@media screen and (max-width: 767px) {
    .sale_img {
        bottom: -2%;
        right: -3px;
        transform: rotate(-20deg);
    }
    .get_quote_box {
        margin-bottom: 30px;
    }
    a.enquiry_btn {
        margin: 10px 0 0;
        width: 100%;
    }
    .footer_logo {
        display: table;
        margin: 0 auto 15px;
    }
    ul.social_links {
        margin-top: 15px;
    }
    .footer .text-left {
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    .owl-nav {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .logo_txt {
        float: left;
        text-align: left;
    }
    .logo_txt span {
        font-size: 32px;
    }
    .header .contact_details {
        display: none;
    }
    .phone_icon {
        display: block;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
    }
    .sale_img {
        bottom: -1%;
        right: -3px;
        transform: rotate(-20deg);
    }
    .package_box_inner h3 {
        font-size: 30px;
    }
    .package_box_inner h2 {
        font-size: 16px;
    }
    .social {
        text-align: center;
        width: 100%;
        margin: 0;
    }
    ul.social_links {
        text-align: center;
    }
    .package_detail p {
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    margin-top: 10px;
}
}

#footer {
    color: #000;
    padding: 0px 0px 35px 0px;
    padding: 50px 0 50px;
    margin-top: 1.5rem;
    background-color: #000;
}

.cold {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.mt-4 {
    text-align: center;
    color: #000;
    font-weight: 900;
}

.copyright-text a {
    color: #000;
}

.pkg_list li h3 {
    font-size: 14px;
    font-weight: 600;
}

.pkg_list li p {
    font-size: 12px;
    font-weight: 600;
}

.contact_phone {
    animation: animate 0.5s linear infinite;
    font-size: 22px!important;
    color: #118a89;
    font-weight: 700;
}

@keyframes animate {
    0% {
        color: #000;
    }
    25% {
        color: green;
    }
    50% {
        color: red;
    }
    100% {
        color: orange;
    }
}