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

#testimonial-inner .wpb_text_column p:first-of-type {
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
}

#testimonial-inner .wpb_text_column p:first-of-type::-webkit-scrollbar {
    width: 8px;
}

#testimonial-inner .wpb_text_column p:first-of-type::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

#testimonial-inner .wpb_text_column p:first-of-type::-webkit-scrollbar-thumb {
    background: #0b56c2;
    border-radius: 10px;
}
div#faq p {
    color: #000;
}
div#services-inner p{
  height: 150px !important;
    overflow: hidden !important;
    overflow-y: visible !important;
    padding: 5px !important;
    border: 1px solid #f5f5f5 !important;
    border-radius: 10px !important;
    transition: 0.3s !important;
}

div#services-inner p::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
div#services-inner p::-webkit-scrollbar
    {
        width: 12px;
        background-color: #F5F5F5;
    }

div#services-inner p::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #D62929;
    }
/* ==================================== */
div#ourmission a#btn {
    margin-right: 10px !important;
}
div#Badge {
    background-color: #EAF8FF;
    padding: 40px 20px !important;
    border-radius: 20px !important;
}
/* ==================================== */
div#ourvission .vc_column-inner {
    background-color: #eaf8ff;
    padding: 20px 30px !important;
    border-radius: 10px !important;
}
/* ==================================== */
.home .container-wrap {
    padding: 0px 0px !important;
}
div#ajax-content-wrap {
    --scroll-bar-w: 0px !important;
}
/* ==================================== */
header#top .container .row {
    background: #CB007B;
    padding: 10px 50px !important;
    margin: 10px 13px !important;
    border-radius: 15px;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows li a span {
    color: #fff !important;
}
/* header#top ul.sf-menu.sf-js-enabled.sf-arrows li.current-menu-item a span {
    background: #E70A03 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-weight: 800;
} */
header#top ul.sf-menu.sf-js-enabled.sf-arrows>  li.current-menu-item > a span{
     background: #E70A03 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-weight: 800;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows, header#top ul.buttons.sf-menu {
    height: 80px !important;
}
header#top ul.buttons.sf-menu {
    margin-right: 40px !important;
}
header#top ul.buttons.sf-menu li {
    gap: 6px !important;
}
header#top ul.buttons.sf-menu li a i {
    transform: unset !important;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid #fff !important;
    line-height: 35px !important;
    color: #fff !important;
    border-radius: 50% !important;
}
header#top ul.buttons.sf-menu li a i {
    transition: .9s;
}
header#top ul.buttons.sf-menu li a:hover i {
    background: #E70A03 !important;
    border-color: #E70A03 !important;
    transition: .9s;
}
header#top li#social-in-menu a:nth-child(2) {
    order: -1;
}
/* ========================================= */
div#revoluiton-slider {
    margin: 0px 0px 0px 0px !important;
}
div#revoluiton-slider i {
    position: relative;
    top: -3px;
    left: -5px;
}
/* ======================================== */
div#text-icon {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#text-icon .inner-wrap.row-bg-layer {
    position: relative;
}
div#text-icon .inner-wrap.row-bg-layer:after {
    content: "";
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/pngwing.com-50-8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    width: 210px;
    height: 216px;
    bottom: 0;
    transform: translate(20px, 10px);
}
div#text-icon-inner .vc_col-sm-3 .vc_column-inner {
    filter: drop-shadow(2px 4px 6px #ccc);
    background: #ECFDF5 !important;
    padding: 15px 15px !important;
    border-radius: 10px !important;
    border: 1px solid #D0FAE5;
}
div#text-icon-inner .vc_col-sm-3:nth-child(2) .vc_column-inner {
    background: #FFF1F2 !important;
    border-color: #FFE4E6 !important;
}
div#text-icon-inner .vc_col-sm-3:nth-child(3) .vc_column-inner {
    background: #FDF2F8 !important;
    border-color: #FCE7F3 !important;
}
div#text-icon-inner .vc_col-sm-3:last-child .vc_column-inner {
    background: #F0F9FF !important;
    border-color: #DFF2FE !important;
}
div#text-icon-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#text-icon-inner .iwithtext .iwt-icon {
    position: relative !important;
}
div#text-icon-inner .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
div#text-icon-inner .iwithtext .iwt-text {
    padding-left: 10px;
    width: 100%;
}
/* ===================================== */
h6 span {
    background: #FFF1F2;
    padding: 5px 10px !important;
    text-transform: uppercase !important;
    border-radius: 30px !important;
}
a#btn {
    border-radius: 15px !important;
    margin: 0px;
}
/* ===================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about .inner-wrap.row-bg-layer {
    position: relative;
}
div#about .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/pngwing.com-50-7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 252px;
    height: 252px;
    top: 0;
    transform: translate(10px, 10px);
}
div#about .inner-wrap.row-bg-layer:after {
    content: "";
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/pngwing.com-50-6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    width: 354px;
    height: 366px;
    bottom: 0;
    transform: translate(90px, 0px);
}
div#about .clm-one .vc_column-inner {
    background: #fff !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 20px;
    border-radius: 20px;
}
div#about .clm-one .vc_column-inner img {
    width: 100%;
}
div#about .iwithtext {
    background: #ECFDF5;
    border: 1px solid #D0FAE5;
    padding: 15px 15px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
}
div#about .iwithtext .iwt-text h5 {
    margin: 0;
}
div#about .iwithtext .iwt-icon {
    position: relative;
}
div#about .iwithtext .iwt-icon img {
    margin: 0;
}
div#about .iwithtext .iwt-text {
    padding-left: 15px;
}
div#about ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    padding: 5px 5px !important;
    border-radius: 10px !important;
}
div#about ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {
    margin-right: 20px !important;
}
div#about ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    background: unset !important;
    border: unset !important;
    color: #62748E !important;
    font-weight: 600;
    font-size: 12px !important;
    padding: 5px 4px !important;
}
div#about .wpb_content_element {
    margin-bottom: 0px !important;
}
div#about ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab a {
    background: #FFFFFF !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 10px !important;
    color: #EC003F !important;
}
div#about .icon-salient-check:before {
    border: 1px solid #314158;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px !important;
}
div#about .nectar-fancy-ul ul li {
    padding-left: 32px;
    margin-bottom: 6px !important;
}
div#about .nectar-fancy-ul h5 a {
    padding-bottom: 10px !important;
    border-bottom: 2px solid #FFCCD3;
}
/* ========================================= */
div#services {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#services h6 span {
    background: #ECFDF5;
    padding: 7px 40px !important;
}
div#services-inner .vc_col-sm-4 .vc_column-inner {
    background: #FFF1F2;
    padding: 20px 20px !important;
    border: 1px solid #F1F5F9;
    border-radius: 20px;
}
div#services-inner .vc_col-sm-4:nth-child(2) .vc_column-inner {
    background: #ECFDF5;
    border-color: #F1F5F9;
}
div#services-inner .vc_col-sm-4:last-child .vc_column-inner {
    background: #F5F3FF;
    border-color: #F1F5F9;
}
div#services-inner .wpb_text_column h2 {
    width: 100%;
}
div#services-inner .wpb_text_column h6 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-20px, 40px);
}
div#services-inner .wpb_text_column h6 span {
    background: #D1D4E8;
    border: 1px solid #F8FAFC;
    padding: 5px 20px !important;
}
div#services-inner h5 a img {
    display: inline-flex !important;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -5px !important;
}
div#services-inner .wpb_text_column p {
    border-bottom: 1px solid #E70A03;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}
div#services a#btn {
  margin-top: 10px !important;
  margin: 0 auto;
  display: table;
  margin-bottom: 10px !important;
}
div#services a#btn.outline {
    background: #FFF1F2 !important;
    border: 1px solid #FFCCD3 !important;
    color: #C70036 !important;
    border-radius: 13px !important;
}
/* ====================================== */
div#kidd {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#kidd h6 span {
    background: #ECFDF5 !important;
}
div#kidd .iwithtext {
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    padding: 15px 15px !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 10px;
}
div#kidd .iwithtext .iwt-text h5 {
    margin: 0;
}
div#kidd .iwithtext .iwt-icon {
    position: relative;
}
div#kidd .iwithtext .iwt-icon img {
    margin: 0;
    width: unset;
}
div#kidd .iwithtext .iwt-text {
    padding-left: 15px;
    width: 90% !important;
}
div#kidd .clinical-performance-log {
  max-width: 760px;
  margin: 40px auto;
  padding: 28px;
  background: linear-gradient(180deg, #2458c8 0%, #1f4fb8 100%);
  border-radius: 22px;
  border: 2px solid rgba(0,0,0,0.12);
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
  color: #fff;
}
div#kidd .cpl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 24px;
}
div#kidd .cpl-header .title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #dce9ff;
}
div#kidd .portal-badge {
  padding: 6px 12px;
  border: 1px solid rgba(124,255,193,0.4);
  background: rgba(124,255,193,0.1);
  border-radius: 8px;
  color: #7cffc1;
  font-size: 11px;
  font-weight: 600;
}
div#kidd .cpl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
div#kidd .cpl-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 18px;
  backdrop-filter: blur(10px);
}
div#kidd .cpl-card .label {
  display: block;
  font-size: 13px;
  color: #c7d6ff;
  margin-bottom: 10px;
}
div#kidd .cpl-card h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  color: #ff4b6a;
  font-weight: 800;
}
div#kidd .cpl-card p {
  margin-top: 10px;
  font-size: 12px;
  color: #dbe6ff;
}
div#kidd .cpl-card h3.green {
  color: #57ff9d;
}
div#kidd .cpl-card h3.purple {
  color: #b28cff;
}
div#kidd .cpl-card h3.yellow {
  color: #ffcc33;
}
div#kidd .cpl-info {
  display: flex;
  gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 24px;
}
div#kidd .info-icon {
  color: #ff6b81;
  font-size: 18px;
  line-height: 1;
  margin-top: 2px;
}
div#kidd .info-text {
  font-size: 13px;
  line-height: 1.7;
  color: #dbe6ff;
}
div#kidd .info-text strong {
  color: #ffffff;
}
div#kidd .cpl-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #ff002f;
  color: #fff;
  text-decoration: none;
  padding: 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
}
div#kidd .cpl-btn:hover {
  background: #e00029;
  transform: translateY(-2px);
}
/* ===================================== */
div#schedule {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#schedule .inner-wrap.row-bg-layer {
    position: relative;
}
div#schedule .inner-wrap.row-bg-layer:after {
    content: "";
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/pngwing.com-50-8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    width: 160px;
    height: 166px;
    bottom: 0;
    transform: translate(-20px, 0px);
}
div#Schedule-inner {
    background: #FFFFFF;
    padding: 20px 30px !important;
    border-radius: 25px !important;
}
div#Schedule-inner h5 span img {
    display: inline-block !important;
    margin-bottom: -4px !important;
}
div#Schedule-inner .iwithtext {
    background: #FFF1F2;
    border: 1px solid #FFE4E6;
    padding: 15px 15px !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 10px;
}
div#Schedule-inner .iwithtext .iwt-text h5 {
    margin: 0;
}
div#Schedule-inner .iwithtext .iwt-icon {
    position: relative;
}
div#Schedule-inner .iwithtext .iwt-icon img {
    margin: 0;
    width: unset;
}
div#Schedule-inner .iwithtext .iwt-text {
    padding-left: 15px;
    width: 100% !important;
}
div#Schedule-inner .iwithtext p {
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
}
div#Schedule-inner img.skip-lazy {
    width: 100% !important;
}
div#schedule .wpb_wrapper.tabbed.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
}
#top .tabbed[data-style*=vertical] .wpb_tabs_nav, .tabbed[data-style*=vertical] .wpb_tabs_nav {
    width: 30%;
}
.tabbed[data-style*=vertical]>div {
    width: 70%;
    padding-left: 20px;
}
div#schedule li.tab-item a ruby {
    display: block;
    font-size: 10px !important;
    color: #ffffffb0 !important;
}
div#schedule li.tab-item a {
    color: #FFFFFF !important;
    margin-bottom: 10px !important;
    background: #fff0 !important;
    border: 1px solid #fff !important;
    border-radius: 15px !important;
    padding-left: 60px !important;
    position: relative;
}
div#schedule li.tab-item a:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: translate(10px, 12px);
}
div#schedule li.tab-item:nth-child(1) a:before {
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/BackgroundBorder-9.png);
}
div#schedule li.tab-item:nth-child(2) a:before {
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/BackgroundBorder-10.png);
}
div#schedule li.tab-item:nth-child(3) a:before {
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/BackgroundBorder-11.png);
}
div#schedule li.tab-item:nth-child(4) a:before {
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/BackgroundBorder-12.png);
}
div#schedule li.tab-item:nth-child(5) a:before {
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/BackgroundBorder-13.png);
}
div#schedule li.tab-item.active-tab a ruby {
    color: #004F3B !important;
}
div#schedule li.tab-item.active-tab a {
    background: #FFFFFF !important;
    border-color: #FFCCD3;
    color: #004F3B !important;
}
/* ======================================== */
div#opening {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#opening .inner-wrap.row-bg-layer {
    position: relative;
}
div#opening .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/pngwing.com-50-7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    width: 252px;
    height: 252px;
    bottom: 0;
    transform: translate(10px, 10px);
}
div#opening .inner-wrap.row-bg-layer:after {
    content: "";
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/pngwing.com-50-8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 360px;
    height: 366px;
    bottom: 0;
    transform: translate(0px, 60px);
}
div#opening-heading .iwithtext {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    background: #FFF1F2;
    padding: 20px 20px !important;
    border: 1px solid #FFE4E6;
    border-radius: 20px;
}
div#opening-heading .iwithtext .iwt-icon img {
    width: unset;
}
div#opening-heading .iwithtext .iwt-icon {
    position: relative !important;
    margin: 0 auto;
}
div#opening-heading .iwithtext .iwt-text {
    padding-left: 0px;
    text-align: center;
}
div#opening-heading h6 span {
    background: #ECFDF5 !important;
}
div#opening-inner {
    background: #fff;
    padding: 20px 30px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 20px;
    border: 1px solid #1d293d70;
}
div#opening-inner .vc_col-sm-8 ul {
    margin: 0px 0px 10px 0px !important;
}
div#opening-inner .vc_col-sm-8 ul li {
    display: inline-flex;
    background: #ECFDF5;
    border: 1px solid #D0FAE5;
    padding: 0px 10px !important;
    border-radius: 30px !important;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
div#opening-inner .vc_col-sm-8 ul li img {
    display: inline-block;
    margin-bottom: -1px !important;
}
div#opening-inner .vc_col-sm-8 ul li:last-child {
    background: #FFF1F2;
    border-color: #FFE4E6;
}
div#opening-inner .vc_col-sm-8 ul li em {
    font-style: normal !important;
}
div#opening-inner .vc_col-sm-8 p span img {
    display: inline-block;
    margin-bottom: 0px !important;
}
div#opening-inner .nectar-fancy-ul em {
    font-style: normal;
    font-size: 14px;
    line-height: 24px !important;
}
div#opening-inner .vc_col-sm-5 .nectar-fancy-ul {
    padding-left: 20px !important;
    border-left: 1px solid #cccccc40;
}
div#opening-inner .nectar-fancy-ul[data-list-icon=dot] ul li:before {
    color: #E70A03 !important;
}
div#opening-inner a#btn {
    float: right;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 15px !important;
}
/* =========================================== */
div#contact {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#contact-inner {
    padding: 20px 20px !important;
    background: #fff;
    border: 1px solid #FFE4E6;
    border-radius: 20px !important;
}
div#contact-inner .iwithtext .iwt-icon {
    position: relative !important;
}
div#contact-inner .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px !important;
}
div#contact-inner .iwithtext .iwt-text {
    padding-left: 15px;
}
div#contact-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#contact-inner.two {
    background: #ECFDF5 !important;
    border-color: #D0FAE5 !important;
}
div#contact-inner.two .iwithtext {
    align-items: flex-start;
}
div#contact-form {
    background: #FFFFFF;
    padding: 20px 20px !important;
    border-radius: 20px;
    border: 1px solid #0B56C2;
}
div#contact-form .wpforms-field {
    padding: 5px 0px !important;
}
div#contact-form input, div#contact-form textarea {
    border: 1px solid #314158 !important;
    border-radius: 10px !important;
    color: #314158;
}
div#contact-form input::placeholder, div#contact-form textarea::placeholder {
    color: #314158;
    font-size: 14px !important;
}
label.wpforms-field-label {
    color: #314158;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
div#contact-form ul#wpforms-112-field_10 li {
    background: #F8FAFC;
    margin-bottom: 10px !important;
    padding: 10px 10px !important;
    border-radius: 12px !important;
    border: 1px solid #F1F5F9;
}
div#contact-form ul#wpforms-112-field_10 {
    column-count: 2 !important;
    display: block;
}
div#contact-form ul#wpforms-112-field_10 li label.wpforms-field-label-inline {
    font-size: 12px !important;
    color: #45556C;
    font-weight: 700;
    line-height: 22px;
}
div#contact-form legend.wpforms-field-label {
    color: #314158 !important;
    font-size: 14px !important;
}
div#contact-form button#wpforms-submit-112 {
    width: 100%;
    background: #E70A03 !important;
    height: 50px !important;
    border-radius: 12px !important;
}
div#contact-form .iwithtext {
    background: #FFF1F2;
    border: 1px solid #FFE4E6;
    padding: 7px 15px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
}
div#contact-form .iwithtext .iwt-text h5 {
    margin: 0;
}
div#contact-form .iwithtext .iwt-icon {
    position: relative;
}
div#contact-form .iwithtext .iwt-icon img {
    margin: 0;
    width: unset;
}
div#contact-form .iwithtext .iwt-text {
    padding-left: 15px;
    width: 90% !important;
}
div#wpforms-112-field_12-container label.wpforms-field-label-inline {
    font-size: 14px;
}
/* ======================================= */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial h6 span {
    background: #ECFDF5 !important;
}
div#testimonial-inner {
    background-color: #F8FAFC;
    border: 1px solid #F1F5F9;
    padding: 30px 30px !important;
    margin: 0px 10px;
    border-radius: 20px !important;
    transition: .9s;
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/SVG-50.png);
    background-repeat: no-repeat;
    background-position: 90% 6%;
}
div#testimonial-inner em br {
    display: none !important;
}
div#testimonial-inner em {
    font-size: 15px !important;
    text-transform: initial !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}
div#testimonial-inner .wpb_text_column {
    border-bottom: 1px solid #0B56C2;
    padding-bottom: 20px;
}
div#testimonial-inner .iwithtext .iwt-icon {
    position: relative !important;
}
div#testimonial-inner .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px !important;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 15px;
    width: 100%;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#testimonial-inner .iwithtext .iwt-text h4 {
    margin: 0;
}
/* ======================================== */
div#faq {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#faq form.search-form {
    background: #fff !important;
    padding: 10px 10px !important;
    border-radius: 17px !important;
    margin: 0px auto;
    display: table;
    width: 70%;
}
div#faq form.search-form input.search-field {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 17px;
    color: #000 !important;
}
div#faq form.search-form input.search-field::placeholder {
    color: #000;
}
div#faq-globle .toggle.default {
    background: #fff;
    margin-bottom: 10px !important;
    padding: 15px 30px !important;
    border-radius: 16px !important;
    border: 1px solid #314158;
}
div#faq a.nectar-inherit-h4.toggle-heading {
    padding: 0px 40px 0px 30px;
    color: #0B56C2 !important;
    font-size: 16px !important;
    text-transform: intial !important;
    position: relative;
}
div#faq a.nectar-inherit-h4.toggle-heading:after {
    content: "\f107";
    font-family: "fontawesome";
    color: #E70A03 !important;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 2px;
}
div#faq .toggle.default.open a.nectar-inherit-h4.toggle-heading:after {
    transform: rotate(180deg);
}
div#faq a.nectar-inherit-h4.toggle-heading i {
    display: none !important;
}
div#faq a.nectar-inherit-h4.toggle-heading:before {
    content: "";
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/SVG-51.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
div#faq ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    padding: 5px 5px !important;
    border-radius: 10px !important;
}
div#faq ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {
    margin-right: 20px !important;
}
div#faq ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    background: unset !important;
    border: unset !important;
    color: #62748E !important;
    font-weight: 600;
    font-size: 14px !important;
    padding: 5px 30px !important;
}
div#faq ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab a {
    background: #E70A03 !important;
    border-radius: 10px !important;
    color: #fff !important;
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 10px 0 0px 0;
}
div#faq-globle p em {
    font-style: normal;
    padding: 7px 10px !important;
    background: #ECFDF5 !important;
    border-radius: 30px !important;
    text-transform: capitalize !important;
}
/* =========================================== */
div#preview {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#preview .iwithtext .iwt-icon {
    position: relative !important;
}
div#preview .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px !important;
}
div#preview .iwithtext .iwt-text {
    padding-left: 15px;
    width: 100%;
}
div#preview .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#preview .iwithtext .iwt-text h4 {
    margin: 0;
}
div#preview .iwithtext .iwt-text p img {
    margin: 0px !important;
}
div#preview .iwithtext .iwt-text p {
    padding: 0;
}
/* ===================================== */
div#last-section {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
a#btn-one {
    background: #fff !important;
    color: #EC003F;
    border-radius: 30px !important;
    margin: 0px 10px;
        border: 1px solid #fff !important;
}
a#btn-one.outline {
    background: #fff0 !important;
    color: #fff !important;
}
/* ============================= */
div#footer-widgets .row {
    padding: 40px 0px !important;
    border-bottom: 1px solid #fff !important;
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: 0 auto;
    display: table;
}
div#footer-widgets h4 {
    position: relative;
    border-bottom: 2px solid #3AAE2A !important;
    padding-bottom: 10px !important;
    width: fit-content;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3AAE2A;
}
div#custom_html-2 .socliy ul li i {
    background: #fff0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10%;
    transition: .9s;
    font-size: 16px !important;
    border: 1px solid #fff;
}
div#custom_html-2 .socliy ul li:hover i {
    background: #007A55 !important;
    border-color:#007A55 !important;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
    margin-right: 5px;
}
#footer-outer .widget {
    margin-bottom: 10px;
}
div#footer-widgets ul#menu-contact-info li a i {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 50%;
    transition: .9s;
}
div#footer-widgets ul#menu-contact-info li a ruby {
    display: block;
    color: #fff !important;
    font-size: 18px !important;
}
div#footer-widgets ul#menu-contact-info li a {
    position: relative;
    padding-left: 50px !important;
}
div#footer-widgets ul#menu-contact-info li:hover a i {
    background: #007A55 !important;
    border-color: #007A55 !important;
}
div#footer-widgets ul#menu-quick-links li a:before, div#footer-widgets ul#menu-services li a:before {
    content: "\f061";
    position: absolute;
    left: 0;
    color: #F40D49 !important;
    font-family: fontawesome;
    transform: rotate(-45deg);
}
div#footer-widgets ul#menu-quick-links li a, div#footer-widgets ul#menu-services li a {
    position: relative;
    padding-left: 20px !important;
}
div#footer-widgets form.tnp-form {
    display: flex;
    width: 100% !important;
}
div#footer-widgets input.tnp-email {
    border-radius: 40px !important;
}
div#footer-widgets input.tnp-submit {
    width: auto;
    font-size: 0px !important;
    background-color: #fff0 !important;
    padding: 20px 30px !important;
    border-radius: 40px !important;
    transform: unset !important;
    box-shadow: unset !important;
    background-image: url(https://mypreciouskiddos.com/wp-content/uploads/2026/05/.png);
    background-repeat: no-repeat;
    background-position: 43% 50%;
    margin: 5px 5px 5px -65px !important;
}
#footer-outer #footer-widgets .col input[type="submit"] {
    background-color: #007A55 !important;
}
/* ============================ */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
div#text-3 {
    float: left;
}
div#text-3 strong {
    color: #3AAE2A !important;
}
div#nav_menu-6 {
    float: right;
}
div#services-inner .vc_col-sm-4 .vc_column-inner {
    min-height: 400px;
}
div#services-inner .wpb_text_column h2 {
    min-height: 80px;
}
/* ================================ */
@media (max-width: 1600px){}
@media (max-width: 1440px){
    div#text-icon-inner .vc_col-sm-3 .vc_column-inner {
    padding: 10px 10px !important;
    min-height: 180px;
}
}
@media (max-width: 1366px){
    header#top .container .row {
    margin: 10px 5px !important;
}
    div#services-inner .wpb_text_column p {
    min-height: 90px;
}
}
@media (max-width: 1326px){}
@media (max-width: 1280px){}
@media (max-width: 1024px){
	#menu-services a {
  font-size: 10px !important;
}
	#menu-quick-links a {
  font-size: 13px !important;
}
	#menu-contact-info a {
  font-size: 12px !important;
}
	#about .vc_col-sm-6 {
  margin: 0px 100px !important;
}
	#Badge {
  margin: 0px 140px;
  margin-bottom: 20px;
}
	div#services a#btn {
  margin: 0 auto;
  display: table;
  font-size: 9px;
}
	#about h6 {
  margin-top: 10px !important;
}
}

@media (max-width: 912px){
	div#services-inner .vc_col-sm-4 .vc_column-inner {
  min-height: 360px;
}
	#contact-inner {
  margin: 0px 100px;
}
#contact-form {
  margin: 0px 100px;
  margin-top: 30px;
}
	div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
  display: unset;
}
	.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
  margin-right: 20px;
}
	div#services-inner .wpb_text_column h2 {
  min-height: auto !important;
}
	#services-inner {
  margin: 0px 160px;
}
	 div#services-inner .vc_col-sm-4 .vc_column-inner {
    min-height: auto !important;
  }
	#opening-inner {
  margin: 0px 130px;
  margin-bottom: 11px;
}
	#opening-heading .vc_col-sm-4 .vc_column-inner {
  margin: 0px 130px;
}
	#services .aTour {
  display: none !important;
}
}
@media (max-width: 800px){}
@media (max-width: 768px){}
@media (max-width: 480px){
	  header#top .container .row {
    margin: 10px 5px !important;
  }
header#top .container .row {
  padding: 10px 10px !important;
  margin: 10px 3px !important;
  border-radius: 15px;
}
	#header-outer {
  padding: 0px !important;
}
	 #about .vc_col-sm-6 {
    margin: 0px 10px !important;
  }
	div#about .inner-wrap.row-bg-layer::after {
  display: none;
}
	#Badge {
    margin: 0px 10px;
    margin-bottom: 20px;
  }
	div#opening .inner-wrap.row-bg-layer::after {
  display: none;
}
	 #contact-inner {
    margin: 0px 10px;
  }
	#contact-form {
    margin: 0px 10px;
    margin-top: 30px;
  }
	#faq h1 {
  font-size: 20px;
}
	#faq-globle .toggle-title a {
  font-size: 12px !important;
}
	 #menu-services a {
    font-size: 13px !important;
  }
	#last-section h1 {
  font-size: 17px;
}
#last-section h1 br {
  display: none;
}
	#last-section #btn-one {
  margin-bottom: 10px;
}
	#about h6 {
  margin-top: 10px;
}
	#services-inner {
    margin: 0px 0px;
  }
	#opening-heading .vc_col-sm-4 .vc_column-inner {
  margin: 0px 10px;
}
	  #opening-inner {
    margin: 18px 10px;
  }
	div#opening-inner .vc_col-sm-8 ul li:last-child {
  margin-top: 10px;
}
	div#services a#btn {
    font-size: 12px;
  }
	div#faq {
  padding-bottom: 0px !important;
}
	p, li, li a {
  font-size: 13px !important;
}
div#faq a.nectar-inherit-h4.toggle-heading {
  font-size: 13px !important;
}
	#last-section p br {
  display: none;
}
	div#nav_menu-6 {
  float: unset !important;
}
	div#text-3 {
  text-align: center;
}
	#page-header-bg .span_6 h1 {
  font-size: 14px !important;
  line-height: 23px;
}
}
@media (max-width: 428px){}
@media (max-width: 414px){}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}