body{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Open Sans,sans-serif;
}.navbar{
   position: relative;
   top: -31px;
    /* border: 2px solid red; */
    display: flex;
    justify-content:space-between;
    height: 55px;
    border-bottom: .1px solid #80808026;

}.logo img{
    width: 155px;
position: absolute;
top : -31px;
left: 71px;
   
    
   
}.sub-nav{
    margin-right: 10%;
    display: flex;
    /* text-align: center; */
     justify-content: center;
     align-self: center;
     gap: 20px;
     position: relative;
     right:-41px;
}.logo{
    /* display: flex; */
     margin-left: 10%;
     

    
}.sub-nav a{
    text-decoration: none;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font: bold;
    font-weight: 600;

}.navbar button{
    background-color: #fa6075;
    font-weight: 600;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: -7px;
}.sub-nav div{
    position: relative;
    top: 10px;
}.ads{
    /* height: 20px; */
    /* position: relative; */
    
    background-color: #f94b4b;
    color: white;
    position: relative;
    top:-11px;
    text-align: center;
    
     font-weight: 400; 
    font-size: 14px;
    
}.ads > p{
    display: block;
    padding: 3px;
    font-weight: 800;
    font-size: 12px;
}.box2 a{
    color:#f94b4b;
}.box a:hover{
    color:#f94b4b;
}.sub-nav2{
    display: flex;
    
    justify-content: space-evenly;
    position: relative;
    top: -19px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}.sub-nav2 a{
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    position: relative;
    top:-6px
    
    
}
.main-footer{
    position: absolute;
    /* top: 120vh; */
   background-color: #133b60;
    width: 99.8%;

}
.footer{
  
    /* border: 2px solid red; */
 
   
    /* height: 300px; */
    display: flex;
    justify-content: space-around;
    padding: 20px;
    
}.sub-footer li{
    list-style: none;
    margin-top: 20px;   
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 400;
    color: white;
}.sub-footer li:hover{
    color:#fa6075;
    cursor: pointer;
    
}.bottom-footer{
    display: flex;
    justify-content: space-around;
   gap : 20px
}.bottom2-footer li{
    list-style: none;
}.bottom-footer img{
    width: 21px;
    padding-top:10px;
    padding-bottom: 10px
}.bottom-footer img:hover{
    width: 22px;
    cursor: pointer;
    
}
    



















body{
    margin: 0%;
    padding: 0%;
}
.top{
    display: flex;
    width: 100%;
    align-items: center;
    margin: auto;
}
.top>img{
    width: 100%;
    margin: auto;
}
.text1{
    text-align: center;
}
.text2{
    text-align: center;
}
.text3{
    text-align: center;
}
.text4{
    text-align: center;
}
.inputnum{
    width: 200px;
    height: 40px;
    margin: auto;
}
.input{
    display: flex;
    flex-direction: row;
    width: 300px;
    height: 40px;
    margin: auto;
    text-decoration: none;
}
.mid{
    width: 100%;
}
.mid>img{
    width: 100%;
}
.midtext1{
    text-align: center;
    margin: auto;
}
.midtext2{
    text-align: center;
    margin: auto;
}
.midtext3{
    text-align: center;
    margin: auto;
}
.midtext4{
    text-align: center;
    margin: auto;
}
.timetext{
    text-align: center;
}
.time{
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.time>img{
    flex-wrap: nowrap;
}
.bottom{
    display: flex;
}
.bottom>img{
    margin-left: auto;
    margin-right: auto;
}

.bottomtext1{
    text-align: center;
}
.bottomtext2{
    text-align: center;
}

.foot{
    display: flex;
    margin-inline: 40px;
    
}
.foot1{
    margin-right: 4px;
}
.foot2{
    margin-left: 4px;
}
button>a{
    text-decoration: none;
}


.input-container {
    display: flex;
    align-items: center;
    /* background-color: #f2f2f2; */
    justify-content: center;
  }
  
  .input-addon {
    background-color: #f2f2f2;
    color: #333;
    font-size: 16px;
    padding: 30px;
    border: none;
    border-radius: 4px 0 0 4px;
  }
  
  input[type="tel"] {
    border: none;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    padding: 30px;
    width: 30%;
    background-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  }
  
  .link-button {
    background-color: #f71809f6;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    /* padding: 10px 20px; */
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
  }
