@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
body{
    font-family: poppins;
    width: 100%;
    overflow-x: none;
}
.navbar-container a{
  color: black;
  text-decoration: none;
} 
.header-navbar-section-container{
    background-color: white;
    max-height: 100px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.logo-para{
    color: #13d0e7;
}
.logo-sitename-container{
    display: flex;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}
.logo-sitename-container img{
  height: 80px;
}
.logo-sitename-container p{
  font-size: 25px;
  font-family: Tiro Devanagari Sanskrit;
  margin-left: -2%;
  margin-top: 24px;
}
.navbar-container{
    display: flex;
}
.navbar-container p{
    padding-right: 35px;
    font-size: 18px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.nav-item.dropdown:hover .dropdown-content {
    display: block;
}
.motor-car-main{
    background-color: #f8f8f8;
}

.circles-container{
    position: relative;
    text-align: center;
    height: auto;
    width: auto;
    background-color: #F8F8F8;
    padding: 15px;
}
.term-image{
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    height: 400px;
    padding: 20px;
}
.d2-image{
  position: absolute;
  left: 18%;
  height: 100px;
  top: 5%;
}
.d1-image{
  position: absolute;
  bottom: 45%;
  left: 70%;
}
.css1{
    background-color: transparent;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    border: solid 3px;
    position: absolute;
    top: 13%;
    left: 69%;
    border-color: #318EBC;
}
.css2{
    background-color: transparent;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: solid 3px;
    position: absolute;
    top: 12%;
    left: 12%;
    border-color: #318EBC;
}
.circle-image{
    height: 450px;
    position: absolute;
    left: -10%;
    position: relative;
}
.car1{
    position: absolute;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    height: 250px;
    width: 200px;
    left: 18%;
    bottom: 20%;
}
.car2{
    background-color: #E4F3FE;
    padding: 10px;
    position: absolute;
    left: 50%;
    margin-top: 10px;
}
.car3{
    position: absolute;
    top: 60%;
    height: 200px;
    width: 250px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    left: 50%;
}
.flex-each{
    display: flex;
    max-width: 300px;
}
.flex-each h1{
  font-size: 15px;
}
.flex-each p{
  font-size: 15px;
}
.flex-each img{
    height: 70px;
    margin-right: 10px;
    margin-top: 10px;
}
.flex-two{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.motor-form-head{
    color: #13d0e7;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-left: 30px;
}
.motor2{
    width: 40%;
    box-shadow: 1px 1px 10px;
    padding: 10px;
    margin-top: 20px;
    margin: 20px;
}
.motor-car-main{
    display: flex;
    justify-content: space-between;
}
.motor1{
    width: 50%;
    margin: 20px;
}
.motor-form-para{
    text-align: center;
    font-size: 10px;
}
.input-flex{
    display: flex;
    flex-direction: column;
    margin: 30px;
}
.input-flex label{
  font-size: 18px;
}
.inputs{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #f8f8f8;
    font-size: 15px;
    height: 35px;
    width: 200px;
}
.input-mobile{
    min-width: 400px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #f8f8f8;
    font-size: 15px;
    height: 35px;
    width: 150px;
}
.enter{
    background-color:#D1EDF0;
    color:#13d0e7;
    width: max-content;
    font-size: 10px;
    padding: 7px;
    border-radius: 7px;
}
.enter-container{
    display: flex;
    justify-content: flex-end;
}
.submit-button{
    background-color: #00CDE5;
    color: white;
    border: 0;
    border-radius: 15px;
    height: 50px;
    width: 200px;
    font-size: 18px;
}
.submit-button-container{
    display: flex;
    justify-content: center;
}
.btn-para{
    text-align: center;
    background-color: #D1EDF0;
    color:#00CDE5;
    width: max-content;
    padding: 7px;
    font-size: 10px;
    border-radius: 7px;
}
.btn-para-container{
    display: flex;
    justify-content: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .toogle-flex{
    display: flex;
    justify-content: center;
  }
  .toogle-flex label{
    margin-top: 10px;
    margin-right: 10px;
  }
  .toogle-flex p{
    font-size: 10px;
  }
  .para{
    text-align: center;
    font-size: 14px;
    color:#676767;
  }
  .background{
    background-color: #f8f8f8;
  }
  .motor3 h1{
    font-size: 30px;
  }
  .motor3 h2{
    font-size: 20px;
    color: #4A4A4A;
  }
  .motor3 p{
    color: #676767;
    font-size: 18px;
    line-height: 30px;
  }
  .motor3{
    width: 50%;
    margin-left: 20px;
    padding-bottom: 40px;
  }



  .footer-background{
    background-color: #00022d;
    background-size: cover;
}
.footer-p{
  font-size: 15px !important;
}
.para-footer{
  font-size: 15px !important;
  font-weight: 300 !important;
}
.footer-section{
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    max-width: 100%;
    padding-left: 50px;
}
.footer-section a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.footer-logo-flex{
    display: flex;
}
.footer1{
    width: 300px;
}
.footer1 p{
    font-size: 15px;
}
.footer-section h1{
    font-size: 15px;
}

.footer-logo-para{
    color: #13d0e7;
    font-size: 15px;
}
.blue-small-lines-related{
    display: flex;
    margin-left: -475px;
}
.footer-blue-line-1{
    background-color: #13d0e7;
    height: 5px;
    width: 10px;
    border-radius: 10px;
    margin-right: 3px;
}
.footer-blue-line-2{
    background-color: #13d0e7;
    height: 5px;
    width: 30px;
    border-radius: 10px;
}
.footer-blue-line{
    display: flex;
}
.terms h1{
    color: rgb(0, 0, 0);
    font-size: 15px;
    background-color: white;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}
.terms a{
    text-decoration: none;
}
.terms{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.fa {
    text-align: center;
    text-decoration: none;

  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #00CDE5;
    color: white;
  }
  .fa1{
    padding: 20px;
    font-size: 15px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    text-align: center;
    margin: 5px 2px;
  }
  .fa-twitter {
    background: #00CDE5;
    color: white;
  }
  .fa-instagram {
    background: #00CDE5;
    color: white;
  }
  .fa-youtube-play {
    background: #00CDE5;
    color: white;
  }
  .image-fire{
    border-radius: 10px;
    position:relative;
    height: 400px;
    margin-top: 40px;
  }
  .image-fire1{
    position: absolute;
    top: 0%;
    left: 0;
  }
  .cs1{
    height: 150px;
    width: 150px;
    background-color: #f4f4f4;
    border-radius: 100px;
    position: absolute;
    bottom: 0%;
    left: 58%;
  }
  .cs2{
    height: 100px;
    width: 100px;
    background-color: #5BD2F0;
    border-radius: 100px;
    position: absolute;
    top: 17%;
    left: 17%;
  }
  .wrap-inputs{
    display: flex;
    flex-wrap: wrap;
  }
  .container-last{
    border: 1px solid;
    border-color: #00CDE5;
    padding: 15px;
  }
  .container-last p{
    color: #676767;
    line-height: 30px;
    font-size: 13px;
  }
  .blues1{
    height: 7px;
    width: 10px;
    background-color: #00CDE5;
    border-radius: 100px;
    margin-right: 5px;

  }
  .blues2{
    height: 7px;
    width: 60px;
    background-color: #00CDE5;
    border-radius: 100px;
  }
  .blues{
    display: flex;
  }
  .whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}
.motor2-mobile{
  display: none;
}





.nav-mobile{
  background-color: #00CDE5;
  height: 2px;
  width: 30px;
  margin: 5px;
}
.mobile-drop-down a{
  text-decoration: none;
  color: white;
}
.mobile-drop-down p{
  font-size: 13px;
}
.mobile-drop-down{
  background-color: #00CDE5;
  text-align: end;
  padding: 20px;
  display: none;
  position: fixed;
  z-index: 4;
  right: 0%;
  height: 100vh;
}
.navbar-container-mobile{
  display: none;
}




@media screen and (max-width:1100px){
  .logo-sitename-container img{
    height: 50px;
  }
  .logo-sitename-container p{
    font-size: 18px;
    font-family: Tiro Devanagari Sanskrit;
    margin-left: -2%;
    margin-top: 15px;
  }
  .d1-image{
    position: absolute;
    bottom: 60%;
    left: 70%;
  }
  .inputs{
    width: 100px;
    height: 20px;
    font-size: 12px;
  }
  .input-flex{
    margin: 0;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .flex-two{
    flex-wrap: wrap;
  }
  .flex-each{
    font-size: 13px;
    margin-bottom: 10px;
    width: 120px;
    flex-direction: column;
  }
  .hr-line{
    display: none;
  }
  .motor3{
    width:90%;
  }
  .motor3 h1{
    font-size: 20px;
  }
  .motor3 h2{
    font-size: 15px;
  }
  .motor3 p{
    font-size: 15px;
  }
  .input-flex label{
    font-size: 12px;
  }
  .para{
    font-size: 10px;
  }
  .navbar-container{
    display: none;
  }
  .navbar-container-mobile{
    display: block;
  }
  .motor-car-main{
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .circles-container{
    width: 90%
  }
  .term-image{
    height: 300px;
  }
  .motor1{
    width: 100%;
    padding: 0;
    margin: 0;

  }
  .input-mobile{
    min-width: 50px !important;
    height: 20px;
    font-size: 12px;
  }
  .motor2{
    width: 90%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0.5px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .submit-button{
    height: 30px;
    width: 60px;
    font-size: 12px;
  }
  .motor3{
    width: 80%;
  }
  .motor2-mobile{
    display: block;
    box-shadow: 1px 1px 10px #676767;
    width: 80%;
    margin: 10px;
  }
  .input-flex label{
    font-size: 12px;
  }
  .motor-form-head{
    font-size: 15px;
  }
  
}

.copy-right{
  text-align: center;
  font-size: 18px;
  color: white;
  padding-bottom: 20px;
}
.hrs{
  color: rgb(214, 24, 24);
  width: 60%;
  text-align: center;
}