@charset "UTF-8";
nav.navbar {
  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);
  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;
  width:auto !important;
}
footer.ftrArea a.footer-brand img {
  width:auto !important;
}
@media all and (max-width: 1199px) {
  header.hdrArea a.navbar-brand img {
    height: 45px;
  }
  footer.ftrArea a.footer-brand img {
    height: 45px;
  }
}
@media all and (max-width: 1024px) {
  header.hdrArea a.navbar-brand img {
    height: 34px;
  }
  footer.ftrArea a.footer-brand img {
    height: 34px;
  }
}
@media all and (max-width: 767px) {
  header.hdrArea a.navbar-brand img {
    height: 34px;
  }
  footer.ftrArea a.footer-brand img {
    height: 34px;
  }
}
@media all and (max-width: 900px) and (min-width: 768px) {
  header.hdrArea a.navbar-brand img {
    height: 30px !important;
  }
  footer.ftrArea a.footer-brand img {
    height: 30px !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;
  }
}

footer.ftrArea {
  background: linear-gradient(180deg, #475061 0%, #546078 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: rgb(208, 212, 221) !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;
  /* THREE11CAP-9047 */
  height: 24px;
  width: 24px;
  display: contents;
}
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: 20px !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;
}

@font-face {
  font-family: "Zapfino";
  src: url("../fonts/Zapfino.woff") format("woff");
  font-weight: normal;
  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: #C00000 !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 #8C929F;
}
.main_model_popup select {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #8C929F;
  height: 40px; /* WCAG CSS Changes */
  appearance: none;
  width: 26%;
}

@media (max-width: 768px) {
  .main_model_popup select {
    width: 38%;
  }
}

.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 #8C929F;
}

.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 #8C929F;
}
.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 #8C929F;
}
.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 #8C929F;
}

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: #C00000;
  font-family: "Inter", sans-serif !important;
  display: block !important;
  position: absolute !important;
  top: 78px !important;
}

.val_msg_hide {
  font-size: 12px !important;
  color: #C00000;
  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;
    cursor: pointer;
  }
}
.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: #006B00 !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, #acc6ac 0%, rgba(172, 198, 172, 0) 100%) !important;
  background-image: linear-gradient(270deg, #acc6ac 0%, rgba(172, 198, 172, 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, #abc4ab 0%, rgba(172, 198, 172, 0) 100%) !important;
  transform: rotate(180deg) !important;
  background-image: linear-gradient(270deg, #abc4ab 0%, rgba(172, 198, 172, 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: #0D41A0 !important;
}
.home_submit_services .container .all_request p.sub_heading::before {
  background: linear-gradient(90deg, rgba(13, 65, 160, 0) 0%, rgba(13, 65, 160, 0.5) 100.18%) !important;
  background-image: linear-gradient(90deg, rgba(13, 65, 160, 0) 0%, rgba(13, 65, 160, 0.5) 100.18%) !important;
}
.home_submit_services .container .all_request p.sub_heading::after {
  background: linear-gradient(90deg, rgba(13, 65, 160, 0.5) 0%, rgba(13, 65, 160, 0) 100.18%) !important;
  background-image: linear-gradient(90deg, rgba(13, 65, 160, 0.5) 0%, rgba(13, 65, 160, 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, #000066 0%, #002E82 19.35%, #488348 63.06%, #F4B650 100%) !important;
  background-image: linear-gradient(90deg, #000066 0%, #002E82 19.35%, #488348 63.06%, #F4B650 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: #C00000 !important;
  margin-top: 3px !important;
  font-weight: 600 !important;
}

.search-bar-form p.required-message {
  color: #C00000 !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;
  background: rgb(255, 255, 255) !important;
}
.g-search .g-11 .filed_group_bg .filed_group .g-srch.error-border {
  border: 1.5px solid #C00000 !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: none !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;
  border: 1px solid #8C929F !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;
  padding-right: 44px !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: 20px !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;
  /* THREE11CAP-7717 */
  display: flex;
  height: 5.3rem; /*THREE11CAP-7857 */
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-inner {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    display: flex; /* THREE11CAP-7717 */
    height: 3.8rem; /*THREE11CAP-7857 */
  }
}
.contact-wrapper .contact-main .contact-step {
  padding-left: 14px !important;
  float: left !important;
}

.contact-inner.midscroll .contact-step {
  width: min-content;
}

@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: white !important; /* THREE11CAP-7717 */
  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 {
    /* THREE11CAP-7717 */
    font-size: 12px !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;
  /* THREE11CAP-7717 */
  padding-top: 3px;
  white-space: nowrap;
}
.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-bottom: 4.5px !important;
    /* THREE11CAP-7717 */
    align-items: center;
	display: flex;
	white-space: inherit;
  }
}
.contact-wrapper .contact-main .contact-step .contact-title {
  padding-left: 16px !important;
  /* THREE11CAP-7717 */
  padding-top: 10px !important;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-step .contact-title {
    padding-left: 8px !important;
    padding-top: 2px !important;
    /* THREE11CAP-7717 */
    max-width: 84%;
    align-items: center;
  }
}
.contact-wrapper .contact-main .contact-cross {
  /* THREE11CAP-7717 */
  position: absolute;
  right: 22px;
  top: 15px; /* THREE11CAP-7877 */
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-main .contact-cross {
    /* THREE11CAP-7717 */
    position: absolute;
	top: 10px;
	right: 10px;
  }
}
.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% - 150px) !important; /* WCAG CSS Changes */
  }
}
.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; WCAG CSS Changes */
    background: white !important;
    width: 100% !important;
    overflow-y: auto !important;
    height: 150px !important;
    /* WCAG CSS Changes */
    bottom: 0px !important;
    /* height: 120px !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: #C00000 !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: #C00000 !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: #C00000 !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: #C00000 !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; */
  /* WCAG Changes */
  max-width: 600px !important;
	width: 80% !important;
	margin: 5px auto 15px !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: 20px !important;
  border-radius: 8px !important;
  padding: 16px !important;
  width: 100% !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;
  }
  .contact-wrapper .c-bottom .continue-btn .mobile-left:hover {
    box-shadow: 1px 3px 5px #adabab;
  }
}

.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: #C77700 !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: #C00000 !important;
}
.verify-popup .main-popup .verify-email-popup .code-error .otp {
  border-color: #C00000 !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: #C00000 !important;
  border: 0 !important;
  border-right: 1px solid #C00000 !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: #C00000 !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: 768px) {
  .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: 20px !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) {
  /* Commenting for WCAG CSS Changes 
  .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;
  }
  Ends  */
  .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);
}
.select-loc-name {
  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;
  width: auto; /* WCAG CSS Changes */
}
.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;
    word-break: break-word;
  }
}
.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: #C77700 !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 {
	/* THREE11CAP-7877 */
	overflow-y: auto !important;
	height: calc(100% - 81px);
	padding: 60px 20px 15.5px 20px !important;
}
@media screen and (max-width: 767px) {
  .creation_summary_page .paddingtop {
    padding: 61px 0px 15.5px 0px !important; /* THREE11CAP-7877 */
  }
}
.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: 767px) {
  c-web-que-date-time {
    width: 100%;
  }
  .date_box_outer .date_box {
    max-width: 100% !important;
  }

  .date_box .dates .cal-arrow{
    height: 20px;
    bottom: -11px !important;
    top: auto;   
  }
  .date_box_outer .dates {
    top: auto !important;
    bottom:40px;
}
.date_box_outer .cal-arrow {
    top: auto;
    bottom: -11px;
    transform: rotate(180deg);
}
}
.date_box_outer .cal-arrow {
  top: -11px; 
  left: 50%;
}

.dates .buttonContainer button.link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: rgb(255, 255, 255);
  line-height: 14px t;
  text-align: center;
  padding: 6px 12px ;
  background: #2e5bad;
  border-radius: 6px ;
  display: inline-block ;
  border: none ;
}

.dates .buttonContainer button.link:hover {
  background: #82a1da  !important;
}

.datePicker {
  position: relative;
}

.dates div:last-child {
  padding: 0 0 3px;
}

.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: 20px !important;
  right: 20px !important;
  background: rgb(255, 255, 255) !important;
  /* pointer-events: none; */
}
.date_box .open-button button {
  border: none !important;
  line-height: inherit !important;
  text-align: center !important;
  padding: 0px !important;
  border-radius: 0px !important;
  height: 24px;
  width: 24px;
}

.date_box .open-button button:not([disabled]) {
  background: transparent;
}

.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:not([disabled])  {
  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: 0px !important; /* THREE11CAP-7877 */
}

.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: #C00000 !important;
  padding-left: 2px !important;
  font-size: large !important;
}
.animal-R-30 .main .red label {
  color: #C00000 !important;
}
.animal-R-30 .main .red a {
  color: #C00000 !important;
}
.animal-R-30 .main .red span {
  color: #C00000 !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;
  top: 90% !important; /* THREE11CAP-7877 */
}
@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: 18px !important; /* WCAG CSS Changes   */
  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: #2e5bad !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: #C77700 !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;
  object-fit: contain !important; /* WCAG Changes */
  margin: 20px auto !important; /* WCAG Changes */
}
.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: 24px !important;
  width: 24px !important;
  border: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 12px !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;
    max-height: 50vh !important; /* WCAG Changes */
  }
}
.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;
  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 12px !important;
}
.all-status {
  border-bottom: 1px solid black;
}
.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_outer {
  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_outer .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: 4px !important;
  right: 10px !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;
  padding-bottom: 15px;
}
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;
  padding-bottom: 15px;

}
.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;
  /* padding-top: 5px;  THREE11CAP-7717 */
}
.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;
}

h1.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) {
  h1.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: #C00000 !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;
    width: 100vw !important; /* WCAG CSS Changes */
  }
}
.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 h1 {
  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: 35px !important;
  width: 80% !important; /* WCAG CSS Changes */
}
@media (max-width: 767px) {
  .main_model_popup .inner_content h1 {
    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 span {
  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;
  /* WCAG CSS Changes starts */
  display: flex;
  justify-content: center;
  /* WCAG CSS Changes ends */
}
.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;
  padding: 0 16px 0 16px;
}
.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;
  min-width: 24px;
  min-height: 24px;
  display: block;
}

.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 */
  align-items: center; /* WCAG CSS Changes */
}

.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;
  min-width: 24px;
  min-height: 24px;
  display: block;
}

.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%;
    margin-top: 12px !important;
  }
}

.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;
  min-width: 24px;
  min-height: 24px;
  display: block;
}

.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;
  min-width: 24px;
  min-height: 24px;
  display: block;
  margin: 0 auto;
}

.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;
  min-width: 24px;
  min-height: 24px;
  display: block;
  margin: 0 auto;
}

.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 #8C929F !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: #C00000 !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: #C00000 !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;
}

h1.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 #8C929F !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;
    width: 75% !important; /* WCAG CSS Changes */
  }
}
.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;
}

@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, .hover_over:focus {
  outline: 2px solid rgb(46, 91, 173) !important;
  border-bottom: 0 !important;
  cursor: pointer !important;
}
.hover_over:hover:last-child, .hover_over:focus: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: #C00000 !important;
}
.red label {
  color: #C00000 !important;
}
.red a {
  color: #C00000 !important;
}
.red span {
  color: #C00000 !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: 140px !important; /* WCAG CSS Changes */
  }
}
.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: #424955 !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 {
	/* THREE11CAP-7877 */
	margin-top: 55px !important;
	height: calc(100% - 55px) !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: 84px; /* WCAG CSS Changes */
    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: 15px; /* THREE11CAP-7877 */
}
@media all and (max-width: 767px) {
  .contact-wrapper .contact-main .midscroll .contact-cross {
    position: absolute;
    /* right: 0; Commenting for WCAG CSS Fix */
  }
}

@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 #C00000 !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: 7 !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;
}

/* Commenting for WCAG CSS Changes
@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: #C00000 !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: 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;
}

.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 */
/* Commented for WCAG CSS Changes
@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: 10px !important; /* WCAG CSS Changes */
  }
}

@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: 10px !important; /* WCAG CSS Changes */
  }
}

/* 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;
}

.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: 10% !important; /* WCAG CSS Changes */
  }
}

@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;
}

/* THREE11CAP-7717 */
.st-name {
	color: #d0d4dd;
}

.steps-details {
	border-left: 1px solid grey;
	padding-left: 10px;
	margin: 0px 0px 0px 10px;
}

@media all and (max-width: 767px) {
	.contact-title {
		float: none !important;
	}
	.icon-wrap_circle {
		display: flex;
		align-items: center;
		padding-top: 0px;
	}
	.st-name {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.steps-details {
		max-width: 55%;
	}
    .contact-wrapper .contact-main .contact-step {
        display: flex;
        max-width: 90%;
    }
}

/* CSS for the Galaxy Fold */
@media (max-width: 280px) {
	.st-name {
		max-width: 65px;
	}
	.steps-details {
		max-width: 64%;
	}
	.contact-wrapper .contact-main .contact-step .contact-heading {
		width: min-content;
	}
}


.lang_picklist .select {
  position: relative !important;
  min-width: 200px !important;
}
.lang_picklist .select svg {
  position: absolute !important;
  right: 16px !important;
  top: calc(50% - 3px) !important;
  width: 10px !important;
  height: 6px !important;
  stroke-width: 2px !important;
  stroke: #78849B !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}
.lang_picklist .select select {
  -moz-appearance: none !important;
        appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  border: 1px solid #606F8A !important;
  border-radius: 5px !important;
  background: rgb(255, 255, 255) !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: #FCFCFC !important;
}
.lang_picklist .select select option {
  color: #223254 !important;
  background-color: #fff !important;
}

.lang_picklist .select select option[value=""][disabled] {
  display: none !important;
}
.lang_picklist .select select:focus {
  outline: none !important;
  border-color: rgba(0, 9, 26, 0.38) !important;
  background: rgba(0, 9, 26, 0.38) !important;
}

.lang_picklist .select select:focus + svg { 
  stroke: #78849B !important;
}

.lang_picklist .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;
}
.lang_picklist .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;
}

.lang_picklist .select select {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  border-radius: 5px !important;
  padding: 16px !important;
  width: 100% !important;
  border: 1px solid #606F8A !important;
  background: #606F8A !important;
  padding: 8px 40px 8px 20px !important;
  line-height: 20px !important;
}

.recent_alerts .alerts_col .notif_date {
  float: right;
  font-family: "Inter", sans-serif;
  color: rgba(0, 9, 26, 0.7);
  /* WCAG CSS Changes start */
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  /* WCAG CSS Changes ends */
}

.select-location {
  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-top: 15px;
}


/** START THREE11CAP-7721 **/ 
.sr_fl_upload {
	width: 100%;
	height: 100%;
	padding: 6px 28px; 
	cursor: pointer;                                       
	border-radius: 6px; 
  justify-content: flex-start; 
  align-items: center; 
  gap: 6px; 
  display: inline-flex;
}

.sr_fl_upload .add_container {
	width: 20px; 
	height: 20px; 
	position: relative;
}

.sr_fl_upload .add_btn_container {
	text-align: center; 
	 color: #0D41A0; 
	 font-size: 14px; 
	 font-family: Inter; 
	 font-weight: 600; 
	 line-height: 14px; 
	 word-wrap: break-word;
}

.none_display {
	display: none;
}

.float_right {
	float: right;
}

.brown-background {
  background-color: #ebecee;
  padding-bottom: 20px;
  border-radius: 8px;
  margin-left: 28px;
  margin-right: 28px;
}

.container_s72 .full-max-width {
  max-width: 100% !important;
}

.blur-container {
  filter: blur(1px);
  z-index: 40;
  pointer-events: none;
}

.container_s72 .upload-file {
	float: none !important;
  min-height: inherit !important;
  overflow: auto !important;
  max-width: 698px !important; /* WCAG CSS Changes */
}

.container_s72 .upload-file .Attach-file .file-width {
	width: 94% !important;
}

.container_s72 .upload-file .padding-cotainer {
	padding: 12px 2px !important;
}

.container_s72 .upload-file .ui-overlay  {
	width: 100% !important;
}

.form-details .done-btn-container {
  margin-top: -4%;
  margin-left: 72%;
}

@media screen and (max-width: 767px) {
  .form-details .done-btn-container {
      margin-top: -10%;
      margin-left: 56%;
  }
}

.form-details .done-btn-container .done-btn {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  font-size: 17px !important;
  line-height: 20px !important;
  padding: 12px 34px !important;
  border-radius: 8px !important;
  border: none !important;
  margin-right: 5px !important;
  color: rgb(255, 255, 255) !important;
  background: #2e5bad !important;
}

.top45 {
  top: 45% !important;
}

.top42 {
  top: 42% !important;
}

@media screen and (max-width: 767px) {
  .form-details .upload-file .outer-upload .srdetail-upload {
    width: 270px !important;
  }
}

@media screen and (max-width: 767px) {
  .upload-file .outer-upload .inner-upload-px-width {
    width: 319px !important;
  }
}
/** END THREE11CAP-7721 **/ 

.q_bar_inner:focus-visible {
  outline: none;
}

.secondary-contact:focus-visible {
  outline: none;
}

.date_timeline .c-field:focus-visible {
  outline: none;
}

.select-loc-single .c-field:focus-visible {
  outline: none;
}

.search-icon-location:focus-visible {
  outline: none;
}

/*Datepicker CSS begins */
.datePicker {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.bold {
  font-size: 14px;
  font-weight: 600;
}

.link {
  color: #007bff;
  border: 0;
  background: transparent;
}

.dates {
  width: 298px;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  background: white;
  z-index: 2;
  /* top: 8px; WCAG CSS Changes*/
  top: -8px;
  right: 27%;
}

.dates ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 274px;
  margin: 0 auto;
  margin-bottom: 10px !important;
  padding-bottom: 6px;
  margin-left: 12px;
  margin-right: 12px;
}
.datePickerTable {
  margin-bottom: 16px !important;
}
.dates .datePickerHolder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 274px;
  margin: 0 auto;
  margin-left: 12px;
  margin-right: 12px;
}
.cal-arrow {
  position: absolute;
  top: -13px;
  left: 10px;
}
.dates .datePickerHolder {
  flex-wrap: wrap;
}

.datePickerHolder td {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  min-height: 40px;
  margin: 0px;
}
.header li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  background-color: white;
  color: #8f99ae;
  font-weight: 500;
  min-width: 39px;
  min-height: 24px !important;
}
.buttonContainer {
  width: 268px;
  margin: 0px auto 6px auto;
  padding: 13px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.prev,
.next {
  border: none;
  width: fit-content;
  background: transparent;
}

.prev:hover,
.next:hover,
.link:hover {
  cursor: pointer;
}

.prev:before {
  padding-right: 0px;
  font-size: 17px;
  color: #2e5bad;
}

.next:after {
  padding-right: 0px;
  font-size: 17px;
  color: #2e5bad;
}

.datePickerHolder td {
  color: #2e5bad;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0px;
  border: 1px solid #edeff2;
}
ul.header {
  padding-bottom: 0px !important;
}

.datePickerHolder .padder {
  visibility: hidden;
  /* color: #8f99ae;
  opacity: 0;
  font-weight: 400; */
}

.datePickerHolder .selected {
  background: #2e5bad !important;
  border-radius: 0px !important;
  color: white !important;
  border: 0px;
}

.datePickerHolder td:hover:not(.selected), .focused {
  background-color: #82a1da !important;
  /* border-radius: 0px;
  border: 0px; */
  color: white !important;
}

.datePickerHolder .today {
  background: #d0dfff !important;
  border-radius: 0px !important;
  color: #2e5bad !important;
  border: 0px;
}
/*Datepicker CSS ends*/

/* ADA remove border for contact page */
.removeBorder {
    outline: none;
}

.section-content-center-align {
  text-align: center;
}

.dynamic-alert-list {
  text-align: left;
  list-style-type: circle;
  margin-left: 20px;
}

@media print {
 .HdrFtr_Fxd .c-bottom, .contact-wrapper .contact-main .contact-cross {display:none;}
 .contact-wrapper .main {border:none !important;}
 .upload-file {min-height:auto !important;}
 a[href]:after {content: none !important;}
}

/*THREE11CAP-7810*/
.no-sr-error {
  display: flex !important;
  padding: 32px;
  border-radius: 6px;
  justify-content: center;
}

.no-sr-error .messageContainer {
  font-family: 'Inter';
  width: 72%;
  background: rgba(246, 247, 248, 1);
  padding: 32px;
  border-radius: 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .no-sr-error .messageContainer {
    width: 100%;
  }
}

.noSrFoundMsg {
  font-size: 21px !important;
  font-weight: 700;
}

.no-sr-error .messageContainer p {
  font-size: 14px !important;
  color: rgba(0, 9, 26, 0.56);
  font-weight: 500;
  padding: 10px;
}

.no-sr-error .homeLink,
.no-sr-error .allSRLink {
  color: rgba(0, 9, 26, 0.87);
}

/*THREE11CAP-7812*/
.p20_profile_inner .search-icon-location.search_address {
  position: relative;
}

.p20_profile_inner .cross-sign {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  padding: 10px;
  background: white;
}

.p20_profile_inner .r-80.adsearch_field, .p20_profile_inner .search-icon-location.search_address .signemail_input {
  padding-right: 40px !important;
}

.gray {
  color : #7F848C !important;
}

.bw-image {
  filter: grayscale();
}

.recent_services_leftBaar .recent_services .recent_services_row .recent_services_coml.gray-bg {
  background-color : #FCFCFC !important;
}

/*THREE11CAP-7791*/
.sr-number-note {
  font-size: 17px;
  line-height: 22px;
  color: #00091ADE;
}

.copy-sr-section {
  background-color: #F4B65033;
  padding: 12px 17px;
  border-radius: 8px;
  margin-top: 10px;
}

.sr-number-copy-control {
  margin-left: 15px;
  cursor: pointer;
  font-weight: 500;
}

.sr-number-copy-control a {
  color: #817C7A;
  position: relative;
}

.sr-number-copy-control a img {
  height: 20px;
}

.sr-number-section {
  font-weight: 700;
  color: #00091ADE;
  /*********  IS-4214 ********/
  font-size: 14px;
  /*******         *********/
}

/*********  IS-4214 ********/
.recent_services .recent_services_row .recent_services_coml p {
  font-size: 14px !important;
}
/*******         *********/

.sr-number-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;
}
/*THREE11CAP-7791*/

/* THREE11CAP-8197 Start */
.globeAlignment {
	display: flex !important;
	justify-content: center !important;
}

.mblGlobe {
	display: none !important;
}

.globeAlignment .menu_dropdown.a_top.more_header {
	width: 179px !important;
	left: -116px !important;
}

.globeAlignment .menu_dropdown::before {
	left: 93px !important;
}

.globe_menu li a img {
	margin-right: 2px !important;
}

.globe_menu li a .globe_icon {
	width: 20px !important;
}

@media (max-width: 768px) {
	.mblGlobe {
		display: flex !important;
		padding: 5px !important;
	}

	.mblGlobe img {
		width: 26px !important;
		height: 26px !important;
	}

	.globe_head {
		display: none !important;
	}

	.globe_menu_mbl li a img {
		margin-right: 3px !important;
		height: 25px !important;
		width: 25px !important;
	}

	.globe_menu_mbl li {
		display: flex !important;
		justify-content: center !important;
		padding: 15px 12px !important;
	}

	.globe_menu_mbl li a {
		flex-direction: row !important;
		font-size: 16px !important;
	}
}
/* THREE11CAP-8197 End */

/* THREE11CAP-7556 Start */
.language_select {
    position: relative;
    bottom: 20px;
    width: 100%;
    display: inline-block;
}

.ftr_bt_rl .language_select {
    text-align: right;
    margin-left: auto !important;
    margin-right: 0;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px !important;
    position: relative !important;
    min-width: 200px !important;
    bottom: 0px !important;
}

.ftr_bt_rl select:focus {
    outline: none !important;
    border-color: rgba(0, 9, 26, 0.38) !important;
    background: rgba(0, 9, 26, 0.38) !important;
}

.ftr_bt_rl .language_select option {
    color: #223254 !important;
    background-color: #fff !important;
}

.ftr_bt_rl .select_box_language {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    border-radius: 5px !important;
    border: 1px solid #606F8A !important;
    background: #606F8A !important;
    padding: 8px 40px 8px 20px !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer !important;
    transition: all 150ms ease !important;
    color: #FCFCFC !important;
}

.language_select svg {
  position: absolute !important;
  right: 16px !important;
  top: calc(50% - 3px) !important;
  width: 10px !important;
  height: 6px !important;
  stroke-width: 2px !important;
  stroke: #78849B !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}

.main_model_popup .language_select svg {
  position: absolute !important;
  left: 58% !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;
}

@media (max-width: 768px) {
  .main_model_popup .language_select svg {
    left: 64% !important;
  }
}

.language_select .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;
}
/* THREE11CAP-7556 End */

/* THREE11CAP-8321 */
.a_top {
  top: 40px !important;
}

.navbar-brand {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}

.footer-brand {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}

.hdrArea .city-name {
  font-size: 1em;
  color: white;
  font-family: 'Zapfino' !important;
  letter-spacing: 1px;
  margin-top: 20px !important;
}

footer.ftrArea .footer-brand .city-name p {
  font-size: 1em !important;
  color: #D0D4DD !important;
  font-family: 'Zapfino' !important;
  letter-spacing: 1px;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  margin-top: 22px !important;
}

.nav-text {
  white-space: nowrap;
}

.normal-text {
  white-space: normal;
}

@media (max-width: 768px){
  .hdrArea .city-name {
    font-size: 1.5em;
  }
  .footer.ftrArea .footer-brand .city-name p{
    font-size: 1.0em;
  }
}

.logo_Incapsulate{
  height: 25px;
}

.incapsulate_logo.logo_footer {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.logo_footer .city-name {
  font-size: 1.4em;
  color: #D0D4DD;
  font-family: SERIF;
  letter-spacing: 2px;
  opacity: 0.7;
}

.lang_label {
  font-size: 16px;
  color: rgb(208, 212, 221);
}

.mr_top {
  margin-top: 10px !important;
}

.text_center {
  text-align: center !important;
}

/* ADA Level Access */
.hidden-element {
  position: absolute;
  width: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.copy-right {
  color: rgb(208, 212, 221) !important;
  padding-bottom: 40px;
  text-align: center;
  line-height: 17px !important;
}

footer.ftrArea .ftr_bt {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .copy-right {
    padding-bottom: 60px;
  }
  
  .ftr_bt_rl .language_select {
    text-align: center;
  }

  /* Commenting for WCAG CSS Fix */
  /* .language_select svg {
    right: 54px !important;
  } */
}

.grecaptcha-badge { 
  visibility: hidden;
}

.select .preferred_lang_select select {
  line-height: 20px !important;
  padding: 13px !important;
}

.sign-up-consent-section {
  max-width: 320px;
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between;

  .sign-up-consent-section-left {
    padding-bottom: 25px !important;
    display: flex;
    justify-content: flex-start;
  }

  .sign-up-consent-section-left label {
    font-family: "Inter", sans-serif;
    font-style: normal;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 9, 26, 0.8);
    display: flex;
    text-align: left;
  }

  .sign-up-consent-section-left input {
    vertical-align: middle;
    height: 22px !important;
    min-width: 40px;
    border: 1px solid #D0D4DD !important;
    border-radius: 4px !important;
  }
}

.profile-consent-section {
  .inline-alert-box {
    border-radius: 8px;
  }
  .inline-alert-box.space-with-tooltip {
    padding: 11px 12px 8px 12px;
    float: none !important;
  }
  .iab-text.info_tooltext {
    width: 89.5%;
    padding: 2px 0px 0px 10px;
  }
  .iab-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 9, 26, 0.8);
  }
}

.filelimit-sub-heading.text-left {
  text-align: left !important;
}

.contact-consent-section {
  margin: 0px 1% 35px 1%;
  border: 1px solid #d0d4dd;
  padding: 15px 10px 15px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  line-height: 38px;

  .consent-text {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 9, 26, 0.87);
    text-align: left;
    width: calc(100% - 45px);
    float: right;
  }
  .consent-checkbox {
    padding-left: 6px;
  }
  .consent-checkbox img {
      vertical-align: top;
      height: 25px;
      margin-top: 4px;
  }
  .consent-text-full-width {
    width: 100% !important;
  }
}

.profile-consent-padding {
  padding: 15px 0 0 0;
}

.pop_bottom_btn {
  display: flex;
}

button:hover, .gr_container .gr_button:hover, .Cle_btn:hover, .p10_footer .profile_logout_btn:hover, .menu_dropdown .b_green a:hover, .login_button:not(.lite_color_btn):hover, .login_sign_up a:hover, .login_sign_up.lite_color_btn a:hover, .google_button a:hover, .Mobile_Reg_Sign .dropDownli a.m_sign_in:hover, .Mobile_Reg_Sign .dropDownli a.m_register:hover, .blu-btn-css:hover {
  box-shadow: 1px 3px 5px #adabab;
}

a.btt_btn:hover {
  box-shadow: 1px 3px 5px #adabab !important;
}

button[disabled], .search-bar-form .filed_group_bg button:hover, .login_sign_up.lite_color_btn a:hover, .date_box .open-button button:hover, .verify-popup button.file-popup-btn.disabled:hover, .post_comments button.icon_BT:hover {
  box-shadow: none;
}

@media (max-width: 767px) {
  .sign-up-consent-section {
    max-width: inherit !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .sign-up-consent-section-left input {
    min-width: 35px !important;
  }
  .contact-consent-section {
    margin: 0px 0 35px 0 !important;
    padding: 15px 10px 0px 10px !important;
  }
  .consent-text {
    padding-bottom: 18px !important;
  }
}

/* WCAG CSS Changes */
.email-sent {
  padding-bottom: 30px;
}

.loc-mobile-landscape-view img {
  width: 20px !important;
}

.upload-file .outer-upload .inner-upload-px-width {
  cursor: pointer;
}

@media (max-width: 768px) {
  .upload-file .Attach-file .attached-files {
    max-width: 100% !important;
  }

  .upload-file .Attach-file .attached-files .attached .attachement-delete {
    width: 40px;
    right: -75px !important;
    top: 12px !important;
  }

  .upload-file .Attach-file .attached-files .attached {
    width: 88% !important;
    /* margin: 20px auto !important; */
  }

  .contact-wrapper .form-details.r-70-location-single .c-form.hightminus .map-loc-mobile {
    height: 100% !important; /*  WCAG CSS Changes */
  }
}

@media (orientation: landscape) {

  @media (min-width: 768px) and (max-width: 960px) {
    .main_model_popup .inner_content h1 {
      font-size: 36px !important;
      line-height: 42px !important;
    }

    .main-popup.margin-0.s65screen {
      height: auto !important;
    }

    .popup_right_postion.verify-popup .main-popup.detail-entry {
      width: 80vw !important;
    }

    .verify-popup .detail-entry .verify-email-popup .detail-entry-full {
      width: 100% !important;
      height: 95vh;
      overflow-y: auto;
    }

    .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
      height: auto !important;
    }
    .main-popup.margin-0.s65screen {
      width: 60% !important;
    }
  }

  @media (min-width: 500px) and (max-width: 768px) {
    .animal-R-30 .main .call-service .call-help {
      width: 25% !important;
    }
  }

  @media (min-width: 425px) {
    .animal-R-30 .main .call-service {
      width: 95% !important;
    }
  }

  @media (max-width: 1076px) and (max-height: 450.50px) {

    html,
    body {
      overflow-x: hidden !important;
    }

    .popup_right_postion.verify-popup .unfix_position {
      margin-top: 25% !important;
        width: 100% !important;
    }

    .verify-popup .main-popup .verify-email-popup {
      .otp-form-detail .otp,
      .code-error .otp {
        width: 50px !important;
      }
    }

    .date_timeline {
      padding-top: 0 !important;
    }

    .date_timeline .timeline_list .timeline_item {
      padding: 20px 10px !important;
    }

    .login_sign_up {
      max-width: 320px !important;
    }

    .right_content_forget {
      margin-top: 12px !important;
    }

    .robo_captcha {
      max-width: 320px !important;
      justify-content: center !important;
    }

    .google_button,
    .google_or,
    .sign_form_fields,
    .reminder_me,
    .listing_text,
    .login_button,
    .sign-up-consent-section {
      max-width: 320px !important;
    }
    
    .sign-up-consent-section {
      width: 100%;
    }

    .sign-up-consent-section-left {
      border: 1px solid #D0D4DD;
      border-radius: 12px;
      width: 93vw;
      margin: 20px auto;
      padding: 10px;
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    .sign-up-consent-section-left input[type="checkbox"] {
      float: left;
      height: 24px;
      width: 24px;
      margin-right: 10px;
      display: flex;
    }

    .sign-up-consent-section-left p {
      font-family: "Inter", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      text-align: left;
      display: flow-root;
    }

    .contact-consent-section {
      justify-content: flex-start;

      .consent-checkbox {
        float: left;
        justify-content: flex-start;
        display: flex;
      }
    }

    .email-content {
      margin: 10px auto 10px !important;
    }
  
    .email-content h1.verify_mail_cls {
      margin: 10px auto 20px !important;
    }
  
    .email-sent {
      margin: 10px auto 25px !important;
    }
    
    .announcement_center[c-webServiceAlertNew_webServiceAlertNew] {
      width: calc(100% - 180px) !important;
    }

    .animal-R-30 .main,
    .contact-wrapper .width_466 .main,
    .contact-wrapper .main,
    .HdrFtr_Fxd .c-bottom,
    .HdrFtr_Fxd .contact-main {
      width: 100% !important;
    }
    .animal-R-30 .main{
      z-index: 9999 !important;
    }

    .animal-R-30 .main .call-service {
      margin-top: 35px !important;
      margin: 35px auto 25px !important;

      .details.single-detail-layout {
        width: 95% !important;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        padding: 10px 25px;
      }

      .call-help {
        width: 13% !important;
      }
    }

    img.mobile-image.t-content {
      width: 85% !important;
      margin: 20px auto !important;
    }

    .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
      height: auto !important;
    }
    .verify-popup .main-popup .verify-email-popup.cancel-request-popup {
      padding: 10px !important;
      height: auto;
      overflow-y: scroll;
      max-height: 90vh !important;
    }    
    .verify-popup .main-popup .error-popup.verify-email-popup {
      max-height: 85vh !important;
      overflow-y: auto;
      height: auto !important;
      padding: 15px !important;
    }

    .validation-popup {
      width: 75% !important;
    }

    .upload-file .outer-upload .inner-upload {
      margin: 5% auto !important;
    }

    .upload-file .outer-upload .inner-upload-px-width {
      width: 85% !important;
    }

    .upload-file .Attach-file .attached-files {
      max-width: 100% !important;
    }

    .upload-file .Attach-file .attached-files .attached .attachement-delete {
      width: 40px;
      right: -75px !important;
      top: 12px !important;
    }

    .upload-file .Attach-file .attached-files .attached {
      width: 88% !important;
      /* margin: 20px auto !important; */
    }

    .upload-file .Attach-file .attached-files .attached:nth-child(even) {
      margin-left: 0 !important;
    }

    .S72Attachement .upload-file {
      max-width: 100% !important;
    }

    .main-popup.margin-0.s65screen {
      width: 60% !important;
    }

    .popup_right_postion.verify-popup .ui-overlay {
      width: 100% !important;
    }

    .head-d {
      padding: 40px 20px 35px 20px !important;
    }

    .head-d2 {
      padding: 55px 20px 35px 20px !important;
    }

    .SR_Location-Popup .main-popup {
      width: 71% !important;
    }

    .SR_Location-Popup.marginL0 .main-popup.margin-0 {
      width: 100% !important;
    }

    @media (min-width: 600px) and (max-width: 767px) {
      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer, 
      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.search-panel-expanded{
        height: calc(68vh) !important; /* WCAG CSS Changes */
      }
    }
    @media (min-width: 600px) and (max-width: 768px) {
      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position.ms_scroll.multi-loc-map {
        top: 0 !important;
        height: 250px !important; /* WCAG CSS Changes */
      }
    }
    @media (min-width: 767px) and (max-width: 768px) {
      .contact-wrapper .form-details.r-70-location-single {
        height: calc(90vh - 10px) !important;
      }
    }
    @media (min-width: 600px) {
      /* WCAG CSS Changes */
      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .loc-search-single {
        padding: 15px 15px !important;
      }

      .loc-mobile-landscape-view {
        background: white;
        align-content: center;
        left: calc(65vw - 100px) !important;
        height: 44px !important;
        width: 24px !important;
        top: 50%;
        position: absolute !important;
        border-radius: 0px 10px 10px 0px;
        z-index: 999;
      }

      .loc-button-top {
        top: 20%;
        z-index: 14 !important;
      }

      .loc-button-center {
        top: 45%;
        z-index: 14 !important;
      }

      .contact-wrapper .form-details.r-70-location-single {
        height: calc(90vh - 32px) !important;
      }
      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer,
      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.search-panel-expanded {
        width: calc(65vw - 100px) !important;
        /* height: calc(90vh) !important; */
        left: 0 !important;
        transition: width 350ms ease-out;
        position: absolute !important;
      }

      .loc-mobile-landscape-view.search-panel-collapsed {
        left: 0 !important;
      }

      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.search-panel-collapsed {
        transition: width 350ms ease-in;
        width: 0 !important;
      }

      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position.ms_scroll {
        width: calc(65vw - 100px) !important;
      }

      .contact-wrapper .form-details.r-70-location-single .c-form .map-loc-mobile {
        height: 100% !important;
        order: 1 !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        position: absolute !important;
      }

      .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
        right: calc(40px) !important;
        left: 66% !important;
        width: max-content;
      }

      .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer.r-80A {
        margin-top: 0 !important;
      }

      .LocPin {
        left: 57% !important;
        /* bottom: 25px !important; */
      }

      .loc-button-hide {
        display: none !important;
      } 
    }
    @media (min-width: 900px){
      .contact-wrapper .form-details.r-70-location-single {
        height: calc(100% - 100px) !important;
      }
    }
    
    .contact-wrapper .form-details.btm-spacing {
      .q_bar .q_bar_inner {
        margin-bottom: 85px !Important;
      }
    }

    .creation_Summary .cs_container .st_box1 {
      max-width: 100% !important;
    }

    .creation_Summary .cs_container {
      max-width: 95% !important;
    }

    .form-details.creation_Summary_row.paddingtop {
      margin-top: 0px !important;
      padding-bottom: 30px !important;
    }

    .creation_Summary .cs_container .st_heading {
      margin: 15px auto 10px !important;
    }

    .contact-wrapper .creation_Summary_row .form-details.r-70-location-single .c-form .map-loc-mobile {
      width: 100% !important;
      height: 250px !important;
      position: relative !important;
    }

    .creation_Summary .cs_container .st_block .form-details.r-70-location-single {
      margin-bottom: 20px !important;
    }

    .creation_Summary .cs_container .st_block .Attach-file {
      margin: 10px auto 15px !important;
    }

    .s72_body .form-details .upload-file .outer-upload .srdetail-upload {
      width: 95% !important;
    }

    .sr-submission-success .creation_Summary .cs_container .sr-calender .cs_p_head,
    .imp-notes {
      width: 100% !important;
    }

    .creation_Summary .cs_container .st_block .Attach-file {
      width: 100% !important;
    }

    .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached {
      width: 48% !important;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: center;
    }

    .form-details .done-btn-container {
      margin: 20px auto 0 !important;
      text-align: center;
    }

    @media (max-width: 450px) {
      .container_s72 .upload-file .Attach-file .file-width {
        width: 100% !important;
      }

      .container_s72 .upload-file .Attach-file .attached-files .attached .attachement-delete {
        right: -13px !important;
        top: -13px !important;
      }
    }

    @media (min-width: 550px) {
      .animal-R-30 .main .call-service .details.multiple-detail-layout {
        width: 49.5% !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        padding: 10px;
      }
    }
    @media (max-width: 767px) {
      .main-popup.margin-0.s65screen,
      .SR_Location-Popup .main-popup .SR_Location-Popup-Inner {
        width: 100% !important;
      }

      .recent_services_leftBaar--rs_RB .recent_services .recent_services_row .recent_services_coml .recent_services_img img.srImages {
        object-fit: contain !important;
        margin: 20px auto !important;
      }
    }

    /* Schedule Location page */
    .contact-wrapper .form-details.btm-spacing .c-form .c-form-inner {
      margin-top: 0px !important;
    }

    /* My Request page */
    .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: calc(100vh - 50px) !important;
    }

    @media (min-width: 1059px) and (max-width: 1096px) {
      .s10_bg {
        .s10_container.base-section-height {
          top: 0 !important;
        }
      }
    }

    @media (min-width: 911px) and (max-width: 1031px) {
      .s10_bg .s10_row {
        padding-top: 10px !important;
      }
    }

    @media (min-width: 980px) and (max-width: 990px) {
      .s10_bg {
        .s10_container.base-section-height {
          top: 0 !important;
        }
      }
    }

    @media (min-width: 767px) and (max-width: 767px) {
      .s10_bg {
        .s10_container.base-section-height {
          top: 47px !important;
        }
      }
    }
    
    @media (min-width: 769px) and (max-width: 910px) {
			.s10_bg .s10_container.base-section-height .s10_row{
			  height: 95% !important;
			}
		}
    @media (min-width: 767px) and (max-width: 908px) {
      .s10_bg {
        .s10_container.base-section-height {
          top: 31px !important;
        }
      }

      /* All request page */
      .s10_left_baar.s70a_left {
        width: 45% !important;
      }

      /* My Request */
      .s10_bg.msr_mb .S010_SR {
        .s10_left_baar {
          width: 80% !important;
        }
      }

      @media (min-width: 878px) and (max-width: 879px),
      (min-width: 906px) and (max-width: 908px){
        .s10_bg {
          .s10_container.base-section-height {
            top: 0 !important;
          }
        }
      }

    }
    /* @media (min-width: 785px) and (max-width: 950px){
      .radio_group_openstate.calender_radio{
        left: unset !important;
        right: 0;
      }
    } */
    @media (min-width: 776px) and (max-width: 815px) {
      .radio_group_openstate.margin_Left {
        left: -64% !important;
      }
     }

    @media (min-width: 768px) and (max-width: 768px) {
      .s10_bg {
        .s10_container.base-section-height {
          top: 0px !important;
        }
      }
    }

    /* Contact info page */
    .contact-wrapper .form-details.btm-spacing {
      .c-heading .c-sub-heading {
        font-size: 32px !important;
        line-height: 38px !important;
      }

      .c-heading .c-sub-text {
        padding: 0 !important;
        margin-bottom: 10px !important;
      }
    }

    .contact-wrapper form.c-form .c-form-inner {
      width: 85% !important;
    }

    /* Profile page */
    .p20profile_detail_address {
      max-width: 100% !important;
      width: 90% !important;
    }

    p.sectionHeading.editMode {
      width: 100% !important;
      margin: 10px auto;
      max-width: 320px !important;
    }

    section.Notifications_Preferences {
      .container_700 {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        max-width: 100% !important;
      }

      .p10_header {
        max-width: 700px !important;
        margin: 0 auto !important;
      }

      .p10_body {
        width: 100vw !important;
        margin: 0 auto !important;
      }

      .p10_notification_inner,
      .p20profile_detail_address {
        max-width: 100% !important;
        width: 90% !important;
      }

      .p10_notification_switch_tp {
        margin-top: 25px !important;
      }
    }

    @media (min-width: 769px) and (max-width: 795px) {
      .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
        left: 70% !important;
      }
    }
  }
  /* For mobile device on all request and my request */
  @media (max-width: 767px) {
    .s10_bg {
      .s10_left_baar.s70a_left {
          width: 100% !important;
      }
    }
    .s10_bg.msr_mb .S010_SR{
      .s10_left_baar{
        width: 100% !important;
        position: relative !important;
      }
    }
  }
  @media (max-width: 825px) {
    .contact-wrapper .form-details.btm-spacing {
      .c-heading .c-sub-text {
        max-width: 575px !important;
        width: 80% !important;
        margin: 5px auto 15px !important;
      }
    }
  }

  @media (min-width: 1193.50px) and (max-width: 1280px) {
    .map_image {
      height: 100vh !important;
    }
  }
}

@media (max-width: 1076px) {
    .verify-popup .detail-entry .verify-email-popup .detail-entry-full {
        height: 90vh;
        overflow-y: auto;
    }
}

@media (max-width: 900px) {
  .menu li a img {
    width: 20px !important;
  }

}

@media (max-width: 768px) {

  .login_button {
    width: 280px !important;
  }

  .verify-popup .detail-entry {
    width: 94% !important;
  }

  .validation-popup {
    width: 75% !important;
  }

  .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-left {
    padding: 18px !important;
  }

  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    width: max-content;
    /* left: 66% !important; */
    top: calc(28px) !important;
  }
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
    width: 200px;
     max-width: 98%;
}
}
@media (max-width: 600px) {
  /* Map updates for mobile devices */
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .loc-search-single{
    padding: 10px 16px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    left: 50% !important;
    top: calc(28%) !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links a.location-btns{
    font-size: 14px !important;
    line-height: 12px !important;
    padding: 9px 15px !important;
  }
  /* Commenting for WCAG CSS Changes */
  /* .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position{
    bottom: 12px !important;
    height: 120px !important;
  } */
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position .select-loc-single {
    padding: 10px 16px 2px !important;
  }
  /* FIle attacthments updates */
  .upload-file .Attach-file .attached-files .attached .attachement-delete {
    right: -70px !important;
  }

  .creation_Summary .cs_container .st_block .Attach-file {
    margin: 10px auto 10px !important;
    width: 100% !important;
  }

  .S72Attachement .upload-file {
    max-width: 98vw !important;
  }

  .container_s72 .upload-file .Attach-file .file-width {
    width: 85% !important;
  }

  .form-details .upload-file .outer-upload .srdetail-upload {
    width: 95% !important;
  }

  .form-details .done-btn-container {
    margin: 20px auto 0 !important;
    text-align: center;
  }

  .post_commentArea {
    width: 96% !important;
    margin: 30px auto !important;
  }
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
    width: auto;
    max-width: 99%;
  }
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached{
    width: 98% !important;
  }
  .creation_Summary .cs_container .Scheduled_p_colm .Attach-file .attached-files .attached .file-details .file-name {
    max-width: 200px;
  }
}
@media (max-width: 500px) { 
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
        left: 55% !important;
    }
    .LocPin{
      padding: 5px !important;
    }
    .LocPin .LocPin-div{
      gap: 4px !important;
    }
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
      font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .LocPin .LocPin-div img {
    width: 10px !important;
  }
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
      width: auto;
      font-size: 14px !important;
  }
}

@media (max-width: 525px) {
  .animal-R-30 .main .call-service {
    max-width: 320px;
    margin: 20px auto !important;
    float: none !important;

    .call-help {
      width: 20% !important;
    }

    .details {
      width: 100%;
      margin-top: 23px !important;
      display: inline-block !important;
      margin: 35px auto !important;
      float: none !important;
    }
  }

  .animal-R-30 .main .animal-content p {
    margin-bottom: 25px;
  }

  .SR_Location-Popup img.west_upper_img {
    width: 85%;
  }

  .SR_Location-Popup img.close_btn {
    margin-right: 0 !important;
    top: 15px !important;
    right: 15px !important;
  }

}
@media (max-width: 450px) {
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
    width: auto;
    font-size: 14px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
      left: 50% !important;
      /* top: calc(30%) !important; */
  }
}
@media (max-width: 460px) {
  .verify-popup .detail-entry {
    width: 92% !important;
  }
}

@media (max-width: 400px) {
  .verify-popup .detail-entry {
    height: auto !important;
    max-height: 85vh !important;
    overflow-y: auto;
  }

  .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
    height: auto !important;
  }

  .post_commentArea {
    width: 100% !important;
  }
  .post_comments_bg{
    width: 90% !important;
  }
  .post_comments .PC_Avatar {
    height: 18px !important;
    width: 18px !important;
  }
  .post_comments textarea{
    padding-right: 10px !important;
  }
  .post_comments .post_comment{
    gap: 9px !important;
  }

  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached {
    width: 98% !important;
  }
}
@media (max-width: 350px) {
  .login_button {
    max-width: calc(100% - 50px) !important;
  }
  .robo_captcha {
    max-width: 85% !important;
    padding: 0 !important;
  }
}
@media (max-width: 340px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links a.location-btns{
    padding: 9px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position{
    height: 100px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    left: 50% !important;
    top: calc(140px) !important;
  }
  .LocPin{
    left: 10px !important;
    padding: 3px !important;
    /* bottom: 162px !important; */
    bottom: 130px !important;
    /* top: calc(50%); */
  }
  .LocPin .LocPin-div{
    gap: 3px !important;
  }
}

@media (max-width: 300px) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
    left: 50% !important;
    top: calc(35%) !important;
    height: 36px !important;
  }
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links a.location-btns{
    height: 36px !important;
  }
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
    width: auto;
    font-size: 14px !important;
  }
}

/* Zoom related CSS for UI */
/* Edge and Chrome on Windows use dpi and - iOS Safari and Safari Desktop use -webkit-device-pixel-ratio */
/* For 125% Zoom */
@media (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49),
(min-width: 1281px) and (max-width: 1536px), 
(min-resolution: 120dpi) and (max-resolution: 143dpi) {

	.popup_right_postion.verify-popup .main-popup.detail-entry {
		height: 90vh !important;
		overflow-y: scroll;
		margin-left: 0 !important;
	}

	.verify-popup .detail-entry .verify-email-popup .detail-entry-full {
		height: 95vh !important;
	}

	.verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
		max-height: 90vh !important;
		height: auto !important;
	}

	.head-d {
		padding: 40px !Important;
	}

  .s10_bg {
    .s10_left_baar.s70a_left {
      width: 45% !important;
    }
  }

  /* My Request */
  .s10_bg.msr_mb .S010_SR {
    .s10_left_baar {
      width: 80% !important;
    }
  }
}

/* For 150% Zoom */
@media (min-resolution: 144dpi) and (max-resolution: 167dpi),
(min-width: 1098px) and (max-width: 1280px),
(-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.66) {
	.popup_right_postion.verify-popup .main-popup.detail-entry {
		height: 90vh !important;
		overflow-y: scroll;
		margin-left: 0 !important;
	}

	/* login, Signup, Sign in, Forgot password*/
	.main_model_popup .inner_content h1 {
		font-size: 36px !important;
		line-height: 42px !important;
	}

	/* File attachement - Media Preview */
	.main-popup.margin-0.s65screen {
		/* width: 65vw !important; */
		width: 52vw !important;
	}

  @media (min-width: 1200px) and (max-width: 1280px) {
    .main-popup.margin-0.s65screen {
      /* width: 65vw !important; */
      width: 45% !important;
    }
  }

	.verify-popup .detail-entry .verify-email-popup .detail-entry-full {
		height: 95vh !important;
	}

	.verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
		height: auto !important;
	}

	.head-d {
		padding: 40px !Important;
	}

  @media (min-width: 1199px) and (max-width: 1280px) {
    .s10_bg {
      .s10_row {
        padding-top: 30px !important;
      }
    }
  }

  .s10_bg {
    .s10_left_baar.s70a_left {
      width: 45% !important;
    }
  }
  @media (min-width: 1024px) and (max-width: 1096px) {
      .s10_bg {
          .s10_container.base-section-height {
              top: 0 !important;
          }
      }
  }

  /* My Request */
  .s10_bg.msr_mb .S010_SR {
    .s10_left_baar {
      width: 80% !important;
    }
  }
}

/* For 175% Zoom */
@media (min-resolution: 168dpi) and (max-resolution: 191dpi),
(min-width: 961px) and (max-width: 1097px),
(-webkit-min-device-pixel-ratio: 1.75) and (-webkit-max-device-pixel-ratio: 1.91) {
	
  /* login, Signup, Sign in, Forgot password*/
	.main_model_popup .inner_content h1 {
		font-size: 34px !important;
		line-height: 40px !important;
	}

	/* File attachement - Media Preview */
	.main-popup.margin-0.s65screen {
    width: 60% !important;
	}

	.verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
		height: auto !important;
	}
  /* My Request */
  .s10_bg.msr_mb .S010_SR {
    .s10_left_baar {
        width: 80% !important;
    }

  }
  .s10_bg {
    .s10_container.base-section-height {
        /* top: 31px !important; */
        top: 0 !important;

    }

    .s10_left_baar.s70a_left {
        width: 45% !important;
    }

  }
  @media (min-width: 961px) and (max-width: 971px),
  (min-width: 990px) and (max-width: 990px) {
    .s10_bg {
        .s10_container.base-section-height {
            top: 0 !important;
        }
    }
  }
  @media (min-width: 991px) and (max-width: 991px){
    .s10_bg {
      .s10_container.base-section-height {
          top: 56px !important;
      }
    }
  }
  @media (min-width: 1024px) and (max-width: 1096px),
  (min-width: 980px) and (max-width: 990px) {
      .s10_bg {
          .s10_container.base-section-height {
              top: 0 !important;
          }
      }
  }

  @media screen and (orientation: portrait) and (max-width: 600px){    
      .heading2_mlp {
        font-size: 14px !important;
        line-height: 16px !important;
        padding: 10px !important;
      }
      .SR_Location-Popup .HW_Auto {
          max-width: 30vh !important;
      }
  }

}

/* Mobile devices on 175% - 200% Zoom level */
@media (max-width: 900px) and (min-resolution: 168dpi) and (max-resolution: 192dpi),
(orientation: portrait) and (max-width: 900px),
(max-width: 900px) and (-webkit-min-device-pixel-ratio: 1.75) and (-webkit-max-device-pixel-ratio: 2.9) {

  /* login, Signup, Sign in, Forgot password*/
  .main_model_popup .inner_content h1 {
      font-size: 32px !important;
      line-height: 36px !important;
  }

  /* Media preview */
  .SR_Location-Popup ul.icons,
  .SR_Location-Popup span.inside_btn {
      font-weight: 700 !important;
  }

  .form-details.creation_Summary_row.paddingtop {
      margin-top: 0px !important;
      /* padding-bottom: 40px !important; */
  }
}

/* 200% Zoom for Viewport Width Change (960px on 1920px display) */
@media (min-width: 768px) and (max-width: 960px),
(-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 8),
(min-resolution: 420dpi) and (max-resolution: 768dpi) {

  /* login, Signup, Sign in, Forgot password*/
  .main_model_popup .inner_content h1 {
      font-size: 32px !important;
      line-height: 36px !important;
  }

  /* File attachement - Media Preview */
  .SR_Location-Popup-Inner {
    width: 100% !important;
    height: auto !important;
  }

  .popup_right_postion.verify-popup .main-popup.detail-entry {
      width: 80vw !important;
  }

  .verify-popup .detail-entry .verify-email-popup .detail-entry-full {
      width: 100% !important;
      height: 95vh;
      overflow-y: auto;
  }

  .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right {
      height: auto !important;
  }
  /* All request page */
  .s10_bg {
    .s10_left_baar.s70a_left {
        width: 45% !important;
    }
}

.form-details.creation_Summary_row.paddingtop {
    margin-top: 0px !important;
    /* padding-bottom: 40px !important; */

}

@media (min-width: 934px) and (max-width: 947px) {
  .s10_bg {
      .s10_container.base-section-height {
          top: 0 !important;
      }
  }
}

@media (min-width: 948px) and (max-width: 958.50px) {
    .s10_bg {
        .s10_container.base-section-height {
            top: 0 !important;
        }
    }
}

.s10_container .s10_bg .s10_row {
    padding-top: 1px !important;
}

/* My Request */
.s10_bg.msr_mb .S010_SR {
    .s10_left_baar {
        width: 80% !important;
    }
}
  .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
    width: 220px;
    max-width: 70% !important;
    font-size: 14px !important;
}
  /* Custom Dates for My Request */
  .dates {
    right: 27%;
    left:0;
  }
}
/* For higher devices DPR with zoom levels between 175% and 201% on mobile */
@media screen and (max-width: 900px),
(-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 8),
(min-resolution: 420dpi) and (max-resolution: 768dpi){
  /* Map updates for map esri widget buttons */
  @media (max-width: 768px){
    .esri-ui-top-right {
      top: 0 !important;
     }
     .fs-esri{
      width: 24px;
      height: 24px;
      padding: 2px !important;
     }
  }
  @media screen and (min-width: 769px) and (max-width: 827px){
    .dates {
     right: 0;
    }
  }
  @media (max-width: 900px) { 
	.esri-expand {
		min-height: 24px !important;
		min-width: 24px !important;
	}  
    .esri-widget--button,
    .esri-track {
      width: 24px !important;
      height: 24px !important;
    }
    .esri-ui-top-right .esri-component,
    .esri-ui-top-left .esri-component {
      margin-bottom: 5px !important;
    }
    .esri-ui-top-right {
      top: 0 !important;
      bottom: 0px !important;
    }
    .LocPin {
      /* bottom: 75px !important; */
      bottom: 85px !important;
      left: 59% !important;
    }
    .dates {
		  left:unset;
  }
  }
  @media screen and (max-width: 768px){
    .dates {
      left: 27%;
      right: unset;
    }
    .date_box_outer .cal-arrow {
      left: 25%;
    }
  }  
  @media (max-width: 767px) {
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
      width: max-content;
      /* left: 66% !important; */
      top: calc(130px) !important;
    }
    .LocPin {
      left: 15px !important;
      bottom: 160px !important; /* WCAG CSS Changes */
    }
  }
  @media (max-width: 500px) {
    .dates {
      left: unset;
      right: unset;
    }
  }
  @media (max-width: 450px) {
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
        left: 50% !important;
        /* top: calc(30%) !important; */
    }
  }
  @media (max-width: 400px) {
    .date_box_outer .dates {
      width: 75vw;
      position: absolute;
      overflow: scroll;
      right: 0;
    }
    .buttonContainer{
    width: 65vw;
    }
  }
    /* login, Signup, Sign in, Forgot password*/
    .main_model_popup .inner_content h1 {
      font-size: 32px !important;
      line-height: 36px !important;
  }

  .gr_container .gr_button {
      font-size: 14px !important;
      padding: 12px 15px !important;
  }
  .contact-wrapper .form-details.r-70-location-single {
    margin-top: 60px !important;
  }
  .validation-popup {
      width: 75% !important;
  }
  section.verify-popup.popup_right_postion .main-popup.validation-popup {
    width: 50% !important;
    height: auto;
}
  section.verify-popup.popup_right_postion .main-popup.validation-popup .verify-email-popup{
    padding: 10px !important;
  } 
  .verify-popup .main-popup.validation-popup .verify-email-popup .error-popup-content img {
      height: 36px !important;
      width: 36px !important;
  }
  .verify-popup .main-popup.validation-popup .pop-up-message .file-alert-heading {   
      font-size: 20px !important;
      line-height: 24px !important;
      padding-top: 10px !important;
  }
  .contact-wrapper .c-bottom {
    padding: 10px 5px !important;
  }
  .creation_Summary .cs_container .st_block.contact_details{
    margin-bottom: 50px !important;
  }
  @media screen and (min-width: 768px){
    .contact-wrapper .form-details.r-70-location-single {
      height: calc(90vh - 50px) !important; /* WCAG CSS Changes */
    }
  }
  .contact-wrapper .creation_Summary_row .form-details.r-70-location-single {
		height: calc(100% - 100px) !important;
	}
  @media screen and (max-width: 620px) and (orientation: portrait){
    /* For Cancel request for more than 200%*/
    .verify-popup .main-popup .verify-email-popup.cancel-request-popup {
      padding: 10px !important;
    }
    .verify-email-popup.cancel-request-popup {
      padding: 10px !important;
      height: auto;
      overflow-y: scroll;
      max-height: 90vh !important;
    }
    .verify-popup .main-popup .verify-email-popup .error-popup-content img{
      height: 32px !important;
      width: 32px !important;
    }
    .verify-email-popup.cancel-request-popup .file-alert-heading{
      font-size: 18px !important;
      line-height: 22px !important;
      padding: 10px 0 8px 0 !important;
    }
    .verify-email-popup.cancel-request-popup .filelimit-sub-heading {
      line-height: 17px !important;
    }
    .verify-email-popup.cancel-request-popup .sr-textarea .text_spec{
      height: 60px !important;
    }
    .verify-email-popup.cancel-request-popup .btn-spacing {
      margin: 10px auto 0 !important;
  }  
    .verify-email-popup.cancel-request-popup .file-popup-btn {
      margin: 10px auto !important;
    }
  }
  @media (min-width: 600px) and (max-width: 767px) and (orientation: portrait) and (min-height: 450px) {
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
        width: max-content;
        left: 50% !important;
        top: calc(131px) !important;
      }
    }
  @media (min-width: 600px) and (max-width: 767px) and (orientation: landscape) and (max-height: 450px) {
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links{
      left: 75% !important;
      top: calc(28px) !important;
    }
    .LocPin {
      bottom: 75px !important;
      left: 57% !important;
    }
  }
  @media (min-width: 600px) and (max-width: 767px) and (orientation: portrait) {
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links{
      left: 50% !important;
    }
  }
  @media (min-width: 642px) and (max-width: 767px) and (orientation: portrait) {
  .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
      width: max-content;
      left: 50% !important;
      top: calc(131px) !important;
    }
  }
  @media screen and (max-width: 600px){
      .SR_Location-Popup img.west_upper_img {
        height: auto !important;
        width: 50% !important;
        max-height: 90vh;
        object-fit: contain !important;
      }
      .cancle_Txt {
        padding-left: 0 !important;
        padding-right: 0 !important;
  }
      .cancle_Txt .Cle_btn{
        padding: 15px 10px !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0px !important;
        text-align: center !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
      }
      .heading2_mlp {
        font-size: 16px !important;
        line-height: 16px !important;
      }
      @media screen and (orientation: portrait) {
        .heading2_mlp {
        font-size: 14px !important;
        line-height: 16px !important;
          padding: 10px !important;
      }
      .SR_Location-Popup .HW_Auto {
            max-width: 30vh !important;
        }
      }
  }
  /* For Zoom on all request and my request */
  @media (max-width: 767px) {
    .s10_bg {
      .s10_left_baar.s70a_left {
          width: 100% !important;
      }
    }
    .s10_bg.msr_mb .S010_SR{
      .s10_left_baar{
        width: 100% !important;
        position: relative !important;
      }
    }
    /* THREE11CAP-8910 - 200% zoom My Service request filter pop up */
    @media screen and (orientation: landscape) {
      .s-25-mobile{
        max-height: 60vh;
        overflow-y: scroll;
  }
    }
  }

@media screen and (max-width: 450px) {
    .verify-popup .main-popup .error-popup.verify-email-popup {
        padding: 10px 15px !important;
        height:90vh;
        overflow-y: auto !important;
    }
    /* Map on mobile devices */
    .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached .file-details .file-name {
      width: auto;
      font-size: 14px !important;
    }
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
        left: 50% !important;
        /* top: calc(30%) !important; */
    }  
    @media screen and (orientation: portrait) {
      /* For Cancel request */      
    .verify-email-popup.cancel-request-popup {
      padding: 10px !important;
      height: auto;
      overflow-y: scroll;
      max-height: 90vh !important;
    }
    .verify-popup .main-popup .verify-email-popup .error-popup-content img{
      height: 32px !important;
      width: 32px !important;
    }
    .verify-email-popup.cancel-request-popup .file-alert-heading{
      font-size: 18px !important;
      line-height: 22px !important;
      padding: 10px 0 8px 0 !important;
    }
    .verify-email-popup.cancel-request-popup .filelimit-sub-heading {
      line-height: 17px !important;
    }
    .verify-email-popup.cancel-request-popup .sr-textarea .text_spec{
      height: 60px !important;
    }
    .verify-email-popup.cancel-request-popup .btn-spacing {
      margin: 10px auto 0 !important;
    }
    .verify-email-popup.cancel-request-popup .file-popup-btn {
      margin: 10px auto !important;
    }
     /* For Error pop ups */
      .verify-popup .main-popup .error-popup.verify-email-popup {
        height:auto !important;
        max-height:90vh !important;
      }
    .verify-popup .main-popup .error-popup.verify-email-popup {
        .error-popup-content img {
            height: 35px !important;
            width: 35px !important;
        }
        .pop-up-message .file-alert-heading {
            font-size: 16px !important;
            line-height: 20px !important;
            padding: 10px 0 8px 0 !important;
        }
        .filelimit-sub-heading {
            font-size: 14px !important;
            line-height: 17px !important;
        }
    }
  }
  .upload-file .Attach-file .attached-files .attached .attachement-delete {
    right: -50px !important;
    width: 30px !important;
  }
  .upload-file .Attach-file .attached-files .attached .file-details .file-name{
    font-size: 14px !important;
    line-height: 16px !important;
    max-width: 99% !important;
  }
  .upload-file .Attach-file .attached-files {
    padding: 30px 15px 15px 15px !important;
  }
  .post_comments_bg{
    padding: 5px !important;
}
  .post_comments .post_comment{
    gap: 5px !important;
}
  .post_comments textarea{
    padding: 5px !important;
  }
  .post_comments button.icon_BT{
    right: 5px !important;
  }
  
    @media screen and (max-height: 450px) {
      .date_box_outer .dates {
        height: 50vh;
      }
    }  
  }

  @media (max-width: 340px) and (orientation: portrait) {
    .LocPin {
        left: 10px !important;
        padding: 3px !important;
        bottom: 162px !important;
        bottom: 130px !important;
        /* top: calc(50%); */
    }
  }
  @media (max-width: 340px) {
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links a.location-btns{
      padding: 9px !important;
    }
    .contact-wrapper .form-details.r-70-location-single .c-form .loc-single-search-outer .map-search-position{
      height: 100px !important;
    }
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
      left: 50% !important;
      top: calc(140px) !important;
    }
    .LocPin{
      left: 10px !important;
      padding: 3px !important;
      /* bottom: 162px !important; */
      bottom: 130px !important;
      /* top: calc(50%); */
    }
    .LocPin .LocPin-div{
      gap: 3px !important;
    }
  }
  /* Styles for zoomed-in levels (150%-200%) */
  @media screen and (max-width: 300px) {
    .upload-file .Attach-file .attached-files,
    .upload-file .Attach-file .attached-files .attached .file-details,
    .creation_Summary .cs_container .st_block .Attach-file .attached-files .attached,
    .creation_Summary .cs_container .Scheduled_p_colm .Attach-file .attached-files .attached {
        text-align: center;
        display: flex;  ;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .creation_Summary .cs_container .Scheduled_p_colm .Attach-file .attached-files .attached .file-details,
    .upload-file .Attach-file .attached-files .attached .file-details {
      width: 90%;
      text-align: center;
        float: none !important; 
      clear: both;
    }
    .upload-file .Attach-file .attached-files .attached .atteched-image,
    .upload-file .Attach-file .attached-files .attached .file-details .file-name{
      text-align: center;
      float: none !important;
      clear: both;
    }
    /* Map page */
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links {
      left: 50% !important;
      top: calc(35%) !important;
      height: 36px !important;
    }
    .contact-wrapper .form-details.r-70-location-single .c-form .single-multiple-links a.location-btns{
      height: 36px !important;
    }
    /* Date calendar Custom range */
    .date_box_outer .dates {
      height: 50vh;
    }
  }

  @media screen and (max-width: 300px) {
    /* Home menu */
    nav.navbar{
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    header.hdrArea a.navbar-brand img {
      height: 24px !important;
    }
    .navbar-brand{
      gap: 10px !important;
    }
    .menu {
      top: 62px !important;
    }
    .hdrArea .city-name {
      font-size: 0.875em !important;
    }
    .menu li {
      padding: 5px !important;
      line-height: 20px !important;
    }
    .hamburger{
      font-size: 20px !important;
    }
    .menu {
      padding: 5px !important;
    }  
    .sr-submission-success .creation_Summary .cs_container .st_heading{
    font-size: 28px !important;
    line-height: 32px !important;
    }
  }
  /* Zoom above 150% */
  @media screen and (max-width: 300px) {
    .menu {
      grid-template-columns: repeat(1, 1fr) !important;
    }
    .hdrArea .city-name {
      font-size: 0.875em !important;
    }
    .hamburger{
      font-size: 20px !important;
    }
    .Mobile_Reg_Sign {
      grid-template-columns: repeat(1, 1fr) !important;  
    }
    .cancle_Txt {
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .cancle_Txt .Cle_btn{
      padding: 15px 10px !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0px !important;
      text-align: center !important;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
    }
    /* Profile page */      
    .p10_header-tabs .p10_header-tab_item {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      flex-wrap: nowrap !important;
      align-content: center !important;
      justify-content: center !important;
    }
    .p10_header-tabs .p10_header-tab_item a{
      width: 100% !important;
    }
    .save_cancel_buttons {
      display: flex;
      width: 100%;
      flex-direction: column !important;
      align-content: center !important;
      justify-content: center !important;
      align-items: center !important;
      margin: 10px auto !important;
      flex-wrap: wrap !important;
      float: none !important; 
      clear: both !important;
      }
      .save_cancel_buttons .save_cancel {
      text-align: center !important;
      padding-bottom: 20px !important;
      float: none !important; 
      clear: both !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
      }
      
      .mrg_rmv button.save_pf, 
      .save_cancel_buttons button.cancel_pf {
        float: none !important; 
        clear: both !important;
        text-align: center !important;
        width: 100% !important;
        margin-top: 15px;
      }
      .p20profile_detail_address .cs_box_custom .select {
        min-width: 90% !important;
      }
      .p10_notification_item .p10_notification_switch span {
        word-wrap: break-word;
       }
      .cs_box_custom{
        width: 100%;
        max-width: 320px !important;
      }
      .select .preferred_lang_select select{
        max-width: 320px !important;
      }
      .animal-R-30.contact-wrapper .form-details.btm-spacing {
        .q_4img {
          grid-template-columns: repeat(1, 1fr) !important;
          }
          .q_bar .q_4img .Custom_check-box{
          padding: 15px 15px !important;
          }
      }
      .Title_heading{
        font-size: 22px !important;
        line-height: 28px !important;
       }
      .sr-submission-success .creation_Summary .cs_container .st_heading{
        font-size: 28px !important;
        line-height: 32px !important;
      }
      .alerts_row .alerts_col{
        padding-bottom: 20px !important;
        margin-bottom: 25px !important;
      }
      .recent_alerts .alerts_col .notif_date{
        font-size: 16px !important;
        line-height: 20px !important;
      }
      .s72_headArea h1.s72_head {
        margin: 0px auto 25px !important;
        display: inline-block;
        width: 95% !important;
        text-align: center !important;
        font-size: 30px !important;
        line-height: 34px !important;
        word-break: break-word;
      }
      .p20profile_detail_text {
        display: inline-block;
        width: 96%;
        text-align: center !important;
        margin: 0px auto 10px !important;
        word-break:break-word;
      }
      .creation_Summary .cs_container .st_block .map_inner_locaion .select-loc-name{
        font-size: 16px !important;
      }
      .creation_Summary .cs_container .st_block .map_inner_locaion {
        padding: 10px !important;
        width: 90% !important;
      }
  }
  /* Menu Bar and Profile Page */
  @media screen and (max-width: 300px) {
    .menu {
      grid-template-columns: repeat(1, 1fr) !important;
      top: 62px !important;
    } 
    .hdrArea .city-name {
      font-size: 0.875em !important;
    }
    .hamburger{
      font-size: 20px !important;
    }
    .nav-links .menu .even_pr_acc:hover {
      background: none !important;
      width: auto !important;
    }
    .nav-links .menu li.even_pr_acc:hover .Mobile_Reg_Sign {
      grid-template-columns: repeat(1, 1fr) !important;
      margin: 0 auto !important;
      width: 170px !important;
      right: 0;
      top: 15px;
    }
    .even_pr_acc .Mobile_Reg_Sign::before {
      left: 44% !important;
    }
    .p20profile_detail_area{
      align-content: center;
    }
    .p20profile_detail_text {
      width: 100%;
    }
    .p20profile_detail_area .profile_nm {
      display: flex !important;
      justify-content: center;
      align-content: center;
    }
    .p20profile_detail_area .profile_nm .p10profile_name {
      font-size: 24px !important;
      line-height: 30px !important;
    }
    .p20profile_detail_area .profile_em{
      font-size: 14px !important;
      text-align: center !important;
      margin: 5px auto 0 !important;
      float: none !important;
      clear: both;
      width: 100% !important;
      word-wrap: break-word;
    }
    .p20profile_detail_area .profile_nm .pr_edit{
      font-size: 14px !important;
      line-height: 16px !important;
      right: -7px !important;
      top: -20px !important;
    }
    .save_cancel_buttons .save_cancel{
      padding: 10px 0px !important;
    }
    .Title_heading{
      font-size: 22px !important;
      line-height: 28px !important;
    }
    .sign_form_fields.mrg_rmv.profile-consent-section {
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .animal-R-30.contact-wrapper .form-details.btm-spacing {
      .q_4img {
        grid-template-columns: repeat(1, 1fr) !important;
        }
        .q_bar .q_4img .Custom_check-box{
        padding: 15px 15px !important;
        }
    }
    footer.ftrArea .footer-brand .city-name p{
      font-size: 1.2em !important;
     }
    .sortresulsby{
      padding: 20px 5px 28px !important;
    }
    .sortresulsby span.srtext{
      font-size: 16px !important;
      padding: 0px 7px;
      width: 80% !important;
    }
    .sortresulsby .rado_group{
      width: 98% !important;
    }
    .sortresulsby .rado_group .Custom_rado-box .imgTickClassShow{
      right: 5px !important;
    }
    .sortresulsby .rado_group .Custom_rado-box{
      padding: 15px !important;
      font-size: 14px !important;
    }
  }  
  @media screen and (max-width: 400px) {
    .verify-popup .detail-entry .verify-email-popup .detail-entry-full {
        height: auto !important;
    }
    .SR_Location-Popup .HW_Auto{
      max-width: 230px !important;
    }
    .p20profile_detail_address .pr_detail_item{
      width: 98% !important;
      display: inline-block !important;
      word-break:break-word;
    }
  }
  @media screen and (max-width: 320px) {
		.animal-R-30.contact-wrapper .form-details.btm-spacing {
			.q_4img {
      grid-template-columns: repeat(1, 1fr) !important;
      }
      .q_bar .q_4img .Custom_check-box{
      padding: 15px 15px !important;
      }
    }
     /* Home page Recommend service type list in QC 200% Zoom*/
     .g-search .g-20 .final-result .recent_services_coml.other-result .rc_Coml_T {
      gap: 20px !important;
    }
    .rc_st{
      padding: 10px !important;
    }
    .g-search .g-20 .final-result .other-result p.Environment-h4{
      margin-top: 15px !important;
      margin-bottom: 10px !important;
    }
  }
  /* New Suggestion pop up for 200% Zoom*/
  @media screen and (max-width: 300px) {
    .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-left h5 {
      font-size: 22px !important;
      line-height: 26px !important;
    }
    .verify-popup .detail-entry .verify-email-popup .detail-entry-full .detail-entry-right{
      .head-d {
        margin: 0px auto !important;
        padding: 20px 5px 25px 5px !important;
      }
      .head-d2 {
        padding: 25px 5px 35px 5px !important;
      }
      .services-d {
        padding: 20px 5px 20px !important;
      }
      .services-d .icon-text-sec {
        word-wrap: break-word;
      }
      .blu-btn-css{
        padding: 10px !important;
        width: 98% !important;
        display: inline-block;
      }
    }
  }
}
/* WCAG changes -175%-200% zoom - header and footer updates */
@media screen and (max-width: 900px),
(-webkit-min-device-pixel-ratio: 3) and (-webkit-max-device-pixel-ratio: 8),
(min-resolution: 420dpi) and (max-resolution: 768dpi) {
  .contact-wrapper.HdrFtr_Fxd .main::-webkit-scrollbar-track {
    margin-top: 59px !important;
    margin-bottom: 60px !important;
  }
  .contact-wrapper.HdrFtr_Fxd .main::-webkit-scrollbar-thumb {
    background-image: linear-gradient(90deg, rgb(185, 185, 185) 80%, rgb(244, 244, 244) 100%);
  }
  .contact-wrapper.HdrFtr_Fxd .main::-webkit-scrollbar {
    width: 7px !important;
  }
  .SR_Location-Popup img.close_btn {
    margin-right: 50px !important;
  }
  .contact-wrapper .contact-main .contact-inner {
      padding-bottom: 9px !important;
      padding-top: 9px !important;
      display: flex !important;
      height: 3.8rem !important;
  }

  .contact-wrapper .contact-main .contact-step {
      display: flex !important;
      max-width: 90% !important;
  }

  .icon-wrap_circle {
      display: flex !important;
      align-items: center !important;
      padding-top: 0px !important;
  }

  .icon-wrap_circle .icon-wrap {
      width: 42px !important;
      height: 42px !important;
  }

  .contact-wrapper .contact-main .contact-step img {
      width: 40px !important;
      height: 40px !important;
  }

  .contact-wrapper .contact-main .contact-step .contact-title {
      padding-left: 8px !important;
      padding-top: 2px !important;
      max-width: 84% !important;
      align-items: center !important;
  }

  .contact-wrapper .contact-main .contact-step .contact-heading {
      float: left !important;
      font-size: 21px !important;
      line-height: 27px !important;
      padding-bottom: 4.5px !important;
      align-items: center !important;
      display: flex !important;
      white-space: inherit !important;
  }
  @media screen and (max-width:450px) and (orientation: portrait) {
    .steps-details {
        max-width: 45% !important;
    }
  }
  .st-name {
      overflow: hidden !important;
      white-space: nowrap !important;
      text-overflow: ellipsis !important;
  }

  .contact-wrapper .contact-main .contact-step .steps {
      font-size: 12px !important;
  }

  .contact-wrapper .contact-main .contact-cross {
      position: absolute;
      top: 10px;
      right: 10px;
  }

  .contact-wrapper .contact-main .contact-cross img {
      width: 28px !important;
      height: 28px !important;
  }
  .creation_Summary .st_block .ml_Path{
    z-index: 7 !important;
  }

  /* Footer section */
  .contact-wrapper .c-bottom .cancel-btn {
      width: 25% !important;
      float: left !important;
      align-self: center;
  }

  .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 .continue-btn {
      width: auto !important;
  }

  .contact-wrapper .c-bottom .continue-btn button.Continue {
      margin-left: 5px !important;
  }

  .contact-wrapper .c-bottom .continue-btn .right-arrow {
      width: 10px !important;
      height: 10px !important;
      vertical-align: 0px !important;
      margin-left: 5px !important;
  }

  .upload-file .outer-upload .inner-upload-px-width {
      width: 85% !important;
  }

  .upload-file .outer-upload .inner-upload {
      margin: 5% auto 10% !important;
  }

  .form-details.creation_Summary_row.paddingtop {
      margin-top: 0px !important;
  }

  .contact-wrapper .form-details.btm-spacing {
      margin-top: 35px !important;
  }

  .contact-wrapper .form-details.btm-spacing {
      .q_bar .q_bar_inner {
          margin-bottom: 75px !Important;
      }
      .q_bar .q_bar_inner:last-child {
        margin-bottom: 0px !important;
    }
  }
  @media screen and (max-width:550px) {
    .creation_Summary .st_block .ml_Path{
      width:200px !important;
    }
  }
  @media screen and (max-width:450px) {
    .contact-wrapper .c-bottom button {
      font-size: 12px !important;
      line-height: 14px !important;
      margin-right: 3px !important;
    }
    .creation_Summary .st_block .ml_Path{
      width:135px !important
    }
  }
  @media screen and (orientation: portrait) {
  @media screen and (max-width: 400px) {
      .midscroll .icon-wrap,
      .icon-wrap_circle .icon-wrap {
          width: 28px !important;
          height: 28px !important;
      }

      .contact-wrapper .contact-main .contact-step img {
          width: 24px !important;
          height: 24px !important;
      }

      .contact-wrapper .contact-main .contact-step {
          padding-left: 5px !important;
      }

      .contact-wrapper .contact-main .contact-step .contact-title,
      .midscroll .contact-title {
          padding-left: 5px !important;
      }

      .contact-wrapper .contact-main .contact-step .contact-heading {
        font-size: 14px !important;
        line-height: 16px !important;
      }
      .midscroll .contact-title .contact-heading{
        font-size: 16px !important;
        line-height: 16px !important;
      }

      .contact-wrapper .contact-main .contact-cross img {
          width: 20px !important;
          height: 20px !important;
      }

      .HdrFtr_Fxd .c-bottom {
          width: 100% !important;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          /* flex-direction: column; WCAG CSS Changes */
      }

      .contact-wrapper .c-bottom .continue-btn .mobile-left {
          padding: 5px !important;
          margin-right: 3px !important;
      }
    }
  }
  /* Safari-specific scrollbar fix (for newer Safari versions) */
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .contact-wrapper.HdrFtr_Fxd .main {
            scrollbar-gutter: stable;
        }
        @media screen and (orientation: portrait) {
          .contact-wrapper .main{
            overflow-y: hidden !important;
          }
          .contact-wrapper .form-details.btm-spacing {
            overflow-y: scroll !important;
            margin-top: 60px !important;
            height: calc(90vh - 26px) !important;
          }
          .contact-wrapper .form-details.btm-spacing form.c-form .c-form-inner {
            padding-bottom: 30px !important;
          }
          .contact-wrapper .form-details.btm-spacing .c-form-inner .berfy-add{
            padding-bottom: 30px !important;
          }
          .contact-wrapper .form-details.btm-spacing form.c-form .c-form-inner .secondary-contact {
            padding-bottom: 25px !important;
          }    
          .contact-wrapper .form-details.btm-spacing form.c-form .q_bar_inner .c-field textarea {
            margin-bottom: 25px !important;
          }
          .form-details.creation_Summary_row.paddingtop {
            overflow-y: scroll !important;
            height: 90% !important;
          }
          .form-details.paddingtop{
            height: 100% !important;
            overflow-y: scroll !important;
          }
          .form-details .upload-file {
            margin: 80px auto 20px auto !important;
            overflow-y: scroll !important;
            height: 90% !important;
          }
        } 
    }
  }
  /* Styles specific to Firefox or Safari */
  @supports (-moz-appearance: none) or (-webkit-appearance: none) {
    @media screen and (orientation: portrait) {
      .contact-wrapper .main{
        overflow-y: hidden !important;
      }
      .contact-wrapper .form-details.btm-spacing {
        overflow-y: scroll !important;
        /* height: 88% !important; */
        margin-top: 60px !important;
        height: calc(90vh - 26px) !important;
      }
      .contact-wrapper .form-details.btm-spacing form.c-form .c-form-inner {
        padding-bottom: 30px !important;
      }
      .contact-wrapper .form-details.btm-spacing .c-form-inner .berfy-add{
        padding-bottom: 30px !important;
      }
      .contact-wrapper .form-details.btm-spacing form.c-form .c-form-inner .secondary-contact {
        padding-bottom: 25px !important;
      }    
      .contact-wrapper .form-details.btm-spacing form.c-form .q_bar_inner .c-field textarea {
        margin-bottom: 25px !important;
      }
      .form-details.creation_Summary_row.paddingtop {
        overflow-y: scroll !important;
        height: 90% !important;
      }
      .form-details.paddingtop{
        height: 100% !important;
        overflow-y: scroll !important;
      }
      .form-details .upload-file {
        margin: 80px auto 20px auto !important;
        overflow-y: scroll !important;
        height: 90% !important;
      }
    }   
  }
}

@media screen and (max-width: 768px) {
  .contact-wrapper .form-details.r-70-location-single {
    height: calc(100% - 116px) !important;
  }
  /* THREE11CAP-9097 */
  footer.ftrArea ul li{
    padding-right: 10px;
  }

  @media (orientation: landscape) {
    .date_box_outer .dates {
      bottom: -50px !important;
      max-height: 75vh;
      overflow: scroll;
    }
  }
}

@media screen and (max-width: 300px) {
  .home_submit_services .container .all_request .col2_row ul.suggest li a {
    padding: 10px 10px !important;
  }
  .ftr_bt_rl .language_select,
  .s10_left_baar
  {
    min-width: 0 !important;
  }

  .reminder_me {
    padding-left: 15px !important;
  }

  .main_model_popup select {
    width: 55% !important;
  }

  .HdrFtr_Fxd .c-bottom {
    flex-direction: column;
  }
}