*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.float-left {
  float:left;
}

.navbar{
  /* background-color: black; */
   position: relative;
   top: -1px;
}

.nav-link {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 75%;
}
button
{
  font-family: Arial;
}

.header-top {
    background-color:#fff;
    height: 40px;
}

.clearfix a{
    color:gray;
    text-decoration: none;
    font-weight: 700;
}
.top-left {
    margin-top:10px;
}
.top-right {
    margin-top:-15px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.header-top .top-inner {
    position: relative;
    min-height: 45px;
}
.header-top .top-left {
    font-size: small;
    font-family:sans-serif;
    position: relative;
    float: left;
    padding-top: 1px;
}
.header-top .top-right {
    font-size: small;
    font-family:sans-serif;
    position: relative;
    float: right;
    padding-top: 25px;
}
.header-top .top-left a:hover{
    color:#f69c1d;
}
.header-top .top-right a:hover{
    color: #f69c1d;
}

.btn {
  color:#fff;
    bottom:230px;
    height: 50px;
    width: 260px;
    /* border: 2px solid rgb(255, 255, 255); */
    float: center;
    font-weight:600;
    background-color: #0EB3D6;
}
.btn:hover{
    background-color:#f69c1d;
    color:white;
}

.section1,.card-body {
    background-color: #FAFAFA;
}
.card-body p {
  color:gray;
}

.contact{
    margin-top:auto;
    background-color: white;
      max-width: auto;
      min-width: auto;
      min-height: auto;
      border-radius: 5px;
      box-shadow: 0px 2px 7px gray;
      /* z-index: -1; */
      }



      .contact-form .form-group {
      position: relative;
      margin-bottom: 20px;


  }

  .contact .form-column .text3 {
      position: relative;
      font-size: 16px;
      line-height: 30px;
      /* left:auto; */
      color: #848484;
      font-weight: 400;
      margin-bottom: 30px;
  }

  .inputs {

    line-height:50px;
    font-size:medium ;
    width: 100;
  }
  .textar {

    padding-top:0px;
    height: 140px;
    line-height:60px;
  }
  input, textarea {
    width: 100%;
    position: relative;
    display: block;
    background-color: #f4f7fb;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline-color: #9e9e9e;
  }
  .tab h6 {
    cursor:pointer;
    border-bottom:1px solid rgb(243, 239, 232);
  border-right:1px solid rgb(243, 239, 232);
  border-radius:10px;
  width:70%;
  }

  input {
    height: auto;
    padding: 0px 15px;
  }
  .theme-btn {
    margin-bottom:19px;
    border-radius:0px;

    width:100%;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 14px;
      font-weight: 600;
      padding: 10px 30px 10px 30px;
      background-color: #0EB3D6;
     border: 1px solid white;
      color: white
  }
  .theme-btn:hover{
    background-color: #f69c1d;
  }

  .product2 {
  background-color:#F7F7F7;
      font-family: 'Montserrat', sans-serif;
      padding: 50px;
    height: 100%;
      min-width: auto;


  }

  .customer- {
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/caption-box-bg.jpg)no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
  }


  .section2 h1, p, a {
    color:white;
  }
  .section2 p {
    line-height: 2rem;
  }
  .section2 span:hover {
    color:#f69c1d
  }
  .img1 {
    position: relative;
    left:-150px;
    top:30px;
    border-radius: 50px;;
  }

  .section3 h4{
    margin-top:-60px;

  }


  .footer{
    background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/5.jpg)no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;

}
.footer h5{
    color:#fff;
    font-size: 15px;
}
.footer h6{
    color:rgb(216, 194, 194);
}
.footer h6 a{
    font-weight: 500;
    color:gray;
    line-height: 1.7em;
    text-decoration: none;
}
.footer  p {
    color: gray;
    line-height: 1.5em;

}
.footer  p a {
    text-decoration: none;
    color: gray;
}
.footer ul li{
    text-decoration: none;
}
.footer ul li a:hover{
    color: #f69c1d;;
}
.footer  a:hover{
    color: #f69c1d;;
}
.footer i {
    font-size: 30px;
    color:gray;
}
.footer i:hover {
    color: #f69c1d;;
}







@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');

.testimonial-slider {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 100;
}

.testimonial-slider h5 {
	font-weight: 300;
}

small {
	font-weight: 600;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
	.container {
		width: 85%;
		padding: 0;
	}
}

@media (min-width: 550px) {
	.container {
		width: 80%;
	}
}

#testimonial {
	background: rgb(255,206,234);
	background: -moz-linear-gradient(-45deg, rgba(255,206,234,1) 0%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,206,234,1) 0%,rgba(125,185,232,1) 100%);
	background: linear-gradient(135deg, rgba(255,206,234,1) 0%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffceea', endColorstr='#7db9e8',GradientType=1 );
	padding: 50px 0 50px 0;
}

.quoteLoop {
	height: auto;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.quote {
	margin: 10px 30px;
	height: inherit;
	top: 0px;
	display: none;
	text-align: center;
}






.nav-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding: 20px 0px;
  margin: 0px 20px;
  display: block;
  position: relative;
  opacity: 0.75;
}

.nav-link:hover {
  color:#f69c1d;
  opacity: 1;
}
.nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #f69c1d;;
}

.nav-link::before {
  width: 0%;
  bottom: -1px;
}

.nav-link:hover::before {
  width: 90%;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.product_card{
    width: 280px;
    height: 400px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 10px;
    transition: 0.3s;
    border: 2px solid rgb(236, 236, 236);
    position: relative;
}

.product_card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.product_card .product_info{
    padding: 10px;
    font: 14px 'Poppins', sans-serif;
}

.colors{
    display: flex;
    gap: 5px;
    margin: 5px 0;
    align-items: center;
}

.colors .color{
    width: 15px;
    height: 15px;
    border-radius: 10px;
}

.colors .color:nth-child(1){
    border: 2px solid rgb(252, 252, 252);
    box-shadow: 0 0 0 1px rgba(37, 37, 37, 0.505);
}

.bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.bottom .price{
    font-size: 20px;
    font-weight: 600;
}

.bottom .add_to_cart{
    padding: 8px 15px;
    border-radius: 20px;
    border: none;
    background: #fff;
    color: #111111;
    font-size: 14px;
    cursor: pointer;
    border: 3px solid rgba(0, 0, 0, 0.17);
    transition: 0.3s ease;
}

.add_to_cart:hover{
    background: #f69c1d;
    color: #fff;
}
.logo:hover {
  color:#f69c1d;
}
 .add_to_wishlist{
    position: absolute;
    padding: 5px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background: #ffffff9b;
    color: #111111;
    border: none;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_to_wishlist i {
  color:#0EB3D6;
}
.product_name{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #407bd6ff;
    text-align: center;
}

.product_description{
    font-size: 14px;
    color: #292828;
    margin-top: 5px;
}


.section4 {
    background-color:#F7F7F7;
        font-family: 'Montserrat', sans-serif;
        /* padding: 50px; */
      height: 80%;
        min-width: auto;


    }

 .section2 {
    background: #0eb3d6;
    background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(images/time-m-bg.jpg)no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
  }

.product2 {
  background: #0eb3d6;
  background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(images/appoinment-bg.png)no-repeat;

  background-repeat: no-repeat;
  background-size: cover;
  width:100%;

}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





.icon1 {
    position: fixed;
    bottom:250px;
    right: 20px;
    width: 60px;
}
.icon2 {
    position: fixed;
    bottom:140px;
    right: 18px;
    width: 60px;
}

.product2 img {
  border-radius:10px;
  filter:drop-shadow(1px 1px 20px black)
}




#counter{
  background: rgba(black, .05);
  padding: 25px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

  li{
    flex: 1;
    text-align: center;
    font-size: 50px;

  }
  span.percent:after {
    content: "%";
    display: inline-block;
  }
}
.success-rate ul {

  list-style-type: none;

}

.success-rate {
    background:linear-gradient(rgba(5, 141, 168, 0.8),rgba(4, 158, 189, 0.8)),url(images/pattern-bg-mobile.8bc49623.jpg)no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
}



p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.carousel-text {
   text-align:left;
   color:#f66d1d;
   position:relative;
}

.carousel-text h3 {
  font-size:50px;
}
.carousel-text  p {
  font-size:30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) {
    .success-rate span{
        font-size:30px;
    }
    .icon1 {
        position:fixed;
        bottom: 250px;
        left: auto;
        width: 60px;
      }
      .icon2 {
        position:fixed;
        bottom: 100px;
        left: auto;
        width: 60px;
      }

      .success-rate h5 {
        font-size: medium;
        text-transform: capitalize;
        font-weight:400;
         font-family: "Playwrite DE Grund";
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
      }
      /* .header-top {
        background-color: lightslategrey;
        height: auto;
    } */
    .carousel-text {
   display:none;
}
.product_card{
    width: 280px;
    height: 350px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-left: 40px;
    transition: 0.3s;
    border: 2px solid rgb(236, 236, 236);
    position: relative;
}
}
@media screen and (min-device-width: 800px) and (max-device-width: 1200px) {
    .icon1 {
        position:fixed;
        bottom: 350px;
        left: auto;
        width: 60px;
      }
      .icon2 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 60px;
      }
      .carousel-text {
   text-align:left;
   color:#36c723;
   position:relative;
   /* left:-100px;
   top:10px; */

}
.carousel-text h3 {
  font-size:37px;
}
.carousel-text p {
  font-size:25px;
  color:#fff;
}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1400px) {
    .icon1 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 60px;
      }
      .icon2 {
        position:fixed;
        bottom: 50px;
        left: auto;
        width: 60px
      }

      .carousel-text {
   text-align:left;
   color:#f69c1d;
   position:relative;
}
      .product_card{
    width: 250px;
    height: 400px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0px;
    transition: 0.3s;
    border: 2px solid rgb(236, 236, 236);
    position: relative;
}
}

.textar {

  padding-top:0px;
  height: 140px;
  line-height:60px;
}
.theme-btn {
 position: relative;
 top:-19px;
 padding:13px;
  }

 #carousel-slider {
  border-bottom:15px solid #0EB3D6;
 }



 .navbar {
  background-color:#fff;
}
.carousel-text {
  font-family: "Playwrite ES Deco";
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.section1 p,.footer p {
  font-family: "Playwrite DE Grund";
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.section2 p {
  font-family: "Playwrite DE Grund";
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}



@media screen and (min-device-width: 800px) and (max-device-width: 1200px) {
    .icon1 {
        position:fixed;
        bottom: 350px;
        left: auto;
        width: 60px;
      }
      .icon2 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 60px;
      }

}
