@font-face {
  font-family: 'Arial';
  src:url('../fonts/Arial.woff') format('woff'),
      url('../fonts/arial-webfont.woff2') format('woff2'),
      url('../fonts/Arial.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;     
}
@font-face {
  font-family:'Arial Bold';
  src:url('../fonts/arialbd-webfont.woff') format('woff'),
      url('../fonts/arialbd-webfont.woff2') format('woff2'),
      url('../fonts/ARIALBD.TTF') format('truetype');
      font-weight: 700;
      font-style: normal;
}
/* @media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1035px !important;
  }
} */
html{
  overflow-x: hidden !important;
}
body {
  font-family: 'Arial';
  color: #666666;
  font-size:15px;
}

a {
  color: #0073a8;
  text-decoration: none;
  font-family: 'Arial';
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}
p {
  word-wrap: break-word;
}

a:hover {
  font-size: 15px !important;
}

.panel li p a:hover{
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial';
}

h1{
  font-size: 36px !important;
}

h2{
  font-size: 27px !important;
}

h3{
  font-size: 21px !important;
}

h4{
  font-size: 17px !important;
}

h5{
  font-size: 14px !important;
}

h6{
  font-size: 11px !important;
}
/*--------------------------------------------------------------
# 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 #0073a8;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@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: #0073a8;
  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: #0c2739;
  height: 40px;
  font-size: 12px;
  transition: all 0.5s;
  z-index: 996;
  color:#fff;
}

#topbar.topbar-scrolled {
  top: 0px;
}

#topbar .contact-info a {
  /* line-height: 1; */
  color: #fff;
  transition: 0.3s;
  font-family: 'Arial';
  font-size: 11px;
  line-height: 18px;
  
}

#topbar .contact-info a:hover {  
  font-size: 11px !important;
}

#topbar .contact-info .location {
  font-weight: 400 !important;
}

#topbar .contact-info .change-location {
  font-weight: 500  !important;
  letter-spacing: .1px;
}

#topbar .contact-info a:hover {
  color: #0073a8;
  text-decoration: underline;
}
#topbar .contact-info span, #topbar .social-links span{
	padding:0 7px;
}
#topbar .contact-info i {
  color: #fff;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 5px;
  transition: 0.3s;
  font-size: 11px;
  font-family: 'Arial';
  line-height: 18px;
}

#topbar .social-links .service {
  font-weight: 400 !important;
}

#topbar .social-links .learn-more, .customer-service{
  font-weight: 500 !important;
  letter-spacing: .1px;
}

#topbar .social-links a:hover {
  color: #0073a8;
  font-size: 11px !important;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  top: 40px;
  /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
}

#header.header-scrolled {
  top: 40px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Arial';
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 48px;
}
@media (max-width: 767px) {
	#header .logo img {
	  max-height: 32px;
	}
 
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
    /* background: #fff; */
    /* color: #0073a8; */
    border-radius: 4px;
    padding: 8px 40px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;
    /* border: 1px solid #0073a8; */
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 700;
}

.blue-white-text{
  background-color: #0073a8 !important;
  color: #FFFFFF !important;
}

.white-filled{
  background-color: #FFFFFF !important;
  color: #0073a8 !important;
  
}

.white-blue-outline{
  background-color: transparent;
  color: #0073a8 !important;
  border: 1px solid #0073a8 !important;
}

.white-outline{
  background-color: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

.white-filled-in-with-blue-text{
  background-color: #FFFFFF !important;
  color: #0073a8 !important;
}

.link-color-blue {
  color:#0073a8 !important;
}

.link-color-white {
  color: #FFFFFF !important;
}

.font-color-white {
  color: #FFFFFF !important;
}

.font-color-black {
  color:#000000 !important;
}

.font-color-light-blue {
  color: #0073a8 !important;
}

.font-color-dark-blue {
  color:#0c2739 !important;
}

.pipe-color-white {
  color: #FFFFFF !important;
}

.pipe-color-black {
  color:#000000 !important;
}

.card_link_bold{
  font-family: 'Arial';
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}


/* .appointment-btn:hover {
  background: #166ab5;
  color: #fff;
} */

.btn.standard {
  background-color: transparent;
  color: #0073a8 !important;
  border: 1px solid #0073a8 !important;
  border-radius: 4px;
    width: 248px;
    max-width: 248px;
    /* min-width: 180px; */
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-transform: none !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
}

.btn.secondary {
  background-color: #0073a8 !important;
  color: #FFFFFF !important;
  border-radius: 4px;
    width: 248px;
    max-width: 248px;
    /* min-width: 180px; */
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-transform: none !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
}

.btn.third {
  background-color: #FFFFFF !important;
  color: #0073a8 !important;
  border-radius: 4px;
    width: 248px;
    max-width: 248px;
    /* min-width: 180px; */
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-transform: none !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
}

.btn.fourth {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 4px;
    width: 248px;
    max-width: 248px;
    /* min-width: 180px; */
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-transform: none !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
}

.btn.standard br {
  display: none;
}

.btn.secondary br {
  display: none;
}


span.fpl-rte-module-underline{
  /* text-decoration: underline; */
  text-decoration-color: #afda9f;
  /* text-decoration-thickness: 4px; */
  /* font-family: 'arial_mtbold'; */
  font-family: 'Arial';
  box-shadow: inset 0 -0.5em 0 0 #afda9f;
}

span.fpl-rte-module-underline-black{
  text-decoration: underline;
  text-decoration-color: #000000;
  /* text-decoration-thickness: 4px; */
  font-family: 'Arial';
  font-weight: 700;
  /* font-family: 'arial_mtbold'; */
  /* box-shadow: inset 0 -0.5em 0 0 #68BB45; */
}

.disc-padded-text{
  font-size: 14px;
  font-family: 'Arial';
}

.padded-text {
  font-size: 16px;
  font-family: 'Arial';
}

.richtexteditor a {
  font-family: 'Arial';
  font-size: 15px;
  font-weight: 700;
}


.richtexteditor sub a {
  font-family: 'Arial';
  /* font-size: 0.75em; */
  font-size: 11.25px;
  font-weight: 700;
}

.richtexteditor a:hover {
  font-size: 15px !important;
  text-decoration: underline;
}
.richtexteditor .font-color-white a{
color: #FFFFFF;
}
.richtexteditor .font-color-white a:hover{
color: #FFFFFF;
}
.richtexteditor sub a:hover {
  font-size: 11.25px !important;
  text-decoration: underline;
}

@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: 20px 0 20px 20px;
}


.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #404040;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
  font-family: 'Arial';
  font-weight: 700;
  /* letter-spacing: .5px; */
  line-height: 21px;
}

.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: #0073a8;
  border-color: transparent;
  text-decoration: none !important;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 6px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: none;
  transition: 0.3s;
  border-top: 3px solid #0073A8;
  margin-top:-1px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 17px;
  text-transform: none;
  color: #737373 !important;
  border: none;
  font-family: 'Arial';
  font-weight: 400;
  line-height: 23px;
}
.navbar .dropdown ul a.cate{
	font-size: 13px;
  font-family: 'Arial';
  font-weight: 700;
  line-height: 18px;
  color: #0073A8 !important;
}



.navbar .dropdown ul a i {
  font-size: 12px;
}


.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0073a8;
  font-size: 17px !important;
  text-decoration: underline !important;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul a:active, .navbar .dropdown ul a:focus{
  color: #0073a8;
  font-size: 13px !important;
  text-decoration: underline !important;
}


.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: #000;
}

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

  .navbar ul {
    display: none;
  }
  .navbar {padding-left: 10px;}
}
@media (max-width: 768px) {
	.navbar {padding-left: 0px;}
}

.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: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 50px 0 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

/* .navbar-mobile>ul>li {
  padding: 0;
} */

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 25px 20px;
  font-size: 15px;
  /* color: #2c4964; */
  border: none;
  /* font-weight: bold; */

}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0073a8;
}

.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: #0073a8;
}


.navbar-mobile .dropdown>ul {
  display: block;
  position: fixed;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    top: 0 !important;
    padding: 60px 0px 0 !important;
    margin: 0 !important;
	transition: all 0.5s ease;
    left: -110% !important;
    font-family: 'Arial';
    font-size: 27px;
    font-weight: 400;
    line-height: 34px;
    /* color: #2c4964; */
    color:#404040;
   
}
.navbar-mobile .dropdown.dropdown-active ul {
	left: 0% !important;
}

.mobile-nav-toggle-sub{
	display:none;
}
@media (max-width: 991px) {
	.dropdown-active .mobile-nav-toggle-sub{display:flex;}
	#header {padding: 15px 0;}
}
.dropdown-active .mobile-nav-toggle-sub {
	position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
	transition: all 0.5s ease;
	align-items:center;
	z-index: 9991;
}

.navbar-mobile .dropdown>.dropdown-active>span{
	left: 20px;
}
.navbar-mobile .dropdown>.dropdown-active>span i.bi-x{
	font-size: 28px;
    line-height: 28px;
}
/*------------------------------------------------------------
# Alert Banner Section
--------------------------------------------------------------*/

.cmp-bg-red{
  background-color: #dc1500;
 }
 .cmp-bg-drkblue{
  background-color: #0c2739;
 }
 
 .alert{
     padding: 0px;
     border: none !important;
     }
 .fpl-alert-banner {
     position: relative;
     width: 100%;
     overflow-y: auto;
     padding: 18px;
     font-family: Arial;
     font-weight: normal;
     font-style: normal;
 }
 .fpl-section-alert{
     max-width: 1280px;
     display: flex;
     align-items: center;
 }
 .fpl-alert-banner .alert-icon {
     position: absolute;
     height: 25px;
     width: 4%;
     display: table-cell;
     vertical-align: middle;
     margin: -5px;
     background: url(/content/dam/fplhome_rd/img/nee-fpl-icon-alert.svg) no-repeat right;
 }
 @media (min-width: 991px) {
 .fpl-alert-banner .alert-icon {
     width: 3% !important;   
             margin: -25px !important;
 }
 }
 .fpl-alert-banner p{
     height: auto;
     overflow-y: auto;
     width: 100%;
     padding-left: 45px;
     float: left;
     font-size: 15px;
     line-height: 1.3em;
     color: #ffffff;
     margin-bottom: 0;
     display: table-cell;
     padding-top: 4px;
     align-items: center;
 }
 
 .fpl-alert-banner a{
         font-size: 15px;
 
 }
 
 .fpl-alert-banner p a:hover,
 .fpl-alert-banner p a:active,
 .fpl-alert-banner p a:focus{
     text-decoration: underline;
 }
 .fpl-alert-banner .alert-banner-hide {
     position: absolute;
     right: 11px;
     top: 11px;
 }
 
 .fpl-alert-banner .alert-banner-hide:after {
     content: "\00d7";
     font-size: 28px;
     color: #fff;
     cursor: pointer;
 }
 
 .fpl-alert-banner .fpl-section-alert .cmp-txt-white {
   color:#FFFFFF;
 }
 .alert-banner a{
 color: #FFF;
 
 }
 .alert-banner a:hover,
 .alert-banner a:active,
 .alert-banner a:focus {
 color: #FFF;
 text-decoration:underline;
 }
 .fpl-section-alert .alert-icon.hidden-xs{
   display:block !important;
 }
 @media only screen and (min-width: 660px) and (max-width: 667px){
    .fpl-alert-banner .alert-icon{
     width:5% !important;
   }
 }
 
 @media (max-width: 767px) {
     .fpl-alert-banner {
         font-size: 15px;
     }
     .fpl-alert-banner .fpl-section-alert {
         width: 100%;
         margin-left: -15px;
     }
     .fpl-alert-banner .alert-icon {
         margin: 0 !important;
         width: 8%;
     }
     .fpl-alert-banner p {
         
         height: auto;
         width: 100%;
         font-family: Arial;
         font-size: 15px;
     }
 }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 110vh;
  background: url("../img/hero.png") top center;
  background-size: cover;
  margin-bottom: 0px;
  text-align: center;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 3rem 0 2rem;
    font-size: 64px;
    font-weight: 300;
    line-height: 72px;
    /* text-transform: uppercase; */
    color: #fff;
}

#hero h2 {
  color: #fff;
    margin: 0px 0 0 0;
    font-size: 24px;
    padding: 0 11%;
    line-height: 36px;
}

#hero .btn-get-started {
  font-family: 'Arial';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 3rem;
    border-radius: 5px;
    transition: 0.5s;
    color: #0073a8;
    background: #fff;
    min-width: 280px;
}

#hero .btn-get-started:hover {
  /* background: #3291e6; */
}
hero.overlay {
  background-image: linear-gradient(0deg, rgba(47, 83, 134, 0) 0%, rgba(12, 39, 57, 0.8) 58.85%, rgba(12, 39, 57, 0.8) 100%);
  width: 1441px;
  height: 782px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
	padding-bottom: 0;
  }

  #hero .container {
   /* padding-bottom: 63px;*/
  }

  #hero h1 {
    font-size: 36px;
    line-height: 43px;
    padding: 0 3%;
	    margin: 2rem 0 1.5rem;
  }

  #hero h2 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
	padding: 0;
  }
  #hero .btn-get-started{    margin-top: 2rem;}
}
@media (max-width: 767px) {
	#hero{background: url("../img/hero-mobile.png") center center;background-size: cover;}
  .navbar>ul>li {
    padding: 20px 0 5px 20px;
  }
  .navbar-mobile a,.navbar-mobile a:focus {
    padding: 10px 20px !important;
  }
  .navbar-mobile .dropdown .navbar-child li a{
    font-family: 'Arial' !important;
    font-size: 27px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
    color:#404040 !important;
  }
  .navbar-mobile .dropdown .navbar-child li a:hover,
  .navbar-mobile .dropdown .navbar-child li a .active,
  .navbar-mobile .dropdown .navbar-child li a:focus {
    font-size: 27px !important;
  }
  .navbar>ul>li>ul>li {
    padding: 5px 4px;
  }
  .navbar .dropdown ul a {
    padding: 10px 0 5px 20px !important;
  }

  .navbar .dropdown .navbar-child a.cate{
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    padding-top: 20px;
  }

  .mobile-search .form-group .bi-search{
    font-size: 15px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* For landscape layouts only */
  .navbar>ul>li {
    padding: 20px 0 5px 20px;
  }
  .navbar-mobile a,.navbar-mobile a:focus {
    padding: 10px 20px !important;
  }

  .navbar-mobile .dropdown .navbar-child li a{
    font-family: 'Arial' !important;
    font-size: 27px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
    color:#404040 !important;
  }
  .navbar-mobile .dropdown .navbar-child li a:hover,
  .navbar-mobile .dropdown .navbar-child li a .active,
  .navbar-mobile .dropdown .navbar-child li a:focus {
    font-size: 27px !important;
  }
  .navbar>ul>li>ul>li {
    padding: 5px 4px;
  }
  .navbar .dropdown ul a {
    padding: 10px 0 5px 20px !important;
  }

  .navbar .dropdown .navbar-child a.cate{
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    padding-top: 20px;
  }

  .mobile-search .form-group .bi-search{
    font-size: 15px !important;
  }

}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
	
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 70px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  
}

.section-title h2 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  line-height: 34px;
  color: #404040;
  font-family: 'Arial';
}

.section-title h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  line-height: 43px;
  color: #404040;
  font-family: 'Arial';
}
/*
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0073a8;
  bottom: 0;
  left: calc(50% - 20px);
}*/

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us{
	background-color: #0c2738;
    padding: 0;
}
.why-us .content {
  padding: 30px;
  background: #0073a8;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #0073a8;
  background: #fff;
}
.why-us .icon-boxes{
	width:100%;
}
.why-us .icon-boxes .col-md-4{
	padding:0;
}
.why-us .icon-boxes .icon-box {
  text-align: center;

  background: #0c2738;
 
  padding: 40px 0px;
  width: 100%;
}
.why-us .icon-boxes .icon-box .y-icon{
	min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.why-us .icon-boxes .icon-box .bdrs{
	border-left: 1px solid #304757;
    border-right: 1px solid #304757;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0073a8;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  
  font-size: 36px;
    font-weight: 400;
    margin: 10px 0 3px 0;
    font-family: 'Arial';
    color: #fff;
}

.why-us .icon-boxes .icon-box p {
  font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .icon-boxes h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  color: #404040;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  color: #404040;
  margin-bottom: 15px;
}

.about .icon-boxes h2 {
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  color: #404040;
  margin-bottom: 15px;
}

.about .icon-boxes h1 {
  font-size: 36px;
  line-height: 43px;
  font-family: 'Arial';
  font-weight: 400;
  color: #404040;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #0073a8;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #0073a8;
  border-color: #0073a8;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #0073a8;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.ver-desc{
  font-family: 'Arial';
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

@media (max-width: 991px) {
	.about .icon-boxes h1 {
    font-size: 22px;
    line-height: 31px;
    font-family: 'Arial';
    font-weight: 700;
}

.row.position-relative.justify-content-end.hori-width{
  padding-left: 9px;
  padding-right: 9px;
}

.border-sec .row.img-down .row{
  flex-direction:column-reverse;
}
.border-sec .row.img-down .row .float-img img{margin-bottom: 0%; margin-top:-31%;}
.border-sec .row.img-down .row .icon-boxes > div{padding-top: 0%;padding-bottom: 33%;}


.border-sec .row.img-down{
  flex-direction:column-reverse;
}
.border-sec .row.img-down .float-img img{margin-bottom: 0%; margin-top:-31%;}
.border-sec .row.img-down .icon-boxes > div{padding-top: 0%;padding-bottom: 33%;}

}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0073a8 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #0073a8;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.border-sec{padding-bottom: 0;}
.border-sec .icon-boxes{
	    /* border: 2px solid #0073a8; */
		min-height:420px;
		    
}
.cardwithline .about.border-sec .icon-boxes p{
  font-family: 'Arial';
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-top: 16px;
}
.card-pipe{
  position: relative;
  top:-2px;
}
.eh-cardpipe{
  position: relative;
  top:-2px;
}
@media (max-width: 767px) {
  .border-sec .icon-boxes{
    /* border: 2px solid #0073a8; */
    min-height:fit-content;  
  }

  .card-with-title{
    font-family: 'Arial';
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 31px !important;
  }
  .card-with-desc{
    font-family: 'Arial';
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
  }
  .cardwithline .about.border-sec .icon-boxes .explore-btn{
    margin-top: unset !important;
  }

  .cardwithline .about.border-sec .icon-boxes p{
    font-family: 'Arial';
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 8px !important;
  }
  .card-link-bold{
    margin-top:24px !important;
    /* padding-top: 24px !important; */
  }
  .row.position-relative.justify-content-end.hori-width{
    padding-left: 9px;
    padding-right: 9px;
  }
  .border-sec .row.img-down .row{
    flex-direction:column-reverse;
  }
  .border-sec .row.img-down .row .float-img img{margin-bottom: 0%; margin-top:-31%;}
  .border-sec .row.img-down .row .icon-boxes > div{padding-top: 0%;padding-bottom: 33%;}


  .border-sec .row.img-down{
    flex-direction:column-reverse;
  }
  .border-sec .row.img-down .float-img img{margin-bottom: 0%; margin-top:-31%;}
  /* .border-sec .row.img-down .icon-boxes > div{padding-top: 0%;padding-bottom: 33%;} */
  .border-sec .row.img-down .icon-boxes > div{padding-top: 0%;padding-bottom: 24%;}
  .border-sec .row.img-down .float-img.video-top .video-image-banner{ width: 84%;}
  .border-sec .row.img-down .float-img.video-top {
    padding-bottom: 90px;
  }

  .cardwithline .border-sec .row.row-vertically.img-down .order-first{
    order: 1 !important;
  }
  
  .cardwithline .border-sec .row.row-vertically.img-down .order-last{
    order: unset !important;
  }
  /* .border-sec .row.img-down .float-img.video-top .video-image-banner{margin-bottom: 0%; margin-top:48%;} */
  /* .border-sec .row.img-down .float-img.video-top .video-image-banner{margin-bottom: 0%; margin-top:-31%;} */

  .border-sec .row.img-down .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground{
    /* height:auto; left:7% !important */
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .border-sec .row.img-down .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground iframe{
    /* height:auto; left:7% !important */
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
  }
  /* .border-sec .row.img-down .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground iframe{height:380px} */

  .cmp-tabs__tab {
    /* width: 100%; */
    
      /* width: 40ch; */
    
  }
  .cmp-tabs__tablist{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cmp-tabs__tab--active a:hover,
  .cmp-tabs__tab--active a:active,
  .cmp-tabs__tab--active a:focus{
    text-decoration: none !important;
  }

  .program-card a:hover{
    text-decoration: underline !important;
  }
}
.card-dark-blue{
	    border: 2px solid #0C2739 !important;		    
}
.card-light-blue{
	    border: 2px solid #0096db !important;		    
}
.card-blue{
      border: 2px solid #0073a8 !important;		    
}
.card-dark-gray{
	    border: 2px solid #F7F8F9 !important;		    
}
.card-light-green{
	    border: 2px solid #68BB45 !important;		  
}

.card-bg-dark-blue{
    background-color: #0C2739 !important;		    
}
.card-bg-light-blue{
    background-color: #0096db !important;		    
}
.card-bg-blue{
    background-color: #0073a8 !important;		    
}
.card-bg-light-green{
    background-color: #447b2d !important;		    
}
.card-bg-gray{
  background-color: #F7F8F9 !important;		    
}

.left-align {
  width: 100%;
  text-align: left !important;
}
.center-align {
  width: 100%;
  text-align: center !important;
}
.right-align{
  width: 100%;
  text-align: right !important;
}
.card-link-bold{
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 700;
  margin: 24px auto 0px ;
}
.card-link-bold a:hover{
  font-family: 'Arial';
  font-weight: 700;
  font-size: 15px !important;
  text-decoration: underline;
}

.border-sec .row.row-vertically .column-reverse .icon-boxes .card-link-bold.card-link-video{
  margin-bottom: -40px !important;
}
.border-sec .row .icon-boxes > div{
	padding-left: 40%;
}
.border-sec .row{
	    max-width: 90%;
    margin: 0 auto 90px;padding-right: 3%;

}

.border-sec .row .float-img img{
	    position: absolute;
    left: 8%;
    width: 46%;
    max-height: 380px;
    object-fit: cover;

}

.border-sec .row .float-img.video-top .video-image-banner{
  position: absolute;
  left: 8%;
  width: 46%;
  max-height: 380px;
  object-fit: cover;
}

.border-sec .row.row-vertically .row.column-reverse .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground{
  margin-bottom: 0%;
  margin-top: -31%;
}

.border-sec .row.row-vertically .row.column-reverse .float-img.video-top .video-image-banner .tb-video-container #vid-hero-dam{
  margin-bottom: 0%;
  margin-top: -31%;
}

.border-sec .row .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
}

.border-sec .row .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground iframe{
  /* height: 380px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.explore-btn{
	    text-align: left;
    width: 100%;
    margin-top: 15px;
}
.explore-btn a{
	/* background-color: #0073a8; */
    /* color: #ffff; */
    width: 248px;
    max-width: 248px;
    height: 43px;
    padding: 11px 16px;
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 700;
    border-radius: 4px;
	  display:inline-block;
	  font-size: 15px;
    letter-spacing: .75px;
    line-height: 21px;
    text-align: center;
}
@media (max-width: 1440px) {
	.border-sec .row{
	max-width: 100%;
	}
}
@media (min-width: 992px) {
	.border-sec .row.row-reversed{
		flex-direction: row-reverse;
	}
	.border-sec .row.row-reversed .float-img img{
	    position: absolute;
      left: auto; right:8%;
     width: 46%;
  }

  
	.border-sec .row.row-reversed .icon-boxes > div{
		padding-left: 0;
    padding-right: 40%;
	}
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #0073a8;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Arial';
  font-size: 14px;
}


#helps{
	background-color: #fff;
	position:relative;
	padding: 0;    z-index: 1;
}
#helps .section-title h2{
	color:#fff;margin-bottom: 0;
}
#helps .section-title p{
	color:#fff;
}
#helps .container{
	background-color: #0073a9;
}
#helps .helps-wrap{
	max-width:850px;
	    margin: 0 auto;
		    padding: 70px 0;
	}

#helps.services .icon-box {
  text-align: center;
    border: 2px solid #d5e1ed;
    padding: 20px 22px;
    transition: all ease-in-out 0.3s;
    color: #fff;
    width: 100%;
    border-radius: 8px;
}
#helps.services .icon-box p {
  line-height: 27px;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 15px;
}
#helps:after{
	content:"";
	background-color: #f7f8f9;
	position:absolute;
	left:0;
	height:50%;
	bottom:0;width: 100%; z-index:-1;
}
@media (max-width: 991px) {
	#helps .container{max-width:90%;}
	#helps:after{height:100%;}
	#helps .helps-wrap{padding-left:15px; padding-right:15px;}
	#helps.services .icon-box{display: flex;
    align-items: center; padding:18px;    text-align: left;}
	#helps.services .icon-box .img-fluid{width:56px;    margin-right: 15px;}
	#helps.services .icon-box p {
    line-height: 28px;
    font-size: 19px;
    margin-top: 0;}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
   
    padding: 20px 22px;
    transition: all ease-in-out 0.3s;
    color: #000;
    
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #0073a8;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
/*
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}*/
.services{background-color:#f7f8f9;}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 18px;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0px;
}
.services .icon-box .icon-text{
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:left;
	
}
.services .icon-box .icon-text h4{
	font-size:18px;
	margin-bottom:0px;
	padding-left:15px;
}
.services .icon-box .icon-text i{
	font-size:36px;min-height:58px;
}
.services .icon-box.icon-box-hov p{
	padding:1rem 0; display:none;transition: all 0.3s ease-out 0s;
}
.services .icon-box img.turn-white{transition: all 0.3s ease-out 0s;display:none;}

.services .icon-box.icon-box-hov{background-color: #fff;width: 100%; padding:40px 22px;}
.services .col-lg-3, .services .col-lg-2{
	padding:0 1px;
}
@media (max-width: 991px) {
	.services .icon-box p {
		line-height: 18px;
		font-size: 13px;
		margin-top: 0;
		}
}
.services .col-lg-2{
	width:20%;
}
.right-btn a{
	background-color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;transition: all 0.3s ease-out 0s;display:none;
}

.services .icon-box.icon-box-hov:hover, .services .icon-box.icon-box-hov.active{
	background: #0073a8;color: #fff;
}
.services .icon-box.icon-box-hov:hover img,
.services .icon-box.icon-box-hov.active img{display:none;}
.services .icon-box.icon-box-hov:hover p, 
.services .icon-box.icon-box-hov.active p, 
.services .icon-box.icon-box-hov:hover a,
.services .icon-box.icon-box-hov.active a,
.services .icon-box.icon-box-hov:hover img.turn-white,
.services .icon-box.icon-box-hov.active img.turn-white{display:flex;}

.services .icon-box.icon-box-hov:hover p,
.services .icon-box.icon-box-hov.active p{color: #fff;}
/*
.services .icon-box:hover {
  background: #0073a8;
  border-color: #0073a8;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #0073a8;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}*/
.services-slider .swiper-pagination {position: relative;bottom: 0 !important;margin-top: 2rem;}

.services-slider{display:none}
@media (max-width: 1200px) {
.services-boxes{display:none}
.services-slider{display:block}
}

.plan .row{padding:2rem 0;}
.plan .content-box{padding-left:5%;}
.plan .content-box p{padding:1rem 0;}
.plan .content-box h3{
		font-weight: 600;
    font-size: 2rem;
	}


.plan-img-wrap{position:relative;}
.plan-img-wrap .plan-img{
	position: absolute;
    left: 1.5rem;
    top: 0;
    padding-left: 1rem;
    padding-top: 1rem;
}


@media (min-width: 767px) {
	.plan .container{max-width:960px;}
.plan .row-reversed{
	flex-direction: row-reverse;
}
.plan .row-reversed .content-box{padding-left:0%; padding-right:5%;}
}
.plan .row-reversed .plan-img-wrap{
	transform: rotate(180deg);
}
.plan .row-reversed .plan-img-wrap .plan-img{
    padding-right: 1rem;
    padding-bottom: 1rem;
	transform: rotate(180deg);
	padding-left: unset;
}
@media (max-width: 767px) {
	.plan-img-wrap .plan-img{left:1rem;}
	.plan .col-lg-5{justify-content: center;}
	.plan .plan-img-wrap{
		    width: 80%;
    margin-left: -20px
	}
	.plan .row-reversed .plan-img-wrap{
		margin-left:20px;
		width: 80%;
	}
	
}

.work{
	 background-color: #0c2739;
	 color: #fff;
    overflow: unset;
}
.work-img{
	position:absolute;
	left:0;
	top:0;
}
.work .content-box h3{
	font-size:2rem;
}
.work .content-box p{
	padding:1rem 0;
}
.work .content-box .explore-btn a{
	background-color: #0c2739;

    padding: 0;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #0073a8;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #0073a8;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #0073a8;
}

.departments .nav-link.active {
  color: #0073a8;
  border-color: #0073a8;
}

.departments .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #0073a8;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #0073a8;
}

.doctors .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'Arial';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0073a8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.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: 700;
  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 #0073a8;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0073a8;
}

@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;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
  padding-left:50px;
}
.contact .section-title{
	text-align:left;
}

.contact .info i {
  font-size: 20px;
  color: #0073a8;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 0px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 0px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  font-weight:600;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0073a8;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 1.5rem;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #C4C8C7;
}

.contact .php-email-form input {
  height: 43px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
	background: #80b9d3;
    border: 0;
    padding: 8px 50px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #0C2739;
}

#footer .footer-top {
  padding: 40px 0 30px 0;
  background: #0C2739;
  /*box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact ul{padding-left:0; list-style-type: none;}
#footer .footer-top .footer-contact ul li a{
  display:block; 
  padding-bottom: 24px;
  font-family: 'Arial';
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
}
#footer .footer-top .footer-contact ul li a{
	color:#fff;
	/* font-size:17px;
  line-height: 17px; */
}

#footer .footer-top .footer-contact ul li a:hover{
	font-size:17px !important;
}

#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: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Arial';
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-contact ul a:hover {
  text-decoration: underline;
  color: #ffffff;
} 

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  color: #fff;
}

#footer .footer-top .footer-links.order-two p {
  font-family: 'Arial';
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

#footer .footer-top .footer-links.order-two .finfo-txt p{
  font-family: 'Arial';
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}


#footer .footer-top .footer-links .footer-links-text {
  font-family: 'Arial';
  font-size: 13px;
  line-height: 18px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0; 
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li a {
  padding: 7px 0;
  display: flex;
  align-items: center;
  font-family: 'Arial';
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-right: 10px;
}

#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: underline;
  color: #ffffff;
  font-size: 13px !important;
} 
.logos{padding-bottom: 1rem;}
.logos img{margin-right:2rem; width: 62px;}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  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;
  border: 1px solid #bfdcf7;
}

#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: #0073a8;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 15px;
  display: inline-block;
  
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  color: #0073a8;
  text-decoration: none;
}
.copyright{
  color:#fff; 
  font-family: 'Arial';
  font-size:11px;
  line-height: 17px;
}

.connectoinfo, .connectoinfo li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.connectoinfo{
	padding-top: 1rem;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.connectoinfo li{
	width:48%;
	padding-bottom: 1.5rem;
}
.connectoinfo li h5{
	font-size: 13px;
    text-transform: uppercase;
    color: #707070;
}

.connectoinfo li a{
	color:#0472a7;
}

@media (max-width: 767px) {
	#footer .footer-bottom{
		display: flex;
		flex-direction: column-reverse;
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#footer .footer-bottom .social-links{
		margin-bottom: 1rem;
    padding: 0 16px;
	}
	#footer .footer-top .footer-links ul{
		display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	}
  #footer .footer-top .footer-contact{
    padding: 0 32px;
  }
  .copyright{
    padding: 0 16px;
  }
	#footer .footer-top .footer-links ul li{padding-right:10px;}
	#footer .footer-top .footer-links{order: 3;margin-bottom: 0px; padding: 0 32px;}
	.order-two{order: 2 !important;margin-bottom: 30px !important;}
  #footer .footer-top .footer-links .order-two p{
    font-family: 'Arial';
    font-size: 11px;
    line-height: 17px;
  }

  .rte-container-space h1{
    margin-top: 20px;
  }
  .rte-container-space h2{
    margin-top: 20px;
  }
  .rte-container-space h3{
    margin-top: 20px;
  }
  .rte-container-space h4{
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
	.container, .container-lg, .container-md, .container-sm {
	max-width: 96% !important;
}

	.why-us{padding: 40px 0;}
	.why-us .icon-boxes .icon-box{margin-top: 0rem!important; padding: 10px 0;}
	.border-sec .row .float-img img{position: relative;width: 100%;margin: 0 auto -50px;left: 0;}
	.border-sec .row .icon-boxes > div{padding-left: 0;padding: 2rem 0.75rem 0.5rem;}
	.section-title h2 {font-size: 24px;}
	.section-title h2 br{display:none;}
	.work-img{padding: 1rem;}
	.contact{padding-top: 13rem;}
	.contact .section-title, .section-title h2{padding-bottom: 0;}
	.contact .info {padding-left: 0;padding-top: 2rem;}
	.border-sec .row{    margin: 0 auto 40px;}
	.swiper-wrapper{
		align-items:center;
	}
	.services-slider{
        width:70%;    overflow: unset;
    }
    .services-slider img{
        width: 100%;
    }
	
}

/*------------- category Page -----------*/
#hero-cate{
	position:relative;
	background-color:#f7f8f9;
	padding:0;
	margin-top:7rem;
}
@media (max-width: 767px) {
	#hero-cate{background: url("../img/hero-mobile.png") center center;background-size: cover;height: 100vh;
    margin-top: 0;}
	#hero-cate .col-md-10{
		display:none;
	}
}
.banner-txtbox{
	background-color: #fff;
    font-size: 36px;
    position: absolute;
    width: 44%;
    padding:5rem 3rem;
	margin-left: 3rem;
	line-height:43px;
	top: 50%;
    transform: translateY(-50%);
}
.banner-txtbox:before{
	content: "";
    width: calc(100% + 3rem);
    padding: 3rem;
    position: absolute;
    border: 2px solid #0096db;
    top: 0;
    left: 0;
    height: 100%;
    margin: 3rem 3rem 3rem 0rem;
   border-top:none;
}
.banner-txtbox:after{
	    content: "";
    width: 3rem;
    height: 2px;
    background-color: #0096db;
    position: absolute;
    top: 3rem;
    right: -3rem;
}
.products-tabs{padding: 30px 0;}
.products-tabs h2{
	font-size:21px;
	line-height:27px;
	font-weight:700;
}
.products-tabs a{
	font-size:15px;
	line-height:21px;
	padding:0 1rem;
	color:#666;
}
.SurgeShield-wrap{
	background: url("../img/Residential-Image@2x.png") top center;
    background-size: cover;
	min-height:624px;
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
	position:relative;
}

.SurgeShield-wrap .content-box{
	color:#fff;
	    max-width: 70%;
}

.SurgeShield-wrap .col-md-12 .content-box{
  max-width:28%;
}

.SurgeShield-wrap .content-box a, .product-collout .content-box a{
	background-color: #FFFFFF;
    border-radius: 4px;
    min-width: 240px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0073A8;
    letter-spacing: 1px;
}

.product-collout .content-box{
	padding:1rem;
}
.product-collout .img-box{
	padding:1rem;
	position: relative;
}
.product-collout .img-box:before{
	content: "";
    width: 70%;
    padding: 3rem;
    position: absolute;
    height: 60%; 
}
.product-collout .img-box.business:before{
	border-top: 2px solid #0096db;
	border-left: 2px solid #0096db;
	top: 3rem;
	left: -1.5rem;
}

.product-collout .img-box.landlord:before{
	border-bottom: 2px solid #0096db;
	border-right: 2px solid #0096db;
	bottom: 3rem;
	right: -1.5rem;
}


.product-collout .content-box h2{
	color: #404040;
  font-size: 27px;
  line-height: 34px;
}
.product-collout .content-box p{
	color: #666666;
  font-size: 15px;
  line-height: 21px;
}
.product-collout .content-box a{
	background-color: #0073A8;
	color: #fff;
}
.WaterShield-wrap{
	/* background: url("../img/Watershield-Image@2x.png") top center; */
	    background-size: cover;
}
@media (max-width: 1140px) {
	.banner-txtbox{
		width:60%;
	}
	.SurgeShield-wrap{
		min-height:520px;
	}
	
}
@media (max-width: 991px) {
	.SurgeShield-wrap .content-box{
		padding-right: 0rem;
	}
	
}
@media (max-width: 768px) {
	.banner-txtbox{
		width:80%;
		background-color: #fff;
		padding: 2rem;
		transform: none;
		top: 9rem;
	}
	.banner-txtbox:after {
		content: "";
		width: 2rem;
		height: 2px;
		background-color: #0096db;
		position: absolute;
		top: 2.2rem;
		right: -2rem;
	}
	.banner-txtbox:before {
		content: "";
		width: calc(100% + 2rem);
		padding: 2rem;
		top: -9px;
	}
	
	.products-tabs a{    padding: 0 0.65rem;}
	.SurgeShield-wrap{
		min-height:100vh;
		background: url("../img/BG-IMG@2x.png") top center;
		background-size: cover;
	}
	.SurgeShield-wrap.WaterShield-wrap{
		min-height:100vh;
		background: url("../img/BKG@2x.png") top center;
		background-size: cover;
	}
	
}
.products-tabs .col-md-8 .form-group{
		display:none;
	}
.products-tabs .col-md-5 .form-group{
		display:none;
	}
.products-tabs a.enroll-btn{
	    background-color: #0073A8;
    border-radius: 4px;
    max-width: 248px;
    height: 43px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.products-tabs .col-md-8 .form-group .form-select, .products-tabs .col-md-5 .form-group .form-select{
	font-size: 15px;
    font-weight: 700;
    border: none;
    padding: 0;
}
@media (max-width: 767px) {
	.SurgeShield-wrap .content-box {
		padding: 0 2rem 0 1rem;
		position: absolute;
		top: 3rem;
	}
	.products-tabs a {
		padding: 0 1rem 0 0rem;
	}
	.product-collout .img-box.landlord:before{
		    right: -0.5rem;
	}
	.product-collout .img-box.business:before{
		left: -0.5rem;
	}
	.products-tabs .col-md-8 a, .products-tabs .col-md-5 a, .products-tabs .col-md-4, .products-tabs .col-md-3{
		display:none;
	}
	
	.products-tabs h2 {
    font-size: 13px; margin-bottom:0;
    line-height: 16px;
    font-weight: normal;}
	.products-tabs .col-md-8 .form-group{
		display:block;
	}
	
	
}

@media (max-width: 480px) {
	.banner-txtbox{
		padding: 2rem;
		width:90%;
		margin-left: -2px;
    line-height: 36px;
    font-size: 28px;
	}
	.products-tabs a {
		padding: 10px 0rem 0px 0rem;display: block;
		}
}

/*------------- product details Page -----------*/
#hero-product{margin-top: 40px;padding-bottom: 0;background-color: #193242;}
#hero-product .hero-text-bg{
	/* background: url("../img/Background@2x.png") top center; */
		background-size: cover;
		display: flex;
    align-items: center;
    justify-content: center;
}
#hero-product .col-lg-6{
	padding:0;
}
#hero-product .hero-text-bg .hero-txt{
    color: #fff;
    width: 70%;
}
#hero-product .hero-text-bg .hero-txt h1{
	font-size:3rem;
	padding: 2rem 0 0rem;
}
#hero-product .hero-text-bg .hero-txt p{
	font-size:.85rem;
}
#hero-product .hero-text-bg .hero-txt a{
	background-color: #FFFFFF;
    border-radius: 4px;
    width: 230px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin-top: 2rem;
}
#power-surges .col-lg-7, #power-surges .col-lg-5{
	padding:0 2rem;
}
.power-surges-info{
  background-color: rgba(0, 150, 219, 0.1);
      padding: 2rem;
}
.power-surges-info h4{
	    font-size: 15px;
    border-bottom: 1px solid #404040;
    padding-bottom: 1rem; margin-bottom:2rem;
}
.power-surges-info ul{margin:0; padding:0;}
.power-surges-info ul li{
	    margin: 0;
    padding: 1rem 0;
    list-style: none;
    display: flex;
    
    align-items: center;
    justify-content: space-between;
	}
.power-surges-info ul li h5{
	font-size: 17px;
    line-height: 25px;
}
.power-surges-info ul li img{
	width:70px;
}

.SurgeShield-work{
	background-color: #0C2739;
	color:#fff;
	padding-bottom:0;
}
.p-left-0{
	padding-left:0;
}
.electrical-box{
	
}
.SurgeShield-work .section-title h2{
	color:#fff;
}
.SurgeShield-work-info{
	    display: flex;
    width: 84%;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}
.SurgeShield-work-info .icon-num{width:50px;}
.SurgeShield-work-info .points-content{padding-left: 2rem;width: calc(100% - 50px);}
.SurgeShield-work-info .points-content h3{font-size:1.55rem;    padding-bottom: 0.5rem;}

.price-table{
	display: flex;
    max-width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
	padding-top: 1.25rem;
	    
}
.table-col, .table-col li{margin:0; padding:0; list-style:none;}
.table-col{width:25%;text-align: center;}
.benefits{width:50%;text-align: left;}

.table-col li{padding:13px 15px; min-height:74px; font-size:15px;display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
.table-col li:nth-child(even) {background-color: #F7F8F9;}
.table-col li:nth-child(odd) {background-color: #EEF1F2;}
.table-col li:first-child, .table-col li:last-child{background-color: #0C2739;color:#fff;min-height:76px;}
.table-col li h4{font-size:21px; margin:0;}

.benefits li{padding-left:2rem;    align-items: flex-start;}
.recommended li:last-child h5, .standard li:last-child h5{font-size:27px;}
.recommended li:last-child span, .standard li:last-child span{font-size:15px;}

.recommended {
  box-shadow: 11px 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;    margin-top: -20px;
}
.recommended li:first-child, .recommended li:last-child{background-color: #0073A8; position:relative;}

.recommended li a{
		display: block;
    color: #fff;
    padding: 8px;
    border: 1px solid #FFFFFF;
    width: 142px;
    margin: 10px auto 0;
	    font-size: 13px;
    text-transform: uppercase;
	
	}
.NextEraFamily{
	background-color: #0C2739;
	color:#fff;
	padding-bottom:0;
	position:relative;
}
.NextEraFamily .icon-box-row{
	max-width:90%; margin:0 auto;
}
.NextEraFamily .SurgeShield-work-info {
    width: 87%;
    padding-left: 0;
padding-top: 0;}


.NextEraFamily-box:before{
	content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    height: 33%;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.NextEraFamily-box .container{
	 background-color: #EEF1F2;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  color:#404040;
  padding:4rem;position:relative;
}
.NextEraFamily-box .points-content p{
	font-size:13px; padding-top:1.5rem;
}
.NextEraFamily-box .points-content img{max-height:80px;}
.NextEraFamily-box .section-title h2{
	padding-bottom:10px;
}

.dark-img-wrap{
    /* padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5); */
	position:relative;
	/* padding: 20px 0 20px 0; */
}
.dark-img-wrap .img-content{
	    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 1rem;    width: 100%;
}
.dark-img-wrap .img-content a{
	display: flex;
    justify-content:space-between;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
}
.marginRight{
	margin-right: 15%;
}
.marginLeft{
	margin-left: 15%;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
        font-size: 20px;
    line-height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
   /* transform: scale(3) rotateZ(-20deg);*/
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
   /* transform: scale(1) rotateZ(0deg);*/
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox{padding-top: 1.5rem;}
.checkbox label{
	    display: flex;
    align-items: center;
}
.checkbox label small{
	font-size:11px;
}

@media (max-width: 991px) {
	.SurgeShield-work-info{
		width: 100%;padding-left: 0rem;
	}
	#hero-product{background-color:#fff;}
	#hero-product .row{
		flex-direction: column-reverse;
	}
	#hero-product .hero-text-bg{width: 94%;margin: 0 auto;padding: 3rem 0;}
	#hero-product .hero-text-bg .hero-txt{width:90%;}
	#power-surges.contact {
    padding-top: 30px;
}
	#power-surges.contact .section-title, .section-title h2 {
    padding-bottom: 10px;
}
.power-surges-info{margin-top: 3rem;}
.marginRight{
	margin-right: 0%;
}
.marginLeft{
	margin-left: 0%;
}
.dark-img-wrap img{width:100%;}
.dark-img-wrap .img-content a img{width:auto;}

}
@media (max-width: 767px) {
.products-tabs .col-md-5 a.enroll-btn{
		display: flex;padding-top: 0;width: 28%;
	}
	.products-tabs .col-md-5 .form-group{
		display: flex;
    justify-content: space-between;
	}
	.products-tabs .col-md-5 .form-group>div{width:70%;}
	#SurgeShield-work .SurgeShield-work-info {
    flex-direction: column;text-align: center;
    justify-content: center;
    align-items: center;}
	#SurgeShield-work .SurgeShield-work-info .icon-num{
	padding-bottom: 2rem;}
	#SurgeShield-work .SurgeShield-work-info .points-content {
    padding-left: 0;
    width: 90%;
}
.price-table{max-width:100%;}
.benefits {width: 38%;}
.recommended{width: 37%;}
.benefits li {padding-left: 10px;}
.table-col li {padding: 13px 10px;}
.recommended li a{width:100%;}
.NextEraFamily .SurgeShield-work-info, .NextEraFamily .icon-box-row {max-width: 100%;
width: 100%;}


#topbar{display: block !important;padding: 5px 0;height: auto;}
	#topbar .container, #topbar .container .contact-info{display: block !important;text-align: center;}
	.fixed-top {position: relative;}
	#header{top:auto;}

}

/* ---- Search start ------*/

.serach-btn{
	margin-left:2rem;
	display:flex;
	font-size:24px !important;
	color:#404040;
	padding:5px;
}
.serach-btn:hover{
  font-size:24px !important;
}
.searchbar{
	background-color: #EEF1F2;
	/* margin-top:-115px; */
  display: none;
	transition: all 0.5s ease;
}
.searchbar.open{
  display: block;
	margin-top:0px;
}
.search-result-title{
	background-color: #EEF1F2;
	margin-top:115px;
}
.search-wrap{
	max-width: 80%;
    margin: 0 auto;
    display: flex;
	padding: 6%;
  position: relative;
  justify-content: center;
}
.search-wrap .form-group{
	width: calc(100% - 230px);
    margin-right: 1.5rem;
    position: relative;
}

.search-wrap .form-group input, .search-result .form-group input{
	background-color: #FFFFFF;
  border: 1px solid #C4C8C7;
  height: 43px;
  border-radius:4px;

}
.search-wrap .form-group .bi-search, 
.search-result .form-group .bi-search,
.mobile-search .form-group .bi-search{
	position: absolute;
    right: 4px;
    z-index: 1;
    font-size: 19px;
    top: 6px;
    padding: 2px 13px;
    background-color: #fff;
}
.search-wrap .form-group .bi-search{
  color:#0073A8;
}
.search-wrap button{
	background-color: #0073A8;
    border-radius: 4px;
    min-width: 230px;
    height: 43px;
    color: #fff;
    text-transform: uppercase;
	    border: none;
}

.search-wrap button:disabled {
  /* background-color: #0073A8; */
}

.search-wrap button:hover, .search-wrap button:focus {
  outline: none;
  color: #ffffff !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #0073a8;
  background: -moz-linear-gradient(top, #0073a8 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0073a8), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0073a8 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0073a8 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0073a8 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0073a8 0%, #1684ba 100%);
}

.search-result-wrap{
	display: flex;
    padding: 0 6%;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
	align-items: flex-start;
}
.search-result{
	width:calc(100% - 260px);
	padding-right: 2rem;
}

.search-result .form-group{position:relative;}
.search-result .form-group .bi-search{
	color:#0073AB;
}
.page-info{
	color: #666666;

  font-size: 13px;
  line-height: 18px;
 padding-top: 2.5rem;
}
.result-content{padding-top: 1rem;}
.result-content h2{
	color: #0073A8;
padding-top: 1rem;
  font-size: 21px;
  line-height: 27px;
  font-weight:700;
}
.result-content p{
	color: #404040;
  font-size: 15px;
  line-height: 21px;
  
}
.pagination{
	color: #666666;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  justify-content: center;
    align-items: center;
	padding-top: 1.5rem;
}
.pagination span{padding:0 .70rem;}
.pagination a{
	font-size: 21px;
	color: #d3d1d1;
}
.pagination a.active{
	color: #0073A8;
}
.fpl-home{
	background-color: #F7F8F9;
	width:260px;padding: 24px;
}
.fpl-home h3{color: #404040;
padding-top: 2rem;
    font-weight: 700;
  font-size: 17px;
  line-height: 23px;
 }
.fpl-home a{
	color: #0073A8;
font-weight: 700;
  font-size: 15px;
  line-height: 21px;

}
.fpl-home p{
	color: #404040;

  font-size: 13px;
  line-height: 18px;

}
.searchbar-close{
	position: absolute;
    top: 15px;
    right: -1%;
    font-size: 28px;
	    cursor: pointer;
}
.navbar>ul>li.mobile-search{display:none;padding:10px 20px;}
.mobile-search .form-group .bi-search{font-size:18px;    padding: 2px 7px 6px 10px;border:none;}
.mobile-search .form-group{
	position:relative;
}
@media (max-width: 991px) {
	.fpl-home, .search-result{width:100%;}
	.search-result-title{margin-top: 0;}
	.search-wrap{padding: 3% 0;}
	.search-result-wrap, .search-result{padding:0;}
	.fpl-home{margin-top:3rem;}
	.fpl-home img{width:100%;}
	.serach-btn{display:none;}

	.navbar>ul>li.mobile-search{display:block;}
}
/* ---- Search end ------*/

.row-reverse{flex-direction: row-reverse;}


.video-wrapper, .iframe-video-wrapper{
	position:relative;
}
.video-btn{
	font-size: 48px;
    color: #FFFFFF;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;    cursor: pointer;
	    border: none;
    background: none;
}
video {width:100%;height:auto;}


iframe{ width: 100%;
    height: 576px;
border-width: 0px;}
.video-parent-class {
    margin: 0 auto;
}
#video-modal .modal-content{
	    padding: 0;
    background: none;
    border: none;
}
#video-modal .modal-body{
	padding: 0;
}
#video-modal .close-btn{
	color:#fff;
	font-size: 28px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1;
	    background: none;
    border: none;
}
@media (max-width: 991px) {
.modal.show .modal-dialog{    padding: 1rem;}
}
.gutter{
  padding: 0 .8rem;
}

.no-color-bg{
  background-color: none;
  /* padding: 0 .8rem; */
  min-height: 40px;
}
.grey-bg {
	background-color: #C4C7C8;
  /* padding: 0 .8rem; */
}
.light-grey-bg{
  background-color: #EEF1F2;
  /* padding: 0 .8rem; */
}
.dark-grey-bg {
	background-color: #C4C7C8;
}
.blue-bg{
  background-color: #0073a8;
}
.dark-blue-bg{
  background-color: #0C2739;
}
.light-blue-bg{
  background-color: #0073a8;
  /* padding: 0 .8rem; */
}
.light-green-bg{
  background-color: #68BB45;
}
.dark-green-bg{
  background-color: #447B2D;
}
.white-bg{
  background-color: #FFFFFF;
}
.black-bg{
	background-color: #000000;
}

.extra-padding{
  padding: 0 2rem;
}

.space-between{
  height: 1px;
  width: 100%;
  margin-top: 49px;
}
.border-between{
  height: 1px;
  background-color: #CCCCCC;
  width: 100%;
  margin: 25px 0;
}
.bolt-line-border-between{
  height: 14px;
  background: url('/content/dam/fplhome_rd/img/bolt_line_row_divider_long.png') 50% 0 no-repeat;
  width: 100%;
  margin: 25px 0;
}

/* .tabs .cmp-tabs.eweb-tabs .cmp-tabs__tablist .cmp-tabs__tab:not(:last-child){
  margin-right: 30px;
} */

.cmp-tabs__tab:first-child{
  padding-left: 0px;
}

.cmp-tabs__tab:last-child{
  padding-right: 0px;
}
.tabs-scroll {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.cmp-tabs__tab {
  border-bottom: 1px solid #C4C8C7 !important;
  font-size: 15px !important;
  line-height: 23px !important;
  font-family: 'Arial' !important;
  font-weight: 700;
  /* width: 100%; */
  /* overflow-x: auto; */
  padding-bottom: 2px;
  /* display: inline-flex !important; */
}
.cmp-tabs__tab--active{
  color: #0073A8 !important;
  font-size: 15px !important;
  line-height: 23px !important;
  font-family: 'Arial' !important;
  font-weight: 700;
}

.cmp-tabs__tab--active a {
  border-bottom: 3px solid #0073A8 !important;
  padding-bottom: 4px;
}

/* card line */

 

.explore-btn a{

  margin-top:10px;

}

.horivert-text-white{
  color:#FFFFFF !important;
}

.horivert-text-black{
  color:#000000 !important;
}
@media (max-width: 991px) {

.border-sec .row{padding-right:0px;}


}

@media (min-width: 992px) {

 

.border-sec .row.row-vertically{

    margin: 0 auto 0px;

  padding-right: 0%;

}

.border-sec .row.row-vertically .col-lg-4, .row.row-vertically .col-lg-8{

width: 100%;

}

.border-sec .row.row-vertically .icon-boxes > div{

padding-left:0;padding-top: 33%;

}

.border-sec .row.row-vertically .float-img img {

  position: relative;

  left: 0;        
  margin-bottom: -31%;

  width: 100%;

padding: 0 40px;}

.border-sec .row.row-vertically .icon-boxes h3{width: 100%;}

.border-sec .row.row-vertically .explore-btn{text-align: revert;}

.border-sec .row.row-vertically .explore-btn a:frist-child{margin-right:10px;}

 

.border-sec .row.row-vertically .column-reverse{

flex-direction:column-reverse;

}

.border-sec .row.row-vertically .float-img.video-top .video-image-banner {
  position: relative;
  left: 0;        
  margin-bottom: -31%;
  width: 100%;
  padding: 0 40px;
  z-index: 99;
}

/* .border-sec .row.row-vertically .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground iframe {
  height: 400px !important;
} */

.border-sec .row.row-reversed .float-img.video-top .video-image-banner {
    position: absolute;
    width: 46%;
    left: auto;
    right: 8%;
}

/* .border-sec .row.row-reversed .float-img.video-top .video-image-banner .tb-video-container-yt .video-foreground iframe {
  height: 264px !important;
} */

.bottom{}

.top {}

.border-sec .row.row-vertically .column-reverse .float-img img{margin-bottom: 0%; margin-top:-31%;}

/* .border-sec .row.row-vertically .row .float-img.video-top .video-image-banner{margin-top:-31%;} */


.border-sec .row.row-vertically .column-reverse .icon-boxes > div{padding-top: 0%;padding-bottom: 33%;}

 

}
/********************** Program Component *************************/
.stats-module-5 .card-wrap .card-cta{
  border-radius: 4px;
  width: 248px;
  max-width: 248px;
  /* min-width: 180px; */
  height: 43px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px !important;
  text-transform: none !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  color: #0073A8;
  letter-spacing: 1px;
  /* margin: 5px; */
  }

  .stats-module-5 .card-wrap{
    min-height: 507px;
  }
/* .stats-module-5 .card-wrap .card-cta.cmp-btn-darkblue:hover{
    background: linear-gradient(180deg,#0073A8,#1484BA);     
    color: #fff;
 }
 .stats-module-5 .card-wrap .card-cta.cmp-btn-darkblue:hover{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
 } */
 @media (max-width: 767px){
  .section-title.program-main-title h1{
    font-size: 27px !important;
    font-weight: 400;
    line-height: 34px !important;
  }
  
  .stats-module-5 .card-wrap .top-tag a{
	  top: -41px !important;
  }
  
  .stats-module-5 .card-wrap .card-cta{
    margin: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 982px)  {
  .stats-module-5 .card-wrap.active.bv-no-color{
    min-height: 600px !important;
  }
  .stats-module-5 .card-wrap.active.bv-gray-color{
    min-height: 600px !important;
  }
  .stats-module-5 .card-wrap.active.bv-blue-color{
    min-height: 600px !important;
  }
  .stats-module-5 .card-wrap.active.bv-drkblue-color{
    min-height: 600px !important;
  }
  .stats-module-5 .card-wrap.active.bv-green-color{
    min-height: 600px !important;
  }
  .stats-module-5 .card-wrap{
    min-height: 600px !important;
  }
}
/*****************************************************************/

/**************************** Button hover start *****************/

.btn.secondary:hover{
  background:linear-gradient(180deg,#0073A8 0,#1484BA 100%)!important;
}
.btn.secondary:hover,.btn.standard:hover, .btn.third:hover, .btn.fourth:hover{
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
}
.btn.secondary:focus, .btn.standard:focus, .btn.third:focus, .btn.fourth:focus{
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
}

.btn{
  transition: none !important;
}
.info-button-style a, .feature-card .Block-button-style a, .feature-section .btn{
  height: 43px !important;
}
.info-button-style a{
  text-decoration: none !important;
}
.profile-banner .profile-info .profile-button-style a, .var-3-button a{
  height: 43px !important;
}
.info-button-style .cmp-btn-darkblue:hover{
  background:linear-gradient(180deg,#0073A8 0,#1484BA 100%)!important;
} 
.feature-card .Block-button-style .cmp-btn-darkblue:hover, 
.stack-info-button-style .cmp-btn-darkblue:hover,
.stats-module-5 .card-wrap .card-cta.cmp-btn-darkblue:hover, 
.explore-btn .blue-white-text:hover,
.explore-btn .cmp-btn-darkblue:hover,
.pad-ctrl .thumbnail:hover,
.profile-button-style .cmp-btn-darkblue:hover, .cmp-btn-darkblue:hover, .cmp-blueoutline-btn:hover{
  background:linear-gradient(180deg,#0073A8 ,#1484BA 100%)!important;
  text-decoration: none !important;
}
.info-button-style .cmp-btn-darkblue:hover, 
.info-button-style .cmp-btn-blueoutline:hover, 
.info-button-style .cmp-btn-whiteoutline:hover, 
.info-button-style .cmp-btn-white:hover, 
.feature-card .Block-button-style .cmp-btn-darkblue:hover, 
.feature-card .Block-button-style .cmp-btn-white:hover,
.feature-card .Block-button-style .cmp-btn-blueoutline:hover,
.feature-card .Block-button-style .cmp-btn-whiteoutline:hover,
.stack-info-button-style .cmp-btn-white:hover,
.stack-info-button-style .cmp-btn-darkblue:hover,
.stack-info-button-style .cmp-btn-blueoutline:hover,
.stack-info-button-style .cmp-btn-whiteoutline:hover,
.stats-module-5 .card-wrap .card-cta:hover,
.explore-btn .white-filled-in-with-blue-text:hover,
.explore-btn .white-outline:hover,
.explore-btn .white-blue-outline:hover,
.explore-btn .blue-white-text:hover,
.explore-btn .cmp-btn-darkblue:hover,
.explore-btn .cmp-btn-white:hover,
.explore-btn .cmp-btn-blueoutline:hover,
.explore-btn .cmp-btn-whiteoutline:hover,
.pad-ctrl .thumbnail:hover,
.profile-button-style .cmp-btn-white:hover,
.profile-button-style .cmp-btn-darkblue:hover,
.profile-button-style .cmp-btn-blueoutline:hover,
.profile-button-style .cmp-btn-whiteoutline:hover,
.cmp-btn-white:hover,
.cmp-btn-darkblue:hover,
.cmp-btn-blueoutline:hover,
.cmp-btn-whiteoutline:hover,
.cmp-darkblue-btn:hover,
.cmp-blueoutline-btn:hover{
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
  text-decoration: none !important;
}

.info-button-style .cmp-btn-darkblue:focus, 
.info-button-style .cmp-btn-blueoutline:focus, 
.info-button-style .cmp-btn-whiteoutline:focus, 
.info-button-style .cmp-btn-white:focus, 
.feature-card .Block-button-style .cmp-btn-darkblue:focus,
.feature-card .Block-button-style .cmp-btn-white:focus,
.feature-card .Block-button-style .cmp-btn-blueoutline:focus,
.feature-card .Block-button-style .cmp-btn-white:focus,
.stack-info-button-style .cmp-btn-white:focus,
.stack-info-button-style .cmp-btn-darkblue:focus,
.stack-info-button-style .cmp-btn-blueoutline:focus,
.stack-info-button-style .cmp-btn-whiteoutline:focus,
.stats-module-5 .card-wrap .card-cta:focus,
.explore-btn .white-filled-in-with-blue-text:focus,
.explore-btn .white-outline:focus,
.explore-btn .white-blue-outline:focus,
.explore-btn .blue-white-text:focus,
.explore-btn .cmp-btn-darkblue:focus,
.explore-btn .cmp-btn-white:focus,
.explore-btn .cmp-btn-blueoutline:focus,
.explore-btn .cmp-btn-whiteoutline:focus,
.pad-ctrl .thumbnail:focus,
.profile-button-style .cmp-btn-white:focus,
.profile-button-style .cmp-btn-darkblue:focus,
.profile-button-style .cmp-btn-blueoutline:focus,
.profile-button-style .cmp-btn-whiteoutline:focus,
.cmp-btn-white:focus,
.cmp-btn-darkblue:focus,
.cmp-btn-blueoutline:focus,
.cmp-btn-whiteoutline:focus,
.cmp-darkblue-btn:focus,
.cmp-blueoutline-btn:focus{
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  text-decoration: none !important;
}

/**************************** Button hover end *******************/

/****************************** font color **********************/
.card-link-bold a:hover{
  font-size: 15px !important; 
}
.font-color-black.card-with-title, .cmp-txt-black{
  color: #404040 !important;
}
.font-color-black.card-with-desc, .cmp-txt-black p{
  color: #666666 !important;
}

#hero-product .hero-text-bg .hero-txt .var-3-button a{
  text-decoration: none !important;
}
.feature-card .Block-button-style a{
  letter-spacing: .75px !important;
  padding: 10px 16px !important;
}
.stats-module-5 .card-wrap .card-cta{
  letter-spacing: .75px !important;
}
.cardInfo .info>div a{
  font-size: 15px !important; 
  letter-spacing: .75px !important;
}
.info-button-style a, .feature-card .Block-button-style a, .feature-section .btn{
  font-size: 15px !important; 
  letter-spacing: .75px !important;
}
.cmp-bg-drkblue .info-button-style a:hover{
  box-shadow: 0 10px 6px 0 rgba(0,0,0,.5) !important;
  
}
.cmp-bg-drkblue .info-button-style a:focus{
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
  
}

.cmp-bg-drkblue .var-3-button a:hover{
  box-shadow: 0 10px 6px 0 rgba(0,0,0,.5) !important;
  
}
.cmp-bg-drkblue .var-3-button a:focus{
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
  
}
.cmp-tabs__tab:nth-child(2){
  /* padding-left: 30px !important; */
}

.fpl-accordion .accordion-item .accordion-body .CQrteFluidInRTE p a:hover{
  text-decoration: underline !important;
}
/****************************** font color end ******************/
/****************************** Card with line hyperlink font color according to bg color ******************/
.cardwithline .card-bg-dark-blue .font-color-white a,
.cardwithline .card-bg-blue .font-color-white a,
.cardwithline .card-bg-light-green .font-color-white a,
.cardwithline .card-bg-light-blue .font-color-white a{
 color: #ffffff;
}
.cardwithline .card-bg-dark-blue .font-color-white a:hover,
.cardwithline .card-bg-blue .font-color-white a:hover,
.cardwithline .card-bg-light-green .font-color-white a:hover,
.cardwithline .card-bg-light-blue .font-color-white a:hover,
.cardwithline .card-bg-dark-blue .font-color-white a:focus,
.cardwithline .card-bg-blue .font-color-white a:focus,
.cardwithline .card-bg-light-green .font-color-white a:focus,
.cardwithline .card-bg-light-blue .font-color-white a:focus,
.cardwithline .card-bg-dark-blue .font-color-white a:active,
.cardwithline .card-bg-blue .font-color-white a:active,
.cardwithline .card-bg-light-green .font-color-white a:active,
.cardwithline .card-bg-light-blue .font-color-white a:active{
 color: #ffffff;
text-decoration:underline;
}
/****************************** font color end ******************/