html{cursor:url(../img/pointer.png),auto}

body {
    background-color: #F3FAFF;
    color:#000;
    font-family: "Poppins", sans-serif;
    padding-top: 0px !important;
}
:root{
    --main-blue:  #016AAB;
    --main-green:  #55C24F;
    --bs-link-color: #016AAB;
}
body::-webkit-scrollbar{ 
    width: 7px;
}
body::-webkit-scrollbar-thumb {
  background: #2176cb;
  border-radius: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #ddd;
  border: 1px solid #ccc;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container-fluid{
    padding-left: 25px;
    padding-right: 25px;
}
#scrollProgress {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: var(--main-green);
    z-index: 99;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 25px;
    background-color: var(--main-green);
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
}

.back-to-top:hover {
  background-color: var(--main-blue);
  color: #fff;
}
a{
    color: var(--main-blue);
    text-decoration: none;
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.navbar-brand img {
    width: 280px;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: 95%;
    left: 0;
    margin: auto;
    right: 0;
    max-width: 900px;
}
.modal-content {
    border-radius: 0.75rem;
    overflow: hidden;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
} 
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 3px;
    position: absolute;
    background: #1d62a6;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
header .nav-item {
    margin-left: 10px;
}
.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.navbar-toggler .hamburger-toggle {
    background: #fff;
    border-radius: 5px;
    /*! border: 1px solid #1d62a6; */
}

p{
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 1rem;
}
ul{
    font-weight: 300;
    line-height: 30px;
    color: #333;
}
strong {
}
.heading h1, .heading h2, .heading h3 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
}
.heading p {
    font-size: 18px;
    line-height: 30px;
}
.heading span{
    background: linear-gradient(90deg, #016AAB -1.03%, #55C24F 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section{
    padding: 110px 0;
}
.mega-menu h6 img {
    width: 20px;
    margin-right: 4px;
}
    



/* menu css*/
.upr-link {
    position: absolute;
    top: 0px;
    color: #959595;
    opacity: 0;
    padding-right: 0 !important
}
.position-static .upr-link {
    top: 0px;
    opacity: 0;
}
header{
    background: #fff;
}
header .navbar {
    padding: 8px 0;
}
header .nav-link {
    font-size: 17px;
    padding: 24px 10px;
    color: #000000;
    /* font-weight: 500; */
}
header .dropdown-menu {
    padding: 0.5rem 0 17px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding-bottom: 11px !important;
    background-color: #fff;
    color: #262626;
    top: 95%;
    box-shadow: 0 8px 10px rgba(0,0,0,.2);
    border-bottom: 4px solid #0284d2;
}
header .dropdown-menu:after{
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 10px;
    box-shadow: -4px 4px 7px -2px rgba(0,0,0,20%);
    box-sizing: border-box;
    content: "";
    height: 0;
    left: 50px;
    position: absolute;
    top: 0;
    transform: rotate(135deg);
    transform-origin: 0 0;
    width: 0;
}
header a.dropdown-item {
    display: block;
    color: #262626;
    font-size: 15px;
    padding: 5px 0;
    line-height: 17px;
    margin-bottom: 4px;
    white-space: break-spaces;
    line-height: 25px;
}
header a.dropdown-item:hover {
    color: var(--main-blue);
    background-color: transparent;
}

header .dropdown-menu.megamenu::after {
    left: 206px;
}




header .megamenu {
    background-color: #fff;
}
header .megamenu .caret-list a {
    font-size: 14px;
    line-height: 17px;
    color: #222;
    text-decoration: none;
    padding: 10px;
}
header .megamenu .caret-list a:hover{text-decoration: underline;}
.caret-list a {
    position: relative;
}
.caret-list i {
    color: #f79707;
    margin-right: 5px;
    font-size: 14px;
}
header .megamenu button {
    background-color: transparent;
    padding: 0;
    border: none;
}
.btn-demo-1 {
    background: #17ba9e;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    margin-top: 4px;
    line-height: 17px;
    color: #fff;
    margin-right: 40px;
}
.btn-demo-1:hover{
    border-color: #17ba9e;
    color: #17ba9e;
}
.modal-header {
    background: #2176cb;
    color: #fff; 
}
.modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}
/* menu css end*/

/* header css */
.top-bar {
    background: var(--main-green);
    color: #fff;
    padding: 6px 0;
}
.top-bar:before {
    position: absolute;
    content: "";
    background: var(--main-blue);
    left: 0;
    top: 0;
    width: 26%;
    height: 100%;
    z-index: 0;
}
.top-bar p {
    color: #fff;
    font-weight: 500;
}
.top-bar ul{list-style: none;}
.top-bar ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.top-bar-social ul li a {
    background: var(--main-green);
    width: 22px;
    display: flex;
    height: 22px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 15px;
}
.top-bar ul li a:hover{}
.schdule_demo_btn a {
    border: 1px solid var(--main-blue);
    -webkit-border-radius: 4px;
    border-radius: 30px 30px 30px 0;
    background-color: var(--main-blue);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 35px !important;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.schdule_demo_btn a:hover {
    border-radius: 30px 30px 30px 30px;
    border-color: var(--main-green); 
    background: var(--main-green);
    color: #fff;
}
#menu-view-all {
    background: #17ba9e;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
}
.lead-menu.highlight {
    background: #f0fffd;
    padding: 15px;
    margin: 0;
}
.highlight p {
    color: #222;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}
.highlight small {
    color: #222;
    font-size: 60%;
}
.navigation ul .highlight ul.list-link li a {
    background: #17ba9e;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 17px;
    color: #fff;
}
header .dropdown-toggle::after {
    border-top: 0.3em solid var(--main-green);
}

.rgtgrey-menu {
    padding: 30px 50px 10px;
    background: #f4f5f6;
}
.osdpdwn-nwmnu h4, .rgtgrey-menu h4 {
    color: #a3a4a6;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 15px
}
.rgtgrey-menu ul li a {
    color: #555;
    font-weight: 400;
    font-size: 14px;
}
.nav-white .res-desk ul li a:hover {
    color: #0284d2;
}
.rgtgrey-menu ul,.osdpdwn-nwmnu ul{
    padding-left: 0;
    list-style: none;
}
.rgtgrey-menu ul li{
    margin-bottom: 15px;
}
.osdpdwn-nwmnu {
    padding: 30px 50px;
}
.osdpdwn-nwmnu ul.business-type {
    margin-bottom: 60px;
}
.osdpdwn-nwmnu ul li {
    margin-bottom: 10px;
    background: url(../img/agency-menu-icon.png) no-repeat;
    padding-left: 35px;
}

.osdpdwn-nwmnu ul li a {
    font-size: 14px;
    color: #000;
}
.osdpdwn-nwmnu ul li a span {
    color: #a3a4a6;
}
.osdpdwn-nwmnu figure img {
    margin-bottom: 15px;
}
.osdpdwn-nwmnu ul.business-type li:nth-child(1) {
  background:url("../img/independent-agency-menu-icon.png") no-repeat;
}
.osdpdwn-nwmnu ul.business-type li:nth-child(2) {
  background:url("../img/private-pay-menu-icon.png") no-repeat;
  background-size:contain;
}
.osdpdwn-nwmnu ul.business-type li:nth-child(2).nitro-lazy {
  background-image:none !important;
}
.osdpdwn-nwmnu ul.by-payer li:nth-child(1) {
  background:url("../img/medicaid-menu-icon.png") no-repeat;
}
.osdpdwn-nwmnu ul.by-payer li:nth-child(2) {
  background:url("../img/private-pay-menu-icon.png") no-repeat;
  background-size:contain;
}
.osdpdwn-nwmnu ul.by-payer li:nth-child(2).nitro-lazy {
  background-image:none !important;
}
.osdpdwn-nwmnu ul.by-payer li:nth-child(3) {
  background:url("../img/veteran-menu-icon.png") no-repeat;
  background-size:contain;
}
.osdpdwn-nwmnu ul.by-payer li:nth-child(4) {
  background:url("../img/ltci-menu-icon.png") no-repeat;
}
.osdpdwn-nwmnu figure {
    text-align: center;
    margin-top: 40px;
    max-width: 80%;
}
header a.dropdown-item i {
    color: #0284d2;
    margin-right: 3px;
    /* width: 17px; 
    object-fit: contain;*/
}
header a.dropdown-item img {
    margin-right: 10px;
    width: 17px;
}
.mega-content ul li a:hover {
    color: #0284d2;
}



.blue-btn,.green-btn{
    border-radius: 30px 30px 30px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 35px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.blue-btn{background-color: var(--main-blue); }
.green-btn{background-color: var(--main-green); }
.blue-btn:hover{background-color: var(--main-green);color: #fff;border-radius: 30px 30px 30px 30px;}
.green-btn:hover{background-color: var(--main-blue);color: #fff;border-radius: 30px 30px 30px 30px;}

.animate-btn {
    border-radius: 30px 30px 30px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 35px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: linear-gradient(100deg, #016AAB 0%, #55C24F 100%);
    background-size: 200% 200%;
    animation: moveGradient 4s linear infinite;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animate-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(1, 106, 171, 0.5);
    color: #fff;
    border-radius: 30px 30px 30px 30px;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* header css end*/ 



/* Mobile Header Fixed Btn */
.desk-mega{}
.mob-mega,.mobile-nav-fixed-btn{display: none;}






/* Pages css  */


/* Homepage Start */
.main-banner {
    padding: 50px 0;
    position: relative;
}
.main-banner:before{ 
    position:absolute;
    content: "";
    width: 100%;
    height: 77%;
    background: #1d62a6;
    left: 0;
    top: 0;
    z-index: -1;
}
.main-banner img {
    transform: scale(1.1);
}
.main-banner span {
    font-size: 20px;
}
.main-banner h1{font-size: 40px;line-height: 1.4;margin-top: 15px;margin-bottom: 15px;font-weight: 600;}
.main-banner p{font-size: 22px;line-height: 1.5;font-weight: 300;}
.main-banner h6 a{}



/* Blog Page */
.blog-banner-feature-sec h1 {
    font-size: 36px;
    color: #181b34;
    font-weight: 700;
}
.blog-feature-slider .owl-dots {text-align: left; position: absolute; bottom: 32px; left: 42px; }
.blog-feature-slider .owl-dots .owl-dot span{background: transparent !important;border: 1px solid var(--main-blue) !important;}
.blog-feature-slider .owl-dots .owl-dot.active span{background: var(--main-blue) !important; }
.blog-box-sec .card {
    border-radius: 15px;
    overflow: hidden;
}
.blog-box-sec .card a, .blog-box-sec a{text-decoration: none;}
.blog-box-sec .card h5{line-height: 1.5;color: #323338;}
.blog-box-sec .card p{color: #323338;} 
.blog-cta {
    background: var(--main-blue);
    /*background: linear-gradient(102deg, #016AAB 0%, #55C24F 99.97%);*/
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 40px;
    border: none;
}
.blog-box-sec .card:hover {
    border-color: var(--main-blue);
}
.blog-cta h6 a:hover{background: #000; }
.blog-cta h5 {color: #fff !important; font-size: 35px; font-weight: 600; }
/* Blog Page end*/
.case-study-box-sec .card-link {
    color: var(--main-blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: underline;
    text-decoration-style: solid;
}

/* Blog Inner */
.blog-inner-sidebar #simple-list a {
    padding-top: 16px;
    /* margin-bottom: 15px; */
    color: #676879;
    font-weight: 300;
    border-bottom: 1px solid #e6e9ef;
    display: block;
    padding-bottom: 15px;
}
.blog-inner-sidebar #simple-list a.active{
    color: var(--main-blue);
    font-weight: 600;
}
.blog-inner-sec h2 {
    margin-top: 40px;
}
.blog-inner-sec h3 {
    font-size: 1.625rem;
    margin-top: 1.5rem;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.65;
}
.blog-inner ul{list-style: none;padding-left: 0;}
.blog-inner ul li{position: relative;padding-left: 18px;}
.blog-inner ul li::before {
    position: absolute;
    content: "";
    background: var(--main-blue);
    width: 6px;
    height: 6px;
    top: 12px;
    left: 0;
}

.blog-inner .levrg-box{
    background: var(--main-green);
    padding: 35px 15px 25px;
    border-radius: 15px;
    text-align: center;
}
.blog-inner .levrg-box p{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.blog-inner .levrg-box ul li{
    display: inline-block;
    width: 40%;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin: 10px;
}
.blog-inner .levrg-box ul li::before{
    display: none;
}
.text-highlgt {
    background: #e0ffde;
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #50be57;
}
.text-highlgt p.blg-cta{
    margin-bottom: 0;
}
.text-highlgt a , .blg-cta a{
    border: 1px solid var(--main-blue);
    -webkit-border-radius: 4px;
    border-radius: 30px 30px 30px 0;
    background-color: var(--main-blue);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 35px !important;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
}
.text-highlgt a:hover , .blg-cta a:hover{
    border-radius: 30px 30px 30px 30px;
    border-color: var(--main-green);
    background: var(--main-green);
    color: #fff;
}

/* Blog Inner end*/



.logo-slider .item {
  padding: 10px; /* spacing between logos */
}

.logo-slider img {
  width: 105px;       /* fixed width */
  height: 60px;       /* fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slider img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}
.logo-slider img:hover{
  filter: grayscale(0);
}

/* Case Study */
.case-study-box-sec .card h5{line-height: 1.5;color: #323338;}
.case-study-box-sec .card p{color: #323338;} 

.case-study-box-sec .card {
    border-radius: 29px;
}
.case-study-box-sec .card img{
    border-radius: 15px;
    width: 100%;
    object-fit: contain;
}
.case-study-box-sec .card:hover{
    background-color: #fff !important;
}
.case-study-box-sec{
    padding: 90px 0;
}
.case-study-banner{
    padding: 70px 0;
}
.case-study-banner h1 {
    font-size: 56px;
    font-weight: 500;
}
.case-study-banner h5{
    font-size: 80px;
    color: var(--main-blue);
}
.imgcasestudy{
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
}
.imgcasestudy img{
    position: relative;
    top: -130px;
    object-fit: contain;
}
.imgcasestudybox{
    border-radius: 15px;
    overflow: hidden;
}
/*.imgcasestudybox img{
    width: 100%;
    object-fit: contain;
    position: relative;
    top: -130px;
}*/
.case-study-banner-slider .slick-slide {
  box-sizing: border-box;
}
.case-study-banner-slider .slick-slide {
  margin-right: 20px; /* adjust as needed */
}
.case-study-banner-slider .slick-slide:last-child {
  margin-right: 0;
}
.case-study-banner-slider .card {
    border-radius: 15px;
    background-color: #fff !important;
    min-height: 261px;
}
.case-study-banner-slider .card:hover {
    border-color: var(--main-blue);
}
.case-study-banner-slider .card h5{
    letter-spacing: -3px;
    font-size: 4rem;
    font-weight: 200;
    line-height: .8125;
    color: #333;
}
.case-study-banner-slider .card p{
    color: #333;
}
.case-study-banner-slider .card img{
    border-radius: .5rem;
}



.case-study-sidebar {
    border-radius: 10px;
}
.case-study-sidebar #simple-list a {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #676879;
    font-weight: 300;
}
.case-study-sidebar #simple-list a{
    font-size: 14px;
    border-bottom: none;
    padding: 0px;
    width: 100%;
    display: block;
}
.case-study-sidebar #simple-list li {
    margin-bottom: 8px;
}
.case-study-sidebar #simple-list a.active{
    color: var(--main-blue);
    font-weight: 400;
}
.case-study-inner-banner h1 {
    font-size: 38px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
.case-matrics h4 {
    font-size: 36px;
    margin-bottom: 5px;
}
.case-inner-rightbox {
    border-radius: 20px;
}
.case-inner-rightbox h6{
    font-size: 14px;
    margin-bottom: 2px;
    color: #000;
}
.case-inner-rightbox p{
    font-size: 14px;
}
.blog-inner-sec .inner-image{border-radius: 20px;}
/* Case Study end*/




/* Footer */
.footer-upper-sec {
    background: var(--main-green);
}
.footer-upper-sec h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
}
.footer-upper-sec p{
    /*! font-size: 16px; */
}
.white-btn a { 
    background: #fff;
    border-radius: 30px 30px 30px 0;
    color: #000;
    font-size: 16px;
    position: relative;
    transition: .5s;
    text-decoration: none;
    padding: 15px 35px;
    font-weight: 600;
}
.white-btn a:hover{
    border-radius: 30px 30px 30px 30px;
    background: var(--main-blue);
    color: #fff;
}

.footer-form{
    background: #f4f5f6;
}
.footer-form h3 {
    color: #000222;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    margin-top: 8px;
}
.footer-form input {
    height: 50px;
}
.footer-form [type="submit"] {
    height: 50px;
    background: #f79707;
    border: none;
    font-size: 20px;
}
.footer-form [type="submit"]:hover {
    background: #000;
}

footer {
    padding-top: 60px;
    background: #fff;
}
footer h2, .footer-head, .footer-head a {
    font-size: 20px;
    margin-bottom: 30px; 
    color: var(--main-blue);
    font-weight: 600;
    text-decoration: none;
}
footer ul li {
    margin-bottom: 12px;
}
.links li {
    position: relative;
    padding-left: 15px;
}
.links li::before {
    position: absolute;
    content: "";
    background: var(--main-blue);
    width: 6px;
    height: 6px;
    top: 12px;
    left: 0;
}
header .links li::before{
    top: 15px;
}
footer .info li {
    display: flex;
}
footer .info li i{color: var(--main-blue);}
footer ul li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
ul.ftr-loc {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.ftr-loc li {
    margin-bottom: 20px;
    background: url("../img/location-pointer.png") 0 5px no-repeat;
    padding-left: 25px!important;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
ul.ftr-loc li span {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    display: inline-block;
    color: #000;
}
.scmob-logo {
    display: none;
}
footer .bottom a {
    color: #555;
}
footer .bottom ul li {
    margin-bottom: 0;
}
footer .bottom ul li a{color: #fff;}
/* Footer end */


/*/////////////////*/
/* resources page */
.inner-banner h1{
    font-size: 46px;
    font-weight: 600;
}
.inner-banner p{
    font-size: 18px;
    font-weight: 500;
}
.pricing-banner {
    padding: 88px 0;
    background: url("../img/pricing-bg.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.resorse-srch {
    max-width: 45%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.resorse-srch input {
    padding: 13px 20px;
    width: 100%;
    border-radius: 7px;
    border: none;
    color: #454545;
    position: relative;
    padding-right: 35px;
    height: 50px;
}
.resorse-srch i {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 22px;
    color: #AEAEAE;
}
.resource-box-sec .card h5 {
    color: #000000;
    line-height: 1.5;
    font-weight: 600;
}
.rsce-tag {
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0px 15px;
    display: inline-block;
}
.res-blog-left h5 {
    font-size: 22px;
}
.res-blog-right h5 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
}
.res-blog-right h6, .res-blog-right i{
    color: #000;
}
.res-blog-left img {
    max-height: 286px;
    object-fit: cover;
}
.tag {
    color: #000;
}
.res-blog-left hr {
    border-color: #000;
}
.resource-box-sec .res-blog-left .card h6{text-decoration: none;}
.res-blog-right img {
    border-radius: 15px;
}
.res-blog-right:hover img{
    scale: 1.1;
    transition: .2s;
}
 
.resource-box-sec .card {border-radius: 15px;}
.resource-box-sec .card:hover {
    border-color: var(--main-blue);
}
.resource-box-sec .card img {border-radius: 15px; width: 100%;}
.resource-box-sec .card h6 {text-decoration: underline; }
.resource-box-cta {
    background: var(--main-blue);
    background: linear-gradient(180deg, #0A092D 0%, #172A60 100%);
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 40px;
    border: none;
    border-radius: 15px;
}
.resource-box-cta h5 {
    color: #fff !important;
    font-size: 35px;
    font-weight: 600;
}
.card.resource-box-cta h6 {
    text-decoration: none;
}
 
.resource-video-sec {
    background: linear-gradient(272deg, rgba(85, 194, 79, 0.85) 1.33%, rgba(1, 106, 171, 0.85) 99.13%);
    overflow: hidden;
}
.resource-video-sec .container-fluid {
    padding-right: 0;
}
.resource-video-sec iframe{border-radius: 15px;}
.custom-owl-nav button.owl-prev,
.custom-owl-nav button.owl-next {
    left: -80px;
    color: #51c158;
    font-size: 26px;
    background: #fff;
    padding: 15px 18px !important;
    line-height: 20px;
    border-radius: 50%;
    border: none;
    margin-right: 8px;
}
#resource-filter select {
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
}
 
/*////////////////////*/
/* resources page end */
 
 /*==================================*/
/*========= About us=========*/
/*==================================*/
.about-banner h1 {
    color: #000;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.4;
}
.about-banner p{
    color: #000;
    font-size: 21px;
    font-weight: 500;
}
.about-banner h1 span {
    background: linear-gradient(90deg, #016AAB -1.03%, #55C24F 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purpose-sec p{
    font-size: 18px;
    font-weight: 400;
}
.purpose-sec h3{font-size: 90px; }
.purpose-sec .cursor {
  display: inline-block;
  animation: blink 0.7s steps(1) infinite;
  color: black;
  font-weight: 200;
}
 
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
 
.team-slider .item{padding-top: 70px;}
.team-box {
    border-radius: 20px;
    padding: 0px 25px 25px 25px;
}
.team-slider.owl-carousel .owl-item:nth-child(odd) .item .team-box{
  background: #E8FFE5;
}
 
.team-slider.owl-carousel .owl-item:nth-child(even) .item .team-box{
   background: #DDF2FF;
}
.team-box img {
    border-radius: 60px;
    width: 122px !important;
    height: 122px;
    margin: auto;
    margin-bottom: -40px;
    /* margin-top: -59px; */
    position: relative;
    top: -60px;
}
.team-box a{color: #C2C2C2;}
.team-box a:hover{color: var(--main-blue);}
.team-slider .owl-stage-outer {
    /*padding-top: 60px;*/
}
.testimonail-slider .item{padding-top: 70px;}
.testimonail-box img {
    width: 110px !important;
    margin-bottom: -10px;
    position: relative;
    top: -60px;
}
.testimonail-box {
    border: 1px solid #ADD6F3;
    border-radius: 20px;
    background: #fff;
}
.testimonail-box hr{
    border-color: #ADD6F3;
}
.testimonail-box p strong{
    font-weight: 500;
    color: #000;
}
.testimonail-box h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.testimonail-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 46%;
    width: 100%;
}
.testimonail-slider.owl-carousel .owl-nav button.owl-prev{position: absolute;left: -130px;}
.testimonail-slider.owl-carousel .owl-nav button.owl-next{position: absolute;right: -130px;}
.testimonail-slider.owl-carousel .owl-nav button.owl-prev,
.testimonail-slider.owl-carousel .owl-nav button.owl-next {
    color: #51c158;
    font-size: 26px;
    background: #fff;
    padding: 15px 18px !important;
    line-height: 20px;
    border-radius: 50%;
    border: none;
    margin-right: 8px;
}
.testimonail-slider.owl-carousel .owl-dots{margin-top:30px; }
.testimonail-slider.owl-carousel .owl-dots .owl-dot.active span{background: var(--main-green) !important;}
/*==================================*/
/*========= About us Ends=========*/
/*==================================*/


/*//////////////*/
/* Pricing page */
.price-banner-box h4 {
    font-size: 22px;
}
.price-banner-box i {
    font-size: 28px;
    color: var(--main-green);
}
 p:empty {
    display: none;
}
 
.floating-label-group {
    position: relative;
  }
.main-form input,
.main-form textarea {
    border: 1px solid #ccc;
    padding: 14px 12px 14px 14px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
}
textarea.form-control {
    max-height: 150px !important;
}   
 
.main-form .form-control:focus {
    box-shadow: none;
    background-color: #F3FAFF;
    border-color: #007bff;
}
 
/*//////////////*/
/* Pricing page end*/


/*=================================*/
/*========Home page start==========*/
/*=================================*/
.home-banner{
    position: relative;
}
.home-banner:after{
    position: absolute;
    content: '';
    background: url('../img/home-banner-laptop.png') no-repeat;
    background-size: cover;
    width: 790px;
    height: 549px;
    right: 0;
    top: 50px;
}
.home-banner h6{
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 500;
}
.home-banner h1{
    color: #000;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
}
.home-banner h1 span{
    background: linear-gradient(90deg, #016AAB -1.03%, #55C24F 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-banner p{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    margin: 20px 0;
}
.home-banner ul{
    list-style-type: none;
    padding: 0;
}
.home-banner ul li{
    display: inline-block;
    margin-right: 10px;
}
a.blue-cta{
    display: inline-block;
    padding: 13px 30px;
    gap: 10px;
    color: #fff;
    border-radius: 30px 30px 30px 0px;
    transition: .8s;
    font-size: 16px;
    font-weight: 600;
    background: var(--main-blue);
}
a.blue-cta:hover{
    border-radius: 30px 30px 30px 30px;
    background: var(--main-green);
}
a.green-cta{
    display: inline-block;
    padding: 13px 30px;
    gap: 10px;
    color: #fff;
    border-radius: 30px 30px 30px 0px;
    transition: .8s;
    font-size: 16px;
    font-weight: 600;
    background: var(--main-green);
}
a.green-cta:hover{
    border-radius: 30px 30px 30px 30px;
    background: var(--main-blue);
}
a.blue-cta i, a.green-cta i{
    margin-left: 8px;
}

.explore-solution{
    background: linear-gradient(180deg, #F3FAFF 0%, #E3FFE2 50%, #F3FAFF 100%);
}
.choose-industry{

}
.indbx-innr{
    border-radius: 20px;
    border: 1px solid #F8F8F8;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    border-bottom: 7px solid var(--main-green);
    padding: 25px 18px;
    transition: .5s;
}
.indbx-innr:hover{
     border-bottom: 7px solid var(--main-blue);
}
.indbx-innr img{
    margin-bottom: 25px;
}
.indbx-innr p{
    line-height: 26px;
    margin: 10px 0 0;
}
.opt-innrar{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    padding: 25px;
}
.opt-innrar img{
    margin-bottom: 20px;
}
.opt-innrar h5{
    color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
}
.opt-innrar p{
    min-height: 205px;
}
.opt-innrar h6 a{
    color: var(--main-blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; 
    text-decoration: underline;
    text-decoration-style: solid;
}
.opt-innrar h6 a:hover{
    color: var(--main-green);
}
.choose-netflow{
    background: #E8FFE5;
}
.accordion .accordion-item{
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 1);
}
.accordion .accordion-item .accordion-header button{
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
    border-radius: 15px !important;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.accordion .accordion-item .accordion-body{
    padding-top: 10px;
}
.accordion .accordion-item p{
    margin-bottom: 0;
    font-weight: 400;
}
.choose-netflow .accordion .accordion-item, .choose-netflow .accordion .accordion-item .accordion-header button{
    background: rgba(255, 255, 255, .30);
}
.numbers .heading p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.home-case-studyar .item {
    border-radius: 25px;
    background: #FFF;
    overflow: hidden;
}
.home-case-studyar .owl-nav{
    position: absolute;
    top: 46%;
    width: 100%;
}
.home-case-studyar .owl-carousel .owl-nav button.owl-prev, .home-case-studyar .owl-carousel .owl-nav button.owl-next{
    left: -80px;
    position: absolute;
    color: #51c158;
    font-size: 26px;
    background: #fff;
    padding: 15px 18px !important;
    line-height: 20px;
    border-radius: 50%;
}
.home-case-studyar .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -80px;
}

.home-case-studyar h4{
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
}
.home-case-studyar p{
    font-weight: 400;
}
.insight-blck{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 8px;
    min-height: 540px;
}
.insight-blck .insight-img {
    height: 200px;
    overflow: hidden;
    border-radius: 25px;
}
.insight-blck h5{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding: 25px 25px 0;
}
.insight-blck p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 25px 25px;
}

.wpcf7-submit {
    border-radius: 30px 30px 30px 0 !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px !important;
    padding: 15px 35px !important;
    -webkit-transition: .3s  !important;
    transition: .3s !important;
    cursor: pointer !important;
    background-color: var(--main-green)  !important;
    border: none  !important;
    width: max-content !important;
}
.wpcf7-submit:hover{
    background-color: var(--main-blue) !important;
    border-radius: 30px 30px 30px 30px !important;
}

.floating-form .floating-label-group {
    position: relative;
    margin-bottom: .5rem;
  }
 
  .floating-form .floating-label-group input,
  .floating-form .floating-label-group textarea {
    border: 1px solid #ccc;
    padding: 14px 12px 14px 12px;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
  }
 
  .floating-form .floating-label-group label {
    position: absolute;
    top: 14px;
    left: 12px;
    color: #999;
    font-size: 16px;
    pointer-events: none;
    transition: 0.2s ease all;
    background: #fff;
    padding: 0 4px;
  }
 
  .floating-form .floating-label-group input:focus + label,
  .floating-form .floating-label-group input:not(:placeholder-shown) + label,
  .floating-form .floating-label-group textarea:focus + label,
  .floating-form .floating-label-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 13px;
    color: #007bff;
  }
 
  .floating-form .form-control:focus {
    box-shadow: none;
    border-color: #007bff;
  }

  .redefine button{
    display: inline-block;
    padding: 13px 30px;
    gap: 10px;
    color: #fff;
    border-radius: 30px 30px 30px 0px;
    transition: .8s;
    font-size: 16px;
    font-weight: 600;
    background: var(--main-green);
    border: none;
  }
  .redefine button:hover{
    border-radius: 30px 30px 30px 30px;
    background: var(--main-blue);
  }

.voice-txtoutr{
    border-radius: 0px 70px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.voice-txtoutr p{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 5px;
}
.voice-trust .owl-theme .owl-dots .owl-dot.active span{
    background: var(--main-green);
}

/*==================================*/
/*===========Home Page Ends=========*/
/*==================================*/

/*==================================*/
/*======Our Solution Page Start=====*/
/*==================================*/
.our-solution-banner{
    background: #E8FFE5;
}
.our-solution-banner h1{
    color: var(--main-blue);
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
}
.our-solution-banner p{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 20px auto;
    max-width: 940px;
    width: 100%;
}
.our-solution-banner ul{
    list-style-type: none;
    padding: 0;
}
.our-solution-banner ul li{
    display: inline-block;
    margin: 0 10px;
}
.add-on{
    border-radius: 35px;
    background: #ECEDF3;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.available-addons .opt-innrar p {
    min-height: initial;
    margin-bottom: 0;
}
.dms-apart{
    background: linear-gradient(180deg, #F3FAFF 0%, #E8FFE5 100%);
}

/*==================================*/
/*======Our Solution Page Ends=====*/
/*==================================*/


/*==================================*/
/*======Industry Page Start=========*/
/*==================================*/
.home-case-studyar.industry-cs .item{
    background: none;
}
.industry-cs h5{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.industry-cs ul, .faq ul{
    padding: 0;
    list-style-type: none;
}
.industry-cs ul li, .faq ul li{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}
.industry-cs ul li:before, .faq ul li:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--main-blue);
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.numbers.grn-bg .nmbr-bgoutr{
    background: var(--main-green);
    border-radius: 20px;
    padding: 30px 0;
}
.numbers.grn-bg .heading h3, .numbers.grn-bg .heading p{
    color: #fff;
}

/*==================================*/
/*======Industry Page Ends=========*/
/*==================================*/

.contact-banner h1 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
}
.contact-banner h1 span {
    background: linear-gradient(90deg, #016AAB -1.03%, #55C24F 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/*==================================*/
/*======Pre-Sales Page Start========*/
/*==================================*/
.home-banner.pre-sales-bnar{
    background: #E8FFE5;
}
.home-banner.pre-sales-bnar h6{
    color: var(--main-green);
}
.home-banner.pre-sales-bnar h1{
    color: var(--main-blue);
}
.home-banner.pre-sales-bnar:after{
    display: none;
}

.commn-chlng .col.opertn-outr .opt-innrar{
    border-top: 6px solid var(--main-blue);
    padding: 25px 20px;
}
.commn-chlng .col.opertn-outr .opt-innrar h5{
    font-size: 16px;
}
.commn-chlng .col.opertn-outr .opt-innrar p{
    min-height: initial;
    margin: 0;
}
.lost-leads .lost-lftrgt h4{
    font-size: 30px;
    font-weight: 600;
}
.lost-leads .heading h3, .lead-delivery .heading p {
    max-width: 830px;
    width: 100%;
    margin: 0 auto 15px;
}
/*==================================*/
/*======Pre-Sales Page Ends=========*/
/*==================================*/

footer .bottom .col-md-7{
    font-size: 16px;
    color: #333;
    font-weight: 300;
}
footer img.ftr-logo {
    max-width: 280px;
}
.col-lg-6.cs-img{
    height: 525px;
    overflow: hidden;
}
.col-lg-6.cs-img img{
    object-fit: cover;
}

.diff-numbr .industry-cs ul li{
    width: initial;
}
.diff-numbr .industry-cs ul li:before{
    left: 0;
}
.email-chlng .heading h3{
    width: 100%;
    max-width: 850px;
    margin: 0 auto 30px;
}

.pricingform .form-check label{
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}
.pricingform .form-check label input{
    width: 10px;
    margin-right: 5px;
}
.pricingform span.wpcf7-checkbox.form-check{
    padding-left: 0;
}
.pricingform span.wpcf7-list-item{
    margin: 0;
}
.pricingform span.wpcf7-list-item-label {
    font-size: 13px;
}

.page-template-email-campaign header{
    display: none;
}

.email-campbnnr{
    padding: 50px 0 80px;
}
.tool-tips-outr button, .tool-tips-outr button:hover, .tool-tips-outr a.btn, .tool-tips-outr a.btn:hover{
    width: 100%;
    padding: 15px;
    background: #fff;
    color: #000;
    box-shadow: 0 10px 50px rgba(62, 0, 117, .14);
    border: none;
    position: relative;
    padding-left: 70px;
    text-align: left;
    font-size: 18px;
}
.tool-tips-outr a img{
    position: absolute;
    left: 20px;
    top: 23px;
}
.lp-tab-outr ul.nav-tabs li a{
    color: #555;
}
.lp-tab-outr ul.nav-tabs li a.active, .lp-tab-outr ul.nav-tabs li a:hover{
    border: none;
    border-bottom: 1px solid var(--main-green);
    color: var(--main-green);
}
.lost-tabbing .lp-tab-outr button.tabtgl-mobilebtn{
    background: var(--main-green);
    border: 1px solid var(--main-green);
}
.page-template-email-campaign .opt-innrar p{
    min-height: initial;
}
.page-template-email-campaign .footer-upper-sec{
    display: none;
}
.page-template-email-campaign .contact-banner{
    border-bottom: 4px solid var(--main-green);
}

.numbers.lp-numbrs{
    background: var(--main-green);
}
.numbers.lp-numbrs .heading p, .numbers.lp-numbrs .heading h3 span{
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
}
.dms-apart.lp-dms{
    background: linear-gradient(180deg, #F3FAFF 0%, #E3FFE2 23.56%, #E3FFE2 74.52%, #F3FAFF 100%);
}

.blog-inner-sec .faq h2{
    margin-top: 0;
}
#thank-you i{
    font-size: 80px;
    color: var(--main-blue);
    margin: 20px 0;
}
.page-template-404-page h1{
    font-size: 70px;
    font-weight: 600;
    color: #086aa8;
}