*{
    padding: 0;
    margin: 0;
    font-family: "Open Sans",sans-serif;
   
}
.body-container{
    width: 100%;
    display: flex;
    flex-flow: column; 
    align-items: center;
    background-color: #f3f3f3;
    overflow-x: hidden;
    
}
/*.header img { */
    /*background-image:url('images/Express2.jpg');*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*        background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/

    /* Center the content vertically and horizontally */
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    z-index: auto; */


/*            }*/

  .backGRound-div {
  background-image: url('images/Express2.jpg');
  background-size: cover;
  background-position: center;
  width: 100%; /* Set the width to 100% to make it responsive */
  padding-top:10%;
  z-index:auto;
  height:100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
    background-color: #555;
}
.backGRound-div h3{
    color:black;
    width:50%;
    margin-top:10%;
    padding:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#fff;
    z-index:auto;
    margin-left:auto;
    margin-right:auto;
    
}

/* Media query for adjusting the aspect ratio for smaller screens */
@media (max-width: 768px) {
  .backGRound-div {
    padding-top: 100%; /* Adjust the aspect ratio for smaller screens (1:1 square) */
  }
}





.fourthbox{
    margin-top: 8%;
    display: flex;
    flex-direction: row;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    z-index: auto;
}
.fourthitemimg{
    width:35%;
    text-align: center;
    align-items: center;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
 
}
.fourthitemimg img{
    max-width: 100%;
    border: 4px solid rgb(12,113,195,1);
    border-radius: 10px;
    height: auto;
}

.but {
    background-color: #F27100;
    color: #fff;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 25px;
    border: 1px solid #F27100;
    box-shadow: 0 4px 8px rgba(242, 113, 0, 0.2);
    transition: 1ms; 
    z-index: auto;
}

.but:hover {
    background-color: rgba(12, 113, 195, 1);
}

.fouthitempara{
width: 65%;
text-align: center;
padding-left: 20px;
}
.fouthitempara p{
color: rgb(12,113,195,1) ;
font-weight: 650;
font-size: 25px;
padding-top: 10%;
}
.fourthspan{
    margin-top: 2%;
    font-size: 20px;
    font-weight: 600;
    float: right;
}
.fifthbox{
    margin-top: 5%;
    width: 100%;
    background-color:rgb(12,113,195,1) ;
}
.fifthbox p{
    padding-top: 60px;
    padding-bottom: 60px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 30px;
    font-weight: 650;
}

.sixthbox{
    margin-top: 5%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.botpara{
    padding: 40px;
    font-size: 20px;
    color:#0c71c3;
    text-align: center;
    font-weight: 550;
}
.botpara2{
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: 550;
}

.it1{
    margin-top: 2%;
   
   
}
.it1 h2{
    width:90% ;
    margin-left: auto;
    margin-right: auto;
    color:rgb(12,113,195,1) ;
    padding-bottom: 20px;
}
.itc{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease;
}


.itc1{
    width:30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    
}

.itc2{
    width:70%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.itc2 p{
    color: #F27100;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
}
.itc2child1{
    display: flex;
    flex-direction: row;
}
.itc2c1{
    width:45%;
    text-align: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;

}
.itc2c1 p{
    font-weight: 550;
    font-size: 15px;
    line-height: 30px;
}
.itc2c2{
    border: 2px solid  #F27100;height: 100%;margin-left: auto;margin-right: auto;
}
.itc2c3{
    margin-left: auto;
    margin-right: auto;
    width:40%;

}
.itc2c3 ul li {
    text-align: left;
    font-weight: 600;
    padding-top: 5px;
    font-size: 14px;
    line-height: 30px;
    color: #F27100;

}
.but2 {
    margin-top: 2%;
    position: relative;
    background-color: #F27100;
    color: #fff;
   padding-top: 20px;
   padding-bottom: 20px;
    align-items: center; 
    text-align: center;
    font-weight: 500;
    width: 100%;
    font-size: 18px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #F27100;
    box-shadow: 0 4px 8px rgba(242, 113, 0, 0.2);
    transition: 0.1s; /* Updated: reduced transition time */
    z-index: auto;
    text-align: center;
    cursor: pointer;
}




.but2:hover {
    background-color: rgba(12, 113, 195, 1);
}
.seventhbox{
    margin-top: 5%;
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;

}
.ch1{
    width: 80%;
    margin-left: auto;
    margin-right: auto;    
    display: flex;
    flex-direction: row;
 
}
.logofoot{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}
.logofoot img{
    max-width: 100%;
}
.contactdiv{
    width: 40%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.parag{
    width: 10%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;

}
.parag p{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top:10px ;
}
.heading{
    /* border-bottom: 1px solid black; */
    color:#0c71c3;
    margin-right: auto;
    margin-left: auto;
   font-size: 30px;
   font-weight: 600;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.close {
    position:absolute;
    top: 10px;
    right: 30px;
    float: left;
    font-size: 40px;
    cursor: pointer;
    z-index: 5;
    color: #fff;
   
}
.expandable-paragraph span{
    cursor: pointer;
    margin-top: 20px;
   
    text-align: center;border-bottom: 1px solid #F27100;color:#F27100;
}

.expanded-content {
    display: none;
    margin-top: 10px;
}
.seeless{
    cursor: pointer;
    margin-top: 20px;
   
    text-align: center;border-bottom: 1px solid #F27100;color:#F27100;

}
.download-button{
    background-color: #F27100;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    
}
.download-button:hover {
    background-color: rgba(12, 113, 195, 1);
}

.modalBus {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index:2;
}

.modal-contentBus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 60vh;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    scroll-behavior: auto;
    overflow-y: auto;
    border-radius: 10px;
    
}
.modal-contentBus P{
    font-size: 30px;
    font-weight: 600;

}
.modal-contentBus img{
    max-width:100%;
    width:50%;
    border-radius: 10px;
}
.modal-contentBus ul {
    text-align: left;
    padding-left:20px ;
    margin-top: 10px;
}

.modal-contentBus ul li{
    line-height: 30px;
}
.modal-contentBus button{
   margin-top: 10px;
   font-size: 25px;
   font-weight: 650px;
   padding-top: 20px;
   padding-bottom: 20px;
   cursor: pointer;
   padding-left: 20px;
   padding-right: 20px;
   width: 50%;
   border:2px solid #F27100;
}

.modalBusForm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgba(0, 0, 0, 0.9);
    z-index:5;
}
.modal-contentBus form{
    width: 100%;
}
.modal-contentBus form input[type="text"] {
    border: 2px solid #0c71c3;
    padding: 15px 10px 15px 10px;
    width: 60%;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 10px;
}

.modal-contentBus form input[type="text"] :focus{
    border: 2px solid #1d2831;
}


.modal-contentBus form button{
    border: 2px solid #1d2831;
    background-color: crimson;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .modal-contentBus {
        width: 100%;
    }
    .fourthbox{
        flex-direction: column-reverse;
    }
    .fourthitemimg{
        width: 100%;
    }
    .fouthitempara{
        width: 100%;
    }
    .fifthbox p{
        width: 85%;
    }
    .itc{
        flex-direction: column;
    }
    .itc1{
        width: 100%;
    }
    .itc2child1{
        flex-direction: column;
    }
    .itc2c1{
        width: 100%;
    }
    .itc2c2{
        border: 2px solid black;width: 100%;
    }
    .itc2c3{
        width: 100%;
    }
    .ch1{
        flex-direction: column;
    }
    .logofoot{
        width: 100%;
    }
    .contactdiv{
        width: 100%;
    }
    .parag{
        width: 100%;
    }
}

