* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Geneva, Verdana, sans-serif;
  font-style: normal;
}

.main {
  padding: 0 auto;
  width: 85%;
}

/* .baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
} */

/*///////////////----------Header section start from here----------///////////////*/

.headersection {
  padding: 0 8%;
  position: relative;
  background-image: url(../image/home-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.headersection-others {
  padding: 0 8%;
  position: sticky;
  top: 0;
  height: auto; /* Adjust as needed */
  z-index: 1000;
  background-color: #fff; /* Initial state */
  transition: background-color 0.3s ease, padding 0.3s ease; /* Transition properties */
}

.headersection-others.scrolled {
  background-color: #fff; /* Background color when scrolled */
  padding: 10px 8%; /* Adjust padding when scrolled */
}

/* .heroimagearea img {
  height: 550px;
  margin-right: 200px;
} */

.heroconatiner {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 50px;
  width: 100%;
}

.herosselcetsection {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.herotextarea {
  width: 50%;
}
.heroimagearea {
  width: 40%;
  text-align: center;
}

.herotextarea h1 {
  font-size: 55px;
  color: #454545;
}

.herotextdecor {
  color: #099da9;
  font-size: 60px;
}

.submenuindicateicon {
  color: #099da9;
}

.herotextarea h3 {
  font-family: Geneva, Verdana, sans-serif;
  margin-top: 90px;
  color: #099da9;
  font-size: 25px;
  margin-bottom: 40px;
}

.bikeherosec {
  border-radius: 20px;
  padding: 25px;
  background-color: #fcf7eb;
}

.herotxtandiconcont {
  text-align: center;
}

.bikeherosectxt h5 {
  margin-top: 20px;
  font-family: Geneva, Verdana, sans-serif;
  color: #454545;
  font-size: 17px;
}

/* //////////////////////////////////////////////////////Insurance Products//////////////////////////////////////////////////////// */

.insuranceproductsection {
  padding: 50px 0;
  position: relative;
  background: linear-gradient(90deg, #e7eefe -1.6%, #ffe5f4 102.47%);
}

.texthighlighter {
  color: #099da9;
  font-weight: 700 !important;
}

.insuranceproductsection h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;
}

.partner-tab-container {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.partnerlogoimg {
  cursor: pointer;
  border: 1px solid #454545;
  text-align: center;
  background-color: #fff;
  width: 20%;
  padding: 20px;
  margin: 20px;
  border-radius: 26px;
}

.partnerlogoimg img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* ////////////////////////////////////////////////////// About Us //////////////////////////////////////////////////////// */

.aboutussection {
  padding: 50px 150px;
  position: relative;
  background-color: #f7f4f3;
  /* background: linear-gradient(270deg, #e7eefe -1.6%, #ffe5f4 102.47%); */
}

.aboutussection h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;
}

.abutuscontentarea h3 {
  font-size: 30px;
}

.abutuscontentarea p {
  text-align: justify;
  width: 70%;
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0;
  font-family: Geneva, Verdana, sans-serif;
  color: #454545;
  margin-bottom: 40px;
}

.buttonabout {
  background-color: #454545;
}

.abutuscontentarea {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.buttonabtus {
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 22px;
  background-color: #099da9;
}

.buttonabtus a {
  color: #e7eefe;
  text-decoration: none;
}

/* ////////////////////////////////////////////////////// Form start //////////////////////////////////////////////////////// */

.homeformsection {
  position: relative;
  padding: 80px 150px;
}

.formandimagecontainer {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.formandimagecontainer h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;
}

.formcontainer form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formcontainer {
  width: 60%;
}

.formcontainer form > input {
  padding-right: 20px;
  padding-left: 20px;
  border: 1.5px solid #999999;
  height: 40px;
  margin: 8px 0px;
  color: #454545;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 5px;
}

.formcontainer form > select {
  padding-right: 20px;
  padding-left: 20px;
  border: 1.5px solid #999999;
  height: 40px;
  margin: 8px 0px;
  color: #454545;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 5px;
}

.formcontainer form > select > option {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #454545;
}

.formcontainer form > textarea {
  border-radius: 5px;
  padding-top: 20px;
  padding-left: 20px;
  border: 1.5px solid #999999;
  height: 100px;
  margin: 8px 0px;
  color: #454545;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.formcontainer form > button {
  margin-top: 20px;
  padding: 18px 0;
  /* height: 27px; */
  background-color: #099da9;
  border-radius: 5px;
  color: #ffe5f4;
  border: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  cursor: pointer;
  width: 100%;
}

/* ////////////////////////////////////////////////////// Footer //////////////////////////////////////////////////////// */

.footersetion {
  position: relative;
  /* background: linear-gradient(270deg, #e7eefe -1.6%, #ffe5f4 102.47%); */
  background-color: #f7f4f3;
}

.footermain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 100px 150px 50px 150px;
}

.footerbox {
  width: 20%;
}

.footerbox-one {
  width: 25%;
}

.footerullists li {
  list-style-type: none;
  line-height: 1.6;
}

.footerullists li a {
  color: #454545;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  transition: all 0.3s ease; /* Apply transformation over 0.3 seconds */
}
.footerullists li a:hover {
  color: #099da9;
}

.footerbox h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

.footerbox-four-ul li {
  list-style-type: none;
}

.footerbox-four-ul li a {
  text-decoration: none;
  color: #454545;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  transition: all 0.3s ease; /* Apply transformation over 0.3 seconds */
}

.footerbox-four-ul li a:hover {
  color: #099da9;
}

.aboutfootertxt p {
  margin-top: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #454545;
}

.footerbox-four-ul li h5,
p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #454545;
}

.footerbox-four-ul li h5 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.copyright p {
  padding: 20px 0;
  text-align: center;
  color: #454545;
}

.copyright p a {
  color: #099da9;
  text-decoration: none;
}

.divider {
  height: 1px;
  color: #099da9;
  background-color: #099da9;
  width: 80%;
  margin: 0 auto;
}

.companydocuments {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  /* text-align: center; */
  justify-content: space-evenly;
}

.companydocuments p {
  line-height: 1.8;
}

/* ////////////////////////////////////////////////////// Footer //////////////////////////////////////////////////////// */

.insurancetypedesc {
  position: relative;
  background: linear-gradient(270deg, #e7eefe -1.6%, #ffe5f4 102.47%);
  /* background-color: #f7f4f3; */
  padding: 70px 180px;
}

.insurancetypedesc h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;
}

.insurancecontainer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
}

.insurencenamewithcolor {
  border-radius: 15px;
  padding: 25px 0;
  text-align: center;
  background-color: #fff;
  width: 15%;
  cursor: pointer;
}

.insurencenamewithcolor p a {
  font-size: 20px;
  color: #454545;
  text-decoration: none;
  font-family: Geneva, Verdana, sans-serif;
  font-weight: 600;
}

.insurencenamewithcolor img {
  margin-bottom: 10px;
}

.sectionfixed {
  position: fixed;
  z-index: 1000;
}

/* NRI SERVICES Container start from here */

.containernrifixed {
  bottom: 50%;
  left: -50px;
  position: fixed;
  transition: bottom 0.3s ease, left 0.3s ease; 
  /* Adds smooth transition for bottom and left */
}

.containernrifixed:hover {
  bottom: 50%;
  left: -45px;
  position: fixed;
}


.containernrifixed a h3 {
  transform: rotate(90deg);
  /* Rotate the text */
  transform-origin: center;
  /* Rotate around the center */
  font-size: 18px;
  /* Adjust font size if necessary */
  color: #000;
  /* Text color */
  text-decoration: none;
  /* Remove underline from link */
  margin: 0;
  padding: 0;
}

/* Phonecall Container start from here */

.containerphonecall {
  bottom: 20px;
  left: 20px;
  position: fixed;
}

.containerphonecall a img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.containerphonecall a img:hover {
  transform: scale(1.2);
}

/* Whetsapp Container start from here */

.containerwhatsapp {
  bottom: 70px;
  left: 20px;
  position: fixed;
}

.containerwhatsapp a img {
  width: 46px;
  height: 46px;
  transition: transform 0.3s ease;
}

.containerwhatsapp a img:hover {
  transform: scale(1.2);
}

/* Whetsapp Container End */

/*/////////////////////////////////////////----------About Us----------/////////////////////////////////////////*/
.breadcrumball {
  background-color: antiquewhite;
  padding: 30px 80px;
}

.breadcrumbtracking p {
  font-size: 15px;
  font-family: Geneva, Verdana, sans-serif;
}

.breadcrumbtracking h1 {
  font-size: 25px;
  font-family: Geneva, Verdana, sans-serif;
  margin: 10px 0;
}

.breadcrumbbtn {
  margin-top: 40px;
}

.breadcrumbbtnspan {
  font-size: 16px;
  border-radius: 10px;
  background-color: #099da9;
  padding: 13px 20px;
}

.breadcrumbbtnspan a {
  font-size: 16px;
  color: #fff;
  padding: 13px 20px;
  font-family: Geneva, Verdana, sans-serif;
  text-decoration: none;
}

/* /////////////////////////////////////////////////All Page Section design /////////////////////////////////////////// */

.colorhighlighter {
  font-size: 18px;
  color: #099da9;
  font-weight: 800;
}

.contentareaallpage {
  padding: 50px 85px;
}

.contentmainstart p {
  padding: 10px 0;
  line-height: 25px;
}

.contentareaallpage h5 {
  text-align: center;
  font-size: 18px;
}
.unorderlistbody li {
  list-style-type: circle;
  color: #454545;
  line-height: 25px;
  font-family: Geneva, Verdana, sans-serif;
  margin-left: 15px;
}

.orderlistbodyalpha li {
  list-style-type: upper-alpha;
  color: #454545;
  line-height: 25px;
  font-family: Geneva, Verdana, sans-serif;
  margin-left: 15px;
}

.orderlistbodyalpha li > ul > li {
  list-style-type: circle;
}

.orderlistbody li {
  color: #454545;
  line-height: 25px;
  font-family: Geneva, Verdana, sans-serif;
  margin-left: 15px;
}

.footerimg img {
  height: 150px;
}

.nunimpotr {
  margin-bottom: -15px !important;
}

/* ///////////////////////////////////////////contact us///////////////////////////////////////////////// */
.contactformsection {
  display: flex;
  width: 100%;
  padding: 50px;
  justify-content: space-between;
}

.addressmap {
  width: 45%;
}
.formcontainercontact {
  width: 50%;
}

.addressmap iframe {
  width: 100%;
  height: 100%;
}

/* /////////////////////////////////////////////////////////become an employee/////////////////////////////////////// */
.form-container {
  max-width: 60vw;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group input[type="file"] {
  padding: 4px;
}

.form-group input[type="submit"] {
  background-color: #099da9;
  color: white;
  border: none;
  cursor: pointer;
}

.form-group input[type="submit"]:hover {
  background-color: #077781;
}

.herotxtandiconcont a {
  text-decoration: none;
}

.modalbox {
  margin: 5px;
  width: 20%;
}

.sectionfixed {
  position: absolute;
  display: flex;
}
