body{
  font-family: 'Noto Sans', 'Amiri', 'Open Sans', sans-serif, cursive;
  color: #999999 !important;
  font-size: 1.1em;
}
.text_small{
  font-size: 0.8em;
}

.textrtl{
  text-align: right;
  direction: rtl
}

.bg{
  background: url(https://www.salonna.app/images/en_salonna_bg.jpg);
  background-size: cover !important;
  background-position: top left !important;
}

.bgrtl{
  background: url(https://www.salonna.app/images/salonna_bg.jpg);
  background-size: cover !important;
  background-position: top right !important;
}

.ar_bgrtl{
  background: url(https://www.salonna.app/images/ar_salonna_bg.jpg);
  background-size: cover !important;
  background-position: top right !important;
}


.chair_bg{

  background-image: linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.4)), url(../images/hair_cut_bg.jpg);
  background-size: cover !important;
  background-position: top center !important;
  background-attachment: fixed;
}

.bg-light{
  background-color: #f3f3f3;
}

h1, .title-color{
  color: #a7194b !important;
  font-weight: 700;
  font-size: 1.8rem;
}

.lh1{
  font-size: 1.8rem;
  font-weight: 700;
}
.lh2{
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

ol {
  margin: 10px 0;
}
ol li {
  padding: 3px 0;
}

ul{
  list-style: none;
  margin: 20px 0 0 ;
  padding: 10px;
}

ul.downloadapp li{
  background: #FFFFFF;
  border-radius: 11px;
  padding: 15px;
  color: #999999;
  display: inline-block;
  font: normal bold 26px/1 "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 2px;
  -webkit-box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
  -moz-box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
  box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
}
ul.ulpricing{
  list-style: none;
  margin: 0 0 ;
  padding: 0 10px;
}
.bgprimary{
  background-color: #a7194b !important;
}

.color-primary{
  color: #a7194b;
}
.text-white{
  color: #FFFFFF;
}
.text-gray-light{
  color: #c8cacc !important;
}

a {
  outline : none;
}

a.text-gray-light{
  color: #c8cacc;
}

a.text-gray-light:hover{
  color: #a9afb6 !important;
  text-decoration: none;
}

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

a.menu_guid {
  color: #333333;
}
a.menu_guid:hover {
  color: #000000;
}
.h3px{
  height: 3px;
}

.footer-icons{
  padding: 0 25px

}

.w45{
  width: 45%;
}

.bottom-line{
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.btn-salonna-light {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #cacaca;
  cursor: default;
  line-height: 1 !important;
}

.btn-salonna-primary {
  color: #FFFFFF;
  background-color: #a7194b;
  border-color: #a7194b;
  cursor: default;
  line-height: 1 !important;
}

a[href^="tel:"]{
  text-decoration: none;
}

.trailBtn{
  background-color: #ffffff;
  border-color: #ffed00;
}
.float-parent {
  position: fixed;
  bottom: 8px;
  right: 8px;
  border: none;
  outline: none;

}

.float-parent:active, .float-parent:focus {
  border: none;
  outline: none;
}

.float-parent .right-button {
  width: 100px;
  height: 100px;
  background: url(../images/whatsapp-96.png);
  background-repeat: no-repeat;
  background-size: 86px;
  background-position: center;
  float: right;
  margin: 0 auto;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
select:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
a:active,
a:focus
{
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}

.p-shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.fa-li-rtl {
  right: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

@media (max-width: 991.98px){
  .mbl-w-100 {
      width: 100%
  }
}

@media (max-width: 767.98px){
  h1, .title-color{
      color: #a7194b !important;
      font-weight: 700;
      font-size: 1.5rem;
  }

  .lh1{
      font-size: 1.5rem;
      font-weight: 700;
  }
  .lh2{
      font-size: 1.5rem;
      line-height: 1.2;
      font-weight: 700;
  }

  .bg{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top left !important;
  }

  .bgrtl{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top right !important;
  }

  .ar_bgrtl{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top right !important;
  }


  .footer-icons{
      padding: 0 10px

  }
  .w45{
      width: 90%;
  }

  .float-parent .right-button {
      width: 80px;
      height: 80px;
      background: url(../images/whatsapp-96.png);
      background-repeat: no-repeat;
      background-size: 55px;
      background-position: center;
      float: right;
      margin: 0 auto;
      cursor: pointer;
  }
  .p-shadow {
      box-shadow: none !important;
  }
  
  .navbar{
      display: block;
  }
  
  

}