html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
* {
  font-family: "Red Hat Display", sans-serif;
}
body {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
}
.fw-600 {
    font-weight: 600;
}

p {
    font-family: "Open Sans", sans-serif;
}
h1{
  font-size: 2.5rem;
    margin-top: 0;   
    line-height: 1.2;
    font-weight: 500;
    color: #213438;
    margin-bottom: 20px;
}

h2{
  font-size: 29px;
    margin-top: 0;   
    line-height: 1.2;
    font-weight: 500;
    color: #213438;
    margin-bottom: 20px;
}
h3{  
  color: #213438;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.about-p{
  line-height: 25px;
}
a {
 color: #0a589e;
  text-decoration: none;
}
.primary-light{
  background-color: #b1d0ed;
}
a:hover {
  text-decoration: none;
}

.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18 {
  font-size: 18px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}



.icon-100 {
  width: 100px;
}
.icon-70 {
  width: 70px;
  height: 70px;
}
.icon-60 {
  width: 60px;
  height: 60px;
}
.icon-40 {
  width: 40px;
  height: 40px;
}
sup{
  font-size: 8px;
  top: -1em;
}
.healthPkg .card:hover {
  border-color: var(--secondry);
  box-shadow: rgba(205, 32, 39, 0.2) 0px 2px 8px 0px;
}

.hvrShadow {
  border: 1px solid transparent;
}

  .hvrShadow:hover {
      border: 1px solid #e7e7e7;
  }
  .tech .hvrShadow {
    border: 1px solid #65a8e2;
  }

.btn-primary {
    background: #0a589e;
    border-color: #0a589e;
  }

.btn-primary:focus{
border-color: #0a589e;
    box-shadow: rgba(16, 70, 151, 0.5) 0px 0px 0px 0.25rem;
}


.bg-primary {
  background-color: #0a589e!important;
}
.text-primary {
  color: #0a589e !important;
}
.bg-primary {
  background-color: #0a589e !important;
}
.heading_cls {
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
  height: auto;
  padding: 0px;
}
.listItem {
  list-style-type: none;
}
.listtick {
  position: relative;
}
.listtick:before {
  content: "\f00c";
  position: absolute;
  left: -25px;
  color: var(--secondry);
  font-family: fontawesome;
  color: #666;
}

.table > :not(:first-child) {
  border-top: 0;
}
.sm_round_underline {
  width: 70px;
  height: 4px;
  border-radius: 2px;
  background: #333;
  display: inline-block;
}


.heading_cls span {
  margin-right: 10px;
}

/*--header section--*/
.header_section .logo_box {
  max-width: 220px;
}
.header_section .logo_box img {
  width: 100%;
}
.header_section .navbar-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header_section .navbar-nav .nav-item a {
  color: #212121;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
  position: relative;
}
.header_section .navbar-nav .nav-item a:hover {
  color: #da251d;
}


.header_section {
  position: static;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 999;
  border: none;
  outline: none;
  background: #f4f7fc;
}
#header.header-scrolled {
  position: fixed;

  transition: all 0.5s;
  top: 0px;
  -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
#header.header-scrolled .logo_box {
  transition: all 0.5s;
}

.logo_card {
  width: 200px;
}
.dropdown .nav-link.active {
      background-color: #ffff;
  }
  .navbar-nav .dropdown-menu  li .dropdown-item{
      font-size: 14px;
      padding: 5px 15px;
border-bottom: 1px dotted #e6e6e6;
  }
  
  .navbar-nav .dropdown-menu {
    margin-top: 0.126rem;
    padding: 0px;
    background-color: #f1f4f8;
  }
  .dropdown-menu .dropdown-item.active,.dropdown-item:active{
      background-color: #f0f5fb;
  }
@media (min-width:991px){
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu
  {
    display: block;    
  }
}

/************for menu 2******/



.about .bg {
  background-color: #ffebea;
}
/*********************for new banner**********/
.gpn-banner {
  position: relative;
}

.bnrLogo {
  position: absolute;
  top: 5px;
  right: 20px;
}

.gpnService {
  background-color: #e1ecfe;
}

.gpnService .card:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.icon-80 {
  width: 80px;
}

.menu2 .nav-link {
  color: #fff !important;
}

.bg-yellow {
  background-color: #f58120;
}

.menu2 a,
.menu2 label {
  font-size: 15px;
  color: #fff;
}
.menu2 a:hover {
  color: #f6f6f6;
}
.menu2 .navbar-nav li a {
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu2 li .nav-link:hover {
  color: #091046 !important;
}
.borderRight {
  border-right: 1px solid #091046;
}
@media (max-width: 768px) {
  .bnrLogo .icon-80 {
    width: 50px;
  }

  .menu2 .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .borderRight {
    border-right: 0;
  }

  .rectanglelogo {
    width: 150px;
  }
}
/********************provider*************/
.card.hvr:hover {
  border: 1px solid #28377f;
}
.hospital-box h4 {
  font-size: 16px;
}
.hosp-icon {
  height: 150px;
  width: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.footer_contact_information {
  width: 100%;
  float: left;
  height: auto;
  background: #fff;
  padding-top: 60px !important;
}
.number_box {
  width: 100%;
  float: left;
  height: auto;
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 6px;
  text-align: center;
  border: 2px solid #0000000d;
  transition: all 0.5s ease-in-out;
}
.number_box:hover {
  border: 2px solid #e4e4e4;
}

.footer_contact_information h4 {
  font-size: 18px;
  font-weight: 600;
}
.number_box h4 {
  background: #28377f;
  text-align: center;
  padding: 7px 0px;
  margin: 0px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.left_pad {
  padding-left: 0px;
}
.right_pad {
  padding-right: 0px;
}
.number_box a {
  color: #333;
  padding: 20px 0px;
  display: inline-block;
  font-size: 15px;
}
.number_box .fa {
  color: #e3170e;
  transform: rotate(45deg);
  font-size: 20px;
}
.number_box .fa {
  color: #e3170e;
  transform: rotate(45deg);
  font-size: 20px;
}
.footer_contact_information .add_bod {
  margin-top: 30px;
  background: #f9f9f9;
}
.footer_contact_information h3 {
  font-size: 25px;
  display: block;
  padding-bottom: 30px;
  margin-top: 0px;
  font-weight: 500;
  text-align: center;
}
.icons {
  width: 60px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .header_section h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
  }
  .tune-logo {
    width: 60px;
  }
  .navbar-nav .dropdown-menu{
    margin-top: auto;
  }
 
}
.services .card {
  padding: 40px;
  text-align: center;
  background-color: #fff; 
  border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  box-shadow: 0px 5px 15px rgba(60, 73, 140, 0.1);
  border: 0;
}
/*****
.services .card:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #f7f7ff;
}
*****/
.services .icon-100{
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 50%;
    color: #FFF;
    background-color: #f2f9ff;
    outline:10px solid #e6f1fb;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    
}
.services .card h4 {
  color: #0a589e;
}
/***************
.services .card:hover .icon-100::before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.services .icon-100::before{
  background-color: #212121;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  content: "";
  opacity: 0.075;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
*****************/

.button-link-icon {
  color: rgba(42, 51, 146, 1);
}

.button-link-icon {
  width: 37px;
  height: 37px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/right-arrow.svg");
  margin: 0 auto;
}
.cta-section{
    padding: 50px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
   }
   
.owl-prev,
.owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}
.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.4) !important;
}

    .owl-nav .owl-prev i,
    .owl-nav .owl-next i {
        font-size: 26px;
        font-weight: 500;
        padding: 0 13px;
    }
    /**************contact us*********/
.contactus .icons {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 5px auto;
    background-color: #0a589e;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .contactus .icons i {
        color: #fff;
        font-size: 30px;
    }

    .contactus .icons:hover {
        background-color: #d51f26;
    }
    .hvrShadow:hover {
        border: 1px solid #e7e7e7;
    }
    .form-control{
        font-size: 14px;
        font-weight: 500;
    }

::placeholder {  
    font-size: 14px;
    font-weight: 500;
}
/*****************end***********/
.inner-banner{
    position: relative;
    width: 100%;
    height: 100%;
}
.inner-banner img{
    width: 100%;
}
.inner-banner .over-lay{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;

}
.inner-banner .over-lay h1{
font-weight: 600;
color: #fff;
padding: 0px 10px;
}

/**********for industries Pages********************/
.blockquote-box {
    border-right: 5px solid #E6E6E6;
    margin-bottom: 50px;
    font-weight: 500;
    display: flex;
    padding: 10px;
}
.blockquote-box:nth-child(odd) {
    background-color: #fafafa;
}
.blockquote-box .square {
    width: 100px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center !important;
    background-color: #E6E6E6;
    padding: 20px 0;
	margin-bottom:15px;
    border-radius: 5px;
}
.blockquote-box h3 {
    margin-top: 2px;
    font-size: 20px;
    font-weight: 500;
}
.blockquote-box ul.list {
    list-style-image: url(../images/right.png);
    font-size:0.9rem;
    color: #666;
    font-weight: 500;
    line-height: 1.8125;
}
.blockquote-box h2{
    font-size: 22px;
}
.blockquote-box.blockquote-primary {
    border-color: #357EBD;
}
.blockquote-box.blockquote-success {
    border-color: #4CAE4C;
}
.blockquote-box.blockquote-danger {
    border-color: #D43F3A;
}
.blockquote-box.blockquote-info {
    border-color: #46B8DA;
}
.blockquote-box.blockquote-primary .square {
    background-color: #428BCA;
    color: #FFF;
}
.blockquote-box.blockquote-success .square {
    background-color: #5CB85C;
    color: #FFF;
}
.blockquote-box.blockquote-danger .square {
    background-color: #D9534F;
    color: #FFF;
}
.blockquote-box.blockquote-info .square {
    background-color: #5BC0DE;
    color: #FFF;
}
.blockquote-box.blockquote-warning {
    border-color: #EEA236;
}
.blockquote-box.blockquote-warning .square {
    background-color: #F0AD4E;
    color: #FFF;
}
.fa-lg {
    font-size: 3em !important;
}
@media (max-width:768px)
{
    .blockquote-box {
        flex-wrap: wrap;
    }
    .inner-banner img{
      height: 180px;
      object-fit: cover;
  }
}
.steps{
  width: 60px;
  height: 60px;
  top: -30px;
  border-width: 4px !important;
   background-color: #d92027;
   font-size: 16px;
}
.tick{
  position: relative;
}
.tick::before {
  content: "\f058";
  height: 16px;
  width: 16px;
  color: #00875a;
  position: absolute;
  font-family: fontawesome;
  background-size: contain;
  left:-22px;
  font-size: 16px;
  background-repeat: no-repeat;
  }
.list-group-item::before{
  content: "\f058";
  height: 16px;
  width: 16px;
  color: #00875a;
  position: absolute;
  font-family: fontawesome;
  background-size: contain;
  left: 20px;
  font-size: 16px;
  background-repeat: no-repeat;
}

.list-group-item.cross::before {
  content: "\f057";
  font-family: fontawesome;
  color: #e3170e;
}

.list-group-item:nth-child(odd) {
  background-color: #f5f5f5;
}
.TMB-Plan{
  background-repeat: no-repeat;
  background-size: cover;
}
.TMB-Plan .list-group-item:nth-child(odd) {
  background-color:transparent;
}
.TMB-Plan .list-group-item {
  color:#333;
  background-color:transparent;
}
.rounded-20{
  border-radius: 20px;
}
.list-group-item {
  display: flex;
  justify-content: space-between;
  padding-left: 45px;
  border: 0px;
  text-align: left; 
  color: #666;
  
}
.list-group-item .services{
  min-width: 110px; 
  text-align:left; 
}


.processSystem .textDigit {
  font-size: 80px;
  opacity: 0.2;
  font-weight: 600;
  color: #2387c8;
}
@media (max-width:768px)
{
  .list-group-item {
  flex-direction: column;  
  }
  .list-group-item .services{
    margin-left: 0px;
    color: #0a589e;
    margin-top: 10px;
  }
}

.our-journey {
  padding: 30px 0px;
  width: 100%;
background-image: url(../images/cfar-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size:cover;
  height:auto;
  background-attachment: fixed;

}
.our-journey .hvrShadow{
  border:1px solid #666666;
}
.our-journey .hvrShadow:hover{
  border:1px solid #96c3eb;
} 
.benefitPlan .textDigit {
  font-size: 50px;
  opacity: 0.3;
  font-weight: 600;
  color: #2387c8;
}
.cardBox p{
  font-size: 0.9rem;
  line-height: 24px;
}
.cfar .box{
 background: #dce7ff;
 border: 1px solid #dce7ff;
}
.cfar .box:hover{
  border: 1px solid  #6cb7e8;
}
.tech .box-blue{
  background: rgb(24,40,72);
  background: linear-gradient(-40deg, rgba(24,40,72,1) 1%, rgba(40,67,130,1) 100%);
}

@media (min-width:992px){   
  .connect{
      clip-path: polygon(0 21%, 100% 0, 100% 100%, 0 100%);    
      padding-top: 
      50px;   
  }
}

/**************steps**************************/
.Steps .boxWidth{
  width: 200px;
  padding: 5px;
}
.Steps .boxWidth:hover{
  background-color: #d3e5ff;
  border-radius: 5px;
}
.Steps .after-direction {
  position: relative;
}
.Steps .after-direction::after {
  content: "";
  right: -25px;
  background: url(../images/icons/round-icon1.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
}

/**************end*******************/
/* Footer */
.ftr-main{
  background: #0a589e;
}
.contact-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-widget .links{
  list-style-type:disc;
  color: #ffc107;
margin: 0;
padding: 0;
}

.footer-widget .links li{
margin-bottom: 3px;
}
.footer-widget p, .footer-widget h4{
  color: #fff;  
}
.footer-widget h4{
  font-size: 18px;
}
.footer-widget p{
  font-weight: 400;
}
.footer-widget .links li a, .contact-list a, .contact-list li{
  color: #ffff;
  font-size: 0.8rem;
  font-weight: 400;
}
.footer-widget .links li a:hover, .contact-list a:hover{
  color: #ffc107;
}
.ftr-main hr{
  background-color: #fff;
}
.copyright{
  color: #fff;
}
.panTab .nav-link.active{
  background-color: #0a589e;
}
.panTab .nav-link{
  color: #333;    
  border:1px solid #0a589e;
  margin-right: 5px;
  font-size: 14px;  
  font-weight: 600;
}
.healthPkg .tab-content p{
font-size: 0.9rem;
}
@media (max-width:768px){
  .footer-widget .links{
    padding-left: 18px;
  }
}
.contact-bg-wave{
  background: url('../images/wave-for-contact.png');
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*************step prpcess***************/
.bg-e73a3a{
  background-color:#0a589e;
}
.Steps .after-direction {
 position: relative; 
}
.Steps .after-direction::after {
  content: "";
  right: -48px;
  background: url(../images/icons/arrow-dir.png);
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}
.step-card{
  border:2px solid #e73a3a;
  border-radius: 10px;
}
.step-card p{
  font-size: 13px;
}
/*************for banner*****************/
.hero-banner{
  position: relative;
  overflow: hidden;
}
.banner-area img{
  height:auto;
  object-fit: cover;
}
.banner-area-text{
  position: absolute;
  width: 100%;
  height: 100%; 
  bottom: 0;

}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
@media (max-width:768px){
  .banner-area img{
    height: 400px;
    object-fit: cover;
  }
}
/************end************************/
/*******for step Verticle*********/
.step-verticle{
  position: relative;
  z-index: 1;
}
.step-verticle:after{
  position: absolute;
  background:#0a589e;
  height:100%;
  width: 1px;
  content: "";
  left: 30px;
  top: 40px;
  transform: translateX(-50%);
  z-index: -1;   
}
.step-verticle.last:after{
  display: none;
}

.card-details .card .item:nth-child(even) {
    background-color: #e7f3ff;
}

.card-details .card .item {
    padding: 3px 5px;
}

.text-primary {
    color: #0a589e !important;
}
/*******for Testimonial**************/