@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* ==========================================================================
   #Reset
   ========================================================================== */
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iame, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
  }
  body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    background-color: #fff;   
    position:relative; /* Why?? */     
  } 
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }
  h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, 'Open Sans', Roboto, sans-serif;
    /* 'Yanone Kaffeesatz', sans-serif; */
  }
  input, select, textarea,input[type=text], input[type=date], input[type=url], input[type=email], input[type=password], input[type=tel],
  button,button[type="submit"] {    
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important;
    -ms-border-radius: 0!important;
    border-radius: 0;    
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  /* .col-padtop {
    padding: 95px 0 0;
  } */
  .scrollup {
    z-index:50;
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 50px;
    color:#fff;
    text-indent:-9999px;
    right: 30px;
    display: none;
    background: url('../images/scroll-top-arrow.png') no-repeat 7px 7px;
    background-color: #000;
    border:1px solid #fff;    
    -webkit-transition:linear .2s all;
    -moz-transition:linear .2s all;
    -ms-transition:linear .2s all;
    -o-transition:linear .2s all;
    transition:linear .2s all;
  }

  .scrollup:hover {
    background-position:7px -22px;
    background-color: #fff;
    border:1px solid #000;
  }
  /* ==========================================================================
  #Reset end
  ========================================================================== */

fieldset.border{
  border: 1px solid #fff !important;
  border-radius: 1.5rem !important;
}

  /* Slide */
  div[aria-describedby="slide"] {
    border-radius: 25px;
    opacity: .75;
  }

  /* Icons */
  .icons a{
    background: #ecf0f3;
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0 6px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s;
    box-shadow: -3px -3px 7px #ffffff,
                3px 3px 5px #ceced1;
  }
  .icons a:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #ecf0f3;
    box-shadow: inset -3px -3px 7px #ffffff,
                inset 3px 3px 5px #ceced1;
  }
  .icons a i{
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 40px;
  }
  .icons a:hover i{
    transform: scale(0.9);
  }
  .icons a.fb i{
    color: #4267B2;
  }
  .icons a.twitter i{
    color: #1DA1F2;
  }
  .icons a.insta i{
    color: #E1306C;
  }
  .icons a.git i{
    color: #333;
  }
  .icons a.yt i{
    color: #ff0000;
  }

  /* navbar */
  .navbar-light .navbar-nav .nav-link {    
    color: rgba(205, 50, 120, .6);  
    text-transform: uppercase;
    /* transform: skew(-20deg); */
  } 
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, .9);
  } 
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(205, 50, 120, .9);
  }
  /* .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .nav .nav-link:hover {
    color: rgba(205, 50, 120, .7);  
  }   */
  .navbar-brand {
    margin: 0 3rem;
  }
  .navbar, .navbar-nav{
    /* font-family: 'Neue Helvetica', 'Helvetica Now', Arial, Helvetica, sans-serif; */
    /* font-family: 'Playfair Display', serif; */    
    font-family: Arial, Helvetica, 'Open Sans', Roboto, sans-serif;
    /* Montserrat, "Open Sans", Helvetica, Arial, sans-serif; */
    font-weight: 700;
    font-size: 18pt;
    padding:0vw;
    width: 100%;
  }
  /* a.nav-link{
    font-family: 'Playfair Display', serif;
    color:#999;
  } */  
  .navbar a, .navbar-nav a,
  .navbar, .navbar-nav {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      /* font-weight: 600; */
      color: #fff; /* #333; */
  }
  .fixed-top {    
    opacity: .9;
  }
  /* .slider-title {
    display: inline-block;
    width: 100%;
  } */
  .title-bg {
    padding: 60px 70px 0px;
    width: 24%;
    background: #fff;
    margin-top: -128px;
    float: left;
    opacity: .95;
  }
  .white-bg {
    float: right;
    width: 75%;
    padding-top: 50px;
  }
  h1, .h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 80px;
    font-weight: 200;
    line-height: 80px;
    color: #cd3278;
  }
  h2, .h2{
    color: #fff;
  }
  /* Icon when the collapsible content is shown */
  #btnCovidPolicy:after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: 900;
  }
  /* Icon when the collapsible content is hidden */
  #btnCovidPolicy.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: 900;
  }
  .ui-dialog .ui-dialog-title{width: inherit;}
  #ui-id-1.ui-dialog-title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f4ad";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
  }
  #ui-id-2.ui-dialog-title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f574";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
  }
  #ui-id-3.ui-dialog-title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
  }
  .col-padleft-none {
    padding-left: 0;
  }
  .col-padright-none {
    padding-right: 0;
  }
  .col-padtop {
    padding-top: 50px;
  }
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
  }
  .card {
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #fafafa;
    width: 200px;
    margin: 0 8px 16px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    line-height: 24px;
  }
  .card-container .card:not(:last-child) {
    margin-right: 0;
  }
  .card.card-small {
    height: 16px;
    width: 168px;
  }
  .card-container .card:not(.highlight-card) {
    cursor: pointer;
  }
  .card-container .card:not(.highlight-card):hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
  }
  .card-container .card:not(.highlight-card):hover .material-icons path {
    fill: rgb(105, 103, 103);
  }
  .card.highlight-card {
    background-color: #1976d2;
    color: white;
    font-weight: 600;
    border: none;
    width: auto;
    min-width: 30%;
    position: relative;
  }
  .card.card.highlight-card span {
    margin-left: 60px;
  }
  .third-effect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
  }  
  .third-effect .mask {
    opacity: 0;
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .third-effect a {
    position: relative;
    top: 48%;
    bottom: 48%;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease-in-out;
    -moz-transition: opacity 0.3s 0s ease-in-out;
    -o-transition: opacity 0.3s 0s ease-in-out;
    -ms-transition: opacity 0.3s 0s ease-in-out;
    transition: opacity 0.3s 0s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    background: url(../images/team-social-icn.png) no-repeat 0px 0px;
    margin-right: 10px;
  }
  .third-effect a.twitter {
    background-position: -40px 0px;
  }
  .third-effect:hover .mask {
    opacity: 1;
    background:rgba(0,0,0,0.7);
  }
  .third-effect:hover a{
    opacity:1;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #services header, #gallery header, #careers header, #blog header {
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
    padding: 30px 0;
  }
  .mb-40{
    margin-bottom: 40px;
  }
  .table-bordered th{
    background-color: #cd3278;
    color: #fff;
  }
  .displayhide {
    display: none;
  }
  div[aria-describedby="slide"] {
    border-radius: 25px;
    opacity: .75;
  }
  .appoimentbg {
    background-color: #ccc;
    padding: 100px 70px 50px;
    width: 100%;
  }
  .appfrm {
    padding-top: 70px;
    width: 100%;
    position: relative;
  }

  .has-feedback {
    position: relative;
  }
  span.form-control-feedback {
    color: red;
  }
  #AppointmentFrm span.form-control-feedback {
    margin-top: 33px; 
  } 
  #AppointmentFrm .form-group.w-100{
    margin-bottom: 0;
  }
  #AppointmentFrm textarea.form-control, #MessageForm textarea.form-control {
    height: 195px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    padding-right: 7px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .ui-tooltip, .arrow:after {
    background:#ffe4c4;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: #000;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  .scrollup {
    z-index:50;
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 110px;
    color:#fff;
    text-indent:-9999px;
    right: 15px;
    display: none;
    background: url('../images/scroll-top-arrow.png') no-repeat 7px 7px;
    background-color: #000;
    border:1px solid #fff;    
    -webkit-transition:linear .2s all;
    -moz-transition:linear .2s all;
    -ms-transition:linear .2s all;
    -o-transition:linear .2s all;
    transition:linear .2s all;
  }
  .scrollup:hover {
    background-position:7px -22px;
    background-color: #7f7f7f;
    border:1px solid #000;
  }
  ul.menu li a:hover, .scrollup {
    background-color: #cd3278;
  }
  .testimonialdiv {
    display: inline-block;
    width: 100%;
  }
  .testimonilabg {
    width: 100%;
    display: inline-block;
    background: #f4f4f4;
    padding: 60px 70px 75px;
  }
  .testimonilabg .carousel {
      height: auto;
      margin-top: 0px;
  }
  .testimonilabg .carousel-control {
    position: absolute;
    right: -105px;
    bottom: auto;
    width: 100%;
    top:0px;
    opacity:inherit;
  }
  .testimonilabg .carousel-control a {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0px;
    background: url(../images/icn-arrow-small.png) 0 0 no-repeat
  }
  .testimonilabg .carousel-control .left {
    left:auto;
    right:0px;
    margin-top:0px;
  }
  .testimonilabg .carousel-control .left:hover {
    background-position: 0px -50px
  }
  .testimonilabg .carousel-control .right {
    top:44px;
    right: 0px;
    left:auto;
    margin-top: 0px;
    background-position: -50px 0px
  }
    .testimonilabg .carousel-control .right:hover {
      background-position: -50px -50px
    }

    /* .carousel-inner > .item {
      display: none;
      position: relative;
      -webkit-transition: .6s ease-in-out left;
      -o-transition: .6s ease-in-out left;
      transition: .6s ease-in-out left
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      line-height: 1
    } */
    /* @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px
      }
      .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
      }
      .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
      }
      .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
      }
    } */
    /* .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
      display: block
    }
    .carousel-inner > .active {
      left: 0
    }
    .carousel-inner > .next, .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%
    }
    .carousel-inner > .next {
      left: 100%
    }
    .carousel-inner > .prev {
      left: -100%
    }
    .carousel-inner > .next.left, .carousel-inner > .prev.right {
      left: 0
    }
    .carousel-inner > .active.left {
      left: -100%
    }
    .carousel-inner > .active.right {
      left: 100%
    } */
    .carousel-caption > h5{
      color: #cd3278;
    }   
    .carousel-control-prev-icon, .carousel-control-next-icon{background-color:rgba(205, 50, 120, 0.7);} 
    .img-left {
      float: left;
      width: 150px;
    }

    .col-pad4 {
      padding: 4%;
    }

    .tbg-white {
      float: left;
      width: 82%;
      background: #fff;
    }
    .testi {
      border: none;
      background: #fff;
      width: 100%;
      height: auto;
      text-align: justify;
    }

    .sliderarrow {
      left: 647px;
      position: absolute;
      top: 562px;
    }
    .sliderarrow a.left{
      left: -176px;
    }
    .sliderarrow a {
      background: url('../images/arrow.png') no-repeat 0px 0px;
      height: 88px;
      width: 88px;
      float: left;
      text-indent: -9999px;
      cursor: pointer;
    }
    .sliderarrow a.left:hover{
	    background-position:0px -96px;
	}	
    .sliderarrow a.right{
	    background-position:-96px 0px;
	}	
    .sliderarrow a.right:hover{
		background-position:-96px -96px;
	}	

    .filter ul li a:hover, .filter ul li a.active, .filter ul li a:focus, #mobile-menu {
        background: #cd3278;
    }
    
    .upload-area{
        width: 100%;
        height: 320px;
        border: 2px solid lightgray;
        border-radius: 6px;
        margin: 0 auto;
        text-align: center;
        overflow: auto;
        background-image: url("../images/drag-drop-upload.gif");
        background-repeat: no-repeat;
        background-position: center;
    }
    .upload-area:hover{
      cursor: pointer;
    }
    /* .upload-area h6{
      text-align: center;
      font-weight: 200;
      font-family: sans-serif;
      line-height: 50px;
      color: darkslategray;
    } */
    #uploadStatus{
      font-weight: 600;
      text-align: center;
      background-color: #c8dadf;
      height: 96px;
      padding-top: 24px;
      border: 2px solid lightgray;
      border-radius: 6px;
      /* color:#fff; */
    }
    #file {
      display: none;
    }    

    .upload-area:hover{
      cursor: pointer;
    }

    footer {
      text-align: center;
      background-color: #cd3278;
      color: #fff;
      padding: 10px;
      font-size: 1.5em;
      position: fixed;
      bottom: 0;
      width: 100%;
      opacity: .75;
    }    

    /* ==========================================================================
      #blog Masonary Layout css
      ========================================================================== */
    .col-30{
      width:33.3%;
      padding:0px 15px 45px;
    }
    .col-30	img{
      width:100%;
    }
    .col-30 span {
      color: #999999;
      display: inline-block;
      margin-top: 5px;
    }
    .blogmscontent{
      padding:35px 0px;
      border-bottom:1px solid #ddd;
    }	
    .blogmscontent p{
      padding-top:15px;
    }
    .blogmasonary{
      width:100%;
      margin-bottom:50px;
    }

    .demo-bg {
      background: #cd3278;
      margin-bottom: 40px;
    }

    .business-hours {
      background: #ccc;
      padding: 40px 14px;
      position: relative;
    }
    .business-hours:before{
      content: '';
      width: 23px;
      height: 23px;
      background: #111;
      position: absolute;
      top: 5px;
      left: -12px;
      transform: rotate(-45deg);
      z-index: -1;
    }
    .business-hours .title {
      color: #404040;
      text-transform: uppercase;
      padding-left: 5px;
      border-left: 4px solid #cd3278;
      text-align: left;
    }
    .business-hours li {
      color: #4d4d4d;
      line-height: 36px;
      border-bottom: 1px solid #333;
    }
    .business-hours li:last-child {
      border-bottom: none;
    }
    .business-hours .opening-hours li.today {
      color: #cd3278;
    }

    .offcanvas{background-color: rgba(204, 204, 204, .7);}
    #contact{
      background-color: rgba(204, 204, 204, .7);
      padding: 50px 0px;
    }

    .contactmap {
      background: #fff;
      width: 100%;
      float: left;
    }

    .mapcont {
      float: left;
      width: 62%;
      position: relative;
    }

    .mapcont iframe {
      border: medium none!important;
      height: 100%;
      position: absolute;
      top: 0px;
      width: 100%;
    }

    .social {
      float: right;
      width: 38%;
      /* padding: 62px 40px 63px; */
      padding: 62px 28px 63px;
    }

    div.social h6 {
      font-size: .95rem;
      padding-left: 20px;
    }

    /* .form-group {
      margin-bottom: 10px;
      margin-right: 10px;
      width: 49%;
    } */

    .social-icon {
      width: 78%;
      margin: 40px 0 0 30px;
      float: left;
    }

    .social-icon a {
      float: left;
      background: url('../images/css_sprites.png') no-repeat;
    }

    .social-icon a.facebook {
      width: 50px;
      height: 50px;
      background: url('../images/css_sprites.png') -10px -10px;
    }

    .social-icon a.twitter {
      width: 50px;
      height: 50px;
      background: url('../images/css_sprites.png') -80px -10px;
    }

    .social-icon a.instagram {
      width: 50px;
      height: 50px;
      background: url('../images/css_sprites.png') -10px -80px;
    }

    .social-icon a.youtube {
      width: 50px;
      height: 50px;
      background: url('../images/css_sprites.png') -80px -80px;
    }

    /* #ContactForm .form-group {
      margin-bottom: 10px;
      margin-right: 10px;
      width: 47%;
    } */

    .coypright {
      width: 100%;
      color: #fff;
    }

    #MessageForm input, #MessageForm textarea { width: 100% }
    #MessageForm span.form-control-feedback { left: 42.8em; }

    #formUploadResume .form-group { width: 100%; }    

    .carousel-inner .carousel-item img { 
      height: 650px;
      /* object-fit: cover; */
    }

    #myCarousel-2 .carousel-inner .carousel-item .card { width: 84%; }
    #myCarousel-2 .carousel-inner .carousel-item .card .card-body .card-text p { height: 150px; }

    /* input:required:invalid, input:focus:invalid, select:required:invalid, select:focus:invalid, textarea:required:invalid, textarea:focus:invalid{
      border-color:red; 
    }

    input:required:valid, input:focus:valid, select:required:valid, select:focus:valid, textarea:required:valid, textarea:focus:valid{
      border-color: #80bdff;
    } */

    .mobiledate { display: none; }

    #salon-left-img{ height: 974px; }

    .modal-header{
      background-color: #342628;
      color: #fff;
    }
    .modal-header .close { color: #fff; }
    .modal-body, .modal-footer{ background-color: #e6e6e6; }
    .modal-footer{ border-top: 1px solid #333; }
    .modal-body .form-group{ width: 100%; }    
    
    .ui-dialog .ui-dialog-titlebar{
      background: #342628;
      border-radius: 10px;
    }
    .ui-dialog-titlebar-close { color: #342628; }
    .ui-widget.ui-widget-content { border: 7.5px solid #cd3278; }

    /* #carouselControls { display: none; } */
    /* .carousel-control-prev { left: 0; } */
    
    .subtitle > h3 { line-height: 2.2; }
    .row.mb-5 img, a.fancybox img, .third-effect > img, #salon-left-img, #salon-right-img-top, #salon-right-img-bottom, .carousel-inner .carousel-item img, 
    #careers img, .card > a > img { object-fit: cover; }
 
    .table td, .table th {
        padding: .5rem;
    }
    
    #accordion .card { width: 100%; }

    .input-group-prepend > i {
      width:16px;
      height:16px;
      padding-left:3px;
      padding-top:5px;
      color:#cd3278;
    }

    /* Toast */
    .toast{
      position: absolute; 
      top: 7.25%;
      right: 0;       
      z-index: 5;      
      border-radius: 50%;      
    }
    .toast-header{      
      font-weight: bold; 
      color: #cd3278;
      background-color: #fff;
    }
    .toast-body{
      font-size: 1.1em;
      font-weight: bold;
      background-color: #cd3278;
      color: #fff;      
    }

    /* ==========================================================================
   	Portrait ipad and android Tablets  width 768 
   ========================================================================== */

    /* @media (min-width: 768px) and (max-width: 991px) {
      h2.color {
        display: block;
        margin-bottom: 25px;
        margin-top: 35px;
      }
      .col-xs-offset-2 {
        display: none;
      }
      .col-padtop {
        padding: 40px 0px 0px;
      }
      #contact {
        padding: 40px 0;
      }
      #services .marbottom {
        margin-bottom: 0;
      }
      .excellence {
        padding: 60px 0 0;
      }
      #gallery {
        padding: 50px 0 0;
      }
      .bg-white {
        margin: 0 7px 0 0;
      }
      .bg-white h2 {
        margin-bottom: 15px;
      }
      .bg-gray {
        padding: 20px 30px 40px;
      }
      .responsive-object iframe, .responsive-object object, .responsive-object embed {
        padding-right: 0;
      }
      .responsive-object {
        padding-bottom: 56%;
        margin-bottom: 20px;
      }
      #video {
        margin-bottom: 60px;
      }
      #ourteam {
        padding-top: 60px;
      }
      .social {
        width: 38%;
        padding: 5.7% 5%;
      }
      .mapcont {
        padding-bottom: 33.5%;
      }
      .img-right {
        width: 100%;
      }
      #promotions h4 {
        margin-bottom: 15px;
      }
      .map iframe {
        height: 241px;
      }
      textarea.form-control {
        width: 99.7%;
      }
      .displayhide {
        display: block;
      }
      .displayvisible {
        display: none;
      }
      #services h2.titile {
        margin-bottom: 25px;
        margin-top: 35px;
      }
      #services p {
        width: 99.6%;
        margin-top: 4px;
      }
      .slidercaption {
        width: 95%;
      }
      .logo {
        padding: 13px 0px;
      }
      .appoimentbg {
        padding: 80px 40px;
        background-attachment: scroll;
        background-position: 50% 30%;
      }
      .time {
        width: 40.5%;
      }
      .submitbtn {
        width: 18%;
      }
      .mobiledate {
        display: block;
        float:left;
        margin-right:18px;
        width:100%;
      }
      .desktopdate {
        display: none;
      }
      .contactmap {
        width: 100%;
        margin-bottom: 70px;
      }
      #SuccessMessage, #ErrorMessage{
        width:100%;
        }
      #ContactSuccessMessage, #ContactErrorMessage{
        width:97%;
        top:-70px;
        }
      .pagetitle{
        padding:100px 0px 0px;
        }
      .blogbox{
        padding-bottom:40px;
        }
      .blogcontent{
        margin:0px;
        width:100%;
        }
      .blogright{
        padding:0px;
        }
      .listbg{
        padding:25px;
        }
      .rssdiv,.blogright{
        display:none;
        }
      .blogfull{
        padding:0px 0px 40px;
        }	
      .blogfullcontent{
        margin:-60px 32px 0px;
        width:91%;
        }	
      .col-30{
        width:50%;
        }
      .testimonilabg{
        padding:40px;
        }
      .img-left{
        width:94px;	
        }	
      .tbg-white{
        width:78%; 
      }
      .title-bg {
        padding: 39px 46px 27px;
        margin-top:-95px;
      }
      .white-bg {
        padding: 24px 0px 30px;
      }
      .sliderarrow{
        left:228px;
        }
      .headertitle{
        margin:50px 0px 100px;
      }	
    } */

    /* ==========================================================================
    landscape ipadmini,ipad and android Tablets  width 1024 
   ========================================================================== */

    /* @media (min-width: 992px) and (max-width: 1199px) {
      .col-padtop {
        padding: 70px 0 0;
      }
      .ourteamd p {
        padding-right: 20px;
      }
      #ourteam .caption {
        width: 97%;
        padding: 28px 40px;
      }
      #services h2.titile {
        margin-bottom: 23px;
      }
      .excellence {
        padding: 70px 0;
      }
      .bg-gray {
        padding: 30px 45px 45px;
      }
      #gallery {
        padding: 0 0 100px;
      }
      .map {
        width: 64%;
        height: 277px;
      }
      .map iframe {
        height: 277px;
      }
      .social {
        width: 37%;
        padding: 38px 20px;
      }
      .social-icon {
        margin: 20px 0 0;
      }
      .social-icon a {
        margin-right: 17px;
      }
      #ourteam .caption {
        width: 97%;
      }
      .logo {
        padding: 13px 0;
      }
      .mobiledate {
        display: block;
        float:left;
        width:100%;
        margin:0px 18px 0px 0px
      }
      .desktopdate {
        display: none;
      }
      .time {
        width: 39%;
        float:left;
      }
      #ContactSuccessMessage, #ContactErrorMessage{
        width:90%;
        top:-77px;
        font-size:12px;
        }
      .rssdiv,.blogright{
        display:none;
        }
      .img-left{
        width:98px;	
        }	
      .tbg-white{
        width:82.2%; 
      }
      .title-bg {
        padding: 26px 70px 0px;
      }
      .white-bg {
        padding: 29px 0px 0px;
      }
      .sliderarrow{
        left:295px;
      }	
    } */

    @media (min-width: 1440px) and (max-width: 1680px){
      .testi {
        min-height: 124px;
      }
      .mapcont {
        padding-bottom: 50%;
      }
      .social {
        padding: 42px 10px;
      }
    } 

    @media (max-width: 576px){
      .testi {
        min-height: 150px;
      }
    }

    @media (min-width: 576px){
      .testi {
        min-height: 150px;
      }      
    }

    @media (min-width: 768px){
      .testi {
        min-height: 150px;
      }
      p#announcement {
        padding: 25px 0;
      }
    }

    @media (min-width: 992px){
      .testi {
        min-height: 124px;
      }
      /*p#announcement {
        padding: 150px 40px 25px;
      }
      div.business-hours {
        margin-top: -15px;
      } */
      .navbar-nav, .nav {
        line-height: 25px;
        list-style-type: none;
      }
      .sliderarrow a.left {
        left: -376px;
      }
      .sliderarrow a.right {
        left: -288px;
      }
      #salon-left-img {
        height: 778px;
      }
      .h2, h2 {
        font-size: 2rem;
        line-height: 1.7;
      }
      .h3, h3{
        font-size: 1.5rem;
        line-height: 1.6;
      }
      .card .card-body .card-text{
        font-size: 1em;
      }
      #myCarousel-2 .carousel-inner .carousel-item .card {
        width: 84%;
      }
      .testimonilabg .carousel-control .left {
        left: 721px;
        top: 150px;
      }
      .testimonilabg .carousel-control .right {
        top: 194px;
        left: 721px;
      }
      /* #jobResponsibility {
        border-right: thick solid darkgray;
      } */
      #jobRequirement {
        padding-left: 25px;
      }
      p#announcement {
        padding-top: 170px;
        padding-left: 25px;
      }
      .sliderarrow {
        left: 1166px;
        position: absolute;
        top: 562px;
      }
      .sliderarrow a.left{
        left: -176px;
      }
  
      .sliderarrow a.left:hover{
        background-position:0px -96px;
      }	
  
      .sliderarrow a.right{
        background-position:-96px 0px;
      }	
  
      .sliderarrow a.right:hover{
        background-position:-96px -96px;
      }	
    } 

    @media (min-width: 1200px){      
      .testi {
        min-height: 124px;
      }
      .testimonilabg .carousel-control .left, .testimonilabg .carousel-control .right {
        right: -44px;
      }
      /* #jobResponsibility {
        border-right: thick solid darkgray;
      } */
      p#announcement {
        padding-top: 150px;
        padding-left: 50px;
      }
      div.business-hours {
        margin-top: -15px;
      }
      .mapcont {
        padding-bottom: 50%;
      }
      .testimonilabg .carousel-control .left, .testimonilabg .carousel-control .right {
        right:auto;
        top:44px;
        left:970px;
      }
      .testimonilabg .carousel-control .left, .testimonilabg .carousel-control .left {
        right:auto;
        top:0;
        left:970px;
      }
      /* .sliderarrow a.left {
        left: -176px;
      }
      .sliderarrow a.right {
        left: -88px;
      } */
      .sliderarrow {
        left: 1280px;
        position: absolute;
        top: 562px;
      }
      .sliderarrow a.left{
        left: -288px;
      }
  
      .sliderarrow a.left:hover{
        background-position:0px -96px;
      }	
  
      .sliderarrow a.right{
        background-position:-96px 0px;
      }	
  
      .sliderarrow a.right:hover{
        background-position:-96px -96px;
      }	
      #salon-left-img {
        height: 974px;
      }
      .navbar-nav, .nav {
        line-height: 5em;
        list-style-type: none;
      } 
      #jobRequirement{
        padding-left: 50px;
      }     
    }

    /* ==========================================================================
    Mobile Portratit & landscape
   ========================================================================== */

    @media (max-width:1199.98px){
    }

    @media (max-width:991.98px){}

    @media (max-width: 767.98px) {
      h1, .h1 {
        font-size: 60px;
        line-height: 60px
      }
      h2, .h2 {
        font-size: 60px;
        line-height: 60px
      }
      .col-padtop {
        padding: 25px 0px 0px;
      }
      .ourteamd p {
        margin: 20px 0px;
        padding: 0px;
      }
      #ourteam h2 {
        text-align: left;
      }
      #services .marbottom {
        margin-bottom: 15px;
      }
      h2.color {
        display: block;
        margin-bottom: 20px;
        margin-top: 15px;
      }
      #gallery {
        padding: 50px 0px 0px;
      }
      .top40 {
        top: 0px;
      }
      .bg-white p {
        display: block;
      }
      .sidgray {
        padding: 50px;
      }
      .gbg-white {
        margin-right: 0;
      }
      .contactmap {
        margin-bottom: 78px;
        width: 100%;
      }
      .social {
        /* padding: 40px; */
        padding: 30px;
      }
      #contact {
        padding: 50px 0
      }
      #video {
        margin-bottom: 50px;
      }
      /* .social span {
        display: block;
      } */
      /* .map .img-responsive {
        width: 100%;
      } */
      .bg-white h2 {
        margin-bottom: 15px;
        font-size: 60px;
      }
      .displayhide {
        display: block;
      }
      .displayvisible {
        display: none;
      }
      #services h2.title {
        margin-bottom: 15px;
        margin-top: 15px;
      }
      #services p {
        width: 100%;
        margin-top: 4px;
      }
      .img-right {
        width: 100%;
      }
      .carousel-control {
        display: none;
      }
      .slidercaption {
        width: 100%;
      }
      /* #ourteam {
        padding-top: 50px;
      } */
      .logo {
        padding: 13px 0px;
      }
      .appfrm {
        padding-top: 55px;
      }
      .textarea, .dateinput, .time {
        width: 100%;
        margin-bottom: 10px;
      }
      .submitbtn {
        width: 25%;
      }
      .appoimentbg {
        background-position: 50% 0;
        padding: 50px 30px;
        background-attachment: scroll;
      }

      .appoimentbg h2 {
        margin-bottom: 20px;
      }
      .map {
        height: 283px;
      }
      .time select {
        background-position: 97% center;
      }
      .mobiledate {
        display: block;
        margin-bottom:12px;
      }
      .desktopdate {
        display: none;
      }
      .mapcont, .social {
        width: 100%;
      }
      .blogcontent{
        margin:0px;
        padding:15px 15px 30px;
        width:100%;
        }
      .rssdiv{
        display:none;
        }
        
      .blogright{
        padding-left:0px;
        display:none;
        }
      .blogfull{
        padding:0px 0px 50px;
        }
      .blogfullcontent{
        margin:-50px 32px 0px;
        width:89%;
        padding:20px;
        }	
      .col-30{
        width:50%;
        }
      .testimonilabg{
        padding:35px;
        }
      .tbg-white{
        width:100%;
        }
      .testimonilabg .carousel-control{
        display:block;
        }
      .img-left{
        width:98px;	
        }
      .title-bg{
        width:100%;
        padding: 15px 5px;
        margin:0px;
      }
      .white-bg {
        width:100%;
        padding: 0 10px
      }
      .sliderarrow{
        display:none;
        }
      .headertitle{
        margin:30px 0px 50px;
        }	
      .themebox{
        margin-bottom:30px;
        }
      .headertitle h4 {
        margin-top: 20px;
      }
      #promotions .carousel-inner > .item > img {
        max-width: 100%;
        position: relative;
        left: 0
      }
      #promotions .carousel-control {
        bottom: 65.5%;
        display: block;
        width: 100%
      }
      #promotions .carousel-control .left {
        left: 0
      }          
    }

    @media (max-width:575.98px){
      h1, .h1 {
        font-size: 57px;
        line-height: 57px;
      } 
      h2, .h2 {
        font-size: 28px;
        line-height: 28px;
      }
      .appoimentbg h2, .h2 {
        font-size: 21px;
        line-height: 21px;
        font-weight: 500;
      }
      .appfrmleft .form-group, #ContactForm .form-group {
        width: 100%;
        margin: 0px 0px 12px;
      }
      .appfrmleft .form-row, #ContactForm .form-row, #MessageForm .form-row {
        flex-direction: column;
        align-items: flex-start; /* To avoid stretching */
      }
      .appfrmleft .form-row input, #ContactForm .form-row input, #ContactForm .form-group textarea{
        height: initial;
        margin-bottom: 10px;
      }
      #MessageForm .form-row input, #MessageForm .form-row textarea{
        width: 100%;
        height: initial;
        margin-bottom: 10px;
      }
      .testimonilabg .carousel-control {
        top: 150px;
        left: 5px;
      }
      #jobRequirement{
        padding-left: 15px;
      }
      #myCarousel-2 .carousel-inner .carousel-item .card-body{
        padding: 5px;
      }
      #myCarousel-2 .carousel-inner .carousel-item .card .card-body .card-text p {
        height: auto;
      }
      /* #MessageForm input, #MessageForm textarea {
        width: 22em;
      } */
      #MessageForm span.form-control-feedback {
        left: 20.8em;
      }
      #carouselControls{
        display: block;
      }
      .navbar-brand {
        margin: 0;
        width: 80%;
      }
      .navbar-nav, .nav {
        /* line-height: .85rem; */
        background-color: #cd3278;
        /* width: 50%;
        float: right; */
      }
      .navbar-light .navbar-nav .nav-link, .navbar-light .nav .nav-link {
        padding: .8rem;
        color: #fff;
        font-weight: 200;
      }
      .navbar-dark .navbar-nav .nav-link, .navbar-dark .nav .nav-link {
        padding: .5rem;
        color: #fff;
        font-weight: 600;
      }
      .navbar-dark .navbar-toggler{
        color: #000;
        border-color: #000;
      }
      /* .fixed-top {
        padding-left: 25px;
      } */
      #salonWrapper{
        flex-direction: column !important;
        align-items: flex-start; /* To avoid stretching */
      }
      #salon-left-img, #salon-right-img-top, #salon-right-img-bottom{
        width: 100%;
        height: auto;
      }
      .scrollup {
        bottom: 25px;
        right: 15px;
      }
      .row{
        margin-right:auto;
        margin-left:auto;
      }
      div.social h6 {
        font-size: .90rem;
        line-height: .90rem;
        padding-left: 20px;
      }
      #SendEmail, #cpWebSite, #cpGoogleSearch{
        font-size: .90rem;
      }
      .input-group-prepend > i {
        vertical-align:middle;
      }
      .social-icon {
        width: 84%;
      }
      .nav.navbar{
        width: 53%;
        margin-left: 11em;
        justify-content: flex-start !important;
      }
    }  