/**
* Template Name: FlexStart - v1.6.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}
a {
  color: #3c97ce;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a:hover {
  color: #f1623a;
  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: #4154f1;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  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: #5eb763;
  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: #92ca76;
  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: #3c97ce;
  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: #012970;
  font-family: "Lato", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# 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;
}
.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: #5eb763;
    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: #92ca76;
}

.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: #4154f1;
}
.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: #ffff;
  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: 15px;
  right: 15px;
}
.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: #5eb763;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f1623a;
}
.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: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/img_herobanner@2x.jpg) top center no-repeat;
  background-size: cover;
}
.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: #92ca76;}
.btn-get-started.orange:hover{background-color: #f7932a;}
.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 13px 15px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #5eb763;
}
.btn-get-started.orange {
    background-color: #f1623a;
}
.hero .btn-get-started span {
	font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    line-height: 1;
}
.hero_feature {
    background-color: #256f9c;
	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: #256F9C;
}
.about p {
  line-height: 24px;
}
.about .btn-read-more, .btn-read-more-global {
	transition: 0.5s;
    background: #5eb763;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
}
.about .btn-read-more:hover, .btn-read-more-global:hover {
    background: #92ca76;
}
.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: #5EB863;}
/*--------------------------------------------------------------
# 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: #3D97CF;
}
.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: #f1623a;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: #3c97ce;
    left: 50%;
    transform: translate(-50%, -10px);
    border-radius: 8px;
}
.values .box .price {
    color: #3D97CF;
    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: #92ca76;
}
.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: #012970;
  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: #4154f1;
  color: #fff;
}
.features .feture-tabs {
  margin-top: 120px;
}
.features .feture-tabs h3 {
  color: #012970;
  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: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: #012970;
  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: #012970;
}
.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: #3D97CF;}
/*--------------------------------------------------------------
# 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: #256F9C;
    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;
}

/*--------------------------------------------------------------
# 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: #3D97CF;
}
.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 #4154f1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
.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: #256F9C;
    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: #012970;
  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: #5eb763 !important;
    margin-right: 10px;
}

.footer a.btn-read-more {
    background-color: #f1623a;
}
.footer a.btn-read-more:hover{background-color: #f7932a}

.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;
  padding-top: 30px;
  color: #fff;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
hr.seprator.left {
    margin: 30px auto 30px 0px;
}
hr.seprator {
    margin-left: auto;
    opacity: 1;
    border: #f1623a;
    width: 150px;
    height: 1px;
    color: #f1623a;
    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: #3c97ce;
}
.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: #92ca76;
}
.btn.btn-success {
    transition: 0.5s;
    background: #5eb763;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
	min-width:150px;
    border: none;
}
textarea.form-control {
    min-height: calc(6.5em + .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: #61b965;
}

ul.list_icon.green li {
    margin-bottom: 10px;
}

section.questionnaire_analytics {
    background-color: #ebf6fc;
}

section#client_profile {
    background-color: #3c97ce;
}

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: #5eb863;
}
.values .box .price-table-content ul li:hover {
    color: #5eb863;
}
.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;
}
