/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #00407e url('hero_iphone.1fc552e369134a74.png') no-repeat;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, #00407e), color-stop(100%, #012b53));
  background-image: url('hero_iphone.1fc552e369134a74.png'), linear-gradient(to right, #00407e 0%, #012b53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407e", endColorstr="#012b53", 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 {
  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: #7fc534;
  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: #7fc534 !important;
}
.welcome-center .formsec .error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7fc534;
  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: #7fc534;
  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: #7fc534;
  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 #00407e;
  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: #00407e;
  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: #00407e;
}
.search_medicine .comman-width app-search .form-section .lowest {
  background: #003e80;
  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: #00407e;
  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 #00407e;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.07px;
  cursor: pointer;
  color: #00407e;
  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: #00407e;
  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: #00407e;
  background: transparent;
  border-bottom: 1.2px solid #00407e;
  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: #00407e;
  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 {
  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 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00407e;
}

.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: #00407e;
}

/* 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 {
  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: #00407e;
}

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

.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 {
  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: #003e80;
  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: #01427c;
  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: #003e80;
  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: #01427c;
  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: #01427c;
  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: #003e80;
  letter-spacing: -0.51px;
}
.footer-section .comman-width .footer-adjust ul li a:hover::after {
  background: #003e80;
}
.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 {
  line-height: normal;
  font-family: "Apercu-Bold" !important;
  font-size: 18px;
  color: #00407e;
  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: #003e80;
  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 {
  line-height: normal;
  font-family: "Apercu-Bold" !important;
  font-size: 18px;
  color: #00407e;
  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 #00407e;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 8px;
  font-family: "Apercu-Regular" !important;
  font-size: 16px;
  font-weight: normal;
  color: #00407e;
}
.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 #7fc534;
  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: #7fc534;
  letter-spacing: -0.46px;
  font-size: 16px;
}

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

.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: #00407e;
}

.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: #00407e;
  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: #7fc534;
  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: #00407e;
}

.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 {
  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 {
  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: #00407e;
}

.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 {
  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 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00407e;
  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: #00407e;
  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: #00407e;
}

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

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

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

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

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

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

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

.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: #00407e;
  max-width: calc(100% - 250px);
  font-family: "Apercu-Bold" !important;
}

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

.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: #00407e;
  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 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00407e;
}

.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: #00407e;
  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 {
  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: #7fc534;
  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: #7fc534 !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 {
  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 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00407e;
}

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

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

.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 {
  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 {
  display: flex;
  min-height: 87px;
  font-size: 32px;
  justify-content: center;
  align-items: center;
}

.review-section h2 span {
  position: relative;
}
.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 {
  position: absolute;
  background: url('copy.c45827c2fa0eb82f.png') right top no-repeat;
  right: 0;
  width: 107px;
  height: 87px;
  content: "";
  top: 30px;
}

.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: #00407e;
  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 {
  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: #00407e;
}

.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: #00407e;
}

.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: #00407e;
}

.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 {
  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 {
  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: #00407e;
  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: #00407e;
  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 {
  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 {
  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 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00407e;
  margin: 60px 0 70px 0;
}

.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: #00407e;
}

.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 {
  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 {
    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 {
    font-size: 40px;
  }
  .download-section .form-control {
    width: 220px;
  }
  .download-section form {
    width: 398px;
  }
  .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 {
    font-size: 26px;
  }
  .download-section .app {
    max-width: 40%;
  }
  .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 {
    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 {
    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 {
    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 {
    font-size: 36px;
    letter-spacing: -3px;
  }
  .accept-section h2 {
    margin-top: 30px;
  }
  .work-section {
    padding: 5px 4% 5px 4%;
    width: auto;
  }
  .slick-slider {
    margin: 0 30px;
  }
  .download-section h2 {
    font-size: 34px;
  }
  .banner-section .over {
    top: -160px;
  }
  .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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    font-size: 20px;
    margin: 0px;
  }
  .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 {
    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 {
    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 {
    font-size: 25px;
  }
  .save-section li {
    padding-left: 25px;
  }
  .save-section ul {
    padding: 0px;
  }
  .welcome-section.edit .search img {
    width: 50%;
  }
  .signUp-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0 18px;
  }
  .signUp-section form {
    margin: 20px auto;
  }
  .prescription-section h2 {
    font-size: 24px;
    margin-bottom: 0px;
    text-align: left;
  }
  .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 {
    margin-top: 10px;
  }
  .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 {
    margin-top: 45px;
  }
  .search-fields .serachlist {
    top: 45px;
  }
  .panel {
    padding: 15px 10px 15px 15px !important;
  }
  .discount-section h3 {
    font-size: 16px;
  }
  .discount-section p {
    font-size: 14px;
  }
  .behalf-section h2 {
    font-size: 24px;
  }
  .behalf-section p {
    font-size: 14px;
  }
  .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 {
    font-size: 13px;
  }
  .work-section {
    padding: 0 4% 0 4%;
  }
  .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 {
    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 {
    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 {
  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 h2 {
  padding: 0;
  margin: 0;
}
.acceptedsec .howitwork h3 {
  font-size: 16px !important;
  font-weight: normal;
  font-family: "Apercu-Regular" !important;
  color: #7fc534;
  line-height: 19px;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.acceptedsec .howitwork h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  color: #00407e;
  margin-bottom: 13px;
  text-align: left;
}
.acceptedsec .howitwork p {
  font-family: "Apercu-Regular" !important;
  font-size: 18px;
  color: #01427c;
  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: #7fc534;
  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 h2 {
  padding: 0;
  margin: 0;
  padding-left: 78px;
}
.testimonial .comman-width .testimonial_inner h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Apercu-Regular" !important;
  color: #7fc534;
  line-height: 19px;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
  text-align: left;
}
.testimonial .comman-width .testimonial_inner h2 {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  color: #00407e;
  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 #7fc534;
  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: #01427c;
  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 {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  font-family: "Apercu-Regular" !important;
  letter-spacing: -0.46px;
  color: #003e80;
  line-height: 11px;
}
.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: #7fc534;
  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 #00407e;
  background: transparent;
  outline: none;
  color: #00407e;
  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: #00407e;
  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 #00407e;
  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: #00407e;
  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: #00407e;
}
.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .lowest {
  background: #003e80;
  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: #00407e;
  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: #00407e;
  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: #00407e;
  background: transparent;
  border-bottom: 1.2px solid #00407e;
  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: #00407e;
  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 {
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
  color: #00407e;
  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: #00407e;
  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: #7fc534;
  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: #00407e;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.75px;
}
.pharmacyPage .container .pharmacy_box .select_filterList_parent .type_list ul li.active {
  color: #7fc534;
}
.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 {
  font-family: "Apercu-Bold" !important;
  font-size: 20px;
  color: #00407e;
  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: #00407e;
  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: #00407e;
  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: #7fc534;
  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: #00407e;
  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: #00407e;
  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: #00407e;
}
.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: #00407e;
}
.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: #00407e;
  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: #00407e !important;
}
.pharmacyPage .container .pharmacy_box .pharmacy_list .discount_card .pharmacyDetail .email_field.error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00407e;
  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: #00407e !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: #00407e !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: #00407e;
  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: #7fc534;
  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: #003e80;
  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(1, 37, 72, 0.97);
  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: #7fc534;
  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: #01427c;
}
.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 #003e80;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 1s;
}
.loaderscreen.showloader > div > div.second {
  width: 532.5px;
  height: 532.5px;
  border: 1px dashed #7dc723;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.9s;
}
.loaderscreen.showloader > div > div.third {
  width: 444px;
  height: 444px;
  border: 1px dashed #7dc723;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.8s;
}
.loaderscreen.showloader > div > div.fourth {
  width: 370px;
  height: 370px;
  border: 1px dashed #7dc723;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.7s;
}
.loaderscreen.showloader > div > div.fifth {
  width: 309px;
  height: 309px;
  border: 1px dashed #00abe7;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.6s;
}
.loaderscreen.showloader > div > div.sixth {
  width: 258px;
  height: 258px;
  border: 1px dashed #7dc723;
  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 #7dc723;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.4s;
}
.loaderscreen.showloader > div > div.eirth {
  width: 175px;
  height: 175px;
  border: 1px dashed #003e80;
  animation: pweek 1.8s ease-out infinite;
  animation-delay: 0.3s;
}
.loaderscreen.showloader > div > div.ninth {
  width: 148px;
  height: 148px;
  border: 1px dashed #00abe7;
  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: #00407e;
  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: #00407e;
}
.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: 0;
  margin-left: -5px !important;
}
.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: #00407e !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: #00407e !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: #00407e;
  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: #00407e;
  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: #00407e;
  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: #00407e !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 #00407e;
  font-family: "Apercu-Bold" !important;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.14px;
  padding-left: 18px;
  color: #00407e;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .form_sec input::placeholder {
  font-family: "Apercu-Regular" !important;
  color: #00407e;
  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%;
  color: #00407e;
}
.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: #7fc534;
  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: 0;
}
.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: #00407e;
  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: #00407e;
  font-weight: 700;
}
.signupbox .Signup_login .form_area .signup_signin_parent_box .signup_btn_sec .already a {
  color: #01427c;
  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: #003e80;
  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: #00407e;
  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 {
  font-family: "Apercu-Bold" !important;
  font-size: 50px;
  color: #00407e;
  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: #00407e;
  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 #00407e;
  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: #00407e;
  letter-spacing: -0.86px;
}
.pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_name_price .drugprice {
  font-family: "Apercu-Bold" !important;
  font-size: 30px;
  color: #7fc534;
  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: #00407e;
  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: 90px;
  margin-left: -2px;
  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: #7fc534;
}
.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: #00407e;
  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: #003e80;
}
.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: #00407e;
}
.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: #00407e;
  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: #00407e;
  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: #7fc534;
  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: #00407e;
  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 #00407e;
  border-bottom: 2px solid #00407e;
  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: #00407e;
}
.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(0, 64, 126) no-repeat;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, rgb(0, 64, 126)), color-stop(100%, rgb(1, 43, 83)));
  background-image: linear-gradient(to right, rgb(0, 64, 126) 0%, rgb(1, 43, 83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19342f", endColorstr="#2a524b", GradientType=1);
}

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

.welcome-section.download-edit:before {
  background: url('hero_iphone.1fc552e369134a74.png') 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 {
  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 {
  font-family: "Apercu-Bold" !important;
  margin: 0;
  text-align: left;
  font-size: 20px;
  color: #00407e;
  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: #00407e !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: #00407e !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: #7fc534 !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: #00407e !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: #00407e;
  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: #00407e;
  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: #00407e;
  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: #00407e !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: #00407e;
  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: #00407e !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: #00407e;
  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: #00407e !important;
}
#contactForm .error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00407e;
  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: #00407e;
  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: #00407e;
  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: #00407e;
  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: #00407e;
  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: #7fc534 !important;
}
app-getcard .error_msg:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7fc534;
  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: #7fc534;
  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: #7fc534;
  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: #00407e !important;
  pointer-events: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.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: #00407e;
}

@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: #7fc534;
    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(0, 64, 126) no-repeat;
    background-image: -webkit-gradient(left top, right top, color-stop(0%, rgb(0, 64, 126)), color-stop(100%, rgb(1, 43, 83)));
    background-image: linear-gradient(to right, rgb(0, 64, 126) 0%, rgb(1, 43, 83) 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 {
    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 #00407e;
    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 > h2,
  .accept-section .acceptedsec > p {
    padding: 0;
    margin: 0;
    font-family: "Apercu-Bold" !important;
    font-weight: normal;
  }
  .accept-section .acceptedsec > h3 {
    font-size: 20px;
    color: #003e80;
    letter-spacing: -0.57px;
    margin-bottom: 7px;
  }
  .accept-section .acceptedsec > h2 {
    font-size: 50px;
    letter-spacing: -4.43px;
    color: #00407e;
  }
  .accept-section .acceptedsec > p {
    font-size: 20px;
    color: #003e80;
    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 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 {
    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: #00407e !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 #7fc534;
    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 #7fc534;
    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.ac1ed040115ad087.png') 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 {
    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 #00407e;
    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 {
    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 {
    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-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 {
    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 {
    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: #7fc534;
    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: #01427c !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.42b8902d5a23916b.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: #7fc534;
    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: #7fc534;
  }
  .mobMenu nav .menu_main ul li {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px;
    font-weight: normal;
    color: #01427c !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 {
    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 {
    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, rgb(0, 64, 126) 0%, rgb(1, 43, 83) 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.1fc552e369134a74.png');
    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: #00407e;
  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: #00407e !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: #00407e;
  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: #00407e !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: #00407e !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: #00407e;
  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: #7fc534;
  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 #7fc534;
  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: #00407e !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 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: #003e80 !important;
}
.btnshover:hover .insider {
  display: none;
}

.contact-section.green-theme .newContactBtn.btnshover:hover {
  background: #003e80 !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 {
    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 {
    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: #00407e !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 #00407e !important;
}
.search-fields .serachlist .title {
  background: transparent !important;
  color: #7fc534 !important;
  padding-left: 0 !important;
  font-family: "Apercu-Regular" !important;
  font-size: 16px !important;
}
.search-fields .serachlist .title.nodrugfound span {
  color: #7fc534 !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: #00407e !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: #00407e !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 #00407e !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: #00407e;
  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: #00407e;
  -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: #00407e !important;
}

.pharmacyPage .pharmacy_box .select_filterList_parent .type_list.list_open .collapse_box {
  display: flex;
  width: 100%;
  color: #00407e;
  border-top: 1px solid #00407e;
  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: #003e80 !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 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: 254px;
  min-height: 254px;
}

.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 #7fc534;
  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 #7fc534;
  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_detail {
    width: calc(100% - 310px);
  }
  .pharmacyPage.cardPage #pharmacy_container .pharmacy_list .card .card_box {
    max-width: 290px;
    max-height: 230px;
    margin-right: 20px;
  }
  .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 {
    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 {
    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 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(0, 64, 126) no-repeat;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, rgb(0, 64, 126)), color-stop(100%, rgb(1, 43, 83)));
  background-image: linear-gradient(to right, rgb(0, 64, 126) 0%, rgb(1, 43, 83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407e", endColorstr="#012b53", GradientType=1);
  padding: 65px 0 65px 0;
}

.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: #7fc534;
  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 {
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  font-family: Apercu-Bold;
  text-align: center;
  padding-bottom: 50px;
}

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

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

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

.question-section h3 {
  font-size: 20px;
  color: #00407e;
}

.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: #00407e;
  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: #7fc534;
  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 {
  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;
  }
  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.3c53634a78bffe1a.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 {
  font-size: 48px;
  color: #19342f;
}

.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 {
    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 {
    padding-bottom: 20px;
  }
  .easy-section h2 {
    font-size: 26px;
  }
  app-mycards .pharmacyPage.cardPage #pharmacy_container {
    padding: 0 15px !important;
  }
  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;
  }
  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;
  }
  .footer-section .comman-width .footer-adjust .third .social {
    max-width: 123px;
  }
}
.search_medicine.new-design {
  background: #f2f2f2;
  min-height: 540px;
}

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

.search_medicine.new-design .comman-width app-search .form-section .form-control {
  color: #00407e !important;
}

.search_medicine.new-design .comman-width app-search .form-section .form-control::placeholder {
  color: #00407e !important;
}

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

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

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

.search_medicine.new-design .comman-width app-search .popular_sesrch ul li {
  border: 1.2px solid #00407e;
  color: #00407e;
}

.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: #7fc534;
  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 {
  color: #00407e;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
}

.search_medicine.new-design h2 span {
  color: #7fc534;
}

welcome-section.home-new-design {
  min-height: 900px;
  background-image: url('hero_iphone.1fc552e369134a74.png'), linear-gradient(to right, #00407e 0%, #012b53 100%) !important;
}
welcome-section.home-new-design:before {
  content: "";
  width: 100%;
  height: 15px;
  display: flex;
  background: url('transition_to_search_section.6271157efeb1996d.svg') no-repeat;
  background-size: cover;
}

.welcome-section.home-new-design h2 {
  color: #fff;
  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 #fff;
  color: #fff;
}

.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: #fff !important;
}

.home-new-design .welcome-center .formsec .x-section p {
  color: #fff;
  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: #7fc534;
}

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

.easy-section.new-design h2 {
  padding-top: 40px;
  color: #00407e;
}

.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: #00407e;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .search_medicine.new-design h2 br {
    display: none;
  }
  .search_medicine.new-design {
    min-height: 630px;
  }
  .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 {
    margin-top: 65px;
  }
  .accept-section .acceptedsec > h2 {
    letter-spacing: -2.21px !important;
  }
  .mobileheader_download {
    background: url('appdownloadheader.1085438c809c7e0c.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 {
    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 .form-section {
    border: none !important;
  }
}
@media screen and (max-width: 480px) and (min-width: 0) {
  .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 {
    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 {
  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 {
  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 {
  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 {
  position: relative;
  top: 0;
  right: 0;
  text-align: left;
  left: -20px;
}
.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 {
  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 {
  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 {
    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.smallcard {
    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: 150px !important;
  min-width: 150px !important;
  margin-left: 0px;
}

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

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

.signupbox .Signup_login .form_area .signup_signin_parent_box img {
  margin-left: 0px;
  max-width: 130px;
}

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

.pharmacyPage .pharmacy_box .select_filterList_parent .filter_box .type_box input {
  color: #00407e;
}

.firstloadpricing .price_searcharea .medicinenamesearch app-search .form-section .lowest {
  background: #7fc534;
}

.welcome-section::after, .welcome-section.download-edit.aboutbox_header::after {
  content: "";
  width: 100%;
  height: 15px;
  display: flex;
  background: url('transition_to_search_section.6271157efeb1996d.svg') 0 0/cover no-repeat;
}

.welcome-section.how-works::after {
  content: "";
  width: 100%;
  height: 0px;
  display: flex;
  background: none;
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .welcome-center {
    max-width: 470px;
  }
  .welcome-section h2 {
    font-size: 45px;
  }
}
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #003e80;
  --secondary: #7fc534;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #003e80;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #001934;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c9db;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a9bbd;
}

.table-hover .table-primary:hover {
  background-color: #a7bcd2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7bcd2;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dbefc6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #bce195;
}

.table-hover .table-secondary:hover {
  background-color: #cee9b2;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cee9b2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #017cff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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.1z'/%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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #003e80;
  border-color: #003e80;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002b5a;
  border-color: #00254d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #002b5a;
  border-color: #00254d;
  box-shadow: 0 0 0 0.2rem rgba(38, 91, 147, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #003e80;
  border-color: #003e80;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00254d;
  border-color: #001f40;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 91, 147, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #7fc534;
  border-color: #7fc534;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #6ba72c;
  border-color: #659d29;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #6ba72c;
  border-color: #659d29;
  box-shadow: 0 0 0 0.2rem rgba(113, 173, 50, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #7fc534;
  border-color: #7fc534;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #659d29;
  border-color: #5e9327;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 173, 50, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #003e80;
  border-color: #003e80;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #003e80;
  border-color: #003e80;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #003e80;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #003e80;
  border-color: #003e80;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.5);
}

.btn-outline-secondary {
  color: #7fc534;
  border-color: #7fc534;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #7fc534;
  border-color: #7fc534;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 197, 52, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #7fc534;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #7fc534;
  border-color: #7fc534;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 197, 52, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #003e80;
  text-decoration: none;
}
.btn-link:hover {
  color: #001934;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #003e80;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.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:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.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, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .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: -1px;
}
.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #003e80;
  background-color: #003e80;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #017cff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #3496ff;
  border-color: #3496ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #003e80;
  background-color: #003e80;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 62, 128, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 62, 128, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 62, 128, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 62, 128, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #017cff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #017cff;
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #003e80;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #3496ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #003e80;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #3496ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #003e80;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #3496ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #003e80;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@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;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003e80;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #001934;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003e80;
  border-color: #003e80;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #003e80;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #00254d;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 128, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #7fc534;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #659d29;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(127, 197, 52, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #002043;
  background-color: #ccd8e6;
  border-color: #b8c9db;
}
.alert-primary hr {
  border-top-color: #a7bcd2;
}
.alert-primary .alert-link {
  color: #000810;
}

.alert-secondary {
  color: #42661b;
  background-color: #e5f3d6;
  border-color: #dbefc6;
}
.alert-secondary hr {
  border-top-color: #cee9b2;
}
.alert-secondary .alert-link {
  color: #283e10;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #003e80;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #003e80;
  border-color: #003e80;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #002043;
  background-color: #b8c9db;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #002043;
  background-color: #a7bcd2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #002043;
  border-color: #002043;
}

.list-group-item-secondary {
  color: #42661b;
  background-color: #dbefc6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #42661b;
  background-color: #cee9b2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #42661b;
  border-color: #42661b;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@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 {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.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-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  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-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    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%;
  color: #fff;
  text-align: center;
  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: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.bg-primary {
  background-color: #003e80 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00254d !important;
}

.bg-secondary {
  background-color: #7fc534 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #659d29 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #003e80 !important;
}

.border-secondary {
  border-color: #7fc534 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #003e80 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #001934 !important;
}

.text-secondary {
  color: #7fc534 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #588824 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

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: #003e80;
  display: flex;
  cursor: pointer;
}
header .header .logo img {
  max-height: 50px;
}
header .header .logo span {
  color: #7fc534;
}
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: #01427c;
  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.42b8902d5a23916b.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: #003e80;
  color: #fff;
  justify-content: center;
  font-size: 14px;
}
header .header .headermenu .login_btn a {
  color: #003e80;
}
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 #003e80;
  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: #01427c;
}
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: #7fc534;
  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: #7fc534;
}
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 {
  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: #01427c;
  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: #003e80;
  color: #fff;
}
.homepage .container .searchbox_home_parent .search_btn {
  width: 235px;
  height: 50px;
  border-radius: 4px;
  background: #7fc534;
  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(1, 37, 72, 0.97);
}
.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 {
  font-size: 24px;
  color: #01427c;
  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: #01427c;
  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: #01427c;
  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: #01427c;
  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: #003e80;
}
.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: #003e80;
  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 {
  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: #b1dafe;
  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: #01427c;
  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: #003e80;
}
.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 {
  font-size: 24px;
  color: #01427c;
  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: #01427c;
  line-height: normal;
  font-weight: 500;
  padding-left: 20px;
  width: 100%;
}
.signupbox .Signup_login .form_area .form_sec input:focus {
  outline: 0;
  border-color: #003e80;
}
.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: #003e80;
}
.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: #7fc534;
  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 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #01427c;
  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: #01427c;
  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: #003e80;
}
.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: #01427c;
  line-height: normal;
  font-weight: normal;
  border-bottom: 1px solid #e5eaef;
  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: #7fc534;
  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: #003e80;
  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: #0278e1;
  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: #003e80;
}
.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: #003e80;
}
.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: #01427c;
  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: #003e80;
  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: #01427c;
}
.pharmacyPage .discount_card {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 37, 72, 0.97);
  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: #1991fd;
  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: #01427c;
  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: #003e80;
  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: #01427c;
  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: #01427c;
  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: #01427c;
  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: #003e80;
}
.pharmacyPage .discount_card .discount_card_parent .pharmacyDetail .email_field .sendbtn {
  width: 78px;
  height: 40px;
  background: #7fc534;
  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: #7fc534;
  border: 1px solid #7fc534;
}
.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 {
  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(1, 37, 72, 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 {
  font-family: "Apercu-Bold" !important;
  margin: 0;
  text-align: left;
  font-size: 20px;
  color: #00407e;
  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: #00407e;
}
.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: #00407e;
  line-height: 25px;
  font-weight: normal;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box > div:first-child > div input::placeholder {
  color: #00407e;
}
.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: #00407e;
  border-bottom: 1px solid #e5dfdf;
  padding-bottom: 8px;
}
.search_pharmacy_popup .search_pharmacy_select .filter_box .lists_box .lists ul li.active {
  color: #7fc534 !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: #7fc534;
  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 {
  font-size: 24px;
  color: #01427c;
  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: #01427c;
  line-height: normal;
  font-weight: 500;
  padding-left: 20px;
  width: 100%;
}
.change_password .changepassword_main .input_box input:focus {
  outline: 0;
  border-color: #003e80;
}
.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: #003e80;
}
.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: #7fc534;
  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: #01427c;
  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 {
  margin-top: 40px;
}
.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: #01427c;
    font-weight: 600;
    margin-right: 3px;
  }
  header .container .row .headermenu > div.login_btn a {
    color: #01427c;
    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 {
    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 {
    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 {
  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: #01427c;
  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: #003e80;
  color: #fff;
}
.top_search .container .searchbox_home_parent .search_btn {
  width: 235px;
  height: 50px;
  border-radius: 4px;
  background: #7fc534;
  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: #01427c;
  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: #003e80;
  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: #01427c;
  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: #7fc534 !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 {
    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 #7fc534;
  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-fluid:before,
.container-sm:before,
.container-md:before,
.container-lg:before,
.container-xl: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: #7fc534;
}
.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: #7fc534;
}

.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.42b8902d5a23916b.svg') no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.download a.active:before {
  content: "";
  height: 27px;
  width: 15px;
  background: url('download_header_active.2618ab4a1d3d2887.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 {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #01427c;
  padding: 0;
  margin: 30px 0;
}
.termsofuse .comman-width h3 {
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #01427c;
  padding: 0;
  margin: 40px 0 10px;
}
.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: #7fc534;
}
.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 {
    margin: 0 0 31px 0;
  }
  .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 {
    margin-top: 60px;
  }
  .save-section p {
    margin-bottom: 4px;
  }
  .save-section ul {
    padding-bottom: 33px;
  }
  .newsLetter {
    width: 308px !important;
    height: 48px;
  }
  .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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    margin: 0 0 31px 0;
  }
  .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 {
    margin-top: 60px;
  }
  .save-section p {
    margin-bottom: 4px;
  }
  .save-section ul {
    padding-bottom: 33px;
  }
  .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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    padding: 0 7%;
  }
  .signUp-section .bg {
    padding: 19px 13px;
  }
  .bg {
    height: auto !important;
  }
  .review-section .slick-dots {
    bottom: 0px !important;
  }
  .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 {
    padding-top: 30px;
  }
  .discount-section h2 {
    font-size: 22px;
  }
  .review-section h2 span {
    font-size: 22px;
    height: auto !important;
  }
  .review-section {
    position: relative;
  }
  .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 {
    position: absolute;
    background: none;
    left: 0;
    width: auto;
    height: auto;
    content: "";
    top: 0px;
  }
  .review-section h2 span::after {
    position: absolute;
    background: none;
    right: 0;
    width: auto;
    height: auto;
    content: "";
    top: 0px;
  }
  .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 {
    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.42b8902d5a23916b.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: #7fc534;
  }
  .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 {
    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 {
    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 {
    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 {
    padding: 0;
  }
  .serachlist {
    z-index: 10000;
  }
  .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 {
    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 {
    font-size: 24px;
  }
  .homePageSecFour .comman-width .shadow {
    min-height: auto;
    padding-top: 0;
  }
  .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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    padding-top: 38px;
    padding-bottom: 18px;
  }
  .accordian-section h2,
  .contact-section h2 {
    font-size: 24px;
  }
  .accordian-section h3 a,
  .contact-section h3 a {
    font-size: 14px;
  }
  .copyright li:first-child {
    margin-bottom: 80px;
  }
  .prescription-section h2 {
    font-size: 24px;
    margin-bottom: 11px;
    text-align: left;
    margin-top: 20px;
  }
  .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 {
    font-size: 24px;
  }
  .howItWorkSecT p {
    font-size: 14px;
  }
  .howItWorkSecFour .comman-width .bg form {
    width: 100%;
    padding: 0 16px;
  }
  .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,
  .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 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .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 {
    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 {
    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: #01427c;
    margin-bottom: 60px;
  }
  .mobsuccess div span {
    border-radius: 6px;
    background-color: #7fc534;
    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 {
    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 {
    padding: 0 7%;
  }
  .signUp-section .bg {
    padding: 19px 13px;
  }
  .bg {
    height: auto !important;
  }
  .review-section {
    position: relative;
  }
  .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 {
    min-height: auto !important;
  }
  .review-section h2 span::before {
    position: absolute;
    background: none;
    left: 0;
    width: auto;
    height: auto;
    content: "";
    top: 0px;
  }
  .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 {
    padding-top: 30px;
  }
  .support-section p {
    font-size: 14px;
    text-align: justify;
  }
  .discount-section h2 {
    font-size: 22px;
  }
  .review-section h2 span {
    font-size: 22px;
  }
  .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 {
    padding: 0;
  }
  .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.42b8902d5a23916b.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: #7fc534;
  }
  .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 {
    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 {
    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 {
    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 {
    padding: 0;
  }
  .serachlist {
    z-index: 10000;
  }
  .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 {
    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 {
    font-size: 24px;
  }
  .homePageSecFour .comman-width .shadow {
    min-height: auto;
    padding-top: 0;
  }
  .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 {
    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 {
    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 {
    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 {
    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 {
    margin-top: 15px;
  }
  .d-flex {
    display: block !important;
  }
  .text-right {
    text-align: center !important;
  }
  .m-d-none {
    display: none;
  }
  .accordian-section h2,
  .contact-section h2 {
    font-size: 24px;
  }
  .accordian-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 {
    font-size: 24px;
    margin-bottom: 11px;
    text-align: left;
    margin-top: 20px;
  }
  .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 {
    font-size: 24px;
  }
  .howItWorkSecT p {
    font-size: 14px;
  }
  .howItWorkSecFour .comman-width .bg form {
    width: 100%;
    padding: 0 16px;
  }
  .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 {
    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,
  .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 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .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 {
    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 {
    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: #01427c;
    margin-bottom: 60px;
  }
  .mobsuccess div span {
    border-radius: 6px;
    background-color: #7fc534;
    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 {
    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) {
  .welcome-section::after, .welcome-section.download-edit.aboutbox_header::after {
    background: none;
  }
  .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: #7fc534 !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: #7fc534;
    scrollbar-face-color: #7fc534;
  }
  .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: #7fc534 #f5f8fa;
    scrollbar-width: thin;
  }
}
/* 28-02-2020 */
.navbar.green-theme li a.active {
  color: #7fc534;
}

.navbar.green-theme li span {
  background: #7fc534;
  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 {
  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: #7fc534;
  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: #012548;
}

.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: #7fc534;
}

.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: #003e80;
}

.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: #012548;
}

.honest-section.green-theme .image {
  float: right;
  margin-right: -38px;
  max-width: 716px;
}
.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 {
  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: #7fc534;
  margin-bottom: 10px;
  margin-left: 22px;
}

.contact-section.green-theme .form-control {
  border: solid 2px #00407e;
  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: #00407e;
  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: #7fc534 !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 {
  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 {
  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: #7fc534;
  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: #7fc534;
}

.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: #00407e;
  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: #00407e;
}

.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: #00407e;
  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 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: #7fc534;
}

.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: #00407e;
}

.card-section.termsofuse.green-theme h4 {
  color: #00407e;
}

.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: #00407e;
  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 {
  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: #7fc534;
  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 {
  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 {
  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 {
  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;
  }
  .btnshover:hover {
    background-color: transparent !important;
  }
  .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 {
  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: #012548;
  letter-spacing: -0.51px;
}

.honest-section.green-theme .deduct p a {
  color: #012548;
}

.honest-section.green-theme .deduct .cool-link::after {
  background: #012548;
}

.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 #00407e;
  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;
}

.contact-section.green-theme .form-control::placeholder {
  color: #00407e;
}

.drug-section h2 {
  color: #00407e;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.5bc7ad1d6274517b.css.map*/