*{
    margin: 0px;
    padding: 0px;
  }
  h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Poppins', sans-serif !important;
  }
  .aboutUsV2-main-head{
    padding: 125px 0px 0px;
    /* background-color: rgb(232 232 232);  */
  }
  .aboutUsV2-head-text {
    text-align: center;
    /* font-size: 69px; */
    font-weight: 500;
    margin: 0px;
    /* overflow: scroll; */
 }

.container.aboutUsV2-container1 {
    display: flex;
    width: 100%;
    padding: 70px;
    max-width: 1600px;
    background-color:  #F0F4FF;
}

.aboutUsV2-left {
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* animation: 3s ease 0s 1 normal forwards running fadeInUp; */
}

.aboutUsV2-right {
    flex-basis: 45%;
    /* border: 2px solid black; */
   

}

.aboutUsV2-container1-image{
    width: 218px;
    margin-left: 184px;
}

/* img { */
    /* max-width: 100%;*/
     /* width: 100px;
    height: auto;
    display: block;
    width: 100%; */
/* } */ */
.aboutUsV2-container1-head{
    font-size: 45px;
    font-weight: 700;
}
.aboutUsV2-container1-para{
    padding-top: 30px;
    /* font-size: 27px; */
    padding-right: 110px;
}

.container.aboutUsV2-container2 {
    display: flex;
    width: 100%;
    padding: 70px;
    max-width: 1600px;
    background-color: whitesmoke;
    /* box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.aboutUsV2-right-text {
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 105px;
}

.aboutUsV2-left-img {
    flex-basis: 45%;
    /* border: 2px solid black; */

}
.aboutUsV2-container2-head{
    font-size: 45px;
    font-weight: 700;
}
.aboutUsV2-container2-para{
    padding-top: 30px;
    /* font-size: 27px; */
}
.container.aboutUsV2-container3 {
    display: flex;
    width: 100%;
    padding: 70px;
    max-width: 1600px;
    background-color: beige;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.aboutUsV2-container3-head{
    font-size: 45px;
    font-weight: 700;
}
.aboutUsV2-container3-para{
    padding-top: 30px;
    /* font-size: 27px; */
    padding-right: 110px;
}
.container.aboutUsV2-container4 {
    display: flex;
    width: 100%;
    padding: 70px;
    max-width: 1600px;
    background-color: whitesmoke;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.aboutUsV2-container4-head{
    font-size: 45px;
    font-weight: 700;
}
.aboutUsV2-container4-para{
    padding-top: 30px;
    /* font-size: 27px; */
}
.container.aboutUsV2-container5 {
    display: flex;
    width: 100%;
    padding: 70px;
    max-width: 1600px;
background-color:antiquewhite;
    /* background-color: rgb(232 232 232);  */
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.aboutUsV2-container5-head{
    font-size: 45px;
    font-weight: 700;
}
.aboutUsV2-container5-para{
    padding-top: 30px;
    /* font-size: 27px; */
    padding-right: 110px;
}
.aboutUsV2-book-button{
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
}
.aboutUsV2-btn {
    background-color: black;
    color: white;
    padding: 20px 30px;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
}
.aboutUsV2-bgImg3{
    padding: 70px;
    background-color: whitesmoke;
}
.aboutUsV2-values h1{
    text-align: center;
    /* font-size: 50px; */
    font-weight: 500;
    margin: 0px; 
    padding: 70px 0px 0px;
    background-color: rgb(232 232 232);
}
  .aboutUsV2-image-gallery {
    display: flex;
    justify-content: center;
    padding: 70px 0px;
    background-color: rgb(232 232 232);
  }
  
  .aboutUsV2-image-item {
    text-align: center;
    margin: 10px;
  }
  
  .aboutUsV2-image-item img {
    width: 200px; /* Set the desired width for your images */
    height: auto;
    display: block;
  }
  
  .aboutUsV2-image-item h3 {
    margin-top: 10px;
    font-size: 20px;
    margin-left: -16px;
  
  }

  
.heading_consult {
    font-size: 35px;
    margin-top: 20px;
    font-weight: 700;
}

.bottom_form {
    width: 100%;
    position: relative;
    background: gray;
    padding: 70px 0px;
}
.input_consult {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
    /* margin-bottom: 30px; */
}

.box_1 {
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    /* border: none; */
    outline: none;
    color: rgb(58, 56, 56);
    border: 1px solid white;
    /* background: rgb(206, 201, 201); */
    background: white;
}


::placeholder {
    color: rgb(58, 56, 56);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(58, 56, 56);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(58, 56, 56);
}


.box_2 {
    width: 100%;
    height: 110px;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    color: #212529;
    border: 1px solid white;
    border: 1px solid white;
}

.box_3 {
    width: auto;
    text-align: center;
    font-size: 17px;
    padding: 15px 50px 15px 50px;
    margin-bottom: 30px;
    border-radius: 30px;
    outline: none;
    border: 1px solid #212529;
    background: #212529;
    color: white;
}

/* .box_2:hover{
    background: white;
    color: rgb(35,152,206);
} */
.box_3:hover {
    background: white;
    color: #212529;
    border: 1px solid #212529;
    /* border-color: #212529; */
}

.box_4 {
    border-radius: 30px;
    width: auto;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    outline: none;
    border-color: #212529;
    background: #212529;
    color: white;
}
.box_4 a{
    color: white;
    text-decoration: none;
}

.box_4:hover {
    background: white;
    color: #212529;
}
.box_4:hover a{
    background: white;
    color: #212529;
    text-decoration: none;
}

.box_5 {
    display: none;
}

#submitMessage_menu {
    display: none;
}
#submitMessage_menu.show {
    display: block;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 24px;
    padding-bottom: 30px;
}
.bottom-sesson {
    margin: 0px 130px 0px;
}
.middle_content {
    position: relative;
    text-align: center;
    top: 30px;
    color: white;
    font-family: "Equip-Regular", sans-serif;
}
label,
.error-message {
  display: block;
  font-size: 1em;
}
label {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.error-message {
  margin-top: 0.2em;
}
.required-color {
    color: #ff4747;
  }
  .error {
    border-color: #ff4747;
  }
  .valid {
    border-color: #37a137;
  }
  .hide {
    display: none;
  }
  .box-span-left{
    width: 100%;
    margin-right: 20px;
}
.box-span-right{
    width: 100%;
    margin-left: 20px;
}

.aboutUsV2-img2{
    margin-left: 216px;
}

/* <Animation> */
/* Define the keyframes for sliding up from the bottom */
/* Style the outer box container */
.box-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #ccc; /* Box border */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Padding inside the box */
    background-color: #f9f9f9; /* Background color of the box */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: add shadow for depth */
}

/* Style for the left section */
.aboutUsV2-left {
    flex: 1;
    margin-right: 20px; /* Space between text and image */
}

/* Style for the right section */
.aboutUsV2-right {
    flex: 1;
}

/* Style for the image */
.aboutUsV2-container1-image {
    max-width: 100%; /* Ensure image is responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 4px; /* Optional: rounded corners for the image */
    border-radius: 7px;
    border: 1px solid silver;
}

/* Additional styling for text */
.aboutUsV2-left h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.aboutUsV2-left p {
    font-size: 1rem;
    line-height: 1.6;
}

/* General styles for the slider */
.slider-container {
    position: relative;
    width: 100%; /* Full width */
    margin: auto;
    overflow: hidden;
    display: none; /* Hide by default */
}

/* Wrapper for the slider */
.slider-wrapper {
    overflow: hidden;
}

/* Slider holds all slides */
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Style individual slides */
.slider-slide {
    min-width: 50%; /* Show 2 slides at a time on mobile */
    box-sizing: border-box;
    padding: 10px; /* Space around images */
    display: flex;
    justify-content: center; /* Center images horizontally */
    align-items: center; /* Center images vertically if needed */
    
}

/* Style images */
.slider-slide img {
    width: 40%; /* Make images fit the slide */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the image */
    object-fit: cover; /* Ensure image covers the container properly */
    margin-left: 206px;
}

/* Navigation arrows */
.create-slider-arrow1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    padding: 2px;
    cursor: pointer;
    z-index: 10;
}

.video-slider-arrow-left1 {
    left: 10px;
}

.create-slider-arrow-right1 {
    right: 10px;
}
     .slider-container {
        display: flex;
    }
    .slider-container {
        display: flex; */
    }











@media screen and (max-width: 790px) {
    .box-span-right {
        width: 100%;
        margin-left: 0px;
    }
    .aboutUsV2-main-head {
        padding: 20px 5px;
        background-color: rgb(232 232 232);
        margin: 0px;
    }
    .aboutUsV2-head-text {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
    }
    .aboutUsV2-head-para1 {
        padding: 80px 0px;
        font-size: 22px;
        letter-spacing: 1px;
    }
    img{
        width: 100%;
    }
    .aboutUsV2-head-para2 {
        padding: 10px 0px;
        font-size: 22px;
        letter-spacing: 1px;
    }
    .container.aboutUsV2-container1 {
        display: flex;
        width: 100%;
        padding: 0px 5px;
        max-width: 1500px;
        background-color: #F0F4FF;
        flex-direction: column;
    }
    .aboutUsV2-container1-head {
        font-size: 32px;
        font-weight: 700;
    }
    .aboutUsV2-container1-para {
        padding-top: 10px;
        font-size: 15px;
        padding-right: 0px;
    }
    .container.aboutUsV2-container2 {
        display: flex;
        width: 100%;
        padding: 10px 5px;
        max-width: 1500px;
        background-color: whitesmoke;
        flex-direction: column-reverse;
    }
    .aboutUsV2-right-text {
        flex-basis: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 5px;
    }
    .aboutUsV2-container2-head {
        font-size: 32px;
        font-weight: 700;
    }
    .aboutUsV2-container2-para {
        padding-top: 10px;
        font-size: 15px;
    }
    .container.aboutUsV2-container3 {
        display: flex;
        width: 100%;
        padding: 10px 5px;
        max-width: 1500px;
        background-color: antiquewhite;
        /* background-color: rgb(232 232 232); */
        flex-direction: column;
    }
    .aboutUsV2-container3-head {
        font-size: 32px;
        font-weight: 700;
    }
    .aboutUsV2-container3-para {
        padding-top: 0px;
        font-size: 15px;
        padding-right: 0px;
    }
    .container.aboutUsV2-container4 {
        display: flex;
        width: 100%;
        padding: 10px 5px;
        max-width: 1500px;
        background-color: whitesmoke;
        flex-direction: column-reverse;
    }
    .aboutUsV2-container4-head {
        font-size: 32px;
        font-weight: 700;
    }
    .aboutUsV2-container4-para {
        padding-top: 0px;
        /* font-size: 15px; */
    }
    .container.aboutUsV2-container5 {
        display: flex;
        width: 100%;
        padding: 10px 5px;
        max-width: 1500px;
        background-color: rgb(232 232 232);
        flex-direction: column;
    }
    .aboutUsV2-container5-head {
        font-size: 32px;
        font-weight: 700;
    }
    .aboutUsV2-container5-para {
        padding-top: 0px;
        font-size: 15px;
        padding-right: 0px;
    }
    .aboutUsV2-book-button {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .aboutUsV2-btn {
        background-color: black;
        color: white;
        padding: 20px 30px;
        border: none;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        border-radius: 30px;
        cursor: pointer;
    }
    .aboutUsV2-bgImg3 {
        padding: 30px 0px;
        background-color: whitesmoke;
    }
    .aboutUsV2-image-item h3 {
        margin-top: 10px;
        font-size: 12px;
        margin-left: 23px;
        margin-right: 7px;

    }
    .aboutUsV2-values h1 {
        text-align: center;
        font-size: 23px;
        font-weight: 500;
        margin: 0px;
        padding: 0px 0px 0px;
        background-color: rgb(232 232 232);
    }
    .aboutUsV2-image-gallery {
        display: flex;
        justify-content: center;
        padding: 20px 0px;
        background-color: rgb(232 232 232);
    }
    /* .aboutUsV2-image-gallery{
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
      }
      .aboutUsV2-image-item h3 {
        margin-top: 10px;
        font-size: 7px;
    }
      .aboutUsV2-image-gallery::-webkit-scrollbar {
        display: none; 
      }
        
      .aboutUsV2-image-gallery {
        display: flex;
        justify-content: flex-start;
        padding: 40px 0px;
        background-color: rgb(232 232 232);
      }
    .bottom-sesson {
        margin: 0px 0px 0px;
    }
    .input_consult {
        width: 100%;
        display: block;
        justify-content: space-evenly;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .box_1 {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        text-align: left;
        padding: 20px;
        margin-top: 20px;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .box_2 {
        box-sizing: border-box;
        height: 70px;
        width: 95%;
        max-width: 100%;
        text-align: left;
        padding: 20px;
        margin-top: 20px;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .box_3 {
        margin-top: 30px;
        margin-left: 2.5%;
    }
    ::placeholder {
        color: rgb(58, 56, 56);
        opacity: 1;
        font-size: 20px;
        /* Firefox */
    
    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .pitch-bottom {
        padding-left: 0px;
        font-size: 14px;
    }
    .heading_consult {
        font-size: 25px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 30px;
    }
    .bottom_form {
        width: 100%;
        position: relative;
        background: gray;
        padding: 0px 0px;
    }
    .aboutUsV2-image-item img {
        width: 125px;
        height: auto;
        display: block;
        margin-left: 54px;
        margin-top: 25px;
        margin-right:50px;
    }
    .aboutUsV2-left p{
    margin-left: -130px;
    }
    .aboutUsV2-left h5{
        margin-left: -134px;
    margin-top: 12px;
    }
    
    .aboutUsV2-container1-image{
        margin-bottom: 21px;
    }
      .aboutUsV2-left{
     margin-left: 142px;
    }
    .aboutUsV2-right{
     margin-left:-105px;
    }
    .aboutUsV2-left-img{
        margin-left: -103px;
    }
    /* .aboutUsV2-image-item img{
        width: 57px;
        margin-left: 22px; */
    
    .bottom-sesson{
        font-size: 11px;
        margin: 0px 23px 0px;
    }
     .box_2 {
        width: 100%;
    height: 56px;
    text-align: left;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    color: #212529;
    border: 1px solid white;
    border: 1px solid white;
     }
    }