/* e3d200 */
/* 353535 */
/* change the colors */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 13px !important;
  background-color: #f3f9fe !important;
}

header#header {
  background-color: #fff !important;
}

body .bg-primary {
  background: #e3d200 !important;
}

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


body .bg-secondary {
  background: #353535 !important;
}

a.active {
  color: #e3d200 !important;
}

a {
  color: #353535 !important;
}

p {
  font-family: "Roboto", sans-serif !important;
  color: #353535 !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
}

h1,
h3,
h2,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  color: #353535 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900 !important;
}


button.btn.btn-primary {
  background: #e3d200 !important;
  border-color: #e3d200 !important;
  color: #353535 !important;
}

.active {
  color: #e3d200 !important;
}

secion#Homepage_banner {
  background: url(../images/dermalign-Main.jpg);
  height: 570px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

secion#Homepage_bannerBottom {
  background: url(../images/Main-.jpg);
  height: 520px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.Homepage_bannerBG {
  padding: 100px 0px;
  background: #e3d400ab;
  height: 100%;
}

.Homepage_bannerBGNew {
  padding: 100px 0px;
  background: #353535ab;
  height: 100%;
}


.banner-image {
  position: relative;
  margin: 20px;
}

.banner-title {
  background: #353535;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin: 0px;
  line-height: 50px;
  cursor: pointer;
  color: #e3d200 !important;
  font-size: 12px;
}

.Homepage_bannerBGNew h1,
.Homepage_bannerBGNew h6 {
  color: #e3d200 !important;
}

.banner-image:hover .banner-title {
  height: 100%;
  line-height: 230px;
  background: #353535c4;
}

button.slick-prev.slick-arrow {
  font-size: 0px;
  background-color: transparent;
  background-image: url(../images/left-arrow.png);
  border: 0px !important;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  left: 0px;
  z-index: 9;
}

button.slick-next.slick-arrow {
  font-size: 0px;
  background-color: transparent;
  background-image: url(../images/right-arrow.png);
  border: 0px !important;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  right: 0px;
  z-index: 9;
}

button.btn.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #e3d200 !important;
}

.toggleDropdown {
  position: absolute;
  width: 100px;
}

.toggleDropdown li {
  list-style-position: inside;
  padding-left: 0px;
  cursor: pointer;
}




body .footer-left,
body .footer-center,
body .footer-right {
  width: 33%;
  text-align: center !important;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

body .footer-left img {
  max-height: 50px;
}

.text-red {
  color: red;

}

footer#footer {
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 0px !important
}

.hide {
  display: none;
}


.slick-initialized .slick-slide {
  background: #fff;
  min-height: 175px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  min-width: 250px !important;
}

.footer-center i.bi {
  color: #e3d200 !important;
  font-size: 36px;
  display: inline-block;
  margin: 0px 15px;
}

.container.headerBottom .col-4 {
  width: 50% !important;
}
.container.headerBottom .col-4:nth-child(1) {
 text-align: left !important;
}
.container.headerBottom .col-4.text-center.mt-1:nth-child(2) {
  background: red;
  display: none;
}

/* Responsive CSS */

@media screen and (max-width: 1200px) {
  .col-2.ps-5.mb-5.text-start[style="min-height: 100px;"] {
    padding: 0px !important;
    width: 200px;
  }

  .Homepage_bannerBG {
    padding-top: 30px !important;
  }

  div#navbarNav {
    margin-top: 20px !important;
  }

  .header-right button {
    font-size: 12px;
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 992px) {
  button.navbar-toggler {
    margin-top: 15px;
  }

  header#header .container {
    margin-bottom: 0px !important;
  }

  .container.headerBottom {
    margin-top: 20px !important;
  }

  header#header {
    padding-bottom: 15px !important;
  }

  secion#Homepage_banner {
    height: 620px;
  }

  body .container {
    max-width: 98% !important;
    width: 98% !important;
    padding: 0px !important;
    margin: 0px 1% 20px !important;
    overflow: hidden;
  }

  .col-3.header-left {
    width: 100%;
  }

  .col-6.mt-2.header-center {
    position: absolute;
    top: 60px;
    background: #fff;
    left: 0px;
    width: 100%;
    text-align: center;
  }

  a.navbar-brand {
    width: 194px !important;
    display: inline-block;
    position: absolute;
    left: calc(50% - 97px) !important;
  }

  header .navbar-nav li.nav-item {
    line-height: 35px;
  }

  .toggleDropdown {
    position: relative;
    width: 100%;
  }

  .header-right {
    position: absolute;
    right: 10px;
  }

  .col-6 {
    width: 100% !important;
  }

  section#AboutUs img {
    margin-bottom: 40px;
  }

  .Homepage_bannerBGNew .col-3 {
    width: auto !important;
  }

  secion#Homepage_bannerBottom {
    height: 470px !important;
  }

  section#AboutUs .col-1 {
    display: none;
  }

  section#AboutUs .col-5 {
    width: 100%;
  }

  section#AboutUs .col-5 img {
    padding: 0px !important;
  }
}

@media screen and (max-width: 850px) {
  .col-2.text-end.mt-1.header-right {
    min-width: 140px;
    margin-right: 20px;
    margin-top: -10px !important;
  }

  .col-2.text-end.mt-1.header-right button.btn.btn-primary {
    min-width: 140px;
  }
}

@media screen and (max-width: 825px) {
  .header-right button.btn.btn-primary.rounded-0.w-100 {
    font-size: 11px;
    height: 40px;
  }

  body .footer-left,
  body .footer-center,
  body .footer-right {
    width: 90%;
    text-align: center !important;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5%;
  }

  body .footer-right p {
    text-align: center !important;
  }
}

@media screen and (max-width: 625px) {
  .header-right {
    width: auto !important;
  }

  a.navbar-brand {
    width: 140px !important;
    left: calc(50% - 80px) !important;
    top: 10px;
  }


  secion#Homepage_bannerBottom {
    height: 430px !important;
  }

  .Homepage_bannerBGNew h1.mt-5 {
    margin-top: 0px !important;
  }

}

@media screen and (max-width: 500px) {
  secion#conditions_banner {
    margin-top: 0px !important;
  }

  .header-right button.btn.btn-primary.rounded-0.w-100,
  .headerBottom {
    display: none;
  }

  a.navbar-brand {
    left: calc(50% - 70px) !important;
  }


}

/* Responsive CSS */