*{
 margin: 0;
 padding: 0;
 box-sizing: 0;
}
:root{
   /* --Seashell:#F4F0ED;  */
   --Seashell:#FDFAEB; 
   --white:#ffffff;
   --black:#000000;
   /* --Coral-Reef:#C8BCAC; */
   --Dawn-Pink:#EFEAE7;
   --Rangoon-Green:#181818;
   --Gold-Tips:#E3BD0F;
   --Cookie-Brown:#C8A310;
   --Coral-Reef:#C8A310;
}
/* ************ */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* ************* */
h1,h2,h3,h4,h5,h6{
    font-family: Oswald;   
}
/* ************ */
nav.navbar.WhiteNav {
  background-color:var(--white)!important;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .6s;
  padding: 12px 0;
  box-shadow: 0 0 2px #ccc;
  top: 0;
  color: var(--Rangoon-Green);
  }
  nav.navbar.WhiteNav .nav-item .nav-link.active{
    color: var(--Coral-Reef);
  }
  nav.navbar.WhiteNav .nav-item .nav-link {
    color: var(--Rangoon-Green);
  }

  .TransparentNav #BrandLogo, .WhiteNav #WhiteLogo {
  display: none;
  }
  .WhiteNav .navbar-brand.white-logo{
  display: none;
  }
  .WhiteNav #BrandLogo {
  display: block;
  }
  .navbar-brand img {
  max-width: 100%;
  height: auto;
  }
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  outline: none;
  font-size: 30px;
  font-weight: 600;
  color: var(--Coral-Reef);
  background: transparent;
  border: 0;
}
.back-to-top img{
  width: 40px;
}
.common-section{
  background: var(--Rangoon-Green);
  padding: 20px 0;
}
.common-section .common-content{
text-align: center;
}
.common-section .common-content h4{
  font-size:2.1rem;
  color: var(--Coral-Reef);
  margin-bottom: 0;
}
/* ************** */
.top-section{
    background: #e3bd0f5e;
    padding: 4px 0;
    text-align: center;
}
.top-section ul{
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    padding-left: 0;
}
.top-section ul li{
    list-style: none;
    margin-right: 12px;
}
.top-section ul li a{
    text-decoration: none;
    color: var(--Rangoon-Green);
}
.top-section img{
    width: 20px;
    margin-right: 4px;
}
.salon-navbar .company-logo img{
width:170px
}
.salon-navbar .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: .9rem;
}
.salon-navbar .navbar-nav .nav-link.active{
    color: var(--Coral-Reef);
}
.salon-navbar .navbar-nav .nav-item{
    margin-right: 20px;
}
/* hero section start */
.hero-section {
    background-color: var(--Desert-Storm);
  }
  
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    position: absolute;
   
    background: var(--white) !important;
    border-radius: 100px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next span,
  .hero-section .owl-carousel .owl-nav button.owl-prev span {
    font-size: 24px;
    line-height: 20px;
    color: var(--black);
  }
  /* d-flex justify-content-center align-items-center */
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top:350px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .hero-section .owl-theme .owl-nav {
    margin-top: 0px !important;
  }
  .slider-img{
    position: relative;
  }
  .slider-caption{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
  }
  .slider-caption h3{
    color: var(--white);
    font-family: Oswald;
    margin-bottom: 8px;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;;
  }
  .slider-caption ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: center;
   
  }
  .slider-caption ul li{
    list-style: none;
    margin: 4px 12px;
 
    
  }
  .slider-caption ul li a{
    text-decoration: none;
    line-height: 80px;
    padding: 12px 20px;
   
  }
  .slider-caption ul li .booknow{
    border: 1px solid var(--Dawn-Pink);
    color: var(--white);
  }
  .slider-caption ul li .contactnow{
    background: var(--Dawn-Pink);
    color: var(--Rangoon-Green);
  }
  /* about section start */
  .about-section{
    padding: 40px 0;
    background: url('../images/paper-bg.webp') no-repeat center center/cover;
  }
  .about-img img{
    width: 100%;
  }
  .about-section img{
    width: 100%;
  }
  .headline h4{
    font-size: 2.1rem;
    color: var(--Rangoon-Green);
  }
  .moreaboutus{
    border: 1px solid var(--Dawn-Pink);
    color: var(--Rangoon-Green);
    text-decoration: none;
    line-height: 80px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: .9rem;
  }
  .right-about{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
  }
  /* about sectio end */
  /* serve salon start */
  .salon-section{
    margin:80px 0 40px 0;
  }
  .salon-section .salon-serve .serve-icon img{
    background: var(--Coral-Reef);
    padding: 12px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .salon-section .salon-serve{
  text-align: center;
  border: 1px solid var(--Coral-Reef);
  padding: 30px;
  position: relative;
  transition: .6s;
  }
  .salon-section .salon-serve:hover{
    margin-top: -12px;
    transition: .6s;
  }
  .salon-section .salon-serve h4{
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
margin-top: 20px;
  }
  .salon-section a{
    text-decoration: none;
  border: 1px solid var(--Coral-Reef);
    color: var(--Rangoon-Green);
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: .8rem;
  }
  .salon-section .salon-serve .getservicebtn{
background: var(--Coral-Reef);
color: var(--white);
border: 1px solid var(--Coral-Reef);
  }
  .salon-section .salon-serve .getservicebtn:hover{
    border: 1px solid var(--Coral-Reef);
    color: var(--Coral-Reef);
    background: transparent;
  }
  .salon-section .salon-serve .bookBtn:hover{
background:var(--Coral-Reef);
color: var(--white);
  }
  .about-artists{
    background: var(--Rangoon-Green);

    color: var(--white);
  }
  .about-artists h4{
    color: var(--Coral-Reef);
  }
  /* serve salon end */
  /* sliverclip-section start */
  .sliverclip-section{
    padding: 40px 0;
  }
  .sliverclip-section .sliverclip img{
    width: 100%;
    margin-bottom: 8px;
  }
  .sliverclip-section .sliverclip{
    text-align: center;
  }
  .sliverclip h4{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .sliverclip-section .getservicebtn{
text-decoration: none;
background: var(--Coral-Reef);
color: var(--white);
border: 1px solid var(--Coral-Reef);
text-align: center;
  }
  .sliverclip-section a{
    text-decoration: none;
    border: 1px solid var(--Coral-Reef);
    color: var(--Rangoon-Green);
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: .8rem;
  }
  /* sliverclip-section end */
  /* artists start */
  .ourartist-section{
    padding: 40px 0;
    background: url(../images/paper-bg.webp) no-repeat center center / cover;
  }
  .artists-img img{
    width: 100%;
  }
  .headline h4{
text-transform: uppercase;
  }
  .artists-content .getservicebtn{
    text-decoration: none;
    background: var(--Coral-Reef);
    color: var(--white);
    border: 1px solid var(--Coral-Reef);
    text-align: center;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: .8rem;
  }
  .left-artists{
    display: flex;
    align-items: center;
    height: 100%;
    
  }
  /* artists end */
  /* callback section start */
  .callback-section{
    background: var(--Rangoon-Green);
    color: var(--white);
    padding: 40px 0;
   
  }
  .callback-section h4{
    margin-bottom: 0;
    text-align: center;
    font-size: 2.5rem;
  }
  .callback-section a{
    color: var(--Coral-Reef);
  }
  .callback-section .contactBtn{
    text-align: center;
  }
  .callback-section .contactBtn a{
    text-decoration: none;
    background: var(--Coral-Reef);
    color: var(--white);
    border: 1px solid var(--Coral-Reef);
    text-align: center;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: .8rem;
  }
  /* callback section end */
  /* service start */
  .service-section{
    margin: 40px 0;
  }
  .service-section .headline{
    text-align: center;
  }
  .service-cards img{
    width: 100%;
    margin-bottom: 12px;
  }
  .service-section .service-cards{
    text-align: center;
    margin-bottom: 40px;
  }
  .service-cards .getservicebtn{
    text-decoration: none;
    background: var(--Coral-Reef);
    color: var(--white);
    border: 1px solid var(--Coral-Reef);
    text-align: center;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: .8rem;
  }
  .service-caption h4{
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  }
  .service-section .headline h4{
    margin-bottom: 30px;
  }
  .service-caption p{
    text-align: left;
  }
  .service-caption .bookBtn{
    text-decoration: none;
    border: 1px solid var(--Coral-Reef);
    color: var(--Rangoon-Green);
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: .8rem;
  }
  /* service end */

  /* footer start  */
  footer{
    padding: 40px 0;
    background: var(--Rangoon-Green);
    color: var(--white);
  }
  .footer-logo img{
    margin-bottom: 20px;
  max-width: 100%;
  width: 160px;
  }
  .footer-head h4{
    text-transform: uppercase;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .footer-head h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--Coral-Reef);
  }
  .footer-head ul{

    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-head.footermenulist ul li::before{
    content: "";
    position: absolute;
    left: -15px;
    width: 12px;
    height: 38px;
    z-index: 1;
    background: url(../images/right-arrow-angle.png) no-repeat center / 7px;
    top: -6px;
  }
  .footer-head ul li{
    list-style: none;
    margin-bottom: 8px;
    position: relative;
  }
  .footer-head li a{
    text-decoration: none;
    color: var(--Seashell);
  }
  .footer-head i{
    font-size: .8rem;
    margin-right: 6px;
  }
  .footer-socialmedia{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .footer-socialmedia li{
    margin-right:14px;
  }
  .footer-socialmedia li i{
    font-size: 1rem;
  }
  .copyright{
   padding-top: 40px;
    font-size: .8rem;
    text-align: center;
  }
  .copyright a{

    color: var(--Coral-Reef);
  }
  /* footer end */
  /* team member start */
  .teamsection{
    padding: 40px 0;
  
  }
  .team-content{
    padding: 20px 0;
  }
.team-content p{
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .teamsection .team-card img{
    width: 100%;
    margin-bottom: 8px;
  }
  .teamsection .team-member-content{
    padding: 20px 0;
  }

  .teamsection .team-card{
    text-align: center;
    margin-bottom: 20px;
  }
  .teamsection .team-card h4{
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  .team-member .nav{
    justify-content: center;
  }
  .team-member .nav-tabs .nav-link.active{
    border: 0;
    color: var(--Rangoon-Green);
    border-bottom: 1px solid var(--Rangoon-Green)!important;
  }
  .team-member .nav-tabs .nav-link{
    color: gray;
    font-weight: 500;
  }
  .team-member .nav-tabs{
border-bottom: 0;
  }
  .team-member button{
    border: 0!important;
  }
.team-content h4{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  width: 250px;
  margin: 0 auto;
}
  /* team member end */
  /* video section start */
  .video-section{
    padding: 40px 0;
  }
  .video-section img{
    width: 100%;
  }
  .video-section .video-img{
    position: relative;
  }
  .video-section .playvideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .video-section .playvideo{
    background: var(--Dawn-Pink);
    border-radius: 80px;
    padding: 8px;
    width: 60px;
    height: 60px;
    opacity: .6;
  }
  .video-section .playvideo i{
   display: flex;
   height: 100%;
   width: 100%;;
   justify-content: center;
   align-items: center;
   color:var(--Rangoon-Green)
  }
  .video-section .playvideo:hover {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
}
.video-section .playvideo i:hover {
    color: var(--Hover-Green);
}
.video-section .playvideo, 
.video-section .playvideo i {
    transition: all 0.3s ease;
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
}
iframe {
  width: 100%;
  height: 450px;
  border: none;
}

  /* video section end */
  /* partner start */
  .partnerslider{
  padding: 20px 0;
   background: var(--Seashell);
  }
  .partnerslider .partner-logo{
    padding: 20px;
  }
  /* partner end */
/* contact start */
.contact-form .form-control{
border-radius: 0;
}
.contact-form input{
  padding: 10px;
}
.contact-form textarea{
  padding: 12px;
}
.form-control:focus {
  box-shadow: none!important;
  border: 1px solid var(--Coral-Reef)!important;
}
.form-contact{
  margin-bottom: 20px;
}
.read-policy{
  text-align: center;
  font-size: 1rem;
 
}
.read-policy .form-check .form-check-input{
float: none!important;
}
.read-policy a{
  color: var(--Coral-Reef);
}
.read-policy input{
  padding: 6px;
}
.read-policy .form-check-input:checked {
  background-color: #181818;
  border-color: #181818;
}
.read-policy .form-check-input:focus{
  box-shadow: none!important;
}
.read-policy .gettouchbtn{

}
.left-contact img{
  width: 100%;
  margin-bottom: 20px;
}
.sliversalon-section{
  padding: 40px 0;
}
.left-contact ul{
  padding-left: 0;
 
}
.left-contact ul li{
  list-style: none;
}
.left-contact .daylist li{
  font-weight: 600;
}
.appointment-reception{
  color: var(--Rangoon-Green);
  font-size: .9rem;
}
.contact-link{
  margin-bottom: 20px;
}
.contact-link li a{
text-decoration: none;
color: var(--Rangoon-Green);
}
.contact-link li a i{
  color: var(--Rangoon-Green);
  margin-right: 4px;
  }
  .contact-content h4{
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .contact-book ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .contact-book ul li{
    list-style: none;
    margin-right: 20px;
  }
  .contact-book ul li a{
    text-decoration: none;
    border: 1px solid var(--Coral-Reef);
    padding: 8px 16px;
    
  }
  .sliversalon-section .contactnow{
    text-decoration: none;
    line-height: 80px;
    padding: 12px 20px;
    background: var(--Coral-Reef);
    color: var(--white);
  }
  .sliversalon-section .booknow{
    text-decoration: none;
    line-height: 80px;
    padding: 12px 20px;
    border: 1px solid var(--Dawn-Pink);
    color: var(--Rangoon-Green);
  }
  .google-loction iframe{
    width: 100%;
    height: 350px;
  }
/* contact end */
/* sliverclip-section start */
.sliverclipstore{
  padding: 40px 0;
}
.sliverclipsection .slider-caption h4{
  font-size: 3.5rem;
  color: var(--white);
  text-transform: uppercase;
}
.sliverclipsection .slider-caption p{
  color: var(--white);
}
.sliverclipstore .left-sliverstore img{
  width: 100%;
}
.slider-img img{
  width: 100%;
}
/* sliverclip-section end */
/* gallery start */
.gallery-section .card-image img{
  width:100%;
  }
  .gallery-section .card-image{
    margin-bottom: 20px;
  }
/* gallery end */
.terms-section{
  padding: 40px 0;
}
.terms-section h2 {

  margin-top: 20px;
}
.terms-section h3{
  font-size: 1.2rem;
  color: var(--Rangoon-Green);
}
.terms-section p {
  margin-bottom: 15px;
  text-align: justify;
}
/* media query start */
@media(max-width:1440px){
.slider-caption h3 {
  font-size: 60px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 250px;
}
}
@media(max-width:1300px){
  .slider-caption h3 {
    font-size: 45px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 225px;
}
}
@media(max-width:1200px){
  .slider-caption h3 {
    font-size: 40px;
}
.slider-caption ul li a {
  padding: 8px 12px;
}
.headline h4 {
  font-size: 2rem;
  color: var(--Rangoon-Green);
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 200px;
  width: 40px;
  height: 40px;
}
.about-artists .headline h4{
  color: var(--Coral-Reef);
}
.about-artists{
  background: var(--white);
  margin: 20px 0 40px 0;
}
.about-artists p{
  color: var(--Rangoon-Green);
}
.sliverclipsection .slider-caption h4 {
  font-size: 2.5rem;
}
.partnerslider .partner-logo {
  padding: 12px;
}
}
@media(max-width:1024px){
  .team-content p {
    width: 100%;
  }
  .teamsection .team-card h4 {
    font-size: 1rem;
}
.teamsection  .team-caption p{
font-size: .8rem;
}
.team-content p {
padding: 0;
}
.sliverclipsection .slider-caption h4 {
  font-size: 2rem;
}
}
@media(max-width:992px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 180px;
}
.callback-section h4 {
  font-size: 2.2rem;
}
.salon-section .salon-serve {
  margin-bottom: 40px;
  margin-top: 40px;
}

.salon-section{
margin-bottom: 0;
}
.sliverclip-section {
  padding-top: 0;
}
.sliverclip-section .sliverclip {
  margin-bottom: 30px;
}
.ourartist-section .left-artists{
margin-bottom: 65px;
}
nav.navbar.WhiteNav .nav-item .nav-link.active {
  color: var(--Coral-Reef);
}

.navbar-toggler:focus{
  border: 0;
  box-shadow: none!important;
}
.navbar-toggler{
  border: none!important;;
}
.menu-bg img{
  width: 80px;
}
.sliverclip-section.about-section{
padding-top: 40px;
}
.team-content p{
  text-align: left;
}
.google-loction iframe{

  height: 250px;
}
.sliversalon-section{
padding-top: 0;
padding-bottom: 20px;
}
.sliverclipstore .left-sliverstore img{
margin-bottom: 20px;
}
.sliverclipstore{
padding-bottom: 0;
}
.artists-content{
  margin-bottom: 40px;
}
.salon-section{
margin: 20px 0;
}
.salon-section .salon-serve:hover {
  margin-top: 12px;
}
}
@media(max-width:900px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 145px;
}
.slider-caption h3 {
  font-size: 35px;
}
.headline h4 {
  font-size: 1.8rem;
}
.partnerslider .partner-logo {
  padding: 14px;
}
.sliverclipsection .slider-caption h4 {
  font-size: 1.5rem;
}
.sliverclipsection .slider-caption p{
  font-size: .8rem;
}
}
@media(max-width:768px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 125px;
}
.ourartist-section,.sliverclip-section ,.teamsection,.sliverclipstore,.terms-section{
  padding: 20px 0;
}
.service-section{
margin: 20px 0;
}
.slider-caption h3 {
  font-size: 30px;
}
.slider-caption ul li a {
  text-decoration: none;
  line-height: 50px;
}
.team-member .nav-tabs .nav-link {
}
}
@media(max-width:680px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 110px;
}
.footer-head ul {
  padding-left: 12px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 90px;
}
.slider-caption h3 {
  font-size: 24px;
}
.slider-caption ul li a {
  font-size: .8rem;
}
.slider-img img {
  width: 8px;
}
.headline h4 {
  font-size: 1.5rem;
}
.sliverclipsection .slider-caption p{
  display: none;
}
}
@media(max-width:575px){
  .about-section {
    padding: 20px 0
  }
  .footer-logo img {
    width: 80px;
  }
  .common-section .common-content h4 {
    font-size: 1.5rem;
  }
  .slider-caption ul {
    display: none;
  }
}
@media(max-width:520px){
  .slider-caption h3 {
    font-size: 20px;
}
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 80px;
}
.slider-caption ul li a{
  padding: 6px;
}
.callback-section h4 {
  font-size: 2rem;
}
.moreaboutus {
  padding: 10px 12px
}
}
@media(max-width:470px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 65px;
}
}
@media(max-width:425px){
  .salon-navbar .company-logo img {
    width: 60px;
}
.slider-caption h3 {
  font-size: 16px;
}
.slider-caption ul li a {
  line-height: 24px;
}
.slider-caption ul li {
margin-right: 4px;
margin-left: 0;
}
}
@media(max-width:400px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 60px;
    width: 30px;
    height: 30px;
}
.top-section ul li a {
  font-size: .8rem;
}
.salon-navbar .company-logo img {
  width: 50px;
}
.top-section img {
  width: 14px;
}
}
@media(max-width:375px){
  .slider-caption {
    left: 45%;
  }
  .footer-logo img {
    width: 70px;
}
.sliverclipsection .slider-caption h4 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
}
@media(max-width:340px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 45px;
  }
}
/* media query end */
