
body {
	font-family: 'Work Sans', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'Work Sans', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
	line-height: 1.4em;
	color: #111;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}
/******* Header ************/

/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}
/******* Menu ************/

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #fff;
}
.top_menu{
    padding: 0px;
    background: #0000;
    position: absolute;
    z-index: 1034;
    background: linear-gradient(to top, #00000000 10%, #00000047 43%, #00000080 73%, #00000094 100%);
}

.menu-bar{
    display: flex;
    padding: 0 10px;
	align-items: center;
}
.logo{
	padding: 0px 0 0px 20px;
    width: 13%;
}
.logo img{
    width: 87%;
}
.cus-menu {
    margin: 0px 15px 0 0;
    width: 65%;
    text-align: end;
}
.vg-nav>ul>li>a {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    padding: 10px 6px;
    border-radius: 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.vg-nav>ul>li {
    padding: 1px 5px;
}
.vg-nav>ul>li.active a, .vg-nav>ul>li a:hover {
    color: #fff;
}
.vg-nav .dropdown ul li a {
    text-align: left;
}
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    background: #111;
}
.cus-phone {
    display: flex;
    border-left: 1px solid #fff;
    height: 42px;
    padding: 0 0 0 11px;
}
.header-phone{

}
.header-phone i{
    color: #ffffffc9;
    font-size: 27px;
    margin: 6px 10px 0 0;
}
.header-text{

}
.header-text spam a{
    color: #e62228;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
}
.header-text p a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;

}
.wp-service-text{
    width: 50%;
    padding: 0 0 0 25px;
}
.wp-service-text h4{
    color: #1b1b1b;
    font-size: 30px;
    margin-bottom: 15px;
}

.wp-service-text p {
    font-size: 17px;
    color: #303030;
    font-weight: 400;
    line-height: 28px;

}
.wp-service-img {
    width: 50%;
}
.wp-service-img img{
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.wp-services hr {
    margin: 3rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .6;
}




/******* Slider ************/
.slider{
    padding: 0px;
    position: relative;
}
.slider::before {
    content: '';
    background: #00000003;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;

}
.slider .carousel-item img{
    height: 98vh;
    object-fit: cover;
}

.slider .carousel-caption {
    text-align: left;
    bottom: 0;
    top: 0;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    left: 5%;
}
.slider-bg{
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: #00000069;
    padding: 24px;
    border-radius: 5px;
    margin: 120px 0 0 0;
}


.slider-bg h2{
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    margin: 0px 0 7px;
    padding: 0;
}
.slider-bg p{
    font-size: 23px;
    font-weight: 300;
}



.slider-bg .btn-primary {
    color: #fff;
    background-color: #22ac38;
    border-color: #22ac38;
    border-radius: 2px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 10px;
}
.slider-bg .btn-secondary {
    color: #e62228;
    background-color: #fff;
    border-color: #fff;
    border-radius: 2px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
}

.avia_styleswitcher.switcher_right .openclose {
    height: 300px;
    left: -47px;
	-webkit-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.29);
box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.29);
}
.slider .carousel-indicators [data-bs-target]{
	width: 11px;
    height: 11px;
    border: 10px;
    border-radius: 30px;
    margin-right: 5px;
}

.slider .carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}
.slider .carousel-indicators {
	bottom: 70px;
    justify-content: flex-end;
    margin-left: 10%;
    list-style: none;
}


/******* about ************/
.about{
    padding: 80px 0 80px;
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-position: center;
}
.about-text{
    position: relative;
    padding: 0 0 0 40px;
}
.about-text h2{
    font-size: 58px;
    line-height: 71px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 300;
}
.about-text p{
 
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;

}
.about-text a{
    color: #fff;
    background-color: #22ac38;
    border-color: #22ac38;
    border-radius: 3px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 10px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}
.about-box-img{
position: relative;
}
.about-box-img img{
    height: 430px;
    object-fit: cover;
}
.about-box-img::before{
    content: '';
    border: 1px solid #f7f7f7a8;
    position: absolute;
    z-index: 9;
    left: 22px;
    width: 90%;
    height: 360px;
    top: 70px;
}


/******* services ************/
.services{
 background: #f8f8f8;
}
.home-services{
    margin-bottom: 30px;
}


.home-services h2{
    font-size: 54px;
    color: #111;
    font-weight: 200;
}
.cus-service-box {
    position: relative;
    margin-bottom: 30px;
}
.cus-service-box::before{
    content: '';
    border: 1px solid #66666642;
    position: absolute;
    z-index: 9;
    left: 39px;
    width: 80%;
    height: 360px;
    bottom: -40px;
    z-index: 0;
}

.home-service-img{
    display: block;
    overflow: hidden;
    position: relative;
}
.home-service-img:before{
    content: '';
    border: 1px solid #f7f7f7a8;
    position: absolute;
    z-index: 9;
    left: 22px;
    width: 90%;
    height: 360px;
    top: 70px;
}

.home-service-img img{
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 270px;
    object-fit: cover;
}
.cus-service-box:hover .home-service-img img{
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.cus-service-text {
    position: relative;
    padding: 30px 30px;
    background: #fff;
}
.cus-service-text h4{
    color: #1b1b1b;
    font-size: 22px;
}
.cus-service-text p{
    color: #666666;
    font-size: 16px;
    font-weight: 300;

}
.cus-service-text a{
    color: #22ac38;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.services .owl-theme .owl-nav[class*=owl-]{
    position: relative;
    width: 100%;
}
.services .owl-theme .owl-nav[class*=owl-]:before{
    content: '';
    background: #fff;
    height: 1px;
    width: 40%;
    position: absolute;
    right: 120px;
    top: 47px;
    opacity: 0.4;
}

.services .owl-theme .owl-dots{
    display: none;
}
.services .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    right: 60px;
    border: 1px solid #7a7878;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    font-size: 23px;
    padding: 0 0 2px !important;
    top: 33px;
    background: #7a7878;
    left: -80px;
    top: -360px;
}
.services .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -50px;
    border: 1px solid #7a7878;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    font-size: 23px;
    padding: 0 0 2px !important;
    top: 33px;
    background: #7a7878;
    top: -360px;
}
/******* cta ************/
.cus-cta{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    padding: 150px 0;
    background-attachment: fixed;

}
.cus-cta h2{
    color: #fff;
    font-weight: 300;
    font-size: 53px;
}
.cus-cta p{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    width: 65%;
    margin: 0 auto;
    line-height: 32px;
    margin-bottom: 20px;
}
.cus-cta a{
    text-decoration: none;
    background: #ffffffd9;
    padding: 11px 24px;
    border-radius: 3px;
    font-size: 20px;
    display: inline-block;
}

/******* appointment ************/
.appointment{
    background: #fff;
}
.appointment-img{
    position: relative;
}

.appointment-text {
    background: #323232f0;
    position: absolute;
    top: 80px;
    right: 100px;
    padding: 31px;
}
.appointment-info {
    display: flex;
    margin-bottom: 30px;
}
.appointment-info:nth-child(2n) a{
    font-weight: 600;
    font-size: 20px;
}

.appointment-icon {
    color: #fff;
    font-size: 28px;
    margin-right: 18px;
    width: 30px;
    opacity: 0.9;
}
.appointment-info-text{

}
.appointment-info-text a{
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}
.appointment-info-text p{
    margin-bottom: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}
.book{

}
.book h2 {
    font-size: 54px;
    color: #000;
    font-weight: 300;
    line-height: 59px;
    margin-bottom: 22px;
}
.book p{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 50px;    font-size: 16px;
    font-weight: 100;
}
.book .form-control {
    padding: 0.675rem 0.75rem;
    font-weight: 300;
    color: #999999;
    border-radius: 0.1rem;
}
.book .form-select {
    padding: 0.675rem 2.25rem 0.675rem 0.75rem;
    
    color: #999;
    border-radius: 0.1rem;
 
}
.book .btn-primary {
    color: #fff;
    background-color: #e62228;
    border-color: #e62228;
    border-radius: 0px;
    padding: 10px 24px;
}


/******* kits ************/
.kits{
    padding: 80px 0;
    background: #f8f8f8;
}
.kits-box {
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #0000009c;
}
.kit-icon {
    box-shadow: 0px 0px 9px #00000045;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin: 0 auto 20px;
}
.kit-icon img {
    width: 61px;
    padding: 3px;
    margin: 14px 0 0 0;
}
.kits-box h3{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
}
.kits-box p{
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
}

/******* footer ************/
.footer{
    background: #282727;
    padding: 60px 0 30px;
}
.footer-text{
    position: relative;
}
.footer-text h4{
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 500;
}
.footer-text ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-text ul li{
    line-height: 34px;
}
.footer-text ul li a{

    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 200;

}
.footer-text .form-control {
    padding: 0.5rem 0.75rem;
    background-color: #fff0;
    border: 2px solid #898989b8;
    border-radius: 0px;
}
.footer-text .btn-primary {
    color: #fff;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
    position: absolute;
    top: 5px;
    right: 4px;
}
.footer-text ::-webkit-input-placeholder { /* Edge */
    color: #fff;
    font-style: italic;
  }
  
  .footer-text :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-style: italic;
  }
  
  .footer-text ::placeholder {
    color: #fff;
    font-style: italic;
  }
  .social-icons{
    margin: 20px 0 0 0;
  }
  .social-icons h4{
    margin-bottom: 10px;
  }
  .social-icons ul{
    margin-bottom: 25px;
  }
  .social-icons ul li{
    display: inline-block;
    padding: 0;
    height: 40px;
    width: 40px;
    background: #323232;
    border-radius: 5px;
    margin-right: 4px;
  }
  .social-icons ul li a{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 4px;
  }
  .social-icons ul li a i{
    
  }

  .social-icons ul li:nth-child(1) a {
    background: #385899;
}
.social-icons ul li:nth-child(2) a {
    background: #5da9dd;
}
.social-icons ul li:nth-child(3) a {
    background: #ea412c;
}

.social-icons ul li:nth-child(4) a {
    background-image: linear-gradient(to right, #5443d6 , #e82152, #ffc154);
}
.social-icons ul li:nth-child(5) a {
    background: #0274b3;
}

  .footer-services {
    padding: 0 60px 0 0;
}

  .footer-services ul li{
    line-height: 34px;
    display: inline-block;
    width: 49%;
  }

  hr {
    margin: 2rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .9;
}
.footer p {
    color: #FFFFFF;
    font-weight: 200;
    margin-bottom: 17px;
}


.footer p a{
    color: #FFFFFF;
    font-weight: 200;
    margin-bottom: 0px;
    text-decoration: none;
}
.footer p i{
    margin-right: 10px;
}

.slider-inner{
    
}

.slider-inner .carousel-item img {
    height: 65vh;
    object-fit: cover;
}
.slider-inner .carousel-caption {
    text-align: left;
    bottom: 0;
    top: 0;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}

.slider-inner .carousel-caption h2{
    font-size: 47px;
    color: #fff;
    line-height: 51px;
    font-weight: 400;
    text-shadow: 0px 0px 5px #000000;
    text-transform: uppercase;
}
.inner-about{
    padding: 80px 0;

}


.inner-about .about-img img {
    margin-bottom: 20px;
    height: 541px;
    object-fit: cover;
}
.inner-about .about-img {
    padding: 0px;
}
.cus-about-text {
    position: relative;
    padding: 16px 0 0 17px;
}


.cus-about-text h2{
    font-size: 40px;
    font-weight: 600;
}
.cus-about-text h4{
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 300;
    line-height: 37px;
    margin-bottom: 17px;
}
.cus-about-text p{
    font-size: 16px;
    color: #303030;
    font-weight: 400;
}
.cus-about-text  .btn-primary{
    color: #fff;
    background-color: #00a2e0;
    border-color: #00a2e0;
    border-radius: 0px;
    padding: 10px 24px;
}
.inner-services{
    background: #f7f7f7;
}
.inner-services h2{
    font-size: 54px;
    color: #000;
    font-weight: 300;
    margin-bottom: 32px;
}
.cus-service-list{

}
.cus-service-list ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.cus-service-list ul li {
    width: 15%;
    display: inline-block;
    text-align: center;
    background: #fff;
    margin-right: 8px;
    box-shadow: 0px 0px 8px #00000021;
    position: relative;
    padding: 23px 10px;
}
.cus-service-list ul li:last-child{
    margin-right: 0px;
}
.cus-service-list ul li a{
    text-decoration: none;
}
.cus-service-list ul li a img{
    height: 60px;
    width: 60px;
    position: relative;
    margin-bottom: 40px;
    object-fit: contain;
}
.cus-service-list ul li:before{
    content: '';
    background: #00a2e0;
    height: 90px;
    width: 90px;
    position: absolute;
    border-radius: 100px;
    left: 48px;
    top: 10px;
}

.cus-service-list ul li a p{
    margin-bottom: 0px;
}
.cus-appointment-text{
padding: 0 25px 0 0;
}
.cus-appointment-text h2{
    font-size: 54px;
    color: #fff;
    font-weight: 100;
    line-height: 59px;
    margin-bottom: 22px;
}
.cus-appointment-text p{
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    line-height: 32px;
}
.cta{
    padding: 150px 0;
}

.cta h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 7px;

}
.cta p{
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    width: 71%;
    margin: 0 auto;
}
.cta .btn-primary {
    color: #fff;
    background-color: #00a2e0;
    border-color: #00a2e0;
    border-radius: 0px;
    padding: 10px 24px;
    display: inline-block;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    font-size: 19px;
}
.contact-wp{

}
.contact-wp p{
    color: #00a2e0;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 7px;
    font-weight: 300;
}
.contact-wp h2{
    font-size: 51px;
    color: #000;
    font-weight: 300;
    margin-bottom: 45px;
    line-height: 61px;
}
.wp-contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 40px 40px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.wp-contact-form .form-control {
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f4f4f4;
    border: 1px solid #e2ddde;
    border-radius: 0.2rem;
}
.wp-contact-form .form-select {
    padding: 0.975rem 2.25rem 0.975rem 0.75rem;
    color: #212529;
    background-color: #f4f4f4;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
 
}
.wp-contact-form  .btn-primary {
    color: #fff;
    background-color: #00a2e0;
    border-color: #00a2e0;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    font-size: 24px;
}
.contact-info .appointment-text {
    position: relative;
    top: 0;
    right: 0;
    padding: 70px 25px 60px;
    background: #00a2e0;
}

.contact-info .appointment-icon {
    color: #fff;
    font-size: 21px;
    margin-right: 18px;
    width: 22px;
    opacity: 1;
}
.contact-info .appointment-info-text p {
    margin-bottom: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 20px;
}
.contact-info .appointment-info-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 17px;
}
.contact-info .appointment-info:nth-child(2n) a {
    font-weight: 600;
    font-size: 23px;
}


.map{
    padding: 0px;
}
.what {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}
.what a{
    background: #49c858;
    height: 50px;
    width: 50px;
    border-radius: 70px;
    display: flex;
    text-decoration: none;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 40px;
 
}
.call-now{
    display: none;
}


.cus-service-text-box {
    display: flex;
    margin-bottom: 60px;
}
.cus-service-text-box:nth-child(2n + 0) {
    flex-direction: row-reverse;
}
.cus-service-text-box:nth-child(2n + 0) .wp-service-text {
    padding: 0 15px 0 0;
}

.cus-poduct {
    padding: 160px 0 100px;
}


.cus-product-box{
    display: flex;
    position: relative;
    margin-bottom: 190px;
    padding: 0 35px;
}
.cus-product-box::before{
    position: absolute;
    content: '';
    right: 5px;
    top: 0;
    width: 80%;
    height: 130%;
    background: #f7f7f7;
    z-index: -1;
    top: -57px;
}


.product-img{
    width: 50%;
    margin-right: 30px;
}
.product-img img{

}
.product-text{
    width: 50%;
}
.cus-product-box p{
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
}
.cus-product-box ul{
    padding: 0px 0 0 15px;
    margin: 0px;
}
.cus-product-box ul li{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #000;
}


.cus-product-box:nth-child(2n + 0) {
    flex-direction: row-reverse;
    margin-bottom: 130px;

}
.cus-product-box:nth-child(2n + 0) .product-img{
    width: 50%;
    margin-right: 0px;
}
.cus-product-box:nth-child(2n + 0)::before{
    content: '';
    left: 5px;
}
.cus-product-box:nth-child(2n + 0) .product-text{
    margin-right: 20px;
}

.cus-about {
    background: #000;
    padding: 180px 0 340px;
    position: relative;
}

.cus-about-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.experience {
    padding: 0px 0 120px;
    position: relative;
    margin-top: -280px;
}
.experience-img img {
    border-radius: 0 60px 60px 60px;
    width: 100%;
}
.cus-about h2 {
    font-size: 56px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.who {
    background: #f5f5f5;
}
.who h2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 400;
}
.who-text p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}
.contact-info {
    padding: 80px 0;
}

.contact-detail p {
    color: #9698a3;
    margin-bottom: 10px;
}
.contact-detail h2 {
    font-size: 35px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 43px;
}

.contact-detail p {
    color: #9698a3;
    margin-bottom: 10px;
}

.contact-detail h3 {
    margin-bottom: 40px;
}

.contact-social {
}

.contact-social p {
    color: #9698a3;
}
.contact-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    font-size: 19px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.contact-detail h3 a {
    font-size: 35px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 43px;
    text-decoration: none;
}

.contact-social a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.quick {
    background: #000;
    padding: 70px 40px;
}

.cta-box-form .quick {
    border-radius: 0 25px 25px 25px;
}
.quick h2 {
    color: #fff;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 600;
}
.quick .form-control {
    padding: 1rem 0.35rem;
    font-size: 1rem;
    color: #fff;
    background-color: #fff0;
    border: 0px solid #ced4da;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
}
.quick .form-select {
    background-color: #fff0;
    border: 0px solid #ced4da;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    height: 57px;
    color: #fff;
}
.quick .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #ffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
}
.quick ::-webkit-input-placeholder { /* Edge */
    color: #fff;
  }
  
  .quick :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .quick ::placeholder {
    color: #fff;
  }
.cus-poduct-img img{
    margin-bottom: 40px;
    width: 100%;
}
.cus-poduct-img1{
    margin-bottom: 40px;
    width: 100%;
}
.cus-poduct-img p{
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
}
.cus-poduct-img1 p{
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
}
.vg-nav .dropdown ul li a:hover{
    color: #000;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

	
}

@media screen and (max-width: 980px) {
	
	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    
    .logo {
        padding: 10px 0 10px 0px;
        width: 58%;
    }
    .vg-nav-hamburger span {

        background: #fff;
    }
    .cus-menu {
        margin: 0px 0px 0 0;
    
    }
    .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
    }
    .vg-nav-sidebar__content>ul>li>a, .vg-nav-collapse>ul>li>a {
       
        text-transform: uppercase;
    }

    .slider .carousel-item img {
        height: 70vh;
        object-fit: cover;
    }
    .slider-bg {
        padding: 8px;
        margin: 90px 0 0 0;
    }
    .slider-bg h2 {
        font-size: 30px;
        font-weight: 200;
        color: #fff;
        line-height: 33px;
        margin: 0px 0 2px;
        padding: 0;
    }
    .slider-bg p {
        font-size: 18px;
        font-weight: 300;
    }




    .slider-bg .btn-primary {
        font-size: 14px;
        
    margin-right: 0px;

    }
    .slider-bg .btn-secondary {
        font-size: 14px;
        
    margin-right: 0px;

    }
    .cus-phone {
        display: none;
    }
    .about {
        padding: 60px 0 60px;
    }
    .about-box-img img {
        height: auto;
        object-fit: cover;
    }
    .about-text {
        position: relative;
        padding: 20px 0 0 0px;
    }
    .about-box-img::before {
        height: 150px;
    }
    .about-text h2 {
        font-size: 44px;
        line-height: 51px;
    }
    .services .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
    .services .owl-carousel .owl-nav button.owl-prev{
        left: -30px;
    }
    .logo img {
        width: 56%;
    }
    .services {
        padding: 50px 0;
    }
    .home-services h2 {
        font-size: 40px;
    }
    .cus-service-box::before {
        bottom: -20px;
    }
    .cus-cta {
        padding: 90px 0;
    }
    .cus-cta h2 {
        font-size: 35px;
    }
    .cus-cta p {
        font-size: 18px;
        width: 100%;
        line-height: 29px;
    }
    .appointment-text {
        position: relative;
        top: 0;
        right: 0;
        padding: 19px;
        margin-bottom: 20px;
    }
    .book h2 {
        font-size: 45px;
        line-height: 44px;
    }
    .kits-box {
        margin-bottom: 20px;
    }
    .footer {
        padding: 30px 0 30px;
    }
    .footer-text h4 {
        font-size: 20px;
        margin-bottom: 8px;
        margin-top: 15px;
    }
    .slider-inner .carousel-caption {

        text-align: center;
    }
    .slider-inner .carousel-caption h2 {
        font-size: 31px;
        line-height: 41px
    }
    .slider-inner .carousel-item img {
        height: 50vh;
    }
    .cus-product-box {
        display: block;
        position: relative;
        margin-bottom: 70px;
        padding: 0 0px;
    }
    .cus-product-box:nth-child(2n + 0) {
        margin-bottom: 70px;
    }
    .product-img {
        width: 100%;
        margin-right: 0px;
    }
    .product-text {
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
    }
 
    .cus-product-box:nth-child(2n + 0) .product-img {
        width: 100%;
    }
    .cus-poduct {
        padding: 60px 0 30px;
    }
    .cus-product-box::before {
        right: 0px;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 43px;
        left: 0px;
    }
    .cus-product-box:nth-child(2n + 0)::before {
        content: '';
        left: 0px;
    }
    .cus-about {
        background: #000;
        padding: 130px 0 200px;
        position: relative;
    }
    .cus-about h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .experience {
        padding: 0px 0 70px;
        position: relative;
        margin-top: -150px;
    }
    .cus-about-img {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 62%;
    }
    .who {
        background: #f5f5f5;
        padding: 40px 0;
    }
    .who h2 {
        font-size: 34px;
    }
    .who-text p {
        font-size: 16px;
    }
    .contact-detail h2 {
        font-size: 26px;
        margin-bottom: 33px;
        line-height: 34px;
    }
    .contact-social {
        margin-bottom: 30px;
    }
    .quick {
        background: #000;
        padding: 30px 20px;
    }
    .quick h2 {
        font-size: 26px;
    }



}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {
    .cus-service-list ul li:before {

        left: 39px;
        top: 7px;
    }

}
