*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
}

.top-section-div{
    background-image: linear-gradient(to right, #012E41  , #8D8E92);
    /* height: 279px; */
    padding: 80px;
}
.logo{
    width: 80px;
    margin-bottom: 10px;
}
.booking-title{
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    
    font-size: 55px;

}
.booking-p{
    font-weight: 400;
    font-family: 'Roboto';
    color: #e2dada;
    font-size: 20px;
    text-align: center;
}

/* main-section */



.main-section-div{
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    margin: auto;
}
.main-section-subdiv1{
    width: 60%;
    padding: 20px;
    
}
.main-section-subdiv2{

    width: 40%;
    background-color: #F6F6F6;
    margin-top: 20px;
    padding: 20px;
    height: max-content;
    padding-bottom: 70px;
}
.booking-img{
    width: 100%;
}
.booking-details{
    font-family: 'Roboto';
    color: #6D7379;
    font-weight: 400;
    font-size: 15px;
    margin-top: 30px;
}
.booking-details2{
    font-family: 'Roboto';
    color: #6D7379;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
    width: 90%;
}
.booking-sub-title{

    font-family: 'Roboto';
    font-weight: 700;
    color: #0D1621;
    font-size: 30px; 
}
.booking-sub-title3{

    font-family: 'Roboto';
    font-weight: 400;
    color: #100C08;
    font-size: 30px; 
}
.booking-sub-title2{

    font-family: 'Roboto';
    font-weight: 700;
    color: #0D1621;
    font-size: 40px; 
    margin-top: 50px;
}
dt{
    font-weight: 600;
    color: #1B2C51;   
    font-size: 25px;
    margin-top: 20px;
}
dd{
    font-size: 30px; 
    font-family: 'Roboto';
    font-weight: 400;
    color: #6D7379;   
    font-size: 15px;
    margin-top: 5px;

}

.img-div-booking{
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
    margin-top: 80px;
}
.img-div-booking img{
    width: 48%;
}
.subdiv2-heading{

}
.contact-form {
    padding: 20px;
}
.form-top-div{
    display: flex;
    flex: wrap;
    justify-content: space-between;
}
.contact-form input{
    height: 50px;
    border: none;
    background-color: white;
    margin-top: 10px;
    padding: 10px;
    

}


.i1{
    width: 48%;
    height: 50px;
   }
   .i2{
    width: 100%;
   }
   .i3{
    margin-top: 10px;

    width: 100%;
    border: none;
    background-color: white;
    height: 200px;
    padding: 10px;

   }

   .ci{
    color: #FA7335;
   }
   .contact-info{
    margin-top: 50px;
    margin-left:20px ;
   }
   .ul-consulting{
    margin-left: 5%;
   }
/* main-section end */

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

    .navbar{
        height: 67px;
    }


    /* top  */
    .top-section-div{
       
        padding: 30px;
    }

    .booking-title{
     
        font-size: 30px;
    
    }
    .booking-p{
 
      
        font-size: 15px;
           }
    
            
    .logo{
            width: 50px;
            margin-bottom: 10px;
        }
         

    /* top  end*/


    /* .main-section  */


.main-section-subdiv1{
    width: 100%;
    padding: 20px;
    
}
.main-section-subdiv2{

    width: 100%;
    
    padding-bottom: 30px;
}
.contact-form {
    padding: 0px;
}
.contact-info{
    margin-top: 50px;
    margin-left:0px ;
   }
/* .main section end  */

}