body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .2px;
  color: #171818;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 22px;
  text-align: center;
  color: #050066;
}

h3 {
  font-size: 21px;
}

h4 {
  text-align: center;
  font-size: 20px;
}

li {
  font-size: 17px;
}

#CallIcon {
  text-align: center;
  padding: 19px 22px;
  position: fixed;
  background: rgb(0, 32, 96);
  border-radius: 50px;
  left: 10px;
  top: 70%;
  z-index: 1000;
}

#CallIcon span {
  display: block;
  font-size: 20px;
  color: #fff;
}

#CallIcon span a {
  color: #fff;
}


#feedback {
  position: fixed;
  transform: rotate(90deg);
  right: -60px;
  top: 40%;
  background-color: rgb(254 11 11);
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
}

#feedback a {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}

@media only screen and (max-width: 1026px) {
  .desktop-only {
    display: none !important;
  }
}

a {
  text-decoration: none;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 22px;
  text-align: center;
  color: #050066
}

h2:hover {
  color: #000;
  transition: .70s
}

p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 24px;
}

table {
  margin: 10px 1%;
  width: 95%;
}

.table_area {
  clear: both;
}

.banner_dtl {
  position: absolute;
  z-index: 100;
  top: 110px;
  width: 40%;
  clear: both;
  font-size: 14px;
  color: #fff;
  box-shadow: 1px 3px 10px #000;
  border-radius: 45px 0;
  padding: 0px 2%;
  right: 5%;
  display: none
}

.navbar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 0 !important;
}

.ashok {
  width: 100px;
  height: auto;
}

.logo_container {
  padding: 10px;
  height: 45px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 5px;
  box-shadow: 0px 0px 10px rgb(145, 147, 147);
  width: 150px;
  cursor: pointer;
  background-color: #fff;
}

.logo_container:nth-child(1) {
  border-radius: 0px;
  box-shadow: none;
  width: 230px;
  height: auto;
  padding: 0;
  margin: 5px;
}

.logo_container a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#newNav a img {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  margin-left: 10px;
}

.logo_container a img {
  height: auto;
  width: 100%;
  text-align: center;
}

.logo_container:nth-child(6) a i {
  color: green;
  font-size: 30px;
  margin: 5px;
}

.logo_container:nth-child(6) {
  border-radius: 0px;
}

.logo_container:nth-child(7) {
  border-radius: 30px;
  background-color: rgb(10, 10, 96);
}

.logo_container:nth-child(7) a {
  color: #fff;
}

.logo_container:nth-child(1n + 2):hover {
  box-shadow: 0px 0px 15px rgba(0, 175, 250, 0.625);
}

.festive_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin: 5px;
}

.festive_container img {
  width: 100%;
  height: 80px;
}

.slide_container {
  width: 100%;
  height: auto;
  background-color: rgb(3 0 101);
  box-shadow: 0px 8px 150px rgb(254 0 2);
}

.tag_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line {
  text-align: center;
  width: 40%;
}

.line .tag {
  display: flex;
  align-items: center;
}

marquee {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  direction: ltr;
}

.whatapp {
  display: flex;
}

.whatapp .logo_container {
  padding: 10px;
  height: 35px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 5px;
  box-shadow: 0px 0px 10px rgb(145, 147, 147);
  width: 150px;
  cursor: pointer;
  background-color: #fff;
}

.whatapp .logo_container a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fd2626;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.whatapp .logo_container a i {
  font-size: 25px;
  margin: 5px;
}

.whatapp .logo_container a span {
  font-size: 20px;
}

.whatapp .logo_container:nth-child(6) {
  border-radius: 0px;
}

.closer_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobileMenu {
  display: none;
}

#mobile_Menu {
  position: fixed;
  top: 0px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #000;
  z-index: 1009;
  display: none;
}

#mobile_view {
  display: flex;
  margin: 5px 10px;
  justify-content: space-between;
  margin-top: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #000;
  background-color: rgb(2, 99, 245);
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

#x_logo {
  display: flex;
  color: #03084f;
  height: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  left: 140px;
}

#mobile_view a {
  font-size: 30px;
}

#mobile_view a img {
  width: 210px;
  height: 60px;
}

#mobile_view i {
  font-size: 30px;
}

#mobile_Menu .logo_container {
  width: 80%;
}

.form_row {
  display: flex;
  padding: 10px;
}

.content {
  width: 70%;
  padding: 20px;
}

.content h1 {
  font-size: 24px;
}

.content p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 24px;
}

.content .house {
  border: 1px solid #d5c8c8;
  padding: 13px 13px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
}

.house strong {
  font-size: 22px;
}

.house ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.house ul li {
  width: 210px;
  height: 60px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  margin: 10px;
  border: 1px solid rgb(254 0 2);
}

.house ul li .fa {
  color: rgb(254 0 2);
  font-size: 18px;
}

.vedio_text_content {
  width: 100%;
}

.vedio_text_content .third_content {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.third_content i {
  color: rgb(8 185 97);
  border: 2px solid rgb(8 185 97);
  font-size: 18px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_container {
  width: 30%;
  right: 50px;
}

/*charging form*/

.form_container .form {
  width: 100%;
  height: auto;
  background: rgb(0 32 96);
  padding: 10px 20px;
  text-align: center;
  border-radius: 50px;
}

.form .form_title {
  color: #fff;
  font-size: 28px;
}

.form .detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.form .detail input {
  width: auto;
  height: 40px;
  padding: 10px;
  border-radius: 8px 0px 8px 0px;
  border: none;
  outline: none;
}

.form .detail textarea {
  width: auto;
  height: 60px;
  border-radius: 8px 0px 8px 0px;
  border: none;
  padding: 10px;
  outline: none;
}

.form .checkbox {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}

.form .checkbox a {
  color: #FF9494;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #FF9494;
  text-decoration: none;
}

.form .checkbox input {
  float: inherit;
}

.form button {
  width: 130px;
  height: 41px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
}

form button {
  width: 130px;
  height: 41px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
}

#details {
  height: 35px;
  width: 90%;
  margin: 10px 10px;
}

button {
  width: 50%;
  margin: 10px 10px;
  height: 35px;
  cursor: pointer;
  background-color: rgb(9, 7, 118);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(145, 147, 147);
  border: none;
}

button:hover {
  box-shadow: 0px 0px 10px rgba(140, 202, 253, 0.625);
}

.top_banner {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0
}

.topnav ul li a {
  color: #fff;
  padding: 15px;
  font-weight: 600;
}

.topnav ul li {
  list-style: none;
  float: left;
}

.topnav ul li ul {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  width: 47%;
  display: none;
}

.topnav ul li ul li {
  background-color: #05007E;
  color: #fff;
  font-weight: 600;
  border: 1px solid #05007E;
}

.topnav ul li.serv:hover ul {
  color: #05007E;
  background-color: #fff;
  display: block;
}

.highlight_container {
  display: flex;
}

.highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70%;
}

.highlight .headline_highlight p {
  padding: 20px;
  font-size: 23px;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(135deg, rgb(38, 0, 255), rgb(17, 253, 41));
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  animation: flaoting 1s infinite ease-in;
}

.highlight_list {
  border-radius: 20px;
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.25);
  width: 80%;
  height: auto;
  background-image: linear-gradient(135deg, rgb(38, 0, 255), rgb(17, 253, 41));
  flex-wrap: wrap;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  margin-top: 10px;
}

.highlight_list ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.highlight_list ul li {
  display: flex;
  width: 130px;
  flex-wrap: wrap;
  height: 90px;
  margin: 5px;
  border-bottom: 1px solid rgb(229, 255, 0);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

ul li span {
  display: flex;
  font-size: 30px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.highlight_list ul li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: 10px 5px;
}

.highlight_bg {
  width: 80%;
  height: auto;
  background-size: cover;
  z-index:-1;
  margin-top: 40px;
}

.highlight_bg img {
  width: 100%;
  height: auto;
  background-size: cover;
}

.hightlight {
  width: 260px;
  height: 55px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  font-size: 18px;
  margin-bottom: 20px;
}

.btn_row {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #fd0002;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btn_row a {
  color: #fff;
  background: rgb(0 32 96);
  font-size: 18px;
  border-radius: 5px 0px 5px 0px;
  padding: 10px 12px;
  margin: 5px;
  text-decoration: none;
}

.clint_link {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px;
  border: 2px solid #000;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.clint_link a {
  padding: 10px;
  background: rgb(0 32 96);
  color: #fff;
  margin: 5px;
  text-decoration: none;
  outline: none;
}

.clint_row {
  width: 100%;
  height: auto;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  border: 2px solid #000;
}

.content_container_img {
  width: 45%;
  height: 400px;
}

.content_container_img img {
  border: 10px solid #eee;
  width: 100%;
  height: 350px;
}

.content_container_text {
  text-align: justify;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.content_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 10px;
}

.information {
  width: 70%;
  height: auto;
}

.daily_service {
  clear: both;
  padding: 10px 5px;
  float: left;
  width: 100%;
}

.daily_service ul {
  float: left;
  width: 100%;
  padding-left: 0;
}

.daily_service ul li {
  float: left;
  width: 26%;
  border: 15px 13px solid #ccc;
  padding: 10px 3%;
  list-style: none;
  margin: 5px 5px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0, #CECECE 47%, #bcbcbc);
}

.owl-dots {
  display: none;
}

.fix-icon-whataap {
  position: fixed;
  right: 10px;
  top: 85%;
  cursor: pointer;
  z-index: 1000;
}

.fix-icon-whataap-item img {
  border-radius: 50px;
  width: 70px;
  height: 70px;
}

.quotation_card_button {
  width: 160px;
  height: 40px;
  margin: 10px 10px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  background: #fff;
}

.review-label {
  width: 60px;
  color: #1a99e4;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.slider_row {
  display: flex;
  flex-wrap: wrap;
}

.review_box {
  width: 40%;
  height: auto;
}

.review-container {
  width: 100%;
  text-align: center;
}

.owl-carousel {
  width: 60%;
}

.rating-container {
  display: flex;
  width: 90%;
}

.rating-bar {
  flex: 1;
  height: 20px;
  background-color: #e0e0e0;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.rating-fill {
  height: 100%;
  background-color: orange;
  position: absolute;
  transition: width 0.3s ease;
}

.percentage {
  width: 50px;
  text-align: right;
  color: #1a99e4;
}

.box {
  border: 1px solid #80808040;
  padding: 30px 10px;
  overflow: hidden;
  text-align: center;
}

.box p {
  text-align: justify;
  font-size: 12px;
}

.boxx {
  display: flex;
  height: auto;
  flex-direction: row;
}

.star-card {
  text-align:left;
  font-size: 14px;
  margin-top:12px;
}

.name-box {
  display: flex;
}

.name-box .initial {
  display: block;
  width: 40px;
  height: 38px;
  padding: 8px;
  line-height: 20px;
  text-align: center;
  background-color: #4f9fb8;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

.checked {
  color: orange;
}

.box img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px grey;
  margin: 0 auto;
  display: block;
}

.box h3 {
  float: right;
  color: #3e2b2b;
  font-size: 14px;
  font-weight: bold;
  margin-top: -2px;
}

.box span {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.box h4 {
  text-align: center;
  color: #01182c;
  font-size: 12px;
  font-weight: bold;
}

.box h5 {
  margin-top: 10px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.contact_dtl {
  float: left;
  width: 40%;
}

.contact_dtl p {
  font-size: 16px;
}

.enquiry_form {
  width: 50%;
  padding: 20px 3%;
  border-radius: 0 45px;
  background: #04007eb4;
  margin: 20px auto;
  float: right;
}

.enquiry_form h3 {
  font-size: 19px;
  color: #fff;
}

.fill_dtl input,
.fill_dtl select,
.fill_dtl textarea {
  margin: 8px .8%;
  padding: 15px 1%;
  width: 45.9%;
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  font-size: 18px;
}

.fill_dtl input::placeholder,
.fill_dtl textarea::placeholder {
  color: #000;
}

.fill_dtl select {
  width: 48.1%
}

.fill_dtl textarea {
  width: 95.4%;
}

#moving_date {
  width: 95.4%;
}

#submit {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  border: 0px;
}

.container .row {
  color: #0f0f0f;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.rating input[type="radio"]:not(:nth-of-type(0)) {
  /* hide visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rating [type="radio"]:not(:nth-of-type(0))+label {
  display: none;
}

label[for]:hover {
  cursor: pointer;
}

.rating .stars label:before {
  content: "★";
}

.stars label {
  color: lightgray;
}

.stars label:hover {
  text-shadow: 0 0 1px #000;
}

.rating [type="radio"]:nth-of-type(1):checked~.stars label:nth-of-type(-n+1),
.rating [type="radio"]:nth-of-type(2):checked~.stars label:nth-of-type(-n+2),
.rating [type="radio"]:nth-of-type(3):checked~.stars label:nth-of-type(-n+3),
.rating [type="radio"]:nth-of-type(4):checked~.stars label:nth-of-type(-n+4),
.rating [type="radio"]:nth-of-type(5):checked~.stars label:nth-of-type(-n+5) {
  color: orange;
}

.rating [type="radio"]:nth-of-type(1):focus~.stars label:nth-of-type(1),
.rating [type="radio"]:nth-of-type(2):focus~.stars label:nth-of-type(2),
.rating [type="radio"]:nth-of-type(3):focus~.stars label:nth-of-type(3),
.rating [type="radio"]:nth-of-type(4):focus~.stars label:nth-of-type(4),
.rating [type="radio"]:nth-of-type(5):focus~.stars label:nth-of-type(5) {
  color: darkorange;
}

.comment {
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.checked {
  color: orange;
}

.icons_with_location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.icons_with_location h2 {
  text-align: center;
  color: rgb(0, 32, 96);
  width: 100%;
  margin: 10px;
  font-size: 22px;
}

.icons_with_location ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 10px;
  padding: 0;
}

.icons_with_location ul li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 5px 5px;
  padding: 2px;
  width: 24%;
  border: 2px solid #4e4ba4;
  border-radius: 30px;
  box-shadow: 6px 6px 7px rgb(239 99 11);
}

.icons_with_location ul li i {
  width: 20%;
  font-size: 30px;
  color: #ff0000;
  padding: 8px;
}

.icons_with_location ul li p {
  width: 80%;
  margin: 0;
}

.how_work {
  width: 100%;
}

.how_work>h2 {
  color: #ef630b;
  text-align: center;
}

.schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.schedule_content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 45%;
  height: auto;
  margin: 2px 2px 16px 2px;
  border: 2px solid #4e4ba4;
  border-radius: 30px;
  box-shadow: 6px 6px 7px rgb(239 99 11);
}

.schedule_content .icon {
  text-align: center;
  font-size: 30px;
  color: #ef630b;
}

.schedule_content .content {
  width: 70%;
  text-align: justify;
  padding: 10px;
}

.schedule_content .content span {
  font-size: 20px;
  margin: 0;
  color: rgb(0, 32, 96);
}

.awards {
  list-style: none;
  gap: 13px;
  margin: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.location_container {
  text-align: center;
  margin: 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.location_container h2 {
  color: #ef630b;
  font-size: 22px;
}

.location_wrap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.location {
  width: 31%;
  height: 50px;
  min-height: 40px;
  border: 1px solid #ef630b;
  margin: 2px 2px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 5px;
}

.location a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: blue;
  font-size: 17px;
}

.location a span {
  margin: 5px 10px;
  color: #f00;
}

/*faq container section*/
.faq {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  background: rgb(0 32 96);
  padding: 10px;
  margin-top:25px;
}

summary.line {
  width: 100%;
  height: auto;
  font-size: 22px;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  color: rgb(254 0 2);
  padding: 12px;
  list-style: none;
}

summary .question {
  float: left;
}

summary span {
  float: right;
}

.down {
  color: rgb(0 32 96);
  padding: 10px;
  font-size: 18px;
}

.footer_container_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_container_row .bottom_footer_detail {
  width: 50%;
  height: auto;
  padding: 20px;
  background: #ddd;
}

.bottom_footer_detail .content {
  width: auto;
  padding: 10px;
  height: auto;
  background: rgb(17 16 69);
}

.bottom_footer_detail .content .header {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bottom_footer_detail .content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

/*footer section container*/
.footer_section {
  width: 100%;
  height: auto;
}

.footer_section .footer_logo {
  text-align: center;
  margin-bottom: 20px;
}

.footer_section .footer_logo img {
  width: 260px;
  height: auto;
}

.footer_section .footer_section_row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.footer_section_row .col_1 {
  width: 100%;
  height: auto;
}

.footer_section_row .col_1 .footer_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.footer_section_row .col_1 ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 10px;
}

.footer_section_row .col_1 ul li {
  list-style: none;
  margin-bottom: 2px;
  border-bottom: 1px dotted #000;
  padding: 2px;
}

.footer_section_row .col_1 ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.footer_section_row .col_2 {
  width: 100%;
  height: auto;
}

.footer_section_row .col_2 .footer_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.footer_section_row .col_2 ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 10px;
}

.footer_section_row .col_2 ul li {
  list-style: none;
  margin-bottom: 2px;
  border-bottom: 1px dotted #000;
  padding: 2px;
}

.footer_section_row .col_2 ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.footer_section_row .col_3 {
  width: 100%;
  height: auto;
}

.footer_section_row .col_3 .footer_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.footer_section_row .col_3 ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 10px;
}

.footer_section_row .col_3 ul li {
  list-style: none;
  margin-bottom: 2px;
  border-bottom: 1px dotted #000;
  padding: 2px;
}

.footer_section_row .col_3 ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.footer_section .bottom_link {
  text-align: center;
  word-spacing: 10px;
}

.footer_section .bottom_link a {
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-family: 600;
  text-decoration: none;
}

.footer_section .copy_right_area {
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
}

.copy_right_area p {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.copy_right_area .copy_right_bg img {
  width: 100%;
  height: auto;
}

.table1 {
  width: 100%;
}

.table1 td,
.table1 th {
  border: 1px solid rgb(228, 237, 255);
  text-align: left;
  padding: 8px;
}

.table1 tr:nth-child(even) {
  background-color: rgb(228, 237, 255);
}

.table2 {
  border-collapse: collapse;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.table2 td,
.table2 th {
  text-align: left;
  padding: 10px;
  width: 50px;
}

.table2 th {
  background: #000;
  color: #fff;
  margin-bottom: 20px;
}

.table2 tr:nth-child(odd) {
  background-color: rgb(228, 237, 255);
}

.table3 {
  border-collapse: collapse;
  width: 100%;
}

.table3 tr th {
  background-color: #000;
  color: #fff;
}

.table3 td,
.table3 th {
  text-align: left;
  padding: 8px;
  width: 50px;
}

.table3 tr:nth-child(odd) {
  background-color: #eaeaea;
}

.table4 {
  border-collapse: collapse;
  width: 100%;
}

.table4 td,
.table4 th {
  border: 1px solid rgb(228, 237, 255);
  text-align: left;
  padding: 8px;
  width: 50px;
}

.table4 tr:nth-child(even) {
  background-color: #000;
  color: #fff;
}

.table4 tr:nth-child(odd) {
  background-color: rgb(242, 246, 253);
}

.table6 {
  width: 100%;
  border-collapse: collapse;
}

.table6 td,
.table6 th {
  border-bottom: 3px solid rgb(228, 237, 255);
  text-align: left;
  padding: 8px;
}

.table6 tr:hover {
  background-color: rgb(228, 237, 255);
  color: #000;
}

.table6 th {
  background-color: #000;
  color: #fff;
}

.table6 tr:hover th {
  background-color: #000;
  color: #fff;
}

.table-content {
  padding: 0;
}

ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.table-content li {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0px;
  align-items: flex-start;
  padding: 0px;
  margin: 5px;
  border: 0px solid rgb(254 0 2);
}

.table7 {
  border-collapse: collapse;
  width: 100%;
}

.table7 tr th:nth-child(1) {
  background-color: rgb(2, 78, 231);
  color: #fff;
  font-size: 18px;
}

.table7 tr th:nth-child(2) {
  background-color: rgb(2, 55, 162);
  color: #fff;
  font-size: 18px;
}

.table7 tr th:nth-child(3) {
  background-color: #000;
  color: #fff;
}

.table7 td,
.table7 th {
  text-align: left;
  padding: 8px;
  width: 50px;
}

.table7 tr:nth-child(odd) {
  background-color: #eaeaea;
}

.icond {
  color: #fff;
  border: 2px solid #000000;
  background: #040064;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  padding: 4px 4px
}

.wrapper {
  position: relative;
}

.old_form_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccc5e;
  backdrop-filter: blur(1px);
  display: none;
  z-index: 1;
}

.closer {
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 10%;
  right: 24%;
  cursor: pointer;
}