.footer__contact-icons-inner-pg {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  background-color: #6B5835;
}
.footer__contact-icons-inner-pg__help-icon {
  top: -50%;
  right: 34px;
  position: absolute;
  display: inline-block;
}
.footer__contact-icons-inner-pg__help-icon:hover {
  opacity: 0.8;
}
.footer__contact-icons-inner-pg ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}
.footer__contact-icons-inner-pg ul li {
  margin: 0;
  padding: 0 80px;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
.footer__contact-icons-inner-pg ul li::after {
  content: "";
  height: 22px;
  width: 1px;
  left: 0;
  top: 8px;
  position: absolute;
  background: rgba(0, 0, 0, 0.52);
}
.footer__contact-icons-inner-pg ul li:first-child::after {
  display: none;
}
.footer__contact-icons-inner-pg ul li a {
  min-height: 34px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 7px 15px 7px 15px;
  background: rgba(33, 21, 21, 0.37);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.footer__contact-icons-inner-pg ul li a svg {
  margin-right: 10px;
  display: inline-block;
}
.footer__contact-icons-inner-pg ul li a:hover {
  background-color: #000000;
}
.footer__contact-icons-home {
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  padding: 8px 22px 8px 22px;
  width: 530px;
  margin-left: auto;
  background-color: #6B5835;
  border-top-left-radius: 26px;
  -moz-border-top-left-radius: 26px;
  -webkit-border-top-left-radius: 26px;
}
.footer__contact-icons-home__help-icon {
  top: -50%;
  right: 34px;
  position: absolute;
  display: inline-block;
}
.footer__contact-icons-home__help-icon:hover {
  opacity: 0.8;
}
.footer__contact-icons-home ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  align-items: center;
}
.footer__contact-icons-home ul li {
  margin: 0;
  padding: 0 25px;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
.footer__contact-icons-home ul li::after {
  content: "";
  height: 22px;
  width: 1px;
  left: 0;
  top: 8px;
  position: absolute;
  background: rgba(0, 0, 0, 0.52);
}
.footer__contact-icons-home ul li:first-child::after {
  display: none;
}
.footer__contact-icons-home ul li a {
  min-height: 34px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 7px 15px 7px 15px;
  background: rgba(33, 21, 21, 0.37);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.footer__contact-icons-home ul li a svg {
  margin-right: 10px;
  display: inline-block;
}
.footer__contact-icons-home ul li a:hover {
  background-color: #000000;
}

.modal-backdrop.show {
  opacity: 0.69;
  background: #070707;
}

.callus-modal .modal-dialog {
  position: absolute;
  bottom: 20px;
  left: 150px;
  max-width: 402px;
  padding-bottom: 18px;
  margin-left: 0;
}
.callus-modal .modal-dialog .modal-content {
  background: #FFFFFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.callus-modal .modal-dialog .modal-content::after {
  content: "";
  display: block;
  height: 15px;
  width: 31px;
  left: 50%;
  bottom: -14px;
  position: absolute;
  margin-left: -16px;
  background: url(../../images/down-arrow.svg) no-repeat 0 0;
}
.callus-modal .modal-dialog .modal-content .modal-body {
  padding: 19px 30px 30px 30px;
}
.callus-modal .modal-dialog .modal-content .modal-body .close {
  z-index: 999999;
  top: 20px;
  right: 20px;
  position: absolute;
}
.callus-modal .modal-dialog .modal-content .modal-body h2 {
  color: #000000;
  font-size: 24px;
  line-height: 31px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 9px;
  font-family: "PFHandbookPro-Medium";
}
.callus-modal .modal-dialog .modal-content .modal-body h2::before {
  content: "";
  height: 16px;
  width: 19px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  background: url(../../images/cllus-poup-phn.png) no-repeat 0 0;
}
.callus-modal .modal-dialog .modal-content .modal-body p {
  max-width: 319px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  font-family: "PFHandbookPro-Thin";
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap {
  display: flex;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .txt-fld {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  border: none;
  background: #ECECEC;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 12px 12px 11px 12px;
  border: 1px solid transparent;
  width: 202px;
  margin-right: 12px;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .txt-fld:focus {
  outline: none;
  border-color: #C7222B !important;
  box-shadow: 4px 4px 4px rgba(202, 31, 52, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(202, 31, 52, 0.2);
  -webkit-box-shadow: 4px 4px 4px rgba(202, 31, 52, 0.2);
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt {
  display: flex;
  width: 202px;
  margin-right: 12px;
  background: #ECECEC;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 12px 12px 10px 12px;
  position: relative;
  border: 1px solid rgba(219, 219, 219, 0.25);
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt::after {
  content: "";
  height: 26px;
  width: 1px;
  left: 60px;
  top: 8px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt.error-input {
  background: rgba(219, 219, 219, 0.25);
  border-color: #FF0000 !important;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt.error-input input:-webkit-autofill, .callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt.error-input input:-webkit-autofill:hover, .callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt.error-input input:-webkit-autofill:focus, .callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt.error-input input:-webkit-autofill:active {
  background: rgba(219, 219, 219, 0.25);
  box-shadow: 0 0 0 30px #f5f4f5 inset !important;
  -webkit-box-shadow: 0 0 0 30px #f5f4f5 inset !important;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .cntrycode-txt-fld {
  width: 35px;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  border: none;
  background: none;
  margin-right: 12px;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .cntrycode-txt-fld:focus {
  outline: none;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .cntrycode-txt-fld::-webkit-input-placeholder {
  color: #000000;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .cntrycode-txt-fld:-ms-input-placeholder {
  color: #000000;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .cntrycode-txt-fld::placeholder {
  color: #000000;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .number-txt-fld {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  margin-left: 12px;
  border: none;
  background: none;
  width: 100%;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .number-txt-fld:focus {
  outline: none;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .number-txt-fld::-webkit-input-placeholder {
  color: #C7C7C7;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .number-txt-fld:-ms-input-placeholder {
  color: #C7C7C7;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .fild-txt .number-txt-fld::placeholder {
  color: #C7C7C7;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .callme-btn {
  padding: 11px 20px 10px 20px;
  color: #C7222B;
  font-size: 18px;
  line-height: 20px;
  font-family: "PFHandbookPro-Thin";
  border: 1px solid #C7222B;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .callme-btn:hover {
  box-shadow: 4px 4px 4px rgba(202, 31, 52, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(202, 31, 52, 0.2);
  -webkit-box-shadow: 4px 4px 4px rgba(202, 31, 52, 0.2);
}
.callus-modal .modal-dialog .modal-content .modal-body .toll-free-txt {
  margin-top: 15px;
}
.callus-modal .modal-dialog .modal-content .modal-body .toll-free-txt em {
  font-size: 14px;
  color: #000000;
  font-family: "PFHandbookPro-Thin";
}
.callus-modal .modal-dialog .modal-content .modal-body .toll-free-txt em b {
  font-size: 14px;
  color: #000000;
  font-family: "PFHandbookPro-Medium";
}
.callus-modal .modal-dialog .modal-content .modal-body #callme_error span {
  font-size: 16px;
  color: #FF0000;
  line-height: 18px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.callus-modal .modal-dialog .modal-content .modal-body #callme_error span:before {
  height: 17px;
  width: 17px;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
  position: absolute;
  background: url(../../images/error-icon.svg) no-repeat 0 0;
}


.locateus-modal .modal-dialog {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 960px !important;
  max-width: 960px;
  padding-bottom: 18px;
}
.locateus-modal .modal-dialog .modal-content {
  background: #FFFFFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.locateus-modal .modal-dialog .modal-content::after {
  content: "";
  display: block;
  height: 15px;
  width: 31px;
  right: 244px;
  bottom: -14px;
  position: absolute;
  margin-left: -16px;
  background: url(../../images/down-arrow.svg) no-repeat 0 0;
}
.locateus-modal .modal-dialog .modal-content .modal-body {
  padding: 19px 30px 30px 30px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .close {
  z-index: 999999;
  top: 20px;
  right: 20px;
  position: absolute;
}
.locateus-modal .modal-dialog .modal-content .modal-body h2 {
  color: #000000;
  font-size: 24px;
  line-height: 31px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 9px;
  font-family: "PFHandbookPro-Medium";
}
.locateus-modal .modal-dialog .modal-content .modal-body h2::before {
  content: "";
  height: 23px;
  width: 19px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../../images/icon-location.png) no-repeat 0 0;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer {
  display: flex;
  margin-bottom: 27px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap {
  max-width: 446px;
  display: flex;
  padding: 7px 16px 8px 16px;
  position: relative;
  background: #FFFFFF;
  border: 0.6px solid #C4A167;
  box-shadow: 0px 0px 8px 2px rgba(193, 193, 193, 0.3);
  -moz-box-shadow: 0px 0px 8px 2px rgba(193, 193, 193, 0.3);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(193, 193, 193, 0.3);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap::before {
  left: 200px;
  top: 6px;
  position: absolute;
  height: 28px;
  content: "";
  width: 1px;
  background: #D6D6D6;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .inpt-wrap {
  margin-right: 12px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .inpt-wrap input {
  width: 185px;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  border: none;
  background: none;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .inpt-wrap input:focus {
  outline: none;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .slct-wrap {
  margin-left: 12px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .slct-wrap select {
  width: 196px;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  border: none;
  background: none;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .slct-wrap select:focus {
  outline: none;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .findbranch-btn {
  margin-left: -2px;
  color: #ffffff;
  outline: none;
  border: none;
  font-size: 18px;
  line-height: 20px;
  border-radius: 3px;
  padding: 9px 22px 11px 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #c7222a;
}
.locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .findbranch-btn:hover {
  box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
  -moz-box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
  -webkit-box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer {
  border-top: 1px solid #a4a4a4;
  padding-top: 25px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap {
  height: 430px;
  padding-right: 32px;
  overflow-y: scroll;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #ECEAE7;
  -webkit-box-shadow: inset 0 0 4px #ECEAE7;
  border-radius: 10px;
  background-color: #ECEAE7;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap::-webkit-scrollbar {
  width: 9px;
  background-color: #F5F5F5;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 4px #C4A167;
  -webkit-box-shadow: inset 0 0 4px #C4A167;
  background-color: #C4A167;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row {
  margin-bottom: 26px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row .locaion-hd {
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row .locaion-hd h4 {
  color: #000000;
  font-size: 22px;
  line-height: 20px;
  font-family: "PFHandbookPro-Bold";
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row .locaion-hd a {
  color: #c7222a;
  font-size: 15px;
  line-height: 15px;
  text-decoration: underline;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row .locaion-hd a:hover {
  text-decoration: none;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .adrss {
  font-size: 15px;
  color: #000000;
  padding-left: 25px;
  position: relative;
  font-family: "PFHandbookPro-Thin";
  max-width: 230px;
  margin-bottom: 7px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .adrss::before {
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
  position: absolute;
  display: inline-block;
  background: url(../../images/icon-map.png) no-repeat 0 0;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .phn {
  font-size: 15px;
  color: #000000;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
  font-family: "PFHandbookPro-Thin";
  max-width: 230px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .phn::before {
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  top: 1px;
  position: absolute;
  display: inline-block;
  background: url(../../images/icon-phn.png) no-repeat 0 0;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .time {
  font-size: 15px;
  color: #000000;
  padding-left: 25px;
  position: relative;
  font-family: "PFHandbookPro-Thin";
  max-width: 230px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .time::before {
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 1px;
  position: absolute;
  display: inline-block;
  background: url(../../images/icon-time.png) no-repeat 0 0;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .btnbar {
  margin-top: 16px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .btnbar a {
  color: #c7222a;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding: 5px 10px 5px 30px;
  font-family: "PFHandbookPro-Thin";
  background-color: #ffffff;
  border: 1px solid #C7222A;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .btnbar a:hover {
  box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
  -moz-box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
  -webkit-box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
}
.locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li .btnbar a::before {
  content: "";
  width: 14px;
  height: 14px;
  left: 10px;
  top: 8px;
  position: absolute;
  display: inline-block;
  background: url(../../images/icon-direction.png);
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .callus-modal .modal-dialog{
    right: auto;
    left: 42px;
  }
  .locateus-modal .modal-dialog .modal-content::after{
    right: 205px;
  }
}
@media (max-width: 991px){
  .locateus-modal .modal-dialog{
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    right: 10px;
  }
  .locateus-modal .modal-dialog .modal-content::after{
    right: 175px;
  }
  .callus-modal .modal-dialog .modal-content::after{
    left: 50px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .callus-modal.home-callusmodal .modal-dialog .modal-content::after {
    left: 50%;
  }
  .locateus-modal.home-locateusmodal .modal-dialog {
    max-width: 743px;
  }
  .locateus-modal.home-locateusmodal .modal-dialog .modal-content::after {
    right: 243px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact-icons-home {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .footer__contact-icons-home ul li {
    padding: 0 7px;
  }
  .footer__contact-icons-home ul li:after {
    display: none;
  }
  .footer img {
    width: 100%;
  }

  .callus-modal .modal-dialog {
    bottom: 60px;
    right: auto;
    left: 15px;
  }
  .callus-modal .modal-dialog .modal-content::after {
    left: 60px;
  }
  .callus-modal .modal-dialog .modal-content .modal-body {
    padding: 15px;
  }
  .callus-modal .modal-dialog .modal-content .modal-body .close {
    top: 13px;
    right: 13px;
  }

  .locateus-modal .modal-dialog {
    bottom: 50px;
    right: 15px;
    left: 15px;
    max-width: 100% !important;
    width: auto !important;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body {
    padding: 15px;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .close {
    top: 13px;
    right: 13px;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .filds-outer {
    display: block;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap {
    background: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 15px;
    display: block;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap:before {
    display: none;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .slct-wrap {
    width: 100%;
    margin-left: 0;
    padding: 7px 16px 8px 16px;
    position: relative;
    background: #FFFFFF;
    border: 0.6px solid #C4A167;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .slct-wrap select {
    width: 100%;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .inpt-wrap {
    margin-bottom: 10px;
    width: 100%;
    padding: 7px 16px 8px 16px;
    position: relative;
    background: #FFFFFF;
    border: 0.6px solid #C4A167;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .filds-outer .txtandselct-wrap .inpt-wrap input {
    width: 100%;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap {
    height: 197px;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul {
    display: block;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body .adresswrap-outer .adress-wrap .address-row ul li {
    margin: 0 0 20px 0;
  }
  .locateus-modal .modal-dialog .modal-content:after {
    right: auto;
    left: 171px;
  }
  .footer__contact-icons-home ul li a{
    padding-right: 17px;
    padding-left: 17px;
  }
  .footer__contact-icons-home ul li a svg {
    margin-right: 0;
  }
  .footer__contact-icons-home.innerpagefooterfloaing{
    padding-left: 0;
    padding-right:76px;
  }
  .footer__contact-icons-home.innerpagefooterfloaing .footer__contact-icons-home__help-icon{
    width: 55px;
    right:16px;
  }
}
@media (max-width: 475px){
  .callus-modal .modal-dialog .modal-content::after{
    left: 25px;
  }
  .locateus-modal .modal-dialog .modal-content:after{
    left: 275px;
  }
}
@media screen and (max-width: 350px) {
  .callus-modal .modal-dialog .modal-content .modal-body h2 {
    font-size: 22px;
  }
  .locateus-modal .modal-dialog .modal-content .modal-body h2{
    font-size:18px;
  }
  .callus-modal .modal-dialog .modal-content .modal-body .txt-fields-wrap .callme-btn{
    padding: 5px;
  }
}
