@charset "UTF-8";
nav.navbar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%), #012C3B;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px;
}
@media all and (max-width: 1199px) {
  nav.navbar {
    padding: 8px 20px;
  }
}
@media all and (max-width: 767px) {
  nav.navbar {
    position: relative;
    background: none;
    box-shadow: inherit;
    border-radius: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

header.hdrArea.navbar_margin {
  margin-top: 63px !important;
}

header.hdrArea {
  position: absolute;
  width: 100%;
  margin-top: 30px !important;
  z-index: 10;
}
@media all and (max-width: 1199px) {
  header.hdrArea {
    margin-top: 10px !important;
  }
}
@media all and (max-width: 767px) {
  header.hdrArea {
    position: relative;
    margin-top: 0px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%), #0B3482;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  }
}
header.hdrArea a.navbar-brand img {
  display: block;
}
@media all and (max-width: 1199px) {
  header.hdrArea a.navbar-brand img {
    height: 34px;
  }
}
@media all and (max-width: 1024px) {
  header.hdrArea a.navbar-brand img {
    height: 30px;
  }
}
@media all and (max-width: 767px) {
  header.hdrArea a.navbar-brand img {
    height: 30px;
  }
}
@media all and (max-width: 900px) and (min-width: 768px) {
  header.hdrArea a.navbar-brand img {
    height: 28px !important;
  }
}

/** **/
@media (min-width: 1370px) {
  header.hdrArea .container {
    max-width: 94% !important;
  }
}
@media (max-width: 767px) {
  header.hdrArea .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

nav .navbar-brand img {
  height: 35px;
  width: 35px;
}

.footer-brand img {
  height: 35px;
  width: 35px;
}

footer.ftrArea {
  background: linear-gradient(180deg, #012C3B 0%, #012C3B 100%);
  min-height: 196px;
  position: relative;
  padding-top: 40px !important;
  font-family: "Inter", sans-serif !important;
}
@media all and (max-width: 767px) {
  footer.ftrArea {
    padding-bottom: 20px !important;
  }
}
footer.ftrArea::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #000066 0%, #002E82 19.35%, #488348 63.06%, #F4B650 100%);
  background-image: linear-gradient(90deg, #000066 0%, #002E82 19.35%, #488348 63.06%, #F4B650 100%);
  top: 0px;
  width: 100%;
  height: 5px;
}
footer.ftrArea .container {
  max-width: 94% !important;
}
@media all and (max-width: 767px) {
  footer.ftrArea .container {
    max-width: 100% !important;
  }
}
footer.ftrArea .ftr_tp {
  display: grid;
  grid-template-columns: 3fr 1fr;
  text-align: left;
  gap: 15px;
  border-bottom: 1px solid #606f8a;
  padding-bottom: 30px !important;
  padding-top: 10px !important;
  margin-bottom: 20px !important;
}
@media all and (max-width: 767px) {
  footer.ftrArea .ftr_tp {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
footer.ftrArea .ftr_tp .ftr_tp_l {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media all and (max-width: 767px) {
  footer.ftrArea .ftr_tp .ftr_tp_l {
    text-align: center !important;
    justify-content: center !important;
    flex-direction: column !important;
  }
}
footer.ftrArea .ftr_tp .ftr_tp_l p {
  margin-top: 0px !important;
  margin-left: 30px !important;
  color: #D0D4DD !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  padding-left: 24px !important;
  width: 290px !important;
  border-left: 1px solid #78849B !important;
  max-width: 100% !important;
  align-items: center;
}
@media all and (max-width: 767px) {
  footer.ftrArea .ftr_tp .ftr_tp_l p {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-left: 0px !important;
    width: 100% !important;
    max-width: 300px !important;
    margin-top: 18px !important;
  }
}
footer.ftrArea .ftr_tp .ftr_tp_r {
  text-align: right;
  margin-left: auto !important;
  margin-right: 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-top: 10px;
}
@media all and (max-width: 767px) {
  footer.ftrArea .ftr_tp .ftr_tp_r {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
  }
}
footer.ftrArea .ftr_bt {
  display: grid;
  grid-template-columns: 3fr 1fr;
  text-align: left;
  gap: 15px;
  padding-bottom: 40px !important;
}
@media all and (max-width: 767px) {
  footer.ftrArea .ftr_bt {
    grid-template-columns: repeat(1, 1fr) !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    padding-top: 15px !important;
  }
}
footer.ftrArea .ftr_bt .ftr_bt_rl {
  text-align: right;
  margin-left: auto !important;
  margin-right: 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media all and (max-width: 767px) {
  footer.ftrArea .ftr_bt .ftr_bt_rl {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
footer.ftrArea .ftr_bt .ftr_bt_rl .active {
  color: rgb(255, 255, 255);
}
footer.ftrArea .ftr_bt .ftr_bt_l p {
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #8F99AE !important;
}
footer.ftrArea ul {
  display: flex;
  gap: 15px;
}
@media all and (max-width: 767px) {
  footer.ftrArea ul {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
footer.ftrArea ul li {
  list-style: none;
  color: rgb(96, 111, 138);
  font-size: 16px;
}
@media all and (max-width: 840px) and (min-width: 768px) {
  footer.ftrArea ul li {
    font-size: 13px !important;
  }
}
footer.ftrArea ul li a {
  color: rgb(208, 212, 221);
  margin-right: 6px !important;
}
footer.ftrArea ul li a:hover {
  color: rgb(255, 255, 255);
}
footer.ftrArea ul li a:hover img {
  opacity: 1;
}
footer.ftrArea p {
  color: rgb(143, 153, 174);
  font-size: 14px;
  margin-top: 20px !important;
}
@media all and (max-width: 767px) {
  footer.ftrArea p {
    text-align: center !important;
  }
}
footer.ftrArea .social_media li img {
  height: 20px;
  opacity: 0.8;
}
footer.ftrArea ul.footer_menu {
  flex-wrap: wrap !important;
}
@media all and (max-width: 767px) {
  footer.ftrArea ul.footer_menu {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
    gap: 9px !important;
  }
}

* html {
  box-sizing: border-box !important;
  margin: 0px !important;
  padding: 0px !important;
}

* body {
  box-sizing: border-box !important;
  margin: 0px !important;
  padding: 0px !important;
}

* {
  box-sizing: border-box !important;
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  width: 100% !important;
  scroll-behavior: smooth;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  box-sizing: border-box !important;
}

img {
  max-width: 100% !important;
  border: 0px !important;
}

a {
  text-decoration: none !important;
  border: 0px !important;
}

.full-width {
  float: left !important;
  width: 100% !important;
}

.secondary-contact {
  float: left !important;
}

.pull-left {
  float: left !important;
}

.text-left {
  text-align: left !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font_italic {
  font-style: italic !important;
}

.info-alert-bg {
  background-color: #f2f6fc !important;
}

.dark-info-alert-bg {
  background-color: #DCE8FF !important;
}

.green-bg {
  color: #006B00 !important;
}

.error-alert-bg {
  background-color: #fff5e3 !important;
}
.error-alert-bg .iab-text {
  color: rgba(0, 9, 26, 0.8) !important;
}

.f_asterik {
  color: #e3322c !important;
  font-size: 15px !important;
}

::-webkit-input-placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}

::-moz-placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}

:-ms-input-placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}

:-moz-placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}

.verify-email-popup textarea {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 16px 16px !important;
  border: 1px solid #d0d4dd;
}

.sign_form_fields input {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px !important;
  border: 1px solid #d0d4dd;
}
.sign_form_fields select {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #d0d4dd;
}
.sign_form_fields textarea {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #d0d4dd;
}

.main_model_popup input {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px !important;
  border: 1px solid #d0d4dd;
}
.main_model_popup select {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #d0d4dd;
}
.main_model_popup textarea {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #d0d4dd;
}

.c-field input {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #d0d4dd;
}
.c-field select {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #d0d4dd;
}
.c-field textarea {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #d0d4dd;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

.btn-outline {
  background: rgb(255, 255, 255) !important;
  border: 1px solid #2e5bad !important;
  color: #2e5bad !important;
}

.btn-green {
  background: #006B00 !important;
}

.btn-spacing {
  margin-right: 10px !important;
  padding: 12px 22px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  text-align: center !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
}

.super-control {
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  line-height: 24px !important;
}

.val_msg_show {
  font-size: 12px !important;
  color: #e3322c;
  font-family: "Inter", sans-serif !important;
  display: block !important;
  position: absolute !important;
  top: 78px !important;
}

.val_msg_hide {
  font-size: 12px !important;
  color: #e3322c;
  font-family: "Inter", sans-serif !important;
  display: none !important;
  position: absolute !important;
  bottom: -2px !important;
}

.upload-icon img {
  cursor: pointer !important;
}

.ui-overlay {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  background: rgba(25, 39, 64, 0.7) !important;
  z-index: 9999 !important;
  left: inherit !important;
  width: 80% !important;
}

.ui-overlay-f {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  background: rgba(25, 39, 64, 0.7) !important;
  z-index: 23 !important;
  left: inherit !important;
  width: 100% !important;
}

.background_ovely {
  background: inherit;
}
@media all and (max-width: 767px) {
  .background_ovely {
    background: #001121 !important;
  }
}

.upload-file {
  min-height: 400px !important;
  float: left !important;
  width: 100% !important;
}
@media all and (max-width: 767px) {
  .upload-file {
    min-height: 85vh !important;
  }
}

.st_block .upload-file {
  min-height: auto !important;
  float: none !important;
}

.tooltip {
  position: relative !important;
  display: inline-block !important;
  float: right !important;
}
.tooltip:hover img.info-img {
  background: rgba(46, 91, 173, 0.2) !important;
}
.tooltip .tooltiptext {
  display: none !important;
  width: 221px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 12px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  border-radius: 8px !important;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
  border: 1px solid #d0d4dd;
  text-align: left !important;
  /* Position the tooltip */
  position: absolute !important;
  z-index: 1 !important;
  right: -12px !important;
  bottom: 28px !important;
}
@media all and (max-width: 576px) {
  .tooltip .tooltiptext {
    width: 275px !important;
    padding: 10px !important;
    bottom: 28px !important;
  }
}
.tooltip img.tooltip-arrow {
  position: absolute !important;
  bottom: -9px !important;
  right: 12px !important;
}
.tooltip:hover .tooltiptext {
  display: block !important;
  z-index: 15 !important;
}
/* THREE11CAP-7435 */
.tooltip:focus .tooltiptext {
  display: block !important;
  z-index: 15 !important;
}
.tooltip img.info-img {
  background: transparent !important;
  border-radius: 100% !important;
  padding: 5px !important;
  width: 42px !important;
}

.popup_right_postion.verify-popup .ui-overlay.full-width {
  width: 100% !important;
}
.popup_right_postion.verify-popup .ui-overlay {
  left: inherit !important;
  width: 90% !important;
}
@media all and (max-width: 767px) {
  .popup_right_postion.verify-popup .ui-overlay {
    left: 0px !important;
    width: 100% !important;
  }
}
.popup_right_postion.verify-popup .unfix_position {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 10% !important;
  transform: translate(-50%) !important;
  top: 0 !important;
  left: 50% !important;
  padding-bottom: 5% !important;
  box-shadow: none !important;
  background: none !important;
}
@media (max-width: 767px) {
  .popup_right_postion.verify-popup .unfix_position {
    margin-top: 25% !important;
    width: 100% !important;
  }
}
.popup_right_postion.verify-popup .main-popup.margin-0 {
  margin-left: 0 !important;
}
.popup_right_postion.verify-popup .main-popup {
  margin-left: 5% !important;
}
@media all and (max-width: 767px) {
  .popup_right_postion.verify-popup .main-popup {
    margin-left: 0px !important;
  }
}

.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1200px !important;
}

.search-bar-form {
  width: 100% !important;
  max-width: 520px !important;
  margin: auto !important;
  margin-bottom: 30px !important;
  position: relative !important;
}
.search-bar-form .search-bar-form .g12 button {
  height: 20px !important;
  width: 18px !important;
  border: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 0% !important;
  top: 12px !important;
  cursor: pointer !important;
  background: none !important;
}
@media all and (max-width: 767px) {
  .search-bar-form {
    width: 90% !important;
  }
}
.search-bar-form .filed_group_bg {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25) !important;
  border-radius: 100px !important;
  border: 0px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  background-color: rgb(252, 252, 252) !important;
  cursor: text !important;
}
.search-bar-form .filed_group_bg .filed_group {
  max-width: 240px;
  background: transparent;
  margin: auto !important;
  display: block;
  width: 100%;
  position: relative;
}
.search-bar-form .filed_group_bg .filed_group .search-bar {
  width: 100% !important;
  height: 46px !important;
  padding-left: 35px !important;
  padding-right: 0px !important;
  border-radius: 100px !important;
  border: 0px !important;
  font-size: 12.8pt !important;
  font-weight: normal !important;
  font-family: "Inter", sans-serif !important;
  background: transparent;
  outline: none !important;
}
.search-bar-form .filed_group_bg button {
  height: 20px !important;
  width: 20px !important;
  border: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 0% !important;
  top: 12px !important;
  cursor: pointer !important;
  background: none !important;
}
@media all and (max-width: 767px) {
  .search-bar-form .filed_group_bg button {
    top: 15px !important;
  }
}
.search-bar-form .g-10-bg {
  box-shadow: none !important;
  border: 1px solid rgb(208, 212, 221) !important;
  background-color: none !important;
}
.search-bar-form p {
  font-size: 10.5pt !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-weight: normal !important;
  font-family: "Inter", sans-serif !important;
  text-align: center !important;
  font-style: italic !important;
  padding-top: 5px !important;
  line-height: 14px !important;
}

/* NAVBAR STYLING STARTS */
/* LOGO */
/* NAVBAR MENU */
/* DROPDOWN MENU */
.navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 20px 40px !important;
  color: rgb(255, 255, 255) !important;
}
@media all and (max-width: 767px) {
  .navbar {
    padding: 18px 5px !important;
  }
}

.nav-links a {
  color: rgb(255, 255, 255) !important;
  display: flex !important;
  vertical-align: middle !important;
  align-items: center !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25) !important;
  font-weight: 600;
}

.menu {
  display: flex;
  gap: 1em !important;
  font-size: 14px !important;
  list-style: none !important;
  list-style-type: none !important;
  font-weight: normal !important;
}
@media all and (max-width: 1079px) and (min-width: 768px) {
  .menu {
    font-size: 13px !important;
    gap: 1em !important;
  }
}
@media all and (max-width: 959px) and (min-width: 768px) {
  .menu {
    gap: 0.5em !important;
  }
}
@media all and (max-width: 879px) and (min-width: 768px) {
  .menu {
    font-size: 11px !important;
  }
}
.menu li {
  list-style: none !important;
  list-style-type: none !important;
  outline: none !important;
  font-family: "Inter", sans-serif !important;
  position: relative !important;
  padding: 0px 12px !important;
  height: 40px !important;
  line-height: 40px !important;
}
@media all and (max-width: 767px) {
  .menu li {
    padding: 20px 12px !important;
    height: inherit !important;
    line-height: 30px !important;
  }
}
.menu li.active {
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
}
@media all and (max-width: 767px) {
  .menu li.active {
    background: none !important;
  }
}
.menu li:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
}
.menu li:hover .menu_dropdown {
  display: block;
}
.menu li .md_icon {
  height: 3px !important;
  width: 7px !important;
  margin-left: 6px !important;
  display: flex !important;
}
@media all and (max-width: 767px) {
  .menu li .md_icon {
    display: none !important;
  }
}
.menu li .md_icon .d_icon {
  margin-left: 0px !important;
  height: 3px !important;
  width: 7px !important;
  margin-right: 0px !important;
}
.menu li img.avatar_ic {
  border: 1px solid #606F8A !important;
  border-radius: 100px !important;
  height: 24px !important;
  width: 24px !important;
  vertical-align: middle !important;
}
@media all and (max-width: 767px) {
  .menu li img.avatar_ic {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media all and (max-width: 767px) {
  .menu li a {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}
.menu li a img {
  height: 16px !important;
  margin-right: 5px !important;
}
@media all and (max-width: 767px) {
  .menu li a img {
    margin-right: 0px !important;
    height: 24px !important;
  }
}
@media all and (max-width: 767px) {
  .menu li a {
    flex-direction: column !important;
  }
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
/*HAMBURGER MENU*/
/* APPLYING MEDIA QUERIES */
.nav-links input[type=checkbox] {
  display: none !important;
}

.hamburger {
  display: none !important;
  font-size: 24px !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

@media (max-width: 767px) {
  .nav-links a {
    font-size: 16px !important;
  }
  .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    position: absolute !important;
    background: #0B3482 !important;
    right: 0 !important;
    left: 0 !important;
    padding: 20px !important;
    top: 68px !important;
  }
  .hamburger {
    display: block !important;
  }
}
.announcement_bar {
  display: flex !important;
  position: relative !important;
  flex-direction: row !important;
  align-items: center !important;
  background-color: #F4B650 !important;
  background-image: linear-gradient(180deg, #F09400 0%, #FFBB4D 80.59%, #FFC568 96.21%) !important;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25) !important;
  height: auto !important;
  padding: 0px 10px !important;
  justify-content: center !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.announcement_bar::after {
  content: "" !important;
  position: absolute !important;
  right: 40px !important;
  height: 30px !important;
  width: 1px !important;
  border-left: 1px solid rgba(25, 39, 64, 0.08) !important;
}
@media all and (max-width: 767px) {
  .announcement_bar {
    flex-wrap: wrap !important;
    display: inline-block !important;
    vertical-align: middle !important;
    height: auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  .announcement_bar::after {
    display: none !important;
  }
}
.announcement_bar span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  max-height: 30px !important;
  text-overflow: ellipsis !important;
  word-wrap: break-word !important;
  width: calc(100% - 172px) !important;
  padding-top: 10px !important;
  padding-bottom: 22px !important;
  line-height: 1 !important;
}
@media all and (max-width: 767px) {
  .announcement_bar span {
    -webkit-line-clamp: inherit !important;
    line-clamp: inherit !important;
    max-height: inherit !important;
    width: inherit !important;
    display: inline !important;
  }
}
.announcement_bar .close-icon {
  position: absolute !important;
  right: 8px !important;
  cursor: pointer !important;
}
@media all and (max-width: 767px) {
  .announcement_bar .close-icon {
    display: block !important;
    top: 15px !important;
    height: 13px !important;
    width: 13px !important;
  }
}
.announcement_bar img {
  margin-right: 5px !important;
  vertical-align: middle !important;
  vertical-align: 2px !important;
  width: 12px !important;
  height: 12px !important;
}
.announcement_bar a {
  white-space: nowrap;
  margin-left: 10px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  border-bottom: 1px solid rgba(0, 9, 26, 0.87) !important;
  margin-right: 40px !important;
}
@media all and (max-width: 767px) {
  .announcement_bar .see-desktop {
    display: none !important;
  }
}

.banner {
  position: relative !important;
  width: 100% !important;
  display: block !important;
}
.banner .seal_img {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  display: flex !important;
  justify-content: center !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  width: 127px !important;
  height: 127px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  line-height: 130px;
}
@media (max-width: 3840px) {
  .banner .seal_img {
    bottom: 131px !important;
  }
}
@media (max-width: 3640px) {
  .banner .seal_img {
    bottom: 121px !important;
  }
}
@media (max-width: 3440px) {
  .banner .seal_img {
    bottom: 111px !important;
  }
}
@media (max-width: 2600px) {
  .banner .seal_img {
    bottom: 69px !important;
  }
}
@media (max-width: 2560px) {
  .banner .seal_img {
    bottom: 69px !important;
  }
}
@media (max-width: 2260px) {
  .banner .seal_img {
    bottom: 56px !important;
  }
}
@media (max-width: 2000px) {
  .banner .seal_img {
    bottom: 41px !important;
  }
}
@media (max-width: 1920px) {
  .banner .seal_img {
    bottom: 38px !important;
  }
}
@media (max-width: 1800px) {
  .banner .seal_img {
    bottom: 32px !important;
  }
}
@media (max-width: 1700px) {
  .banner .seal_img {
    bottom: 28px !important;
  }
}
@media (max-width: 1600px) {
  .banner .seal_img {
    bottom: 22px !important;
  }
}
@media (max-width: 1536px) {
  .banner .seal_img {
    bottom: 20px !important;
  }
}
@media (max-width: 1500px) {
  .banner .seal_img {
    bottom: 20px !important;
  }
}
@media (max-width: 1440px) {
  .banner .seal_img {
    bottom: 14px !important;
  }
}
@media (max-width: 1380px) {
  .banner .seal_img {
    bottom: 12px !important;
  }
}
@media (max-width: 1366px) {
  .banner .seal_img {
    bottom: 12px !important;
  }
}
@media (max-width: 1280px) {
  .banner .seal_img {
    bottom: 7px !important;
  }
}
@media (max-width: 1024px) {
  .banner .seal_img {
    bottom: 13px !important;
    line-height: 94px;
    width: 90px !important;
    height: 90px !important;
    font-size: 30px !important;
  }
}
@media all and (max-width: 992px) {
  .banner .seal_img {
    bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .banner .seal_img {
    bottom: 5px !important;
  }
}
@media all and (max-width: 767px) {
  .banner .seal_img {
    width: 90px !important;
    height: 90px !important;
    font-size: 30px !important;
    bottom: -12px !important;
  }
}
@media all and (max-width: 399px) {
  .banner .seal_img {
    bottom: -17px !important;
  }
}
@media all and (max-width: 480px) {
  .banner .seal_img {
    bottom: -13px !important;
  }
}
.banner .seal_img .seal3 {
  position: absolute;
  font-size: 26px;
}

.home_submit_services .container {
  max-width: 700px !important;
}
@media all and (min-width: 1370px) {
  .home_submit_services .container {
    max-width: 70% !important;
  }
}
@media all and (max-width: 767px) {
  .home_submit_services .container {
    max-width: 100% !important;
    padding: 0px !important;
  }
}
.home_submit_services .container .title_row {
  text-align: center !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .title_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.home_submit_services .container .title_row h1 {
  font-size: 48px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 10px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .title_row h1 {
    font-size: 32px !important;
    margin-top: 25px !important;
  }
}
.home_submit_services .container .title_row p {
  color: rgba(0, 9, 26, 0.6) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 24px !important;
  max-width: 580px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .title_row p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.home_submit_services .container .suggest_row {
  padding-top: 40px !important;
}
.home_submit_services .container .suggest_row p.sub_heading {
  text-align: center !important;
  position: relative !important;
  color: #e3322c !important;
  text-transform: uppercase !important;
  margin-bottom: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  font-weight: normal !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .suggest_row p.sub_heading {
    font-size: 14px !important;
  }
}
.home_submit_services .container .suggest_row p.sub_heading::before {
  content: "" !important;
  height: 2px !important;
  width: 50% !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  background: linear-gradient(270deg, #e3322c 0%, rgba(227, 50, 44, 0) 100%) !important;
  background-image: linear-gradient(270deg, #e3322c 0%, rgba(227, 50, 44, 0) 100%) !important;
}
.home_submit_services .container .suggest_row p.sub_heading::after {
  content: "" !important;
  height: 2px !important;
  width: 50% !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  background: linear-gradient(270deg, #e3322c 0%, rgba(227, 50, 44, 0) 100%) !important;
  transform: rotate(180deg) !important;
  background-image: linear-gradient(270deg, #e3322c 0%, rgba(227, 50, 44, 0) 100%) !important;
  transform: rotate(180deg) !important;
}
.home_submit_services .container .suggest_row p.sub_heading span {
  position: relative !important;
  background: rgb(255, 255, 255) !important;
  width: -moz-max-content !important;
  width: max-content !important;
  z-index: 2 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.home_submit_services .container .suggest_row .col3_row.history-pos ul.suggest, .home_submit_services .container .suggest_row .col3_row.history-pos ul.suggest--ulmb {
  row-gap: 0px !important;
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}
.home_submit_services .container .suggest_row .col3_row.history-pos ul.suggest li, .home_submit_services .container .suggest_row .col3_row.history-pos ul.suggest--ulmb li {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.home_submit_services .container .suggest_row .col3_row ul.suggest, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  text-align: left !important;
  gap: 15px !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .suggest_row .col3_row ul.suggest, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb {
    gap: 5px !important;
  }
}
.home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb {
  gap: 10px 80px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb {
    max-width: 100% !important;
    width: 100% !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
  }
}
@media all and (max-width: 767px) {
  .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb a {
    width: 100% !important;
    flex-direction: column !important;
    background: rgb(252, 252, 252) !important;
    padding: 1.4rem 1px !important;
  }
}
@media all and (max-width: 767px) {
  .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb a img {
    width: auto !important;
    margin-right: 0 !important;
    height: 28px !important;
    margin-bottom: 12px !important;
  }
}
.home_submit_services .container .suggest_row .col3_row ul.suggest li, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  list-style: none !important;
  display: flex !important;
  text-align: left !important;
  align-items: center !important;
  font-family: "Inter", sans-serif !important;
}
.home_submit_services .container .suggest_row .col3_row ul.suggest li a.sr_active, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a.sr_active, .home_submit_services .container .suggest_row .col3_row ul.suggest li a.active, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a.active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.18) !important;
  transform: translateY(3px);
  padding: 4px 6px !important;
}
.home_submit_services .container .suggest_row .col3_row ul.suggest li a, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a {
  color: rgba(0, 9, 26, 0.87) !important;
  display: flex !important;
  text-align: left !important;
  align-items: center !important;
  padding: 4px 4px !important;
  width: 100% !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .suggest_row .col3_row ul.suggest li a, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a {
    padding: 1.4rem 1px !important;
  }
}
.home_submit_services .container .suggest_row .col3_row ul.suggest li a img, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a img {
  width: 25px !important;
  height: 25px !important;
  margin-right: 10px !important;
}
.home_submit_services .container .suggest_row .col3_row ul.suggest li a:hover, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14) !important;
  border-radius: 8px !important;
}
.home_submit_services .container .all_request p.sub_heading {
  color: #e3322c !important;
}
.home_submit_services .container .all_request p.sub_heading::before {
  background: linear-gradient(90deg, rgba(227,50,44, 0) 0%, rgba(227,50,44, 0.5) 100.18%) !important;
  background-image: linear-gradient(90deg, rgba(227,50,44, 0) 0%, rgba(227,50,44, 0.5) 100.18%) !important;
}
.home_submit_services .container .all_request p.sub_heading::after {
  background: linear-gradient(90deg, rgba(227,50,44, 0.5) 0%, rgba(227,50,44, 0) 100.18%) !important;
  background-image: linear-gradient(90deg, rgba(227,50,44, 0.5) 0%, rgba(227,50,44, 0) 100.18%) !important;
  transform: inherit !important;
}
.home_submit_services .container .all_request .col2_row ul.suggest, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .all_request .col2_row ul.suggest, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.home_submit_services .container .all_request .col2_row ul.suggest li, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb li, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb li {
  font-size: 17px !important;
  font-family: "Inter", sans-serif !important;
}
.home_submit_services .container .all_request .col2_row ul.suggest li a, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb li a, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb li a {
  color: rgba(0, 9, 26, 0.87) !important;
  border: 1px solid rgb(255, 255, 255) !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14) !important;
  border-radius: 8px !important;
  background: rgb(252, 252, 252) !important;
  padding: 12px 21px 12px 18px !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .all_request .col2_row ul.suggest li a, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb li a, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb li a {
    border-radius: 0px !important;
    box-shadow: inherit !important;
    padding: 28px 20px !important;
  }
}
.home_submit_services .container .all_request .col2_row ul.suggest li a img, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb li a img, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb li a img {
  width: 48px !important;
  height: 48px !important;
}
.home_submit_services .container .all_request .col2_row ul.suggest li a:hover, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb li a:hover, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb li a:hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgb(116, 131, 183) 0%, rgba(0, 0, 0, 0.17) 100%), #5355ee border-box !important;
  border: 1px solid transparent !important;
}
.home_submit_services .container .all_request .col2_row ul.suggest li .gradient_act, .home_submit_services .container .all_request .col2_row .suggest_row .col3_row ul.suggest--ulmb li .gradient_act, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row ul.suggest--ulmb li .gradient_act {
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgb(116, 131, 183) 0%, rgba(0, 0, 0, 0.17) 100%), #5355ee border-box !important;
  border: 1px solid transparent !important;
  transform: translateY(2px);
}
.home_submit_services .container .all_request .col2_row .select_services, .home_submit_services .container .all_request .col2_row .select_services--request {
  background: linear-gradient(180deg, #fcfcfc 0%, #fafafa 100%) !important;
  background-image: linear-gradient(180deg, #fcfcfc 0%, #fafafa 100%) !important;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.07) !important;
  border-radius: 8px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: 94% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-column-end: 3;
  grid-column-start: 1;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .all_request .col2_row .select_services, .home_submit_services .container .all_request .col2_row .select_services--request {
    grid-column-end: 1 !important;
    max-width: 100% !important;
  }
}
.home_submit_services .container .all_request .col2_row .select_services--request {
  box-shadow: none !important;
  background: none !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .all_request .col2_row .select_services, .home_submit_services .container .all_request .col2_row .select_services--request {
    max-width: 100% !important;
    border-radius: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    max-width: 94% !important;
  }
}
.home_submit_services .container .all_request .col2_row .select_services .select_services_inner, .home_submit_services .container .all_request .col2_row .select_services--request .select_services_inner {
  padding: 16px 24px 26px !important;
}
.home_submit_services .container .all_request .col2_row .select_services p.left_text_mb, .home_submit_services .container .all_request .col2_row .select_services--request p.left_text_mb {
  text-align: center !important;
  color: rgba(0, 9, 26, 0.6) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 15px !important;
}
.home_submit_services .container .all_request .col2_row .select_services p.left_text17, .home_submit_services .container .all_request .col2_row .select_services--request p.left_text17 {
  font-size: 17px !important;
}
.home_submit_services .container .all_request .col2_row .select_services ul.suggest li, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li {
  font-size: 14px !important;
}
.home_submit_services .container .all_request .col2_row .select_services ul.suggest li a, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li a, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li a, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li a, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li a, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li a {
  color: rgba(0, 9, 26, 0.8) !important;
  border: 0px !important;
  box-shadow: inherit !important;
  border-radius: 0px !important;
  background: none !important;
  padding: 5px 21px 5px 10px !important;
  line-height: 17px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .all_request .col2_row .select_services ul.suggest li a, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li a, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li a, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li a, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li a, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li a {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.home_submit_services .container .all_request .col2_row .select_services ul.suggest li a img, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li a img, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li a img, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li a img, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li a img, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li a img {
  width: 25px !important;
  height: 25px !important;
}
.home_submit_services .container .all_request .col2_row .select_services ul.suggest li a:hover, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li a:hover, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li a:hover, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li a:hover, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li a:hover, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li a:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14) !important;
  border-radius: 8px !important;
}
.home_submit_services .container .all_request .col2_row .select_services ul.suggest li a.sr_active, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li a.sr_active, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li a.sr_active, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li a.sr_active, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li a.sr_active, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li a.sr_active, .home_submit_services .container .all_request .col2_row .select_services ul.suggest li a.active, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li a.active, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li a.active, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li a.active, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li a.active, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li a.active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.18) !important;
  transform: translateY(3px);
  padding: 4px 6px !important;
  border-radius: 8px !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .left_text_mb {
    text-align: left !important;
  }
}

.how_it_work {
  background: linear-gradient(180deg, #edeff2 0%, rgba(237, 239, 242, 0.24) 100%) !important;
  text-align: center !important;
  padding: 40px 0px !important;
  margin-top: 40px !important;
}
.how_it_work h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #e3322c 0%, #e3322c 19.35%, #e3322c 63.06%, #e3322c 100%) !important;
  background-image: linear-gradient(90deg, #e3322c 0%, #e3322c 19.35%, #e3322c 63.06%, #e3322c 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.how_it_work .how_work_row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  margin-top: 40px !important;
}
@media all and (max-width: 767px) {
  .how_it_work .how_work_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.how_it_work .how_work_row .work_coml {
  margin-bottom: 20px !important;
}
@media all and (max-width: 767px) {
  .how_it_work .how_work_row .work_coml {
    margin-bottom: 20px !important;
  }
}
.how_it_work .how_work_row .work_coml .step_t {
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: #0D41A0 !important;
  text-transform: uppercase !important;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 20px !important;
}
.how_it_work .how_work_row .work_coml .circle_div {
  width: 125px !important;
  height: 125px !important;
  background: linear-gradient(180deg, #e6e6eb 0%, #f5f5fa 100%) !important;
  background-image: linear-gradient(180deg, #e6e6eb 0%, #f5f5fa 100%) !important;
  border-radius: 100px !important;
  margin: auto !important;
}
.how_it_work .how_work_row .work_coml .head-title {
  color: #000000 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  margin-top: 18px !important;
  line-height: 30px !important;
}
.how_it_work .how_work_row .work_coml p {
  font-family: "Inter", sans-serif !important;
  color: rgb(102, 102, 102) !important;
  font-size: 17px !important;
  line-height: 24px !important;
  margin-top: 8px !important;
}

.recent_services {
  padding: 70px 0px !important;
}
.recent_services .rc_Coml_T {
  display: flex !important;
  justify-content: flex-start !important;
  justify-content: space-between !important;
  padding: 0px !important;
  flex-wrap: wrap !important;
}
.recent_services h2 {
  text-align: center !important;
  color: #000000 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  font-family: "Inter", sans-serif !important;
  line-height: 34px !important;
}
@media all and (max-width: 767px) {
  .recent_services h2 {
    font-size: 24px !important;
  }
}
.recent_services .recent_services_row c-web-card-container-new div {
  height: 100% !important;
}
.recent_services .recent_services_row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 25px !important;
  margin-top: 44px !important;
}
@media all and (max-width: 1023px) {
  .recent_services .recent_services_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media all and (max-width: 767px) {
  .recent_services .recent_services_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.recent_services .recent_services_row .recent_services_coml {
  display: flex !important;
  justify-content: flex-start !important;
  justify-content: space-between !important;
  background: linear-gradient(180deg, #fdfdfd 0%, #fafafa 100%) !important;
  background-image: linear-gradient(180deg, #fdfdfd 0%, #fafafa 100%) !important;
  border: 2px solid rgb(255, 255, 255) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17) !important;
  border-radius: 7px !important;
  padding: 10px !important;
  flex-wrap: wrap !important;
  position: relative !important;
  font-family: "Inter", sans-serif !important;
  min-height: 120px !important;
  cursor: pointer !important;
}
@media all and (max-width: 767px) {
  .recent_services .recent_services_row .recent_services_coml {
    justify-content: flex-start !important;
  }
}
.recent_services .recent_services_row .recent_services_coml .recent_services_img {
  width: 80px !important;
}
.recent_services .recent_services_row .recent_services_coml .recent_services_img img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 4px;
}
.recent_services .recent_services_row .recent_services_coml .upcoming_img {
  position: absolute !important;
  height: 15px !important;
  width: 8px !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.recent_services .recent_services_row .recent_services_coml .recent_services_text {
  color: #000000 !important;
  box-sizing: border-box !important;
  width: calc(100% - 90px) !important;
}
.recent_services .recent_services_row .recent_services_coml p {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}
.recent_services .recent_services_row .recent_services_coml p strong {
  font-weight: 600 !important;
}
.recent_services .recent_services_row .recent_services_coml p em {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.recent_services .recent_services_row .recent_services_coml p.head-title {
  margin-top: 6px !important;
  margin-bottom: 4px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  line-height: 20px !important;
}
@media all and (max-width: 575px) {
  .recent_services .recent_services_row .recent_services_coml p.head-title {
    font-size: 14px !important;
  }
}
.recent_services .recent_services_row .recent_services_coml p.sub-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding-bottom: 5px !important;
  font-size: 13px !important;
  line-height: 16px !important;
}
.recent_services .see_all {
  color: #006B00 !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  background: linear-gradient(90deg, rgba(0, 107, 0, 0) 0%, rgba(0, 107, 0, 0.12) 50%, rgba(0, 107, 0, 0) 100%) !important;
  background-image: linear-gradient(90deg, rgba(0, 107, 0, 0) 0%, rgba(0, 107, 0, 0.12) 50%, rgba(0, 107, 0, 0) 100%) !important;
  border-radius: 10px !important;
  max-width: 620px !important;
  padding: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50px !important;
  font-size: 18px !important;
  font-family: "Inter", sans-serif !important;
  line-height: 22px !important;
}
.recent_services .see_all .see_all_link {
  color: #006B00 !important;
  text-decoration: none !important;
  border-bottom: 2px solid #006B00 !important;
}

p.required-message {
  color: #e3322c !important;
  margin-top: 3px !important;
  font-weight: 600 !important;
}

.search-bar-form p.required-message {
  color: #e3322c !important;
  margin-top: 3px !important;
  font-weight: 600 !important;
}
.search-bar-form .req-text-format {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

.g-search .recent_services c-web-card-container-new div {
  height: inherit !important;
}
.g-search .recent_services .recent_services_row {
  grid-template-columns: repeat(1, 1fr) !important;
}
.g-search .recent_services .recent_services_row .recent_services_coml {
  margin-bottom: 20px !important;
}
.g-search .g-11 .filed_group_bg {
  box-shadow: none !important;
}
.g-search .g-11 .filed_group_bg .filed_group {
  max-width: 100% !important;
  background: transparent !important;
  margin: auto !important;
  display: block !important;
  width: 100% !important;
  position: relative !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16) !important;
  border-radius: 22px !important;
}
.g-search .g-11 .filed_group_bg .filed_group .searchsubmit {
  left: 3% !important;
  top: 11px !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-srch {
  /* border-top: 1px solid rgb(255, 255, 255) !important; THREE11CAP-7640 */
  border-radius: 22px 22px 22px 22px !important;
  padding-left: 50px !important;
  padding-right: 45px !important;
  background: rgb(255, 255, 255) !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-srch.error-border {
  border: 1.5px solid #e3322c !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-11-options {
  border-top: 1px solid #edeff2 !important;
  background: rgb(255, 255, 255) !important;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.16) !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 45px !important;
  z-index: 1 !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-11-options .another {
  display: flex !important;
  width: 95% !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-11-options .recents {
  float: left !important;
  width: 90% !important;
  color: rgba(0, 9, 26, 0.8) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 0px 10px 20px !important;
  text-align: left !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-11-right {
  color: #2e5bad !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 0px 10px 30px !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-11-dropdown {
  margin-top: 5px !important;
  padding-bottom: 5px !important;
}
.g-search .g-11 .filed_group_bg .filed_group li {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  background-size: auto !important;
  list-style: none !important;
  padding-left: 20px !important;
  margin-bottom: 15px !important;
}
.g-search .g-11 .filed_group_bg .filed_group li img {
  width: 25px !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
}
.g-search .g-11 .filed_group_bg .filed_group .cross-sign {
  position: absolute !important;
  top: 17px !important;
  right: 20px !important;
}
.g-search .g-11 .filed_group_bg .blank::after {
  display: none !important;
}
.g-search .g-12 .filed_group_bg {
  box-shadow: none !important;
}
.g-search .g-12 .filed_group_bg .filed_group {
  max-width: 100% !important;
  background: transparent !important;
  margin: auto !important;
  display: block !important;
  width: 100% !important;
  position: relative !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16) !important;
  border-radius: 22px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.g-search .g-12 .filed_group_bg .filed_group .cross_btn img {
  position: absolute !important;
  right: 20px !important;
  top: 16px !important;
  width: 15px !important;
  height: 15px !important;
  z-index: 1 !important;
  cursor: pointer !important;
}
.g-search .g-12 .filed_group_bg .filed_group .searchsubmit {
  left: 24px !important;
  top: 14px !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-srch {
  /* border-top: 1px solid rgb(255, 255, 255) !important; THREE11CAP-7640 */
  border-radius: 22px 22px 0px 0px !important;
  padding-left: 50px !important;
  position: relative !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-12-options {
  border-top: 1px solid #edeff2 !important;
  background: rgb(255, 255, 255) !important;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.16) !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 45px !important;
  z-index: 1 !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-12-options .another {
  display: flex !important;
  width: 95% !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-12-options h5 {
  float: left !important;
  width: 90% !important;
  color: rgba(0, 9, 26, 0.8) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 0px 10px 20px !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-12-right {
  color: #2e5bad !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 0px 10px 30px !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-12-dropdown {
  margin-top: 20px !important;
  padding-bottom: 5px !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-12-dropdown .his-g-12 {
  width: 22px !important;
  display: inline-block !important;
  text-align: right !important;
  margin-right: 10px !important;
  color: #006B00 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
.g-search .g-12 .filed_group_bg .filed_group .g-12-dropdown .three-span {
  font-weight: 400 !important;
}
.g-search .g-12 .filed_group_bg .filed_group li {
  background-repeat: no-repeat !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  background-size: auto !important;
  list-style: none !important;
  margin-bottom: 20px !important;
  margin-left: 17px !important;
  cursor: pointer !important;
}
.g-search .g-20 .recent_services_coml .recent_services_text {
  /* width: calc(100% - 85px) !important; THREE11CAP-7643 */
  width: 570px !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .recent_services_coml .recent_services_text {
    width: 100% !important;
  }
}
.g-search .g-20 .trash-result {
  width: 100% !important;
  margin: auto !important;
  display: flex !important;
}
.g-search .g-20 .trash-result ul {
  display: flex !important;
  list-style: none !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .trash-result ul {
    display: none !important;
  }
}
.g-search .g-20 .trash-result li {
  color: #2e5bad !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  cursor: pointer !important;
}
.g-search .g-20 .trash-result li img {
  padding-right: 10px !important;
}
.g-search .g-20 .trash-result .result {
  width: 72% !important;
  text-align: right !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .trash-result .result {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    padding: 20px !important;
    background: #fcfcfc !important;
  }
}
.g-search .g-20 .final-result {
  width: 100% !important;
  margin: auto !important;
  margin-top: 50px !important;
}
.g-search .g-20 .final-result .other-result {
  display: flex !important;
  gap: 20px !important;
  border: 1px solid rgb(255, 255, 255) !important;
  box-shadow: 0px 2px 3px rgba(0, 3, 6, 0.09) !important;
  border-radius: 8px !important;
  background: #fcfcfc !important;
  padding: 20px 16px !important;
  margin-bottom: 10px !important;
  font-family: "Inter", sans-serif !important;
  cursor: pointer !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .final-result .other-result {
    gap: 10px !important;
    flex-direction: column;
    position: relative;
    background: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
    box-shadow: inherit !important;
    border-top: 1px solid #edeff2 !important;
    border-bottom: 1px solid #edeff2 !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .final-result .other-result img {
    width: 22px;
  }
}
.g-search .g-20 .final-result .other-result .other-hp {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(51, 51, 51, 0.7) !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .final-result .other-result .other-hp {
    top: 22px;
    position: absolute;
    left: 50px;
  }
}
.g-search .g-20 .final-result .other-result p.Environment-h4 {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 5px !important;
  font-family: "Inter", sans-serif !important;
}
.g-search .g-20 .final-result .other-result p.caused {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  font-family: "Inter", sans-serif !important;
}
.g-search .g-20 .bottom-result {
  width: 100% !important;
  margin: auto !important;
  display: flex !important;
  margin-top: 40px !important;
  margin-bottom: 80px !important;
}
.g-search .g-20 .bottom-result img {
  margin-right: 15px !important;
}
.g-search .g-20 .bottom-result ul {
  display: flex !important;
  list-style: none !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .bottom-result ul {
    display: none !important;
  }
}
.g-search .g-20 .bottom-result li {
  color: #2e5bad !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
}
.g-search .g-20 .bottom-result .result {
  text-align: end !important;
  width: 100% !important;
  color: rgb(255, 255, 255) !important;
  align-items: center !important;
  padding: 12px 22px !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  border-radius: 8px !important;
  background-color: #2e5bad !important;
}
.g-search .g-20 .bottom-result .re-btn {
  margin-right: 0 !important;
  margin-left: auto !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .bottom-result .re-btn {
    margin-right: auto !important;
  }
}
.g-search .g-20 .bottom-result .result {
  text-align: end !important;
  width: 100% !important;
  background-color: #2e5bad !important;
  padding: 12px 22px !important;
  border-radius: 8px !important;
  font-family: "Inter", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20_mobile {
    background: #fcfcfc !important;
  }
}
@media screen and (max-width: 767px) {
  .g-search .g-20_mobile .final-result {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .g-search .g-20_mobile .bottom-result {
    margin-bottom: 0px !important;
    padding-bottom: 70px !important;
  }
}
.g-search .search-bar-form.g-rounded .filed_group_bg .filed_group {
  border-radius: 100px !important;
  box-shadow: none !important;
  outline: 1px solid rgb(208, 212, 221) !important;
}
.g-search .search-bar-form.g-rounded .filed_group_bg .filed_group .g-srch {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25) !important;
  border-radius: 100px !important;
  /* border: 0px !important; THREE11CAP-7640 */
  color: rgba(0, 9, 26, 0.7) !important;
  background-color: rgb(252, 252, 252) !important;
  cursor: text !important;
}
.g-search .search-bar-form.g-rounded .filed_group_bg .filed_group .border-none {
  border: none !important;
}
.g-search .search-bar-form.g-rounded .bg-color-free {
  background: none !important;
}
.g-search .search-bar-form.g-rounded .bg-color-free .filed_group {
  border: none !important;
  outline: none !important;
}
.g-search .search-bar-form .filed_group_bg .filed_group .g-srch {
  border-radius: 22px !important;
  border-radius: 100px !important;
  height: 46px !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 22px 22px 0px 0px !important;
  padding-left: 50px !important;
  position: relative !important;
}

.overlay {
  position: fixed !important;
  width: 100%;
}
.overlay::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(25, 39, 64, 0.7) !important;
  z-index: 9999;
}

.animal-R-30 {
  width: 466px !important;
}
@media screen and (max-width: 767px) {
  .animal-R-30 {
    width: 100% !important;
  }
}
.animal-R-30 .main {
  width: 466px !important;
  background: rgb(255, 255, 255) !important;
  position: fixed !important;
  bottom: 0 !important;
  top: 0 !important;
  right: 0 !important;
  overflow-y: scroll !important;
  z-index: 15 !important;
}
.animal-R-30 .main .center-sub {
  text-align: center !important;
  margin-top: -50px !important;
  padding: 7px !important;
  position: relative !important;
}
@media screen and (max-width: 767px) {
  .animal-R-30 .main .center-sub {
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .animal-R-30 .main {
    width: 100% !important;
  }
}
.animal-R-30 .main .center-animal {
  text-align: center !important;
  background: linear-gradient(180deg, #475061 0%, #546078 100%) !important;
  padding: 40px 0px !important;
}
.animal-R-30 .main .center-animal img.close {
  float: right !important;
  width: 50px !important;
  height: 40px !important;
  margin-top: 0 !important;
  padding-right: 10px !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}
@media screen and (max-width: 767px) {
  .animal-R-30 .main .center-animal img.close {
    z-index: 1 !important;
    height: 30px !important;
    right: 0 !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  .animal-R-30 .main .center-animal .mobile-image {
    vertical-align: top !important;
    display: block !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
}
.animal-R-30 .main .center-animal.SRImgShow {
  padding: 0px 0px !important;
}
.animal-R-30 .main .animal-title {
  width: 100% !important;
  float: left !important;
  background: rgb(255, 255, 255) !important;
}
.animal-R-30 .main .animal-title .h4-head {
  margin-top: 30px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 36px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media screen and (max-width: 767px) {
  .animal-R-30 .main .animal-title .h4-head {
    margin-top: 70px !important;
  }
}
.animal-R-30 .main .animal-content {
  margin-top: 28px !important;
}
.animal-R-30 .main .animal-content p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  padding: 0 25px !important;
  overflow-wrap: break-word !important;
}
.animal-R-30 .main .call-service {
  width: 100% !important;
  padding-top: 31px !important;
  background-color: rgb(255, 255, 255) !important;
  float: left !important;
}
.animal-R-30 .main .call-service .call-help {
  width: 40% !important;
  float: left !important;
  text-align: end !important;
}
@media screen and (max-width: 767px) {
  .animal-R-30 .main .call-service .call-help {
    width: 35% !important;
  }
}
.animal-R-30 .main .call-service .call-help img {
  margin-right: 22px !important;
  width: 41px !important;
  height: 45px !important;
}
.animal-R-30 .main .call-service .details {
  width: 100% !important;
  float: left !important;
  margin-top: 23px !important;
}
.animal-R-30 .main .call-service .details a {
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.animal-R-30 .main .call-service .details p {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  padding-top: 5px !important;
}
.animal-R-30 .main .call-service .service-btn {
  width: 100% !important;
  float: left !important;
  text-align: center !important;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}
.animal-R-30 .main .call-service .service-btn .sub-btn {
  color: rgb(255, 255, 255) !important;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 15px 25px !important;
  background: #2e5bad !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  border: none !important;
  margin: auto !important;
}
.animal-R-30 .animate-panel {
  width: 80% !important;
}

.contact-wrapper {
  max-width: 700px !important;
  float: left !important;
  font-family: "Inter", sans-serif !important;
}
.contact-wrapper .main {
  width: 90% !important;
  float: left !important;
  border: 1px solid #d0d4dd !important;
  overflow-y: auto !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .main {
    width: 100% !important;
  }
}
.contact-wrapper .contact-main {
  width: 100% !important;
  float: left !important;
}
.contact-wrapper .contact-main .contact-inner {
  width: 100% !important;
  float: left !important;
  padding-bottom: 14px !important;
  padding-top: 14px !important;
  background: linear-gradient(180deg, rgb(71, 80, 97) 0%, rgb(84, 96, 120) 100%) !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-inner {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
  }
}
.contact-wrapper .contact-main .contact-step {
  padding-left: 14px !important;
  float: left !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-step img {
    width: 40px !important;
    height: 40px !important;
  }
}
.contact-wrapper .contact-main .contact-step .steps {
  padding-bottom: 4px !important;
  color: #d0d4dd !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-step .steps {
    float: right !important;
    font-size: 12px !important;
    margin-top: 13px !important;
    margin-left: 5px !important;
  }
}
.contact-wrapper .contact-main .contact-step .steps b {
  color: rgb(255, 255, 255);
}
.contact-wrapper .contact-main .contact-step .contact-heading {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 36px !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) !important;
  color: rgb(255, 255, 255) !important;
}
.contact-wrapper .contact-main .contact-step .contact-heading span.contact-optional {
  font-weight: 300 !important;
  font-size: 27px !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-step .contact-heading span.contact-optional {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-step .contact-heading {
    float: left !important;
    font-size: 21px !important;
    line-height: 27px !important;
    padding-top: 4.5px !important;
    padding-bottom: 4.5px !important;
  }
}
.contact-wrapper .contact-main .contact-step .contact-title {
  padding-left: 16px !important;
  padding-top: 3px !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-step .contact-title {
    padding-left: 8px !important;
    padding-top: 2px !important;
  }
}
.contact-wrapper .contact-main .contact-cross {
  float: right !important;
  padding-right: 8px !important;
}
.contact-wrapper .contact-main .contact-cross img {
  cursor: pointer !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-cross img {
    width: 28px !important;
    height: 28px !important;
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-cross {
    padding-right: 12px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single {
  padding: 0px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single {
    width: 100% !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form {
  position: relative !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form {
    display: flex !important;
    flex-direction: column !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .map-70-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .map-70-image img {
    min-height: 375px !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .map-70-image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .map-70-image img.quick_selection {
  display: none !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .map-70-image img.quick_selection {
    display: block !important;
    padding-top: 5px !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .map-70-image img.map_tick {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .map-70-image img.services_icon {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .map-70-image {
    order: 2 !important;
    height: 400px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.height-auto {
  height: auto !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer {
  box-shadow: 0px -10px 24px rgba(0, 0, 0, 0.3) !important;
  background: rgb(255, 255, 255) !important;
  width: 35% !important;
  position: absolute !important;
  top: 0% !important;
  height: 100% !important;
  left: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  z-index: 14 !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer {
    order: 1;
    width: 100% !important;
    position: initial !important;
    height: auto !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position {
  overflow-y: auto !important;
}
@media (min-width: 768px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position {
    height: calc(100% - 100px) !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .loc-search-single {
  padding: 24px 20px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .loc-search-single {
    padding: 16px 16px !important;
    border: none !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .loc-search-single.r-80-mob {
    padding: 0px !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position {
    position: absolute !important;
    display: block !important;
    bottom: 30px !important;
    background: white !important;
    width: 100% !important;
    overflow-y: auto !important;
    height: 150px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single {
  padding: 24px 20px 0px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single {
    padding: 16px 16px 2px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field label {
  color: rgba(0, 9, 26, 0.7) !important;
  font-weight: 400 !important;
  line-height: 14px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field label {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 12px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field label.boldTex {
  font-weight: 700 !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .red {
  color: #e3322c !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .red label {
  color: #e3322c !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .red a {
  color: #e3322c !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .red span {
  color: #e3322c !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .text-500b {
  color: rgba(0, 9, 26, 0.87) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field input {
  margin-bottom: 24px !important;
  font-family: "Inter", sans-serif !important;
  padding: 13px 16px 13px 40px !important;
  border-radius: 4px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field input::-moz-placeholder {
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field input::placeholder {
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field input {
    font-size: 14px !important;
    margin-bottom: 14px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    padding: 12px 12px 12px 38px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .lsearch-icon {
  height: 17.53px !important;
  width: 17.53px !important;
  border: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 24px !important;
  top: 55% !important;
  translate: -50% -50% !important;
  cursor: default !important;
  background: none !important;
  font-family: "Inter", sans-serif !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .cross-sign {
  position: absolute !important;
  top: 12% !important;
  right: 2px !important;
  background: white;
  padding: 17px 15px 17px 10px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .cross-sign {
    top: 14% !important;
    right: 2px !important;
    padding: 15px 15px 15px 10px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .lsearch-icon {
  height: auto !important;
  width: 100% !important;
  top: 43% !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .lsearch-icon {
    top: 48% !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field .r165border {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
  height: 34px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .ladd-info {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  padding: 12.5px 16px !important;
  color: #000000 !important;
  margin-bottom: 0px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .ladd-info::-moz-placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .ladd-info::placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select .loc-block-multi {
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255) !important;
  margin-top: 8px !important;
  font-family: "Inter", sans-serif !important;
  padding: 13px 16px 13px 15.1px !important;
  border-radius: 4px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: 100% !important;
  border: 1px solid rgb(208, 212, 221) !important;
  font-size: 17px !important;
  display: flex !important;
  height: 44px !important;
  margin-bottom: 0px !important;
  cursor: pointer !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select .loc-block-multi {
    height: auto !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select .loc-block-multi .plus-sign {
  margin-right: 6px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select .loc-block-multi .cross-sign {
  position: absolute !important;
  top: 1px !important;
  right: 2px !important;
  background: white !important;
  padding: 15px 15px 15px 10px !important;
  cursor: pointer !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select input {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select input {
    font-size: 17px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select .lsearch-icon {
  height: auto !important;
  width: 100% !important;
  top: 34px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select .lsearch-icon {
    top: 32px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single.r-73 .path-select .cross-sign {
  top: 9px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view1 {
  display: none !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view1 {
    display: none !important;
    order: 1 !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgb(208, 212, 221) !important;
    z-index: 1 !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view2 {
  display: none !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view2 {
    display: none !important;
    order: 3 !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view2.mobile-view-2 {
  background: #fcfcfc !important;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.12) !important;
  border-radius: 12px 12px 0px 0px !important;
  margin-top: -7px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view2.mobile-view-2 {
    padding-bottom: 26px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view2.mobile-view-2 .c-field label {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view2.mobile-view-2 .select-loc-single {
    padding: 24px 16px 2px !important;
    position: relative !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.loc-mobile-view2.mobile-view-2 .select-loc-single:before {
    position: absolute !important;
    width: 36px !important;
    height: 5px !important;
    left: calc(50% - 18px + 0.5px) !important;
    top: 7px !important;
    background: rgba(25, 39, 64, 0.3) !important;
    border-radius: 2px !important;
    content: "" !important;
    z-index: 2 !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field {
  width: 100% !important;
  margin: 0% !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field label {
  line-height: 19px !important;
  font-size: 14px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field label.boldTex {
  font-weight: 700 !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location {
  position: relative !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location.path-select .loc-block-multi {
  display: flex !important;
  align-items: center !important;
  background: rgb(255, 255, 255) !important;
  margin-top: 8px !important;
  font-family: "Inter", sans-serif !important;
  padding: 10px 16px 10px 15.1px !important;
  border-radius: 4px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: 100% !important;
  border: 1px solid rgb(208, 212, 221) !important;
  font-size: 17px !important;
  display: flex !important;
  height: 44px !important;
  margin-bottom: 24px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location.path-select .loc-block-multi {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location.path-select .loc-block-multi {
    font-size: 14px !important;
    margin-bottom: 14px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location.path-select .loc-block-multi .plus-sign {
  margin-right: 6px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location.path-select .loc-block-multi .cross-sign {
  position: absolute !important;
  top: 1px !important;
  right: 2px !important;
  background: white !important;
  padding: 15px 15px 15px 10px !important;
  cursor: pointer !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location input {
  font-family: "Inter", sans-serif !important;
  padding-left: 40px !important;
  padding-right: 50px !important;
  margin-bottom: 0px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-top: 8px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location input::-moz-placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
  font-family: "Inter", sans-serif !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location input::placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location input {
    padding: 12px 48px 12px 36px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location .lsearch-icon {
  height: 17.53px !important;
  width: 17.53px !important;
  border: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 16px !important;
  top: 25px !important;
  cursor: default !important;
  background: none !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location .lsearch-icon {
    height: 21.12px !important;
    width: 13.12px !important;
    top: 21px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location .cross-sign {
  position: absolute !important;
  top: 12px !important;
  right: 2px !important;
  background: white !important;
  padding: 17px 15px 17px 10px !important;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .c-field .search-icon-location .cross-sign {
    right: 3px !important;
    top: 10px !important;
    padding: 15px 15px 15px 10px !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .c-bottom {
    order: 3 !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links.selected-location {
  right: 24% !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
  position: absolute !important;
  right: 41% !important;
  z-index: 899999 !important;
  top: 10px !important;
  background: white !important;
  border-radius: 8px !important;
  border: 4px solid white !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  height: 40px !important;
  margin: 0px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    left: 50% !important;
    top: 144px !important;
    right: auto !important;
    translate: -50% -50% !important;
    z-index: 15 !important;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links.no-search-bar {
    top: 32px !important
  }
}
@media (max-width: 475px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    top: 144px !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (max-width: 475px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links.no-search-bar {
    top: 32px !important
  }
}
@media (max-width: 375px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    top: 158px !important;
  }
}
@media (max-width: 375px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links.no-search-bar {
    top: 32px !important
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links a.location-btns {
  border: 4px solid white !important;
  border-left: 4px !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  display: inline-block !important;
  line-height: 14px !important;
  border-radius: 4px !important;
  padding: 9px 23px !important;
  background: white !important;
  margin: 0px !important;
  height: 40px !important;
  margin-top: -4px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links a.location-btns.active {
  background: #2e5bad !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 8px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .select-loc-single .c-field .search-icon-location {
  position: relative !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .select-loc-single .c-field .search-icon-location .selcted-location-single {
  display: flex !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: #000000 !important;
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .select-loc-single .c-field .search-icon-location .selcted-location-single {
    font-size: 14px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .select-loc-single .c-field .search-icon-location .selcted-location-single img {
  margin-right: 7px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .select-loc-single .c-field .search-icon-location .ladd-info {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  padding: 12.5px 16px !important;
  color: #000000 !important;
  margin-bottom: 8px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .select-loc-single .c-field .search-icon-location .ladd-info::-moz-placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .select-loc-single .c-field .search-icon-location .ladd-info::placeholder {
  color: rgba(0, 9, 26, 0.56) !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .map-70-image img {
  width: 100% !important;
  min-height: 596px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .map-70-image img {
    min-height: auto !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi {
  padding: 0px 0px !important;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi {
    padding-bottom: 0px !important;
    overflow-y: scroll !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .filter-list {
  background: #f6f7f8 !important;
  padding: 16px 12px 8px !important;
  margin-top: 8px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .filter-list input {
  margin: 0px !important;
  border: 1px solid rgb(208, 212, 221) !important;
  border-radius: 48px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 16px 11px 30px !important;
  color: #000000 !important;
  background: transparent !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .filter-list input::-moz-placeholder {
  color: rgba(0, 9, 26, 0.56);
  font-size: 14px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .filter-list input::placeholder {
  color: rgba(0, 9, 26, 0.56);
  font-size: 14px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .filter-list .lsearch-icon {
  height: 11.69px !important;
  width: 11.69px !important;
  top: 50% !important;
  left: 32px !important;
  translate: -50% -50% !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .search-loc-items {
  background: #f6f7f8 !important;
  padding: 0px 12px 12px 12px !important;
  padding: 0px 12px 12px 12px !important;
  overflow-y: auto !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .search-loc-items p {
  background: rgb(255, 255, 255) !important;
  margin-bottom: 8px !important;
  font-family: "Inter", sans-serif !important;
  padding: 10px 16px 10px 15.1px !important;
  align-items: center !important;
  border-radius: 4px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: 100% !important;
  border: 1px solid rgb(208, 212, 221) !important;
  font-size: 17px !important;
  display: flex !important;
  cursor: pointer !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form.r-75-location-multi .loc-multi .c-field .search-loc-items p img {
  margin-right: 9.1px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .search-icon-location input.r-80 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .search-icon-location input.r-80 {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-top: 0px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.r-80A {
  height: auto !important;
  margin-top: 24px !important;
}
@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.r-80A {
    margin-top: 0px !important;
  }
}
.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.r-80A .loc-search-single {
  padding: 16px 20px !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .current-loc p {
  padding-top: 6px !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 24px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.contact-wrapper .form-details {
  width: 100% !important;
  float: left !important;
  padding: 35px 20px !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .form-details {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.contact-wrapper .form-details .c-heading.heading-center {
  width: 600px !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .form-details .c-heading.heading-center {
    width: 100% !important;
  }
}
.contact-wrapper .form-details .c-heading {
  text-align: center !important;
}
.contact-wrapper .form-details .c-heading .c-sub-heading.font-size-21 {
  font-size: 21px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.contact-wrapper .form-details .c-heading .c-sub-heading {
  font-family: "Inter", sans-serif !important;
  padding-bottom: 14px !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .form-details .c-heading .c-sub-heading {
    font-size: 24px !important;
  }
}
.contact-wrapper .form-details .c-heading .c-sub-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  padding: 0% 31% !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .form-details .c-heading .c-sub-text {
    padding: 0px 10px !important;
  }
}
.contact-wrapper .form-details .add-second.disabled-btn {
  opacity: 0.2 !important;
}
.contact-wrapper .form-details .add-second {
  font-weight: 600 !important;
  color: #2e5bad !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 8px 12px !important;
  border: 1px solid #2e5bad !important;
  border-radius: 6px !important;
  margin: 0 10px 0 1% !important;
  background: none !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .form-details .add-second {
    margin: 0 0px 10px 0px !important;
  }
}
.contact-wrapper .form-details .add-second .add-icon {
  padding-right: 3px !important;
  vertical-align: top !important;
}
.contact-wrapper .form-details .add-second.disabled_btn {
  opacity: 0.2 !important;
}
.contact-wrapper .form-details .q-head-text {
  font-family: "Inter", sans-serif !important;
  color: #2e5bad !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding-bottom: 12px !important;
}
.contact-wrapper .form-details .inline-alert-box.space-with-tooltip {
  padding: 7px 12px 3px 12px !important;
}
.contact-wrapper .form-details .iab-text.info_tooltext {
  width: 89.5% !important;
  padding: 2px 0px 0px 10px !important;
}
.contact-wrapper .form-details .inline-alert-box {
  border-radius: 8px !important;
  padding: 12px !important;
}
.inline-alert-box.pull-left.dark-info-alert-bg.bottom-space.space-with-tooltip{
  display: flex;
}
.iab-icon-info{
  height: fit-content;
}
.iab-info-img{
  width: 15px;
}
.contact-wrapper .form-details .bottom-space {
  margin-bottom: 4% !important;
}
.contact-wrapper .form-details .bottom-space .iab-icon img.info-img {
  width: 24px !important;
}
.contact-wrapper .form-details .bottom-space .iab-icon img {
  width: 22px !important;
}
.contact-wrapper .form-details .iab-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
}
.contact-wrapper .form-details .iab-text {
  width: 91% !important;
  padding: 0 0px 0px 10px !important;
}
.contact-wrapper .form-details .form-warning {
  width: 18px !important;
}
.contact-wrapper .form-details .next-btn {
  margin: 16px 0 0 0 !important;
}
.contact-wrapper .form-details .next-btn a, .contact-wrapper .form-details .next-btn button {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: rgb(255, 255, 255) !important;
  line-height: 14px !important;
  text-align: center !important;
  padding: 9px 12px !important;
  background: #2e5bad !important;
  border-radius: 6px !important;
  display: inline-block !important;
  border: none !important;
}
.contact-wrapper .form-details .next-btn a img, .contact-wrapper .form-details .next-btn button img {
  padding-left: 37px !important;
  vertical-align: middle !important;
}
.contact-wrapper .paddingtop {
  padding: 90px 0px 160px 0px !important;
}
.contact-wrapper form.c-form .c-form-inner.margin-less {
  margin-top: 0 !important;
}
.contact-wrapper form.c-form .c-form-inner.margin-less .c-field {
  margin: 0px 0% !important;
  width: 100% !important;
}
.contact-wrapper form.c-form .c-form-inner.margin-less .c-field select.select-text {
  width: 200px !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  font-family: "Inter", sans-serif !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.contact-wrapper form.c-form .c-form-inner {
  width: 600px !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper form.c-form .c-form-inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper form.c-form {
    width: 100% !important;
  }
}
.contact-wrapper form.c-form .c-field {
  width: 48% !important;
  float: left !important;
  margin: 5px 1% !important;
  position: relative !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper form.c-form .c-field {
    width: 100% !important;
    margin: 5px 0px !important;
  }
}
.contact-wrapper form.c-form .c-field label {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
}
.contact-wrapper form.c-form .c-field .optional {
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
.contact-wrapper form.c-form .c-field input,
.contact-wrapper form.c-form .c-field select, .contact-wrapper form.c-form .c-field textarea {
  margin-bottom: 13px !important;
  margin-top: 5px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  border-radius: 8px !important;
  padding: 16px !important;
  width: 102% !important;
  /* Commenting for THREE11CAP-7435 */
  /* border: 1px solid #d0d4dd !important; */ 
}
.contact-wrapper form.c-form .c-field span.verified-text {
  float: right !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #006B00 !important;
}
.contact-wrapper form.c-form .c-btn {
  margin-top: 20px !important;
}
.contact-wrapper form.c-form .c-btn .alert-msg {
  float: left !important;
  width: 90% !important;
}
.contact-wrapper form.c-form .c-btn .message-icon {
  float: left !important;
  width: 25px !important;
}
.contact-wrapper form.c-form .c-btn .c-add-text.c-pad-txt {
  line-height: 16px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-size: 12px !important;
}
.contact-wrapper form.c-form .c-btn .c-add-text {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.8) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  width: 60% !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper form.c-form .c-btn .c-add-text {
    float: left !important;
    margin-top: 0px !important;
    width: 100% !important;
    padding: 0 0 0 0px !important;
  }
}
.contact-wrapper form.c-form .c-btn .border-none {
  border: none !important;
}
.contact-wrapper form.c-form .c-form-expanded-inner {
  background: #f6f7f8 !important;
  float: left !important;
  width: 100% !important;
  padding: 24px 24px 20px !important;
  border-radius: 8px !important;
  margin-top: 30px !important;
}
.contact-wrapper .c-bottom {
  width: 100% !important;
  float: left !important;
  background: #fcfcfc !important;
  padding: 25px 24px 25px 24px !important;
  border-top: 1px solid #d0d4dd !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .c-bottom {
    padding: 16px 6px !important;
  }
}
.contact-wrapper .c-bottom button {
  font-family: "Inter", sans-serif !important;
  color: #2e5bad !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  font-size: 17px !important;
  line-height: 20px !important;
  padding: 15px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  margin-right: 5px !important;
  background: rgba(25, 39, 64, 0.04) !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .c-bottom button {
    padding: 12px 13px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.contact-wrapper .c-bottom .cancel-btn {
  width: 30% !important;
  float: left !important;
  align-self: center;
}
.contact-wrapper .c-bottom .cancel-btn button {
  border: none !important;
  background: none !important;
}
.contact-wrapper .c-bottom .continue-btn {
  width: 70% !important;
  float: right !important;
  text-align: right !important;
  display: flex;
  flex-grow: 1;
  justify-content: end;
  flex-basis: min-content;
}
@media screen and (max-width: 844px) {
  .contact-wrapper .c-bottom .continue-btn {
    width: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper .c-bottom .continue-btn {
    width: auto !important;
  }
}
.contact-wrapper .c-bottom .continue-btn button.Continue.continue-blue-bg {
  background-color: #2e5bad !important;
  opacity: 1 !important;
  color: rgb(255, 255, 255) !important;
}
.contact-wrapper .c-bottom .continue-btn button.Continue.btn-green {
  background: #006B00 !important;
}
.contact-wrapper .c-bottom .continue-btn button.Continue {
  background-color: #2e5bad !important;
  color: rgb(255, 255, 255) !important;
}
.contact-wrapper .c-bottom .continue-btn .right-arrow {
  width: 13px !important;
  height: 13px !important;
  vertical-align: 0px !important;
  margin-left: 5px !important;
}
.contact-wrapper .c-bottom .continue-btn .skip-mobile {
  display: none !important;
}
.contact-wrapper .c-bottom .continue-btn .skip {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .c-bottom .continue-btn .skip {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper .c-bottom .continue-btn .Previous.mob-previous {
    display: none !important;
  }
}
.contact-wrapper .c-bottom .continue-btn .mobile-left {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .c-bottom .continue-btn .mobile-left {
    display: block !important;
    background: #efefef !important;
    float: left !important;
    padding: 12px 13px !important;
    border-radius: 8px !important;
    margin-right: 10px !important;
  }
}

.animal-R-30 .form-details .c-form .c-btn .alert-msg .c-add-text {
  width: 90% !important;
}
.animal-R-30 .form-details .c-form .c-btn .c-add-text {
  width: 54% !important;
}

.C-Verification-Btn .main .c-bottom .continue-btn .Continue {
  opacity: 0.2 !important;
}
.C-Verification-Btn .main .c-form-inner .warning-text {
  float: right !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #f8c811 !important;
}
.C-Verification-Btn .main .c-form-inner .alert-message {
  float: left !important;
  background-color: #f2f6fc !important;
  border-radius: 8px !important;
  padding: 12px 10px !important;
}
@media screen and (max-width: 767px) {
  .C-Verification-Btn .main .c-form-inner .alert-message {
    width: 100% !important;
    margin: 0px 0% 0 1% !important;
  }
}
.C-Verification-Btn .main .c-form-inner .alert-message .c-btn {
  margin-top: 0 !important;
}
.C-Verification-Btn .main .c-form-inner .alert-message .email-verify {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding: 6px 10px !important;
  border: none !important;
  color: rgb(255, 255, 255) !important;
  background-color: #006B00 !important;
  border-radius: 6px !important;
}
.C-Verification-Btn .main .c-form-inner .alert-message .p-verifi-btn {
  float: left !important;
  padding: 10px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .C-Verification-Btn .main .c-form-inner .alert-message .p-verifi-btn {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .C-Verification-Btn .main .c-form-inner .add-second {
    margin-right: 8px !important;
  }
}
.C-Verification-Btn .main .c-form-inner .add-second .ad-icon {
  padding: 2px 0 0 0 !important;
}
.C-Verification-Btn .main .c-form-inner .berfy-add {
  width: 100% !important;
  float: left !important;
  padding: 20px 0 0 0 !important;
  margin: 0 0px 0px 5px !important;
}
.C-Verification-Btn .main .c-form-inner .berfy-add .add-second {
  font-weight: 600 !important;
  color: #2e5bad !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 6px 12px !important;
  border: 1px solid #2e5bad !important;
  border-radius: 6px !important;
  background: none !important;
}
.C-Verification-Btn .main .c-form-inner .berfy-add .add-icon {
  width: 18px !important;
  vertical-align: middle !important;
  height: 18px !important;
}

.contact-wrapper.option-to-add .c-bottom .continue-btn .Continue,
contact-wrapper.option-to-add .c-bottom .continue-btn .Continue.active {
  opacity: 1 !important;
}

.verify-popup .main-popup {
  width: 440px !important;
  font-family: "Inter", sans-serif !important;
  margin: auto !important;
  background: rgb(255, 255, 255) !important;
  position: fixed;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4) !important;
  border-radius: 8px !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 10000 !important;
  transform: translate(-50%, -50%) !important; /* W3C */
  -webkit-transform: translate(-50%, -50%) !important; /* Safari & Chrome */
  -moz-transform: translate(-50%, -50%) !important; /* Firefox */
  -ms-transform: translate(-50%, -50%) !important; /* Internet Explorer */
  -o-transform: translate(-50%, -50%) !important; /* Opera */
}
.verify-popup .main-popup .s65screen {
  position: absolute !important;
}
@media screen and (max-width: 767px) {
  .verify-popup .main-popup {
    width: 90% !important;
  }
}
.verify-popup .main-popup .verify-email-popup {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 36px 44px !important;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .verify-popup .main-popup .verify-email-popup {
    width: 100% !important;
    padding: 32px 20px !important;
  }
}
.verify-popup .main-popup .verify-email-popup .otp-form {
  padding: 25px 0px 25px 0px !important;
  display: block !important;
}
.verify-popup .main-popup .verify-email-popup .error-popup-content img {
  height: 46px !important;
  width: 46px !important;
  display: block !important;
}
.verify-popup .main-popup .verify-email-popup .code-timing {
  font-weight: 500 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.verify-popup .main-popup .verify-email-popup .pop-up-verify-heading {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 21px !important;
  line-height: 27px !important;
  text-align: center !important;
  margin-top: 20px !important;
}
.verify-popup .main-popup .verify-email-popup p.pop-up-verify-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #006B00 !important;
  line-height: 19px !important;
  text-align: center !important;
  margin-top: 8px !important;
}
.verify-popup .main-popup .verify-email-popup .otp-form-detail {
  display: flex;
  border-radius: 0 !important;
  border: 1px solid #d0d4dd !important;
  border-radius: 8px !important;
  display: flex !important;
}
.verify-popup .main-popup .verify-email-popup .otp-form-detail .otp {
  display: inline-block !important;
  width: 50px !important;
  height: 72px !important;
  text-align: center !important;
  border: 0px !important;
  border-right: 1px solid #d0d4dd !important;
  font-weight: 400 !important;
  font-size: 46px !important;
  line-height: 48px !important;
  border-radius: 0px !important;
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .verify-popup .main-popup .verify-email-popup .otp-form-detail .otp {
    width: 40px !important;
  }
}
.verify-popup .main-popup .verify-email-popup .otp-form-detail .otp:focus-visible {
  outline-color: #2e5bad !important;
  border-right-width: 3px !important;
}
.verify-popup .main-popup .verify-email-popup .otp-form-detail .otp:first-child {
  border-radius: 8px 0px 0px 8px !important;
}
.verify-popup .main-popup .verify-email-popup .otp-form-detail .otp:last-child {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-right: 0 !important;
}
.verify-popup .main-popup .verify-email-popup .otp-form-detail .otp-first-in {
  border: 2px solid #2e5bad !important;
  border-radius: 8px 0px 0px 8px !important;
}
.verify-popup .main-popup .verify-email-popup .code-error {
  border-color: #e3322c !important;
}
.verify-popup .main-popup .verify-email-popup .code-error .otp {
  border-color: #e3322c !important;
}
@media screen and (max-width: 767px) {
  .verify-popup .main-popup .verify-email-popup .code-error .otp {
    width: 40px !important;
  }
}
.verify-popup .main-popup .verify-email-popup .code-error .otp:first-child {
  border-width: 1px !important;
  border-color: #e3322c !important;
  border: 0 !important;
  border-right: 1px solid #e3322c !important;
  font-weight: 400 !important;
  font-size: 46px !important;
  line-height: 48px !important;
}
.verify-popup .main-popup .verify-email-popup .incorrect-code-message {
  display: none !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: #e3322c !important;
  margin-bottom: 10px !important;
}
.verify-popup .main-popup .verify-email-popup .trouble {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.87) !important;
  display: none !important;
  padding-right: 5px !important;
}
.verify-popup .main-popup .verify-email-popup .request-new-code {
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center !important;
  cursor: pointer !important;
  text-decoration-line: underline !important;
  color: #2e5bad !important;
  display: none !important;
}
.verify-popup .main-popup .popup-close {
  position: absolute !important;
  padding: 0px 0px 0px 0px !important;
  right: 12px !important;
  top: 12px !important;
  cursor: pointer !important;
}

.contact-wrapper.upload-file .c-bottom .continue-btn .Continue {
  opacity: 6 !important;
}

.upload-file .outer-upload {
  float: left !important;
  width: 100% !important;
}
.upload-file .outer-upload .inner-upload {
  padding: 12px !important;
  width: 528px !important;
  margin: 7% auto !important;
  background: linear-gradient(180deg, rgb(255, 255, 255) 47.4%, #f7f8fa 100%) !important;
  border: 1px solid #edeff2 !important;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px !important;
}
@media screen and (max-width: 767px) {
  .upload-file .outer-upload .inner-upload {
    width: 319px !important;
    margin: 20% auto !important;
  }
}
.upload-file .outer-upload .inner-upload .inner-dotrd-area {
  border: 2px dashed #8f99ae !important;
  padding: 48px 10px !important;
  border-radius: 8px !important;
  text-align: center !important;
}
.upload-file .outer-upload .inner-upload .inner-dotrd-area .drag-area .drop-file {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding: 12px 0px 8px !important;
}
.upload-file .outer-upload .inner-upload .inner-dotrd-area .drag-area .file-size {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center !important;
  color: rgba(51, 51, 51, 0.7) !important;
}
.upload-file .Attach-file {
  float: left !important;
  width: 100% !important;
  padding: 50px 0px 90px 0 !important;
}
.upload-file .Attach-file .attach-heading {
  float: left !important;
  width: 100% !important;
  border-bottom: 1px solid #d0d4dd !important;
}
.upload-file .Attach-file .attach-heading .attach-h4-head {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding-bottom: 10px !important;
}
.upload-file .Attach-file .attached-files {
  width: 100% !important;
  float: left !important;
  padding: 30px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .upload-file .Attach-file .attached-files {
    max-width: 260px !important;
  }
}
.upload-file .Attach-file .attached-files .attached {
  width: 48% !important;
  float: left !important;
  cursor: pointer !important;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #fcfcfc 100%) !important;
  border: 1px solid #f6f7f8 !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 6, 0.18) !important;
  border-radius: 8px !important;
  position: relative !important;
  margin-bottom: 25px !important;
}
.upload-file .Attach-file .attached-files .attached .attachement-delete {
  position: absolute !important;
  right: -13px !important;
  top: -13px !important;
  cursor: pointer !important;
}
.upload-file .Attach-file .attached-files .attached:nth-child(odd) {
  margin-right: 2% !important;
}
.upload-file .Attach-file .attached-files .attached:nth-child(even) {
  margin-left: 2% !important;
}
.upload-file .Attach-file .attached-files .attached .atteched-image {
  float: left !important;
  padding: 8px 8px 2px 8px !important;
}
.upload-file .Attach-file .attached-files .attached .atteched-image img {
  border-radius: 2px !important;
  height: 48px !important;
  width: 48px !important;
}
.upload-file .Attach-file .attached-files .attached .file-details {
  padding: 15px 0px 15px 0px !important;
}
.upload-file .Attach-file .attached-files .attached .file-details .file-name {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin: 0 0 5px 0 !important;
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-file .Attach-file .attached-files .attached .file-details .file-length {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: rgba(0, 9, 26, 0.56) !important;
}
@media screen and (max-width: 767px) {
  .upload-file .Attach-file .attached-files .attached {
    width: 100% !important;
    margin: 2% auto !important;
  }
  .upload-file .Attach-file .attached-files .attached:nth-child(odd) {
    margin-right: 10px !important;
    margin-bottom: 19px !important;
  }
  .upload-file .Attach-file .attached-files .attached:nth-child(even) {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .upload-file .Attach-file .attached-files {
    padding: 30px 15px 0px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .upload-file .Attach-file {
    padding: 50px 0px 30% 0 !important;
  }
}
.upload-file .c-bottom .continue-btn .Continue {
  opacity: 6 !important;
}

.verify-popup {
  width: 350px !important;
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4) !important;
  border-radius: 8px !important;
  text-align: center !important;
}
.verify-popup .error-popup {
  padding: 36px 44px 32px 44px !important;
}
@media screen and (max-width: 389px) {
  .verify-popup {
    width: 85% !important;
    padding: 26px 10px !important;
  }
}
.verify-popup .file-error-popup-btn {
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  z-index: 2;
}
.verify-popup .file-alert-heading {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 27px !important;
  text-align: center !important;
  padding: 24px 0 8px 0 !important;
}
.verify-popup .filelimit-sub-heading {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
.verify-popup button.file-popup-btn {
  padding: 12px 22px !important;
  background: #2e5bad !important;
  border-radius: 8px !important;
  color: rgb(255, 255, 255) !important;
  margin: 28px 0 0 0 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  text-align: center !important;
  border: none !important;
}
.verify-popup button.file-popup-btn.disabled {
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .animal-R-30 .form-details .c-form .c-btn .c-add-text,
  .animal-R-30 .form-details .c-form .c-btn .alert-msg .c-add-text {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .g20_search_mb .search-bar-form.g-rounded {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
}
/*THREE11CAP-7595
@media screen and (max-width: 767px) {
  .g20_search_mb .search-bar-form.g-rounded p {
    display: none !important;
  }
}*/
@media screen and (max-width: 767px) {
  .g20_search_mb .search-bar-form.g-rounded .filed_group_bg .filed_group {
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .g20_search_mb .search-bar-form.g-rounded .filed_group_bg .filed_group .searchsubmit img.search_icon {
    display: none !important;
  }
}
.g20_search_mb .search-bar-form.g-rounded .filed_group_bg .filed_group .searchsubmit img.trash_icon {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .g20_search_mb .search-bar-form.g-rounded .filed_group_bg .filed_group .searchsubmit img.trash_icon {
    display: inline-block !important;
    margin-top: 3px !important;
  }
}

.S-custom {
  width: 200px !important;
  position: relative !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.S-custom .select-text {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-indent: 1px !important;
  background: transparent !important;
}
.S-custom .select_custom_icon {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  margin-top: -5px !important;
  z-index: -1 !important;
}

.creation_summary_page .steps b {
  color: #d0d4dd !important;
  font-family: "Inter", sans-serif !important;
}

.creation_Summary .cs_container {
  padding: 10px !important;
  max-width: 528px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
  .creation_Summary .cs_container {
    margin: 0rem auto !important;
    padding: 0px !important;
  }
}
.creation_Summary .cs_container .st_block {
  padding-top: 25px !important;
  display: block !important;
  clear: both !important;
  position: relative !important;
}
.creation_Summary .cs_container .st_block .map_inner_locaion {
  position: absolute;
  z-index: 10 !important;
  background: rgb(255, 255, 255);
  margin-top: 10px !important;
  margin-left: 10px !important;
  padding: 12px 22px !important;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.creation_Summary .cs_container .st_block .map_inner_locaion h5 {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 21px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.creation_Summary .cs_container .st_block .map_inner_locaion span.map_inner_locaion_txt {
  font-family: "Inter" !important;
  line-height: 21px !important;
  font-size: 12px;
  color: #80848c !important;
}
.creation_Summary .cs_container .st_block .Attach-file {
  padding: 0px 0px 0px 0 !important;
}
@media screen and (max-width: 767px) {
  .creation_Summary .cs_container .st_block .Attach-file {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
  }
}
.creation_Summary .cs_container .st_block .Attach-file .attached-files {
  padding: 0px 0px 0px 0 !important;
}
.creation_Summary .cs_container .contact_details .st_detail_ul {
  padding-bottom: 13px !important;
  padding-top: 13px !important;
}
.creation_Summary .cs_container .contact_details .st_detail_ul li {
  border-bottom: 0px !important;
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}
.creation_Summary .cs_container .contact_details .st_detail_ul li .st_detail_blod {
  font-weight: 700 !important;
  word-break: break-word;
}
.creation_Summary .cs_container .contact_details .st_detail_ul li .italic_p {
  font-weight: 400 !important;
}
.creation_Summary .cs_container .contact_details .st_detail_ul li.active_detail {
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgb(116, 131, 183) 0%, rgba(0, 0, 0, 0.17) 100%), #5355ee border-box !important;
  border: 1px solid transparent !important;
}
.creation_Summary .cs_container .contact_details .st_detail_ul li :hover {
  outline: 0px !important;
  border-bottom: 0px !important;
}
.creation_Summary .cs_container .contact_details .st_detail_ul li li.hover_over :hover {
  outline: 2px solid rgb(46, 91, 173) !important;
  border-bottom: 0 !important;
}
.creation_Summary .cs_container .contact_details hr.border_t {
  box-shadow: inherit !important;
  height: inherit !important;
  border: 0 !important;
  border-top: 1px solid rgb(208, 212, 221) !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.creation_Summary .cs_container .st_first {
  padding-top: 0px !important;
}
.creation_Summary .cs_container .st_map {
  border-radius: 8px !important;
  position: relative !important;
}
.creation_Summary .cs_container .st_map img {
  max-width: 100% !important;
  display: block !important;
  border-radius: 8px !important;
}
.creation_Summary .cs_container .st_map span.tooltiptext {
  position: absolute;
  font-size: 12px;
  background: #000 !important;
  color: rgb(255, 255, 255) !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  display: none !important;
  right: -30px;
  top: 0;
  margin-top: 110px !important;
}
.creation_Summary .cs_container .st_map.active_map {
  outline: 2px solid rgb(46, 91, 173) !important;
  border-bottom: 0 !important;
  cursor: pointer !important;
}
.creation_Summary .cs_container .st_map:hover .tooltiptext {
  display: block !important;
}
.creation_Summary .cs_container .Scheduled_p_colm .Attach-file {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .creation_Summary .cs_container .Scheduled_p_colm .Attach-file {
    width: 90% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.creation_Summary .cs_container .Scheduled_p_colm .Attach-file .attached-files .attached {
  background: rgb(255, 255, 255) !important;
  box-shadow: inherit !important;
  border: 1px solid rgb(208, 212, 221) !important;
  margin-bottom: 25px !important;
}
.creation_Summary .cs_container .Scheduled_p_colm .Attach-file .attached-files .attached .file-details .file-name {
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 28px !important;
}
.creation_Summary .cs_container .Scheduled_p_colm .Attach-file .attached-files .attached .file-length {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
.creation_Summary .cs_container .st_box1 {
  max-width: 320px !important;
  border: 1px solid rgb(255, 255, 255) !important;
  box-shadow: 0px 2px 3px rgba(0, 3, 6, 0.18) !important;
  border-radius: 8px !important;
  background: #fcfcfc !important;
  position: relative !important;
  display: flex !important;
  text-align: left !important;
  align-items: center !important;
  padding: 18px !important;
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 480px) {
  .creation_Summary .cs_container .st_box1 {
    max-width: 100% !important;
  }
}
.creation_Summary .cs_container .st_box1 img {
  margin-right: 10px !important;
}
.creation_Summary .cs_container .cs_p_head {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: normal !important;
}
.creation_Summary .cs_container .st_heading {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  margin-top: 24px !important;
  margin-bottom: 20px !important;
}
.creation_Summary .cs_container .st_detail_ul {
  border: 1px solid rgb(208, 212, 221) !important;
  border-radius: 8px !important;
  clear: both !important;
  font-family: "Inter", sans-serif !important;
}
.creation_Summary .cs_container .st_detail_ul li {
  list-style: none !important;
  padding: 20px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
}
.creation_Summary .cs_container .st_detail_ul li:last-child {
  border-bottom: 0px !important;
}
.creation_Summary .cs_container .st_detail_ul li p {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}
.creation_Summary .cs_container .st_detail_ul li .st_detail_normal_p {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}
.creation_Summary .cs_container .st_detail_ul li.active_detail {
  outline: 2px solid rgb(46, 91, 173) !important;
  border-bottom: 0 !important;
}
.creation_Summary .cs_container .st_detail_ul .st_detail_blod {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  padding-top: 5px !important;
  word-break: break-word;
}
.creation_Summary .cs_container .st_detail_ul .italic_p {
  color: rgba(0, 9, 26, 0.56) !important;
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.creation_Summary .cs_container .st_detail_ul .iab-text {
  display: flex !important;
  align-items: flex-start !important;
  gap: 6px !important;
  margin-left: 0 !important;
  padding-left: 0px !important;
  width: 100% !important;
  border-top: 1px dashed #d0d4dd;
  padding-top: 10px !important;
  margin-top: 10px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  cursor: inherit !important;
}
.creation_Summary .cs_container .st_detail_ul .iab-text img {
  margin-top: 3px !important;
  width: 10px !important;
  height: 10px !important;
}
.creation_Summary .cs_container .st_detail_ul .q_bar {
  max-width: 100% !important;
}
.creation_Summary .cs_container .st_detail_ul li.no_edit_detail:hover {
  outline: 0 !important;
}
.creation_Summary .cs_container .st_detail_ul_inner {
  padding-left: 20px !important;
  margin-top: 5px !important;
}
.creation_Summary .cs_container .st_detail_ul_inner li {
  list-style-type: disc !important;
  font-family: "Inter", sans-serif !important;
  padding: 0 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  border-bottom: 0px !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 22px !important;
}
.creation_Summary .con_detl {
  position: relative !important;
  margin-bottom: 25px !important;
}
.creation_Summary .con_detl .st_heading_cont {
  color: #006B00 !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  padding: 5px 15px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  top: -13px !important;
  background: rgb(255, 255, 255) !important;
  display: block !important;
  margin: auto !important;
}
.creation_Summary .secondry_Delil {
  margin-bottom: 0px !important;
}
.creation_Summary .secondry_Delil .st_heading_cont {
  color: #f8c811 !important;
}

.creation_summary_page .creation_Summary_row {
  width: 100% !important;
}
.creation_summary_page .creation_Summary_row .c-bottom button.sr_btn {
  background: #006B00 !important;
}
.creation_summary_page .creation_Summary_row .c-bottom button.sr_btn.green-bg {
  background: #006B00 !important;
}

.c-bottom button.sr_btn.green-bg.Continue {
  background: #006B00 !important;
}

.pad-inherit .paddingtop {
  padding: 60px 0px 0px 0px !important;
}
@media screen and (max-width: 767px) {
  .pad-inherit .paddingtop {
    padding: 3rem 0px 0px 0px !important;
  }
}
.pad-inherit .paddingtop .c-bottom {
  margin-top: 160px !important;
}
@media screen and (max-width: 767px) {
  .pad-inherit .paddingtop .c-bottom {
    margin-top: 3rem !important;
  }
}

.creation_summary_page .paddingtop {
  padding: 5rem 0px 160px 0px !important;
}
@media screen and (max-width: 767px) {
  .creation_summary_page .paddingtop {
    padding: 2.5rem 0px 160px 0px !important;
  }
}
.creation_summary_page .c-bottom {
  margin-top: 5rem !important;
}
@media screen and (max-width: 767px) {
  .creation_summary_page .c-bottom {
    margin-top: 2.5rem !important;
  }
}

.q_bar {
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 auto !important;
  clear: both !important;
}
.q_bar .q_bar_inner {
  float: left;
  margin-bottom: 150px !important;
}
.q_bar .q_bar_inner:last-child {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .q_bar .q_bar_inner {
    margin-bottom: 50px !important;
  }
}
.q_bar .q_bar_inner .c-field .q_label {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 27px !important;
  padding-bottom: 14px !important;
  display: block !important;
  padding-right: 35px !important;
}
.q_bar .inline-alert-box {
  float: left !important;
  width: 100% !important;
}

.cs_box_custom .select {
  position: relative !important;
  min-width: 200px !important;
}
.cs_box_custom .select svg {
  position: absolute !important;
  right: 16px !important;
  top: calc(50% - 3px) !important;
  width: 10px !important;
  height: 6px !important;
  stroke-width: 2px !important;
  stroke: #2e5bad !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}
.cs_box_custom .select select {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  border: 1px solid #d0d4dd !important;
  border-radius: 8px !important;
  background: #fcfcfc !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
  font: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
  cursor: pointer !important;
  transition: all 150ms ease !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.cs_box_custom .select select option {
  color: #223254 !important;
}
.cs_box_custom .select select option[value=""][disabled] {
  display: none !important;
}
.cs_box_custom .select select:focus {
  outline: none !important;
  border-color: #07f !important;
  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2) !important;
}
.cs_box_custom .select select:hover + svg {
  stroke: #07f !important;
}
.cs_box_custom .select select.select-lang {
  display: inline-flex;
  width: 100% !important;
  height: 47px !important;
  width: 100% !important;
  padding: 0 16px !important;
  line-height: 20px !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: rgb(255, 255, 255) !important;
  box-shadow: none !important;
  border: 1px solid rgb(208, 212, 221) !important;
}
.cs_box_custom .sprites {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.radio_custom {
  clear: both !important;
}

.bodrer_option {
  border: 1px solid rgb(208, 212, 221) !important;
  border-radius: 8px !important;
  clear: both !important;
  font-family: "Inter", sans-serif !important;
}

.contact-wrapper.detail_component .c-form .c-field input[type=radio] {
  display: grid !important;
  place-content: center !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  border-radius: 100px !important;
  padding: 0px !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #d0d4dd !important;
  position: absolute !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.contact-wrapper.detail_component .c-form .c-field input[type=radio]:checked {
  border-color: #2e5bad !important;
}
.contact-wrapper.detail_component .c-form .c-field input[type=radio]::before {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  transform: scale(0) !important;
  transition: 120ms transform ease-in-out !important;
  background-color: #2e5bad !important;
}
.contact-wrapper.detail_component .c-form .c-field input[type=radio]:checked::before {
  transform: scale(1) !important;
}
.contact-wrapper.detail_component .c-form .c-field .radio-control {
  font-family: "Inter", sans-serif !important;
  display: flex !important;
  gap: 0.5em !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 600 !important;
  padding-right: 40px !important;
}
.contact-wrapper.detail_component .c-form .c-field .radio-control:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.contact-wrapper.detail_component .c-form .c-field .radio-control:last-child {
  border-bottom: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.contact-wrapper.detail_component .c-form .c-field .radio-control:hover {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
}
.contact-wrapper.detail_component .c-form .c-field .radio-control:focus {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
}
.contact-wrapper.detail_component .c-form .c-field .radio-control.act_rd {
  background: #DCE8FF !important;
}
.contact-wrapper.detail_component .c-form .boolean_rd_box .radio_custom {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  text-align: center !important;
}
.contact-wrapper.detail_component .c-form .boolean_rd_box .radio_custom .radio-control {
  align-items: center !important;
  justify-content: center !important;
  border-bottom: 0px !important;
  padding-right: 20px !important;
}
.contact-wrapper.detail_component .c-form .boolean_rd_box .radio_custom .radio-control:first-child {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.contact-wrapper.detail_component .c-form .boolean_rd_box .radio_custom .radio-control:last-child {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.contact-wrapper.detail_component .c-form .boolean_rd_box .radio_custom .radio-control input[type=radio] {
  border-color: transparent !important;
}
.contact-wrapper.detail_component .c-form .boolean_rd_box .radio_custom .radio-control input[type=radio]:before {
  display: none !important;
}

.date_box {
  position: relative !important;
  width: 100% !important;
  max-width: 180px !important;
}
@media all and (max-width: 399px) {
  .date_box {
    max-width: 100% !important;
  }
}
.date_box .sd {
  width: 100% !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.56) !important;
}
.date_box .open-button {
  position: absolute !important;
  top: 24px !important;
  right: 20px !important;
  width: 18px !important;
  height: 20px !important;
  background: rgb(255, 255, 255) !important;
  pointer-events: none;
}
.date_box .open-button button {
  border: none !important;
  background: transparent !important;
  line-height: inherit !important;
  text-align: center !important;
  padding: 0px !important;
  border-radius: 0px !important;
}

.q_bar .dt_field_box {
  display: flex !important;
  gap: 8px !important;
  clear: both !important;
  width: 100% !important;
}
@media all and (max-width: 767px) {
  .q_bar .dt_field_box {
    flex-wrap: wrap !important;
  }
}
.q_bar .dt_field_box .time_box {
  width: 78px !important;
  height: 55px !important;
}
.q_bar .dt_field_box .am-pm_filed {
  width: 85px !important;
}
.q_bar .dt_field_box .am-pm_filed .select select {
  background: transparent !important;
  box-shadow: inherit !important;
  height: 55px !important;
}

.detail_component .q_bar .questtion_17 .radio-control {
  line-height: 22px !important;
}

.q_bar .upload-file .outer-upload .inner-upload {
  width: 100% !important;
  margin: 0 auto !important;
}
.q_bar .upload-file .outer-upload .inner-upload .Attach-file {
  padding-bottom: 0px !important;
}

.q_bar p.iab-text {
  color: rgba(0, 9, 26, 0.8) !important;
}

.detail_component .form-details .c-heading.heading-center {
  width: 100% !important;
  margin: 0 auto !important;
}

.detail_component form.c-form .c-form-inner.margin-less {
  width: 100% !important;
}

.q_bar_img img.q_bar_img {
  width: 100% !important;
  display: block !important;
  margin-bottom: 10px !important;
}

.q_img_box {
  padding: 12px !important;
  border: 1px solid #8F99AE !important;
  border-radius: 8px !important;
}

.q_4img {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  text-align: center !important;
  gap: 20px;
}

.sr-submission-success .contact-main .contact-inner {
  position: relative !important;
  height: 88px !important;
}
.sr-submission-success .contact-main .contact-inner .tick-sucss {
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  translate: -50% -50% !important;
}
@media (max-width: 767px) {
  .sr-submission-success .contact-main .contact-inner .tick-sucss {
    width: 100% !important;
    height: 100% !important;
  }
}
.sr-submission-success .creation_Summary .cs_container .st_heading {
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 36px !important;
  margin: 0px !important;
}
@media (max-width: 767px) {
  .sr-submission-success .creation_Summary .cs_container .st_heading {
    padding-top: 20px !important;
  }
}
.sr-submission-success .creation_Summary .cs_container .recent_services {
  padding: 0px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row {
  display: block !important;
  margin-top: 40px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 {
  padding: 0px !important;
  border-radius: 8px !important;
  width: 80% !important;
  margin: 0 auto !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17) !important;
  background: linear-gradient(180deg, #fdfdfd 0%, #fafafa 100%) !important;
  background-image: linear-gradient(180deg, #fdfdfd 0%, #fafafa 100%) !important;
}
@media (max-width: 767px) {
  .sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 {
    width: 95% !important;
  }
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 .recent_services_coml {
  justify-content: flex-start !important;
  padding: 16px !important;
  border-radius: 0px !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 .recent_services_coml .open {
  font-weight: 600 !important;
  line-height: 12px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 .recent_services_coml .head-title {
  font-size: 17px !important;
  line-height: 22px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 .recent_services_coml .sub-text {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  padding-bottom: 2px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 .recent_services_coml .recent_services_text {
  padding: 0px !important;
  width: calc(100% - 120px) !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 .recent_services_coml.recent_services_coml2 {
  border-top: 2px solid white !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_services_coml1 .recent_services_coml.recent_services_coml2 .head-title {
  font-size: 21px !important;
  line-height: 21px !important;
}
.sr-submission-success .creation_Summary .cs_container .sr-calender {
  text-align: center;
  padding-top: 36px !important;
}
.sr-submission-success .creation_Summary .cs_container .sr-calender .spread-text {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
.sr-submission-success .creation_Summary .cs_container .sr-calender .attached {
  display: flex !important;
  justify-content: center !important;
  padding-top: 13px !important;
  align-items: center !important;
}
.sr-submission-success .creation_Summary .cs_container .sr-calender .attached .atteched-image {
  width: 30px !important;
  height: auto !important;
}
.sr-submission-success .creation_Summary .cs_container .sr-calender .attached .file-details .file-length {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 21px !important;
  padding-left: 6px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.sr-submission-success .creation_Summary .cs_container .sr-calender .cs_p_head {
  padding-top: 25px !important;
  padding-bottom: 24px !important;
  width: 388px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .sr-submission-success .creation_Summary .cs_container .sr-calender .cs_p_head {
    width: 100% !important;
    max-width: 280px !important;
  }
}
.sr-submission-success .creation_Summary .cs_container .sr-calender .cs_p_head a {
  font-weight: 600 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.done {
  background: #2e5bad !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 700 !important;
}

.imp-notes {
  padding: 24px !important;
  background: #f2f6fc !important;
  width: 388px !important;
  border-radius: 8px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.imp-notes p {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  padding-top: 6px !important;
}
.imp-notes ol {
  padding-left: 20px !important;
  list-style: auto !important;
  list-style-type: decimal !important;
}
.imp-notes ol li {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  padding-top: 6px !important;
  list-style-type: decimal !important;
}

.error-popup .pop_bottom_btn .file-popup-btn.close_btn {
  margin-right: 10px !important;
  color: #2e5bad !important;
  background: rgb(255, 255, 255) !important;
  border: 1px solid #2e5bad !important;
}

.contact-wrapper .c-bottom .continue-btn .Continue.sr_btn.deactivate-state, .contact-wrapper .c-bottom .continue-btn .Continue.disabled-btn {
  opacity: 0.2 !important;
}

.contact-wrapper .alert_nts.checkbox-group {
  font-family: "Inter", sans-serif !important;
  display: flex !important;
  gap: 0.5em !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}
.contact-wrapper .alert_nts.checkbox-group input[type=checkbox] {
  padding: 0 !important;
  height: initial !important;
  width: initial !important;
  margin-bottom: 0 !important;
  display: none !important;
  cursor: pointer !important;
}
.contact-wrapper .alert_nts.checkbox-group input[type=checkbox]:checked + label:after {
  content: "" !important;
  display: block !important;
  top: 15px !important;
  width: 4px !important;
  height: 10px !important;
  border: solid rgba(0, 9, 26, 0.7) !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
  position: absolute !important;
  left: 18px !important;
}
.contact-wrapper .alert_nts.checkbox-group label {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  position: relative !important;
  cursor: pointer !important;
  width: 100% !important;
  padding: 12px 40px !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: rgba(0, 9, 26, 0.8) !important;
}
.contact-wrapper .alert_nts.checkbox-group label:before {
  content: "" !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  position: absolute !important;
  left: 12px !important;
  top: 13px !important;
  border: 1px solid rgba(0, 9, 26, 0.7) !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 4px !important;
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
}
.contact-wrapper .checkbox-group.act_cb {
  background: #DCE8FF !important;
}

.ack_check {
  margin-top: 20px !important;
  border-radius: 8px !important;
}

img.file-error-popup-btn {
  cursor: pointer !important;
}

.detail_component .form-details .inline-alert-box.space-with-tooltip {
  padding: 11px 12px 8px 12px !important;
}

.w-500 {
  font-weight: 500 !important;
}

.comm-page-custom-homer41 {
  height: 100vh !important;
}
.comm-page-custom-homer41 .c-bottom {
  position: absolute !important;
  bottom: 0px !important;
}

button {
  cursor: pointer !important;
}

.date_timeline .timeline_list {
  gap: 10px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}
@media all and (max-width: 767px) {
  .date_timeline .timeline_list {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.date_timeline .timeline_list .timeline_item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 15px 5px !important;
  gap: 6px !important;
  background: #f6f7f8 !important;
  border-radius: 6px !important;
  cursor: pointer;
  min-width: 112px !important;
}
@media all and (max-width: 767px) {
  .date_timeline .timeline_list .timeline_item {
    gap: 5px !important;
  }
}
.date_timeline .timeline_list .timeline_item.active_dt {
  background: #2e5bad !important;
}
.date_timeline .timeline_list .timeline_item.active_dt .d_block {
  color: rgb(255, 255, 255) !important;
}
.date_timeline .timeline_list .timeline_item.active_dt .d_m {
  color: rgb(255, 255, 255) !important;
}
.date_timeline .timeline_list .timeline_item:hover {
  background: #2e5bad !important;
}
.date_timeline .timeline_list .timeline_item:hover .d_block {
  color: rgb(255, 255, 255) !important;
}
.date_timeline .timeline_list .timeline_item:hover .d_m {
  color: rgb(255, 255, 255) !important;
}
.date_timeline .timeline_list .timeline_item .d_block {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.date_timeline .timeline_list .timeline_item .d_m {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.7) !important;
}

.contact-wrapper form.c-form .followup_question {
  clear: both !important;
  display: block !important;
  padding-top: 20px !important;
}
.contact-wrapper form.c-form .followup_question .c-field {
  float: none !important;
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.contact-wrapper form.c-form .followup_question .c-field .fq__question {
  font-weight: 400 !important;
  line-height: 28px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  font-size: 21px !important;
  display: block !important;
}
@media all and (max-width: 767px) {
  .contact-wrapper form.c-form .followup_question .c-field .fq__question {
    font-size: 17px !important;
    line-height: 22px !important;
  }
}
.contact-wrapper form.c-form .followup_question .c-field input[type=text] {
  width: 210px !important;
  margin-top: 15px !important;
}

@media all and (max-width: 767px) {
  .contact-wrapper .c-form-inner {
    padding-left: 20px !important;
    padding-left: 20px !important;
  }
}

@media all and (max-width: 767px) {
  .contact-wrapper .c-form-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media all and (max-width: 767px) {
  .contact-wrapper .q_bar {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media all and (max-width: 767px) {
  .contact-wrapper .q_bar .c-form-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media all and (max-width: 767px) {
  .contact-wrapper .cs_container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.verify-popup .main-popup .verify-email-popup .incorrect-code-message.icm_show {
  display: inline-block !important;
}
.verify-popup .main-popup .verify-email-popup .request-new-code.rnc_show {
  display: inline-block !important;
  text-underline-position: under !important;
}
.verify-popup .main-popup .verify-email-popup .request-new-code.rnc_show a {
  color: #2e5bad !important;
}
.verify-popup .main-popup .verify-email-popup .ht_rnc .trouble {
  display: inline-block !important;
}

/*--N-10-Notifications-List-View-Alerts Start--*/
.icon-wrap {
  width: 88px !important;
  height: 88px !important;
  background: rgb(255, 255, 255) !important;
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  translate: -50% -50% !important;
  text-align: center !important;
  border-radius: 100% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17) !important;
  padding: 15px !important;
}

.alerts_row {
  width: 100% !important;
  padding: 0px 40px !important;
}
.alerts_row .alerts_col {
  border-top: 1px solid #edeff2 !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.alerts_row .alerts_col:first-child:first-child {
  border-top: none !important;
}
.alerts_row .alerts_col h3 {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 12px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: 386px !important;
}
@media (max-width: 767px) {
  .alerts_row .alerts_col h3 {
    width: auto !important;
  }
}
.alerts_row .alerts_col p {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  /*margin-top: 12px !important;*/
  color: rgba(0, 9, 26, 0.7) !important;
}
.alerts_row .alerts_col ul {
  margin-left: 20px !important;
}
.alerts_row .alerts_col ul li {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  list-style: disc !important;
}

/*--N-10-Notifications-List-View-Alerts Ends--*/
/*--N-11-Notifications-List-View-Notifications Starts--*/
.sr-submission-success .creation_Summary .cs_container .recent_alerts {
  padding: 30px 0 !important;
}

.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 {
  background: rgb(255, 255, 255) !important;
  background-image: rgb(255, 255, 255) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border: 1px solid #d0d4dd !important;
  position: relative !important;
  margin-top: 40px !important;
  margin-bottom: 60px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_topbar {
  position: absolute !important;
  top: -35px !important;
  left: 0 !important;
  right: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  color: #000000 !important;
}
@media all and (max-width: 767px) {
  .sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_topbar {
    left: -20px !important;
    width: 106.2% !important;
  }
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_topbar span {
  float: right !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
@media all and (max-width: 767px) {
  .sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_topbar span {
    padding-top: 3px !important;
  }
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_services_text {
  margin-left: 5px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_com_btm {
  display: flex !important;
  justify-content: flex-start !important;
  padding: 0 10px 16px 8px !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_com_btm .recent_alerts_tbtm {
  width: 80px !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: right !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_com_btm .recent_alerts_date {
  width: calc(100% - 90px) !important;
  padding-left: 13px !important;
  margin-top: -3px !important;
  position: relative !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_com_btm .recent_alerts_date h3 {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.sr-submission-success .creation_Summary .cs_container .recent_services .recent_services_row .recent_alerts_coml1 .recent_alerts_com_btm .recent_alerts_date p {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}

.alerts-not-tabs {
  padding: 28px 0 !important;
  display: flex !important;
  justify-content: center !important;
  border-bottom: 1px solid #d0d4dd !important;
}
.alerts-not-tabs .alerts-not-tabs-in {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding: 4px !important;
  width: 320px !important;
  height: 45px !important;
  background: rgba(25, 39, 64, 0.04) !important;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
}
.alerts-not-tabs .alerts-not-tabs-in a {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  text-align: center !important;
  width: 50% !important;
  display: inline-block !important;
  padding: 11px 5px !important;
}
.alerts-not-tabs .alerts-not-tabs-in .active {
  background: linear-gradient(180deg, rgb(255, 255, 255) 49.48%, #F7F8FA 100%);
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 9, 26, 0.87) !important;
  border-radius: 5px;
}

/*--N-11-Notifications-List-View-Notifications Ends--*/
/*--N-10-Notifications-List-View-Alerts-Midscroll start here--*/
.midscroll {
  height: 60px !important;
}
.midscroll .icon-wrap {
  width: 42px !important;
  height: 42px !important;
  background: rgb(255, 255, 255) !important;
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
  translate: inherit !important;
  padding: 9px !important;
}
.midscroll .contact-title {
  float: left !important;
  padding-left: 8px !important;
  padding-top: 2px !important;
}
.midscroll .contact-title .contact-heading {
  float: left !important;
  font-size: 21px !important;
  line-height: 27px !important;
  padding-top: 4.5px !important;
  padding-bottom: 4.5px !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) !important;
  color: rgb(255, 255, 255) !important;
  font: "Inter", sans-serif !important;
  font-weight: 700 !important;
}

.g-11-dropdown li {
  cursor: pointer !important;
}

.upcoming_img img {
  cursor: pointer !important;
}

@media all and (max-width: 767px) {
  .animal-R-30 .main .center-sub {
    left: 50% !important;
    right: 0px !important;
    display: block !important;
    transform: translateX(-50%) !important;
    margin-left: -44px !important;
  }
}
.animal-R-30 .main .center-sub .icon-wrap {
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
  translate: inherit !important;
  margin: auto !important;
}
.animal-R-30 .main .center-sub .icon-wrap img {
  width: 100% !important;
}
.animal-R-30 .main .red {
  color: #e3322c !important;
  padding-left: 2px !important;
  font-size: large !important;
}
.animal-R-30 .main .red label {
  color: #e3322c !important;
}
.animal-R-30 .main .red a {
  color: #e3322c !important;
}
.animal-R-30 .main .red span {
  color: #e3322c !important;
}

.close {
  cursor: pointer !important;
}

.act_border {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
  z-index: 1 !important;
}

.contact-wrapper form.c-form .q_bar_inner .c-field input {
  margin-bottom: 0px !important;
}
.contact-wrapper form.c-form .q_bar_inner .c-field select {
  margin-bottom: 0px !important;
}
.contact-wrapper form.c-form .q_bar_inner .c-field textarea {
  margin-bottom: 0px !important;
}

.label_tooltip {
  position: relative !important;
}
.label_tooltip p.iab-icon.tooltip {
  position: absolute !important;
  right: 10px !important;
  top: 0 !important;
}
.label_tooltip p.iab-icon.tooltip .info-img {
  width: 24px !important;
  height: 24px !important;
}
.label_tooltip p.iab-icon.tooltip img.tooltip-arrow {
  bottom: -7px !important;
  right: 16px !important;
}

/* THREE11CAP-7468 -- Start*/
p.iab-icon.tooltip.info {
  right: 94% !important;
  margin-top: 20px;
  left: 0px;
}

.tooltiptext.info {
  left: 0px !important;
}

.tooltip-arrow.info {
  left: 5px !important;
}
/* THREE11CAP-7468 -- End*/

.q_bar_inner .c-heading {
  float: left !important;
}
.q_bar_inner .c-form-inner.margin-less {
  float: left !important;
}

.comm-page-custom-homer130 .contact-wrapper {
  height: 100vh !important;
}
.comm-page-custom-homer130 .contact-wrapper .c-bottom {
  position: fixed;
  bottom: 0;
  width: 90% !important;
}
@media all and (max-width: 576px) {
  .comm-page-custom-homer130 .contact-wrapper .c-bottom {
    width: 100% !important;
  }
}

.comm-page-custom-homer131 .contact-wrapper {
  height: 100vh !important;
}
.comm-page-custom-homer131 .contact-wrapper .c-bottom {
  position: fixed;
  bottom: 0;
  width: 80% !important;
}
@media all and (max-width: 576px) {
  .comm-page-custom-homer131 .contact-wrapper .c-bottom {
    width: 100% !important;
  }
}

@media all and (max-width: 576px) {
  .contact-wrapper .form-details .q_bar .c-heading {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.contact-wrapper .c-form .q_bar .width_200 {
  width: 200px !important;
}

.contact-wrapper p.st_heading.n_heading {
  color: #000000 !important;
}

@media all and (max-width: 767px) {
  .sr-submission-success .contact-inner {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
}

.expadding {
  padding-left: 22px !important;
}

.expadding2 {
  padding-top: 6px !important;
}

.contact-wrapper .icon-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .contact-wrapper .icon-wrap img.tick-sucss-2 {
    height: 56px !important;
    width: 56px !important;
  }
}

@media all and (max-width: 767px) {
  .contact-wrapper .midscroll img.tick-sucss-2 {
    height: 24px !important;
    width: 24px !important;
  }
}

.alerts-not-tabs.mt_00 {
  margin-top: 0px !important;
  padding-top: 0 !important;
}

.comm-page-custom-homer158 .contact-wrapper .form-details .c-heading .c-sub-heading {
  font-size: 28px !important;
  line-height: 34px !important;
}

.q_bar .checkbox_group {
  font-family: "Inter", sans-serif !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.q_bar .checkbox_group .Custom_check-box {
  display: block !important;
  position: relative !important;
  cursor: pointer !important;
  font-size: 17px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  font-family: "Inter", sans-serif !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  position: relative;
  width: 100% !important;
  font-weight: 600 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding-right: 40px !important;
}
.q_bar .checkbox_group .Custom_check-box:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.q_bar .checkbox_group .Custom_check-box:last-child {
  border-bottom: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.q_bar .checkbox_group .Custom_check-box:hover {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
}
/* .q_bar .checkbox_group .Custom_check-box:focus {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
} */
.q_bar .checkbox_group .Custom_check-box .imgTickClassShow {
  float: right !important;
  visibility: visible !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  position: absolute;
  right: 20px;
}
.q_bar .checkbox_group .Custom_check-box .imgTickClasshide {
  float: right !important;
  visibility: hidden !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  position: absolute;
  right: 20px;
}

.m_top {
  margin-top: 20px !important;
}

.q_bar .q_4img .Custom_check-box {
  padding: 12px 12px !important;
}

.q_bar .q_4img {
  font-family: "Inter", sans-serif !important;
  border: 0px !important;
  border-bottom: 0px !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
  cursor: pointer !important;
}
.q_bar .q_4img .Custom_check-box {
  padding: 12px 12px !important;
  padding-right: 12px !important;
  position: relative;
  width: 100% !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  border: 1px solid #8F99AE !important;
  border-radius: 8px !important;
}
.q_bar .q_4img .Custom_check-box:last-child {
  border-bottom: 1px solid #8F99AE !important;
}
.q_bar .q_4img .Custom_check-box.act_border {
  background: rgb(255, 255, 255) !important;
}
.q_bar .q_4img .Custom_check-box .tickShow {
  float: right !important;
  visibility: visible !important;
  position: absolute !important;
  top: -12px !important;
  right: -10px !important;
}
.q_bar .q_4img .Custom_check-box .tickHide {
  float: right !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -12px !important;
  right: -10px !important;
}
.q_bar .q_4img .Custom_check-box .ti_check {
  font-weight: 600 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding-top: 12px !important;
  display: block !important;
}

.q_bar_img {
  width: 100% !important;
}

.contact-wrapper .c-bottom .continue-btn button.Continue {
  margin-left: 7px !important;
}
@media all and (max-width: 767px) {
  .contact-wrapper .c-bottom .continue-btn button.Continue {
    margin-left: 5px !important;
  }
}

.verify-popup .detail-entry {
  width: 750px !important;
  max-width: 100% !important;
}
@media (min-width: 850px) and (max-width: 1024px) {
  .verify-popup .detail-entry {
    width: 650px !important;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .verify-popup .detail-entry {
    width: 596px !important;
  }
}
@media (max-width: 576px) {
  .verify-popup .detail-entry {
    width: 100% !important;
  }
}
.verify-popup .detail-entry .cut-btn {
  background: rgba(0, 28, 81, 0.22) !important;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.12) !important;
  border-radius: 32px !important;
  position: absolute !important;
  padding: 0px 0px 0px 0px !important;
  right: 25px !important;
  top: 12px !important;
  cursor: pointer !important;
  width: 36px !important;
  height: 36px !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .verify-popup .detail-entry .cut-btn {
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.13) !important;
    right: 12px !important;
  }
}
.verify-popup .detail-entry .cut-btn .popup-close {
  position: initial !important;
  padding-top: 11px !important;
  width: 13.3px !important;
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 767px) {
  .verify-popup .detail-entry .cut-btn .popup-close {
    filter: brightness(0.5);
  }
}
.verify-popup .detail-entry .verify-email-popup {
  padding: 0px !important;
}
.verify-popup .detail-entry .verify-email-popup .detail-entry-full {
  width: 100% !important;
}
.verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-left {
  float: left !important;
  width: 35% !important;
  padding: 28px !important;
}
@media (max-width: 767px) {
  .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-left {
    width: 100% !important;
    padding: 24px !important;
  }
}
.verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-left h5 {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: left !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 10px !important;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 767px) {
  .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-left h5 {
    padding-right: 2rem !important;
  }
}
.verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-left p {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  text-align: left !important;
}
.verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
  width: 65% !important;
  float: left !important;
  border-left: 1px solid rgb(208, 212, 221) !important;
  overflow-y: auto !important;
  height: 600px !important;
  scrollbar-width: thin !important;
}
@media (max-width: 767px) {
  .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
    width: 100% !important;
    height: 300px !important;
  }
}

.head-d {
  background: linear-gradient(180deg, #AFB8CA 0%, #DAE1F0 100%) !important;
  padding: 80px 80px 35px 80px !important;
  border-top-right-radius: 8px !important;
}
@media (max-width: 767px) {
  .head-d {
    border-radius: 8px !important;
    margin: 0px 24px 0px !important;
    padding: 20px 20px 25px 20px !important;
  }
}

.head-d2 {
  background: #fcfcfc !important;
  padding: 55px 80px 35px 80px !important;
}
@media (max-width: 767px) {
  .head-d2 {
    padding: 55px 40px 35px 40px !important;
  }
}

.services-d {
  background: rgb(255, 255, 255) !important;
  padding: 40px 16px 24px !important;
  border: 1px solid #edeff2 !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  border-radius: 8px !important;
  margin-bottom: 26px !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .services-d {
    display: flex !important;
    justify-content: flex-start !important;
    padding: 20px 12px 20px !important;
    align-items: center;
  }
}
.services-d h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 8px !important;
}
@media (max-width: 767px) {
  .services-d h3 {
    margin-bottom: 4px !important;
    text-align: left !important;
  }
}
.services-d p {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  text-align: left !important;
  line-height: 16px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  margin-bottom: 10px !important;
}
.services-d a {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center !important;
  text-decoration-line: underline !important;
  color: #0085FF !important;
  padding-top: 10px !important;
}

.icon-wrap2 {
  width: 60px !important;
  height: 60px !important;
  background: rgb(255, 255, 255) !important;
  text-align: center !important;
  border-radius: 100% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17) !important;
  padding: 9px !important;
  margin: 0 auto !important;
  margin-top: -73px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .icon-wrap2 {
    width: 20% !important;
    max-width: 44px !important;
    margin: 0px !important;
    height: auto !important;
    padding: 6px !important;
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .icon-wrap2 img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .icon-text-sec {
    text-align: left;
    margin-left: 17px !important;
    width: 80% !important;
  }
}

.blu-btn-css {
  font-family: "Inter", sans-serif !important;
  background: #2e5bad;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 6px;
  align-items: center;
  padding: 9px 10px !important;
  color: rgb(255, 255, 255);
  margin-bottom: 24px !important;
}
.blu-btn-css:hover,
.blu-btn-css:focus { /* THREE11CAP-7435 */
  color: white !important;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .r-80A + .single-multiple-links {
    top: 200px !important;
  }
}

@media (max-width: 767px) {
  .banner_innerpage {
    display: none !important;
  }
}
.banner_innerpage img {
  display: block !important;
  width: 100% !important;
}

section.Notifications_Preferences {
  padding: 60px 0px !important;
  width: 100% !important;
  background: #f6f7f8 !important;
}
@media (max-width: 767px) {
  section.Notifications_Preferences {
    padding: 0px 0px !important;
  }
}

.container_700 {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 700px !important;
}
@media (max-width: 767px) {
  .container_700 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .p10_header {
    padding: 0px 15px !important;
  }
}

.p10_notification_inner {
  max-width: 440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.p10_body {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12) !important;
  border-radius: 16px !important;
  padding: 62px 20px !important;
}
@media (max-width: 767px) {
  .p10_body {
    padding: 30px 20px !important;
    border-radius: 0px !important;
  }
}

.p10_header-tabs {
  padding: 28px 0 !important;
  display: flex !important;
  justify-content: center !important;
}
.p10_header-tabs .p10_header-tab_item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding: 4px !important;
  width: 100% !important;
  max-width: 440px !important;
  background: rgba(25, 39, 64, 0.04) !important;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
}
.p10_header-tabs .p10_header-tab_item a {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  text-align: center !important;
  width: 50% !important;
  display: inline-block !important;
  padding: 9px 5px !important;
}
.p10_header-tabs .p10_header-tab_item .active {
  background: linear-gradient(180deg, rgb(255, 255, 255) 49.48%, #F7F8FA 100%) !important;
  border: 1px solid rgb(255, 255, 255) !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
  color: rgba(0, 9, 26, 0.87) !important;
  border-radius: 5px !important;
}

.p10_notification_item {
  width: 100% !important;
  clear: both !important;
}
.p10_notification_item .p10_notification_heading {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 16px !important;
  width: 100% !important;
}
.p10_notification_item .p10_notification_switch {
  display: block !important;
  position: relative !important;
  padding: 13px 16px !important;
  border-bottom: 1px solid rgba(25, 39, 64, 0.04) !important;
  position: relative !important;
  width: 100% !important;
  background: rgba(25, 39, 64, 0.02) !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding-right: 60px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media screen and (max-width: 499px) {
  .p10_notification_item .p10_notification_switch {
    line-height: 22px !important;
  }
}
.p10_notification_item .p10_notification_switch .img_notification {
  float: right !important;
  visibility: visible !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  position: absolute !important;
  right: 12px !important;
}
.p10_notification_item p.city_wide {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.8) !important;
  margin-bottom: 8px !important;
  width: 100% n !important;
}
.p10_notification_item .p10_notification_switch_tp {
  margin-top: 10px !important;
  display: flex !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  font-family: "Inter", sans-serif !important;
  color: #0085FF !important;
  margin-bottom: 32px !important;
}
.p10_notification_item .p10_notification_switch_tp a {
  text-decoration: underline !important;
  color: #0085FF !important;
  margin-left: 20px !important;
}

.p10_footer {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  padding: 20px 0px !important;
}
.p10_footer a {
  display: inline-block !important;
  padding: 12px 22px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  text-align: center !important;
  color: #2e5bad !important;
}
.p10_footer .profile_logout_btn {
  background: rgba(25, 39, 64, 0.04) !important;
  border-radius: 8px !important;
  margin-left: auto !important;
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .p10_footer .profile_logout_btn {
    margin-right: 8px !important;
  }
}
.p10_footer .profile_logout_btn img {
  display: inline-block !important;
  vertical-align: middle !important;
  padding-left: 12px !important;
}

.p20profile_detail_area {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  gap: 15px !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p20profile_detail_area {
    flex-direction: column !important;
    position: relative !important;
  }
}
.p20profile_detail_area .avtar_image {
  background: #edeef0;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  min-height: 100px;
  min-width: 100px;
  position: relative;
  color: #2e5bad;
}
.p20profile_detail_area .avtar_name {
  position: absolute;
  text-align: center;
  display: block;
  font-family: "Inter", sans-serif !important;
  width: 100%;
  top: 33%;
  font-size: 28px !important;
  font-weight: bold;
}
.p20profile_detail_area .edit_name {
  padding-bottom: 10px !important;
}
.p20profile_detail_area .profile_nm {
  display: flex !important;
  gap: 8px !important;
}
.p20profile_detail_area .profile_nm .p10profile_name {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 36px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media screen and (max-width: 767px) {
  .p20profile_detail_area .profile_nm .p10profile_name {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.p20profile_detail_area .profile_nm .pr_edit {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  text-align: center;
  color: #2e5bad !important;
  background: rgba(25, 39, 64, 0.04) !important;
  border-radius: 6px !important;
  padding: 1px 8px !important;
  display: flex !important;
  align-items: center !important;
  height: 30px !important;
}
@media screen and (max-width: 767px) {
  .p20profile_detail_area .profile_nm .pr_edit {
    position: absolute !important;
    right: 0px !important;
    top: 0 !important;
  }
}
.p20profile_detail_area .profile_nm .pr_edit img {
  display: inline-block !important;
  vertical-align: middle !important;
  padding-right: 5px !important;
}
.p20profile_detail_area .profile_em {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  padding-top: 6px !important;
}

.p20profile_detail_address {
  clear: both !important;
  font-family: "Inter", sans-serif !important;
  max-width: 350px !important;
  display: block !important;
  margin: 0px auto !important;
  width: 100% !important;
  padding-top: 14px !important;
}
.p20profile_detail_address .pr_detail_item {
  list-style: none !important;
  margin-top: 20px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
}
.p20profile_detail_address .pr_detail_item .profile_ph {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
}
.p20profile_detail_address .pr_detail_item .pr_detail_blod {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  padding-top: 3px !important;
}
.p20profile_detail_address .pr_detail_item .button_in_srch {
  height: 17.53px !important;
  width: 17.53px !important;
  border: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 16px !important;
  top: 25px !important;
  cursor: pointer !important;
  background: none !important;
}
.p20profile_detail_address .pr_detail_item .close_edit {
  position: absolute !important;
  top: 12px !important;
  right: 2px !important;
  background: white !important;
  padding: 17px 15px 17px 10px !important;
  cursor: pointer !important;
}
.p20profile_detail_address .pr_detail_item input.adsearch_field {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.p20profile_detail_address .pr_detail_item .search-icon-location {
  position: relative !important;
}
.p20profile_detail_address .pr_detail_item .map_fields {
  padding: 16px !important;
  border: 1px solid rgb(208, 212, 221) !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  border-radius: 0px 0px 8px 8px !important;
  z-index: 1 !important;
  position: relative;
  background: white;
}

.contact-wrapper .c-form .secondary-contact .q_bar_inner {
  margin-bottom: 16px !important;
  display: block !important;
  float: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field {
  width: 98% !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field {
    width: 100% !important;
  }
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .label_tooltip .c-sub-heading {
  color: rgba(0, 9, 26, 0.87) !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field input[type=radio] {
  display: grid !important;
  place-content: center !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  border-radius: 100px !important;
  padding: 0px !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #d0d4dd !important;
  position: absolute !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field input[type=radio]:checked {
  border-color: #2e5bad !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field input[type=radio]::before {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  transform: scale(0) !important;
  transition: 120ms transform ease-in-out !important;
  background-color: #2e5bad !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field input[type=radio]:checked::before {
  transform: scale(1) !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .radio-control {
  background: rgb(255, 255, 255) !important;
  font-family: "Inter", sans-serif !important;
  display: flex !important;
  gap: 0.5em !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 600 !important;
  padding-right: 40px !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .radio-control:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .radio-control:last-child {
  border-bottom: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .radio-control:hover {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
  z-index: 1;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .radio-control:focus {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
  z-index: 1;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .radio-control.act_border {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
  z-index: 1;
}
.contact-wrapper .c-form .secondary-contact .q_bar_inner .c-field .radio_custom {
  margin-top: 5px !important;
}

.switch {
  display: inline-block !important;
  width: 41px !important;
  height: 24px !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  position: absolute !important;
  right: 12px !important;
  padding: 2px !important;
}
.switch input {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.switch_toggle {
  position: absolute !important;
  cursor: pointer !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 9, 26, 0.6) !important;
  transition: 0.4s !important;
  border-radius: 100px;
}
.switch_toggle:before {
  position: absolute;
  content: "" !important;
  height: 20px !important;
  width: 20px !important;
  left: 2px !important;
  bottom: 2px !important;
  background-color: rgb(255, 255, 255) !important;
  transition: 0.4s !important;
  border-radius: 50% !important;
}

input:checked + .switch_toggle {
  background-color: #2e5bad !important;
}
input:checked + .switch_toggle:before {
  transform: translateX(18px) !important;
}
input:focus + .switch_toggle {
  box-shadow: 0 0 1px #2e5bad !important;
}

.s10_bg {
  position: relative !important;
  width: 100% !important;
  margin-top: 0px !important;
}

.s10_left_baar {
  box-shadow: 0px -10px 24px rgba(0, 0, 0, 0.3) !important;
  background: rgb(255, 255, 255) !important;
  width: 33% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  position: relative !important;
  min-width: 250px !important;
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width: 767px) {
  .s10_left_baar {
    width: 100% !important;
    position: initial !important;
    min-height: 600px !important;
  }
}

.recent_services_leftBaar .recent_services_row c-web-card-container-new, .recent_services_leftBaar--rs_RB .recent_services_row c-web-card-container-new {
  float: left;
  margin-bottom: 30px !important;
}
.recent_services_leftBaar .recent_services_row c-web-card-body-new, .recent_services_leftBaar--rs_RB .recent_services_row c-web-card-body-new {
  float: left;
  width: 100%;
}
.recent_services_leftBaar .recent_services, .recent_services_leftBaar--rs_RB .recent_services {
  padding: 0px 0px !important;
}
.recent_services_leftBaar .recent_services .recent_services_row, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row {
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 0px !important;
  margin-top: 0px !important;
}
.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml {
  background: rgb(255, 255, 255) !important;
  box-shadow: inherit !important;
  border: 0px !important;
  border-bottom: 1px solid #d0d4dd !important;
  min-height: inherit !important;
  border-radius: 0px !important;
  padding: 16px !important;
}
.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml.active, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml.active {
  background: #DCE8FF !important;
}
.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml p, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml p {
  line-height: 12px !important;
}
.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml .head-title, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .head-title {
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 18px !important;
  margin-top: 6px !important;
  margin-bottom: 4px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
}
.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml p.sub-text, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml p.sub-text {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
}
.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml p.depicted_p, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml p.depicted_p {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #f8c811 !important;
  display: flex !important;
  gap: 4px !important;
  margin-top: -2px !important;
  margin-bottom: 4px !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml p.depicted_p, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml p.depicted_p {
    display: none !important;
  }
}
.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml .recent_services_text, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text {
  padding-right: 0px !important;
}
.recent_services_leftBaar--rs_RB {
  max-width: 360px !important;
  margin-top: 18px !important;
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width: 767px) {
  .recent_services_leftBaar--rs_RB {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0px !important;
    z-index: 2 !important;
  }
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml {
  flex-direction: column !important;
  padding: 0px 0px 0px 0px !important;
  border-radius: 8px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text p strong {
  font-size: 14px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text .head-title {
  font-size: 21px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
  margin-top: 6px !important;
  margin-bottom: 4px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text .ER_text {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.7) !important;
  margin-top: 23px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text .DayDate {
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 23px !important;
  margin-top: 4px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text .gr_border .ER-title {
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 22px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_img {
  width: 100% !important;
  position: relative !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_img img {
  width: 100% !important;
  height: auto !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_img img.srImages {
  height: 218px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text {
  width: 98% !important;
  padding: 22px 27px !important;
  height: 202px !important;
  overflow-y: auto !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text::-webkit-scrollbar {
  width: 8px !important;
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text::-webkit-scrollbar-thumb {
  border-radius: 100px !important;
  background: rgb(198, 201, 207) !important;
}
@media (max-width: 767px) {
  .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text {
    height: auto !important;
    overflow-y: inherit !important;
  }
}
.recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text.rsTextOnly {
  height: 402px !important;
}
@media (max-width: 767px) {
  .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text.rsTextOnly {
    height: auto !important;
    overflow-y: inherit !important;
  }
}

.s10_container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1200px !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  height: 100% !important;
  top: 0 !important;
}
@media screen and (min-width: 1370px) {
  .s10_container {
    max-width: 94% !important;
  }
}
@media screen and (max-width: 767px) {
  .s10_container {
    position: inherit !important;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.s10_row {
  padding-top: 0px !important;
  display: flex !important;
  height: 100% !important;
  justify-content: flex-start !important;
  gap: 30px !important;
}
@media screen and (max-width: 767px) {
  .s10_row {
    padding-top: 0px !important;
    gap: 0 !important;
    width: 100% !important;
  }
}

.s10_search {
  position: relative !important;
  border-bottom: 1px solid #d0d4dd !important;
}
.s10_search input[type=text] {
  margin: 0px !important;
  border: 0 !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 21px 16px 21px 45px !important;
  color: #000000 !important;
  background: rgb(255, 255, 255) !important;
  width: 100% !important;
  color: rgba(0, 9, 26, 0.56) !important;
}
.s10_search .s10_search-icon {
  height: 17.53px !important;
  width: 17.53px !important;
  border: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  cursor: pointer !important;
  background: none !important;
  transform: translateY(-50%) !important;
}

.map_image {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
@media all and (min-width: 768px) and (max-width: 1194px) {
  .map_image {
    min-height: 700px !important;
    height: calc(100vh - 310px) !important;
  }
}
@media screen and (max-width: 767px) {
  .map_image {
    display: none;
    height: 400px !important;
  }
}
.map_image .s10_map_image {
  width: 100% !important;
}
.map_image .s10_map_image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.s10_right_side {
  padding-top: 10px !important;
  overflow: hidden !important;
  width: 77% !important;
}
@media screen and (max-width: 767px) {
  .s10_right_side {
    width: 100% !important;
  }
}

.multiple-links-dropdown {
  margin: 0px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  position: relative !important;
  z-index: 2 !important;
}
@media screen and (max-width: 767px) {
  .multiple-links-dropdown {
    display: none !important;
  }
}
.multiple-links-dropdown .drop_down {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 5px 11px !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  margin: 0px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.multiple-links-dropdown .drop_down.active {
  background: #DCE8FF !important;
}
.multiple-links-dropdown .drop_down span.drop_label {
  margin-left: 7px !important;
}
.multiple-links-dropdown .drop_down .drop_icon {
  margin-left: 10px !important;
}

.multiple-links-dropdown_openstate {
  position: relative !important;
}

.checkbox_group_openstate {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  max-width: 160px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin: 0px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 160px !important;
  height: -moz-max-content !important;
  height: max-content !important;
  position: absolute !important;
  left: 0px !important;
  top: 110% !important;
  z-index: 11 !important;
}
.checkbox_group_openstate .openstate_check-box {
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  padding: 8px 0px !important;
}
.checkbox_group_openstate .openstate_check-box .os_lebel {
  margin-left: 8px !important;
}
.checkbox_group_openstate .openstate_check-box .lc_icon_ {
  margin-left: auto !important;
}

.radio_group_openstate {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  max-width: 205px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin: 0px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  position: absolute !important;
  top: 110% !important;
  left: 0px !important;
  z-index: 10 !important;
}
.radio_group_openstate .openstate_radio-box {
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  padding: 8px 0px !important;
}
.radio_group_openstate .openstate_radio-box .os_lebel {
  margin-left: 8px !important;
}
.radio_group_openstate .openstate_radio-box .lc_icon_ {
  margin-left: auto !important;
}
.radio_group_openstate .date_box {
  position: relative !important;
  margin-bottom: 11px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  max-width: inherit !important;
}
.radio_group_openstate .date_box .calender_label {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  min-width: 30px !important;
  text-align: right !important;
}
.radio_group_openstate .date_box .sd {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  border-radius: 6px !important;
  padding: 7px 10px !important;
  width: 100% !important;
  border: 1px solid rgb(208, 212, 221) !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.radio_group_openstate .date_box .open-button {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
  width: 18px !important;
  height: 18px !important;
  background: rgb(255, 255, 255) !important;
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  .s10_map_image {
    display: none !important;
  }
}

a.btt_btn {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  border-radius: 100px !important;
  padding: 6px 12px !important;
  display: inline-block !important;
  color: #2e5bad !important;
  position: absolute !important;
  left: 0px !important;
  right: 20px !important;
  width: fit-content !important;
  bottom: 50px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-family: "Inter", sans-serif !important;
  margin: auto !important;
}
@media screen and (max-width: 767px) {
  a.btt_btn {
    z-index: -1 !important;
  }
}
a.btt_btn img {
  padding-left: 8px !important;
  display: inline-block !important;
}

.dropdown_mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .dropdown_mobile {
    display: block !important;
    padding: 16px !important;
    border-bottom: 1px solid #d0d4dd !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .dropdown_mobile .multiple-links-dropdown {
    display: flex !important;
    height: 32px;
  }
}
@media screen and (max-width: 408px) {
  .dropdown_mobile .multiple-links-dropdown {
    gap: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .dropdown_mobile .multiple-links-dropdown .drop_down {
    margin-bottom: 10px !important;
    border: 1px solid #d0d4dd !important;
    box-shadow: inherit !important;
  }
}
@media screen and (max-width: 408px) {
  .dropdown_mobile .multiple-links-dropdown .drop_down {
    font-size: 13px !important;
    line-height: 13px !important;
    padding: 5px 7px !important;
  }
}

.radio_calendar_box {
  margin-top: 8px !important;
}

.S010_SR {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 783px !important;
  position: absolute;
  top: 0 !important;
  left: inherit !important;
  right: inherit !important;
  height: 100% !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .S010_SR {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.S010_SR .s10_left_baar {
  width: 100% !important;
  padding: 2.5rem 2.5rem !important;
  box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.12) !important;
}
@media all and (max-width: 767px) {
  .S010_SR .s10_left_baar {
    padding: 0px 0px !important;
  }
}

@media all and (max-width: 767px) {
  .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .recent_services_text, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .recent_services_text {
    border-bottom: 0px !important;
  }
}
.recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .head-title, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .head-title {
  font-size: 24px !important;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  line-height: 30px !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .head-title, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .head-title {
    font-size: 17px !important;
    line-height: 22px !important;
  }
}
.recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .sub-text, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .sub-text {
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 17px !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .sub-text, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .sub-text {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}
.recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .recent_services_coml p em, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .recent_services_coml p em {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionDayDate, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionDayDate {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 27px !important;
  margin-bottom: 4px !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionDayDate, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionDayDate {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
.recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionTitle, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionTitle {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin-bottom: 6px !important;
}
.recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionrescheduled, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionrescheduled {
  font-size: 13px !important;
  line-height: 14px !important;
}
.recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionText, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionText {
  margin-top: 6px !important;
  line-height: 16px !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionText, .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row .ExpectedResolution .ExpectedResolutionText {
    margin-top: 0px !important;
  }
}

.recent_services_leftBaar.rs_RB, .rs_RB.recent_services_leftBaar--rs_RB {
  max-width: 360px;
}

.map-options {
  padding: 16px !important;
  border: 1px solid rgb(208, 212, 221) !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  border-radius: 0px 0px 8px 8px !important;
  z-index: 1 !important;
  position: relative;
  background: white;
}
@media (max-width: 767px) {
  .map-options {
    padding: 0px !important;
    border-radius: 0px !important;
    padding-bottom: 17.5px !important;
  }
}
.map-options .current-loc {
  padding-top: 4px !important;
  padding-bottom: 17.5px !important;
  border-bottom: 1px dashed rgb(208, 212, 221) !important;
  margin-bottom: 8px !important;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .map-options .current-loc {
    padding-top: 12px !important;
  }
}
.map-options .loc-set {
  display: flex !important;
  align-items: center !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media (max-width: 767px) {
  .map-options .loc-set {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
}
.map-options .loc-set img {
  margin-right: 9px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.map-options .loc-set span {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  line-height: 17px !important;
}
.map-options .all-loc .loc-set {
  padding-top: 13px !important;
  list-style: none !important;
  padding-bottom: 13px !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  cursor: pointer !important;
}

.d-none-d {
  display: none !important;
}
@media (max-width: 767px) {
  .d-none-d {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .d-none-m {
    display: none;
  }
}

.announcement_center {
  text-align: center !important;
}
.announcement_center img {
  margin-right: 30px !important;
}

.ER_steps .ER_step1 {
  padding-bottom: 20px !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: 40px 1fr !important;
}
.ER_steps .ER_step1 p.ER-title {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 4px !important;
}
.ER_steps .ER_step1 p.ER_sub-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
.ER_steps .ER_step1 p.rescheduled_text {
  font-family: "Inter", sans-serif !important;
  background: #f2f6fc !important;
  padding: 8px 10px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  max-width: 200px !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
  opacity: 0.8 !important;
}
.ER_steps .ER_step1 p.ER_asign-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  opacity: 0.8 !important;
}
.ER_steps .ER_step1 .invisible_t {
  color: rgba(0, 9, 26, 0.7) !important;
}
.ER_steps .ER_step1::before {
  content: "" !important;
  height: 100% !important;
  position: absolute !important;
  left: 13px !important;
  border-left: 2px solid #006B00 !important;
  top: 3px !important;
}
.ER_steps .ER_step1:last-child::before {
  content: inherit !important;
}
.ER_steps .ER_step1 .ER_step_img {
  width: 28px !important;
  text-align: center !important;
  margin-top: -2px !important;
}
.ER_steps .ER_step1 .ER_step_img img {
  position: relative !important;
  z-index: 1 !important;
}
.ER_steps .ER_step1 .ER_step_img img.icon_s18 {
  width: 18px !important;
  height: 18px !important;
}
.ER_steps .ER_step1 .ER_step_img img.icon_s28 {
  width: 28px !important;
  height: 28px !important;
}
.ER_steps .gr_border::before {
  border-left: 2px dashed rgba(25, 39, 64, 0.5) !important;
}

.Close_Btnn {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  cursor: pointer !important;
}

.arrow_Btnn {
  position: absolute;
  right: 10px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
}

.drop_down_short_radio {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-left: 10px !important;
}
.drop_down_short_radio .openstate_radio-box {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}
.drop_down_short_radio .openstate_radio-box img {
  height: 20px !important;
  width: 20px !important;
}

.home_submit_services .container .all_request .col2_row .select_services, .home_submit_services .container .all_request .col2_row .select_services--request {
  width: 100% !important;
}
.home_submit_services .container .all_request .col2_row .select_services ul.suggest.grid_items_center, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest.grid_items_center, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.grid_items_center.suggest--ulmb, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.grid_items_center.suggest--ulmb, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.grid_items_center.suggest--ulmb, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.grid_items_center.suggest--ulmb {
  grid-template-columns: repeat(1, 1fr) !important;
}
.home_submit_services .container .all_request .col2_row .select_services ul.suggest.grid_items_center li, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest.grid_items_center li, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.grid_items_center.suggest--ulmb li, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.grid_items_center.suggest--ulmb li, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.grid_items_center.suggest--ulmb li, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.grid_items_center.suggest--ulmb li {
  width: -moz-max-content !important;
  width: max-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media all and (max-width: 767px) {
  .home_submit_services .container .all_request .col2_row .select_services ul.suggest.grid_items_center li, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest.grid_items_center li, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.grid_items_center.suggest--ulmb li, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.grid_items_center.suggest--ulmb li, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.grid_items_center.suggest--ulmb li, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.grid_items_center.suggest--ulmb li {
    width: 94% !important;
  }
}

.display-flex {
  display: flex !important;
}

.gap-8 {
  gap: 8px !important;
}

.announcement_bar {
  position: fixed !important;
  width: 100% !important;
  top: 0px !important;
  z-index: 999 !important;
}
@media all and (max-width: 767px) {
  .announcement_bar span img {
    position: absolute;
    left: 14px;
    top: 16px;
  }
}

@media all and (max-width: 767px) {
  .s70a_left {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .s70a_Right {
    padding-top: 0px !important;
  }
}

ol.ol_list {
  list-style-type: none !important;
  counter-reset: item !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 20px !important;
}
ol.ol_list li {
  display: block !important;
  position: relative !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  list-style: none !important;
  list-style-type: none !important;
}
ol.ol_list li::before {
  content: counters(item, ".") "." !important;
  counter-increment: item !important;
  position: absolute !important;
  margin-right: 100% !important;
  right: 5px !important;
}

.my_sr_head {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media all and (max-width: 767px) {
  .my_sr_head {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

ul.sr_tab {
  display: flex !important;
  gap: 8px !important;
}
ul.sr_tab li {
  list-style: none !important;
  display: flex;
}
ul.sr_tab li.active a {
  color: #2e5bad !important;
  border-color: #2e5bad !important;
}
ul.sr_tab li a {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  padding: 16px 12px !important;
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
ul.sr_tab li a:hover {
  color: #2e5bad !important;
  border-color: #2e5bad !important;
}

.sr_tabs {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 24px 0px !important;
  flex-wrap: wrap !important;
}
@media all and (max-width: 767px) {
  .sr_tabs {
    display: none !important;
  }
}

.drop_down_Sort .drop_label {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.8) !important;
  margin-right: 8px !important;
}
.drop_down_Sort .drop_text {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.8) !important;
  margin-right: 6px !important;
}
.drop_down_Sort .drop_icon {
  top: -2px !important;
  position: relative;
  cursor: pointer !important;
}

.recent_services_leftBaar .ExpectedResolution, .recent_services_leftBaar--rs_RB .ExpectedResolution {
  display: flex !important;
  justify-content: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  position: relative !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .ExpectedResolution, .recent_services_leftBaar--rs_RB .ExpectedResolution {
    flex-direction: column !important;
  }
}
.recent_services_leftBaar .ExpectedResolution .ExpectedResolution_colm, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolution_colm {
  width: 96px !important;
  text-align: right !important;
  margin-top: -2px !important;
  padding: 15px 0px 0px 0px !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .ExpectedResolution .ExpectedResolution_colm, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolution_colm {
    width: 110px !important;
  }
}
.recent_services_leftBaar .ExpectedResolution .ExpectedResolution_colm .ExpectedResolutionText, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolution_colm .ExpectedResolutionText {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .ExpectedResolution .ExpectedResolution_colm .ExpectedResolutionText, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolution_colm .ExpectedResolutionText {
    text-align: left !important;
  }
}
.recent_services_leftBaar .ExpectedResolution .ExpectedResolutionText_colm, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolutionText_colm {
  box-sizing: border-box !important;
  width: calc(100% - 120px) !important;
  border-top: 1px solid #edeff2 !important;
  padding: 15px 0px 0px 0px !important;
}
@media all and (max-width: 767px) {
  .recent_services_leftBaar .ExpectedResolution .ExpectedResolutionText_colm, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolutionText_colm {
    width: calc(100% - 0px) !important;
    margin-top: 5px !important;
    border-top: 0 !important;
  }
}
.recent_services_leftBaar .ExpectedResolution .ExpectedResolutionText_colm .ExpectedResolutionTitle, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolutionText_colm .ExpectedResolutionTitle {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 4px !important;
}
.recent_services_leftBaar .ExpectedResolution .ExpectedResolutionText_colm .ExpectedResolutionSubtext, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolutionText_colm .ExpectedResolutionSubtext {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(0, 9, 26, 0.7) !important;
}
.recent_services_leftBaar .ExpectedResolution .ExpectedResolutionText_colm .ExpectedResolutionDayDate, .recent_services_leftBaar--rs_RB .ExpectedResolution .ExpectedResolutionText_colm .ExpectedResolutionDayDate {
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}

.recent_services_s010 .recent_services .recent_services_row .recent_services_coml {
  flex-direction: column !important;
  border: 1px solid #D0D4DD !important;
  border-radius: 12px !important;
  margin-bottom: 30px !important;
  padding: 24px 24px 10px 24px !important;
}
@media all and (max-width: 767px) {
  .recent_services_s010 .recent_services .recent_services_row .recent_services_coml {
    border: 0px !important;
    border-bottom: 1px solid #D0D4DD !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 15px !important;
  }
}
.recent_services_s010 .recent_services .recent_services_row .recent_services_coml .recent_services_text {
  width: calc(100% - 120px) !important;
}
@media all and (max-width: 767px) {
  .recent_services_s010 .recent_services .recent_services_row .recent_services_coml .recent_services_text {
    width: calc(100% - 100px) !important;
  }
}

.recent_services_s010 .recent_services .rc_Coml_T {
  display: flex !important;
  justify-content: flex-start !important;
  justify-content: space-between !important;
  padding: 0px !important;
  flex-wrap: wrap !important;
  position: relative !important;
}
@media all and (max-width: 767px) {
  .recent_services_s010 .recent_services .rc_Coml_T {
    border-bottom: 1px solid #EDEFF2 !important;
  }
}
@media all and (max-width: 450px) {
  .recent_services_s010 .recent_services .rc_Coml_T {
    padding-bottom: 12px !important;
  }
}
.recent_services_s010 .recent_services .rc_Coml_T .recent_services_img {
  width: 96px !important;
}
@media all and (max-width: 767px) {
  .recent_services_s010 .recent_services .rc_Coml_T .recent_services_img {
    width: 80px !important;
  }
}
.recent_services_s010 .recent_services .rc_Coml_T .recent_services_img img {
  width: 96px !important;
  height: 96px !important;
}
@media all and (max-width: 767px) {
  .recent_services_s010 .recent_services .rc_Coml_T .recent_services_img img {
    width: 80px !important;
    height: 80px !important;
  }
}

.s010Mimg {
  min-height: 1000px !important;
}
.s010Mimg img {
  min-height: 1000px !important;
}

a.msg_box {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-decoration-line: underline !important;
  color: #2e5bad !important;
  position: absolute !important;
  right: 0 !important;
  top: 15px !important;
}

.drop_down_Sort {
  display: flex !important;
  align-items: center !important;
}
.drop_down_Sort .drop_text_ic {
  background: #EDEFF2 !important;
  border-radius: 4px !important;
  padding: 2px 4px !important;
}

.my_sr_tab .drop_down_Sort {
  position: relative;
  z-index: 1;
}
.my_sr_tab .drop_down_Sort .checkbox_group_openstate {
  position: absolute;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  left: inherit !important;
  right: 0 !important;
}
.my_sr_tab .drop_down_Sort .checkbox_group_openstate img, .my_sr_tab .drop_down_Sort .checkbox_group_openstate .img_space {
  height: 11px !important;
  width: 14px !important;
}

@media all and (max-width: 767px) {
  .my_sr_tab {
    padding-top: 16px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

.recent_services_s010 {
  padding-bottom: 50px !important;
}
.recent_services_s010 .see_all {
  margin-top: 34px !important;
}
@media all and (max-width: 767px) {
  .recent_services_s010 .see_all {
    margin-top: 0px !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.HdrFtr_Fxd .contact-main {
  position: fixed;
  top: 0px !important;
  z-index: 15 !important;
  width: 90% !important;
}
@media all and (max-width: 767px) {
  .HdrFtr_Fxd .contact-main {
    width: 100% !important;
  }
}
.HdrFtr_Fxd .c-bottom {
  position: fixed !important;
  bottom: 0px !important;
  z-index: 22 !important;
  width: 90% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media all and (max-width: 767px) {
  .HdrFtr_Fxd .c-bottom {
    width: 100% !important;
  }
}
.HdrFtr_Fxd .form-details {
  margin-top: 88px !important;
  margin-bottom: 98px !important;
}
@media all and (max-width: 767px) {
  .HdrFtr_Fxd .form-details {
    margin-top: 60px !important;
    margin-bottom: 70px !important;
  }
}

.icon-wrap_circle {
  float: left !important;
}
.icon-wrap_circle .icon-wrap {
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  translate: inherit !important;
  width: 60px !important;
  height: 60px !important;
  padding: 8px !important;
}
@media all and (max-width: 767px) {
  .icon-wrap_circle .icon-wrap {
    width: 42px !important;
    height: 42px !important;
  }
}

.leaflet-control-layers-base label div {
  float: left !important;
  width: 100% !important;
}

.leaflet-control-layers-base label div img {
  padding: 2px !important;
}

.leaflet-control-layers-separator {
  float: left !important;
  width: 100% !important;
  margin: 5px -10px 5px -6px !important;
}

.leaflet-control-layers-overlays, .leaflet-control-layers-base {
  padding: 6px 10px 6px 6px !important;
}

.contact-wrapper .width_466 .main {
  width: 466px !important;
}
@media all and (max-width: 576px) {
  .contact-wrapper .width_466 .main {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    left: 0 !important;
    right: 0px !important;
  }
}

.contact-wrapper .contact-main .midscroll {
  height: 60px !important;
  padding-bottom: 9px !important;
  padding-top: 9px !important;
  position: fixed !important;
  top: 0;
  width: 448px !important;
  z-index: 1;
}

.s72_bg {
  background: linear-gradient(180deg, #E9EEF7 0%, #DDE2ED 100%) !important;
}

.container_s72 {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 930px !important;
}
.s72_inner {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .s72_inner {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
}

.s72_msr_text {
  margin-bottom: 12px !important;
  width: fit-content;
}
.s72_msr_text .req_btn {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  color: #2e5bad !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

.s72_body {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.12) !important;
  border-radius: 16px !important;
  padding: 72px 72px !important;
  font-family: "Inter", sans-serif !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s72_body {
    padding: 72px 0px !important;
  }
}
.s72_body .icon-wrap {
  top: 0 !important;
}
@media screen and (max-width: 767px) {
  .s72_body .icon-wrap {
    position: inherit !important;
  }
}
.s72_body .icon-wrap img {
  width: 100% !important;
}

h2.s72_head {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 36px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: 60% !important;
}
@media screen and (max-width: 767px) {
  h2.s72_head {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 24px !important;
    padding: 0px 15px !important;
  }
}

.s72_mapArea {
  position: relative !important;
  width: 100% !important;
}
.s72_mapArea img {
  border-radius: 5px !important;
  width: 100% !important;
  height: 290px !important;
}
.s72_mapArea .mp_S72_img {
  width: 100% !important;
}
.s72_mapArea .areabox {
  position: relative !important;
  top: 78px !important;
}

.s72_headArea {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  .s72_headArea {
    flex-direction: column !important;
  }
}
.s72_headArea .Expected_Area {
  display: flex !important;
  font-family: "Inter", sans-serif !important;
  align-items: center;
  gap: 10px !important;
}
@media screen and (max-width: 767px) {
  .s72_headArea .Expected_Area {
    align-items: center !important;
    gap: 10px !important;
    flex-direction: column-reverse !important;
  }
}
.s72_headArea .Expected_Area .ExpectedText {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: right !important;
  color: rgba(0, 9, 26, 0.7) !important;
  opacity: 0.8 !important;
  text-transform: capitalize !important;
}
.s72_headArea .Expected_Area .ExpectedDayDate {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: rgba(0, 9, 26, 0.87);
  margin-top: 5px !important;
}
.s72_headArea .Expected_Area a.Exp_Open_btn {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  color: #006B00 !important;
  background: #E8FAE8 !important;
  border-radius: 5px !important;
  padding: 8px 15px !important;
  text-transform: uppercase !important;
}

.rq_Id {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.7) !important;
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .rq_Id {
    padding-left: 0px !important;
    font-size: 10px !important;
  }
}

.search_path_select {
  position: relative;
}
.search_path_select .loc-Path-Multi {
  align-items: center !important;
  background: rgb(255, 255, 255) !important;
  font-family: "Inter", sans-serif !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  line-height: 12px !important;
  font-weight: 500 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  width: 100% !important;
  font-size: 12px !important;
  display: flex !important;
  gap: 8px;
}
.search_path_select .loc-Path-Multi img {
  border-radius: 0px !important;
  width: auto !important;
  height: auto !important;
}

.more_S {
  border: 0px !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.7) !important;
  padding: 0px !important;
  text-align: left !important;
}

.mr_btn {
  border: 0px !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: "Inter", sans-serif !important;
  color: #2e5bad !important;
  text-decoration: underline !important;
  margin-left: 3px !important;
}

.ml_Path {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 6px !important;
  width: 240px !important;
  position: absolute !important;
  top: 10px !important;
  left: 12px !important;
}
.ml_Path .heading_mlp {
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  text-align: left !important;
  padding: 10px !important;
}
.ml_Path .search_location_Path_input {
  border-bottom: 1px solid #D0D4DD !important;
  border-top: 1px solid #D0D4DD !important;
  padding: 10px !important;
  display: flex !important;
  justify-content: space-between !important;
}
.ml_Path .scrollContainer {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.search_path_select_div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.srch_path_location {
  max-height: 104px !important;
  overflow-y: auto !important;
}

.ExeStups_Pc_Area {
  width: 100% !important;
  clear: both !important;
  margin-top: 48px !important;
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  text-align: left !important;
  gap: 15px !important;
  max-width: 698px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .ExeStups_Pc_Area {
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-top: 36px !important;
  }
}

p.ExeStups_ERtext {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgba(0, 9, 26, 0.7) !important;
}

p.ExeStupsDayDate {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 18px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}

.post_commentArea {
  width: 300px !important;
}
@media screen and (max-width: 767px) {
  .post_commentArea {
    margin-top: 30px !important;
    max-width: 100% !important;
  }
}

.post_comments_bg {
  background: #F2F6FC !important;
  border: 1px solid #F2F6FC !important;
  border-radius: 8px !important;
  padding: 10px !important;
  width: 100% !important;
  max-height: 376px !important;
  overflow-y: auto !important;
}

.post_comments {
  margin-bottom: 10px !important;
  width: 100% !important;
}
.post_comments .PC_Avatar {
  height: 24px !important;
  width: 24px !important;
}
.post_comments .PC_Avatar img {
  height: 24px !important;
  width: 24px !important;
  border-radius: 100% !important;
  max-width: inherit !important;
}
.post_comments textarea {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.7) !important;
  border: 0px !important;
  padding: 10px !important;
  min-height: 38px !important;
  border-radius: 8px;
  padding-right: 36px !important;
  width: 100% !important;
  resize: auto !important;
}
.post_comments button.icon_BT {
  position: absolute !important;
  right: 10px !important;
  bottom: 12px !important;
  padding: 0px !important;
  cursor: pointer !important;
  border: 0px !important;
  background: none !important;
}
.post_comments .post_comment {
  display: flex !important;
  position: relative !important;
  gap: 8px !important;
}
.post_comments .comment_Wirte {
  align-items: center !important;
}

.post_comment_Additional {
  font-weight: 400 !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: right !important;
  color: rgba(0, 9, 26, 0.7) !important;
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .post_comment_Additional {
    text-align: center !important;
  }
}

.S72Attachement {
  width: 100% !important;
  max-width: 698px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-top: 1px solid #D0D4DD;
  margin-top: 36px !important;
  padding-top: 36px !important;
}
@media screen and (max-width: 767px) {
  .S72Attachement {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.S72Attachement .upload-file {
  float: none !important;
  max-width: 500px !important;
  min-height: inherit !important;
  overflow: auto !important;
}
.S72Attachement .upload-file .Attach-file {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.S72Attachement .upload-file .Attach-file .attached-files {
  padding: 0px 0 0 0 !important;
  float: none !important;
}

.Title_heading {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  margin-bottom: 18px !important;
}

.detail_s72 {
  width: 100% !important;
  max-width: 698px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 40px !important;
  clear: both;
}
@media screen and (max-width: 767px) {
  .detail_s72 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.detail_s72 .st_detail_ul {
  border: 1px solid rgb(208, 212, 221) !important;
  border-radius: 8px !important;
  clear: both !important;
  font-family: "Inter", sans-serif !important;
}
.detail_s72 .st_detail_ul li {
  list-style: none !important;
  padding: 20px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif !important;
}
.detail_s72 .st_detail_ul li:last-child {
  border-bottom: 0px !important;
}
.detail_s72 .st_detail_ul li p {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}
.detail_s72 .st_detail_ul li .st_detail_normal_p {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}
.detail_s72 .st_detail_ul li.active_detail {
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgb(116, 131, 183) 0%, rgba(0, 0, 0, 0.17) 100%), #5355ee border-box !important;
  border: 1px solid transparent !important;
}
.detail_s72 .st_detail_ul .st_detail_blod {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  padding-top: 5px !important;
  word-break: break-word;
}
.detail_s72 .st_detail_ul .italic_p {
  color: rgba(0, 9, 26, 0.56) !important;
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.detail_s72 .st_detail_ul .iab-text {
  display: flex !important;
  align-items: flex-start !important;
  gap: 6px !important;
  margin-left: 0 !important;
  padding-left: 0px !important;
  width: 100% !important;
  border-top: 1px dashed #d0d4dd;
  padding-top: 10px !important;
  margin-top: 10px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  cursor: inherit !important;
}
.detail_s72 .st_detail_ul .iab-text img {
  margin-top: 3px !important;
  width: 10px !important;
  height: 10px !important;
}
.detail_s72 .st_detail_ul .q_bar {
  max-width: 100% !important;
}

.cancle_Txt {
  clear: both;
  padding-top: 20px !important;
  padding-left: 0px !important;
  max-width: 698px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .cancle_Txt {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.cancle_Txt .Cle_btn {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgb(255, 255, 255) !important;
  display: flex !important;
  gap: 0px !important;
  align-items: center !important;
  width: -moz-max-content;
  width: max-content;
  clear: both;
  padding: 15px 32px !important;
  border-radius: 8px !important;
  width: max-content !important;
  background: #e3322c !important;
  margin-left: auto !important;
  margin-right: 0px !important;
}
.cancle_Txt .Cle_btn img {
  display: none !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}

p.Avtar__Dec {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}

p.Avtar__Name {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(0, 9, 26, 0.8) !important;
}
p.Avtar__Name .Avtar_Time {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: rgba(0, 9, 26, 0.56) !important;
}

p.Avtar_Date {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.7) !important;
  margin-bottom: 5px !important;
}

.width_422 {
  width: 422px !important;
}

.text_spec {
  max-width: 334px !important;
  height: 100px !important;
  width: 100% !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
}

.heading2_mlp {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 21px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding: 18px 32px 10px 32px !important;
  text-align: left !important;
}

.sub_head_mlp {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding: 0px 32px 20px 32px !important;
  text-align: left !important;
}

.SR_Location-Popup .ui-overlay {
  width: 100% !important;
}
.SR_Location-Popup .main-popup {
  max-width: 90% !important;
  width: 100% !important;
  font-family: "Inter", sans-serif !important;
  position: fixed !important;
  border-radius: 12px !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 25 !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  margin: 40px auto !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .main-popup {
    top: 0px !important;
    left: 0px !important;
    z-index: 16 !important;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
    margin: 0px auto !important;
    max-width: 100% !important;
  }
}
.SR_Location-Popup .main-popup .SR_Location-Popup-Inner {
  display: flex !important;
  flex-direction: column !important;
  padding: 0px !important;
  text-align: center !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .main-popup .SR_Location-Popup-Inner {
    height: 100% !important;
  }
}
.SR_Location-Popup .s65screen {
  position: fixed !important;
  padding-top: 0px !important;
  margin: 20px auto !important;
  max-width: 980px !important;
}
@media screen and (max-width: 767px) {
  .SR_Location-Popup .s65screen {
    margin: 0px auto !important;
  }
}
.SR_Location-Popup .s65screen .SR_Location-Popup-Inner {
  margin-top: 0px !important;
}

.Sr_contact-main {
  width: 100% !important;
}
.Sr_contact-main .Sr_contact-inner {
  float: left;
  width: 100% !important;
  padding-bottom: 9px !important;
  padding-top: 9px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  background: linear-gradient(180deg, rgb(71, 80, 97) 0%, rgb(84, 96, 120) 100%) !important;
  border-bottom: 1px solid #152b54 !important;
}
.Sr_contact-main .SR_contact-step {
  padding-left: 14px !important;
  float: left !important;
}
.Sr_contact-main .Sr_contact-step .Sr_contact-title {
  padding-left: 16px !important;
  padding-top: 3px !important;
}
.Sr_contact-main .Sr_contact-step .Sr_contact-heading {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 27px !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) !important;
  color: rgb(255, 255, 255) !important;
  padding-top: 10px !important;
}
.Sr_contact-main .SR_contact-cross {
  float: right !important;
  padding-right: 0px !important;
  margin-top: 2px !important;
  cursor: pointer !important;
}
.Sr_contact-main .SR_contact-cross img {
  height: 36px !important;
  width: 36px !important;
}
.Sr_contact-main .contact-step {
  padding-left: 14px !important;
  float: left !important;
}
.Sr_contact-main .icon-wrap_circle {
  margin-right: 8px !important;
}
.Sr_contact-main .icon-wrap_circle .icon-wrap {
  width: 42px !important;
  height: 42px !important;
}

.SR_Location-Popup .s72_mapArea img {
  border-radius: 0px !important;
  display: block !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  height: inherit !important;
}

.SR_Location-Popup .ml_Path {
  height: 96% !important;
  overflow: hidden !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .ml_Path {
    overflow: hidden !important;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
  }
}
.SR_Location-Popup .ml_Path .search_path_select_div {
  height: auto !important;
  overflow-y: auto !important;
  max-height: 196px !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .ml_Path .search_path_select_div {
    overflow-x: hidden !important;
    height: auto !important;
    overflow-y: auto !important;
    max-height: 196px !important;
  }
}
.SR_Location-Popup .HW_Auto {
  height: auto !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 320px !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .HW_Auto {
    position: absolute !important;
    top: 10px !important;
    left: 12px !important;
    max-width: 250px !important;
  }
}
.SR_Location-Popup .sidebar_heading {
  padding-left: 13px !important;
  padding-right: 11px !important;
  height: 100% !important;
  overflow-y: auto !important;
  width: 100% !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  padding-top: 10px !important;
  padding-bottom: 70px !important;
}
.SR_Location-Popup .sidebar_heading::-webkit-scrollbar {
  display: none !important;
}
.SR_Location-Popup .submit65_content {
  cursor: pointer !important;
  border-radius: 4px !important;
  margin-bottom: 15px !important;
  box-sizing: border-box !important;
}
.SR_Location-Popup .submit65_content:hover {
  outline: 4px solid #0D41A0;
  box-sizing: border-box !important;
}
.SR_Location-Popup .submit65_content.active {
  outline: 4px solid #0D41A0;
  box-sizing: border-box !important;
}
.SR_Location-Popup .sidebar_65submit {
  height: 100% !important;
  left: 0 !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0 !important;
  top: 0 !important;
  max-width: 181px !important;
  width: 15% !important;
}
@media (max-width: 767px) {
  .SR_Location-Popup .sidebar_65submit {
    display: none !important;
  }
}
.SR_Location-Popup .sidebar_65submit .litebox_check {
  float: left;
  width: 80%;
}
.SR_Location-Popup img.close_cut_icon {
  max-width: 36px !important;
  position: absolute;
  top: 0 !important;
  z-index: 1;
  right: 0;
  margin-right: 12px !important;
  margin-top: 15px !important;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .SR_Location-Popup img.close_cut_icon {
    top: 12px !important;
    margin-right: 12px !important;
    margin-top: 0px !important;
  }
}
.SR_Location-Popup img.background_blur {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
@media (max-width: 767px) {
  .SR_Location-Popup img.background_blur {
    display: none !important;
  }
}
.SR_Location-Popup h2.envir_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: rgba(0, 9, 26, 0.87);
  text-align: left;
  margin-top: 15px !important;
  margin-bottom: 11px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  word-break: break-all;
}
.SR_Location-Popup img.litebox_img {
  border-radius: 4px !important;
  margin: 0 auto !important;
  width: 100% !important;
  display: block !important;
}
.SR_Location-Popup img.document {
  max-width: 43px !important;
  margin: 0 auto !important;
  min-height: 57px !important;
}
.SR_Location-Popup p.doc_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  margin-top: 8px !important;
  word-break: break-all;
}
.SR_Location-Popup .submit65_doc {
  background: linear-gradient(180deg, rgb(255, 255, 255) 47.4%, #F7F8FA 100%);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding-top: 16px !important;
  padding-bottom: 13px !important;
  cursor: pointer !important;
  margin-bottom: 15px !important;
  box-sizing: border-box !important;
}
.SR_Location-Popup .submit65_doc:hover {
  outline: 4px solid #0D41A0;
  box-sizing: border-box !important;
}
.SR_Location-Popup .submit65_doc.active {
  outline: 4px solid #0D41A0;
  box-sizing: border-box !important;
}
.SR_Location-Popup .submit_full_image {
  float: right;
  position: absolute;
  top: 0 !important;
  width: 100%;
  padding-top: 0px !important;
  height: 100%;
  max-width: 1023px;
  right: 0;
  max-height: 100%;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .submit_full_image {
    top: 0px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.SR_Location-Popup img.west_upper_img {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup img.west_upper_img {
    width: 100%;
    height: inherit !important;
  }
}
.SR_Location-Popup .litegallery_btns {
  position: absolute !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0;
  max-width: 1;
  z-index: 3;
  margin-bottom: 13px !important;
  max-width: 100px;
}
@media (max-width: 767px) {
  .SR_Location-Popup .litegallery_btns {
    left: 0 !important;
    max-width: 120px !important;
    margin-bottom: 0px !important;
    right: 0px !important;
    bottom: 68px !important;
  }
}
.SR_Location-Popup ul.icons {
  list-style: none;
}
.SR_Location-Popup ul.icons li {
  display: inline-block;
  max-width: 35px;
}
.SR_Location-Popup ul.icons i {
  margin-right: 3px !important;
  color: #D0D4DD !important;
}
.SR_Location-Popup img.eql_btn {
  cursor: pointer !important;
  max-width: 35px !important;
  min-height: 35px !important;
  width: 100% !important;
  display: inline-block;
  float: left;
}

.SR_Location-Popup img.eql_btn_disabled {
  cursor: pointer !important;
  max-width: 35px !important;
  min-height: 35px !important;
  width: 100% !important;
  display: inline-block;
  float: left;
  opacity: 0.2 !important;
}

.SR_Location-Popup .nxtbtn {
  margin-left: 15px !important;
}

.PC_Avatar_textArea {
  width: 100% !important;
}

.PC_Avatar_text {
  width: 100% !important;
}

.mobile_visible {
  display: none !important;
}
@media all and (max-width: 767px) {
  .mobile_visible {
    display: block !important;
  }
}

.s-25-mobile {
  position: fixed !important;
  width: 100% !important;
  bottom: 0 !important;
}

.sortresulsby {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.12) !important;
  border-radius: 16px 16px 0px 0px !important;
  padding: 20px 20px 28px !important;
  font-family: "Inter", sans-serif !important;
}
.sortresulsby .sortresulsbyTop {
  margin-bottom: 20px !important;
}
.sortresulsby img.sr_close_btn {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
}
.sortresulsby span.srtext {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.sortresulsby .bodrer_option {
  border: 1px solid rgb(208, 212, 221) !important;
  border-radius: 8px !important;
  clear: both !important;
  font-family: "Inter", sans-serif !important;
}
.sortresulsby .rado_group {
  font-family: "Inter", sans-serif !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.sortresulsby .rado_group .Custom_rado-box {
  display: block !important;
  position: relative !important;
  cursor: pointer !important;
  font-size: 17px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  font-family: "Inter", sans-serif !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  position: relative;
  width: 100% !important;
  font-weight: 600 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding-right: 40px !important;
}
.sortresulsby .rado_group .Custom_rado-box:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.sortresulsby .rado_group .Custom_rado-box:last-child {
  border-bottom: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.sortresulsby .rado_group .Custom_rado-box:hover {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
}
.sortresulsby .rado_group .Custom_rado-box:focus {
  outline: 2px solid #2e5bad !important;
  background: #DCE8FF !important;
}
.sortresulsby .rado_group .Custom_rado-box .imgTickClassShow {
  float: right !important;
  visibility: visible !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  position: absolute;
  right: 20px;
}
.sortresulsby .rado_group .Custom_rado-box .imgTickClasshide {
  float: right !important;
  visibility: hidden !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  position: absolute;
  right: 20px;
}

.s85_mapArea {
  position: relative !important;
}

@media all and (max-width: 767px) {
  .SR_Location-Popup .loct_map100 {
    height: calc(100vh - 61px);
  }
}

@media all and (max-width: 399px) {
  .cancle_Server_requset {
    flex-direction: column-reverse !important;
    display: flex !important;
    width: 100% !important;
    gap: 10px !important;
  }
}
@media all and (max-width: 399px) {
  .cancle_Server_requset button {
    margin-bottom: 10px !important;
    width: 100% !important;
    display: block !important;
  }
}
@media all and (max-width: 399px) {
  .cancle_Server_requset button button.btn-spacing {
    margin-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .map-loc-mobile {
    order: 2 !important;
  }
}

.h_20pop_bg {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 16 !important;
}
.h_20pop_bg img {
  width: 100% !important;
  height: 100% !important;
}

.float_box {
  float: left;
  width: 100%;
}

.main_model_popup {
  position: relative;
  background: white;
  border-radius: 8px;
}
.main_model_popup .otp_inputs input {
  width: 100%;
  max-width: 10px;
  border-radius: 0px !important;
  align-items: stretch;
}
.main_model_popup .inner_content h2 {
  padding-top: 16px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  letter-spacing: -0.5px;
  padding-bottom: 48px !important;
}
@media (max-width: 767px) {
  .main_model_popup .inner_content h2 {
    padding-bottom: 48px !important;
  }
}
.main_model_popup .otp_inputs {
  display: inline-flex;
}
.main_model_popup .main_model_box {
  position: relative;
}
.main_model_popup .main_model_box img {
  max-width: 93px !important;
  width: 100% !important;
  min-height: 93px !important;
  height: 100% !important;
}
.main_model_popup .logo_standerd {
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
}
.main_model_popup .main_model_box h2 {
  position: absolute;
  top: 0%;
  left: 0;
  font-family: "Inter", sans-serif !important;
  right: 0;
  font-size: 30px; /* THREE11CAP-7755 */
  bottom: 0;
  font-weight: 900;
  color: rgba(0, 9, 26, 0.87) !important;
  line-height: 94px;
}
.main_model_popup h2.txt_font {
  font-size: 20px !important;
  line-height: 73px;
}
.main_model_popup .inner_content {
  padding-top: 50px !important;
}
.main_model_popup .inner_content .bold_text {
  color: rgba(0, 9, 26, 0.87) !important;
}
.main_model_popup .inner_content p {
  font-weight: 500 !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.main_model_popup .inner_content strong {
  font-weight: 600;
  color: rgba(0, 9, 26, 0.7) !important;
}
.main_model_popup .otp_fields {
  padding: 28px 0px 0px 0px !important;
  padding-bottom: 0 !important;
}
.main_model_popup .otp_fields .otp_inputs form {
  display: inline-flex;
}
.main_model_popup .otp_inputs input {
  height: 100%;
  min-height: 72px;
  max-width: 49px;
}
.main_model_popup input.first_chrctr {
  border-radius: 12px 0px 0px 12px !important;
}
.main_model_popup .otp_inputs input:hover {
  border: 2px solid #2e5bad !important;
}
.main_model_popup input.last_chrctr {
  border-radius: 0px 12px 12px 0px !important;
}
.main_model_popup .count_seconds {
  padding-top: 20px !important;
  padding-bottom: 50px !important;
}
.main_model_popup .count_seconds p {
  color: rgba(0, 9, 26, 0.87);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.main_model_popup .listing_main_bx {
  margin-bottom: 13px !important;
}

.google_button img {
  max-width: 18px !important;
  vertical-align: bottom;
  margin-right: 10px !important;
}

.google_button {
  display: block;
  max-width: 320px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .google_button {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.google_button a {
  color: #00091a !important;
  border: 1px solid #D0D4DD !important;
  padding: 16px !important;
  border-radius: 5px;
  width: 100%;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 17px;
}

.google_or p:before {
  width: 100%;
  background: #D0D4DD;
  height: 0.8px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 1;
}

.google_or p {
  font-weight: bold;
  color: gray;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
}

.google_or strong {
  position: absolute;
  background: white;
  z-index: 1;
  width: 38px;
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  text-align: center;
  margin: 0 auto !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 9, 26, 0.7) !important;
}

.google_or {
  max-width: 320px;
  margin: 0 auto !important;
  margin-top: 28px !important;
  margin-bottom: 40px !important;
  display: flex;
}
@media (max-width: 767px) {
  .google_or {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.sign_screen_form {
  position: relative;
}
.sign_screen_form .low_padding {
  padding-bottom: 12px !important;
}

.mrg_rmv {
  max-width: inherit !important;
  width: 100%;
}
.mrg_rmv textarea.edit_address {
  max-width: 100%;
  padding-top: 12px !important;
}
.mrg_rmv button.save_pf {
  display: inline-block;
  width: 100%;
  background: #2e5bad;
  float: left;
  border-radius: 8px !important;
  color: white !important;
  padding: 15px 10px !important;
  border: 0px !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  max-width: 100px !important;
  text-align: center !important;
}
.mrg_rmv span.optional_small {
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.7) !important;
}

.save_cancel_buttons {
  display: inline-flex;
  width: 100%;
}
.save_cancel_buttons button.cancel_pf {
  display: inline-block;
  width: 100%;
  background: rgba(25, 39, 64, 0.04) !important;
  border-radius: 8px !important;
  color: #2e5bad !important;
  float: right;
  padding: 15px 10px !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-size: 17px;
  line-height: 17px;
  max-width: 100px !important;
  text-align: center !important;
  border: 0px !important;
  font-weight: 500 !important;
}
.save_cancel_buttons .save_cancel {
  text-align: left;
  padding-bottom: 0 !important;
}

.centered_point_edit {
  max-width: 380px !important;
  margin: 0 auto !important;
}

.sign_form_fields {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding-bottom: 25px !important;
  margin: 0 auto !important;
}
.sign_form_fields .cont {
  line-height: inherit !important;
  font-size: 12px !important;
}
.sign_form_fields .cont .show_icon {
  padding-top: 0px !important;
}
@media (max-width: 767px) {
  .sign_form_fields {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.sign_form_fields input {
  display: block;
  height: 47px;
  width: 100%;
}

.sign_form_fields label {
  text-align: left;
  display: block;
  margin-bottom: 6px !important;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 17px;
  color: rgba(0, 9, 26, 0.87);
}

span.show img {
  margin-left: 3px !important;
  padding-top: 3px !important;
}

.reminder_me_left input {
  vertical-align: middle;
  height: 22px !important;
  width: 28px !important;
  border: 1px solid #D0D4DD !important;
  border-radius: 4px !important;
}

strong.bold_text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 9, 26, 0.87) !important;
}

span.show {
  float: right;
  font-size: 14px;
  font-weight: 400;
  vertical-align: bottom;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  line-height: 14px;
  color: #2e5bad;
}

.reminder_me {
  max-width: 320px;
  margin: 0 auto !important;
  /* THREE11CAP-7754 */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reminder_me {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.login_sign_up {
  max-width: 320px;
  margin: 0 auto !important;
}

.login_under {
  max-width: 320px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .login_under {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.reminder_me_right a {
  text-decoration: underline !important;
  text-underline-position: under;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: #2e5bad;
}

.reminder_me_left label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 9, 26, 0.8);
  display: flex; /* THREE11CAP-7754 */
}

.login_sign_up {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.login_sign_up .lite_sign {
  font-size: 12px !important;
  padding: 8px 8px !important;
}
@media (max-width: 767px) {
  .login_sign_up {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.reminder_me_right {
  /* THREE11CAP-7754 */
  display: flex;
  justify-content: flex-start;
}

.reminder_me_left {
  /* THREE11CAP-7754 */
  padding-bottom: 25px !important;
  display: flex;
  justify-content: flex-start;
}

.login_sign_up a {
  display: block;
  width: 100%;
  background: #2e5bad;
  float: left;
  border-radius: 8px !important;
  color: white !important;
  padding: 15px 10px !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
}

.login_under a {
  text-decoration: underline !important;
  text-underline-position: under;
  color: #2e5bad !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.login_under {
  margin-bottom: 11px !important;
  margin-top: 11px !important;
}

.left_remind_check {
  display: inline-block;
  float: left;
  margin-bottom: 48px !important;
  margin-top: 12px !important;
}
@media all and (max-width: 767px) {
  .left_remind_check {
    margin-bottom: 0px !important;
    width: 100%;
  }
}
.left_remind_check span.noanchor_txt {
  text-underline-position: under;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.del_margin {
  margin-top: 0 !important;
}

.right_content_forget {
  display: inline-block;
  float: right;
  margin-top: 12px !important;
  margin-bottom: 48px !important;
}
@media all and (max-width: 767px) {
  .right_content_forget {
    margin-bottom: 48px !important;
    width: 100%;
  }
}

.right_content_forget a {
  text-decoration: underline !important;
  color: #2e5bad;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
}

.signup_continue {
  padding-top: 0 !important;
}

.under_continue_content {
  margin-top: 25px !important;
  padding-bottom: 48px !important;
}

.under_continue_content p {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  color: #000000 !important;
}

p.login_btn_txt {
  margin-top: 4px !important;
}

a.login_txt {
  width: 244px !important;
  height: 19px;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  color: #000000 !important;
}

.signup_btn {
  padding-top: 0 !important;
  padding-bottom: 48px !important;
  display: flex;
}

input.signemail_input {
  border: 0 !important;
  padding: 0 !important;
  color: rgba(0, 9, 26, 0.7) !important;
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  background-color: rgb(255, 255, 255);
}

input.signemail_input:focus-visible {
  outline: 2px solid transparent !important;
}

.password_field {
  padding-bottom: 0 !important;
}

textarea.edit_address_text {
  width: 100%;
  padding: 10px 0 !important;
  border: 0px !important;
  background: white !important;
}

.listing_text {
  width: 100%;
  max-width: 320px;
  text-align: center;
  margin: 0 auto !important;
  margin-top: 8px !important;
  display: flex;
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .listing_text {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

ul.listing_inherit {
  padding-left: 29px !important;
  list-style: disc !important;
}
ul.listing_inherit .inlist {
  font-size: 12px !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  ul.listing_inherit {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

li.listing_lists {
  text-align: left;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: rgba(0, 9, 26, 0.7) !important;
}

.change_colorblue {
  width: 244px !important;
  height: 19px;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  color: #2e5bad !important;
}

.twoc_space {
  margin-left: 5px !important;
}

.old_box {
  display: none;
}

.same_margin {
  margin-top: 20px !important;
}

.disable_input_box {
  position: relative;
}
.disable_input_box input.signemail_input {
  border: none !important;
  background-color: rgb(255, 255, 255) !important;
}

.enable_input_box input.signemail_input {
  border: 1px solid #d0d4dd !important;
  padding: 0 16px !important;
  background-color: rgb(255, 255, 255) !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
.enable_input_box .adsearch_field {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  outline: 0px !important;
}

.robo_captcha {
  width: 100%;
  max-width: 320px;
  text-align: center;
  margin: 0 auto !important;
  display: flex;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .robo_captcha {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .robo_captcha img.robot_captcha {
    width: 100% !important;
  }
}

.mrgn_del_sign {
  padding-bottom: 13px !important;
}

.mrgn_del_cont {
  padding-bottom: 48px !important;
}

.bottom_div {
  padding-bottom: 12px !important;
}
.bottom_div .account_txt {
  font-size: 10px !important;
  line-height: 10px !important;
  height: auto !important;
}
.bottom_div .login_main_cls {
  margin-top: 0px !important;
}
.bottom_div .login_main_cls .login_txt_con {
  font-size: 9px !important;
  line-height: 14px !important;
}

.lite_color_btn {
  opacity: 0.4 !important;
}

p.already_accunt {
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  height: 19px;
}

input.otp.border_frst {
  border: 2px solid #2e5bad !important;
  border-radius: 8px 0px 0px 8px !important;
}

.listing_icon_none {
  list-style: none;
  padding-left: 4px !important;
}
.listing_icon_none .red_cont {
  color: #e3322c !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
}
.listing_icon_none .green_cont {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: #006B00 !important;
}

img.wrong_cut {
  margin-right: 9px !important;
}

.green_cont {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: #006B00 !important;
}

.red_cont {
  color: #e3322c !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 22px !important;
}

img.correct_tick {
  margin-right: 7px !important;
}

.incapsulate_logo {
  margin-top: 34px !important;
  float: left;
  width: 100%;
}

.incapsulate_logo img {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .map-loc-mobile {
    order: 2 !important;
  }
}

.contact-wrapper .contact-main .contact-inner {
  position: relative !important;
}

.icon-wrap-center {
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  translate: -50% -50% !important;
  text-align: center !important;
  border-radius: 100% !important;
}
.icon-wrap-center .icon-wrap {
  width: 88px !important;
  height: 88px !important;
}

h2.verify_mail_cls {
  font-family: "Inter", sans-serif;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 36px !important;
  text-align: center !important;
  color: rgba(0, 9, 26, 0.87) !important;
  padding-bottom: 0px !important;
  padding-top: 20px !important;
}

.menu_dropdown {
  position: absolute !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 12px !important;
  border-radius: 8px !important;
  width: 196px !important;
  top: 54px !important;
  display: none;
}
.menu_dropdown::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  bottom: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  border: 0.75rem solid transparent !important;
  border-top: none !important;
  border-bottom-color: rgb(255, 255, 255) !important;
}
.menu_dropdown .b_green {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  text-align: center !important;
  width: 100% !important;
  white-space: normal !important;
}
.menu_dropdown .b_green a {
  display: block !important;
  text-align: center !important;
  background: #006B00 !important;
  border-radius: 8px !important;
  padding: 12px 12px !important;
  color: rgb(255, 255, 255) !important;
  width: 101px !important;
  margin: auto !important;
}
.menu_dropdown .new_user {
  font-weight: 500 !important;
  font-size: 12px !important;
  font-family: "Inter", sans-serif !important;
  line-height: 16px !important;
  text-align: center !important;
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 9, 26, 0.87) !important;
  display: flex !important;
  align-items: center !important;
  margin-top: 10px !important;
  white-space: normal;
}
.menu_dropdown .new_user a {
  color: #2e5bad !important;
}
.menu_dropdown .dropDownli {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  text-align: center !important;
  color: #2e5bad !important;
  border-radius: 8px;
  background: rgba(25, 39, 64, 0.04) !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}
.menu_dropdown .dropDownli a {
  color: #2e5bad !important;
  text-shadow: inherit !important;
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.menu_dropdown .new_user a {
  text-shadow: inherit !important;
  margin-left: 3px !important;
}
.menu_dropdown .dropDownlilogout {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  text-align: center !important;
  width: 100% !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.menu_dropdown .dropDownlilogout a {
  color: #2e5bad !important;
  text-shadow: inherit !important;
  padding: 0px !important;
  display: block !important;
}
@media (max-width: 767px) {
  .menu_dropdown {
    display: none !important;
  }
}

.Mobile_Reg_Sign {
  position: relative !important;
  background-color: rgba(25, 39, 64, 0.7) !important;
  padding: 12px !important;
  border-radius: 8px !important;
  width: 100% !important;
  /* display: none !important; THREE11CAP-7695*/
  grid-column: 1/-1 !important;
  gap: 10px;
  display: none;
}
@media (max-width: 767px) {
  .Mobile_Reg_Sign {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-top: 30px !important; /* THREE11CAP-7695 */
  }
}
.Mobile_Reg_Sign::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  bottom: 100% !important;
  left: 20% !important;
  right: auto !important;
  margin: auto !important;
  border: 0.75rem solid transparent !important;
  border-top: none !important;
  border-bottom-color: rgba(25, 39, 64, 0.7) !important;
}
/* THREE11CAP-7695 */
@media (max-width: 576px) {
  .even_pr_acc .Mobile_Reg_Sign::before {
    left: 70% !important;
  }
  .pr_acc .Mobile_Reg_Sign::before {
    left: 18% !important;
  }
}
.Mobile_Reg_Sign .dropDownli {
  font-family: "Inter", sans-serif !important;
  text-align: center !important;
  width: 100% !important;
}
.Mobile_Reg_Sign .dropDownli a {
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: #2e5bad !important;
  text-shadow: inherit !important;
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px;
  background: rgb(255, 255, 255) !important;
}
.Mobile_Reg_Sign .dropDownli a.m_sign_in {
  font-weight: 700 !important;
  background: #006B00 !important;
  color: rgb(255, 255, 255) !important;
}

.right_sign::before {
  left: 21% !important;
  right: auto !important;
}

.menu .Mlogout {
  display: none !important;
  grid-column: 1/-1 !important;
  text-align: center !important;
}
.menu .Mlogout a {
  font-weight: 500 !important;
  text-align: center !important;
  width: 100% !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #BCD2FB !important;
  text-shadow: inherit !important;
  display: block !important;
  padding: 8px 10px !important;
  background: rgba(25, 39, 64, 0.3) !important;
  width: 80px !important;
  border-radius: 4px !important;
  display: flex !important;
  justify-content: center !important;
  margin: auto !important;
  flex-direction: inherit !important;
  margin-top: 5px !important;
}
.menu .Mlogout a img {
  margin-left: 7px !important;
  width: 11px !important;
  height: 12px !important;
}
@media (max-width: 767px) {
  .menu .Mlogout {
    display: block !important;
  }
}

/*esri-layer ends*/
.esri-basemap-gallery__item-title {
  padding: 0 7px !important;
}

.esri-basemap-gallery__item:first-child {
  margin-top: 6px !important;
}

.esri-ui-top-right .esri-component, .esri-ui-top-left .esri-component {
  margin-bottom: 10px !important;
}

.esri-basemap-gallery__item {
  padding: 6px 7px !important;
}

.esri-expand__content--expanded {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.esri-layer-list {
  padding: calc(var(--esri-widget-padding-v) * 0.5) calc(var(--esri-widget-padding-h) * 0.5) !important;
}

.esri-layer-list__item-title {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.esri-layer-list__item--has-children > .esri-layer-list__item-container {
  padding-left: 5px !important;
}

.esri-layer-list__item-container {
  padding: 12px 7px 12px 20px !important;
}

.esri-layer-list__item-toggle {
  padding: 0 3px !important;
}

.esri-layer-list__item {
  margin: 3px 0 !important;
  padding: 0 !important;
}

.esri-layer-list__list {
  padding: 2px 2px !important;
}

/***  esri-layer ends   ****/
@media (max-width: 767px) {
  .full_widt_div {
    width: 100% !important;
  }
}
.divHide {
  display: none !important;
}

.divShow {
  display: block !important;
}

.select_language {
  display: flex !important;
  position: relative !important;
}

.dir_right_log {
  width: 100% !important;
  text-align: right !important;
}

.contact-wrapper .form-details.btm-spacing {
  padding: 45px 0px 130px 0px !important;
}
.contact-wrapper .form-details.btm-spacing .c-bottom {
  margin-top: 160px !important;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .form-details.btm-spacing .c-bottom {
    margin-top: 3rem !important;
  }
}

.contact-wrapper .form-details .infoIcon {
  padding: 0px !important;
  border: 0px !important;
}

span.prfile_pic_nm {
  background: rgb(255, 255, 255) !important;
  color: #0B3482 !important;
  border-radius: 100%;
  text-shadow: none !important;
  margin-right: 4px !important;
  font-size: 10px;
  font-weight: bold;
  height: 24px !important;
  width: 24px !important;
  vertical-align: middle !important;
  display: inline-block !important;
  line-height: 24px !important;
  text-align: center !important;
}
@media all and (max-width: 767px) {
  span.prfile_pic_nm {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

p.validatiions {
  text-align: left;
  font-size: 13px !important;
  color: rgb(235, 0, 0) !important;
  margin-top: 8px !important;
}

.mslt {
  box-shadow: 0px 2px 3px rgba(0, 3, 6, 0.18) !important;
}
.mslt::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  border: 0.75rem solid transparent !important;
  border-bottom: none !important;
  border-top-color: rgb(255, 255, 255) !important;
}

.ml_Left {
  width: 100% !important;
  float: left !important;
  margin-top: 10px !important;
}

.cs_box_custom .select select {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  border-radius: 8px !important;
  padding: 16px !important;
  width: 100% !important;
  border: 1px solid #d0d4dd !important;
  background: rgb(255, 255, 255) !important;
}

.unfix_position .main_model_popup {
  float: left !important;
  width: 100% !important;
}

.otp-form-detail input.otp[type=number] {
  -moz-appearance: textfield !important;
}
.otp-form-detail input.otp[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
.otp-form-detail input.otp[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

@media all and (min-width: 768px) {
  .contact-wrapper .form-details.mapHF {
    height: 100% !important;
  }
}
@media all and (min-width: 768px) {
  .contact-wrapper .form-details.mapHF .map-loc-mobile {
    position: fixed !important;
    height: calc(100% - 170px) !important;
  }
}

.q_bar_inner .upload-file.q_upload {
  min-height: inherit !important;
}

p.required-message.font_italic {
  text-align: center !important;
}

.SR_Location-Popup .s72_mapArea {
  position: absolute !important;
  height: calc(100% - 58px) !important;
  top: 58px !important;
}
.SR_Location-Popup p.s65footer_txt {
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  border-top: 1px solid #606F8A;
  color: rgb(255, 255, 255);
  padding-left: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  display: none !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup p.s65footer_txt {
    display: block !important;
  }
}
.SR_Location-Popup span.inside_btn {
  display: none !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup span.inside_btn {
    display: block !important;
    width: 50px;
    position: relative;
    top: -11px;
    color: white;
  }
}
.SR_Location-Popup .areabox {
  position: relative !important;
  margin-bottom: 38px !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .areabox {
    height: 100vh !important;
  }
}
.SR_Location-Popup img.west_upper_img {
  max-width: 100% !important;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  background-color: #000;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup img.west_upper_img {
    height: auto !important;
  }
}
.SR_Location-Popup .litebox_check {
  position: relative;
  float: right;
  width: 85%;
  display: inline-flex;
  height: 100% !important;
}
@media all and (max-width: 767px) {
  .SR_Location-Popup .litebox_check {
    float: none !important;
    width: 100%;
    height: 100% !important;
  }
}

.q_bar .q_bar_inner .q_bar_inner {
  margin-bottom: 0px !important;
}

.q_bar .Margin_0 {
  margin-bottom: 0px !important;
}

.contact-wrapper .form-details.r-70-location-single {
  height: calc(100% - 100px) !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form {
  height: 100% !important;
}
.contact-wrapper .form-details.r-70-location-single .c-form .map-loc-mobile {
  height: calc(100% - 83px) !important;
}
@media all and (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .map-loc-mobile {
    height: calc(100% - 137px) !important;
  }
}

.loacMap_img .form-details.r-70-location-single .c-form .map-loc-mobile {
  height: 290px !important;
}

@media all and (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field {
    height: calc(100vh - 119px) !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field .loc-search-single {
    height: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field .loc-search-single .c-field {
    height: 100% !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field .loc-search-single .c-field label {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field .loc-search-single .c-field .search-icon-location {
    height: 100% !important;
    margin-top: 10px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field .loc-search-single .c-field .search-icon-location .lsearch-icon {
    height: 17.53px !important;
    width: 17.53px !important;
    top: 12px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field .loc-search-single .c-field .search-icon-location .cross-sign {
    top: 3px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.focus-input-field .loc-search-single .c-field .search-icon-location .map-options {
    height: 100% !important;
  }
}

.FWidth {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 87px !important;
  padding: 10px !important;
}
.FWidth .form-warning {
  width: 18px !important;
}
.FWidth .iab-text {
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 0px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  padding: 0 0px 0px 10px !important;
}
@media screen and (max-width: 767px) {
  .FWidth .iab-text {
    width: auto !important;
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .FWidth p.iab-icon {
    position: absolute !important;
  }
}

.login_under_center .left_remind_check {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.login_under_center .right_content_forget {
  width: 100% !important;
}

.full_map_grid {
  position: relative !important;
  z-index: inherit !important;
}
@media screen and (max-width: 767px) {
  .full_map_grid img.map_img70 {
    position: relative;
    z-index: 15 !important;
  }
}
.full_map_grid .map_gallery_inner {
  max-width: 220px !important;
  width: 100% !important;
  position: absolute;
  bottom: 3% !important;
  z-index: 2;
  right: 6% !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 16px 16px 0px 0px !important;
}
@media all and (max-width: 767px) {
  .full_map_grid .map_gallery_inner {
    max-width: 100% !important;
    bottom: 0px !important;
    z-index: 9999 !important;
    right: 0% !important;
    height: auto !important;
    padding-bottom: 12px !important;
  }
}

ul.inline_map_type {
  display: inline-flex;
  gap: 21px;
  width: 100% !important;
}
@media all and (max-width: 767px) {
  ul.inline_map_type {
    display: inherit !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100% !important;
  }
  ul.inline_map_type li {
    margin: 0 22px !important;
  }
  ul.inline_map_type li span {
    display: block !important;
    margin-top: 8px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 405px) and (min-width: 320px) {
  ul.inline_map_type li {
    margin: 0 16px !important;
  }
}
ul.inline_map_type .bold_txt {
  font-size: 14px !important;
  font-weight: 600 !important;
}
@media all and (max-width: 767px) {
  ul.inline_map_type .bold_txt {
    font-size: 17px !important;
  }
}
ul.inline_map_type li {
  display: inline-block;
  list-style: none;
}
ul.inline_map_type li img.eql_size_map {
  max-width: 48px !important;
  width: 100%;
  height: 100%;
  min-height: 48px !important;
  border-radius: 6px !important;
}
@media all and (max-width: 767px) {
  ul.inline_map_type li img.eql_size_map {
    max-width: 78px !important;
    min-height: 78px !important;
  }
}
ul.inline_map_type li img.active_map {
  width: 100%;
  height: 100%;
  border-radius: 6px !important;
  border: 2px solid #2e5bad !important;
}
@media all and (max-width: 767px) {
  ul.inline_map_type li img.active_map {
    border: 3px solid #2e5bad !important;
  }
}
ul.inline_map_type li span.mp_glry_size {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 14px !important;
  font-weight: Semi Bold !important;
  color: rgba(0, 9, 26, 0.8) !important;
}
@media all and (max-width: 767px) {
  ul.inline_map_type li {
    font-size: 17px !important;
  }
}

.map_gallerybox {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

h2.layer_txt {
  padding: 15px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: bold !important;
  font-size: 21px !important;
  line-height: 36px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
h2.layer_txt img.cut_close_model_img {
  max-width: 14px !important;
  width: 100% !important;
}
h2.layer_txt span.cut_close_model {
  float: right;
  padding-top: 12px !important;
  display: none !important;
}
@media all and (max-width: 767px) {
  h2.layer_txt span.cut_close_model {
    display: block !important;
  }
}

h3.map_txt {
  color: rgba(10, 19, 26, 0.6) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  margin-bottom: 14px !important;
  text-transform: uppercase !important;
}

.asset_box {
  position: relative;
}
.asset_box .assets_txt {
  padding: 22px 0px !important;
  margin: 0 !important;
}
@media all and (max-width: 767px) {
  .asset_box .assets_txt {
    padding: 18px 0px !important;
  }
}
.asset_box ul.services_given {
  list-style: none;
}
@media all and (max-width: 767px) {
  .asset_box ul.services_given {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 5px;
  }
}
.asset_box ul.services_given li {
  margin-bottom: 15px !important;
}
@media all and (max-width: 767px) {
  .asset_box ul.services_given li {
    border: 1px solid gr;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 17px 10px 12px !important;
    vertical-align: middle !important;
    margin-bottom: 0 !important;
  }
}
.asset_box img.map_tick {
  max-width: 20px !important;
  width: 100% !important;
}
.asset_box span.servis_text {
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  margin-left: 8px !important;
  line-height: 20px !important;
  color: rgba(0, 9, 26, 0.87) !important;
}
@media all and (max-width: 767px) {
  .asset_box span.servis_text {
    font-size: 17px !important;
    line-height: 17px !important;
    margin-left: 0 !important;
  }
}
.asset_box img.services_icon {
  max-width: 17px !important;
  min-height: 14px !important;
}
.asset_box .icon_right {
  display: inline-flex;
  float: right;
}
.asset_box .listing_line {
  display: inline-flex;
}

.map_gallery_model_box {
  z-index: 1 !important;
  left: inherit !important;
  width: 100% !important;
  display: none !important;
}
@media all and (max-width: 767px) {
  .map_gallery_model_box {
    display: block !important;
    z-index: 16 !important;
  }
}

.download_btn {
  background-color: #2e5bad !important;
  opacity: 1 !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 15px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  display: inline-block;
}

.inner_clear {
  background: #000 !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .inner_clear {
    height: calc(100% - 12px) !important;
    background: none !important;
  }
}

.SR_Location-Popup .doc_center .submit65_doc {
  padding: 50px 20px !important;
  width: 280px !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: conic-gradient(from 180deg at 50% 50%, rgba(0, 133, 255, 0) 0deg, #0085FF 360deg);
  box-sizing: border-box;
  animation: rotation 1.5s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
}

.esri-view .esri-view-surface--inset-outline {
  outline: 0 !important;
}
.esri-view .esri-view-surface--inset-outline:focus {
  outline: none !important;
}
.esri-view .esri-view-surface--inset-outline:focus::after {
  display: none !important;
}
.esri-view:focus {
  outline: none !important;
}
.esri-view:focus::after {
  display: none !important;
}

.buttons.align_buttons {
  display: inline-flex;
}
.buttons.align_buttons .margin_right_btn {
  margin-left: 10px !important;
}

span.button_review_hide {
	display: none;
}
.section-content-center-align {
  text-align: center;
}

@media all and (max-width: 767px) {
  span.return_txt_btn {
    display: none !important;
  }
  span.button_review_hide {
		display: inline;
	}
}

@media all and (max-width: 767px) {
  .margin_right_btn {
    margin-left: 0px !important;
  }
}

.main_model_popup h2.password_reset_head_txt {
  padding-bottom: 14px !important;
}
.main_model_popup .password_reset_time {
  margin-bottom: 25px !important;
}
.main_model_popup span.password_change_time {
  padding-top: 15px !important;
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #000000 !important;
  line-height: 16px;
}

.hover_over {
  position: relative;
}
.hover_over .tooltiptext {
  z-index: 2;
  position: absolute;
  font-size: 12px;
  background: #000 !important;
  color: rgb(255, 255, 255) !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  right: -30px;
  top: 34px;
  display: none;
}

.hover_over:hover {
  outline: 2px solid rgb(46, 91, 173) !important;
  border-bottom: 0 !important;
  cursor: pointer !important;
}
.hover_over:hover:last-child {
  border-bottom: 0px !important;
}
.hover_over:hover .tooltiptext {
  display: block;
}

.attached .hover_over:hover {
  outline: 2px solid rgb(46, 91, 173) !important;
  border-bottom: 0 !important;
}

#calendar {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  font-family: "Inter", sans-serif;
}

#calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
}

#calendar_content, #calendar_weekdays, #calendar_header {
  position: relative;
  width: 320px;
  overflow: hidden;
  float: left;
  z-index: 10;
}

#calendar_weekdays div, #calendar_content div {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: #787878;
}

#calendar_content {
  border-radius: 0px 0px 12px 12px;
}

#calendar_content div {
  float: left;
}

#calendar_content div:hover {
  background-color: #F8F8F8;
}

#calendar_content div.blank {
  background-color: #E8E8E8;
}

#calendar_header, #calendar_content div.today {
  zoom: 1;
  filter: alpha(opacity=70);
}

#calendar_content div.today {
  color: rgb(255, 255, 255);
}

#calendar_header {
  width: 100%;
  height: 37px;
  text-align: center;
  background-color: rgb(46, 91, 173) !important;
  padding: 18px 0;
  border-radius: 12px 12px 0px 0px;
}

#calendar_header h1 {
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  float: left;
  width: 70%;
}

h1.month_wise {
  line-height: 68.5714px;
}

i[class^=icon-chevron] {
  color: rgb(255, 255, 255);
  float: left;
  width: 15%;
  border-radius: 50%;
  line-height: 68.5714px;
}

.icon-chevron-left:before {
  content: "←";
}

.icon-chevron-right:before {
  content: "→";
}

#calendar_weekdays div {
  color: rgb(46, 91, 173) !important;
  cursor: pointer !important;
}

#calendar_content div {
  cursor: pointer !important;
}
#calendar_content .rst {
  border: 1px solid rgb(46, 91, 173) !important;
}

.today {
  background: rgb(46, 91, 173) !important;
}

.upcoming_dates {
  border: 5px solid rgb(109, 157, 244) !important;
  border-radius: 50px !important;
  /* line-height: 58px !important; THREE11CAP-7602 */
}

.disable_date {
  color: #e3e3e3 !important;
  background: #f7f7f7 !important;
}

div#calendar {
  margin-top: 48px !important;
}

.recent_services .recent_services_coml c-web-card-body-new {
  width: 100% !important;
}

.g-search .g-20 .final-result .recent_services_coml.other-result .rc_Coml_T {
  display: flex !important;
  padding: 0px !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 16px !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .final-result .recent_services_coml.other-result .rc_Coml_T {
    gap: 10px !important;
  }
}
.g-search .g-20 .final-result .recent_services_coml.other-result .rc_Coml_T .recent_services_img img {
  height: 48px !important;
  width: 48px !important;
}
@media screen and (max-width: 767px) {
  .g-search .g-20 .final-result .recent_services_coml.other-result .rc_Coml_T .recent_services_img img {
    height: 22px !important;
    width: 22px !important;
  }
}

.mbtop {
  margin-top: 10px !important;
}

.s72cs .cs_container {
  padding: 0px !important;
  width: 100% !important;
  max-width: 698px !important;
}
@media screen and (max-width: 767px) {
  .s72cs .cs_container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

body .contact-wrapper .form-details input.round {
  border-radius: 48px !important;
  border: 1px solid rgb(208, 212, 221) !important;
}

@media all and (max-width: 767px) {
  .loacMap_img img {
    height: 210px !important;
  }
}

a.loginn_link {
  text-align: left;
  display: block !important;
  /*text-transform: uppercase !important;*/
}

.contact-wrapper .form-details .loacMap_img .form-details.r-70-location-single {
  height: inherit !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.loacMap_img .r-75-location-multi .mslt {
  z-index: 1 !important;
}

@media all and (max-width: 767px) {
  .banner_margin {
    margin-top: 239px !important;
  }
}

@media all and (max-width: 767px) {
  .s65_responsive_footer {
    position: absolute !important;
    width: 100% !important;
    bottom: 44px !important;
  }
}

.previewNotAvailable{
  color: #fff !important;
}

@media all and (max-width: 767px){
  .previewNotAvailable{
    color: #fff !important;
  }
}

.red {
  color: #e3322c !important;
}
.red label {
  color: #e3322c !important;
}
.red a {
  color: #e3322c !important;
}
.red span {
  color: #e3322c !important;
}

@media (max-width: 767px) {
  .map_gallery {
    position: fixed !important;
    width: 100% !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    left: 0 !important;
  }
}

.banner > img {
  width: 100% !important;
}

.arrow_BtnnBtn-L {
  position: absolute;
  left: 10px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
}

.marginL0 .main-popup {
  width: 100% !important;
  max-width: 100% !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  transform: inherit !important;
  margin: 0px !important;
  position: relative !important;
}

.tooltip.calendar_tooltrip {
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  top: -42px !important;
}
.tooltip.calendar_tooltrip img.info-img {
  visibility: hidden !important;
}
.tooltip.calendar_tooltrip .tooltiptext {
  width: fit-content !important;
  font-size: 20px !important;
  text-align: center !important;
  left: 0 !important;
  bottom: 28px !important;
  right: 0px !important;
  display: block !important;
}
.tooltip.calendar_tooltrip .tooltiptext img.tooltip-arrow {
  bottom: -7px !important;
  right: 0px !important;
  left: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.upcoming_dates {
  position: relative !important;
}
.upcoming_dates:hover .tooltiptext {
  display: block !important;
}

.arrow_Btnn_left {
  position: absolute;
  left: 10px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
}

.s10_left_baar .recent_services_leftBaar .recent_services_s010 .recent_services_row c-web-card-container-new, .s10_left_baar .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services_row c-web-card-container-new {
  margin-bottom: 30px !important;
}
@media all and (max-width: 767px) {
  .s10_left_baar .recent_services_leftBaar .recent_services_s010 .recent_services_row c-web-card-container-new, .s10_left_baar .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services_row c-web-card-container-new {
    margin-bottom: 0px !important;
  }
}

.s10_left_baar .recent_services_leftBaar .recent_services_row c-web-card-container-new, .s10_left_baar .recent_services_leftBaar--rs_RB .recent_services_row c-web-card-container-new {
  margin-bottom: 0px !important;
}

.leaflet-touch .leaflet-control-layers {
  border: 0px !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
}

.leaflet-touch .leaflet-bar {
  border: 0px !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.contact-wrapper .c-bottom .footer-right .step-button-div-right {
  text-align: right !important;
}
.contact-wrapper .c-bottom .footer-right .step-button-div-right button.done-step-button {
  color: rgb(255, 255, 255) !important;
  background: #2e5bad !important;
}

.LocPin {
  border-radius: 8px !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  padding: 10px !important;
  width: -moz-max-content;
  width: max-content;
  background: rgb(255, 255, 255) !important;
  position: absolute !important;
  left: 38% !important;
  bottom: 100px !important;
}
@media all and (max-width: 767px) {
  .LocPin {
    left: 15px !important;
    bottom: 200px !important;
  }
}
.LocPin .LocPin-div {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: left !important;
  color: rgba(0, 9, 26, 0.87) !important;
  display: flex !important;
  padding: 5px 0px !important;
  align-items: center !important;
  gap: 8px !important;
}

.WidthNone {
  width: auto !important;
}

.layer-control-effect {
  width: 44px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  padding: 6px !important;
  border-radius: 8px !important;
}

.live-location-control-effect {
  width: 65px;
  cursor: pointer;
  margin: 2px 0 -2px 0 !important;
}

.esri-popup__header {
  margin: 0 !important;
}

.esri-popup__header-title {
  padding: 6px 7px !important;
}

.esri-popup__inline-actions-container {
  padding: 0 7px !important;
}

.esri-popup__button {
  padding: 6px 7px !important;
  margin: 6px 0 !important;
}

.PC_Avatar span.prfile_pic_nm {
  background: rgb(255, 255, 255) !important;
}

.SR_Location-Popup.marginL0 .main-popup.margin-0 .s72_mapArea {
  top: 0px !important;
  width: auto !important;
}

.SR_Location-Popup .main-popup .s72_mapArea.HAuto {
  height: inherit !important;
}

.form-details .esri-view .esri-ui-corner .esri-component {
  box-shadow: none !important;
  border-radius: 8px !important;
}
.form-details .esri-view .esri-expand .esri-widget--button {
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
}
.form-details .esri-view .esri-zoom .esri-widget--button {
  width: 40px !important;
  height: 40px !important;
}
.form-details .esri-view .esri-zoom .esri-widget--button[title="Zoom in"] {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.form-details .esri-view .esri-zoom .esri-widget--button[title="Zoom out"] {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.post_comment .prfile_pic_nm {
  background: rgb(255, 255, 255) !important;
}

.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml .recent_services_text p.open_t, .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_text p.open_t {
  color: rgba(0, 9, 26, 0.5) !important;
}

.layer-control-effect:hover {
  background-color: #DCE8FF !important;
}

/* THREE11CAP-7435 */
.layer-control-effect:focus,
.leaflet-control-zoom-in:focus,
.leaflet-control-zoom-out:focus {
  outline: 1px solid black !important;
}

@media all and (max-width: 767px) {
  .s10_bg .s10_container .s10_row {
    display: block !important;
  }
}

.mslt {
  width: -moz-max-content !important;
  width: max-content !important;
}

.esri-ui-top-right {
  top: initial !important;
  bottom: 0px !important;
}

.esri-track {
  width: 32px !important;
  height: 32px !important;
}

@media all and (max-width: 767px) {
  .S010_SR {
    width: 100% !important;
  }
  .S010_SR .s10_row .s10_left_baar {
    min-height: 300px !important;
  }
}

.text_spec {
  resize: none !important;
}

@media all and (max-width: 767px) {
  .recent_services .recent_services_row c-web-card-container-new div {
    height: auto !important;
  }
}

@media all and (max-width: 767px) {
  .s70a_Right {
    position: absolute !important;
    top: 0px !important;
  }
}

.s72_body .form-details.r-70-location-single {
  height: 290px !important
}

@media all and (max-width: 767px) {
  .contact-wrapper .form-details.r-70-location-single .c-form.hightminus .map-loc-mobile {
    height: calc(100% - 298px) !important;
  }
}

.margin-from-top {
  margin-top: 85px !important;
}

.contact-wrapper .contact-main .contact-inner.midscroll {
  position: fixed !important;
}

.bell_icon {
  padding: 15px 15px 15px 23px !important;
}

.esri-ui .esri-popup {
  border-radius: 8px !important;
}

.esri-view-width-xlarge .esri-popup__main-container {
  width: 200px !important;
  border-radius: 8px !important;
}
/* THREE11CAP-7695 */
@media (max-width: 767px) {
  .nav-links .menu li.even_pr_acc:hover .Mobile_Reg_Sign {
    /* display: grid !important; THREE11CAP-7695*/
    right: 165px;
    width: 330px !important;
  }
}
/* THREE11CAP-7695 */
@media (max-width: 767px) {
  .menu li.pr_acc:hover .Mobile_Reg_Sign {
    right: 0%;
  }
  .pr_acc .Mobile_Reg_Sign::before {
    left: 18%;
  }
  .menu li.pr_acc {
    grid-column: 1/-1;
  }
}

@media (max-width: 767px) {
  .menu li.pr_acc a.pr_acc {
    width: 44% !important;
  }
}

/* THREE11CAP-7695 */
@media (max-width: 767px) {
  .nav-links .menu .even_pr_acc:hover {
    background: none !important;
    width: 175px !important;
  }
  .nav-links .menu .pr_acc:hover {
    background: none !important;
  }
}

@media (max-width: 767px) {
  ul.suggest.suggest--ulmb li a span, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a span {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li {
    background: rgb(252, 252, 252) !important;
  }
}

@media (max-width: 767px) {
  .home_submit_services .container .suggest_row.all_request .col3_row.history-pos ul.suggest li, .home_submit_services .container .suggest_row.all_request .col3_row.history-pos ul.suggest--ulmb li {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
  }
}
@media (max-width: 767px) {
  .home_submit_services .container .suggest_row.all_request .col3_row.history-pos ul.suggest.otherRequests li, .home_submit_services .container .suggest_row.all_request .col3_row.history-pos ul.otherRequests.suggest--ulmb li {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 767px) {
  .select_services--request {
    padding-top: 25px !important;
  }
}

@media (max-width: 575px) {
  .recent_services .recent_services_row .recent_services_coml {
    min-height: inherit !important;
  }
}

.date_timeline {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .p20profile_detail_address .sign_form_fields .search_address .all-loc li {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) {
  .contact-wrapper.HdrFtr_Fxd .main::-webkit-scrollbar {
    width: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .contact-wrapper.HdrFtr_Fxd .main::-webkit-scrollbar-track {
    background: rgb(244, 244, 244);
    margin-top: 87px;
    margin-bottom: 97px;
  }
}
@media screen and (min-width: 768px) {
  .contact-wrapper.HdrFtr_Fxd .main::-webkit-scrollbar-thumb {
    background-image: linear-gradient(90deg, rgb(185, 185, 185) 80%, rgb(244, 244, 244) 100%);
  }
}

@media all and (max-width: 767px) {
  .menu[style="display: block;"] {
    display: grid !important;
  }
}

@media all and (max-width: 767px) {
  .s-25-mobile .radio_group_openstate {
    position: inherit !important;
    border: 0px !important;
    top: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: inherit !important;
  }
}

@media all and (max-width: 767px) {
  .s10_row .dropdown_mobile {
    overflow-x: auto !important;
    z-index: 1 !important;
  }
}
@media all and (max-width: 767px) {
  .s10_row .dropdown_mobile .multiple-links-dropdown {
    display: flex !important;
    height: auto !important;
    width: 700px !important;
    height: 32px !important;
  }
}
@media all and (max-width: 767px) {
  .s10_row .dropdown_mobile .multiple-links-dropdown .drop_down {
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .s10_row .dropdown_mobile .checkbox_group_openstate {
    position: relative !important;
    left: 0px !important;
    top: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .s10_row .dropdown_mobile .radio_group_openstate {
    position: relative !important;
    top: 0 !important;
  }
}

.contact-wrapper .form-details.r-70-location-single .c-form .c-field.PT9 {
  padding-top: 9px !important;
}

.s-25-mobile .sortresulsby img.lc_icon_ {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 0px !important;
  margin-right: 5px !important;
}

.contact-wrapper .form-details .c-form .c-field.PT9 {
  padding-top: 9px !important;
}

.animal-R-30 .main .call-service .call-links {
  overflow: hidden !important;
}

ul.ftr_language li a.active {
  font-weight: 700 !important;
}

.contact-wrapper .contact-main .midscroll {
  width: 100% !important;
}
.contact-wrapper .contact-main .midscroll .contact-cross {
  position: fixed;
  right: 0;
}
@media all and (max-width: 767px) {
  .contact-wrapper .contact-main .midscroll .contact-cross {
    position: absolute;
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .map-loc-mobile .esri-view-root .esri-ui.calcite-theme-light {
    inset: 0px 0px 0px 0px !important;
  }
}

textarea {
  resize: none !important;
}

.esri-icon-plus::before {
  color: #2e5bad !important;
}

.esri-icon-minus::before {
  color: #2e5bad !important;
}

.esri-icon-tracking::before {
  color: #2e5bad !important;
}

.esri-icon-basemap:before {
  color: #2e5bad !important;
}

.esri-icon-collection:before {
  color: #2e5bad !important;
}

.MapRightIconArea {
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  border-radius: 8px !important;
}
.MapRightIconArea .mapRIconItem {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px !important;
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 4px 7px rgba(0, 3, 6, 0.12) !important;
  cursor: pointer !important;
}
.MapRightIconArea .mapRIconItem .mapRIconIteminner {
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255) !important;
  border-radius: 8px !important;
  padding: 8px !important;
}
.MapRightIconArea .mapRIconItem .mapRIconIteminner:hover {
  background: rgb(220, 232, 255) !important;
}
.MapRightIconArea .mapRIconItem.zoom-m {
  flex-direction: column !important;
}
.MapRightIconArea .mapRIconItem.zoom-m .zoom-in {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.MapRightIconArea .mapRIconItem.zoom-m .zoom-out {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

@media all and (max-width: 767px) {
  .mslt {
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
  }
}

@media all and (max-width: 767px) {
  .announcement_bar a {
    position: absolute !important;
    right: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .announcement_bar .marquee_English {
    width: calc(100% - 130px) !important;
    margin-top: 2px !important;
  }
}

@media all and (max-width: 767px) {
  .announcement_bar .marquee_spanish {
    width: calc(100% - 175px) !important;
    margin-top: 2px !important;
  }
}

.contact-wrapper form.c-form .followup_question .c-field input.IntfullWidth {
  width: 100% !important;
}

.g-search .g-12 .filed_group_bg.BorderRadius .filed_group {
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}
.g-search .g-12 .filed_group_bg.BorderRadius .filed_group .g-srch {
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}

.g-search .g-12 .filed_group_bg.BorderBackground_none {
  background: none !important;
}
.g-search .g-12 .filed_group_bg.BorderBackground_none .filed_group {
  border: 0px !important;
}
.g-search .g-12 .filed_group_bg.BorderBackground_none .filed_group .g-srch {
  border: 1px solid #e3322c !important;
}

.creation_Summary .cs_container .st_block .form-details.r-70-location-single {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media all and (min-width: 1200px) {
  .banner.banner_innerpage img {
    height: 80px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner.banner_innerpage img {
    height: 56px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single .c-field label.label_right {
  margin-right: 0px !important;
  margin-left: auto !important;
  float: right !important;
  color: blue !important;
  cursor: pointer;
}

.creation_Summary .st_block .ml_Path {
  top: inherit !important;
  margin-top: 15px !important;
  z-index: 1 !important;
}

@media (max-width: 767px) {
  .creation_Summary .st_block .ml_Path {
    z-index: 8 !important;
  }
}

.select-loc-single.r-73 .c-field label.remove_text {
  display: none !important;
}

.detail_s72 .st_detail_ul_inner {
  padding-left: 20px !important;
  margin-top: 5px !important;
}
.detail_s72 .st_detail_ul_inner li {
  list-style-type: disc !important;
  font-family: "Inter", sans-serif !important;
  padding: 0 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  border-bottom: 0px !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 22px !important;
}

.LocPin .LocPin-div img {
  width: 12px !important;
}

@-moz-document url-prefix() {
  .contact-wrapper .main.ScrollHidden {
    overflow-y: unset !important;
  }
}
@media all and (max-width: 1200px) {
  section.SR_Location-Popup .hghtMap .map-loc-mobile {
    height: calc(100vh - 60px) !important;
  }
}

@media all and (min-width: 1280px) {
  .main.height_100 {
    height: calc(100vh - 310px) !important;
  }
}
@media all and (min-width: 1280px) {
  .main.height_100 .S010_SR {
    height: calc(100vh - 310px) !important;
    min-height: 500px !important;
  }
}
@media all and (min-width: 1280px) {
  .main.height_100 .map-loc-mobile {
    height: calc(100vh - 310px) !important;
    min-height: 500px !important;
  }
}

.esri-ui .esri-popup {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: rgba(0, 9, 26, 0.87) !important;
  box-shadow: 0px 2px 3px rgba(0, 3, 6, 0.18) !important;
}

.esri-popup--aligned-top-center .esri-popup__pointer-direction, .esri-popup--aligned-bottom-center .esri-popup__pointer-direction {
  transform: scale(0.75, 1.2) rotate(45deg) !important;
}

.esri-popup__button {
  margin: 1px 0 !important;
}

.SR_Location-Popup .main-popup {
  z-index: 9999 !important;
}

.s72_body .SR_Location-Popup .main-popup {
  z-index: 2 !important;
}

.S010_SR .s10_row .s10_left_baar .recent_services_leftBaar, .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar--rs_RB {
  overflow-y: inherit !important;
}
.S010_SR .s10_row .s10_left_baar .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row, .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row {
  overflow-y: auto !important;
  min-height: 200px !important;
  height: calc(100vh - 620px) !important;
  padding-bottom: 20px !important;
}
/* @media all and (min-width: 2560px) {
  .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row, .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row {
    height: 400px !important;
  }
}
@media all and (min-width: 1920px) {
  .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row, .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row {
    height: 350px !important;
  }
} */
@media all and (max-width: 767px) {
  .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar .recent_services_s010 .recent_services .recent_services_row, .S010_SR .s10_row .s10_left_baar .recent_services_leftBaar--rs_RB .recent_services_s010 .recent_services .recent_services_row {
    height: inherit !important;
    padding-bottom: 50px !important;
  }
}



@media all and (min-width: 768px) {
  .s10_bg.msr_mb {
    padding-top: 0 !important;
    background: rgb(255, 255, 255) !important;
  }
  .s10_bg.msr_mb::before {
    content: "";
    height: 36px !important;
    width: 40% !important;
    display: block;
    position: absolute;
    top: 0;
    background: rgb(255, 255, 255) !important;
    z-index: 2 !important;
  }
}

@media all and (min-width: 768px) {
  .s10_bg.msr_mb .s10_left_baar {
    z-index: 3 !important;
  }
}

@media all and (max-width: 767px) {
  .esri-popup header.esri-popup__header {
    box-shadow: none !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 8px !important;
    min-height: 52px !important;
    border-radius: 8px !important;
  }
}

@media all and (max-width: 767px) {
  .esri-view-width-less-than-medium .esri-popup__main-container {
    border-radius: 8px !important;
    width: 193px !important;
  }
}

@media all and (max-width: 767px) {
  .esri-popup--aligned-bottom-right .esri-popup__pointer {
    transform: inherit !important;
    top: 100% !important;
    left: 57px !important;
  }
}

@media all and (max-width: 767px) {
  .esri-popup--aligned-top-left .esri-popup__pointer-direction, .esri-popup--aligned-bottom-left .esri-popup__pointer-direction, .esri-popup--aligned-top-right .esri-popup__pointer-direction, .esri-popup--aligned-bottom-right .esri-popup__pointer-direction {
    top: -6px;
    left: 0 !important;
    transform: scale(0.99, 1.2) rotate(45deg) !important;
  }
}

.recent_services_s010 .see_all {
  bottom: 10px;
  margin-top: 34px !important;
  position: absolute;
  left: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  .recent_services_s010 .see_all {
    bottom: 20px;
  }
}

.select_services ul.suggest.otherRequests span, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest.otherRequests span, .select_services .home_submit_services .container .suggest_row .col3_row ul.otherRequests.suggest--ulmb span, .home_submit_services .container .suggest_row .col3_row .select_services ul.otherRequests.suggest--ulmb span, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.otherRequests.suggest--ulmb span, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.otherRequests.suggest--ulmb span {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: rgba(0, 9, 26, 0.8) !important;
}

@media all and (min-width: 768px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position.ms_scroll {
    height: calc(100% - 215px) !important;
  }
}

.home_submit_services .container .all_request .col2_row .select_services ul.suggest li a:active, .home_submit_services .container .all_request .col2_row .select_services--request ul.suggest li a:active, .home_submit_services .container .all_request .col2_row .select_services .suggest_row .col3_row ul.suggest--ulmb li a:active, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services ul.suggest--ulmb li a:active, .home_submit_services .container .all_request .col2_row .select_services--request .suggest_row .col3_row ul.suggest--ulmb li a:active, .home_submit_services .container .suggest_row .col3_row .all_request .col2_row .select_services--request ul.suggest--ulmb li a:active {
  transform: translateY(0px);
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.05) !important;
}

.home_submit_services .container .suggest_row .col3_row ul.suggest li a, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a, .home_submit_services .container .suggest_row .col3_row ul.suggest--ulmb li a:active {
  transform: translateY(0px);
}

@media all and (max-width: 767px) {
  .esri-ui .esri-popup {
    width: 120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.overlay.poniternone {
  pointer-events: none !important;
}

.s72_headArea .Expected_Area a.close_bt {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  color: #6c7179 !important;
  background: #d8d9d8 !important;
  border-radius: 5px !important;
  padding: 8px 15px !important;
  text-transform: uppercase !important;
}
.s72_headArea .Expected_Area a.canc_bt {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  color: #e3322c !important;
  background: #ffe0e0 !important;
  border-radius: 5px !important;
  padding: 8px 15px !important;
  text-transform: uppercase !important;
}

c-web-global-search-new {
  z-index: 1 !important;
  position: relative !important;
}

@media all and (max-width: 767px) {
  .ribbon-error.inline-alert-box.FWidth {
    margin-top: 0px !important;
    top: 60px !important;
  }
}

.pr_acc .menu_dropdown {
  width: 168px !important;
}

.srch_suggestion {
  overflow-y: auto !important;
  height: 300px;
  z-index: 10000000000000000000 !important;
  width: 100% !important;
}

.srch_suggestion::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1 !important;
}

.srch_suggestion::-webkit-scrollbar {
  width: 5px;
  background-color: #f1f1f1 !important;
}

.srch_suggestion::-webkit-scrollbar-thumb {
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
}

.ms_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1 !important;
}

.ms_scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f1f1f1 !important;
}

.ms_scroll::-webkit-scrollbar-thumb {
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
}

@media all and (min-width: 768px) {
  .SR_Location-Popup .main-popup.hghtMap {
    margin: 0px auto !important;
    height: 85vh !important;
    width: 90vw !important;
    max-width: 90vw !important;
  }
}
@media all and (min-width: 768px) {
  .SR_Location-Popup .main-popup.hghtMap .map-loc-mobile {
    height: calc(90vh - 100px) !important;
  }
}

.scrollContainer{
  overflow: hidden;
}

.ThinScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1 !important;
  border-radius: 8px;
}

.ThinScroll::-webkit-scrollbar {
  width: 4px;
  background-color: #f1f1f1 !important;
}

.ThinScroll::-webkit-scrollbar-thumb {
  background-color: #4d4d4d !important;
  border-radius: 8px;
  /* border: 2px solid #000000 !important; */
}

.show_div .map-options .all-loc .loc-set {
  font-size: 15px !important;
  text-align: left !important;
}

@media all and (max-width: 767px) {
  .s72_body .s72_headArea .Expected_Area .ExpectedText {
    text-align: center !important;
  }
}

.home_submit_services .container .all_request .col2_row .select_services .otherRequest.serviceTypeName, .home_submit_services .container .all_request .col2_row .select_services--request .otherRequest.serviceTypeName {
  padding-top: 40px !important;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  nav.navbar {
    padding: 9px 15px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  nav.navbar {
    padding: 9px 15px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  nav.navbar .menu li {
    padding: 0px 8px !important;
  }
}

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 1px;
}

.parallax__layer--back {
  transform: translateZ(-1px) scale(2.02);
}

.parallax__layer {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax__layer--base {
  transform: translateZ(0);
}

.home_scroll_hiddne {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.home_scroll_hiddne::-webkit-scrollbar {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .parallax {
    height: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
    perspective: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .parallax .parallax__layer {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
  }
}

.ribbne_outline {
  position: absolute;
  top: -92px;
  width: 100% !important;
  max-width: inherit !important;
  -o-object-fit: fill !important;
     object-fit: fill !important;
  -o-object-position: top center;
     object-position: top center;
  height: 94px !important;
}
@media screen and (max-width: 1680px) {
  .ribbne_outline {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    top: -102px;
  }
}
@media screen and (max-width: 1440px) {
  .ribbne_outline {
    top: -120px;
  }
}
@media screen and (max-width: 1400px) {
  .ribbne_outline {
    top: -102px;
    height: 74px !important;
  }
}

.banner .mobile_bnimg {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .banner .mobile_bnimg {
    display: block !important;
    height: 280px;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: bottom center;
       object-position: bottom center;
    bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner .mobile_bnimg {
    height: 250px;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
@media screen and (max-width: 767px) {
  .banner .mobile_bnimg {
    height: 180px;
  }
}
@media screen and (max-width: 576px) {
  .banner .mobile_bnimg {
    height: 150px;
  }
}
.banner .seal_img {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .banner .seal_img {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desktop_bnimg {
    display: none !important;
  }
}

.curve_border {
  position: relative !important;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  right: 0;
  width: 100% !important;
  left: 0px !important;
  border-radius: 0px !important;
  height: 28vh !important;
  top: 27.5vh !important;
}
@media screen and (max-width: 1680px) {
  .curve_border {
    top: 30.5vh !important;
  }
}
@media screen and (max-width: 1600px) {
  .curve_border {
    top: 31.5vh !important;
  }
}
@media screen and (max-width: 1536px) {
  .curve_border {
    top: 31.5vh !important;
  }
}
@media screen and (max-width: 1440px) {
  .curve_border {
    top: 32.5vh !important;
  }
}
@media screen and (min-width: 1399px) and (max-width: 1400px) {
  .curve_border {
    top: 24.5vh !important;
    height: 24vh !important;
  }
}
@media screen and (max-width: 1367px) {
  .curve_border {
    top: 32.5vh !important;
  }
}
@media screen and (max-width: 1280px) {
  .curve_border {
    top: 23.5vh !important;
    height: 21vh !important;
  }
}
@media screen and (max-width: 1258px) {
  .curve_border {
    top: 25.5vh !important;
  }
}
@media screen and (min-width: 1399px) and (max-width: 1400px) {
  .curve_border::before {
    content: "";
    background: rgb(255, 255, 255);
    position: absolute;
    height: 100vh !important;
    width: 100% !important;
    top: -35px;
  }
}
@media screen and (max-width: 1280px) {
  .curve_border::before {
    content: "";
    background: rgb(255, 255, 255);
    position: absolute;
    height: 100vh !important;
    width: 100% !important;
    top: -35px;
  }
}

.curve_color {
  position: relative;
  background-color: rgb(255, 255, 255) !important;
}

@media screen and (max-width: 1199px) {
  .home_submit_services {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .home_submit_services {
    padding-top: 0px !important;
  }
}
.home_submit_services .seal_img {
  z-index: 2;
  position: relative !important;
  top: 28.5vh !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  display: flex;
  justify-content: center !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  width: 127px;
  height: 127px;
  font-family: "Inter", sans-serif !important;
  font-size: 44px;
  font-weight: 900 !important;
  color: rgba(0, 9, 26, 0.87) !important;
  line-height: 130px;
  bottom: 10px;
}
@media screen and (max-width: 3840px) {
  .home_submit_services .seal_img {
    top: 25.5vh !important;
  }
}
@media screen and (max-width: 3640px) {
  .home_submit_services .seal_img {
    top: 25.5vh !important;
  }
}
@media screen and (max-width: 3440px) {
  .home_submit_services .seal_img {
    top: 25.5vh !important;
  }
}
@media screen and (max-width: 2600px) {
  .home_submit_services .seal_img {
    top: 24.5vh !important;
  }
}
@media screen and (max-width: 2560px) {
  .home_submit_services .seal_img {
    top: 24.5vh !important;
  }
}
@media screen and (max-width: 1920px) {
  .home_submit_services .seal_img {
    top: 24vh !important;
  }
}
@media screen and (max-width: 1680px) {
  .home_submit_services .seal_img {
    top: 25.5vh !important;
  }
}
@media screen and (max-width: 1600px) {
  .home_submit_services .seal_img {
    top: 25.5vh !important;
  }
}
@media screen and (max-width: 1440px) {
  .home_submit_services .seal_img {
    top: 24.5vh !important;
  }
}
@media screen and (max-width: 1400px) {
  .home_submit_services .seal_img {
    top: 19.5vh !important;
  }
}
@media screen and (max-width: 1367px) {
  .home_submit_services .seal_img {
    top: 25.5vh !important;
  }
}
@media screen and (max-width: 1300px) {
  .home_submit_services .seal_img {
    top: 18.5vh !important;
  }
}
@media screen and (max-width: 1258px) {
  .home_submit_services .seal_img {
    top: 19.5vh !important;
  }
}
@media screen and (max-width: 1199px) {
  .home_submit_services .seal_img {
    display: none !important;
  }
}
.home_submit_services .seal3 {
  position: absolute !important;
  font-size: 36px;
}

@media screen and (max-width: 1199px) {
  .curve_color {
    top: inherit !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 1199px) {
  .curve_border {
    height: inherit !important;
  }
}

@media screen and (max-width: 1199px) {
  .parallax__layer--back {
    transform: inherit !important;
  }
}

@media screen and (max-width: 1199px) {
  .ribbne_outline {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .banner .seal_img {
    bottom: -10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner .seal_img {
    bottom: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .banner .seal_img {
    bottom: -8px !important;
  }
}
@media screen and (max-width: 1199px) {
  .banner .seal_img .seal3 {
    position: absolute;
    bottom: 0px !important;
    left: 0 !important;
    right: 0px !important;
    margin: auto !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner .seal_img .seal3 {
    line-height: 80px !important;
  }
}

.Chooes_option_seclect {
  position: relative !important;
}
.Chooes_option_seclect .Chooes_option .Chooes_option_box {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  border-radius: 8px !important;
  padding: 16px 16px !important;
  border: 1px solid #d0d4dd !important;
  background: rgb(255, 255, 255);
  min-height: 50px;
  padding-right: 40px !important;
  overflow-wrap: break-word !important;
  cursor: pointer;
}
.Chooes_option_seclect svg {
  position: absolute !important;
  right: 16px !important;
  top: calc(50% - 3px) !important;
  width: 10px !important;
  height: 6px !important;
  stroke-width: 2px !important;
  stroke: #2e5bad !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  cursor: pointer;
}

.Chooes_box_custom {
  background: #fafafa;
  padding: 10px !important;
  border-radius: 8px;
  clear: both;
  width: 100% !important;
  overflow: hidden !important;
  max-width: 420px !important;
}

.srarch_multipleoption {
  margin-top: 10px !important;
  border: 1px solid #dddddd;
  padding: 8px !important;
  border-radius: 8px;
  background: rgb(255, 255, 255);
}
.srarch_multipleoption .search-icon-location {
  position: relative;
  margin-bottom: 8px !important;
}
.srarch_multipleoption .search-icon-location a.lsearch-icon {
  position: absolute;
  right: 10px;
  top: 16px;
  cursor: pointer;
}
.srarch_multipleoption .search-icon-location a.lsearch-icon img {
  height: 18px;
  width: 18px;
}

.contact-wrapper form.c-form .q_bar_inner .c-field .srarch_multipleoption .search-icon-location input {
  height: 38px;
}

.svgicon {
  position: absolute !important;
  right: 16px !important;
  top: calc(50% - 3px) !important;
  width: 12px !important;
  height: 8px !important;
  stroke-width: 2px !important;
  stroke: #2e5bad !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  cursor: pointer;
}

label.Chooes_option {
  cursor: pointer !important;
}

.comm-content-header {
  padding: 0px !important;
}

.contentRegion {
  padding: 0px !important;
}

.comm-content-footer {
  padding: 0px !important;
}

.siteforceStarterBody .cCenterPanel {
  margin-top: 0px !important;
}

.pop-up-message .c-form .c-field .radio_custom {
  margin-top: 10px !important;
  overflow-y: auto !important;
  height: auto;
  max-height: 115px;
}
.pop-up-message .c-form .c-field .radio_custom input[type=radio] {
  display: grid !important;
  place-content: center !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  border-radius: 100px !important;
  padding: 0px !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #d0d4dd !important;
  position: absolute !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.pop-up-message .c-form .c-field .radio_custom input[type=radio]:checked {
  border-color: #2e5bad !important;
}
.pop-up-message .c-form .c-field .radio_custom input[type=radio]::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  transform: scale(0) !important;
  transition: 120ms transform ease-in-out !important;
  background-color: #2e5bad !important;
}
.pop-up-message .c-form .c-field .radio_custom input[type=radio]:checked::before {
  transform: scale(1) !important;
}
.pop-up-message .c-form .c-field .radio_custom .radio-control {
  font-family: "Inter", sans-serif !important;
  display: flex !important;
  gap: 0.5em !important;
  padding: 10px 15px !important;
  border-bottom: 1px solid rgb(208, 212, 221) !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 600 !important;
  padding-right: 40px !important;
  font-size: 14px !important;
}
.pop-up-message .c-form .c-field .radio_custom .radio-control:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.pop-up-message .c-form .c-field .radio_custom .radio-control:last-child {
  border-bottom: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.pop-up-message .c-form .c-field .radio_custom .radio-control:hover {
  outline: 1px solid #2e5bad !important;
  background: #DCE8FF !important;
}
.pop-up-message .c-form .c-field .radio_custom .radio-control:focus {
  outline: 1px solid #2e5bad !important;
  background: #DCE8FF !important;
}

.parallax.overlay[c-webHomeNew_webHomeNew] {
  overflow-x: inherit;
  overflow-y: inherit;
  perspective: inherit;
}
.parallax.overlay[c-webHomeNew_webHomeNew] .parallax__layer--back {
  transform: inherit !important;
}

.contact-wrapper .pop-up-message form.c-form .c-field {
  width: 100% !important;
  float: none !important;
  margin: 0px 0px !important;
  position: relative !important;
}

@media all and (min-width: 1200px) {
  .HomeSR {
    z-index: 10 !important;
    position: relative !important;
  }
}

@media all and (min-width: 1200px) {
  .hdrArea {
    z-index: 11 !important;
  }
}

.forceCommunitySection .cb-section_column:only-child {
  padding: 0px 0px 0px 0px !important;
}

.announcement_bar .clse_announcement {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999999;
  width: 36px !important;
  height: 32px !important;
  cursor: pointer !important;
  margin-left: 0 !important;
  border-bottom: 0px !important;
  margin-right: 0px !important;
  transform: translateY(0px);
  overflow: hidden;
}
.announcement_bar .clse_announcement:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.announcement_bar .clse_announcement:active {
  background: rgba(0, 0, 0, 0.1) !important;
  transform: translateY(1px);
}
.announcement_bar .clse_announcement .close-icon {
  top: 11px !important;
  right: 7px !important;
}
.announcement_bar::after {
  right: 35px !important;
}

/* THREE11CAP-7297 */
.header-profile-dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */

.option_not_Listed {
  padding: 15px 20px !important;
  font-size: 17px !important;
  font-weight: 400 !important
}
.border_boolean{
  outline: 1px solid rgb(208, 212, 221) !important;
}
.summary_img{
  width: 51px !important;
  height: 51px !important;
  border-radius: 4px;
}

/*.embeddedServiceHelpButton .flatButton {
  bottom: 30px !important;
  background-color: #2574A9 !important;
  cursor: pointer !important;
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  left: 30px !important;
  bottom: 16px !important;
  color: #fff !important;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 3px #999 !important;
  box-shadow: 2px 2px 3px #999 !important;
  text-decoration: none !important;
  flex-direction: column;
  align-items: center;
}

.embeddedServiceHelpButton .flatButton:hover::after {
  display:flex;
}

.embeddedServiceHelpButton .flatButton::after {
  display: none;
  font-family: "Inter";
  text-transform: none;
  content: 'Chat with an Agent';
  width: 140px;
  font-weight: 200;
  font-size: 13px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px;
  height: 40px;
  align-items: center;
  justify-content: center;
  
  position: absolute;
  z-index: 1;
  bottom: 8.6px;
  left: 105%;
}

.embeddedServiceHelpButton .message {
  display: none !important;
}

.embeddedServiceSidebar .dockableContainer {
  left: 10px !important;
}

.forceCommunityEmbeddedServiceHelpButton .help {
  padding-right: 0px !important;
}

.sidebarMinimized .embeddedServiceSidebarMinimizedDefaultUI{
  bottom: 30px !important;
  background-color: #2574A9 !important;
  cursor: pointer !important;
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  left: 30px !important;
  bottom: 16px !important;
  color: #fff !important;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 3px #999 !important;
  box-shadow: 2px 2px 3px #999 !important;
  text-decoration: none !important;
  flex-direction: column;
  align-items: center;
}

.sidebarMinimized .message{
  display: none !important;
}

.embeddedServiceSidebarMinimizedDefaultUI {
  min-width: 0px !important;
  border: none;
  box-shadow: none !important;
}

.embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon {
  margin-right: 0px !important;
}*/

.close-index {
  z-index: 2 !important;
}

.SR_Location-Popup img.close_btn {
  margin-right: 90px !important;
}

@media (max-width: 767px) {
  .SR_Location-Popup img.close_btn {
    margin-right: 12px !important;
  }
}

@media all and (max-width: 767px) {
  .announcement_bar_spanish {
    width: auto !important;
  }
}

.announcement_bar_spanish {
  width: 190px;
  text-align: center;
}

.original_image {
  max-height: 100% !important;
  object-fit: contain;
}

.inner_clear_with_black {
  background: #000 !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 767px) {
  .inner_clear_with_black {
    height: calc(100% - 12px) !important;
    background: none !important;
  }
}

.profile-min-height {
    min-height: calc(100vh - 310px) !important;
}

@media all and (max-width: 767px) {
  .loginn_link {
    text-align: center !important;
  }
}

.animal-R-30 .main .center-animal img.circle-close {
  float: right !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: 0 !important;
  /* padding-right: 10px !important; */
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  border-radius: 50%;
  margin-right: 10px !important;
  cursor: pointer !important;
}

.circle-close {
  cursor: pointer !important;
}

@media screen and (max-width: 767px) {
  .animal-R-30 .main .center-animal img.circle-close {
    z-index: 1 !important;
    height: 30px !important;
    right: 0 !important;
    position: absolute !important;
  }
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .s10_bg .s10_row {
    padding-top: 0px !important
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  .s10_bg .s10_row {
    padding-top: 25px !important
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 818px){
  .s10_bg .s10_row {
    padding-top: 8px !important
  }
}

@media (min-width: 819px) and (max-width: 911px){
  .s10_bg .s10_row {
    padding-top: 44px !important;
  }
}

@media (min-width: 912px) and (max-width: 1180px){
  .s10_bg .s10_row {
    padding-top: 8px !important;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1181px) and (max-width: 1280px){
  .s10_bg .s10_row {
    padding-top: 25px !important
  }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
  .s10_bg .s10_row {
    padding-top: 25px !important
  }
}

.display-contents {
    display: contents !important;
}

.position-relative {
    position: relative !important;
}

.margin-bottom-34 {
    margin-bottom: 34px !important;
}

.login_button {
  display: flex;
  width: 100% !important;
  background: #2e5bad;
  border-radius: 8px !important;
  color: white !important;
  padding: 15px 10px !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  justify-content: space-around;
  margin: 0 auto !important;
  max-width: 320px !important;
}

@media (max-width: 768px) {
  .login_button {
      max-width: calc(100% - 48px) !important
  }
}

.date_box .q-button {
  right: 14px !important;
  width: 20px !important;
}

.more_footer{
  display: block !important;
  column-count: 3 !important;
}

@media (max-width: 768px) {
  .more_footer li {
      border-right: thin solid rgb(96, 111, 138) !important;
  }
  .more_footer li.remove_pipe {
      border-right: none !important;
  }
}

.more_header { 
  left: -40px !important;
}

.menu_dropdown .dropDownli .dropdown_more {
  justify-content: left !important;
  text-align: left !important;
}

.menu li a img {
  width: 16px !important;
}

.dropdown_scrollbar {
  overflow-y: scroll;
  height: 500px;
}

@media (max-width: 767px) {
  .header-profile-dropdown-more {
    display: none !important;
  }
}

.gr_container {
    margin-top: 14px;
    padding-bottom: 8px;
}

.gr_container .gr_head_text {
    text-align: center !important;
    color: rgba(0, 9, 26, 0.6) !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 4px !important;
}

.gr_container .gr_submit_text {
    text-align: center !important;
    color: rgba(0, 9, 26, 0.6) !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 4px !important;
}

.gr_container .gr_button_container {
    margin-top: 22px;
    text-align: center;
    margin-bottom: 22px;
}

.gr_container .gr_button {
    text-align: end !important;
    width: 100% !important;
    background-color: #2e5bad !important;
    padding: 12px 22px !important;
    border-radius: 8px !important;
    font-family: "Inter", sans-serif !important;
    width: 100% !important;
    color: rgb(255, 255, 255) !important;
    align-items: center !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 17px !important;
    border-radius: 8px !important;
}

@media (max-width: 768px) {
  .menu {
    max-height: 350px !important;
  }
  .header-profile-dropdown-more {
    display: none !important;
  }
  .menu li {
    text-align: center !important;
  }

  .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
  }
  
  .menu::-webkit-scrollbar {
    width: 5px;
    background-color: transparent !important;
  }
  
  .menu::-webkit-scrollbar-thumb {
    background-color: rgb(169, 169, 169) !important;
    border: none !important;
  }
}

.group-3920{
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  margin-left: 2px !important;
  margin-top: 35px !important;
  min-height: 148px !important;
}

.vision-camera{
  align-items: center !important;
  border-radius: 50px !important; 
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16) !important;
  display: flex !important;
  height: 100px !important;
  min-width: 100px !important;
  padding: 0 34px !important;
}

.vision-input-changes{
  display: none !important;
}

.vision-icon {
  height: 32px !important;
  width: 32px !important;
}

.or-pic-from-a-list {
  letter-spacing: 0 !important;
  margin-right: 2px !important;
  min-height: 24px !important;
  min-width: 185px !important;
  white-space: nowrap !important;
  color: rgba(0, 9, 26, 0.6) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.visionloader {
  position: relative;
  z-index: 999;
  margin-right: 20px;
}

.Chooes_option_box:focus {
  outline: 1px solid #5355ee !important;
}

.trim_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rc_st {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-around !important;
  align-items: baseline !important;
  box-shadow: 2px 1px 1px #EDEFF2 !important;
}

.rc_st_text {
  color: rgba(0, 9, 26, 0.6) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  margin-top: 4px !important;
}

.rc_cross_btn {
  margin-bottom: 9px !important;
  margin-right: 5px !important;
}

.rc_cross_img {
  margin-bottom: 7px !important;
}

.ribbon {
    display: flex;
}

.ribbon-icon {
    min-width: 20px;
}

.ribbon-text {
    width: 100% !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    padding: 0 0px 0px 10px !important;
}

@media screen and (max-width: 767px) {
    .ribbon-text {
        width: auto !important;
        padding-left: 25px !important;
    }
}

.esri-layer-list.esri-widget.esri-widget--panel {
  max-height: 148px !important;
}

.esri-basemap-gallery.esri-widget.esri-widget--panel-height-only {
  max-height: 190px !important;
}

@media all and (max-width: 767px) {
  .esri-layer-list.esri-widget.esri-widget--panel {
    max-height: inherit !important;
  }
  
  .esri-basemap-gallery.esri-widget.esri-widget--panel-height-only {
    max-height: inherit !important;
  }
  
  .esri-popup__action-text {
    display: block !important;
  }

  .esri-popup__button.esri-popup__action {
    padding: 4px !important;
  }

  .esri-view:has(.esri-expand__content--expanded) ~ .tooltiptext.mslt {
    visibility: hidden !important;
  }

}

.esri-popup__inline-actions-container {
  padding: 0px !important;
}

.esri-popup__navigation {
  margin-right: 0 7px 0 0 !important;
}

.p10_header-tabs .tabItemNotifAdjustments {
  width: 37% !important
}
.p10_header-tabs .p10_header-tab_item.tabItemNotifAdjustments .activeNotifAdjustments {
  width: 100% !important
}

@media all and (max-width: 767px) {
  .g-search .search-bar-form.g-rounded .filed_group_bg .filed_group .g-srch {
    box-shadow: none !important;
  }

  .g-search .g-11 .filed_group_bg .filed_group .g-srch.error-border {
    /* border: none !important; */
    border: 1.5px solid #C00000 !important;
    outline: 1px solid rgb(208, 212, 221) !important;
    border-radius: 0 !important;
  }
}

strong.email-in-green {
  color: #006B00 !important
}

@media all and (max-width: 1180px) {
  .pr_acc .menu_dropdown {
      width: 144px !important;
  }
  .menu_dropdown.a_top.more_header {
    left: -49px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    right: 36% !important;
  }
}

@media all and (max-width: 820px) {
  .pr_acc .menu_dropdown {
      width: 132px !important;
      left: -34px !important;
  }
  .menu_dropdown.a_top.more_header {
    left: -54px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    right: 30% !important;
  }
}

nav .navbar-brand {
  flex-shrink: 2;
}

nav .nav-links {
  flex-grow: 2;
  display: flex;
  justify-content: flex-end;
}

c-esri-map {
  flex-grow: 1;
}

.map_image .form-details.r-70-location-single {
  height: 100% !important;
}

.r-75-location-multi {
  height: 100%;
}

.map-loc-mobile {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

input[type='date'] {
  background-color: white;
  border: 1px solid #d0d4dd !important
}

@-moz-document url-prefix() {
  .map-loc-mobile {
    height: inherit !important;
  }
}

.contact-wrapper .creation_Summary_row .form-details.r-70-location-single .c-form .map-loc-mobile {
  height: 250px !important;
}
.section-content-center-align {
  text-align: center;
}



