.row{
    align-items: center !important;
}
.rotate_call{
    rotate: -35deg;
}
.align_center{
    align-items: center !important;
}


.hero_section{
    background: linear-gradient(180deg, #00000000, #00000020), url(../img/background_hero.webp);
    background-size: cover;
    padding: 10px 0 70px;
    background-position: center;
}
.hero_section .header_hero .logo img{
    width: 250px;
    border-radius: 30px;
    border: 5px solid #fcbc07;
}
.hero_section .header_hero .right_menu{
    justify-content: right;
    align-items: center;
}
.hero_section .header_hero .right_menu p {
    margin-right: 10px;
    margin-bottom: 0;
}
.hero_section .header_hero .right_menu p a{
    color: #fcbc07;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0 0 1px #043569;
}
.hero_section .header_hero .right_menu p a i{
    /* color: #043569; */
    color: #fcbc07;
    font-size: 16px;
    font-weight: 700;
}
.hero_section .header_hero .right_menu p a .fa-phone-volume{
    animation: call-back 1s infinite;
    font-size: 18px;
    padding: 5px;
    border-radius: 100%;
}
.hero_section .header_hero .right_menu .social_icon img{
    width: 35px;
    margin-left: 10px;
}

.hero_section .bottom_hero h3{
    color: #000;
    font-family: Montserrat Alternates;
    font-size: 25px;
    font-weight: 600;
    margin-top: 70px;
}
.hero_section .bottom_hero h2{
    color: #fcbc07;
    font-family: Montserrat Alternates;
    font-size: 50px;
    font-weight: 800;
    text-shadow: 0 0 10px #000;
    margin-bottom: -30px;
}
.hero_section .bottom_hero img{
    width: 1150px;
} 
.hero_section .bottom_hero .form_section{
    width: 1150px;
    padding: 20px 30px 0;
    border-radius: 3px;
    background-color: #043569;
    margin: auto;
}
.hero_section .bottom_hero .form_section label span{
    background-color: #daa103;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 11.5px;
    text-transform: uppercase;
    color: #043569;
    font-family: Montserrat;
    font-weight: 800;
    margin-left: 30px;
}
.hero_section .bottom_hero .form_section i{
    background-color: aliceblue;
    color: #daa103;
    font-size: 18px;
    padding: 11px 0 0 10px;
    width: 35px;
    height: 40px;
    border-radius: 5px 0 0  5px ;
    margin-right: -1px;
}
.hero_section .bottom_hero .form_section select,
.hero_section .bottom_hero .form_section input{
    width: 100%;
    height: 40px;
    background-color: aliceblue;
    padding: 12px;
    border: 0;
    border-radius:0 5px 5px 0;
    font-size: 14px;
    color: #043569;
    font-family: Montserrat;
    font-weight: 600;
}
.hero_section .bottom_hero .form_section select:focus,
.hero_section .bottom_hero .form_section input:focus{
    outline: 0;
}
.hero_section .bottom_hero .form_section .col-md-3,
.hero_section .bottom_hero .form_section  .col-md-4{
    margin-bottom: 10px;
}
.hero_section .bottom_hero .form_section button{
    background-color: #daa103;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #043569;
    font-family: Montserrat;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: -40px;
}
.hero_section .bottom_hero .form_section button i{
    background-color: transparent;
    color: #043569;
    padding: 0;
    height: auto;
}

@media only screen and (max-width: 1050px) {
    .container{
        max-width: 98%;
    }
    .hero_section .bottom_hero .form_section{
        width: 100%;
    }
    .hero_section .bottom_hero img {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .hero_section{
        overflow: hidden;
    }
    .hero_section .header_hero .logo img {
        width: 160px;
        margin-left: -10px;
    }
    .hero_section .header_hero .right_menu p{
        margin-right: -5px;
    }
    .hero_section .header_hero .right_menu p a{
        font-size: 16px;
        font-weight: 700;
    }
    .hero_section .header_hero .right_menu p a i{
        font-size: 18px;
    }
    .hero_section .header_hero .right_menu .hide{
        display: none !important;
    }
    .hero_section .header_hero .right_menu .social_icon img {
        width: 25px;
    }
    .hero_section .bottom_hero h3{
        font-size: 17px;
        text-shadow: 0 0 10px #fff;
        margin-top: 40px;
    }
    .hero_section .bottom_hero h2 {
        font-size: 35px;
    }
    .hero_section .bottom_hero img {
        width: 165%;
        margin: 15px 0 0 -115px;
        overflow: hidden;
    }
    .hero_section .bottom_hero .form_section{
        padding: 30px 20px 0;
    }
    .hero_section .bottom_hero .form_section label span{
        font-size: 10px;
        margin-left: 10px;
    }
    .hero_section .bottom_hero .form_section .marle{
        padding-left: 2.5px;
    }
    .hero_section .bottom_hero .form_section .marri{
        padding-right: 2.5px;
    }
    .hero_section .bottom_hero .form_section select,
    .hero_section .bottom_hero .form_section input{
        font-size: 11.5px;
    }
    .hero_section .bottom_hero .form_section i{
        width: 25px;
        z-index: 9;
    }
    .hero_section .bottom_hero .form_section button{
        font-size: 13px;
        padding: 12px 25px;
        margin-top: 10px;
    }
}


.text_heading h3{
    color: #043569;
    font-family: Montserrat Alternates;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3em;
    margin-bottom: 0;
}
.text_heading h3 span{
    color: #fcbc07;
}
.text_heading{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.text_heading .hr{
    text-align: center;
    justify-content: center;
    margin: 0px auto 30px;
}
.text_heading .hr p{
    color: #f9bb00;
    font-size: 2px;
    background-color: #f9bb00;
    margin-bottom: 0;
    height: 3px;
    margin: 0 2.5px;
}
.text_heading .hr .first{
    width: 5px;
}
.text_heading .hr .second{
    width: 15px;
}
.text_heading .hr .main{
    width: 50px;
}

.car_services .car_boxs{
    box-shadow: 0 0 10px #00000020;
    padding: 0 0 10px;
    border-radius: 5px;
    border: 3px solid #fcbc07;
    margin-bottom: 15px;
    transition: transform 0.5s;
}
.car_services .car_boxs:hover{
    transform: scale(0.98);
}
.car_services .car_boxs img{
    width: 100%;
    border-radius: 2.5px;
}
.car_services .car_boxs a{
    text-decoration: none;
}
.car_services .car_boxs a p{
    color: #043569;
    font-size: 15px;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 0px;
    padding: 7px 10px 0;
}

@media only screen and (max-width: 600px){
    .car_services .mar_ri{
        padding-right: 5px;
    }
    .car_services .mar_le{
        padding-left: 5px;
    }
    .car_services .car_boxs a p {
        font-size: 10px;
        line-height: 1.2em;
        margin: 0 -5px -5px;
    }
    /* .car_services .car_boxs a p span{
        display: block;
    } */
}

.cab_services{
    margin: 50px auto;
}
.cab_services .car_box{
    padding: 5px;
    box-shadow: 0 0 10px #00000030;
    border-radius: 5px;
    margin: 7.5px auto 13px;
}
.cab_services .car_box img{
    width: 100%;
    border-radius: 5px;
}
.cab_services .car_box .content_box{
    padding: 10px;
}
.cab_services .car_box .content_box h4{
    color: #043569;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 5px auto 15px;
}
.cab_services .car_box .content_box button{
    width: 100%;
    padding: 7px 0px;
    border: 0;
    border-radius: 5px;
    font-family: Montserrat;
    color: #000;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: 700;
}
.cab_services .car_box .content_box button i{
    font-size: 14px;
}
.cab_services .car_box .content_box .wp_btn{
    background-color: #25D366;
}
.cab_services .car_box .content_box .call_btn{
    background-color: #fcbc07;
}
@media only screen and (max-width: 1050px){
    .cab_services .car_box .col-6{
        padding: 0 5px;
    }
}

.tour_taxi{
    background-color: #F0FFF0;
    padding: 60px 0;
}
.tour_taxi .taxi_box{
    padding: 5px;
    box-shadow: 0 0 10px #00000030;
    border-radius: 5px;
    margin: 7.5px auto 13px;
    background-color: #fff;
}
.tour_taxi .taxi_box img{
    width: 100%;
    border-radius: 5px;
}
.tour_taxi .taxi_box .content_box{
    padding: 10px;
}
.tour_taxi .taxi_box .content_box h4{
    color: #043569;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 5px auto 0;
}
.tour_taxi .taxi_box .content_box p{
    font-size: 12px;
    font-weight: 400;
    font-family: Montserrat;
    margin-bottom: 5px;
}
.tour_taxi .taxi_box .content_box button{
    width: 100%;
    padding: 7.5px 0px;
    border: 0;
    border-radius: 5px;
    font-family: Montserrat;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
.tour_taxi .taxi_box .content_box button i{
    font-size: 14px;
}
.tour_taxi .taxi_box .content_box .wp_btn{
    background-color: #25D366;
}
.tour_taxi .taxi_box .content_box .call_btn{
    background-color: #fcbc07;
}
.tour_taxi .taxi_box .col-6{
    padding: 0 5px;
}
.tour_taxi #car_show{
    background-color: #f9bb00;
    padding: 10px 25px;
    border-radius: 30px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #043569;
    font-family: Montserrat;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: -10px;
}
#car_hide {
    display: none; /* Initially hide this element */
}

.about_us{
    margin: 70px auto;
}
.about_us img{
    width: 100%;
}
.about_us h5{
    color: #043569;
    font-size: 12px;
    font-weight: 800;
    font-family: Montserrat;
    letter-spacing: 3px;
}
.about_us h4{
    color: #043569;
    font-family: Montserrat Alternates;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.0em;
}
.about_us h4 span{
    color: #fcbc07;
}
.about_us p{
    font-size: 13.5px;
    font-weight: 400;
    font-family: Montserrat;
}
.about_us .checked_box{
    margin-left: 15px;
}
.about_us .checked_box p i{
    color: #f9bb00;
    font-size: 18px;
}
.about_us .checked_box p{
    margin-bottom: 10px;
}
.about_us .checked_box p strong{
    text-transform: uppercase;
    font-size: 12.5px;
}
@media only screen and (max-width: 600px){
    .about_us {
        margin: 50px auto;
    }
    .about_us img{
        margin-bottom: 30px;
    }
    .about_us h4{
        font-size: 32px;
    }
    .about_us .checked_box p{
        margin-top: 10px;
    }
    .about_us .checked_box p i{
        margin-bottom: -5px;
    }
}
.why_us .why_box{
    background-color: #F0FFF0;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000015;
    margin-bottom: 25px;
}
.why_us .why_box img{
    width: 80px;
    margin-bottom: 7px;
}
.why_us .why_box  h4{
    color: #043569;
    font-size: 13.5px;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: Montserrat;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.why_us .why_box p{
    font-size: 13.5px;
    font-weight: 400;
    font-family: Montserrat;
    margin-bottom: 0px;
    color: #000;
}

.faq{
    margin: 50px auto;
}
.faq .faq_box{
    width: 80%;
    margin: auto;
}
.faq .faq_box .accordion-item{
    border: 0;
    box-shadow: 0 0 10px #00000015;
    margin-bottom: 10px;
}
.faq .faq_box .accordion-header{
    border: 0;
}
.faq .faq_box .accordion-button{
    background-color: #F0FFF0;
    color: #043569;
    font-size: 15px;
    font-weight: 700;
    font-family: Montserrat;
}
.faq .faq_box .accordion-body{
    font-size: 13.5px;
    font-weight: 500;
    font-family: Montserrat;
    margin-bottom: 0px;
    color: #000;
}
@media only screen and (max-width: 600px){
    .why_us .why_box{
        width: 90%;
        margin: 0 auto 25px;
    }
    .faq .faq_box{
        width: 100%;
    }
    .faq .faq_box .accordion-button {
        font-size: 14.5px;
    }
    .faq {
        margin: 30px auto;
    }
}

.footer{
    background-color: #043569;
    padding: 50px 0 20px;
}
.footer img.logo{
    width: 220px;
    border-radius: 30px;
    border: 5px solid #fcbc07;
}
.footer .left_box{
    width: 80%;
}
.footer p{
    color: #d4d4d4;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: Montserrat;
    font-weight: 400;
    margin-top: 15px;
}
.footer .left_box .social_icon img{
    width: 30px;
    margin-right: 15px;
}
.footer .box h4{
    color: #f9bb00;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat;
}
.footer .box p i{
    background-color: #fcbc07;
    font-size: 14px;
    color: #043569;
    border-radius: 100%;
    padding: 8px;
    border: 3px solid #daa103;
}
.footer .box p .fa-location-dot{
    padding: 8px 10px;
}
.footer .box p strong{
    text-transform: uppercase;
    font-size: 12px;
}
.footer .box_second{
    padding-right: 70px;
} 

.footer_bottom_tx{
    padding: 10px;
    background-color: #daa103;
}
.footer_bottom_tx p,
.footer_bottom_tx p a{
    font-size: 13.5px;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 0px;
    color: #000;
    text-decoration: none;
}
.footer_bottom_tx p img{
    width: 80px;
}

.footer_bottom i{
    position: fixed;
    bottom: 30px;
}
.footer_bottom .fa-whatsapp{
    background-color: #28a745;
    padding: 14px 15px 14px 18px;
    font-size: 27px;
    z-index: 99;
    border-radius: 100%;
    color: aliceblue;
    animation: wp-back 1s infinite;
}
.footer_bottom .fa-phone-volume{
    background-color: #ff433a;
    z-index: 99;
    padding: 18px;
    font-size: 20px;
    border-radius: 100%;
    color: aliceblue;
    animation: call-back 1s infinite;
    rotate: -30deg;
    margin-left: -50px !important;
}
@keyframes call-back {
    0% {
        box-shadow: 0 0 0 0 #ff433a;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}
@keyframes wp-back {
    0% {
        box-shadow: 0 0 0 0 #28a745;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}

@media only screen and (max-width: 600px){
    .footer{
        margin-top: 50px;
    }
    .footer img.logo{
        width: 170px;
    }
    .footer .left_box {
        width: 100%;
    }
    .footer .box {
        margin-top: 30px;
        width: 100%;
    }
    .footer .box h4{
        text-transform: capitalize;
        letter-spacing: 1px;
    }
    .footer_bottom_tx p {
        font-size: 12.5px;
        text-align: center;
    }
}

button{
    transition: transform 0.5s !important;
}
button:hover{
    transform: scale(0.96) !important;
}
.faq .faq_box .accordion-button:hover{
    transform: scale(1) !important;
}

.policy .top_header i{
    color: #f9bb00;
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
}
.policy .top_header{
    padding: 10px 0;
    background-color: aliceblue;
}
.policy .top_header img{
    width: 200px;
    border-radius: 30px;
    border: 5px solid #fcbc07;
}
@media only screen and (max-width: 600px){
    .policy .top_header img{
        width: 180px;
    }
}