@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

   
:root{
    --clr-org: #e638a3;
    --clr-white: #fff;
    --clr-bright: #EFF2F9;
    --clr-blue: #034ca7;
    --font-poppins: "Poppins", sans-serif;
    --font-manrope: 'Poppins';
    --transition: all 300ms ease-in-out;
}
small{
font-size: 14px;
}
label.align-left {
    font-family: "Poppins", sans-serif;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
    .container {
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.footer .container {
    width: 1200px !important;
}
.footer-one__bottom .bottom-inner {
    width: 1200px;
    margin: 0 auto;
}
}
.footer * {
    text-align: left;
}
body{
    font-size: 1.6rem!important;
    font-family: var(--font-poppins)!important;
    overflow: hidden;
}

button{
    border: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    font-family: inherit;
}

h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    color: #034ca7;
}

h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
    color: #034ca7;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
button.payment-button {
    background: #0E294C;
    padding: 16px 35px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
}
button.payment-button:hover {
    background: #FF6D0B;
}
p {
    font-size: 16px;
    line-height: 27px;
}

.sub-title {
    color: #FF7C00;
    font-size: 18px;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

/* fonts */
.font-poppins{font-family: var(--font-poppins);}
.font-manrope{font-family: var(--font-manrope);}

/* text colors */
.text-blue{color: var(--clr-blue);}
.text-blue-mid{color: var(--clr-blue-mid);}
.text-blue-dark{color: var(--clr-blue-dark);}
.text-bright{color: var(--clr-bright);}
.text-dark{color: var(--clr-dark);}
.text-grey{color: var(--clr-grey);}
.text-white{color: var(--clr-white);}

/* backgrounds */
.bg-blue{background-color: var(--clr-blue);}
.bg-blue-mid{background-color: var(--clr-blue-mid);}
.bg-blue-dark{background-color: var(--clr-blue-dark);}
.bg-bright{background-color: var(--clr-bright);}
.bg-dark{background-color: var(--clr-dark);}
.bg-grey{background-color: var(--clr-grey);}
.bg-white{background-color: var(--clr-white);}
.bg-black{background-color: var(--clr-black);}
.bg-green{background-color: var(--clr-green);}

.text-center{ text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-capitalize{text-transform: capitalize;}
.text{
    color: var(--clr-dark);
    opacity: 0.9;
    margin: 2rem 0;
    line-height: 1.6;
}

.fw-2{font-weight: 200;}
.fw-3{font-weight: 300;}
.fw-4{font-weight: 400;}
.fw-5{font-weight: 500;}
.fw-6{font-weight: 600;}
.fw-7{font-weight: 700;}
.fw-8{font-weight: 800;}

.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-19{font-size: 19px;}
.fs-20{font-size: 20px;}
.fs-21{font-size: 21px;}
.fs-22{font-size: 22px;}
.fs-23{font-size: 23px;}
.fs-24{font-size: 24px;}
.fs-25{font-size: 25px;}

.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}

.container{
    margin: 0 auto;
}

/* bars button */
.bars{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 16.5px;
    width: 25px;
}
.bars .bar{
    width: 100%;
    height: 2px;
    background-color: var(--clr-blue);
    transition: var(--transition);
}

.bars:hover .bar{
    background-color: var(--clr-dark);
}

/* buttons */
.btn {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.btn-primary {
    background-color: var(--clr-org);
    color: #15162c;
    border: 1px solid var(--clr-org);
    transition: var(--transition);
}

.btn-primary:hover{
    background-color: transparent;
    color: var(--clr-org);
    border-color: var(--clr-org);
}

.btn-secondary{
    background-color: transparent;
    color: var(--clr-org);
    border: 1px solid var(--clr-org);
    transition: var(--transition);
}
.booking-form-heading h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    padding: 0px;
    width: 95%;
    margin: 0 auto;
        z-index: 100;
    position: relative;
}
.btn-secondary:hover{
    background-color: var(--clr-org);
    color: var(--clr-white);
    border-color: var(--clr-org);
}

.btn-group button:first-child, .btn-group a:first-child{
    margin-right: 1rem!important;
}
span.req-indicator {
    color: red !important;
}
/* Style the footer */
footer {
    background-color: #034ca7;
    color: #fff;
    padding: 20px;
    text-align: center;
}

/* Style the footer content container */
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style the footer logo */
.footer-logo img {
    max-width: 100px;
}

/* Style the footer links */
.footer-links ul {
    list-style: none;
}

.footer-links li {
    display: inline;
    margin-right: 20px;
    font-size: 16px!important;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
}

.footer-links a:hover {
    color: #FF7C00;
}
form#BookingForm {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 80px;
}
.social-media-icons li {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.social-media-icons img {
    width: 30px;
}

.social-media-icons img:hover {
    color: #FF7C00;
}


/****************************************************** Home page *************************************************/

/* slider */
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.slides {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides img {
    height: 600px;
}

.slides .slide {
    flex: 0 0 100%;
}
  
.dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
  
.dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
  
.dot.active {
    background-color: #333;
}
  
/* section one */
.section-one{
    padding: 80px 0;
}

.section-one-content {
    display: flex;
}
.section-one-l img{
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
}

.section-one .btn-group{
    margin-top: 2rem;
}
.section-one-r{
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
}
.section-one-r .btn-group{
    margin-top: 3rem;
}

/* Home image box

/* Style the image row container */
.image-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

/* Style the image boxes */
.image-box {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s;
    padding: 0px 20px;
}

/* Style the images */
.image-box img {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 20px;
}


.image-box:hover img {
    opacity: 0.7;
}

/* Home section 3 */
.section-one-3 {
    margin-bottom: 80px;
}
.form_content.personal_details {
    width: 50%;
}
.form_content.booking_details {
    width: 50%;
}
.form-outer {
    display: flex !important;
    gap:40px;
    background: aliceblue;
    padding: 40px;
}
   
/*************************************************** Contact page ************************************************/

/* Basic styles for the contact section */
.contact-section {
    display: flex;
    justify-content: space-between;
    padding: 90px 0px;
}

.contact-details,
.contact-form {
    flex: 1;
    padding: 40px;
    background-color: #eff2f9;
    border-radius: 5px;
    margin: 20px;
}

/* Style the contact icons */
.contact-details i {
    margin-right: 10px;
    font-size: 25px;
    color: #FF7C00;
}

.contact-details a{
    color: #000;
    font-size: 16px;
}

.contact-details a:hover{
    color: #FF7C00;
}

.contact-details li{
    list-style: none;
    margin-bottom: 20px;
}

/* Style the form elements */
.contact-form input, .contact-form button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: var(--font-poppins);
    font-size: 15px;
}

.contact-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 5px;
    height: 140px;
    font-family: var(--font-poppins);
    font-size: 15px;
}

/* Style the submit button */
.contact-form button {
    background-color: #FF7C00;
    color: #fff;
    border: 1px solid #FF7C00;
    cursor: pointer;
    font-family: var(--font-poppins);
    font-size: 16px;
    padding: 13px 0px;
}

/* Add hover effect to the submit button */
.contact-form button:hover {
    background-color: #0057b300;
    color: #FF7C00;
}

.contact-pic img {
    max-width: 370px;
}

.whatsapp-img {
    width: 30px;
    display: inline;
}

/***************************************************** Reats page **********************************************/
p td, th {
    font-size: 15px !important;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px!important;
    padding: 5px 10px!important;
}

.reats-sec {
    padding: 60px 0px;
}

.table-heading {
    margin: -50px 0px;
}

/************************************************** Booking Page *********************************************************/

.field-col.full {
    width: 100%;
    margin: 0px 0px 20px 0px!important;
    display: flex;
    flex-direction: row;
    gap:10px;
}
.field-col.full p {
    color: #fff;
}
.col-l {
    width: 40%;
    background: #0D284C;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.col-R {
    display: flex;
    width: 60%;
    align-items: center;
    padding: 15px;
    background: #CCCCCC;
        flex-direction: column;
}
.field-row {
    display: flex;
    gap:10px;
}
	

.field-row.tt-selection {
    width: 400px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.tt-selection .field-col.full {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.bookingForm input {
    color: #666;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins' !important;
}

#message {
    color: #666;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    font-size: 16px;
      font-family: 'Poppins' !important;
    height: 130px;
}

.bookingForm select {
        height: 40px;
    color: #666;
    padding: 0 15px 0 15px;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    font-size: 16px;
      font-family: 'Poppins' !important;
}

.helf-field {
    width: 50%!important;
    background-color: #eff2f9;
    padding: 30px;
    margin: 10px;
}

.booking-form-heading {
    background-color: #0c2e8a;
    color: #222!important;
    padding: 10px;
    font-size: 25px!important;
    text-align: center;
}

.helf-field-full-main {
    width: 100%!important;
    display: flex;
}

.helf-field label {
    font-size: 16px!important;
    font-family: var(--font-poppins)!important;
}

#Cash, #Paypal {
    width: auto!important;

}

.col-radio-container {
    display: flex;
}

.col-radio {
    margin-right: 20px;
}

.price-text {
    line-height: 50px;
    margin-right: 30px;
}

.payment-method-text {
    margin-top: 10px;
}

.booking-btn {
    width: 100%;
}

.price-field {
    display: inline-flex;
    align-items: center;
    justify-content: center;
   /* width: 50%;*/
    position: relative;
    left: 0%;
    padding: 20px;
}
.price-field p {
    color: #000 !important;
}
.field-col.full.price-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
        text-align: center;
}

.price-field input {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    height: 50px;
}
/*input#price {
    width: auto !important;
}*/
#upArrowimg {
    width: 30px!important;
    display: inline!important;
    position:absolute;
}

#retutn_box {
    margin-top: 20px;
    padding: 20px;
    background-color: #ededed;
}

#retutn_box h6 {
    padding-bottom: 20px;
}
#retutn_box{
    width: 100%;
}
.book-main {
    margin: 0px 0 0 0;
}
/* .outer-main:before {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    content: '';
    background: url(https://img.freepik.com/free-psd/gradient-abstract-borders_23-2150602085.jpg?t=st=1750517180~exp=1750520780~hmac=0ac7e54…&w=1380);
    z-index: -1;
    opacity: 0.3;
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
} */
/***************************************************** Thank You *****************************************************/
.thank-you-sec {
    padding: 40px;
    background-color: #f5ebdc;
    width: 40%;
    margin: 40px auto 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.thank-you-sec p {
    line-height: 35px;
}

.thank-you-sec h3 {
    color: #034ca7;
    margin-bottom: 20px;
}

tbody, td, tfoot, th, thead, tr {
    font-size: 16px;
}

.confirmation-message {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #178a1b;
}
.unavailablePackage{
color:red;
}
/*********************************************** Responsive *********************************************/

@media screen and (max-width: 1024px) {
    .section-one-content {
        display: block;
    }
    .section-one-r {
        padding-top: 30px;
        max-width: 100%;
    }
    
    .section-one {
        padding: 40px 0px 60px 0px;
    }
    
    .section-one-3 {
        margin-bottom: 40px;
    }
    
    .image-row {
        padding-bottom: 50px;
    }
    
    footer {
        padding: 10px 0px;
    }
    
    .section-one-l img {
        max-width: 100%;
    }
    
    .contact-section {
        padding: 50px 0px;
    }
    
    .thank-you-sec {
        width: 60%;
    }
    html, body{ width:100%; overflow-x:hidden; }
}

@media screen and (max-width: 991px) {
    .footer-content {
        display: block;
    }
    
    .helf-field {
        width: 100%!important;
        padding: 20px;
        margin: 20px 0px;
    }
    
    .helf-field-full-main {
        display: block;
    }
    
    .contact-details, .contact-form {
        padding: 20px;
        margin: 20px 10px;
    }
    
    .thank-you-sec {
        width: 70%;
    }
    
}

@media screen and (max-width: 767px) {
	input#price {
    width: 40% !important;
	}
    ul.icon-sec {
        display: block;
    }
    
    ul.icon-sec li a {
        text-decoration: none;
        color: #fff;
        display: flex;
        margin-bottom: 10px;
    }
    
    .image-row {
        display: block;
        padding-bottom: 30px;
    }
    
    .image-box {
        padding: 20px 0px;
    }
    
    .field-row {
        display: block;
    }
    
    .field-col.helf2 {
        width: 100%!important;
        margin: 0px 10px 20px 0px!important;
    }
    
    .field-col.full {
        width: 100%;
        margin: 0px 0px 10px 0px!important;
            display: flex !important;
            flex-direction: column;
    }
    .col-l, .col-R {
    width: 100%;
	}
    .col-R{
    display: grid !important;
    }
    .price-field {
        width: 100%;
        left: 0;
        padding: 20px;
    }
    
    .container {
        padding: 20px 0;
    }
    
    .reats-sec {
        padding: 30px 0px;
    }
    
    .table-heading {
        margin: 0px 0px -40px 0px;
    }
    
    .contact-section {
        display: block;
        padding: 20px 0px;
    }
    
    .contact-details, .contact-form {
        padding: 20px;
        margin: 20px 0px;
    }
    
    .thank-you-sec {
        width: 90%;
    }
    
}

@media screen and (max-width: 480px) {

.booking-form-heading h2 {
    color: #000;
    font-size: 23px;
    line-height: 30px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}
    .btn {
        font-size: 14px;
    }
    
    tbody, td, tfoot, th, thead, tr {
        padding: 5px 1px!important;
        font-size: 10px;
    }
    
}
     .success-container{
            height: 100vh;
            background: url("#");
            background-size: cover;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        body{
           margin: 0;
            padding: 0; 
        }
        .main-title{
            text-transform: uppercase;
            font-size: 60px;
            letter-spacing: 20px;
            color: #f37020;
            font-family: "Poppins", sans-serif;
            line-height: 0;
            font-weight: bold;
                margin-top: 20px;
    margin-bottom: 20px;
        }
        .first-title{
                       padding-top: 80px;
            text-transform: uppercase;
            font-size: 60px;
            letter-spacing: 5px;
            color: #002654;
            font-family: "Poppins", sans-serif;
            line-height: 0;
            font-weight: bold;
        }
        .sub-title{
            font-size: 40px;
            letter-spacing: 3px;
            color: #002654;
            font-family: "Poppins", sans-serif;
            font-weight: bold;
            line-height: 0;
        }
        .success-container p{
             font-size: 20px;
            letter-spacing: 2px;
            color: #002654;
            font-family: "Poppins", sans-serif;
            font-weight: bold;
            line-height: 0;
        }
        .goback-btn{
            font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #002654;
    border-radius: 50px 50px 50px 50px;
    padding: 19px 30px 19px 30px;
    text-decoration: none;
    margin-top: 40px;
        }
.goback-btn:hover{
        background-color: #F37020;
    }
    
    @media screen and (min-width:600px){
        .price-field {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0%;
  padding: 20px;
}
.price-text {
  line-height: 50px;
  margin-right: 30px;
  width: 150px;
}
.price-field input {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  height: 50px;
  width: 80%;
}
}
.iti {
    width: 100%;
}
span.iti__country-name, .iti__selected-dial-code, span.iti__dial-code {
    font-size: 15px !important;
}
.iti.iti--container {
    max-width: 300px !important;
}
.field-row.passengers-sec , .field-row.pax-lug-type {
    display: flex;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 600px) {
.field-row.passengers-sec , .field-row.pax-lug-type {
    display: flex;
    gap: 15px;
     padding-left: 0px;
     padding-right: 0px; 
    flex-direction: column;
}
}
@media screen and (min-width: 600px) and (max-width: 1024px){
p.just-space {
    height: 20px;
}
}
@media screen and (min-width: 1025px){
p.just-space {
    height: 27px;
}
}
@media screen and (max-width: 599px){
p {
    font-size: 16px !important;;
    line-height: 20px;
}
.helf-field h4 {
    padding-left: 0px !important;
    padding-bottom: 20px;
}
}

.helf-field h4 {
    padding-left: 10px;
    padding-bottom: 20px;
}
.ft-details .col-R{
    gap:20px;
}
/*//////////////////////1-16//////////////////////*/
textarea#pickupAddress, textarea#destinationAddress{
    width: 100%;
    height: 80px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #e2e8f0 !important;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -0;
}
.price-sec h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1000px){
.price-sec h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
}
.unavailablePackage {
    font-size: 14px;
    margin-left: 10px;
}
.unavailablePackage a {
    background: none;
    color: #1c1c4d;
    padding: 0;
    font-weight: bold;
}
.unavailablePackage a:hover{
color: #e638a3;
background: none;
}
@media screen and (min-width:768px){
div#retutn_innerbox .field-col.full {
    width: 100%;
}
}
label.align-left {
    font-size: 15px;
}
label.custom-radio {
    display: inline-flex;
    font-size: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
   font-family: 'Poppins';
}
.invalid {
        border-color: red;
    }
    .field-col.helf3 {
    width: 29.8%;
}
.field-row.passengers-sec .helf3 , .field-row.pax-lug-type .helf3{
    width: 33.33%;
}
.field-col.helf3 {
    width: 29.8%;
}
.field-row.passengers-sec , .field-row.pax-lug-type {
    width: 100%;
    justify-content: space-around;
}

h6.book-main-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    background: #FF6D0B;
    color: #fff;
        z-index: 99;
    position: relative !important;
}
div#error-message {
    font-size: 17px;
    margin-bottom: 20px;
    margin-left: 10px;
}
button#next-btn {
    border-radius: 30px 30px 30px 30px;
    padding: 16px 40px 16px 40px;
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(140deg, #060c59 0%, #e638a3 100%);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

button#back-btn {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

button#back-btn:hover {
    color: #e638a3;
}

#next-btn .fa-arrow-right {
    margin-left: 10px;
}

#back-btn .fa-arrow-left {
    margin-right: 10px;
}


.pay-buttons button {
    border-radius: 30px 30px 30px 30px;
    padding: 16px 40px 16px 40px;
    color: #ffffff;
    background: #0d284c;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
button#next-btn:hover, .pay-buttons button:hover{
    background:#FF6D0B;
}


.field-row.pax-lug-type {
    margin-top: 20px;
}

    .field-col.helf3 {
    width: 25%;
}
.field-col.helf4-1 {
    width: 35%;
}
.field-row.pax-lug-type .field-col.helf2 {
    margin: 0 0 0px 0 !important;
}
.pay-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.field-col.helf4-2 {
    width: 25%;
}
.next-btn {
    display: flex;
    justify-content: flex-end;
}
.booking-form-heading {
    max-width: 1250px;
    margin: 0 auto;
}
@media screen and (max-width:1024px){
.book-main {
    margin: 30px 0px !important;
}
form#BookingForm {
    width: 92% !important;
}
h6.book-main-title {
    font-size: 30px;
}
.field-col.helf4-1 {
    width: 100%;
}
.field-row.passengers-sec .helf3, .field-row.pax-lug-type .helf3 {
    width: 100%;
}
.container {
        padding: 20px 0 !important;
}
.booking-form-heading {
    max-width: 92%;
    margin: 0 auto;
}
}

.field-col.helf2 {
    width: 50%!important;
    margin: 0px 0px 0px 0px!important;
}
.container_banner {
    max-width: 1200px;
    margin: 0 auto;
}
.col-50 {
    width: 50%;
}
.col-33{
    width: 33%;
}
.col-100{
    width: 100%;
}
input, select {
    height: 50px !important;
}
.booking_details_container {
    padding: 40px 40px 40px;
    background: #deeaf3;
    border-radius: 10px;
}

.personal-container{
    padding: 40px 40px 37px;
    background: #deeaf3;
    border-radius: 10px 10px 0 0;
}

.message-container{
     padding: 0px 40px 40px;
    background: aliceblue;
    border-radius: 0 0 10px 10px;
        margin-bottom: 40px;
}
.field-row.message-container .col-100{
     padding: 40px 40px 40px;
    background: #deeaf3;
    border-radius: 10px 10px 0 0;

}







@media only screen and (min-width: 700px)  and (max-width: 1100px){
    body.booking-page {
        top: 0 !important;
    }
    .booking-page header {
        padding: 0 !important;
    }
    .booking-page .page-header__inner {
    padding-left: 30px;
    }
}




@media only screen and (max-width: 1100px) {
    .cta-sec div{
        margin: 0 auto !important;
    }
    body.booking-page {
    top: 0 !important;
}
    .booking-page .container, .booking-page .container-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .outer-main {
    padding-top: 0px !important;
}
.booking-form-heading h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}
img.micky-img1 {
    width: 150px !important;
}
.form-outer {
    display: flex !important;
    flex-direction: column !important;
}
.form_content.personal_details, .form_content.booking_details{
    width: 100%;
}
.booking-page .cta-sec {
        padding: 25px 20px 20px 20px;
    }
    .booking-page .footer-one {
        padding: 40px 20px 0px;
    }
    .booking-page .footer-one {
        margin-bottom: -20px;
    }
    .booking-page .footer-one__bottom {
    padding: 0px 0px 0px;
}
.booking-page .sub-title{
    letter-spacing: 0;
}
.booking-page .footer-sec.ml30 {
        padding-bottom: 0px !important;
    }
    .field-col.full {
        flex-direction: row;
    }
    .field-row {
        display: flex !important;
    }
}









@media only screen and (max-width: 699px) {
      .booking-page .book-main {
    margin: 0px 0px !important;
  }
    .booking-page .footer-one {
    padding: 40px 10px 0px !important;
  }
.book-main.outer-main {
  padding-top: 20px !important;
}
.booking-form-heading h2 {
  color: #fff;
  font-size: 24px !important;
}
.micky-img1 {
  display: none;
}
form#BookingForm {
  padding-bottom: 45px;
  padding-top: 0px;
}
#type {
  margin-top: -20px;
}
.field-row.tt-selection {
  padding-bottom: 20px;
}
.form-outer {
  display: flex !important;
  gap: 20px;
  padding: 20px;
  flex-direction: column;
}
.form_content.personal_details, .form_content.booking_details {
  width: 100%;
}
.col-50 {
  width: 100%;
}
.personal-container, .booking_details_container {
  padding: 20px;
}
  h6.book-main-title {
    font-size: 22px;
  }
  .message-container {
  padding: 0px 20px 40px;
}
.field-row.message-container .col-100 {
  padding: 20px;
}
  .booking-page .cta-sec {
    padding: 20px 20px 45px;
    margin-bottom: -30px;
  }
  .field-col.full {
  gap: 10px;
  display: flex !important;
  flex-direction: column;
}
   body header {
        padding: 0px 0px !important;
    }
    .page-header__inner {
    padding-left: 10px !important;
}
    .field-row.tt-selection {
        padding-top: 30px;
    }
    .field-row.tt-selection {
    width: 100%;
    }
}