/* --- Header Css Start --- */
a,
div,
b,
body,
strong,
h1,h2,h3,h4,h5,h6,
span,
input,
label,
textarea{
  font-family: 'Roboto' !important;
}

a,
a:hover,
a:focus{
  outline: none;
  text-decoration: none;
}

.font-purple{
  color: #8d0b77;
}

.header .covid-link a{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #cf261f !important;
}

.header .covid-link a img{
  width: 20px;
  margin-right: 10px;
}

.header .nav-item .dropdown .dropdown-item{
  font-size: 20px;
}

.header .navbar-brand img{
  width: 120px;
}

.header-top{
  padding: 5px 30px;
  background: #962179;
}

.header-top ul{
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.header-top ul li{
  padding-left: 15px;
  display: inline-block;
  list-style-type: none;
}

.header-top ul li a{
  color: #fff;
  font-size: 14px;
  position: relative;
  font-family: 'Poppins';
  text-transform: capitalize;
}

.header-top ul li a img{
  width: 20px;
}

.header-top ul li:nth-child(2){
  padding-right: 50px;
}

.cart-price {
  position: absolute;
  top: 3px;
  right: -51px;
  font-size: 12px;
  border-radius: 10px;
  font-family: 'Poppins';
  border: 1px solid #fff;
  width: 35px;
  text-align: center;
}

.cart-price::after{
  position: absolute;
  top: 6px;
  left: -5px;
  content: '';
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.cart-price::before{
  position: absolute;
  top: 7px;
  left: -3px;
  content: '';
  z-index: 1;
  border-right: 4px solid #962179;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.cart-number{
  position: absolute;
  top: -5px;
  right: -12px;
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.nav-item{
  padding: 0 30px;
}

.nav-item:last-child{
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-link{
  color: #962179;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus{
  color: #962179;
}

.navbar-light .navbar-nav li:last-child .nav-link{
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 15px;
  border: 1px solid #962179;
}

.navbar-light .navbar-nav li:last-child .nav-link:hover,
.navbar-light .navbar-nav li:last-child .nav-link:focus{
  color: #fff;
  background-color: #962179;
}
.covid-link a{
  padding-top: 0px;
}



.slick-slide{
    margin: 0px;
  }
  .carousel-caption{
/*    background: rgba(0,0,0,0.5);*/
    top: 25%;
    max-height: 250px;
    text-align: left;
  }
  .carousel-caption h2{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
  }
  .progress {
  height: 6px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 27px;
}
  .progress-bar-success {
    background-color: #8d0b77;
  }
section.find_services{
 margin-top: 30px; 
}
.w3-animate-fading{
  animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



  @media only screen and (max-width: 1355px){
  .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
  }
  .nav-item{
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1080px){
  .nav-item{
    padding: 0 10px;
  }
  .navbar-light .navbar-nav li:last-child .nav-link{
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar-brand img{
    width: 150px;
  }
}

@media only screen and (max-width: 991px){
  .navbar-light .navbar-nav li .nav-link{
    width: max-content;
  }
  .header-top ul{
    text-align: center;
  }
}
@media only screen and (max-width: 767px){
  .inner-box{
    width: 288px;
    margin: auto;
    margin-bottom: 30px;
  }
  
  .caption p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 19px;
  }
  .carousel-caption{
      top: 0%;
  }
  .supportText{
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner-box .caption{
    height: 300px;
    width: 300px;
  }
}