/********** Header Customer Service Start **********/
.customer-services {
  position: relative;
  background-color: #DADBC6;
  padding: 50px 0 150px;
}
.customer-services h2 {
  text-align: center;
  margin-bottom: 40px;
}
.customer-services .service-list {
  border: 1px solid #D8D8D8;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.5);
}
.customer-services .service-list .cs-img img {
  display: block;
  margin: 0 auto;
  max-width: 90px;
  border-radius: 50%;
  overflow: hidden;
  height: auto;
}
.customer-services .service-list .cs-img span {
  font-size: 12px;
  display: block;
  margin: 5px 0 15px;
  word-break: break-word;
}
.customer-services .service-list .cs-contact span {
  display: block;
  margin: 12px 0 30px;
}
.customer-services .service-list .cs-contact .btn {
  padding: 5px 30px;
  color: #FFFFFF !important;
}
.customer-services .service-list .cs-contact .btn.loading {
  color: transparent !important;
}
.customer-services .service-list .cs-time {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.customer-services .service-list .cs-time a {
  text-decoration: underline;
  line-height: 25px;
  word-break: break-word;
}
.customer-services .service-list .cs-time a:hover {
  text-decoration: none;
}
.customer-services .service-list .cs-time span {
  display: block;
  line-height: 25px;
}
.customer-services .service-list .btn {
  padding: 5px 30px;
}
.customer-services .row {
  margin: 0 -10px;
}
.customer-services .row [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}
/* Section How Can We Help Start */
.customer-services.main {
  display: block;
  position: relative;
  background-color: #DADBC6;
  padding: 80px 0 90px;
  margin-top: 260px;
}
.customer-services.main:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 260px;
  background: #EBECE1;
  bottom: 100%;
  z-index: -1;
}
.customer-services.main .container {
  margin-top: -240px;
}
.customer-services.main .service-list {
  border: 0 none;
}
.male .cs-contact .btn-emp-p {
  border-color: #254E5E;
  color: #254E5E;
  /*&:visited{color:@MNPRCLR;}*/
  background-color: #254E5E;
  color: #fff;
}
.male .cs-contact .btn-emp-p:hover {
  background-color: rgba(37, 78, 94, 0.25);
  color: #254E5E;
}
.male .cs-contact .btn-emp-p:focus {
  color: #254E5E;
}
.male .cs-contact .btn-emp-p:active,
.male .cs-contact .btn-emp-p.active {
  background-color: #254E5E;
  color: #FFFFFF;
}
.male .cs-contact .btn-emp-p:active:focus,
.male .cs-contact .btn-emp-p.active:focus {
  background-color: #254E5E;
  color: #FFFFFF;
}
.male .cs-contact .btn-emp-p.loading {
  color: transparent;
  background-color: rgba(37, 78, 94, 0.25);
}
.male .cs-contact .btn-emp-p.loading:after {
  background: url("../images/brand/theme/dot-loading-m.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.male .cs-contact .btn-emp-p:hover {
  background-color: #2B5B6E;
  color: #fff;
}
.male .cs-contact .btn-emp-p:focus {
  color: #FFFFFF;
}
.male .cs-contact .btn-emp-p.loading {
  color: transparent;
  background-color: #2B5B6E;
}
.male .cs-contact .btn-emp-p.loading:after {
  background: url("../images/brand/theme/dot-loading-m.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.female .cs-contact .btn-emp-p {
  background: transparent;
  border: 2px solid #0B7169;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #0B7169;
  padding: 7px 30px 7px 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  min-width: 175px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  white-space: normal;
  line-height: 1.4;
  /*&:visited{color:@PRCLR; outline:none; box-shadow:none;}*/
  background: #DE9377;
  border-color: #DE9377;
  color: #FFFFFF;
}
.female .cs-contact .btn-emp-p:hover {
  background-color: rgba(11, 113, 105, 0.25);
  color: #0B7169;
  outline: none;
  box-shadow: none;
}
.female .cs-contact .btn-emp-p:focus {
  color: #0B7169;
  outline: none;
  box-shadow: none;
}
.female .cs-contact .btn-emp-p:active,
.female .cs-contact .btn-emp-p.active {
  background-color: #0B7169;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
}
.female .cs-contact .btn-emp-p:active:focus,
.female .cs-contact .btn-emp-p.active:focus {
  background-color: #0B7169;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
}
.female .cs-contact .btn-emp-p:after {
  font-size: 10px;
  content: "\e900";
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.female .cs-contact .btn-emp-p.loading {
  color: transparent;
  background-color: rgba(11, 113, 105, 0.25);
}
.female .cs-contact .btn-emp-p.loading:after {
  background: url("../images/brand/theme/dot-loading-p.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.female .cs-contact .btn-emp-p.loading input {
  color: transparent !important;
}
.female .cs-contact .btn-emp-p.btn-play {
  padding-right: 65px;
}
.female .cs-contact .btn-emp-p.btn-play .play {
  width: 50px;
  height: 100%;
  background: #0B7169;
  position: absolute;
  right: 0;
  top: 0;
}
.female .cs-contact .btn-emp-p.btn-play .play:after {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-left: 3px;
}
.female .cs-contact .btn-emp-p.btn-play:after {
  display: none;
}
.female .cs-contact .btn-emp-p.out-of-stock-btn {
  background-color: #D4D4D4;
  color: #6F716F;
  pointer-events: none;
  border-color: #D4D4D4;
  padding-left: 15px;
  padding-right: 15px;
}
.female .cs-contact .btn-emp-p.out-of-stock-btn:after {
  display: none;
}
.female .cs-contact .btn-emp-p.mw-auto {
  min-width: auto;
}
.female .cs-contact .btn-emp-p:hover {
  background: #E68661;
  color: #FFFFFF;
}
.female .cs-contact .btn-emp-p:focus {
  color: #FFFFFF;
}
.female .cs-contact .btn-emp-p:active,
.female .cs-contact .btn-emp-p.active {
  background-color: #D87D59;
  color: #FFFFFF;
}
.female .cs-contact .btn-emp-p:active:focus,
.female .cs-contact .btn-emp-p.active:focus {
  background-color: #E68661;
  color: #FFFFFF;
}
.female .cs-contact .btn-emp-p.loading {
  color: transparent;
  background-color: #E68661;
}
.female .cs-contact .btn-emp-p.loading:after {
  background: url("../images/brand/theme/dot-loading-emp-t.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
/* Section How Can We Help End */
/********** Header Customer Service End **********/
/* Customer Service CSS Start */
.support-section {
  display: flex;
  flex-direction: column;
  background-color: #EEF5F5;
  padding: 0 0 90px;
}
.support-section .support-image img {
  width: 100%;
  height: auto;
}
.support-section .support-content {
  margin: 40px 15px 0;
}
.support-section .support-content .availability {
  margin-bottom: 25px;
}
.support-section .support-content .contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.support-section .support-content .contact-list li {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 15px;
}
.support-section .support-content .contact-list li .icon {
  background-color: #0B7169;
  padding: 6px;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-section .support-content .contact-list li .icon::before {
  color: #FFFFFF;
  font-size: 24px;
}
.support-section .support-content .contact-list li a {
  color: #0B7169;
  font-weight: 500;
}
@media (min-width: 768px) {
  .support-section {
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding: 30px;
  }
  .support-section .support-image {
    flex: 1;
    max-width: 590px;
    justify-content: flex-end;
  }
  .support-section > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .support-section {
    padding: 110px 30px 90px;
  }
  .support-section .support-content {
    margin: 0;
    padding-left: 40px;
  }
  .support-section .support-content .availability span {
    display: block;
  }
}
/* Customer Service CSS End */
footer {
  background-color: #6F716F;
  padding: 60px 0 70px;
}
footer *,
footer p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
footer a {
  text-decoration: none;
  color: #FFFFFF;
}
footer a:focus {
  color: #FFFFFF;
}
footer a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
footer .footer-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .icon {
  width: auto;
}
footer .icon:before {
  color: #FFFFFF;
}
footer .contact-us ul li a {
  padding-left: 25px;
}
footer .contact-us ul li span {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
footer .contact-us ul li + li {
  margin-top: 10px;
}
footer .contact-us p:last-child {
  margin-bottom: 0;
}
footer .social {
  margin: 25px 0;
}
footer .social a {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: top;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  font-size: 30px;
  background-color: #333;
}
footer .social a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
footer .social a .icon {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
footer .social a + a {
  margin-left: 10px;
}
footer .social a.icon-facebook {
  background: rgba(23, 120, 242, 0.8);
}
footer .social a.icon-facebook:hover {
  background: #1778f2;
}
footer .social a.icon-twitter {
  background: rgba(85, 172, 238, 0.8);
}
footer .social a.icon-twitter:hover {
  background: #55acee;
}
footer .social a.icon-linkedin {
  background: rgba(74, 134, 197, 0.8);
}
footer .social a.icon-linkedin:hover {
  background: #4a86c5;
}
footer .social a.icon-instagram {
  background: rgba(224, 47, 47, 0.8);
}
footer .social a.icon-instagram:hover {
  background: #e02f2f;
}
footer .quick-links ul li + li {
  margin-top: 10px;
}
footer .app-logo {
  margin-bottom: 40px;
}
footer .app-logo a {
  display: table;
}
footer .app-logo a + a {
  margin-top: 15px;
}
footer .safety-logo a {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 7px 0;
}
footer .safety-logo img {
  max-width: 109px;
  max-height: 76px;
}
footer .languages .dropdown {
  margin-bottom: 70px;
}
footer .languages .dropdown a {
  color: #6F716F;
  display: block;
  padding: 4px 35px 4px 15px;
  font-size: 16px;
}
footer .languages .dropdown a.dropdown-toggle {
  height: 30px;
  background: #FFFFFF;
}
footer .languages .dropdown a.dropdown-toggle .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  margin-top: 1px;
}
footer .languages .dropdown a.dropdown-toggle .icon:before {
  color: #6F716F;
  display: block;
}
footer .languages .dropdown a.no-image {
  padding-left: 10px;
}
footer .languages .dropdown a.no-image:before {
  display: none;
}
footer .languages .dropdown a span {
  color: #6F716F;
  display: block;
  font-size: 16px;
}
footer .languages .dropdown a:hover {
  text-decoration: none;
}
footer .languages .dropdown a:before {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 10px;
  width: 19px;
  height: 13px;
  display: none;
}
footer .languages .dropdown a.uk:before {
  background-position: -29px 0;
}
footer .languages .dropdown a.fr:before {
  background-position: -203px 0;
}
footer .languages .dropdown a.se:before {
  background-position: -87px 0;
}
footer .languages .dropdown a.ch:before {
  background-position: -58px 0;
}
footer .languages .dropdown a.pl:before {
  background-position: -145px 0;
}
footer .languages .dropdown a.dk:before {
  background-position: -261px 0;
}
footer .languages .dropdown a.br:before {
  background-position: 0 0;
}
footer .languages .dropdown a.de:before {
  background-position: -174px 0;
}
footer .languages .dropdown a.pt:before {
  background-position: -116px 0;
}
footer .languages .dropdown a.fi:before {
  background-position: -232px 0;
}
footer .languages .dropdown a.no:before {
  background-position: -362px 0px;
}
footer .languages .dropdown .dropdown-toggle::after {
  display: none;
}
footer .languages .dropdown .dropdown-menu {
  border-radius: 0;
  margin: 0;
  width: 100%;
  border: 0 none;
  padding: 0;
  max-height: 185px;
  overflow: auto;
}
footer .languages .dropdown .dropdown-menu li {
  border-top: 1px solid #D8D8D8;
}
footer .footer-signup {
  margin-bottom: 50px;
}
footer .footer-signup:empty {
  margin-bottom: 0;
}
footer .footer-signup form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-signup form input {
  background: #FFFFFF;
  height: 30px;
  padding: 4px 10px;
  /*display:block; width:100%;*/
  color: #6F716F;
  overflow: hidden;
}
footer .footer-signup form input[type="submit"] {
  background: transparent;
  border: 2px solid #FFFFFF;
  padding: 0 15px;
  width: auto;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
footer .footer-signup form .btn {
  border: 0 none;
  padding: 0;
  min-width: auto;
  margin: 10px 0 0;
}
footer .footer-signup form .btn:after {
  content: "";
}
footer .footer-signup form .btn.loading {
  background-color: #FFFFFF;
}
footer .footer-signup form .success-msg {
  color: #FFFFFF;
}
footer .footer-signup form .error-msgbg {
  color: #D85A5A;
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
}
footer .copy-right {
  text-align: center;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding-top: 25px;
  margin-top: 10px;
}
footer .copy-right p {
  font-size: 12px;
  margin: 0;
}
footer .subscription-form .CtaBtn {
  margin-top: 10px;
}
/* Footer Payment Logo */
.pay-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.pay-cards i {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  opacity: 0.7;
  margin: 7px;
}
.pay-cards i + i {
  margin-left: 7px;
}
.pay-cards .visa {
  background-position: -85px -182px;
  min-width: 58px;
  width: 58px;
  height: 21px;
}
.pay-cards .master-card {
  background-position: -151px -182px;
  min-width: 45px;
  width: 45px;
  height: 35px;
}
.pay-cards .klarna {
  background-position: -206px -182px;
  min-width: 99px;
  width: 99px;
  height: 22px;
}
.pay-cards .sofort {
  background-position: -315px -182px;
  min-width: 80px;
  width: 80px;
  height: 24px;
}
.pay-cards .paypal {
  background-position: -235px -274px;
  min-width: 100px;
  width: 100px;
  height: 24px;
}
.pay-cards .tpay {
  background-position: 0 -144px;
  width: 70px;
  height: 33px;
  filter: brightness(0) invert(1);
}
.pay-cards .trustly {
  background-position: 0px -274px;
  min-width: 91px;
  width: 91px;
  height: 28px;
}
.pay-cards .amex {
  background-position: -359px -227px;
  min-width: 38px;
  width: 38px;
  height: 25px;
  -webkit-filter: grayscale(100%);
}
.pay-cards .banktransfer {
  background-position: -42px -227px;
  min-width: 35px;
  width: 35px;
  height: 29px;
}
.pay-cards .cod {
  background-position: -86px -227px;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.pay-cards .evl {
  background-position: -128px -227px;
  min-width: 31px;
  width: 31px;
  height: 28px;
}
.pay-cards .deutscheBank {
  background-position: -169px -227px;
  min-width: 144px;
  width: 144px;
  height: 23px;
}
.pay-cards .multibanco {
  background-position: -324px -227px;
  min-width: 25px;
  width: 25px;
  height: 28px;
}
.pay-cards .aliorbank {
  background-position: -101px -274px;
  min-width: 54px;
  width: 54px;
  height: 28px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pay-cards .boleto {
  background-position: -166px -274px;
  min-width: 59px;
  width: 59px;
  height: 26px;
}
.pay-cards .pix {
  background-position: -249px -311px;
  min-width: 75px;
  width: 75px;
  height: 30px;
}
.pay-cards .BankTransfer {
  background-position: -344px -33px;
  width: 37px;
  height: 30px;
  filter: grayscale(100%);
}
.pay-cards .DirectDebit {
  width: 70px;
  height: 28px;
  background-position: 0 -105px;
  filter: invert(100%);
}
/* Footer Payment Logo End */
/* Checkout Footer Start */
.checkout-copyright {
  background: #F4F4F4;
  text-align: center;
  padding: 10px;
}
.checkout-copyright p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}
/* Checkout Footer End */
.customer-services .service-list b.darrow {
  cursor: pointer;
  margin: 0 auto;
}
.customer-services .service-list b.darrow:before {
  content: "\e929";
  width: 19px;
  height: 19px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative!important;
  left: -5px !important;
  top: 0px !important;
}
.customer-services .service-list b.darrow:after {
  width: 10px;
  height: 8px;
  vertical-align: middle;
  font-size: 8px;
  font-weight: 400;
  margin: 0 0 0 5px;
  display: inline-block;
  content: "\e92e";
}
.customer-services .service-list .OtherPhonePop {
  background: #FFFFFF;
  width: 230px;
  max-height: 170px;
  padding: 14px 15px 20px;
  box-shadow: 0 3px 4px -1px #999;
  white-space: normal;
  display: none;
  position: absolute;
  right: 0;
  z-index: 9999;
  overflow: auto;
  text-align: left;
  top: 26px;
  left: 0;
  margin: 0 auto;
  border: 1px solid #f3f3f3;
  border-bottom: 2px solid #0B7169;
}
.customer-services .service-list .OtherPhonePop a {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 15px!important;
  text-decoration: none;
  padding: 0;
  margin: 8px 0 0;
  display: inline-block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  color: #333;
}
.customer-services .service-list .OtherPhonePop a:hover {
  text-decoration: underline !important;
}
.customer-services .service-list .OtherPhonePop a:before {
  background: 0 0;
  display: inline-block;
  vertical-align: middle;
  content: "\e929";
  margin-right: 5px;
  line-height: 100%;
  margin-top: -3px;
}
/*======================== Media Query Start ==============================*/
/********** Small devices (landscape phones, 576px and up) End **********/
/********** Small devices (landscape phones, 576px and up) End **********/
/********** Medium devices (tablets, 768px and up) **********/
@media (min-width: 768px) {
  .contact-us {
    margin-bottom: 30px;
  }
}
/********** Medium devices (tablets, 768px and up) End **********/
/********** Large devices (desktops, 992px and up) **********/
@media (min-width: 992px) {
  .contact-us {
    margin-bottom: 0px;
  }
  footer .safety-logo img {
    max-width: 95px;
    max-height: 66px;
  }
  .customer-services.main {
    padding-bottom: 150px;
  }
  .pay-cards {
    margin-top: 40px;
  }
  .pay-cards i {
    margin: 0;
  }
  .pay-cards i + i {
    margin-left: 15px;
  }
}
/********** Large devices (desktops, 992px and up) End **********/
/********** // Extra large devices (large desktops, 1200px and up) **********/
@media (min-width: 1200px) {
  footer .safety-logo img {
    max-width: 109px;
    max-height: 76px;
  }
  footer .footer-signup form {
    flex-direction: row;
    /*.btn{margin: 0 0 0 10px;}*/
  }
  footer .footer-signup form input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  footer .footer-signup form [class*="-msg"] {
    flex-basis: 100%;
    order: 13;
  }
  .pay-cards i + i {
    margin-left: 20px;
  }
}
/********** // Extra large devices (large desktops, 1200px and up) End **********/
@media only screen and (max-width: 767px) {
  .customer-services.main {
    padding-top: 110px;
    background-color: #EBECE1;
    margin-top: 0px;
  }
  .customer-services.main .container {
    margin-top: 0;
  }
  .customer-services.main h2 {
    margin-bottom: 30px;
  }
  .customer-services.main p {
    margin-bottom: 25px;
  }
  .customer-services.main:before {
    display: none;
  }
  .customer-services .row [class*=col-] {
    margin: 0 auto 20px;
    max-width: 400px;
  }
  .customer-services .service-list {
    padding: 10px 10px 10px 170px;
    min-height: 130px;
    justify-content: center;
    box-shadow: none !important;
  }
  .customer-services .service-list .cs-img {
    left: 10px;
    width: 140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .customer-services .service-list .cs-img img {
    max-width: 75px;
  }
  .customer-services .service-list .cs-img span {
    margin-bottom: 0;
    line-height: 120%;
  }
  .customer-services .service-list .cs-contact {
    text-align: left;
  }
  .customer-services .service-list .cs-contact span {
    margin-bottom: 5px;
  }
  .customer-services .service-list .cs-time {
    text-align: left;
    margin: 0;
  }
  .customer-services .service-list .cs-time span {
    display: none;
  }
  .customer-services .service-list .cs-time a[href^="mailto"] {
    font-size: 12px;
  }
  .customer-services .service-list .btn {
    width: 100%;
    min-width: auto;
  }
  footer {
    padding: 40px 0;
  }
  footer * {
    font-size: 16px;
  }
  footer .languages {
    order: 1;
  }
  footer .languages .language-wrap .footer-title {
    display: none;
  }
  footer .languages p {
    text-align: center;
  }
  footer .languages .dropdown {
    max-width: 210px;
    margin: 0 auto 40px;
  }
  footer .footer-signup p {
    text-align: left;
  }
  footer .footer-signup form {
    flex-direction: row;
  }
  footer .footer-signup form input[type="email"] {
    flex: 1 1 0;
    height: 40px;
  }
  footer .footer-signup form .btn {
    margin: 0;
    background: transparent;
  }
  footer .footer-signup form .btn input[type="submit"] {
    height: 40px;
    font-size: 14px;
  }
  footer .footer-signup form .error-msgbg {
    flex: 0 0 100%;
    margin: 10px 0;
    order: 13;
  }
  footer .footer-signup .footer-title {
    padding-right: 0;
  }
  footer .footer-signup .footer-title:after {
    display: none;
  }
  footer .contact-us {
    order: 2;
  }
  footer .contact-us .social {
    display: none;
  }
  footer .quick-links {
    order: 3;
  }
  footer .payment-logo-mobile {
    order: 4;
  }
  footer .payment-logo-mobile .footer-title {
    pointer-events: none;
  }
  footer .payment-logo-mobile .footer-title:after {
    display: none;
  }
  footer .payment-logo-mobile .mob-collapse {
    display: block;
    padding-bottom: 0;
  }
  footer .safety-app {
    order: 13;
    display: flex;
    flex-direction: column;
    /*&:before{position: absolute; content: ""; width: auto; height: 1px; left: 15px; right: 15px; top: 0; background: @WHTCLR;}*/
  }
  footer .safety-app .safety-logo {
    order: 1;
    margin: 30px 0;
    text-align: center;
  }
  footer .safety-app .app-logo {
    order: 2;
    text-align: center;
    margin-bottom: 0;
  }
  footer .safety-app .app-logo a {
    display: inline-block;
    vertical-align: top;
  }
  footer .safety-app .app-logo a + a {
    margin: 0 0 0 10px;
  }
  footer .safety-app .social {
    order: 3;
    text-align: center;
    margin-bottom: 0;
  }
  footer .safety-app .footer-title {
    display: none;
  }
  footer .safety-app .footer-signup {
    margin: 0;
  }
  footer .safety-app .footer-signup .footer-title {
    display: block;
    padding-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 0px;
    font-weight: 500;
  }
  footer .safety-logo img {
    max-width: 88px;
    max-height: 52px;
  }
  footer .footer-title {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
    padding: 12px 30px 12px 0;
    border-top: 1px solid #FFFFFF;
    cursor: pointer;
  }
  footer .footer-title:after {
    content: "\e935";
    right: 5px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  footer .footer-title.open:after {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    margin-top: 5px;
  }
  footer .quick-links ul {
    margin-bottom: 0;
  }
  footer .quick-links ul li a {
    text-decoration: underline;
  }
  .mob-collapse {
    display: none;
    padding-bottom: 30px;
  }
  .pay-cards i {
    display: none;
  }
  .pay-cards .visa,
  .pay-cards .master-card,
  .pay-cards .amex {
    display: block;
  }
}
@media only screen and (max-width: 380px) {
  .customer-services .service-list {
    padding-left: 115px;
    font-size: 14px;
    min-height: 110px;
  }
  .customer-services .service-list .cs-img {
    width: 100px;
  }
  .customer-services .service-list .cs-img img {
    max-width: 60px;
  }
  .customer-services .btn {
    font-size: 14px;
  }
}
body {
  overflow-x: hidden;
}
.memberarea-section {
  background: #FFFFFF;
  padding-top: 100px;
  min-height: 100vh;
  /*.confirm-section + div .progressLoader{position:fixed; z-index: 7;}*/
}
.br-1 {
  border: 1px solid #D8D8D8;
  padding-top: 30px;
}
a {
  text-decoration: none;
}
/* Copyright css starts */
.checkout-copyright {
  background: #F4F4F4;
  text-align: center;
  padding: 10px 0;
  z-index: 1;
}
.checkout-copyright p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #6F716F;
}
/* Copyright css ends */
/* Current orders section css starts */
.pending-status {
  color: #D85A5A;
}
.completed-status {
  color: #3c763d;
}
.change-address {
  position: absolute;
  right: 10px;
}
.male .current-orders-section .current-order-block .product-details {
  background: #91A5AE;
}
.current-orders-section {
  margin: 0 0 130px;
  display: inline-block;
  width: 100%;
}
.current-orders-section > div {
  clear: both;
}
.current-orders-section .current-order-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.current-orders-section .current-order-block .product-details {
  width: 20%;
  background: #86B9B5;
  float: left;
  height: 100px;
  padding: 10px 15px;
}
.current-orders-section .current-order-block .product-details span {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.current-orders-section .current-order-block .product-details img {
  width: 45px;
}
.current-orders-section .current-order-block .order-tracking-details {
  width: 80%;
  float: left;
  background: #DCEAE9;
  height: 100px;
  padding: 0 50px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.current-orders-section .current-order-block .order-tracking-details .tracking-details {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.current-orders-section .current-order-block .order-tracking-details .tracking-details span {
  font-size: 14px;
  line-height: 18px;
  width: 30%;
  display: block;
  float: left;
}
.current-orders-section .current-order-block .order-tracking-details .tracking-details a {
  font-size: 14px;
  line-height: 18px;
}
.current-orders-section .current-order-block .order-tracking-details .order-status span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  float: left;
}
.current-orders-section .current-order-block .order-tracking-details .order-status span:first-child {
  width: 30%;
}
.current-orders-section .current-order-block .order-tracking-details .collapse-order-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
.current-orders-section .view-more {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 18px;
  clear: both;
}
.current-orders-section .order-details .detailed-order-tracking .medical-group .QueAns .med-ans-option span.icon.icon-calendar {
  right: 0;
  width: 25px !important;
}
.male .order-details .detailed-current-order .detailed-product-details {
  background: #C8D2D6;
}
.male .order-details .detailed-current-order .detailed-product-details .product.details .timeline li.completed:before {
  background: #254E5E;
}
.male .order-details .detailed-current-order .detailed-product-details .product.details .timeline li.completed:after {
  background: #254E5E;
  color: #FFFFFF;
}
.current-promotional-emails {
  background: #91A5AE;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  justify-content: center;
}
.current-promotional-emails .custom-control {
  padding-left: 0px;
}
.current-promotional-emails .custom-control input {
  height: 100%;
  width: 100%;
}
.current-promotional-emails .custom-control label {
  padding-left: 30px;
  font-weight: 900;
}
.current-promotional-emails .custom-control label:before {
  top: 50%;
  transform: translateY(-50%);
}
.current-promotional-emails .custom-control span {
  font-size: 12px;
  margin-left: 25px;
}
.current-promotional-emails {
  background: #91A5AE;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  justify-content: center;
}
.current-promotional-emails .promo-banner input {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  opacity: 0;
}
.current-promotional-emails .promo-banner label {
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 50px;
}
.current-promotional-emails .promo-banner label:before {
  content: "\e924";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 30px;
}
.current-promotional-emails .promo-banner span {
  font-size: 12px;
  line-height: 21px;
  margin-left: 25px;
}
.current-promotional-emails .promo-banner.active label:after {
  content: "\e947";
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 35px;
  color: #254E5E;
}
.current-promotional-emails .icon-corner-cros {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 12px;
  cursor: pointer;
}
.current-promotional-emails .icon-corner-cros:before {
  color: #FFFFFF;
}
.female .current-promotional-emails {
  background: #E69B7E;
}
.order-details .details-heading {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 15px;
  background: #DCEAE9;
  font-weight: 900;
  line-height: 19px;
}
.order-details .details-heading .close-detailed-view {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
}
.order-details .details-heading.product-name {
  display: none;
}
.order-details .detailed-current-order {
  min-height: auto;
  margin-bottom: 15px;
  display: flex;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
}
.order-details .detailed-current-order .detailed-product-details {
  width: 20%;
  float: left;
  background: #C3DCDA;
}
.order-details .detailed-current-order .detailed-product-details .blank-block {
  width: 100%;
  height: 40px;
  background: #91A5AE;
}
.order-details .detailed-current-order .detailed-product-details .blank-block span {
  display: none;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}
.order-details .detailed-current-order .detailed-product-details .blank-block .close-detailed-view {
  display: none;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.order-details .detailed-current-order .detailed-product-details .blank-block .close-detailed-view i:before {
  color: #FFFFFF;
}
.order-details .detailed-current-order .detailed-product-details .product.details {
  padding: 15px;
  height: 100%;
}
.order-details .detailed-current-order .detailed-product-details .product.details .product-name {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline {
  margin-top: 35px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: #F4F4F4;
  left: 12px;
  top: 50%;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li:after {
  position: absolute;
  left: 0;
  top: 10px;
  background: #FFFFFF;
  color: #6F716F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.order-received:after {
  content: "\e92a";
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.doctor-reviewed:after {
  content: "\e932";
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.order-approved:after {
  content: "\e92b";
  padding-left: 3px;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.order-processed:after {
  content: "\e928";
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.transport:after {
  content: "\e934";
  font-size: 18px;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.delivery:after {
  content: "\e918";
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li p {
  font-size: 10px;
  line-height: 21px;
  margin-bottom: 0px;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.completed:before {
  background: #86B9B5;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li.completed:after {
  background: #86B9B5;
  color: #FFFFFF;
}
.order-details .detailed-current-order .detailed-product-details .product.details .timeline li:last-child:before {
  display: none;
}
.order-details .detailed-current-order .detailed-order-tracking {
  width: 80%;
  float: left;
}
.order-details .detailed-current-order .detailed-order-tracking .reorder-btn {
  width: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking {
  padding: 30px;
  font-size: 14px;
  line-height: 18px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking span {
  width: 30%;
  float: left;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking span.completed-status {
  color: #6f716f;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking .dosage span:only-child {
  width: 100%;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info {
  background: #D85A5A;
  color: #FFFFFF;
  padding: 20px 25px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span {
  width: 100%;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.title {
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 16px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.re-payment-block {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5em;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.re-payment-block .OrderCall {
  margin-top: 15px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderChat a {
  color: #FFFFFF;
  padding-left: 20px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderChat a:before {
  content: "\e90e";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderCall {
  margin-bottom: 15px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderCall a {
  color: #FFFFFF;
  padding-left: 20px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderCall a:before {
  content: "\e929";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderEmail {
  margin-bottom: 15px;
  margin-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderEmail a {
  color: #FFFFFF;
  padding-left: 20px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderEmail a:before {
  content: "\e929";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderEmail a {
  display: inline-block;
  vertical-align: middle;
  word-break: break-all;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span.OrderEmail a:before {
  content: "\e914";
  top: 3px;
  transform: none;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info ul {
  padding: 0;
  margin: 0 0 10px;
  list-style-type: none;
  display: inline-block;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info ul li:before {
  content: "\e903";
  position: absolute;
  left: 10px;
  font-size: 5px;
  top: 6px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info .OrderBtn .btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info .msg-center-btn .btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin: 0 auto;
  display: block;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info .OrderCall {
  margin-top: 20px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-information .change-address {
  right: 0px;
  top: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address p {
  width: 70%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .change-address {
  position: absolute;
  right: 10px;
  top: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 25px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .title {
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 30px;
  padding-left: 15px;
  border: 0;
  font-size: 16px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .dropdown {
  margin-bottom: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .dropdown i {
  position: absolute;
  right: 10px;
  font-size: 13px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .dropdown span {
  width: 100%;
  margin: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address input {
  width: 100%;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .vfl-has-label {
  margin-bottom: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .icon-corner-cros {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
  width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .stepper-footer {
  max-width: 100%;
  padding-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .stepper-footer .btn {
  margin: 0 10px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .error-msg {
  display: block;
  position: absolute;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address div {
  margin-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .success-msgbg {
  margin: 0 0 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .row [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .error-msg {
  line-height: 12px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .error-msg:before {
  top: 1px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information p {
  width: 70%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .change-address {
  position: absolute;
  right: 10px;
  top: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 25px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .title {
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 30px;
  padding-left: 15px;
  border: 0;
  font-size: 16px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .dropdown {
  margin-bottom: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .dropdown i {
  position: absolute;
  right: 10px;
  font-size: 13px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .dropdown span {
  width: 100%;
  margin: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address input {
  width: 100%;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .vfl-has-label {
  margin-bottom: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .icon-corner-cros {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
  width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .stepper-footer {
  max-width: 100%;
  padding-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .stepper-footer .btn {
  margin: 0 10px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .error-msg {
  display: block;
  position: absolute;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information div {
  margin-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .success-msgbg {
  margin: 0 0 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .row [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .error-msg {
  line-height: 12px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .error-msg:before {
  top: 1px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.order-number {
  padding-left: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-grp-btns div {
  margin-bottom: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div {
  margin-bottom: 0px;
  display: block;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.col-xl-7.col-lg-7.col-md-12.col-sm-12.col-12 {
  padding-left: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.col-xl-5.col-lg-5.col-md-12.col-sm-12.col-12 {
  padding: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.col-xl-5.col-lg-5.col-md-12.col-sm-12.col-12 .col-xl-6.col-lg-6.col-md-6.col-sm-6.col-6:last-child {
  padding-right: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.col-xl-5.col-lg-5.col-md-12.col-sm-12.col-12 .col-xl-6.col-lg-6.col-md-6.col-sm-6.col-6:first-child {
  padding-left: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.col-xl-5.col-lg-5.col-md-12.col-sm-12.col-12 .col-12 {
  padding: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.col-xl-5.col-lg-5.col-md-12.col-sm-12.col-12 .bmi {
  margin-top: 15px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.medical-btns {
  display: flex;
  justify-content: center;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.medical-btns .btn {
  width: auto;
  margin: 0 10px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.datetime-picker .year-month-wrapper {
  display: flex;
  text-align: center;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.datetime-picker .year-month-wrapper span {
  padding: 8px 0;
  text-align: center;
  width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.datetime-picker span {
  display: inline-block;
  padding: 5px 3px;
  width: 30px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.datetime-picker .time-picker.noDisplay {
  display: none;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.datetime-picker button {
  width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.datetime-picker input[type=text] {
  min-width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.med-ans-option.doc-upload form {
  display: flex;
  align-items: center;
  border: 1px solid #d8d8d8;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.med-ans-option.doc-upload form #file-upload-filename {
  background: #ffffff;
  height: 40px;
  padding: 0px 10px;
  width: 100%;
  overflow: hidden;
  align-items: center;
  display: flex;
  font-size: 14px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.med-ans-option.doc-upload form .browse {
  height: 40px;
  display: flex;
  align-items: center;
  background: #d4d4d4;
  padding: 0px 15px;
  width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.med-ans-option.doc-upload form input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.noDisplay {
  display: none;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.address-list {
  display: flex;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.address-list .slectedClinicDetails {
  width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions > div.gp-detail .vfl-has-label {
  text-align: left;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions span {
  width: 100%;
  float: none;
  word-break: break-word;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions span.icon.icon-search {
  width: auto;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group .QueAns {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group .QueAns .med-ques {
  padding: 0px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group.target-wght-parent {
  padding-bottom: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group.target-wght {
  padding-top: 0;
  border-top: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group.target-wght .QueAns {
  margin-top: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.dropdown .dropdown-toggle span {
  line-height: 16px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.row {
  display: flex;
  margin: 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking .dLeaflet {
  width: 70%;
  display: inline-block;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking .dLeaflet a {
  background-color: #c8d2d6;
  padding: 12px 15px 12px 75px;
  width: 100%;
  height: 90px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking .dLeaflet a:before {
  background: url("../images/brand/theme/sprite-icons2.png") -216px -156px no-repeat;
  background-size: 356px auto;
  border-radius: 0;
  content: "";
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking .close-order-details {
  display: block;
  text-align: center;
  margin: 20px 0 0;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking hr {
  margin: 10px 0 20px;
}
.order-details .detailed-current-order .detailed-order-tracking .detailed-tracking .medical-group .QueAns .med-ans-option span.icon.icon-calendar {
  width: unset;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .alert-msg-block {
  background-color: #F5D6D6;
  text-align: left;
  padding: 14px 20px 12px;
  color: #D85A5A;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .alert-msg-block p strong {
  padding-left: 30px;
  display: block;
  margin-bottom: 4px;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .alert-msg-block p strong:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e93a";
  width: 22px;
  height: 22px;
  background: #F7FAFA;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .warning-msg-block {
  background-color: #F3E3C5;
  text-align: left;
  padding: 14px 20px 12px;
  color: #CE8E13;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .warning-msg-block p strong {
  padding-left: 30px;
  display: block;
  margin-bottom: 4px;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .warning-msg-block p strong:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e922";
  width: 22px;
  height: 22px;
  background: #F7FAFA;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .normal {
  background: #d1f4d9;
  border: 1px solid #b2e8bf;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .normal p strong {
  padding-left: 30px;
  display: block;
  margin-bottom: 4px;
}
.order-details .detailed-current-order .detailed-order-tracking .medical-group .tooltip-alert .normal p strong:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91c";
  color: #1d6c50;
  width: 22px;
  height: 22px;
  background: #F7FAFA;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details .detailed-current-order .tooltip-alert .alert-msg-block.proceed-que-alert {
  padding: 10px;
  cursor: pointer;
  background-color: #F5D6D6;
  text-align: left!important;
  color: #D85A5A;
}
.order-details .detailed-current-order .tooltip-alert .alert-msg-block.proceed-que-alert p strong {
  font-weight: normal;
  padding-right: 20px;
  margin: 0;
  display: block;
}
.order-details .detailed-current-order .tooltip-alert .alert-msg-block.proceed-que-alert p strong:after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "\e900";
  transform: rotate(-90deg);
  font-size: 14px;
}
.order-details .detailed-current-order .tooltip-alert .alert-msg-block.proceed-que-alert p strong:before {
  /*position: absolute;left: 0;top: 0;content: @icon-corner-cros;width: 22px;height: 22px;background: @WHTCLRLT;border-radius: 50%;text-align: center;font-size: 11px;display: flex;justify-content: center;align-items: center;*/
  display: none;
}
.order-details .upload-pic-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
}
.order-details .upload-pic-wrapper > div {
  margin: 0 10px;
  cursor: pointer;
}
.order-details .upload-pic-wrapper > div i {
  display: flex;
  justify-content: center;
}
.order-details .upload-pic-wrapper > div i.icn-take-picture:before {
  position: absolute;
  content: "\e943";
  font-style: normal;
  color: #0B7169;
  font-size: 47px;
}
.order-details .upload-pic-wrapper > div i.icn-upload-picture:before {
  position: absolute;
  content: "\e942";
  font-style: normal;
  color: #0B7169;
  font-size: 47px;
}
.order-details .upload-pic-wrapper > div p {
  margin: 55px 0 0;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
/* Current orders section css ends */
/* My orders section css starts */
.male .my-orders-section .my-order-block div.order-treatment {
  background: #91A5AE;
}
.my-orders-section {
  margin-bottom: 100px;
}
.my-orders-section .order-treatment {
  padding: 0 15px;
  width: 18%;
}
.my-orders-section .order-number {
  padding-left: 30px;
  width: 17%;
  padding-right: 10px;
}
.my-orders-section .order-date {
  width: 15%;
}
.my-orders-section .order-status {
  width: 15%;
}
.my-orders-section .reorder-btn {
  width: 28%;
}
.my-orders-section .my-orders-heading {
  display: flex;
}
.my-orders-section .my-orders-heading div {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}
.my-orders-section .my-order-block {
  display: flex;
  height: 70px;
  background: #DCEAE9;
  margin-bottom: 15px;
}
.my-orders-section .my-order-block div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
.my-orders-section .my-order-block div.order-treatment {
  background: #86B9B5;
  color: #FFFFFF;
  font-weight: 900;
}
.my-orders-section .my-order-block div.reorder-btn {
  justify-content: center;
}
.my-orders-section .my-order-block .collapse-order-details {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.my-orders-section .view-more {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.av-failed {
  text-align: center;
  background-color: #D85A5A;
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.av-failed button.btn {
  color: #fff;
  border-color: #fff;
  margin-top: 10px;
}
.av-failed button.btn:hover {
  color: #fff;
}
/* My orders section css ends */
/* Repeat service css starts */
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx > div,
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check,
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check label {
  position: static;
}
.change-arp-details .col-md-12 > div.frequency .dropdown a {
  font-weight: normal !important;
}
.change-arp-details .col-md-12 > div.frequency .dropdown.show a > span,
.change-arp-details .col-md-12 > div.frequency .dropdown a > span {
  font-weight: 500 !important;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx h3 {
  margin: 0px;
  font-size: 18px;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx h3 a {
  text-decoration: underline;
  display: block;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.male .arp-details .arp-prod-price {
  background: #91A5AE;
}
.arp-details {
  display: flex;
  min-height: auto;
  margin-bottom: 130px;
}
.arp-details .arp-prod-price {
  width: 25%;
  float: left;
  background: #86B9B5;
  padding: 15px;
  color: #FFFFFF;
}
.arp-details .arp-prod-price .prod-name {
  display: block;
  line-height: 25px;
  margin-bottom: 50px;
}
.arp-details .arp-prod-price img {
  margin-bottom: 40px;
  width: 50px;
  display: none;
}
.arp-details .arp-prod-price div {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.arp-details .arp-prod-price div span:first-child {
  width: 70%;
  float: left;
}
.arp-details .arp-prod-price div span:last-child {
  text-align: right;
  width: 30%;
  float: left;
}
.arp-details .arp-subscription {
  width: 75%;
  padding: 30px;
  float: left;
  background: #DCEAE9;
}
.arp-details .arp-subscription .arp-repeat-heading {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
}
.arp-details .arp-subscription div {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.arp-details .arp-subscription div span {
  width: 30%;
  float: left;
}
.arp-details .arp-subscription div p {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  width: 70%;
}
.arp-details .arp-subscription div.repeat-btn {
  margin-bottom: 0px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.arp-details .arp-subscription div .arp-address span {
  width: auto;
  padding-right: 5px;
}
/* Repeat service css ends */
/* Subscribe and save css starts */
.male .subscribe-save .subscribe-save-product-block .product-details {
  background: #91A5AE;
}
.subscribe-save {
  margin-bottom: 130px;
}
.subscribe-save h2 {
  margin-bottom: 0px;
}
.subscribe-save span {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  display: block;
}
.subscribe-save .subscribe-save-product-block {
  display: flex;
  margin-bottom: 10px;
}
.subscribe-save .subscribe-save-product-block .product-details {
  width: 25%;
  float: left;
  background: #86B9B5;
  padding: 10px 20px;
}
.subscribe-save .subscribe-save-product-block .product-details span {
  font-size: 16px;
  display: block;
  color: #FFFFFF;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 900;
}
.subscribe-save .subscribe-save-product-block .product-details img {
  width: 50px;
}
.subscribe-save .subscribe-save-product-block .product-price-details {
  width: 75%;
  float: left;
  background: #DCEAE9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  height: 120px;
}
.subscribe-save .subscribe-save-product-block .product-price-details div {
  margin-bottom: 10px;
}
.subscribe-save .subscribe-save-product-block .product-price-details div span {
  margin-bottom: 0px;
}
.subscribe-save .subscribe-save-product-block .product-price-details div span:first-child {
  width: 30%;
  float: left;
}
.subscribe-save .subscribe-save-product-block .product-price-details div.your-price {
  margin-bottom: 0px;
}
.subscribe-save .subscribe-save-product-block .product-price-details div.subscribe-save-btn {
  position: absolute;
  right: 30px;
  margin-bottom: 0px;
  min-width: 220px;
}
.subscribe-save .subscribe-save-product-block .product-price-details div.subscribe-save-btn .btn {
  width: 100%;
}
/* Subscribe and save css ends */
/* Change ARP details css starts */
.back-link {
  display: block;
  line-height: 19px;
  margin-bottom: 70px;
  padding-left: 15px;
  cursor: pointer;
}
.back-link:before {
  content: "\e937";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 12px;
}
.change-arp-details {
  margin-bottom: 130px;
}
.change-arp-details .change-arp-heading {
  line-height: 25px;
  padding: 15px;
  background: #DCEAE9;
  font-weight: 900;
}
.change-arp-details .col-md-12 > div {
  display: flex;
  margin-bottom: 10px;
}
.change-arp-details .col-md-12 > div label {
  margin-bottom: 0px;
}
.change-arp-details .col-md-12 > div.frequency .dropdown a {
  font-weight: 500;
}
.change-arp-details .col-md-12 > div.next-delivery span {
  background: #DCEAE9;
  display: block;
  padding: 10px 15px;
}
.change-arp-details .col-md-12 > div.medical-details {
  margin: 40px 0;
}
.change-arp-details .col-md-12 > div.medical-details span {
  display: block;
  line-height: 25px;
}
.change-arp-details .col-md-12 > div.medical-details a {
  line-height: 25px;
  padding-left: 0px;
  text-decoration: underline;
}
.change-arp-details .col-md-12 > div.medical-details a:before {
  content: "\e937";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 900;
  display: none;
}
.change-arp-details .col-md-12 > div.delivery-address {
  flex-wrap: wrap;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address {
  display: inline-block;
  width: 100%;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-address {
  display: block;
  padding-left: 20px;
  margin: 5px 0 15px;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-address:before {
  content: "\e93e";
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-new-address-block {
  padding: 40px 20px 30px;
  border: 1px solid #DCEAE9;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-new-address-block .form-control,
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-new-address-block input {
  margin-bottom: 20px;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-new-address-block .add-address-btn {
  margin: 0 auto;
  display: block;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-new-address-block:before {
  content: "\e93a";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-new-address-block .dropdown {
  margin-bottom: 20px;
}
.change-arp-details .col-md-12 > div.delivery-address .add-new-address .add-new-address-block label {
  font-size: 12px;
  line-height: 20px;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div {
  display: block;
  width: 100%;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx {
  padding: 15px 15px 15px 55px;
  cursor: pointer;
  border: 1px solid #D8D8D8;
  width: 100%;
  margin-bottom: 20px;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx:before {
  content: "\e91f";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #86B9B5;
  font-size: 18px;
  font-weight: 900;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx.active {
  background: #DCEAE9;
  border: 1px solid #DCEAE9;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx.active:before {
  content: "\e91e";
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check {
  padding-left: 0px;
  margin-bottom: 0px;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check label {
  display: block;
  padding: 0px;
  cursor: pointer;
  border: 0px;
  width: 100%;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check label.active {
  background: transparent;
  border: 0px solid #DCEAE9;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check label.active:before {
  display: none;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check label:before {
  display: none;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .form-check label input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  cursor: pointer;
}
.change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx .default {
  color: #0B7169;
  font-size: 12px;
}
.change-arp-details .col-md-12 > div.payment-details {
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card {
  display: inline-block;
  width: 100%;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-card {
  display: inline-block;
  padding-left: 20px;
  margin: 5px 0 15px;
  text-decoration: underline;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-card:before {
  content: "\e93e";
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-new-card-block {
  padding: 40px 20px 30px;
  border: 1px solid #DCEAE9;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-new-card-block .form-control,
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-new-card-block input {
  margin-bottom: 20px;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-new-card-block .add-card-btn {
  margin: 0 auto;
  display: block;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-new-card-block:before {
  content: "\e93a";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-new-card-block .dropdown {
  margin-bottom: 20px;
}
.change-arp-details .col-md-12 > div.payment-details .add-new-card .add-new-card-block label {
  font-size: 12px;
  line-height: 20px;
}
.change-arp-details .col-md-12 > div.pause-block {
  margin-bottom: 5px;
}
.change-arp-details .col-md-12 > div.pause-block .pause-arp {
  margin-bottom: 20px;
}
.change-arp-details .col-md-12 > div.pause-block .pause-arp p {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.change-arp-details .col-md-12 > div.datetime-picker span {
  display: inline-block;
  background: transparent;
  padding: 5px 3px;
}
.change-arp-details .col-md-12 > div.datetime-picker span.activePort {
  background: #0B7169;
}
.change-arp-details .col-md-12 > div.datetime-picker span.year {
  padding: 8px 0;
  text-align: center;
}
.change-arp-details .col-md-12 > div.datetime-picker span.month {
  padding: 8px 0;
  text-align: center;
}
.change-arp-details .col-md-12 > div.datetime-picker .month-setter[data-v-c185a03c],
.change-arp-details .col-md-12 > div.datetime-picker .year-setter[data-v-c185a03c] {
  text-align: center;
}
.change-arp-details .col-md-12 > div.medical-questions {
  display: block;
  padding: 0px 15px;
}
.change-arp-details .col-md-12 > div.medical-questions .medical-group .QueAns {
  margin: 0;
}
.change-arp-details .col-md-12 > div.medical-questions .medical-group .QueAns .med-ques {
  padding: 0px;
  display: block;
}
.change-arp-details .col-md-12 > div.medical-questions .medical-btns {
  margin-bottom: 40px;
}
.change-arp-details .confirmation-limitation.form-check-label {
  text-align: center;
  position: relative;
  width: 100%;
  border: 2px solid #254E5E;
  color: #254E5E;
  padding: 7px 0;
  cursor: pointer;
}
.change-arp-details .confirmation-limitation.form-check-label input[type=radio] {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
}
.change-arp-details .confirmation-limitation.form-check-label.active {
  background: #254E5E;
  color: #FFFFFF;
}
.change-arp-details .confirm-condition.form-check-label {
  text-align: center;
  position: relative;
  width: 100%;
  border: 2px solid #254E5E;
  color: #254E5E;
  padding: 7px 0;
  cursor: pointer;
}
.change-arp-details .confirm-condition.form-check-label input[type=radio] {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
}
.change-arp-details .confirm-condition.form-check-label.active {
  background: #254E5E;
  color: #FFFFFF;
}
.change-arp-details .arp-btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.change-arp-details .arp-btns .btn {
  width: auto;
  margin: 0 10px;
  /*&.undo-changes:after {right: auto;left: 10px;transform: translateY(-50%) rotateZ(180deg);-webkit-transform: translateY(-50%) rotateZ(180deg);}*/
}
.change-arp-details .arp-ques {
  line-height: 25px;
  border: 1px solid #d8d8d8;
  padding: 10px 15px;
}
.change-arp-details .arp-ques li {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 30px;
}
.change-arp-details .arp-ques li:before {
  content: "\e903";
  position: absolute;
  left: 10px;
  font-size: 5px;
  top: 11px;
}
.change-arp-details .arp-ans {
  margin-top: 12px;
}
.change-arp-details hr {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  margin: 30px 0 20px;
}
.change-arp-details .address-details {
  display: block !important;
  width: 100%;
}
.change-arp-details .address-details div:nth-child(2) .update-address {
  width: 500px;
  padding: 15px 20px;
  border: 1px solid #d8d8d8;
  margin-top: 0px;
  position: relative;
  /*.title{ position: absolute; top: -70px; left: 0;}*/
}
.change-arp-details .address-details div:nth-child(2) .update-address .icon-corner-cros {
  position: absolute;
  right: 10px;
  font-size: 12px;
  top: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  padding-left: 3px;
}
.change-arp-details .address-details div:nth-child(2) .update-address .col-xl-8.col-lg-12.col-md-12.col-sm-12.col-12 {
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.change-arp-details .address-details div:nth-child(2) .update-address .dropdown {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.change-arp-details .address-details div:nth-child(2) .update-address .vfl-has-label {
  margin-bottom: 30px;
}
.change-arp-details .address-details div:nth-child(2) .update-address input {
  width: 100%;
}
.change-arp-details .address-details div:nth-child(2) .update-address .delivery-address {
  margin-bottom: 0px;
}
.change-arp-details .address-details div:nth-child(2) .update-address .stepper-footer {
  margin: 0;
  padding: 0;
  max-width: 100%;
  text-align: center;
}
.change-arp-details .address-details div:nth-child(2) .update-address .stepper-footer button {
  margin: 0 auto;
}
.status-updated {
  font-weight: 900;
  line-height: 19px;
  padding-left: 40px;
  position: relative;
  top: 10px;
  height: 100%;
}
.status-updated:before {
  content: "\e947";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0B7169;
  border-radius: 50%;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.dropdown {
  width: 100%;
  background: #DCEAE9;
  line-height: 25px;
}
.dropdown a {
  text-decoration: none;
  color: #6F716F;
  display: block;
  padding: 10px 15px;
  width: 100%;
}
.dropdown a:after {
  display: none;
}
.dropdown a i {
  position: absolute;
  right: 10px;
  font-size: 13px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown .dropdown-menu.show {
  width: 100%;
  border-radius: 0;
  padding: 0px;
  margin: 0;
  border-color: #DCEAE9;
  max-height: 300px;
  overflow: auto;
}
.dropdown .dropdown-menu.show li a {
  border-bottom: 1px solid #DCEAE9;
}
.male .form-check label:before {
  color: #254E5E;
}
.female .form-check label:before {
  color: #E69B7E;
}
.male .change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx:before {
  color: #254E5E;
}
.female .change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx:before {
  color: #E69B7E;
}
.form-check {
  padding-left: 0px;
  margin-bottom: 10px;
}
.form-check label {
  display: block;
  padding: 15px 15px 15px 55px;
  cursor: pointer;
  border: 1px solid #D8D8D8;
  width: 100%;
}
.form-check label.active {
  background: #DCEAE9;
  border: 1px solid #DCEAE9;
}
.form-check label.active:before {
  content: "\e91e";
}
.form-check label:before {
  content: "\e91f";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #86B9B5;
  font-size: 18px;
  font-weight: 900;
}
.form-check label input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  cursor: pointer;
}
/* Change ARP details css ends */
/* Change medical details css starts */
.change-medical-details {
  margin-bottom: 130px;
}
.change-medical-details .change-med-details-heading {
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  background: #DCEAE9;
  color: #254E5E;
  font-weight: 400;
  padding: 5px 20px;
}
.medical-btns {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.medical-btns .btn {
  width: auto;
  margin: 0 10px;
}
.male .medical-group .QueAns .med-ans-option .form-check-label {
  border: 2px solid #254E5E;
  color: #254E5E;
}
.male .medical-group .QueAns .med-ans-option .form-check-label.active {
  background: #254E5E;
}
.female .medical-group .QueAns .med-ans-option .form-check-label {
  border: 2px solid #E69B7E;
  color: #E69B7E;
}
.female .medical-group .QueAns .med-ans-option .form-check-label.active {
  background: #E69B7E;
}
.medical-group .QueAns .med-ans-option.gp-detail {
  box-shadow: 0 0 0 0;
  border: 0px;
  margin: 0;
  padding: 0;
}
.medical-group .QueAns .med-ans-option.gp-detail .vfl-has-label {
  margin-bottom: 0px;
}
.medical-group .QueAns .med-ans-option.gp-detail textarea {
  background: #c8d2d6;
  box-shadow: 0 0 0;
  width: 100%;
}
.medical-group .QueAns .med-ans-option.gp-detail .dropdown {
  margin: 0px;
}
.medical-group .QueAns .med-ans-option.gp-detail .dropdown a {
  text-align: left;
  font-size: 16px;
  display: flex;
}
.medical-group .QueAns .med-ans-option.gp-detail .dropdown a i {
  display: none;
}
.medical-group .QueAns .med-ans-option.gp-detail a {
  font-size: 14px;
  /*text-align: right;*/
  display: block;
}
.medical-group .QueAns .med-ans-option.gp-detail .enter-manually {
  display: table;
  margin: 0 auto;
}
.medical-group .QueAns .med-ans-option.gp-detail .error-msg {
  /*position: absolute;*/
  margin: 10px 0;
}
.medical-group .QueAns .med-ans-option.dob .datetime-picker button {
  width: auto;
}
.medical-group .QueAns .med-ans-option.dob .datetime-picker .year-month-wrapper {
  text-align: center;
}
.medical-group .QueAns .med-ans-option.dob .datetime-picker .year-month-wrapper .month[data-v-c185a03c],
.medical-group .QueAns .med-ans-option.dob .datetime-picker .year-month-wrapper .year[data-v-c185a03c] {
  text-align: center;
}
.medical-group .QueAns .med-ans-option.checkbox-group .checkbox {
  display: block;
}
.medical-group .QueAns .med-ans-option.checkbox-group .checkbox + .checkbox {
  margin-top: 10px;
}
.medical-group .QueAns .med-ans-option span.icon.icon-calendar {
  position: absolute;
  top: 10px;
  right: 10px;
}
.medical-group .QueAns .med-ans-option.checkbox-group .checkbox.DisabledCbx {
  pointer-events: none;
}
.medical-group .QueAns .med-ans-option.checkbox-group .checkbox.DisabledCbx span:before {
  background: #ccc;
  border: none;
}
.medical-group .QueAns .doc-upload input {
  padding: 6px 15px;
}
.gp_lty_botm .MedAnsSub {
  box-shadow: 2px 2px 4px 0 #d2d0d0;
  border: 1px solid #d8d8d8;
  padding: 50px 25px;
}
.gp_lty_botm .MedAnsSub .MedAns input {
  min-width: auto;
  width: 100%;
  background: #dceae9;
  margin-bottom: 25px;
}
.gp_lty_botm .MedAnsSub .MedAns input:disabled {
  color: #6F716F;
  opacity: 0.6;
}
.gp_lty_botm .MedAnsSub .MedAns a {
  border: 2px solid #e69b7e;
  color: #e69b7e;
  padding: 10px 10px;
  background: #fff;
}
.medical-group .search_gp_btn {
  text-decoration: none;
  color: #6f716f;
  display: block;
  padding: 10px 15px;
  width: 100%;
  border: 2px solid #247f79;
  margin: 20px 0 20px;
  text-align: center;
}
.gp_lty_botm > .col-lg-12 {
  padding: 0px;
}
.gp_lty_botm .search_gp_btn span {
  position: relative;
  top: 5px;
  right: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #0b7169;
}
/* Change medical details css ends */
/* Message inbox css starts */
.no-msg-found {
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  line-height: 120%;
}
.messages-inbox {
  margin-bottom: 130px;
}
.messages-inbox .msg-inbox-icons {
  text-align: right;
}
.messages-inbox .msg-inbox-icons span {
  font-size: 10px;
  margin-left: 30px;
  margin-bottom: 20px;
  text-align: center;
  color: #6F716F;
  cursor: pointer;
}
.messages-inbox .msg-inbox-icons span:before {
  font-size: 32px;
  display: block;
  line-height: 26px;
}
.messages-inbox .inbox-msg-list {
  /*.drop-shadow(0px,2px,4px,0px);height: 250px;overflow: auto;*/
}
.messages-inbox .inbox-msg-list .inbox-block {
  display: flex;
  align-items: center;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #d8d8d8;
  justify-content: start;
  cursor: pointer;
  background: #dceae9;
  margin-bottom: 15px;
  padding: 10px;
  /*&.unread {font-weight: 900;}*/
}
.messages-inbox .inbox-msg-list .inbox-block .order-date-msg {
  width: 15%;
}
.messages-inbox .inbox-msg-list .inbox-block .medication {
  width: 45%;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-title {
  width: 30%;
  padding-left: 15px;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-subject {
  width: 40%;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-date {
  width: 20%;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable {
  /*width: 10%;.p-r-15;*/
  margin-right: 15px;
  width: 20%;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable span {
  font-size: 6px;
  float: right;
  cursor: pointer;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable span.icon-more:before {
  color: #6f716f;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable ul {
  display: none;
  position: absolute;
  font-size: 14px;
  list-style-type: none;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 10px;
  right: 0px;
  top: 100%;
  width: 120px;
  background: #FFFFFF;
  z-index: 1;
  margin-bottom: 0px;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable ul li span {
  float: none;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable ul li span a {
  color: #6F716F;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable ul li:last-child span a {
  margin-bottom: 0px;
}
.messages-inbox .inbox-msg-list .inbox-block .msg-editable:hover ul {
  display: block;
}
/* Message inbox css ends */
/* Message view css starts */
.messages-view {
  padding-bottom: 130px;
}
.messages-view .msg-top-panel {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  height: 81px;
  justify-content: center;
  padding: 0 15px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  margin-bottom: 20px;
  border: 1px solid #D8D8D8;
}
.messages-view .msg-top-panel .msg-subject {
  margin-bottom: 10px;
}
.messages-view .msg-top-panel .msg-date {
  position: absolute;
  top: 20px;
  right: 20px;
}
.messages-view .msg-top-panel .msg-img {
  display: none;
}
.messages-view .msg-top-panel .msg-img img {
  width: 35px;
  border-radius: 100%;
  margin-right: 10px;
}
.messages-view .msg-body {
  padding: 20px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  margin-bottom: 20px;
  border: 1px solid #D8D8D8;
  display: flex;
  flex-direction: column;
}
.messages-view .msg-body .doctor-msg {
  max-width: 80%;
  align-self: flex-start;
  margin-bottom: 60px;
  padding-left: 80px;
  width: 100%;
}
.messages-view .msg-body .doctor-msg .sender-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messages-view .msg-body .doctor-msg .sender-icon:before {
  content: "\e9c2";
  font-size: 30px;
  color: #6F716F;
}
.messages-view .msg-body .doctor-msg .msg-content {
  padding: 20px;
  background: #e6f3f9;
  width: 100%;
}
.messages-view .msg-body .doctor-msg .msg-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -24px;
  top: 30px;
  bottom: auto;
  border: 12px solid;
  border-color: #e6f3f9 #e6f3f9 transparent transparent;
}
.messages-view .msg-body .user-msg {
  max-width: 80%;
  align-self: flex-end;
  margin-bottom: 60px;
  padding-right: 80px;
  width: 100%;
}
.messages-view .msg-body .user-msg .sender-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messages-view .msg-body .user-msg .sender-icon:before {
  content: "\e9cf";
  font-size: 30px;
  color: #6F716F;
}
.messages-view .msg-body .user-msg .msg-content {
  padding: 20px;
  margin-right: 80px;
  background: #EBECE1;
  width: 100%;
}
.messages-view .msg-body .user-msg .msg-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -24px;
  bottom: 30px;
  border: 12px solid;
  border-color: transparent transparent #EBECE1 #EBECE1;
}
.messages-view .msg-body .msg-sender-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
}
.messages-view .msg-body .msg-sender-img img {
  border-radius: 100%;
}
.messages-view .msg-body .msg-content {
  padding-left: 90px;
  width: 80%;
  font-size: 14px;
  line-height: 18px;
}
.messages-view .msg-body .msg-content .msg-signature {
  line-height: 22px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.messages-view .msg-body .msg-content .msg-signature img {
  max-width: 70px;
  height: auto;
  margin-bottom: 10px;
}
.messages-view .msg-body .msg-content .msg-signature a {
  display: block;
}
.messages-view .msg-body .msg-content .msg-date {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
}
.msg-para {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
}
.msg-para a {
  background: #C3DCDA;
  padding: 5px 15px;
}
.msg-para p {
  font-size: 14px;
}
.msg-para.msg-title {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 0;
}
.msg-icons {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 40px;
}
.msg-icons div {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.msg-icons div:before {
  display: block;
  font-size: 25px;
}
.msg-icons div.icon-more {
  transform: rotateZ(90deg);
  vertical-align: top;
  margin: 10px 0 0;
  width: 30px;
  cursor: pointer;
}
.msg-icons div.icon-more:before {
  font-size: 6px;
}
.msg-icons div.icon-livechat-big:before {
  font-weight: 600;
  color: #6F716F;
}
.msg-icons div span {
  font-size: 10px;
  line-height: 12px;
}
/* Message view css ends */
/* Message reply css starts */
.msg-reply {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
}
.msg-reply .msg-reply-header {
  padding: 20px 20px 10px 110px;
  border-bottom: 1px solid #d8d8d8;
}
.msg-reply .msg-reply-header span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}
.msg-reply .msg-reply-header span.icon-reply {
  font-size: 26px;
  padding-right: 10px;
}
.msg-reply .msg-reply-body {
  padding: 30px 30px 30px 110px;
}
.msg-reply .msg-reply-footer {
  border-top: 1px solid #d8d8d8;
  padding: 10px 10px 10px 110px;
}
.msg-reply .msg-reply-footer .btn {
  padding: 5px 30px;
}
.msg-reply .msg-reply-footer .icon-paperclip {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}
/* Message reply css ends */
/* Create message css starts */
.create-msg {
  padding-bottom: 130px;
}
.create-msg .msg-new {
  border: 1px solid #D8D8D8;
}
.create-msg .msg-new .msg-new-header {
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #d8d8d8;
}
.create-msg .msg-new .msg-new-header > div {
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.create-msg .msg-new .msg-new-header > div span {
  width: 90px;
  float: left;
}
.create-msg .msg-new .msg-new-header > div .dropdown #selected {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
}
.create-msg .msg-new .msg-new-body textarea {
  background: #FFFFFF;
  padding: 20px 20px 20px 110px;
  height: 250px;
  font-size: 14px;
  line-height: 18px;
}
.create-msg .msg-new .msg-new-footer {
  border-top: 1px solid #d8d8d8;
  padding: 10px 10px 10px 110px;
}
.create-msg .msg-new .msg-new-footer .btn {
  padding: 5px 30px;
}
.create-msg .msg-new .msg-new-footer .icon-paperclip {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}
/* Create message css ends */
/* Account settings css starts */
.male .heading {
  color: #254E5E;
}
.male .heading:before {
  background: #254E5E;
}
.heading {
  color: #6F716F;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.heading:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #6F716F;
}
.account-details {
  padding-bottom: 130px;
}
.account-details .security-block {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.account-details .security-block .password {
  padding: 35px 0 30px;
  border-bottom: 1px solid #d8d8d8;
}
.account-details .security-block .change-password {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 25px 0;
  border-top: 0px;
}
.account-details .security-block .change-password .close-change-password {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 12px;
  cursor: pointer;
}
.account-details .security-block .change-password .title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.account-details .security-block .change-password label {
  font-size: 12px;
  margin-bottom: 0px;
}
.account-details .security-block .change-password .vfl-has-label {
  margin-bottom: 20px;
}
.account-details .security-block .change-password input {
  width: 100%;
  padding-right: 30px;
}
.account-details .security-block .change-password .icon-eye-password {
  position: absolute;
  right: 10px;
  top: 11px;
}
.account-details .security-block .change-password .icon-eye-password:before {
  color: #6F716F;
}
.account-details .security-block .change-password .icon-eye-password-off {
  position: absolute;
  right: 10px;
  top: 12px;
  line-height: 100%;
  cursor: pointer;
}
.account-details .security-block .change-password .icon-eye-password-off .path1:before {
  color: #6F716F;
}
.account-details .security-block .change-password .pass-hint {
  font-size: 12px;
}
.account-details .security-block .verification {
  padding: 35px 0 30px;
  border-bottom: 1px solid #d8d8d8;
}
.account-details .security-block .verification p {
  margin-bottom: 0px;
}
.account-details .security-block .verification span {
  font-size: 12px;
  line-height: 20px;
}
.account-details .security-block .more-options {
  position: absolute;
  right: 30px;
  cursor: pointer;
}
.account-details .security-block .more-options .icon-more {
  font-size: 6px;
}
.account-details .notifications-block {
  display: inline-block;
  width: 100%;
  margin-top: 70px;
}
.account-details .notifications-block .disc-promo {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
.account-details .notifications-block .disc-promo .title {
  line-height: 25px;
  font-weight: 900;
  margin: 30px 0;
  display: block;
}
.account-details .notifications-block .disc-promo .row {
  margin-bottom: 10px;
}
.account-details .notifications-block .disc-promo .promotional-emails {
  background: #91A5AE;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  justify-content: center;
}
.account-details .notifications-block .disc-promo .promotional-emails .custom-control {
  padding-left: 0px;
}
.account-details .notifications-block .disc-promo .promotional-emails .custom-control input {
  height: 100%;
  width: 100%;
}
.account-details .notifications-block .disc-promo .promotional-emails .custom-control label {
  padding-left: 30px;
  font-weight: 900;
}
.account-details .notifications-block .disc-promo .promotional-emails .custom-control label:before {
  top: 50%;
  transform: translateY(-50%);
}
.account-details .notifications-block .disc-promo .promotional-emails .custom-control span {
  font-size: 12px;
  margin-left: 25px;
}
.account-details .notifications-block .disc-promo .promotional-emails {
  background: #91A5AE;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  justify-content: center;
}
.account-details .notifications-block .disc-promo .promotional-emails .promo-banner input {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  opacity: 0;
}
.account-details .notifications-block .disc-promo .promotional-emails .promo-banner label {
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 50px;
}
.account-details .notifications-block .disc-promo .promotional-emails .promo-banner label:before {
  content: "\e924";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 30px;
}
.account-details .notifications-block .disc-promo .promotional-emails .promo-banner span {
  font-size: 12px;
  line-height: 21px;
  margin-left: 25px;
}
.account-details .notifications-block .disc-promo .promotional-emails .promo-banner.active label:after {
  content: "\e947";
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 35px;
  color: #254E5E;
}
.account-details .notifications-block .disc-promo .promotional-emails .icon-corner-cros {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 12px;
  cursor: pointer;
}
.account-details .notifications-block .disc-promo .promotional-emails .icon-corner-cros:before {
  color: #FFFFFF;
}
.account-details .notifications-block .service-updates {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  border-bottom: 0px;
}
.account-details .notifications-block .service-updates .title {
  line-height: 25px;
  font-weight: 900;
  margin: 30px 0;
  display: block;
}
.account-details .notifications-block .service-updates .row {
  margin-bottom: 10px;
}
.account-details .notifications-block .service-updates .promotional-emails {
  background: #91A5AE;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  justify-content: center;
}
.account-details .notifications-block .service-updates .promotional-emails .custom-control {
  padding-left: 0px;
}
.account-details .notifications-block .service-updates .promotional-emails .custom-control input {
  height: 100%;
  width: 100%;
}
.account-details .notifications-block .service-updates .promotional-emails .custom-control label {
  padding-left: 30px;
  font-weight: 900;
}
.account-details .notifications-block .service-updates .promotional-emails .custom-control label:before {
  top: 50%;
  transform: translateY(-50%);
}
.account-details .notifications-block .service-updates .promotional-emails .custom-control span {
  font-size: 12px;
  margin-left: 25px;
}
.account-details .notifications-block .service-updates .promotional-emails {
  background: #91A5AE;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  justify-content: center;
}
.account-details .notifications-block .service-updates .promotional-emails .promo-banner input {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  opacity: 0;
}
.account-details .notifications-block .service-updates .promotional-emails .promo-banner label {
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 50px;
}
.account-details .notifications-block .service-updates .promotional-emails .promo-banner label:before {
  content: "\e924";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 30px;
}
.account-details .notifications-block .service-updates .promotional-emails .promo-banner span {
  font-size: 12px;
  line-height: 21px;
  margin-left: 25px;
}
.account-details .notifications-block .service-updates .promotional-emails .promo-banner.active label:after {
  content: "\e947";
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 35px;
  color: #254E5E;
}
.account-details .notifications-block .service-updates .promotional-emails .icon-corner-cros {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 12px;
  cursor: pointer;
}
.account-details .notifications-block .service-updates .promotional-emails .icon-corner-cros:before {
  color: #FFFFFF;
}
.female .account-details .notifications-block .disc-promo .promotional-emails {
  background: #E69B7E;
}
.female .account-details .notifications-block .disc-promo .promotional-emails .promo-banner.active label:after {
  color: #FFFFFF;
}
/* Account settings css ends */
/* My profile css starts */
.profile-details {
  padding-bottom: 130px;
}
.profile-details .profile-name {
  word-break: break-word;
}
.profile-details .general-details {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.profile-details .general-details > div {
  padding: 30px 0 25px;
  border-bottom: 1px solid #d8d8d8;
}
.profile-details .general-details > div .status-updated {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  right: -110px;
}
.profile-details .general-details > div.heading {
  padding: 0px;
  border: 0;
}
.profile-details .general-details > div.age-verification-msg {
  border-bottom: 0;
  background: #D85A5A;
  color: #FFFFFF;
}
.profile-details .general-details > div.age-verification-msg .title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}
.profile-details .general-details > div.age-verification-msg span {
  width: 80%;
  display: block;
  margin: 0 auto;
  font-weight: 400;
}
.profile-details .general-details > div.age-verification-msg .btn {
  margin: 20px auto 0;
  display: block;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.profile-details .general-details > div.age-verification-msg.pending {
  background: #F3E3C5;
  color: #CE8E13;
}
.profile-details .general-details > div.age-verification-msg.pending .btn {
  color: #CE8E13;
  border-color: #CE8E13;
}
.profile-details .general-details > div.age-verification-msg .av-msg ul {
  margin-top: 30px;
  padding-left: 0;
  list-style-type: none;
}
.profile-details .general-details > div.age-verification-msg .av-msg ul li {
  padding-left: 32px;
  margin-bottom: 10px;
}
.profile-details .general-details > div.age-verification-msg .av-msg ul li.valid:before {
  content: "\e947";
  position: absolute;
  left: 0;
  color: #4dd967;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  top: -3px;
  font-size: 14px;
}
.profile-details .general-details > div.age-verification-msg .av-msg ul li.invalid:before {
  content: "\e93a";
  position: absolute;
  left: 0;
  color: #fa2302;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  top: -3px;
  font-size: 14px;
}
.profile-details .general-details > div.gender .form-check {
  margin-right: 30px;
  display: inline-block;
}
.profile-details .general-details > div.gender .form-check label:before {
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-details .general-details > div.gender .form-check label span {
  line-height: 100%;
}
.profile-details .general-details > div.date-of-birth span {
  margin-bottom: 20px;
}
.profile-details .general-details > div.date-of-birth .birth-doc-name {
  display: inline-block;
  background: #F4F4F4;
  padding: 10px 45px 10px 15px;
  min-width: 250px;
  border: 1px solid #D8D8D8;
}
.profile-details .general-details > div.date-of-birth .birth-doc-name .icon-corner-cros {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  right: 15px;
  cursor: pointer;
  margin: 0px;
}
.profile-details .general-details > div.date-of-birth .more-options {
  transform: none;
  top: 30px;
}
.profile-details .general-details > div.change-name {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 25px 0;
  border-top: 0px;
}
.profile-details .general-details > div.change-name .update-your-name {
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 15px;
}
.profile-details .general-details > div.change-name label {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
}
.profile-details .general-details > div.change-name .update-name {
  display: flex;
  height: 62px;
}
.profile-details .general-details > div.change-name .update-name .btn {
  padding: 6px 30px;
  height: 40px;
}
.profile-details .general-details > div.change-name .icon-corner-cros {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
}
.profile-details .general-details > div.change-phone-number {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 25px 0;
  border-top: 0px;
}
.profile-details .general-details > div.change-phone-number .update-your-name {
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 15px;
}
.profile-details .general-details > div.change-phone-number label {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
}
.profile-details .general-details > div.change-phone-number .update-name {
  display: flex;
  height: 62px;
}
.profile-details .general-details > div.change-phone-number .update-name .btn {
  padding: 6px 30px;
  height: 40px;
}
.profile-details .general-details > div.change-phone-number .icon-corner-cros {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
}
.profile-details .general-details > div.change-phone-number .dropdown .active a {
  background-color: #DCEAE9;
}
.profile-details .general-details > div.change-phone-number .dropdown a {
  padding: 8px 15px 7px;
}
.profile-details .general-details > div.change-phone-number .dropdown a span {
  font-weight: 400;
}
.profile-details .general-details > div.change-phone-number .dropdown a i {
  font-size: 9px;
}
.profile-details .general-details > div.change-phone-number .blank-label {
  display: none;
}
.profile-details .general-details > div.success-msgbg,
.profile-details .general-details > div.error-msgbg {
  border: 0px;
  padding: 10px 20px 10px 40px;
}
.profile-details .general-details > div span {
  font-weight: 900;
  display: block;
}
.profile-details .general-details > div .more-options {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  cursor: pointer;
}
.profile-details .payment-details {
  margin-top: 70px;
}
.profile-details .payment-details .heading {
  margin-bottom: 20px;
}
.profile-details .payment-details .card-details {
  display: inline-block;
  width: 100%;
}
.profile-details .payment-details .card-details .row {
  height: 60px;
  align-items: center;
}
.profile-details .payment-details .card-details .row label {
  padding: 0;
}
.profile-details .payment-details .card-details .row label:before {
  display: none;
}
.profile-details .payment-details .card-details .expiry-detail {
  display: inline-block;
  float: left;
  line-height: 25px;
  font-weight: 900;
}
.profile-details .payment-details .card-details .default {
  font-size: 12px;
  line-height: 24px;
  margin-left: 40px;
  display: inline-block;
}
.profile-details .payment-details .card-details .more-options {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 6px;
  transform: translateY(-50%);
  cursor: pointer;
}
.profile-details .payment-details .card-details .more-options ul {
  display: none;
  position: absolute;
  font-size: 14px;
  list-style-type: none;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 10px;
  right: 0;
  width: 120px;
  background: #FFFFFF;
  z-index: 1;
  margin-bottom: 0px;
}
.profile-details .payment-details .card-details .more-options ul li {
  color: #6F716F;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.profile-details .payment-details .card-details .more-options ul li:last-child {
  margin-bottom: 0px;
}
.profile-details .payment-details .card-details .more-options:hover ul {
  display: block;
}
.profile-details .payment-details .add-card {
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid #0B7169;
}
.profile-details .payment-details .add-card .icon-plus:before {
  color: #0B7169;
  font-size: 12px;
  font-weight: 900;
}
.profile-details .payment-details .add-card a {
  text-decoration: none;
}
.profile-details .payment-details .delete-card-confirmation {
  background: #F3E3C5;
  padding: 30px;
  margin-top: 20px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
}
.profile-details .payment-details .delete-card-confirmation .row {
  height: auto;
}
.profile-details .payment-details .delete-card-confirmation .bank-card-title {
  text-align: center;
  line-height: 25px;
  font-weight: 900;
  color: #CE8E13;
  margin-bottom: 20px;
  position: relative;
  padding-left: 42px;
}
.profile-details .payment-details .delete-card-confirmation .delete-btns .btn {
  width: 100%;
  background: #FFFFFF;
}
.profile-details .payment-details .delete-card-confirmation .icon-corner-cros {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
}
.profile-details .payment-details .delete-card-confirmation .icon-warning {
  position: absolute;
  background: #FFFFFF;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  color: #CF8F00;
  line-height: 40px;
}
.profile-details .address-details {
  margin-top: 70px;
}
.profile-details .address-details h3 {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0;
  font-weight: 400;
}
.profile-details .address-details .billing-address .default {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 25px;
  top: 25px;
  color: #0B7169;
}
.profile-details .address-details .billing-address .customer-address {
  line-height: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}
.profile-details .address-details .billing-address .more-options {
  position: absolute;
  right: 30px;
  font-size: 6px;
  cursor: pointer;
}
.profile-details .address-details .billing-address .more-options ul {
  position: absolute;
  font-size: 14px;
  list-style-type: none;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 10px;
  right: 0;
  width: 120px;
  background: #FFFFFF;
  z-index: 1;
  margin-bottom: 0px;
}
.profile-details .address-details .billing-address .more-options ul li span a {
  color: #6F716F;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.profile-details .address-details .billing-address .more-options ul li:last-child span a {
  margin-bottom: 0px;
}
.profile-details .address-details .billing-address label {
  margin-bottom: 0px;
}
.profile-details .address-details .other-address {
  margin-bottom: 20px;
}
.profile-details .address-details .other-address .default {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 25px;
  top: 25px;
  color: #0B7169;
}
.profile-details .address-details .other-address .customer-address {
  line-height: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}
.profile-details .address-details .other-address .more-options {
  position: absolute;
  right: 30px;
  font-size: 6px;
  cursor: pointer;
}
.profile-details .address-details .other-address .more-options ul {
  position: absolute;
  font-size: 14px;
  list-style-type: none;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 10px;
  right: 0;
  width: 120px;
  background: #FFFFFF;
  z-index: 1;
  margin-bottom: 0px;
}
.profile-details .address-details .other-address .more-options ul li span a {
  color: #6F716F;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.profile-details .address-details .other-address .more-options ul li:last-child span a {
  margin-bottom: 0px;
}
.profile-details .address-details .other-address label {
  margin-bottom: 0px;
}
.profile-details .address-details .other-address .more-options ul {
  display: none;
}
.profile-details .address-details .other-address .more-options:hover ul {
  display: block;
}
.profile-details .address-details .other-address .status-updated {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  right: -110px;
}
.profile-details .address-details .other-address.last-add {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}
.profile-details .address-details .other-address label {
  font-weight: 700;
  z-index: 1;
}
.profile-details .address-details .view-more {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.profile-details .address-details .add-address {
  display: inline-block;
  border-bottom: 1px solid #0B7169;
}
.profile-details .address-details .add-address .icon-plus:before {
  color: #0B7169;
  font-size: 12px;
  font-weight: 900;
}
.profile-details .address-details .add-address a {
  text-decoration: none;
}
.profile-details .address-details .add-address button {
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
  color: #0B7169;
}
.profile-details .address-details .update-address {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(120, 120, 120, 0.5);
  border: 1px solid #D8D8D8;
  padding: 25px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.profile-details .address-details .update-address .title {
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 0px;
  border: 0;
}
.profile-details .address-details .update-address .dropdown {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.profile-details .address-details .update-address .dropdown i {
  position: absolute;
  right: 10px;
  font-size: 13px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.profile-details .address-details .update-address .dropdown.has-error {
  margin-bottom: 0;
}
.profile-details .address-details .update-address .g-search-icon:before {
  content: "\e91d";
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 15px;
}
.profile-details .address-details .update-address input {
  width: 100%;
}
.profile-details .address-details .update-address .vfl-has-label {
  margin-bottom: 30px;
}
.profile-details .address-details .update-address .icon-corner-cros {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
}
.profile-details .address-details .update-address .stepper-footer {
  max-width: 100%;
  padding-bottom: 0;
}
.profile-details .address-details .update-address .stepper-footer .btn {
  margin: 0 10px;
}
.profile-details .address-details .update-address .change-profile-address {
  padding: 0;
}
.profile-details .address-details .update-address .change-profile-address .success-msgbg {
  margin-top: 0px;
}
.profile-details .address-details .update-address .delivery-address .row {
  margin-right: -7px;
  margin-left: -7px;
}
.profile-details .address-details .update-address .delivery-address [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.profile-details .address-details .to-fullname {
  padding: 30px 0 0;
  font-weight: 600;
}
.profile-details .form-check {
  margin-bottom: 0px;
}
.profile-details .form-check label {
  border: 0;
  padding: 0 0 0 30px;
}
.profile-details .form-check label.active {
  background: transparent;
  border: 0;
}
.profile-details .form-check label:before {
  left: 0;
  top: 4px;
  transform: translateY(0);
}
.profile-details .form-check label .payment-card-img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.profile-details .form-check label .payment-card-img .i {
  background-size: 300px auto;
}
.profile-details .form-check label span {
  font-weight: 900;
  line-height: 25px;
}
.mlt-av-doc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.mlt-av-doc > div + div {
  flex-basis: 100%;
  margin-top: 10px;
}
.mlt-av-doc .btn-link {
  width: 45px;
  border: 0 none;
  outline: none;
  background-color: #d5d5d5;
  margin-left: 10px;
}
.mlt-av-doc .btn-link i:before {
  color: #484848;
}
/* My profile css ends */
/* Medical details tab css starts */
.male .medical-questions .heading-tab .name {
  color: #254E5E;
}
.medical-questions {
  padding-bottom: 130px;
}
.medical-questions .heading-tab {
  background: #DCEAE9;
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
.medical-questions .heading-tab .name {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6F716F;
  margin-right: 24px;
}
.medical-questions .heading-tab .desc {
  font-size: 12px;
  line-height: 20px;
}
.medical-questions .heading-tab .icon-arrow-down {
  position: absolute;
  right: 20px;
  line-height: 0;
}
.medical-questions .heading-tab.active .icon-arrow-down {
  transform: translateY(-50%) rotateZ(180deg);
  top: 50%;
}
.medical-questions .dropdown {
  background: #FFFFFF;
  border: 1px solid #C8D2D6;
}
.medical-questions .dropdown.active {
  background: #C8D2D6;
  font-weight: 900;
}
.medical-questions .dropdown a {
  padding: 6px 40px 6px 15px;
}
.medical-questions .general-questions {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.medical-questions .gp-information {
  margin-bottom: 30px;
}
.medical-questions .gp-information .status-updated {
  position: absolute;
  height: auto;
  right: -110px;
  top: 15px;
}
.medical-questions .specific-questions .specific-details .status-updated {
  position: absolute;
  height: auto;
  right: -110px;
  top: 45px;
}
.medical-questions .close-questions-tab {
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
.medical-questions button {
  width: 100%;
}
/* Medical details tab css ends */
/* Logout section css starts */
.male .logout-section .modal-content {
  background: #254E5E;
}
.female .logout-section .modal-content {
  background: #DE9377;
}
.female .heading {
  color: #6F716F;
}
.logout-section .modal-content {
  background: #86B9B5;
}
.logout-section .modal-content .modal-body .logout-box {
  text-align: center;
  clear: both;
}
.logout-section .modal-content .modal-body .logout-box span {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 100px;
  display: block;
}
.logout-section .modal-content .modal-body .logout-box .logout-btns .btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin: 0 10px;
}
.logout-section .modal-content .modal-body .logout-box .logout-btns .btn.loading {
  color: transparent;
  background-color: rgba(11, 113, 105, 0.25);
}
.logout-section .modal-content .modal-body > a.close {
  font-size: 14px;
  position: relative;
  right: auto;
  top: auto;
  margin: -8px -8px 0 0;
}
.logout-section .modal-content .modal-body > a.close .icon-corner-cros:before {
  color: #FFFFFF;
}
.logout-section .modal-content .modal-body .close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 0;
  z-index: 1;
  text-shadow: 0 0 0;
}
.logout-section .modal-content .modal-body .close i {
  font-size: 14px;
}
.logout-section .modal-content .modal-body .close i:before {
  color: #FFFFFF;
  font-weight: 100;
}
/* Logout section css ends */
/* Repayment page css starts */
.repayment-page-title {
  text-align: center;
  padding: 20px 0px 10px 0;
}
.stepper-footer {
  padding-bottom: 50px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.repayment-thanks-block {
  max-width: 365px;
  margin: 0px auto;
  padding: 20px 0;
}
.repayment-thanks-block .thanks-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.repayment-thanks-block p {
  line-height: 25px;
  margin: 0 0 20px;
}
.repayment-thanks-block .btn {
  display: block;
  margin: 0 auto;
}
.footer-note-wrapper {
  background: #FFFFFF;
}
.footer-note-wrapper .footer-note {
  background: #FFFFFF;
}
.checkout .page-inner .chk-note {
  text-align: center;
}
/* Repayment page css ends */
/* Payment Logo Start */
.CreditCard {
  width: 53px;
  height: 18px;
  display: block;
  background-position: 0px -26px;
}
.PayPalExpress {
  width: 50px;
  height: 19px;
  display: block;
  background-position: -82px -24px;
}
.klarna {
  width: 55px;
  height: 19px;
  display: block;
  background-position: -134px -24px;
}
.Trustly {
  width: 60px;
  height: 23px;
  display: block;
  background-position: -192px -23px;
}
.Sofort {
  width: 55px;
  height: 20px;
  display: block;
  background-position: 3px -49px;
}
.BankTransfer {
  width: 35px;
  height: 28px;
  display: block;
  background-position: -254px -22px;
}
.Gointerpay {
  width: 60px;
  height: 21px;
  display: block;
  background-position: -89px -49px;
}
.KInvoice {
  width: 54px;
  height: 30px;
  display: block;
  background-position: -160px -79px;
}
.KPart {
  width: 55px;
  height: 27px;
  display: block;
  background-position: -216px -79px;
}
.DirectDebit {
  width: 54px;
  height: 22px;
  display: block;
  background-position: 0 -79px;
}
.Multibanco {
  width: 28px;
  height: 33px;
  display: block;
  background-position: -55px -77px;
}
.COD {
  width: 28px;
  height: 30px;
  display: block;
  background-position: -84px -78px;
}
.Boleto {
  width: 48px;
  height: 22px;
  display: block;
  background-position: -228px -50px;
}
.Tpay {
  width: 54px;
  height: 27px;
  display: block;
  background-position: 0 -106px;
}
.Raty {
  width: 40px;
  height: 21px;
  display: block;
  background-position: -78px -147px;
}
.maestro {
  width: 36px;
  height: 28px;
  display: block;
  background-position: -52px -49px;
}
.amex,
.AMEX {
  width: 40px;
  height: 22px;
  display: block;
  background-position: -264px -108px;
}
.Visa,
.visa,
.VISA {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 40px;
  height: 14px;
  display: block;
  background-position: -91px -113px;
}
.MastCard,
.mc,
.MC {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 32px;
  height: 25px;
  display: block;
  background-position: -129px -108px;
}
.Diners {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 33px;
  height: 21px;
  display: block;
  background-position: -159px -108px;
}
.Aura {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 32px;
  height: 22px;
  display: block;
  background-position: -236px -108px;
}
.Hipercard {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 46px;
  height: 24px;
  display: block;
  background-position: -190px -108px;
}
.KlarnaPayments {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 75px;
  height: 17px;
  display: block;
  background-position: 0px -182px;
}
.pb_CreditCard {
  width: 89px;
  height: 30px;
  display: block;
  background-position: -152px -303px;
}
.pb_DeditCard {
  width: 65px;
  height: 49px;
  display: block;
  background-position: -85px -303px;
}
.pb_Boleto {
  width: 60px;
  height: 49px;
  display: block;
  background-position: -34px -302px;
}
.pb_Pix {
  width: 50px;
  height: 49px;
  display: block;
  background-position: 8px -304px;
}
/* For repayment page only */
.payment-method .CreditCard {
  width: 99px;
  height: 22px;
  display: block;
  background-position: 2px -280px;
  background-size: 320px auto;
}
.payment-method .PayPalExpress {
  width: 80px;
  height: 19px;
  display: block;
  background-position: -90px -34px;
}
.payment-method .klarna {
  width: 69px;
  height: 19px;
  display: block;
  background-position: -180px -34px;
}
.payment-method .Trustly {
  width: 75px;
  height: 23px;
  display: block;
  background-position: -259px -34px;
}
.payment-method .Sofort {
  width: 65px;
  height: 20px;
  display: block;
  background-position: 0 -69px;
}
.payment-method .BankTransfer {
  width: 35px;
  height: 28px;
  display: block;
  background-position: -344px -33px;
}
.payment-method .Gointerpay {
  width: 75px;
  height: 21px;
  display: block;
  background-position: -122px -69px;
}
.payment-method .KInvoice {
  width: 64px;
  height: 30px;
  display: block;
  background-position: -216px -108px;
}
.payment-method .KPart {
  width: 64px;
  height: 30px;
  display: block;
  background-position: -290px -108px;
}
.payment-method .DirectDebit {
  width: 68px;
  height: 22px;
  display: block;
  background-position: 0px -108px;
}
.payment-method .Multibanco {
  width: 28px;
  height: 33px;
  display: block;
  background-position: -78px -108px;
}
.payment-method .COD {
  width: 28px;
  height: 30px;
  display: block;
  background-position: -116px -108px;
}
.payment-method .Boleto {
  width: 48px;
  height: 22px;
  display: block;
  background-position: -308px -69px;
}
.payment-method .Tpay {
  width: 68px;
  height: 27px;
  display: block;
  background-position: 0 -147px;
}
.payment-method .Raty {
  width: 40px;
  height: 21px;
  display: block;
  background-position: -78px -147px;
}
.payment-method .maestro {
  width: 36px;
  height: 28px;
  display: block;
  background-position: -75px -69px;
}
.payment-method .amex,
.payment-method .AMEX {
  width: 40px;
  height: 22px;
  display: block;
  background-position: -360px -147px;
}
.payment-method .Visa,
.payment-method .visa,
.payment-method .VISA {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 44px;
  height: 14px;
  display: block;
  background-position: -128px -152px;
}
.payment-method .MastCard,
.payment-method .mc,
.payment-method .MC {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 32px;
  height: 25px;
  display: block;
  background-position: -175px -147px;
}
.payment-method .Diners {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 33px;
  height: 21px;
  display: block;
  background-position: -216px -147px;
}
.payment-method .Aura {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 32px;
  height: 22px;
  display: block;
  background-position: -319px -147px;
}
.payment-method .Hipercard {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 54px;
  height: 24px;
  display: block;
  background-position: -259px -147px;
}
.payment-method .KlarnaPayments {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 75px;
  height: 17px;
  display: block;
  background-position: 0px -182px;
}
.payment-method .pb_CreditCard {
  width: 89px;
  height: 30px;
  display: block;
  background-position: -152px -303px;
}
.payment-method .pb_DeditCard {
  width: 65px;
  height: 49px;
  display: block;
  background-position: -85px -303px;
}
.payment-method .pb_Boleto {
  width: 60px;
  height: 49px;
  display: block;
  background-position: -34px -302px;
}
.payment-method .pb_Pix {
  width: 50px;
  height: 49px;
  display: block;
  background-position: 8px -304px;
}
/* For repayment page only */
/* Payment Logo End */
.switch .slider .on {
  position: absolute;
  left: 4px;
  display: none;
  color: #d8d8d8;
  font-size: 10px !important;
  font-weight: 500;
}
.switch .slider .off {
  position: absolute;
  right: 4px;
  display: block;
  color: #d8d8d8;
  font-size: 10px !important;
  font-weight: 500;
  line-height: 22px !important;
}
.switch input:checked + .slider .on {
  display: block;
}
.switch input:checked + .slider .off {
  display: none;
}
.checkout .stepper-footer {
  margin-top: 20px;
}
.arp-placed-order {
  background: #DCEAE9;
  margin-bottom: 30px;
}
.arp-placed-order .ordercontent {
  padding: 15px 30px;
  max-width: 575px;
  margin: 0 auto;
}
.arp-placed-order .ordercontent .discBox {
  width: 90px;
  height: 90px;
  background: #B3B68C;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: -45px;
  right: -70px;
  transform: rotate(20deg);
}
.arp-placed-order .ordercontent p {
  font-size: 14px;
  margin-bottom: 5px;
}
.arp-placed-order .ordercontent ul {
  list-style-type: none;
  padding-left: 15px;
  font-size: 14px;
}
.pix_new_chkout {
  padding: 10px 30px 0 0px;
}
.pix_new_chkout h1 {
  font-size: 30px;
  font-weight: 500;
  color: #428c85;
  margin: 0;
}
.pix_new_chkout h2 {
  font-size: 20px;
  margin: 0 0 10px 0px;
}
.pix_new_chkout h3 {
  font-size: 14px;
  margin: 10px 0 5px 0px;
}
.add-new-address a {
  text-decoration: underline;
}
.add-new-address a:hover {
  text-decoration: none;
}
/* cybersourcemicroform payment gateway start */
.container.wrapper.cybersource_wrapper {
  max-width: 650px !important;
  margin: 0 auto;
  padding: 20px;
}
.container.wrapper.cybersource_wrapper .panel.panel-info.card-panel-section {
  display: table;
  width: 100%;
}
.container.wrapper.cybersource_wrapper .panel.panel-info.card-panel-section > .panel-body > .card-section {
  margin-bottom: 15px;
  cursor: pointer;
  width: 48%;
  float: left;
  display: table-cell;
  border: 1px solid #ddd;
  margin-right: 2%;
  padding: 15px 30px 15px 15px;
  border-radius: 2px;
}
.container.wrapper.cybersource_wrapper .panel.panel-info.card-panel-section > .panel-body > .card-section .delete-card {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.container.wrapper.cybersource_wrapper .panel.panel-info.card-panel-section > .panel-body > .card-section .delete-card:before {
  font-size: 20px;
  line-height: 20px;
  content: "\e905";
  font-style: normal;
}
.container.wrapper.cybersource_wrapper .panel.panel-info.card-panel-section > .panel-body > .card-section.selected {
  border: 1px solid #0B7169 !important;
}
.container.wrapper.cybersource_wrapper .panel.panel-info.payment-panel-section {
  margin-top: 35px;
}
.container.wrapper.cybersource_wrapper .error-msgbg {
  margin: -35px auto 35px;
  max-width: 365px;
}
.container.wrapper.cybersource_wrapper div#payWithSelectedCard,
.container.wrapper.cybersource_wrapper div#payWithNewCard {
  max-width: 365px;
  margin: 0 auto;
}
.container.wrapper.cybersource_wrapper label {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #6F716F;
  margin-bottom: 0;
}
.container.wrapper.cybersource_wrapper button#pay-btn-card,
.container.wrapper.cybersource_wrapper button#pay-btn {
  max-width: 390px;
  display: block;
  width: 100%;
  margin: 0 auto;
  top: 10px;
}
.container.wrapper.cybersource_wrapper .ChkBx #saveCard {
  height: auto;
}
.container.wrapper.cybersource_wrapper .form-group .form-control:disabled,
.container.wrapper.cybersource_wrapper .form-group .form-control[readonly] {
  background-color: #dceae9;
}
.container.wrapper.cybersource_wrapper .form-group input:read-only,
.container.wrapper.cybersource_wrapper .form-group input:disabled {
  border-color: transparent;
  -webkit-text-fill-color: #d8d8d8 !important;
  opacity: 1;
}
.container.wrapper.cybersource_wrapper .form-group i.vma {
  background: url("../images/brand/theme/sprite-icons.png?v=1.9") left top no-repeat;
  background-size: 400px auto;
  content: "";
  width: 120px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
  top: -42%;
  background-position: 0 -350px !important;
}
.container.wrapper.cybersource_wrapper .form-group .flex-microform-focused {
  border: 1px solid #0B7169 !important;
}
.container.wrapper.cybersource_wrapper .form-group:nth-child(1) input {
  max-width: 385px;
  width: 100%;
}
.container.wrapper.cybersource_wrapper .form-group:nth-child(1) > div {
  max-width: 385px;
}
.container.wrapper.cybersource_wrapper .form-group:nth-child(2) select:focus,
.container.wrapper.cybersource_wrapper .form-group:nth-child(2) select:focus-visible {
  border: 1px solid #0B7169 !important;
}
.container.wrapper.cybersource_wrapper .form-group:nth-child(3) input {
  max-width: 167.5px;
  font-size: 14px;
}
.container.wrapper.cybersource_wrapper .form-group:nth-child(3) input:focus,
.container.wrapper.cybersource_wrapper .form-group:nth-child(3) input:focus-visible {
  border: 1px solid #0B7169 !important;
}
.container.wrapper.cybersource_wrapper .form-group:nth-child(3) div {
  max-width: 167.5px;
}
.container.wrapper.cybersource_wrapper .form-group select {
  font-size: 14px;
  color: #6F716F;
}
.container.wrapper.cybersource_wrapper .form-group label.checkbox span {
  font-size: 16px;
  color: #6F716F;
}
.container.wrapper.cybersource_wrapper iframe#step-up-iframe {
  width: 100%;
}
.container.wrapper.cybersource_wrapper .card-section {
  margin-bottom: 10px;
  cursor: pointer;
}
.container.wrapper.cybersource_wrapper .card-section:last-child {
  margin-bottom: 0;
}
.container.wrapper.cybersource_wrapper .pay-with-new-card {
  cursor: pointer;
  padding: 5px 10px 15px 10px;
  display: table;
  width: 100%;
  float: left;
  color: #0B7169;
  text-decoration: underline;
  text-align: center;
}
.container.wrapper.cybersource_wrapper .pay-with-new-card:hover {
  text-decoration: none;
}
.container.wrapper.cybersource_wrapper select {
  height: 40px !important;
  border-radius: 0 !important;
}
.container.wrapper.cybersource_wrapper select:disabled {
  border-color: transparent;
  color: #D8D8D8;
  -webkit-text-fill-color: #d8d8d8;
  -webkit-appearance: none;
}
.container.wrapper.cybersource_wrapper .panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.container.wrapper.cybersource_wrapper .panel .panel-body {
  padding: 15px 15px 5px 15px;
}
.container.wrapper.cybersource_wrapper .form-group {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.container.wrapper.cybersource_wrapper .ChkBx {
  cursor: pointer;
}
.container.wrapper.cybersource_wrapper .alert.alert-danger {
  color: #ff0000;
  margin-bottom: 10px;
  max-width: 390px;
}
.container.wrapper.cybersource_wrapper #payWithSelectedCard .col-xs-6,
.container.wrapper.cybersource_wrapper #payWithNewCard .col-xs-6 {
  padding: 0 15px;
  width: 50%;
}
.container.wrapper.cybersource_wrapper .form-group:nth-child(2) .col-xs-6 .form-control {
  padding: 0 8px;
  width: 100%;
}
.cybersource-popup-wrapper {
  max-width: 435px;
}
.cybersource-popup-wrapper iframe {
  max-width: 100%;
}
.order-process {
  padding: 25px 0 50px;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  position: static;
}
.order-process > div {
  position: static;
}
.order-process .progress {
  height: 7px;
  background-color: #EAEAEA;
  border-radius: 0;
  overflow: visible;
}
.order-process .progress .progress-bar {
  background-color: #0B7169;
}
.order-steps ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.order-steps ul li {
  font-size: 12px;
}
.male .progress .progress-bar {
  background-color: #254E5E;
}
.female .progress .progress-bar {
  background-color: #DE9377;
}
/* cybersourcemicroform payment gateway end */
.repayment-thanks-block h1 {
  font-size: 35px;
  line-height: 40px;
}
.repayment-thanks-block h2 {
  font-size: 25px;
}
.repayment-thanks-block .aftr_imodr,
.repayment-thanks-block .btn {
  margin-top: 20px;
}
.repayment-thanks-block .ImportBx h4 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}
.repayment-thanks-block .ImportBx .BnkDtl table tr > td {
  border: 1px solid #D8D8D8;
  padding: 9px;
}
.repayment-thanks-block table.Common_tbl tr > td {
  border: 1px solid #D8D8D8;
  padding: 9px;
}
/* Image crop css */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  image-orientation: 0deg;
  display: block;
  height: 100%;
  max-height: none!important;
  max-width: none!important;
  min-height: 0!important;
  min-width: 0!important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/* Image crop css */
/* weightloss css start  */
.wl-diary-title {
  font-size: 24px;
  line-height: 35px;
}
.wl-diary-title + p {
  font-size: 15px;
  line-height: 24px;
}
.weight-loss-diary.btn.btn-emp-p {
  background: transparent;
  color: #0B7169;
}
.male .weight-loss-diary.btn.btn-emp-p {
  color: #254E5E;
}
.female .weight-loss-diary.btn.btn-emp-p {
  color: #DE9377;
}
.weight-loss-diary.btn {
  margin-top: 15px;
}
.full-body-pic-banner {
  margin: 15px 0;
}
.profile-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  margin: 0 -3%;
}
.profile-listing .bodyimage {
  width: 27.5%;
  margin: 0 3% 60px;
  box-shadow: 1px 1px 6px 0 #D8D8D8;
}
.profile-listing .bodyimage .upload-pic-wrapper {
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
  border: dashed 1px #D8D8D8;
}
.profile-listing .bodyimage .upload-pic-wrapper > div {
  margin: 0 10px;
  cursor: pointer;
}
.profile-listing .bodyimage .upload-pic-wrapper > div i {
  display: flex;
  justify-content: center;
}
.profile-listing .bodyimage .upload-pic-wrapper > div i.icn-take-picture:before {
  position: absolute;
  content: "\e943";
  font-style: normal;
  color: #0B7169;
  font-size: 47px;
}
.profile-listing .bodyimage .upload-pic-wrapper > div i.icn-upload-picture:before {
  position: absolute;
  content: "\e942";
  font-style: normal;
  color: #0B7169;
  font-size: 47px;
}
.profile-listing .bodyimage .upload-pic-wrapper > div p {
  margin: 55px 0 0;
  font-size: 12px;
  line-height: 15px;
}
.profile-listing .bodyimage .profile-pic-err-msg {
  position: absolute;
  z-index: 1;
}
.profile-listing .bodyimage .preview-img-wrapper {
  background-color: #FAFAFA;
}
.profile-listing .bodyimage .preview-img-wrapper > img {
  object-fit: contain;
  width: 100%;
  height: 340px;
}
.profile-listing .bodyimage .preview-img-wrapper .upload-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #0B7169;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}
.profile-listing .bodyimage .preview-img-wrapper .upload-pic .icn-upload-picture:before {
  content: "\e942";
  font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
}
.profile-listing .bodyimage .preview-img-wrapper .upload-pic p {
  font-size: 12px;
  margin: 0;
}
.profile-listing .bodyimage .preview-img-wrapper .take-a-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #0B7169;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}
.profile-listing .bodyimage .preview-img-wrapper .take-a-pic .icn-take-picture:before {
  content: "\e943";
  font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
}
.profile-listing .bodyimage .preview-img-wrapper .take-a-pic p {
  font-size: 12px;
  margin: 0;
}
.profile-listing .bodyimage.has-error .profile-pic-err-msg {
  font-size: 12px;
  margin-top: 0;
  background: #f3d9d9;
  padding: 10px;
}
.profile-listing .bodyimage.has-error .profile-pic-err-msg:after {
  display: none;
  padding: 10px;
}
.profile-listing .bodyimage:nth-of-type(3n+3) {
  margin-right: 0;
}
.profile-listing .bodyimage.wrongImage {
  border: 1px solid #ff0000;
}
.profile-listing .bodyimage .profile-pic-err-msg.error-msg {
  width: 100%;
  font-size: 12px;
  margin-top: 0;
  background: #f3d9d9;
  padding: 10px;
}
.profile-listing .bodyimage .profile-pic-err-msg.error-msg:before {
  display: none;
}
.profile-listing .details-info {
  padding: 15px 10px 10px 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.profile-listing .details-info p {
  margin: 0 0 10px 0;
  padding-left: 25px;
}
.profile-listing .details-info p.date:before {
  background: url("../images/brand/theme/wl-icons.png?v=2.3") left top no-repeat;
  background-size: 72px auto;
  background-position: -27px 0;
}
.profile-listing .details-info p.scale:before {
  background: url("../images/brand/theme/wl-icons.png?v=2.3") left top no-repeat;
  background-size: 72px auto;
  background-position: 0px 0;
}
.profile-listing .details-info p.person:before {
  background: url("../images/brand/theme/wl-icons.png?v=2.3") left top no-repeat;
  background-size: 72px auto;
  background-position: -55px 0;
}
.profile-listing .details-info p.date:before {
  width: 18px;
  height: 20px;
  content: "";
  left: 0;
  position: absolute;
}
.profile-listing .details-info p.scale:before {
  width: 17px;
  height: 17px;
  content: "";
  left: 0;
  position: absolute;
}
.profile-listing .details-info p.person:before {
  width: 17px;
  height: 17px;
  content: "";
  left: 0;
  position: absolute;
}
.profile-listing .details-info p.neutral i {
  font-style: normal;
  width: 17px;
  height: 17px;
  background-color: #c3dcda;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.profile-listing .details-info p.neutral i:after {
  content: "\e941";
  color: #ff970b;
  font-size: 16px;
}
.profile-listing .details-info p.down i {
  font-style: normal;
  width: 17px;
  height: 17px;
  background-color: #c3dcda;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.profile-listing .details-info p.down i:after {
  content: "\e944";
  color: #0B7169;
  font-size: 10px;
}
.profile-listing .details-info p.up i {
  font-style: normal;
  width: 17px;
  height: 17px;
  background-color: #c3dcda;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.profile-listing .details-info p.up i:after {
  content: "\e945";
  color: #d85a5a;
  font-size: 10px;
}
.doc-like-to-see {
  margin: 0 auto;
  max-width: 335px;
  text-align: left;
}
.doc-like-to-see p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.doc-like-to-see p:last-child {
  margin-top: 10px;
}
.doc-like-to-see p:first-child {
  margin: 15px 0 5px;
}
.doc-like-to-see ul {
  margin-left: 35px;
  padding-left: 0;
}
.doc-like-to-see ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-left: 25px;
  color: #666666;
  list-style-type: none;
}
.doc-like-to-see ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: #d5d5d5;
  content: "";
  border-radius: 50%;
}
.doc-like-to-see ul li.has-success:before {
  content: "\e948";
  color: #0B7169;
  background: #FFFFFF;
  font-size: 17px;
}
.doc-like-to-see ul li.has-error {
  color: #da6464;
  border: unset !important;
}
.doc-like-to-see ul li.has-error:before {
  content: "\e946";
  color: #d85a5a;
  background: #FFFFFF;
  font-size: 17px;
}
.imgPopMsg {
  display: flex;
  flex-direction: column;
}
.imgPopMsg .changeBodyImage:after {
  display: inline-block !important;
  top: auto;
  transform: none;
  position: relative;
  margin-left: 5px;
  right: 0;
}
.imgPopMsg .CtaBtn {
  margin: 25px auto 15px;
}
.linkToWgtDiary.CtaBtn {
  min-width: 180px;
}
/*.displayPDFIcon:after {content: @icn-pdf;font-size: 100px;}*/
.clayfy-handler.clayfy-bottom.right {
  display: block!important;
}
.QuaAns[data-mqtype='IMG'] .MedQua ul li strong {
  font-weight: 600;
}
.croppingTip p {
  background-color: #D4D4D4;
  padding: 2px 7px;
}
.modal.img-pop-wrap .modal-content .modal-title {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}
.modal.img-pop-wrap .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
.modal.img-pop-wrap .modal-content .modal-body.CustPP {
  padding-top: 0;
}
.modal.img-pop-wrap .modal-content .modal-body .popwrap {
  max-height: unset;
  overflow: unset;
}
.modal.img-pop-wrap .modal-content .modal-body .popwrap .savecrop {
  margin-top: 20px;
}
.modal.img-pop-wrap .modal-content .modal-body .popwrap .savecrop:after {
  display: inline-block;
}
.modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-pic img,
.modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-crop img,
.modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .photo-pic img {
  max-height: 400px;
}
@media only screen and (max-width: 380px) {
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-pic img,
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-crop img,
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .photo-pic img {
    max-height: 350px;
  }
}
@media only screen and (max-height: 420px) {
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-pic img,
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-crop img,
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .photo-pic img {
    max-height: 225px;
  }
}
@media only screen and (max-height: 340px) {
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-pic img,
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-crop img,
  .modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .photo-pic img {
    max-height: 210px;
  }
}
.modal.img-pop-wrap .modal-content .modal-body .popwrap .modal-body .upload-crop .prev-img img {
  max-height: 100%;
}
@media only screen and (max-width: 735px) {
  .modal.img-pop-wrap .modal-content .modal-body {
    max-height: unset;
    overflow: unset;
  }
}
.upload-pic-note-wrapper p {
  font-size: 16px;
  margin-bottom: 5px;
}
.upload-pic-note-wrapper ul + p {
  margin: 5px 0 20px;
}
.upload-pic-note-wrapper ul > li {
  margin-bottom: 0;
}
.upload-pic-note-wrapper ul > li:before {
  width: 5px;
  height: 5px;
  background: #000000;
  top: 9px;
}
.upload-pic-note-wrapper .OrderChat {
  display: inline-block;
  margin: 12px 20px 0 0;
}
.upload-pic-note-wrapper .OrderChat .liveChat {
  padding-left: 28px;
  text-decoration: none;
  color: #000000;
  display: block;
  /*&:before {content: @icon-live-chat;position: absolute;left: 0;font-size: 18px;}*/
}
.upload-pic-note-wrapper .wl-group-examples img {
  max-width: 323px;
  margin: 27px 0 10px;
}
.upload-pic-note-wrapper.OpenOrder-pd.PaymentFail .CtaBtn {
  max-width: 250px;
}
.upload-pic-section .preview-img-wrapper .prev-img {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 255px;
  margin: 0 auto;
  background-color: #f4f4f4;
  height: 340px;
  box-shadow: 0 2px 4px #D8D8D8;
}
.upload-pic-section .preview-img-wrapper .prev-img img {
  max-height: 340px;
  width: auto;
}
.upload-pic-section .preview-img-wrapper .prev-img .upload-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #0B7169;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}
.upload-pic-section .preview-img-wrapper .prev-img .upload-pic .icn-upload-picture:before {
  content: "\e942";
  font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
}
.upload-pic-section .preview-img-wrapper .prev-img .upload-pic p {
  font-size: 12px;
  margin: 0;
}
.upload-pic-section .preview-img-wrapper .prev-img .take-a-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #0B7169;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}
.upload-pic-section .preview-img-wrapper .prev-img .take-a-pic .icn-take-picture:before {
  content: "\e943";
  font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
}
.upload-pic-section .preview-img-wrapper .prev-img .take-a-pic p {
  font-size: 12px;
  margin: 0;
}
.upload-pic-section .preview-img-wrapper .check-pic {
  margin-top: 0;
  padding-bottom: 10px;
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}
.upload-pic-section .preview-img-wrapper .wl-upload-img-note h3 {
  margin: 20px 0 0 0;
  color: #666666;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
}
.upload-pic-section .preview-img-wrapper .wl-upload-img-note ul {
  padding-left: 0;
  margin: 5px 0;
  text-align: left;
}
.upload-pic-section .preview-img-wrapper .wl-upload-img-note ul li {
  margin-bottom: 5px;
  color: #666666;
  font-size: 15px;
  font-weight: 300;
}
.upload-pic-section .preview-img-wrapper .wl-upload-img-note ul li:before {
  background: #0B7169;
}
.upload-pic-section .preview-img-wrapper .wl-upload-img-note ul:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .upload-pic-section .preview-img-wrapper {
    margin-top: -30px;
  }
}
.upload-pic-section .help-block:empty {
  display: none;
}
.select-file-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.select-file-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.select-file-wrapper .upload-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #FFFFFF;
  text-align: center;
  padding: 10px;
}
.select-file-wrapper .upload-pic .icn-upload-picture:before {
  content: "\e942";
  font-style: normal;
  color: #B3B68C;
  font-size: 20px;
}
.select-file-wrapper .upload-pic p {
  font-size: 12px;
  margin: 0;
}
.select-file-wrapper .take-a-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #FFFFFF;
  text-align: center;
  padding: 10px;
}
.select-file-wrapper .take-a-pic .icn-take-picture:before {
  content: "\e943";
  font-style: normal;
  color: #B3B68C;
  font-size: 20px;
}
.select-file-wrapper .take-a-pic p {
  font-size: 12px;
  margin: 0;
}
.MedAnsSub .upload-pic-section .select-file-wrapper {
  max-width: 275px;
}
.MedAnsSub .upload-pic-section .preview-img-wrapper .prev-img {
  margin: 0;
}
.MedAnsSub .upload-pic-section .upload-pic-wrapper {
  margin-bottom: 10px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .MedAnsSub .upload-pic-section .upload-pic-wrapper {
    column-gap: 20px;
  }
}
.QuaBx .upload-pic-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
  margin: 10px 0 50px;
}
@media (max-width: 767px) {
  .QuaBx .upload-pic-wrapper {
    justify-content: space-between;
  }
}
.QuaBx .upload-pic-wrapper .wl-group-examples {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  cursor: unset;
}
.QuaBx .upload-pic-wrapper .wl-group-examples img {
  max-width: 323px;
  margin: 0 auto 30px;
  align-self: flex-start;
}
.QuaBx .upload-pic-wrapper .wl-group-examples p {
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 24px;
}
.QuaBx .upload-pic-wrapper div {
  margin: 0 20px;
  cursor: pointer;
}
.QuaBx .upload-pic-wrapper div i {
  display: flex;
  justify-content: center;
}
.QuaBx .upload-pic-wrapper div i.icn-take-picture:before {
  position: absolute;
  content: "\e943";
  font-style: normal;
  color: #B3B68C;
  font-size: 25px;
}
.QuaBx .upload-pic-wrapper div i.icn-upload-picture:before {
  position: absolute;
  content: "\e942";
  font-style: normal;
  color: #B3B68C;
  font-size: 25px;
}
.QuaBx .upload-pic-wrapper div p {
  margin: 35px 0 0;
  font-size: 14px;
  line-height: 25px;
}
.QuaBx .upload-pic-wrapper .take-a-pic,
.QuaBx .upload-pic-wrapper .upload-pic {
  background: #e9f6ff;
  border: 1px solid #0B7169;
  padding: 11px 30px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .QuaBx .upload-pic-wrapper .take-a-pic,
  .QuaBx .upload-pic-wrapper .upload-pic {
    padding: 11px 10px;
    flex: 1;
    text-align: center;
    max-width: 47%;
    margin: 0;
  }
}
.FormBx.QuaBx .QuaAns > div.MedAns > div div.upload-pic-wrapper {
  margin-bottom: 0;
}
.FormBx.QuaBx .QuaAns > div.MedAns > div div.upload-pic,
.FormBx.QuaBx .QuaAns > div.MedAns > div div.take-a-pic {
  width: auto;
  min-width: auto;
}
.unit_box {
  display: flex !important;
  align-items: center;
  column-gap: 10px;
}
.unit_box > span {
  min-width: 65px;
}
/* Multiple image upload section CSS start */
.mimages_list {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  row-gap: 20px;
  margin: 10px 0;
}
.mimages_list .mimg {
  display: flex !important;
  width: 100%;
  height: 44px;
  column-gap: 10px;
}
.mimages_list .mimg .img_name {
  width: 100% !important;
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  color: #666666;
  border: 1px solid #D9D9D9;
  text-align: left;
}
.mimages_list .mimg .remove {
  width: 44px !important;
  min-width: 44px;
  height: 44px;
  background-color: #E9E9E9;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.mimages_list .mimg .remove:before {
  content: "\e93a";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 16px;
}
.medical-questions .img-pop-wrap button {
  width: unset;
}
.order-details .modal.img-pop-wrap .modal-content .modal-title {
  width: 100% !important;
}
/* Multiple image upload section CSS end */
@media only screen and (max-height: 680px) {
  .modal.img-pop-wrap2 .modal-content .modal-body {
    max-height: 95vh;
    overflow: auto;
  }
  .modal.img-pop-wrap2 .modal-content .modal-body .modal-body {
    overflow: unset;
  }
}
@media only screen and (max-width: 1024px) {
  /* weightloss css start */
  .profile-listing .bodyimage {
    margin-bottom: 25px;
  }
  .linkToWgtDiary.CtaBtn {
    margin-left: unset;
    width: auto;
    margin-top: 20px;
  }
  /* weightloss css end */
}
@media only screen and (max-width: 767px) {
  /* weightloss css start */
  .linkToWgtDiary.CtaBtn {
    width: 100%;
  }
  /* weightloss css end */
  .fc-widget-normal,
  freshchat-widget {
    display: none;
  }
  .unit_box > div {
    max-width: 190px;
  }
  .bmi {
    text-align: left;
  }
}
@media only screen and (max-width: 735px) {
  /* weightloss css start */
  .profile-listing .bodyimage .upload-pic-wrapper > div i.icn-take-picture:before,
  .profile-listing .bodyimage .upload-pic-wrapper > div i.icn-upload-picture:before {
    font-size: 40px;
  }
  .upload-pic-section .preview-img-wrapper .check-pic {
    margin-top: 30px;
  }
  .upload-pic-section .preview-img-wrapper .prev-img {
    min-width: unset !important;
    max-width: 255px !important;
  }
  /* weightloss css end */
}
@media only screen and (min-width: 481px) {
  /* weightloss css start */
  .profile-listing {
    margin: 0 -3%;
    justify-content: unset;
  }
  .profile-listing .bodyimage {
    width: 27.5%;
    margin: 0 3% 25px;
  }
  .profile-listing .bodyimage .upload-pic-wrapper {
    flex-direction: row;
    height: 340px;
  }
  .profile-listing .bodyimage .upload-pic-wrapper > div:first-child {
    margin-bottom: 0;
  }
  .profile-listing .bodyimage .preview-img-wrapper > img {
    height: 340px;
  }
  /* weightloss css end */
}
@media only screen and (max-width: 480px) {
  .profile-listing {
    margin: 0;
    justify-content: space-between;
  }
  .profile-listing .bodyimage {
    width: 48%;
    margin-left: unset;
    margin-right: unset;
  }
  .profile-listing .bodyimage .upload-pic-wrapper {
    flex-direction: column;
    height: 250px;
  }
  .profile-listing .bodyimage .upload-pic-wrapper > div:first-child {
    margin-bottom: 36px;
  }
  .profile-listing .bodyimage .preview-img-wrapper > img {
    height: 250px;
  }
  .profile-listing .bodyimage.has-error .upload-pic-wrapper {
    justify-content: end;
    padding-bottom: 15px;
  }
  .profile-listing .bodyimage.has-error .upload-pic-wrapper > div:first-child {
    margin-bottom: 15px;
  }
  .profile-listing .bodyimage.has-error .upload-pic-wrapper > div p {
    margin-top: 45px;
  }
  .upload-pic-note-wrapper .wl-group-examples img {
    max-width: 100%;
  }
}
/* weightloss css end  */
@media (min-width: 735px) {
  /* weightloss css start */
  .profile-listing .bodyimage .upload-pic-wrapper > div i.icn-take-picture:before,
  .profile-listing .bodyimage .upload-pic-wrapper > div i.icn-upload-picture:before {
    font-size: 47px;
  }
  /* weightloss css end */
}
@media (min-width: 768px) {
  .order-process {
    padding-top: 40px;
  }
  .profile-details .address-details .other-address .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .profile-details .address-details .other-address .customer-address {
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  /*.gp-detail .address-list{width:630px;}*/
  .profile-details .general-details > div .status-updated,
  .profile-details .address-details .other-address .status-updated {
    right: 0;
    left: auto;
    top: 55px;
    transform: translateY(0);
  }
}
@media (min-width: 1001px) {
  .current-orders-section .current-order-block {
    display: flex;
  }
  .current-orders-section .current-order-block .product-details,
  .current-orders-section .current-order-block .order-tracking-details {
    float: none;
    height: auto;
    min-height: 100px;
  }
  .medical-questions .gp-information .gp-details .gp_lty_botm {
    padding: 0 20px;
  }
  .medical-questions .gp-details .gp-wrap {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  /* weightloss css start */
  .profile-listing .bodyimage {
    margin-bottom: 60px;
  }
  /* weightloss css end */
}
@media (min-width: 1200px) {
  .profile-details .general-details > div .status-updated,
  .profile-details .address-details .other-address .status-updated {
    right: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    word-break: break-word;
  }
}
@media (max-width: 1300px) {
  .memberarea-sidenav {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .arp-placed-order .ordercontent .discBox {
    width: 90px;
    height: 90px;
    font-size: 18px;
    top: -40px;
    right: -45px;
  }
  .change-arp-details .address-details div:nth-child(2) .update-address {
    width: 480px;
  }
}
@media (max-width: 1000px) {
  .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group.target-wght-parent .QueAns {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .change-arp-details .col-md-12 > div.delivery-address .address-details > div .change-delivery-address .address-bx h3 {
    font-size: 16px;
  }
  .change-arp-details .arp-ans {
    margin-top: 0px;
  }
  .arp-placed-order {
    overflow: hidden;
  }
  .arp-placed-order img {
    position: relative;
    width: auto;
    transform: translate(-50%, 0px);
    max-width: 700px;
    left: 50%;
  }
  .arp-placed-order .ordercontent {
    padding: 35px 20px 15px 20px;
  }
  .arp-placed-order .ordercontent .discBox {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 16px;
    top: -35px;
    right: 20px;
  }
  .account-details .security-block .change-password .pass-hint {
    margin-bottom: 20px;
  }
  .order-details .details-heading.order-id {
    display: none;
  }
  .order-details .details-heading.product-name {
    display: flex;
    background: #86b9b5;
    color: #fff;
  }
  .order-details .details-heading.product-name i:before {
    color: #fff;
  }
  .order-details .detailed-current-order .detailed-product-details {
    display: none;
  }
  .order-details .detailed-current-order .detailed-order-tracking {
    width: 100%;
  }
  .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking div.medical-questions div.address-list {
    display: block;
  }
  .male .order-details .details-heading.product-name {
    background: #91a5ae;
  }
  .female .order-details .details-heading.product-name {
    background: #86b9b5;
  }
  .my-orders-section .order-details .detailed-current-order {
    background: #dceae9;
    padding: 10px;
  }
  .my-orders-section .order-details .detailed-current-order .detailed-order-tracking .reorder-btn {
    top: unset !important;
    right: unset !important;
    bottom: 50px;
    width: 100%;
    text-align: center;
  }
  .my-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking {
    padding: 10px;
    background: #fff;
  }
  .my-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking span {
    width: 50%;
  }
  .my-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking .close-order-details {
    margin: 85px 0 0;
  }
  .my-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking div.dLeaflet {
    width: 100%;
    margin-top: 10px;
  }
  .my-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking div.gp-letter {
    display: flex;
  }
  .my-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking div.gp-letter a {
    flex: 1 1 0;
  }
  .checkout .need-help + .icon {
    display: none;
  }
  .change-arp-details .arp-btns {
    flex-direction: column;
    margin-top: 15px;
  }
  .change-arp-details .arp-btns .btn {
    width: 100%;
    margin: 0 0 10px;
  }
  /* cybersourcemicroform payment gateway start */
  .container.wrapper.cybersource_wrapper .panel.panel-info.card-panel-section > .panel-body > .card-section {
    display: table;
    width: 100%;
    margin-right: 0;
  }
  .order-process {
    padding-left: 10px;
    padding-right: 10px;
  }
  .order-process h1,
  .order-process .order-steps {
    display: none;
  }
  .order-process .progress {
    height: 17px;
  }
  /* cybersourcemicroform payment gateway end */
}
@media (max-width: 1000px) {
  .pix_new_chkout {
    text-align: center !important;
  }
  .memberarea-section {
    padding-top: 0px;
  }
  .memberarea-section .col-lg-9.offset-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
  .messages-view {
    margin-top: 20px;
  }
  .current-orders-section {
    margin: 40px 0 0px;
  }
  .current-orders-section h2 {
    text-align: center;
  }
  .current-orders-section .current-order-block .product-details {
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .current-orders-section .current-order-block .product-details span {
    font-weight: 900;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  .current-orders-section .current-order-block .product-details img {
    display: none;
  }
  .current-orders-section .current-order-block .order-tracking-details {
    width: 100%;
    padding: 0 15px;
  }
  .current-orders-section .current-order-block .order-tracking-details .tracking-details span:first-child {
    width: 50%;
  }
  .current-orders-section .current-order-block .order-tracking-details .tracking-details span:last-child {
    float: right;
    width: auto;
  }
  .current-orders-section .current-order-block .order-tracking-details .order-status span:first-child {
    width: 50%;
  }
  .current-orders-section .current-order-block .order-tracking-details .order-status span:last-child {
    float: right;
    width: auto;
  }
  .current-orders-section .current-order-block .order-tracking-details .collapse-order-details {
    top: -40px;
    transform: translateY(0);
    right: 15px;
  }
  .current-orders-section .current-order-block .order-tracking-details .collapse-order-details .icon-plus:before {
    color: #FFFFFF;
  }
  .current-orders-section .order-details .details-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .current-orders-section .order-details .detailed-current-order {
    display: block;
    box-shadow: 0 0 0;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details {
    width: 100%;
    background: #DCEAE9;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details {
    background: #FFFFFF;
    margin: 10px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details .product-name {
    display: none;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details img {
    width: 100px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details .timeline {
    margin-top: 0px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details .timeline li {
    min-height: 40px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details .timeline li:before {
    background: #d4d4d4;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details .timeline li:after {
    top: 5px;
    background: #d4d4d4;
    color: #FFFFFF;
    font-weight: 100;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details .timeline li.completed:before {
    background: #254E5E;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-product-details .product.details .timeline li.completed:after {
    background: #254E5E;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking {
    width: 100%;
    background: #DCEAE9;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking {
    padding: 15px;
    background: #FFFFFF;
    margin: 10px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div {
    text-align: right;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.error-msg {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.product-heading {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address span {
    width: 100%;
    margin-bottom: 10px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address p {
    width: 100%;
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .title {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .stepper-footer {
    display: block;
    text-align: left;
    padding: 0 15px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .update-address .stepper-footer .btn {
    margin: 10px 0px;
    width: 100%;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.delivery-address .vfl-has-label {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.order-status span:last-child {
    text-align: right;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.dosage span:last-child {
    text-align: right;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information span {
    width: 100%;
    margin-bottom: 10px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information p {
    width: 100%;
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .title {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .stepper-footer {
    display: block;
    text-align: left;
    padding: 0 15px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .update-address .stepper-footer .btn {
    margin: 10px 0px;
    width: 100%;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.billing-information .vfl-has-label {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info div {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info span {
    width: 100%;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info .OrderBtn,
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.pending-status-info ul {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div span {
    width: 50%;
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div span.pending-status {
    text-align: right;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-information b {
    text-align: left;
    width: 100%;
    display: inline-block;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group .QueAns .med-ques {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions .medical-group .QueAns .med-ans-option .dropdown {
    text-align: left;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions div.medical-btns {
    flex-wrap: wrap;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions div.medical-btns .btn {
    width: 100%;
    margin: 10px 0px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.medical-questions div.medical-btns .btn:first-child {
    order: 13;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.specific-details .medical-group .QueAns .med-ques {
    text-align: left;
    margin-bottom: 15px;
  }
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking > div.dLeaflet {
    width: 50%;
  }
  .my-orders-section {
    margin: 40px 0px 30px;
  }
  .my-orders-section h2 {
    text-align: center;
  }
  .my-orders-section .my-orders-heading {
    display: none;
  }
  .my-orders-section .my-order-block {
    display: inline-block;
    height: auto;
    width: 100%;
  }
  .my-orders-section .my-order-block div {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .my-orders-section .my-order-block div.order-treatment {
    display: flex;
    height: 60px;
  }
  .my-orders-section .my-order-block div.reorder-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
  }
  .my-orders-section .my-order-block .collapse-order-details {
    top: 20px;
    transform: translateY(0);
    right: 0;
    width: auto;
  }
  .my-orders-section .my-order-block .collapse-order-details i:before {
    color: #FFFFFF;
  }
  .arp-h2 {
    text-align: center;
    margin-top: 40px;
  }
  .arp-details {
    display: inline-block;
    width: 100%;
  }
  .arp-details .arp-prod-price {
    width: 100%;
  }
  .arp-details .arp-subscription {
    width: 100%;
    padding: 15px;
  }
  .arp-details .arp-subscription div.repeat-btn {
    position: relative;
    top: 10px;
    right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .arp-details .arp-subscription div span {
    width: 40%;
  }
  .arp-details .arp-subscription div.medical-details span {
    width: 100%;
  }
  .arp-details .arp-subscription div.delivery-address span {
    width: 100%;
  }
  .arp-details .arp-subscription div.payment-details span {
    width: 100%;
  }
  .arp-details .arp-subscription div.subscribe-and-save span {
    width: 100%;
  }
  .change-arp-details .col-md-12 > div {
    display: inline-block;
    width: 100%;
  }
  .change-arp-details .col-md-12 > div label {
    margin-bottom: 5px;
    font-weight: normal;
  }
  .change-arp-details .col-md-12 > div.medical-details span {
    display: none;
  }
  .change-arp-details .col-md-12 > div.medical-details a {
    padding-left: 0;
  }
  .change-arp-details .col-md-12 > div.medical-details a:before {
    display: none;
  }
  .change-arp-details .col-md-12 .medical-group .col-md-12 > div {
    display: flex;
    width: auto;
  }
  .subscribe-save h2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .subscribe-save span {
    font-size: 15px;
    line-height: 25px;
  }
  .subscribe-save .subscribe-save-product-block {
    display: inline-block;
    width: 100%;
  }
  .subscribe-save .subscribe-save-product-block .product-details {
    width: 100%;
  }
  .subscribe-save .subscribe-save-product-block .product-price-details {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .subscribe-save .subscribe-save-product-block .product-price-details div.subscribe-save-btn {
    position: relative;
    right: 0;
    text-align: center;
    margin-top: 20px;
  }
  .subscribe-save .subscribe-save-product-block .product-price-details div.subscribe-save-btn .btn {
    width: auto;
  }
  .status-updated {
    font-weight: 900;
    line-height: 21px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 12px;
    height: auto;
  }
  .status-updated:before {
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 10px;
  }
  .medical-group .QueAns .med-ques {
    padding: 0;
    margin-bottom: 15px;
    font-weight: 900;
  }
  .medical-questions .heading-tab {
    display: inline-block;
    height: auto;
    padding: 10px 40px 10px 15px;
    width: 100%;
  }
  .medical-questions .heading-tab .name {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    margin-right: 0;
    width: 100%;
    display: inline-block;
  }
  .medical-questions .heading-tab .desc {
    width: 100%;
  }
  .medical-questions .heading-tab .icon-arrow-down {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .medical-questions h2 {
    margin-top: 40px;
    text-align: center;
  }
  .medical-questions .general-questions {
    margin-top: 0;
  }
  .medical-questions .gp-information .status-updated {
    right: 0;
    top: 75px;
  }
  .medical-questions .specific-questions .specific-details .status-updated {
    right: 0;
    top: 10px;
  }
  .account-details h2 {
    text-align: center;
    margin-top: 40px;
  }
  .account-details .security-block {
    margin-top: 20px;
  }
  .account-details .security-block .more-options .icon-more {
    transform: rotateZ(90deg);
  }
  .account-details .notifications-block .disc-promo .promotional-emails {
    background: #91A5AE;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 30px 10px 10px;
    text-align: center;
  }
  .account-details .notifications-block .disc-promo .promotional-emails .custom-control label {
    width: 100%;
  }
  .account-details .notifications-block .disc-promo .promotional-emails .custom-control span {
    margin-left: 0px;
    width: 100%;
  }
  .account-details .notifications-block .disc-promo .promotional-emails .promo-banner span {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .account-details .notifications-block .disc-promo .promotional-emails .icon-corner-cros {
    top: 10px;
    transform: translateY(0);
  }
  .switch {
    margin-top: 4px;
  }
  .profile-details h2 {
    margin-top: 40px;
    text-align: center;
  }
  .profile-details .general-details {
    margin-top: 20px;
  }
  .profile-details .general-details > div.change-name {
    padding: 25px 15px;
  }
  .profile-details .general-details > div.change-name input {
    margin-bottom: 30px;
  }
  .profile-details .general-details > div.change-phone-number {
    padding: 25px 15px;
  }
  .profile-details .general-details > div.change-phone-number .dropdown {
    margin-bottom: 25px;
  }
  .profile-details .general-details > div.change-phone-number .update-name {
    height: auto;
    margin-top: 15px;
  }
  .profile-details .general-details > div .more-options {
    top: 30px;
    transform: translateY(0);
  }
  .profile-details .general-details > div.age-verification-msg {
    padding: 20px 0;
  }
  .profile-details .general-details > div.age-verification-msg br {
    display: none;
  }
  .profile-details .general-details > div.age-verification-msg span {
    width: 90%;
    line-height: 25px;
  }
  .profile-details .general-details > div .status-updated {
    top: 60px;
    transform: translateY(0);
    right: 0;
  }
  .profile-details .payment-details .delete-card-confirmation {
    padding: 30px 15px 20px;
  }
  .profile-details .payment-details .delete-card-confirmation .bank-card-title {
    padding-left: 45px;
  }
  .profile-details .payment-details .delete-card-confirmation .delete-btns .btn {
    margin-top: 15px;
  }
  .profile-details .payment-details .card-details {
    height: auto;
    margin-bottom: 20px;
  }
  .profile-details .payment-details .card-details .form-check label .payment-card-img {
    position: absolute;
    right: 10px;
  }
  .profile-details .payment-details .card-details .expiry-detail {
    display: block;
    float: none;
    padding-left: 30px;
  }
  .profile-details .payment-details .card-details .default {
    margin-left: 30px;
  }
  .profile-details .payment-details .card-details .more-options {
    right: 5px;
    top: 5px;
    transform: translateY(0) rotateZ(90deg);
  }
  .profile-details .payment-details .card-details .more-options:hover ul {
    transform: translateY(20px) rotateZ(-90deg);
    left: -40px;
  }
  .profile-details .address-details .update-address {
    padding: 25px 0px;
  }
  .profile-details .address-details .update-address .stepper-footer .btn {
    margin: 10px 0;
    width: 100%;
  }
  .profile-details .address-details .billing-address .customer-address {
    padding-left: 30px;
    display: inline-block;
  }
  .profile-details .address-details .billing-address .more-options {
    right: 10px;
    transform: rotateZ(90deg);
  }
  .profile-details .address-details .billing-address .default {
    padding-left: 0;
    position: absolute;
    right: 40px;
    top: 0;
  }
  .profile-details .address-details .other-address .customer-address {
    padding-left: 30px;
    display: inline-block;
  }
  .profile-details .address-details .other-address .more-options {
    right: 10px;
    transform: rotateZ(90deg);
  }
  .profile-details .address-details .other-address .more-options ul {
    right: auto;
    transform: rotateZ(-90deg);
    left: -20px;
    top: 40px;
  }
  .profile-details .address-details .other-address .status-updated {
    top: 60px;
    transform: translateY(0);
    right: 0;
  }
  .profile-details .address-details .other-address.last-add .customer-address {
    margin-bottom: 0;
  }
  .profile-details .address-details .other-address .default {
    right: 18px;
    top: 30px;
  }
  .blank-label {
    display: none;
  }
  .messages-inbox h2 {
    text-align: center;
    margin-top: 100px;
  }
  .messages-inbox .msg-inbox-icons {
    text-align: center;
    position: absolute;
    top: 0;
    background: #EBECE1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .messages-inbox .msg-inbox-icons span {
    margin: 20px 15px 10px;
  }
  .messages-inbox .inbox-msg-list {
    height: auto;
  }
  .messages-inbox .inbox-msg-list .inbox-block {
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 20px 10px;
  }
  .messages-inbox .inbox-msg-list .inbox-block .msg-title {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .messages-inbox .inbox-msg-list .inbox-block .msg-subject {
    width: 100%;
  }
  .messages-inbox .inbox-msg-list .inbox-block .msg-date {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .messages-inbox .inbox-msg-list .inbox-block .msg-editable {
    /*display: none;*/
    margin-right: 0;
    width: auto;
  }
  .messages-inbox .inbox-msg-list .inbox-block .medication {
    width: auto;
    display: block;
    padding-top: 10px;
  }
  .messages-view .msg-top-panel {
    padding: 30px 15px 15px;
    height: auto;
  }
  .messages-view .msg-top-panel .msg-subject span {
    display: none;
  }
  .messages-view .msg-top-panel .msg-from {
    display: none;
  }
  .messages-view .msg-top-panel .msg-date {
    top: 5px;
    right: 10px;
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
  }
  .messages-view .msg-top-panel .msg-img {
    display: block;
  }
  .messages-view .msg-body .msg-sender-img {
    display: block;
  }
  .messages-view .msg-body .msg-content {
    padding-left: 0;
    width: 100%;
  }
  .messages-view .msg-body .msg-content .msg-para {
    font-size: 14px;
    line-height: 25px;
  }
  .messages-view .msg-reply .msg-reply-header {
    padding: 15px 15px 10px;
  }
  .messages-view .msg-reply .msg-reply-body {
    padding: 15px;
  }
  .messages-view .msg-reply .msg-reply-footer {
    padding: 10px 15px 10px;
  }
  .messages-view .msg-reply .msg-reply-footer .icon-paperclip {
    right: 20px;
  }
  .create-msg .msg-new .msg-new-header {
    padding: 15px 15px 10px;
  }
  .create-msg .msg-new .msg-new-header > div span {
    width: auto;
  }
  .create-msg .msg-new .msg-new-header > div .dropdown {
    margin-top: 10px;
  }
  .create-msg .msg-new .msg-new-body textarea {
    padding: 15px;
  }
  .create-msg .msg-new .msg-new-footer {
    padding: 10px 15px;
  }
  .create-msg .msg-new .msg-new-footer .icon-paperclip {
    right: 20px;
  }
  .logout-section .modal-content .modal-body .logout-box .logout-btns .btn {
    margin: 10px 0;
    width: 100%;
  }
  .medical-btns {
    margin: 0;
    display: block;
  }
  .medical-btns .btn {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .current-promotional-emails {
    background: #91A5AE;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 30px 10px 10px;
    text-align: center;
  }
  .current-promotional-emails .custom-control label {
    width: 100%;
  }
  .current-promotional-emails .custom-control span {
    margin-left: 0px;
    width: 100%;
  }
  .current-promotional-emails .promo-banner span {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .current-promotional-emails .icon-corner-cros {
    top: 10px;
    transform: translateY(0);
  }
  .arp-details .arp-subscription div.delivery-address span,
  .arp-details .arp-subscription div.payment-details span {
    width: 40%;
  }
  .arp-details .arp-subscription div p {
    width: 60%;
    margin-bottom: 8px;
  }
  .arp-details .arp-subscription div p span {
    width: auto !important;
  }
  .arp-details .arp-subscription div {
    margin-bottom: 15px;
    clear: both;
  }
  .arp-details .arp-subscription div span {
    width: 40%;
    padding-right: 10px;
    word-break: break-word;
  }
  /* Member area bottom navbar start */
  .m-area #page {
    padding-bottom: 60px;
  }
  /*.sidenav-wrapper{position: fixed; width: 100%; bottom: 0; z-index: 2; left: 0;
		.sidenav-close{display: none !important;}
		.sidenav-collapsible{display:block !important;
			.sidenav-menuitems {display: flex; align-items: center; padding: 0; justify-content: space-between;
				a{margin:0; padding: 9px 10px; font-size: 9px; text-align: center; color: @WHTCLR; line-height: 100%;
					&:before{position: relative; display: block; transform: none; text-align: center; left: auto; right: auto; justify-content: center; font-size: 25px; top: auto; margin-bottom: 8px;}
					&.my-orders{
						&:before {content: @icon-my-orders;}
					}
					&.message-center{
						&:before {content: @icon-message-center;}
					}
					&.medical-details{
						&:before {content: @icon-pharmacy-cross-1p;}
					}
				}
			}
		}
		.memberarea-sidenav{position: absolute; height: auto; bottom: 100%; top: auto;
			.sidenav-menuitems{padding: 0;
				a{text-align: right; padding: 14px 50px 14px 10px; margin: 0; font-size: 12px;
					&:before{left: auto; right: 10px; font-size: 25px;}
					&:after{position: absolute; content: ""; bottom: 0; left: 0; width: auto; right: 0; height: 1px; background: rgba(255,255,255,0.5); margin: 0;}
				}
			}
		}
	}*/
  /* Member area bottom navbar start */
  .wl-diary-title {
    margin-top: 40px;
    text-align: center;
  }
  .wl-diary-title + p {
    text-align: center;
  }
  .doc-upload .vfl-has-label .vfl-label {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .change-arp-details .address-details div:nth-child(2) .update-address {
    width: 100%;
  }
  .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking div.medical-questions div.error-msg {
    text-align: left;
  }
  .current-promotional-emails {
    margin: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  .current-orders-section .order-details .detailed-current-order .detailed-order-tracking .detailed-tracking div.dLeaflet {
    width: 100%;
    text-align: left;
    margin: 10px 0 0;
  }
  .messages-view .msg-body {
    padding: 20px 10px;
  }
  .messages-view .msg-body .doctor-msg {
    max-width: 100%;
    padding-left: 60px;
  }
  .messages-view .msg-body .doctor-msg .sender-icon {
    width: 40px;
    height: 40px;
  }
  .messages-view .msg-body .doctor-msg .sender-icon:before {
    font-size: 22px;
  }
  .messages-view .msg-body .doctor-msg .msg-sender-img {
    width: 40px;
  }
  .messages-view .msg-body .doctor-msg .msg-content {
    padding: 15px;
  }
  .messages-view .msg-body .doctor-msg .msg-content:before {
    border-width: 7px;
    left: -14px;
    top: 20px;
  }
  .messages-view .msg-body .user-msg {
    max-width: 100%;
    padding-right: 60px;
  }
  .messages-view .msg-body .user-msg .sender-icon {
    width: 40px;
    height: 40px;
  }
  .messages-view .msg-body .user-msg .sender-icon:before {
    font-size: 22px;
  }
  .messages-view .msg-body .user-msg .msg-content {
    padding: 15px;
  }
  .messages-view .msg-body .user-msg .msg-content:before {
    border-width: 7px;
    right: -14px;
    bottom: 20px;
  }
  .pix_new_chkout {
    padding: 10px 0px;
  }
  .pix_new_chkout .pix_spc_ctr {
    text-align: center;
  }
  .profile-details .address-details h3 {
    text-align: center;
  }
  .profile-details .address-details .other-address .address-bx .col-md-3 {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .delivery-address .row [class*=col-lg-6] {
    flex: 0 0 50%;
  }
  .delivery-address .row [class*=col-lg-6].col-5,
  .delivery-address .row [class*=col-lg-6].col-7 {
    flex: 0 0 auto;
  }
}
@media (max-width: 480px) {
  .profile-details .general-details > div.date-of-birth .birth-doc-name {
    display: block;
  }
  .profile-details .general-details > div.date-of-birth button {
    display: block;
    margin: 15px auto 0;
    width: 100%;
  }
  .profile-details .general-details > div.date-of-birth .mlt-av-doc .btn-link {
    width: 45px;
    margin: 0 0 0 10px;
  }
  .profile-details .general-details > div.date-of-birth .mlt-av-doc .birth-doc-name {
    min-width: 230px;
    max-width: 230px;
  }
  .gp_lty_botm .MedAnsSub .MedAns .col-6 {
    /*flex: 0 0 100%;*/
    max-width: 100%;
  }
  .gp_lty_botm .MedAnsSub {
    padding: 20px 10px;
  }
  .profile-details .address-details .update-address .dropdown .dropdown-toggle {
    min-width: auto;
    line-height: 110%;
  }
  /* cybersourcemicroform payment gateway start */
  .container.wrapper.cybersource_wrapper .form-group:nth-child(3) {
    width: 100%;
  }
  .container.wrapper.cybersource_wrapper .form-group:nth-child(3) input,
  .container.wrapper.cybersource_wrapper .form-group:nth-child(3) > div {
    max-width: 46%;
  }
  /* cybersourcemicroform payment gateway end */
}
@media (max-width: 414px) {
  .my-orders-section .my-order-block div.reorder-btn .btn {
    max-width: 175px;
    min-width: auto;
  }
}
@media (max-width: 360px) {
  .my-orders-section .my-order-block div.reorder-btn .btn {
    max-width: 160px;
    font-size: 14px;
  }
}
