:root {
  --brand-color: #93BA16;
  --color: #7E7E7E;
  --heading-color: #182C2A;
  --primary-font: 'Oswald', sans-serif;
  --secondary-font: 'Playfair Display', serif;
}

/* ============================
Reset style
============================*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--color);
}

button,
a {
  display: inline-block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

button,
button:hover,
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #a91134;
  /*color: var(--heading-color);*/
}

.custome h1
{
    font-size: 3.5rem !important;
}
p {
  font-weight: 400;
  line-height: 1.8;
}

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

/* ============================
Bootstrap / User Reset
============================*/
.btn:focus,
button:focus {
  box-shadow: none;
}

.form-control {
  height: auto;
}

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

.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

header#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 12px 0px;
}

header#header.scrolled {
  background: #fff;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.2));
}

.desktop_menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.desktop_menu div {
  flex: 1;
}

.desktop_menu div a {
  font-size: 14px;
  color: #575757;
}

.desktop_menu div a:hover {
  color: #7c0b28;
}

.desktop_menu .phone_btn {
  display: flex;
}

.desktop_menu .phone_btn .icon {
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .desktop_menu .phone_btn .icon {
    width: 24px;
    margin-top: 4px;
    margin-right: 8px;
  }
}

.desktop_menu .phone_btn span {
  font-size: 10px;
  color: #000;
}

.desktop_menu .navbar-header {
  display: none;
}

.section-home-main.banner-section {
  background-image: url("../images/main.jpg");
  height: 100vh;
  background-position: center top;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
}

.section-home-main.banner-section:before {
  position: absolute;
  /*background-image: url("../images/banner.gif");*/
  width: 100%;
  height: 100%;
  background-position: center top;
  left: 0;
  top: 0;
  z-index: 2;
  content: '';
  background-size: cover;
}

.deep {
  /*background-image: url(../images/deep.png);*/
  height: 18px;
  width: 100%;
  display: block;
  z-index: 3;
  position: absolute;
  bottom: -7px;
}

.banner-cap h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}

.btn.btn-primary {
  border-radius: 26px;
  padding: 6px 30px;
  font-size: 18px;
  border: none;
}

.btn.btn-primary:hover {
  background: #7c0b28;
}

.btn.btn-sencondary {
  border-radius: 26px;
  background: #912786;
  padding: 6px 30px;
  font-size: 14px;
  color: #fff;
  border: none;
}

.btn.btn-sencondary:hover {
  background: #D44185;
}

.btn.btn-sencondary.round {
  width: 34px;
  height: 34px;
  border-radius: 300px;
  padding: 0px;
  line-height: 32px;
}

.sectionsecond {
  /*background-image: url("../images/bg-color-01.jpg");*/
  background-color: #feefcf;
  background-position: top;
  background-size: cover;
  text-align: center;
  padding: 25px 0px;
  /*padding-bottom: 70px;*/
}

.sectionsecond h2 {
      color: #7c0b28;
    font-weight: 1000;
    font-size: 50px;
}

.sectionsecond h4 {
  color: #7c0b28;
  font-weight: 400;
  font-size: 14px;
}

.sectionsecond p {
  font-size: 14px;
  margin-bottom: 6px;
}

p {
  color: #000;
}

.offer-text {
  padding-top: 50px;
  padding-bottom: 0px;
}

.offer-text h2 {
  font-size: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

.offer-text h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  color: #a61c3c;
  border-bottom: solid 1px #f2a701;
  max-width: 100%;
  padding-bottom: 10px;
  width: auto;
  display: inline-block;
  margin: auto;
  margin-bottom: 10px;
}

.offer-text h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #a61c3c;
  margin-bottom: 30px;
  text-transform: uppercase;
}

section.collections {
  background-color: #a61c3c;
  padding: 20px 0px;
}

.video-holder {
  /*padding: 50px 0px;*/
  max-width: 700px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.video-holder iframe {
  border-radius: 10px;
  overflow: hidden;
  border: solid 2px #000;
}

.offer-modal .modal-title {
  text-align: center !important;
  float: none;
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  color: #b70303;
}

.offer-modal .modal-header {
  border: none;
  background-color: #fcf3e7;
}

.offer-modal .offer-text h2 {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.offer-modal .offer-text {
  padding-top: 0;
}

.offer-modal .offer-text h3 {
  font-size: 15px;
  display: block;
  text-align: center;
}

.offer-modal .offer-text h4 {
  font-size: 14px;
  font-style: italic;
  color: #0b0b0b;
  text-align: center;
}

.offer-modal .modal-body {
  padding-top: 0;
  background-color: #fcf3e7;
}

.country_tabs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  list-style: none;
  margin: auto;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.country_tabs li {
  list-style: none;
  padding: 4px 10px;
}

.country_tabs li a {
  display: block;
  transition: all 0.2s ease-in-out;
  padding: 6px 20px;
  border-radius: 6px;
  background-color: #fff;
  color: #7c0b28;
}

.country_tabs li a:hover {
  background-color: #7c0b28;
  color: #fff;
}

.btn-primary {
  background-color: #a61c3c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.site-footer {
  background: #7c0b28;
  padding: 10px;
}

.site-footer .back-to-top {
  margin-bottom: 50px;
  text-align: center;
}

.site-footer p.copy_right {
  text-align: center;
  padding-top: 30px;
}

.site-footer p.copy_right a {
  color: #7c0b28;
}

.navbar-collapse {
  position: absolute;
  right: 0;
  background-color: #ffe9f6;
  padding: 20px;
  right: 14px;
  top: 58px;
}

.navbar-collapse a {
  color: #000;
}

.navbar-collapse li {
  padding: 6px 0;
}

.navbar-collapse li a {
  display: block;
  font-size: 14px;
}

/* ============================
# Media Queries
============================*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
}

@media (max-width: 992px) {
  .desktop_menu {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .desktop_menu > div {
    flex: initial;
  }
  .desktop_menu .d-menus {
    display: none;
  }
  .desktop_menu .phone_btn {
    margin-right: 20px;
  }
  .desktop_menu .navbar-header {
    display: block;
  }
  .desktop_menu .navbar-toggle {
    border: solid 1px #7c0b28;
    color: #7c0b28;
    display: block;
  }
  .container {
    max-width: 100%;
  }
  #header .container {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .examination h2, .sectionsecond h2, .obesity h2, .fitness h2 {
    font-size: 26px;
  }
  .examination h5 {
    font-size: 15px;
    line-height: 25px;
  }
  .fitness p {
    margin-top: 20px;
  }
  .fitness .col-sm-8 {
    padding-left: 15px;
  }
  .doctors_section .dr_img {
    width: 200px;
    margin: auto;
  }
  .doctors_section {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .doctors_section h3 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
  }
  .doctors_section p {
    font-size: 14px;
  }
  .doctors_section div.col-sm-9 {
    padding-left: 15px;
  }
  .banner-cap h1 {
    text-align: center;
    font-size: 30px;
  }
  .banner-cap {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .section-home-main.banner-section {
    height: 40vh;
    position: relative;
    background-position: center;
  }
  .section-home-main.banner-section:before {
    background-position: center;
  }
  .sectionsecond .col-sm-4 {
    max-width: 300px;
    margin: auto;
    padding-bottom: 30px;
  }
  .country_tabs li {
    padding: 0px 4px;
  }
  .country_tabs li a {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .sectionsecond h2 {
    font-size: 20px;
  }
  .steps .steps_stage > div img {
    max-width: 70px;
  }
  .steps .steps_stage > div p {
    font-size: 15px;
    line-height: 20px;
  }
  .steps .steps_stage > div {
    margin-bottom: 10px;
  }
  .steps_stage {
    margin-left: -15px;
    margin-right: -15px;
  }
  .obesity {
    padding-bottom: 60px;
  }
  .fitness {
    padding-top: 70px;
  }
  .site-footer p.copy_right {
    font-size: 13px;
  }
}
