/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Yellowtail&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (2) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (3) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (4) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Global css */
@font-face {
  font-family: "Apercu-Bold";
  font-display: swap;
  src: local("Apercu-Bold"), url('Apercu-Bold.fde530a520fe5106.eot') format("opentype"), url('Apercu-Bold.ef649a151877f18e.otf') format("opentype"), url('Apercu-Bold.4840d496c238914a.woff') format("woff"), url('Apercu-Bold.048ce162d2e2027b.ttf') format("truetype"), url('Apercu-Bold.33466df7e5490619.svg#Apercu-Bold') format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Apercu-Regular";
  font-display: swap;
  src: local("Apercu-Regular"), url('Apercu-Regular.33d83218e419b101.eot?#iefix') format("embedded-opentype"), url('Apercu-Regular.cf63cb9f88bc269a.otf') format("opentype"), url('Apercu-Regular.1a2f0fdec57df182.woff') format("woff"), url('Apercu-Regular.ddfe656212b35cd9.ttf') format("truetype"), url('Apercu-Regular.dee362ca9eeff09b.svg#Apercu-Regular') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* variables */
/* comman font color */
/* comman font size */
/* comman style */
/* mixins */
/* general */
.comman-width {
  width: 1258px;
  margin: 0 auto;
}

body {
  font-family: "Fira Sans" !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

* {
  margin: 0px;
  padding: 0px;
}

.btn {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ed8808;
  position: relative;
}

.colorRed {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

/* btn effect */
.btn:hover {
  color: #fff !important;
}

.btn-hover-effect {
  overflow: hidden;
}
.btn-hover-effect .insider {
  background-color: #fcb723;
  width: 100%;
  height: 3px;
  position: absolute;
  left: -170px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.btn-hover-effect:hover {
  color: #fff;
  opacity: 0.9;
}
.btn-hover-effect:hover .insider {
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  left: 170px;
}

/* welcome section */
.welcome-section {
  float: left;
  width: 100%;
  background-size: cover;
  min-height: 570px;
  background-position: 0;
  background-image: rgb(25, 52, 47) url('hero_iphone.507ee8c69131bea5.webp') no-repeat;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, rgb(25, 52, 47)), color-stop(100%, rgb(42, 82, 75)));
  background-image: url('hero_iphone.507ee8c69131bea5.webp'), linear-gradient(to right, rgb(25, 52, 47) 0%, rgb(42, 82, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19342f", endColorstr="#2a524b", GradientType=1);
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.welcome-section:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: auto 100%;
  background-position: right top;
  bottom: 0;
}

.welcome-section h2, .welcome-section .h2 {
  margin-top: 90px;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: -0.71px;
  color: #fff;
  font-family: "Apercu-Bold" !important;
}

.welcome-center {
  margin: 0;
  display: flex;
  flex-flow: column;
  max-width: 553px;
  margin-left: 90px;
}
.welcome-center .formsec {
  display: flex;
  margin-top: 30px;
  flex-flow: row wrap;
  justify-content: space-between;
}
.welcome-center .formsec > .form-group {
  width: calc(50% - 7px);
}
.welcome-center .formsec input {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 22px;
  height: 46px;
  display: flex;
  align-items: center;
  color: #fff;
  background: transparent;
  outline: none;
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
}
.welcome-center .formsec input[type=email] {
  width: 100%;
}
.welcome-center .formsec input::placeholder {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .welcome-center .formsec .btn_desc a {
    margin-right: 0 !important;
  }
}
.welcome-center .formsec .btn_desc {
  display: flex;
  align-items: center;
}
.welcome-center .formsec .btn_desc a {
  font-family: "Apercu-Bold" !important;
  color: #fff;
  border-radius: 20px;
  background: #ff8b6c;
  min-height: 45px;
  min-width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  max-height: 44px;
  margin-right: 20px;
}
.welcome-center .formsec .btn_desc p {
  padding: 0;
  margin: 0;
  font-family: "Apercu-Regular" !important;
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.01px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  font-weight: 400;
}
.welcome-center .formsec .btn_desc p a {
  display: none;
  display: inline;
  color: #fff;
  letter-spacing: -0.01px;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 12.6px;
  margin: 0;
  font-weight: 400;
}
.welcome-center .formsec .error_msg {
  position: relative;
}
.welcome-center .formsec .error_msg input {
  padding-left: 30px !important;
  transition: all 0.2s;
  border-color: #ff8b6c !important;
}
.welcome-center .formsec .error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff8b6c;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 10px;
}
.welcome-center .formsec .error_msg span {
  top: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #ff8b6c;
  margin-top: 0;
  display: flex !important;
  align-items: center;
  letter-spacing: -0.5px;
  top: 0;
  padding-left: 13px;
  position: relative;
  margin-top: 5px;
}
.welcome-center .formsec .error_msg span:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #ff8b6c;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}

.search_medicine {
  background: #f2f2f2;
}
.search_medicine .comman-width {
  padding-top: 40px;
  max-width: 1048px;
  padding-bottom: 0px;
}
.search_medicine .comman-width app-search .search-fields {
  margin-bottom: 20px;
}
.search_medicine .comman-width app-search .form-section {
  background: transparent;
  border: 2px solid #19342f;
  border-radius: 44px;
}
.search_medicine .comman-width app-search .form-section .btn[type=submit] {
  display: none;
}
.search_medicine .comman-width app-search .form-section .form-control {
  width: 100%;
  background: transparent;
  margin-left: 0;
  padding-left: 25px;
  color: #19342f;
  font-size: 20px;
  font-family: "Apercu-Bold" !important;
  letter-spacing: -0.05px;
}
.search_medicine .comman-width app-search .form-section .form-control::placeholder, .search_medicine .comman-width app-search .form-section .form-control:-ms-input-placeholder {
  color: #19342f;
}
.search_medicine .comman-width app-search .form-section .lowest {
  background: #2a524b;
  border-radius: 20.5px;
  min-height: 45px;
  max-height: 45px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 190px;
  max-width: 190px;
  letter-spacing: 0.14px;
}
.search_medicine .comman-width app-search .popular_sesrch .title {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #19342f;
  font-weight: normal;
  line-height: 19px;
}
.search_medicine .comman-width app-search .popular_sesrch ul {
  display: flex;
  flex-flow: row wrap;
}
.search_medicine .comman-width app-search .popular_sesrch ul li {
  background: transparent;
  border: 1.2px solid #19342f;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.07px;
  cursor: pointer;
  color: #19342f;
  margin-right: 10px;
  line-height: normal;
  border-radius: 20.5px;
  margin-bottom: 10px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
}
.search_medicine .comman-width app-search .recent_sesrch .title,
.search_medicine .comman-width app-search .serachlist .title {
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
}
.search_medicine .comman-width app-search .recent_sesrch ul li,
.search_medicine .comman-width app-search .serachlist ul li {
  color: #19342f;
  background: transparent;
  border-bottom: 1.2px solid #19342f;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  border-top: none;
}
.search_medicine .comman-width app-search .recent_sesrch ul li:last-child,
.search_medicine .comman-width app-search .serachlist ul li:last-child {
  border: none;
}
.search_medicine .comman-width app-search .recent_sesrch ul li:hover,
.search_medicine .comman-width app-search .serachlist ul li:hover {
  background: #19342f;
  color: #fff;
}

/* accept section */
.accept-section .card {
  position: relative;
  display: block;
  margin: 61px auto 31px auto;
  line-height: 56px;
  width: 224px;
  height: 56px;
  border-radius: 4px;
  background-color: #ed8808;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: none;
}

.accept-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.accept-section li {
  max-height: 100px;
  display: inline-block;
}

.accept-section li:first-child {
  padding-left: 31px;
}

.accept-section li:last-child {
  padding-right: 62px;
}

.accept-section li img {
  max-width: 101px;
  height: auto;
}

.accept-section h2, .accept-section .h2 {
  margin-top: 60px;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #18342f;
}

/* work section */
.work-section {
  padding: 30px 0 30px 0;
  width: 870px;
  text-align: center;
  margin: 0 auto;
}

.work-section h2, .work-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
}

.work-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #506d85;
}

/* carosuel section */
.carosuel-section .shadow {
  margin-left: 10px;
  margin-right: 10px;
  min-height: 158px;
  margin-bottom: 20px;
  padding-top: 35px;
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(29, 37, 45, 0.05);
  border: solid 1px #dde5ed;
  background-color: #fff;
}

.carosuel-section h2, .carosuel-section .h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
}

.carosuel-section img {
  width: 49px;
  height: 49px;
  border-radius: 49px;
  margin: 25px auto 15px auto;
  display: block;
}

.carosuel-section h3, .carosuel-section .h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #18342f;
}

.carosuel-section p {
  padding: 0 35px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: 10px;
}

.carosuel-section .nav-btn.prev-slide.slick-arrow {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -110px;
  width: 30px;
  height: 60px;
  background: url('prev_icon.758ecf7d3e9c8781.svg') no-repeat;
  transform: translate(0, -50%);
  background-position: center left;
}

.carosuel-section .nav-btn.next-slide.slick-arrow {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -110px;
  width: 30px;
  height: 60px;
  background: url('next_icon.acfec0424f4ed00d.svg') no-repeat;
  transform: translate(0, -50%);
  background-position: center right;
}

.slick-disabled {
  display: none !important;
}

/* download section */
.download-section {
  padding: 70px 0 0 0;
  margin: 50px 0 0 0;
  width: 100%;
  overflow: hidden;
  min-height: 500px;
  background: url('download-app-bg.42236915d6bcb45e.webp') left top no-repeat;
  background-size: 100% 100%;
}

.download-section span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #ffffff;
}

.download-section h2, .download-section .h2 {
  margin-bottom: 50px;
  margin-top: 15px;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.5px;
  color: #fff;
}

.download-section .get {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #fff;
}

.download-section form {
  width: 469px;
  height: 56px;
  border-radius: 6px;
  background-color: #ffffff;
}

.download-section .form-control {
  padding: 28px 0 27px 15px;
  box-shadow: inherit;
  width: 291px;
  float: left;
  border: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #506d85;
}

.download-section .form-control.differ {
  padding: 27px 0 24px 15px;
}

.download-section .form-control:focus {
  box-shadow: none;
}

.download-section .btn {
  margin: 5px 0 0 0;
  width: 172px;
  height: 46px;
  position: relative;
  text-align: center;
  border-radius: 4px;
  background-color: #ed8808;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

/* header */
.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar {
  margin-bottom: 0px !important;
  border: none !important;
  padding: 0 !important;
}

.navbar ul {
  overflow: visible;
  list-style: none;
  flex-direction: row;
  align-content: center !important;
}

.navbar li {
  transition: all 0.7s ease;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.navbar li.last {
  padding-right: 0px;
}

.navbar li a {
  font-size: 20px !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #2a524b;
  padding: 0 !important;
  cursor: pointer;
  font-family: "Apercu-Bold" !important;
  position: relative;
  display: flex;
  align-items: center;
}

.navbar li span {
  position: absolute;
  display: none;
  bottom: -25px;
  width: 100%;
  height: 4px;
  background: #ed8808;
  border-radius: 4px;
}

.navbar li.download .active {
  padding-bottom: 0px !important;
}

.navbar li.download .active span {
  bottom: -31px !important;
}

.navbar li a.active span,
.navbar li a.home-active span {
  display: block;
}

.navbar a {
  text-decoration: none;
}

.login {
  padding-left: 28px;
  display: flex;
}

.signIn,
.signIn:hover {
  padding-left: 20px;
  font-size: 16px;
  color: #44b672;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Apercu-Bold" !important;
}

.signUp,
.signUp:hover {
  font-size: 16px;
  color: #fff;
  background: #2a524b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 12px;
  white-space: nowrap;
  font-family: "Apercu-Bold" !important;
  border-radius: 20px;
  min-width: 120px;
}

.margin-leftAuto {
  margin-left: auto !important;
}

.navbar li.download {
  padding-right: 0px !important;
}

.navbar .signUp {
  padding-right: 0px !important;
}

.navbar .login {
  overflow: hidden;
  padding-left: 25px;
}

/* search section */
.search {
  padding-top: 60px;
  padding-bottom: 90px;
}
.search p {
  padding: 0;
  margin: 0;
  font-family: "Apercu-Bold" !important;
  color: #44b672;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.07px;
  font-size: 16px;
}
.search ul {
  list-style: none;
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
.search ul li {
  display: flex;
  flex-flow: column;
  font-family: "Apercu-Regular" !important;
  font-size: 18px;
  color: #44b672;
  letter-spacing: -0.26px;
  line-height: 24px;
  min-width: 150px;
  max-width: 150px;
}
.search ul li img {
  margin-bottom: 12px;
}

.image {
  min-height: 80px;
}

.search-fields input {
  border: none;
  float: left;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8ba6c1;
}

.search-fields .form-section {
  background: #fff;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  min-height: 88px;
  border-radius: 10px;
  border-radius: 6px;
  box-shadow: 0 0 64px 0 rgba(29, 37, 45, 0.1);
}

.search-fields .form-section .btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32px;
  left: 29px;
  background: url('search.01f47c43fd94f7ea.svg') left top no-repeat;
}

.search-fields .form-control {
  min-height: 88px;
  margin-left: 66px;
  padding: 0px;
  width: 65%;
  box-shadow: none;
}

.search-fields .form-control:focus {
  box-shadow: none;
}

.search-fields .serachlist {
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  height: 350px;
  overflow: auto;
}

.search-fields .serachlist ul {
  list-style: none;
  width: 100%;
  overflow: hidden;
}

.search-fields .serachlist li {
  color: #18342f;
  padding-left: 16px;
  line-height: 36px;
  cursor: pointer;
  border-top: 1px solid #f0f0f0;
}

.search-fields .serachlist li:hover {
  background: #ed8808;
}

/* footer section */
.footer-section {
  padding: 10px 0 10px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footer-section .comman-width {
  max-width: 1040px;
}
.footer-section .comman-width .footerlogo {
  margin-bottom: 40px;
}
.footer-section .comman-width .footerlogo a::after {
  visibility: hidden;
}
.footer-section .comman-width .footer-adjust ul li {
  margin-bottom: 20px;
}
.footer-section .comman-width .footer-adjust ul li a {
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #11352f;
  letter-spacing: -0.51px;
}
.footer-section .comman-width .footer-adjust ul li a:hover::after {
  background: #11352f;
}
.footer-section .comman-width .footer-adjust ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-section .comman-width .footer-adjust .first {
  min-width: 108px;
  max-width: 160px;
  margin-right: 58px;
}
.footer-section .comman-width .footer-adjust .first ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-section .comman-width .footer-adjust .second {
  padding-top: 0;
}
.footer-section .comman-width .footer-adjust .second ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-section .comman-width .footer-adjust .third {
  min-width: 198px;
  max-width: 198px;
  margin-left: auto;
  margin-right: 100px;
}
.footer-section .comman-width .footer-adjust .third h2, .footer-section .comman-width .footer-adjust .third .h2 {
  line-height: normal;
  font-family: "Apercu-Bold" !important;
  font-size: 18px;
  color: #17332e;
  letter-spacing: -0.24px;
  margin-bottom: 26px;
  font-weight: normal;
}
.footer-section .comman-width .footer-adjust .third ul.social li {
  margin-bottom: 21.6px;
}
.footer-section .comman-width .footer-adjust .third ul.social li a {
  display: flex;
  align-items: center;
  font-family: "Apercu-Regular" !important;
  font-size: 18px;
  color: #11352f;
  font-weight: normal;
}
.footer-section .comman-width .footer-adjust .third ul.social li a::after {
  display: none;
}
.footer-section .comman-width .footer-adjust .third ul.social li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-section .comman-width .footer-adjust .fourth h2, .footer-section .comman-width .footer-adjust .fourth .h2 {
  line-height: normal;
  font-family: "Apercu-Bold" !important;
  font-size: 18px;
  color: #17332e;
  letter-spacing: -0.24px;
  margin-bottom: 20px;
  font-weight: normal;
}
.footer-section .comman-width .footer-adjust .fourth .socialbtns a {
  width: 150px;
  height: 45px;
  border-radius: 20.5px;
  border: solid 1.2px #19342f;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 8px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #19342f;
}
.footer-section .comman-width .footer-adjust .fourth .socialbtns a img {
  margin-right: 10px;
}
.footer-section .copyright {
  max-width: 1198px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  border-top: 2.2px dashed #ff8b6c;
  position: relative;
  overflow: visible;
  padding-top: 32.5px;
}
.footer-section .copyright::before {
  content: "";
  width: 40px;
  height: 23px;
  background: #fff url('footer_scissors.4ae6d1eebffc3fae.svg') no-repeat;
  position: absolute;
  display: none;
  top: -14px;
  left: 0;
}
.footer-section .copyright .comman-width {
  max-width: 100%;
  padding-left: 78px;
}
.footer-section .copyright .comman-width li {
  font-family: "Apercu-Regular" !important;
  font-weight: normal;
  color: #ff8b6c;
  letter-spacing: -0.46px;
  font-size: 16px;
}

.footer-section ul {
  list-style: none;
}

.footer-section h2, .footer-section .h2 {
  margin-bottom: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: unset;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  letter-spacing: normal;
  color: #18342f;
}

.footer-section h2 span, .footer-section .h2 span {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #506d85;
  display: block;
  text-transform: none;
}

.footer-section li a {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #18342f;
  text-decoration: none;
}

.footer-section li {
  padding-bottom: 8px;
}

.footer-section .second {
  padding-top: 51px;
}

.footer-section .social img {
  margin-right: 13px;
}

.footer-section .social li {
  margin-bottom: 6px;
}

.footer-section .form-control {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(29, 37, 45, 0.05);
  border: solid 1px #dde5ed;
  color: #8ba6c1;
  background-color: #ffffff;
}

.footer-section .btn {
  margin-top: 15px;
  color: #fff;
  width: 159px;
  height: 48px;
  border-radius: 4px;
  background-color: #ed8808;
  position: relative;
}

.footer-section .logo {
  display: none;
  margin-bottom: 21px;
  margin-top: 21px;
}

.footer-section .alert-success,
.footer-section .alert-danger {
  display: none;
  width: 308px;
  margin-top: 8px;
}

.cool-link:hover {
  color: #ed8808;
}

.cool-link {
  display: inline-block;
  color: #ed8808;
  text-decoration: none;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff8b6c;
  transition: width 0.6s;
}

.cool-link:hover::after {
  width: 100%;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid #cde5f6;
  overflow: hidden;
  margin-top: 30px;
}

.copyright li:first-child {
  padding-left: 0px;
  border: none;
}

.copyright li {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #506d85;
  float: left;
  border-left: none;
  padding: 0 0 10px 0;
}

.copyright li a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #11352f;
}

.slide:focus,
.slide:active {
  outline: none;
}

.slideToggle {
  display: none;
  background: none;
  border: none;
}

.search-fields .btn.lowest {
  width: 224px;
  height: 56px;
  line-height: 42px;
  border-radius: 4px;
  background: #ed8808 none;
  right: 16px;
  left: auto;
  color: #fff;
  top: 15px;
  position: absolute;
  font-family: "Fira Sans" !important;
  cursor: pointer;
}

/* banner section */
.banner-section img {
  width: 100%;
  height: auto;
}

.banner-section {
  width: 100%;
  height: auto;
  background-image: linear-gradient(282deg, #399ffa, #0ab2c7);
}

.banner-section .comman-width {
  position: relative;
}

.banner-section .over {
  position: absolute;
  top: -248px;
  left: 0px;
}

.banner-section h2, .banner-section .h2 {
  font-size: 54px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -1.13px;
  color: #fff;
}

.banner-section p {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #fff;
}

/* honest */
.honest-section {
  padding: 60px 0 0 0;
}

.honest-section .small-heading {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00aced;
}

.honest-section h2, .honest-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -1px;
  color: #000;
  margin-top: 8px;
}

.honest-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #506d85;
}

.honest-section .honest-text {
  font-family: "Yellowtail";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.honest-section .honest-line {
  width: 125.8px;
  border: solid 2px #000;
  border-color: #000 transparent transparent transparent;
  border-radius: 69% 0px 0px 3px;
  display: block;
}

/* support section */
.support-section {
  margin: 40px 0 0 0;
  background-color: #f5f8fa;
  padding-bottom: 40px;
}

.support-section img {
  width: 100%;
  height: auto;
}

.support-section .support {
  background-image: linear-gradient(290deg, #399ffa, #0ab2c7);
  width: 1060px;
  margin: -300px auto 0 auto;
  position: relative;
  padding: 40px 0;
}

.support-section h2, .support-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.support-section p {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0 80px;
}

.contact-section .content {
  border: solid 1px #dde5ed;
  background-color: #ffffff;
  margin-top: -55px;
  position: relative;
  padding: 40px 45px 0 45px;
  overflow: hidden;
}

.contact-section .left {
  width: 292px;
  float: left;
}

.contact-section .right {
  padding-left: 27px;
  width: 70%;
  float: left;
  padding-top: 5px;
  position: relative;
  border-left: 2px solid #dde5ed;
  min-height: 440px;
}

.contact-section .form-group {
  margin-bottom: 30px;
}

.contact-section h2, .contact-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
  margin-bottom: 40px;
  margin-top: 0px;
}

.contact-section label {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8ba6c1;
  position: absolute;
  top: 30px;
  transition: all 0.2s;
}

button {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

.contact-section .form-control {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid #dde5ed;
  width: 261px;
  padding: 0px;
  padding-top: 22px;
  box-sizing: content-box;
}

.contact-section .form-control:focus + label {
  top: 0;
  transition: all 0.2s;
}

.contact-section .form-control:not(:placeholder-shown) + label {
  top: 0;
  transition: all 0.2s;
}

.contact-section .form-control::-webkit-input-placeholder,
.contact-section #message::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #18342f;
}

.contact-section .form-control::-moz-placeholder,
.contact-section #message::-moz-placeholder {
  /* Firefox 19+ */
  color: #18342f;
}

.contact-section .form-control:-ms-input-placeholder,
.contact-section #message::-ms-input-placeholder {
  /* IE 10+ */
  color: #18342f;
}

.contact-section .form-control:-moz-placeholder,
.contact-section #message::-moz-placeholder {
  /* Firefox 18- */
  color: #18342f;
}

.download-section .form-control::-webkit-input-placeholder,
.download-section .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #506d85;
}

.download-section .form-control::-moz-placeholder,
.download-section .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #506d85;
}

.download-section .form-control:-ms-input-placeholder,
.download-section .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #506d85;
}

.download-section .form-control:-moz-placeholder,
.download-section .form-control::-moz-placeholder {
  /* Firefox 18- */
  color: #506d85;
}

.contact-section .check {
  width: auto;
  float: left;
}

.contact-section .checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
  max-width: calc(100% - 250px);
  font-family: "Apercu-Bold" !important;
}

.contact-section .checkbox-container {
  padding: 0 0 0 30px;
  color: #18342f;
}

.contact-section .form-group {
  position: relative;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #365ea8;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #365ea8;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #365ea8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-section textarea {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
  border: none;
  resize: none;
  display: block;
  margin: 5px 0 0 0;
  min-height: 300px;
  width: 100% !important;
}

.contact-section textarea:focus {
  outline: none;
}

.contact-section .button {
  width: 229px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 15px;
  background: #ed8808;
}

.contact-section .button:focus {
  outline: none;
}

.accordian-section {
  background-color: #f5f8fa;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  padding: 30px 0 0 0;
}

.accordian-section h2, .accordian-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #18342f;
}

.accordian-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #506d85;
  margin-bottom: 50px;
}

.panel {
  border-radius: 4px !important;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.03) !important;
  border: solid 1px #dde5ed !important;
  background-color: #ffffff !important;
  padding: 28px 20px 28px 28px !important;
  margin-bottom: 20px !important;
}

.panel-body {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #506d85;
  border: none !important;
  padding: 15px 50px 0 0 !important;
}

.panel-title {
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222 !important;
}

.panel-default > .panel-heading {
  background-color: #fff !important;
  border: none !important;
}

.panel-group .panel-heading {
  padding: 0px !important;
}

.panel-title span {
  cursor: pointer;
}

.panel-title span[aria-expanded=true] {
  color: #ed8808;
  cursor: pointer;
}

.panel-title span[aria-expanded=true] span {
  width: 44px;
  height: 44px;
  float: right;
  background: url('minus.e1a88e927b945e00.png') center 50% no-repeat !important;
  border: 1px solid #ed8808;
  margin: -10px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.panel-title span[aria-expanded=false] span {
  width: 44px;
  height: 44px;
  float: right;
  background: url('plus.e87fc96481a1e9f0.png') center center no-repeat;
  border: 1px solid #ed8808;
  margin: -10px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
}

.btn.accordion {
  width: 229px;
  height: 56px;
  border-radius: 4px;
  background-color: #ed8808;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 46px;
  margin: 40px auto 80px auto;
  float: none;
  display: block;
  color: #fff;
}

.contact-section .form-group.mobile {
  display: none;
}

.contact-section.support-new2 .content {
  margin-top: 0px;
}

.contact-section.support-new .content {
  margin-bottom: 40px;
}

.contact-section.support-new .content {
  padding-bottom: 40px;
}

.contact-section.support-new h4, .contact-section.support-new .h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
  margin-top: 26px;
}

.contact-section.support-new p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #506d85;
}

.contact-section.support-new a {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ed8808;
}

/* download section */
.download-section.edit {
  background: url('bg.d16a84b6d7f1d714.png') no-repeat;
  padding-top: 0px;
  width: 100%;
  margin-top: 0px;
  background-size: cover;
}

#contactsucess {
  margin-top: -24px;
  margin-bottom: 15px;
  font-family: "Fira Sans" !important;
  color: #ed8808;
  font-weight: 400;
  display: none;
  text-align: center;
  padding-top: 20px;
}

#getsucess {
  margin-top: -24px;
  margin-bottom: 15px;
  font-family: "Fira Sans" !important;
  color: #ed8808;
  font-weight: 400;
  display: none;
  widows: 100%;
  text-align: center;
  padding-top: 10px;
}

form.msgerror {
  position: relative;
  border: none !important;
}
form.msgerror:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff8b6c;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 41%;
  transform: translate(0, -50%);
  left: 10px;
}
form.msgerror span {
  border: none;
  color: #ff8b6c !important;
  font-size: 16px !important;
}

form.msgerror span,
form.Success_sent span {
  color: #44b672 !important;
  text-shadow: 1px 1px #333;
  text-align: left;
  align-items: center;
  display: flex;
  margin-right: auto;
  width: 100%;
  font-size: 16px !important;
  font-family: "Fira Sans" !important;
  font-weight: 700;
  padding-left: 33px;
}

form.msgerror {
  text-shadow: 1px 1px #333;
  box-sizing: border-box;
}

form.Success_sent span {
  color: #fff !important;
}

form.Success_sent.d_bottom span {
  color: #ed8808 !important;
}

.download-section.edit h2, .download-section.edit .h2 {
  margin-top: 150px;
  margin-bottom: 20px;
  font-size: 55px;
}

.download-section.edit span {
  margin-bottom: 20px;
}

.download-section.edit .get {
  color: #fff;
  margin-bottom: 10px;
}

.lowest-section.edit {
  padding: 50px 0 50px 0;
}

.discount-section {
  width: 100%;
  background-color: #f5f8fa;
  overflow: hidden;
  padding: 30px 0 290px 0;
}

.discount-section h2, .discount-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #18342f;
}

.discount-section h3, .discount-section .h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
}

.discount-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #506d85;
}

.discount-section .gap {
  padding-top: 140px;
}

.behalf-section {
  width: 1206px;
  background-image: linear-gradient(289deg, #399ffa, #0ab2c7);
  margin: -290px auto 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
}

.behalf-section h2, .behalf-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 40px 0 0 0;
  text-align: center;
  padding-bottom: 20px;
}

.behalf-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0 80px 20px 80px;
}

.behalf-section span {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  line-height: 26px;
  margin-top: 20px;
  display: block;
  padding: 0 25px;
}

.behalf-section ul {
  list-style: none;
  text-align: center;
}

.behalf-section img {
  margin: 0 auto;
}

.line {
  width: 263px;
  display: block;
  border-bottom: 1px solid #dde5ed;
  position: absolute;
  top: 22px;
  left: 110px;
}

.oval {
  width: 12px;
  height: 12px;
  border: solid 1px #8ba6c1;
  display: block;
  border-radius: 12px;
  position: absolute;
  top: 40px;
  right: 0px;
}

.discount-section .gap .repeat {
  position: relative;
  padding-bottom: 40px;
}

/* review section */
.review-section h2 span, .review-section .h2 span {
  display: flex;
  min-height: 87px;
  font-size: 32px;
  justify-content: center;
  align-items: center;
}

.review-section h2 span, .review-section .h2 span {
  position: relative;
}
.review-section h2 span::before, .review-section .h2 span::before {
  position: absolute;
  background: url('invalid-name.4ec11175f6a9e05d.png') right top no-repeat;
  left: 0;
  width: 107px;
  height: 87px;
  content: "";
  top: -20px;
}
.review-section h2 span::after, .review-section .h2 span::after {
  position: absolute;
  background: url('copy.c45827c2fa0eb82f.png') right top no-repeat;
  right: 0;
  width: 107px;
  height: 87px;
  content: "";
  top: 30px;
}

.review-section h2, .review-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #18342f;
  padding: 22px 0 0 0;
  margin: 64px 138px 70px 138px;
}

.review-section li {
  margin-bottom: 30px;
}

.review-section .bg {
  padding: 40px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 var(--dark-5);
  border: solid 1px #dde5ed;
  background-color: #ffffff;
}

.review-section ul {
  list-style: none;
}

.download-section.edit.change {
  background: none;
  background-color: #f5f8fa;
  text-align: center;
}

.download-section.edit.change h2, .download-section.edit.change .h2 {
  margin: 0px;
  padding: 66px 0 12px 0;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #18342f;
}

.download-section.edit.change span {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #18342f;
}

.download-section.edit.change span.get {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #8ba6c1;
}

.download-section.edit.change form {
  margin: 0 auto;
  width: 469px;
  height: 56px;
  border-radius: 6px;
  border: solid 1px #dde5ed;
  background-color: #ffffff;
  box-shadow: none;
}

.download-section.edit.change .btn {
  width: 165px;
  height: 44px;
}

.download-section.edit.change {
  min-height: inherit;
  padding-bottom: 70px;
}

.review-section p {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #18342f;
}

.review-section .slide span {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #506d85;
  margin-top: 50px;
  display: block;
}

.slick-dots {
  display: none !important;
}

.review-section .bg {
  margin-right: 30px !important;
  margin-bottom: 30px !important;
}

.header-section {
  min-height: 75px;
}

.card-section h3, .card-section .h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00aced;
  margin: 50px 0 15px 0;
}

.card-section h2, .card-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 20px 0;
}

.card-section p {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.52;
  letter-spacing: normal;
  color: #506d85;
  padding-bottom: 20px;
}

.card-section ul {
  list-style: none;
}

.card-section li {
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #18342f;
  background: url('star.6c62dd1fa5b0f750.png') left 11px no-repeat;
  padding-left: 40px;
}

.save-section img {
  margin-bottom: -124px;
  margin-left: -22px;
}

.left-gap {
  padding-left: 50px;
}

.welcome-section.edit .search li {
  width: 300px;
}

.save-section {
  width: 100%;
  background-image: linear-gradient(292deg, #399ffa, #0ab2c7);
  padding: 40px 0;
  margin-top: 50px;
}

.save-section h2, .save-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-top: 80px;
}

.save-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
}

.save-section ul {
  list-style: none;
  padding: 18px 0;
}

.save-section li {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #fff;
  background: url('star2.fddc42b2d196bba9.png') left 6px no-repeat;
  padding-left: 40px;
}

.welcome-section.edit {
  background: #fff;
  padding: 130px 0 0 0;
}

.welcome-section.edit .search {
  padding-bottom: 0px;
}

.welcome-section.edit .search img {
  margin-bottom: 20px;
}

.signUp-section .bg {
  border-radius: 16px;
  background-color: #18342f;
  text-align: center;
  padding: 30px 0 0 0;
  overflow: hidden;
}

.signUp-section h2, .signUp-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.signUp-section form {
  width: 960px;
  margin: 40px auto 65px auto;
  border-radius: 6px;
  box-shadow: 0 0 64px 0 rgba(29, 37, 45, 0.1);
  border: solid 1px #dde5ed;
  background-color: #ffffff;
  overflow: hidden;
  padding: 1px;
}

.signUp-section .field-one {
  width: 329px;
  float: left;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  height: 90px;
  border-right: 1px solid #bed6f0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8ba6c1;
  padding-left: 25px;
}

.signUp-section .field-second {
  width: 365px;
  float: left;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  height: 90px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8ba6c1;
  padding-left: 25px;
}

.signUp-section .btn {
  width: 194px;
  height: 56px;
  margin: 18px 15px 0 0;
  float: right;
  background: #ed8808;
}

.prescription-section {
  position: relative;
  padding-bottom: 150px;
}

.prescription-section h2, .prescription-section .h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #18342f;
  margin: 60px 0 70px 0;
}

.prescription-section h3, .prescription-section .h3 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  padding-top: 18px;
}

.prescription-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #506d85;
}

.petcard {
  width: 955px;
  border: solid 20px #ffffff;
  border-left: none;
  background-color: #18342f;
  position: absolute;
  bottom: -91px;
  right: 322px;
}

.prescription-section .comman-width {
  position: relative;
}

.petcard {
  padding: 30px 0 73px 30px;
  margin-top: 32px;
}

.petcard h4, .petcard .h4 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}

.petcard p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
  padding-bottom: 25px;
  padding-right: 20px;
}

.petcard ul {
  list-style: none;
  width: 600px;
}

.petcard li {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #fff;
  background: url('star.6c62dd1fa5b0f750.png') left 7px no-repeat;
  padding-left: 30px;
  padding-bottom: 10px;
}

.welcome-section .comman-width {
  position: relative;
}

.modal-dialog {
  width: 344px !important;
  border-radius: 16px;
}

.contact-section.card-modal .content {
  border-radius: 16px;
}

.modal-backdrop.in {
  display: none !important;
}

.modal-dialog {
  margin: 50px 0 0 0 !important;
  float: right;
  border-radius: 4px;
}

.modal {
  top: 220px !important;
  right: 20px !important;
  padding-top: 45px;
}

.btn.btn-default.close {
  position: absolute;
  top: 2px;
  right: 14px;
  width: auto;
  background: none;
  color: #243d56;
  font-size: 20px;
  opacity: 1;
}

.contact-section.card-modal .content {
  padding: 25px 35px;
  box-shadow: 0 0 64px 0 rgba(29, 37, 45, 0.1), 0 2px 23px 0 rgba(0, 0, 0, 0.16);
}

.contact-section.card-modal button {
  width: 159px;
  height: 48px;
  background-color: #18342f;
  color: #fff;
}

.contact-section.card-modal .form-control {
  width: 100%;
}

.getCard:focus {
  outline: none;
}

.getCard {
  width: 344px;
  height: 64px;
  border-radius: 40px;
  box-shadow: 0 0 64px 0 rgba(29, 37, 45, 0.1), 0 2px 23px 0 rgba(0, 0, 0, 0.16);
  background: #fff url('arrow.a9950c32db549b71.png') 97% center no-repeat;
  position: fixed;
  bottom: 24px;
  right: 24px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: normal;
  color: #18342f;
  display: block;
  z-index: 999;
}

.getCard:hover,
.getCard:focus {
  text-decoration: none;
  color: #23527c;
}

.modal-open {
  overflow: auto;
  padding: 0 !important;
}

.getCard span {
  background: url('get-card.1dda5ba06bc7cc56.webp') 8% center no-repeat;
  display: block;
  height: 100%;
  text-align: center;
}

#myModal {
  z-index: 99999;
  bottom: 24px;
  top: unset !important;
}
#myModal .modal-dialog {
  position: absolute;
  bottom: 0px;
  right: 24px;
}

.inner-gap {
  padding-right: 0px;
}

.right .alert-success {
  display: none;
  line-height: 22px;
  position: absolute;
  margin-top: 8px;
  margin-bottom: 0px;
  left: 0px;
  bottom: 15px;
  padding: 10px;
}

.search-fields .form-section {
  overflow: visible;
}

.serachlist {
  position: absolute;
  top: 85px;
  left: 0px;
  background: #fff;
  z-index: 9999999;
}

.btn.btn-default.close:focus {
  outline: none;
  box-shadow: none;
}

.easy-section .card {
  transition: all 0.8s ease;
}

/* responsive */
@media only screen and (min-width: 1024px) {
  .review-section .slick-slide {
    width: 50% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .getCard {
    top: 500px;
  }
  .prescriptionimg-responsive {
    width: 100%;
  }
  .comman-width {
    width: 96%;
    padding: 0 2%;
  }
  .welcome-section h2, .welcome-section .h2 {
    margin-top: 30px;
  }
  .search-fields {
    min-height: inherit;
    padding-bottom: 30px;
  }
  .lowest-section.edit .search-fields {
    padding-bottom: 0px;
  }
  .download-section {
    margin-top: 10px;
  }
  .download-section h2, .download-section .h2 {
    font-size: 40px;
  }
  .download-section .form-control {
    width: 220px;
  }
  .download-section form {
    width: 398px;
  }
  .footer-section h2, .footer-section .h2 {
    line-height: 20px;
  }
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: -35px;
  }
  .carosuel-section .nav-btn.prev-slide.slick-arrow {
    left: -35px;
  }
  .banner-section .over {
    top: -157px;
    left: 4%;
  }
  .honest-section {
    padding-top: 40px;
  }
  .support-section .support {
    width: 100%;
  }
  .navbar li {
    padding: 0 8px;
  }
  .navbar li a {
    font-size: 12px;
  }
  .navbar li.download a {
    font-size: 12px !important;
  }
  .header-section .logo {
    width: 15%;
    margin: 13px auto;
  }
  .navbar .signUp {
    width: 70px;
  }
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: -30px;
  }
  .download-section.edit.change .form-control {
    width: 291px;
  }
  .download-section.edit h2, .download-section.edit .h2 {
    font-size: 26px;
  }
  .download-section .app {
    max-width: 40%;
  }
  .download-section.edit h2, .download-section.edit .h2 {
    margin-top: 80px;
  }
  .download-section.edit {
    min-height: inherit;
    padding-bottom: 30px;
  }
  .line {
    width: 78px;
  }
  .oval {
    right: auto;
    left: 192px;
  }
  .img-responsive.pharmacy {
    margin-top: 120px;
  }
  .discount-section .gap {
    padding-top: 25px;
  }
  .behalf-section span {
    font-size: 15px;
    line-height: 20px;
  }
  .download-section.edit.change .form-control {
    width: 291px;
  }
  .download-section span {
    font-size: 20px;
  }
  .header-section .logo {
    margin: 5px auto;
  }
  .header-section {
    min-height: 75px;
  }
  .btn.accordion {
    margin: 0px auto 25px auto;
  }
  .navbar ul,
  .navbar .login {
    padding-top: 10px;
  }
  .card-section h3, .card-section .h3 {
    margin: 25px 0 15px 0;
  }
  .save-section img {
    margin-bottom: 0px;
    margin-top: 100px;
  }
  .search-fields .form-control {
    width: 53%;
  }
  .welcome-section.edit {
    padding-top: 30px;
  }
  .signUp-section h2, .signUp-section .h2 {
    font-size: 25px;
  }
  .signUp-section .field-one,
  .signUp-section .field-second {
    width: 200px;
  }
  .signUp-section .bg {
    padding: 10px 0 0 0;
  }
  .signUp-section form {
    margin: 30px auto 40px auto;
  }
  .petcard {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    overflow: hidden;
    border-left: 0px;
    border-right: 0px;
  }
  .prescription-section {
    padding-bottom: 0px;
  }
  .save-section img {
    margin-top: 20px;
  }
  .save-section h2, .save-section .h2 {
    margin-top: 10px;
  }
  .review-section p {
    font-size: 16px;
  }
  .welcome-section.edit .search li {
    width: 220px;
    font-size: 18px;
  }
  .petcard {
    padding: 15px 0 20px 30px;
  }
  .prescription-section p {
    padding-bottom: 10px;
  }
  .petcard li {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .search_pharmacy_popup .search_pharmacy_select {
    top: 360px !important;
  }
  .header-section .logo {
    float: none;
    display: block;
  }
  .header-section .logo img {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
  }
  .welcome-section h2, .welcome-section .h2 {
    font-size: 36px;
    letter-spacing: -3px;
  }
  .accept-section h2, .accept-section .h2 {
    margin-top: 30px;
  }
  .work-section {
    padding: 5px 4% 5px 4%;
    width: auto;
  }
  .slick-slider {
    margin: 0 30px;
  }
  .download-section h2, .download-section .h2 {
    font-size: 34px;
  }
  .banner-section .over {
    top: -160px;
  }
  .banner-section h2, .banner-section .h2 {
    font-size: 34px;
  }
  .banner-section p {
    font-size: 20px;
  }
  .support-section .support {
    margin-top: -140px;
  }
  .navbar {
    width: 100%;
  }
  .contact-section .right {
    width: 48%;
  }
  .review-section p {
    font-size: 15px;
  }
  .review-section .slide span {
    font-size: 13px;
    margin-top: 35px;
  }
  .review-section .bg {
    padding: 20px;
    height: auto;
  }
  .download-section.edit.change form {
    width: 100%;
  }
  .download-section.edit.change .btn {
    float: right;
    margin-right: 7px;
  }
  .download-section.edit.change h2, .download-section.edit.change .h2 {
    padding-top: 25px;
  }
  .download-section.edit.change {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-fields .form-section .btn {
    display: block;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background-position-x: 12px;
    background-position-y: 12px;
  }
  .HonestDiscountFooter {
    text-indent: -9999px;
  }
  .slideToggle {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .navbar-nav {
    display: none;
  }
  .navbar {
    position: static !important;
    min-height: inherit !important;
    padding-bottom: 15px;
  }
  .navbar .login {
    position: absolute;
    top: 24px;
    right: 22px;
    padding-top: 0px;
  }
  .welcome-section h2, .welcome-section .h2 {
    font-size: 28px;
    font-family: "Fira Sans" !important;
    text-align: left;
    letter-spacing: normal;
  }
  .search li {
    width: 160px;
    font-size: 15px;
  }
  .search ul {
    margin-bottom: 0px;
  }
  .download-section {
    background-size: unset;
    object-fit: cover;
    background-position: center;
  }
  .footer-adjust {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: column;
  }
  .footer-adjust .first {
    order: 2;
    width: 45%;
  }
  .footer-adjust .second {
    order: 3;
    width: 45%;
    padding-top: 34px;
  }
  .copyright li {
    font-size: 13px;
  }
  .footer-adjust .third {
    order: 1;
    width: 100%;
  }
  .footer-adjust .fourth {
    order: 4;
    width: 100%;
  }
  .download-section h2, .download-section .h2 {
    margin-bottom: 20px;
  }
  .download-section .get {
    color: #fff;
  }
  .download-section .btn {
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    background: url('arrow_download.bde22ac344ec3d4e.png') left top no-repeat;
  }
  .download-section form {
    width: 261px;
    height: 47px;
  }
  .download-section .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 47px;
    border: none;
    box-shadow: none;
  }
  .download-section .form-control.differ {
    padding: 22px 0 20px 15px;
  }
  .download-section {
    padding-top: 30px;
  }
  .footer-section .social li {
    float: left;
    width: 50%;
  }
  .footer-section {
    padding: 0px;
  }
  .footer-adjust .fourth h2, .footer-adjust .fourth .h2 {
    margin-top: 5px;
  }
  .copyright {
    margin-top: 10px;
    padding: 10px 0 15px 0;
  }
  .search-fields form .btn {
    display: none;
  }
  .search-fields .form-control {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 0 64px 0 rgba(29, 37, 45, 0.1);
    background-color: #ffffff;
    padding-left: 45px;
    padding-right: 15px;
    margin: 0 0 7px 0;
    min-height: initial !important;
  }
  .btn-hover-effect .insider {
    left: -350px;
  }
  .btn-hover-effect:hover .insider {
    left: 350px;
  }
  .search-fields .form-section {
    background: none;
  }
  .search-fields .btn.lowest {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 8px 0 0 0;
    font-family: "Fira Sans" !important;
  }
  .search-fields form {
    background: none;
    border-radius: 0px;
  }
  .navbar-nav {
    background: #ed8808;
    margin: 5px 0 0 0 !important;
  }
  .navbar li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
    padding: 8px 12px;
    box-shadow: none;
  }
  .navbar li a {
    padding: 0px !important;
  }
  .navbar ul {
    padding: 0px 0 0 0;
  }
  .navbar {
    width: 100%;
  }
  .navbar li a.active span {
    display: none;
  }
  .navbar li.download a {
    padding-left: 0px !important;
  }
  .navbar li a.active {
    color: #fff;
  }
  .navbar.less {
    padding-bottom: 0px;
  }
  .navbar.less ul {
    margin-bottom: 0px;
  }
  .header-section .comman-width {
    padding: 0px;
    width: 100%;
  }
  .footer-section .logo {
    display: block;
  }
  .footer-section .logo img {
    margin: 0px;
  }
  .footer-section h2 span, .footer-section .h2 span {
    display: none;
  }
  .banner-section {
    height: 200px;
  }
  .banner-section img {
    height: 100%;
  }
  .banner-section .over {
    top: -175px;
  }
  .banner-section p {
    font-size: 16px;
    padding-right: 20px;
  }
  .card-section h3, .card-section .h3 {
    font-size: 16px;
  }
  .card-section p {
    font-size: 14px;
  }
  .card-section li {
    font-size: 15px;
  }
  .honest-section {
    padding-top: 20px;
  }
  .support-section {
    margin-top: 20px;
  }
  .support-section .support {
    margin-top: -100px;
    padding: 20px 0;
  }
  .support-section p {
    padding: 0 40px;
    line-height: 26px;
  }
  .footer-section .logo {
    float: none;
  }
  .footer-section .logo img {
    display: block;
  }
  .contact-section .content {
    margin-top: -30px;
  }
  .contact-section .content {
    padding: 20px 15px 20px 15px;
  }
  .contact-section .left {
    border: none;
    width: 100%;
  }
  .contact-section .right {
    width: 100%;
  }
  .contact-section h2, .contact-section .h2 {
    margin-bottom: 10px;
  }
  .contact-section .form-control {
    font-size: 16px;
    width: 100%;
  }
  .contact-section .form-group {
    margin-bottom: 10px;
  }
  .contact-section {
    display: flex;
    background: #f5f8fa;
  }
  .contact-section .form-group.destop {
    display: none;
  }
  .contact-section .form-group.mobile {
    display: block;
    height: 68px;
  }
  .contact-section .right {
    min-height: inherit;
  }
  .contact-section .btn {
    margin-bottom: 0px;
    width: 100%;
  }
  .contact-section .right {
    margin-left: 0px;
    width: 100%;
    border: none;
    min-height: inherit;
    padding-left: 0px;
  }
  .accordian-section {
    margin-top: 0px;
    padding-top: 10px;
  }
  .accordian-section p {
    margin-bottom: 20px;
  }
  .panel-title a span,
  .panel-title a[aria-expanded=true] span {
    width: 22px;
    height: 22px;
    background-size: 50%;
  }
  .panel {
    margin-bottom: 0px !important;
  }
  .btn.accordion {
    margin: 0px 0 15px 0;
    width: 100%;
  }
  #accordion {
    margin-bottom: 12px;
  }
  .panel-title {
    font-size: 18px !important;
  }
  .accordian-section h2, .accordian-section .h2 {
    font-size: 22px;
  }
  .panel-title a span,
  .panel-title a[aria-expanded=true] span {
    margin-top: 0px;
  }
  .contact-section.support-new .content {
    margin-top: -40px;
    margin-bottom: 10px;
    padding-bottom: 25px;
  }
  .contact-section.support-new a {
    font-size: 20px;
  }
  .contact-section.support-new .content img {
    margin: 0 auto;
    display: block;
  }
  .contact-section.support-new .content {
    text-align: center;
  }
  .contact-section.support-new .content {
    margin-top: -25px;
  }
  .banner-section p br {
    display: none;
  }
  .search {
    padding: 0 0 150px 0;
  }
  .accept-section li img {
    max-width: 140px;
  }
  .download-section.edit h2, .download-section.edit .h2 {
    margin-top: 40px;
  }
  .download-section.edit {
    background-size: cover;
    background-position: top;
    padding-bottom: 0px;
  }
  .download-section.edit.change.available .form-control {
    width: 88%;
  }
  .download-section.edit.change.available .btn {
    width: 36px;
    height: 36px;
  }
  .download-section.edit.change.available form {
    height: 50px;
  }
  .download-section.edit.change.available form,
  .download-section.edit .form-control {
    box-shadow: 0 12px 13px -12px rgba(0, 0, 0, 0.34);
  }
  .review-section h2, .review-section .h2 {
    font-size: 18px;
    margin: 40px 10px 10px 10px;
  }
  .discount-section {
    text-align: center;
  }
  .discount-section img {
    margin: 0 auto;
    display: block;
  }
  .discount-section .line,
  .discount-section .oval {
    display: none;
  }
  .discount-section .img-responsive.pharmacy {
    display: none;
  }
  .discount-section .text-right {
    text-align: center;
    padding-top: 0px;
  }
  .lowest-section.edit {
    padding: 30px 0;
  }
  .discount-section h2, .discount-section .h2 {
    font-size: 20px;
    margin: 0px;
  }
  .download-section.edit h2, .download-section.edit .h2 {
    margin-top: 20px;
  }
  .slick-dots {
    display: block !important;
  }
  .slick-dots li button:before {
    font-size: 11px !important;
    color: #18342f !important;
  }
  .slick-dots {
    bottom: -25px !important;
  }
  .review-section .slick-dots {
    bottom: -20px !important;
  }
  .review-section {
    padding-bottom: 20px;
  }
  .slick-dots li {
    width: 8px !important;
    height: 8px !important;
  }
  .behalf-section span {
    padding: 0px;
  }
  .behalf-section .slick-dots li.slick-active button:before {
    font-size: 10px !important;
  }
  .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1 !important;
  }
  .slick-dots li button:before {
    opacity: 1 !important;
  }
  .behalf-section p {
    padding: 0 10px 5px 10px;
  }
  .review-section .slick-dots li button:before {
    color: #7e93a9 !important;
  }
  .review-section .slick-dots li.slick-active button:before {
    color: #cb8c38 !important;
  }
  .review-section .bg {
    margin-right: 0px !important;
    height: auto;
  }
  .download-section.edit form {
    width: 100%;
  }
  .download-section.edit .form-control {
    width: 93%;
  }
  .download-section.edit .btn {
    margin-right: 0px;
  }
  .download-section.edit img.app {
    margin-bottom: 0px;
  }
  .download-section img.iphone {
    max-width: 100%;
    margin-bottom: -235px;
  }
  .review-section .slick-slider {
    margin: 0px !important;
  }
  .review-section .bg {
    width: 99%;
  }
  .header-section {
    min-height: inherit;
  }
  .card-section h2, .card-section .h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .card-section p {
    padding-bottom: 5px;
  }
  .save-section {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .save-section img {
    display: none;
  }
  .save-section h2, .save-section .h2 {
    margin-top: 0px;
  }
  .signUp-section form {
    background: none;
    border: none;
  }
  .signUp-section .field-one,
  .signUp-section .field-second {
    width: 100%;
    border: none;
    border-radius: 4px;
    height: 48px;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .signUp-section .btn {
    width: 100%;
    margin: 0px;
    height: 48px;
    font-size: 14px;
  }
  .petcard li {
    width: 100%;
  }
  .card-section p {
    font-size: 16px;
  }
  .save-section h2, .save-section .h2 {
    font-size: 25px;
  }
  .save-section li {
    padding-left: 25px;
  }
  .save-section ul {
    padding: 0px;
  }
  .welcome-section.edit .search img {
    width: 50%;
  }
  .signUp-section h2, .signUp-section .h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0 18px;
  }
  .signUp-section form {
    margin: 20px auto;
  }
  .prescription-section h2, .prescription-section .h2 {
    font-size: 24px;
    margin-bottom: 0px;
    text-align: left;
  }
  .prescription-section h3, .prescription-section .h3 {
    font-size: 14px;
  }
  .petcard {
    border: 0px;
    margin: 15px 0;
    padding: 10px 0 20px 20px;
  }
  .card-section li {
    padding-left: 30px;
  }
  .slideToggle {
    top: 18px;
  }
  .navbar .login {
    top: 13px;
  }
  .getCard {
    top: 425px;
    right: 20px;
    z-index: 999;
  }
  #myModal {
    z-index: 99999;
  }
  #myModal .contact-section {
    background: none;
  }
  .welcome-center {
    padding-bottom: 80px;
  }
  .slick-slider {
    margin: 0 20px;
  }
  .contact-section.card-modal .content {
    width: 100%;
  }
  .discount-section .gap .repeat {
    padding-bottom: 0px;
  }
  .discount-section h3, .discount-section .h3 {
    margin-top: 10px;
  }
  .behalf-section h2, .behalf-section .h2 {
    margin-top: 25px;
  }
  .review-section .slide span {
    margin-top: 20px;
  }
  .honest-section .row {
    display: flex;
    flex-direction: column;
  }
  .honest-section .first-one {
    order: 2;
  }
  .honest-section .second-one {
    order: 1;
  }
  .panel-title {
    font-size: 15px !important;
  }
  .left-gap {
    padding-left: 0px;
  }
  .welcome-section.edit .search li {
    width: 180px;
  }
  .welcome-center {
    padding-bottom: 10px;
  }
  .welcome-section.edit .search li {
    width: 33%;
    font-size: 11px;
    float: left;
  }
  .navbar li a.active span,
  .navbar li a.home-active span {
    display: none;
  }
  .slideToggle:focus {
    outline: none;
  }
  .contact-section .right {
    border: none;
  }
  .work-section h2, .work-section .h2 {
    margin-top: 45px;
  }
  .search-fields .serachlist {
    top: 45px;
  }
  .panel {
    padding: 15px 10px 15px 15px !important;
  }
  .discount-section h3, .discount-section .h3 {
    font-size: 16px;
  }
  .discount-section p {
    font-size: 14px;
  }
  .behalf-section h2, .behalf-section .h2 {
    font-size: 24px;
  }
  .behalf-section p {
    font-size: 14px;
  }
  .save-section h2, .save-section .h2 {
    font-size: 21px;
  }
  .save-section p {
    font-size: 14px;
    line-height: 21px;
  }
  .save-section li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .card-section li {
    background: url('star.6c62dd1fa5b0f750.png') left 7px no-repeat;
  }
  .accept-section li img {
    max-width: 61px;
  }
  .slideToggle {
    top: 18px;
    left: 20px;
  }
  .navbar .login {
    top: 14px;
  }
  .search li {
    width: 110px;
    font-size: 11px;
  }
  .accept-section h2, .accept-section .h2 {
    font-size: 13px;
  }
  .work-section {
    padding: 0 4% 0 4%;
  }
  .carosuel-section h2, .carosuel-section .h2 {
    margin-bottom: 30px;
  }
  .download-section span {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .download-section img {
    max-width: 45%;
  }
  .download-section .get {
    margin-top: 20px;
  }
  .copyright li,
  .copyright li a {
    font-size: 11px;
  }
  .accept-section .card {
    width: 94%;
    margin: 0 auto;
  }
  .search-fields .form-control {
    font-size: 12px;
  }
  .navbar-nav {
    margin: 10px 0 0 0 !important;
  }
  .banner-section .over {
    top: -190px;
  }
  .honest-section .small-heading {
    font-size: 16px;
  }
  .honest-section h2, .honest-section .h2 {
    font-size: 20px;
  }
  .support-section {
    padding-bottom: 20px;
  }
  .support-section .support {
    margin-top: -40px;
    padding: 5px 0;
  }
  .support-section p {
    padding: 0 20px;
    line-height: 24px;
  }
  .download-section img {
    margin: 0 auto;
  }
  .download-section.edit.change h2, .download-section.edit.change .h2 {
    padding-top: 25px;
    font-size: 22px;
  }
  .download-section.edit.change form {
    width: 100%;
  }
  .download-section.edit.change.available .form-control {
    width: 86%;
  }
  .download-section.edit.change.available {
    padding-bottom: 20px;
  }
  .review-section p {
    font-size: 14px;
  }
  .review-section span {
    font-size: 13px;
    margin-top: 30px;
  }
  .review-section .bg {
    height: 175px;
    padding: 15px;
  }
  .download-section.edit .form-control {
    width: 88%;
  }
  .download-section img.iphone {
    margin-bottom: -130px;
  }
  .welcome-section.edit .search li {
    width: 105px;
    float: left;
  }
  .welcome-section.edit .search img {
    margin-bottom: 0px;
  }
  .image {
    min-height: auto;
    margin-bottom: 10px;
  }
  .btn-hover-effect .insider {
    left: -240px;
  }
  .btn-hover-effect:hover .insider {
    left: 240px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-collapse ul li {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #506d85;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.clearfix:after,
.panel-body:after {
  clear: both;
}

.autopic_location {
  text-align: left;
  position: absolute;
  bottom: 140px;
  right: 38px;
}

.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box {
  text-align: left;
}

.popular_sesrch .title,
.recent_sesrch .title {
  background: #f7f9fa;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Fira Sans" !important;
  font-size: 12px;
  color: #506d85;
  line-height: 30px;
  font-weight: 500;
}

.getContainer {
  padding: 25px 50px 25px 35px !important;
}

.getCardHeading h2, .getCardHeading .h2 {
  font-family: "Fira Sans" !important;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #18342f;
  margin-bottom: 30px;
}

.getCardHeading .close {
  right: 30px !important;
  top: 12px !important;
}

img.img-responsive.iphone {
  width: 108%;
}

.prescriptionimg-responsive {
  margin-top: 10px;
}

.acceptedsec {
  padding-top: 100px;
  padding-bottom: 61px;
  max-width: 1129px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acceptedsec img {
  pointer-events: none;
}
.acceptedsec .howitwork {
  max-width: 461px;
}
.acceptedsec .howitwork h3, .acceptedsec .howitwork .h3,
.acceptedsec .howitwork h2,
.acceptedsec .howitwork .h2 {
  padding: 0;
  margin: 0;
}
.acceptedsec .howitwork h3, .acceptedsec .howitwork .h3 {
  font-size: 16px !important;
  font-weight: normal;
  font-family: "Apercu-Regular" !important;
  color: #ff8b6c;
  line-height: 19px;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.acceptedsec .howitwork h2, .acceptedsec .howitwork .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  color: #25534b;
  margin-bottom: 13px;
  text-align: left;
}
.acceptedsec .howitwork p {
  font-family: "Apercu-Regular" !important;
  font-size: 18px;
  color: #25534b;
  letter-spacing: -0.51px;
  line-height: 30px;
  margin: 0;
}
.acceptedsec .howitwork p span {
  font-family: "Apercu-Bold" !important;
}
.acceptedsec .howitwork a {
  width: 148px;
  height: 45px;
  border-radius: 20.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  background: #2a524b;
  opacity: 1;
}

.testimonial {
  padding-top: 124px;
  padding-bottom: 104px;
}
.testimonial .comman-width {
  max-width: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(48%, rgb(255, 255, 255)), color-stop(100%, rgb(229, 223, 223)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 48%, rgb(229, 223, 223) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5dfdf", GradientType=0);
}
.testimonial .comman-width .testimonial_inner {
  max-width: 1198px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
}
.testimonial .comman-width .testimonial_inner h3, .testimonial .comman-width .testimonial_inner .h3,
.testimonial .comman-width .testimonial_inner h2,
.testimonial .comman-width .testimonial_inner .h2 {
  padding: 0;
  margin: 0;
  padding-left: 78px;
}
.testimonial .comman-width .testimonial_inner h3, .testimonial .comman-width .testimonial_inner .h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Apercu-Regular" !important;
  color: #ff8b6c;
  line-height: 19px;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
  text-align: left;
}
.testimonial .comman-width .testimonial_inner h2, .testimonial .comman-width .testimonial_inner .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  color: #25534b;
  margin-bottom: 13px;
  text-align: left;
  margin-bottom: 35px;
}
.testimonial .slick-initialized .slick-slide {
  background: #fff;
  padding: 19px;
  width: 379px;
  margin-right: 30px;
}
.testimonial .slick-initialized .slick-slide .shadow {
  border: solid 1.5px #a9dcbf;
  border-radius: 0 100px 0 0;
  min-height: 361px;
  padding: 51px 64px 0 44px;
  position: relative;
}
.testimonial .slick-initialized .slick-slide .shadow p {
  padding: 0;
  margin: 0;
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
  letter-spacing: -0.57px;
  line-height: 31px;
  color: #2a524b;
  text-align: left;
}
.testimonial .slick-initialized .slick-slide .shadow p:before {
  content: "“";
}
.testimonial .slick-initialized .slick-slide .shadow p:after {
  content: "”";
}
.testimonial .slick-initialized .slick-slide .shadow h3, .testimonial .slick-initialized .slick-slide .shadow .h3 {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  font-family: "Apercu-Regular" !important;
  letter-spacing: -0.46px;
  color: #2a524b;
  line-height: 11px;
}
.testimonial .slick-initialized .slick-slide .shadow h3:before, .testimonial .slick-initialized .slick-slide .shadow .h3:before {
  content: "- ";
}

.firstloadpricing {
  margin-top: 87px;
  max-width: 1049px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
}
.firstloadpricing p.title {
  padding: 0;
  margin: 0;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  color: #ff8b6c;
  letter-spacing: -0.5px;
  line-height: 19px;
}
.firstloadpricing .price_searcharea {
  margin-top: 17px;
  display: flex;
}
.firstloadpricing .price_searcharea .zipbox {
  min-width: 344px;
  max-width: 344px;
  margin-right: 14px;
}
.firstloadpricing .price_searcharea .zipbox input[type=tel] {
  width: 100%;
  min-height: 67px;
  border-radius: 33.5px;
  border: 2px solid #19342f;
  background: transparent;
  outline: none;
  color: #25534b;
  font-size: 25px;
  font-family: "Apercu-Bold" !important;
  letter-spacing: -0.05px;
  padding-left: 22px;
}
.firstloadpricing .price_searcharea .zipbox input[type=checkbox] {
  display: none;
}
.firstloadpricing .price_searcharea .zipbox input[type=checkbox] + label {
  display: flex;
  margin-top: 18px;
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  letter-spacing: -0.44px;
  color: #2a524b;
  align-items: center;
}
.firstloadpricing .price_searcharea .zipbox input[type=checkbox] + label span {
  width: 24px;
  height: 24px;
  background: url('uncheck.f64a58a72c335770.svg') no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.firstloadpricing .price_searcharea .zipbox input[type=checkbox]:checked + label span {
  width: 24px;
  height: 24px;
  background: url('check.8115721ff2175e78.svg') no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.firstloadpricing .price_searcharea .medicinenamesearch {
  min-width: calc(100% - 358px);
  max-width: calc(100% - 358px);
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields {
  margin-bottom: 20px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section {
  background: transparent;
  border: 2px solid #19342f;
  border-radius: 33.5px;
  min-height: 67px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .btn[type=submit] {
  display: none;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .form-control {
  width: 100%;
  background: transparent;
  margin-left: 0;
  padding-left: 25px;
  color: #25534b;
  font-size: 25px;
  font-family: "Apercu-Bold" !important;
  letter-spacing: -0.05px;
  min-height: 67px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .form-control::placeholder {
  color: #25534b;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .lowest {
  background: #2a524b;
  border-radius: 20.5px;
  min-height: 45px;
  max-height: 45px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 190px;
  max-width: 190px;
  letter-spacing: 0.14px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch .title {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
  color: #2a524b;
  font-weight: normal;
  line-height: 19px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul {
  display: flex;
  flex-flow: row wrap;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul li {
  background: transparent;
  border: 1.2px solid #a5a5a5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.07px;
  cursor: pointer;
  color: #a5a5a5;
  margin-right: 10px;
  line-height: normal;
  border-radius: 20.5px;
  margin-bottom: 10px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  max-height: 45px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .recent_sesrch .title,
.firstloadpricing .price_searcharea .medicinenamesearch app-search .serachlist .title {
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .recent_sesrch ul li,
.firstloadpricing .price_searcharea .medicinenamesearch app-search .serachlist ul li {
  color: #19342f;
  background: transparent;
  border-bottom: 1.2px solid #19342f;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  border-top: none;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .recent_sesrch ul li:last-child,
.firstloadpricing .price_searcharea .medicinenamesearch app-search .serachlist ul li:last-child {
  border: none;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .recent_sesrch ul li:hover,
.firstloadpricing .price_searcharea .medicinenamesearch app-search .serachlist ul li:hover {
  background: #19342f;
  color: #fff;
}

.pharmacyPage {
  margin-left: auto;
  margin-right: auto;
  background: transparent !important;
  height: auto !important;
}
.pharmacyPage .container {
  max-width: 1049px;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent {
  min-width: 307px;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent h2, .pharmacyPage .container .pharmacy_box .select_filterList_parent .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
  color: #2a524b;
  line-height: normal;
  margin-bottom: 0;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box {
  margin-bottom: 17.9px;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box > label {
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #b6aca3;
  margin-bottom: 0;
  text-transform: capitalize;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box > div.type_box {
  line-height: 25px;
  font-weight: normal;
  padding-left: 0;
  font-size: 20px;
  font-family: "Apercu-Regular" !important;
  color: #19342f;
  border-bottom: solid 1px #e5dfdf;
  padding: 0 0 2.5px 0;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box .type_box::before {
  background: url('downarrow.4400c76209ef9fc7.svg') no-repeat;
  bottom: 7px;
  right: 9px;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .update_btn {
  margin-top: 10px;
  min-width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a524b;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  letter-spacing: 0.14px;
  border-radius: 20.5px;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .type_list ul li {
  font-family: "Apercu-Regular" !important;
  color: #19342f;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.75px;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .type_list ul li.active {
  color: #ff8b6c;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list {
  max-height: 360px;
  margin-top: 0;
  padding-right: 0;
  overflow-y: auto;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list.smallcard {
  max-width: 307px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list h2, .pharmacyPage .container .pharmacy_box .pharmacy_list .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
  color: #2a524b;
  letter-spacing: -0.44px;
  line-height: normal;
  position: absolute;
  top: -37px;
  margin-bottom: 0;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card:first-child .name_Sec {
  margin-top: 0px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  line-height: normal;
  position: relative;
  min-height: 46px;
  border-bottom: solid 1px #e5dfdf;
  border-radius: 0;
  margin-bottom: 29px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  background: url('downarrow.4400c76209ef9fc7.svg') no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 8px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec {
  margin-top: -3px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec {
    margin-top: 1px;
  }
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec p {
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  color: #19342f;
  letter-spacing: -0.75px;
  line-height: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec span {
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  color: #19342f;
  position: absolute;
  bottom: 0;
  font-weight: normal;
  right: 33px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card .distance {
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #b6aca3;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .card:before {
  display: none;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .loadmore {
  position: absolute;
  z-index: 99;
  bottom: 53px;
  width: 307px;
  height: 45px;
  background: #ff8b6c;
  border-radius: 20.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.14px;
  cursor: pointer;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .loadmore.fullscreen {
  margin-left: auto;
  right: 0;
  bottom: -49px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card {
  position: absolute;
  background: transparent;
  left: 50px;
  top: -3px;
  max-width: 664px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card.mapopened {
  max-width: 308px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent {
  height: auto;
  max-height: max-content;
  border: none;
  width: 100%;
  max-width: 100%;
  background: #fff;
  transform: none;
  top: 0;
  border-radius: 0;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox {
  margin: 0;
  padding: 0;
  border: none;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox:before {
  display: none;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox .name_quantity {
  padding: 0;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox .name_quantity p {
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  color: #19342f;
  letter-spacing: -0.75px;
  line-height: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox .name_quantity span {
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #b6aca3;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox .price {
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  color: #19342f;
  position: absolute;
  bottom: 0;
  font-weight: normal;
  right: 0;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .address,
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .phonenumber {
  margin-top: 21px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #19342f;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .address::before,
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .phonenumber::before {
  content: "";
  width: 19px;
  height: 28px;
  background: url('form_pinlocation.8f1f5e72cdf4dec4.svg') no-repeat;
  background-size: 100%;
  margin-right: 13px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .phonenumber a {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #19342f;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .phonenumber::before {
  content: "";
  width: 15px !important;
  height: 28px !important;
  background: url('card_phone.27187e5f280993e6.svg') no-repeat !important;
  background-size: 100% !important;
  margin-right: 17px !important;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail {
  padding: 0;
  padding-top: 46px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail p {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #19342f;
  margin-bottom: 5px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field {
  margin: 0;
  box-shadow: none;
  border: solid 1.2px #827c78;
  width: 100%;
  height: 45px;
  border-radius: 20.5px;
  margin-bottom: 32px;
  padding-left: 12.7px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field.error_msg {
  position: relative;
  border-color: #17332e !important;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field.error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field.error_msg input {
  border-color: #17332e !important;
  padding-left: 35px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field.error_msg + span {
  top: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #17332e !important;
  margin-top: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  top: calc(100% + 6px);
  padding-left: 27px;
  position: relative;
  top: -25px;
  margin-left: 12px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field.error_msg + span:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field input {
  letter-spacing: 0.14px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  color: #827c78;
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  font-weight: normal;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field input::placeholder {
  color: #827c78;
  opacity: 1;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .save,
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .saved {
  width: 100%;
  text-align: center;
  line-height: normal;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #ff8b6c;
  margin-bottom: 34px;
  cursor: pointer;
  margin-bottom: 34px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .saved {
  pointer-events: none;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .sendbtn {
  height: 45px;
  border-radius: 20.5px;
  width: 100%;
  background: #2a524b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.14px;
  margin-bottom: 40.5px;
  cursor: pointer;
  position: relative;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .close_search_pharmacy_popup {
  border-top: 1.2px solid #e5dfdf;
  position: relative;
  background: transparent;
  min-width: calc(100% - 50px);
  margin-left: 50px;
  max-height: 100%;
  height: auto;
  display: flex;
  padding-top: 8.5px;
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  color: #b6aca3;
  justify-content: flex-end;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .close_search_pharmacy_popup:after {
  content: "";
  width: 18.4px;
  height: 18.4px;
  background: url('downarrow.4400c76209ef9fc7.svg') no-repeat;
  background-size: 100%;
  margin-left: 10.3px;
  background-size: 100%;
  margin-left: 10.3px;
  transform: rotate(180deg);
  position: relative;
  top: 6px;
}

.loaderscreen {
  position: fixed;
  background: rgba(25, 52, 47, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 999999;
}
.loaderscreen.showloader {
  display: block;
}
.loaderscreen.showloader > div {
  width: 639px;
  height: 639px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
}
.loaderscreen.showloader > div:after {
  color: #ff8b6c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: -0.6px;
  font-size: 20px;
  font-family: "Apercu-Regular" !important;
}
.loaderscreen.showloader > div.loaderpill {
  max-width: 195px;
  max-height: 75px;
  text-align: center;
  color: #44b672;
}
.loaderscreen.showloader > div.loaderpill > div {
  width: 90px;
  height: 90px;
  animation: pillloader 0.9s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: auto !important;
}
.loaderscreen.showloader > div.loaderpill:after {
  display: none;
}
.loaderscreen.showloader > div > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  border-radius: 50%;
  opacity: 0.2;
}
.loaderscreen.showloader > div > div.first {
  width: 100%;
  height: 100%;
  border: 1px dashed #144b41;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 1s;
}
.loaderscreen.showloader > div > div.second {
  width: 532.5px;
  height: 532.5px;
  border: 1px dashed #2a6056;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.9s;
}
.loaderscreen.showloader > div > div.third {
  width: 444px;
  height: 444px;
  border: 1px dashed #206b5e;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.8s;
}
.loaderscreen.showloader > div > div.fourth {
  width: 370px;
  height: 370px;
  border: 1px dashed #3cb26d;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.7s;
}
.loaderscreen.showloader > div > div.fifth {
  width: 309px;
  height: 309px;
  border: 1px dashed #517770;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.6s;
}
.loaderscreen.showloader > div > div.sixth {
  width: 258px;
  height: 258px;
  border: 1px dashed #3cb26d;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.5s;
}
.loaderscreen.showloader > div > div.sixth img {
  cursor: pointer;
}
.loaderscreen.showloader > div > div.seventh {
  width: 214px;
  height: 214px;
  border: 1px dashed #a6dbbd;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.4s;
}
.loaderscreen.showloader > div > div.eirth {
  width: 175px;
  height: 175px;
  border: 1px dashed #a6dbbd;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.3s;
}
.loaderscreen.showloader > div > div.ninth {
  width: 148px;
  height: 148px;
  border: 1px dashed #a6dbbd;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.2s;
}

@keyframes pillloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes pweek {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.1;
  }
  10% {
    opacity: 0.2;
  }
  15% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.6;
  }
  35% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.9;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.8;
  }
  65% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.4;
  }
  85% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.2;
  }
  95% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
.pharmacylist_parent {
  max-width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-flow: column;
}
.pharmacylist_parent .map_list_box {
  max-width: 100%;
  flex-basis: 100%;
  display: flex;
  position: relative;
}
.pharmacylist_parent .map_list_box .maps_box {
  margin-top: 0 !important;
  margin-left: 23px;
}
.pharmacylist_parent .map_list_box agm-map {
  height: 462px;
}
.pharmacylist_parent .right_btn_sec {
  display: flex;
  justify-content: flex-end;
  max-width: 662px;
  margin-left: 50px;
  position: relative;
  top: -10px;
}
.pharmacylist_parent .right_btn_sec .map_btn {
  display: flex;
  align-items: center;
  margin-right: 33px;
}
.pharmacylist_parent .right_btn_sec .map_btn input {
  display: none;
}
.pharmacylist_parent .right_btn_sec .map_btn input + label {
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  letter-spacing: -0.44px;
  color: #2a524b;
  display: flex;
  align-items: center;
}
.pharmacylist_parent .right_btn_sec .map_btn input + label i {
  width: 26px;
  height: 26px;
  background: url('uncheck.f64a58a72c335770.svg');
  margin-right: 10px;
  background-size: 100%;
}
.pharmacylist_parent .right_btn_sec .map_btn input:checked + label i {
  background: url('check.8115721ff2175e78.svg');
  background-size: 100%;
}
.pharmacylist_parent .right_btn_sec .sortby {
  min-width: 139px;
  max-width: 139px;
  display: flex;
  flex-flow: column;
  margin-top: -10px;
  font-size: 14px;
  font-family: "Apercu-Regular" !important;
  letter-spacing: -0.53px;
  line-height: normal;
  color: #b6aca3;
}
.pharmacylist_parent .right_btn_sec .sortby .sortby_ddl ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pharmacylist_parent .right_btn_sec .sortby .sortby_ddl ul li {
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  letter-spacing: 0.14px;
  cursor: pointer;
  color: #2a524b;
}
.pharmacylist_parent .right_btn_sec .sortby .sortby_ddl ul li.active {
  text-decoration: underline;
}
.pharmacylist_parent .firstloadimg {
  max-width: 662px;
  margin-left: 50px;
  padding-top: 20px;
}
.pharmacylist_parent .firstloadimg img {
  max-width: 100%;
  pointer-events: none;
}

.signupbox {
  background: rgba(42, 82, 75, 0.95) !important;
  z-index: 9999999 !important;
}
.signupbox .Signup_login {
  max-width: 654px !important;
  max-height: 580px !important;
  border-radius: 0 100px 0 0 !important;
  height: 580px !important;
  box-shadow: none !important;
  padding-right: 0 !important;
}
.signupbox .Signup_login .close_search_pharmacy_popup {
  z-index: 99;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  top: 0;
  right: 0;
  background-size: 100%;
}
.signupbox .Signup_login .background_area {
  flex-basis: 389px !important;
  min-width: 389px !important;
  max-width: 389px !important;
  background: url('signup_screen.2fa89c3e1b80a8e2.webp') no-repeat !important;
}
.signupbox .Signup_login .form_area {
  flex-basis: calc(100% - 150px) !important;
  max-width: calc(100% - 150px) !important;
  min-width: calc(100% - 150px) !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  max-width: 505px;
  margin: 0 auto;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box img {
  margin-bottom: 2em;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box h2, .signupbox .Signup_login .form_area .signup_signin_parent_box .h2 {
  font-size: 50px !important;
  font-family: "Apercu-Bold" !important;
  font-weight: normal !important;
  padding: 0;
  margin: 0;
  color: #25534b !important;
  letter-spacing: -1.43px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box nav {
  margin-top: 10px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box nav a {
  font-family: "Apercu-Bold" !important;
  font-size: 16px !important;
  color: #19342f !important;
  letter-spacing: 0.14px;
  margin-right: 35px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box nav a.active {
  text-decoration: underline !important;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box nav a:before {
  display: none;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent,
.signupbox .Signup_login .form_area .signup_signin_parent_box .signin_parent {
  margin-top: -19px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent .Login_Signup_Error,
.signupbox .Signup_login .form_area .signup_signin_parent_box .signin_parent .Login_Signup_Error {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #17332e;
  margin-top: 37px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent .Login_Signup_Error:before,
.signupbox .Signup_login .form_area .signup_signin_parent_box .signin_parent .Login_Signup_Error:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .field {
  margin-bottom: 18px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .field.error_msg {
  position: relative;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .field.error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .field.error_msg input {
  border-color: #17332e !important;
  padding-left: 35px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .field.error_msg + span {
  display: none;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec input {
  width: 100%;
  min-height: 45px;
  border-radius: 20.5px;
  box-shadow: none;
  border: 1px solid #827c78;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.14px;
  padding-left: 18px;
  color: #17332e;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec input::placeholder {
  font-family: "Apercu-Regular" !important;
  color: #827c78;
  opacity: 1 !important;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main {
  position: relative;
  transform: none;
  box-shadow: none;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div {
  width: 100%;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div label {
  display: none;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div input::placeholder {
  opacity: 1;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div .reset_button {
  margin-left: auto;
  display: flex;
  min-width: 194px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background: #2a524b;
  border-radius: 20.5px;
  color: #fff;
  margin-top: 27px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  letter-spacing: 0.14px;
  cursor: pointer;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div .less_top {
  margin-top: 15px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div .reset_text {
  background: none;
  color: #ff8b6c;
  height: auto;
  padding-bottom: 10px;
  justify-content: left;
  margin-top: 15px;
  font-family: "Apercu-Regular" !important;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box a.forgot_btn {
  max-width: 100%;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
  margin-top: -13px;
  color: #19342f;
  letter-spacing: -0.5px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: normal;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box a.forgot_btn span {
  text-decoration: underline;
  margin-left: 5px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_btn_sec .already {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #19342f;
  font-weight: 700;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_btn_sec .already a {
  color: #44b672;
  text-decoration: underline !important;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_btn_sec .btns {
  margin-left: auto;
  min-width: 194px;
  max-width: 194px;
  min-height: 45px;
  max-height: 45px;
  background: #2a524b;
  color: #fff;
  border-radius: 20.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  letter-spacing: 0.14px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .tncbox {
  margin-top: -4px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #19342f;
  margin-bottom: 50px;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .tncbox a {
  text-decoration: underline !important;
  font-family: "Apercu-Bold" !important;
  color: inherit;
}

.pharmacyPage.cardPage #pharmacy_container {
  margin-top: 97px;
  max-width: 1042px !important;
  padding: 0;
}
.pharmacyPage.cardPage #pharmacy_container > h2, .pharmacyPage.cardPage #pharmacy_container > .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 50px;
  color: #25534b;
  letter-spacing: -1.43px;
  margin-bottom: 30px;
}
.pharmacyPage.cardPage #pharmacy_container .sorting_box {
  margin-bottom: 59px;
}
.pharmacyPage.cardPage #pharmacy_container .sorting_box p {
  font-family: "Apercu-Regular" !important;
  color: #b6aca3;
  letter-spacing: -0.53px;
  font-size: 14px;
  padding: 0;
  margin: 0 0 4px 0;
}
.pharmacyPage.cardPage #pharmacy_container .sorting_box .sort_link {
  display: flex;
}
.pharmacyPage.cardPage #pharmacy_container .sorting_box .sort_link > div {
  cursor: pointer;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #2a524b;
  margin-right: 20px;
}
.pharmacyPage.cardPage #pharmacy_container .sorting_box .sort_link > div.active {
  text-decoration: underline;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list {
  max-width: 100%;
  max-height: 100%;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card {
  display: flex;
  flex-flow: row wrap;
  border: none;
  padding-bottom: 20px;
  border-bottom: solid 3px #17332e;
  cursor: default;
  margin-bottom: 54px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card:last-child {
  border: none;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card:after {
  display: none;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_name_price {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_name_price .drugname {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  color: #25534b;
  letter-spacing: -0.86px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_name_price .drugprice {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  color: #ff8b6c;
  margin-left: auto;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .cardbox_p {
  padding-left: 5px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box {
  width: 407px;
  margin-right: 36px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box:nth-child(2) {
  margin-top: 10px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box:nth-child(2) > div {
  padding: 15px !important;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box:nth-child(2) > div table {
  width: 100%;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box:nth-child(2) > div table td {
  color: #19342f;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 9px;
  vertical-align: top;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box:nth-child(2) > div table td p {
  color: #19342f;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 10px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_header {
  height: 42px;
  background: #19342f;
  border-radius: 20.5px 20.5px 0 0;
  font-family: "Apercu-Regular" !important;
  font-size: 13.2px;
  line-height: 42px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 18.7px;
  letter-spacing: -0.49px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_header:before {
  background: url('discount_icon.634c690710fddb1a.svg') no-repeat;
  content: "";
  width: 19.8px;
  height: 19.8px;
  margin-right: 5.5px;
  background-size: 100%;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_header img {
  margin-left: auto;
  margin-right: 20.7px;
  max-height: 20px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body {
  padding-top: 19.5px;
  padding-left: 44.6px;
  padding-right: 44.6px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .logo_phone {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .logo_phone img {
  max-width: 160px;
  margin-left: -34px;
  margin-bottom: -7px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .logo_phone .member_support {
  margin-left: auto;
  display: flex;
  flex-flow: column;
  font-family: "Apercu-Regular" !important;
  font-size: 13.2px;
  color: #ff8b6c;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .bin_pcn_member_id {
  display: flex;
  flex-flow: row wrap;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .bin_pcn_member_id > div {
  width: 50%;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .bin_pcn_member_id > div span {
  font-size: 13.2px;
  font-family: "Apercu-Regular" !important;
  color: #b6aca2;
  letter-spacing: -0.49px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .bin_pcn_member_id > div > div {
  padding-left: 5.6px;
  letter-spacing: 0.26px;
  color: #19342f;
  height: 25px;
  align-items: center;
  border-left: 0.82px solid rgba(182, 172, 162, 0.5);
  display: flex;
  position: relative;
  left: 2px;
  margin-bottom: 6px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body p {
  letter-spacing: -0.37px;
  font-size: 9.9px;
  margin-top: 13px;
  color: #827c78;
  font-family: "Apercu-Bold" !important;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail {
  width: 593px;
  display: flex;
  flex-flow: row wrap;
  height: auto;
  align-self: baseline;
  justify-content: space-between;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .type_form {
  width: 209px;
  margin-right: 17px;
  display: flex;
  flex-flow: column;
  max-height: 189px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .type_form > div {
  line-height: 30px;
  font-family: "Apercu-Regular" !important;
  font-size: 18px;
  letter-spacing: -0.51px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .type_form > div span {
  color: #b6aca2;
  margin-right: 5px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .type_form > div span:last-child {
  color: #2a524b;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box {
  width: calc(100% - 226px);
  padding-left: 32px;
  border-left: 0.82px solid rgba(182, 172, 162, 0.5);
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .pharmacy_name {
  font-size: 20px;
  letter-spacing: -0.75px;
  padding: 0;
  margin: 0;
  color: #19342f;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .distance {
  letter-spacing: -0.51px;
  font-family: "Apercu-Regular" !important;
  font-size: 18px;
  color: #b6aca2;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .address {
  display: flex;
  color: #19342f;
  letter-spacing: -0.56px;
  margin-top: 15px;
  margin-bottom: 25px;
  align-items: center;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .address:before {
  content: "";
  width: 19px;
  height: 28px;
  background: url('form_pinlocation.8f1f5e72cdf4dec4.svg') no-repeat;
  background-size: 100%;
  margin-right: 13px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .address span {
  text-decoration: underline;
  cursor: pointer;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .phonenumber {
  padding: 0;
  margin: 0;
  display: flex;
  color: #19342f;
  letter-spacing: -0.56px;
  align-items: center;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .phonenumber:before {
  content: "";
  width: 15px;
  height: 28px;
  background: url('card_phone.27187e5f280993e6.svg') no-repeat;
  background-size: 100%;
  margin-right: 17px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .address_number_box .phonenumber a {
  text-decoration: underline !important;
  cursor: pointer;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card {
  width: 100%;
  margin-top: 44px;
  max-width: 45%;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div.sharecard {
  width: 100%;
  height: 45px;
  border-radius: 20.5px;
  background: #ff8b6c;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.14px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .remove_card {
  margin-top: auto;
  cursor: pointer;
  font-family: "Apercu-Bold" !important;
  font-size: 15px;
  color: #17332e;
  letter-spacing: normal;
  text-decoration: underline;
  margin-top: 15px;
}

.contact_info {
  max-width: 1039px;
  margin: 50px auto 0 auto;
  padding: 25px 0;
  border-top: 2px solid #19342f;
  border-bottom: 2px solid #19342f;
  display: flex;
}
.contact_info > div {
  margin-right: 90px;
  max-width: 150px;
}
.contact_info > div p {
  padding: 0;
  margin: 0;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  color: #19342f;
}
.contact_info > div p:first-child {
  font-family: "Apercu-Bold" !important;
}
.contact_info .needa {
  max-width: 250px;
  margin-right: 0;
}
.contact_info .needa p:first-child() {
  font-size: 18px !important;
}
.contact_info .needa p:last-child() {
  font-size: 20px !important;
}

.mobileheader_download,
.mobile_mobile_image {
  display: none;
}

.onmobile {
  display: none;
}

.onweb {
  display: flex;
}

.welcome-section.download-edit {
  min-height: 710px;
  background-image: rgb(25, 52, 47) no-repeat;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, rgb(25, 52, 47)), color-stop(100%, rgb(42, 82, 75)));
  background-image: linear-gradient(to right, rgb(25, 52, 47) 0%, rgb(42, 82, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19342f", endColorstr="#2a524b", GradientType=1);
}

.welcome-section.download-edit h2, .welcome-section.download-edit .h2 {
  margin-top: 205px;
}

.welcome-section.download-edit:before {
  background: url('hero_iphone.507ee8c69131bea5.webp') no-repeat;
  background-size: contain !important;
  background-position: center top;
  z-index: 999;
}

.welcome-section.download-edit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
  background: #fff;
}

section.contact-section.green-theme.aboutbox_header {
  position: relative;
  padding-bottom: 90px;
}
section.contact-section.green-theme.aboutbox_header app-getcard .getCard.green-theme {
  position: absolute;
  right: 70px;
  transition: all 0.1s;
  bottom: -50px;
}
section.contact-section.green-theme.aboutbox_header app-getcard .getCard.green-theme.fixed_pos_card {
  position: fixed;
  right: 24px;
  transition: all 0.1s;
  bottom: 24px;
}

section.welcome-section.download-edit.aboutbox_header {
  position: relative;
}
section.welcome-section.download-edit.aboutbox_header app-getcard .getCard.green-theme {
  position: absolute;
  right: 70px;
  transition: all 0.1s;
  bottom: -50px;
}
section.welcome-section.download-edit.aboutbox_header app-getcard .getCard.green-theme.fixed_pos_card {
  position: fixed;
  right: 24px;
  transition: all 0.1s;
  bottom: 24px;
}

#myModal.green-theme-modal h2, #myModal.green-theme-modal .h2 {
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 0 !important;
  margin-left: 0;
}

#myModal.green-theme-modal .getCardHeading img {
  width: auto;
}

.quantity_box_manual {
  background: rgba(25, 52, 47, 0.95) !important;
}
.quantity_box_manual .changepassword_main {
  width: 100% !important;
  height: 250px !important;
  max-width: 300px !important;
  max-height: 250px !important;
  background: #fff !important;
  border-radius: 0 100px 0 0 !important;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 32px !important;
  padding-top: 30px !important;
}
.quantity_box_manual .changepassword_main h2, .quantity_box_manual .changepassword_main .h2 {
  font-family: "Apercu-Bold" !important;
  margin: 0;
  text-align: left;
  font-size: 20px;
  color: #2a524b;
  line-height: normal;
}
.quantity_box_manual .changepassword_main .input_box {
  display: flex !important;
  flex-flow: column;
}
.quantity_box_manual .changepassword_main .input_box label {
  font-family: "Apercu-Regular" !important;
  font-size: 14px !important;
  letter-spacing: -0.53px !important;
  color: #b6aca3 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  left: auto !important;
  margin: 0 !important;
  font-weight: normal !important;
}
.quantity_box_manual .changepassword_main .input_box > div {
  margin-bottom: 0 !important;
}
.quantity_box_manual .changepassword_main .input_box > div input {
  border: none !important;
  outline: none !important;
  width: 100% !important;
  background: transparent !important;
  font-size: 20px !important;
  font-family: "Apercu-Regular" !important;
  color: #19342f !important;
  line-height: 25px !important;
  font-weight: normal !important;
  border-bottom: solid 1px #e5dfdf !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin-bottom: 18px !important;
  border-radius: 0 !important;
}
.quantity_box_manual .changepassword_main .input_box > div input::placeholder {
  color: #19342f !important;
  opacity: 1 !important;
}
.quantity_box_manual .changepassword_main .input_box .reset_button {
  width: 100% !important;
  height: 45px !important;
  max-width: 100% !important;
  max-height: 45px !important;
  font-family: "Apercu-Bold" !important;
  font-size: 16px !important;
  color: #fff !important;
  border-radius: 20.5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8b6c !important;
}

app-pharmacy .pharmacyPage .pharmacy_box .map_list_box .card {
  display: none;
}

.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > div input {
  transition: all 0.2s;
}

.lists_box.PharmacyNear.error_msg > div {
  border-color: #17332e !important;
}
.lists_box.PharmacyNear.error_msg > div label {
  color: #b6aca3 !important;
}
.lists_box.PharmacyNear.error_msg > div .filtertext {
  position: relative;
}
.lists_box.PharmacyNear.error_msg > div .filtertext:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.lists_box.PharmacyNear.error_msg > div .filtertext input {
  padding-left: 25px;
  transition: all 0.2s;
}
.lists_box.PharmacyNear.error_msg > div span {
  top: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #17332e;
  margin-top: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  top: calc(100% + 6px);
  padding-left: 27px;
  position: absolute;
}
.lists_box.PharmacyNear.error_msg > div span:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}
.lists_box.PharmacyNear.error_msg > div:after {
  display: none;
}

.PharmacyNear + span {
  display: none;
}

.PharmacyNear.error_msg > div {
  border-color: #17332e !important;
  position: relative;
}
.PharmacyNear.error_msg > div label {
  color: #b6aca3 !important;
}
.PharmacyNear.error_msg > div::after {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.PharmacyNear.error_msg > div input {
  padding-left: 25px;
  transition: all 0.2s;
}
.PharmacyNear.error_msg + span {
  top: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #17332e !important;
  margin-top: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  top: -10px;
  padding-left: 27px;
  position: relative;
}
.PharmacyNear.error_msg + span:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}

#contactForm .error_msg {
  position: relative;
}
#contactForm .error_msg input {
  padding-left: 30px;
  transition: all 0.2s;
  border-color: #17332e !important;
}
#contactForm .error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 10px;
}
#contactForm .error_msg > div {
  top: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #17332e;
  margin-top: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  top: calc(100% + 6px);
  padding-left: 13px;
  position: relative;
  margin-top: 5px;
}
#contactForm .error_msg > div:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}
#contactForm .btnValidator {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #17332e;
  margin-top: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  top: calc(100% + 6px);
  padding-left: 0;
  position: relative;
  margin-top: 5px;
}
#contactForm .btnValidator:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}

section.banner-section.about-banner-section.aboutSecOne.green-theme.aboutbox_header {
  position: relative;
}
section.banner-section.about-banner-section.aboutSecOne.green-theme.aboutbox_header .over {
  max-width: 988px;
  position: relative;
}
section.banner-section.about-banner-section.aboutSecOne.green-theme.aboutbox_header app-getcard .getCard.green-theme {
  position: absolute;
  right: 70px;
  transition: all 0.1s;
  bottom: -50px;
}
section.banner-section.about-banner-section.aboutSecOne.green-theme.aboutbox_header app-getcard .getCard.green-theme.fixed_pos_card {
  position: fixed;
  right: 24px;
  transition: all 0.1s;
  bottom: 24px;
}

app-getcard .error_msg {
  position: relative;
}
app-getcard .error_msg input {
  padding-left: 30px !important;
  transition: all 0.2s;
  border-color: #ff8b6c !important;
}
app-getcard .error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff8b6c;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 10px;
}
app-getcard .error_msg span {
  top: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #ff8b6c;
  margin-top: 0;
  display: flex !important;
  align-items: center;
  letter-spacing: -0.5px;
  top: calc(100% + 6px);
  padding-left: 13px;
  position: relative;
  margin-top: 5px;
}
app-getcard .error_msg span:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #ff8b6c;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}

.successhome_msg {
  width: 100%;
  display: flex;
  align-items: center;
  color: #19342f;
  margin-top: 25px;
  font-size: 16px;
  font-family: "Apercu-Bold" !important;
}
.successhome_msg img {
  margin-right: 10px;
  max-width: 30px;
}

.app-link {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

#myModal.green-theme-modal .modal-dialog > section {
  position: relative;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .sendbtn.success {
  background: #19342f !important;
  pointer-events: none;
}

p.captchalink {
  padding-left: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 12px;
  color: #19342f;
}

.change_password .changepassword_main.custom_quantity {
  position: relative;
  overflow: visible;
}
.change_password .changepassword_main.custom_quantity .close_search_pharmacy_popup {
  width: 26px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background-size: 100%;
}

.counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Apercu-Regular" !important;
  font-size: 12px;
  color: #19342f;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .mobileheader_download {
    display: flex;
    width: 100%;
    height: 35px;
    background: #00b00e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b00e 0%, #275049 100%, #275049 100%, #275049 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b00e", endColorstr="#275049", GradientType=0);
    /* IE6-9 */
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: -0.21px;
    font-family: "Apercu-Regular" !important;
    font-size: 11px;
  }
  .mobileheader_download img:first-child {
    margin-right: 7.5px;
  }
  header.header-section {
    position: relative;
    min-height: 84px;
    max-height: 84px;
  }
  header.header-section .menu_bar_btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: auto;
    right: 36px;
    display: flex;
    flex-flow: column;
  }
  header.header-section .menu_bar_btn span {
    font-family: "Apercu-Bold" !important;
    font-size: 10px;
    color: #ff8b6c;
    margin-top: 3px;
    letter-spacing: -0.5px;
  }
  header.header-section .logo {
    min-width: 93px;
    max-width: 93px;
    padding: 0;
    margin: 0 0 0 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    margin: 0;
  }
  .welcome-section {
    background-image: rgb(25, 52, 47) no-repeat;
    background-image: -webkit-gradient(left top, right top, color-stop(0%, rgb(25, 52, 47)), color-stop(100%, rgb(42, 82, 75)));
    background-image: linear-gradient(to right, rgb(25, 52, 47) 0%, rgb(42, 82, 75) 100%);
  }
  .welcome-section:before {
    display: none;
  }
  .welcome-section .comman-width {
    width: 100%;
    padding: 0;
  }
  .welcome-section .comman-width .welcome-center {
    max-width: 100%;
    margin-left: 0;
  }
  .welcome-section .comman-width .welcome-center h2, .welcome-section .comman-width .welcome-center .h2 {
    font-size: 30px;
    padding: 34px 0 14px 0 !important;
    line-height: 33px;
    letter-spacing: -0.86px;
    font-weight: normal;
    font-family: "Apercu-Bold" !important;
    padding-left: 32px !important;
    padding-right: 41px !important;
  }
  .welcome-section .comman-width .welcome-center .mobile_mobile_image {
    display: flex;
    background: url('bg_glow.87b7d3fb16e8f2ff.svg') no-repeat;
    justify-content: center;
    margin-bottom: 31px;
    background-position: center 0;
  }
  .welcome-section .comman-width .welcome-center .mobile_mobile_image img {
    max-width: 100%;
  }
  .welcome-section .comman-width .welcome-center .formsec {
    margin-top: -50px;
    display: flex;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  .welcome-section .comman-width .welcome-center .formsec input {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.14px;
    margin-bottom: 19px;
  }
  .welcome-section .comman-width .welcome-center .formsec .btn_desc {
    flex-flow: column;
  }
  .welcome-section .comman-width .welcome-center .formsec .btn_desc a {
    width: 100%;
  }
  .welcome-section .comman-width .welcome-center .formsec .btn_desc p {
    width: 100%;
    margin-top: 23px;
    letter-spacing: -0.02px;
    font-size: 13.6px;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 209px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 17px;
    font-weight: normal;
  }
  .welcome-section .comman-width .welcome-center .search {
    display: flex;
    flex-flow: column;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 0;
  }
  .welcome-section .comman-width .welcome-center .search ul {
    display: flex;
    flex-flow: column;
    margin-top: 30px;
    text-align: center;
    max-width: 257px;
    min-width: 257px;
    margin-left: auto;
    margin-right: auto;
  }
  .welcome-section .comman-width .welcome-center .search ul li {
    text-align: center;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 31px;
    margin-top: 31px;
  }
  .welcome-section .comman-width .welcome-center .search ul li img {
    width: auto;
  }
  .welcome-section .comman-width .welcome-center .search ul li span {
    font-family: "Apercu-Bold" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.57px;
  }
  .search_medicine .comman-width {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 29px;
  }
  .search_medicine .comman-width app-search .search-fields {
    margin-bottom: 0;
  }
  .search_medicine .comman-width app-search .search-fields .form-section {
    border: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-flow: column;
  }
  .search_medicine .comman-width app-search .search-fields .form-section input[type=text] {
    border: 2px solid #19342f;
    height: 45px;
    border-radius: 45px;
    background: transparent;
  }
  .search_medicine .comman-width app-search .search-fields .form-section input[type=text]::placeholder {
    font-size: 12px;
  }
  .search_medicine .comman-width app-search .search-fields .form-section .lowest {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    transform: none;
    margin-top: 4px;
  }
  .accept-section .acceptedsec {
    padding-top: 55px;
    flex-flow: column;
    padding-bottom: 0;
  }
  .accept-section .acceptedsec .onmobile {
    display: flex;
  }
  .accept-section .acceptedsec > h3, .accept-section .acceptedsec > .h3,
  .accept-section .acceptedsec > h2,
  .accept-section .acceptedsec > .h2,
  .accept-section .acceptedsec > p {
    padding: 0;
    margin: 0;
    font-family: "Apercu-Bold" !important;
    font-weight: normal;
  }
  .accept-section .acceptedsec > h3, .accept-section .acceptedsec > .h3 {
    font-size: 20px;
    color: #2a524b;
    letter-spacing: -0.57px;
    margin-bottom: 7px;
  }
  .accept-section .acceptedsec > h2, .accept-section .acceptedsec > .h2 {
    font-size: 50px;
    letter-spacing: -4.43px;
    color: #25534b;
  }
  .accept-section .acceptedsec > p {
    font-size: 20px;
    color: #2a524b;
    letter-spacing: -0.57px;
    margin-bottom: 26px;
  }
  .accept-section .acceptedsec .onweb {
    display: none;
  }
  .accept-section .acceptedsec > img {
    margin-bottom: 56px;
    max-width: 100%;
    padding: 3em;
  }
  .accept-section .acceptedsec .howitwork {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial {
    padding-top: 79px;
  }
  .testimonial .comman-width .testimonial_inner {
    top: 0;
  }
  .testimonial .comman-width .testimonial_inner h2, .testimonial .comman-width .testimonial_inner .h2,
  .testimonial .comman-width .testimonial_inner h3,
  .testimonial .comman-width .testimonial_inner .h3 {
    padding: 0 30px !important;
  }
  .testimonial .comman-width .testimonial_inner .row {
    top: 45px;
    position: relative;
  }
  .testimonial .comman-width .row .col-lg-12 .nav-btn.prev-slide.slick-arrow {
    top: auto !important;
    bottom: -95px;
    width: 34px;
    height: 34px;
    background-size: 100% !important;
    left: 15px !important;
    z-index: 99999;
  }
  .testimonial .comman-width .row .col-lg-12 .nav-btn.next-slide.slick-arrow {
    right: 15px !important;
    top: auto !important;
    bottom: -95px;
    width: 34px;
    height: 34px;
    background-size: 100% !important;
    z-index: 99999;
  }
  .testimonial .slick-initialized .slick-slide {
    width: 250px;
    margin-right: 0;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
  .testimonial .slick-initialized .slick-slide .shadow {
    padding: 32px 25px 0 12px;
  }
  .testimonial .slick-initialized .slick-slide .shadow h3, .testimonial .slick-initialized .slick-slide .shadow .h3 {
    padding: 0 !important;
    left: 12px;
  }
  .testimonial .slick-dots {
    bottom: -70px !important;
    z-index: 999;
  }
  .testimonial .slick-dots li {
    cursor: pointer;
    margin-right: 10px;
  }
  .testimonial .slick-dots li button:before {
    color: #b6aca2 !important;
    font-size: 14px !important;
  }
  .testimonial .slick-dots li.slick-active button:before {
    color: #17332e !important;
    font-size: 14px !important;
  }
  .footer-section .comman-width {
    width: 100%;
    padding: 0 30px;
  }
  .footer-section .comman-width .footerlogo {
    display: none;
  }
  .footer-section .comman-width .footer-adjust .fourth {
    order: 1;
    border-top: 2px solid #ff8b6c;
    padding-top: 33.5px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-section .comman-width .footer-adjust .fourth .socialbtns {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  .footer-section .comman-width .footer-adjust .fourth .socialbtns a {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .footer-section .comman-width .footer-adjust .third {
    margin-top: 24px;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 33.5px;
    border-bottom: 2px solid #ff8b6c;
    min-width: 260px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-section .comman-width .footer-adjust .third .social {
    display: flex;
    flex-flow: column;
    padding-left: 60px;
  }
  .footer-section .comman-width .footer-adjust .first {
    order: 3;
    padding-top: 30px;
    min-width: 260px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-section .comman-width .footer-adjust .first:before {
    content: "";
    width: 160px;
    height: 60px;
    background: url('footerlogo.7aec6485a81f2cc0.svg') no-repeat;
    display: flex;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-section .comman-width .footer-adjust .first ul li {
    text-align: center;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
  }
  .footer-section .comman-width .footer-adjust .second {
    order: 4;
    min-width: 260px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-section .comman-width .footer-adjust .second ul li {
    text-align: center;
    margin-bottom: 12px !important;
  }
  .footer-section .copyright {
    margin-top: 40px;
    max-width: 260px;
    padding-top: 20px !important;
  }
  .footer-section .copyright .comman-width {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .footer-section .copyright ul li {
    margin-bottom: 0 !important;
    padding-left: 38px !important;
  }
  .getCard.green-theme {
    width: 80% !important;
    height: 40px !important;
    background-size: 20px !important;
    bottom: 10px !important;
    position: fixed !important;
    right: 10px !important;
  }
  .getCard.green-theme span {
    line-height: 38px !important;
    font-size: 13px !important;
    background-size: 20px !important;
    padding-left: 34px !important;
    background-position: 10px center !important;
  }
  #myModal.green-theme-modal .modal-dialog {
    right: 0 !important;
  }
  app-getcard #myModal.green-theme-modal .btn.btn-default.close {
    top: -15px !important;
    right: 15px !important;
  }
  #myModal.green-theme-modal .form-control {
    width: 100% !important;
    max-width: 100% !important;
  }
  app-getcard #myModal.green-theme-modal h2, app-getcard #myModal.green-theme-modal .h2 {
    margin-bottom: 20px !important;
  }
  app-pharmacy .firstloadpricing {
    padding-left: 30px;
    padding-right: 30px;
  }
  app-pharmacy .firstloadpricing .price_searcharea {
    flex-flow: column;
  }
  app-pharmacy .firstloadpricing .price_searcharea > div {
    width: 100%;
  }
  app-pharmacy .firstloadpricing .price_searcharea .zipbox {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  app-pharmacy .firstloadpricing .price_searcharea .zipbox input[type=tel] {
    padding-left: 10px;
    max-height: 45px;
    min-height: 45px;
    max-width: 95px;
  }
  app-pharmacy .firstloadpricing .price_searcharea .zipbox input[type=checkbox] + label {
    margin: 0;
    margin-left: 13px;
    font-size: 16px;
    letter-spacing: -0.84px;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch {
    min-width: 100%;
    max-width: 100%;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields {
    margin-top: 20px;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section {
    box-shadow: none;
    border: none;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section .form-control {
    box-shadow: none;
    border: 2px solid #19342f;
    border-radius: 33.5px;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section .form-control::placeholder {
    font-size: 12px;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section .lowest {
    position: relative;
    transform: none;
    min-width: 100%;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul {
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacy_list {
    overflow-y: auto;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacy_list:hover::-webkit-scrollbar {
    display: none;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacy_list::-webkit-scrollbar {
    display: none;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .select_filterList_parent {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .right_btn_sec {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    margin-top: 40px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .right_btn_sec .map_btn {
    margin-right: auto;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .right_btn_sec .map_btn input + label {
    font-size: 0;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .right_btn_sec .map_btn input + label::after {
    content: "Map View";
    font-size: 16px;
    font-family: inherit;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    flex-flow: column;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .maps_box {
    margin-bottom: 30px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list {
    max-width: 100% !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .loadmore.fullscreen {
    right: 30px;
    left: 30px;
    width: auto;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .loadmore {
    bottom: -40px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view {
    position: relative;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card {
    left: 0em;
    max-width: 100%;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent {
    position: absolute !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent .address {
    margin-top: 10px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent .pharmacyDetail {
    padding-top: 15px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent .email_field {
    margin-bottom: 15px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent .save {
    margin-bottom: 10px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent .sendbtn {
    margin-bottom: 10px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent .close_search_pharmacy_popup {
    min-width: 100%;
    margin-left: 0;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .card {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .firstloadimg {
    margin-left: 0;
    padding-top: 0;
    margin-top: -30px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacy_list span.saving-shown {
    bottom: -70px;
    width: 100%;
  }
  app-about-us .about-banner-section .comman-width {
    width: 100%;
    padding: 0 30px;
  }
  app-about-us .about-banner-section .comman-width .over {
    margin-left: 0;
  }
  app-about-us .about-banner-section .comman-width .over p {
    padding-right: 0;
    line-height: 40px;
    letter-spacing: -2.8px;
    font-size: 39px;
    margin-top: 20px;
  }
  app-about-us .honest-section {
    padding-top: 50px !important;
    display: flex;
    flex-flow: column;
  }
  app-about-us .honest-section .image {
    order: 2;
  }
  app-about-us .honest-section .comman-width {
    width: 100%;
    padding: 0 30px;
  }
  app-about-us .honest-section .comman-width .content {
    margin-left: 0;
    width: 100%;
  }
  app-download .welcome-section .comman-width .welcome-center h2, app-download .welcome-section .comman-width .welcome-center .h2 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  app-download .welcome-section .comman-width .welcome-center span {
    padding-left: 30px;
    padding-right: 30px;
  }
  app-download .welcome-section .comman-width .welcome-center .app-link {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: flex-start;
  }
  app-download .welcome-section .comman-width .welcome-center form {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  app-download .welcome-section .comman-width .welcome-center form .form-control {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    line-height: normal;
  }
  app-download .welcome-section .comman-width .welcome-center form .btn {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
  }
  app-download .how-works .comman-width {
    width: 100%;
  }
  app-download .how-works .comman-width .welcome-center .search h2, app-download .how-works .comman-width .welcome-center .search .h2 {
    padding-top: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  app-download .how-works .comman-width .welcome-center .search ul li span {
    text-align: center;
  }
  app-download .how-works .comman-width .welcome-center .search ul li p {
    text-align: center;
  }
  app-contact-us .comman-width,
  app-agentsupport .comman-width {
    width: 100%;
    padding: 0;
  }
  app-contact-us .comman-width .content,
  app-agentsupport .comman-width .content {
    width: 100% !important;
  }
  app-contact-us .comman-width .content h2, app-contact-us .comman-width .content .h2,
  app-agentsupport .comman-width .content h2,
  app-agentsupport .comman-width .content .h2 {
    margin-left: 0;
    padding-left: 0;
  }
  app-contact-us .comman-width .content form,
  app-agentsupport .comman-width .content form {
    display: flex;
    flex-flow: column;
    max-width: 100%;
    padding: 0 30px;
  }
  app-contact-us .comman-width .content form > div,
  app-agentsupport .comman-width .content form > div {
    width: 100% !important;
  }
  app-contact-us .comman-width .content form > div.form-control,
  app-agentsupport .comman-width .content form > div.form-control {
    height: 45px;
  }
  app-contact-us section.accordian-section.green-theme,
  app-agentsupport section.accordian-section.green-theme {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  app-contact-us section.accordian-section.green-theme .panel-title span[aria-expanded=true] span,
  app-agentsupport section.accordian-section.green-theme .panel-title span[aria-expanded=true] span {
    right: 12px !important;
  }
  app-contact-us .contact_info,
  app-agentsupport .contact_info {
    max-width: calc(100% - 60px);
    flex-flow: column;
  }
  app-contact-us .contact_info > div,
  app-agentsupport .contact_info > div {
    margin-bottom: 20px;
  }
  app-contact-us .contact_info > div.needa, app-contact-us .contact_info > div:last-child,
  app-agentsupport .contact_info > div.needa,
  app-agentsupport .contact_info > div:last-child {
    margin-bottom: 0;
  }
  .welcome-center .formsec > .form-group {
    width: 100%;
  }
  .signupbox .Signup_login .close_search_pharmacy_popup {
    right: 6px !important;
  }
  .signupbox .Signup_login .background_area {
    display: none !important;
  }
  .signupbox .Signup_login .form_area {
    flex-basis: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px !important;
    border-radius: 0 0 100px 0 !important;
  }
  .signupbox .Signup_login .form_area .signup_signin_parent_box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .signupbox .Signup_login .form_area .signup_signin_parent_box > h2, .signupbox .Signup_login .form_area .signup_signin_parent_box > .h2 {
    font-size: 35px !important;
  }
  .signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent .form_sec .changepassword_main {
    top: 0;
  }
  .signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent .form_sec .changepassword_main > h2, .signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent .form_sec .changepassword_main > .h2 {
    font-size: 35px !important;
  }
  .signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent .form_sec .changepassword_main div .reset_button {
    min-width: 100% !important;
  }
  .signupbox .Signup_login .signup_btn_sec {
    flex-flow: column !important;
  }
  .signupbox .Signup_login .signup_btn_sec .already {
    min-width: 100% !important;
  }
  .signupbox .Signup_login .signup_btn_sec .btns {
    min-width: 100% !important;
    margin-top: 20px !important;
  }
  .signupbox .Signup_login .tncbox {
    margin-bottom: 20px !important;
  }
  .signupbox .Signup_login .skip_btn {
    bottom: -30px !important;
  }
  .mobMenu {
    padding-right: 0 !important;
    top: 35px !important;
  }
  .mobMenu nav > div.m-header-deny {
    background-image: linear-gradient(-180deg, #ffffff 0, #f7f7f7 100%);
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-height: 84px;
  }
  .mobMenu nav > div.m-header-deny img {
    max-width: 155px;
    margin-left: -33px;
  }
  .mobMenu nav > div.m-header-deny .m-close {
    position: absolute;
    height: 40px;
    background-position: center;
    top: 50%;
    transform: translate(0, -29px);
    right: 30px;
    background-size: 140%;
    width: 40px;
  }
  .mobMenu nav > div.m-header-deny .m-close:before {
    content: "CLOSE";
    position: absolute;
    bottom: -14px;
    font-family: "Apercu-Bold" !important;
    font-size: 12px;
    color: #ff8b6c;
    margin-top: 3px;
    letter-spacing: -0.5px;
    left: 2px;
  }
  .mobMenu nav ul {
    display: flex;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .mobMenu nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 25px;
  }
  .mobMenu nav ul li a {
    padding: 0 !important;
    font-family: "Apercu-Bold" !important;
    font-size: 22px;
    font-weight: normal;
    color: #44b672 !important;
    margin: 0;
    margin-bottom: 15px;
    display: flex !important;
    align-items: center;
  }
  .mobMenu nav ul li a:before {
    display: none;
  }
  .mobMenu nav ul li a.downapp-i:before {
    display: flex;
    content: "";
    height: 27px;
    width: 15px;
    background: url('download_header.a8f4e6b9eb6093be.svg') no-repeat;
    background-size: 100%;
    margin-right: 10px;
    position: relative;
    left: auto;
    top: auto;
  }
  .mobMenu nav ul.appear_menu {
    margin-top: 40px;
  }
  .mobMenu nav ul.appear_menu li:last-child {
    border: none;
  }
  .mobMenu nav .login-link {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .mobMenu nav .login-link a {
    padding-left: 20px;
    font-size: 16px;
    color: #44b672;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Apercu-Bold" !important;
    order: 2;
  }
  .mobMenu nav .login-link a:last-child {
    order: 2;
    font-size: 16px;
    color: #fff;
    background: #ff8b6c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 12px;
    white-space: nowrap;
    font-family: "Apercu-Bold" !important;
    border-radius: 20px;
    min-width: 120px;
    margin-bottom: 30px;
    order: 1;
  }
  .mobMenu nav .menu_main {
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .mobMenu nav .menu_main p {
    padding: 0;
    margin: 0;
    font-family: "Apercu-Regular" !important;
    font-size: 16px;
    color: #ff8b6c;
  }
  .mobMenu nav .menu_main ul li {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px;
    font-weight: normal;
    color: #44b672 !important;
    font-family: "Apercu-Regular" !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
  }
  .mobMenu nav .menu_main ul li i {
    display: none;
  }
  .mobMenu nav .menu_main ul li:last-child {
    border: none;
  }
  .loaderscreen.showloader > div {
    margin-left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header-section .comman-width {
    max-width: 1180px;
  }
  .testimonial .comman-width .testimonial_inner {
    max-width: 1160px;
  }
  .testimonial .comman-width .testimonial_inner .row {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .testimonial .slick-initialized .slick-slide {
    width: 365px;
    padding: 15px;
    margin-right: 20px;
  }
  .testimonial .slick-initialized .slick-slide .shadow {
    margin-left: 0;
    margin-right: 0;
  }
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: -60px !important;
  }
  .carosuel-section .nav-btn.prev-slide.slick-arrow {
    left: -60px !important;
  }
  .footer-adjust .first {
    order: 1;
  }
  .footer-adjust .second {
    order: 2;
  }
  .footer-section .comman-width .footer-adjust .third {
    order: 3;
  }
  .footer-section .comman-width .footer-adjust .fourth {
    order: 4;
  }
  .getCardSectionOne .getContainer h2, .getCardSectionOne .getContainer .h2 {
    margin-bottom: 35px !important;
  }
  .getCard.green-theme {
    height: 75px !important;
  }
  .getCard.green-theme span {
    line-height: 73px !important;
    background-position: 15px center !important;
  }
  .app-link {
    justify-content: flex-start !important;
  }
  .app-link a {
    margin-right: 20px;
  }
  .app-link a img {
    max-width: 179px;
  }
  .welcome-section h2, .welcome-section .h2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header .header .headermenu .menu_main {
    top: 64px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-section .copyright {
    max-width: 360px;
  }
  .honest-section.green-theme .image {
    max-width: 100% !important;
  }
  .pharmacyPage .pharmacy_box {
    flex-flow: column !important;
  }
  .pharmacylist_parent {
    min-width: 100% !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .right_btn_sec {
    min-width: 100% !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .firstloadimg {
    max-width: 100% !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .firstloadimg img {
    width: 100%;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacy_list {
    order: 2;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .maps_box {
    order: 1;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header-section {
    min-height: 150px !important;
    padding: 0 15px !important;
  }
  .header-section .comman-width {
    max-width: 100% !important;
  }
  .logo {
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .navbar li {
    padding: 0 10px !important;
  }
  .download {
    padding-left: 20px !important;
  }
  body {
    overflow-x: hidden;
  }
  section.contact-section.green-theme.aboutbox_header .comman-width {
    max-width: calc(100% - 30px);
  }
  section.contact-section.green-theme.aboutbox_header .comman-width content.content {
    width: 100%;
  }
  .accordian-section.green-theme {
    max-width: 1000px;
  }
  .accordian-section.green-theme app-accordian #accordion {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .accordian-section.green-theme app-accordian #accordion .panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact_info {
    max-width: 1000px;
  }
  .pharmacyPage.cardPage #pharmacy_container {
    max-width: 1000px;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail {
    max-width: 512px !important;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card {
    max-width: 664px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .welcome-section {
    background-image: linear-gradient(to right, #19342f 0%, #2a524b 100%) !important;
  }
  .welcome-section:before {
    content: "";
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-position: right top;
    bottom: 0;
    background-image: url('hero_iphone.507ee8c69131bea5.webp');
    background-repeat: no-repeat;
  }
  .welcome-center {
    max-width: 500px !important;
  }
  .welcome-center .formsec .btn_desc {
    align-items: flex-start;
  }
  .search_medicine .comman-width {
    max-width: 1000px;
  }
  .acceptedsec {
    max-width: 1000px;
  }
  .testimonial .comman-width .testimonial_inner {
    max-width: 1000px;
  }
  .testimonial .slick-initialized .slick-slide {
    width: 305px;
  }
  .carosuel-section .nav-btn.prev-slide.slick-arrow {
    left: 0 !important;
  }
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: 0 !important;
  }
  .footer-section .comman-width {
    max-width: 1000px !important;
  }
  .footer-section .copyright {
    max-width: 1000px;
  }
  body {
    overflow-x: hidden;
  }
  .signupbox .Signup_login {
    max-width: 1000px !important;
  }
  section.banner-section.about-banner-section.aboutSecOne.green-theme.aboutbox_header .over {
    max-width: 900px !important;
  }
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div p {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #19342f;
  margin-bottom: 5px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .email_field {
  margin: 0;
  box-shadow: none;
  border: solid 1.2px #827c78;
  width: 100%;
  height: 45px;
  border-radius: 20.5px;
  margin-bottom: 32px;
  padding-left: 12.7px;
  display: flex;
  align-items: center;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .email_field > input {
  letter-spacing: 0.14px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  color: #827c78;
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  font-weight: normal;
  border: none;
  box-shadow: none;
  outline: none;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .email_field.error_msg {
  position: relative;
  border-color: #17332e !important;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .email_field.error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .email_field.error_msg input {
  border-color: #17332e !important;
  padding-left: 35px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .email_field.error_msg + span {
  top: 20px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #17332e !important;
  margin-top: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  top: calc(100% + 6px);
  padding-left: 27px;
  position: relative;
  top: -25px;
  margin-left: 12px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .email_field.error_msg + span:before {
  content: "!";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background: #19342f;
  color: #fff;
  font-family: "Apercu-Bold" !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 7px;
  border: none;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .sendbtn {
  height: 45px;
  border-radius: 20.5px;
  width: 100%;
  background: #ff8b6c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.14px;
  margin-bottom: 40.5px;
  cursor: pointer;
  position: relative;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .sendbtn .loadProcess {
  width: 100%;
  height: 45px;
  max-width: 100%;
  max-height: 100%;
  background: transparent;
  border-radius: 4px;
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  padding: 0 !important;
  overflow: hidden;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .sendbtn .loadProcess.loader {
  font-size: 200px;
  transition: font-size 1s ease;
  pointer-events: none;
  padding-left: 40%;
  padding-top: 2%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px !important;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .sendbtn .loadProcess.loader:before {
  content: "";
  border: 4px solid #ff8b6c;
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 30px;
  height: 30px;
  /* Safari */
  animation: spin 0.5s linear infinite;
  position: absolute;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card > div .sendbtn.success {
  background: #19342f !important;
  pointer-events: none;
}

@media screen and (min-width: 0) and (max-width: 480px) {
  .loaderscreen.showloader > div:after {
    max-width: 300px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list span.saving-shown {
    bottom: -90px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .loaderscreen.showloader > div:after {
    max-width: 420px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: -20px !important;
    background-size: auto 40px;
  }
  .carosuel-section .nav-btn.prev-slide.slick-arrow {
    left: -27px !important;
    background-size: auto 40px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: -60px !important;
  }
  .carosuel-section .nav-btn.prev-slide.slick-arrow {
    left: -60px !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .testimonial .slick-initialized .slick-slide {
    width: 360px;
    margin-right: 20px;
  }
  .testimonial .comman-width .testimonial_inner {
    max-width: 1120px;
  }
  .carosuel-section .nav-btn.prev-slide.slick-arrow {
    left: -60px !important;
  }
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: -60px !important;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1450px) {
  .carosuel-section .nav-btn.prev-slide.slick-arrow {
    left: -80px !important;
  }
  .carosuel-section .nav-btn.next-slide.slick-arrow {
    right: -80px !important;
  }
}
.testimonial.green-theme .comman-width .testimonial_inner h3, .testimonial.green-theme .comman-width .testimonial_inner .h3,
.testimonial.green-theme .comman-width .testimonial_inner h2,
.testimonial.green-theme .comman-width .testimonial_inner .h2 {
  padding-left: 0 !important;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .welcome-section .comman-width .welcome-center {
    max-width: 100% !important;
  }
  .footer-section .copyright {
    max-width: calc(100% - 60px);
  }
  .footer-section .comman-width .footer-adjust .fourth,
  .footer-section .comman-width .footer-adjust .third,
  .footer-section .comman-width .footer-adjust .second,
  .footer-section .comman-width .footer-adjust .first {
    min-width: 100%;
    max-width: 100%;
  }
  .footer-section .comman-width .footer-adjust .third .social {
    padding-left: 0;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .welcome-section.how-works {
    background-image: none !important;
  }
  .welcome-section.how-works .welcome-center {
    max-width: 800px !important;
  }
  .welcome-section.download-edit:before {
    background-size: 100%;
    background-position: right top;
  }
}
.welcome-section.download-edit:after {
  bottom: -1px !important;
}

.btnshover:hover {
  background: #2a524b !important;
}
.btnshover:hover .insider {
  display: none;
}

.contact-section.green-theme .newContactBtn.btnshover:hover {
  background: #2a524b !important;
}

app-search .popular_sesrch ul li:hover {
  background: #e5dfdf !important;
}

.navbar li a {
  font-size: 16px !important;
}

.welcome-center .formsec > .form-group:nth-child(3) {
  width: 100%;
}

.welcome-center .formsec > .form-group:nth-child(4) {
  width: 100%;
}

.search ul li {
  min-width: 170px;
  max-width: 170px;
}

app-search .popular_sesrch {
  max-width: calc(100% - 41px);
  margin-left: 25px;
  margin-right: 16px;
}

section.search_medicine:before {
  content: "";
  width: 100%;
  height: 15px;
  display: flex;
  background: linear-gradient(90deg, #19342f, #f2f2f2) !important;
}

app-search .popular_sesrch ul {
  justify-content: space-between !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .welcome-section .comman-width .welcome-center {
    flex-flow: column !important;
    display: flex !important;
  }
  .welcome-section .comman-width .welcome-center h2, .welcome-section .comman-width .welcome-center .h2 {
    max-width: 50% !important;
  }
  .welcome-section .comman-width .welcome-center .mobile_mobile_image {
    width: 50% !important;
    max-width: 384px;
    background: transparent !important;
    position: absolute !important;
    right: 0 !important;
  }
  .welcome-section .comman-width .welcome-center .formsec {
    margin-top: 30px !important;
    max-width: 50% !important;
  }
  .welcome-section .comman-width .welcome-center .formsec .btn_desc p {
    max-width: 71% !important;
  }
  .welcome-section .comman-width .welcome-center .search {
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: left !important;
  }
  .welcome-section .comman-width .welcome-center .search ul {
    max-width: 768px !important;
    min-width: 700px !important;
    justify-content: space-between !important;
    flex-flow: row !important;
    margin-left: 0 !important;
  }
  .welcome-section .comman-width .welcome-center .search ul li {
    min-width: 190px !important;
    max-width: 190px !important;
    text-align: left !important;
  }
  app-search .popular_sesrch {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.accept-section {
    padding-left: 30px !important;
  }
  section.accept-section .acceptedsec {
    flex-flow: row;
  }
  section.accept-section .acceptedsec .onmobile {
    display: none !important;
  }
  section.accept-section .acceptedsec img.onweb {
    display: flex !important;
    max-width: 50% !important;
    height: auto;
  }
  section.footer-section .footerlogo {
    display: flex !important;
  }
  section.footer-section .footer-adjust {
    flex-flow: row !important;
  }
  section.footer-section .footer-adjust > div.first {
    min-width: 108px !important;
    max-width: 108px !important;
    margin-right: 40px !important;
    margin-left: 0 !important;
    order: 1 !important;
  }
  section.footer-section .footer-adjust > div.first:before {
    display: none !important;
  }
  section.footer-section .footer-adjust > div.first ul li {
    text-align: left !important;
  }
  section.footer-section .footer-adjust > div.second {
    order: 2 !important;
    padding-top: 29px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.footer-section .footer-adjust > div.third {
    order: 3 !important;
    min-width: 198px !important;
    max-width: 198px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 5px !important;
    border: none !important;
    margin-right: 15px !important;
  }
  section.footer-section .footer-adjust > div.fourth {
    order: 4 !important;
    max-width: 150px !important;
    min-width: 150px !important;
    border: none !important;
    padding-top: 0 !important;
    margin-left: 15px !important;
    margin-right: 0 !important;
  }
  section.footer-section .footer-adjust > div.fourth h2, section.footer-section .footer-adjust > div.fourth .h2 {
    width: 100% !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  app-search .popular_sesrch {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mobileheader_download {
    background: #3cb26d !important;
    background: linear-gradient(to bottom, #3cb26d 0%, #275049 100%) !important;
  }
}
.testimonial .slick-initialized .slick-slide {
  box-shadow: 0 3px 20px rgba(62, 62, 63, 0.15);
  margin-left: 1px;
  margin-bottom: 10px;
}

#myModal.green-theme-modal .contact-section.card-modal button {
  font-family: "Apercu-Regular" !important;
}

.showsuccess > div img {
  width: 35px !important;
  margin: 0 auto 30px 0 !important;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .testimonial .slick-initialized .slick-slide .shadow {
    padding: 51px 40px 0 40px;
  }
  .loginPage .login-section .logo {
    display: initial;
  }
}
.navbar.green-theme li span {
  bottom: -36px !important;
}

app-search .popular_sesrch ul li {
  flex-grow: 1 !important;
  white-space: nowrap !important;
}

.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section {
  background: #f4f4f4 !important;
}

.search_medicine .comman-width app-search .form-section {
  background: #f2f2f2 !important;
}

app-search .form-section input[type=text]::placeholder {
  color: #17332e !important;
}

.search-fields .serachlist {
  height: auto !important;
  max-width: calc(100% - 41px) !important;
  margin-left: 25px !important;
  padding: 30px !important;
  max-height: 350px !important;
  top: 86px !important;
  box-shadow: 0px 0px 10px #19342f !important;
}
.search-fields .serachlist .title {
  background: transparent !important;
  color: #ff8b6c !important;
  padding-left: 0 !important;
  font-family: "Apercu-Regular" !important;
  font-size: 16px !important;
}
.search-fields .serachlist .title.nodrugfound span {
  color: #ff8b6c !important;
  font-size: 16px !important;
  font-family: "Apercu-Regular" !important;
}
.search-fields .serachlist .title.nodrugfound p {
  font-family: "Apercu-Bold" !important;
  font-size: 20px !important;
  color: #17332e !important;
}
.search-fields .serachlist ul li {
  border-bottom: 1px solid #e5dfdf !important;
  padding-left: 0 !important;
  font-family: "Apercu-Bold" !important;
  font-size: 20px !important;
  transition: all 0.1s linear;
}
.search-fields .serachlist ul li:hover {
  padding-left: 10px !important;
  transition: all 0.1s linear;
}
.search-fields .serachlist ul li:last-child {
  border: none !important;
}

.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .serachlist {
  top: 66px !important;
}

.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul {
  flex-wrap: nowrap;
  overflow-x: hidden;
  height: 65px;
  overflow-y: hidden;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
  height: 4px;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul:hover {
  overflow-x: scroll;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .popular_sesrch ul:hover::-webkit-scrollbar-thumb {
  background-color: #2a524b;
  border-radius: 15px;
  position: absolute;
  top: 0;
}

.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists {
  position: fixed !important;
  top: 80px !important;
  right: 30px !important;
  bottom: 0 !important;
  left: 30px !important;
  width: calc(100% - 60px) !important;
  background: #fff !important;
  z-index: 9 !important;
  padding-top: 8px !important;
  height: calc(100% - 80px) !important;
  display: flex;
  flex-flow: column;
}

.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists > label {
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #b6aca3;
  margin-bottom: 0;
}

.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists > div {
  line-height: 25px;
  font-weight: normal;
  padding-left: 0;
  font-size: 20px;
  font-family: "Apercu-Regular" !important;
  color: #19342f;
}

.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul {
  background: #fff !important;
  position: relative !important;
  top: auto !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li {
  font-family: "Apercu-Regular" !important;
  font-size: 20px !important;
  color: #19342f !important;
}

.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists div.closepop {
  display: flex;
  height: 40px;
  position: relative;
  width: 100%;
  background: #fff;
  background: url('downarrow_select.e596175cbadefeb1.svg') no-repeat;
  background-size: 17px;
  z-index: 9;
  right: 35px;
  background-position: right;
  border-bottom: 1px solid #17332e !important;
  top: 10px;
  right: 0;
}

.search_pharmacy_popup {
  z-index: 999999 !important;
}

.loaderscreen {
  z-index: 999999 !important;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list {
  min-height: 360px;
  max-height: 360px;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list span {
  font-family: "Apercu-Regular" !important;
  color: #17332e;
  font-size: 16px !important;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list span.notxt {
  font-family: "Apercu-Bold" !important;
  font-size: 30px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: #19342f;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul {
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-left: -10px !important;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul li {
  font-size: 14px !important;
  color: #979797 !important;
  padding-left: 10px !important;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul li:hover {
  color: #fff !important;
  background: #17332e !important;
}

.pharmacyPage .pharmacy_box .select_filterList_parent .type_list.list_open .collapse_box {
  display: flex;
  width: 100%;
  color: #17332e;
  border-top: 1px solid #17332e;
  padding-top: 10px;
  padding-bottom: 0;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list.list_open .collapse_box:after {
  content: "";
  width: 20px;
  height: 11px;
  background: url('down-arrow-active.6e9e8e9538582ae2.png') no-repeat;
  margin-left: 10px;
}

.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box > div.type_box.open {
  border: none;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box > div.type_box.open:before {
  display: none;
}

.change_password .changepassword_main.custom_quantity {
  top: 50%;
  transform: translate(0, -50%);
}

.change_password .changepassword_main .input_box .reset_button.btnshover:hover {
  background: #2a524b !important;
}

.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box > div.type_box.Noddl.open {
  border-bottom: 1px solid #e5dfdf;
}

div[style="display: table-cell; vertical-align: middle; white-space: nowrap; text-align: center;"] > div {
  font-family: "Apercu-Bold" !important;
}

img[src="../assets/images/mapicon.svg"],
img[src="../assets/images/mapicon_active.svg"] {
  opacity: 0.92;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec span {
  position: relative !important;
  right: auto !important;
}

app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view {
  min-height: 360px !important;
}

.testimonial .slick-initialized .slick-slide {
  border-radius: 0 100px 0 0 !important;
  box-shadow: 0 3px 28px rgba(62, 62, 63, 0.15) !important;
}

.testimonial.green-theme .comman-width .testimonial_inner h3, .testimonial.green-theme .comman-width .testimonial_inner .h3,
.testimonial.green-theme .comman-width .testimonial_inner h2,
.testimonial.green-theme .comman-width .testimonial_inner .h2 {
  padding-left: 20px !important;
}

.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box {
  box-shadow: 0 0 15px #ccc;
  border-radius: 20px;
  max-height: 272px;
  min-height: 272px;
}

.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .backcard {
  width: 100%;
}

a[title="Verify LegitScript Approval"] {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 1260px;
  margin: 15px auto;
  display: block;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.search ul li > div {
  min-height: 40px;
  max-height: 40px;
}

.loaderscreen.showloader > div.loaderpill > div {
  opacity: 1;
}

.banner-section.green-theme p {
  font-size: 50px !important;
}

#myModal.green-theme-modal .contact-section.card-modal button {
  text-align: center;
  justify-content: center;
}
#myModal.green-theme-modal .contact-section.card-modal button.loader {
  pointer-events: none;
  display: flex;
  align-items: center;
}
#myModal.green-theme-modal .contact-section.card-modal button.loader:before {
  content: "";
  border: 4px solid #ff8b6c;
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 30px;
  height: 30px;
  /* Safari */
  animation: spin 0.5s linear infinite;
  position: absolute;
  right: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.welcome-center .formsec .btn_desc a.loader {
  pointer-events: none;
  position: relative;
  display: flex;
  align-items: center;
}
.welcome-center .formsec .btn_desc a.loader:before {
  content: "";
  border: 4px solid #ff8b6c;
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 25px;
  height: 25px;
  /* Safari */
  animation: spin 0.5s linear infinite;
  position: absolute;
  right: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.change_password.quantity_box_manual {
  z-index: 999999 !important;
}

.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box.PharmacyNear > label {
  margin-top: -5px !important;
}

.pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box.PharmacyNear {
  margin-bottom: 23px !important;
}

.welcome-section.download-edit:before {
  background-position: center top !important;
}

.testimonial .slick-initialized .slick-slide {
  box-shadow: -12px 24px 38px rgba(62, 62, 63, 0.15) !important;
}

.signupbox .Signup_login .background_area {
  background-position: -1px -1px !important;
}

.welcome-section.download-edit form {
  z-index: 999 !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial .comman-width .testimonial_inner .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .zipbox {
    display: none;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section {
    background: transparent !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section .form-control {
    font-size: 16px !important;
    font-family: "Apercu-Bold" !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section .form-control::placeholder {
    font-size: 16px !important;
    font-family: "Apercu-Bold" !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .logo_phone img {
    margin-left: -15px;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail {
    width: calc(100% - 310px);
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box {
    max-width: 290px;
    max-height: inherit;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_header {
    font-size: 9px !important;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .logo_phone .img_logo img {
    max-width: 70px;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .logo_phone .member_support span {
    font-size: 10px !important;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box .card_box_body .bin_pcn_member_id > div span {
    font-size: 14px !important;
  }
  .aboutImgResponsive {
    width: 60% !important;
    margin-left: auto !important;
    display: block !important;
  }
  .firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section {
    background: transparent !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea {
    flex-flow: row !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .zipbox {
    min-width: 250px !important;
    max-width: 250px !important;
    align-items: flex-start !important;
    flex-flow: column !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .zipbox > input {
    min-width: calc(100% - 30px) !important;
    min-height: 55px !important;
    margin-bottom: 10px !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch {
    min-width: calc(100% - 250px) !important;
    max-width: calc(100% - 250px) !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section {
    min-height: 55px;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section input[type=text] {
    min-height: inherit !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section input[type=text]::placeholder {
    font-size: 14px !important;
  }
  app-pharmacy .firstloadpricing .price_searcharea .medicinenamesearch app-search .search-fields .form-section .lowest {
    min-width: 175px !important;
    max-width: 175px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    right: 16px !important;
    margin: 0 !important;
    left: auto !important;
    min-height: 40px;
    max-height: 40px;
  }
  section.welcome-section.download-edit.aboutbox_header .welcome-center {
    max-width: 50% !important;
  }
  section.welcome-section.download-edit.aboutbox_header .welcome-center h2, section.welcome-section.download-edit.aboutbox_header .welcome-center .h2 {
    max-width: 100% !important;
    /*margin-top: 0 !important;*/
  }
  .welcome-section.download-edit:before {
    display: flex !important;
    background: url('mobile_phone_mobile.b6feb4466ba14d3c.webp') !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    max-width: 50%;
    background-position: center top !important;
  }
  app-download .welcome-section .comman-width .welcome-center span,
  app-download .how-works .comman-width .welcome-center .search h2,
  app-download .how-works .comman-width .welcome-center .search .h2 {
    padding-left: 0 !important;
  }
  app-download .how-works .comman-width .welcome-center .search ul li span,
  app-download .how-works .comman-width .welcome-center .search ul li p {
    text-align: left !important;
  }
  .testimonial.green-theme .comman-width .testimonial_inner h3, .testimonial.green-theme .comman-width .testimonial_inner .h3,
  .testimonial.green-theme .comman-width .testimonial_inner h2,
  .testimonial.green-theme .comman-width .testimonial_inner .h2 {
    padding-left: 0 !important;
  }
  .testimonial .slick-initialized .slick-slide {
    width: calc(33.3333333333vw - 30px) !important;
  }
  .testimonial .slick-initialized .slick-slide .shadow {
    margin-top: 10px !important;
  }
  .testimonial .comman-width .row .col-lg-12 .nav-btn.prev-slide.slick-arrow {
    left: -25px !important;
    bottom: auto;
    top: 50% !important;
  }
  .testimonial .comman-width .row .col-lg-12 .nav-btn.next-slide.slick-arrow {
    right: -25px !important;
    top: 50% !important;
    bottom: auto !important;
  }
  app-download .welcome-section .comman-width .welcome-center span.rated,
  app-download .welcome-section .comman-width .welcome-center span.get {
    padding-left: 30px !important;
  }
  .pharmacyPage #pharmacy_container.container {
    padding-left: 0 !important;
  }
}
/* how it works */
.easy-section {
  min-height: 570px;
  background-image: rgb(25, 52, 47) no-repeat;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, rgb(25, 52, 47)), color-stop(100%, rgb(42, 82, 75)));
  background-image: linear-gradient(to right, rgb(25, 52, 47) 0%, rgb(42, 82, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19342f", endColorstr="#2a524b", GradientType=1);
  padding: 65px 0 65px 0;
}

.easy-section h2, .easy-section .h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-family: Apercu-Bold;
  padding-bottom: 8px;
}

.easy-section .easy-step {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  display: block;
  padding-bottom: 20px;
}

.easy-section .col-lg-4 span {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

.easy-section .col-lg-4 p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  padding: 0 40px 10px 40px;
}

.easy-section .col-lg-4 img {
  display: block;
  margin: 0 auto 25px auto;
}

.easy-section .easy-content {
  max-width: 1129px;
  margin: 0 auto;
}

.easy-section .card {
  font-family: Apercu-Bold !important;
  width: 194px;
  height: 45px;
  border-radius: 20.5px;
  background-color: #ff8b6c;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: 0.14px;
  text-align: center;
  color: #fff;
  margin: 45px auto 0 auto;
}

.easy-section .disclaimer {
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.acceptedsec .howitwork p.bottom-gap {
  padding-bottom: 10px;
}

.question-section h2, .question-section .h2 {
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  font-family: Apercu-Bold;
  text-align: center;
  padding-bottom: 50px;
}

.question-section h3, .question-section .h3 {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  font-family: Apercu-Regular;
  font-weight: normal;
}

.question-section {
  background: #ff8b6c;
  padding: 60px 0 80px 0;
}

.question-section .question-content {
  max-width: 1129px;
  margin: 0 auto;
}

.question-section h3, .question-section .h3 {
  font-size: 20px;
  color: #27524b;
}

.question-section p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  padding-bottom: 30px;
}

.question-section .more {
  width: 600px;
  height: 205px;
  background: #fff;
  border-radius: 20px;
  margin: 50px auto 0 auto;
}

.question-section .more span {
  font-size: 30px;
  color: #17332e;
  line-height: 42px;
  text-align: center;
  display: block;
  padding-top: 50px;
}

.question-section .card {
  font-family: Apercu-Bold !important;
  width: 152px;
  height: 45px;
  border-radius: 20.5px;
  background-color: #ff8b6c;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: 0.14px;
  text-align: center;
  color: #fff;
  margin: 25px auto 0 auto;
}

.testimonial.custom {
  padding-top: 80px;
}

.acceptedsec .howitwork h2.heading-gap, .acceptedsec .howitwork .heading-gap.h2 {
  margin-top: 15px;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .easy-section .easy-content,
  .question-section .question-content {
    max-width: 88%;
  }
  .easy-section .col-lg-4 p {
    padding: 0 0px 10px 0px;
  }
  .mobMenu nav .login-link a {
    padding-left: 0 !important;
  }
  .mobMenu nav > div.m-header-deny .m-close {
    transform: translate(0, -20px) !important;
    width: 26px !important;
    height: 26px !important;
  }
  .mobMenu nav > div.m-header-deny .m-close:before {
    bottom: -11px !important;
    font-size: 9px !important;
    left: 0px !important;
  }
  .btn-hover-effect .insider {
    display: none !important;
  }
  body {
    overflow-x: hidden !important;
  }
  .header-section .logo img {
    max-width: 240px !important;
    min-width: 240px !important;
    margin-left: -50px;
  }
  app-pharmacy .firstloadpricing {
    margin-top: 42px !important;
  }
  .pharmacyPage .container .pharmacy_box .select_filterList_parent .filter_box .type_box::before {
    right: 0 !important;
  }
  .pharmacylist_parent .right_btn_sec .sortby {
    margin-top: -11px !important;
  }
  .pharmacylist_parent {
    min-width: 100% !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .right_btn_sec {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox .price {
    top: 5px !important;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .loadmore {
    width: calc(100% - 58px) !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .maps_box {
    margin-left: 0 !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list {
    margin-left: 0 !important;
  }
  .pharmacyPage #pharmacy_container.container {
    padding-left: 0 !important;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view .discount_card .discount_card_parent {
    height: 100%;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list {
    min-height: 385px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view {
    min-height: 385px !important;
    overflow: auto;
  }
  header.header-section .menu_bar_btn {
    width: 26px;
    height: 29px;
    background: url('menu_icon.62895f97509d1964.svg') no-repeat !important;
    right: 30px !important;
  }
  header.header-section .menu_bar_btn span {
    display: none;
  }
  header.header-section .menu_bar_btn img {
    display: none;
  }
  .mobMenu nav > div.m-header-deny .m-close {
    width: 30px !important;
    height: 40px !important;
    background: url('close_icon.893914683621db20.svg') no-repeat !important;
    background-size: 100%;
    right: 30px;
  }
  .mobMenu nav > div.m-header-deny .m-close:before {
    display: none;
  }
}
/* login page */
.login-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.loginPage .monitor-tag {
  display: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

.loginPage app-root,
.loginPage app-login,
.loginPage app-root div:nth-child(2) {
  height: 100%;
}

.login-section .form-control {
  width: 480px;
  height: 64px;
  margin: 0 auto 16px auto;
  padding: 0 21px;
  border-radius: 32px;
  border: solid 1px #827c77;
  background-color: #ffffff;
  font-size: 18px;
  color: #2a524b;
  font-family: "Apercu-Bold";
}

.caller-section {
  margin-top: 80px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .caller-section {
    margin-top: 60px;
  }
}
.caller-section .comman-width {
  margin-left: 300px;
  width: calc(100% - 300px);
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .caller-section .comman-width {
    margin-left: 0;
    width: 100%;
  }
}

.login-section .form-control:focus,
.caller-section .form-control:focus {
  border: 1px solid #17332e;
}

.login-section .btn {
  margin: 37px auto 0 auto;
  float: none;
  display: block;
  width: 480px;
  height: 56px;
  padding: 14px 0px;
  border-radius: 24px;
  background-color: #43b672 !important;
  font-size: 20px;
  color: #fff;
  font-family: "Apercu-Regular";
}

.login-section .form-control::placeholder,
.caller-section .form-control::placeholder {
  font-size: 18px;
  color: #2a524b;
  font-family: "Apercu-Bold";
}

.login-section .colorRed {
  width: 480px;
  margin: 0 auto 15px auto;
  color: #2a524b !important;
  font-size: 16px;
}

.login-section .logo img {
  display: block;
  margin: 0 auto 48px auto;
  min-width: 172px;
  max-width: 172px;
}

.login-section .logo {
  display: block;
  margin-top: 25px;
}

.caller-section h2, .caller-section .h2 {
  font-size: 48px;
  color: #19342f;
}

.caller-section h2 span, .caller-section .h2 span {
  display: block;
  font-size: 18px;
  color: #ff8b6c;
  font-weight: normal;
}

.caller-section .inner-width {
  max-width: 780px;
  padding: 25px 0;
}

.caller-section .form-control {
  width: 383px;
  height: 56px;
  margin: 0 32px 19px 0;
  padding: 0px 21px;
  border-radius: 28px;
  border: solid 1px #827c77;
  background-color: #ffffff;
  font-size: 18px;
  color: #2a524b;
  font-family: "Apercu-Bold";
}

.caller-section .formsec {
  display: flex;
  margin-top: 30px;
  flex-flow: row wrap;
  justify-content: space-between;
}

.caller-section .formsec > .form-group {
  width: calc(50% - 7px);
  margin: 0px;
}

.caller-section .btnshover {
  width: 220px;
  height: 56px;
  line-height: 56px;
  margin: 10px 14px 0 0;
  padding: 0 0 17px;
  border-radius: 20.5px;
  background-color: #ff8b6c;
  font-size: 20px;
  color: #fff;
  float: left;
  text-align: center;
}

.caller-section .btnshover img {
  float: left;
  margin: 13px 13px 0 13px;
}

.caller-section .btnshover.success-btn {
  width: 240px;
  background: #44b672;
  text-align: left;
}

.caller-section .btnshover.success-btn:hover {
  background: #44b672 !important;
}

.caller-section .colorRed {
  margin-bottom: 15px;
  display: block;
  margin-top: 0px;
  color: #2a524b !important;
  font-size: 16px;
}

.caller-section .btn_desc {
  width: 100%;
  position: relative;
}

.caller-section .load-container {
  position: absolute;
  top: 38px;
  right: auto;
  left: 209px;
}

.login-section .form-control.errorIcon,
.caller-section .form-control.errorIcon {
  padding-left: 46px !important;
  background: url('info-icon.7616a662c10bd7be.svg') 15px no-repeat;
}

.load-container {
  position: absolute;
  top: 29px;
  right: 10px;
}

.theme-loader {
  pointer-events: none;
  position: relative;
  display: flex;
  align-items: center;
}

.theme-loader:before {
  content: "";
  border: 4px solid #2a524b;
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 32px;
  height: 32px;
  animation: 0.5s linear infinite spin;
  position: absolute;
  right: 10px;
}

.login-section .btn-section {
  width: 480px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 0) and (max-width: 980px) {
  .easy-section .easy-content,
  .question-section .question-content {
    max-width: 82%;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .testimonial .slick-dots li.slick-active button:before, .testimonial .slick-dots li button:before {
    font-size: 20px !important;
  }
  .testimonial .slick-dots li {
    margin-right: 15px;
  }
  .caller-section h2, .caller-section .h2 {
    font-size: 30px;
  }
  .login-section .btn-section,
  .login-section .form-control,
  .login-section .btn,
  .caller-section .inner-width,
  .caller-section .formsec > .form-group,
  .caller-section .form-control,
  .btn_desc {
    width: 100%;
  }
  .accept-section .acceptedsec .howitwork {
    order: 2;
  }
  .accept-section .acceptedsec {
    padding-bottom: 40px;
  }
  .accept-section .acceptedsec > img {
    padding: 1em;
  }
  .question-section .more {
    width: 100%;
    margin-top: 0px;
  }
  .easy-section .card {
    width: 100%;
    margin-top: 10px;
  }
  .question-section .more span {
    font-size: 24px;
  }
  .easy-section,
  .question-section {
    padding: 40px 0 40px 0;
  }
  .question-section p {
    padding-bottom: 15px;
  }
  .question-section h2, .question-section .h2 {
    padding-bottom: 20px;
  }
  .easy-section h2, .easy-section .h2 {
    font-size: 26px;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container {
    padding: 0 15px !important;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container > h2, app-mycards .pharmacyPage.cardPage #pharmacy_container > .h2 {
    font-size: 40px;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container .sorting_box {
    margin-bottom: 30px;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container .pharmacy_box .pharmacy_list .card {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container .pharmacy_box .pharmacy_list .card .card_box {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-flow: column;
    max-height: inherit;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container .pharmacy_box .pharmacy_list .card .card_box .card_box_body {
    padding-left: 20px;
    padding-right: 20px;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container .pharmacy_box .pharmacy_list .card .card_detail {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container .pharmacy_box .pharmacy_list .card .card_detail .address_number_box {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_detail .share_card {
    max-width: 65%;
  }
  .footer-section .comman-width .footer-adjust .third .social {
    max-width: 123px;
  }
}
.search_medicine.new-design {
  background: none, linear-gradient(to right, #19342f 0%, #2a524b 100%);
  min-height: 540px;
}

.search_medicine.new-design::before {
  background: none !important;
}

.search_medicine.new-design .comman-width app-search .form-section .form-control {
  color: rgb(255, 255, 255) !important;
}

.search_medicine.new-design .comman-width app-search .form-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.search_medicine.new-design .comman-width app-search .form-section {
  background: none !important;
  border: 2px solid #fff;
}

.search_medicine.new-design .comman-width app-search .form-section .lowest {
  background: #ff8b6c;
  color: #fff;
}

.search_medicine.new-design .comman-width app-search .popular_sesrch .title {
  color: #fff;
}

.search_medicine.new-design .comman-width app-search .popular_sesrch ul li {
  border: 1.2px solid rgba(255, 255, 255, 0.2);
  color: #3cb26d;
}

.search_medicine.new-design .comman-width .get {
  width: 236px;
  height: 45px;
  margin: 0 12px 0 0;
  padding: 13px 0 12px;
  border-radius: 70.5px;
  border: solid 1px #fff;
  background-color: #17332e;
  color: #fff;
  display: inline-block;
  margin: 45px 12px 45px 0;
  line-height: normal;
}

.search_medicine.new-design .btn-section {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.search_medicine.new-design h2, .search_medicine.new-design .h2 {
  color: #fff;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
}

.search_medicine.new-design h2 span, .search_medicine.new-design .h2 span {
  color: #ff8b6c;
}

.welcome-section.home-new-design {
  min-height: 900px;
  background-image: url('hero_iphone_new.21ad660bb89ac670.webp'), linear-gradient(to right, #fff 0%, #fff 100%);
}
.welcome-section.home-new-design:before {
  content: "";
  width: 100%;
  height: 15px;
  display: flex;
  background: linear-gradient(90deg, #19342f, #f2f2f2) !important;
}

.welcome-section.home-new-design h2, .welcome-section.home-new-design .h2 {
  color: #19342f;
  margin: 0px;
}

.welcome-section.home-new-design .welcome-center {
  justify-content: center;
  min-height: 900px;
}

.home-new-design .welcome-center .formsec input {
  border: 2px solid #18342f;
  color: #18342f;
}

.welcome-center .formsec .reset_text {
  color: #ff8b6c;
  font-size: 16px;
  font-family: Apercu-Regular !important;
  cursor: pointer;
  display: inline;
}

.home-new-design .welcome-center .formsec input::placeholder {
  color: #18342f !important;
}

.home-new-design .welcome-center .formsec .x-section p {
  color: #18342f;
  font-family: Apercu-Regular !important;
  font-size: 16px;
  letter-spacing: -0.01px;
  line-height: 20px;
  font-weight: 400;
  padding-top: 12px;
}

.easy-section .col-lg-4 .step1-click,
.welcome-center .step1-click {
  cursor: pointer;
}

.home-new-design .welcome-center .formsec .x-section p a {
  color: #ff8b6c;
}

.easy-section.new-design {
  background: #f2f2f2;
}

.easy-section.new-design h2, .easy-section.new-design .h2 {
  padding-top: 40px;
  color: #19342f;
}

.easy-section.new-design .easy-step,
.easy-section.new-design .col-lg-4 span,
.easy-section.new-design .col-lg-4 p,
.easy-section.new-design .disclaimer {
  color: #19342f;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .search_medicine.new-design h2 br, .search_medicine.new-design .h2 br {
    display: none;
  }
  .search_medicine.new-design {
    min-height: 630px;
  }
  .welcome-section.home-new-design {
    background-image: none;
    min-height: inherit;
    padding-bottom: 60px;
  }
  .welcome-section.home-new-design .welcome-center {
    min-height: inherit;
  }
  .welcome-section.home-new-design .comman-width .welcome-center .mobile_mobile_image {
    top: 30px;
  }
  .welcome-section.home-new-design .comman-width .welcome-center h2, .welcome-section.home-new-design .comman-width .welcome-center .h2 {
    margin-top: 65px;
  }
  .accept-section .acceptedsec > h2, .accept-section .acceptedsec > .h2 {
    letter-spacing: -2.21px !important;
  }
  .mobileheader_download {
    background: url('appdownloadheader.39fbe53e0d29daea.svg') !important;
  }
  .welcome-section .comman-width .welcome-center .mobile_mobile_image img {
    align-self: center;
  }
  .welcome-section .comman-width .welcome-center .formsec .btn_desc p {
    max-width: 100% !important;
    justify-content: flex-start;
    text-align: left;
    display: block;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .showdiscountcard_view:after {
    /*content: "";
    position: absolute;
    bottom: 4px;
    height: 30px;
    background: #fff;
    width: 100%;*/
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field.error_msg + span {
    top: -10px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 980px) {
  .welcome-section.home-new-design .comman-width .welcome-center .mobile_mobile_image {
    top: 65px;
  }
  .search_medicine.new-design {
    min-height: 745px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .search-fields .serachlist {
    top: 45px !important;
    padding: 10px 30px !important;
  }
  .search_medicine.new-design {
    min-height: 860px;
  }
  .welcome-section.home-new-design .comman-width .welcome-center h2, .welcome-section.home-new-design .comman-width .welcome-center .h2 {
    margin-top: 10px;
  }
  .welcome-section.home-new-design .comman-width .welcome-center .mobile_mobile_image {
    display: none;
  }
  .welcome-section.home-new-design .comman-width .welcome-center .formsec {
    margin-top: 10px;
  }
  .welcome-section.home-new-design {
    padding-bottom: 10px;
  }
  .firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .serachlist {
    top: 48px !important;
  }
  .welcome-section .comman-width .welcome-center .search p {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .slick-track {
    max-height: 405px !important;
  }
  .testimonial .slick-initialized .slick-slide .shadow {
    margin-top: 10px !important;
  }
  .banner-section.green-theme p {
    font-size: 36px !important;
  }
  .honest-section.green-theme .content ul {
    margin-bottom: 35px !important;
  }
  app-contact-us .contact_info {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .welcome-section .comman-width .welcome-center .search ul {
    margin: 0 auto !important;
  }
  .app-link a img {
    max-width: 147px !important;
  }
}
* {
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .serachlist {
    top: 55px !important;
  }
  .search-fields .serachlist {
    top: 46px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 0) {
  .pharmacyPage #pharmacy_container.container {
    padding: 0 25px !important;
  }
  .search_medicine.new-design .comman-width app-search .search-fields .form-section input[type=text] {
    border: 2px solid #fff;
  }
  .search_medicine.new-design .comman-width app-search .form-section {
    border: none !important;
  }
}
@media screen and (max-width: 480px) and (min-width: 0) {
  .search_medicine.new-design h2, .search_medicine.new-design .h2 {
    font-size: 23px;
  }
  .search_medicine.new-design {
    min-height: 810px;
  }
  .search_medicine.new-design .comman-width .get {
    font-size: 13px;
    width: 135px;
  }
  .search_medicine.new-design h2 br, .search_medicine.new-design .h2 br {
    display: none;
  }
  .search_medicine.new-design .comman-width .get {
    margin: 20px 12px 5px 0;
  }
  .caller-section .load-container {
    right: 5px;
    left: auto;
  }
  .login-section .logo {
    margin-top: 0px;
  }
  .caller-section .btnshover,
  .caller-section .btnshover.success-btn {
    width: 100%;
    text-align: center;
  }
  .caller-section .btnshover.success-btn img {
    margin-top: 0px;
    float: none;
  }
}
.success_group_validate {
  position: fixed;
  top: 0;
  background-color: #ff8b6c;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  color: #19342f;
  width: 100%;
  height: 75px !important;
  z-index: 10000000;
  padding: 5px 30px;
  display: table;
}
.success_group_validate p {
  display: table-cell;
  vertical-align: middle;
}
.success_group_validate app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list {
  overflow: visible;
}

@media screen and (min-width: 575px) and (max-width: 1920px) {
  .easy-section .easy-content .row .col-lg-4 {
    flex: 0 0 33.3%;
  }
  .header-section {
    min-height: 91px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .header-section {
    min-height: 84px !important;
  }
  .welcome-section .comman-width .welcome-center .formsec .btn_desc p {
    display: block;
  }
}
.disclaimerrr {
  padding-top: 10px;
}

.white-bg {
  background: #fff;
  padding: 5px 30px 10px 30px;
  margin: 35px 0 0 0;
  border-radius: 20px;
  max-width: 850px;
  position: relative;
}

.caller-section .white-bg.second .load-container {
  position: absolute;
  top: 30px;
  right: 5px;
  left: auto;
}

.caller-section h4, .caller-section .h4 {
  display: block;
  font-size: 18px;
  color: #4e625f;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0px;
}

.caller-section .checkbox-container {
  position: relative;
  top: auto;
  margin-left: 0px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  padding: 0 0 0 37px;
  color: #19342f;
  margin-bottom: 50px;
}

.caller-section .checkmark {
  background-color: #fff;
  width: 24px;
  height: 24px;
  border: 1px solid #ff8b6c;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
}

.caller-section .checkbox-container .checkmark:after {
  border-color: #ff8b6c;
  top: 4px;
  left: 8px;
}

.caller-section .checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

.signature {
  width: 100%;
  overflow: hidden;
  align-items: center;
}

.signature a {
  width: 100px;
  height: 36px;
  line-height: 36px;
  margin: 9px 0 0 0;
  padding: 0 0 17px;
  border-radius: 8px;
  border: 1px solid #ff8b6c;
  font-size: 16px;
  color: #ff8b6c;
  float: right;
  text-align: center;
}

.signature a:hover {
  color: #ff8b6c;
}

.white-bg.second span.name {
  display: block;
  font-size: 20px;
  color: #19342f;
}

.search_pharmacy_popup.signature .address-section {
  font-size: 16px;
  color: #19342f;
}

.search_pharmacy_popup.signature .search_pharmacy_select h2, .search_pharmacy_popup.signature .search_pharmacy_select .h2 {
  border-bottom: 1px solid rgba(134, 134, 134, 0.2);
  padding-bottom: 13px;
  font-size: 24px;
  margin-bottom: 17px;
  color: #000;
}

.search_pharmacy_popup.signature .search_pharmacy_select input {
  border: 0.8px solid #827c77;
  width: 100%;
  height: 42px;
  border-radius: 38px;
  margin-top: 12px;
  padding: 11px 19px 11px 19px;
  color: #2a524b;
  font-size: 15px;
  margin-bottom: 12px;
  font-family: "Apercu-Regular";
  transition: all 0.2s ease-in-out;
}
.search_pharmacy_popup.signature .search_pharmacy_select input.errorIcon {
  background: url('info-icon.7616a662c10bd7be.svg') no-repeat;
  background-position: 10px 9px;
  padding-left: 40px;
}

.search_pharmacy_popup.signature .search_pharmacy_select input::placeholder {
  color: #2a524b;
}

.caller-section .changepassword_main .btnshover {
  margin-top: 12px;
  border: none;
  width: 160px;
}

.search_pharmacy_popup.signature .search_pharmacy_select {
  min-height: 440px;
  padding-top: 30px;
  height: auto;
}

.caller-section .white-bg.second .inner-width {
  padding: 29px 0 20px 0;
}

.caller-section .changepassword_main .colorRed {
  margin-bottom: 0px;
  margin-top: 0px;
}

.search_pharmacy_popup.signature .btn-section {
  position: relative;
}

.caller-section .changepassword_main .btnshover.animate {
  text-align: left;
  padding-left: 35px;
  pointer-events: none;
}

.caller-section .btn-container {
  position: absolute;
  top: 40px;
  right: auto;
  left: 158px;
  text-align: left;
}

.forgot-access {
  width: 480px;
  margin: 0 auto;
  text-align: right;
}

#recoverForm label {
  display: block;
  width: 480px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}

.loginPage.access app-root > div:nth-child(3) {
  height: 100%;
}

.loginPage.access app-root > div.top_search:nth-child(3) {
  height: auto;
}

.enrollparent.past h3, .enrollparent.past .h3 {
  font-size: 20px;
  color: #19342f;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-family: "Apercu-Bold" !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.enrollparent.past h3 .btn-container, .enrollparent.past .h3 .btn-container {
  position: relative;
  top: 0;
  right: 0;
  text-align: left;
  left: -20px;
}
.enrollparent.past h3 .btn-container .theme-loader.save, .enrollparent.past .h3 .btn-container .theme-loader.save {
  position: relative;
  top: 0;
  left: 0;
}

.caller-section .enrollparent .inner-width {
  overflow: hidden;
  position: relative;
}

.enrollparent.past .enroll-content {
  height: 100%;
  overflow: hidden;
}

.enrollparent.past tr {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  float: left;
}

.enrollparent.past tr:last-child {
  border: none;
}

.enrollparent.past tr td {
  font-size: 14px;
  color: #19342f;
  line-height: 44px;
  word-wrap: break-word;
}

.enrollparent.past .header th {
  font-size: 12px;
  color: #979797;
  font-family: "Apercu-Bold" !important;
  text-transform: uppercase;
  line-height: 34px;
}

.enrollparent.past tr,
.enrollparent.past table {
  display: block;
}

.enrollparent.past thead,
.enrollparent.past tbody {
  display: block;
  width: 100%;
}

.enrollparent.past tr .first {
  width: 15%;
  float: left;
}

.enrollparent.past tr .second {
  width: 15%;
  float: left;
}

.enrollparent.past tr .third {
  width: 15%;
  float: left;
}

.enrollparent.past tr .fourth {
  width: 25%;
  float: left;
}

.enrollparent.past tr .fifth {
  width: 20%;
  float: left;
}

.enrollparent.past tr .sixth {
  width: 10%;
  float: left;
}

.enrollparent.past tr .sixth img {
  cursor: pointer;
}

.enrollparent.past .img-gap {
  margin-right: 15px;
}

.search_pharmacy_popup.signature.past_enroll .search_pharmacy_select {
  min-width: 740px;
}

.search_pharmacy_popup.signature.past_enroll .search_pharmacy_select h2, .search_pharmacy_popup.signature.past_enroll .search_pharmacy_select .h2 {
  font-size: 36px;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #19342f;
}

.caller-section .past_enroll .formsec {
  margin-top: 20px;
}

.search_pharmacy_popup.signature.past_enroll .search_pharmacy_select input {
  height: 56px;
  border: 1px solid #827c77;
  font-size: 20px;
  color: #2a524b;
  font-weight: 500;
  border-radius: 50px;
}

.search_pharmacy_popup.past_enroll .search_pharmacy_select {
  border-radius: 10px 100px 10px 10px;
}

.caller-section .past_enroll .formsec > .form-group.full {
  width: calc(100% - 172px);
}

.caller-section .past_enroll .formsec > .form-group.full.first-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.caller-section .past_enroll .formsec > .form-group.full .adjust {
  width: calc(50% - 7px);
}

.caller-section .past_enroll .btnshover {
  height: 48px;
  line-height: 48px;
  width: 120px;
  font-size: 16px;
  border-radius: 10px;
}

.caller-section .past_enroll .btnshover.resend {
  width: 160px;
  background: #fff !important;
  border: 1px solid #ff8b6c;
  color: #ff8b6c;
}

.caller-section .past_enroll .btnshover.resend:hover {
  background: #2a524b !important;
}

.past_enroll .formsec .note {
  font-size: 14px;
  color: #2a524b;
  line-height: 18px;
  display: block;
  margin-top: 38px;
}

.past_enroll .formsec .note span {
  color: #ff8b6c;
}

.caller-section .past_enroll .btnshover:hover {
  border: 1px solid #2a524b;
}

.pagination ul {
  display: flex;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}

.pagination .prev {
  text-indent: -9999px;
  background: url('prev.4a7fc2d886867227.svg') left center no-repeat;
  width: 11px;
  height: 17px;
  border: none;
  margin: 3px 1px 0 0;
}

.pagination .next {
  text-indent: -9999px;
  background: url('prev.4a7fc2d886867227.svg') left center no-repeat;
  width: 11px;
  height: 17px;
  border: none;
  margin: 3px 0 0 0px;
  transform: rotate(180deg);
}

.pagination li a {
  color: #19342f;
  font-size: 14px;
  width: 24px;
  height: 24px;
  float: left;
  text-align: center;
  line-height: 24px;
}

.pagination li a span {
  display: block;
}

.pagination li {
  padding: 0 1px;
}

.pagination a {
  color: #19342f;
  font-size: 14px;
}

.pagination .prev[disabled],
.pagination .next[disabled] {
  opacity: 0.3;
}

.pagination .first {
  padding-right: 5px;
}

.pagination .last {
  padding-left: 5px;
}

.pagination li.active a {
  background: #ff8b6c;
  border-radius: 30px;
  color: #fff;
}

.theme-loader.save {
  position: absolute;
  top: -6px;
  left: -38px;
}

.theme-loader.resend {
  position: absolute;
  top: -6px;
  left: 155px;
}

.caller-section .past_enroll .btnshover.resend.animate {
  width: 180px;
  padding-left: 20px;
  pointer-events: none;
}

.caller-section .past_enroll .btnshover.animate {
  text-align: left;
  padding-left: 20px;
  pointer-events: none;
}

.caller-section .past_enroll .btnshover.success-btn {
  width: 195px;
}

.caller-section .btnshover.success-btn img {
  margin-top: 7px;
}

.agent-support {
  width: calc(100% - 50px);
  margin: 0 25px;
  background: #fff6f3;
  border-radius: 8px;
  padding: 14px 14px 0px 14px;
  font-size: 12px;
  overflow: hidden;
  font-weight: 500;
}
.agent-support h4, .agent-support .h4 {
  font-size: 14px;
  color: #19342f;
  line-height: 18px;
  font-family: "Apercu-Bold" !important;
}
.agent-support span {
  font-size: 10px;
  color: #506d85;
  line-height: 14px;
  display: block;
  margin-top: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.agent-support a {
  color: #ff8b6c;
}
.agent-support .phone {
  color: #19342f;
}

@media screen and (min-width: 320px) and (max-width: 980px) {
  .search_pharmacy_popup.signature .search_pharmacy_select {
    margin-top: 60px;
  }
  .loginPage .login-section .btn-section {
    padding-bottom: 20px;
  }
  .forgot-access {
    width: 100%;
  }
  .caller-section .form-control {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .welcome-section.download-edit h2, .welcome-section.download-edit .h2 {
    margin-top: 0px;
  }
  .welcome-section.download-edit {
    min-height: 320px;
  }
  .enrollparent.past .enroll-content {
    height: 100%;
    overflow: auto;
  }
  .enrollparent.past .enroll-content table {
    min-width: 700px;
  }
  .enrollparent.past .enroll-content::-webkit-scrollbar {
    height: 4px;
  }
  .enrollparent.past .enroll-content::-webkit-scrollbar-thumb {
    background: #2a524b;
  }
  .caller-section .past_enroll .btnshover,
  .caller-section .past_enroll .btnshover.resend.animate,
  .caller-section .past_enroll .btnshover.resend {
    width: 100%;
  }
  .caller-section .past_enroll .formsec > .form-group.full {
    width: 100%;
  }
  .caller-section .past_enroll .formsec > .form-group.full .adjust {
    width: 100%;
  }
  .enrollparent.past .header th {
    line-height: 22px;
  }
  .enrollparent.past tr td {
    line-height: 22px;
    padding-bottom: 4px;
  }
  /*
  .enrollparent.past tbody tr {
    padding-top: 10px;
  }
  .enrollparent.past tr td.first,.enrollparent.past tr td.third, .enrollparent.past tr td.second {
    width: 30%;
  }
  .enrollparent.past tr th.fourth {
    width: 18%;
  }
  .enrollparent.past tr td.fourth {
    width: 48%;
  }
  .enrollparent.past tr td.fifth {
    width: 36%;
  }
  .enrollparent.past tr td.sixth {
    width: 16%;
  }
  */
  .enrollparent.past,
  .enrollparent.past .inner-width {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  .search_pharmacy_popup.signature .search_pharmacy_select {
    margin-top: 0px;
  }
  .search_pharmacy_popup.signature .search_pharmacy_select {
    max-width: 350px;
    max-height: 795px;
  }
  .white-bg {
    margin-top: 10px;
  }
  .search_pharmacy_popup.signature.past_enroll .search_pharmacy_select {
    min-width: 90%;
  }
  .past_enroll .formsec .note {
    margin-top: 30px;
  }
}
.navbar li.agent,
.mobMenu nav ul li.agent {
  background: #ff8b6c;
  border-radius: 20.5px;
  min-height: 45px;
  max-height: 45px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.14px;
  margin-left: 30px;
}

.navbar li.agent a,
.mobMenu nav ul li.agent a {
  color: #fff;
}

.mobMenu nav ul li.agent {
  min-width: 160px;
  margin: 0 auto 20px auto;
  padding: 0;
  line-height: 46px;
}

.mobMenu nav ul li.agent a {
  color: #fff !important;
  margin-bottom: 0px !important;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .sendbtn.btnsnd {
  margin-bottom: 20px;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .save {
  margin-bottom: 20px;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .sendbtn.printbtn {
  margin-bottom: 25px;
}

/* #461 css */
.pharmacyPage .container .pharmacy_box .pharmacy_list span.saving-shown {
  position: absolute;
  z-index: 99;
  bottom: 2px;
  width: 307px;
  font-size: 14px !important;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list span.saving-shown.fullscreen {
  bottom: -54px;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec span.discount_Sec {
  font-size: 12px !important;
  color: #44b672;
  font-family: "Apercu-Bold" !important;
  float: left;
  margin-right: 12px;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_Sec {
  font-size: 12px !important;
  color: #44b672;
  font-family: "Apercu-Bold" !important;
  float: left;
  margin-right: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_Sec span {
  font-size: 12px !important;
  color: #827c77;
  font-family: "Apercu-Regular" !important;
  text-decoration: line-through;
  padding-left: 6px;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec span.discount_Sec span {
  font-size: 12px !important;
  color: #827c77;
  font-family: "Apercu-Regular" !important;
  display: block;
  text-decoration: line-through;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec p {
  max-width: 195px;
}

.pharmacyPage .discount_card .discount_card_parent .pharmacybox .name_quantity {
  min-width: 58% !important;
  max-width: 58% !important;
}

.pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec span.discount_Sec label {
  display: initial;
  margin-bottom: 0px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec p {
    max-width: 175px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .pharmacyPage .container .pharmacy_box .pharmacy_list span.saving-shown.fullscreen {
    bottom: -70px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec p {
    max-width: 0px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox .price {
    top: auto !important;
    bottom: 0px;
    margin-right: 10px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_Sec {
    right: 10px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list.ie_fixed_add_pharmacy_list.smallcard .card .name_Sec p {
    max-width: 195px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .pharmacy_list.ie_fixed_add_pharmacy_list {
    margin-bottom: 85px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list.ie_fixed_add_pharmacy_list.smallcard .card .name_Sec p {
    max-width: 195px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .loadmore {
    bottom: 25px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacy_list span.saving-shown {
    bottom: 0px !important;
  }
  .footer-section .comman-width .footer-adjust .fourth {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 480px) {
  .pharmacy_list.ie_fixed_add_pharmacy_list.smallcard {
    margin-bottom: 100px;
  }
  app-pharmacy .pharmacyPage .container .pharmacy_box .pharmacylist_parent .map_list_box .pharmacy_list .loadmore {
    bottom: 45px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list span.saving-shown.fullscreen {
    bottom: -70px;
  }
  .theme-loader.resend {
    top: 52px;
    left: 30px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .card .name_Sec p {
    max-width: 175px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_Sec,
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_Sec span {
    font-size: 12px !important;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .discount_card_parent .pharmacybox .price {
    top: 15px !important;
    right: 8px;
  }
  .pharmacyPage .container .pharmacy_box .pharmacy_list .discount_Sec {
    margin-right: 8px;
  }
  .caller-section .past_enroll .btnshover.success-btn {
    width: 100%;
  }
  .caller-section .past_enroll .btnshover.success-btn img {
    margin-top: 0px;
  }
}
.question-section u {
  text-decoration: underline;
}

.enrollparent.past tr .first[colspan="6"] {
  width: 100%;
  font-size: 20px;
  padding: 20px 0;
}

.edit-image,
.mail-image {
  position: relative;
}

.edit-image span,
.mail-image span {
  position: absolute;
  bottom: 0;
  background: #fff;
  border: 1px solid #dde5ed;
  min-width: max-content;
  font-style: normal;
  padding: 5px 10px;
  border-radius: 4px;
  color: #506d85;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  bottom: -38px;
  right: 0px;
  display: none;
  z-index: 9;
}

.edit-image span:after,
.mail-image span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -3px;
  left: calc(50% - 6px);
  z-index: 999;
  display: none;
}

.edit-image span:before,
.mail-image span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #dde5ed;
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  display: none;
}

.mail-image span {
  right: -24px;
}

.edit-image:hover span,
.mail-image:hover span {
  display: block;
}

.edit-image:hover span::before,
.mail-image:hover span::before {
  display: block;
}

.edit-image:hover span::after,
.mail-image:hover span::after {
  display: block;
}

.enrollparent.past tbody tr:last-child .edit-image:hover span,
.enrollparent.past tbody tr:last-child .mail-image:hover span {
  bottom: auto;
  top: -36px;
}

.enrollparent.past tbody tr:last-child .edit-image span:before,
.enrollparent.past tbody tr:last-child .mail-image span:before {
  top: auto;
  bottom: -6px;
  transform: rotate(180deg);
}

.enrollparent.past tbody tr:last-child .edit-image span::after,
.enrollparent.past tbody tr:last-child .mail-image span::after {
  top: auto;
  bottom: -4px;
  transform: rotate(180deg);
}

.monitor-tag img {
  height: auto !important;
  margin-bottom: 10px;
}

.logo img {
  max-width: 290px !important;
  min-width: 290px !important;
  margin-left: -64px;
}

.header-section.brokerpageheader .logo img {
  max-width: 190px !important;
  min-width: 190px !important;
  margin-left: -42px;
}

.footer-section .comman-width .footerlogo img {
  max-width: 158px;
  min-width: 158px;
  margin-left: -35px;
}

.signupbox .Signup_login .form_area .signup_signin_parent_box img {
  margin-left: -42px;
}

.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_parent .Login_Signup_Error {
  margin-top: 8px;
}

.signupbox.sharepass .Signup_login {
  max-height: 285px !important;
  max-width: 600px !important;
}

.signupbox.sharepass .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div .reset_button {
  margin-left: 0px;
  width: 150px;
  min-width: 150px;
}

/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2a524b;
  --bs-secondary: #ff8b6c;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 42, 82, 75;
  --bs-secondary-rgb: 255, 139, 108;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(16.8, 32.8, 30);
  --bs-secondary-text-emphasis: rgb(102, 55.6, 43.2);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(212.4, 220.4, 219);
  --bs-secondary-bg-subtle: rgb(255, 231.8, 225.6);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(169.8, 185.8, 183);
  --bs-secondary-border-subtle: rgb(255, 208.6, 196.2);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #2a524b;
  --bs-link-color-rgb: 42, 82, 75;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(33.6, 65.6, 60);
  --bs-link-hover-color-rgb: 34, 66, 60;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(42, 82, 75, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(127.2, 151.2, 147);
  --bs-secondary-text-emphasis: rgb(255, 185.4, 166.8);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(8.4, 16.4, 15);
  --bs-secondary-bg-subtle: rgb(51, 27.8, 21.6);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(25.2, 49.2, 45);
  --bs-secondary-border-subtle: rgb(153, 83.4, 64.8);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(127.2, 151.2, 147);
  --bs-link-hover-color: rgb(152.76, 171.96, 168.6);
  --bs-link-color-rgb: 127, 151, 147;
  --bs-link-hover-color-rgb: 153, 172, 169;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(212.4, 220.4, 219);
  --bs-table-border-color: rgb(169.92, 176.32, 175.2);
  --bs-table-striped-bg: rgb(201.78, 209.38, 208.05);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(191.16, 198.36, 197.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(196.47, 203.87, 202.575);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 231.8, 225.6);
  --bs-table-border-color: rgb(204, 185.44, 180.48);
  --bs-table-striped-bg: rgb(242.25, 220.21, 214.32);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 208.62, 203.04);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 214.415, 208.68);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(148.5, 168.5, 165);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(148.5, 168.5, 165);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(148.5, 168.5, 165);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
}
.form-check-input:checked {
  background-color: #2a524b;
  border-color: #2a524b;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2a524b;
  border-color: #2a524b;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28148.5, 168.5, 165%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #2a524b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(191.1, 203.1, 201);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #2a524b;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(191.1, 203.1, 201);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2a524b;
  --bs-btn-border-color: #2a524b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(35.7, 69.7, 63.75);
  --bs-btn-hover-border-color: rgb(33.6, 65.6, 60);
  --bs-btn-focus-shadow-rgb: 74, 108, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33.6, 65.6, 60);
  --bs-btn-active-border-color: rgb(31.5, 61.5, 56.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2a524b;
  --bs-btn-disabled-border-color: #2a524b;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff8b6c;
  --bs-btn-border-color: #ff8b6c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 156.4, 130.05);
  --bs-btn-hover-border-color: rgb(255, 150.6, 122.7);
  --bs-btn-focus-shadow-rgb: 217, 118, 92;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 162.2, 137.4);
  --bs-btn-active-border-color: rgb(255, 150.6, 122.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff8b6c;
  --bs-btn-disabled-border-color: #ff8b6c;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #2a524b;
  --bs-btn-border-color: #2a524b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2a524b;
  --bs-btn-hover-border-color: #2a524b;
  --bs-btn-focus-shadow-rgb: 42, 82, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a524b;
  --bs-btn-active-border-color: #2a524b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2a524b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2a524b;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #ff8b6c;
  --bs-btn-border-color: #ff8b6c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff8b6c;
  --bs-btn-hover-border-color: #ff8b6c;
  --bs-btn-focus-shadow-rgb: 255, 139, 108;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff8b6c;
  --bs-btn-active-border-color: #ff8b6c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff8b6c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff8b6c;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 74, 108, 102;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2a524b;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2a524b;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #2a524b;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2816.8, 32.8, 30%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28127.2, 151.2, 147%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28127.2, 151.2, 147%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #2a524b;
  --bs-pagination-active-border-color: #2a524b;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #2a524b;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #2a524b;
  --bs-list-group-active-border-color: #2a524b;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(42, 82, 75, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(34, 66, 60, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(34, 66, 60, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(255, 162, 137, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 162, 137, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

h4, .h4 {
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
}

.link-color {
  color: #506d85 !important;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  height: auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  flex-flow: column;
  justify-content: center;
  box-shadow: 0 10px 30px 0 rgba(25, 52, 47, 0.09) !important;
}
header .header .logo {
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 800;
  color: #18342f;
  display: flex;
  cursor: pointer;
}
header .header .logo img {
  max-height: 50px;
}
header .header .logo span {
  color: #ff8b6c;
}
header .header .headermenu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  padding-left: 25px;
}
header .header .headermenu > div {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
header .header .headermenu > div:last-child {
  margin-right: 0;
}
header .header .headermenu > div.userArea {
  margin-right: 0;
}
header .header .headermenu > div.userArea i {
  margin-right: 0;
}
header .header .headermenu a {
  color: #44b672;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
}
header .header .headermenu i {
  margin-right: 5px;
}
header .header .headermenu i.dowmload_icon {
  background: url('download_header.a8f4e6b9eb6093be.svg');
  width: 30px;
  height: 30px;
}
header .header .headermenu i.mobile_icon {
  background: url('call-icon.6ed1992c5db623b7.svg');
  width: 30px;
  height: 30px;
}
header .header .headermenu .sigbup_btn a {
  width: 87px;
  height: 34px;
  border-radius: 4px;
  background: #18342f;
  color: #fff;
  justify-content: center;
  font-size: 14px;
}
header .header .headermenu .login_btn a {
  color: #18342f;
}
header .header .headermenu .headersearch {
  flex-basis: 496px;
  max-width: 496px;
  position: relative;
}
header .header .headermenu .headersearch i {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 18px;
  transform: translate(0, -50%);
  background: url('search.01f47c43fd94f7ea.svg') no-repeat;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  background-size: 100%;
}
header .header .headermenu .headersearch input[type=search] {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #18342f;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  outline: none;
  height: 41px;
  padding-left: 50px;
  font-size: 14px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: normal;
}
header .header .headermenu .userArea {
  padding-top: 4px;
  cursor: pointer;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  font-weight: normal;
  color: #44b672;
}
header .header .headermenu .userArea span {
  text-decoration: underline;
  text-transform: lowercase;
}
header .header .headermenu .userArea span::first-line {
  text-transform: capitalize;
}
header .header .headermenu .userArea::after {
  content: "";
  width: 13px;
  height: 13px;
  display: flex;
  background: url('header_down.03ec4e6e024e1aa1.svg') no-repeat;
  margin-left: 10px;
}
header .header .headermenu .userArea i {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  background: url('user_icon.c7ee2d5ddddf6390.svg') no-repeat;
  cursor: pointer;
}
header .header .headermenu .menu_main {
  width: 100%;
  height: 380px;
  max-width: 322px;
  max-height: 380px;
  border: none;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% - 10px);
  right: -30px;
  bottom: auto;
  left: auto;
  border-radius: 6px;
  padding-left: 30px;
  z-index: 99999;
  min-width: 310px;
  top: 89px;
  box-shadow: 0 10px 30px 0 rgba(25, 52, 47, 0.09);
  border-radius: 0;
  padding: 50px;
  right: 0;
}
header .header .headermenu .menu_main p {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-top: 0;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  color: #ff8b6c;
  letter-spacing: -0.5px;
}
header .header .headermenu .menu_main ul {
  padding-top: 0;
  width: 100%;
}
header .header .headermenu .menu_main ul li {
  list-style: none;
  padding-left: 0;
  color: #25534b;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  font-family: "Apercu-Regular" !important;
  font-size: 18px;
  letter-spacing: -0.51px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5dfdf;
  padding-bottom: 10px;
}
header .header .headermenu .menu_main ul li:last-child {
  border: none;
}
header .header .headermenu .menu_main ul li i {
  display: none;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background-size: 100% !important;
  transform: translate(0, -50%);
}
header .header .headermenu .menu_main ul li.closememu {
  display: flex;
  align-items: center;
  font-family: "Apercu-Bold" !important;
  color: #ff8b6c;
}
header .header .headermenu .menu_main ul li.closememu img {
  padding-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .container {
    max-width: 100%;
  }
  header .container .row {
    flex-flow: row;
  }
}

.homepage {
  background: #5ed4fa url('landing-page-bg.bf88a6814ee69430.webp') no-repeat;
  width: 100%;
  background-size: cover;
  height: calc(100vh - 72px);
}
.homepage .container {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.homepage .container .searchbox_home_parent {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(0, -50%);
}
.homepage .container .searchbox_home_parent h1, .homepage .container .searchbox_home_parent .h1 {
  color: #fff;
  font-size: 36px;
}
.homepage .container .searchbox_home_parent .search_steps {
  display: flex;
  justify-content: space-between;
}
.homepage .container .searchbox_home_parent .search_steps > div {
  position: relative;
  display: flex;
  align-items: center;
}
.homepage .container .searchbox_home_parent .search_steps > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 46px;
  transform: translate(0, -50%);
  background: #fff;
}
.homepage .container .searchbox_home_parent .search_steps > div:first-child {
  flex-basis: 35%;
  max-width: 35%;
}
.homepage .container .searchbox_home_parent .search_steps > div:nth-child(2) {
  flex-basis: 27%;
  max-width: 27%;
}
.homepage .container .searchbox_home_parent .search_steps > div:last-child {
  flex-basis: 38%;
  max-width: 38%;
}
.homepage .container .searchbox_home_parent .search_steps > div:last-child:after {
  display: none;
}
.homepage .container .searchbox_home_parent .search_steps > div span {
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
.homepage .container .searchbox_home_parent .search_steps > div span:first-child {
  font-size: 68px;
  margin-right: 12px;
}
.homepage .container .searchbox_home_parent .searchbox_home {
  margin-top: 20px;
  position: relative;
}
.homepage .container .searchbox_home_parent .searchbox_home .searchbox_box {
  position: relative;
}
.homepage .container .searchbox_home_parent .searchbox_home .searchbox_box .cancelbtn {
  display: none;
}
.homepage .container .searchbox_home_parent .searchbox_home .searchbox_box input[type=text] {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #71d2f1;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 6px;
  line-height: 50px;
  font-size: 16px;
  color: #8ba6c1;
  font-weight: normal;
  padding-left: 60px;
}
.homepage .container .searchbox_home_parent .searchbox_home .searchbox_box i {
  position: absolute;
  background: url('search.01f47c43fd94f7ea.svg') no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
}
.homepage .container .searchbox_home_parent .searchbox_home .serachlist {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #71d2f1;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 315px;
  overflow-y: auto;
  min-height: 315px;
}
.homepage .container .searchbox_home_parent .searchbox_home .serachlist .recent_sesrch .title,
.homepage .container .searchbox_home_parent .searchbox_home .serachlist .popular_sesrch .title {
  background: #f5f8fa;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 12px;
  color: #506d85;
  line-height: 30px;
  font-weight: 500;
}
.homepage .container .searchbox_home_parent .searchbox_home .serachlist .recent_sesrch ul li,
.homepage .container .searchbox_home_parent .searchbox_home .serachlist .popular_sesrch ul li {
  font-size: 16px;
  color: #44b672;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 26px;
  padding-right: 26px;
}
.homepage .container .searchbox_home_parent .searchbox_home .serachlist .recent_sesrch ul li:hover,
.homepage .container .searchbox_home_parent .searchbox_home .serachlist .popular_sesrch ul li:hover {
  background: #18342f;
  color: #fff;
}
.homepage .container .searchbox_home_parent .search_btn {
  width: 235px;
  height: 50px;
  border-radius: 4px;
  background: #ff8b6c;
  margin-top: 25px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.homepage .search_pharmacy_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(29, 37, 45, 0.9);
}
.homepage .search_pharmacy_popup .close_search_pharmacy_popup {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  background: url('pharmacy_close.48ef38be4e0986e1.svg') no-repeat;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}
.homepage .search_pharmacy_popup .search_pharmacy_select {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 601px;
  max-width: 496px;
  max-height: 601px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, -50%);
  padding: 32px;
  overflow: visible !important;
}
.homepage .search_pharmacy_popup .search_pharmacy_select h2, .homepage .search_pharmacy_popup .search_pharmacy_select .h2 {
  font-size: 24px;
  color: #44b672;
  line-height: normal;
  font-weight: 700;
  margin: 0;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box {
  margin-top: 35px;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box {
  position: relative;
  margin-bottom: 25px;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #8ba6c1;
  background-color: #fff;
  border-radius: 4px;
  height: 52px;
  cursor: pointer;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > label {
  position: absolute;
  top: -7px;
  right: auto;
  bottom: auto;
  left: 15px;
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 500;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > div {
  font-size: 14px;
  color: #44b672;
  line-height: 52px;
  font-weight: 500;
  padding-left: 20px;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > div input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #44b672;
  line-height: 52px;
  font-weight: 500;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > i {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  background: url('ddl.4e75de3fe1793dfa.svg') no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 37, 45, 0.9);
  z-index: 9;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  max-width: 75%;
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
  margin: 0 auto;
  border-radius: 6px;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li {
  font-size: 14px;
  color: #44b672;
  line-height: 35px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid #f5f8fa;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li.active {
  color: #18342f;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li:last-child {
  border: none;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location input[type=checkbox] {
  display: none;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location label {
  position: relative;
  padding-left: 26px;
  margin: 0;
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location label span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  transform: translate(0, -50%);
  border: 1px solid #5ed4fa;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location input[type=checkbox]:checked + label span {
  background: url('pick-location_search.e1ae523b9c48f46b.svg') no-repeat;
  border: none;
  background-size: 100%;
}
.homepage .search_pharmacy_popup .search_pharmacy_select .filter_box .find_button {
  background: #18342f;
  width: 100%;
  height: 40px;
  max-width: 227px;
  max-height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1025px) and (max-width: 1260px) {
  .homepage {
    background-position: -180px;
  }
  .homepage .container .searchbox_home_parent {
    top: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .homepage {
    background-position: -200px;
    position: relative;
  }
  .homepage .container {
    max-width: 100%;
  }
  .homepage .container .searchbox_home_parent {
    top: 50px;
    transform: none;
    max-width: 55%;
  }
  .homepage .container .searchbox_home_parent .search_steps {
    flex-flow: column;
  }
  .homepage .container .searchbox_home_parent .search_steps > div {
    max-width: 100% !important;
    flex-basis: auto !important;
  }
  .homepage .container .searchbox_home_parent .search_steps > div span:first-child {
    font-size: 40px;
  }
  .homepage .container .searchbox_home_parent .search_steps > div br {
    display: none;
  }
  .homepage .container .searchbox_home_parent .search_steps > div::after {
    display: none;
  }
  .homepage .container .searchbox_home_parent .searchbox_home .serachlist {
    border: none;
  }
}

.signupbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(29, 37, 45, 0.9);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .signupbox {
    height: -webkit-fill-available;
  }
  .signupbox .Signup_login .form_area .tncbox {
    margin-top: 15px !important;
  }
}
.signupbox .close_search_pharmacy_popup {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  background: url('pharmacy_close.48ef38be4e0986e1.svg');
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}
.signupbox .Signup_login {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 520px;
  max-width: 727px;
  max-height: 520px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, -50%);
  padding-right: 52px;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
}
.signupbox .Signup_login .background_area {
  background: url('signup_bg.e46274f0bbb2b089.webp') no-repeat;
  display: flex;
  flex-basis: 279px;
  max-width: 279px;
  min-width: 279px;
  height: 100%;
  align-items: flex-start;
  flex-flow: column;
  padding-left: 30px;
}
.signupbox .Signup_login .background_area h2, .signupbox .Signup_login .background_area .h2 {
  padding-top: 85px;
  font-size: 36px;
  color: #fff;
  line-height: normal;
  font-weight: 800;
}
.signupbox .Signup_login .background_area p {
  max-width: 165px;
  min-width: 165px;
  font-size: 18px;
  color: #303f4c;
  line-height: 1.5;
  font-weight: normal;
}
.signupbox .Signup_login .form_area {
  display: flex;
  flex-basis: calc(100% - 279px);
  max-width: calc(100% - 279px);
  min-width: calc(100% - 279px);
  height: 100%;
  flex-flow: column;
  padding-top: 40px;
  padding-left: 32px;
  overflow-y: auto;
}
.signupbox .Signup_login .form_area > nav a {
  font-size: 16px;
  color: white;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
  margin-right: 30px;
  padding: 0 7px 7px 7px;
  position: relative;
}
.signupbox .Signup_login .form_area > nav a.active {
  color: #44b672;
  font-weight: 700;
}
.signupbox .Signup_login .form_area > nav a.active:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 20px;
  background-color: #18342f;
}
.signupbox .Signup_login .form_area .skip_btn {
  position: absolute;
  top: 21px;
  right: 21px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
}
.signupbox .Signup_login .form_area .form_sec {
  margin-top: 30px;
}
.signupbox .Signup_login .form_area .form_sec h2, .signupbox .Signup_login .form_area .form_sec .h2 {
  font-size: 24px;
  color: #44b672;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 50px;
}
.signupbox .Signup_login .form_area .form_sec .field {
  display: block;
  max-height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.signupbox .Signup_login .form_area .form_sec label,
.signupbox .Signup_login .form_area .form_sec input {
  transition: all 0.2s;
  touch-action: manipulation;
}
.signupbox .Signup_login .form_area .form_sec input {
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #dde5ed;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  color: #44b672;
  line-height: normal;
  font-weight: 500;
  padding-left: 20px;
  width: 100%;
}
.signupbox .Signup_login .form_area .form_sec input:focus {
  outline: 0;
  border-color: #18342f;
}
.signupbox .Signup_login .form_area .form_sec label {
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-left: 16px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  width: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.signupbox .Signup_login .form_area .form_sec input:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 13px);
}
.signupbox .Signup_login .form_area .form_sec ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.signupbox .Signup_login .form_area .form_sec input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.signupbox .Signup_login .form_area .form_sec input:not(:placeholder-shown) + label,
.signupbox .Signup_login .form_area .form_sec input:focus + label {
  transform: translate(0, -7px) scale(1);
  cursor: pointer;
  color: #506d85;
}
.signupbox .Signup_login .form_area .form_sec input:focus + label {
  color: #18342f;
}
.signupbox .Signup_login .form_area a.forgot_btn {
  display: flex;
  margin-left: auto;
  max-width: 120px;
  margin-bottom: 50px;
  text-decoration: none;
  font-size: 14px;
  color: #506d85;
  line-height: normal;
  font-weight: 600;
  justify-content: flex-end;
}
.signupbox .Signup_login .form_area .signup_btn_sec {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.signupbox .Signup_login .form_area .signup_btn_sec .btns {
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  font-weight: 600;
  width: 135px;
  height: 48px;
  max-width: 135px;
  max-height: 48px;
  background: #ff8b6c;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.signupbox .Signup_login .form_area .signup_btn_sec .already {
  margin-left: auto;
  max-width: 250px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  color: #506d85;
  line-height: normal;
  font-weight: 600;
  text-align: right;
}
.signupbox .Signup_login .form_area .signup_btn_sec .already a {
  text-decoration: none;
  color: #00b9f5;
}
.signupbox .Signup_login .form_area .tncbox {
  margin-top: 35px;
  font-size: 11px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: normal;
}
.signupbox .Signup_login .form_area .tncbox a {
  text-decoration: none;
  color: #00b9f5;
}

.Login_Signup_Error {
  font-family: "Fira Sans";
  font-size: 14px;
  color: #f94330;
  font-weight: 600;
}

.pharmacyPage {
  height: calc(100vh - 72px);
  min-height: 635px;
  background: #f5f8fa;
}
.pharmacyPage .pharmacy_header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  height: 62px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(36, 39, 44, 0.1);
}
.pharmacyPage .pharmacy_header .container {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.pharmacyPage .pharmacy_header .container h2, .pharmacyPage .pharmacy_header .container .h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #44b672;
  line-height: normal;
  font-weight: 500;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec {
  margin-left: auto;
  display: flex;
  position: relative;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #506d85;
  line-height: normal;
  font-weight: normal;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn i {
  width: 20px;
  height: 18px;
  max-width: 20px;
  max-height: 18px;
  background: url('location.b2bc6d8c8307236e.svg') no-repeat;
  background-size: 100%;
  margin-top: -2px;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn input[type=checkbox] {
  display: none;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn input[type=checkbox] + label {
  display: flex;
  padding: 0;
  margin: 0;
  margin-left: 8px;
  cursor: pointer;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn input[type=checkbox] + label i {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  background: url('unchecked.59e88740d98ae852.svg') no-repeat;
  background-size: 100% !important;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn input[type=checkbox]:checked + label i {
  background: url('checked.663d1f12c1ba55b0.svg') no-repeat;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #506d85;
  line-height: normal;
  font-weight: normal;
  margin-left: 40px;
  position: relative;
  cursor: pointer;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby i {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  background: url('ddl.4e75de3fe1793dfa.svg') no-repeat;
  margin-left: 10px;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby_ddl {
  width: 180px;
  height: 115px;
  max-width: 310px;
  max-height: 115px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05), 0 9px 24px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(80, 109, 133, 0.42);
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  bottom: auto;
  left: auto;
  border-radius: 6px;
  padding-left: 10px;
  z-index: 9;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby_ddl:before {
  content: "";
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  background: #fff;
  border: 1px solid rgba(80, 109, 133, 0.42);
  position: absolute;
  top: -8px;
  right: 10px;
  bottom: auto;
  left: auto;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby_ddl ul li {
  list-style: none;
  font-size: 16px;
  color: #44b672;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby_ddl ul li i {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background-size: 100% !important;
  transform: translate(0, -50%);
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby_ddl ul li:first-child {
  margin-top: 20px;
}
.pharmacyPage .pharmacy_header .container .right_btn_sec .sortby_ddl ul li.active {
  color: #18342f;
}
.pharmacyPage .pharmacy_box {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.pharmacyPage .pharmacy_box .select_filterList_parent {
  display: flex;
  flex-basis: 212px;
  max-width: 25%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 212px;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .filter_box {
  display: flex;
  flex-flow: column;
  flex-basis: 100%;
  width: 100%;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .filter_box label {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 10px;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .filter_box .type_box {
  padding-bottom: 15px;
  font-size: 16px;
  color: #44b672;
  line-height: normal;
  font-weight: normal;
  border-bottom: 1px solid rgb(228.7746478873, 234.4929577465, 239.2253521127);
  padding-top: 5px;
  cursor: pointer;
  position: relative;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .filter_box .type_box:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('ddl.4e75de3fe1793dfa.svg') no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: auto;
  left: auto;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .filter_box .type_box input {
  width: 100%;
  height: 30px;
  background: transparent;
  outline: none;
  border: none;
}
@media (min-width: 1025px) {
  .pharmacyPage .pharmacy_box .select_filterList_parent .filter_box .type_box input {
    width: 95% !important;
  }
}
.pharmacyPage .pharmacy_box .select_filterList_parent .filter_box:last-child .type_box {
  border-bottom: none;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .update_btn {
  width: 185px;
  height: 48px;
  max-width: 185px;
  max-height: 48px;
  background: #ff8b6c;
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  margin-top: 50px;
  cursor: pointer;
  overflow: hidden;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .update_btn.loader {
  font-size: 200px;
  transition: font-size 1s ease;
  pointer-events: none;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .update_btn.loader:before {
  content: "";
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 35px;
  height: 35px; /* Safari */
  animation: spin 0.5s linear infinite;
  position: absolute;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  top: -1px;
  display: none;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: overlay;
  max-height: 137px;
  /* custom webkit scrollbars */
  /* hidden elements */
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul:hover::-webkit-scrollbar {
  display: initial;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-scrollbar {
  display: none;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-scrollbar {
  width: 10px;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 100%, 0);
  border-width: 0;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #18342f;
  border-style: solid;
  border-color: transparent;
  border-width: 3px;
  background-clip: padding-box;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-scrollbar-button, .pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-scrollbar-track-piece, .pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-scrollbar-corner, .pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul::-webkit-resizer {
  display: none;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul li {
  cursor: pointer;
  font-size: 14px;
  color: rgb(139.976, 212.024, 169.048);
  line-height: 30px;
  font-weight: normal;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul li:last-child {
  border-bottom: none;
}
.pharmacyPage .pharmacy_box .select_filterList_parent .type_list ul li.active {
  color: #18342f;
}
.pharmacyPage .pharmacy_box .pharmacy_list {
  display: flex;
  flex-flow: column;
  margin-left: 50px;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 8px;
  padding-right: 10px;
  max-height: calc(100vh - 144px);
  overflow-y: overlay;
  /* custom webkit scrollbars */
  /* hidden elements */
}
.pharmacyPage .pharmacy_box .pharmacy_list .card {
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 10px;
  padding-left: 40px;
  padding-top: 14px;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
  max-width: 100%;
  min-height: 80px;
}
.pharmacyPage .pharmacy_box .pharmacy_list .card:before {
  content: "";
  width: 4px;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: 16px;
  left: 16px;
  border-radius: 4px;
  background: #18342f;
}
.pharmacyPage .pharmacy_box .pharmacy_list .card .name_Sec {
  display: flex;
  flex-basis: 100%;
  max-width: 100%;
  align-items: center;
}
.pharmacyPage .pharmacy_box .pharmacy_list .card .name_Sec p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #44b672;
  line-height: normal;
  font-weight: 600;
}
.pharmacyPage .pharmacy_box .pharmacy_list .card .name_Sec span {
  margin-left: auto;
  font-size: 18px;
  color: #00b9f5;
  line-height: normal;
  font-weight: 600;
}
.pharmacyPage .pharmacy_box .pharmacy_list .card .distance {
  font-size: 16px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: normal;
}
.pharmacyPage .pharmacy_box .pharmacy_list:hover::-webkit-scrollbar {
  display: initial;
}
.pharmacyPage .pharmacy_box .pharmacy_list::-webkit-scrollbar {
  display: none;
}
.pharmacyPage .pharmacy_box .pharmacy_list::-webkit-scrollbar {
  width: 10px;
}
.pharmacyPage .pharmacy_box .pharmacy_list::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 100%, 0);
  border-width: 0;
}
.pharmacyPage .pharmacy_box .pharmacy_list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #18342f;
  border-style: solid;
  border-color: transparent;
  border-width: 3px;
  background-clip: padding-box;
}
.pharmacyPage .pharmacy_box .pharmacy_list::-webkit-scrollbar-button, .pharmacyPage .pharmacy_box .pharmacy_list::-webkit-scrollbar-track-piece, .pharmacyPage .pharmacy_box .pharmacy_list::-webkit-scrollbar-corner, .pharmacyPage .pharmacy_box .pharmacy_list::-webkit-resizer {
  display: none;
}
.pharmacyPage .pharmacy_box .maps_box {
  flex-basis: 100%;
  margin-left: 15px;
  margin-top: 8px;
}
.pharmacyPage .pharmacy_box .no_pharmacy {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: normal;
  min-height: calc(100vh - 544px);
}
.pharmacyPage .pharmacy_box .no_pharmacy span {
  margin-top: 15px;
}
.pharmacyPage .pharmacy_box .no_pharmacy > span.notxt {
  font-weight: 700;
  font-size: 20px;
  color: #44b672;
}
.pharmacyPage .discount_card {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 37, 45, 0.9);
  z-index: 100000;
}
.pharmacyPage .discount_card .close_search_pharmacy_popup {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  background: url('pharmacy_close.48ef38be4e0986e1.svg');
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}
.pharmacyPage .discount_card .discount_card_parent {
  width: 100%;
  height: 667px;
  max-width: 460px;
  max-height: 667px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  transform: translate(0, -50%);
  border: 1px solid #000;
}
.pharmacyPage .discount_card .discount_card_parent .header {
  display: flex;
  padding: 27px 27px 15px 27px;
}
.pharmacyPage .discount_card .discount_card_parent .header > img {
  max-height: 50px;
}
.pharmacyPage .discount_card .discount_card_parent .header .button_sec {
  margin-left: auto;
  display: flex;
  font-size: 14px;
  color: rgb(177.104, 225.896, 196.792);
  line-height: normal;
  font-weight: normal;
}
.pharmacyPage .discount_card .discount_card_parent .header .button_sec > div {
  margin-right: 25px;
  cursor: pointer;
  background-size: 20px !important;
  padding-left: 30px;
}
.pharmacyPage .discount_card .discount_card_parent .header .button_sec > div:last-child {
  margin-right: 0;
}
.pharmacyPage .discount_card .discount_card_parent .header .button_sec > div.sendsms {
  background: url('email.accdbd72d695976b.svg') no-repeat;
}
.pharmacyPage .discount_card .discount_card_parent .header .button_sec > div.save {
  background: url('save.a25a329a9d81283d.svg') no-repeat;
}
.pharmacyPage .discount_card .discount_card_parent .header .button_sec > div.saved {
  background: url('saved.de081e22d5eb7cec.svg') no-repeat;
}
.pharmacyPage .discount_card .discount_card_parent .header .button_sec > div.print {
  background: url('print.7c48ee35a2230001.svg') no-repeat;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacybox {
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacybox .name_quantity {
  padding-left: 12px;
  min-width: 70%;
  max-width: 70%;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacybox .name_quantity p {
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #44b672;
  line-height: normal;
  font-weight: 600;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacybox .name_quantity span {
  font-size: 18px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: normal;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacybox .price {
  font-size: 30px;
  color: #00b9f5;
  line-height: normal;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  flex-basis: 30%;
  max-width: 30%;
  word-break: break-all;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacybox:before {
  content: "";
  position: absolute;
  top: 8px;
  right: auto;
  bottom: 8px;
  left: 8px;
  background: #18342f;
  width: 4px;
  border-radius: 4px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail {
  padding: 30px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .name {
  font-size: 21px;
  color: #44b672;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 10px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .address {
  font-size: 18px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: normal;
  padding-bottom: 10px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .number {
  font-size: 24px;
  color: #f7b500;
  line-height: normal;
  font-weight: 600;
  background: url('call_pharmacy.72449526cc725282.svg') no-repeat;
  background-position: 0;
  padding-left: 28px;
  margin-bottom: 10px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .method_salt {
  display: flex;
  flex-flow: column;
  background: rgba(196, 212, 229, 0.1);
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .method_salt .method {
  display: flex;
  height: 38px;
  align-items: center;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .method_salt .method > div:first-child {
  padding-left: 25px;
  font-size: 12px;
  color: #8ba6c1;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 40%;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .method_salt .method > div:last-child {
  font-size: 16px;
  color: #44b672;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 40%;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field {
  border: 1px solid rgba(139, 166, 193, 0.9);
  background: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-top: 16px;
  position: relative;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field input {
  outline: none;
  border: none;
  font-size: 14px;
  color: #44b672;
  line-height: normal;
  font-weight: 500;
  transition: all 0.2s;
  touch-action: manipulation;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field label {
  position: absolute;
  left: 15px;
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 500;
  background: #fff;
  transition: all 0.2s;
  touch-action: manipulation;
  padding-left: 5px;
  padding-right: 5px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field input:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 0);
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field input:not(:placeholder-shown) + label,
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field input:focus + label {
  transform: translate(0, -24px) scale(1);
  cursor: pointer;
  color: #506d85;
  z-index: 1;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field input:focus + label {
  color: #18342f;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field .sendbtn {
  width: 78px;
  height: 40px;
  background: #ff8b6c;
  border-radius: 4px;
  display: flex;
  margin-left: auto;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  justify-content: center;
  margin-right: 4px;
  cursor: pointer;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field .sendbtn.success {
  background: #00b9f5;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .helpline_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .helpline_btn > div {
  display: flex;
  align-items: center;
  flex-basis: 49%;
  max-width: 49%;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  height: 48px;
  border-radius: 4px;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .helpline_btn > div.helpline {
  background: #ff8b6c;
  border: 1px solid #ff8b6c;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .helpline_btn > div.direction {
  color: #8ba6c1;
  border: 1px solid #8ba6c1;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .helpline_btn > div.direction img {
  pointer-events: none;
  margin-left: 15px;
}

.cardPage .pharmacy_box .pharmacy_list {
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
}
.cardPage .pharmacy_header .header_container.container h2, .cardPage .pharmacy_header .header_container.container .h2 {
  display: block;
  width: 100%;
}

agm-map {
  height: calc(100vh - 144px);
}

.search_pharmacy_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(25, 52, 47, 0.97);
}
.search_pharmacy_popup .close_search_pharmacy_popup {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  background: url('pharmacy_close.48ef38be4e0986e1.svg') no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.search_pharmacy_popup .search_pharmacy_select {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 560px;
  max-width: 407px;
  max-height: 560px;
  background: #fff;
  border-radius: 0 100px 0 0;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, -50%);
  padding: 32px;
  padding-top: 45px;
  overflow: visible !important;
}
.search_pharmacy_popup .search_pharmacy_select h2, .search_pharmacy_popup .search_pharmacy_select .h2 {
  font-family: "Apercu-Bold" !important;
  margin: 0;
  text-align: left;
  font-size: 20px;
  color: #2a524b;
  line-height: normal;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box {
  margin-top: 15px;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box {
  position: relative;
  margin-bottom: 25px;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child {
  box-shadow: none;
  border-bottom: solid 1px #e5dfdf;
  background-color: #fff;
  cursor: pointer;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > label {
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #b6aca3;
  margin-bottom: 0;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > div {
  line-height: 25px;
  font-weight: normal;
  padding-left: 0;
  font-size: 20px;
  font-family: "Apercu-Regular" !important;
  color: #19342f;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > div input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  font-size: 20px;
  font-family: "Apercu-Regular" !important;
  color: #19342f;
  line-height: 25px;
  font-weight: normal;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > div input::placeholder {
  color: #19342f;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > i {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  background: url('downarrow.4400c76209ef9fc7.svg') no-repeat;
  display: block;
  position: absolute;
  bottom: 7px;
  right: 9px;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 37, 45, 0.9);
  z-index: 9;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  max-width: 75%;
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
  margin: 0 auto;
  border-radius: 6px;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li {
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  cursor: pointer;
  color: #19342f;
  border-bottom: 1px solid #e5dfdf;
  padding-bottom: 8px;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li.active {
  color: #ff8b6c !important;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li:last-child {
  border: none;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location input[type=checkbox] {
  display: none;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location label {
  position: relative;
  padding-left: 26px;
  margin: 0;
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location label span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 18px;
  height: 26px;
  max-width: 18px;
  max-height: 26px;
  transform: translate(0, -50%);
  background: url('form_pinlocation.8f1f5e72cdf4dec4.svg') no-repeat;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .autopic_location input[type=checkbox]:checked + label span {
  background: url('form_pinlocation.8f1f5e72cdf4dec4.svg') no-repeat;
  border: none;
  background-size: 100%;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .find_button {
  background: #18342f;
  width: 100%;
  height: 45px;
  max-width: 100%;
  max-height: 45px;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #fff;
  border-radius: 20.5px;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print {
  .pharmacyPage .discount_card .discount_card_parent .header .button_sec > div {
    display: none;
  }
  .pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field {
    display: none;
  }
  title {
    display: none;
  }
  .error_msg.email_field + span {
    display: none;
  }
  .pharmacyPage #print-section .direction {
    display: none;
  }
  .pharmacyPage .discount_card .discount_card_parent {
    height: 550px;
  }
  @page {
    size: auto;
    margin: 0mm;
  }
}
.change_password {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 37, 45, 0.9);
  z-index: 9999;
}
.change_password .close_search_pharmacy_popup {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  background: url('pharmacy_close.48ef38be4e0986e1.svg');
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}
.change_password .changepassword_main {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 397px;
  max-width: 496px;
  max-height: 397px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, -50%);
  padding-right: 52px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  overflow-y: auto;
}
.change_password .changepassword_main h2, .change_password .changepassword_main .h2 {
  font-size: 24px;
  color: #44b672;
  line-height: normal;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.change_password .changepassword_main .input_box {
  padding-top: 25px;
  width: 100%;
}
.change_password .changepassword_main .input_box > div {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.change_password .changepassword_main .input_box > div i {
  width: 24px;
  height: 24px;
  background: url('eye-slash-solid.f982e5447e9f649f.svg') no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  transform: translate(0, -50%);
  cursor: pointer;
}
.change_password .changepassword_main .input_box label,
.change_password .changepassword_main .input_box input {
  transition: all 0.2s;
  touch-action: manipulation;
}
.change_password .changepassword_main .input_box input {
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #dde5ed;
  background-color: #fff;
  height: 50px;
  font-size: 14px;
  color: #44b672;
  line-height: normal;
  font-weight: 500;
  padding-left: 20px;
  width: 100%;
}
.change_password .changepassword_main .input_box input:focus {
  outline: 0;
  border-color: #18342f;
}
.change_password .changepassword_main .input_box label {
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-left: 16px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  width: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.change_password .changepassword_main .input_box input:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 18px);
}
.change_password .changepassword_main .input_box ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.change_password .changepassword_main .input_box input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.change_password .changepassword_main .input_box input:not(:placeholder-shown) + label,
.change_password .changepassword_main .input_box input:focus + label {
  transform: translate(0, -7px) scale(1);
  cursor: pointer;
  color: #506d85;
}
.change_password .changepassword_main .input_box input:focus + label {
  color: #18342f;
}
.change_password .changepassword_main .input_box .reset_button {
  width: 135px;
  height: 48px;
  max-width: 135px;
  max-height: 48px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  border-radius: 4px;
  background: #ff8b6c;
  cursor: pointer;
}
.change_password .forgot_pass {
  max-height: 300px;
}
.change_password .forgot_pass .input_box {
  display: table;
}
.change_password .group_Number__box .skip_btn {
  position: absolute;
  top: 21px;
  right: 21px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  color: #506d85;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
}
.change_password .group_Number__box .staticgroup {
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 10px;
  font-size: 14px;
  color: #44b672;
  line-height: normal;
  font-weight: 500;
}
.change_password .group_Number__box .input_box input {
  padding-left: 48px;
}
.change_password .group_Number__box .input_box label {
  left: 30px;
}
.change_password .group_Number__box .input_box input:not(:placeholder-shown) + label,
.change_password .group_Number__box .input_box input:focus + label {
  left: 0;
}
.change_password .group_Number__box h2, .change_password .group_Number__box .h2 {
  margin-top: 40px;
}
.change_password .resetpass_box h2, .change_password .resetpass_box .h2 {
  margin-top: 30px;
}

.error_msg input {
  border-color: #f94330 !important;
}
.error_msg input + label {
  color: #f94330 !important;
  transform: translate(0, -7px) scale(1) !important;
}
.error_msg + span {
  color: #f94330;
  top: -12px;
  padding-left: 18px;
  display: block;
  position: relative;
  text-align: left;
  font-size: 10px;
  color: #f94330;
  line-height: normal;
  font-weight: normal;
}
.error_msg + span:before {
  content: "!";
  width: 12px;
  height: 12px;
  border: 1px solid #f94330;
  border-radius: 50%;
  font-size: 9px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.error_msg > div {
  border-color: #f94330 !important;
}
.error_msg > div label {
  color: #f94330 !important;
}
.error_msg > div span {
  color: #f94330;
  top: 6px;
  padding-left: 18px;
  display: block;
  position: relative;
  font-size: 10px;
  color: #f94330;
  line-height: normal;
  font-weight: normal;
}
.error_msg > div span:before {
  content: "!";
  width: 12px;
  height: 12px;
  border: 1px solid #f94330;
  border-radius: 50%;
  font-size: 9px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.error_msg.email_field {
  border-color: #f94330 !important;
}
.error_msg.email_field label {
  transform: translate(0, -24px) scale(1) !important;
}
.error_msg.email_field + span {
  top: 5px;
}

.Noddl:before {
  display: none !important;
}

.success {
  background: #00b9f5 !important;
}

.filterbtn_mobile {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .header .headermenu .menu_main {
    right: -10px;
  }
  header .header .headermenu .menu_main::before {
    right: 15px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  body {
    perspective: 1500px;
    perspective-origin: 0% 50%;
  }
  header .container {
    max-width: 100%;
  }
  header .container .row {
    flex-flow: row;
  }
  header .container .row .logoparent {
    max-width: 100px;
  }
  header .container .row .headermenu > div {
    margin-right: 0;
  }
  header .container .row .headermenu > div.sigbup_btn a {
    width: auto;
    height: auto;
    background: transparent;
    color: #44b672;
    font-weight: 600;
    margin-right: 3px;
  }
  header .container .row .headermenu > div.login_btn a {
    color: #44b672;
    font-weight: 600;
    margin-left: 3px;
  }
  header .container .row .headermenu > div.login_btn a::before {
    content: "/";
    position: relative;
    left: -3px;
  }
  header .container .row .headermenu .menu_main {
    width: 290px;
    max-width: 290px;
    z-index: 1;
    opacity: 1;
    transform: translate3d(-290px, 0, -1690px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    transition: all 0.5s;
    display: block !important;
    max-height: 100%;
    border-radius: 0;
    border: none;
  }
  header .container .row .headermenu .menu_main:before, header .container .row .headermenu .menu_main:after {
    display: none;
  }
  header .container .row .headermenu .st-effect-10 {
    visibility: visible;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
  }
  .signupbox {
    z-index: 9999;
  }
  .signupbox .Signup_login {
    flex-flow: column;
    height: 100%;
    max-height: 100%;
    padding-right: 0;
    border-radius: 0;
    background: transparent;
  }
  .signupbox .Signup_login .background_area {
    flex-basis: auto;
    max-width: 100%;
    min-width: 100%;
    height: 157px;
    background: #00aced;
    align-items: flex-start;
    padding-left: 24px;
    min-height: 157px;
  }
  .signupbox .Signup_login .background_area p {
    max-width: 100%;
    min-width: 100%;
    color: #fff;
  }
  .signupbox .Signup_login .background_area p br {
    display: none;
  }
  .signupbox .Signup_login .background_area h2, .signupbox .Signup_login .background_area .h2 {
    padding-top: 24px;
  }
  .signupbox .Signup_login .form_area {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 26px 24px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    min-height: calc(100% - 148px);
    top: -5px;
    position: relative;
  }
  .signupbox .Signup_login .form_area .skip_btn {
    top: auto;
    bottom: 25px;
    right: 24px;
  }
  .signupbox .close_search_pharmacy_popup {
    z-index: 99;
  }
  .change_password .changepassword_main {
    transform: none;
    top: auto;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 410px;
    max-height: 100%;
  }
  .change_password .changepassword_main .skip_btn {
    top: auto;
    bottom: 21px;
  }
  #Search_Header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #Search_Header .row {
    flex-flow: column;
  }
  #Search_Header .row .headermenu {
    flex-flow: column;
  }
  #Search_Header .row .headermenu .headersearch {
    flex-basis: auto;
    order: 2;
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
  }
  #Search_Header .row .headermenu .headersearch input[type=search] {
    border-radius: 4px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #dde5ed;
    background-color: #ffffff;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
  }
  #Search_Header .row .headermenu .userArea {
    position: absolute;
    top: -35px;
    right: 0;
  }
  .pharmacyPage.loggedin_header {
    height: calc(100vh - 121px);
  }
  .pharmacyPage > .container {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pharmacyPage .pharmacy_header .container {
    max-width: 100%;
  }
  .pharmacyPage .pharmacy_header .container h2, .pharmacyPage .pharmacy_header .container .h2 {
    display: none;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec {
    margin-left: 0;
    justify-content: space-between;
    width: 100%;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn {
    position: relative;
    padding-left: 25px;
    font-size: 12px;
    color: #506d85;
    line-height: normal;
    font-weight: 600;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn > i {
    display: none;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn input[type=checkbox] + label {
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec .filterbtn_mobile {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #506d85;
    line-height: normal;
    font-weight: 600;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec .filterbtn_mobile i {
    background: url('filtericon.4a1b984cf729524f.svg') no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 10px;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec .sortby {
    margin-left: 0;
    font-size: 12px;
    color: #506d85;
    line-height: normal;
    font-weight: 600;
  }
  .pharmacyPage .pharmacy_box {
    flex-flow: column;
  }
  .pharmacyPage .pharmacy_box .select_filterList_parent {
    display: none;
  }
  .pharmacyPage .pharmacy_box .select_filterList_parent.Show_filter_on_mobile {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 9999;
    background: #f5f8fa;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    overflow-y: auto;
    height: -webkit-fill-available;
  }
  .pharmacyPage .pharmacy_box .select_filterList_parent.Show_filter_on_mobile > i {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
    background: url('closeicon.1cd7dd3919b05273.svg');
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
  }
  .pharmacyPage .pharmacy_box .select_filterList_parent.Show_filter_on_mobile > div {
    flex-basis: auto;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list {
    margin-left: 0;
    order: 2;
    max-height: calc(100vh - 150px);
    padding-right: 0;
    min-width: 100%;
  }
  .pharmacyPage .pharmacy_box .maps_box {
    width: 100%;
    margin-left: 0;
    order: 1;
    max-height: calc(50vh - 100px);
  }
  .pharmacyPage .pharmacy_box .maps_box agm-map {
    height: calc(50vh - 100px);
  }
  .pharmacyPage .discount_card {
    height: -webkit-fill-available;
  }
  .pharmacyPage .discount_card .discount_card_parent {
    height: auto;
    max-height: 100%;
    border-radius: 0;
    top: 0;
    bottom: 0;
    transform: none;
    position: fixed;
    border: none;
  }
  .pharmacyPage .discount_card .discount_card_parent .header {
    padding: 27px 15px 15px 15px;
  }
  .pharmacyPage .discount_card .discount_card_parent .header .button_sec {
    padding-top: 25px;
  }
  .pharmacyPage .discount_card .discount_card_parent .pharmacyDetail {
    padding: 15px;
  }
  .pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .helpline_btn > div {
    font-size: 14px;
    font-weight: 600;
  }
  .pharmacyPage .discount_card .close_search_pharmacy_popup {
    z-index: 99;
    top: 0;
    right: 0;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top_search {
  background: #5ed4fa url('landing-page-bg.bf88a6814ee69430.webp') no-repeat;
  width: 100%;
  background-size: cover;
}
.top_search .container {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.top_search .container .searchbox_home_parent {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(0, -50%);
}
.top_search .container .searchbox_home_parent h1, .top_search .container .searchbox_home_parent .h1 {
  color: #fff;
  font-size: 36px;
}
.top_search .container .searchbox_home_parent .search_steps {
  display: flex;
  justify-content: space-between;
}
.top_search .container .searchbox_home_parent .search_steps > div {
  position: relative;
  display: flex;
  align-items: center;
}
.top_search .container .searchbox_home_parent .search_steps > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 46px;
  transform: translate(0, -50%);
  background: #fff;
}
.top_search .container .searchbox_home_parent .search_steps > div:first-child {
  flex-basis: 35%;
  max-width: 35%;
}
.top_search .container .searchbox_home_parent .search_steps > div:nth-child(2) {
  flex-basis: 27%;
  max-width: 27%;
}
.top_search .container .searchbox_home_parent .search_steps > div:last-child {
  flex-basis: 38%;
  max-width: 38%;
}
.top_search .container .searchbox_home_parent .search_steps > div:last-child:after {
  display: none;
}
.top_search .container .searchbox_home_parent .search_steps > div span {
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
.top_search .container .searchbox_home_parent .search_steps > div span:first-child {
  font-size: 68px;
  margin-right: 12px;
}
.top_search .container .searchbox_home_parent .searchbox_home {
  margin-top: 20px;
  position: relative;
}
.top_search .container .searchbox_home_parent .searchbox_home .searchbox_box {
  position: relative;
}
.top_search .container .searchbox_home_parent .searchbox_home .searchbox_box .cancelbtn {
  display: none;
}
.top_search .container .searchbox_home_parent .searchbox_home .searchbox_box input[type=text] {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #71d2f1;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 6px;
  line-height: 50px;
  font-size: 16px;
  color: #8ba6c1;
  font-weight: normal;
  padding-left: 60px;
}
.top_search .container .searchbox_home_parent .searchbox_home .searchbox_box i {
  position: absolute;
  background: url('search.01f47c43fd94f7ea.svg') no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
}
.top_search .container .searchbox_home_parent .searchbox_home .serachlist {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #71d2f1;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 315px;
  overflow-y: auto;
  min-height: 315px;
}
.top_search .container .searchbox_home_parent .searchbox_home .serachlist .recent_sesrch .title,
.top_search .container .searchbox_home_parent .searchbox_home .serachlist .popular_sesrch .title {
  background: #f5f8fa;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 12px;
  color: #506d85;
  line-height: 30px;
  font-weight: 500;
}
.top_search .container .searchbox_home_parent .searchbox_home .serachlist .recent_sesrch ul li,
.top_search .container .searchbox_home_parent .searchbox_home .serachlist .popular_sesrch ul li {
  font-size: 16px;
  color: #44b672;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 26px;
  padding-right: 26px;
}
.top_search .container .searchbox_home_parent .searchbox_home .serachlist .recent_sesrch ul li:hover,
.top_search .container .searchbox_home_parent .searchbox_home .serachlist .popular_sesrch ul li:hover {
  background: #18342f;
  color: #fff;
}
.top_search .container .searchbox_home_parent .search_btn {
  width: 235px;
  height: 50px;
  border-radius: 4px;
  background: #ff8b6c;
  margin-top: 25px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) and (max-width: 1260px) {
  .top_search {
    background-position: -180px;
  }
  .top_search .container .searchbox_home_parent {
    top: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_search {
    background-position: -200px;
    position: relative;
  }
  .top_search .container {
    max-width: 100%;
  }
  .top_search .container .searchbox_home_parent {
    top: 50px;
    transform: none;
    max-width: 55%;
  }
  .top_search .container .searchbox_home_parent .search_steps {
    flex-flow: column;
  }
  .top_search .container .searchbox_home_parent .search_steps > div {
    max-width: 100% !important;
    flex-basis: auto !important;
  }
  .top_search .container .searchbox_home_parent .search_steps > div span:first-child {
    font-size: 40px;
  }
  .top_search .container .searchbox_home_parent .search_steps > div br {
    display: none;
  }
  .top_search .container .searchbox_home_parent .search_steps > div::after {
    display: none;
  }
}

.headersearch .serachlist {
  z-index: 2;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #71d2f1;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 315px;
  overflow-y: auto;
  min-height: 315px;
}
.headersearch .serachlist .recent_sesrch .title,
.headersearch .serachlist .popular_sesrch .title {
  background: #f5f8fa;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 12px;
  color: #506d85;
  line-height: 30px;
  font-weight: 500;
}
.headersearch .serachlist .recent_sesrch ul li,
.headersearch .serachlist .popular_sesrch ul li {
  font-size: 16px;
  color: #44b672;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 26px;
  padding-right: 26px;
}
.headersearch .serachlist .recent_sesrch ul li:hover,
.headersearch .serachlist .popular_sesrch ul li:hover {
  background: #18342f;
  color: #fff;
}

.logoarea {
  display: flex;
  padding-bottom: 18px;
  margin-left: 15px;
  margin-right: 15px;
  align-items: center;
  justify-content: space-between;
}
.logoarea > div {
  display: flex;
  width: 50%;
}
.logoarea > div:last-child {
  flex-flow: column;
  flex-flow: column;
  align-items: flex-end;
}
.logoarea > div:last-child span {
  margin-bottom: 5px;
  font-size: 11px;
  color: #44b672;
  line-height: normal;
  font-weight: 500;
}
.logoarea > div:last-child.walmart_img span {
  padding-right: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-ms-clear {
  -webkit-appearance: none;
}

@media all and (-ms-high-contrast: none) {
  .homepage .container {
    display: -ms-flexbox;
    justify-content: center;
  }
  .email_field label {
    margin-top: -30px;
  }
  .email_field input {
    width: 75%;
  }
  .lists ul {
    max-width: 31% !important;
  }
  .search_pharmacy_select .lists ul {
    max-width: 20% !important;
  }
  .pharmacyPage {
    min-height: 635px;
  }
  .pharmacyPage .pharmacy_box .select_filterList_parent {
    display: block;
  }
  .filter_box {
    display: block;
  }
  .type_list ul {
    overflow: hidden;
    overflow-y: scroll;
  }
  .update_btn.loader {
    position: relative;
    color: #ff8b6c !important;
  }
  .loader::before {
    top: 6px;
    left: 40%;
  }
  .error_msg > div label {
    top: -7px !important;
  }
  .ie_fixed_no_result {
    margin-top: 150px !important;
    margin-left: -13% !important;
  }
  #Signin_Signup_Header {
    background: #ffffff;
  }
  .ie_fixed_header {
    position: fixed;
    z-index: 3;
    width: 100%;
  }
  .ie_f_pharmacy_header {
    position: fixed;
    width: 100%;
    top: 72px;
    z-index: 10;
  }
  .ie_f_select_filterList_parent {
    position: fixed;
    top: 134px;
    z-index: 4;
  }
  .ie_f_pharmacy_list {
    margin-left: 250px !important;
    z-index: 1;
    margin-top: 142px !important;
    max-width: 424px !important;
  }
  .homepage {
    height: calc(100% - height);
  }
  #getzipcode,
  #getzipcodeTop {
    height: 55px;
  }
  input[type=number]::-ms-clear,
  input[type=text]::-ms-clear,
  input[type=email]::-ms-clear,
  input[type=password]::-ms-clear,
  input[type=search]::-ms-clear {
    display: none;
  }
  input[type=password]::-ms-reveal {
    display: none;
  }
  .change_password .changepassword_main .input_box label {
    top: -6px;
  }
  .pharmacyPage .discount_card .discount_card_parent .pharmacybox .price {
    word-break: break-all;
  }
  .signupbox {
    z-index: 9;
  }
  .signupbox .Signup_login .form_area .form_sec label {
    top: -5px;
  }
  .error_msg label {
    top: 0px !important;
  }
  .error_msg.email_field label {
    transform: translate(0px, 0px) scale(1) !important;
    margin-top: -7px;
  }
  .signupbox .Signup_login .background_area h2, .signupbox .Signup_login .background_area .h2 {
    width: 100%;
    word-break: break-word;
  }
  .pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field label {
    z-index: 1;
  }
}
@-moz-document url-prefix() {
  body {
    background: #f7f9fa;
  }
  .PharmacyNear .filtertext input[type=number] {
    -moz-appearance: textfield;
  }
  .pharmacyPage .pharmacy_box .select_filterList_parent .filter_box .type_box input,
  #Quantity_Manual,
  #SearchDrugText,
  #InputGroup,
  #getzipcode {
    -moz-appearance: textfield;
  }
  .searchbox_home .searchbox_box input[type=text] {
    border: 1px solid #ffffff !important;
  }
  .type_list ul {
    overflow: hidden;
    overflow-y: scroll;
    max-width: 211px;
    height: auto;
    max-height: 137px;
  }
  .pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field label {
    padding-top: 5px;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list .card .name_Sec {
    max-height: 45%;
  }
  input[type=number]::-moz-focusring,
  input[type=text]::-moz-focusring,
  input[type=email]::-moz-focusring,
  input[type=password]::-moz-focusring,
  input[type=search]::-moz-focusring {
    background-color: #fff;
  }
  input[type=password]:focus-visible {
    background-color: pink; /* Something to get the user's attention */
  }
}
@media screen and (max-width: 1024px) and (min-width: 0) {
  .pharmacyPage .discount_card .discount_card_parent .pharmacyDetail {
    background: #fff;
  }
  .pharmacyPage .discount_card .discount_card_parent .pharmacybox .price {
    word-break: break-all;
  }
}
.eye_show {
  background: url('eye.a1ecfce16e9f00b4.svg') no-repeat !important;
}

.pharmacyPage .discount_card .discount_card_parent {
  height: auto;
  max-height: 100%;
}

.loadProcess {
  width: 100%;
  height: 45px;
  max-width: 100%;
  max-height: 100%;
  background: transparent;
  border-radius: 4px;
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  padding: 0 !important;
  overflow: hidden;
}
.loadProcess.loader {
  font-size: 200px;
  transition: font-size 1s ease;
  pointer-events: none;
  padding-left: 40%;
  padding-top: 2%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px !important;
}
.loadProcess.loader:before {
  content: "";
  border: 4px solid #ff8b6c;
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 30px;
  height: 30px; /* Safari */
  animation: spin 0.5s linear infinite;
  position: absolute;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pharmacyPage .discount_card .discount_card_parent {
  height: auto;
  max-height: 100%;
}

.singleDoseForm {
  pointer-events: none;
  opacity: 0.5;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-sm:after,
.container-md:after,
.container-lg:after,
.container-xl:after,
.container-xxl:after,
.container-fluid:before,
.container-sm:before,
.container-md:before,
.container-lg:before,
.container-xl:before,
.container-xxl:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.footer-adjust {
  width: 100%;
  display: flex;
}

.menuFJC {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.contMinHeight {
  min-height: 365px;
}

.aboutMinHeight {
  min-height: 390px;
}

.aboutMinHeightOur {
  min-height: 770px;
}

.modal-backdrop {
  background: transparent;
}

.newContactBtn {
  background: #ed8808 !important;
}

.modal-dialog {
  pointer-events: fill;
}

.contact-section .form-control,
.form-control:focus,
.btn:focus,
.btn.focus {
  outline: none;
  box-shadow: none !important;
}

.ratingTag {
  display: flex;
  padding-top: 10px;
}
.ratingTag span {
  margin-top: 0px !important;
  padding: 0 7px 0 0;
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: #18342f !important;
}
.ratingTag .star {
  display: flex;
}
.ratingTag .star .enable {
  background-color: #ff8b6c;
}
.ratingTag .star li {
  background-color: #dde5ed;
  background-image: url('star.065b4946fb30b9ff.svg');
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  margin-top: 3px;
  margin-right: 4px;
  border-radius: 50%;
  fill: #fff;
  cursor: pointer;
}
.ratingTag .star li:hover {
  background-color: #ff8b6c;
}

.contact-section .form-control:focus,
.contact-section textarea:focus {
  border-color: #dde5ed;
}

.prescription-form .form-group {
  position: relative;
  margin-bottom: 0px;
}
.prescription-form .form-group span {
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 25px;
  border-top: 1px solid red;
  width: 100%;
}
.prescription-form .form-group button .btn {
  color: #fff !important;
}
.prescription-form .form-group button .btn:focus {
  color: #fff;
}
.prescription-form .form-group #fullnameerror {
  width: 85%;
}

.shadow {
  box-shadow: none !important;
}

.download {
  position: relative;
  padding-left: 30px !important;
}
.download a:before {
  content: "";
  height: 27px;
  width: 15px;
  background: url('download_header.a8f4e6b9eb6093be.svg') no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.download a.active:before {
  content: "";
  height: 27px;
  width: 15px;
  background: url('download_header_active.ef815f8a6d788ab1.svg') no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.m-prescriptionimg-responsive {
  display: none;
}

.termsofuse {
  border-top: 1px solid #dde5ed;
  margin-bottom: 30px;
}
.termsofuse .comman-width h2, .termsofuse .comman-width .h2 {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #44b672;
  padding: 0;
  margin: 30px 0;
}
.termsofuse .comman-width h3, .termsofuse .comman-width .h3 {
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #44b672;
  padding: 0;
  margin: 40px 0 10px;
}
.termsofuse .comman-width h3:first-child, .termsofuse .comman-width .h3:first-child {
  margin-top: 0;
}
.termsofuse .comman-width p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #506d85;
  padding: 0;
}
.termsofuse .comman-width p a {
  color: #44b672;
}
.termsofuse .comman-width ul {
  margin: 20px 0px 20px 40px;
}
.termsofuse .comman-width ul li {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #506d85;
  background: none;
  list-style-type: disc;
  padding-left: 0px;
  margin-bottom: 10px;
}

.signuphow {
  position: absolute;
  color: #fff;
  margin-top: 5px;
  display: block;
}

.fnewss {
  position: relative;
  color: #000;
  display: none;
}

.showsuccess > button.btn {
  z-index: 9;
  top: -37px !important;
  opacity: 1 !important;
  color: #243d56 !important;
}
.showsuccess > div {
  display: flex;
  padding: 40px;
  flex-flow: column;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin-top: 0;
  position: relative;
  padding-top: 60px;
}
.showsuccess > div img {
  width: 72px;
  margin: 0 auto 30px auto;
}
.showsuccess > div p {
  font-family: "Apercu-Bold" !important;
  font-size: 24px;
  font-weight: 500;
  color: #fff !important;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.btn.btn-default.close {
  color: #243d56 !important;
  font-size: 20px !important;
  opacity: 1 !important;
  z-index: 9 !important;
  top: -25px !important;
}

.app-link {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.app-link a {
  margin-right: 20px;
}
.app-link a img {
  margin: 0;
  max-width: 179px;
}

.d-app-link {
  justify-content: center;
}

.download a {
  font-size: 14px !important;
  margin-top: 2px !important;
}

.downloadSecOne {
  padding-bottom: 0 !important;
}
.downloadSecOne .comman-width .playstore {
  display: flex;
}
.downloadSecOne .comman-width .playstore a {
  max-width: 173px;
}
.downloadSecOne .comman-width .playstore a img {
  max-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 61px !important;
}

.mobView {
  display: block !important;
  color: #fff;
}

.first-one ul {
  margin-bottom: 20px;
}
.first-one ul li {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #18342f;
  background: url('star.6c62dd1fa5b0f750.png') left 5px no-repeat;
  padding-left: 40px;
}

.howItWork {
  float: unset;
}

.slick-track {
  display: flex !important;
  flex-flow: row wrap;
}

.logo {
  min-width: 223px;
}
.logo img {
  max-width: 150px;
  min-width: 150px;
}

.mobMenu {
  display: none;
}

.search-fields .form-section .errorSearchMsg span {
  position: absolute;
  left: 48px;
  bottom: -25px;
  color: red;
  font-size: 13px;
}
.search-fields .form-section .errorSearchMsg span:before {
  content: "!";
  width: 12px;
  height: 12px;
  border: 1px solid #f94330;
  border-radius: 50%;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -19px;
  transform: translate(0, -50%);
  text-align: center;
}

.lowest-section .comman-width .search-fields {
  max-width: 70%;
  margin: 0 auto;
}

.marketing-section input {
  height: 56px;
  flex-grow: 0;
  border-radius: 8px;
  box-shadow: 1px 2px 6px 0 rgba(29, 37, 45, 0.04);
  border: solid 0.5px #dde5ed;
  background: #fff url('search.e40353add29a9483.png') 16px center no-repeat;
  margin-bottom: 16px;
  font-size: 20px;
  color: #979797;
  padding-left: 56px;
}

.marketing-section .category {
  box-shadow: 1px 2px 6px 0 rgba(29, 37, 45, 0.04);
  border: solid 0.5px #dde5ed;
  background: #fff;
  padding: 28px 150px 0px 35px;
  min-height: 400px;
}

.marketing-section .category.detail {
  min-height: inherit;
  padding-right: 0px;
}

.marketing-section .category-list li {
  height: 72px;
  margin: 0 24px 24px 0;
  padding: 0px 148px 0px 31px;
  border-radius: 16px;
  background-color: #2a524b;
  font-size: 20px;
  color: #fff;
  flex-basis: 46%;
  cursor: pointer;
  font-family: "Apercu-Bold" !important;
  display: flex;
  align-items: center;
}

.marketing-section .category-list li a {
  color: #fff;
}

.marketing-section .category-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.category-section {
  margin-right: 35px;
}

.breadcrum {
  padding-bottom: 25px;
}

.breadcrum li {
  display: inline;
  font-size: 14px;
  color: #979797;
}

.breadcrum li:first-child {
  background: url('breadcrum-arrow.170cf33c8745376c.png') right center no-repeat;
  padding-right: 10px;
  margin-right: 6px;
}

.breadcrum li a {
  color: #ff8b6c;
}

.marketing-section .panel.active .panel-title {
  color: #44b672 !important;
}

.category-section .material {
  font-size: 16px;
  color: #1d252d;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

.category-section .material a {
  color: #44b672;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  .container {
    max-width: 1258px;
  }
  .card-section h2, .card-section .h2 {
    margin: 0 0 31px 0;
  }
  .card-section h3, .card-section .h3 {
    margin: 50px 0 8px 0;
  }
  .card-section p {
    margin-bottom: 0;
    padding-bottom: 28px;
  }
  .card-section ul {
    padding-top: 4px;
  }
  .save-section {
    margin-top: 72px;
    padding-top: 41px;
    padding-bottom: 0px;
  }
  .save-section h2, .save-section .h2 {
    margin-top: 60px;
  }
  .save-section p {
    margin-bottom: 4px;
  }
  .save-section ul {
    padding-bottom: 33px;
  }
  .newsLetter {
    width: 308px !important;
    height: 48px;
  }
  .prescription-section h2, .prescription-section .h2 {
    margin: 94px 0 112px 0;
  }
  .prescription-section .prescriptionimg-responsive {
    margin-top: 5px;
    width: 100%;
  }
  .prescription-section .m-prescriptionimg-responsive,
  .prescription-section .m-img {
    display: none;
  }
  .download-welcome-section {
    padding: 0;
    min-height: auto;
  }
  .download-welcome-section .comman-width {
    padding: 41px 0 56px;
  }
  .download-welcome-section .comman-width .welcome-center .search {
    padding: 40px 0 0 0;
  }
  .needHelp {
    padding-top: 0;
  }
  .needHelp .comman-width h2, .needHelp .comman-width .h2 {
    padding-top: 60px;
  }
  .needHelp .comman-width p {
    padding-bottom: 55px;
    margin-bottom: 0;
  }
  .aboutMinHeightOur {
    min-height: auto;
  }
  .support-section .support {
    max-width: 1060px;
  }
  .comman-width {
    width: 1260px;
  }
  .discount-section h3, .discount-section .h3 {
    padding-top: 17px;
  }
  .download-section {
    margin-top: 50px;
    padding: 97px 0 190px 0;
  }
  .getCardHeading .btn:hover {
    color: #506d85 !important;
  }
  .petcard {
    width: auto;
  }
  .howItWorkSecT {
    padding: 30px 0 0px 0;
  }
  .howItWorkSecT h2, .howItWorkSecT .h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .howItWorkSecT p {
    font-size: 14px;
    margin-bottom: 44px;
  }
  .howItWorkSecFour .comman-width .bg {
    padding: 0;
  }
  .howItWorkSecFour .comman-width .bg h2, .howItWorkSecFour .comman-width .bg .h2 {
    margin: 0;
    padding: 36px 0 34px;
  }
  .howItWorkSecFour .comman-width .bg form {
    margin: 0px auto 62px auto;
  }
  .howItWorkSecFive {
    padding-top: 0;
  }
  .howItWorkSecFive .comman-width .left-gap h2, .howItWorkSecFive .comman-width .left-gap .h2 {
    margin-top: 19px;
    margin-bottom: 14px;
  }
  .howItWorkSecFive .comman-width .left-gap p {
    margin-bottom: 0;
  }
  .howItWorkSecFive .comman-width .left-gap ul {
    padding-top: 12px;
    margin-bottom: 20px;
  }
  .howItWorkSecFive {
    margin-top: 72px;
    padding-top: 41px;
    padding-bottom: 0px;
  }
  .howItWorkSecFive .comman-width .left-gap h2, .howItWorkSecFive .comman-width .left-gap .h2 {
    margin-top: 51px;
    margin-bottom: 22px;
  }
  .howItWorkSecSix .comman-width .inner-gap p {
    font-size: 16px;
  }
  .howItWorkSecSix .comman-width .petcard p {
    font-size: 16px;
  }
  .header-section {
    min-height: 150px;
  }
  .helpSecTwo .comman-width .content div {
    width: calc(100% + 60px);
    margin-left: -30px !important;
    margin-right: -15px !important;
  }
  .helpSecTwo .comman-width .content img {
    width: 140px;
    height: 140px;
  }
  .helpSecTwo .comman-width .content h4, .helpSecTwo .comman-width .content .h4 {
    padding: 0 0 8px 53px;
    margin-bottom: 0;
  }
  .helpSecTwo .comman-width .content p {
    padding: 0 0 10px 53px;
    margin-bottom: 0;
  }
  .helpSecTwo .comman-width .content a {
    margin: 0;
    padding: 0 0 0 53px;
  }
  .downloadSecT {
    padding-top: 0px;
  }
  .downloadSecT .comman-width h2, .downloadSecT .comman-width .h2 {
    font-size: 32px;
    padding: 72px 0 8px 0;
    margin-bottom: 0;
  }
  .downloadSecT .comman-width .repeat img {
    width: 84px;
    height: 84px;
  }
  .downloadSecT .comman-width .img-responsive {
    margin-bottom: 46px;
  }
  .downloadSecFour h2, .downloadSecFour .h2 {
    padding: 37px 0 29px 0;
    margin: 0;
  }
  .downloadSecFour p {
    margin: 0;
    padding: 0 82px 39px;
  }
  .downloadSecFour .shadow .image {
    max-width: 319px;
    margin: 21px auto 0;
  }
  .downloadSecFour .shadow .image img {
    width: 106px;
    height: 106px;
  }
  .downloadSecFour .shadow span {
    max-width: 319px;
    margin: 21px auto 0;
  }
  .footer-section {
    padding: 40px 0 10px 0;
  }
  .contactSecFour .comman-width {
    margin-bottom: 0;
  }
}
/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .container {
    max-width: 1258px;
  }
  .card-section h2, .card-section .h2 {
    margin: 0 0 31px 0;
  }
  .card-section h3, .card-section .h3 {
    margin: 50px 0 8px 0;
  }
  .card-section p {
    margin-bottom: 0;
    padding-bottom: 28px;
  }
  .card-section ul {
    padding-top: 4px;
  }
  .save-section {
    margin-top: 72px;
    padding-top: 41px;
    padding-bottom: 0px;
  }
  .save-section h2, .save-section .h2 {
    margin-top: 60px;
  }
  .save-section p {
    margin-bottom: 4px;
  }
  .save-section ul {
    padding-bottom: 33px;
  }
  .prescription-section h2, .prescription-section .h2 {
    margin: 94px 0 112px 0;
  }
  .prescription-section .prescriptionimg-responsive {
    margin-top: 5px;
    width: 100%;
  }
  .prescription-section .m-prescriptionimg-responsive,
  .prescription-section .m-img {
    display: none;
  }
  .download-welcome-section {
    padding: 0;
    min-height: auto;
  }
  .download-welcome-section .comman-width {
    padding: 41px 0 56px;
  }
  .download-welcome-section .comman-width .welcome-center .search {
    padding: 40px 0 0 0;
  }
  .needHelp {
    padding-top: 0;
  }
  .needHelp .comman-width h2, .needHelp .comman-width .h2 {
    padding-top: 60px;
  }
  .needHelp .comman-width p {
    padding-bottom: 55px;
    margin-bottom: 0;
  }
  .aboutMinHeightOur {
    min-height: auto;
  }
  .support-section .support {
    max-width: 1060px;
  }
  .comman-width {
    width: 1260px;
  }
  .newsLetter {
    width: 308px !important;
    height: 48px;
  }
  .discount-section h3, .discount-section .h3 {
    padding-top: 17px;
  }
  .download-section {
    margin-top: 50px;
    padding: 97px 0 190px 0;
  }
  .getCardHeading .btn:hover {
    color: #506d85 !important;
  }
  .petcard {
    width: auto;
  }
  .header-section {
    min-height: 100px;
  }
  .helpSecTwo .comman-width .content div {
    width: calc(100% + 60px);
    margin-left: -30px !important;
    margin-right: -15px !important;
  }
  .helpSecTwo .comman-width .content img {
    width: 140px;
    height: 140px;
  }
  .helpSecTwo .comman-width .content h4, .helpSecTwo .comman-width .content .h4 {
    padding: 0 0 8px 53px;
    margin-bottom: 0;
  }
  .helpSecTwo .comman-width .content p {
    padding: 0 0 10px 53px;
    margin-bottom: 0;
  }
  .helpSecTwo .comman-width .content a {
    margin: 0;
    padding: 0 0 0 53px;
  }
  .footer-section {
    padding: 40px 0 10px 0;
  }
  .contactSecFour .comman-width {
    margin-bottom: 0;
  }
  .howItWorkSecFive {
    margin-top: 72px;
    padding-top: 41px;
    padding-bottom: 0px;
  }
  .howItWorkSecFive .comman-width .left-gap h2, .howItWorkSecFive .comman-width .left-gap .h2 {
    margin-top: 51px;
    margin-bottom: 22px;
  }
  /* ##Device = Tablets, Ipads (portrait)##Screen = B/w 768px to 1024px*/
  /* ##Device = Tablets, Ipads (landscape)##Screen = B/w 768px to 1024px*/
  /* ##Device = Low Resolution Tablets, Mobiles (Landscape)##Screen = B/w 481px to 767px*/
  /* success message after change password */
}
@media (min-width: 1025px) and (max-width: 1280px) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .comman-width {
    width: 100%;
    padding: 0 35px;
  }
  .aboutImgResponsive {
    max-width: 100%;
  }
  header .header .headermenu .userArea {
    padding-top: 0px;
  }
  .header-section .logo {
    margin: 0px;
    margin-right: auto !important;
  }
  .header-section .logo img {
    max-width: 100%;
  }
  .header-section .navbar {
    width: unset;
  }
  .work-section {
    padding: 0 35px;
    max-width: 100%;
  }
  .pharmacyPage .pharmacy_header .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list {
    margin-left: 10px;
    padding-right: 5px;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list .card {
    height: 100%;
  }
  .pharmacyPage .pharmacy_box .maps_box {
    margin-left: 5px;
  }
  #pharmacy_container {
    max-width: 100%;
    padding-left: 10px !important;
  }
  .aboutSecThree .comman-width {
    margin-top: 130px;
  }
  .aboutMinHeight {
    min-height: 250px;
  }
  .aboutMinHeightOur {
    min-height: 270px;
  }
  .pad25 {
    padding-top: 0px;
  }
  .getCard {
    top: unset;
    bottom: 25px;
  }
  .accept-section ul {
    flex-wrap: wrap;
    padding: 0 35px;
  }
  .accept-section ul li:first-child {
    padding-left: 0;
  }
  .accept-section ul li:last-child {
    padding-right: 0;
  }
  .accept-section ul li img {
    max-width: 90px;
  }
  .save-section img {
    margin-top: 0px;
    width: 130%;
  }
  .signUp-section form {
    width: calc(100% - 70px);
  }
  .howItWork {
    min-height: 390px;
  }
  .contactHeader .over {
    top: -197px;
  }
  .contact-section .right {
    width: 48%;
  }
  .howItWorkHeader img,
  .contactHeader img {
    min-height: 250px;
  }
  .signUp-section .field-one,
  .signUp-section .field-second {
    width: 250px;
  }
  .behalf-section {
    width: 100%;
  }
  .img-responsive.pharmacy {
    width: 100%;
  }
  .footer-section .second {
    padding-top: 32px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .comman-width {
    width: 100%;
    padding: 0 35px;
  }
  .aboutImgResponsive {
    max-width: 100%;
  }
  header .header .headermenu .userArea {
    padding-top: 0px;
  }
  .header-section .logo {
    margin: 0px;
    margin-right: auto !important;
  }
  .header-section .logo img {
    max-width: 91px;
  }
  .pad25 {
    padding-top: 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (min-width: 768px) and (max-width: 768px) {
  .banner-section .over {
    top: -110px;
  }
  .howItWorkHeader .over {
    top: -110px;
  }
  .save-section img {
    margin-top: 0px;
    max-width: 150%;
  }
  .aboutSecThree .comman-width {
    margin-top: 30px;
  }
  .contMinHeight {
    min-height: 250px;
  }
  .contactHeader .over {
    top: -177px;
  }
  .contact-section .right {
    width: 48%;
  }
  .img-responsive.pharmacy {
    width: 120%;
  }
  .footer-section .second {
    padding-top: 32px;
  }
  .pharmacy_list .card {
    max-height: 100%;
  }
  .signUp-section .btn {
    font-size: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (min-width: 481px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  body {
    perspective: none;
    perspective-origin: 0% 0%;
  }
  .getCard {
    bottom: 10px;
    top: unset;
    right: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  #myModal .close {
    top: 0px !important;
    right: 30px;
  }
  .margin-leftAuto,
  .login,
  .headermenu {
    display: none !important;
  }
  .mobMenu {
    display: none;
    position: fixed;
    z-index: 100000;
    background: #fff;
    height: 100%;
    top: 0 !important;
    background-color: rgba(29, 37, 45, 0.5);
    padding-right: 40px;
    width: 100%;
  }
  .mobMenu nav {
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
  }
  .mobMenu nav .m-header-deny {
    background-image: linear-gradient(106deg, #ffad00 5%, #ed7a08 95%);
    flex-direction: column;
    height: auto;
    display: flex;
    position: relative;
    padding: 18px 0 18px 24px;
  }
  .mobMenu nav .m-header-deny h2, .mobMenu nav .m-header-deny .h2 {
    font-family: "Fira Sans" !important;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: -0.37px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .mobMenu nav .m-header-deny .login-link {
    display: flex;
    justify-items: center;
  }
  .mobMenu nav .m-header-deny .login-link a {
    font-family: "Fira Sans" !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #18342f;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 22px;
  }
  .mobMenu nav .m-header-deny .login-link a:last-child {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 8px;
  }
  .mobMenu nav .m-header-deny .name {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #18342f;
    margin-left: 16px;
  }
  .mobMenu nav .m-header-deny .u-detail {
    display: flex;
    flex-direction: column;
  }
  .mobMenu nav .m-header-deny .u-detail span {
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-left: 12px;
  }
  .mobMenu nav .m-header-deny .m-close {
    position: absolute;
    position: absolute;
    width: 29px;
    height: 29px;
    right: 12px;
    top: 12px;
    background: url('close.b741291a5996cdc4.svg');
  }
  .mobMenu nav .m-header-acess {
    height: 94px;
    background-image: linear-gradient(106deg, #ffad00 5%, #ed7a08 95%);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  .mobMenu nav .m-header-acess .name {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #18342f;
    margin-left: 16px;
  }
  .mobMenu nav .m-header-acess .u-detail {
    display: flex;
    flex-direction: column;
  }
  .mobMenu nav .m-header-acess .u-detail span {
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-left: 12px;
  }
  .mobMenu nav .m-header-acess .m-close {
    position: absolute;
    position: absolute;
    width: 29px;
    height: 29px;
    right: 12px;
    top: 12px;
    background: url('close.b741291a5996cdc4.svg');
  }
  .mobMenu nav ul li:first-child {
    padding-top: 20px;
  }
  .mobMenu nav ul li a {
    display: block;
    padding: 0px 0 27px 69px;
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #18342f;
    position: relative;
  }
  .mobMenu nav ul li a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 21px;
    top: -6px;
  }
  .mobMenu nav ul li .home-i::before {
    background: url('home.f183b74a175cc504.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .about-i::before {
    background: url('aboutus.d38fc2477f77a68a.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .downapp-i::before {
    background: url('download-app.f2281c4a335b29ca.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .contact-i::before {
    background: url('contact-us.476dd95cb527f0c9.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .help-i::before {
    background: url('help.7caac79a1ae6f60f.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .how-i::before {
    background: url('how-it-works.09df5557b4d5b65b.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .change-p-i::before {
    background: url('password.74dc53ae4cb3de02.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .logout-i::before {
    background: url('logout.3ebf76a49c2116d7.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav .m-border {
    border-top: solid 2px #dde5ed;
    padding-top: 19px;
    padding-bottom: 15px;
  }
  .search_pharmacy_popup {
    z-index: 99999;
    overflow-y: scroll;
  }
  .download-section {
    text-align: center;
  }
  .download-section form {
    width: 100%;
    height: 47px;
  }
  .download-section .form-control {
    width: calc(100% - 43px);
  }
  .signUp-section {
    border-radius: 0px;
    margin: 0 -30px;
  }
  .signUp-section h2, .signUp-section .h2 {
    padding: 0 7%;
  }
  .signUp-section .bg {
    padding: 19px 13px;
  }
  .bg {
    height: auto !important;
  }
  .review-section .slick-dots {
    bottom: 0px !important;
  }
  .honest-section h2, .honest-section .h2 {
    font-size: 21px;
  }
  .honest-section p {
    font-size: 14px;
    text-align: justify;
  }
  .aboutImgResponsive {
    width: 100%;
    margin-bottom: 15px;
  }
  .aboutSecOne .comman-width .over h2, .aboutSecOne .comman-width .over .h2 {
    padding-top: 30px;
  }
  .discount-section h2, .discount-section .h2 {
    font-size: 22px;
  }
  .review-section h2 span, .review-section .h2 span {
    font-size: 22px;
    height: auto !important;
  }
  .review-section {
    position: relative;
  }
  .review-section h2, .review-section .h2 {
    margin-top: 0;
  }
  .review-section .slick-dots {
    bottom: 0px !important;
  }
  .review-section::before {
    position: absolute;
    background: url('invalid-name.4ec11175f6a9e05d.png') right top no-repeat;
    width: 52px;
    height: 45px;
    content: "";
    top: 59px;
    background-size: 87%;
  }
  .review-section::after {
    position: absolute;
    background: url('copy.c45827c2fa0eb82f.png') right top no-repeat;
    right: 4px;
    width: 52px;
    height: 45px;
    content: "";
    bottom: 14px;
    background-size: 87%;
    z-index: -1;
  }
  .review-section h2 span::before, .review-section .h2 span::before {
    position: absolute;
    background: none;
    left: 0;
    width: auto;
    height: auto;
    content: "";
    top: 0px;
  }
  .review-section h2 span::after, .review-section .h2 span::after {
    position: absolute;
    background: none;
    right: 0;
    width: auto;
    height: auto;
    content: "";
    top: 0px;
  }
  .support-section h2, .support-section .h2 {
    font-size: 24px;
  }
  .support-section p {
    font-size: 14px;
    text-align: justify;
  }
  .carosuel-section .nav-btn.next-slide .slick-arrow {
    top: 37%;
    right: -5% !important;
    width: 55px;
    height: 55px;
    background-size: 100%;
  }
  .search_pharmacy_popup .search_pharmacy_select h2, .search_pharmacy_popup .search_pharmacy_select .h2 {
    padding: 0;
  }
  .panel-body {
    font-size: 14px;
  }
  .header-section .logo {
    min-width: 111px;
    padding: 21px 0 12px;
    margin: 0 0 0 50px;
  }
  .header-section .logo img {
    max-width: 91px;
  }
  .login {
    padding-top: 15px;
    padding-left: 28px;
  }
  .contMinHeight {
    min-height: auto;
  }
  .aboutMinHeight {
    min-height: auto;
  }
  .aboutMinHeightOur {
    min-height: auto;
  }
  .menuFJC {
    display: block;
    min-height: 10px;
  }
  .login {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 16px;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header .headermenu .userArea {
    padding-top: 0px !important;
  }
  .download {
    position: relative;
    padding: 8px 12px !important;
  }
  .download:before {
    display: none;
    content: "";
    height: 33px;
    width: 30px;
    background: url('download_header.a8f4e6b9eb6093be.svg') left 4px no-repeat;
    position: absolute;
    top: -9px;
    left: 0px;
  }
  #Search_Header {
    position: absolute;
    right: 25px;
    top: 8px;
  }
  #myModal .modal-dialog {
    right: 0px;
    bottom: 9px;
  }
  .search {
    padding: 0 0 104px 0;
  }
  .search ul {
    display: flex;
    justify-content: center;
  }
  .search ul li img {
    width: 60%;
  }
  .menu_main {
    top: calc(100% + 10px) !important;
  }
  .navbar {
    display: block;
    justify-content: unset;
    min-height: 4px !important;
  }
  .navbar-nav li {
    background: #FF8B6C;
  }
  .navbar-nav li.download a {
    padding-left: 0px !important;
    background: none;
    padding-bottom: 0px !important;
  }
  .carosuel-section .nav-btn + .next-slide + .slick-arrow {
    width: 55px;
    height: 55px;
    background-size: 100%;
    right: -31px;
  }
  .homeDownload .comman-width .row .col-lg-12 span {
    text-align: left;
    padding-top: 3px;
  }
  .homeDownload .comman-width .row .col-lg-12 h2, .homeDownload .comman-width .row .col-lg-12 .h2 {
    text-align: left;
    font-size: 32px;
    padding-right: 55px;
    line-height: initial;
    margin-bottom: 26px;
  }
  .homeDownload .comman-width .row .col-lg-12 span.get {
    text-align: left;
    padding-bottom: 12px;
  }
  .accept-section h2, .accept-section .h2 {
    font-size: 13px;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .accept-section ul {
    flex-wrap: wrap;
    padding: 36px 23px 37px 13px;
  }
  .accept-section ul li:first-child {
    padding-left: 0;
  }
  .accept-section ul li:last-child {
    padding-right: 0;
  }
  .homePageSecOne .comman-width .search-fields .welcome-center h2, .homePageSecOne .comman-width .search-fields .welcome-center .h2 {
    padding: 77px 0 45px 0;
    margin: 0;
  }
  .homePageSecOne .comman-width .search-fields .form-control {
    font-size: 14px !important;
  }
  .homePageSecOne .comman-width .search-fields .search_btn {
    font-size: 14px !important;
  }
  .homePageSecOne .comman-width .search .image img {
    width: 48px;
    height: 48px;
  }
  .homePageSecOne .comman-width .search ul li span {
    font-size: 12px;
  }
  .homePageSecOne .comman-width .search_pharmacy_select h2, .homePageSecOne .comman-width .search_pharmacy_select .h2 {
    padding: 0;
  }
  .serachlist {
    z-index: 10000;
  }
  .homePageSecTwo h2, .homePageSecTwo .h2 {
    font-size: 16px;
    padding: 0 22px;
  }
  .homePageSecTwo a {
    font-size: 14px !important;
  }
  .homePageSecTwo ul li {
    padding: 0 16px;
  }
  .homePageSecTwo ul li:first-child {
    padding-left: 16px;
  }
  .homePageSecTwo ul li:last-child {
    padding-right: 16px;
  }
  .homePageSecT h2, .homePageSecT .h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .homePageSecT p {
    font-size: 14px;
    line-height: 1.79;
    padding-bottom: 36px;
    margin-bottom: 0;
    padding-top: 18px;
  }
  .homePageSecFour .comman-width .row .col-lg-12 {
    padding: 0;
  }
  .homePageSecFour .comman-width .row .col-lg-12 img {
    margin-bottom: 0;
  }
  .homePageSecFour .comman-width .row .col-lg-12 .nav-btn.prev-slide.slick-arrow {
    background-size: 70%;
    left: -28px;
    top: 13%;
  }
  .homePageSecFour .comman-width .row .col-lg-12 .nav-btn.next-slide.slick-arrow {
    background-size: 70%;
    right: -75px;
    top: 13%;
  }
  .homePageSecFour .comman-width h2, .homePageSecFour .comman-width .h2 {
    font-size: 24px;
  }
  .homePageSecFour .comman-width .shadow {
    min-height: auto;
    padding-top: 0;
  }
  .homePageSecFour .comman-width .shadow h3, .homePageSecFour .comman-width .shadow .h3 {
    font-size: 12px;
    padding: 22px 0 13px 0;
    margin-bottom: 0;
  }
  .homePageSecFour .comman-width .shadow p {
    font-size: 14px;
    padding: 0 18px 22px 13px;
    margin-bottom: 0;
  }
  .homePageSecFour .carosuel-section .slick-arrow {
    background-size: 100%;
    width: 56px;
    height: 53px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .app-link {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .app-link a {
    margin-right: 20px;
  }
  .app-link a img {
    margin: 0;
    max-width: 179px;
  }
  .downloadSecOne .comman-width h2, .downloadSecOne .comman-width .h2 {
    font-size: 24px;
    padding: 0 21px;
  }
  .downloadSecOne .comman-width .rated {
    font-size: 16px;
  }
  .downloadSecOne .comman-width .get {
    font-size: 12px;
  }
  .downloadSecT {
    padding-top: 0px;
  }
  .downloadSecT .comman-width h2, .downloadSecT .comman-width .h2 {
    margin: 0 36px;
    padding: 26px 30px 0 30px;
  }
  .downloadSecT .comman-width .repeat img {
    width: 84px;
    height: 84px;
  }
  .downloadSecFour .shadow .image img {
    width: 96px;
    height: 96px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  .st-effect-10 {
    right: -15px !important;
  }
  .st-effect-10::before {
    right: 19px !important;
  }
  .download-section.edit .form-control {
    width: calc(100% - 48px);
  }
  .behalf-section {
    width: calc(100% - 30px);
  }
  .behalf-section h2, .behalf-section .h2 {
    margin-top: 0;
    padding: 20px 0 10px;
  }
  .behalf-section p {
    padding: 0 18px 5px 20px;
  }
  .form-control:hover {
    outline: none;
  }
  .download-section {
    background: url('m_download-apps-bg.ab270c29b5ee65d7.webp') left top no-repeat;
    background-size: 101%;
  }
  .download-section h2, .download-section .h2 {
    font-size: 24px;
    text-align: center;
  }
  .download-section .get {
    font-size: 12px;
  }
  .download-section .form-control {
    font-size: 14px;
  }
  .lowest-section .form-control {
    font-size: 14px;
  }
  .honest-section h2, .honest-section .h2 {
    font-size: 21px;
    margin-top: 15px;
  }
  .d-flex {
    display: block !important;
  }
  .text-right {
    text-align: center !important;
  }
  .m-d-none {
    display: none;
  }
  .welcome-section h2, .welcome-section .h2 {
    padding-top: 38px;
    padding-bottom: 18px;
  }
  .accordian-section h2, .accordian-section .h2,
  .contact-section h2,
  .contact-section .h2 {
    font-size: 24px;
  }
  .accordian-section h3 a, .accordian-section .h3 a,
  .contact-section h3 a,
  .contact-section .h3 a {
    font-size: 14px;
  }
  .copyright li:first-child {
    margin-bottom: 80px;
  }
  .prescription-section h2, .prescription-section .h2 {
    font-size: 24px;
    margin-bottom: 11px;
    text-align: left;
    margin-top: 20px;
  }
  .prescription-section h3, .prescription-section .h3 {
    font-size: 14px;
    margin-bottom: 17px;
    padding-top: 0;
  }
  .prescription-section .prescriptionimg-responsive {
    margin-top: 5px;
    width: 100%;
    display: none;
  }
  .prescription-section .m-img {
    height: 250px;
    overflow: hidden;
    display: block;
    width: calc(100% + 30px);
    margin-left: -14px;
    margin-bottom: 17px;
  }
  .prescription-section .m-img .m-prescriptionimg-responsive {
    display: block;
    width: 100%;
    margin-top: -96px;
  }
  .howItWorkSecTwo .comman-width p {
    font-size: 14px;
  }
  .howItWork {
    min-height: auto;
  }
  .howItWork .search-fields .form-control {
    font-size: 14px;
  }
  .howItWork .search-fields .btn.lowest {
    font-size: 14px;
  }
  .howItWork .comman-width .welcome-center .search .image img {
    width: 48px;
    height: 48px;
  }
  .howItWork .comman-width .welcome-center ul li span {
    font-size: 12px;
  }
  .howItWork .search {
    padding-bottom: 38px !important;
  }
  .howItWorkSecT h2, .howItWorkSecT .h2 {
    font-size: 24px;
  }
  .howItWorkSecT p {
    font-size: 14px;
  }
  .howItWorkSecFour .comman-width .bg form {
    width: 100%;
    padding: 0 16px;
  }
  .howItWorkHeader .comman-width .over h2, .howItWorkHeader .comman-width .over .h2 {
    margin-top: 35px;
  }
  .petcard {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 22px 23px 23px 16px;
  }
  .petcard p {
    text-align: justify;
    padding: 0;
  }
  .howItWorkSecSix .comman-width .inner-gap p {
    font-size: 14px;
  }
  .howItWorkSecSix .comman-width .petcard p {
    font-size: 14px;
  }
  .helpSecTwo .comman-width .content div {
    width: calc(100% + 60px);
    margin-left: -30px !important;
    margin-right: -15px !important;
  }
  .helpSecTwo .comman-width .content img {
    width: 98px;
    height: 98px;
  }
  .helpSecTwo .comman-width .content p {
    padding: 0 16px 10px 16px;
    margin-bottom: 0;
  }
  .helpSecTwo .comman-width .content a {
    margin: 0;
  }
  .helpSecFour .comman-width,
  .contactSecFour .comman-width {
    padding: 0;
    margin: 0;
  }
  .helpSecFour .comman-width h2, .helpSecFour .comman-width .h2,
  .contactSecFour .comman-width h2,
  .contactSecFour .comman-width .h2 {
    font-size: 24px;
    width: calc(100% + 15px);
    margin-bottom: 0;
    padding: 0 20px;
  }
  .helpSecFour .comman-width p,
  .contactSecFour .comman-width p {
    font-size: 14px;
    width: calc(100% + 15px);
    margin-bottom: 0;
    padding: 4px 18px 22px 19px;
  }
  .helpSecFour .comman-width .panel-heading,
  .contactSecFour .comman-width .panel-heading {
    width: calc(100% + 15px);
    padding-left: 17px !important;
    padding-right: 15px !important;
  }
  .helpSecFour .comman-width .panel-body,
  .contactSecFour .comman-width .panel-body {
    width: calc(100% + 15px);
    padding-left: 17px !important;
    padding-right: 15px !important;
  }
  .helpSecFour .comman-width .panel-collapse ul,
  .contactSecFour .comman-width .panel-collapse ul {
    width: calc(100% + 15px);
    padding-left: 17px !important;
    padding-right: 15px !important;
  }
  .helpSecFour .comman-width .panel-collapse ul li,
  .contactSecFour .comman-width .panel-collapse ul li {
    font-size: 14px;
  }
  .helpSecFour .comman-width .btn.accordion,
  .contactSecFour .comman-width .btn.accordion {
    width: calc(100% - 30px);
  }
  .contact-section .form-control {
    padding-top: 18px;
  }
  .contact-section textarea {
    min-height: 150px;
  }
  .panel-body {
    padding: 15px 15px 15px 0 !important;
  }
  .needHelpHeader h2, .needHelpHeader .h2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .contactHeader h2, .contactHeader .h2 {
    padding-top: 30px;
  }
  .support-new .content {
    margin-top: -15px !important;
  }
  .support-new a {
    font-size: 18px !important;
    margin-left: -15px;
  }
  .support-new img {
    width: 45%;
  }
  .accordian-section {
    padding-top: 20px;
  }
  #accordion {
    margin-left: -18px;
    margin-right: -18px;
  }
  #accordion .panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 55px;
  }
  .btn.accordion {
    margin: 15px auto !important;
  }
  .footer-section {
    border-top: none;
  }
  .footer-section li a {
    font-size: 12px;
  }
  .footer-adjust .first {
    order: 2;
    width: 40%;
  }
  .footer-adjust .second {
    order: 3;
    width: 47%;
    padding-top: 34px;
    margin-right: 30px;
  }
  .copyright .comman-width ul li {
    font-size: 10px;
  }
  .copyright .comman-width ul li a {
    font-size: 10px;
  }
  #myModal {
    bottom: 0;
    padding-right: 0px !important;
  }
  .getCardSectionOne .getContainer {
    right: 9px;
  }
  .getCardSectionOne .getContainer h2, .getCardSectionOne .getContainer .h2 {
    padding: 0;
    margin: 0;
  }
  .print {
    display: none !important;
  }
  .saved {
    margin-right: 0 !important;
  }
  .pharmacyPage.loggedin_header {
    height: 100%;
  }
  .pharmacyPage {
    height: 100%;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list {
    height: 100%;
    max-height: 100%;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list .card {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .pharmacyPage .pharmacy_box .maps_box {
    height: 100%;
    max-height: 100%;
  }
  .search_pharmacy_select {
    overflow-y: visible;
  }
  .change_password {
    z-index: 99999;
  }
  .change_password h2, .change_password .h2 {
    padding: 0 !important;
  }
  .change_password .changepassword_main {
    top: 65px;
  }
  .mobView {
    display: block !important;
    color: #fff;
  }
  .mobsuccess {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 52px;
  }
  .mobsuccess div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .mobsuccess div img {
    max-width: 71px;
    max-height: 67px;
    margin: 80px 0 21px;
  }
  .mobsuccess div p {
    font-family: "Fira Sans" !important;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #44B672;
    margin-bottom: 60px;
  }
  .mobsuccess div span {
    border-radius: 6px;
    background-color: #FF8B6C;
    padding: 17px 36px 20px 35px;
    color: #fff;
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
  }
}
/*  ##Device = Most of the Smartphones Mobiles (Portrait)##Screen = B/w 320px to 479px*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .comman-width {
    width: 100%;
    padding: 0 35px;
  }
  .aboutImgResponsive {
    max-width: 100%;
  }
  header .header .headermenu .userArea {
    padding-top: 0px;
  }
  .logo {
    min-width: 150px;
  }
  .header-section .logo {
    margin: 0px;
    margin-right: auto !important;
    max-width: 150px;
  }
  .header-section .logo img {
    min-width: 150px;
  }
  .header-section .navbar {
    width: unset;
  }
  .work-section {
    padding: 0 35px;
    max-width: 100%;
  }
  .panel-title span[aria-expanded=true] span {
    width: 44px;
    height: 44px;
    float: right;
    background: url('minus.e1a88e927b945e00.png') center 50% no-repeat !important;
    border: 1px solid #ed8808;
    margin: -10px 0 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .pharmacyPage {
    height: auto;
  }
  .pharmacyPage .pharmacy_header .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list {
    margin-left: 10px;
    padding-right: 5px;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list .card {
    height: 100%;
  }
  .pharmacyPage .pharmacy_box .maps_box {
    margin-left: 5px;
  }
  #pharmacy_container {
    max-width: 100%;
    padding-left: 10px !important;
  }
  .aboutSecThree .comman-width {
    margin-top: 130px;
  }
  .aboutMinHeight {
    min-height: 250px;
  }
  .aboutMinHeightOur {
    min-height: 270px;
  }
  .pad25 {
    padding-top: 0px;
  }
  .getCard {
    top: unset;
    bottom: 25px;
  }
  .accept-section ul {
    flex-wrap: wrap;
    padding: 0 35px;
  }
  .accept-section ul li:first-child {
    padding-left: 0;
  }
  .accept-section ul li:last-child {
    padding-right: 0;
  }
  .accept-section ul li img {
    max-width: 90px;
  }
  .save-section img {
    margin-top: 0px;
    width: 130%;
  }
  .signUp-section form {
    width: calc(100% - 70px);
  }
  .howItWork {
    min-height: 390px;
  }
  .contactHeader .over {
    top: -197px;
  }
  .contact-section .right {
    width: 48%;
  }
  .howItWorkHeader img,
  .contactHeader img {
    min-height: 250px;
  }
  .signUp-section .field-one,
  .signUp-section .field-second {
    width: 250px;
  }
  .behalf-section {
    width: 100%;
  }
  .img-responsive.pharmacy {
    width: 100%;
  }
  .footer-section .second {
    padding-top: 32px;
  }
}
/* ##Device = Tablets, Ipads (landscape)##Screen = B/w 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .comman-width {
    width: 100%;
    padding: 0 35px;
  }
  .aboutImgResponsive {
    max-width: 100%;
  }
  header .header .headermenu .userArea {
    padding-top: 0px;
  }
  .header-section .logo {
    margin: 0px;
    margin-right: auto !important;
  }
  .header-section .logo img {
    max-width: 91px;
  }
  .pad25 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .banner-section .over {
    top: -110px;
  }
  .howItWorkHeader .over {
    top: -110px;
  }
  .save-section img {
    margin-top: 0px;
    max-width: 150%;
  }
  .aboutSecThree .comman-width {
    margin-top: 30px;
  }
  .contMinHeight {
    min-height: 250px;
  }
  .contactHeader .over {
    top: -177px;
  }
  .contact-section .right {
    width: 48%;
  }
  .img-responsive.pharmacy {
    width: 120%;
  }
  .footer-section .second {
    padding-top: 32px;
  }
  .pharmacy_list .card {
    max-height: 100%;
  }
  .signUp-section .btn {
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  body {
    overflow-x: visible;
  }
  body {
    perspective: none;
    perspective-origin: 0% 0%;
  }
  .margin-leftAuto,
  .login,
  .headermenu {
    display: none !important;
  }
  .mobMenu {
    display: none;
    position: fixed;
    z-index: 100000;
    background: #fff;
    height: 100%;
    top: 0 !important;
    background-color: rgba(29, 37, 45, 0.5);
    padding-right: 40px;
    width: 100%;
  }
  .mobMenu nav {
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
  }
  .mobMenu nav .m-header-deny {
    background-image: linear-gradient(106deg, #ffad00 5%, #ed7a08 95%);
    flex-direction: column;
    height: auto;
    display: flex;
    position: relative;
    padding: 18px 0 18px 24px;
  }
  .mobMenu nav .m-header-deny h2, .mobMenu nav .m-header-deny .h2 {
    font-family: "Fira Sans" !important;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: -0.37px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .mobMenu nav .m-header-deny .login-link {
    display: flex;
    justify-items: center;
  }
  .mobMenu nav .m-header-deny .login-link a {
    font-family: "Fira Sans" !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #18342f;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 22px;
  }
  .mobMenu nav .m-header-deny .login-link a:last-child {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 8px;
  }
  .mobMenu nav .m-header-deny .name {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #18342f;
    margin-left: 16px;
  }
  .mobMenu nav .m-header-deny .u-detail {
    display: flex;
    flex-direction: column;
  }
  .mobMenu nav .m-header-deny .u-detail span {
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-left: 12px;
  }
  .mobMenu nav .m-header-deny .m-close {
    position: absolute;
    position: absolute;
    width: 29px;
    height: 29px;
    right: 12px;
    top: 12px;
    background: url('close.b741291a5996cdc4.svg');
  }
  .mobMenu nav .m-header-acess {
    height: 94px;
    background-image: linear-gradient(106deg, #ffad00 5%, #ed7a08 95%);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  .mobMenu nav .m-header-acess .name {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #18342f;
    margin-left: 16px;
  }
  .mobMenu nav .m-header-acess .u-detail {
    display: flex;
    flex-direction: column;
  }
  .mobMenu nav .m-header-acess .u-detail span {
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-left: 12px;
  }
  .mobMenu nav .m-header-acess .m-close {
    position: absolute;
    position: absolute;
    width: 29px;
    height: 29px;
    right: 12px;
    top: 12px;
    background: url('close.b741291a5996cdc4.svg');
  }
  .mobMenu nav ul li:first-child {
    padding-top: 20px;
  }
  .mobMenu nav ul li a {
    display: block;
    padding: 0px 0 27px 69px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #18342f;
    position: relative;
  }
  .mobMenu nav ul li a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 21px;
    top: -6px;
  }
  .mobMenu nav ul li .home-i::before {
    background: url('home.f183b74a175cc504.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .about-i::before {
    background: url('aboutus.d38fc2477f77a68a.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .downapp-i::before {
    background: url('download-app.f2281c4a335b29ca.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .contact-i::before {
    background: url('contact-us.476dd95cb527f0c9.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .help-i::before {
    background: url('help.7caac79a1ae6f60f.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .how-i::before {
    background: url('how-it-works.09df5557b4d5b65b.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .change-p-i::before {
    background: url('password.74dc53ae4cb3de02.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav ul li .logout-i::before {
    background: url('logout.3ebf76a49c2116d7.svg');
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
  .mobMenu nav .m-border {
    border-top: solid 2px #dde5ed;
    padding-top: 19px;
    padding-bottom: 15px;
  }
  .getCard {
    bottom: 10px;
    top: unset;
    right: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  #myModal .close {
    top: 0px !important;
    right: 30px;
  }
  .search_pharmacy_popup {
    z-index: 99999;
    overflow-y: scroll;
  }
  .download-section {
    text-align: center;
  }
  .download-section form {
    width: 100%;
    height: 47px;
  }
  .download-section .form-control {
    width: calc(100% - 43px);
  }
  .signUp-section {
    border-radius: 0px;
    margin: 0 -30px;
  }
  .signUp-section h2, .signUp-section .h2 {
    padding: 0 7%;
  }
  .signUp-section .bg {
    padding: 19px 13px;
  }
  .bg {
    height: auto !important;
  }
  .review-section {
    position: relative;
  }
  .review-section h2, .review-section .h2 {
    margin-top: 0;
  }
  .review-section .slick-dots {
    bottom: 0px !important;
  }
  .review-section::before {
    position: absolute;
    background: url('invalid-name.4ec11175f6a9e05d.png') right top no-repeat;
    width: 52px;
    height: 45px;
    content: "";
    top: 59px;
    background-size: 87%;
  }
  .review-section::after {
    position: absolute;
    background: url('copy.c45827c2fa0eb82f.png') right top no-repeat;
    right: 4px;
    width: 52px;
    height: 45px;
    content: "";
    bottom: 14px;
    background-size: 87%;
    z-index: -1;
  }
  .review-section h2 span, .review-section .h2 span {
    min-height: auto !important;
  }
  .review-section h2 span::before, .review-section .h2 span::before {
    position: absolute;
    background: none;
    left: 0;
    width: auto;
    height: auto;
    content: "";
    top: 0px;
  }
  .review-section h2 span::after, .review-section .h2 span::after {
    position: absolute;
    background: none;
    right: 0;
    width: auto;
    height: auto;
    content: "";
    top: 0px;
  }
  .honest-section p {
    font-size: 14px;
    text-align: justify;
  }
  .aboutImgResponsive {
    width: 100%;
    margin-bottom: 15px;
  }
  .aboutSecOne .comman-width .over h2, .aboutSecOne .comman-width .over .h2 {
    padding-top: 30px;
  }
  .support-section p {
    font-size: 14px;
    text-align: justify;
  }
  .discount-section h2, .discount-section .h2 {
    font-size: 22px;
  }
  .review-section h2 span, .review-section .h2 span {
    font-size: 22px;
  }
  .support-section h2, .support-section .h2 {
    font-size: 24px;
  }
  .carosuel-section .nav-btn.next-slide .slick-arrow {
    top: 37%;
    right: -5% !important;
    width: 55px;
    height: 55px;
    background-size: 100%;
  }
  .search_pharmacy_popup .search_pharmacy_select h2, .search_pharmacy_popup .search_pharmacy_select .h2 {
    padding: 0;
  }
  .welcome-section h2, .welcome-section .h2 {
    padding: 77px 0 45px 0;
  }
  .panel-body {
    font-size: 14px;
  }
  .header-section .logo {
    min-width: 111px;
    padding: 21px 0 12px;
    margin: 0 0 0 50px;
  }
  .header-section .logo img {
    max-width: 91px;
  }
  .menuFJC {
    display: block;
    min-height: 10px;
  }
  .login {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 16px;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header .headermenu .userArea {
    padding-top: 0px !important;
  }
  .download {
    position: relative;
    padding: 8px 12px !important;
  }
  .download:before {
    display: none;
    content: "";
    height: 33px;
    width: 30px;
    background: url('download_header.a8f4e6b9eb6093be.svg') left 4px no-repeat;
    position: absolute;
    top: -9px;
    left: 0px;
  }
  .contMinHeight {
    min-height: auto;
  }
  .aboutMinHeight {
    min-height: auto;
  }
  .aboutMinHeightOur {
    min-height: auto;
  }
  #Search_Header {
    position: absolute;
    right: 25px;
    top: 8px;
  }
  #myModal .modal-dialog {
    right: 0px;
    bottom: 9px;
  }
  .search {
    padding: 0 0 104px 0;
  }
  .search ul {
    display: flex;
    justify-content: center;
  }
  .search ul li img {
    width: 60%;
  }
  .menu_main {
    top: calc(100% + 10px) !important;
  }
  .navbar {
    display: block;
    justify-content: unset;
    min-height: 4px !important;
  }
  .navbar-nav li {
    background: #FF8B6C;
  }
  .navbar-nav li.download a {
    padding-left: 0px !important;
    background: none;
    padding-bottom: 0px !important;
  }
  .carosuel-section .nav-btn + .next-slide + .slick-arrow {
    width: 55px;
    height: 55px;
    background-size: 100%;
    right: -31px;
  }
  .homeDownload .comman-width .row .col-lg-12 span {
    text-align: left;
    padding-top: 3px;
  }
  .homeDownload .comman-width .row .col-lg-12 h2, .homeDownload .comman-width .row .col-lg-12 .h2 {
    text-align: left;
    font-size: 32px;
    padding-right: 55px;
    line-height: initial;
    margin-bottom: 26px;
  }
  .homeDownload .comman-width .row .col-lg-12 span.get {
    text-align: left;
    padding-bottom: 12px;
  }
  .accept-section h2, .accept-section .h2 {
    font-size: 13px;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .accept-section ul {
    flex-wrap: wrap;
    padding: 36px 23px 37px 13px;
  }
  .accept-section ul li:first-child {
    padding-left: 0;
  }
  .accept-section ul li:last-child {
    padding-right: 0;
  }
  .homePageSecOne .comman-width .welcome-center h2, .homePageSecOne .comman-width .welcome-center .h2 {
    padding: 77px 0 45px 0;
    margin: 0;
  }
  .homePageSecOne .comman-width .search-fields {
    max-height: 141px;
  }
  .homePageSecOne .comman-width .search-fields .form-control {
    font-size: 14px !important;
  }
  .homePageSecOne .comman-width .search-fields .search_btn {
    font-size: 14px !important;
  }
  .homePageSecOne .comman-width .search .image img {
    width: 48px;
    height: 48px;
  }
  .homePageSecOne .comman-width .search ul li span {
    font-size: 12px;
  }
  .homePageSecOne .comman-width .search_pharmacy_select h2, .homePageSecOne .comman-width .search_pharmacy_select .h2 {
    padding: 0;
  }
  .serachlist {
    z-index: 10000;
  }
  .homePageSecTwo h2, .homePageSecTwo .h2 {
    font-size: 16px;
    padding: 0 22px;
  }
  .homePageSecTwo a {
    font-size: 14px !important;
  }
  .homePageSecTwo ul li {
    padding: 0 16px;
  }
  .homePageSecTwo ul li:first-child {
    padding-left: 16px;
  }
  .homePageSecTwo ul li:last-child {
    padding-right: 16px;
  }
  .homePageSecT h2, .homePageSecT .h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .homePageSecT p {
    font-size: 14px;
    line-height: 1.79;
    padding-bottom: 36px;
    margin-bottom: 0;
    padding-top: 18px;
  }
  .homePageSecFour .comman-width .row .col-lg-12 {
    padding: 0;
  }
  .homePageSecFour .comman-width .row .col-lg-12 img {
    margin-bottom: 0;
  }
  .homePageSecFour .comman-width .row .col-lg-12 .nav-btn.prev-slide.slick-arrow {
    background-size: 70%;
    left: -28px;
    top: 18%;
  }
  .homePageSecFour .comman-width .row .col-lg-12 .nav-btn.next-slide.slick-arrow {
    background-size: 70%;
    right: -58px;
    top: 18%;
  }
  .homePageSecFour .comman-width h2, .homePageSecFour .comman-width .h2 {
    font-size: 24px;
  }
  .homePageSecFour .comman-width .shadow {
    min-height: auto;
    padding-top: 0;
  }
  .homePageSecFour .comman-width .shadow h3, .homePageSecFour .comman-width .shadow .h3 {
    font-size: 12px;
    padding: 22px 0 13px 0;
    margin-bottom: 0;
  }
  .homePageSecFour .comman-width .shadow p {
    font-size: 14px;
    padding: 0 20px 22px 14px;
    margin-bottom: 0;
  }
  .homePageSecFour .carosuel-section .slick-arrow {
    background-size: 100%;
    width: 56px;
    height: 53px;
  }
  .app-link {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .app-link a {
    margin-right: 20px;
  }
  .app-link a img {
    margin: 0;
    max-width: 179px;
  }
  .downloadSecOne .comman-width h2, .downloadSecOne .comman-width .h2 {
    font-size: 24px;
    padding: 0 21px;
  }
  .downloadSecOne .comman-width .rated {
    font-size: 16px;
  }
  .downloadSecOne .comman-width .get {
    font-size: 12px;
  }
  .downloadSecT {
    padding-top: 0px;
  }
  .downloadSecT .comman-width h2, .downloadSecT .comman-width .h2 {
    margin: 0 36px;
    padding: 26px 30px 0 30px;
  }
  .downloadSecT .comman-width .repeat img {
    width: 84px;
    height: 84px;
  }
  .downloadSecFour .shadow .image img {
    width: 96px;
    height: 96px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  .st-effect-10 {
    right: -15px !important;
  }
  .st-effect-10::before {
    right: 19px !important;
  }
  .download-section.edit .form-control {
    width: calc(100% - 48px) !important;
  }
  .behalf-section {
    width: calc(100% - 30px);
  }
  .behalf-section h2, .behalf-section .h2 {
    margin-top: 0;
    padding: 20px 0 10px;
  }
  .behalf-section p {
    padding: 0 18px 5px 20px;
  }
  .download-section {
    background: url('m_download-apps-bg.ab270c29b5ee65d7.webp') left top no-repeat;
    background-size: 101%;
  }
  .download-section h2, .download-section .h2 {
    font-size: 24px;
    text-align: center;
  }
  .download-section .get {
    font-size: 12px;
  }
  .download-section .form-control {
    font-size: 14px;
  }
  .lowest-section .form-control,
  .lowest-section .lowest {
    font-size: 14px;
  }
  .honest-section h2, .honest-section .h2 {
    margin-top: 15px;
  }
  .d-flex {
    display: block !important;
  }
  .text-right {
    text-align: center !important;
  }
  .m-d-none {
    display: none;
  }
  .accordian-section h2, .accordian-section .h2,
  .contact-section h2,
  .contact-section .h2 {
    font-size: 24px;
  }
  .accordian-section h3 a, .accordian-section .h3 a,
  .contact-section h3 a,
  .contact-section .h3 a {
    font-size: 14px;
  }
  .contact-section textarea {
    min-height: 150px;
  }
  .copyright li:first-child {
    margin-bottom: 80px;
  }
  .prescription-section h2, .prescription-section .h2 {
    font-size: 24px;
    margin-bottom: 11px;
    text-align: left;
    margin-top: 20px;
  }
  .prescription-section h3, .prescription-section .h3 {
    font-size: 14px;
    margin-bottom: 17px;
    padding-top: 0;
  }
  .prescription-section .prescriptionimg-responsive {
    margin-top: 5px;
    width: 100%;
    display: none;
  }
  .prescription-section .m-img {
    height: 250px;
    overflow: hidden;
    display: block;
    width: calc(100% + 30px);
    margin-left: -14px;
    margin-bottom: 17px;
  }
  .prescription-section .m-img .m-prescriptionimg-responsive {
    display: block;
    width: 100%;
    margin-top: -96px;
  }
  .howItWorkSecTwo .comman-width p {
    font-size: 14px;
  }
  .howItWork {
    min-height: auto;
  }
  .howItWork .search-fields {
    max-height: 141px;
  }
  .howItWork .search-fields .form-control {
    font-size: 14px;
  }
  .howItWork .search-fields .btn.lowest {
    font-size: 14px;
  }
  .howItWork .comman-width .welcome-center .search .image img {
    width: 48px;
    height: 48px;
  }
  .howItWork .comman-width .welcome-center ul li span {
    font-size: 12px;
  }
  .howItWork .search {
    padding-bottom: 38px !important;
  }
  .howItWorkSecT h2, .howItWorkSecT .h2 {
    font-size: 24px;
  }
  .howItWorkSecT p {
    font-size: 14px;
  }
  .howItWorkSecFour .comman-width .bg form {
    width: 100%;
    padding: 0 16px;
  }
  .howItWorkHeader .comman-width .over h2, .howItWorkHeader .comman-width .over .h2 {
    margin-top: 35px;
  }
  .petcard {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 22px 23px 23px 16px;
  }
  .petcard p {
    text-align: justify;
    padding: 0;
  }
  .howItWorkSecFive {
    padding-top: 0;
  }
  .howItWorkSecFive .comman-width .left-gap h2, .howItWorkSecFive .comman-width .left-gap .h2 {
    margin-top: 19px;
    margin-bottom: 14px;
  }
  .howItWorkSecFive .comman-width .left-gap p {
    margin-bottom: 0;
  }
  .howItWorkSecFive .comman-width .left-gap ul {
    padding-top: 12px;
    margin-bottom: 20px;
  }
  .howItWorkSecSix .comman-width .inner-gap p {
    font-size: 14px;
  }
  .howItWorkSecSix .comman-width .petcard p {
    font-size: 14px;
  }
  .helpSecTwo .comman-width .content div {
    width: calc(100% + 60px);
    margin-left: -30px !important;
    margin-right: -15px !important;
  }
  .helpSecTwo .comman-width .content img {
    width: 98px;
    height: 98px;
  }
  .helpSecTwo .comman-width .content p {
    padding: 0 16px 10px 16px;
    margin-bottom: 0;
  }
  .helpSecTwo .comman-width .content a {
    margin: 0;
  }
  .helpSecFour .comman-width,
  .contactSecFour .comman-width {
    padding: 0;
    margin: 0;
  }
  .helpSecFour .comman-width h2, .helpSecFour .comman-width .h2,
  .contactSecFour .comman-width h2,
  .contactSecFour .comman-width .h2 {
    font-size: 24px;
    width: calc(100% + 15px);
    margin-bottom: 0;
    padding: 0 20px;
  }
  .helpSecFour .comman-width p,
  .contactSecFour .comman-width p {
    font-size: 14px;
    width: calc(100% + 15px);
    margin-bottom: 0;
    padding: 4px 18px 22px 19px;
  }
  .helpSecFour .comman-width .panel-heading,
  .contactSecFour .comman-width .panel-heading {
    width: calc(100% + 15px);
    padding-left: 17px !important;
    padding-right: 15px !important;
  }
  .helpSecFour .comman-width .panel-body,
  .contactSecFour .comman-width .panel-body {
    width: calc(100% + 15px);
    padding-left: 17px !important;
    padding-right: 15px !important;
  }
  .helpSecFour .comman-width .panel-collapse ul,
  .contactSecFour .comman-width .panel-collapse ul {
    width: calc(100% + 15px);
    padding-left: 17px !important;
    padding-right: 15px !important;
  }
  .helpSecFour .comman-width .panel-collapse ul li,
  .contactSecFour .comman-width .panel-collapse ul li {
    font-size: 14px;
  }
  .helpSecFour .comman-width .btn.accordion,
  .contactSecFour .comman-width .btn.accordion {
    width: calc(100% - 30px);
  }
  .needHelpHeader h2, .needHelpHeader .h2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .contactHeader h2, .contactHeader .h2 {
    padding-top: 30px;
  }
  .contact-section .form-control {
    padding-top: 18px;
  }
  .panel-body {
    padding: 15px 15px 15px 0 !important;
  }
  .support-new .content {
    margin-top: -15px !important;
  }
  .support-new a {
    font-size: 18px !important;
    margin-left: -15px;
  }
  .support-new img {
    width: 45%;
  }
  .accordian-section {
    padding-top: 20px;
  }
  #accordion {
    margin-left: -18px;
    margin-right: -18px;
  }
  #accordion .panel {
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-height: 55px;
  }
  .btn.accordion {
    margin: 15px auto !important;
  }
  .footer-section {
    border-top: none;
  }
  .footer-section li a {
    font-size: 12px;
  }
  .footer-adjust .first {
    order: 2;
    width: 40%;
  }
  .footer-adjust .second {
    order: 3;
    width: 47%;
    padding-top: 34px;
    margin-right: 30px;
  }
  .copyright .comman-width ul li {
    font-size: 10px;
  }
  .copyright .comman-width ul li a {
    font-size: 10px;
  }
  #myModal {
    bottom: 0;
    padding-right: 0px !important;
  }
  .getCardSectionOne .getContainer {
    right: 9px;
  }
  .getCardSectionOne .getContainer h2, .getCardSectionOne .getContainer .h2 {
    padding: 0;
    margin: 0;
  }
  .print {
    display: none !important;
  }
  .saved {
    margin-right: 0 !important;
  }
  .pharmacyPage.loggedin_header {
    height: 100%;
  }
  .pharmacyPage {
    height: 100%;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list {
    height: 100%;
    max-height: 100%;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list .card {
    max-width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .pharmacyPage .pharmacy_box .maps_box {
    height: 100%;
    max-height: 100%;
  }
  .pharmacyPage .discount_card .discount_card_parent {
    overflow-y: scroll;
  }
  .search_pharmacy_select {
    overflow-y: scroll;
  }
  .change_password {
    z-index: 99999;
    overflow-y: scroll;
  }
  .change_password h2, .change_password .h2 {
    padding: 0 !important;
  }
  .change_password .changepassword_main {
    top: 65px;
  }
  .mobView {
    display: block !important;
    color: #fff;
  }
  /* success message after change password */
  .mobsuccess {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 52px;
  }
  .mobsuccess div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .mobsuccess div img {
    max-width: 71px;
    max-height: 67px;
    margin: 80px 0 21px;
  }
  .mobsuccess div p {
    font-family: "Fira Sans" !important;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #44B672;
    margin-bottom: 60px;
  }
  .mobsuccess div span {
    border-radius: 6px;
    background-color: #FF8B6C;
    padding: 17px 36px 20px 35px;
    color: #fff;
    font-family: "Fira Sans" !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
  }
}
@media only screen and (max-width: 320px) {
  .copyright li {
    padding: 0 5px;
  }
  .modal-dialog {
    width: 300px !important;
  }
  .signupbox .Signup_login .form_area .skip_btn {
    bottom: -5px;
  }
  .signupbox .Signup_login .form_area .signup_btn_sec .already {
    font-size: 11px;
  }
  .pharmacyPage .pharmacy_header .container .right_btn_sec .map_btn input[type=checkbox] + label {
    top: 0;
  }
}
@media (max-width: 321px) and (max-width: 360px) {
  .welcome-section {
    background-size: 110% 100%;
  }
}
@media (max-width: 361px) and (max-width: 375px) {
  .welcome-section {
    background-size: 110% 100%;
  }
}
@media (max-width: 768px) {
  .search p {
    font-size: 20px !important;
    padding-bottom: 12px;
  }
  .welcome-section.how-works .about, .welcome-section.how-works h2, .welcome-section.how-works .h2 {
    text-align: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 501px) {
  .is-hidden-above-501 {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .is-hidden-below-500 {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .btn.button.btn-hover-effect.newContactBtn {
    float: none !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  .contact-section.green-theme label {
    display: inline !important;
  }
}
@media (min-width: 320px) and (max-width: 1600px) {
  .pharmacyPage .container .pharmacy_box .pharmacy_list {
    min-height: 340px;
    max-height: 340px;
  }
}
@media (min-width: 320px) and (max-width: 1540px) {
  .marketing-section .category-list li {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1366px) {
  .signupbox.sharepass .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div .reset_button {
    min-width: 150px !important;
  }
  .marketing-section .category-list li {
    padding-right: 20px;
  }
  .marketing-section .category {
    padding-right: 20px;
  }
}
@media (min-width: 320px) and (max-width: 980px) {
  .marketing-section .category-list li {
    flex-basis: 100%;
    font-size: 16px;
    margin-right: 15px;
  }
  .marketing-section .category {
    padding-left: 15px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box:nth-child(2) > div table td p {
    font-size: 9px;
  }
  .marketing-section .category-list li {
    padding-right: 20px;
  }
  .marketing-section .category-list li {
    font-size: 13px;
    height: 100px;
  }
  .marketing-section .category {
    padding-left: 15px;
    padding-right: 0px;
  }
  .marketing-section li li span {
    padding-left: 0px !important;
  }
}
@media (max-width: 1024px) {
  .contact_info {
    margin-bottom: 40px;
  }
}
@media (min-width: 321px) and (max-width: 365px) {
  .app-link a img {
    max-width: 127px !important;
  }
}
@media (max-width: 320px) {
  .app-link a img {
    max-width: 117px !important;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    background-color: #fff;
  }
  .header-section {
    min-height: 0;
    height: 63px;
  }
  .logo {
    padding-top: 0px;
  }
  .logo img {
    max-height: 62px;
    margin-top: 10px;
  }
  .navbar {
    margin-top: 3px !important;
  }
  .login {
    margin-top: 3px;
  }
  .pharmacyPage {
    height: 100%;
  }
  #myModal {
    top: -10px !important;
  }
  .logo {
    padding-top: 0px;
  }
  .update_btn.loader {
    position: relative;
    color: #FF8B6C !important;
  }
  .download-section .form-control {
    padding: 18px 0 8px 15px;
  }
  .download-section .form-control.differ {
    padding: 18px 0 8px 15px;
  }
  header .header .headermenu .userArea {
    padding-top: 0px;
  }
  header .header .headermenu .menu_main {
    top: 50px;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list {
    max-height: auto;
    overflow-y: scroll;
    scrollbar-arrow-color: #f5f8fa;
    scrollbar-3dlight-color: #f5f8fa;
    scrollbar-highlight-color: #f5f8fa;
    scrollbar-face-color: #f5f8fa;
    scrollbar-shadow-color: #f5f8fa;
    scrollbar-darkshadow-color: #f5f8fa;
    scrollbar-track-color: #f5f8fa;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list:hover {
    scrollbar-highlight-color: #FF8B6C;
    scrollbar-face-color: #FF8B6C;
  }
  .change_password .changepassword_main .input_box {
    display: table;
  }
  .contact-section label {
    top: 0px;
  }
}
@-moz-document url-prefix() {
  body {
    background: #ffffff;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list {
    overflow-y: scroll;
    scrollbar-color: #f5f8fa #f5f8fa;
    scrollbar-width: thin;
  }
  .pharmacyPage .pharmacy_box .pharmacy_list:hover {
    overflow-y: scroll;
    scrollbar-color: #FF8B6C #f5f8fa;
    scrollbar-width: thin;
  }
}
/* 28-02-2020 */
.navbar.green-theme li a.active {
  color: #FF8B6C;
}

.navbar.green-theme li span {
  background: #FF8B6C;
  bottom: -62px;
}

.banner-section.green-theme {
  background-color: #f2f2f2;
  background-image: inherit;
  min-height: 331px;
}

.banner-section.green-theme .over {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 110px;
}

.banner-section.green-theme h2, .banner-section.green-theme .h2 {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FF8B6C;
  margin-bottom: 0px;
  padding-top: 76px;
}

.banner-section.green-theme p {
  font-family: "Apercu-Bold" !important;
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: -1.43px;
  text-align: left;
  color: #27524b;
}

.honest-section.green-theme .small-heading {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FF8B6C;
}

.honest-section.green-theme h2, .honest-section.green-theme .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -0.86px;
  text-align: left;
  color: #2A524B;
}

.honest-section.green-theme p {
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.57px;
  text-align: left;
  color: #25534b;
}

.honest-section.green-theme .image {
  float: right;
  margin-right: 100px;
  max-width: 447px;
}
.honest-section.green-theme .image img {
  max-width: 100%;
}

.honest-section.green-theme {
  width: 100%;
  overflow: hidden;
  padding-top: 112px;
}

.honest-section.green-theme .content {
  width: 455px;
  margin-left: 110px;
}

.honest-section.green-theme .content li {
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  letter-spacing: -0.57px;
  text-align: left;
  color: #25534b;
  float: left;
  width: 100%;
  list-style-type: none !important;
}

.card-section.green-theme li {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.6px;
  text-align: left;
  color: #19342f;
  float: left;
  width: 100%;
}

.card-section.green-theme li li {
  list-style-type: disc !important;
}

.card-section.green-theme li strong {
  font-family: "Apercu-Bold" !important;
  font-weight: normal;
}

.honest-section.green-theme .content ul,
.card-section.green-theme ul {
  border-left: none;
  padding-left: 20px;
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}

.card-section.green-theme ul {
  margin: 0px;
  padding: 0 0 0 18px;
}

.honest-section.green-theme .content li:first-child {
  margin-top: -8px;
}

.honest-section.green-theme .content li:last-child {
  margin-bottom: -9px;
}

.card-section.green-theme li:last-child {
  margin-bottom: -4px;
}

.contact-section.green-theme .content {
  margin-top: 0px;
  border: none;
  background: inherit;
  padding: 0px;
  width: 1039px;
  margin: 0 auto;
  padding-top: 82px;
}

.contact-section.green-theme h2, .contact-section.green-theme .h2 {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FF8B6C;
  margin-bottom: 10px;
  margin-left: 22px;
}

.contact-section.green-theme .form-control {
  border: solid 2px #19342f;
  height: 67px;
  padding: 0px;
  border-radius: 40px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.57px;
  text-align: left;
  color: #27524b;
  font-family: "Apercu-Regular" !important;
}
.contact-section.green-theme .form-control::-webkit-scrollbar {
  display: none;
}

.contact-section.green-theme .left-side {
  width: 49%;
  float: left;
}

.contact-section.green-theme .right-side {
  width: 49%;
  float: right;
}

.contact-section.green-theme .left-side .form-control,
.contact-section.green-theme .right-side .form-control {
  width: 100%;
}

.contact-section.green-theme .form-group {
  margin-bottom: 21px;
  width: 100%;
  overflow: hidden;
}

.contact-section.green-theme label {
  position: relative;
  top: auto;
  margin-left: 20px;
}

.btn.button.btn-hover-effect.newContactBtn {
  float: right;
  width: 182px;
  height: 45px;
  border-radius: 20.5px;
}

.contact-section.green-theme .newContactBtn {
  background: #FF8B6C !important;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.14px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
}

.contact-section.green-theme .checkmark {
  background-color: #fff;
  width: 22px;
  height: 22px;
  border: 2px solid #bfc0c0;
}

.contact-section.green-theme .checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

.contact-section.green-theme .checkbox-container .checkmark:after {
  border-color: #bfc0c0;
  top: 2px;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}

.colorRed.btnValidator {
  margin: 0 0 0 20px;
}

.contact-section.green-theme .form-group.destop {
  margin-bottom: 0px;
}

.accordian-section.green-theme {
  background: #fff;
}

.accordian-section.green-theme h2, .accordian-section.green-theme .h2 {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.5px;
  text-align: left;
  color: secondary;
  margin-bottom: 0px;
}

.accordian-section.green-theme p {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.86px;
  text-align: left;
  color: #27524b;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.accordian-section.green-theme {
  width: 1039px;
  margin: 0 auto;
  padding-top: 70px;
}

.accordian-section.green-theme .panel {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: inherit !important;
  border-bottom: solid 1px #e8e3e3 !important;
  background-color: #ffffff !important;
  padding: 15px 0 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  position: relative;
}

.accordian-section.green-theme .panel-title {
  font-family: "Apercu-Regular" !important;
  font-size: 20px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.75px;
  text-align: left;
  color: #19342f;
}

.accordian-section.green-theme .panel-title span[aria-expanded=false] span {
  border: none;
  width: 21px;
  height: 21px;
  background: url('down-arrow.b2701edbef67637e.png') left center no-repeat;
  margin: 0px;
}

.accordian-section.green-theme .panel-title span[aria-expanded=true] span {
  border: none;
  width: 21px;
  height: 21px;
  background: url('down-arrow-active.6e9e8e9538582ae2.png') left bottom no-repeat !important;
  margin: 0px;
  position: absolute;
  bottom: 12px;
  right: 0px;
}

.accordian-section.green-theme .panel-title span[aria-expanded=true] {
  color: #19342f;
}

.accordian-section.green-theme .panel-body {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.6px;
  text-align: left;
  color: #827c78;
}

.accordian-section.green-theme .panel.active {
  border-bottom: solid 2px #526763 !important;
}

.contact-section.green-theme { /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: radial-gradient(ellipse at center, rgb(245, 246, 246) 0%, rgb(255, 255, 255) 52%, rgb(228, 231, 233) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f6f6", endColorstr="#e4e7e9",GradientType=1 ); /* ie6-9 */
  padding-bottom: 50px;
}

.welcome-section.download-edit h2, .welcome-section.download-edit .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 45px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -1.29px;
  text-align: left;
  color: #ffffff;
}

.welcome-section.download-edit .rated,
.welcome-section.download-edit .get {
  font-family: "Apercu-Regular" !important;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.1px;
  text-align: left;
  color: #ffffff;
}

.welcome-section.download-edit .rated {
  margin-bottom: 19px;
}

.welcome-section.download-edit .get {
  margin: 14px 0 25px 0;
}

.welcome-section.download-edit .form-control {
  font-family: "Apercu-Regular" !important;
  width: 551px;
  height: 90px;
  border-radius: 45px;
  border: solid 2px #ffffff;
  background-color: inherit;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.1px;
  text-align: left;
  color: #ffffff;
  padding-left: 30px;
}

.welcome-section.download-edit .form-control::placeholder {
  color: #fff;
}

.welcome-section.download-edit .btn {
  font-family: "Apercu-Bold" !important;
  width: 194px;
  height: 45px;
  border-radius: 20.5px;
  background-color: #FF8B6C;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.14px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 22px;
  right: 25px;
}

.welcome-section.download-edit form {
  position: relative;
}

.welcome-section.how-works,
.welcome-section.how-works::before {
  background: inherit;
}

.welcome-section.how-works .about {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FF8B6C;
}

.welcome-section.how-works h2, .welcome-section.how-works .h2 {
  font-family: Apercu;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.86px;
  text-align: left;
  color: #27524b;
  margin: 0px 0 30px 0;
}

.welcome-section.how-works span {
  font-size: 20px;
  font-family: "Apercu-Bold" !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.57px;
  text-align: left;
  color: #25534b;
}

.welcome-section.how-works p {
  margin-top: 15px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.46px;
  text-align: left;
  color: #25534b;
  text-transform: inherit;
}

.testimonial.green-theme {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 104px 0px;
}

.welcome-section.how-works .welcome-center {
  max-width: 800px;
}

.welcome-section.how-works .search ul li {
  max-width: 230px;
}

.welcome-section.how-works {
  min-height: inherit;
  padding-top: 80px;
  float: none;
  overflow: hidden;
}

.testimonial.green-theme .comman-width .testimonial_inner h3, .testimonial.green-theme .comman-width .testimonial_inner .h3,
.testimonial.green-theme .comman-width .testimonial_inner h2,
.testimonial.green-theme .comman-width .testimonial_inner .h2 {
  padding-left: 59px;
}

.contact-section.green-theme .btn-hover-effect .insider {
  background-color: #fff;
}

.welcome-section.download-edit .btn-hover-effect .insider {
  background-color: #fff;
}

.card-section.termsofuse.green-theme .terms {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FF8B6C;
}

.card-section.termsofuse.green-theme h3, .card-section.termsofuse.green-theme .h3 {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.86px;
  text-align: left;
  color: #27524b;
}

.card-section.termsofuse.green-theme p {
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.6px;
  text-align: left;
  color: #19342f;
  padding-bottom: 10px;
}

.card-section.termsofuse.green-theme {
  padding: 80px 0 0 0;
  background: #f0f2f2; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f2f2 0%, #ffffff 4%, #ffffff 4%, #ffffff 4%, #ffffff 4%, #ffffff 70%, #e4e6e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f2f2", endColorstr="#e4e6e9",GradientType=0 ); /* IE6-9 */
}

.card-section.termsofuse.green-theme .repeat {
  border-bottom: 1px solid #e5dfdf;
  padding: 0 0 20px 0;
  margin-bottom: 35px;
}

.card-section.termsofuse.green-theme .repeat.border-none {
  border: none;
}

.card-section.green-theme li ul {
  border: none;
  padding: 12px 0 12px 18px;
}

.card-section.green-theme ul.border-none {
  border: none;
}

.card-section.green-theme ul.border-none li ul {
  padding: 25px 0 25px 18px;
}

.card-section.green-theme ul.gap {
  margin-bottom: 25px;
}

.accordian-section.green-theme .panel:last-child {
  border-bottom: none !important;
}

.accordian-section.green-theme .panel.active:last-child {
  border-bottom: solid 2px #526763 !important;
}

.getCard.green-theme {
  width: 399px;
  height: 90px;
  border-radius: 61.5px;
  border: solid 2px #2a524b;
  background: #19342f url('arrow.a9950c32db549b71.png') 97% center no-repeat;
}

.getCard.green-theme span {
  background: url('discount_icon.634c690710fddb1a.svg') 27px 25px no-repeat;
  font-size: 20px;
  font-family: "Apercu-Bold" !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 88px;
  letter-spacing: -0.57px;
  text-align: left;
  color: #fff;
  padding-left: 69px;
}

.contact-section.green-card .content {
  width: 469px;
  min-height: 478px;
  max-height: 535px;
  height: 100%;
  border: solid 2px #2a524b;
  background-color: #19342f;
  border-radius: 0 140px 0 0;
  overflow: hidden;
}

#myModal.green-theme-modal .modal-dialog {
  right: 145px;
}

#myModal.green-theme-modal h2, #myModal.green-theme-modal .h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 45px;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: -1.29px;
  text-align: left;
  color: #ffffff;
}

#myModal.green-theme-modal .getCardHeading img {
  display: block;
  margin-bottom: 25px;
  margin-top: 30px;
}

#myModal.green-theme-modal .form-control {
  font-family: "Apercu-Regular" !important;
  padding-top: 0px;
  width: 100%;
  height: 45px;
  border-radius: 20.5px;
  border: solid 1.2px #ffffff;
  background: inherit;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.14px;
  text-align: left;
  color: #ffffff;
  padding: 0 13px;
  box-sizing: border-box;
}

#myModal.green-theme-modal .form-control::placeholder {
  color: #fff;
}

#myModal.green-theme-modal .contact-section .form-group {
  margin-bottom: 15px;
}

#myModal.green-theme-modal .contact-section.card-modal button {
  width: 194px;
  height: 45px;
  border-radius: 20.5px;
  background-color: #FF8B6C;
  top: auto;
  left: auto;
  right: auto;
}

#myModal.green-theme-modal .btn.btn-default.close {
  background: url('pharmacy_close_icon.48ef38be4e0986e1.svg') left top no-repeat;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  top: 0 !important;
  right: -105px !important;
  background-size: 100%;
}

.inactive {
  pointer-events: none;
}
.inactive ul li {
  text-decoration: none !important;
  cursor: default;
}

.show_password {
  float: right;
  transform: translate(-20px, -30px);
  font-size: 12px;
  color: #b8afa6;
  cursor: pointer;
}

.location_icon {
  float: right;
  transform: translate(-10px, -30px);
  background-image: url('form_pinlocation.8f1f5e72cdf4dec4.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 26px;
  cursor: pointer;
  display: block !important;
}
.location_icon input[type=checkbox] {
  background-color: transparent !important;
}
.location_icon input[type=checkbox],
.location_icon input[type=checkbox]:checked {
  border: none;
  background-size: 100%;
  background: transparent !important;
  appearance: none;
  cursor: pointer;
}

.broker-exist .sidebar {
  height: 100%;
  width: 270px;
  position: fixed !important;
  left: 0;
  top: 80px;
  background: #fff;
  z-index: 999999;
}
.broker-exist .sidebar .enrolment {
  background: url('enrollment.ab0663808fcd845e.svg') left center no-repeat;
}
.broker-exist .sidebar .pricing {
  background: url('pricing-tool.b5cce850a2ba2989.svg') left center no-repeat;
}
.broker-exist .sidebar .marketing {
  background: url('marketing.f367032d3bd3508f.svg') left center no-repeat;
}
.broker-exist .sidebar .dashboard {
  background: url('dashboard.5702f35021a7ebbd.svg') left center no-repeat;
}
.broker-exist .sidebar .faq {
  background: url('help-icon.d050d4971dab227d.svg') left center no-repeat;
}
.broker-exist .sidebar .physical {
  background: url('email-icon.a223a65222eb9159.svg') left center no-repeat;
}
.broker-exist .sidebar .logout {
  background: url('logout-icon.5a7f16fe5104f749.svg') left center no-repeat;
}
.broker-exist .sidebar .enrolment.active {
  background: url('enrollment-active.b2fbf20dcec4ef42.svg') left center no-repeat;
}
.broker-exist .sidebar .pricing.active {
  background: url('pricing-tool-active.1aa31ea2a7961e93.svg') left center no-repeat;
}
.broker-exist .sidebar .marketing.active {
  background: url('marketing-active.26263815314f288a.svg') left center no-repeat;
}
.broker-exist .sidebar .faq.active {
  background: url('help-icon-active.8ec9d281a6050e1f.svg') left center no-repeat;
}
.broker-exist .sidebar ul {
  margin-left: 25px;
  margin-top: 20px;
}
.broker-exist .sidebar img {
  margin-right: 14px;
}
.broker-exist .sidebar li a {
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #506d85;
  padding: 10px 0 10px 35px;
}
.broker-exist .sidebar li a.active {
  color: #00564a;
}
.broker-exist .sidebar li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 28px;
}

.header-section.brokerpageheader {
  position: fixed;
  width: 100%;
  top: 0;
  align-items: inherit;
  min-height: 80px !important;
  max-height: 80px !important;
  z-index: 99;
}
.header-section.brokerpageheader .header-content {
  display: flex;
}
.header-section.brokerpageheader .logo {
  min-width: 100px;
  margin: 0 0 0 25px;
}
.header-section.brokerpageheader .logo img {
  min-width: 100px;
  max-width: 100px;
}
.header-section.brokerpageheader .username_sec {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 69px;
}
.header-section.brokerpageheader .username_sec .ppic {
  background-color: #2a524b;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.header-section.brokerpageheader .username_sec .name p {
  font-size: 16px;
  font-weight: 700;
  color: #19342f;
  margin-bottom: 0px;
}
.header-section.brokerpageheader .username_sec .name p:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #1d252d;
}

.marketing-section {
  margin: 0 auto;
  width: calc(100% - 340px);
  margin-top: 80px;
  padding-top: 25px;
  margin-left: 300px;
}
.marketing-section .sub-accordian.active .panel-title {
  padding-bottom: 0px !important;
}
.marketing-section .sub-accordian {
  width: 100%;
  overflow: hidden;
}
.marketing-section .sub-accordian .panel-heading {
  width: 100%;
  overflow: hidden;
  background: #f8fffb !important;
}
.marketing-section .sub-accordian .panel-title {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
.marketing-section .panel-title {
  font-size: 18px !important;
  color: #1d252d !important;
  cursor: pointer;
}
.marketing-section .panel {
  margin: 0px !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
}
.marketing-section .panel.active {
  padding-bottom: 0px !important;
}
.marketing-section .panel-default.active > .panel-heading {
  background-color: #f8fffb !important;
}
.marketing-section h2, .marketing-section .h2 {
  padding-bottom: 15px;
}
.marketing-section .panel.active .panel-title {
  padding-bottom: 0px;
}
.marketing-section .panel-title {
  padding: 0px 0px 5px 0px;
}
.marketing-section .panel-title[aria-expanded=false] {
  border: none;
  background: url('resource-plus.0db1db700d49541c.png') right 3px no-repeat;
  margin-right: 0px;
}
.marketing-section .panel-title[aria-expanded=true] {
  border: none;
  background: url('resource-minus.010ec6fc626424a5.png') right 9px no-repeat !important;
  margin-right: 0px;
}
.marketing-section .panel-title[aria-expanded=true] {
  color: #44b672;
}
.marketing-section li li div {
  float: right;
  padding-right: 0px;
}
.marketing-section li li.sub-accordian div {
  float: none;
}
.marketing-section li li.sub-accordian li {
  margin-left: 65px;
}
.marketing-section li.sub-accordian .panel-title[aria-expanded=true] {
  background: url('resource-minus.010ec6fc626424a5.png') right 22px no-repeat !important;
}
.marketing-section li li.sub-accordian li span:before {
  border-radius: 6px;
  color: #1d252d;
  background: #1d252d;
}
.marketing-section li li.sub-accordian li div {
  float: right;
  padding-right: 0px;
}
.marketing-section li li.sub-accordian .panel-collapse {
  padding-right: 0px;
}
.marketing-section li li a {
  font-size: 12px;
  color: #44b672;
}
.marketing-section li li img {
  margin-right: 9px;
}
.marketing-section li li .download-icon {
  margin-left: 38px;
}
.marketing-section li li {
  padding: 12px 0;
  border-top: solid 1px #e4f0e9;
  margin-left: 0px;
}
.marketing-section li li:last-child {
  border-bottom: solid 1px #e4f0e9;
}
.marketing-section li li span {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #1d252d;
}
.marketing-section li li span a {
  font-size: 14px;
  color: #1d252d;
}
.marketing-section li li:first-child {
  border-top: none !important;
}
.marketing-section li ul {
  padding-top: 0px;
}
.marketing-section h4, .marketing-section .h4 {
  font-size: 16px;
  color: #1d252d;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  border-top: solid 1px #e4f0e9;
  margin-left: 28px;
}
.marketing-section h4.no-border, .marketing-section .no-border.h4 {
  border: none;
}

.broker-exist app-pharmacy .firstloadpricing {
  margin-left: 300px;
  padding-top: 23px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .broker-exist app-pharmacy .firstloadpricing {
    margin-left: 0;
    margin-top: 60px !important;
    padding-top: 23px !important;
  }
}
.broker-exist app-pharmacy .pharmacyPage .container {
  margin-left: 300px;
  padding-left: 0 !important;
  max-width: calc(100% - 300px) !important;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .broker-exist app-pharmacy .pharmacyPage .container {
    margin-left: 0;
    max-width: 100% !important;
  }
  .broker-exist app-pharmacy .pharmacyPage .container .select_filterList_parent {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .broker-exist app-pharmacy .pharmacyPage .container .map_list_box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.broker-exist app-contact-us .contact-section {
  display: none;
}
.broker-exist app-contact-us .accordian-section.green-theme {
  background: transparent;
  padding-top: 105px;
  margin-left: 300px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .broker-exist app-contact-us .accordian-section.green-theme {
    padding-top: 85px;
    margin-left: 0;
  }
}
.broker-exist app-contact-us .accordian-section.green-theme .panel {
  background: transparent !important;
}
.broker-exist app-contact-us .accordian-section.green-theme .panel > .panel-heading {
  background: transparent !important;
}
.broker-exist app-contact-us .contact_info {
  margin-left: 300px;
}

.broker-pages {
  background: #f2f2f2;
}

.shape {
  position: absolute;
  top: 34px;
  left: 20px;
  width: 18px;
  height: 18px;
  z-index: 999;
  display: none;
}

.shape span {
  height: 3px;
  width: 100%;
  background: #506d85;
  margin-bottom: 3px;
  display: block;
}

.hide {
  padding: 24px 0 0 24px;
  display: none;
  height: 85px;
  background-image: linear-gradient(114deg, #2a524b 12%, #2a524b 77%);
}
.hide .closeSidebar {
  position: absolute;
  top: 16px;
  right: 16px;
  margin-right: 0px !important;
}
.hide .username_sec {
  display: flex;
  align-items: center;
}
.hide .ppic {
  background-color: #fff;
  color: #2a524b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.hide .name p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.hide .name p:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1024px) {
  .shape {
    display: block;
  }
  .hide {
    display: block;
  }
  .brokerpageheader .mobMenu.mMenu {
    display: none !important;
  }
  .marketing-section {
    margin-left: 35px;
    width: calc(100% - 70px);
  }
  .broker-exist .sidebar {
    width: 340px;
    left: -340px;
  }
  .header-section.brokerpageheader .logo {
    margin: 0 0 0 30px;
  }
  .broker-exist .sidebar {
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .marketing-section {
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-top: 60px;
  }
  .is-hidden-mobile {
    display: none !important;
  }
  .marketing-section li img {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .marketing-section .panel-title span[aria-expanded=false] span,
  .marketing-section .panel-title span[aria-expanded=true] span {
    margin-right: 0px;
  }
  .footer-section .comman-width .footer-adjust .fourth {
    border-top: 0 !important;
    margin-top: 150px;
  }
  .caller-section .btn_desc .btnshover {
    background-color: #ff8b6c !important;
  }
  .caller-section .btn_desc .btnshover.success-btn {
    background-color: #44b672 !important;
  }
  .broker-exist .sidebar ul {
    height: 140px;
    overflow: auto;
  }
}
@media (max-width: 480px) {
  .header-section.brokerpageheader .username_sec {
    margin-right: 20px;
  }
  .marketing-section li li .download-icon {
    margin-left: 12px;
  }
  .marketing-section li li span {
    width: 100%;
    float: left;
    order: 1;
  }
  .marketing-section li li,
  .marketing-section li ul {
    width: calc(100% - 28px);
    flex-flow: column;
    display: flex;
  }
  .marketing-section li li div {
    padding-right: 0px;
    order: 2;
  }
  .broker-exist .sidebar ul {
    height: auto;
    overflow: visible;
  }
  .marketing-section li span {
    font-size: 14px !important;
  }
  .marketing-section li .pdf-download {
    width: 40px;
  }
  .marketing-section li:hover .pdf-download {
    text-indent: -9999px;
    background: none;
    padding: 0px;
  }
  .header-section.brokerpageheader .logo {
    margin-left: 5px;
  }
  .header-section.brokerpageheader .logo img {
    min-width: 130px !important;
    max-width: 130px !important;
    margin-left: 0px;
  }
}
.sharecardtable {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.printcard * {
  font-family: "Roboto" !important;
}

#printdiv {
  max-width: 320px;
  margin: 0 auto;
}

@media print {
  #printdiv {
    display: block !important;
    margin: 0 auto !important;
  }
  .monitor-tag {
    display: none !important;
  }
  #printdiv,
  #printdiv > table {
    width: 100% !important;
    -webkit-print-color-adjust: exact !important;
    margin: 0 auto !important;
  }
  .firsttable {
    background: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 0 9px #ccc !important;
    width: 400px !important;
    -webkit-print-color-adjust: exact !important;
  }
  .firsttable tr:nth-child(4) > table {
    background: #27524b !important;
    border-radius: 0 0 15px 15px !important;
    -webkit-print-color-adjust: exact !important;
  }
  .secondtable {
    margin-top: 30px !important;
    background: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 0 9px #ccc !important;
  }
}
.hideheaderfooter {
  display: none !important;
}

.marketing-section_frame {
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 15px;
}

.marketing-section_frame.frameresource #accordion .panel .panel-collapse ul li {
  display: flex;
  flex-flow: column;
}
.marketing-section_frame.frameresource #accordion .panel .panel-collapse ul li div {
  order: 2;
  padding-left: 22px;
}
.marketing-section_frame.frameresource #accordion .panel .panel-collapse ul li span {
  width: 100%;
}

.eccountsbox {
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 13px;
  padding-right: 13px;
  background: rgba(68, 182, 114, 0.1);
  border-radius: 10px;
  margin-bottom: 0px;
  max-width: auto;
  margin-right: 15px;
  color: #2a524b;
  font-size: 14px;
}

.loginPage app-root div.eccountsbox:nth-child(2) {
  height: 38px;
}

.eccountsbox:before {
  content: "";
  width: 26px;
  height: 16px;
  background: url('odometer.ffcd34fb276f0cc3.svg') no-repeat;
  background-size: 100%;
  margin-right: 11px;
  font-family: "Apercu-Regular" !important;
  font-size: 14px;
  font-weight: 500;
  color: #2a524b;
}

.eccounts-section {
  display: flex;
  padding-top: 25px;
}

.top-section {
  display: flex;
}

.search_pharmacy_popup.broker_info .search_pharmacy_select .top-section h2, .search_pharmacy_popup.broker_info .search_pharmacy_select .top-section .h2 {
  font-size: 24px;
  line-height: 32px;
  border: none;
  color: #19342f;
  max-width: 306px;
}

.search_pharmacy_popup.broker_info .search_pharmacy_select .top-section div {
  margin-left: 0;
  display: flex;
  width: calc(100% - 324px);
  height: auto;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  max-height: 132px;
}

.search_pharmacy_popup.broker_info .search_pharmacy_select .top-section div img {
  width: 200%;
}

.autoheightinfo {
  height: auto !important;
}

.search_pharmacy_popup.broker_info .search_pharmacy_select {
  max-width: 560px;
  max-height: 380px;
  height: 380px;
  border-radius: 10px 100px 10px 10px;
}

.search_pharmacy_popup.broker_info .field {
  margin-top: 50px;
}

.caller-section .broker_info .checkbox-container {
  margin-bottom: 20px;
  font-size: 14px;
  color: #19342f;
  width: auto;
  max-width: 175px;
}

.broker_info .btn-section {
  position: relative;
}

.caller-section .broker_info .changepassword_main .btnshover {
  width: 120px;
  height: 48px;
  border-radius: 10px;
  background-color: #ff8b6c;
  font-size: 16px;
  line-height: 48px;
  margin-top: 8px;
}

.get-card-buttons {
  display: flex;
  justify-content: center;
}

.get-card-buttons .card {
  margin: 45px 10px 0 0;
}

.get-card-buttons .card.gap {
  margin-left: 10px;
  margin-right: 0px;
}

.honest-section.green-theme .deduct {
  margin-left: 110px;
  margin-top: 25px;
}

.honest-section.green-theme .deduct p {
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  color: #11352f;
  letter-spacing: -0.51px;
}

.honest-section.green-theme .deduct p a {
  color: #11352f;
}

.honest-section.green-theme .deduct .cool-link::after {
  background: #11352f;
}

.marketing-section .panel.active .panel-title {
  padding-bottom: 10px;
}

.contact-section.green-theme select {
  appearance: none;
}

.contact-section.green-theme .down-arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #19342f;
  position: absolute;
  top: 30px;
  right: 30px;
}

.walletDiv .google-wallet {
  margin-bottom: 7px;
}

.walletDiv img {
  cursor: pointer;
}

.sharepass .error {
  margin-top: 10px;
}

@media screen and (min-width: 320px) and (max-width: 980px) {
  .eccountsbox {
    font-size: 13px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .signupbox.sharepass .Signup_login .form_area {
    border-radius: 0 100px 0 0 !important;
  }
  .signupbox.sharepass .Signup_login .form_area .signup_signin_parent_box .form_sec .changepassword_main > div .reset_button {
    min-width: 150px !important;
  }
  .eccountsbox {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .eccounts-section {
    display: block;
  }
  .search_pharmacy_popup.broker_info .search_pharmacy_select {
    max-width: 90%;
    max-height: 510px;
    height: 510px;
  }
  .top-section {
    display: block;
  }
  .search_pharmacy_popup.broker_info .search_pharmacy_select .top-section img {
    margin: 10px auto 0 auto;
    display: block;
  }
}
.enrollparent {
  background: #fff;
  max-width: 850px;
  padding: 30px;
  padding-bottom: 5px;
  border-radius: 20px;
  margin-top: 30px;
  padding-top: 0;
}

.question-section li {
  list-style: disc;
  color: #fff;
  padding-bottom: 5px;
}

.question-section ul {
  padding-left: 30px;
  padding-bottom: 15px;
}

.question-section p.remove-gap {
  padding-bottom: 5px;
}

app-pdflink iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

#captcha {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick-theme.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.0b80f665935ef7de.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('slick.25572f22d77029da.eot');
  src: url('slick.25572f22d77029da.eot?#iefix') format("embedded-opentype"), url('slick.653a4cbba6e1a2b3.woff') format("woff"), url('slick.6aa1ee46202fac6e.ttf') format("truetype"), url('slick.f895cfdf693e6229.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=styles.63ba67e106c1cc12.css.map*/