@font-face{
	font-family: Muli;
	src: url(../fonts/Muli.ttf);
}
@font-face{
  font-family: Merriweather-Bold;
  src: url(../fonts/Merriweather-Bold.ttf);
}
@font-face{
  font-family: TitilliumWeb-Regular;
  src: url(../fonts/TitilliumWeb-Regular.ttf);
}
@font-face{
  font-family: GlacialIndifference-Regular;
  src: url(../fonts/GlacialIndifference-Regular.otf);
}
@font-face{
  font-family: Century-Old;
  src: url(../fonts/Century-Old.ttf);
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: Muli;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
font-family: Merriweather-Bold;

}

.btn-side{
        position: fixed;
    top: 93%;
    right: 1px;
    /* transform: rotate(90deg); */
    /* height: 49px; */
    /* width: 12%; */
    font-size: 18px;
    text-transform: uppercase;
    z-index: +111;

}
.bg-light {
    background-color: #f8f9fa!important;
}
.header-section a{
        color: #ffffff;
    font-size: 16px;
    font-family: GlacialIndifference-Regular;
}
.header-section .fa{
    color: #ffffff;
    font-size: 18px;
    padding: 10px 19px;
    width: 23px;
}

.nav-link{
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 15px;
    /* margin-left: 14px; */
    transition: 1s;
    /* width: 140px; */
    padding: 2px 14px !important;
    /* margin-top: 24px; */
    padding-bottom: 0 !important;

}
.appointment{
	    background-color: #fe5e14;
    color: #fff !important;
    position: absolute;
    /* height: 76px; */
    margin-top: 12px;
    /* padding: 21px; */
    padding: 12px !important;
    border-radius: 26%;
        margin-left: 50px;
}
.appointment .fa{
        background-color: #90360c;
    padding: 20px;
    position: absolute;
    left: -30%;
    top: -10%;
    border-radius: 50%;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 26px !important;
    box-shadow: 0 6px 7px -2px #000000;
}
.appointment:hover{
	background-color: #000;
}
.fa-1{
    font-size: 53px;
    color: #ffffff;
    padding: 11px;
    border: 1px solid #fdfbff;
    border-radius: 50%;
    width: 73px;
    height: 73px;
}
.call-1{
    font-size: 24px;
}
.caption h2{
	        position: absolute;

    color: #fff;
    top: 53%;
    /* font-family: GlacialIndifference-Regular; */
    font-size: 52px;
    /* font-weight: 600; */
    color: #ffffff;
}
.caption h3{
	 position: absolute;
    z-index: 9999;
    left: 10%;
    color: #fff;
    top: 53%;
    font-family: GlacialIndifference-Regular;
    font-size: 45px;
    font-weight: 600;
    color: #73b910;
}
.caption p{
    position: absolute;
    z-index: 9999;
    left: 10%;
    color: #fff;
    top: 55%;
    font-family: GlacialIndifference-Regular;
    font-weight: 600;
    color: #0c0c0c;
    font-size: 19px;
}
.block{
     background-color: #f8f9fa;
    color: #000;
    font-family: GlacialIndifference-Regular;
    padding: 16px;
    /* position: relative; */
    padding-left: 60px;
    border: 1px solid #73b910;
    /* top: -20px; */
    /* margin-top: -1px; */
    position: relative;
    margin-top: -38px;
    box-shadow: 0 6px 7px -2px #695e5e;
        border-radius: 25%;
            text-align: center;
           transition: 3s;
               height: 222px;
}
.block:hover{
	border: 1px solid #008fd5;
}
.block:hover.block:before{
    border-right: 122px solid transparent;
    border-top: 120px solid #008fd5;
}
.block h2{
	text-align: center;
}
.block p{
	text-align: center;
}
.block:before{
	    content: '';
    /* padding-left: 17px; */
    position: absolute;
    border-right: 122px solid transparent;
    border-top: 120px solid #73b910;
    top: 0%;
    left: 0%;
}
.block img{
   top: 10px;
    left: 9px;
    position: absolute;
}
.block a{
    color: #325008;
    font-size: 18px;
}
.padding{
    padding: 60px;
}
h1,.about span{
      color: #d94358;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;}
p{
    font-size: 15px;
    line-height: 23px;
}
.about p{
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
}
.service{
	color: #fff;
}
.service h1{
	margin-bottom: 30px;
}
.service{
	box-shadow: 0px 10px 60px 0px rgb(1 1 72 / 5%);
    text-align: center;
    padding: 19px;
    width: 33.33%;
    border-radius: 121px;
    margin: 6px;
    margin-bottom: 39px;
}
.service span{
    color: #4ec5ff;
}
.service h3{
    font-size: 20px;
    color: #000;
    /* padding: 23px; */
    padding-top: 23px;  
}
.service .item{
    padding: 10px;
          height: 300px;
}
.service .item:hover{
    height: 250px;
}
.service .item:hover .figurecaption{
       top: 4%;
}
.service .fa-medkit:before{
  background-color: #008fd5;
    color: #fff;
    font-size: 23px;
    padding: 13px;
    border-radius: 54%;
    position: absolute;
    left: 40%;
    top: -15%;
}

.bg-contact{
background-image: url(../img/contact.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-contact:before{
    content: '';
    border-left: 122px solid transparent;
    border-top: 415px solid #73b910;
    left: 38%;
    position: absolute;
    /* top: 0%; */
    /* bottom: 20%; */
    margin-top: 0px;
    /* top: 204%; */
    /* z-index: 999; */
    width: 62%;
}
.contact-form{
        background-color: #73b910;
    color: #fff;
        padding: 30px;
}
.form-group textarea{
         height: 68px;
}
.btn-1{
        background-color: #00963f;
    color: #fff;
    font-size: 14px;  
}
#testimonial4 {
  overflow: hidden;
    min-height: 458px;
  position: relative;
    background: #e1e1e1;
}

#testimonial4 .carousel-inner {
  width: 75%;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
    background: #fe3d0a;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 30%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
    left: -12%;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
    color: #fe410b;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
      background-color: #ffffff;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
    color: #1b1919;
    font-size: 19px;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #90360c;
  font-size: 24px;
  font-weight: bold;
}
.testimonial-section .fa-quote-left{
        font-size: 39px;
    color: #363636;
}
.footer-section{
    background-color: #000000;
    color: #fff;
    padding: 20px;
    padding: 35px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    border-top: 0px solid rgba(255, 255, 255, 1);
    border-bottom: 0px solid rgba(255, 255, 255, 1);
}
.footer-section .fa-footer{
         font-size: 20px;
    padding: 5px;
    border-radius: 56%;
}
.fa-social{
     border-radius: 52%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
.mobile-form h2 {
    margin-bottom: 26px;
    /* margin-top: 10px; */
}
footer{
        background-color: #d3005f;
    padding-top: 16px;
    color: #fff !important;
}
.footer-section h3{
       font-size: 17px !important;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #2aeaff;}
footer a{
    color: #000;
}
footer a:hover{
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    .phone-appointment{
        padding: 21px;
    text-align: center;
    background: #cb3146;
    }
    .appointment-get{
            text-align: center;
    color: #fff !important;
    }
    .contact-section{
        padding: 38px !important;
            background: #7d7c7e !important;

}
.nav-link{
        color: #000000 !important;
}
.carousel-caption{
        top: 6% !important;
}
.slide1 h2 {
    font-size: 1.5rem !important;
}
.slide1 p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
.slide1 a {
        padding: 2px 20px 3px !important;
    font-size: 14px !important;
}
    .p-5 {
    padding: 1rem!important;
}
.contact1{
    margin-left: 0 !important;
    height: auto !important;
}
    #about1{
            background: #11416e !important;
    padding: 13px !important;
    }
    .product .text-right a{position: relative !important;}
    .service{
        width: auto;
    }
  .contact-inner h2 {
    font-size: 1.7rem !important;
}
.contact-inner{
    padding: 57px 0px 57px !important;
}
  .inner{
        padding: 60px !important;
  }
  .inner h2{
    font-size: 25px !important;
    margin-top: -14px;
  }
  .head-2 h1,.head-2 .fa{       font-size: 15px !important;
}
h1, .about span{    font-size: 31px !important;}
  .head-2 h2 {
    font-size: 24px !important;
    margin-bottom: 0;
}
.navbar-brand img{    width: 208px;
}
.head-2 p{    font-size: 15px !important;    margin-bottom: 0;}
_  .side-bar{
    display: none;
  }
  .side-bar p{    padding: 10px !important;
    font-size: 14px !important;}
  .media{
    display: block;
  }
  .featured-home {
        padding-bottom: 37px;

}
  .featured-home img{    width: 60% !important;
}
  .featured-home .owl-nav .owl-next {
    right: 0% !important;
    top: 50% !important;
    font-size: 0;
    position: absolute !important;
}
.featured-home .owl-nav .owl-prev {
    left: 0% !important;
    top: 50% !important;
    font-size: 0;
    position: absolute;
}
  .featured-home h4{
    width: 100% !important;
    left: 0 !important;
  }
  
  .testimonial4_control_button .carousel-control {
    display: none;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_header h4 {
    font-size: 20px;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
  .carousel-control-next, .carousel-control-prev{
    width: 23%;
  }
  #testimonial4 .carousel-inner {
    width: 100% !important;
}
.header-section a{
      font-size: 13px;
}
.nav-link{    padding: 5px 12px !important;}
}

@media (min-width: 481px) and (max-width: 767px) {
  .testimonial4_control_button .carousel-control.left {
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 2%;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
   .block{
       margin-top: 11px;
  }
  .block img{
        width: 8%;
  }
  .caption h2{
        font-size: 36px;
  }
  .MultiCarousel .MultiCarousel-inner .item > div{
        width: 226px !important;
  }
  .service p{
        font-size: 12px;
  }
  .fa-social{
       width: 7% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial4_control_button .carousel-control.left {
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 5%;
  }
    .block{
       margin-top: 11px;
  }
  .block img{
        width: 8%;
  }
  .caption h2{
        font-size: 36px;
  }
  .MultiCarousel .MultiCarousel-inner .item > div{
        width: 226px !important;
  }
  .service p{
        font-size: 12px;
  }
  .fa-social{
       width: 7% !important;
  }
}

@-webkit-keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px){
 .nav-link{
       font-size: 14px;
    margin-left: 21px;
 }
 .block{
        height: 248px;
 } 
 .MultiCarousel .MultiCarousel-inner .item > div{
        width: 229px !important;
 }
}
@media only screen and (max-width: 450px){
  .footer-section{
    padding: 14px;
  }
  .contact-footer{
    width: 100% !important;
  }
  .contact-footer a{
      font-size: 15px !important;
    font-weight: 600;

  }
	.caption h2{
		    left: 16%;
                 font-size: 17px;
	}
	.block{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.padding{
    padding: 10px;
	}
    .nav-link{
        margin-left: 10px;
            padding: 0.5rem 1rem;
    border-bottom: 1px solid #f1f1f1;
    }
   
    .fa-social{
           width: 16%;
    padding: 18px;
    margin: 0px;
        background: none;
    }
    .about p{
           font-size: 15px;
    }
    .MultiCarousel .MultiCarousel-inner .item > div{
            width: 375px !important;
    }

}
@media (max-width: 375px) and (min-width: 320px)
{
     .MultiCarousel .MultiCarousel-inner .item > div{
             width: 325px !important;
    }
}
.slider-contact-form {
     top: 29%;
    position: absolute;
    right: 2%;
    width: 35%;
    z-index: 111;
    /* border: 1px solid #00963f; */
    padding: 26px;
    text-align: center;
}
.about strong{
      font-size: 20px;
}
.service-section{
    background-color: #ebf5f5;
}
.service-block{
    border-top: 3px solid #de3e86;
    margin-top: 20px;
    background: #fff;
        padding: 20px;
}
.service-block img{border-radius: 50%;
    width: 80%;}
.service-block a{
    background-color: #fe450b;
    padding: 10px;
}
.service-block h6{
        padding: 10px;
    font-size: 17px;
    color: #000000;
    margin: 0;
    font-weight: 600;}
.appointment-section{
      background-image: url(../img/background.jpg);
    text-align: center;
    background-size: cover;
    color: #fff;
    padding: 36px;
    background-attachment: fixed;
}
.appointment-section h2{
  font-size: 25px;
    color: #ff4514;
}
.appointment-section a{
      font-size: 20px;
    margin-bottom: 11px;
}
.appointment-section .btn-1:hover{
    background-color: #fff;
}
.modal{
      top: 10%;
}
.service-section .btn{
  background-color: #fe3b0a;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.choose-inner{
      text-align: center;
    font-size: 15px;
    line-height: 17px;
}
#callme {
    position: fixed;
    left: 10px;
    bottom: 100px;
       width: 55px;
    height: 55px;
    cursor: pointer;
    top: 80%;
    z-index: 99990;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    border-radius: 50%;
}
#callme .fa{
      border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    /* background-clip: padding-box; */
    background-color: rgb(22 118 137);
    width: 55px;
    height: 55px;
    font-size: 47px;
    color: #fff;
    padding: 14px;
    font-size: 31px;
}
@-webkit-keyframes glowing {
  0% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
  50% { background-color: #000; -webkit-box-shadow: 0 0 40px #000; }
  100% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
}

@-moz-keyframes glowing {
  0% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
  50% { background-color: #000; -webkit-box-shadow: 0 0 40px #000; }
  100% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }

}

@-o-keyframes glowing {
  0% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
  50% { background-color: #000; -webkit-box-shadow: 0 0 40px #000; }
  100% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }

}

@keyframes glowing {
  0% { background-color: #007bff; -webkit-box-shadow: 0 0 3px #007bff; }
  50% { background-color: #007bff; -webkit-box-shadow: 0 0 40px #007bff; }
  100% { background-color: #007bff; -webkit-box-shadow: 0 0 3px #007bff; }
}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}
to{-webkit-transform:rotate(359deg)}
}
a:hover{
  color: #fff;
}
.step-1{
          margin-top: 24px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #d4d4d4;
    height: 218px;
}
.step-1 img{
         margin-bottom: 20px;
    font-size: 40px;
    color: #232323;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: transparent;
    border-radius: 27%;
    padding: 23px;
}
.step-1 h5{
      font-size: 18px;
    font-weight: 600;
}
.contact-footer{
    background: #345e97;
    color: #fff;
    margin-top: -75px;
    border-radius: 18px;
    text-align: center;
    padding: 30px;
    width: 91%;
    font-size: 22px;
}
.contact-footer a{
    color: #ffffff;
          font-size: 19px;
}
.contact-footer p{
  font-size: 17px;
  margin: 10px 0;
}
.phone-top{
    background: #d3005f;
    color: #FFF;
    padding: 10PX;
}
.free-consultation-content {
      background-color: #FFF;
    -webkit-box-shadow: 0px 6px 20px 0px #a7a6a4;
    box-shadow: 0px 6px 20px 0px #a7a6a4;
    padding: 30px;
}
.free-consultation-area {
    position: relative;
    z-index: 1;
    margin-top: -20px;
  }
a.callnowhome {
   background: #e9373c;
    padding: 15px;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    /* font-weight: bold; */
    font-size: 19px;
    margin: 0 auto;
    display: table;
}
.cta-area {
        position: relative;
    z-index: 1;
    background-image: url(../img/bg1.jpg) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px;
    background-attachment: fixed !important;
}
.cta-content .call-us {
    display: inline-block;
    color: #ffffff;
    margin-top: 10px;
    font-size: 35px;
    font-weight: 400;
}
.free-consultation-content .btn{
       padding: 9px;
    margin-top: 10px;
    font-size: 20px;
    background-color: #d3005f;
    border-color: #d3005f
}
.contact {
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        padding: 40px;
}
.contact .btn{
  width: 100%;
    padding: 11px;
    margin-top: 10px;
    font-size: 20px;
    background-color: #d3005f;
    border-color: #d3005f;
}
.contact label{
      font-size: 18px;
margin-bottom: 0;
}
.bg-1{    background: #d3005f;
    padding: 20px;
    color: #fff;
    font-size: 24px;}
    .assetBlock {
    margin: auto;
    padding: 7px 0px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 19px;
    margin-left: -15px;
}
.assetBlock #slideshow{
    height: 20px;
    overflow: hidden;
}
.assetBlock #slideshow1{
    height: 20px;
    overflow: hidden;
}
.counter {
    background-color: #ebf5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-3x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #d3005f;
}
.counter span{
  font-size: 30px;
}
.logo-content{
    margin-top: 29px;
}
.logo-content h4{
    text-transform: uppercase;
    font-size: 28px;
    color: #2e1c85;
}

.about a,.contact1 .btn{
        color: #eff7fa;
    text-decoration: none;
    background-color: #f05098;
    font-size: 18px;
    text-transform: uppercase;
    /* border: 2px solid #f7fbfc; */
    /* border-radius: 20px; */
    padding: 12px 23px 14px;
    border-radius: 41px;

}

.featured-home .owl-nav .owl-prev:before {
    content: "";
    background: url(../img/icon.png) no-repeat;
    padding: 20px;
    opacity: 1;
}
.featured-home .owl-nav .owl-next:before {
    content: "";
    background: url(../img/icon1.png) no-repeat;
    padding: 20px;
    opacity: 1;
}
.featured-home .owl-nav .owl-prev {
    left: 46%;
    top: 115%;
    font-size: 0;
    position: absolute;
}
.featured-home .owl-nav .owl-next {
    right: 46%;
    top: 115%;
    font-size: 0;
    position: absolute;
}
.featured-home{
    padding-top: 50px;
    padding-bottom: 84px;
}
.slide-bannner .carousel-control-next{
      right: 55px;
}
.featured-home h4{
      text-transform: capitalize;
    background: #feffff;
    color: #;
    font-size: 23px;
    padding: 13px;
    width: 100%;
    /* position: relative; */
    /* top: 84%; */
    /* width: 182px; */
    text-align: center;
    left: 14%;
    font-family: Muli;
    color: #4d4b8f;
}


.product .featured-home .owl-nav .owl-prev{
      left: 42%;

}
.strength{
      border-right: 1px solid #ececec;
}
.product .item img{
      height: 200px;

}
.product .featured-home h4{
  position: relative;
  width: auto;
  left:0;
}
.dropdown-item {
    display: block;
    width: 100%;
    /* padding: .25rem 1.5rem; */
    clear: both;
    font-weight: 400;
    color: #d7dce2;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #aaa4b1;
    padding: 7px;
    background: #3e1e83;
}
.dropdown-menu{
      min-width: 13rem;
margin-top: 0;
padding: 0;
}
header{
   position: absolute;
    z-index: +111;
    width: 100%;
}
.header-inner span{
  font-size: 16px;
    margin-left: 0;
}
.featured-home img{
       margin: 0 auto;
    /* padding: 27px; */
    border-radius: 185px !important;
}

.product img{
  border-radius: 0%;
}
.contact1{
        background-color: rgb(17 65 110);
    padding: 32px;
    height: 477px;
    z-index: +111;
    margin-top: -36px;
    margin-left: 43px;
}
.product1 h5{       padding: 10px 22px 0;

    color: #317ec6;
    font-size: 20px;
}
.product1 img{
  border:none;
  height: auto !important;
}
.brand{}
.footer-section p{          font-size: 13px;
    text-align: justify;
    line-height: 29px;
}
.side-bar p{
         transform: rotate(-15deg);
    padding: 16px;
    font-size: 19px;
    text-align: center;
    /* color: #007bff; */
    color: #2E1C85;
    font-weight: 600;
    border-bottom: 8px solid rgba(191, 190, 190, 0.2);
}
.bg{
  background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel-item .head-2, .head-1 {
    position: absolute;
       top: 46%;
    left: 10%;
       font-family: Quesha;
    animation-delay: 0.1s;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}
.head-2 h1{
     font-size: 45px;
    color: #412b7e;
    font-weight: 500;
}
.head-2 h2{
    font-size: 48px;

}
.head-2 p{
       font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}
.head-2 .fa{
font-size: 11px;
    color: black;
}
.inner{
    background: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 334px; */
    padding: 191px;
}
.inner-page1 ul{list-style: none;padding-left: 0;}
.inner-page1{
    background: #303030;
    color: #fff;
}
.contact-inner{
    background: url(../img/bg1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 144px 20px 120px;
}
.contact-inner a{
  background: #009ee3;
    padding: 9px 35px;
    text-transform: uppercase
}
.contact-inner h2{
      font-size: 2.5rem;

}
.member-1{
  margin-top: 20px;
  background: #021736;
    padding: 35px;
    color: #fff;
    border: 12px solid #009ee385;
}
.menu-area{background: #563d7c}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 15px;
    /* font-family: 'Roboto',sans-serif; */
    display: block !important;
    /* font-family: Quesha; */
    padding: 17px 24px;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: utline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{    color: #f3f8fb;
    text-decoration: none;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{      background: #000000;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{    background: #000000;}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6;    z-index: +111;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (min-width: 767px) {

   .product-top .carousel-indicators{display: none;}
  }
@media only screen and (max-width: 767px) {
    .d-flex{    flex-wrap: wrap;
}
header,.logo{position: relative !important;}
header{height: auto !important;}
.logo{    border-right: none !important;margin-top: 0 !important;}
.header-section {
    background: #453a87;
    padding: 0;
}
.header-section a{
        color: #ffffff;

}
.fa-1,.header-section:after,.about h1:after,.product1 h1:after{display: none !important;}
  .product-top .carousel-indicators{    bottom: -41px;}
  .right_arrow img{
    width: auto !important; 
  }
  .pera-left {
    padding: 0 0px !important;
}
  .product-top{    padding: 48px !important;}
  .product-top img{    width: 100%;margin-left: 0px !important;}
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
.dropdown-menu a{
  text-transform: capitalize !important;
    padding: 11px 15px !important;
}
.service-inner strong{
    text-transform: uppercase;
    color: #009ee3;
}
.dropdown-menu li{
      border-bottom: 1px solid #b7b4b9;
}
.pera-side{
font-size: 27px !important;
    color: #33a7a2 !important;
    font-weight: 500 !important;
    line-height: 48px !important;
}
.product-top{
      background: #3ABFBA;
    position: relative;
    padding: 80px;
    color: #fff;
}
.pera-left{
      padding: 0 55px;
}
.pera-left h2{
  color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 40px;
}
.carousel-control-prev {
    left: -6%;
    top: 80%;
    height: 66px;
    width: 66px;
    z-index: 1;
    opacity: 1;
}
.carousel-control-next{
    right: -5%;
    top: 80%;
    height: 66px;
    width: 66px;
    opacity: 1;
    z-index: 1;
}
.product-top img{
position: relative;
    z-index: 1;
    margin-left: 133px;
    margin-top: 13px;
}
.prod_number {
   font-size: 115px;
    color: #fff;
    opacity: 0.2;
    font-weight: bold;
    position: absolute;
    top: -50px;
    left: 12px;
    z-index: 2;
}
.carousel-control-prev,.carousel-control-next{
    top: 28%;
}
.breadcrumb {
    padding: 15px 10px;
    list-style: none;
    background-color: #eee;
    margin: 0px;
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
        display: none;
}
.breadcrumb a {
    color: #171775;
    text-decoration: none;
}
.breadcrumb ul li {
    letter-spacing: 0px;
    list-style: none;
    float: left;
    line-height: 18px;
    color: #757575;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
}
.breadcrumb li a:after {
    padding: 0 5px;
    color: #757575;
    content: "/\00a0";
}
.inner-page{
    background: #33cdff;
    color: #fff;
}
.inner-page h4{
      padding: 3px;
    font-size: 28px;
    color: #000;
    text-transform: capitalize;
}
.inner-page a{
  text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.association li{
    color: #33cdff;
    font-weight: 600;
    line-height: 33px;
    font-family: GlacialIndifference-Regular;
    font-size: 18px;
    text-align: -tr;
    text-transform: uppercase;
}
@media only screen and (min-width: 450px){
.header-phone{
    padding-top: 30px;
}
}
 
.logo{
                    border-right: 1px solid #d7d4d1;
    /* float: left; */
    margin: 0 0 0 1px;
    padding: 18px 0;
    /* width: 296px; */
    position: absolute;
    margin-top: -73px;
}
#about1{
         background: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 72px;
}
.footer-section .btn-dark{
        background: #22c1d8;
    width: 100%;
    pa FONT-WEIGHT: 100;
    height: 50px;
    text-transform: uppercase;
}
.footer-section .form-control{
        height: 50px;
    background-color: #ffffff08;

}
.slide h1:after{
        left: -12%;

}
.brand .media{
        display: contents;

}
.brand img{
        padding: 0;
    height: 134px !important;
    border: 1px solid #e9e8eb;
    margin: 0 auto;
    text-align: center;
}
.product-inner img{
        border: 1px solid #e1e1e1;
    margin-bottom: 14px;
    padding: 10px;
}
.inner-page1 em{
    color: #ffa522;
    font-size: 18px;
}
.inner-page1 ul li a{
        color: #40e9ff;
            transition: all 0.4s ease-in-out;
            text-decoration: none;
            text-transform: capitalize;    
}
.inner-page1 ul li a:hover{
        margin-left: 6px;
            color: #e68b07;
}
.inner-page1 .btn-dark{    background-color: #e68b07;}
.product .text-right a{   color: #eff7fa;
    text-decoration: none;
    background-color: #f05098;
    font-size: 18px;
    text-transform: uppercase;
    /* border: 2px solid #f7fbfc; */
    /* border-radius: 20px; */
    padding: 8px 24px 10px;
    padding-top: -15px;
    position: absolute;
    right: 35px;
    top: 8%;}
.product1 .item{
           border: 1px solid #e6e3e9;
    padding: 20px;
    margin: 15px;
        text-align: center;
}
.specialists img{
 opacity: 1.0;

}
.specialists img:hover{
opacity: 0.5;

}
  .comparison1 input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none; }

.comparison1 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); }

.comparison1 input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none; }

#divisor1 {
  background-image: url(../img/after.jpg);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%; }
  #divisor1::before, #divisor1::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3; }
  #divisor1::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3); }
  #divisor1::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3); }

#handle1 {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1; }
  #handle1::before, #handle1::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px; }
  #handle1::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px; }
  #handle1::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px; }  
#whatsup {
       position: fixed;
    left: 10px;
    cursor: pointer;
    top: 70%;
    z-index: 99990;
}
#whatsup img{
        width: 55px;

}
#comparison1 figure {
    position: absolute;
    background-image: url(../img/before.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 88%;
    margin: 0;
}
.appointment-get{
    background: #1c9eb3;
    padding: 13px !important;
    border-radius: 61px;
    border: 2px solid white;
}

/*Call Button*/

.quickcontact {
  width: 66px;
  position: fixed;
  top: 79%;
  right:15px;
  z-index: 102;
  animation: rotation 5s infinite linear;
    animation-duration: 4s;

}

                                            
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.quickcontact i {
  color: #fff
}
.quickcontact a{  z-index: 99999;}

.quickcontact {
  height: 65px;
  width: 65px;
  background-color:#dc3545;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
  z-index: 99990;
}

.quickcontact::before {
  content: "";
  position: absolute;
  border: 1px solid #dc3545;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.quickcontact::after {
  content: "";
  position: absolute;
  border: 1px solid #dc3545;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s
}

@keyframes pulse {
  0% {
      transform: scale(0.3);
      opacity: 0
  }

  50% {
      transform: scale(1);
      opacity: 1
  }

  100% {
      transform: scale(2.3);
      opacity: 0
  }
}



