body {
  background: #fff;
}

@font-face {
  font-family: "Graphik";
  src: url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Regular.eot");
  /* IE9 Compat Modes */
  src: url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Regular.otf") format("opentype"),
    /* Open Type Font */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Regular.woff") format("woff"),
    /* Modern Browsers */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Graphik-Medium";
  src: url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Medium.eot");
  /* IE9 Compat Modes */
  src: url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Medium.otf") format("opentype"),
    /* Open Type Font */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Medium.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Medium.woff") format("woff"),
    /* Modern Browsers */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Medium.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Graphik-Light";
  src: url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Light.eot");
  /* IE9 Compat Modes */
  src: url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Light.otf") format("opentype"),
    /* Open Type Font */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Light.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Light.woff") format("woff"),
    /* Modern Browsers */ url("https://connect.firstdata.com/rs/215-EWB-051/images/Graphik-Light.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body,
html {
  font-family: "Graphik-Light", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* .main {
    padding-top: 113px !important;
  } */
.sales-center-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  min-height: 88vh;
}

.col-md-7 {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-5 {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

.h1 {
  font-family: "Graphik-Light";
  font-weight: 300;
  font-size: 64px;
  line-height: 66px;
  max-width: 100%;
  margin-bottom: 26px;
  color: #000000;
}

.h2 {
  font-family: Graphik-Light, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 26px;
}

.h4 {
  font-family: interstate-regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #000000;
}

p {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

.py-8 {
  padding-left: 7% !important;
  padding-right: 7% !important;
}

.v-align {
  display: flex;
  align-items: center;
}

.link {
  color: #69be28;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

.green-txt {
  color: #228800;
}

.banner-lft {
  padding-top: 40px;
  padding-bottom: 40px;
}

.card {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.pin-popup-card {
  padding: 0;
}

.pin-popup-card .pin-pop-spacing {
  padding: 40px 40px 30px;
}

.pin-popup-card .pin-code-utility {
  font-family: "Graphik-Medium";
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 10px 40px;
  background-color: #f8f8f8;
}

.pin-popup-card .pin-code-utility .local-pin {
  color: #69be28;
}

.pin-popup-card .pin-code-utility .edit-local-pin {
  cursor: pointer;
}

.reg-message {
  margin: 0 10px 0 0;
}

/* new */
.hederEdit {
  padding: 1px;
}

.center {
  text-align: center;
}

.center .local-pin {
  color: #69be28;
  cursor: pointer;
}

.center .edit-local-pin {
  cursor: pointer;
}

/* new end */
/* PopUp zipcode */
.accord-btn {
  display: none;
}

.zipcode-update-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 604px;
  height: 346px;
  z-index: 44;
  display: none;
}

.zipcode-update-popup .zipcode-container {
  width: 100%;
  background: #ffffff;
  margin: auto;

  /* padding: 16px; */
  text-align: center;
  position: relative;
}

.overlay-zipcode {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 43;
  display: none;
  backdrop-filter: blur(2px);
}

.zipcode-update-popup .zipcode-container label {
  display: block;
  position: unset;
  margin: 0 0 4px;
}

.zipcode-update-popup .zipcode-container .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px 16px 0;
}

.zipcode-update-popup .zipcode-container .close img {
  cursor: pointer;
}

.zipcode-update-popup .zipcode-container h2 {
  font-family: "Graphik-Light";
  font-size: 32px;
  margin: 0 0 56px;
  font-weight: lighter;
}

.inner-content {
  padding: 58px 117px;
}

.zipcode-update-popup .zipcode-container form {
  text-align: left;
}

.zipcode-update-popup .zipcode-container form .update-zip-field {
  font-family: "Graphik-Medium";
  font-size: 16px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #979797;
  padding: 10px 0;
  margin: 0 0 32px;
}

.zipcode-update-popup .zipcode-container form input:focus {
  outline: none;
}

.zipcode-update-popup .zipcode-container form .update-btn {
  text-align: center;
}

.zipcode-update-popup .zipcode-container form .update-btn .f_button {
  margin-top: 0px !important;
}

.zipcode-update-popup .zipcode-container form .update-btn .btn-green {
  font-family: "Graphik-Medium";
  font-size: 13px;
  padding: 12px 35px;
  background: #228800;
  border: 0;
  color: #ffffff;
}

.hidden-spacing {
  height: 30px;
}

.mobile-br {
  display: none;
}

/* newly added sam-club */
.repdetails a {
  color: #69be28;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.repdetails a img {
  width: 35px;
  padding-right: 16px;
}

.repdetails .phone {
  font-family: "Graphik";
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}

.col-row {
  position: relative;
  display: flex;
  align-items: normal;
  z-index: 8;
}

.col-75 {
  width: 430px;
  padding-right: 40px;
}

.card .list-unstyled a {
  color: #69be28;
  font-family: "Graphik";
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.schedule {
  color: #ffffff !important;
  background-color: #69be28;
}

.card .list-unstyled a img {
  width: 35px;
  padding-right: 16px;
}

.operating-hours {
  padding-top: 0px;
  font-family: "Graphik";
  font-size: 13px;
  line-height: 21px;
  color: #000;
  margin: 0px;
}

.operating-hours b {
  font-family: "Graphik-Medium", sans-serif;
  font-weight: normal;
}

.user-profBox {
  align-items: center;
  display: flex;
  padding-top: 10px;
}

.profile-box-title {
  font-family: "Graphik";
  font-size: 24px;
  margin-bottom: 20px;
}

.user-profile-cnt p {
  font-family: "Graphik";
  font-size: 16px;
  font-family: "Graphik";
  line-height: 26px;
  color: #000;
  margin: 0;
}

.user-profile-cnt p b {
  font-size: 20px;
}

.user-profile-cnt {
  position: relative;
  top: -3px;
  padding-left: 16px;
}

.banner-lft .col-row[data-aos^="fade"][data-aos^="fade"].aos-animate .list-unstyled.paddingBtm {
  padding-bottom: 0px;
}

.btns {
  border: 1.5px solid #d8d8d8;
  background-color: #ffffff;
  color: #000000;
  font-family: "Graphik-Medium";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 17px 40px;
  display: inline-block;
  margin-top: 5px;
}

.white-section {
  background: #ffffff;
}

.gray-section {
  background: #f0f0f0;
}

.light-green-section {
  background: #ffffff;
}

.pl-6 {
  padding-left: 6%;
  padding-right: 6%;
}

.banner-lft .card .mob-hide {
  display: block !important;
}

.desk-hide {
  display: none;
}

.paddingBtm {
  padding-bottom: 76px;
}

.banner-rgt {
  display: flex;
  padding-right: 0 !important;
}

.banner-rgt img {
  width: 640px;
  /* height: 450px; */
  left: 587px;
  top: 106px;
  object-fit: cover;
}

.paddingTopR {
  padding-top: 0;
}

.flexp {
  display: flex;
  flex-direction: column;
}

.phoneR {
  font-family: "Graphik";
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}

h1 + p {
  width: 450px;
}

#chat_now1 {
  padding-bottom: 0;
}

.font-medium {
  font-family: "Graphik-Medium", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
}

.col-row2 .operating-hours {
  padding-top: 0px !important;
}

.col-row2 ul.list-unstyled {
  margin-top: 50px;
}

.timeavailable.col-row2 .operating-hours {
  padding-top: 40px !important;
}

.mob_block {
  display: none;
}

.generalUpdate {
  padding: 20px 0;
}

.generalUpdate .center p b {
  font-weight: 400;
  margin-right: 10px;
  font-size: 16px;
}

.generalUpdate .center p {
  margin-bottom: 0 !important;
}

.generalUpdate .center p .f_button {
  width: 83px;
  min-width: 83px !important;
  min-height: 38px !important;
  padding: 0;
  margin-top: 0 !important;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-5 {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .pin-popup-card .pin-pop-spacing {
    padding: 40px 40px 87px;
  }
}

@media only screen and (min-width: 1280px) and (max-height: 800px) {
  .pin-popup-card .pin-pop-spacing {
    padding: 40px 40px 30px;
  }
}

@media screen and (max-width: 1200px) {
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .py-8 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .banner-rgt {
    display: inline-block;
  }

  .paddingTopR {
    padding-top: 10px;
  }

  .operating-hours {
    padding-top: 15px;
  }

  .link {
    font-size: 15px;
    line-height: 16px;
  }
}

@media (max-width: 1024px) {
  .col-md-7,
  .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-rgt {
    padding-left: 0;
    padding-right: 0;
    padding: 40px 0px 0;
    background: #ffffff;
    padding-bottom: 30px;
  }

  .banner-lft {
    padding-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .py-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .user-profBox + p.mob-hide {
    padding-top: 14px !important;
  }

  /* .user-profBox{padding-top: 30px;} */
  .operating-hours {
    padding-top: 0px;
    letter-spacing: -0.2px;
  }

  .notreadytotalk {
    padding-top: 15px;
  }

  .card .h4 br,
  .operating-hours br:last-child {
    display: none;
  }

  .card .h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .link {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px !important;
  }

  .paddingTopR,
  .paddingTopR a {
    padding: 0;
  }

  .card .list-unstyled a {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
  }

  .banner-lft {
    padding-bottom: 0px;
  }

  .verticalscroll {
    margin: 0 !important;
  }

  h1 + p {
    width: 395px;
  }
}

@media screen and (max-width: 767px) {
  h1 + p {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .paddingBtm {
    padding-bottom: 0;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 18px;
  }

  .h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .py-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .card {
    margin-top: 30px;
    padding: 25px 25px 10px;
  }

  .card .h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .user-profBox {
    padding-top: 17px;
  }

  .operating-hours,
  .user-profile-cnt p {
    padding-top: 0px;
    letter-spacing: -0.2px;
    font-size: 12px;
  }

  .link {
    font-size: 14px;
    line-height: 16px;
  }

  .card .list-unstyled a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }

  /* .banner-lft {
    padding: 45px 25px 40px 25px;
  } */

  .col-row {
    display: block;
    z-index: 1;
  }

  .card .h4 br,
  .operating-hours br:last-child {
    display: block;
  }

  .gray-section {
    /* padding: 40px 20px; */
    background: #fff;
  }

  .desk-hide {
    display: block;
  }

  #chat_now {
    padding-bottom: 0px;
  }

  .mob-hide,
  .banner-lft .card .mob-hide {
    display: none !important;
  }

  .white-section .sales-center-container .col-md-6 {
    padding: 25px 40px 40px;
  }

  .user-profile-cnt P {
    display: block !important;
  }

  /* .card, p.desk-hide{transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;-o-transition: all 0.3s linear; -o-transition: all 0.3s linear;} */
  /* p.desk-hide{display: block !important; opacity: 0; height: 0px !important;} */

  .collapse-btn2 {
    padding: 23px !important;
    margin: 0 25px;
  }

  .collapse-btn2::before {
    margin-top: -8px !important;
  }

  .collapse-btn1,
  .collapse-btn2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-family: "Graphik-Medium", sans-serif;
    border-top: 1px solid #dadada;
    padding: 23px 0 14px;
    color: #000000;
    text-decoration: none;
    position: relative;
  }

  .collapse-btn1::before,
  .collapse-btn2::before {
    position: absolute;
    left: 66%;
    top: 54%;
    margin-top: -3px;
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://connect.clover.com/rs/215-EWB-051/images/down-arrow-v3-new.png) no-repeat center center / 14px;
  }

  .expand-collapse1 .collapse-btn2::before,
  .expand-collapse2 .collapse-btn1::before {
    left: 63%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: -3px;
  }

  .expand-collapse1 p.desk-hide,
  .expand-collapse2 p.desk-hide {
    padding-top: 20px;
  }

  .expand-collapse1 p.desk-hide,
  .expand-collapse2 p.desk-hide {
    display: block !important;
    opacity: 1;
    height: 130px !important;
  }

  .expand-collapse1 p.firstp {
    display: block !important;
    opacity: 1;
    height: 85px !important;
  }

  .test {
    display: block;
  }

  .card,
  p.test {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }

  p.test {
    display: block !important;
    opacity: 0;
    height: 0px !important;
  }

  .expand-collapse2 p.test {
    padding-top: 10px;
  }

  .expand-collapse2 p.test {
    display: block !important;
    opacity: 1;
    height: 163px !important;
  }

  p.show {
    display: block !important;
  }

  .flexp {
    flex-direction: column-reverse;
  }

  .calendly-popup {
    top: 0px !important;
  }

  .calendly-popup-close {
    right: 35px !important;
    width: 32px !important;
    height: 34px !important;
  }

  .calendly-overlay .calendly-popup-close {
    background: url(https://connect.clover.com/rs/215-EWB-051/images/close-icon-v3-new.svg) no-repeat !important;
  }

  .rowalign {
    margin: 0 !important;
  }

  .expired {
    display: block !important;
  }

  .listtop {
    padding-top: 25px !important;
  }

  /* .banner-lft .col-row[data-aos^=fade][data-aos^=fade].aos-animate .list-unstyled.paddingBtm{padding-bottom: 0 !important;} */
  .timeavailable.col-row2 p.show {
    padding-top: 24px !important;
  }

  .timeavailable.col-row2 p.operating-hours {
    padding-top: 0px !important;
  }

  .timeavailable.col-row2 .card {
    padding-bottom: 23px !important;
    margin-top: 20px;
  }

  .mob_block {
    display: block;
  }
}

@media only screen and (min-width: 2500px) {
  .paddingTopR {
    padding-top: 0px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  .repdetails p b {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 720px) {
  .banner-lft {
    padding-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .fixed-top .navbar .left-sub .dropdown {
    padding: 0 0.39rem;
  }

  .fixed-top .navbar .left-sub .dropdown:last-child {
    padding-right: 0px !important;
  }

  .fixed-top .navbar .left-sub .mini-mark {
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .banner-rgt img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-rgt img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .pin-popup-card {
    padding: 0;
  }

  .pin-popup-card .pin-code-utility {
    padding: 10px 25px;
  }

  .pin-popup-card .pin-pop-spacing {
    padding: 25px 25px 0 25px;
  }

  .hidden-spacing {
    height: 0;
  }

  .banner-lft {
    display: block;
  }

  .card,
  .banner-lft {
    width: 100%;
  }

  .collapse-btn1::before,
  .collapse-btn2::before {
    transition: 0.2s all ease;
  }

  .active-acc .collapse-btn1::before,
  .active-acc .collapse-btn2::before {
    transform: rotate(180deg);
  }

  .card p.desk-hide {
    margin: 0;
  }

  .desk-hide.firstp {
    padding: 12px 25px !important;
    /* margin-bottom: 0!important; */
  }

  /* .card .h4 {
    margin: 0;
  } */

  .hidden-spacing {
    display: none;
  }

  .user-profBox {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .accord-btn {
    display: block;
    padding: 24px;
    text-align: center;
    font-family: "Graphik-Medium", sans-serif;
    border-top: 1px solid #dadada;
  }

  .accord-btn .btn-text {
    margin: 0 10px 0 0;
    font-family: "Graphik-Medium";
    font-weight: lighter;
  }

  /* .acc-arrow{
          vertical-align: bottom;
      } */
  .acc-arrow img {
    width: 14px;
    height: 14px;
    transition: 0.3s all ease;
    vertical-align: middle;
  }

  p.desk-hide .operating-hours {
    display: block;
    margin-top: 16px;
  }

  .rotate-arrow {
    transform: rotate(180deg);
  }

  .card .accord-btn-2 {
    margin: 0 25px;
  }

  .active-acc .accord-btn {
    margin: 24px 0 0;
  }

  .active-acc .accord-btn-2 {
    margin: 24px 25px 0;
  }

  .contact-card {
    padding-bottom: 0;
  }

  .pin-pop-spacing .operating-hours {
    padding-bottom: 12px !important;
  }

  .generalUpdate .center p .f_button {
    border-radius: 0;
    background-color: #69be28;
    -webkit-appearance: none;
  }

  .timeavailable.col-row2 p.show {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .banner-rgt img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 100%;
    top: 100%;
  }

  .zipcode-update-popup .zipcode-container h2 {
    margin: 0 0 40px;
  }

  .generalUpdate {
    margin-top: 12px;
  }

  .zipcode-update-popup {
    width: 90%;
  }

  .inner-content {
    padding: 54px 32px;
  }

  .zipcode-update-popup .zipcode-container h2 {
    font-size: 28px;
  }

  .reg-message {
    display: block;
    margin: 0 0 15px 0;
  }

  .mobile-br {
    display: block;
  }

  .generalUpdate .center p b {
    margin: 0;
  }
}

@media (max-width: 360px) {
  .zipcode-update-popup .zipcode-container h2 {
    font-size: 23px;
  }
}

.gray-section {
  background-color: #f1f1f1;
  position: absolute;
  width: 88em;
  top: 335px;
  display: flex;
  justify-content: flex-start;
  left: 0;
  padding: 30px 8%;
  min-height: 155px;
}

@media (max-width: 1200px) {
  .gray-section {
    padding: 30px 5%;
  }
}

@media (max-width: 992px) {
  .gray-section {
    padding: 30px 32px;
  }
}

@media (max-width: 360px) {
  .gray-section {
    position: unset;
  }
}

.santazer_dflex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pin-code-utility {
  font-family: "Graphik-Light";
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
}

.pin-code-utility .local-pin {
  color: #69be28;
  text-decoration: underline;
  display: inline-block;
  padding-right: 5px;
}

.card_para {
  font-family: "Graphik-Light";
  margin-bottom: 34px;
}

/* .pin-pop-spacing img,
.card img {
  margin-bottom: 10px;
} */

.m_0 {
  margin: 0;
}

.heead_line {
  width: 50px;
  height: 2px;
  background: #69be28;
  display: block;
  margin-bottom: 25px;
}

.width_100 {
  width: 100%;
}

.pos_abs {
  position: absolute;
}

@media (max-width: 1024px) {
  .minheight {
    min-height: 350px !important;
  }

  .gray-section {
    top: 300px;
  }

  .pos-mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 0.3rem 0.1rem rgb(0 0 0 / 10%);
    background: #fff;
    padding: 20px !important;
  }
}

@media (max-width: 992px) {
  .gray-section {
    position: static;
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
    height: auto;
  }

  .user-profBox {
    left: 0;
  }

  .pos_abs {
    position: static;
    padding: 25px;
    display: flex;
    padding-bottom: 0;
  }

  .card {
    margin-top: 0;
  }

  .head_content {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .pos_abs {
    display: block;
  }

  .head_content p br {
    display: none;
  }

  .col-75 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .col-75:last-child {
    margin-bottom: 0;
  }

  .card_para {
    min-height: auto;
  }
}

.f_button {
  background: #69be28;
  min-width: 204px;
  text-transform: capitalize;
}

.px_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.open-zipcode .zipcode-container h2 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Graphik-Light";
  font-weight: 300;
}

.pos-footer .wdh_25 {
  width: 25%;
  text-align: right;
}
