.position-relative {
    position: relative !important;z-index:1;
}
.center-element-cigna {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
section.cigna-banner {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding: 110px 0 20px 0;
  display: flex;
  align-items: center;
}
.cigna-banner h2 {
      margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #14176c;
    margin-bottom: 10px;
}
.cigna-banner p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;text-align:justify;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.cigna-banner .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .cigna-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .cigna-banner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.text-left{text-align:left!important;}
.cignabox{
    margin: 30px auto 0 auto;
    background: #fff;
    -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    border: 0.8px solid #DADADA;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding:20px 0;
}
.cignabox p{font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000;padding:0 20px;text-align:center;}
/*---------tab ----style-----one---------------*/
.bg_op_2 {
    background: #fff;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding:30px 0 30px 0;
}
.bg_op_2 .section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;max-width:1024px;margin:0 auto;
}
.bg_op_2 .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;
}
.bg_op_2 p{font-size: 15px;font-weight: 500;color: #000;line-height:24px;}
.bg_op_2 .section-title p{margin-bottom:20px;}
.pd_top_100 {
  padding-top: 100px !important;
}
.pd_bottom_90 {
  padding-bottom: 90px;
}
.tabs_all_box {
  position: relative;
}
.tabs_all_box .s_tab {
  display: none;
}
.tabs_all_box .s_tab.active-tab {
  display: block;
}
.tabs_all_box .s_tab.active-tab.show {
  animation: fadeIn ease 0.9s;
  -webkit-animation: fadeIn ease 0.9s;
  -moz-animation: fadeIn ease 0.9s;
  -o-animation: fadeIn ease 0.9s;
  -ms-animation: fadeIn ease 0.9s;
}
.tabs_all_box.type_one {
  position: relative;
}
.tabs_all_box.type_one .tabs_header {
  position: absolute;
  left: 50px;
  width: 410px;
  height: auto;
  background: #fff;
  padding: 10px 0px 0px 0px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border-radius: 10px;
  z-index: 5;
  top: -20px;
}
.tabs_all_box.type_one .tabs_header ul {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.tabs_all_box.type_one .tabs_header ul li {
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a {
  font-size: 15px;
  position: relative;
  font-weight: 700;
  color: #282f3b;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  padding: 20px 0px;
  border-bottom: 1px solid #e4e7ee;
  background: transparent;
  border-radius: 0px;
  display: block;
  cursor:pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a.active {
  color: #1976d2;
}
.tabs_all_box.type_one .tabs_header ul li:last-child a {
  border-bottom: 0px;
}
.tabs_all_box.type_one .tabs_header ul li:hover a {
  color: #1976d2;
  padding-left: 5px;
}
.tabs_all_box.type_one .tabs_header .toll_free {
  position: relative;
  padding: 20px;
  background: #1976d2;
  border-radius: 10px;
}
.tabs_all_box.type_one .tabs_header .toll_free a {
  position: relative;
  display: block;
  padding-left: 60px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
.tabs_all_box.type_one .tabs_header .toll_free a i {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  color: #1976d2;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tabs_all_box.type_one .tab_content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 432px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tabs_all_box.type_one .tab_content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  background: linear-gradient(to top, #282f3b 2%, rgba(0, 0, 0, 0) 129%);
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image {
  position: absolute;
  margin-left: 430px;
  padding: 0 60px;bottom:8px;
  z-index: 2;
}
.tabs_all_box.type_one .tab_content .content_image h6 {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.tabs_all_box.type_one .tab_content .content_image h2 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;font-family: "Montserrat", sans-serif;
}
.tabs_all_box.type_one .tab_content .content_image p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;text-align:justify;font-family: "Montserrat", sans-serif;
}
.tabs_all_box.type_one .tab_content .content_image a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  opacity: 0.8;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image a i {
  top: 0;
  font-size: 16px;
}
.tabs_all_box.type_one .tab_content .content_image a:hover {
  color: #1976d2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.process{position:relative;padding:10px 0;}
.process .section-title p {
    margin-bottom: 0;font-size:15px;text-align:left;color:#000;line-height:30px;font-weight:500;
}
.process-left {
  position: sticky;
  top: 100px;
  z-index: 2;
  margin-bottom: 100px; }
.process-left .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;text-align:left;
}
  @media (max-width: 991px) {
    .process-left .xb-btn {
      margin-top: 40px; } }
  .process-left .thm-btn--fill_icon:hover .xb-item--holder {
    transform: translateX(-77%); }

@media (max-width: 767px) {
  .process-right {
    float: none; } }
.process-right .process-item {
  top: 120px;
  z-index: 2;
  position: sticky;
  max-width: 555px;
  padding: 0 40px 40px;
  margin-bottom: 60px;
  background: #eaeef0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 4px 4px 14px 0 #d5dbde; }
  @media (max-width: 991px) {
    .process-right .process-item {
      position: unset;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .process-right .process-item {
      margin-bottom: 20px;
      padding: 0 20px 40px; } }
  .process-right .process-item .xb-item--number {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    width: 54px;
    height: 57px;
    padding-top: 12px;
    border-top: none;
    display: inline-block;
    color: #1976d2;
    border-radius: 0 0 27px 27px;
    font-family: Montserrat;
    border: 1px solid rgba(17, 17, 18, 0.1); }
  .process-right .process-item .xb-item--title {
    font-size: 23px;
    letter-spacing: 0em;
    margin-bottom: 10px;color:#000;font-weight:600; }
  .process-right .process-item .xb-item--img {
    margin: 14px 0 25px;}
  .process-right .process-item .xb-item--img img{border-radius:10px;width:100%;max-width:100%; }
.process-item span.xb-item--content{font-size:15px;color:#000;font-weight:500;line-height:24px;text-align:justify;}
.sa-process_left .process-item {
  max-width: 555px;
  min-height: 236px;
  background: #fff;
  padding: 40px 30px;
  position: sticky;
  top: 150px;
  border: 1px solid #0f55dc;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 80px; }
 .xb-item--holder ul{margin:0 10px;padding:0;}
 .xb-item--holder li{font-size:15px;color:#000;font-weight:500;}
@media (max-width: 991px) {
.sa-process_left .process-item {
      position: relative;
      margin-bottom: 0;
      top: 0;
      margin: 0 auto 30px; } }
@media (max-width: 991px) {.sa-process_left .process-item:last-child {margin-bottom: 0;}}
.sa-process_left .process-item .xb-item--icon {
    height: 41px;
    width: 41px; }
.sa-process_left .process-item .xb-item--title {
    font-size: 28px;
    margin: 20px 0 20px; }
.sa-process_left .process-item .xb-item--number {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 48px;
    width: 48px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-heading-two);
    background-color: rgba(15, 83, 220, 0.1);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-family: var(--font-heading);
    font-weight: 500; }
.sa-process_left .process-item--two {top: 235px; }
@media (max-width: 991px) {.sa-process_left .process-item--two {top: 0; } }
.sa-process_left .process-item--three {top: 320px; }
@media (max-width: 991px) {sa-process_left .process-item--three {top: 0; } }
.sa-process_left .process-item--four {top: 500px; }
@media (max-width: 991px) {.sa-process_left .process-item--four {top: 0; } }
.sa-process_right {display:flex;justify-content:end;position:sticky;top:200px; }
@media (max-width: 991px) {
.sa-process_right {max-width: 400px;margin: 0 auto; } }
.sa-process_right .updown {animation: updown 3s linear infinite; }
.sa-process_shape .shape {position: absolute;z-index: -1; }
.sa-process_shape .shape--one {top: 0;left: 0; }
.sa-process_shape .shape--two {top: 0;right: 0;}
.sa-process_shape .shape--three {top: 60px;left: 43px;}
.process-bg {background: linear-gradient(360deg, #f6f6f8 0%, #fff 100%); }
.cp-process-right .xb-img {float: right;margin-right: -145px; }
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cp-process-right .xb-img {float:none;margin-right:0; } }
@media (max-width: 991px) {.cp-process-right .xb-img {float:none;margin-right:0;}}
.sa-process_left {z-index: 2;position: relative;}
.process_shape {position: absolute;top: -268px;left: -920px;width: 973px;height: 920px;
z-index: -1; }
.f-right {float: right;}
.opt-cta{padding:20px 0;position:relative;}
.cigna-recred  {padding:30px;z-index:2;position:relative;overflow:hidden;border-radius: 10px;background-color: #ecf3fa;}
.cigna-recred .section-title {text-align:center;padding-bottom:0;position: relative;}
.cigna-recred .section-title h2 {font-size:39px;font-weight:700;margin-bottom:20px;padding-bottom:0;text-transform:none;position:relative;color:#14176c;}
.cigna-recred  .list-wrapper {display:-webkit-box;display:-ms-flexbox;display:flex;}
.cigna-recred  .list {margin-top: 0;}
.cigna-recred .list p {font-family:"Montserrat", sans-serif;font-weight:500;font-size: 15px;color: #000;margin:0;text-align:center;line-height:30px;
}
.ctabox{background:url(../img/credential/caqh-info-cigna.png);background-position:center;background-size:cover;padding:62px 40px;z-index:2;position:relative;overflow:hidden;
border-radius: 10px;}
.ctabox::before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;bottom:0;
right:0;background:linear-gradient(300deg, #282f3b 100%, rgba(0, 0, 0, 0.09) 100%);
opacity:0.9;z-index:1;}
.ctabox p.txt01{font-family: "Montserrat", sans-serif;text-align:center;font-weight:500;font-size:24px;line-height:42px;color: #fff;margin-bottom:0;z-index:100}
.ctabox p span{color:#f6640c;font-weight:600;}
.cigna-network_section{
    padding: 40px 0;
    position: relative;
}
.cigna-network_section .images_wrapper{
    position: relative;
    margin-left: 28px;
}
.images_wrapper .img_one{
    left: 50px;
    top: 0;
    position: absolute;
}
.images_wrapper .img_two{
    top: 275px;
    left: 0px;
    position: absolute;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    z-index: 1;
    border-radius: 10px;
}
.images_wrapper .img_three{
    left: 352px;
    top: 374px;
    position: absolute;
}
.cigna-network_content{
    padding-left: 50px;
}
.cigna-network_content .section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.cigna-network_content .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;text-align:left;
}
.cigna-network_content h3{margin-bottom: 10px;font-size: 18px;line-height:24px;color:#000;font-weight: 700;}
.cigna-network_content p{margin-bottom: 12px;font-size: 15px;line-height:24px;color:#000;font-weight: 500;}
.cigna-network_content ul{margin:0 20px;padding:0;}
.cigna-network_content li{margin-bottom: 4px;font-size: 15px;line-height:24px;color:#212121;font-weight: 500;}
.cigna-network_content .margin_bottom{
    margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .cigna-network_section .images_wrapper {
    margin-bottom: 494px;margin-top:20px;
  }
}
@media screen and (max-width: 575px) {
  .images_wrapper .img_one {
    left: 30px;
    width: 270px;
  }
}
@media screen and (max-width: 575px) {
  .images_wrapper .img_two {
    top: 170px;
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .images_wrapper .img_two {
    width: 274px;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .images_wrapper .img_three {
    left: 190px;
    top: 230px;
    width: 148px;
  }
}
.our_process_section{
    padding: 0 0 20px;
    position: relative;
}
.our_process_section .section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.our_process_section .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;
}
.our_process_section .section-title p {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #000;max-width:1024px;margin:0 auto 30px auto;
}
.our_process_section .our_process-content{
    padding: 0 135px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.our_process-content p{
    margin-bottom: 42px;
}
.our_process_section .our_process_shape{
    position: absolute;
    top: 295px;
    left: 345px;
    z-index: -1;
}
.our_process_box_content{
    background-image: linear-gradient(155deg, #c5e0fc 0%, #fff8ef 100%);
    width: 100%;
    border-radius: 15px;
    padding: 45px 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;margin-bottom:20px;
}
.our_process_box_content:hover{
    transform: translateY(-15px);
}
.our_process_box_content .process_box_heading{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    padding-right: 70px;
    margin-bottom: 10px;
    display: block;
}
.our_process_box_content .process_box_number{
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #1976d2;
    position: absolute;
    top: 24px;
    right: 28px;
}
.our_process_box_content .process_box_paragraph{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.our_process_box_content .launch_track_padding{
    padding-right: 118px;
}
.cigns-cred-bk{padding:20px 0;position:relative;}
.cigns-cred-bk .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;
}
.cigns-cred-bk .section-title p {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #000;max-width:1024px;margin:0 auto 30px auto;
}
.specialities{padding:20px 0 60px 0;position:relative;}
.specialities-box {
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 15px #a6a7a7;
  position: relative;
  padding: 12px 10px;
  border-radius: 10px;
  width: 100%;text-align:center;margin:20px 0;
}
.specialities-box img{margin-bottom:10px;}
.specialities-box h4{font-size:14px;font-weight:600;line-height:24px;text-align:center;color:#000;margin-bottom:0;}
.lineone{font-size:18px;font-weight:600;line-height:30px;text-align:center;color:#000;margin-bottom:0;}
.spacer-20-20{margin:40px auto 30px auto;}
.marquee-icon {
    background-color: #1976d2;
    padding: 20px;
} 
.marquee-content {
    display: flex;
} 
.marquee-item {
    display: flex;
    align-items: center;
} 
.marquee-item h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 
@keyframes scroll-two {
    0% { transform: translateX(0); } 
    100% {  transform: translateX(100%); }
}   
.marquee-content {
    display: flex;
} 
.marquee {
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 11;
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    margin-left: 60px;
    width: max-content;
    gap: 30px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
.marquee.two .marquee-icon {
    background-color: #14176c;
    transform: rotate(357deg);
} 
.marquee.two {
    margin-top: -90px;
    z-index: 1;
    padding-bottom: 120px;
    margin-left: -10px;
}
.marquee.two .marquee-content {
    animation: scroll-two 40s linear infinite;
} 
.marquee.two .marquee-content.two {
    margin-left: -100%;
}
@media (max-width: 993px) {
  .marquee-item h3 {
    font-size: 30px;
  }
}
@media (max-width: 993px) {
  .marquee-item img {
    width: 36px;
  }
}
@media (max-width: 768px) {
  .marquee.two {
    padding-bottom: 130px;
  }
}
.cigna-cta1-wrapper{position:relative;padding:10px 0;}
.cigna-cta1-wrapper img{border-radius:10px;}
.space30 {
  height: 30px;
}
.cigna-solution{position:relative;padding:20px 0;}
.cigna-solution .images img {
  width: 98%;
  border-radius: 7px;
}
.cigna-solution .section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.cigna-solution .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;
    text-align: left;
}
.cigna-solution p{font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;color:#000;line-height:30px;text-align:justify;}
@media (min-width:100px) and (max-width:767px){
.img-fluid {
  max-width: 100%;
  height: auto;
}
.mxwdth{max-width:100%;}
img{max-width:100%;}
section.cigna-banner {padding: 90px 0 20px 0;}
.cigna-banner h3 {text-align: center;}
.center-element-cigna{position:relative;}
.cigna-banner h2 {font-size: 32px;line-height: 40px;text-align: center;}
.bg_op_2 .section-title h2{font-size: 32px;line-height: 42px;text-align: center;}
.bg_op_2 .section-title {padding-bottom: 10px;}
.cigna-banner p {font-size: 14px;line-height: 24px;margin-bottom: 10px;text-align:center;}
.cigna-provider-style-three-area .section-title h2{font-size:30px;line-height:40px;text-align:center;margin-bottom:10px;}
ul.list-style-six li {padding-left: 40px;padding-right: 20px;}
.cigna-provider-style-three-thumb .card-style-two {position: absolute;left: 0;bottom: 0;}
.bft-height{height:auto;}
.call-to-action-content .content-wrapper .main-title{text-align:center;font-size:22px;line-height:32px;}
.tabs_all_box.type_one .tabs_header {position: relative;top: inherit;width: 100%;bottom: inherit;left: inherit;margin-bottom: 30px;  }
.tabs_all_box.type_one .tab_content .content_image {margin-left:0px;padding:30px;max-width:100%;}
.tabs_all_box.type_one .tabs_header ul li a{font-size:14px;padding:10px 0;}
.tabs_all_box.type_one .tab_content .content_image{text-align:center;}
.tabs_all_box.type_one .tab_content .content_image p {color:#fff;font-weight:500;font-size:14px;line-height: 26px;text-align: center;font-family:"Montserrat", sans-serif;}
.tabs_all_box.type_one .tab_content{min-height:432px;}
.tabs_all_box.type_one .tab_content::before {    
background: linear-gradient(to top, #282f3b 10%, rgba(0, 0, 0, 0) 128%);}
.tabs_all_box.type_one .tab_content .content_image h2 {font-weight:700;color:#fff;font-size:28px;line-height:36px;margin-bottom:20px;font-family:"Montserrat", sans-serif;
}
.ctabox{margin-bottom:10px;}
.cigna-network_content {padding-left: 10px;}
.cigna-network_section {padding: 10px 0;}
.cigna-network_content .section-title h2 {font-size:31px;line-height:42px;text-align:center;}
.cigna-network_content .margin_bottom {margin-bottom: 0;}
.our_process_section .section-title h2 {font-size: 30px;}
.our_process_section .section-title p {font-size: 14px;line-height: 24px;max-width: 96%;
 margin: 0 auto 30px auto;}
 .our_process_box_content .process_box_paragraph {font-size: 14px;}
 .cigna-network_content p {font-size: 14px;}
 .cigna-network_content li {font-size: 14px;}
 .cigna-recred .list p {font-size: 14px;line-height: 24px;}
 .cigna-recred .section-title h2 {font-size: 32px;}
 .ctabox p.txt01 {font-size: 22px;line-height: 34px;}
 .process-right .process-item .xb-item--title {font-size: 22px;text-align: center;}
 .process-item span.xb-item--content {font-size:14px;line-height:24px;text-align:center;}
.process-right .process-item {text-align: center; }
.xb-item--holder li {font-size: 14px;text-align: left;}
.process-left .section-title h2 {font-size:31px;line-height: 41px;text-align:center;}
.specialities-box{padding:10px 10px;margin:10px 0;}
.marquee.two{margin-top:-122px;}
.marquee-item h3 {font-size: 30px;}
.marquee-item img { width: 36px;}
.process .section-title p{font-size:14px;text-align:center;}
.process-left {top: 90px;margin-bottom: 0px;}
.opt-cta {padding: 0 0 20px 0;}
.process {padding: 10px 0 0 0;}
.cigna-network_content h3 {font-size: 14px;line-height: 24px;}
.our_process_box_content .process_box_heading {font-size: 18px;}
.our_process_box_content{padding:20px 24px;margin-bottom:12px;}
.our_process_box_content .process_box_number {font-size:34px;line-height:32px;top:20px;
right:20px;}
.cigns-cred-bk .section-title h2 {font-size: 32px;line-height: 42px;}
.cigns-cred-bk .section-title p {font-size:14px;max-width: 100%;margin:0 auto 0px auto;}
.cigna-cta1-wrapper {padding: 0;}
.cigna-solution .section-title h2 {font-size: 32px;text-align: center;line-height:42px;}
.cigna-solution p {font-size: 14px;text-align: center;}
.cigna-solution .images img {width: 100%; border-radius: 7px;}
}
