@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');

body{
    font-family: 'Poppins', sans-serif;
}
body::-webkit-scrollbar {width: 7px;}
body::-webkit-scrollbar-track {background: #fff;outline:none;border:none}
body::-webkit-scrollbar-thumb {background: #204284;outline:none;border:none}

.navbar-toggler:focus {box-shadow:none;}


#social-review {padding: 40px 0px; text-align: center;}
.google-rate {
  display: block;
  width: 100px;
  margin: auto;
  margin-bottom: 5px;
}
#social-review .fa-star {color: #f6bb06; font-size: 35px;}
#social-review h4 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
#social-review .testi-slider .fa-star {font-size: 12px;}

.testi-slider .ti-inner {
  padding: 15px;
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%), 0 0 2px 0 rgb(0 0 0 / 5%);
  border-top-width: 0!important;
  border-bottom-width: 0!important;
  border-left-width: 0!important;
  border-right-width: 0!important;
  background-color: #fff!important;
  backdrop-filter: blur(0px);
}
.testi-slider .carousel-control-next, .carousel-control-prev {width: 10%;}
.testi-slider .ti-review-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.testi-slider .ti-profile-img {
  margin: 0 15px 0 0!important;
}
.testi-slider .ti-profile-img img {
  width: 40px!important;
  height: 40px!important;
  padding: 0!important;
  display: block;
  border-radius: 30px;
  min-width: initial!important;
  max-width: initial!important;
  object-fit: cover;
  object-position: top;
}
.testi-slider .ti-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testi-slider .ti-inner>.ti-stars {
  margin-bottom: 6px;
  margin-top: 15px;
  text-align: left;
}
.testi-slider .ti-stars {
  margin-top: 3px;
  white-space: nowrap;
  display: block;
}
.testi-slider .ti-review-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20.3px;
  height: 81.2px;
  font-size: 14px;
  text-align: left;
  transition: height .5s;
  font-style: normal;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-right: 0;
}
.testi-slider .ti-read-more {
    display: block;
    padding: 5px 0 0;
    text-align: left;
    color: #f6bb06;
    font-size: 12px;
}
.testialign {align-items: center;}
.carousel {padding: 0px;}





		@media (max-width: 767px) {
			.carousel-inner .carousel-item>div {
				display: none;
			}
            .header-bttom {width:100%;}
			.carousel-inner .carousel-item>div:first-child {
				display: block;
			}
		}

		.carousel-inner .carousel-item.active,
		.carousel-inner .carousel-item-next,
		.carousel-inner .carousel-item-prev {
			display: flex;
		}

		/* medium and up screens */
		@media (min-width: 768px) {

			.carousel-inner .carousel-item-end.active,
			.carousel-inner .carousel-item-next {
				transform: translateX(33%);
			}

			.carousel-inner .carousel-item-start.active,
			.carousel-inner .carousel-item-prev {
				transform: translateX(-33%);
			}
		}

		.carousel-inner .carousel-item-end,
		.carousel-inner .carousel-item-start {
			transform: translateX(0);
		}
	



.sticky-header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} 
.quickcontact {
  width: 66px;
  position: fixed;
  bottom: 100px;
  right:15px;
  z-index: 102;
  animation: rotation 5s infinite linear;
  animation-duration: 4s;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


* {
  padding: 0;
  margin: 0
}
 .downloadlist {color:#48a77b;}
 .pricelistdownload .freeform .form-title {
    color: #000;
    padding: 30px 0px;
    font-size: 20px;
}

.pricelistdownload {padding-top:130px;padding-bottom: 60px;}
.pricelistdownload .freeform h2 {text-align:center;}

.freecontent img {width:100%;}
.free-trialpage {padding-top:130px;padding-bottom: 60px;}
.freeform .form-title {color:#000;}

.quickcontact i {color: #fff}
.quickcontact a{z-index: 999;}
.quickcontact {
  height: 55px;
  width: 55px;
  background-color:#152858;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
}
.quickcontact img {width:100%;}
.quickcontact::before {
  content: "";
  position: absolute;
  border: 1px solid #152858;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.quickcontact::after {
  content: "";
  position: absolute;
  border: 1px solid #152858;
  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.5);
      opacity: 0
  }

  50% {
      transform: scale(1);
      opacity: 1
  }

  100% {
      transform: scale(1.3);
      opacity: 0
  }
}

/*  */


#location {
    background-color: #dfdfdf;
}
header .navbar-expand-sm {justify-content:center;}
header .navbar-expand-sm.headerbt {display:block;}
header .navbar-expand-sm .navbar-nav .nav-link {color:#000;padding:10px 30px;}
.header-bttom {border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;margin-top:0px;}
.header-bttom.navbar-expand-sm .navbar-collapse{display:block !important;}
.header-bttom .navbar-nav {justify-content:center;}
.pricedownload {position: fixed;
    right: -59px;
    background: #2a578e;
    transform: rotate(-90deg);
    z-index: 3333;
    top: 40%;
    padding: 6px 15px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;}
    .pricedownload:hover {background: #48a77b;color:#fff;}
.navbar{
    background-color: #ffffffdb !important;
    transition: .8s;
}
.navbar.navBg{
    background-color: #fff !important;
}
.navbar-brand{
    width: 157px;
    padding: 0;
}
.navbar-brand img{
    width: 100%;
}
.call-text{
    font-size: 20px;
    font-weight: 500;
    margin-right: 15px;
}
.top-banner-area{
    background-image: url(../images/slider.jpg);  
    background-repeat: no-repeat; 
    background-size: cover;
	margin-top: 0px;
    background-color: #fff;
    background-size: 100%;
    width: 100%;
    height: 595px;
    padding: 10px 30px 10px;
    display: flex;
}
.banner-btn{
    width: 40%;
    text-align: center;
}
.banner-form-area{
    padding: 20px 30px 30px;
    background-color: #3e3e3ee6;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
	margin-top: 10px;
}
.form-title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin: 0 0 24px;
}
.form-title svg{
    margin-top: -2px;
    margin-right: 6px;
}

section{
    padding: 100px 0px;
    text-align: center;
}
.section-title{
    font-size: 34px;
    line-height: 43px;
    font-weight: 700;
    color: #2a578e;
    margin-bottom: 20px;
}
.section-subtitle{
    max-width: 650px;
    font-size: 16px;
    line-height: 26px;
    color: #3c6382;
    margin: 0 auto 50px;
}

/* Choose Us Card */
.pointer-card{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 30px 0px 30px 0px;
    transition: 0.5s ease-in;
}
.pointer-card .inner-card{
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 27px 25px 35px;
}
.pointer-card:hover{
    background-color: black;
}
.inner-card .icon{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.inner-card .card-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #242424;
    margin: 9px 0px 22px;
}
.inner-card .card-content{
    font-size: 16px;
    color: #555;
    line-height: 1.625;
}
.pointer-card:hover .icon, .pointer-card:hover .card-title, .pointer-card:hover .card-content{
    color: #fff;
}

/* Our Brands */
#our-brands{
    background-color: #dfdfdf;
}
#our-brands .col-6{
    border-right: 1px solid #e3e3e3;
}
#our-brands .col-6:last-child{
    border-right: none;
}
.brands-col{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    filter: grayscale(100%);
    transition: 0.3s ease-in;
}
.brands-col:hover{
    filter: grayscale(0%);
}
.brands-col img{
    width: 100%;
}

/* Types of HA */
#types .card{
    /*border: 0;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 10%);*/
    margin-bottom: 20px;
}
#types .card-img-top{
    height: 300px;
    border: 1px solid #f3f6fc;
    border-bottom: 0;
    overflow: hidden;
}
#types .card-img-top img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 1s;
}
#types .card-body{
    background-color: #e5e5e5;
    padding: 30px 20px;
}
.card-img-top img:hover{
    transform: scale(1.4); 
}

/* FAQs */
#faqs{
    background-color: #f6f3ea;
}
#accordion .card{
    border: 0;
    border-left: 3px solid #262b6b;
    border-radius: 0;
    text-align: left;
    margin-bottom: 20px;
}
#accordion .card-header{
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    background: none;
    border: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#accordion .card-header::after{
    content: "+";
    transition: transform .4s;
    margin-left: 30px;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #74779b;
    border-radius: 50%;
    min-width: 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0 0 1px;
}
#accordion .card-header[aria-expanded="true"]::after{
    content: '-';
}
#accordion .card-body{
    padding-top: 5px;
    font-size: 16px;
    color: #555;
    line-height: 1.625;
}

/* Footer */
footer{
    padding: 60px 0 0;
    background-color: #fff;
    color: #000;
}
.footer-logo{
    padding-right: 80px;
    text-align:center;
}
.footer-logo img{
    width: 60%;
    
}
footer .contact-title{
    font-size: 28px;
    font-weight: bold;
    margin: 25px 0;
}
footer .contact-row{
    margin: 0 -15px;
}
footer .contact-col{
    margin: 0 15px 30px;
    display: flex;
    align-items: center;
}
footer .contact-icon{
    margin-right: 15px;
    color: #888eaa;
}
footer .contact-info{
    font-size: 18px;
    font-weight: bold;
}

.social-links-row{
    margin: 0 -15px;
    display: flex;
}
.social-links-col{
    margin: 0 35px 30px 15px;
    display: flex;
    align-items: center;
}
.social-icon a{
    color: #000 !important;
}
.social-links-col:nth-child(1) a:hover{
    color: #1877f2 !important;
}
.social-links-col:nth-child(2) a:hover{
    color: #c32aa3 !important;
}
.social-links-col:nth-child(3) a:hover{
    color: #ff0000 !important;
}

.copyright-row{
    text-align: center;
    border-top: 1px solid #555991;
    padding: 20px 0;
    color: #000;
    margin-top: 30px;
}

/* Buttons */
.btn-primary{
    background-color: #48a77b !important;
    border-color: #48a77b !important;
    color: #fff;
    padding: 7px 21px;
    border-radius: 4px;
    /*font-weight: 600;*/
    font-size: 18px;
}
.btn-primary:hover{
    background-color: #124390 !important;
    border-color: #124390 !important;
}
.btn-phone{
    background-color: #48a77b !important;
    border-color: #48a77b !important;
}
.btn-phone:hover{
    background-color: white !important;
    border-color: black !important;
	color:black;
}
.btn-whatsapp{
    background-color: #2a578e !important;
    border-color: #2a578e !important;
}
.btn-whatsapp:hover{
    background-color: white !important;
    border-color: black !important;
	color:black;
}
.btntrial{
    background-color: #ff0000 !important;
    border-color: #af0000 !important;
}
.btntrial:hover {
    background-color: white !important;
    border-color: black !important;
	color:black;
}
/* Responsive CSS */
@media screen and (max-width: 767px) {
    .zoom-in-out-box {
      width: 20px;
      height: 16px;
      animation: zoom-in-zoom-out 1s ease infinite;
    }
    
    @keyframes zoom-in-zoom-out {
      0% {
        transform: scale(1, 1);
      }
      50% {
        transform: scale(1.5, 1.5);
      }
      100% {
        transform: scale(1, 1);
      }
    }
    .top-banner-area{
        height: auto;
        padding: 0 0 20px;
        background-image: none;
    }
	.flip-box {
	  background-color: transparent;
	  width: 100%!important;
	  height: 225px;
	  margin-bottom: 110px;
	  border: 1px solid #d5d5d5;
	  perspective: 2000px;
	}
	.card {
    margin: 10px 10px;
	}
    .mobile-banner{
        padding-top: 0px;
    }
    .banner-form-area{
        padding: 20px;
    }
    .form-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    section{
        padding: 35px 0px;
    }
    .section-title{
        font-size: 30px;
        line-height: 36px;
    }
    .section-subtitle{
        font-size: 15px;
        margin-bottom: 35px;
    }
    #our-brands .col-6:nth-child(2){
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
    }
    #our-brands .col-6:nth-child(1){
        border-bottom: 1px solid #e3e3e3;
    }
    .btn-primary{
        padding: 6px 10px;
        font-size: 15px;
    }
    .navbar-brand img{
        width: 100%;
        height: auto;
    }
    .navbar-brand{
        width: 39%;
    }
    .banner-btn{
        width: 100%;
        text-align: left;
    }
    footer{
        padding-top: 30px;
    }
    footer .contact-title{
        font-size: 26px;
        margin: 20px 0;
    }
    footer .contact-col{
        margin-bottom: 20px;
    }
    .copyright-row{
        margin-top: 10px;
    }

.animatatedbutton {
  animation: wiggle 2s linear infinite;
}
.animatatedbutton:hover {
  animation: none;
}
/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.flip-box {
  background-color: transparent;
    width: 300px;
    /* height: 225px; */
    border: 1px solid #d5d5d5;
    /* perspective: 2000px;*/
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #fff;
  color: #5c5c5c;
  transform: rotateY(180deg);
  padding: 22px;
}

.footerlinks{
    text-decoration: none;
	color:white;
}
.footerlinks:hover{
    text-decoration: none;
	color:white;
}
.paddsection{
    padding: 50px;
}

@media (max-width: 576px) {
    header .navbar-expand-sm .navbar-nav .nav-link {padding: 4px 10px;}
    .navbar-collapse {
    position: absolute;
    background: #fff;
    margin-top: 1px;
    box-shadow: 0px 0px 4px #ddd;
    }
    
}
