@font-face {
  font-family: borgeny-demo;
  src: url("../fonts/borgeny-demo/Borgeny_DEMO.ttf");
}
main {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

::-moz-selection {
  background-color: #4464A0;
  color: #FFFFFF;
}

::selection {
  background-color: #4464A0;
  color: #FFFFFF;
}

.ic-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.intro-sec h2 {
  margin-bottom: 30px;
}
.intro-sec p {
  margin-bottom: 20px;
}
.intro-sec p:last-child {
  margin-bottom: 0;
}

.ic-ul {
  column-count: 2;
}
@media only screen and (max-width: 767.98px) {
  .ic-ul {
    column-count: 1;
  }
}
.ic-ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  font-weight: 500;
  color: #000000;
}
.ic-ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background: url(../images/icons/leaf.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 13px;
}

form .ic-dbl-input,
form .forminator-row,
.forminator-ui .ic-dbl-input,
.forminator-ui .forminator-row {
  display: flex;
  justify-content: space-between;
}
form .ic-dbl-input .ic-single-input,
form .forminator-row .ic-single-input,
.forminator-ui .ic-dbl-input .ic-single-input,
.forminator-ui .forminator-row .ic-single-input {
  width: 48%;
}
form .ic-single-input,
.forminator-ui .ic-single-input {
  margin-bottom: 24px;
}
form .ic-single-input input,
form .ic-single-input textarea,
.forminator-ui .ic-single-input input,
.forminator-ui .ic-single-input textarea {
  border-radius: 10px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #D5CDCD;
}
form .ic-single-input button,
.forminator-ui .ic-single-input button {
  padding: 18px 109px;
}
@media only screen and (max-width: 767.98px) {
  form .ic-dbl-input,
form .forminator-row,
.forminator-ui .ic-dbl-input,
.forminator-ui .forminator-row {
    display: block;
  }
  form .ic-dbl-input .ic-single-input,
form .ic-dbl-input .forminator-field,
form .forminator-row .ic-single-input,
form .forminator-row .forminator-field,
.forminator-ui .ic-dbl-input .ic-single-input,
.forminator-ui .ic-dbl-input .forminator-field,
.forminator-ui .forminator-row .ic-single-input,
.forminator-ui .forminator-row .forminator-field {
    width: 100%;
  }
  form .ic-dbl-input .ic-single-input input,
form .ic-dbl-input .ic-single-input textarea,
form .ic-dbl-input .forminator-field input,
form .ic-dbl-input .forminator-field textarea,
form .forminator-row .ic-single-input input,
form .forminator-row .ic-single-input textarea,
form .forminator-row .forminator-field input,
form .forminator-row .forminator-field textarea,
.forminator-ui .ic-dbl-input .ic-single-input input,
.forminator-ui .ic-dbl-input .ic-single-input textarea,
.forminator-ui .ic-dbl-input .forminator-field input,
.forminator-ui .ic-dbl-input .forminator-field textarea,
.forminator-ui .forminator-row .ic-single-input input,
.forminator-ui .forminator-row .ic-single-input textarea,
.forminator-ui .forminator-row .forminator-field input,
.forminator-ui .forminator-row .forminator-field textarea {
    padding: 16px 24px;
  }
}

.forminator-ui#forminator-module-464.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-464.forminator-design--default .forminator-textarea {
  border-radius: 10px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid #D5CDCD !important;
}

.forminator-ui#forminator-module-464 .forminator-row.forminator-row-last {
  justify-content: center;
  margin-top: 40px;
}

.ic-forminator-textarea {
  width: 100%;
}

.mbh {
  margin-bottom: 40px;
}

.mth {
  margin-top: 40px;
}

.mb {
  margin-bottom: 80px;
}

.mt {
  margin-top: 80px;
}

.mtb {
  margin: 80px 0;
}

.pb {
  padding-bottom: 40px;
}

.pt {
  padding-top: 40px;
}

.ptb {
  padding: 80px 0;
}

@media only screen and (max-width: 575.98px) {
  .mbh {
    margin-bottom: 30px;
  }

  .mth {
    margin-top: 30px;
  }

  .mb {
    margin-bottom: 40px;
  }

  .mt {
    margin-top: 40px;
  }

  .mtb {
    margin: 40px 0;
  }

  .pb {
    padding-bottom: 30px;
  }

  .pt {
    padding-top: 30px;
  }

  .ptb {
    padding: 40px 0;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  font-family: "Inter", sans-serif;
  background-color: #DDDCDE;
  color: #505050;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/**Font Size & Font Family**/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  text-transform: capitalize;
}

h1,
h2,
h3 {
  font-family: borgeny-demo;
  font-weight: 400;
  color: #000000;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 40px;
  line-height: 56px;
}

h3 {
  font-size: 24px;
  line-height: 28.8px;
}

h4 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 25.6px;
}

@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 24px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.ic-btn-fill,
.woocommerce button.button.alt,
.forminator-ui#forminator-module-464.forminator-design--default .forminator-button-submit {
  display: inline-block;
  font-weight: 500;
  color: #000000;
  background-color: #DFA214 !important;
  border-radius: 16px;
  padding: 17px 49px;
  text-transform: capitalize;
  transition: 0.4s all;
}
.ic-btn-fill:hover,
.woocommerce button.button.alt:hover,
.forminator-ui#forminator-module-464.forminator-design--default .forminator-button-submit:hover {
  background: #cc920b;
  color: #FFFFFF;
}
@media only screen and (max-width: 575.98px) {
  .ic-btn-fill,
.woocommerce button.button.alt,
.forminator-ui#forminator-module-464.forminator-design--default .forminator-button-submit {
    font-size: 14px;
    padding: 15px 28px;
  }
}

.forminator-ui#forminator-module-464.forminator-design--default .forminator-button-submit {
  padding: 18px 109px;
  font-weight: 500 !important;
  color: #000000 !important;
  font-size: 16px !important;
}
.forminator-ui#forminator-module-464.forminator-design--default .forminator-button-submit:hover {
  color: #FFFFFF !important;
  box-shadow: none !important;
  background: #cc920b;
}

.ic-btn-trans {
  position: relative;
  color: #000000;
  font-weight: 600;
  transition: 0.4s all;
}
.ic-btn-trans:after, .ic-btn-trans:before {
  position: absolute;
  content: "";
  right: -20px;
  top: 10px;
  height: 2px;
  width: 10px;
  background: #000000;
  transition: 0.4s all;
}
.ic-btn-trans:before {
  transform: rotate(45deg);
  top: 5px;
}
.ic-btn-trans:after {
  transform: rotate(-45deg);
  top: 11px;
}
.ic-btn-trans:hover {
  color: #DFA214;
}
.ic-btn-trans:hover:after, .ic-btn-trans:hover:before {
  right: -25px;
  background-color: #DFA214;
}
@media only screen and (max-width: 575.98px) {
  .ic-btn-trans:hover:after, .ic-btn-trans:hover:before {
    right: 5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-btn-trans {
    font-size: 14px;
    padding: 10px 28px;
  }
  .ic-btn-trans:after, .ic-btn-trans:before {
    right: 12px;
    width: 7px;
  }
  .ic-btn-trans:before {
    top: 17px;
  }
  .ic-btn-trans:after {
    top: 21px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.spinner-button {
  position: absolute;
  cursor: default;
  z-index: 2;
  background-color: #ccc;
  width: 14.5px;
  text-align: center;
  margin: 0px;
  pointer-events: none;
  height: 10px;
  line-height: 10px;
}

#inc-button {
  left: 46px;
  top: 10.5px;
  cursor: pointer;
}

#dec-button {
  left: 46px;
  top: 20.5px;
  cursor: pointer;
}

header {
  padding-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  header {
    padding-top: 10px;
  }
}
header .navbar {
  justify-content: space-between;
  padding: 0;
}
header .navbar .navbar-collapse {
  flex-grow: inherit;
}
header .navbar ul li a {
  color: #000000;
  padding: 10px 0;
  margin-left: 32px;
  transition: 0.4s all;
}
header .navbar ul li a:hover {
  color: #DFA214;
}
header .navbar ul li a:focus {
  color: #DFA214;
}
header .navbar ul li.current_page_item a {
  color: #DFA214 !important;
}
@media only screen and (max-width: 991.98px) {
  header .navbar .navbar-toggler {
    height: 40px;
    width: 40px;
    padding: 0;
    position: relative;
  }
  header .navbar .navbar-toggler span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #DFA214;
    left: 0;
    top: 0;
    transition: 0.4s all;
  }
  header .navbar .navbar-toggler span:first-child {
    top: 10px;
  }
  header .navbar .navbar-toggler span:nth-child(2) {
    top: 20px;
  }
  header .navbar .navbar-toggler span:last-child {
    top: 30px;
  }
  header .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar .navbar-toggler.ic-active span:nth-child(2) {
    opacity: 0;
  }
  header .navbar .navbar-toggler.ic-active span:first-child {
    transform: rotate(45deg);
    top: 20px;
  }
  header .navbar .navbar-toggler.ic-active span:last-child {
    transform: rotate(-45deg);
    top: 20px;
  }
  header .navbar .navbar-nav {
    text-align: center;
  }
  header .navbar .navbar-nav li a {
    padding: 10px 15px;
    margin: 0;
    display: block;
  }
}

.current-menu-item a {
  color: #DFA214;
}

.ic-hero {
  display: flex;
  flex-wrap: wrap;
}
.ic-hero .ic-single-hero h1,
.ic-hero .ic-single-hero p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .ic-hero .ic-single-hero h1,
.ic-hero .ic-single-hero p {
    margin-bottom: 18px;
  }
}
.ic-hero .ic-single-hero p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575.98px) {
  .ic-hero .ic-single-hero p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-hero .ic-single-hero h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-hero .ic-single-hero h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-hero .ic-single-hero h1 {
    font-size: 26px;
  }
}
.ic-hero .ic-single-hero h2 {
  margin-bottom: 30px;
}
.ic-hero .ic-single-hero:first-child {
  width: 55%;
  padding-right: 6px;
}
@media only screen and (max-width: 767.98px) {
  .ic-hero .ic-single-hero:first-child {
    width: 100%;
  }
}
.ic-hero .ic-single-hero:last-child {
  width: 45%;
  padding-left: 6px;
}
@media only screen and (max-width: 767.98px) {
  .ic-hero .ic-single-hero:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .ic-hero .ic-single-hero {
    text-align: center;
  }
}

.single-leaf {
  position: relative;
}
.single-leaf:before {
  position: absolute;
  content: "";
  left: 0;
  top: -120px;
  background-image: url("../images/home/choose-leaf.png");
  width: 150px;
  height: 190px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .single-leaf:before {
    left: -60px;
    height: 170px;
    top: -75px;
  }
}
@media only screen and (max-width: 991.98px) {
  .single-leaf:before {
    left: -110px;
    top: -45px;
  }
}

.ic-promo-wrapper .ic-container {
  background: linear-gradient(180deg, #F3F2F3 -52.13%, #DDDCDE 100%);
  padding: 80px;
  border-radius: 20px;
}
@media only screen and (max-width: 991.98px) {
  .ic-promo-wrapper .ic-container {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-promo-wrapper .ic-container {
    padding: 80px 15px;
  }
  .ic-promo-wrapper .ic-container .col-7 {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .ic-promo-wrapper .ic-container {
    padding: 40px 15px 0 15px;
  }
}
.ic-promo-wrapper .ic-container .ic-choose-col {
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .ic-promo-wrapper .ic-container .ic-choose-col {
    flex-wrap: wrap;
    text-align: center;
  }
  .ic-promo-wrapper .ic-container .ic-choose-col .ic-ul {
    text-align: left;
  }
  .ic-promo-wrapper .ic-container .ic-choose-col .choose-title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-promo-wrapper .ic-container .ic-choose-col .choose-title {
    margin-bottom: 14px;
  }
}
.ic-promo-wrapper .ic-container .ic-choose-col .choose-title {
  max-width: 310px;
  margin-right: 90px;
}
.ic-promo-wrapper .ic-container .ic-choose-col .choose-text {
  max-width: 500px;
}
@media only screen and (max-width: 991.98px) {
  .ic-promo-wrapper .ic-container .ic-choose-col .choose-title,
.ic-promo-wrapper .ic-container .ic-choose-col .choose-text {
    width: 50%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 650px) {
  .ic-promo-wrapper .ic-container .ic-choose-col .choose-title,
.ic-promo-wrapper .ic-container .ic-choose-col .choose-text {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-promo-wrapper .ic-container .ic-3-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ic-promo-wrapper .ic-container .ic-3-col .ic-single-choose {
  max-width: 310px;
  margin-right: 90px;
}
@media only screen and (max-width: 991.98px) {
  .ic-promo-wrapper .ic-container .ic-3-col .ic-single-choose {
    text-align: center;
    max-width: inherit;
    width: 50%;
    margin-right: 0;
    padding-right: 24px;
    margin-bottom: 24px;
  }
}
.ic-promo-wrapper .ic-container .ic-3-col .ic-single-choose:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 650px) {
  .ic-promo-wrapper .ic-container .ic-3-col .ic-single-choose {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 15px;
    background: linear-gradient(180deg, #F3F2F3 -52.13%, #DDDCDE 100%);
    border-radius: 20px;
  }
  .ic-promo-wrapper .ic-container .ic-3-col .ic-single-choose:last-child {
    margin-bottom: 0;
  }
}
.ic-promo-wrapper .ic-container .ic-3-col .ic-single-choose:hover a {
  color: #DFA214;
}
.ic-promo-wrapper .ic-container .ic-3-col .ic-single-choose p a {
  color: #505050;
}
.ic-promo-wrapper .ic-container .ic-3-col img {
  margin-bottom: 20px;
}
.ic-promo-wrapper .ic-container .ic-3-col h4 {
  margin-bottom: 10px;
}
.ic-promo-wrapper .ic-container .ic-3-col p a {
  color: #505050;
  font-weight: 600;
  transition: 0.4s all;
}
.ic-promo-wrapper .ic-container .ic-3-col p a:hover {
  color: #DFA214;
}
@media only screen and (max-width: 650px) {
  .ic-promo-wrapper {
    margin-bottom: 40px;
  }
}

.ic-relief-wrapper {
  position: relative;
}
.ic-relief-wrapper:before, .ic-relief-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.ic-relief-wrapper:before {
  background-image: url("../images/home/left-leafs.png");
  height: 384px;
  width: 228px;
  left: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-relief-wrapper:before {
    left: -200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-relief-wrapper:before {
    left: -204px;
  }
}
.ic-relief-wrapper:after {
  background-image: url("../images/home/right-leafs.png");
  width: 147px;
  height: 403px;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-relief-wrapper:after {
    right: -60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-relief-wrapper:after {
    right: -80px;
  }
}
.ic-relief-wrapper .col-7 {
  padding: 0 51px;
}
@media only screen and (max-width: 991.98px) {
  .ic-relief-wrapper .col-7 {
    padding: 0 15px;
    width: 100%;
  }
}
.ic-relief-wrapper .col-7 p {
  font-weight: 500;
}
.ic-relief-wrapper .col-7 p.dr-name {
  font-weight: 600;
  color: #000000;
}
.ic-relief-wrapper .col {
  max-width: 370px;
}
.ic-relief-wrapper .col h3 {
  margin-bottom: 15px;
}
.ic-relief-wrapper .col p {
  margin-bottom: 20px;
}
.ic-relief-wrapper .col:first-child {
  margin-right: 40px;
}
.ic-relief-wrapper .col:last-child {
  margin-left: 40px;
}
.ic-relief-wrapper .col img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .ic-relief-wrapper .col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 24px;
  }
  .ic-relief-wrapper .col:first-child {
    margin-right: 0;
  }
  .ic-relief-wrapper .col:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.ic-relief-wrapper .col .ic-single-products:hover .ic-btn-trans {
  color: #DFA214;
}
.ic-relief-wrapper .col .ic-single-products:hover .ic-btn-trans:before, .ic-relief-wrapper .col .ic-single-products:hover .ic-btn-trans:after {
  background-color: #DFA214;
}
@media only screen and (max-width: 1260px) {
  .ic-relief-wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-relief-wrapper .ic-relief-wrapper {
    overflow: hidden;
  }
}

.ic-dr-quote-wrapper {
  background: url("../images/home/dr-quote-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 507px;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .ic-dr-quote-wrapper {
    overflow: hidden;
  }
}
.ic-dr-quote-wrapper .ic-dr-img {
  margin-top: 108px;
}
.ic-dr-quote-wrapper .ic-dr-quote p {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 32px;
}
.ic-dr-quote-wrapper .ic-dr-quote p:first-child {
  color: #E1CC96;
  font-family: borgeny-demo;
}
@media only screen and (max-width: 575.98px) {
  .ic-dr-quote-wrapper .ic-dr-quote p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1260px) {
  .ic-dr-quote-wrapper .ic-dr-quote {
    margin-top: 40px;
  }
}
.ic-dr-quote-wrapper .left-floating-leafs {
  position: absolute;
  background: url("../images/home/dr-jays-top-leafs.png");
  width: 468px;
  height: 192px;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0;
  left: 0;
  height: 100%;
}
.ic-dr-quote-wrapper .left-floating-leafs:before, .ic-dr-quote-wrapper .left-floating-leafs:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: auto;
}
.ic-dr-quote-wrapper .left-floating-leafs:before {
  left: 0;
  bottom: 0;
  background: url("../images/home/dr-jays-left-bottom.png");
  width: 193px;
  height: 154px;
}
@media only screen and (max-width: 1400px) {
  .ic-dr-quote-wrapper .left-floating-leafs:before {
    bottom: -90px;
  }
}
.ic-dr-quote-wrapper .left-floating-leafs:after {
  bottom: -70px;
  right: -390px;
  background: url("../images/home/single-leaf.png");
  width: 169px;
  height: 154px;
}
@media only screen and (max-width: 1400px) {
  .ic-dr-quote-wrapper .left-floating-leafs:after {
    right: -150px;
  }
}
@media only screen and (max-width: 1260px) {
  .ic-dr-quote-wrapper .left-floating-leafs {
    top: 0;
  }
}
.ic-dr-quote-wrapper .right-floating-leafs {
  position: absolute;
  background: url("../images/home/text-right-bottom-leafs.png");
  width: 568px;
  height: 259px;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 0;
  right: 0;
}
.ic-dr-quote-wrapper .right-floating-leafs:before {
  position: absolute;
  content: "";
  top: -360px;
  right: 265px;
  background: url("../images/home/text-top-leaf.png");
  width: 203px;
  height: 201px;
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (max-width: 1260px) {
  .ic-dr-quote-wrapper .right-floating-leafs {
    bottom: -40px;
    right: -40px;
  }
}
@media only screen and (max-width: 1260px) {
  .ic-dr-quote-wrapper {
    padding-top: 80px;
  }
  .ic-dr-quote-wrapper .row {
    flex-direction: column-reverse;
  }
  .ic-dr-quote-wrapper .row img {
    max-width: 100%;
  }
  .ic-dr-quote-wrapper .row .ic-dr-img {
    margin-top: 40px;
    text-align: center;
  }
  .ic-dr-quote-wrapper .row .col-md-6 {
    width: 100%;
  }
  .ic-dr-quote-wrapper .right-floating-leafs:before {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .ic-dr-quote-wrapper {
    text-align: center;
  }
  .ic-dr-quote-wrapper .row .ic-dr-img {
    margin-top: 0;
  }
}

.ic-review-wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 1150px) {
  .ic-review-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-review-wrapper h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-review-wrapper h2 {
    margin-bottom: 30px;
  }
}
.ic-review-wrapper .ic-review-card {
  background: linear-gradient(180deg, #F3F2F3 -52.13%, #DDDCDE 100%);
  padding: 24px 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 991.98px) {
  .ic-review-wrapper .ic-review-card {
    text-align: center;
  }
}
.ic-review-wrapper .ic-review-card img {
  margin-top: -54px;
  margin-bottom: 25px;
}
.ic-review-wrapper .ic-review-card h4 {
  margin-bottom: 15px;
}
.ic-review-wrapper .ic-review-card p {
  margin-bottom: 15px;
}
.ic-review-wrapper .ic-review-card p a {
  font-weight: 600;
  color: #000000;
  transition: 0.4s all;
}
.ic-review-wrapper .ic-review-card span {
  font-weight: 600;
  color: #000000;
  display: block;
}
.ic-review-wrapper .ic-review-card:hover p a {
  color: #DFA214;
}
@media only screen and (max-width: 991.98px) {
  .ic-review-wrapper .row {
    justify-content: center;
  }
  .ic-review-wrapper .row .col-6 {
    width: 100%;
  }
  .ic-review-wrapper .row .ic-review-card {
    margin-bottom: 40px;
  }
}

footer.ic-footer {
  padding: 80px 0;
  background-color: #38475C;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  footer.ic-footer {
    overflow: hidden;
  }
}
footer.ic-footer p,
footer.ic-footer address,
footer.ic-footer a {
  color: #999999;
  margin-bottom: 14px;
  display: block;
  transition: 0.4s all;
}
footer.ic-footer h5 {
  color: #FFFFFF;
  margin-bottom: 20px;
}
footer.ic-footer .ic-single-footer.content {
  max-width: 382px;
}
footer.ic-footer .ic-single-footer.content img {
  margin-bottom: 16px;
}
footer.ic-footer a:hover {
  color: #DFA214;
}
footer.ic-footer .floating {
  position: absolute;
}
footer.ic-footer .floating.left-bottom {
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1399.98px) {
  footer.ic-footer .floating.left-bottom {
    left: -100px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  footer.ic-footer .floating.left-bottom {
    bottom: -70px;
  }
}
footer.ic-footer .floating.right-top {
  right: 30px;
  top: -30px;
}
footer.ic-footer .floating.right-bottom {
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1400px) {
  footer.ic-footer .floating.right-bottom img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer.ic-footer .floating.right-bottom {
    right: -40px;
  }
}
footer.ic-footer .ic-single-footer {
  word-wrap: break-word;
}

.prmo-disease .ic-card {
  position: relative;
}
.prmo-disease .ic-card:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  width: 1px;
  background: #B1B1B1;
  z-index: -1;
}
.prmo-disease .ic-card:last-child::after {
  position: inherit;
}
.prmo-disease .ic-card .ic-promo-card {
  max-width: 200px;
  margin: 0 auto;
}
.prmo-disease .ic-card .ic-promo-card img {
  margin-bottom: 20px;
}
.prmo-disease .ic-card .ic-promo-card h4 {
  line-height: 1.4;
}
@media only screen and (max-width: 991.98px) {
  .prmo-disease .ic-card .ic-promo-card {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .prmo-disease .ic-card {
    background: linear-gradient(180deg, #F3F2F3 -52.13%, #DDDCDE 100%);
    padding: 30px 15px;
  }
  .prmo-disease .ic-card .ic-promo-card {
    margin-bottom: 0;
  }
}

.ic-pump-vs-capsul {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-pump-vs-capsul {
    overflow: hidden;
  }
}
.ic-pump-vs-capsul.right-leafs::before {
  position: absolute;
  content: "";
  right: 0;
  top: -100px;
  width: 179px;
  height: 457px;
  background: url("../images/jaysPump/pump_leafs.png");
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 991.98px) {
  .ic-pump-vs-capsul.right-leafs::before {
    right: -80px;
  }
}
.ic-pump-vs-capsul .ic-single-vs {
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  .ic-pump-vs-capsul .ic-single-vs img {
    margin-bottom: 30px;
  }
}
.ic-pump-vs-capsul .ic-single-vs h3,
.ic-pump-vs-capsul .ic-single-vs p {
  margin-bottom: 20px;
}
.ic-pump-vs-capsul .ic-single-vs p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-pump-vs-capsul .col-8 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-pump-vs-capsul .row.justify-content-center {
    justify-content: inherit !important;
  }
  .ic-pump-vs-capsul .row .col-8,
.ic-pump-vs-capsul .row .col-10 {
    width: 100%;
  }
}

.ic-product-detail-wrapper {
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .ic-product-detail-wrapper {
    overflow: hidden;
  }
}
.ic-product-detail-wrapper::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -250px;
  background: url("../images/jaysPump/product_detail_leafs.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 303px;
  height: 637px;
  z-index: -1;
}
@media only screen and (max-width: 1199.98px) {
  .ic-product-detail-wrapper::after {
    right: -130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-product-detail-wrapper::after {
    right: -170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-product-detail-wrapper::after {
    right: -200px;
  }
}
.ic-product-detail-wrapper .ic-product-carousel {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-product-detail-wrapper .ic-product-carousel {
    margin-bottom: 30px;
  }
}
.ic-product-detail-wrapper .ic-product-carousel .ic-single-product img {
  margin: auto;
}
@media only screen and (max-width: 1199.98px) {
  .ic-product-detail-wrapper .ic-product-carousel .ic-single-product img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-product-detail-wrapper .ic-product-carousel .ic-single-product img {
    max-width: 140px;
  }
}
.ic-product-detail-wrapper .ic-product-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
}
.ic-product-detail-wrapper .ic-product-carousel .slick-prev,
.ic-product-detail-wrapper .ic-product-carousel .slick-next {
  height: 54px;
  width: 54px;
  line-height: 54px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 5;
  transition: 0.4s all;
}
@media only screen and (max-width: 480px) {
  .ic-product-detail-wrapper .ic-product-carousel .slick-prev,
.ic-product-detail-wrapper .ic-product-carousel .slick-next {
    width: 35px;
    height: 35px;
  }
}
.ic-product-detail-wrapper .ic-product-carousel .slick-prev:before, .ic-product-detail-wrapper .ic-product-carousel .slick-prev:after,
.ic-product-detail-wrapper .ic-product-carousel .slick-next:before,
.ic-product-detail-wrapper .ic-product-carousel .slick-next:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #000000;
  transition: 0.4s all;
}
.ic-product-detail-wrapper .ic-product-carousel .slick-prev:hover,
.ic-product-detail-wrapper .ic-product-carousel .slick-next:hover {
  background-color: #DFA214;
}
.ic-product-detail-wrapper .ic-product-carousel .slick-prev:hover:before, .ic-product-detail-wrapper .ic-product-carousel .slick-prev:hover:after,
.ic-product-detail-wrapper .ic-product-carousel .slick-next:hover:before,
.ic-product-detail-wrapper .ic-product-carousel .slick-next:hover:after {
  background-color: #FFFFFF;
}
.ic-product-detail-wrapper .ic-product-carousel .slick-prev {
  left: 25px;
}
.ic-product-detail-wrapper .ic-product-carousel .slick-prev:before {
  transform: rotate(45deg);
  top: 30px;
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .ic-product-detail-wrapper .ic-product-carousel .slick-prev:before {
    top: 19px;
    left: 11px;
  }
}
.ic-product-detail-wrapper .ic-product-carousel .slick-prev:after {
  transform: rotate(-45deg);
  top: 24px;
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .ic-product-detail-wrapper .ic-product-carousel .slick-prev:after {
    top: 13px;
    left: 11px;
  }
}
.ic-product-detail-wrapper .ic-product-carousel .slick-next {
  right: 25px;
  transform: rotate(180deg);
}
.ic-product-detail-wrapper .ic-product-carousel .slick-next:before {
  transform: rotate(45deg);
  top: 30px;
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .ic-product-detail-wrapper .ic-product-carousel .slick-next:before {
    top: 19px;
    left: 11px;
  }
}
.ic-product-detail-wrapper .ic-product-carousel .slick-next:after {
  transform: rotate(-45deg);
  top: 24px;
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .ic-product-detail-wrapper .ic-product-carousel .slick-next:after {
    top: 13px;
    left: 11px;
  }
}
.ic-product-detail-wrapper .ic-product-detail {
  max-width: 450px;
  margin: auto;
}
@media only screen and (max-width: 991.98px) {
  .ic-product-detail-wrapper .ic-product-detail {
    max-width: 100%;
  }
}
.ic-product-detail-wrapper .ic-product-detail h2,
.ic-product-detail-wrapper .ic-product-detail .ic-review,
.ic-product-detail-wrapper .ic-product-detail h4 {
  margin-bottom: 15px;
}
.ic-product-detail-wrapper .ic-product-detail p {
  margin-bottom: 40px;
}
.ic-product-detail-wrapper .ic-product-detail p strong {
  font-weight: 600;
  display: block;
  color: #000000;
  margin-top: 10px;
}
.ic-product-detail-wrapper .ic-product-detail .ic-review {
  display: flex;
}
.ic-product-detail-wrapper .ic-product-detail .ic-review .reviews {
  margin-right: 10px;
}
.ic-product-detail-wrapper .ic-product-detail .ic-review .reviews i {
  font-size: 17px;
  color: #DFA214;
}
.ic-product-detail-wrapper .ic-product-detail .ic-review span {
  color: #000000;
}
.ic-product-detail-wrapper .ic-product-detail .ic-action {
  display: flex;
}
.ic-product-detail-wrapper .ic-product-detail .ic-action .cal-btns {
  display: flex;
  border: 1.26708px solid #C6C6C6;
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
}
.ic-product-detail-wrapper .ic-product-detail .ic-action .cal-btns span,
.ic-product-detail-wrapper .ic-product-detail .ic-action .cal-btns input {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  border-right: 1px solid #C6C6C6;
  background-color: transparent;
  color: #000000;
}
.ic-product-detail-wrapper .ic-product-detail .ic-action .cal-btns span {
  font-size: 20px;
  font-weight: 500;
}
.ic-product-detail-wrapper .ic-product-detail .ic-action .cal-btns input:last-child {
  border-right: 0;
}
.ic-product-detail-wrapper .ic-product-detail .ic-action .cal-btns input.qty {
  font-weight: 400;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .ic-product-detail-wrapper .ic-product-detail {
    margin-top: 30px;
  }
  .ic-product-detail-wrapper .ic-product-detail .ic-action {
    display: block;
  }
  .ic-product-detail-wrapper .ic-product-detail .cal-btns {
    max-width: 180px;
    margin-bottom: 24px;
  }
}

.ic-benifits-wrapper .intro-sec {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .ic-benifits-wrapper .intro-sec {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-benifits-wrapper .intro-sec h2 {
    font-size: 28px;
  }
}
.ic-benifits-wrapper .intro-sec p {
  padding: 0 80px;
}
@media only screen and (max-width: 575.98px) {
  .ic-benifits-wrapper .intro-sec p {
    padding: 0;
  }
}
.ic-benifits-wrapper .ic-single-benifit {
  max-width: 300px;
  margin-bottom: 30px;
}
.ic-benifits-wrapper .ic-single-benifit img,
.ic-benifits-wrapper .ic-single-benifit h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .ic-benifits-wrapper .ic-single-benifit {
    background: linear-gradient(180deg, #F3F2F3 -52.13%, #DDDCDE 100%);
    border-radius: 20px;
    padding: 40px 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-benifits-wrapper .ic-single-benifit {
    max-width: 100%;
    text-align: center;
  }
  .ic-benifits-wrapper .col-7 {
    width: 100%;
  }
}

.ic-proprietary-formula-wrapper {
  padding: 120px 80px;
  background: #4464A0;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
  .ic-proprietary-formula-wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1150px) {
  .ic-proprietary-formula-wrapper {
    margin-bottom: 40px;
  }
}
.ic-proprietary-formula-wrapper .float-pro {
  position: absolute;
}
.ic-proprietary-formula-wrapper .proprietary-left-top {
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-proprietary-formula-wrapper .proprietary-left-top {
    top: -60px;
  }
}
.ic-proprietary-formula-wrapper .proprietary-left-bottom {
  left: 600px;
  bottom: -80px;
}
@media only screen and (max-width: 1400px) {
  .ic-proprietary-formula-wrapper .proprietary-left-bottom {
    left: 400px;
  }
}
.ic-proprietary-formula-wrapper .proprietary-right-top {
  right: 190px;
  top: -80px;
}
@media only screen and (max-width: 575.98px) {
  .ic-proprietary-formula-wrapper .proprietary-right-top {
    display: none;
  }
}
.ic-proprietary-formula-wrapper .proprietary-right-bottom {
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-proprietary-formula-wrapper .proprietary-right-bottom {
    bottom: -80px;
  }
}
.ic-proprietary-formula-wrapper h4,
.ic-proprietary-formula-wrapper h2 {
  color: #FFFFFF;
}
.ic-proprietary-formula-wrapper .ic-single-card {
  max-width: 380px;
}
.ic-proprietary-formula-wrapper .ic-single-card p {
  color: #DDDCDE;
}
.ic-proprietary-formula-wrapper .ic-single-card p a {
  color: #FFFFFF;
  transition: 0.4s all;
}
.ic-proprietary-formula-wrapper .ic-single-card img,
.ic-proprietary-formula-wrapper .ic-single-card h4 {
  margin-bottom: 15px;
}
.ic-proprietary-formula-wrapper .ic-single-card:hover p a {
  color: #DFA214;
}
@media only screen and (max-width: 991.98px) {
  .ic-proprietary-formula-wrapper {
    text-align: center;
    padding: 120px 15px;
  }
  .ic-proprietary-formula-wrapper .proprietary-right-top {
    right: 0;
  }
  .ic-proprietary-formula-wrapper .col-8 {
    width: 100%;
  }
  .ic-proprietary-formula-wrapper .ic-single-card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-proprietary-formula-wrapper {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-proprietary-formula-wrapper .sec-intro h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.ic-capsul .ic-container .ic-choose-col .choose-title {
  max-width: 440px;
  margin-right: 40px;
}
@media only screen and (max-width: 650px) {
  .ic-capsul .ic-container .ic-choose-col .choose-title {
    padding: 0 60px;
  }
}
.ic-capsul .ic-container .ic-choose-col .choose-text {
  max-width: 640px;
}
.ic-capsul .ic-container .ic-choose-col .choose-text p {
  margin-bottom: 20px;
}
.ic-capsul .ic-container .ic-choose-col .ic-key-notes {
  padding-right: 87px;
}
@media only screen and (max-width: 767.98px) {
  .ic-capsul .ic-container .ic-choose-col .choose-title,
.ic-capsul .ic-container .ic-choose-col .choose-text {
    max-width: 100%;
    margin-right: 0;
  }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000000;
}

header.ic-transparent-header .navbar .navbar-collapse ul li a {
  color: #FFFFFF;
  transition: 0.4s all;
}
header.ic-transparent-header .navbar .navbar-collapse ul li a:hover {
  color: #DFA214;
}
@media only screen and (max-width: 991.98px) {
  header.ic-transparent-header .navbar .navbar-collapse ul {
    background-color: #DDDCDE;
  }
  header.ic-transparent-header .navbar .navbar-collapse ul li a {
    color: #000000;
  }
}

.ic-transparent-header {
  position: relative;
  z-index: 2;
}

.ic-trans-banner {
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 520px;
  background-position: center center;
  margin-top: -85px;
  position: relative;
  z-index: 1;
  margin-bottom: 175px;
  background: url("../images/story/story-banner-full.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ic-trans-banner .ic-story-banner-fig {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
}
.ic-trans-banner .ic-story-banner-fig img {
  max-width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .ic-trans-banner .ic-story-banner-fig {
    bottom: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-trans-banner {
    min-height: 390px;
    margin-bottom: 155px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-trans-banner {
    min-height: 250px;
    margin-bottom: 90px;
  }
}

.ic-transparent-head span {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-transparent-head span {
    top: -34px;
  }
}
.ic-transparent-head .left-top {
  left: 0;
}
.ic-transparent-head .right-top {
  right: 0;
}

.ic-stories-wrapper {
  margin-bottom: 165px;
}
@media only screen and (max-width: 991.98px) {
  .ic-stories-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-stories-wrapper {
    margin-bottom: 40px;
  }
}
.ic-stories-wrapper h2 {
  font-size: 32px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575.98px) {
  .ic-stories-wrapper h2 {
    font-size: 24px;
  }
}
.ic-stories-wrapper p {
  margin-bottom: 24px;
}
.ic-stories-wrapper p:last-child {
  margin-bottom: 0;
}
.ic-stories-wrapper strong {
  color: #000000;
}
@media only screen and (max-width: 767.98px) {
  .ic-stories-wrapper .col-md-6 {
    margin-bottom: 40px;
  }
  .ic-stories-wrapper .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.ic-story-quote-wrapper {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767.98px) {
  .ic-story-quote-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-story-quote-wrapper {
    margin-bottom: 60px;
  }
}
.ic-story-quote-wrapper .ic-story-quote {
  background-color: #E1CC96;
  padding: 98px 0;
  border-radius: 20px;
  position: relative;
}
.ic-story-quote-wrapper .ic-story-quote .ic-story-content {
  max-width: 752px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
.ic-story-quote-wrapper .ic-story-quote .ic-story-content h3 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .ic-story-quote-wrapper .ic-story-quote .ic-story-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-story-quote-wrapper .ic-story-quote .ic-story-content h3 {
    font-size: 16px;
  }
}
.ic-story-quote-wrapper .ic-story-quote .ic-story-content h3:last-child {
  margin-bottom: 0;
}
.ic-story-quote-wrapper .ic-story-quote span {
  position: absolute;
}
.ic-story-quote-wrapper .ic-story-quote span.left-top {
  left: 140px;
  top: -55px;
}
.ic-story-quote-wrapper .ic-story-quote span.left-bottom-medicine {
  left: 40px;
  bottom: -45px;
}
.ic-story-quote-wrapper .ic-story-quote span.left-bottom-seal {
  left: 230px;
  bottom: -40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-story-quote-wrapper .ic-story-quote span.left-bottom-seal {
    left: auto;
    right: 30px;
  }
}
.ic-story-quote-wrapper .ic-story-quote span.right-top-medicine {
  right: 40px;
  top: -85px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-story-quote-wrapper .ic-story-quote span.right-top-medicine {
    right: 0;
    top: -135px;
  }
}
.ic-story-quote-wrapper .ic-story-quote span.right-bottom {
  right: 40px;
  bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
  .ic-story-quote-wrapper .ic-story-quote span.right-bottom {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-story-quote-wrapper .ic-story-quote span {
    width: 10%;
  }
  .ic-story-quote-wrapper .ic-story-quote span.right-top-medicine {
    right: 20px;
    top: -30px;
  }
  .ic-story-quote-wrapper .ic-story-quote span.left-bottom-seal {
    left: auto;
    right: 20px;
    bottom: 10px;
  }
  .ic-story-quote-wrapper .ic-story-quote span.left-top {
    left: 50px;
    top: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-story-quote-wrapper .ic-story-quote span {
    width: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .ic-story-quote-wrapper .ic-story-quote span.left-bottom-medicine {
    width: 20%;
  }
}
@media only screen and (max-width: 374.98px) {
  .ic-story-quote-wrapper .ic-story-quote span {
    width: 20%;
  }
}

.ic-map {
  max-width: 1060px;
  margin: auto;
  border-radius: 20px;
  position: relative;
  top: 170px;
}
.ic-map iframe {
  border-radius: 20px;
}

.ic-contact-wrapper .ic-contact-form {
  max-width: 845px;
  margin: 0 auto;
  padding-top: 40px;
}
.ic-contact-wrapper .ic-contact-form h2 {
  text-align: center;
  margin-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
