body {
    font-family: Calibri Regular !important;
    background: #fff !important;

}

.recommendedicon img {
	max-height:400px !Important;
}
/* about and image */
 .highlight {
            color: #FFA500;
        }
        .section-title {
            font-size: 24px;
            font-weight: bold;
        }
        .section-subtitle {
            font-size: 18px;
            font-weight: bold;
        }
        .btn-custom {
            background-color: #2C1A5B;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
        }
        .btn-custom:hover {
            background-color: #1A0E3B;
        }
        .description {
            color: #6c757d;
            font-size: 16px;
        }
.about-us-img img {
	width:100%;
}

/*  */

/* packages */
    .offer {
        margin-top: 20px;
    }

    .offr {
        margin-bottom: 20px;
    }

    .featured_block {
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        background-color: #fff;
        text-align: center;
    }

    .featured_block:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .fblock_thumb img {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #ddd;
    }

    .fblock_thumb h2 {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        padding: 10px;
    }

    .readbtn {
        padding: 15px;
        background-color: #f8f8f8;
    }

    .readbtn a {
        color: #fff;
        background-color: #396c85;
        padding: 10px 20px;
        border-radius: 4px;
        text-decoration: none;
        transition: background-color 0.3s ease-in-out;
    }

    .readbtn a:hover {
        background-color: none;
    }

/* Section title container styling */
.sec-title {
    text-align: center;
    /* Center align the text */
    margin-bottom: 40px;
    /* Add space below the section title */
    font-family: Calibri Regular !important;
    #f4f4f4
}

/* Main heading (h1) styling */
.sec-title h1 {
    font-size: 36px;
    /* Large font size for main heading */
    font-weight: bold;
    /* Make it bold */
    color: #396c85;
    /* Dark color for better readability */
    text-transform: uppercase;
    /* Uppercase text for a formal look */
    margin-bottom: 10px;
    /* Add spacing below the main heading */
    line-height: 1.2;
    /* Adjust line height for spacing */
}

/* Subheading (h5) styling */
.sec-title p {
    font-size: 18px !important;
    /* Smaller font size for subheading */
    font-weight: normal;
    /* Regular font weight */
    color: #000;
    /* Add a primary brand color */
    letter-spacing: 1px;
    /* Add spacing between letters */
    margin-top: 0;
    /* Remove unnecessary margin above */
}

/* Styling for smaller screens */
@media (max-width: 768px) {
    .sec-title h1 {
        font-size: 28px;
        /* Adjust font size for smaller screens */
    }

    .sec-title h5 {
        font-size: 16px;
        /* Adjust subheading font size */
    }
}


/**/
.vehicle-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.vehicle-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.vehicle-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
}

.vehicle-info h5 {
    font-size: 24px;
    font-weight: 600;
}

.vehicle-info .badge {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 5px 10px;
}

/*  */

/* General styling for the form row */
.form-row {
    margin-top: 20px;
    /* Add spacing above the row */
}

/* Style the input fields */
.form-row .form-control {
    border-radius: 5px;
    /* Rounded corners */
    border: 1px solid #ccc;
    /* Subtle border */
    padding: 10px;
    /* Padding inside input fields */
    font-size: 14px;
    /* Standard font size */
    box-shadow: none;
    /* Remove default shadow */
    transition: border-color 0.3s ease-in-out;
    /* Smooth focus transition */
}

/* Input fields on focus */
.form-row .form-control:focus {
    border-color: #007bff;
    /* Highlight border on focus */
    outline: none;
    /* Remove focus outline */
}

/* Submit button styling */
.form-row [submit] {
    background-color: #007bff;
    /* Button background */
    color: white;
    /* Button text color */
    border: none;
    /* Remove border */
    padding: 10px 20px;
    /* Adjust padding */
    border-radius: 5px;
    /* Rounded button */
    cursor: pointer;
    /* Change cursor to pointer */
    font-size: 14px;
    /* Font size */
    transition: background-color 0.3s ease-in-out;
    /* Smooth hover transition */
}

/* Submit button on hover */
.form-row [submit]:hover {
    background-color: #0056b3;
    /* Darker background on hover */
}

.cntact img {
	height:110px;
}
@media screen and (max-width: 768px){
	height:auto;
}

/* Center the submit button in its column */
.text-center [submit] {
    display: block;
    margin: 0 auto;
    /* Center align */
}

/* Add spacing between inputs for smaller screens */
@media (max-width: 768px) {
    .form-row .col-md-3 {
        margin-bottom: 15px;
    }
}


/**/
.bg-grey {
    background: #f4f4f4;
    padding: 30px 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
    font-size: 19px !important;
}

.navbar {
    background:linear-gradient(2deg, #c94b4b 0%, #4b134f 100%);
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav > .active > a{
       background: none;
    font-weight: 600;
}



.ab a {
    float: right;
}

.socal i {
    padding: 10px;
}

.social-icons i {
    width: 40px !important;
}

#block-11 ul li {
    margin-right: 11px;
    font-size: 24px;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 9px;
    list-style: none !important;
    /* background: #fff; */
}

.footer .socal {
    display: inherit !important;
    position: fixed;
    top: 304px;
    left: -1px;
    z-index: 9999;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    left: 15px;
    padding: 7px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}

.wapus {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    left: 15px;
    padding: 7px;
    z-index: 999;

}

.packone {
    box-shadow: 0px 5px 8px #ddd;
}

.packone img {
    max-height: 150px;
    max-width: 300px;
}

.innertest .mens {
    border: 1px solid #ddd;
    padding: 17px;
}

.adve {
    text-align: center;
    padding: 30px 0px;
}

.adve .sktmore {
   border: 1px solid #ddd;
    padding: 5px;
    background: #3a79af;
    color: white;
}


.hotbtn .btn {
    color: #000;
}

.hot {

    padding: 30px 0px;
}

.hot ul li {
    font-size: 20px;
    line-height: 30px;
}

.hotbtn {
    text-align: center;
}

.hot .recommended2 {
    border: 1px solid #ddd;
    padding: 20px;
}

.hot img {
    width: 100% !important;
}

.hot h2 {
    text-align: center;
}

.hot h2 {
    margin-bottom: 22px;
}

.offerpackage {
    text-align: center;
    padding: 30px 0px;
}

.innertest {
    font-size: 21px;
    padding: 30px 0px;
}

.innerproducts h4 {
    font-size: 28px !important;
    color: red;
}

.innerproducts li {
    line-height: 40px !important;
}

.readbtn a {
    color: #fff;
    font-size: 19px;
    background:linear-gradient(2deg, #c94b4b 0%, #4b134f 100%);
}


.offr .block_content p {
    font-size: 20px !important;
}

.featured_block {
    border: 1px solid #ddd;
}

.offer .item {
    width: 20% !important;
    float: left;
    padding: 5px 13px;
}

.trave {
    text-align: center;
    padding: 50px;
}

.whyyy {
    background: #2166A9;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
    padding: 7px 16px;
    margin-top: 35px;
}

.offer {
    text-align: center;
    padding: 30px 0px;
}

.offer h2 {
    font-size: 25px !important;
	margin:4px 9px;
}

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

p {
    font-size: 20px !important;
}

.socali ul li {
    list-style: none;
    display: inline-block;
    /* float: inline-end; */
    font-size: 22px;
    margin-right: 28px;
    margin-top: 22px;
}

.c-section {
    text-align: center;
}

.socali h3,
.line h3 {
    font-size: 35px;
    margin-top: 32px;
    color: #D3B27C;
    font-family: cursive;
}

.line button {
    margin-top: 10px;
}

.offer .item {
    width: 20%;
    float: left;
    padding: 5px 13px;
}

.offer .item p {
    font-size: 16px !important;
}

#packages img {
    width: 100%;
}

whyyy p {
    padding-top: 3px;
}

.whyyy img {
    float: left;
}

.slider .wpcf7-submit {
    width: 100%;
    height: 62px;
    font-size: 26px;
    border-radius: 40px !important;
}

.slider .form-control {
    display: block;
    width: 100%;
    height: 65px;
    border-radius: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.trave p {
    font-size: 28px;
    color: #fff;
}

.trave h2 {
    font-size: 60px;
    color: #D3B27C;
    font-family: cursive;
}

.social .col-md-3 {
    padding-top: 40px !important;
}

.social a,
.social .widget_block {
    font-size: 18px !important;
}

.points {
    background: #0000007a;
    padding: 20px 9px;
    color: #D3B27C;
    font-size: 25px;
}

.points ul li {
    line-height: 53px !important;
    color: #fff;
    font-size: 23px;
}

.slider {
    padding: 70px !important;
}

.sec-title {
    text-align: center;
    margin-bottom: 20px;
}

.sec-title h2 {
    color: #396c85;
}

.about {

    padding: 30px 0px;

}

.fa-facebook {
    background: #0866FF !important;
    color: #fff !important;
}

.fa-whatsapp {
    background: #4DC247 !important;
    color: #fff !important;
}

.fa-youtube {
    background: #FF0000 !important;
    color: #fff !important;
}

.fa-twitter {
    background: #000 !important;
    color: #fff !important;
}

.fa-instagram {
    background: #9712FC !important;
    color: #fff !important;
}

.offer i {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    border-radius: 50%;
    font-size: 19px;
}

.sec-title h5 {
    font-size: 24px;
}

.kar-theme-menu-product-info-box {
    margin-bottom: 30px;
    position: relative;
    background: #57648C;
    border-radius: 3px;
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
}

.icon-list {
    padding: 0px !important;
}

.main-price {
    font-size: 26px;
    padding: 20px 0px;
}

.c-section h3 {
    padding: 8px;
}

.booking {
    background: #3a79af;
    padding: 10px;
    color: #fff;
}

.booking a {
    font-size: 20px;
    color: #ffff;
}

.icon-list li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 5px;
    background: #f8f8f8;
    color: #888889;
    display: inline-block;
    margin-right: 12px;
    padding: 11px;
    width: 43%;
}

.social {
    text-align: center;
    padding: 10px;
}

.social p {
    font-size: 21px;
}

.social .col-md-3 a,
.social .col-md-3 .widget_block {
    color: #000 !important;
}

.social .col-md-3,
.social .col-md-2 {
    padding-top: 30px !important;
}

.about .col-md-6 {
    font-size: 20px !important;
}

.about .col-md-6 p {
    line-height: 38px !important;
}

.frm .col-md-6 p,
.frm .col-md-6 li {
    font-size: 19px !important;
    line-height: 30px !important;
}

.frm .form-control {
    display: block;
    width: 100%;
    height: 58px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.frm .wpcf7-submit {
    width: 100%;
    height: 57px;
}

.formCol {
    background: #57648C;
    margin-top: 58px;
}

.formCol h2 {
    color: #fff !important;
}

.line {
    text-align: center;
    padding: 35px;
}

.footer {
    background:linear-gradient(2deg, #c94b4b 0%, #4b134f 100%);
    color: #fff;
    padding: 30px 0px;
}

.footer-bottom {
    background: linear-gradient(2deg, #c94b4b 0%, #4b134f 100%);
    color: #fff;
}

.footer .col-md-4 {
    padding: 0px 27px;
}

.footer p,
.footer a {
    font-family: monospace !important;
    font-size: 18px !important;
}

.btn {
  
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.footer h3 {
    margin-bottom: 26px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    width: 63%;
    padding-bottom: 10px;
}

.footer ul {
    padding: 0px !important;
}

.footer ul li {
    /* list-style: none !important; */
    list-style: circle;
    font-size: 17px;
}

.footer .three {
    padding-left: -1px;
}

#block-11 ul li {

    margin-right: 11px;
    font-size: 21px;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
}

.footer a {
    color: #fff !important;
    font-size: 20px;
    line-height: 31px;
}

.footer .col-md-3 {
    padding: 30px !important;
}

.footer-one {
    font-size: 17px !important;
}

.social .col-md-2 .btn {
    font-size: 17px;
    color: #fff;
    background:linear-gradient(2deg, #c94b4b 0%, #4b134f 100%);
}

.social #block-7 {

    padding-top: 8px;

}

.social .ab a {
    margin-top: 8px !important;
}

.slideroption img {
    float: left;
    margin-left: 2px;
    margin-top: 7px;
    margin-right: 1px;
    width: 31px;
}

.slideroption {
    background: #044387;
    height: 48px;
    padding: 1px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    border-radius: 30px;
}

.footer-bottom a {
    color: #fff !important;
}

.offer p {
    font-size: 15px !important;
}

h2,
.h2 {
    font-size: 35px !important;
    font-weight: bold !important;
}

.slideroption p {
    padding-top: 8px;
    font-size: 14px !important;
    text-align: left;
    /* margin-left: 9px; */
    font-weight: bold;
}

.cntact {
	display: flex;
    align-items: center;
}



@media screen and (max-width: 600px) {
	
	.cntact {
	display: block;
    align-items: center;
}
	
	.phonee {
	padding:0;
	}

    .social .col-md-3,
    .social .col-md-2 {
        padding-top: 12px !important;
    }

    .line {
        padding: 0px !important;
    }

    .slider .wpcf7-submit {
        width: 100%;
        height: 60px;
        font-size: 26px;
        border-radius: 30px;
        background: #1a1aab;
        color: #fff;
    }
    
    .navbar{
        background:white;
    }


    .trave h2 {
        font-size: 28px !important;
        color: #d3b27c;
        font-family: cursive;
    }

    .formCol {
        background: #57648C;
        /* margin-top: 58px; */
        padding-top: 14px;
    }

    .slider {
        padding: 0px !important;
    }

    .footer h3 {
        margin-bottom: 26px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-top: 50px;
        width: 100%;
    }

    .social .col-md-2 .btn {
        font-size: 17px;
        color: #000;
        width: 100%;
        background: #FCE369;
        font-size: 27px !important;
    }

    .slider p {
        font-size: 30px !important;
    }

    .offer i {
        border: 1px solid #000;
        width: 30px;
        height: 30px;
        padding-top: 7px;
        border-radius: 50%;
        font-size: 16px;
    }


    .footer ul li {
        /* list-style: none !important; */
        list-style: circle;
        font-size: 19px;
        line-height: 33px;
    }

    .icon-list li {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        gap: 5px;
        background: #f8f8f8;
        color: #888889;
        display: inline-block;
        margin-right: 13px;
        font-size: 18px;
        padding: 11px;
        width: 43%;
    }

    .offer p {
        font-size: 17px !important;
    }

    .whyss {
        margin-bottom: 20px;
        min-height: 209px;
    }

    .slideroption p {
        padding-top: 8px;
        font-size: 12px !important;
        text-align: left;
        font-weight: bold;
    }

    .social img {
      height: 180px;
        text-align: center;
        margin: 0 auto;
    }

    .trave {
        text-align: center;
        padding: 0px;
    }
}

.slideroption {
    background: #337ab7;
    height: 48px;
    padding: 4px 16px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
}

.trave h2 {
    font-size: 43px;
    color: #D3B27C;
    font-family: cursive;
}

.about img {
    width: 100% !important;
}

.footer .col-md-3 {
    padding: 13px !important;
}


/* new sidebar  */



/* end sidebar */
@media screen and (max-width: 450px) {
    .offer .item {
        width: 50% !important;
        float: left;
        padding: 5px 13px;
    }

    .slider {
        padding: 0px !important;
    }
    

    .slideroption img {
        float: left;
        margin-left: 5px;
        margin-top: 7px;
        margin-right: -2px !important;
        width: 33px;
    }

    .whyss {
        border: 1px solid #ddd;
        padding: 10px;
        min-height: 241px;
    }

    .footer-section .footer-three {
        padding-left: 0px !important;
    }

    .footer .col-md-3 {
        padding: 7px !important;
        border-bottom: 1px solid #ddd;
    }
}