/*
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
*/


li#social-in-menu a i {
    font-size: 30px !important;
    height: 30px !important;
}

button.flickity-button.flickity-prev-next-button.previous {
    display: none !important;
}

button.flickity-button.flickity-prev-next-button.next {
    display: none !important;
}
.box-blue .vc_column-inner {
    background: #ffffff36;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.5s !important;
}
.box-blue .vc_column-inner:hover {
    background: #ffffff !important;
    transition: all 0.5s !important;
    color: #000 !important;
}
.box-blue .vc_column-inner:hover p {
    color: #1B1B1B !important;
    transition: all 0.5s !important;
}
.box-blue .vc_column-inner:hover li {
    color: #1B1B1B !important;
    transition: all 0.5s !important;
}
div#about-sec.new-sec {
    padding: 40px 0 !important;
}
div#about-sec.new-sec .row-bg {
    background: #374A7C;
}
div#about-sec.new-sec p {
    color: #fff;
}
div#about-sec.new-sec li {
    color: #fff;
}
div#about-sec.new-sec img {
    height: 41vh;
    object-fit: cover;
}
.cnt-tx p {
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    color: #1B1B1B;
}

div#main-banner ul li {
    color: #fff;
    list-style: none;
}
#top-blk {
    background: #324778;
    position: absolute;
    max-width: 870px;
    right: -190px;
    bottom: 350px;
    padding: 30px;
    overflow-y: scroll;
    height: 260px;
    border-radius: 0px 0px 0px 40px  !important;
}
#top-blk:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://nurselibby.co.uk/wp-content/uploads/2026/02/purple-removebg-preview.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 80%;
    height: 100%;
}
#top-blk h4 {
    font-size: 17px;
    line-height: 25px !important;
    max-width: 360px;
    color: #fff;
}
#top-blk ul {
    margin: 0;
}
#top-blk::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#top-blk::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
#top-blk::-webkit-scrollbar-thumb
{
	background-color: #2a446aad;
	border: 2px solid #29446a5e;
}
/* Common button styling */
.nectar-simple-slider .flickity-prev-next-button {
    position: relative;
    width: 50px;
    height: 50px;
}
ul.sub-menu ul li {
    font-size: 22px !important;
}

ul.sub-menu li a {
    font-size: 17px !important;
    line-height: 25px !important;
}

ul.sub-menu li a:hover {
    color: #fff !important;
}
/* Hide default SVG */
.nectar-simple-slider .flickity-prev-next-button svg {
    display: none !important;
}

/* Previous Button */
.nectar-simple-slider .flickity-prev-next-button.previous::before {
    content: "<";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    transition: all 0.45s cubic-bezier(.15,.75,.5,1);
}

/* Next Button */
.nectar-simple-slider .flickity-prev-next-button.next::before {
    content: ">";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    transition: all 0.45s cubic-bezier(.15,.75,.5,1);
}

/* Hover Effect */
.nectar-simple-slider .flickity-prev-next-button:hover::before {
    transform: scale(1.1);
}

.nectar-simple-slider .flickity-prev-next-button:after {
    transform: scaleX(0.9) translateX(4px);
    display:none;
}


.nectar-simple-slider .flickity-prev-next-button {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0;
}
/* header  */
nav ul li a {
    color: #24130D !important;
}
li#menu-item-20 a {
    background: #374A7C;
    color: #fff !important;
    padding: 17px 40px !important;
    border-radius: 50px !important;
}
header#top {
    background: #FEF4F2;
}
/* banner css */
div#main-banner h1 {
    text-align: center;
    color: #fff;
    max-width: 1320px;
    margin: 0 auto;
}
div#main-banner h6 {
    color: #fff;
    text-align: center;
}
/* purple css */
div#purple-sec .row-bg {
    background: #374A7C;
}
div#purple-sec p {
    color: #fff;
}
div#purple-sec .row-bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://nurselibby.co.uk/wp-content/uploads/2026/02/purple-removebg-preview.png');
    width: 100%;
    background-repeat: no-repeat;
}
/* button css */
#purple-btn {
    position: relative !important;
    background: #374A7C !important;
    color: #fff !important;
    padding: 17px 50px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: 'Marcellus' !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 0 10px rgba(55, 74, 124, 0.5) !important;
}
#purple-btn::before,
#purple-btn::after,
#purple-btn span {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    border-radius: 50% !important;
    transition: all 0.4s ease !important;
}
#purple-btn::before {
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: conic-gradient(
        #f7e9e7,
        #324778,
        #dcccc8
    ) !important;
    opacity: 0 !important;
    z-index: 1 !important;
    animation: rotate 4s linear infinite !important;
}
#purple-btn::after {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6) !important;
    opacity: 0 !important;
    z-index: 2 !important;
}
#purple-btn span {
    position: relative !important;
    z-index: 3 !important;
    display: inline-block !important;
    transition: all 0.4s ease !important;
}
#purple-btn:hover::before {
    opacity: 1 !important;
}

#purple-btn:hover::after {
    opacity: 1 !important;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8) !important;
}
#purple-btn:hover span {
    transform: scale(1.1) !important;
    color: #fff !important;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* about css */
div#purple-sec p {
    color: #fff;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#about-sec {
    padding: 100px 0 !important;
}
div#about-sec .row-bg {
    background: #EFE5E4;
}
div#about-sec h3, div#about-sec h6, div#about-sec p {
    color: #000;
}
div#abt-inner ul li {
    color: #000;
}
div#abt-inner img {
    width: 100%;
    border-radius: 20px;
}
/* tab css */
div#inject-tb {
    padding: 100px 0 !important;
}
div#inject-tb .wpb_tabs_nav {
    display: flex;
    justify-content: center;
    background: #EFE5E4;
    max-width: 460px;
    margin: 0 auto !important;
    padding: 10px 0 !important;
    border-radius: 70px;
    border: 1px solid #374A7C;
}
div#inject-tb .wpb_tabs_nav a.active-tab {
    padding: 10px 20px !important;
    margin-right: 20px;
    border-radius: 50px;
    font-family: 'Marcellus' !important;
    text-transform: uppercase;
    font-weight: 400 !important;
     background: #374A7C !important;
    color:#fff !important;
}
div#inject-tb .wpb_tabs_nav a {
     padding: 10px 20px !important;
     margin-right: 20px;
     border-radius: 50px;
     font-family: 'Marcellus' !important;
     text-transform: uppercase;
     font-weight: 400 !important;
     background: unset !important;
    color:#374A7C !important;
}
div#tab-cont .vc_column-inner {
    background: #EFE5E4;
    margin: unset !important;
    min-height: 210px;
    padding: 22px 0 !important;
    border-radius: 20px;
}
div#tab-cont h6 {
    font-size: 20px;
    line-height: 28px !important;
}
div#tab-cont .vc_column-inner:hover {
    background: #374A7C !important;
}
div#tab-cont .vc_column-inner:hover h6 {
    color: #fff !important;
}
div#tab-cont .vc_column-inner:hover svg path {
    fill: #fff !important;
}
#pur-btn {
    background: unset !important;
    color: #374A7C;
    padding: unset !important;
    box-shadow: unset !important;
    opacity: unset !important;
    transform: unset !important;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Marcellus' !important;
    font-weight: 400 !important;
}
#pur-btn i {
    right: -1px;
    font-size: 20px;
    line-height: 28px !important;
}
div#tab-cont .vc_column-inner:hover #pur-btn {
    color: #fff;
}
div#tab-cont .wpb_text_column.wpb_content_element {
    margin-bottom: unset !important;
}
div#inject-tb h2 {
    color: #1B1B1B;
}
/* testimonial sec */
div#back .vc_column-inner {
    background: #374A7C;
    padding: 42px 30px !important;
    border-radius: 20px;
}
div#back .vc_column-inner p {
    color: #fff;
}
div#back .profile-info-blk .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
div#back .profile-info-blk .wpb_wrapper p {
    padding: unset;
    font-size: 18px !important;
    line-height: 26px !important;
}
.profile-info-blk {
    margin-top: 100px !important;
}
div#back .profile-info-blk .wpb_wrapper p img {
    margin: unset;
}
div#back .profile-info-blk .wpb_wrapper p strong {
    font-size: 20px;
    line-height: 28px !important;
    font-weight: 600;
}
div#Testimonials .carousel-item {
    position: relative;
    padding: unset;
    min-height: 480px;
    max-height: 510px;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s;
    cursor: pointer;
}
div#Testimonials .carousel-item div#back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: unset !important;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
div#Testimonials .owl-item {
    padding: 0 10px;
}
div#Testimonials .carousel-item #front img {
    width: 100% !important;
    min-height: 530px;
    object-fit: cover;
}
div#Testimonials div#front {
    margin: unset;
    transition: opacity 0.5s ease;
}
div#Testimonials .carousel-item:hover div#back {
    opacity: 1; 
    visibility: visible;
}
div#Testimonials .carousel-item:hover div#front {
    opacity: 0.3; 
}
div#white .vc_column-inner {
    background: #ffffff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 520px;
}
div#Testimonials .nectar-star-rating__icon.size-5:before {
    color: #e59544 !important;
}
div#white .vc_column-inner p {
    color: #1b1b1b;
}
#white .review {
    display: flex;
    align-items: center;
    gap: 15px;
}
#white .review .review-img img {
    max-width: 70px;
    margin: unset;
}
#white .review .review-text strong {
    color: #000;
}
div#inject-tb h2 {
    color: #1B1B1B;
}
div#Testimonials-inr h2 {
    color: #1B1B1B;
}
/* faq css */
#faq-sec .toggle.default.open a {
    background: #374A7C !important;
    color: #fff !important;
    padding: 30px 30px !important;
    border-radius: 15px !important;
    margin-bottom: 40px;
    font-size: 30px !important;
    line-height: 38px !important;
}
#faq-sec .toggle.default a {
    background: #EFE5E4 !important;
    color: #1D1D1D !important;
    padding: 30px 30px !important;
    border-radius: 15px !important;
    font-size: 30px !important;
    line-height: 38px !important;
}
#faq-sec .toggle.default {
    padding: 30px 0;
    border-bottom: unset !important;
}
#faq-sec .toggle.default.open i.fa.fa-plus-circle {
   
    right: 30px !important;
}
#faq-sec i.fa.fa-plus-circle {
    
    right: 30px !important;
}
div#faq-sec {
    padding: 100px 0 !important;
}
div#faq-sec h2 {
    text-align: center;
    color: #1B1B1B;
}
div#faq-sec h6 {
    text-align: center;
    color: #374A7C;
}
/* trio-blue css */
div#trio-blue .vc_column-inner {
    background: #374A7C;
    padding: 20px 20px !important;
    min-height: 430px;
    color: #fff;
    border-radius: 30px !important;
    transition: all 0.5s !important;
}
div#trio-blue h4 {
    color: #fff !important;
}
#box-btn i {
    right: -5px;
    font-size: 20px !important;
    line-height: 28px !important;
}
#box-btn i {
    right: -5px;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#ft-inner p {
    color: #fff;
}

#box-btn {
    background: unset !important;
    padding: unset !important;
    margin: unset !important;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    text-transform: capitalize !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#trio-blue .vc_column-inner:hover {
    background: #000 !important;
    transform: scale(1.1);
    transition: all 0.5s !important;
}
.nurse-form input, .nurse-form textarea {
    padding: 20px;
    border-radius: 10px;
}
.nurse-btn input.wpcf7-form-control.wpcf7-submit.blue {
    background: #374A7C;
    padding: 20px 100px !important;
    font-size: 20px;
    line-height: 28px !important;
    font-family: 'Marcellus' !important;
    font-weight: 400;
    text-transform: uppercase;
	border-radius:50px !important;
}
.nurse-btn input.wpcf7-form-control.wpcf7-submit.blue:hover {
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#contact-us h2, div#contact-us p {
    text-align: center;
    color: #1B1B1B;
}
.nurse-form p {
    text-align: left !important;
}
div#back .vc_column-inner {
    background: #374A7C;
    padding: 72px 30px !important;
    border-radius: 20px;
}
.top-blk {
    margin-top: 270px;
}
/* .nectar-simple-slider .flickity-prev-next-button svg path {
    fill: #fff !important;
}
.nectar-simple-slider .flickity-prev-next-button svg {
    fill: #fff !important;
}
.nectar-simple-slider .flickity-prev-next-button.previous:after {
    left: 17px;
    transform-origin: left;
    background: #fff !important;
}
.nectar-simple-slider .flickity-prev-next-button:after {
    height: 2px;
    width: 18px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -1px;
    display: block;
    transform-origin: right;
    transition: transform 0.45s cubic-bezier(.15, .75, .5, 1);
} */
.owl-nav.disabled {
    display: block !important;
}
.owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    font-family: 'FontAwesome';
    font-size: 40px !important;
    line-height: 20px !important;
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: unset !important;
    background: #374A7C;
    padding: unset !important;
    position: relative;
}
button.owl-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: unset !important;
}

.owl-theme[data-desktop-cols] .owl-nav [class*=owl-] span {
    position: relative;
    top: -4px;
}
.owl-theme[data-desktop-cols] .owl-nav [class*=owl-] span {
    position: relative;
    top: -4px;
}
/* ft css */
div#main-ft .row-bg {
    background: #1B1B1B;
}
div#main-ft {
    padding: 30px 0 0 !important;
}
div#footer-outer {
    display: none !important;
}
div#ft-inner h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: 'Marcellus';
}
div#ft-inner .qucik-lnks li {
    list-style: none !important;
    padding: 8px 0 !important;
}
div#ft-inner .qucik-lnks {
    margin: 0;
}
div#ft-inner .socil-lnks li {
    list-style: none !important;
    padding: 8px 0 !important;
}
.pol-blk p {
    text-align: right;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 7px;
    bottom: 42px;
    width: 30%;
}
div#ft-inner input#tnp-1 {
    padding: 15px !important;
    border-radius: 60px;
    background: #9C9C9C;
    color: #fff !important;
}
div#ft-inner label {
    display: none !important;
}
div#ft-inner input#tnp-1::placeholder {
    color: #fff !important;
}
div#ft-inner input.tnp-submit, body[data-button-style*="slightly_rounded"] input[type=submit] {
    border-radius: 50px !important;
    border: unset !important;
    opacity: unset !important;
    transform: unset !important;
    box-shadow: unset !important;
}
div#ft-inner input.tnp-submit,  body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 18px 20px !important;
}
div#ft-copy p {
    color: #fff;
}
div#ft-copy a {
    color: #fff;
}
div#ft-inner a {
    color: #fff;
}
.email {
    POSITION: RELATIVE;
}
.email:before {
    position: absolute;
    content: '';
    left: -30px;
    background-image: url('https://nurselibby.co.uk/wp-content/uploads/2026/02/Vector.png');
    top: 7px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
}
.address {
    POSITION: RELATIVE;
}
.address:before {
    position: absolute;
    content: '';
    left: -30px;
    background-image: url('https://nurselibby.co.uk/wp-content/uploads/2026/02/Vector-1.png');
    top: 7px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
}
.phone {
    POSITION: RELATIVE;
}
.phone:before {
    position: absolute;
    content: '';
    left: -30px;
    background-image: url('https://nurselibby.co.uk/wp-content/uploads/2026/02/Vector-2.png');
    top: 7px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
}
div#ft-copy {
    border-top: 2px solid #000000 !important;
    padding: 40px 0 !important;
}
/* slider css */
.top-blk {
    margin-top: 270px;
}
div#inner-page {
    padding: 250px 0 !important;
}
div#inner-page h2 {
    color: #fff;
}
div#about-sec.ser-det .row-bg {
    background: #FEF4F2;
}
div#about-sec.ser-det h3, div#about-sec.ser-det p {
    color: #000;
}
div#about-sec.ser-det h3 {
    font-size: 45px !important;
    line-height: 53px !important;
}
div#abt-inner h4 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
}
.consultation-services {
    column-count: 1;
}
.consultation-services li {
    padding: 10px 0 !important;
    color: #000;
}
div#inject-tb.agning p {
    color: #000;
}
.cnt-tx h2 {
    text-align: center;
}
div#Testimonials.hide-dot .owl-nav.disabled {
    display: none !important;
}
/* responsive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){
nav ul li a {
    color: #24130D !important;
    font-size: 20px !important;
    line-height: 28px !important;
}	
}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#about-sec {
    padding: 30px 0 !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: -3px;
    bottom: 42px;
    width: 30%;
}
header#top .container {
    padding: 0 30px !important;
}
    nav ul li a {
        color: #24130D !important;
        padding: 0 10px !important;
        font-size: 20px !important;
        line-height: 28px !important;
    }
#top-blk {
    background: #324778;
    position: absolute;
    max-width: 870px;
    right: -136px;
    bottom: 350px;
    padding: 30px;
    overflow-y: scroll;
    height: 260px;
    border-radius: 0px 0px 0px 40px !important;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
p {
    font-size: 15px !important;
    line-height: 23px !important;
     padding:unset !important;
}
div#about-sec {
    padding: 30px 0 !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 0px;
    bottom: 41px;
    width: 30%;
}
div#ft-inner h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: 'Marcellus';
}
header#top .container {
    padding: 0px 20px !important;
}
div#ft-inner a {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#ft-inner .qucik-lnks li {
    list-style: none !important;
    padding: 4px 0 !important;
}
header#top .container {
    padding: 0 30px !important;
}
    nav ul li a {
        color: #24130D !important;
        padding: 0 7px !important;
        font-size: 18px !important;
        line-height: 26px !important;
    }
#top-blk {
    background: #324778;
    position: absolute;
    max-width: 870px;
    right: -125px;
    bottom: 290px;
    padding: 30px;
    overflow-y: scroll;
    height: 260px;
    border-radius: 0px 0px 0px 40px !important;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
p {
    font-size: 12px !important;
    line-height: 20px !important;
    padding:unset !important;
}
div#about-sec {
    padding: 30px 0 !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 10px !important;
    line-height: 18px !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 2px;
    bottom: 32px;
    width: 30%;
}
div#ft-inner h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: 'Marcellus';
}
header#top .container {
    padding: 0px 20px !important;
}
div#ft-inner a {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#ft-inner .qucik-lnks li {
    list-style: none !important;
    padding: 4px 0 !important;
}
header#top .container {
    padding: 0 30px !important;
}
    nav ul li a {
        color: #24130D !important;
        padding: 0 7px !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }
#top-blk {
    background: #324778;
    position: absolute;
    max-width: 870px;
    right: -125px;
    bottom: 290px;
    padding: 30px;
    overflow-y: scroll;
    height: 260px;
    border-radius: 0px 0px 0px 40px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 100px;
}
li#menu-item-20 a {
    background: #374A7C;
    color: #fff !important;
    padding: 8px 10px !important;
    border-radius: 50px !important;
}
.nectar-simple-slider.sizing-percentage.height-70vh {
    height: 50vh;
}

div#about-sec img {
    width: 390px !important;
    min-height: 600px;
    object-fit: cover;
    position: relative;
}

div#about-sec h3 {
    font-size: 25px;
    line-height: 33px;
}
div#tab-cont h6 {
    font-size: 14px;
    line-height: 22px !important;
}
div#tab-cont .vc_column-inner {
    background: #EFE5E4;
    margin: unset !important;
    min-height: 200px;
    padding: 12px 0 !important;
    border-radius: 20px;
}
#purple-btn {
    position: relative !important;
    background: #374A7C !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: 'Marcellus' !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 0 10px rgba(55, 74, 124, 0.5) !important;
}
div#white .vc_column-inner {
    background: #ffffff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 390px;
}
.owl-theme[data-desktop-cols] .owl-nav {
    margin-top: -70px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots {
    display: none !important;
}
#faq-sec .toggle.default.open a {
    background: #374A7C !important;
    color: #fff !important;
    padding: 20px 20px !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 28px !important;
}
#faq-sec .toggle.default {
    padding: 10px 0;
    border-bottom: unset !important;
}
#faq-sec .toggle.default a {
    background: #EFE5E4 !important;
    color: #1D1D1D !important;
    padding: 30px 30px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#ft-inner input.tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 12px 8px !important;
}
div#ft-inner input#tnp-1 {
    padding: 12px 8px !important;
    border-radius: 60px;
    background: #9C9C9C;
    color: #fff !important;
}
div#ft-inner input#tnp-1::placeholder {
    color: #fff !important;
    font-size:12px !important;
    line-height:20px !important;
}
div#about-sec.new-sec li {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#trio-blue h4 {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
.top-blk {
    margin-top: 110px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
p {
    font-size: 12px !important;
    line-height: 20px !important;
    padding:unset !important;
}
div#about-sec {
    padding: 30px 0 !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 2px;
    bottom: 32px;
    width: 30%;
}
div#ft-inner h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: 'Marcellus';
}
header#top .container {
    padding: 0px 20px !important;
}
div#ft-inner a {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#ft-inner .qucik-lnks li {
    list-style: none !important;
    padding: 4px 0 !important;
}
header#top .container {
    padding: 0 30px !important;
}
nav ul li a {
    color: #24130D !important;
    padding: 0 7px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
#top-blk {
    background: #324778;
    position: absolute;
    max-width: 870px;
    right: -125px;
    bottom: 290px;
    padding: 30px;
    overflow-y: scroll;
    height: 260px;
    border-radius: 0px 0px 0px 40px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 100px;
}
li#menu-item-20 a {
    background: #374A7C;
    color: #fff !important;
    padding: 8px 10px !important;
    border-radius: 50px !important;
}
.nectar-simple-slider.sizing-percentage.height-70vh {
    height: 50vh;
}
div#about-sec h3 {
    font-size: 40px;
    line-height: 48px;
}
div#tab-cont h6 {
    font-size: 24px;
    line-height: 32px !important;
}
div#tab-cont .vc_column-inner {
    background: #EFE5E4;
    margin: unset !important;
    min-height: 200px;
    padding: 12px 0 !important;
    border-radius: 20px;
}
#purple-btn {
    position: relative !important;
    background: #374A7C !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: 'Marcellus' !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 0 10px rgba(55, 74, 124, 0.5) !important;
}
div#white .vc_column-inner {
    background: #ffffff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 340px;
}
.owl-theme[data-desktop-cols] .owl-nav {
    margin-top: -70px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots {
    display: none !important;
}
#faq-sec .toggle.default.open a {
    background: #374A7C !important;
    color: #fff !important;
    padding: 20px 20px !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 28px !important;
}
#faq-sec .toggle.default {
    padding: 10px 0;
    border-bottom: unset !important;
}
#faq-sec .toggle.default a {
    background: #EFE5E4 !important;
    color: #1D1D1D !important;
    padding: 30px 30px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#ft-inner input.tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 12px 8px !important;
}
div#ft-inner input#tnp-1 {
    padding: 12px 8px !important;
    border-radius: 60px;
    background: #9C9C9C;
    color: #fff !important;
}
div#ft-inner input#tnp-1::placeholder {
    color: #fff !important;
    font-size:12px !important;
    line-height:20px !important;
}
div#about-sec.new-sec li {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#trio-blue h4 {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#purple-sec p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
.top-blk {
    margin-top: 108px;
}
div#main-banner h6 {
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-banner h1 {
    text-align: center;
    color: #fff;
    max-width: 1320px;
    margin: 0 auto;
    font-size: 26px !important;
    line-height: 34px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }

div#abt-inner img {
    width: 100% !important;
    min-height: unset !important;
}
div#trio-blue .vc_column-inner {
    background: #374A7C;
    padding: 20px 20px !important;
    min-height: 300px;
    color: #fff;
    border-radius: 30px !important;
    transition: all 0.5s !important;
}
div#newsletterwidget-2 {
    text-align: right !important;
    position: relative;
    margin-left: 180px;
    left: -180px;
}
div#header-outer {
    background: #FEF4F2 !important;
}
.consultation-services {
    column-count: unset !important;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
p {
    font-size: 12px !important;
    line-height: 20px !important;
    padding:unset !important;
}
div#about-sec {
    padding: 30px 0 !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 2px;
    bottom: 32px;
    width: 30%;
}
div#ft-inner h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: 'Marcellus';
}
header#top .container {
    padding: 0px 20px !important;
}
div#ft-inner a {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#ft-inner .qucik-lnks li {
    list-style: none !important;
    padding: 4px 0 !important;
}
header#top .container {
    padding: 0 30px !important;
}
nav ul li a {
    color: #24130D !important;
    padding: 0 7px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
#top-blk {
    background: #324778;
    position: absolute;
    max-width: 870px;
    right: -125px;
    bottom: 290px;
    padding: 30px;
    overflow-y: scroll;
    height: 260px;
    border-radius: 0px 0px 0px 40px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 100px;
}
li#menu-item-20 a {
    background: #374A7C;
    color: #fff !important;
    padding: 8px 10px !important;
    border-radius: 50px !important;
}
.nectar-simple-slider.sizing-percentage.height-70vh {
    height: 50vh;
}
div#about-sec h3 {
    font-size: 40px;
    line-height: 48px;
}
div#tab-cont h6 {
    font-size: 24px;
    line-height: 32px !important;
}
div#tab-cont .vc_column-inner {
    background: #EFE5E4;
    margin: unset !important;
    min-height: 200px;
    padding: 12px 0 !important;
    border-radius: 20px;
}
#purple-btn {
    position: relative !important;
    background: #374A7C !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: 'Marcellus' !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 0 10px rgba(55, 74, 124, 0.5) !important;
}
div#white .vc_column-inner {
    background: #ffffff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 340px;
}
.owl-theme[data-desktop-cols] .owl-nav {
    margin-top: -70px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots {
    display: none !important;
}
#faq-sec .toggle.default.open a {
    background: #374A7C !important;
    color: #fff !important;
    padding: 20px 20px !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 28px !important;
}
#faq-sec .toggle.default {
    padding: 10px 0;
    border-bottom: unset !important;
}
#faq-sec .toggle.default a {
    background: #EFE5E4 !important;
    color: #1D1D1D !important;
    padding: 30px 30px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    line-height: 28px !important;
}
div#ft-inner input.tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 12px 8px !important;
}
div#ft-inner input#tnp-1 {
    padding: 12px 8px !important;
    border-radius: 60px;
    background: #9C9C9C;
    color: #fff !important;
}
div#ft-inner input#tnp-1::placeholder {
    color: #fff !important;
    font-size:12px !important;
    line-height:20px !important;
}
div#about-sec.new-sec li {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#trio-blue h4 {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#purple-sec p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
.top-blk {
    margin-top: 108px;
}
div#main-banner h6 {
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-banner h1 {
    text-align: center;
    color: #fff;
    max-width: 1320px;
    margin: 0 auto;
    font-size: 26px !important;
    line-height: 34px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }

div#abt-inner img {
    width: 100% !important;
    min-height: unset !important;
}
div#trio-blue .vc_column-inner {
    background: #374A7C;
    padding: 20px 20px !important;
    min-height: 300px;
    color: #fff;
    border-radius: 30px !important;
    transition: all 0.5s !important;
}
div#newsletterwidget-2 {
    text-align: right !important;
    position: relative;
    margin-left: 180px;
    left: -180px;
}
div#header-outer {
    background: #FEF4F2 !important;
}
div#Testimonials-inr h2 {
    color: #1B1B1B;
    font-size: 32px !important;
    line-height: 40px !important;
}
div#faq-sec {
    padding: 50px 0 !important;
}
div#contact-us {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.nurse-form .row {
    padding: unset !important;
}
.nurse-form textarea {
    height: 130px;
}
.consultation-services li {
    padding: 10px 0 !important;
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
.consultation-services {
    column-count: unset !important;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
p {
    font-size: 12px !important;
    line-height: 20px !important;
    padding:unset !important;
}
div#about-sec {
    padding: 30px 0 !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 2px;
    bottom: 32px;
    width: 30%;
}
div#ft-inner h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: 'Marcellus';
}
header#top .container {
    padding: 0px 20px !important;
}
div#ft-inner a {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#ft-inner .qucik-lnks li {
    list-style: none !important;
    padding: 4px 0 !important;
}
header#top .container {
    padding: 0 30px !important;
}
nav ul li a {
    color: #24130D !important;
    padding: 0 7px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
#top-blk {
    background: #324778;
    position: absolute;
    max-width: 870px;
    right: -125px;
    bottom: 290px;
    padding: 30px;
    overflow-y: scroll;
    height: 260px;
    border-radius: 0px 0px 0px 40px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 100px;
}
li#menu-item-20 a {
    background: #374A7C;
    color: #fff !important;
    padding: 8px 10px !important;
    border-radius: 50px !important;
}
.nectar-simple-slider.sizing-percentage.height-70vh {
    height: 50vh;
}
div#about-sec h3 {
    font-size: 24px;
    line-height: 32px;
}
div#tab-cont h6 {
    font-size: 24px;
    line-height: 32px !important;
}
div#tab-cont .vc_column-inner {
    background: #EFE5E4;
    margin: unset !important;
    min-height: 200px;
    padding: 12px 0 !important;
    border-radius: 20px;
}
    #purple-btn {
        position: relative !important;
        background: #374A7C !important;
        color: #fff !important;
        padding: 15px 35px !important;
        border-radius: 50px !important;
        font-size: 18px !important;
        line-height: 26px !important;
        font-family: 'Marcellus' !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
        overflow: hidden !important;
        cursor: pointer !important;
        transition: all 0.4s ease !important;
        box-shadow: 0 0 10px rgba(55, 74, 124, 0.5) !important;
        text-align: center;
    }
div#white .vc_column-inner {
    background: #ffffff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 340px;
}
.owl-theme[data-desktop-cols] .owl-nav {
    margin-top: -70px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots {
    display: none !important;
}
#faq-sec .toggle.default.open a {
    background: #374A7C !important;
    color: #fff !important;
    padding: 20px 20px !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 28px !important;
}
#faq-sec .toggle.default {
    padding: 10px 0;
    border-bottom: unset !important;
}
#faq-sec .toggle.default a {
    background: #EFE5E4 !important;
    color: #1D1D1D !important;
    padding: 20px 20px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#ft-inner input.tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 12px 8px !important;
}
div#ft-inner input#tnp-1 {
    padding: 12px 8px !important;
    border-radius: 60px;
    background: #9C9C9C;
    color: #fff !important;
}
div#ft-inner input#tnp-1::placeholder {
    color: #fff !important;
    font-size:12px !important;
    line-height:20px !important;
}
div#about-sec.new-sec li {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#trio-blue h4 {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#purple-sec p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
.top-blk {
    margin-top: 108px;
}
div#main-banner h6 {
    color: #fff;
    text-align: center;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#main-banner h1 {
    text-align: center;
    color: #fff;
    max-width: unset !important;
    margin: 0 auto;
    font-size: 19px !important;
    line-height: 27px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }

div#abt-inner img {
    width: 100% !important;
    min-height: unset !important;
}
div#trio-blue .vc_column-inner {
    background: #374A7C;
    padding: 20px 20px !important;
    min-height: 300px;
    color: #fff;
    border-radius: 30px !important;
    transition: all 0.5s !important;
}
div#newsletterwidget-2 {
    text-align: right !important;
    position: relative;
    margin-left: unset !important;
    left: 0px;
}
div#header-outer {
    background: #FEF4F2 !important;
}
div#Testimonials-inr h2 {
    color: #1B1B1B;
    font-size: 32px !important;
    line-height: 40px !important;
}
div#faq-sec {
    padding: 50px 0 !important;
}
div#contact-us {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.nurse-form .row {
    padding: unset !important;
}
.nurse-form textarea {
    height: 130px;
}
    .nectar-flickity.nectar-simple-slider[data-arrows="true"]:not(.arrow-position-overlapping) .flickity-slider .cell {
        padding: 0 30px;
    }

div#inject-tb .wpb_tabs_nav a.active-tab {
    padding: 10px 10px !important;
    margin-right: 4px;
    border-radius: 50px;
    font-family: 'Marcellus' !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    background: #374A7C !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#inject-tb .wpb_tabs_nav a {
     padding: 10px 10px !important;
     margin-right: 20px;
     border-radius: 50px;
     font-family: 'Marcellus' !important;
     text-transform: uppercase;
     font-weight: 400 !important;
     background: unset !important;
     color:#374A7C !important;
     font-size: 14px !important;
     line-height: 22px !important;
}
div#inject-tb .wpb_tabs_nav {
    display: flex;
    justify-content: center;
    background: #EFE5E4;
    max-width: 400px;
    margin: 0 auto !important;
    padding: 4px 0 !important;
    border-radius: 70px;
    border: 1px solid #374A7C;
}
div#inject-tb {
    padding: 40px 0 !important;
}
#faq-sec i.fa.fa-plus-circle {
    right: 3px !important;
}
.consultation-services li {
    padding: 10px 0 !important;
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
.consultation-services {
    column-count: unset !important;
}	
}