/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


body.material .comment-wrap {
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 8%;
    display: none;
}

#blogss ul li {
    color: #1E1E1E;
}

div#author-bio {
    display: none !important;
}

div#testimonials {
    display: none !important;
}
#contact-frm .wpcf7-form-control.wpcf7-submit, body[data-button-style*="slightly_rounded"] input[type=submit] {
    background: #00a5db;
    border: unset !important;
}
div#form-iner .wpcf7-form-control.wpcf7-submit, body[data-button-style*="slightly_rounded"] input[type=submit] {
    background: #00a5db;
}
/* header CSS start */

#header-outer.transparent #top nav > ul > li > a span {
    color: #1E1E1E;
}
nav ul li a span:after {
    border: none !important;
}
#header-outer.transparent #top nav > ul > li > a span:after {
    display: none;
}

#header-outer.transparent #top nav > ul > li > a {
    opacity: 1 !important;
}

#header-outer.transparent #top nav .sf-menu > .current-menu-item > a {
    background: #26A9E1;
    padding: 3px 10px;
    border-radius: 50px;
}
#top nav .sf-menu > .current-menu-item > a {
    background: #26A9E1;
    padding: 3px 20px;
    border-radius: 50px;
    color: #fff;
}
#top nav ul li a {
    color: #000;
}
#header-outer.transparent #top nav .sf-menu > .current-menu-item > a span {
    color: #fff;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows:before {
    content: '';
    position: absolute;
    height: 35%;
    width: 50%;
    border: 2px solid #1e1e1e;
    top: 31%;
    left: 25%;
    border-radius: 50px;
}

li#menu-item-23 a {
    background: #26A9E1;
    padding: 12px 40px !important;
    border-radius: 50px;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
    border: 1px solid #26A9E1;
}

li#menu-item-23 a span {
    color: #fff !important;
}

li#menu-item-23 a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 40px;
    width: 40px;
    top: 10%;
    left: 40%;
    border-radius: 50px;
    transition: all 1.5s;
    transform: scale(0);
}

li#menu-item-23 a:hover:before {
    transform: scale(15);
}

li#menu-item-23 a:hover {
    border-color: #000;
}

li#menu-item-23 a:hover span {
    color: #000 !important;
}


div#header-secondary-outer {
    background: #0A3E6D;
}

#header-secondary-outer ul.sf-menu {
    position: absolute;
}

#header-secondary-outer ul.sf-menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#header-secondary-outer ul.sf-menu li a span {
    color: #fff;
}

#header-secondary-outer ul.sf-menu li a i {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #fff;
    padding: 5bpx;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

li#menu-item-30 a {
    position: absolute;
    right: -680px;
}

li#menu-item-29 a {
    position: absolute;
    right: -650px;    
}

li#menu-item-28 a {
    position: absolute;
    right: -610px;    
}

li#menu-item-27 a {
    position: absolute;
    right: -570px;    
}

/* hero section CSS start */

h1, h2, h3, h4 {
    font-family: 'Plus Jakarta Sans Bold';
}

#entire-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 30px;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #26A9E1;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 40px;
    width: 40px;
    top: 10%;
    left: 40%;
    border-radius: 50px;
    transition: all 1.5s;
    transform: scale(0);
}

#entire-btn:hover:before {
    transform: scale(15);
}

#entire-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
    color: #000;
    border-color: #000;
}

#white-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 30px;
    border-radius: 50px !important;
    background: #fff !important;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    margin-left: 20px;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}

#white-btn:before {
    content: '';
    position: absolute;
    background: #26A9E1;
    height: 40px;
    width: 40px;
    top: 10%;
    left: 40%;
    border-radius: 50px;
    transition: all 1.5s;
    transform: scale(0);
}

#white-btn:hover:before {
    transform: scale(15);
}

#white-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
    color: #fff;
    border-color: #26A9E1;
}

h1 {
    color: #1E1E1E;
}

#hero span.bg {
    background: #0A3E6D;
    color: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    margin-left: -30px;
}

#hero p {
    font-weight: 600;
}

p {
    color: #1E1E1E;
}

/* hero section CSS end */

/* about section CSS start */

.type-blk h4 {
    color: #26A9E1;
    border: 1px solid #26A9E1;
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 50px;
}

h2 {
    color: #1E1E1E;
}

#about .right-col .vc_column-inner {
    padding-left: 30px;
}

#about {
    position: relative;
}

#about .text-loop {
    background: #0A3E6D;
    position: absolute;
    bottom: -15%;
    right: -7%;
    padding: 20px 20px;
    border-radius: 15px;
}

#about .text-loop h4 {
    padding-bottom: 20px;
}

#about .text-loop * {
    color: #fff;
}

#about .text-loop ul li {
    list-style: none;
	position: relative;
	padding-left: 40px;
	padding-bottom: 20px;
}

#about .text-loop ul li:before {
    content: '';
    position: absolute;
    background: url();
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    top: -10%;
    left: 0;
}

#about .text-loop ul {
    margin: unset !important; 
}

#about .text-loop ul li.tab-1:before {
    background: url(https://demo-clienttesting.com/Prime-life/wp-content/uploads/2025/05/tab-1.png);
}

#about .text-loop ul li.tab-2:before {
    background: url(https://demo-clienttesting.com/Prime-life/wp-content/uploads/2025/05/tab-2.png);
}

#about .text-loop ul li.tab-3:before {
    background: url(https://demo-clienttesting.com/Prime-life/wp-content/uploads/2025/05/tab-3.png);
}

/* about section CSS end */

/* service section CSS start */

div#service-inr {
    padding: 0px 300px;
}

div#service-inr {
    padding: 0px 300px;
}

#service .service-blk {
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 0px 30px;
}

#service .carousel-item {
    position: relative;
}

span.white {
    color: #fff;
}

#service .service-blk h4 {
    text-transform: uppercase;
}




/* Care section css start  */



div#care ul li h4 {
    text-transform: uppercase;
    color: #000;
}

div#care ul li {
    list-style: none;
    position: relative;
    margin: 0 0 20px 0;
}

div#care ul li:before {
    content: "";
    background: url(https://demo-clienttesting.com/Prime-life/wp-content/uploads/2025/05/Vector.png);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -7%;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

div#care ul {
    margin-left: 40px;
}

div#care .iwithtext {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 13px 10px 13px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 340px;
    border-radius: 5px;
}

div#care .iwithtext .iwt-icon {
    position: unset !important;
}

div#care .iwt-text {
    padding-left: 20px;
}

div#care .iwt-text strong {
    color: #000;
    text-transform: uppercase;
}

div#care .iwithtext .iwt-icon i {
    border: 1px solid;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.4);
    -webkit-text-stroke: #2196F3;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-fill-color: transparent;
}

div#care .nectar-milestone {
    background: #2196f3;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

div#care .nectar-milestone  * {
    font-family: 'Plus Jakarta Sans Bold';
    text-transform: uppercase;
}
#how-boxes .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 24px;
    border-radius: 20px;
    min-height: 400px;
    transition:all 0.5s !important;
}
#how-boxes img {
    width: 80px;
}
.nmbr-blk p {
    position: absolute;
    left: 0;
    right: 0;
    background: #0A3E6D !important;
    margin: 0 auto !important;
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff !important;
    font-size: 40px;
    line-height: 48px !important;
    min-height: unset !important;
}


#how-boxes p {
    min-height: 105px !important;
    color: #0A3E6D;
    font-size: 24px;
    line-height: 32px;
}
#how-boxes .vc_col-sm-2.col-hide {
    opacity: 0;
}

#how-boxes .vc_column-inner:hover {
    background: #0A3E6D !important;
}

#how-boxes .vc_column-inner:hover h3 {
    color: #fff !important;
}
#how-boxes .vc_column-inner:hover p {
    color: #fff !important;
}

#how-boxes .vc_column-inner:hover img {
    filter: brightness(0) invert(1);
}

#how-boxes .vc_column-inner:hover .nmbr-blk p{
    background:#fff !important;
    color:#0A3E6D !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
#btn-change #entire-btn {
    background: #0A3E6D !important;
}
#dark-blue .row-bg {
    background: #0A3E6D;
}

#dark-blue h2 {
    color: #fff;
}

#dark-blue p {
    color: #fff;
    max-width: 780px;
}
/* service box strt */
#content-box {
    position: absolute;
    bottom: -80px;
}

.drk-blk {
    background: #fff;
    margin: unset !important;
    padding: 30px;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s !important;
    min-width: 400px;
}
.white-img {
    background: #0A3E6D;
    transition:all 0.5s !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 10px;
    margin-bottom: -30px !important;
}
.img-blk {
    position: relative;
    top: -126px;
    z-index: 1;
      transition:all 0.5s !important;
}
.drk-blk:hover {
    background: #0A3E6D !important;
      transition:all 0.5s !important;
}
.drk-blk:hover h4 {
    color: #fff !important;
      transition:all 0.5s !important;
}
.drk-blk:hover p {
    color: #fff !important;
      transition:all 0.5s !important;
}
.drk-blk:hover a {
    color: #fff !important;
    transition:all 0.5s !important;
}
#content-box .vc_column-inner:hover .white-img {
    box-shadow: rgb(255 255 255) 0px -3px 13px 0px;
      transition:all 0.5s !important;
}

/* detail services strrt */
#call-to .row-bg {
    border-radius: 20px;
}
#call-to h2, #call-to p {
    color: #fff;
}
#call-to #entire-btn {
    background: #fff !important;
    color: #0A3E6D !important;
    border:none !important;
}


#blue-home .row-bg {
    background: #0A3E6D;
    border-radius: 20px;
}

#blue-home {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#blue-home h2, #blue-home p {
    color: #fff;
}

#blue-home #entire-btn {
    background: #fff !important;
    color: #0A3E6D !important;
}
/* or end   */

/* monial css  */
#testimonial-cardd .testimonial-card {
 padding: 30px 34px;
 background: #fff;
 border-radius: 30px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#testimonial-cardd .stars {
  color: #f5a623; /* yellow-orange */
  font-size: 18px;
  margin-bottom: 10px;
}

#testimonial-cardd .quote-icon {
  color: #7b9dbf;
  font-size: 30px;
  position: absolute;
  top: -2px;
  right: 15px;
  font-size: 100px;
  line-height: 108px;
}

#testimonial-cardd .testimonial-text {
  font-size: 17px;
  color: #1E1E1E !important;
  line-height: 25px;
}

#testimonial-cardd .author {
  margin-top: 15px;
  font-size: 20px;
  line-height:28px;
  color: #000;
}
#testimonial-cardd .testimonial-card:hover p {
    color: #fff !important;
}

#testimonial-cardd .testimonial-card:hover {
    background: #0A3E6D !important;
}

#testimonial-cardd .testimonial-card:hover .author {
    color: #fff !important;
}
/* service box end */
/* CONTACT info css */
#cont-info .info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 15px;
  gap: 100px;
}

#cont-info .info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

#cont-info .icon-circle {
  background: #00a9e0;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

#cont-info .info-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

#cont-info .info-text p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #1E1E1E;
}
#cont-info .divider {
  width: 1px;
  height: 60px;
  background: #ccc;
}
#cont-info .icon-circle:before {
    display: none !important;
}
#cont-info {
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 30px;
}

#contact-frm {
    background: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 50px !important;
    padding-right: 80px !important;
    padding-left: 80px !important;
    padding-bottom: 50px !important;
    border-radius: 30px;
}
#contact-frm .form-contact input, textarea, select {
    background: transparent;
    border: 1px solid #00000033;
    border-radius: 10px;
    resize: none;
}
#contact-frm .form-contact label {
    color: #1E1E1E !important;
    font-weight: bold;
}
#contact-frm .submit-btn, body[data-form-submit=regular] .container-wrap button[type=submit] {
    border-radius: 30px !important;
    padding: 15px 35px !important;
}


#contact-frm .submit-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
    opacity: unset !important;
}
/* contct end  */
/* contact css start  */

div#cta-sec h2, div#cta-sec p {
    color: #fff;
}

div#cta-sec .type-blk h4 {
    color: #fff;
    border: 1px solid;
}

div#cta-sec .iwt-text {
    color: #fff;
}
div#cta-sec .iwithtext .iwt-icon i {
    border: 1px solid;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.4);
    -webkit-text-stroke: #ffffff;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-fill-color: transparent;
    background: #00a5dc;
}

div#cta-sec  .iwithtext {
    margin-bottom: 40px;
}

div#form-iner {
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
}

div#form-iner p {
    color: #000;
}

div#form-iner input, div#form-iner textarea, div#form-iner select {
    background: transparent;
    border: 1px solid #B9B9B9;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0 0 0;
}

body[data-form-submit=regular] .container-wrap div#form-iner button[type=submit] {
    border-radius: 50px !important;
}


div#form-iner h2 {
    color: #000;
}

img.qout-img, img.profile {
    width: 100px !important;
}


div#testimonials .carousel-item {
    padding: 80px 50px 50px 50px;
    border-radius: 30px;
    transition: all 0.5s;
    background: #fff;
    position: relative;
    transform: scale(0.8);
}

div#testimonials .owl-stage-outer {
    overflow: unset;
}

div#testimonials .owl-item {
    padding: 0 60px;
}

div#testimonials .owl-item.active .carousel-item  {
    background: #26A9E1;
    transform: scale(1);
}

div#testimonials .owl-item.active .carousel-item * {
    color: #fff;
}



div#testimonials p {
    max-width: 60%;
    margin: auto;
}

img.profile {
    position: absolute;
    left: 0;
    right: 0;
}

img.qout-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    transition: all 0.5s;
}
div#testimonials .owl-item.active .carousel-item img.qout-img {filter: invert(1);}

div#testimonials .owl-dots {
    display: none;
}


.top-frm #form-iner {
    box-shadow: 0px 0px 12px 0px #00000012;
}

/* Blogs CSS start  */


div#Our-Blogs h2, div#Our-Blogs h4, div#Our-Blogs p {
    text-align: center;
}

div#Our-Blogs .type-blk {
    text-align: center;
}

div#Our-Blogs  p {
    max-width: 60%;
    margin: auto;
}

div#Our-Blogs  .inner {
    border-radius: 10px;
}

    div#Our-Blogs .inner h3.post-heading a, div#Our-Blogs .inner h3.post-heading  {
    font-family: 'Plus Jakarta Sans Bold';
    font-weight: 100;
    color: #1E1E1E !important;
    font-size: 20px;
    line-height: 28px;
}

/* Footer sec  */

div#ft-sec {}

div#ft-sec p {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}

div#ft-sec h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}

div#ft-sec ul.quick-links {
    margin: unset;
}

div#ft-sec ul.quick-links li {
    list-style: none;
    margin: 0 0 10px 0;
}

div#ft-sec ul.quick-links li a {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

ul.social-icons {
    margin: unset;
    display: flex;
}

ul.social-icons li {
    list-style: none;
    margin: 0 10px 0 0;
}

ul.social-icons li i {
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.5s;
}

ul.social-icons li i:hover {
    background: #fff;
    color: #121212;
}

#footer-outer #copyright {
    background-color: #121212;
}

#footer-outer #copyright .col.span_7.col_last {
    display: none;
}

#footer-outer #copyright .col.span_5 {
    width: 100%;
    text-align: center;
}

#footer-outer #copyright p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

.tnp-field label {
    display: none;
}

input#tnp-1 {
    background: transparent;
    border-radius: unset !important;
    padding: 10px !important;
}

body[data-form-submit=regular] .container-wrap #ft-sec input[type=submit] {
    padding: 10px !important;
    background: transparent;
    color: transparent;
    border: unset;
    position: relative;
    z-index: 999;
}

body[data-form-submit=regular] .container-wrap #ft-sec input[type=submit]:hover {
    transform: unset;
    box-shadow: unset !important;
    opacity: 1;
}

div#ft-sec .tnp.tnp-subscription.tnp-widget {
    position: relative;
}

div#ft-sec .tnp.tnp-subscription.tnp-widget .tnp-field.tnp-field-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
}

span.svg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 30%;
}

span.submit-wrapper {
    display: flex;
}

/* inner-pages css */
.abt-inner .nectar-milestone {
    background: #0A3E6D;
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 20px;
    margin-bottom: unset !important;
    border-radius: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 100px;
}

.abt-inner .nectar-milestone .number {
    font-size: 32px !important;
    line-height: 40px !important;
    color: #fff;
}

.abt-inner .nectar-milestone .symbol {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.abt-inner .nectar-milestone .subject {
    color: #fff;
}

.cntr-box {
    position: absolute !important;
    bottom: 89px;
    left: 50px;
}
.inner-banner h1 {
    color: #fff;
}


/* service detail */
#detail-pages li {
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
    color: #000;
    position: relative;
}
#detail-pages li:before {
    position: absolute;
    content: '\f00c';
    left: -40px;
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    background: #00a5dc;
    height: 26px;
    width: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
/* end detail */


@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
	div#service-inr {
    padding: 0px 100px;
}
#form-iner {
    position: absolute;
    top: -40px;
}
#dark-blue .wpb_text_column.wpb_content_element {
    margin-bottom: 10px !important;
}
#dark-blue p {
    color: #fff;
    max-width: 590px;
}	
#header-outer.transparent #top nav .sf-menu > .current-menu-item > a {
    background: #26A9E1;
    padding: 6px 10px;
    border-radius: 50px;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows:before {
    content: '';
    position: absolute;
    height: 38%;
    width: 45%;
    border: 2px solid #1e1e1e;
    top: 0;
    left: 0;
    border-radius: 50px;
    right: 0;
    bottom: 0;
    margin: auto;
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 50px;
}



#top nav > ul > li > a {
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 60px !important;
    line-height: 78px !important;
}

h2 {
    font-size: 44px !important;
    line-height: 52px !important;
}
h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
p {
    font-size: 14px;
    line-height: 22px !important;
}
.drk-blk {
    background: #fff;
    margin: unset !important;
    padding: 30px;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s !important;
    min-width: 380px;
}
#how-boxes p {
    min-height: 105px !important;
    color: #0A3E6D;
    font-size: 18px !important;
    line-height: 26px !important;
}	
}



@media only screen and (min-width: 1200px) and (max-width: 1365px){
#how-boxes p {
    min-height: 105px !important;
    color: #0A3E6D;
    font-size: 18px !important;
    line-height: 26px !important;
}	
	div#service-inr {
    padding: 0px 100px;
}
.drk-blk {
    background: #fff;
    margin: unset !important;
    padding: 30px;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s !important;
    min-width: 330px;
}	
#header-outer.transparent #top nav .sf-menu > .current-menu-item > a {
    background: #26A9E1;
    padding: 6px 10px;
    border-radius: 50px;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows:before {
    content: '';
    position: absolute;
    height: 40%;
    width: 52%;
    border: 2px solid #1e1e1e;
    top: 0;
    left: 0;
    border-radius: 50px;
    right: 0;
    bottom: 0;
    margin: auto;
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 50px;
}



#top nav > ul > li > a {
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 50px !important;
    line-height: 68px !important;
}

h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}
div#Our-Blogs .inner h3.post-heading a, div#Our-Blogs .inner h3.post-heading {
    font-family: 'Plus Jakarta Sans Bold';
    font-weight: 100;
    color: #1E1E1E !important;
    font-size: 16px;
    line-height: 24px;
}
div#form-iner {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
#entire-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #26A9E1;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}
h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
p {
    font-size: 14px;
    line-height: 22px !important;
}

.iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}

span.meta-excerpt {
    font-size: 14px;
    line-height: 22px;
}	
    #form-iner {
        position: absolute;
        top: -160px;
    }

#dark-blue p {
    color: #fff;
    max-width: 500px !important;
}


#header-secondary-outer .container {
    padding: 0 10px !important;
}
#header-secondary-outer ul.sf-menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#how-to h3 {
    font-size: 20px;
    line-height: 28px;
}
#testimonial-cardd .testimonial-text {
    font-size: 15px;
    color: #1E1E1E !important;
    line-height: 23px !important;
}
#testimonial-cardd .quote-icon {
    color: #7b9dbf;
    font-size: 30px;
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 80px;
    line-height: 88px;
}
#cont-info .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
#cont-info .info-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 15px;
    gap: 70px;
}
div#dummy-logos img {
    width: 80%;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
#top .container {
    padding: 0 20px;
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 50px;
}
li#menu-item-23 a {
    background: #26A9E1;
    padding: 10px 12px !important;
    border-radius: 50px;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
    border: 1px solid #26A9E1;
    font-size: 14px !important;
    line-height: 22px !important;
}

nav ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows:before {
    content: '';
    position: absolute;
    height: 35%;
    width: 55%;
    border: 2px solid #1e1e1e;
    top: 31%;
    left: 31%;
    border-radius: 50px;
}
	div#service-inr {
    padding: 0px 100px;
}
    .drk-blk {
        background: #fff;
        margin: unset !important;
        padding: 30px;
        border-radius: 0px 0px 20px 20px !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: all 0.5s !important;
        min-width: 270px;
    }	

h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}
div#Our-Blogs .inner h3.post-heading a, div#Our-Blogs .inner h3.post-heading {
    font-family: 'Plus Jakarta Sans Bold';
    font-weight: 100;
    color: #1E1E1E !important;
    font-size: 16px;
    line-height: 24px;
}
div#form-iner {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
#entire-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #26A9E1;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}
h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
p {
    font-size: 14px;
    line-height: 22px !important;
}

.iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}

span.meta-excerpt {
    font-size: 14px;
    line-height: 22px;
}	
    #form-iner {
        position: absolute;
        top: -160px;
    }

#dark-blue p {
    color: #fff;
    max-width: 500px !important;
}


#header-secondary-outer .container {
    padding: 0 10px !important;
}
#header-secondary-outer ul.sf-menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#how-to h3 {
    font-size: 20px;
    line-height: 28px;
}
#testimonial-cardd .testimonial-text {
    font-size: 15px;
    color: #1E1E1E !important;
    line-height: 23px !important;
}
#testimonial-cardd .quote-icon {
    color: #7b9dbf;
    font-size: 30px;
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 80px;
    line-height: 88px;
}
#cont-info .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
    #cont-info .info-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
        border-radius: 15px;
        gap: 20px;
    }
h1 {
    color: #1E1E1E;
    font-size: 40px !important;
    line-height: 58px !important;
}

div#hero {
    padding-top: 250px !important;
    padding-bottom: 100px !important;
}
#about .text-loop {
    background: #0A3E6D;
    position: absolute;
    bottom: -58%;
    right: -7%;
    padding: 20px 20px;
    border-radius: 15px;
}

div#Our-Blogs .content {
    padding: 20px !important;
}
span.svg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 10%;
}
div#ft-sec h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 24px !important;
}
#how-boxes p {
    min-height: 105px !important;
    color: #0A3E6D;
    font-size: 16px !important;
    line-height: 24px !important;
}
.abt-inner .nectar-milestone {
    background: #0A3E6D;
    position: absolute;
    bottom: -170px;
    text-align: center;
    left: 20px;
    margin-bottom: unset !important;
    border-radius: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 100px;
}
.cntr-box {
    position: absolute !important;
    bottom: -125px;
    left: 50px;
}
#hero.inner-banner {
    padding-top: 100px !important;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	div#service-inr {
    padding: 0px 100px;
}
.drk-blk {
    background: #fff;
    margin: unset !important;
    padding: 30px;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s !important;
    min-width: 330px;
}	

h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}
div#Our-Blogs .inner h3.post-heading a, div#Our-Blogs .inner h3.post-heading {
    font-family: 'Plus Jakarta Sans Bold';
    font-weight: 100;
    color: #1E1E1E !important;
    font-size: 16px;
    line-height: 24px;
}

#entire-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #26A9E1;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}
h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
    p {
        font-size: 14px ! IMPORTANT;
        line-height: 22px !important;
    }

.iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}

span.meta-excerpt {
    font-size: 14px;
    line-height: 22px;
}	
#dark-blue p {
    color: #fff;
    max-width: 500px !important;
}
#header-secondary-outer .container {
    padding: 0 10px !important;
}
#header-secondary-outer ul.sf-menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#how-to h3 {
    font-size: 20px;
    line-height: 28px;
}
#testimonial-cardd .testimonial-text {
    font-size: 15px;
    color: #1E1E1E !important;
    line-height: 23px !important;
}
#testimonial-cardd .quote-icon {
    color: #7b9dbf;
    font-size: 30px;
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 80px;
    line-height: 88px;
}
#cont-info .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
#cont-info .info-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 15px;
    gap: 70px;
}

h1 {
    color: #1E1E1E;
    font-size: 40px !important;
    line-height: 58px !important;
}

div#hero {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}
#about .text-loop {
    background: #0A3E6D;
    position: absolute;
    bottom: -18%;
    right: -7%;
    padding: 20px 20px;
    border-radius: 15px;
}

div#Our-Blogs .content {
    padding: 20px !important;
}
span.svg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 10%;
}
div#ft-sec h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 24px !important;
}
#header-secondary-outer .sf-menu {
    position: relative;
    left: -90px;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
    }
#about {
    position: relative;
    padding-bottom: 20px !important;
    padding-top: 50px !important;
}

div#service {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#care {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#care img {
    width: 100%;
}

div#footer-widgets {
    display: none !important;
}

div#ft-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#Our-Blogs {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#cta-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
/* 	about us page css */
	#dark-blue .row_col_wrap_12.col.span_12.dark {
    padding-left: 50px;
    padding-right: 50px;
}

#dark-blue {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#hero.inner-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#how-boxes .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 24px;
    border-radius: 20px;
    min-height: 210px;
    transition: all 0.5s !important;
    margin-bottom: 40px;
}
.nmbr-blk p {
    position: absolute;
    left: 0;
    right: 0;
    background: #0A3E6D !important;
    margin: 0 auto !important;
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff !important;
    font-size: 40px;
    line-height: 48px !important;
    min-height: unset !important;
    top: 250px;
}

#how-boxes .vc_col-sm-2.col-hide {
    display: none !important;
}

div#how-to {
    padding-bottom: 0px !important;
    padding-top: 50px !important;
}

div#vision-statement {
    padding-top: 0 !important;
}
    .drk-blk {
        background: #fff;
        margin: unset !important;
        padding: 30px;
        border-radius: 0px 0px 20px 20px !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: all 0.5s !important;
        min-width: 600px;
    }

div#services-main img {
    width: 100%;
}

#content-box img {
    width: unset !important;
}
#content-box {
    position: absolute;
    bottom: 0px;
}
    #cont-info .info-box {
        display: flex;
        align-items: center;
        gap: 7px;
        text-align: left;
    }

	
	#contact-frm {
    background: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 30px;
}

.form-contact .row {
    padding: 0;
}
.form-contact .col.span_6 {
    margin-bottom: 10px;
}

#cont-info .info-section {
    display: block !important;
}
#cont-info .divider {
    width: 1px;
    height: 60px;
    background: #ccc;
    left: 30px;
    position: relative;
}
#cont-info {
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 50px !important;
    margin-bottom: unset !important;
    border-radius: 30px;
}


div#contact-frm {
    margin-top: 50px !important;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	div#service-inr {
    padding: 0px 30px;
}
.drk-blk {
    background: #fff;
    margin: unset !important;
    padding: 30px;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s !important;
    min-width: 330px;
}	

h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}
div#Our-Blogs .inner h3.post-heading a, div#Our-Blogs .inner h3.post-heading {
    font-family: 'Plus Jakarta Sans Bold';
    font-weight: 100;
    color: #1E1E1E !important;
    font-size: 16px;
    line-height: 24px;
}

#entire-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #26A9E1;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}
h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
p {
    font-size: 14px;
    line-height: 22px !important;
}

.iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}

span.meta-excerpt {
    font-size: 14px;
    line-height: 22px;
}	
#dark-blue p {
    color: #fff;
    max-width: 500px !important;
}
#header-secondary-outer .container {
    padding: 0 10px !important;
}
#header-secondary-outer ul.sf-menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#how-to h3 {
    font-size: 20px;
    line-height: 28px;
}
#testimonial-cardd .testimonial-text {
    font-size: 15px;
    color: #1E1E1E !important;
    line-height: 23px !important;
}
#testimonial-cardd .quote-icon {
    color: #7b9dbf;
    font-size: 30px;
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 80px;
    line-height: 88px;
}
#cont-info .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
#cont-info .info-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 15px;
    gap: 70px;
}

h1 {
    color: #1E1E1E;
    font-size: 30px !important;
    line-height: 48px !important;
}

div#hero {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
#about .text-loop {
    background: #0A3E6D;
    position: absolute;
    bottom: -6%;
    right: -7%;
    padding: 20px 20px;
    border-radius: 15px;
}

div#Our-Blogs .content {
    padding: 20px !important;
}
span.svg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 60%;
}
div#ft-sec h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 24px !important;
}
#header-secondary-outer .sf-menu {
    position: relative;
    left: -90px;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
    }
#about {
    position: relative;
    padding-bottom: 20px !important;
    padding-top: 50px !important;
}

div#service {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#care {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#care img {
    width: 100%;
}

div#footer-widgets {
    display: none !important;
}

div#ft-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#Our-Blogs {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#cta-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#header-secondary-outer {
    display: block !important;
}

div#header-secondary-outer {
    display: none !important;
}

header#top {
    padding: 0px 0 !important;
}
#hero span.bg {
    background: #0A3E6D;
    color: #fff;
    border-radius: 50px;
    padding: 5px 14px;
    margin-left: -4px;
}
div#form-iner {
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}
div#form-iner input, div#form-iner textarea, div#form-iner select {
    background: transparent;
    border: 1px solid #B9B9B9;
    padding: 8px;
    border-radius: 10px;
    margin: 10px 0 0 0;
}

#form-iner .row {
    padding: 0;
}

#form-iner .col.span_6 {
    margin-bottom: 15px;
}
#dark-blue .row_col_wrap_12.col.span_12.dark {
    padding-left: 50px;
    padding-right: 50px;
}

#dark-blue {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#hero.inner-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#how-boxes .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 24px;
    border-radius: 20px;
    min-height: 210px;
    transition: all 0.5s !important;
    margin-bottom: 40px;
}
.nmbr-blk p {
    position: absolute;
    left: 0;
    right: 0;
    background: #0A3E6D !important;
    margin: 0 auto !important;
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff !important;
    font-size: 40px;
    line-height: 48px !important;
    min-height: unset !important;
    top: 250px;
}

#how-boxes .vc_col-sm-2.col-hide {
    display: none !important;
}

div#how-to {
    padding-bottom: 0px !important;
    padding-top: 50px !important;
}

div#vision-statement {
    padding-top: 0 !important;
}
#about .right-col .vc_column-inner {
    padding-left: 0px;
}
#how-boxes p {
    min-height: 105px !important;
    color: #0A3E6D;
    font-size: 16px !important;
    line-height: 24px !important;
}
    .drk-blk {
        background: #fff;
        margin: unset !important;
        padding: 30px;
        border-radius: 0px 0px 20px 20px !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: all 0.5s !important;
        min-width: 421px;
    }

div#services-main img {
    width: 100%;
}

#content-box img {
    width: unset !important;
}
#content-box {
    position: absolute;
    bottom: 0px;
}
    #cont-info .info-box {
        display: flex;
        align-items: center;
        gap: 7px;
        text-align: left;
    }

	
	#contact-frm {
    background: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 30px;
}

.form-contact .row {
    padding: 0;
}
.form-contact .col.span_6 {
    margin-bottom: 10px;
}

#cont-info .info-section {
    display: block !important;
}
#cont-info .divider {
    width: 1px;
    height: 60px;
    background: #ccc;
    left: 30px;
    position: relative;
}
#cont-info {
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 50px !important;
    margin-bottom: unset !important;
    border-radius: 30px;
}


div#contact-frm {
    margin-top: 50px !important;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	div#service-inr {
    padding: 0px 30px;
}
.drk-blk {
    background: #fff;
    margin: unset !important;
    padding: 30px;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s !important;
    min-width: 330px;
}	

h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}
div#Our-Blogs .inner h3.post-heading a, div#Our-Blogs .inner h3.post-heading {
    font-family: 'Plus Jakarta Sans Bold';
    font-weight: 100;
    color: #1E1E1E !important;
    font-size: 16px;
    line-height: 24px;
}

#entire-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #26A9E1;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}
h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
p {
    font-size: 14px;
    line-height: 22px !important;
}

.iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}

span.meta-excerpt {
    font-size: 14px;
    line-height: 22px;
}	
#dark-blue p {
    color: #fff;
    max-width: 500px !important;
}
#header-secondary-outer .container {
    padding: 0 10px !important;
}
#header-secondary-outer ul.sf-menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#how-to h3 {
    font-size: 20px;
    line-height: 28px;
}
#testimonial-cardd .testimonial-text {
    font-size: 15px;
    color: #1E1E1E !important;
    line-height: 23px !important;
}
#testimonial-cardd .quote-icon {
    color: #7b9dbf;
    font-size: 30px;
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 80px;
    line-height: 88px;
}
    #cont-info .info-box {
        display: flex;
        align-items: center;
        gap: 7px;
        text-align: left;
    }

	
	#contact-frm {
    background: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 30px;
}

.form-contact .row {
    padding: 0;
}
.form-contact .col.span_6 {
    margin-bottom: 10px;
}

#cont-info .info-section {
    display: block !important;
}
#cont-info .divider {
    width: 1px;
    height: 60px;
    background: #ccc;
    left: 30px;
    position: relative;
}
#cont-info {
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 50px !important;
    margin-bottom: unset !important;
    border-radius: 30px;
}


div#contact-frm {
    margin-top: 50px !important;
}
/* 	end css from */
h1 {
    color: #1E1E1E;
    font-size: 20px !important;
    line-height: 38px !important;
}

div#hero {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
#about .text-loop {
    background: #0A3E6D;
    position: absolute;
    bottom: -11%;
    right: -7%;
    padding: 6px 12px;
    border-radius: 15px;
}

div#Our-Blogs .content {
    padding: 20px !important;
}
span.svg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 40%;
}
div#ft-sec h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 24px !important;
}
#header-secondary-outer .sf-menu {
    position: relative;
    left: -90px;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
    }
#about {
    position: relative;
    padding-bottom: 20px !important;
    padding-top: 50px !important;
}

div#service {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#care {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#care img {
    width: 100%;
}

div#footer-widgets {
    display: none !important;
}

div#ft-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#Our-Blogs {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#cta-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#header-secondary-outer {
    display: block !important;
}

div#header-secondary-outer {
    display: none !important;
}

header#top {
    padding: 0px 0 !important;
}
#hero span.bg {
    background: #0A3E6D;
    color: #fff;
    border-radius: 50px;
    padding: 5px 14px;
    margin-left: -4px;
}
div#form-iner {
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}
div#form-iner input, div#form-iner textarea, div#form-iner select {
    background: transparent;
    border: 1px solid #B9B9B9;
    padding: 7px;
    border-radius: 10px;
    margin: 10px 0 0 0;
}

#form-iner .row {
    padding: 0;
}

#form-iner .col.span_6 {
    margin-bottom: 6px;
}
#white-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 30px;
    border-radius: 50px !important;
    background: #fff !important;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    margin-left: 5px;
    position: relative;
    transition: all 1.5s;
    overflow: hidden;
}
#about .text-loop ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}
#about .right-col .vc_column-inner {
    padding-left: 0px;
}
div#care ul li:before {
    content: "";
    background: url(https://demo-clienttesting.com/Prime-life/wp-content/uploads/2025/05/Vector.png);
    height: 40%;
    width: 40%;
    position: absolute;
    left: -8%;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
div#care ul {
    margin-left: 26px;
}
div#Our-Blogs p {
    max-width: 100%;
    margin: auto;
}
#dark-blue .row_col_wrap_12.col.span_12.dark {
    padding-left: 20px;
    padding-right: 20px;
}

#dark-blue {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#hero.inner-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#how-boxes .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 24px;
    border-radius: 20px;
    min-height: 210px;
    transition: all 0.5s !important;
    margin-bottom: 40px;
}
.nmbr-blk p {
    position: absolute;
    left: 0;
    right: 0;
    background: #0A3E6D !important;
    margin: 0 auto !important;
    width: 100px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff !important;
    font-size: 40px;
    line-height: 48px !important;
    min-height: unset !important;
    top: 250px;
}

#how-boxes .vc_col-sm-2.col-hide {
    display: none !important;
}

div#how-to {
    padding-bottom: 0px !important;
    padding-top: 50px !important;
}

div#vision-statement {
    padding-top: 0 !important;
}
#about .right-col .vc_column-inner {
    padding-left: 0px;
}
#how-boxes p {
    min-height: 105px !important;
    color: #0A3E6D;
    font-size: 16px !important;
    line-height: 24px !important;
}
    .drk-blk {
        background: #fff;
        margin: unset !important;
        padding: 28px;
        border-radius: 0px 0px 20px 20px !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: all 0.5s !important;
        min-width: 319px;
    }

div#services-main img {
    width: 100%;
}

#content-box img {
    width: unset !important;
}
#content-box {
    position: absolute;
    bottom: 0px;
}	
}