*
* Template Name: Medilab - v4.7.1
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f9ffee;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #75B91A;
}
#topbar .contact-info i {
  color: #75B91A;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links a {
  color: #75B91A;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #8BC344;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  /*box-shadow:  0px 2px 15px rgb(222 255 208 / 10%);*/
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #2c4964;
}
#header .logo img {
  max-height: 100%;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #75B91A;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
.appointment-btn:hover {
  background: #8BC344;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #404040;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
  font-weight: 600;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #75B91A;
  border-color: #75B91A;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background-color: #f9ffee;
}
.footer-bottom{
    background-color: #f9ffee !important;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  color: #fff;
  background: #1e5630;
  /*box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #8BC344;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #75B91A;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #8BC344;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
.social-links-1 a {
  font-size: 18px;
  display: inline-block;
  background: #75B91A;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links-1 a:hover {
  background: #8BC344;
  color: #fff;
  text-decoration: none;
}



/*mail part*/

/*****************Hero-1 Start*****************/
.hero-1 {
margin: 200px 0 90px 0;
}
.hero-1 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.hero-1 h2 {
  color: #202020;
  margin: 15px 0 0 0;
  font-size: 22px;
}
.hero-1 .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 16px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #75B91A;
}
.hero-1 .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px;
}

.hero-1 .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero-1 .btn-learn-more {
  margin-left: 20px;
  line-height: 0;
  padding: 15px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #75B91A;
  border: 1px #75B91A solid;
/*  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);*/
}
.hero-1 .btn-learn-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px;
}

.hero-1 .btn-learn-more:hover i {
  transform: translateX(5px);
}

.hero-1 .hero-img {
  text-align: right;
}
@media (min-width: 1024px) {
  .hero-1 {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero-1 .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero-1 .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .hero-1 {
    margin: 60px 0 0 0;
    text-align: center;
  }
  .hero-1 h1 {
    font-size: 32px;
  }
  .hero-1 h2 {
    font-size: 24px;
  }
  .hero-1 .hero-img img {
    width: 100%;
  }
  .hero-1 .btn-learn-more {
  margin-top: 20px;
}
}
/*****************Hero-1 End*****************/

/*****************Hero-2 Start*****************/
.hero-2 {
  margin: 10px 0 40px 0;
}
.hero-2 .hero2_right h5{
  font-size: 35px;
  font-weight: 600;
}
.hero-2 .hero2_left h6{
  font-size: 20px;
}

@media (min-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {
  .hero-1 {
    margin: 10px 0 0 0;
    text-align: center;
  }
.hero-2 .hero2_right h5{
  text-align: center;
  font-size: 26px;
}
.hero-2 .hero2_left h6{
  text-align: center;
  font-size: 20px;
}
}
/*****************Hero-2 End*****************/

/*****************service Start*****************/
.services{
  margin: 0 0 40px 0;
}
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  /*text-align: center;*/
  transition: 0.3s;
  border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #75B91A;
}
.services .service-box.blue .icon {
  color: #fff;
  background: #75B91A;
}
.services .service-box.blue:hover .icon {
  color: #75B91A;
  background: #fff;
}
.services .service-box.blue .read-more {
  color: #2db6fa;
}
.services .service-box.blue:hover {
  background: #75B91A;
}
.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}
/*****************service End*****************/

/*****************Pricing Start*****************/
.overview-area .nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 3px;
  margin-bottom: 10px;
}

.overview-area .nav-tabs {
  display: block;
  height: auto;
  margin-bottom: 30px;
  min-height: auto;
  overflow: hidden;
  border: none;
}

.overview-area .nav-tabs li a {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  border: none;
}

.overview-area .nav-tabs li a.active {
  background: #75B91A none repeat scroll 0 0;
  color: #ffffff;
}

.pricing-item {
    background-color: #fff;
    text-align: center;
    padding: 50px 50px 30px 50px;
    margin: 20px 0px 50px 0px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.pricing-item h4 {
    text-transform: uppercase;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #404040;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.pricing-item .price {
    /*background-color: #0d8800;*/
    width: 100%;
    /*padding: 30px 0px;*/
    /*margin-bottom: 35px;*/
    border-radius: 10px;
}
.pricing-item .price h6 {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 32px;
    color: #404040;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pricing-item .price p {
    display: inline-block;
     /*font-family: 'Hind Siliguri', sans-serif; */
    font-family: 'Ubuntu', sans-serif;
    color: #404040;
    font-size: 20px;
    font-weight: 500;
}
.pricing-item .price span {
    display: inline-block;
    font-family: 'Hind Siliguri', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.pricing-item .dev {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 35px 0px 30px 0px;
}
.pricing-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.pricing-item ul li {
  display:list-item;
    margin-bottom: 20px;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 16px;
    color: #404040;
}
.pricing-item ul li i {
     display:inline-block;
    font-size: 10px;
    padding: 4px;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    background-color: #75B91A;
}
.pricing-item ul li:last-child {
    margin-bottom: 40px;
}
.pricing-item a.main-button,
.pricing-item a.gradient-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.border-first-button a {
  background-color: #75B91A;
    display: inline-block !important;
    padding: 5px 20px !important;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
}

.border-first-button a:hover {
  background-color: #8BC344;
  text-decoration: none;
}
/*****************Pricing End*****************/

/*****************Open Stack Start*****************/
.openstack {
margin-top: -300px;
padding-top: 300px;
background-color: #1e5630;
}
.openstack h1 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.openstack h2 {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 16px;
}
.openstack .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 16px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #75B91A;
}
.openstack .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px;
}

.openstack .btn-get-started:hover i {
  transform: translateX(5px);
}

.openstack .btn-learn-more {
  margin-left: 20px;
  line-height: 0;
  padding: 15px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #75B91A;
  border: 1px #75B91A solid;
/*  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);*/
}
.openstack .btn-learn-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px;
}

.openstack .btn-learn-more:hover i {
  transform: translateX(5px);
}

.openstack .hero-img {
  text-align: right;
}
@media (min-width: 1024px) {
  .openstack {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .openstack {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .openstack .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .openstack .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .openstack {
    margin: 60px 0 0 0;
    text-align: center;
  }
  .openstack h1 {
    font-size: 32px;
  }
  .openstack h2 {
    font-size: 24px;
  }
  .openstack .hero-img img {
    width: 100%;
  }
  .openstack .btn-learn-more {
  margin-top: 20px;
}
}
/*****************Open Stack End*****************/

/*****************Security Start*****************/
.security {
background-color: #f8fcf4;
padding: 50px 0;
}
.security h1 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  color: #000;
}
.security h2 {
  color: #404040;
  margin: 15px 0 20px 0;
  font-size: 16px;
}
.security .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 16px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #75B91A;
}
.security .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px;
}

.security .btn-get-started:hover i {
  transform: translateX(5px);
}

.security .btn-learn-more {
  margin-left: 20px;
  line-height: 0;
  padding: 15px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #75B91A;
  border: 1px #75B91A solid;
/*  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);*/
}
.security .btn-learn-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px;
}

.security .btn-learn-more:hover i {
  transform: translateX(5px);
}

.security .hero-img {
  text-align: right;
}

.security ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.security ul li {
  display:list-item;
    margin-bottom: 20px;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 16px;
    color: #404040;
}
.security ul li i {
     display:inline-block;
    font-size: 10px;
    padding: 4px;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    background-color: #75B91A;
}
.security ul li:last-child {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .security {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .security {
    height: auto;
    padding: 60px 0 60px 0;
  }
  .security .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .security .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .security {
    /*margin: 60px 0 0 0;*/
  }
  .security h1 {
    font-size: 32px;
  }
  .security h2 {
    font-size: 24px;
  }
  .security .hero-img img {
    width: 100%;
  }
  .security .btn-learn-more {
  margin-top: 20px;
}
}
/*****************Security End*****************/


/*****************trusted by Start*****************/
.googlemap{
  padding: 100px 0;
}
.googlemap .site-heading h2{
  font-size: 25px;
}
.map{
  max-width: 100%;
}
/*****************trusted by End*****************/

/*****************trusted by Start*****************/
.trusted {
  padding: 12px 0;
  text-align: center;
}
.trusted img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.trusted img:hover {
  filter: none;
  transform: scale(1.1);
}
.trusted-1 h5{
  font-size: 28px;
}
@media (max-width: 768px) {
  .trusted img {
    max-width: 40%;
  }
}
/*****************trusted by End*****************/

/*****************Testimonial Start*****************/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #75B91A;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #75B91A;
}
.testimonials-1 h5{
    font-size: 40px;
  font-weight: 700;
  padding-top: 55px;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
/*****************Testimonial End*****************/

/*****************FAQ Start*****************/
.faq{
  margin: 50px 0;
}
.faq .accordion-collapse {
  border: 0;
}
.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #75B91A;
  border-bottom: 0;
}
.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}
.faq-header {
  text-align: center;
  padding-bottom: 40px;
}
.faq-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .faq-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
/*****************FAQ End