@font-face {
    font-family: 'Helvetica Neue';
    src: url("http://127.0.0.2:8080/AAFiverGujrat/v3/assets/scss/fonts/HelveticaNeue-Regular.otf") format("opentype");
     font-weight: normal;
  font-style: normal;
  font-display: swap;
 
}

/*@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin&family=Manrope:wght@300&family=Montserrat+Alternates:wght@700&family=Montserrat:wght@400;500;600;700&family=Playfair+Display&family=Roboto:wght@500&family=Source+Sans+Pro&family=Work+Sans&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*/


/*.carousel_column .justify-content-center{
width: 80% !important;

}*/

.toubha{
position: relative;
  animation: mymove 0.5s ;
  animation-timing-function: linear;
}

@keyframes mymove {

  from {opacity: 0;}
  to {opacity: 1;}
  from {left: 50px;}
  to {left: 0px;}
}


.toubha2{
position: relative;
  animation: mymove2 0.5s ;
  animation-timing-function: linear;
}

@keyframes mymove2 {

  from {opacity: 0;}
  to {opacity: 1;}
  from {right: 50px;}
  to {right: 0px;}
}
.swiper {
      width: 100%;
      height: 100%;
      overflow: visible !important;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-pagination{
      bottom: -6rem !important;
      width: 80% !important;
      left: 10% !important;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{
      background: grey !important;
    }
    .swiper-pagination-bullet{
          width: 3rem !important;
    height: 5px;
    border-radius: 5px !important;
    }
    .swiper-button-next, .swiper-button-prev{
      bottom: -7rem !important;
      top: initial !important;
      background: white;
      color: black;
      border-radius: 50%;
      width: 5rem;
      height: 5rem;
      box-shadow: 0px 0px 5px lightgrey;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
      font-size: 1.4rem;
      font-weight: bold;
    }
    .swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
}
.collapsing, .collapsed, .collapse{
  transition: .7s ease-in-out !important;
}
.dropdown-menu-1, .dropdown-menu-2, .dropdown-menu-3, .dropdown-menu-4 {
  transition: 0.3s ease-in-out;
}

.dropdown-menu-2 {
  display: none !important;
  position: absolute;
  right: -100%;
}

.dropdown-menu-1, .dropdown-menu-3 {
  background-color: black;
}
.dropdown-menu-1 li a, .dropdown-menu-3 li a {
  color: #ffffff;
  font-size: 1.5rem;
}
::-webkit-scrollbar {
  display: none;
}
html {
  font-size: 10px;
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
  overflow-x: hidden;
/*  font-family: 'Helvetica Neue', sans-serif;*/
}
body header nav {
  width: 74.5%;
  margin: 1.75rem auto;
  position: absolute !important;
  left: 0;
  z-index: 11;
  right: 0;
  padding: 1.5rem 0 !important;
  background-color: transparent;
}
body header nav .navbar-toggler-icon i {
  font-size: 2rem;
  color: white;
}
body header nav .navbar-brand img {
  width: 23rem;
}
body header nav .navbar-nav-items {
  width: 134.5%;
  height: 100vh;
  margin: auto;
  display: flex;
}
header{
  position: relative;
}
.navbar-expand-lg .navbar-nav{
  flex-direction: column;
}
body header nav .navbar-nav-items .row .bg_light_dark{
  height: 99%;
  padding: 35px;
}
body header nav .navbar-nav-items .row .bg_light_dark .box{
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
}
body header nav .navbar-nav-items .row .menu{
  padding: 10px 0;
}
body header nav .navbar-nav-items .row .menu li{
  margin: 5px 0;
}
body header nav .navbar-nav-items .row .menu li a{
  font-family: "Montserrat";
}
body header nav .navbar-nav-items .row .col-6{
  margin: 15px 0;
}


body header nav .navbar-nav-items .nav-item .nav-link {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: white;
  font-weight: 550;
}




#main_menu_id.showMenu{
  transform: translateY(0%) translateX(13%) !important;
  z-index: 10000000000 !important;
  opacity: 1 !important;
}

body header nav .navbar-nav-items .dropdown, body header nav .navbar-nav-items .dropdown2 {
  position: relative;
}
body header nav .navbar-nav-items .dropdown i, body header nav .navbar-nav-items .dropdown2 i {
  font-size: 0.6rem;
  border: 1.35px solid white;
  padding: 0.2rem;
  margin: 2px 0 0 1px;
  border-radius: 0.3rem;
}
body header nav .navbar-nav-items .dropdown .dropdown-menu1, body header nav .navbar-nav-items .dropdown2 .dropdown-menu1 {
  width: 100%;
  padding: 0;
  padding-top: 7px;
  background-color: black;
}
body header nav .navbar-nav-items .dropdown .dropdown-menu1 li, body header nav .navbar-nav-items .dropdown2 .dropdown-menu1 li {
  transition: 0.3s ease-in-out;
  padding: 0.4rem 0.3rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.308);
}
body header nav .navbar-nav-items .dropdown .dropdown-menu1 li a, body header nav .navbar-nav-items .dropdown2 .dropdown-menu1 li a {
  color: white;
  font-size: 1rem;
}
body header nav .navbar-nav-items .dropdown .dropdown-menu1 li:hover, body header nav .navbar-nav-items .dropdown2 .dropdown-menu1 li:hover {
  background: rgba(211, 211, 211, 0.532);
}
body header nav .navbar-nav-items .dropdown .dropdown-menu1 li:hover a, body header nav .navbar-nav-items .dropdown2 .dropdown-menu1 li:hover a {
  color: white;
  background: transparent;
}
body header nav .dropdown-toggle::after {
  display: none;
}
body header nav form {
  margin-right: 1rem;
  width: 29rem;
  background: white;
  padding: 0;
  align-items: center;
  justify-content: end;
}
body header nav form input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
  color: grey !important;
}
body header nav form input::-moz-placeholder {
  color: grey !important;
}
body header nav form input::placeholder {
  color: grey !important;
}
body header nav form button {
  background: black;
  padding: 0 0.4rem;
  color: white;
}
body header nav .sidebar_btn {
 /* position: absolute;
  right: 70px;
  top: 40px;
  bottom: 0;*/
  width: 3.35rem;
  background-color: white;
  height: 3.35rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
/*body header nav .sidebar_btn img {
  width: 3.35rem;
  height: 1.4rem;
}*/
body header nav .sidebar_btn i {
  font-size: 1.2rem
}
body header nav .sidebar {
  overflow: hidden;
  transform: translateX(100%);
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 10.25rem;
  width: 7.8%;
  background-color: white;
  color: black;
  display: none;
}
body header nav .sidebar .bg_dark {
  width: 100%;
  background-color: #252525;
  padding: 1.45rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body header nav .sidebar .bg_dark img {
  width: 1.1rem;
}
body header nav .sidebar .bg_dark span {
  position: absolute;
  width: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.463);
  opacity: 0.3;
  bottom: 0;
}
body header nav .sidebar.show {
  z-index: 1;
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  display: block;
}
body #home #header .carousel {
  height: 80vh;
}
body #home #header .carousel .carousel-inner {
  transition: 0.4s all ease-in-out;
  width: 100%;
  height: 100%;
}
body #home #header .img {
  width: 100%;
  height: 100vh;
  border-bottom-left-radius: 25rem;
  background-size: cover;
  background-repeat: no-repeat;
}
body #home #header /*.carousel .carousel-inner .carousel-item*/ .img .container{
  width: 67.5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body #home #header /*.carousel .carousel-inner .carousel-item*/ .img h2{
   /*font-family: "Montserrat Alternates", sans-serif;*/
   color: white;
   font-size: 4.5rem;
   font-weight: normal !important;
   letter-spacing: 1.5px;
}
body #home #header /*.carousel .carousel-inner .carousel-item*/ .img h4{
   /*font-family: "Montserrat Alternates", sans-serif;  */
   color: white;
   /*font-size: 4.5rem;*/
   line-height: 2.5rem;
   font-weight: 300 !important;
}
body #home #header /*.carousel .carousel-inner .carousel-item*/ .img .main_video_btn{
   background: black;
   color: white;
   font-size: 1rem;
   border-radius: 1rem;
   border: none;
   padding: 1.35rem 3rem;
}
body #home #header /*.carousel .carousel-inner .carousel-item*/ .img .play_btn{
   background: #ffffff96;
   font-size: 1rem;
   width: 4.3rem;
   height: 4.3rem;
   border-radius: 50%;
   border: none;
   position: relative;
}
body #home #header /*.carousel .carousel-inner .carousel-item*/ .img .play_btn .play_btn_inner{
  position: absolute;
  left: 11%;
  top: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: white;
  font-size: 1.2rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: none;
}
body #home #header /*.carousel .carousel-inner .carousel-item*/ .img .play_btn_text{
  color: white;
  font-size: 1.2rem;
  width: 3.4rem;
  height: 3.4rem;
  border: none;
  background: none;
  width: 52%;
}
body #home #header .carousel .carousel-inner.open_sidebar {
  width: 92.19%;
}
body #home #header .carousel .carousel_indicator_area {
  background: #252525;
  padding: 3.5rem 4rem;
}
body #home #header .carousel .carousel_indicator_area .slider_btns {
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body #home #header .carousel .carousel_indicator_area .slider_btns button {
  background: none;
  border: none;
}
body #home #header .carousel .carousel_indicator_area .slider_btns button svg {
  color: white;
}
body #home #header .carousel .carousel_indicator_area .bar {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  align-items: center;
}
body #home #header .carousel .carousel_indicator_area .bar .min_value, body #home #header .carousel .carousel_indicator_area .bar .max_value {
 
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: white;
}
body #home #header .carousel .carousel_indicator_area .bar .progress {
  background: rgba(109, 107, 125, 0.7019607843);
  height: 1.5px;
  margin: 0 0.8rem;
  width: 12rem;
  z-index: 1;
  overflow: visible;
}
body #home #header .carousel .carousel_indicator_area .bar .progress .progressed {
  width: 0;
  height: 100%;
  background: white;
  z-index: 10;
  position: relative;
}
body #home #header .carousel .carousel_indicator_area .bar .progress .progressed .right_dot {
  position: absolute;
  right: -0.5rem;
  top: -0.275rem;
  width: 0.75rem;
  height: 0.75rem;
  background: white;
  border-radius: 50%;
  z-index: 11;
}
body #home #patients {
  margin: 9rem 0 5rem 0;
}
body #home #patients .container{
  width: 74.5%;
  margin: 0 auto;
}
body #home #patients .bg_light {
  padding: 2rem;
  padding-right: 25%;
  /*margin-top: 10rem;*/
  /*background-color: #f5f5f5;*/
}
body #home #patients .bg_light h4 {
  font-size: 2.8rem;
  color: black;
 
  font-weight: 550;
  margin-bottom: 1rem;
}
body #home #patients .bg_light h5.normal {
  margin: 1.5rem 0;
  color: #6D6B7D;
 
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
}
body #home #patients .bg_light h5.bold {
  margin: 1.5rem 0;
  color: #252525;
 
  font-style: normal;
  font-weight: 550;
  font-size: 1.25rem;
  line-height: 2rem;
}
body #home #patients .image_outer {
  width: 100%;
  position: relative;
  height: 45rem;
}
body #home #patients .image_outer img {
  position: relative;
  z-index: 2;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 7rem;
  border-top-right-radius: 20rem;
}
body #home #patients .image_outer .back_area {
  position: absolute;
  bottom: -1.5rem;
  z-index: 1;
  left: 1rem;
  width: 30rem;
  height: 25rem;
  background-color: #fde9d5;
  border-bottom-left-radius: 8rem; 
}
body #home #experience {
  padding-top: 10rem;
}
body #home #experience .normal_star {
  width: 3rem;
}
body #home #experience .bold_star {
  width: 3.3rem;
}
body #home #experience .years_experience {
  margin: 1.5rem 0;
  color: #3E3E3E;
  font-size: 2.7rem;
  font-family: "Montserrat Alternates", sans-serif;
}
body #home #experience h4 {
  color: #3E3E3E;
 
  font-weight: 600 !important;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
body #home #experience .experties_heading {
  font-size: 3rem;
  margin-top: 2rem;
/*  font-family: "Montserrat", sans-serif;*/
  font-weight: 700;
}
body #home #experience .experties_heading .light {
  color: #676767;
}
body #home #experience .co_area {
  background-color: #151515;
  width: 100%;
  height: 28rem;
  margin-top: 22rem;
  padding: 0 5rem;
}
body #home #experience .co_area .card {
  margin-top: -12rem;
  background-color: white;
  padding: 0 2.75rem;
  border-radius: 0.6rem;
  border: none;
  height: 30rem;
}
body #home #experience .co_area .card .card_img {
  background: transparent;
  margin-top: -7rem;
  width: 100%;
  height: 20rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 1.3rem;
  transition: 0.15s all ease-in-out;
}
body #home #experience .co_area .card .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.3rem;
}
body #home #experience .co_area .card .card_heading {
  margin-top: 2.75rem;
}
body #home #experience .co_area .card .card_heading h3 {
/*  font-family: "Montserrat", sans-serif;*/
  font-weight: 700;
  font-size: 1.65rem;
}
body #home #experience .co_area .card .card_text {
  margin-top: 0.5rem;
}
body #home #experience .co_area .card .card_text h5 {
  color: #676767;
  font-weight: normal;
  font-size: 1.1rem;
}
body #home #experience .co_area .card .card_footer {
  margin-top: 3rem;
}
body #home #experience .co_area .card .card_footer .card_socials {
  display: flex;
  justify-content: center;
}
body #home #experience .co_area .card .card_footer .card_socials .bg {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  cursor: pointer;
}
body #home #experience .co_area .card:hover .card_img {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
}
body #home #cosmetics {
  /*background: url(../images/cosmetician-patient-with-markers-her-face\ 1.png);*/
  background: #FFFAF5;
  border-top-right-radius: 20rem;
  /*background-size: cover;*/
  padding: 8.5rem 20rem;
}
body #home #cosmetics .container img.cosmetic_sec_img{
  border-radius: 5rem;
}
body #home #cosmetics h1 {
 
  font-style: normal;
  font-weight: 700;
  font-size: 3.7rem;
  text-transform: uppercase;
  color: #131313;
}
body #home #cosmetics h1 span {
  color: #3E3E3E;
}
body #home #cosmetics h3 {
  margin: 1.8rem 0;
 
  font-style: normal;
  font-size: 1.62rem;
  font-weight: 600;
  color: #131313;
}
body #home #cosmetics p {
/*  font-family:'Helvetica Neue', sans-serif;*/

  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #232536;
}
body #home #cosmetics h6 {
 
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.5rem;
  color: #232536;
}
.owl-theme .owl-nav.disabled + .owl-dots{
  margin-top: 3.5rem;
}
body #home #press.main{
    padding: 8rem 0 2rem 0;
}
body #home #press {
  padding: 8rem 0;
  background: #fffaf5;
  border-top-right-radius: 25rem;
  border-bottom-left-radius: 25rem;
}
body #home #press .owl-carousel .owl-stage-outer{
  height: 14rem;
}
body #home #press .owl-carousel .owl-nav.disabled, .owl-carousel .owl-nav.disabled{
  display: initial;
}
body #home #press .owl-carousel .owl-prev, body #home #demos .owl-carousel .owl-nav button.owl-prev, body #nose #ourCompany #demos .owl-carousel .owl-nav button.owl-prev{
  float: left;
  font-size: 3rem;
  background: white;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  box-shadow: 0px 0px 5px lightgrey;
}
body #home #demos .owl-carousel .owl-nav button.owl-prev, body #home #demos .owl-carousel .owl-nav button.owl-next{
  margin-top: 6.5rem;
}
body #home #press .owl-carousel .owl-next, body #home #demos .owl-carousel .owl-nav button.owl-next, body #nose #ourCompany #demos .owl-carousel .owl-nav button.owl-next{
  float: right;
  font-size: 3rem;
  background: white;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  box-shadow: 0px 0px 5px lightgrey;
}
body #home #press .owl-carousel button span, body #home #demos .owl-carousel .owl-nav button span, body #nose #ourCompany #demos .owl-carousel .owl-nav button span{
 margin-top: -.75rem;
 font-size: 3rem;
}
body #home #press .container{
  width: 74.5%;
  margin: 0 auto;
}
body #home #press h3 {
 
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem !important;
  margin-bottom: 7rem;
  text-transform: uppercase;
  color: #131313;
}

body #home #press h1 {
 
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem !important;
  margin-bottom: 7rem;
  text-transform: uppercase;
  color: #131313;
}

body #home #press h2 {
 
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem !important;
  margin-bottom: 7rem;
  text-transform: uppercase;
  color: #131313;
}
/*body #home #press .col {
  margin: 0 0.6rem;
}*/
body #home #press .box {
  background-color: white;
  border: 1px solid rgba(35, 37, 54, 0.031372549);
  width: 100%;
  text-align: center;
  height: 12rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #home #press .owl-theme .owl-dots .owl-dot span{
  width: 3rem !important;
  height: 5px;
  border-radius: 5px !important;
}
body #home #press .box img {
  width: 7rem;
  height: 7rem;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
body #home #press .owl-theme .owl-dots{
  margin: 4rem auto;
  width: 80%;
}
body #home #services {
  /*background-color: #131313;*/
  padding: 8rem 0;
  margin-top: 3rem;
}
body #home #services .container {
  width: 67.75%;
  margin: auto;
}
body #home #services .container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 4rem !important;
  color: black;
  text-align: center;
  margin-bottom: 4.5rem;
}
body #home #services .container .col-md-3 {
  padding: 0 1.4rem;
  cursor: pointer;
}
body #home #services .container .col-md-3 {
  padding: 0 1.4rem;
  cursor: pointer;
  overflow: hidden !important;
}
body #home #services .container .col-md-3 .info_area {
  transition: 0.5s ease-in-out;
  transform: translateY(15%);
  background-color: #e0e9f6;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  width: 90%;
  right: 5%;
  left: 5%;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  border-radius: 1rem;
  padding: 1.25rem;
}
body #home #services .container .col-md-3 .info_area h5 {
 text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: black;
}
body #home #services .container .col-md-3 .info_area span{
  height: .5px;
  display: block;
  background: black;
  width: 5rem;
  margin:0 auto;
}
body #home #services .container .col-md-3 .info_area p {
 text-align: center;
  font-style: 400;
  font-weight: 400;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: black;
}
body #home #services .container .info_main:hover .info_area {
  transform: translateY(0%);
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
body #home #gallery {
  margin-top: 10rem;
  padding: 10rem 0;
  background: #fffaf5;
  border-top-right-radius: 25rem;
  border-bottom-left-radius: 25rem;
}
body #home #gallery .container {
  margin:0 auto;
  overflow: hidden;
  width: 70%;
}
body #home #gallery .galery_heading {
 
  font-style: normal;
  font-weight: 700;
  font-size: 4rem !important;
  text-transform: uppercase;
  color: #131313;
}
body #home #gallery #demos {
  padding-top: 7rem;
}
body #home #gallery #demos .owl-carousel {
  height: 40rem;
}
body #home #gallery #demos .owl-carousel .owl-dots{
  display: block !important;
  position: relative;
  z-index: 10000;
  margin-top: 6rem;
}
body #home #gallery #demos .owl-theme .owl-dots .owl-dot span{
  width: 3rem !important;
  height: 5px;
  border-radius: 5px !important;
}
body #home #gallery #demos .owl-theme .owl-dots .owl-dot.active span{
  background: black !important;
}
/*body #home #gallery #demos .owl-carousel .owl-prev{
  float: left;
  font-size: 3rem;
  background: white;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  box-shadow: 0px 0px 2.5px lightgrey;
}
body #home #gallery #demos .owl-carousel .owl-next{
  float: right;
  font-size: 3rem;
  background: white;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  box-shadow: 0px 0px 2.5px lightgrey;
}*/

body #home #gallery #demos .owl-carousel .owl-stage-outer {
  overflow: visible;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage {
  height: 35rem;
  display: flex;
  align-items: center;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.cloned .item img, body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  -o-object-position: right;
     object-position: right;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .item img {
  -o-object-position: left;
     object-position: left;
     border-radius: 10px;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item {
  height: 30rem;
  transition: 0.1s ease-in;
  cursor: grab;
  position: relative;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card {
  transition: 0.3s ease-in;
  transform: translateY(20%);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -100;
  top: -10rem;
  right: 2.5rem;
  background: transparent;
  border: none;
/*  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);*/
  width: 35rem;
/*  height: 30rem;*/
  padding: 1rem 0 1rem 1.5rem;
  border-radius: 0;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card .card_order {
 
  font-style: normal;
  font-weight: 400;
  color: #aaa9a9;
  text-transform: uppercase;
  text-align: end;
  font-size: 2.5rem;
  margin-top: 1rem;
  line-height: 2.5rem;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card h4{
  padding-left: 8.5rem;
  font-style: 300;
  font-weight: 400;
  color: black;
  font-size: 1.4rem;
  text-align: start;
  /*font-size: 2.5rem;*/
  /*margin-top: 1rem;*/
  /*line-height: 2.5rem;*/
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card p {
  margin-top: 1.5rem;
 
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 2rem;
  letter-spacing: -0.1px;
  color: #FFFFFF;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card button {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3rem;
  margin-left: 9rem;
  float: right;
 
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center .item {
  transition: 0.1s ease-in;
  height: 35rem;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center .item .card {
  transition: 0.3s ease-in;
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
body #home #gallery #demos .owl-carousel .owl-dots {
  display: none;
}
body #home #ourCompany {
/*  background: url(../images/cosmetician-patient-with-markers-her-face\ 1.png);
  background-size: cover;*/
  padding:0 0 7rem 0;
}
body #home #ourCompany .container, body #nose #ourCompany .container{
  width: 74.5%;
  margin: 0 auto;
}
body #home #ourCompany h1 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 62px;
  /*text-transform: uppercase;*/
  color: #131313;
}
body #home #ourCompany h1 span {
  color: #232536;
}
body #home #ourCompany #demos .owl-carousel .owl-dots, body #nose #ourCompany #demos .owl-carousel .owl-dots{
  display: block !important;
  position: relative;
  z-index: 10000;
  /*padding-top: 6rem;*/
}
body #home #ourCompany #demos .owl-theme .owl-dots .owl-dot span, body #nose #ourCompany #demos .owl-theme .owl-dots .owl-dot span{
  width: 3rem !important;
  height: 5px;
  border-radius: 5px !important;
}
body #home #ourCompany #demos .owl-theme .owl-dots .owl-dot.active span, body #nose #ourCompany #demos .owl-theme .owl-dots .owl-dot.active span{
  background: black !important;
}
body #home #ourCompany .owl-carousel .owl-stage-outer,  body #nose #ourCompany .owl-carousel .owl-stage-outer{
  height: initial !important;
}
body #home #ourCompany #demos, body #nose #ourCompany #demos {
  padding-top: 3rem;
}
body #home #ourCompany #demos .owl-carousel, body #nose #ourCompany #demos .owl-carousel {
  height: 40rem;
}
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage, body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage {
  height: 38rem;
  display: flex;
  align-items: center;
}
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item, body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item {
  height: 35rem;
  transition: 0.1s ease-out;
  position: relative;
  background: white;
  padding:1.25rem;
  border: 1px solid lightgrey;
  border-radius: 4rem;
}
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center .item, body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center .item{
  height: 38rem;
  background: #fffaf5;
}
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item img, body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item img {
  width: 100%;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item .info_bottom, body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item .info_bottom  {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/*body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item .info_top {
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}*/
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h3, body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h3 {
 
   font-style: normal;
  font-weight: 700;
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #131313;
}
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h6 {
 
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #232536;
}
body #home #ourCompany #demos .owl-carousel .owl-dots {
  display: none;
}
body #home #ourCompany #demos .owl-carousel .owl-nav {
  text-align: left;
}
body #home #ourCompany .bottom_container {
  width: 100%;
  padding: 0;
  margin-top: 3rem;
}
body #home #ourCompany .bottom_container button, body #nose #ourCompany .bottom_container button {
  background: white;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 1.4rem;
}
body #home #ourCompany .bottom_container button.carousel_left, body #nose #ourCompany .bottom_container button.carousel_left{
  float: left;
}
body #home #ourCompany .bottom_container button.carousel_right, body #nose #ourCompany .bottom_container button.carousel_right{
  float: right;
}
body #home #ourCompany .bottom_container button svg {
  font-weight: normal;
}
body #home #ourCompany .bottom_container button svg path {
  font-weight: normal;
}
body #home #ourCompany .bottom_container .bar {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  align-items: center;
}
body #home #ourCompany .bottom_container .bar .min_value, body #home #ourCompany .bottom_container .bar .max_value {
 
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #000000;
}
body #home #ourCompany .bottom_container .bar .progress {
  background: rgba(109, 107, 125, 0.7019607843);
  height: 1.5px;
  margin: 0 0.8rem;
  width: 12rem;
  z-index: 1;
  overflow: visible;
}
body #home #ourCompany .bottom_container .bar .progress .progressed2 {
  width: 0%;
  height: 100%;
  background: #000000;
  z-index: 10;
  position: relative;
}
body #home #ourCompany .bottom_container .bar .progress .progressed2 .right_dot {
  position: absolute;
  right: -0.5rem;
  top: -0.275rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #000000;
  border-radius: 50%;
  z-index: 11;
}
body #home #contact {
  padding: 7rem 0;
}
body #home #contact .container {
  width: 67%;
  margin: auto;
}
body #home #contact .container .left_information {
  background: #FFFAF5;
  padding: 3rem 2rem;
  word-wrap: break-word;
  border-radius: 1rem;
}
body #home #contact .container .left_information h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 3.5rem;
  color: black;
}
body #home #contact .container .left_information hr {
  opacity: 1;
  height: 0.5px;
  margin-top: 0.3rem;
  background: grey;
}
body #home #contact .container .left_information h5 {
 
 font-style: normal;
  font-weight: 550;
  font-size: 18px;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  color: black;
  margin-bottom: 2.5rem;
}
body #home #contact .container .left_information .box {
  margin: 1rem 0 !important;
  height: 3rem;
  word-wrap: break-word;
}
body #home #contact .container .left_information .box svg {
  color: black;
  width: 3rem;
}
body #home #contact .container .left_information .box h6 {
 
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #bebebe;
  padding-left: 0.5rem;
  margin-bottom: 0;
}
body #home #contact .container .left_information .social_media_bottom {
  padding: 1.2rem 7rem 0 0;
}
body #home #contact .container .right_box {
  padding: 3.2rem 2.6rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.1254901961);
}
body #home #contact .container .right_box img {
  height: 20rem;
}
body #home #contact .container .right_box h6 {
 
  font-style: normal;
  font-weight: 400;
  margin-top: 1.5rem;
  font-size: 1.32rem;
  line-height: 2rem;
  color: #6D6B7D;
}
body #home #contact .container .right_box button {
  padding: 0.5rem 2.5rem;
 
  font-size: 1rem;
  margin-top: 1rem;
  background-color: #000000;
  color: white;
  text-transform: uppercase;
}
body #nose #header .carousel_column {
  background: url(../images/bright-picture-male-plastic-surgeon-with-patient\ 1.webp);
  background-size: cover;
  height: 100vh !important; 
  width: 100%;
  transition: 0.15s ease-in-out;
  display: flex;
  align-items: center;
  background-position: center;
  border-bottom-left-radius: 30rem;
  justify-content: center;
  overflow: hidden;
}
body #nose #header .carousel_column .bg_overlay{
  width: 100%;
  height: 100%;
  background-color: #00000038;
}
body #nose #header .carousel_column .bg_dark {
  width: 100%;
  height: 10rem;
/*  background-color: #000000;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
body #nose #header .carousel_column .bg_dark h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 4.7rem;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  /*padding-left: 2rem;*/
}

body #nose #header .carousel_column .bg_dark h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 4.7rem;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  /*padding-left: 2rem;*/
}


body #nose #header .carousel_column .bg_dark h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 4.7rem;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  /*padding-left: 2rem;*/
}

body #nose #noseSec {
  width: 65%;
  background-color: #fffaf5;
  padding: 5rem 4rem;
  border-radius: 2rem;
  margin: 7rem auto 0 auto;
}
body #nose #noseSec h1 {
 
  font-style: normal;
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 5rem;
  color: black;
}
body #nose #noseSec h4 {
 
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 3rem;
  margin: 1rem 0;
  margin-bottom: 2.5rem;
  color: black;
}
body #nose #noseSec h5 {
 
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.5rem;
  margin-top: 1rem;
  color: black;
}
body #nose #noseSec h6 {
 
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #FFFFFF;
}
body #nose #noseSec .bg_white {
  background: url("../images/Placeholder.png");
  background-size: cover;
  margin-top: 3rem;
  padding: 2.5rem;
}
body #nose #noseSec .bg_white h6 {
  color: #000000;
}
body #nose #patients {
  margin: 9rem 0;
}
body #nose #patients .container {
  width: 65%;
  margin: auto;
}
body #nose #patients .container .bg_light {
  background: url(../images/bg_pic.webp);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 7rem 0rem;
}
body #nose #patients .container h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
 
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.5rem;
/*  padding-left: 4.7rem;*/
  text-transform: uppercase;
  color: #1B1B1B;
}
body #nose #patients .container h5.normal {
  margin: 1.5rem 0;
 
  font-style: normal;
  font-weight: 400;
  color: #232536;
  padding-left: 4.7rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
body #nose #patients2 {
  margin: 9rem 0;
}
body #nose #patients2 .container {
  width: 65%;
  margin: auto;
}
body #nose #patients2 .container .bg_light {
  background: url(../images/bg_pic2.webp);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 7rem 0rem;
}
body #nose #patients2 .container h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
 
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.5rem;
  padding-right: 4.7rem;
  text-transform: uppercase;
  color: #1B1B1B;
}
body #nose #patients2 .container h5.normal {
  margin: 1.5rem 0;
 
  font-style: normal;
  font-weight: 400;
  color: #232536;
  padding-right: 4.7rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
body #nose #experience {
  background: url(../images/footer_bg.png);
  background-color: #131313;
  background-size: cover;
  padding: 6rem 0;
}
body #nose #experience .container {
  width: 67%;
  margin: auto;
}
body #nose #experience .container h2 {
  margin: 1.8rem 0;
 
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem;
  color: #ffffff;
}
body #nose #experience .container h3 {
 
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #585858;
}
body #nose #experience .container .check {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
}
body #nose #experience .container .check svg {
  width: 2rem;
  color: #000000;
}
body #nose #experience .container h4 {
 
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  color: #ffffff;
}
body #nose #cosmetics {
  background: url(../images/cosmetician-patient-with-markers-her-face\ 1.png);
  background-size: cover;
  padding: 6rem 0;
}
body #nose #cosmetics .container {
  width: 67%;
  margin: auto;
}
body #nose #cosmetics .container h2 {
  margin: 1.8rem 0;
 
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem;
  color: #131313;
}
body #nose #cosmetics .container h4 {
  margin: 1.8rem 0;
 
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem !important;
  color: #131313;
}
body #nose #cosmetics .container h3 {
 
	  margin: 1.8rem 0;
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem !important;
  line-height: 3rem;
  color: #131313;
}
body #nose #cosmetics .container .check {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #nose #cosmetics .container .check svg {
  width: 2rem;
  color: black;
}
body #nose #cosmetics .container h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  color: #131313;
}
body #nose #services {
/*  padding: 5rem 0;*/
}
body #nose #services.lists .container{
  width: 65%;
  margin: auto;
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-top: 5rem;
  transition: .5s ease-in-out;
}
body #nose #services .container{
  width: 65%;
  margin: auto;
}
body #nose #services.lists .container .list{
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}
/*body #nose #services .container .list{
  z-index: -1;
    opacity: 0;
  visibility: hidden;
  transition: ease-in-out 1s;
}*/
body #nose #services .container h2 {
  padding-left: 0.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 4rem;
  color: #131313;
  margin-bottom: 0;
}
body #nose #services .container h3 {
  padding-left: 0.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem !important;
  line-height: 4rem;
  color: #131313;
  margin-bottom: 0;
}
body #nose #services.lists .container .list.checked{
  z-index: 11;
  /*position: relative;*/
  opacity: 1 !important;
  visibility: visible;
    transition: ease-in-out .5s;
}
body #nose #services.lists .container .list.open_light{
  z-index: 11;
  /*position: relative;*/
  opacity: .5;
  visibility: visible;
    
}
body #nose #services .container h4 {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.5rem;
  padding: 0 0.5rem;
  margin-bottom: 0;
}
body #nose #services .container h4 a{
  background: black;
  color: white;
  border-radius: 1rem;
  padding: .5rem 2rem .75rem 2rem;
  text-decoration: none;
  margin:0 .4rem; 
}
body #nose #services.lists .container .check.active {
  background: black;
  color: white;
  border: 1px solid black;

}
body #nose #services .container .check {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  /*background: #F0F0F0;*/
  background: black;
  border: 1px solid black;
  color: white;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 2.25rem;
  cursor: pointer;
  padding: 2rem;
  transition: ease-in-out .5s;
}
body #nose #services .container .collapse .check, body #nose #services .container .collapsing .check{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  /*background: #F0F0F0;*/
  background: white;
  border: none;
  color: black;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
body #nose #services .container .check svg {
  width: 2rem;
  color: black;
}
body #nose #services .container .h4 {
 
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.4px;
  margin: 0;
  color: #131313;
  padding-left: 1.5rem;
}
body #nose #services .container .col-md-4 {
  padding: 0 1.4rem;
  cursor: pointer;
}
body #nose #services .container .col-md-4 .info_area {
  transition: 0.5s ease-in-out;
  transform: translateY(15%);
  background-color: #FCFBFB;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  width: 100%;
  right: 0%;
  left: 0%;
  position: absolute;
  bottom: 0;
  padding: 2rem;
}
body #nose #services .container .thumbnail img {
  border-radius: 2rem;
}
body #nose #services .container .col-md-4 .info_area h5 {
  font-style: normal;
  font-size: 1.4rem;
  color: #000000;
}
body #nose #services .container .col-md-4 .info_area p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #676767;
}
body #nose #services .container .info_main:hover .info_area {
  transform: translateY(0%);
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
body #nose #surgery {
  padding: 5rem 0;
  background: url(../images/Placeholder.png);
  background-size: cover;
}
body #nose #surgery .container {
  width: 67.75%;
  margin: auto;
}
body #nose #surgery .container .check_row {
  margin: 5rem 0;
  border: none !important;
}
body #nose #surgery .container h2 {
 
  font-style: normal;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 4rem;
  color: #131313;
}
body #nose #surgery .container h5 {
 
  font-style: italic;
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 3rem;
  color: #585858;
}
body #nose #surgery .container h4 {
 
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.8rem;
  padding: 0 0.5rem;
  color: #000000;
}
body #nose #surgery .container .check {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #nose #surgery .container .check svg {
  width: 2rem;
  color: black;
}
body #nose #faqs {
  padding: 5rem 0;
}
body #nose #faqs .container {
  width: 67.75%;
  margin: auto;
}
body #nose #faqs .container h1 {
 
  font-style: normal;
  font-weight: 700;
  font-size: 3.3rem;
  text-align: center;
  padding: 3rem 0;
  line-height: 4rem;
  text-transform: uppercase;
  color: #131313;
}
body #nose #faqs .container .accordion .accordion-item {
  margin: 0.8rem 0;
  border-radius: 0;
  padding: 2rem;
  background-color: #e6ded1;
  border: none;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header button {
  position: relative;
  transition: 0.9s ease-in-out;
  padding: 2rem 1.75rem;
  padding-bottom: 1rem;
  border-radius: 0;
  box-shadow: none;
 
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.5rem;
  color: #131313;
  display: flex;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header button svg {
  position: absolute;
  color: #000000;
  width: 2rem;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header button span {
  padding-left: 3.5rem;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button {
  padding-bottom: 2rem;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button svg.bi-plus-circle-fill {
  display: none;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button svg.bi-dash-circle-fill {
  display: inline-block;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  padding-bottom: 2rem;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button.collapsed svg.bi-plus-circle-fill {
  display: inline-block;
}
body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button.collapsed svg.bi-dash-circle-fill {
  display: none;
}
body #nose #faqs .container .accordion .accordion-item .accordion-button::after {
  display: none;
}
body #nose #faqs .container .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: white;
}
body #nose #faqs .container .accordion .accordion-item .accordion-body {
  padding-top: 0;
  background: white;
}
body #nose #faqs .container .accordion .accordion-item .accordion-body p {
 
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #6D6B7D;
}
body #nose #ourCompany {
/*  background: url(../images/cosmetician-patient-with-markers-her-face\ 1.png);
  background-size: cover;*/
  padding: 5.5rem 0 8.5rem 0;
}
body #nose #ourCompany h1 {
  text-align: center;
 
  font-style: normal;
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 62px;
  color: #131313;
}
body #nose #ourCompany h1 span {
  color: #232536;
}
body #nose #ourCompany #demos {
  padding-top: 3rem;
}
body #nose #ourCompany #demos .owl-carousel {
  height: 40rem;
}
body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage {
  height: 38rem;
  display: flex;
  align-items: center;
}
body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item {
  height: 35rem;
  transition: 0.1s ease-out;
  position: relative;
}
body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item .info_bottom {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item .info_top {
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h3 {
 
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #131313;
}
body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item p {
 
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8rem;
  color: #232536;
}
body #nose #ourCompany #demos .owl-carousel .owl-dots {
  display: none;
}
body #nose #ourCompany #demos .owl-carousel .owl-nav {
  text-align: left;
}
body #nose #ourCompany .bottom_container {
  width: 70%;
  margin: auto;
  margin-top: 3rem;
}
body #nose #ourCompany .bottom_container button {
  background: transparent;
  border: none;
  margin: 0 1.4rem;
}
body #nose #ourCompany .bottom_container button svg {
  font-weight: normal;
}
body #nose #ourCompany .bottom_container button svg path {
  font-weight: normal;
}
body #nose #ourCompany .bottom_container .bar {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  align-items: center;
}
body #nose #ourCompany .bottom_container .bar .min_value, body #nose #ourCompany .bottom_container .bar .max_value {
 
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #000000;
}
body #nose #ourCompany .bottom_container .bar .progress {
  background: rgba(109, 107, 125, 0.7019607843);
  height: 1.5px;
  margin: 0 0.8rem;
  width: 12rem;
  z-index: 1;
  overflow: visible;
}
body #nose #ourCompany .bottom_container .bar .progress .progressed {
  width: 0%;
  height: 100%;
  background: #000000;
  z-index: 10;
  position: relative;
}
body #nose #ourCompany .bottom_container .bar .progress .progressed .right_dot {
  position: absolute;
  right: -0.5rem;
  top: -0.275rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #000000;
  border-radius: 50%;
  z-index: 11;
}
body #nose #contact {
  padding: 0 0 7rem 0;
}
body #nose #contact .container {
  width: 67%;
  margin: auto;
}
body #nose #contact .container .left_information {
  background: #FFFAF5;
  padding: 3rem 2rem;
  border-radius: 3px;
  border-radius: 1rem;
}
body #nose #contact .container .left_information h2 {
 
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 3.5rem;
  color: black;
}
body #nose #contact .container .left_information hr {
  opacity: 1;
  height: 0.5px;
  margin-top: 0.3rem;
  background: lightgrey;
}
body #nose #contact .container .left_information h5 {
  font-style: normal;
  font-weight: 550;
  font-size: 18px;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  color: black;
  margin-bottom: 2.5rem;
}
body #nose #contact .container .left_information .box {
  margin: 1rem 0 !important;
  height: 3rem;
  word-wrap: break-word;
}
body #nose #contact .container .left_information .box svg {
  color: black;
  width: 3rem;
}
body #nose #contact .container .left_information .box p {
 
  font-style: normal;
/*  font-size: 1.15rem;*/
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  color: black;
  padding-left: 0.5rem;
  margin-bottom: 0;
  word-wrap: break-word;
}

body #home #contact .container .left_information .box p {
 
  font-style: normal;
/*  font-size: 1.15rem;*/
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  color: #bebebe;
  padding-left: 0.5rem;
  margin-bottom: 0;
  color: black;
}
body #nose #contact .container .left_information .social_media_bottom {
  padding: 1.2rem 7rem 0 0;
}
body #nose #contact .container .right_box {
  padding: 3.2rem 2.6rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.1254901961);
}
body #nose #contact .container .right_box img {
  height: 20rem;
}
body #nose #contact .container .right_box h6 {
 
  font-style: normal;
  font-weight: 400;
  margin-top: 1.5rem;
  font-size: 1.32rem;
  line-height: 2rem;
  color: #6D6B7D;
}
body #nose #contact .container .right_box button {
  padding: 0.5rem 2.5rem;
 
  font-size: 1rem;
  margin-top: 1rem;
  background-color: #000000;
  color: white;
  text-transform: uppercase;
}
body footer {
  border-top-left-radius: 25rem;
  /*background: url(../images/footer_bg.png);*/
  background-color: #131313;
  background-size: cover;
  height: 100%;
  padding: 6rem 0;
}
body footer .container {
  width: 67%;
  margin: auto;
  color: white;
}
body footer .container h3 {
 
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 2rem;
  color: #FFFFFF;
}
body footer .container ul {
  list-style: none;
  padding-left: 0;
}
body footer .container ul b {
 
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: capitalize;
  color: #FFFFFF;
}
body footer .container ul li {
 
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #B3B7BF;
  padding: 0.8rem 0;
}
body footer .container li:nth-child(2) {
  padding-top: 2rem;
}
body footer .container .footer_bottom {
  padding-top: 5rem;
}
body footer .container .footer_bottom h5 {
  font-size: 1.35rem;
  letter-spacing: 0.7px;
  text-align: center;
}
body footer .container .footer_bottom .d-flex {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: auto;
  align-items: center;
  margin-top: 1rem;
}
body footer .container .footer_bottom .d-flex .paypay {
  width: 5rem;
  background: white;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  margin-right: 1rem;
  height: 3.5rem;
}
body footer .container .footer_bottom .d-flex .paypay img {
  width: 70%;
  margin: auto !important;
}
body footer .container .footer_bottom .d-flex h6 {
  font-size: 1.35rem;
  font-weight: normal;
}

@media screen and (min-width: 564px) and (max-width: 768px) and (max-width: 1024px) and (orientation: landscape){
  body {
    background-color: #ffffff;
    overflow-x: hidden;
  }
  body header nav {
    text-align: center;
  }
  body header nav .navbar-toggler-icon i {
    font-size: 2.5rem;
  }
  body header nav .navbar-nav-items .nav-item .nav-link {
    font-size: 1.4rem;
  }
  body header nav .navbar-nav-items .dropdown {
    position: relative;
  }
  body header nav .navbar-nav-items .dropdown i {
    position: relative;
    top: -2px;
  }
  body header nav form {
    margin: 0.5rem auto;
    width: 23rem;
    background: white;
    padding: 0.5rem;
  }
  body header nav form input {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    color: grey !important;
  }
  body header nav form input::-moz-placeholder {
    color: grey !important;
  }
  body header nav form input::placeholder {
    color: grey !important;
  }
  body header nav form button {
    background: black;
    padding: 0 0.4rem;
    color: white;
  }
  body header nav .sidebar_btn {
    top: initial;
    height: 20%;
    z-index: 6;
  }
  body header nav .sidebar {
    top: 26.7rem;
    width: 10.25rem;
    z-index: 5 !important;
  }
  body header .small_nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000000;
/*    display: none;*/
  }
  body #home #header  {
    height: initial;
  }
  body #home #patients {
    margin-top: 0rem;
  }
  body #home #patients .bg_light {
    padding: 3rem 2rem;
    margin-top: 5rem;
  }
  body #home #patients .image_outer .back_area {
    bottom: -3rem;
    left: 5rem;
    width: 14rem;
  }
  body #home #experience {
    padding-top: 5rem;
  }
  body #home #experience .co_area {
    margin-top: 15rem;
  }
  body #home #experience .co_area .card {
    margin-top: -6rem;
    height: 25rem;
  }
  body #home #experience .co_area .card .card_img {
    margin-top: -7rem;
    height: 16rem;
  }
  body #home #cosmetics {
    padding: 5rem 7rem;
  }
  body #home #press {
    padding: 5rem 0;
  }
  body #home #press h3{
    margin-bottom: 3rem;
  }
	
	 body #home #press h1{
    margin-bottom: 3rem;
  }  body #home #press h2{
    margin-bottom: 3rem;
  }
  body #home #pressMain .col {
    margin: 0 0.25rem;
  }
  body #home #services {
    padding: 5rem 0;
  }
  body #home #services .container {
    width: 83%;
  }
  body #home #services .container h3 {
    font-size: 3.5rem;
  }
  body #home #services .container .col-md-4 .info_area {
    padding-left: 0;
    padding-bottom: 0;
  }
  body #home #gallery {
    padding: 5rem 0;
  }
  body #home #ourCompany {
    padding: 5rem 0;
  }
  body #home #ourCompany h1 {
    font-size: 3rem;
    width: 90%;
    margin: auto;
    line-height: 4rem;
  }
  body #home #contact {
    padding: 5rem 0;
  }
  body #home #contact .container {
    width: 90%;
    padding: 0;
  }
  body #nose #header .carousel_column {
    background: url(../images/bright-picture-male-plastic-surgeon-with-patient\ 1.png);
    background-size: cover;
    height: 97vh;
    width: 100%;
    transition: 0.15s ease-in-out;
    display: flex;
    align-items: center;
    background-position: center;
  }

  body #nose #header .carousel_column .bg_dark {
    width: 100%;
    height: 10rem;
/*    background-color: #000000;*/
    display: flex;
    align-items: center;
  }
  body #nose #header .carousel_column .bg_dark h1 {
   
    font-style: normal;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 2.7rem;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
  }
    body #nose #header .carousel_column .bg_dark h6 {
   
    font-style: normal;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 2.7rem;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
  }
	
	  body #nose #header .carousel_column .bg_dark h2 {
   
    font-style: normal;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 2.7rem;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
  }
  body #nose #header .carousel_column.open_sidebar {
    width: 91.9%;
  }
  body #nose #noseSec {
    width: 90%;
    padding: 3rem 2rem;
  }
  body #nose #noseSec .bg_white {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  body #nose #services {
/*    padding: 5rem 0 2rem 0;*/
  }
  body #nose #services .container {
    width: 100%;
  }
  body #nose #services .container .list, body #nose #services .container .row {
    border: none !important;
  }
  body #nose #services .container .h4 {
    padding-left: 2.5rem;
  }
  body #nose #cosmetics {
    padding: 3rem 0;
  }
  body #nose #cosmetics .container {
    width: 90%;
  }
  body #nose #cosmetics .container .check {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #nose #cosmetics .container .check svg {
    width: 2rem;
    color: black;
  }
  body #nose #cosmetics .container .list {
    border: none !important;
  }
  body #nose #cosmetics .container h4 {
    padding-left: 2rem;
  }
  body #nose #patients {
    margin: 4rem 0;
  }
  body #nose #patients .container {
    width: 90%;
    margin: auto;
  }
  body #nose #patients .container .bg_light {
    /* display: none; */
    padding: 6px;
  }
  body #nose #patients .container h1 {
    padding-top: 3rem;
    position: relative;
    top: initial !important;
  }



  body #nose #patients .container h5.normal {
    position: relative;
    bottom: initial !important;
  }
  body #nose #patients2 {
    margin: 4rem 0;
  }
  body #nose #patients2 .container {
    width: 90%;
  }
  body #nose #patients2 .container .bg_light {
    /* display: none; */
    padding: 9px;
  }
  body #nose #patients2 .container h1 {
    padding-top: 3rem;
    position: relative !important;
    top: initial !important;
  }
  body #nose #patients2 .container h5.normal {
    position: relative !important;
    bottom: initial !important;
  }
  body #nose #experience {
    padding: 2rem 0;
  }
  body #nose #experience .container {
    width: 90%;
  }
  body #nose #experience .container h4 {
    padding-left: 2rem;
  }
  body #nose #surgery {
    padding: 3.5rem 0;
  }
  body #nose #surgery .container {
    width: 90%;
  }
  body #nose #surgery .container h4 {
    padding-left: 2rem;
  }
  body #nose #faqs {
    padding: 3rem 0;
  }
  body #nose #faqs .container {
    width: 90%;
  }
  body #nose #faqs .container h1 {
    padding: 1.5rem 0;
    line-height: 3rem;
  }
  body #nose #ourCompany {
    padding: 5rem 0;
  }
  body #nose #ourCompany h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  body #nose #ourCompany #demos {
    padding-top: 2rem;
  }
  body #nose #ourCompany .bottom_container {
    width: 90%;
    margin-top: 1.5rem;
  }
  body #nose #contact {
    padding: 5rem 0;
  }
  body #nose #contact .container {
    width: 90%;
  }
  body footer {
    padding: 5rem 0;
  }
  body footer .container {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  body header nav {
    padding: 1rem 0 !important;
    width: 99%;
  }
  .swiper-pagination{
    display: none;
  }


  body #nose #services.lists .container{
    width: 95%;
  }
  body #nose #header .carousel_column{
    height: 100% !important;
  }
  body #home #services .container .col-md-3 .info_area{
    width: 92%;
    right: 4%;
    left: 4%;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card h4{
    color: white;
    padding-left:0;
  }
  body #home #ourCompany .container{
    width: 90%;
  }
  body #home #press .owl-carousel .owl-dots, body #home #ourCompany #demos .owl-carousel .owl-dots, body #nose #ourCompany #demos .owl-carousel .owl-dots{
    display: none !important;
  }
  body #home #ourCompany .owl-carousel .owl-stage-outer{
    height: 100% !important;
  }
  body #home #press .owl-carousel .owl-stage-outer{
    height: 10rem;
  }
  body #home #gallery .container{
    width: 90%;
  }
  body #home #gallery{
    margin-top: 5rem; 
    border-top-right-radius: 15rem;
    border-bottom-left-radius: 15rem;
  }
  body #home #patients .container{
    width: 90%;
  }
  body #home #patients .image_outer .back_area{
    left: -1.5rem;
  }
  body #home #patients .image_outer img{
    border-top-right-radius: 7rem;
  }
  body #home #header .img .container{
    width: 90%;
  }
  body header nav .navbar-toggler-icon i {
    font-size: 1.75rem;
  }
  body header nav .navbar-brand img {
    width: 15rem;
  }
  body header nav .navbar-nav-items {
    width: 100%;
    text-align: center;
  }
  body header nav .navbar-nav-items .nav-item .nav-link {
    font-size: 1rem;
  }
  body header nav .navbar-nav-items .dropdown {
    position: relative;
  }
  body header nav .navbar-nav-items .dropdown i {
    position: relative;
    top: -1px;
  }
  body header nav .navbar-nav-items .dropdown .dropdown-menu1 {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  body header nav form {
    margin: 1rem auto;
    padding: 0.3rem;
  }
  body header nav form button {
    padding: 0 0.6rem;
    border: none;
    box-shadow: none;
    outline: none;
  }
  body header nav .sidebar_btn {
    top: initial;
    width: 10%;
    height: 2.5rem;
  }
  body header nav .sidebar_btn img {
    width: 1.8rem;
    height: 0.9rem;
  }
  body header nav .sidebar {
    top: 24.8rem;
    width: 10%;
  }
  body header .small_nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 4rem 0;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
  }
  body header .small_nav .icon-clear {
    position: absolute;
    top: -1.5rem;
    right: 3rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body header .small_nav .icon-clear i {
    font-size: 1.8rem;
    color: #000000;
  }
  body header .small_nav .nav_links {
    position: absolute;
    top: 7rem;
    width: 100%;
    height: 90%;
    padding-bottom: 4rem;
    overflow: scroll;
  }
  body header .small_nav .nav_links li {
    padding: 0.3rem 0;
    list-style: none;
  }
 body header .small_nav .nav_links li a, body header .small_nav .nav_links li button, body header .small_nav .nav_links li button.collapse_btn.collapsed {
    font-size: 1.7rem;
    font-weight: 550;
    text-decoration: none;
    color: #000000;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 90%;
    outline: none;
    align-items: center;
    transition: .15s ease-in-out;
    padding: 3px 0px;
  }
  body header .small_nav .nav_links li button.show, body header .small_nav .nav_links li button.collapse_btn{
    background: black;
    color: white;
  }

 /* body header .small_nav .nav_links li a, body header .small_nav .nav_links li button {
    font-size: 1.7rem;
   
    font-weight: 550;
    text-decoration: none;
    color: #000000;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 90%;
    outline: none;
  }*/
  body header .small_nav .nav_links li .my_dropdown_1 .bi-dash, body header .small_nav .nav_links li .my_dropdown_b1 .bi-dash, body header .small_nav .nav_links li .my_dropdown_b2 .bi-dash, body header .small_nav .nav_links li .my_dropdown_2 .bi-dash {
    display: none;
  }
  body header .small_nav .nav_links li .my_dropdown_1.show .bi-dash, body header .small_nav .nav_links li .my_dropdown_b1.show .bi-dash, body header .small_nav .nav_links li .my_dropdown_b2.show .bi-dash, body header .small_nav .nav_links li .my_dropdown_2.show .bi-dash {
    display: block;
  }
  body header .small_nav .nav_links li .my_dropdown_1.show .bi-plus, body header .small_nav .nav_links li .my_dropdown_b1.show .bi-plus, body header .small_nav .nav_links li .my_dropdown_b2.show .bi-plus, body header .small_nav .nav_links li .my_dropdown_2.show .bi-plus {
    display: none;
  }
  body header .small_nav .nav_links li .dropdown_menu, body header .small_nav .nav_links li .dropdown_menu1 {
    display: none;
  }
  body header .small_nav .nav_links li .dropdown_menu .dropdown_submenu, body header .small_nav .nav_links li .dropdown_menu .dropdown_submenu1, body header .small_nav .nav_links li .dropdown_menu1 .dropdown_submenu, body header .small_nav .nav_links li .dropdown_menu1 .dropdown_submenu1 {
    display: none;
  }
  body header .small_nav .nav_links li .dropdown_menu .dropdown_submenu .bi-dash, body header .small_nav .nav_links li .dropdown_menu .dropdown_submenu1 .bi-dash, body header .small_nav .nav_links li .dropdown_menu1 .dropdown_submenu .bi-dash, body header .small_nav .nav_links li .dropdown_menu1 .dropdown_submenu1 .bi-dash {
    display: none;
  }
  body header .small_nav .nav_links li .dropdown_menu.show, body header .small_nav .nav_links li .dropdown_menu1.show {
    display: block;
  }
  body header .small_nav .nav_links li .dropdown_menu.show .dropdown_submenu.show, body header .small_nav .nav_links li .dropdown_menu.show .dropdown_submenu1.show, body header .small_nav .nav_links li .dropdown_menu1.show .dropdown_submenu.show, body header .small_nav .nav_links li .dropdown_menu1.show .dropdown_submenu1.show {
    display: block;
  }
  body header .small_nav.show {
    transform: translateX(0%);
  }
  body #home #header  {
    transition: 0.4s all ease-in-out;
    width: 100%;
    height: 100%;
  }
  body #home #header {
    height: 100%;
  }
  body #home #header img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  body #home #header .carousel .carousel-inner.open_sidebar {
    width: 90%;
  }
  body #home #patients {
    margin-top: 12rem;
  }
  body #home #patients .bg_light {
    padding: 2rem;
    margin-top: 5rem;
  }
  body #home #experience {
    padding-top: 3rem;
  }
  body #home #experience .years_experience {
    margin: 1rem 0;
    font-size: 2rem;
  }
  body #home #experience h4 {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
  body #home #experience .experties_heading {
    font-size: 1.7rem;
    margin-top: 0.5rem;
  }
  body #home #experience .co_area {
    height: 20rem;
    margin-top: 20rem;
  }
  body #home #experience .co_area .card {
    height: 24rem;
    padding: 0 1.5rem;
  }
  body #home #experience .co_area .card .card_img {
    height: 17rem;
  }
  body #home #experience .co_area .card .card_heading {
    margin-top: 1.5rem;
  }
  body #home #experience .co_area .card .card_text {
    margin-top: 0.3rem;
  }
  body #home #experience .co_area .card .card_footer {
    margin-top: 0rem;
  }
  body #home #cosmetics {
    padding: 6rem 1.5rem;
  }
  body #home #cosmetics h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  body #home #cosmetics h3 {
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }
  body #home #cosmetics p {
    font-size: 1rem;
    line-height: 2.2rem;
    margin-bottom: 0;
  }
  body #home #cosmetics h6 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 2.5rem;
  }
  body #home #press.main {
    padding: 3rem 0;
    margin-bottom: 6rem;
  }
  body #home #press{
    padding: 6rem 0;
  }
  body #home #press h3 {
    font-size: 2rem !important;
    margin-bottom: 1rem;
  }
	
	 body #home #press h1 {
    font-size: 2rem !important;
    margin-bottom: 1rem;
  }
  body #home #press h2 {
    font-size: 2rem !important;
    margin-bottom: 1rem;
  }
  body #home #press .col {
    margin: 0 0.2rem;
    padding: 0;
  }
  body #home #press .box {
    height: 10rem;
  }
  body #home #press .box img {
    width: 8.5rem;
    height: 8.5rem;
  }
  body #home #services {
    padding: 3rem 0;
  }
  body #home #services .container {
    width: 90%;
  }
  body #home #services .container h3 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem;
  }
  body #home #services .container .col-md-4 {
    padding: 6px;
  }
  body #home #services .container .col-md-4 .info_area {
    padding: 10px;
  }
  body #home #services .container .col-md-4 .info_area h5 {
    font-size: 1.3rem;
  }
  body #home #services .container .col-md-4 .info_area p {
    font-size: 12px !important;

  }
  body #home #gallery {
    padding: 7rem 0;
  }
  body #home #gallery .galery_heading {
    font-size: 2rem !important;
    margin-bottom: 0;
  }
  body #home #gallery #demos {
    padding-top: 10rem;
  }
  body #home #gallery #demos .owl-carousel {
    height: 25rem;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage {
    height: 22rem;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item {
    height: 20rem;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card {
    top: 15rem;
    right: 1rem;
    width: 27rem;
    background: black;
    border-radius: 1rem;
/*    height: 19rem;*/
    padding: 1rem;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card .card_order {
    margin-top: 0rem;
    line-height: 2rem;
    font-size: 20px;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card p {
    margin-top: 0;
    font-size: 12px !important;
    color: white;
    line-height: 1.8rem;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .item .card button {
    margin-top: 0.5rem;
    padding: 0.4rem 1.5rem;
    font-size: 0.7rem;
    margin-left: 20px;
  }
  body #home #gallery #demos .owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center .item {
    height: 20rem;
  }
  body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}  
body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
     /*margin-top: 32px !important;*/
}

  body #home #ourCompany {
    padding-bottom:3rem;
  }
  body #home #ourCompany h1 {
    text-align: center;
   
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #131313;
  }
  body #home #ourCompany h1 span {
    color: #232536;
  }
  body #home #ourCompany #demos {
    padding: 1rem 1rem 0 1rem;
  }
  body #home #ourCompany #demos .owl-carousel {
    /*height: 30rem;*/
  }
  body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage, body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
  }
  body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item {
    height: 100%;
  }
  body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h3 {
      font-size: 1.2rem;
    margin-top: 5px;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
  body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h6 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  body #home #ourCompany .bottom_container {
    width: 100%;
    margin-top: 1rem;
  }
  body #home #ourCompany .bottom_container button {
    background: transparent;
    border: none;
    margin: 0 1.4rem;
  }
  body #home #ourCompany .bottom_container button svg {
    font-weight: normal;
    width: 1.5rem !important;
  }
  body #home #ourCompany .bottom_container button svg path {
    font-weight: normal;
  }
  body #home #ourCompany .bottom_container .bar .min_value, body #home #ourCompany .bottom_container .bar .max_value {
    font-size: 1rem;
  }
  body #home #ourCompany .bottom_container .bar .progress {
    height: 1.2px;
    margin: 0 0.3rem;
  }
  body #home #ourCompany .bottom_container .bar .progress .progressed .right_dot {
    top: -0.16rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  body #home #contact {
    padding: 3rem 0;
  }
  body #home #contact .container {
    width: 94%;
  }
  body #home #contact .container .left_information {
    padding: 1rem;
  }
  body #home #contact .container .left_information h2 {
     font-size: 24px;
    line-height: 3.5rem;
  }
  body #home #contact .container .left_information hr {
    margin-bottom: 0;
  }
  body #home #contact .container .left_information h5 {
   font-size: 18px;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  body #home #contact .container .left_information .box {
    margin: 0.75rem 0 !important;
    height: initial;
  }
  body #home #contact .container .left_information .box svg {
    width: 2.5rem;
  }
  body #home #contact .container .left_information .box h6 {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  body #home #contact .container .left_information .social_media_bottom {
    padding: 0.5rem 0 0 0;
  }
  body #home #contact .container .left_information .social_media_bottom .last {
    border: none !important;
  }
  body #home #contact .container .right_box {
    padding: 1rem;
  }
  body #home #contact .container .right_box img {
    height: initial;
  }
  body #home #contact .container .right_box h6 {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    font-size: 16px;
    line-height: 2.2rem;
  }
  body #home #contact .container .right_box button {
    border: none;
    outline: none;
    box-shadow: none;
    margin-top: 0.75rem;
  }
  body #nose #header .carousel_column {
    background: url(../images/bright-picture-male-plastic-surgeon-with-patient\ 1.png);
    background-size: cover;
    height: 97vh !important;
    width: 100%;
    transition: 0.15s ease-in-out;
    display: flex;
    align-items: center;
      background-position: center;
  }
  body #nose #header .carousel_column .bg_dark {
    width: 100%;
    height: 10rem;
/*    background-color: #000000;*/
    display: flex;
    align-items: center;
  }
  body #nose #header .carousel_column .bg_dark h1 {
   
    font-style: normal;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 2.7rem;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
  }
	
    body #nose #header .carousel_column .bg_dark h6 {
   
    font-style: normal;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 2.7rem;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
  }
  
 body #nose #header .carousel_column .bg_dark h2 {
   
    font-style: normal;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 2.7rem;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
  }
  body #nose #header .carousel_column.open_sidebar {
    width: 91.9%;
  }
  body #nose #noseSec {
    width: 94%;
    padding: 1.25rem 1rem;
    margin-top: 20px;
  }
  body #nose #noseSec h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  body #nose #noseSec h4 {
    font-size: 20px;
    line-height: 3rem;
    margin: 0.5rem 0;
  }
  body #nose #noseSec h5 {
    font-size: 18px;
    line-height: 2.5rem;
    margin-top: 0;
  }
  body #nose #noseSec h6 {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  body #nose #noseSec .bg_white {
    margin-top: 1rem;
    padding: 1rem;
  }
  body #nose #services {
/*    padding: 3rem 0;*/
  }
  body #nose #services .container {
    width: 100%;
  }
  body #nose #services .container .row {
    border: none !important;
  }
  body #nose #services .container h2 {
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
	
  body #nose #services .container h3 {
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  body #nose #services .container h4 {
    font-size: 1.8rem;
    margin-top: 0.6rem;
    line-height: 2.5rem;
    padding: 0;
  }
  body #nose #services .container .list {
    padding: .5rem 0;
  }
  body #nose #services .container .check {
    width: 5rem;
    height: 5rem;
  }
  body #nose #services .container .check svg {
    width: 1.25rem;
  }
  body #nose #services .container .h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 0.5rem;
  }
  body #nose #services .container .col-md-4 {
    padding: 0 1.4rem;
  }
  body #nose #services .container .col-md-4 .info_area {
    padding: 0.5rem 0;
        width: 100%;
    right: 0;
    left: 0;
  }
  body #nose #services .container .col-md-4 .info_area h5 {
   
    font-style: normal;
    font-size: 1.1rem;
    color: #000000;
  }
  body #nose #services .container .col-md-4 .info_area p {
  
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    color: #676767;
  }
  body #nose #cosmetics {
    padding: 3rem 0;
  }
  body #nose #cosmetics .container {
    width: 90%;
    padding: 0;
  }
  body #nose #cosmetics .container h2 {
    margin: 0;
/*    font-size: 1.3rem;*/
  }

  body #home #experience .co_area .card .card_footer .card_socials{

    margin-top: 30px;
  }
  body #nose #cosmetics .container h3 {
    margin-top: 0.3rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  body #nose #cosmetics .container .row {
    border: none !important;
  }
  body #nose #cosmetics .container .list {
    padding: 0.5rem 0;
    width: 100%;
    margin: 0 !important;
  }
  body #nose #cosmetics .container .check {
    width: 2.5rem;
    height: 2.5rem;
  }
  body #nose #cosmetics .container .check svg {
    width: 1.25rem;
  }
  body #nose #cosmetics .container h4 {
    font-size: 0.95rem;
    line-height: 2.5rem;
  }
  body #nose #patients {
    margin: 3rem 0;
  }
  body #nose #patients .container {
    width: 90%;
  }
  body #nose #patients .container .bg_light {
    /* display: none; */
    padding: 6px;
  }
  body #nose #patients .container h1 {
    position: relative !important;
    top: initial !important;
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-left: 0;
  }
  body #nose #patients .container h5.normal {
    position: relative !important;
    bottom: initial !important;
    margin: 0.2rem 0;
    padding-left: 0;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  body #nose #patients2 {
    margin: 3rem 0;
  }
  body #nose #patients2 .container {
    width: 90%;
  }
  body #nose #patients2 .container .bg_light {
    /* display: none; */
    padding: 9px;
  }
  body #nose #patients2 .container h1 {
    position: relative !important;
    top: initial !important;
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-right: 0;
  }
  body #nose #patients2 .container h5.normal {
    position: relative !important;
    bottom: initial !important;
    margin: 0.2rem 0;
    padding-right: 0;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  body #nose #experience {
    /* padding: 3rem 0 0 0; */
  }
  body #nose #experience .container {
    width: 90%;
    padding: 0;
  }
  body #nose #experience .container h2 {
    margin: 0.8rem 0;
    font-size: 1.4rem;
  }
  body #nose #experience .container h3 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  body #nose #experience .container .check {
    width: 3rem;
    height: 3rem;
  }
  body #nose #experience .container .check svg {
    width: 1.35rem;
  }
  body #nose #experience .container h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.4px;
    margin-bottom: 0;
  }
  body #nose #surgery {
    padding: 3rem 0;
  }
  body #nose #surgery .container {
    width: 90%;
    padding: 0;
  }
  body #nose #surgery .container .check_row {
    margin: 0 !important;
    width: 100%;
    padding: 0.5rem 0;
    border: none !important;
  }
  body #nose #surgery .container h2 {
    font-size: 2.3rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
  body #nose #surgery .container h5 {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  body #nose #surgery .container h4 {
    font-size: 0.9rem;
    margin-top: 0rem;
    line-height: 1.1rem;
    padding: 0;
    padding-left: 1rem;
  }
  body #nose #surgery .container .check {
    width: 2.5rem;
    height: 2.5rem;
  }
  body #nose #surgery .container .check svg {
    width: 1.1rem;
    color: black;
  }
  body #nose #faqs {
    padding: 3rem 0;
  }
  body #nose #faqs .container {
    width: 90%;
    padding: 0;
  }
  body #nose #faqs .container h1 {
    font-size: 2rem;
    margin-bottom: 0;
    padding: 0;
    line-height: 3rem;
  }
  body #nose #faqs .container .accordion .accordion-item {
    padding: 1rem;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header button {
    padding: 1rem 0.75rem !important;
    padding-bottom: 0.75rem;
    font-size: 18px;
    line-height: 2.5rem;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header button svg {
    position: absolute;
    color: #000000;
    width: 1.5rem;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header button span {
    padding-left: 2.3rem;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button {
    padding-bottom: 2rem;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button svg.bi-plus-circle-fill {
    display: none;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button svg.bi-dash-circle-fill {
    display: inline-block;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    padding-bottom: 2rem;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button.collapsed svg.bi-plus-circle-fill {
    display: inline-block;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-header .accordion-button.collapsed svg.bi-dash-circle-fill {
    display: none;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-button::after {
    display: none;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: white;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-body {
    padding-top: 0;
    background: white;
  }
  body #nose #faqs .container .accordion .accordion-item .accordion-body p {
   
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #6D6B7D;
  }
  body #nose #ourCompany {
    padding: 3rem 0;
  }

  body #nose #ourCompany h1 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #131313;
  }
  body #nose #ourCompany h1 span {
    color: #232536;
  }
  body #nose #ourCompany #demos {
    padding: 1rem 1rem 0 1rem;
  }
  body #nose #ourCompany #demos .owl-carousel {
    height: 40rem;
  }
  body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
  }
  body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item {
    height: 100%;
  }
  body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h3 {
    font-size: 1.2rem;
    margin-top: 5px;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
  body #nose #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item h6 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  body #nose #ourCompany .bottom_container {
    width: 100%;
    margin-top: 2rem;
  }
  body #nose #ourCompany .bottom_container button {
    background: transparent;
    border: none;
    margin: 0 1.4rem;
  }
  body #nose #ourCompany .bottom_container button svg {
    font-weight: normal;
    width: 1.5rem !important;
  }
  body #nose #ourCompany .bottom_container button svg path {
    font-weight: normal;
  }
  body #nose #ourCompany .bottom_container .bar .min_value, body #nose #ourCompany .bottom_container .bar .max_value {
    font-size: 1rem;
  }
  body #nose #ourCompany .bottom_container .bar .progress {
    height: 1.2px;
    margin: 0 0.3rem;
  }
  body #nose #ourCompany .bottom_container .bar .progress .progressed .right_dot {
    top: -0.16rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  body #nose #contact {
    padding: 3rem 0;
  }
  body #nose #contact .container {
    width: 94%;
  }
  body #nose #contact .container .left_information {
/*    padding: 1rem;*/
  }
  body #nose #contact .container .left_information h2 {
    font-size: 24px;
    line-height: 3.5rem;
  }
  body #nose #contact .container .left_information hr {
    margin-bottom: 0;
  }
  body #nose #contact .container .left_information h5 {
    font-size: 18px;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  body #nose #contact .container .left_information .box {
    margin: 0.75rem 0 !important;
    height: initial;
    word-wrap: break-word;
  }
  body #nose #contact .container .left_information .box svg {
/*    width: 2.5rem;*/
  }
  body #nose #contact .container .left_information .box p {
 /*   font-size: 1rem;
    line-height: 1.1rem;*/
/*    color: white;*/
    word-wrap: break-word;
  }
    body #home #contact .container .left_information .box p {
    font-size: 12px !important;
/*    line-height: 1.3rem;*/
    color: black;
  }
  body #nose #contact .container .left_information .social_media_bottom {
    padding: 0.5rem 0 0 0;
  }
  body #nose #contact .container .left_information .social_media_bottom .last {
    border: none !important;
  }
  body #nose #contact .container .right_box {
    padding: 1rem;
  }
  body #home #ourCompany #demos .owl-carousel .owl-stage-outer .owl-stage .item .info_bottom {
  height: 43%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
  body #nose #contact .container .right_box img {
    height: initial;
  }
  body #nose #contact .container .right_box h6 {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  body #nose #contact .container .right_box button {
    border: none;
    outline: none;
    box-shadow: none;
    margin-top: 0.75rem;
  }
  body footer {
    padding: 3rem 0;
    border-top-left-radius: 5rem;
  }
  body footer .container {
    width: 95%;
  }
  body footer .container h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.8rem;
  }
  body footer .container ul li {
    padding: 0.5rem 0;
  }
  body footer .container li:nth-child(2) {
    padding-top: 1rem;
  }
  body footer .container .footer_bottom {
    padding-top: 1rem;
  }
  body footer .container .footer_bottom h5 {
    font-size: 1.1rem;
  }
}
  body .carousel {
    height: 90% !important;
}


.bg_dark h1{
/*background-color: black;*/
/*padding: 43px;*/
}
p,ul,li{
  font-size: 16px !important;
  line-height: 2.5rem;
  word-wrap: break-word;
}

.owl-carousel .owl-stage-outer {
  height: 35rem;
}

.left_information p{
  font-size: 13px !important;
}

/*
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  body {
    zoom: 1.115;

  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}
@media screen and (min-width: 1163px) and (max-width: 1279px) {
  body {
    zoom: 0.78;
  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1705px) {
  body {
    zoom: 1.25;
  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}
@media screen and (min-width: 1706px) and (max-width: 1919px) {
  body {
    zoom: 1.335;
  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}*/
@media screen and (min-width: 1920px) and (max-width: 2500px) {
  /*body {
    zoom: 1.5;
  }*/
  /*body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }*/
}
/*@media screen and (min-width: 2501px) and (max-width: 2700px) {
  body {
    zoom: 2;
  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}
@media screen and (min-width: 2701px) and (max-width: 4500px) {
  body {
    zoom: 2;
  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}
@media screen and (min-width: 4501px) and (max-width: 5200px) {
  body {
    zoom: 4;
  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}
@media screen and (min-width: 5201px) {
  body {
    zoom: 4;
  }
  body #nose #header .carousel_column, body #home #header .img {
    height: 65rem !important;
  }
}*/
 h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, p:hover, span:hover, a:hover, label:hover, li:hover, i:hover, svg:hover, button:hover{
  transform: scale(1.01) !important;
  cursor:pointer  !important;
}

img:hover{
 transform: scale(1.04) !important;
  cursor:pointer  !important; 
}
img, h1, h2, h3, h4, h5, h6, p, span, a, i, svg,button,label,li{
  transition: ease-in-out .5s  ;
}
