/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --blue: #3b6bb3;
  --red: #dc4a3b;
}
a {
  color: var(--blue);
  text-decoration: none;
}
.text-primary {
  color: var(--blue) !important;
}
a:hover {
  cursor: pointer;
}
.text-danger {
  color: var(--red) !important;
}
.bg-danger {
  background-color: var(--red);
}
a:hover {
  color: var(--red);
  cursor: pointer;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}
@media (min-width: 1600px) {
  .steps .service-box p {
    font-size: 19px;
  }
  body section {
    padding: 100px 0;
  }
  body .footer_feature .content hr.seprator {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .btn.btn-success {
    padding: 16px 20px;
    font-size: 19px;
  }
  body .footer .footer-top .social-links a {
    font-size: 30px;
    margin-right: 10px;
  }
  body .footer ul li a {
    font-size: 19px;
  }
  body .footer .footer-top .footer-links ul li {
    padding: 10px 0;
  }
  body .footer .footer-top h4 {
    font-size: 25px;
  }
  body .values .box .price {
    font-size: 48px;
  }
  body .values .box .price span {
    font-size: 30px;
  }
  body hr.seprator {
    margin: 30px auto;
    width: 300px;
  }
  body .about .btn-read-more span,
  body .btn-read-more-global span {
    font-size: 19px;
  }
  body .about .btn-read-more,
  body .btn-read-more-global {
    padding: 16px 30px;
  }
  body .hero .btn-get-started {
    padding: 21px 30px;
  }
  body .navbar .getstarted,
  body .navbar .getstarted:focus {
    padding: 16px 20px;
  }
  body .navbar a {
    font-size: 19px;
  }
  body .hero .btn-get-started span {
    font-size: 19px;
  }
  html body {
    font-size: 19px;
  }

  body .hero hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body ul.font-size-xl li {
    font-size: 25px;
    margin-bottom: 30px !important;
  }
  body .navbar a {
    padding: 10px 30px 10px 30px;
  }
  body .values .box .price-table-footer a {
    font-size: 30px;
  }
  body .values .box .price {
    font-size: 48px;
  }
  body .values .box h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  body .services .service-box h5,
  body .steps .service-box h5 {
    font-size: 24px;
  }
  body .hero_feature h5 {
    font-size: 30px;
  }

  body .about h2,
  body h2.h2cls {
    font-size: 48px;
  }
  body .hero h1 {
    font-size: 60px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1428px;
  }
}
/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
section {
  padding: 70px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: var(--blue);
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: var(--blue);
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: var(--blue);
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--red);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: var(--blue);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
.header.header-scrolled {
  background: var(--blue);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo img {
  max-width: 220px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--blue);
  font-family: "Lato", sans-serif;
  margin-top: 3px;
}
.fixed-top {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
/*--------------------------------------------------------------
  # 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 a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a:not(.getstarted):before {
  content: "";
  height: 2px;
  background-color: #f6943b;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 3px);
  transition: 0.3s;
  width: 0px;
}
body .navbar a {
  color: var(--blue);
}
.nav-link:focus,
.nav-link:hover {
  color: var(--red) !important;
}
.nav-link:focus,
.nav-link:hover {
  color: #fff;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover:before,
.navbar .active:before,
.navbar .active:focus:before,
.navbar li:hover > a:before,
.navbar a.active:before {
  width: 60px;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--red);
  padding: 10px 15px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  justify-content: center;
  width: 150px;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: var(--blue);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.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: var(--blue);
}
.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: var(--blue);
  display: none;
  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(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 27px;
  right: 15px;
  color: #fff;
}
.navbar-mobile .mobile-nav-toggle::before {
  content: "\f00d";
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--red);
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--red);
}
.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: var(--blue);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/img_herobanner%402x.jpg) top center no-repeat;
  background-size: cover;
}
.hero-inner {
  width: 100%;
  height: 80vh;
  background: url(../img/hero-inner.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: inherit !important;
}

/* .forms.hero {
  background-image: url(../img/IQ-hero.jpg);
} */
.hero.practice_mangement {
  background-image: url(../img/practice_mangement_banner.jpg);
}

.hero h1 {
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.hero h2 {
  color: #fff;
  margin: 0px 0 0 0;
}
.hero hr {
  background-color: #fff;
  width: 200px;
  height: 1px;
  opacity: 1;
}
.hero .btn-get-started:hover {
  background-color: var(--blue);
}
.btn-get-started.orange:hover {
  background-color: var(--blue);
}
.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 13px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: var(--red);
}
.btn-get-started.orange {
  background-color: var(--red);
}
.hero .btn-get-started span {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
}
.hero_feature {
  background-color: var(--blue);
  padding: 0px;
}
.hero_feature h5 {
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero {
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
  # Index Page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
.about h2,
h2.h2cls,
h1.h2cls {
  font-weight: 700;
  color: var(--blue);
}
.about p {
  line-height: 24px;
}
.about .btn-read-more,
.btn-read-more-global {
  transition: 0.5s;
  background: var(--red);
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
}
.about .btn-read-more:hover,
.btn-read-more-global:hover {
  background: var(--blue);
}
.about .btn-read-more span,
.btn-read-more-global span {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
.btn-read-more-global:hover {
  color: #fff;
}
.bg-sky-blue {
  background: #ebf5fc;
}
.bg-green {
  background: var(--red);
}
/*--------------------------------------------------------------
  # Values
  --------------------------------------------------------------*/
.values .box {
  box-shadow: 0px 0 5px rgb(0 0 0 / 29%);
  transition: 0.3s;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.values .box .price {
  color: var(--blue);
}
.values .box .price-table-content ul li {
  list-style: none;
  position: relative;
  color: #000;
  cursor: context-menu;
}
.values .box .price-table-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: var(--red);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-14px, -3px);
}
.values .box:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 90%;
  display: block;
  background-color: var(--blue);
  left: 50%;
  transform: translate(-50%, -10px);
  border-radius: 8px;
}
.values .box .price {
  color: var(--blue);
  font-size: 28px;
}
.values .box hr.seprator {
  width: 150px;
}
.values .box .price span {
  font-size: 20px;
}
.values .box img {
  transition: 0.5s;
  max-width: 290px;
}
.values .box h3 {
  color: #000000;
  font-weight: bold;
}
/*
  .values .box:hover {
    transform: scale(1.05);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }
  .values .box:hover img {
    transform: scale(1);
  }
  */
#testimonials {
  background: url("../img/img_testimonials.jpg");
  background-size: cover;
}
.values .box .price-table-footer {
  position: relative;
}
.values .box .price-table-footer:hover {
  background-color: var(--blue);
}
.values .box .price-table-footer a {
  color: #ffffff;
  font-weight: bold;
  display: block;
}
.values .box .price-table-footer a span {
  margin-bottom: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.values .box .price-table-footer p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}

.values .box .price-table-footer:after {
  content: "\f285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  position: absolute;
  right: 35px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -21px);
  font-size: 30px;
}

/*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  color: var(--blue);
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: var(--blue);
  color: #fff;
}
.features .feture-tabs {
  margin-top: 120px;
}
.features .feture-tabs h3 {
  color: var(--blue);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}
.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: var(--blue);
  border-bottom: 3px solid var(--blue);
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: var(--blue);
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: var(--blue);
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: var(--blue);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .flip .flip-cards .front {
    width: auto !important;
  }
  section#testimonials {
    background-color: #3498db;
    background-image: none;
  }
}
.features .feature-icons .content .icon-box {
  display: flex;
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: var(--blue);
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}
.services.getting-started {
  background: var(--blue);
}
/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
section.services {
  background-color: #ecf3f8;
}
.services .service-box,
.steps .service-box {
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
  height: 100%;
  padding: 60px 30px;
  text-align: left;
  transition: 0.3s;
  border-radius: 5px;
  background-color: #fff;
}
.steps .service-box {
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
  height: 100%;
  padding: 30px 30px;
  text-align: left;
  transition: 0.3s;
  border-radius: 5px;
  background-color: #fff;
}
.services .service-box h5,
.steps .service-box h5 {
  color: var(--blue);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.services .service-box p {
  font-size: 15px;
  margin-bottom: 0px;
}
.steps .service-box p {
  margin-bottom: 0px;
}

.services .service-box:hover .icon,
.steps .service-box:hover .icon {
  background: #fff;
}
.text-panel {
  margin: 30px 10px 100px 10px;
  padding: 30px 70px;
  background-color: white;
  border: 1px solid #cccccc;
  padding: 20px 50px 30px 50px;
  color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
.testimonials .testimonial-item {
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0 20px rgb(1 41 112 / 10%);
  text-align: center;
  transition: 0.3s;
  border-radius: 16px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf6fc+0,ebf6fc+36,ffffff+36,ffffff+100 */
  background: #ebf6fc; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ebf6fc 0%,
    #ebf6fc 26%,
    #ffffff 26%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ebf6fc 0%,
    #ebf6fc 26%,
    #ffffff 26%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ebf6fc 0%,
    #ebf6fc 26%,
    #ffffff 26%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 135px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 19px;
  font-weight: bold;
  margin: 30px 0 5px 0;
  color: var(--blue);
}
.testimonials .testimonial-item h4 {
  font-size: 15px;
  color: #919191;
  margin: 0;
}
.testimonials .testimonial-item hr.seprator {
  width: 80px;
  margin: 20px auto;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 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 var(--blue);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--blue);
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.laptop {
  position: relative;
  display: block;
  margin: 30px auto 30px auto;
  outline: none;
  width: 100%;
  max-width: 700px;
}
.laptop img {
  max-width: 100%;
}

.laptop i {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -50px;
  font-size: 100px;
  opacity: 0.6;
  color: #333;
}

.laptop:hover i {
  opacity: 0.5;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer {
  background: var(--blue);
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-top {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .hero .btn-get-started:not(.orange) {
    margin-right: 20px;
  }

  .col-lg-2n5 {
    flex: 0 0 auto;
    width: 20%;
  }

  .hero_feature .border_cls {
    border-right: 1px solid #fff3;
  }

  .center_feature_img {
    background: url(../img/center_feature.jpg) no-repeat center top;
    background-size: cover;
  }
  .center_feature_img_pm {
    background: url(../img/pm_img_1.jpg) no-repeat center top;
    background-size: cover;
  }

  .footer_feature_img {
    background: url(../img/footer_feature.jpg) no-repeat center top;
    background-size: cover;
  }
  .center_feature .content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .footer_feature .content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 992px) {
  .hero hr {
    margin: 20px auto;
  }
  .about .btn-read-more,
  .btn-read-more-global {
    padding: 10px 20px;
  }

  .hero_feature .border_cls {
    border-bottom: 1px solid #fff3;
  }
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--blue);
  font-family: "Lato", sans-serif;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  line-height: 0;
  margin-right: 5px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #bfd4e2;
}

.footer ul li a:hover {
  color: #bfd4e2;
}
.footer ul {
  list-style: none;
  padding-left: 0px;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul li i {
  font-size: 11px;
  color: var(--red) !important;
  margin-right: 10px;
}

.footer a.btn-read-more {
  background-color: var(--red);
}
.footer a.btn-read-more:hover {
  background-color: var(--blue);
}

.footer .footer-top h4 {
  font-weight: bold;
  color: #ffffff;
  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: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 5px 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,
.footer .footer-top ul li {
  color: #fff;
  transition: 0.3s;
  display: block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color: #bfd4e2;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  text-align: center;
  color: #fff;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--blue);
}
hr.seprator.left {
  margin: 30px auto 30px 0px;
}
hr.seprator {
  margin-left: auto;
  opacity: 1;
  border: var(--red);
  width: 150px;
  height: 1px;
  color: var(--red);
  margin-right: auto;
}
.center_feature .content hr.seprator {
  margin: 30px auto 30px 0;
}
.center_feature .content {
  max-width: 750px;
  margin: auto 0 auto auto;
}
.center_feature_img {
  background: url(../img/center_feature.jpg) no-repeat center top;
  background-size: cover;
}
/* section.steps {
  background-color: var(--blue);
} */
.footer_feature .content hr.seprator {
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.footer_feature .content {
  max-width: 750px;
  margin: 0 auto 0 0;
}

.form-control {
  border-radius: 0px;
  height: 50px;
  line-height: initial;
}
.btn.btn-success:hover {
  background: var(--blue);
}
.btn.btn-success {
  transition: 0.5s;
  background: var(--red);
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  min-width: 150px;
  border: none;
}
textarea.form-control {
  min-height: calc(6.5em + 0.75rem + 2px);
}

.hero hr.center {
  margin: 30px auto;
}
ul.list_icon {
  padding-left: 0px;
  list-style: none;
}

ul.list_icon li i {
  margin-right: 10px;
}

ul.list_icon.green {
}

ul.list_icon.green li i {
  color: var(--blue);
}

ul.list_icon.green li {
  margin-bottom: 10px;
}

section.questionnaire_analytics {
  background-color: #ebf6fc;
}

section#client_profile {
  background-color: var(--blue);
}

section#client_profile h2,
section#client_profile p,
section#client_profile hr.seprator {
  color: #fff;
}
section#secure_messaging {
  background-color: #ebf6fc;
}
section#clean_and_easy {
  background-color: #ebf6fc;
}
hr.seprator.white {
  color: #fff;
}
ul.font-size-xl li {
  font-size: 20px;
  margin-bottom: 15px !important;
}

section#action {
  background-color: #ebf6fc;
}
p.font30 {
  font-size: 30px;
  line-height: 1.1;
}
.hero h2 {
  font-size: 19px;
}
.form-check {
  padding-left: 40px;
}
body .input-group-text {
  line-height: 2.3;
}
.values .box .price-table-content ul {
  display: inline-block;
}
.values .box .price-table-content ul li:hover:before {
  background-color: var(--red);
}
.values .box .price-table-content ul li:hover {
  color: var(--red);
}
.values .box h3 small {
  display: block;
  font-size: 16px;
}
.flip {
  -webkit-perspective: 800;
  perspective: 800;
  position: relative;
}
.flip .flip-cards.flipped {
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
}
.flip .flip-cards {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .flip-cards .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.flip .flip-cards .front {
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: rotateX(0deg);
}
.flip .flip-cards .back {
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
}
.price-table-header img {
  max-height: 62px;
}

/**
   * Simple fade transition,
   */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.hubspot-form-container {
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
  padding: 20px;
  transition: 0.3s;
  border-radius: 5px;
  background-color: #fff;
}

#vidyard-overlay-wrapper {
  z-index: 999;
}

/*** Service ***/
.service-item {
  position: relative;
  min-height: 350px;
  padding: 0 30px;
  transition: 0.5s;
}

.service-item .service-icon {
  width: 60px;
  position: absolute;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 2px;
  transform: rotate(0) translate(-50%, 0);
  top: -30px;
  left: 50%;
}

.service-item .service-icon i {
  /* transform: rotate(45deg); */
}

.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-primary,
.bg-primary {
  color: #fff;
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}

.accordion-collapse.collapse {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.accordion-collapse.show {
  height: max-content !important;
  opacity: 1;
}
.accordion-button {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: 0 !important;
  border-radius: 7px !important;
  min-height: 60px;
  font-weight: 700;
}
.accordion-item {
  margin: 5px 0;
  border: 0;
}
.accordion-button:focus {
  box-shadow: inherit !important;
}
.accordion-body {
  padding-inline: 20px 5px;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.contact .contact-info {
  position: relative;
  display: flex;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
}

.contact .contact-info:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact .contact-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .contact-icon i {
  font-size: 18px;
  color: #0796fe;
}

.contact .contact-text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.contact .contact-text h3 {
  font-size: 16px;
  font-weight: 400;
  color: #092a49;
  letter-spacing: 1px;
}

.contact .contact-text p {
  margin: 0;
  font-size: 16px;
}

.contact .contact-form {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
}

.contact .contact-form:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact .contact-form input {
  padding: 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .contact-form textarea {
  height: 100px;
  padding: 8px 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section.pricing {
  background-color: #ecf3f8;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.team-item .btn {
  color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.team-item .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}
#bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#bg .overlay {
  position: fixed;
  z-index: 2;
  inset: 0;

  background: var(--blue);
  opacity: 0.8;
}
#forget_pasword {
  position: fixed;
  inset: 0;
  background-attachment: red;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.form-control:focus {
  box-shadow: none !important;
}
.costome_line_height {
  line-height: 1.6em;
}

.privacy_sec {
  padding-top: 120px;
}

/*** About & Feature ***/
.feature-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.feature-img img {
  position: absolute;
  width: 60%;
  height: 80%;
  object-fit: cover;
}

.feature-img img:nth-child(2) {
  margin: 20% 0 0 40%;
}

.feature-img::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid var(--blue);
  z-index: -1;
}

