.title {
  position: relative;
  display: inline-block;
}

.img_1 {
  width: 1500px;
  height: 500px;
  position: relative;
  display: flex;
}

.logo {
  position: absolute;
  top: 9%;
  left: 27%;
  width: 100px;
}

.MT1 {
  position: absolute;
  top: 5%;
  left: 35%;
  color: white;
  font-family: Arial;
  font-size: 50px;
  font-style: normal;
}

.subtitle {
  position: absolute;
  top: 200px;
  left: 200px;
  right: 200px;
  color: white;
}

.call {
  position: absolute;
  top: 250px;
  left: 210px;
  background-color: transparent;
  color: white;
  margin-top: 50px;
  margin-left: 0px;
  font-size: 15px;
  font-weight: bold;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  margin-right: 15px;
  height: 50px;
  width: 100px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.call:hover {
  background-color: rgb(10, 102, 194);
  border-color: white;
  color: white;
}

.call:active {
  opacity: 0.5;
}

.whatsapp {
  position: absolute;
  top: 300px;
  left: 340px;
  background-color: transparent;
  color: white;
  margin-left: 0px;
  font-size: 15px;
  font-weight: bold;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  margin-right: 25px;
  height: 50px;
  width: 190px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.whatsapp:hover {
  background-color: rgb(10, 102, 194);
  color: white;
}

.whatsapp:active {
  opacity: 0.5;
}

.Email {
  position: absolute;
  top: 300px;
  left: 550px;
  background-color: transparent;
  color: white;
  margin-left: 5px;
  font-size: 15px;
  font-weight: bold;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  margin-right: 25px;
  height: 50px;
  width: 120px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.Email:hover {
  background-color: rgb(10, 102, 194);
  color: white;
}

.Email:active {
  opacity: 0.5;
}

.website {
  position: absolute;
  top: 300px;
  left: 700px;
  background-color: transparent;
  color: white;
  margin-left: 0px;
  font-size: 15px;
  font-weight: bold;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  margin-right: 25px;
  height: 50px;
  width: 120px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.website:hover {
  background-color: rgb(10, 102, 194);
  color: white;
}

.website:active {
  opacity: 0.5;
}

.map {
  position: absolute;
  top: 300px;
  left: 850px;
  background-color: transparent;
  color: white;
  margin-left: 0px;
  font-size: 15px;
  font-weight: bold;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  margin-right: 25px;
  height: 50px;
  width: 150px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.map:hover {
  background-color: rgb(10, 102, 194);
  color: white;
}

.map:active {
  opacity: 0.5;
}

.R-google {
  position: absolute;
  top: 300px;
  left: 1025px;
  background-color: transparent;
  color: white;
  margin-left: 0px;
  font-size: 15px;
  font-weight: bold;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  margin-right: 25px;
  height: 50px;
  width: 250px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.R-google:hover {
  background-color: rgb(10, 102, 194);
  color: white;
}

.R-google:active {
  opacity: 0.5;
}

.Save_but {
  position: absolute;
  top: 480px;
  left: 1300px;
  background-color: rgb(10, 102, 194);
  color: white;
  font-size: 15px;
  font-weight: bold;
  border-color: rgb(10, 102, 194);
  border-width: 1px;
  border-style: solid;
  margin-right: 25px;
  height: 50px;
  width: 170px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.Save_but:hover {
  background-color: rgb(10, 102, 194);
  color: white;
}

.Save_but:active {
  opacity: 0.5;
}

.S-media_icon {
  position: absolute;
  top: 550px;
  left: 350px;
  width: 80px;
}

.title_2 {
  position: absolute;
  font-family: Arial;
  font-weight: lighter;
  top: 550px;
  left: 450px;
}

.linkedIn_but {
  position: absolute;
  top: 650px;
  left: 430px;
  height: 50px;
  width: 170px;
  font-family: Arial;
  font-weight: lighter;
  font-size: 20px;
  border-radius: 25px;
  color: rgb(10, 102, 194);
  border-color: rgb(10, 102, 194);
  background-color: transparent;
  transition: background-color 0.15s, color 0.15s;
}

.linkedIn_but:hover {
  background-color: rgb(10, 102, 194);
  border-color: transparent;
  color: white;
}

.linkedIn_but:active {
  opacity: 0.5;
}

.Youtube_but {
  position: absolute;
  top: 650px;
  left: 630px;
  height: 50px;
  width: 170px;
  font-family: Arial;
  font-weight: lighter;
  font-size: 20px;
  border-radius: 25px;
  color: rgb(200, 0, 0);
  border-color: rgb(200, 0, 0);
  background-color: transparent;
  transition: background-color 0.15s, color 0.15s;
}

.Youtube_but:hover {
  background-color: rgb(200, 0, 0);
  border-color: transparent;
  color: white;
}

.Youtube_but:active {
  opacity: 0.5;
}

.facebook_but {
  position: absolute;
  top: 650px;
  left: 830px;
  height: 50px;
  width: 170px;
  font-family: Arial;
  font-weight: lighter;
  font-size: 20px;
  border-radius: 25px;
  color: rgb(10, 102, 194);
  border-color: rgb(10, 102, 194);
  background-color: transparent;
  transition: background-color 0.15s, color 0.15s;
}

.facebook_but:hover {
  background-color: rgb(10, 102, 194);
  border-color: transparent;
  color: white;
}

.facebook_but:active {
  opacity: 0.5;
}

.Contact_icon {
  position: absolute;
  top: 750px;
  left: 350px;
  width: 70px;
}

.Contact_title {
  font-family: Arial;
  position: absolute;
  top: 760px;
  left: 450px;
  font-weight: lighter;
}

.call_icon {
  position: absolute;
  width: 30px;
  top: 880px;
  left: 380px;
}

.call_but {
  font-family: Arial;
  font-weight: lighter;
  position: absolute;
  color: rgb(108, 117, 125);
  height: 50px;
  width: 800px;
  top: 870px;
  left: 430px;
  border: transparent;
  background-color: white;
}

.call_but:hover {
  background-color: rgb(218, 217, 217);
}

.call_but:active {
  opacity: 0.5;
}

.email_icon {
  position: absolute;
  width: 30px;
  top: 950px;
  left: 380px;
}

.email__but {
  position: absolute;
  top: 940px;
  left: 430px;
  width: 800px;
  font-family: Arial;
  font-weight: lighter;
  color: rgb(108, 117, 125);
  border: transparent;
  background-color: white;
}

.email__but:hover {
  background-color: rgb(218, 217, 217);
}

.email__but:active {
  opacity: 0.5;
}

.address_office {
  position: absolute;
  width: 30px;
  top: 1020px;
  left: 380px;
}

.address_note {
  position: absolute;
  width: 800px;
  top: 1013px;
  left: 430px;
  border: transparent;
  font-family: Arial;
  font-weight: lighter;
  color: rgb(108, 117, 125);
  background-color: white;
}

.address_note:hover {
  background-color: rgb(218, 217, 217);
}

.address_note:active {
  opacity: 0.5;
}

.GST_doc {
  position: absolute;
  width: 30px;
  top: 1090px;
  left: 380px;
}

.GST_note {
  position: absolute;
  top: 1080px;
  left: 430px;
  width: 800px;
  height: 50px;
  border: transparent;
  background-color: white;
  font-family: Arial;
  font-weight: lighter;
  color: rgb(108, 117, 125);
}

.GST_note:hover {
  background-color: rgb(218, 217, 217);
}

.GST_note:active {
  opacity: 0.5;
}

.MD {
  font-family: Arial;
  font-weight: lighter;
  color: rgb(108, 117, 125);
  position: absolute;
  font-size: 15px;
  top: 1170px;
  left: 350px;
}

.MD_name {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 1190px;
  left: 350px;
}

.MD1 {
  font-family: Arial;
  font-weight: lighter;
  font-size: 15px;
  color: rgb(108, 117, 125);
  position: absolute;
  top: 1230px;
  left: 350px;
}

.AB_icon {
  position: absolute;
  top: 1330px;
  left: 350px;
  width: 70px;
}

.AB_title {
  position: absolute;
  top: 1330px;
  left: 450px;
  font-family: Arial;
  font-weight: lighter;
}

.AB_p {
  position: absolute;
  top: 1400px;
  left: 450px;
  right: 250px;
  font-family: Arial;
  font-size: 20px;
  color: rgb(108, 117, 125);
}

.card {
  position: absolute;
  top: 1610px;
  left: 350px;
  width: 80px;
}

.payment_title {
  font-family: Arial;
  font-weight: lighter;
  position: absolute;
  font-size: 35px;
  top: 1600px;
  left: 450px;
}

table {
  width: 50%;
  border-collapse: collapse;
  /* Ensures a single border */
  margin: 20px 0;
}

th,
td {
  border: 1px solid rgb(108, 117, 125);
  /* Single-line border */
  padding: 8px;
  width: 500px;
  text-align: center;
}

th {
  background-color: #f2f2f2;
}

.bank_d {
  font-family: Arial;
  font-weight: lighter;
  font-size: 20px;
  position: absolute;
  top: 1700px;
  left: 450px;
  color: rgb(108, 117, 125);
}

.foot {
  position: absolute;
  display: flex;
  font-family: Arial;
  font-size: 12px;
  font-weight: lighter;
  background-color: rgb(10, 102, 194);
  color: white;
  top: 1910px;
  width: 50px;
  padding-top: 1px;
  padding-left: 500px;
  padding-bottom: 1px;
  width: 1000px;
}

