/*
Theme Name: Becoming Mom
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 27px 0;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}
header#masthead.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    opacity: 1;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*------------ Custom Style--------------*/

.secBlogs .order-md-first {
    order: inherit !important;
}
.secBlogs {
    padding: 120px 0;
    width: 100%;
}
.postBox figure {
    height: 528px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 32px;
    position: relative;
}
.postBox figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.postBox .postContent h3 {
    color: #000;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    padding-right: 20%;
    margin-top: 0;
    margin-bottom: 20px;
}
.postBox .postContent p {
    font-size: 18px;
    line-height: 24px;
    color: #929095;
}
.postBox .postContent .btn-post {
    background: #3F81CF;
    color: #fff;
    padding: 16px 36px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}
.postBox .postContent .btn-post:hover {
    background: #e6869f;
}
.rental-grids .col-12 {
    margin-bottom: 60px;
}
.post-info {
    position: absolute;
    bottom: 0;
    left: 40px;
    padding: 16px 26px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
}
.postContent .excp {
    margin-bottom: 30px;
}
.post-info .dt {
    color: #929095;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.post-info .cat {
    color: #4BA3C3;
    padding-left: 20px;
}
div#sidebar h3.widget-title {
    font-size: 20px;
    color: #3F81CF;
    margin-top: 0;
    margin-bottom: 11px;
}
#sidebar .rpwwt-widget {
    padding: 46px 37px 46px 23px;
    background: #F8F9FA;
}
#sidebar .rpwwt-widget h3.widget-title {
    margin-bottom: 30px;
}

.rpwwt-widget ul li {
    position: relative;
    overflow: inherit;
    margin-bottom: 50px;
}
.rpwwt-widget ul li a {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.rpwwt-widget ul li .rpwwt-post-date {
    font-size: 13px;
    color: #88919B;
    position: absolute;
    top: 0;
    left: 85px;
}
.rpwwt-widget ul li .rpwwt-post-title {
    position: relative;
    top: 20px;
}
.rpwwt-widget ul li img {
    width: 100px;
    height: 93px;
    border-radius: 4px;
}
.rpwwt-widget ul {
    margin: 0;
}
div#sidebar .search-form  .input-group {
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #A5A4A7;
    background: #fff;
}
div#sidebar .search-form .input-group .form-control {
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 22px;
    font-size: 14px;
    color: #88919B;
}
div#sidebar .search-form .input-group .btn.btn-secondary {
    background: url('inc/assets/images/icon-search.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: none;
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 10px;
    box-shadow: none;
    outline: none;
}
div#sidebar .search-form {
    padding: 60px 30px 34px 30px;
    background: #f8f9fa;
    margin-bottom: 40px;
}
div#widget-area>h3.widget-title {
    position: relative;
    top: 60px;
    left: 40px;
}
div#widget-area {
    margin-top: -30px;
}
.single-post div#sidebar,
.single-families div#sidebar {
    display: none;
}
.single-post #wrapper .col-md-8.col-sm-12:not(.tags),
.single-families #wrapper .col-md-8.col-sm-12:not(.tags){
    width: 100%;
}
.postInner .post-info {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    background: transparent;
    margin-bottom: 22px;
}
.postInner {
    /* margin: 0 auto; */
    padding-top: 65px;
}
.postInner .intro {
    text-align: center;
}
.postInner .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cat-list li {
    display: inline;
    margin-right: 6px;
}
.cat-list li a {
    display: inline-block;
    padding: 16px 26px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #3f81cf;
    border-radius: 60px;
    color: #1E1E1E;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}
.cat-list li.active a,.cat-list li a:hover {
    background: #3f81cf;
    color: #fff;
}
.search-event .input-field {
    display: flex;
    height: 50px;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.search-event .input-field .form-control {
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 22px;
    font-size: 15px;
    box-shadow: none;
    outline: none;
}
.search-event .input-field .btn-submit {
    height: 100%;
    width: 52px;
    font-size: 0;
    background: url('inc/assets/images/icon-search.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 0;
}
.cat-search {
    margin-bottom: 60px;
}
.eventBox {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 15px 40px #34375121;
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}
.eventBox figure {
    height: 200px;
    overflow: hidden;
    margin-bottom: 34px;
}
.eventBox figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.eventBox  .event-content {
    position: relative;
    padding: 0 33px 0 90px;
}
.eventBox .event-content .date {
    position: absolute;
    left: 9px;
}
.eventBox .event-content h3 {
    color: #1E1E1E;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.eventBox .event-content p {
    font-size: 18px;
    line-height: 24px;
    color: #1E1E1E;
}
.postInner .intro h2 {margin-bottom: 22px;}
.postInner .thumb {
    height: 530px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.postInner .thumb im {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.postInner .ctn .vc_row {
    margin-bottom: 30px;
}
.postInner .ctn .vc_row.secQuote {
    padding: 40px 14%;
    border-radius: 10px;
}
.postInner .ctn .vc_row.secQuote p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 37px;
}
.postInner .ctn .vc_row .vc_column-inner {
    padding-top: 0 !important;
}
.postInner .ctn .vc_row.secQuote .wpb_single_image {
    position: absolute;
    top: 10px;
    right: -90px;
}
.postInner .wpb_image_grid .wpb_image_grid_ul {
    height: auto !important;
    display: flex;
}
.postInner .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    height: 190px;
    border-radius: 10px;
    max-width: 25%;
    flex: 25%;
    padding: 0 10px;
}
.tag-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tag-share ul li {
    display: inline;
}
.tag-share ul li a {
    padding: 17px 20px;
    font-size: 14px;
    border: 1px solid #88919B;
    border-radius: 40px;
    display: inline-block;
    line-height: 1;
    color: #88919B;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}
.tag-share ul li a:hover {
    background: #88919B;
    color: #fff;
}
.at-resp-share-element .at-share-btn .at-label {
    display: none;
}
.at-share-btn-elements {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}
.at-style-responsive .at-share-btn {
    background: transparent !important;
    margin: 0 !important;
    padding-right: 10px !important;
    margin-right: 3px !important;
    border-right: 1px solid #ddd !important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label {
    fill: #929095;
}
.at-style-responsive .at-share-btn:last-child {
    margin: 0 !important;
    border: none !important;
}
.post-navigation.d-flex.justify-content-between {
    margin: 0 auto;
    padding: 55px 0;
	width:100%;
}
hr.mt-5 {
    max-width: 79%;
    margin: 0 auto;
}
.post-navigation  .btn {
    border: none;
    box-shadow: none !important;
    padding: 0;
    outline: none;
    background: transparent !important;
    color: #000 !important;
}
.post-navigation .btn .arrow {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}
.post-navigation .btn.previous-post {
    text-align: left;
    margin-right: 40px;
}
.post-navigation .btn .title {
    color: #88919B;
    font-size: 24px;
    font-family: 'Suisse Intl';
    font-style: italic;
    font-weight: 400;
     
}

.post-navigation .next-post.btn {
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 80px;
}

.post-navigation .btn:hover .arrow {
    color: #3F81CF;
}


.bg-faded.sidebar-nav {
    display: none;
}
.eventBox .cat-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px 23px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.eventBox .cat-btn .cat {
    padding: 8px 18px;
    background: #3F81CF;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}
.eventBox .cat-btn .btn-event a {
    color: #3f81cf;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.events-grids .col-md-4 {
    margin-bottom: 60px;
}
.eventBox .event-content .date .dt {
    font-size: 22px;
    font-weight: 600;
    color: #3f81cf;
}
.custom-pagination ul,
.navigation ol.wp-paginate {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.custom-pagination ul li a,
.navigation ol.wp-paginate li a,
.navigation ol.wp-paginate li span.current {
    padding: 14px 20px;
    color: #929095;
    font-size: 17px;
    line-height: 1;
    border: 1px solid #3f81cf;
    border-radius: 5px;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out !IMPORTANT;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 51px;
}
.custom-pagination ul li,
.navigation ol.wp-paginate li{
    margin: 0 5px;
}
.navigation ol.wp-paginate li span.title {
    display: none;
}
 .navigation ol.wp-paginate {
    margin-bottom: 0px !important;
} 
.custom-pagination ul li a:hover,
.navigation ol.wp-paginate li a:hover,
.custom-pagination ul li.active a,
.navigation ol.wp-paginate li span.current {
    background: #3f81cf;
    color: #fff;
}
.colAdopt:after {
    content: '';
    height: 100%;
    width: 30%;
    background: url('inc/assets/images/adopt-right.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    position: absolute;
    right: 0;
    top: 0;
}
.colAdopt:before {
    content: '';
    height: 100%;
    width: 30%;
    background: url(inc/assets/images/adopt-left.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 0;
}
.what-abt-sec .vc_column-inner {
    position: relative;
}
.what-abt-sec .vc_column-inner:before {
    content: '';
    height: 100%;
    width: 30%;
    background: url('inc/inc/assets/images/work-left.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main-bx-sec:before {
    content: '';
    height: 100%;
    width: 50%;
    background: url('inc/assets/images/pg-left.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    position: absolute;
    left: -28%;
    top: 7%;
    z-index: -1;
}
.main-bx-sec:after {
    content: '';
    height: 100%;
    width: 50%;
    background: url('inc/assets/images/pg-right.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    position: absolute;
    right: -14%;
    bottom: -10%;
    z-index: -1;
}
.secHealthy .wpb_column,.main-bx-sec {position: relative;}
#video-slider .owl-nav {
    display: block;
    position: static;
}
#video-slider .owl-nav button {
    height: 37px;
    width: 37px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: -30px;
    color: #000 !important;
}
#video-slider .owl-nav .owl-next {
    right: -30px;
    left: auto;
}
.bread .sep {
    margin: 0 6px;
}
.blog .order-md-first {
    order: inherit !important;
}
.blog .postBox {
    margin-bottom: 60px;
}
.blog .inner-head {
    margin-bottom: 100px;
}
.rpwwt-widget ul li {
    margin-bottom: 40px !important;
    overflow: visible !important;
}
.rpwwt-widget ul li:last-child {
    margin-bottom: 0 !important;
}
.post-type-archive-families .postBox {
    margin-bottom: 60px;
}
.post-type-archive-families .order-md-first {
    order: inherit !important;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper {
    padding: 16px 26px !important;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #3f81cf !important;
    border-radius: 40px !important;
}
.wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label {
    border: none !important;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper a {
    color: #000;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper:hover {
    background: #3f81cf !important;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper:hover a {
    color: #fff;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, 
.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, 
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, 
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, 
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, 
.wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-widget-main-wrapper li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, 
body .wpc-filters-widget-main-wrapper li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
    opacity: 1 !important;
}
.secEvents .wpb_widgetised_column {
    display: inline-block;
    margin: 0;
}
.secEvents  .cat-search {
    margin-top: -110px;
}
.post-type-archive-families .inner-head {
    margin-bottom: 90px;
}
.navigation ol.wp-paginate li a.next,
.navigation ol.wp-paginate li a.prev {
    font-size: 0;
    position: relative;
}
.navigation ol.wp-paginate li a.next:before,
.navigation ol.wp-paginate li a.prev:before {
    content: '';
    width: 14px;
    height: 9px;
    background: url('inc/assets/images/right__arrow.svg');
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	    background-repeat: no-repeat !important;
    background-position: center !important;
}
.navigation ol.wp-paginate li a.next:hover:before,
.navigation ol.wp-paginate li a.prev:hover:before {
    filter: brightness(0) invert(1);
}

.navigation ol.wp-paginate li a.prev:before {
    transform: rotate(-180deg);
}


/* Timeline */

.adoption-section .right-col .show-block>.wpb_wrapper, .adoption-section .left-col .show-block>.wpb_wrapper {
    width: 49%;
    margin-left: auto;
    padding: 40px 36px;
    box-shadow: 0px 3px 26px #0000000f;
    border-radius: 20px;
    position: relative;
    background: #fff !important;
    margin-right: 110px;
    cursor: pointer;
}
.adoption-section .right-col .show-block>.wpb_wrapper h2, .adoption-section .left-col .show-block>.wpb_wrapper h2 {
    letter-spacing: 0px;
    color: #343751;
    font-size: 26px;
    font-family: 'Futura Hv BT';
    font-style: normal;
    margin-bottom: 10px;
    line-height: 1.5;
    text-overflow: ellipsis;
    --max-lines: 1;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    overflow: hidden;
}
.adoption-section .right-col .show-block>.wpb_wrapper p, .adoption-section .left-col .show-block>.wpb_wrapper p {
    color: #343751;
    font-family: 'Futura Bk BT';
    font-size: 22px;
    line-height: 1.3;
    text-overflow: ellipsis;
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    overflow: hidden;
}
.adoption-section .right-col .show-block>.wpb_wrapper:before, .adoption-section .left-col .show-block>.wpb_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #E6869F;
    z-index: -1;
    left: -40px;
    top: -40px;
}
.adoption-section .right-col .hidden-block, .adoption-section .left-col .hidden-block {
    position: absolute;
    box-shadow: 0px 0px 30px #0000001A;
    border: 0.5px solid #e5859e38;
    padding: 40px 40px !important;
    border-radius: 20px;
    width: 76%;
    background: #fff;
    display: none;
    z-index: 9;
}
.adoption-section .right-col .hidden-block h3, .adoption-section .left-col .hidden-block h3 {
    letter-spacing: 0px;
    color: #343751;
    font-size: 22px;
    font-family: 'Futura Hv BT';
    font-style: normal;
    margin-bottom: 10px;
}
.adoption-section .right-col .hidden-block p, .adoption-section .left-col .hidden-block p {
    font-size: 18px;
}
.adoption-section .right-col .hidden-block:after, .adoption-section .left-col .hidden-block:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background: #fff;
    top: -7px;
    right: 60px;
    transform: rotate(45deg);
    border-top: 0.5px solid #e5859e38;
    border-left: 0.5px solid #e5859e38;
}
.adoption-section .right-col .vc_column-inner, .adoption-section .left-col .vc_column-inner {
    padding-bottom: 30px;
}
.adoption-section .left-col .show-block>.wpb_wrapper {
    margin-right: auto;
    margin-left: 140px;
}
.adoption-section .right-col .vc_column-inner:after, .adoption-section .left-col .vc_column-inner:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #7b4b63;
    top: 48%;
    right: -1px;
}
.adoption-section .right-col .vc_column-inner {
    position: relative;
}
.adoption-section .right-col .vc_column-inner:before, .adoption-section .left-col .vc_column-inner:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/11/Group-14665.svg);
    width: 63px;
    height: 63px;
    right: -30px;
    top: 31%;
}
.adoption-section .right-col .vc_column-inner>.wpb_wrapper:after, .adoption-section .left-col .vc_column-inner>.wpb_wrapper:after {
    content: "";
    position: absolute;
    width: 42%;
    height: 4px;
    background: #7b4b63;
    top: 56%;
    right: 0;
    z-index: -1;
}
.adoption-section .right-col .vc_column-inner>.wpb_wrapper, .adoption-section .left-col .vc_column-inner>.wpb_wrapper {
    position: relative;
}
.adoption-section .left-col .vc_column-inner>.wpb_wrapper:after {
    right: unset;
    left: 0;
    width: 45%;
    z-index: -11;
    top: 36%;
}
.adoption-section .left-col .vc_column-inner:before {
    right: unset;
    left: -30px;
    top: 18%;
}
.adoption-section .left-col .vc_column-inner:after {
    right: unset;
    left: -3px;
    top: 32%;
}
.adoption-section .vc_row:last-child .left-col .vc_column-inner:after, .adoption-section .vc_row:last-child .right-col .vc_column-inner:after {
    display: none;
}
.adoption-section .right-col .shown-block, .adoption-section .left-col .shown-block {
    display: block;
}
.adoption-section .left-col .shown-block {
    right: 0;
}
.adoption-section .left-col .hidden-block:after {
    right: unset;
    left: 60px;
}
.adoption-section .left-col .hidden-block {
    right: 0;
}
.adoption-section .right-col .vc_column-inner:after {
    height: 88%;
}
.search-results .inner-head {
    margin-bottom: 80px;
}
.search-results .page-header {
    margin-bottom: 40px;
    color: #000;
}
.search-results .page-header h1 {
    font-weight: 700;
}
.search-results .postBox {
    margin-bottom: 60px;
}
.search-templating div#sidebar {
    width: 100%;
}

/* Search Bar */


.nothing-found {
    padding-top: 50px;
    padding-bottom: 70px;
}
.post-type-archive-families .row:not(.search_blog_family) .col-md-8.col-sm-12,
.blog .row:not(.search_blog_family) .col-md-8{
    width: 100%;
}
#wrapper .row.search_blog_family .col-sm-12.col-md-8,
#wrapper .row.search_blog_family .col-sm-12.col-md-8 {
    width: 66.66666667%;
}
#wrapper .row.search_blog_family {
    flex-direction: row-reverse;
}
.back-padd {
    padding: 46px 37px 46px 23px;
    background: #F8F9FA;
    margin-bottom: 40px;
}
.related-posts ul {
    padding: 0;
    list-style: none;
}
.related-posts ul a {
    display: flex;
}
.related-posts ul a .title-date {
    padding-left: 10px;
}
.related-posts ul a .title-date .rpwwt-post-date {
    font-size: 13px;
    color: #88919B;
}
.related-posts ul a .title-date .rpwwt-post-title {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.related-posts ul li {
    margin-bottom: 30px !important;
}
.related-posts ul li:last-child {
    margin: 0 !important;
}
.related-posts ul li img {
    object-fit: cover;
    object-position: center;
}
.back-padd h3.widget-title {
    font-size: 20px;
    color: #3F81CF;
    margin-top: 0;
    margin-bottom: 20px;
}
.input-group .input-field {
    height: 48px;
    background: transparent;
    padding: 0 22px;
    font-size: 14px;
    color: #88919B;
    border: 1px solid #ced4da !important;
    border-radius: 30px !important;
    width: 100%;
    background: #fff;
}
.input-group .input-field:focus {
    outline: none;
}
.input-group input.adminbar-button {
    background: url(inc/assets/images/icon-search.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: none;
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 10px;
    box-shadow: none;
    outline: none;
}
.navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    padding-left: 160px;
}
.navigation ul li a {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #929095;
    font-size: 17px;
    border: 1px solid #929095c7;
    border-radius: 5px;
    margin-right: 11px;
}
.navigation ul li a.btn-secondary {
    font-size: 0;
    background-color: transparent;
    background-image: url(inc/assets/images/right__arrow.svg);
}/*!
Theme Name: Adoption Works
Theme URI: https://them.es/starter
Author: Agency Partner Interactive
Author URI: https://agencypartner.com
Description: 
Version: 3.3.1
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: adoption-works
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}











/*------------ Custom Style--------------*/

.secBlogs .order-md-first {
    order: inherit !important;
}
.secBlogs {
    padding: 120px 0;
    width: 100%;
}
.postBox figure {
    height: 528px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 32px;
    position: relative;
}
.postBox figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.postBox .postContent h3 {
    color: #000;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    padding-right: 20%;
    margin-top: 0;
    margin-bottom: 20px;
}
.postBox .postContent p {
    font-size: 18px;
    line-height: 24px;
    color: #929095;
}
.postBox .postContent .btn-post {
    background: #3F81CF;
    color: #fff;
    padding: 16px 36px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}
.postBox .postContent .btn-post:hover {
    background: #e6869f;
}
.rental-grids .col-12 {
    margin-bottom: 60px;
}
.post-info {
    position: absolute;
    bottom: 0;
    left: 40px;
    padding: 16px 26px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
}
.postContent .excp {
    margin-bottom: 30px;
}
.post-info .dt {
    color: #929095;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.post-info .cat {
    color: #4BA3C3;
    padding-left: 20px;
}
blockquote {
    background: #4BA3C3;
    color: #fff;
    line-height: 40px !important;
    padding: 60px 140px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
blockquote p {
    margin: 0;
    line-height: 1.4;
    font-size: 25px;
}
blockquote:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 30px;
    background: url(/wp-content/uploads/2023/01/Group-7985.svg);
    width: 52px;
    height: 44px;
    background-size: cover;
    background-repeat: no-repeat;
}
div#sidebar h3.widget-title {
    font-size: 20px;
    color: #3F81CF;
    margin-top: 0;
    margin-bottom: 11px;
}
#sidebar .rpwwt-widget {
    padding: 46px 37px 46px 23px;
    background: #F8F9FA;
}
#sidebar .rpwwt-widget h3.widget-title {
    margin-bottom: 30px;
}

.rpwwt-widget ul li {
    position: relative;
    overflow: inherit;
    margin-bottom: 50px;
}
.rpwwt-widget ul li a {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.rpwwt-widget ul li .rpwwt-post-date {
    font-size: 13px;
    color: #88919B;
    position: absolute;
    top: 0;
    left: 85px;
}
.rpwwt-widget ul li .rpwwt-post-title {
    position: relative;
    top: 20px;
}
.rpwwt-widget ul li img {
    width: 100px;
    height: 93px;
    border-radius: 4px;
}
.rpwwt-widget ul {
    margin: 0;
}
div#sidebar .search-form  .input-group {
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #A5A4A7;
    background: #fff;
}
div#sidebar .search-form .input-group .form-control {
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 22px;
    font-size: 14px;
    color: #88919B;
}
div#sidebar .search-form .input-group .btn.btn-secondary {
    background: url('inc/assets/images/icon-search.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: none;
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 10px;
    box-shadow: none;
    outline: none;
}
div#sidebar .search-form {
    padding: 60px 30px 34px 30px;
    background: #f8f9fa;
    margin-bottom: 40px;
}
div#widget-area>h3.widget-title {
    position: relative;
    top: 60px;
    left: 40px;
}
div#widget-area {
    margin-top: -30px;
}
.single-post div#sidebar,
.single-families div#sidebar {
    display: none;
}
.single-post #wrapper .col-md-8.col-sm-12:not(.tags),
.single-families #wrapper .col-md-8.col-sm-12:not(.tags){
    width: 100%;
}
.postInner .post-info {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    background: transparent;
    margin-bottom: 22px;
}
.postInner {
    /* margin: 0 auto; */
    padding-top: 35px;
}
.postInner .intro {
    text-align: center;
}
.postInner .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cat-list li {
    display: inline;
    margin-right: 6px;
}
.cat-list li a {
    display: inline-block;
    padding: 16px 26px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #3f81cf;
    border-radius: 60px;
    color: #1E1E1E;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}
.cat-list li.active a,.cat-list li a:hover {
    background: #3f81cf;
    color: #fff;
}
.search-event .input-field {
    display: flex;
    height: 50px;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.search-event .input-field .form-control {
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 22px;
    font-size: 15px;
    box-shadow: none;
    outline: none;
}
.search-event .input-field .btn-submit {
    height: 100%;
    width: 52px;
    font-size: 0;
    background: url('inc/assets/images/icon-search.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 0;
}
.cat-search {
    margin-bottom: 60px;
}
.eventBox {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 15px 40px #34375121;
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}
.eventBox figure {
    height: 200px;
    overflow: hidden;
    margin-bottom: 34px;
}
.eventBox figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.eventBox  .event-content {
    position: relative;
    padding: 0 33px 0 90px;
}
.eventBox .event-content .date {
    position: absolute;
    left: 9px;
}
.eventBox .event-content h3 {
    color: #1E1E1E;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.eventBox .event-content p {
    font-size: 18px;
    line-height: 24px;
    color: #1E1E1E;
}
.postInner .intro h2 {margin-bottom: 22px;}
.postInner .thumb {
    height: 530px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.postInner .thumb im {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.postInner .ctn .vc_row {
    margin-bottom: 30px;
}
.postInner .ctn .vc_row.secQuote {
    padding: 40px 14%;
    border-radius: 10px;
}
.postInner .ctn .vc_row.secQuote p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 37px;
}
.postInner .ctn .vc_row .vc_column-inner {
    padding-top: 0 !important;
}
.postInner .ctn .vc_row.secQuote .wpb_single_image {
    position: absolute;
    top: 10px;
    right: -90px;
}
.postInner .wpb_image_grid .wpb_image_grid_ul {
    height: auto !important;
    display: flex;
}
.postInner .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    height: 190px;
    border-radius: 10px;
    max-width: 25%;
    flex: 25%;
    padding: 0 10px;
}
.tag-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tag-share ul li {
    display: inline;
}
.tag-share ul li a {
    padding: 16px 20px 17px;
    font-size: 14px;
    border: 1px solid #CFD3D8;
    border-radius: 40px;
    display: inline-block;
    line-height: 1;
    color: #88919B;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}
.tag-share ul li a:hover {
    background: #88919B;
    color: #fff;
}
.at-resp-share-element .at-share-btn .at-label {
    display: none;
}
.at-share-btn-elements {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}
.at-style-responsive .at-share-btn {
    background: transparent !important;
    margin: 0 !important;
    padding-right: 10px !important;
    margin-right: 3px !important;
    border-right: 1px solid #ddd !important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label {
    fill: #E6869F;
}
.at-style-responsive .at-share-btn:last-child {
    margin: 0 !important;
    border: none !important;
}
.post-navigation.d-flex.justify-content-between {
    padding: 55px 0;
}
hr.mt-5 {
    max-width: 79%;
    margin: 0 auto;
}
.post-navigation  .btn {
    border: none;
    box-shadow: none !important;
    padding: 0;
    outline: none;
    background: transparent !important;
    color: #000 !important;
}
.post-navigation .btn .arrow {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}
.post-navigation .btn.previous-post {
    text-align: left;
    margin-right: 40px;
}
.post-navigation .btn .title {
    color: #88919B;
    font-size: 24px;
    font-family: 'Suisse Intl';
    font-style: italic;
    font-weight: 400;
     
}

.post-navigation .next-post.btn {
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 80px;
}

.post-navigation .btn:hover .arrow {
    color: #3F81CF;
}


.bg-faded.sidebar-nav {
    display: none;
}
.eventBox .cat-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px 23px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.eventBox .cat-btn .cat {
    padding: 8px 18px;
    background: #3F81CF;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}
.eventBox .cat-btn .btn-event a {
    color: #3f81cf;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.events-grids .col-md-4 {
    margin-bottom: 60px;
}
.eventBox .event-content .date .dt {
    font-size: 22px;
    font-weight: 600;
    color: #3f81cf;
}
.custom-pagination ul,
.navigation ol.wp-paginate {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.custom-pagination ul li a,
.navigation ol.wp-paginate li a,
.navigation ol.wp-paginate li span.current {
    padding: 14px 20px;
    color: #929095;
    font-size: 17px;
    line-height: 1;
    border: 1px solid #3f81cf;
    border-radius: 5px;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out !IMPORTANT;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 51px;
}
.custom-pagination ul li,
.navigation ol.wp-paginate li{
    margin: 0 5px;
}
.navigation ol.wp-paginate li span.title {
    display: none;
}
.navigation ol.wp-paginate {
    margin-bottom: 0px;
}
.custom-pagination ul li a:hover,
.navigation ol.wp-paginate li a:hover,
.custom-pagination ul li.active a,
.navigation ol.wp-paginate li span.current {
    background: #4BA3C3;
    color: #fff;
}
.secHealthy .vc_col-sm-6:first-child:before {
    content: '';
    height: 100%;
    width: 46%;
    background: url('inc/assets/images/healthy-left.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
}
.secHealthy .vc_col-sm-6:last-child:before {
    content: '';
    height: 100%;
    width: 70%;
    background: url('inc/assets/images/healthy-right.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: unset;
    background-size: contain;
}
.colAdopt:after {
    content: '';
    height: 100%;
    width: 16%;
    background: url('inc/assets/images/adopt-right.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    position: absolute;
    right: 0;
    top: 0;
    /* z-index: -1; */
}
.colAdopt:before {
    content: '';
    height: 100%;
    width: 20%;
    background: url('inc/assets/images/adopt-left.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 0;
}
.what-abt-sec .vc_column-inner {
    position: relative;
}
.what-abt-sec .vc_column-inner:before {
    content: '';
    height: 100%;
    width: 36%;
    background: url('inc/assets/images/work-left.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main-bx-sec:before {
    content: '';
    height: 100%;
    width: 50%;
    background: url('inc/assets/images/pg-left.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    position: absolute;
    left: -28%;
    top: 7%;
    z-index: -1;
}
.main-bx-sec:after {
    content: '';
    height: 100%;
    width: 50%;
    background: url('inc/assets/images/pg-right.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    position: absolute;
    right: -14%;
    bottom: -2%;
    z-index: -1;
}
.secHealthy .wpb_column,.main-bx-sec {position: relative;}
#video-slider .owl-nav {
    display: block;
    position: static;
}
#video-slider .owl-nav .owl-next {font-size: 0;background-color: transparent;border: none;background-image: url(/wp-content/uploads/2023/01/Group-14218.svg);background-size: cover;outline: none !important;}
.bread .sep {
    margin: 0 6px;
}
.video-section .owl-stage {
    display: flex;
}
.video-section .owl-stage-outer {
    overflow: hidden;
}
#video-slider .owl-nav button.owl-prev {
    font-size: 0;
    background-color: transparent;
    border: none;
    background-image: url(/wp-content/uploads/2023/01/Group-14218.svg);
    background-size: cover;
    transform: rotate(180deg);
    outline: none !important;
}
.blog .order-md-first {
    order: inherit !important;
}
.blog .postBox {
    margin-bottom: 60px;
}
.blog .inner-head {
    margin-bottom: 100px;
}
.rpwwt-widget ul li {
    margin-bottom: 40px !important;
    overflow: visible !important;
}
.rpwwt-widget ul li:last-child {
    margin-bottom: 0 !important;
}
.post-type-archive-families .postBox {
    margin-bottom: 60px;
}
.post-type-archive-families .order-md-first {
    order: inherit !important;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper {
    padding: 16px 26px !important;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #3f81cf !important;
    border-radius: 40px !important;
}
.wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label {
    border: none !important;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper a {
    color: #000;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper:hover {
    background: #3f81cf !important;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label .wpc-filter-label-wrapper:hover a {
    color: #fff;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, 
.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, 
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, 
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, 
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, 
.wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-widget-main-wrapper li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, 
body .wpc-filters-widget-main-wrapper li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
    opacity: 1 !important;
}
.secEvents .wpb_widgetised_column {
    display: inline-block;
    margin: 0;
}
.secEvents  .cat-search {
    margin-top: -110px;
}
.post-type-archive-families .inner-head {
    margin-bottom: 90px;
}
.navigation ol.wp-paginate li a.next,
.navigation ol.wp-paginate li a.prev {
    font-size: 0;
    position: relative;
}
.navigation ol.wp-paginate li a.next:before,
.navigation ol.wp-paginate li a.prev:before {
    content: '';
    width: 14px;
    height: 9px;
    background: url('inc/assets/images/right__arrow.svg');
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	    background-repeat: no-repeat !important;
    background-position: center !important;
}
.navigation ol.wp-paginate li a.next:hover:before,
.navigation ol.wp-paginate li a.prev:hover:before {
    filter: brightness(0) invert(1);
}

.navigation ol.wp-paginate li a.prev:before {
    transform: rotate(-180deg);
}
.ser-list .navigation {
    margin: 0 auto;
	margin-top:40px !important; 
}
.ser-list .navigation span.page.current {
    background: #4BA3C3;
    border-color: #4BA3C3 !important;
}
.ser-list .navigation a {
    border-color: #929095 !important;
}

/* Timeline */

.adoption-section .right-col .show-block>.wpb_wrapper, .adoption-section .left-col .show-block>.wpb_wrapper {
    width: 49%;
    margin-left: auto;
    padding: 40px 36px;
    box-shadow: 0px 3px 26px #0000000f;
    border-radius: 20px;
    position: relative;
    background: #fff !important;
    margin-right: 110px;
    cursor: pointer;
}
.adoption-section .right-col .show-block>.wpb_wrapper h2, .adoption-section .left-col .show-block>.wpb_wrapper h2 {
    letter-spacing: 0px;
    color: #343751;
    font-size: 26px;
    font-family: 'Futura Hv BT';
    font-style: normal;
    margin-bottom: 10px;
    line-height: 1.5;
    text-overflow: ellipsis;
    --max-lines: 1;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    overflow: hidden;
}
.adoption-section .right-col .show-block>.wpb_wrapper p, .adoption-section .left-col .show-block>.wpb_wrapper p {
    color: #343751;
    font-family: 'Futura Bk BT';
    font-size: 22px;
    line-height: 1.3;
    text-overflow: ellipsis;
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    overflow: hidden;
}
.adoption-section .right-col .show-block>.wpb_wrapper:before, .adoption-section .left-col .show-block>.wpb_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #E6869F;
    z-index: -1;
    left: -40px;
    top: -40px;
}
.adoption-section .right-col .hidden-block, .adoption-section .left-col .hidden-block {
    position: absolute;
    box-shadow: 0px 0px 30px #0000001A;
    border: 0.5px solid #e5859e38;
    padding: 40px 40px !important;
    border-radius: 20px;
    width: 76%;
    background: #fff;
    display: none;
    z-index: 9;
}
.adoption-section .right-col .hidden-block h3, .adoption-section .left-col .hidden-block h3 {
    letter-spacing: 0px;
    color: #343751;
    font-size: 22px;
    font-family: 'Futura Hv BT';
    font-style: normal;
    margin-bottom: 10px;
}
.adoption-section .right-col .hidden-block p, .adoption-section .left-col .hidden-block p {
    font-size: 18px;
}
.adoption-section .right-col .hidden-block:after, .adoption-section .left-col .hidden-block:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background: #fff;
    top: -7px;
    right: 60px;
    transform: rotate(45deg);
    border-top: 0.5px solid #e5859e38;
    border-left: 0.5px solid #e5859e38;
}
.adoption-section .right-col .vc_column-inner, .adoption-section .left-col .vc_column-inner {
    padding-bottom: 30px;
}
.adoption-section .left-col .show-block>.wpb_wrapper {
    margin-right: auto;
    margin-left: 140px;
}
.adoption-section .right-col .vc_column-inner:after, .adoption-section .left-col .vc_column-inner:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #7b4b63;
    top: 48%;
    right: -1px;
}
.adoption-section .right-col .vc_column-inner {
    position: relative;
}
.adoption-section .right-col .vc_column-inner:before, .adoption-section .left-col .vc_column-inner:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/11/Group-14665.svg);
    width: 63px;
    height: 63px;
    right: -30px;
    top: 31%;
}
.adoption-section .right-col .vc_column-inner>.wpb_wrapper:after, .adoption-section .left-col .vc_column-inner>.wpb_wrapper:after {
    content: "";
    position: absolute;
    width: 42%;
    height: 4px;
    background: #7b4b63;
    top: 56%;
    right: 0;
    z-index: -1;
}
.adoption-section .right-col .vc_column-inner>.wpb_wrapper, .adoption-section .left-col .vc_column-inner>.wpb_wrapper {
    position: relative;
}
.adoption-section .left-col .vc_column-inner>.wpb_wrapper:after {
    right: unset;
    left: 0;
    width: 45%;
    z-index: -11;
    top: 36%;
}
.adoption-section .left-col .vc_column-inner:before {
    right: unset;
    left: -30px;
    top: 18%;
}
.adoption-section .left-col .vc_column-inner:after {
    right: unset;
    left: -3px;
    top: 32%;
}
.adoption-section .vc_row:last-child .left-col .vc_column-inner:after, .adoption-section .vc_row:last-child .right-col .vc_column-inner:after {
    display: none;
}
.adoption-section .right-col .shown-block, .adoption-section .left-col .shown-block {
    display: block;
}
.adoption-section .left-col .shown-block {
    right: 0;
}
.adoption-section .left-col .hidden-block:after {
    right: unset;
    left: 60px;
}
.adoption-section .left-col .hidden-block {
    right: 0;
}
.adoption-section .right-col .vc_column-inner:after {
    height: 88%;
}
.search-results .inner-head {
    margin-bottom: 80px;
}
.search-results .page-header {
    margin-bottom: 40px;
    color: #000;
}
.search-results .page-header h1 {
    font-weight: 700;
}
.search-results .postBox {
    margin-bottom: 60px;
}
.search-templating div#sidebar {
    width: 100%;
}

/* Search Bar */


.nothing-found {
    padding-top: 50px;
    padding-bottom: 70px;
}
.post-type-archive-families .row:not(.search_blog_family) .col-md-8.col-sm-12,
.blog .row:not(.search_blog_family) .col-md-8{
    width: 100%;
}
#wrapper .row.search_blog_family .col-sm-12.col-md-8,
#wrapper .row.search_blog_family .col-sm-12.col-md-8 {
    width: 66.66666667%;
}
#wrapper .row.search_blog_family {
    flex-direction: row-reverse;
}
.back-padd {
    padding: 46px 37px 46px 23px;
    background: #F8F9FA;
    margin-bottom: 40px;
}
.related-posts ul {
    padding: 0;
    list-style: none;
}
.related-posts ul a {
    display: flex;
}
.related-posts ul a .title-date {
    padding-left: 10px;
}
.related-posts ul a .title-date .rpwwt-post-date {
    font-size: 13px;
    color: #88919B;
}
.related-posts ul a .title-date .rpwwt-post-title {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.related-posts ul li {
    margin-bottom: 30px !important;
}
.related-posts ul li:last-child {
    margin: 0 !important;
}
.related-posts ul li img {
    object-fit: cover;
    object-position: center;
}
.back-padd h3.widget-title {
    font-size: 20px;
    color: #3F81CF;
    margin-top: 0;
    margin-bottom: 20px;
}
.input-group .input-field {
    height: 48px;
    background: transparent;
    padding: 0 22px;
    font-size: 14px;
    color: #88919B;
    border: 1px solid #ced4da !important;
    border-radius: 30px !important;
    width: 100%;
    background: #fff;
}
.input-group .input-field:focus {
    outline: none;
}
.input-group input.adminbar-button {
    background: url(inc/assets/images/icon-search.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: none;
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 10px;
    box-shadow: none;
    outline: none;
}
.navigation {
    padding-bottom: 100px;
}
.navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    padding-left: 160px;
}
.navigation ul li a {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #929095;
    font-size: 17px;
    border: 1px solid #929095c7;
    border-radius: 5px;
    margin-right: 11px;
}
.navigation ul li a.btn-secondary {
    font-size: 0;
    background-color: transparent;
    background-image: url(inc/assets/images/right__arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.navigation ul li.prev a.btn-secondary {
    transform: rotate(180deg);
}
.navigation ul li.active a {
    background: #4485cb !important;
    color: #fff;
    border-color: #4485cb !important;
}
.navigation ul li a:hover {
    background-color: #4485cb !important;
    color: #fff;
    border-color: #4485cb !important;
}
.navigation ul li a {
    transition: 0.5s;
}
.navigation ul li a.btn-secondary:hover {
    background-color: #fff !important;
    border-color: #aaa8ac !important;
}
.home div#content {
    padding-top: 121px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-BookItalic.eot');
    src: url('../fonts/FuturaBT-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-BookItalic.woff2') format('woff2'),
        url('../fonts/FuturaBT-BookItalic.woff') format('woff'),
        url('../fonts/FuturaBT-BookItalic.ttf') format('truetype'),
        url('../fonts/FuturaBT-BookItalic.svg#FuturaBT-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-CondensedLight.eot');
    src: url('../fonts/Futura-CondensedLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-CondensedLight.woff2') format('woff2'),
        url('../fonts/Futura-CondensedLight.woff') format('woff'),
        url('../fonts/Futura-CondensedLight.ttf') format('truetype'),
        url('../fonts/Futura-CondensedLight.svg#Futura-CondensedLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-BoldItalic.eot');
    src: url('../fonts/FuturaBT-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-BoldItalic.woff2') format('woff2'),
        url('../fonts/FuturaBT-BoldItalic.woff') format('woff'),
        url('../fonts/FuturaBT-BoldItalic.ttf') format('truetype'),
        url('../fonts/FuturaBT-BoldItalic.svg#FuturaBT-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff'),
        url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-MediumItalic.eot');
    src: url('../fonts/FuturaBT-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-MediumItalic.woff2') format('woff2'),
        url('../fonts/FuturaBT-MediumItalic.woff') format('woff'),
        url('../fonts/FuturaBT-MediumItalic.ttf') format('truetype'),
        url('../fonts/FuturaBT-MediumItalic.svg#FuturaBT-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype'),
        url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('../fonts/FuturaBT-HeavyItalic.eot');
    src: url('../fonts/FuturaBT-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-HeavyItalic.woff2') format('woff2'),
        url('../fonts/FuturaBT-HeavyItalic.woff') format('woff'),
        url('../fonts/FuturaBT-HeavyItalic.ttf') format('truetype'),
        url('../fonts/FuturaBT-HeavyItalic.svg#FuturaBT-HeavyItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Bold.eot');
    src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-Bold.woff2') format('woff2'),
        url('../fonts/Futura-Bold.woff') format('woff'),
        url('../fonts/Futura-Bold.ttf') format('truetype'),
        url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('../fonts/FuturaBT-Heavy.eot');
    src: url('../fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaBT-Heavy.woff') format('woff'),
        url('../fonts/FuturaBT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-RegularItalic.eot');
    src: url('../fonts/SuisseIntl-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuisseIntl-RegularItalic.woff2') format('woff2'),
        url('../fonts/SuisseIntl-RegularItalic.woff') format('woff'),
        url('../fonts/SuisseIntl-RegularItalic.ttf') format('truetype'),
        url('../fonts/SuisseIntl-RegularItalic.svg#SuisseIntl-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Book.eot');
    src: url('../fonts/SuisseIntl-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuisseIntl-Book.woff2') format('woff2'),
        url('../fonts/SuisseIntl-Book.woff') format('woff'),
        url('../fonts/SuisseIntl-Book.ttf') format('truetype'),
        url('../fonts/SuisseIntl-Book.svg#SuisseIntl-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Bold.eot');
    src: url('../fonts/SuisseIntl-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuisseIntl-Bold.woff2') format('woff2'),
        url('../fonts/SuisseIntl-Bold.woff') format('woff'),
        url('../fonts/SuisseIntl-Bold.ttf') format('truetype'),
        url('../fonts/SuisseIntl-Bold.svg#SuisseIntl-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Medium.eot');
    src: url('../fonts/SuisseIntl-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuisseIntl-Medium.woff2') format('woff2'),
        url('../fonts/SuisseIntl-Medium.woff') format('woff'),
        url('../fonts/SuisseIntl-Medium.ttf') format('truetype'),
        url('../fonts/SuisseIntl-Medium.svg#SuisseIntl-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Semibold.eot');
    src: url('../fonts/SuisseIntl-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuisseIntl-Semibold.woff2') format('woff2'),
        url('../fonts/SuisseIntl-Semibold.woff') format('woff'),
        url('../fonts/SuisseIntl-Semibold.ttf') format('truetype'),
        url('../fonts/SuisseIntl-Semibold.svg#SuisseIntl-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-BoldItalic.eot');
    src: url('../fonts/SuisseIntl-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuisseIntl-BoldItalic.woff2') format('woff2'),
        url('../fonts/SuisseIntl-BoldItalic.woff') format('woff'),
        url('../fonts/SuisseIntl-BoldItalic.ttf') format('truetype'),
        url('../fonts/SuisseIntl-BoldItalic.svg#SuisseIntl-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



body {
    font-family: 'Futura Bk BT';
    font-size: 18px;
    color: #929095;
}

p {
    line-height: 24px;
}

h2 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 0;
    font-style: italic;
    color: #1E1E1E;
    font-family: 'Playfair Display', serif;
}

h3 {
    font-weight: 500;
    font-family: 'Suisse Int\'l';
}

h5 {
    font-family: 'Suisse Intl';
    font-weight: 500;
    font-size: 18px;
}

.mx-w840 {
    max-width: 840px;
    margin: 0px auto!important;
}


.primary-btn {
    margin-bottom: 0px!important;
}

.primary-btn a {
    color: #3F81CF!important;
    border-radius: 50px!important;
    border:  1px solid #3F81CF!important;
    font-size: 16px!important;
    font-family: 'Futura Md BT';
    padding: 16px 36px!important;
    background: transparent!important;
}

.primary-btn a:hover {
    color: #fff!important;
    background: #3F81CF!important;
}


.primary-btn.wht a {
    color: #fff!important;
    border-radius: 50px!important;
    border:  1px solid #fff!important;
    font-size: 16px!important;
    font-family: 'Futura Md BT';
    padding: 15px 36px!important;
    background: transparent!important;
}

.primary-btn.wht a:hover {
    color: #3F81CF!important;
    background: #fff!important;
    border-color: #fff!important;
}

.primary-btn i {
    position: relative!important;
    display: inline-block!important;
    vertical-align: middle!important;
    left: 0px!important;
    top: 5px!important;
    margin-right: 5px!important;
    color: #E6869F;
}

.primary-btn.fill {
    margin-bottom: 0px!important;
}

.primary-btn.fill a {
    color: #fff!important;
    border-radius: 50px!important;
    border:  1px solid #fff!important;
    font-size: 16px!important;
    font-family: 'Futura Md BT';
    padding: 15px 36px!important;
    background: #3F81CF!important;
}

.primary-btn.fill a:hover {
    color: #3F81CF!important;
    background: #fff!important;
    border:  1px solid #3F81CF!important;
}

.mwdefault img {
    max-width: initial!important;
}

.fl-r {
    float: right!important;
}

.pr-0 {
    padding-right: 0px!important;
}

#header {
    padding: 31px 0;
}

#header .container {
    max-width: 1360px;
}

#header #navbar {
    justify-content: right;
}

#header #navbar ul li a {
    padding: 0px;
    color: #190933;
}

#header #navbar ul li a:hover,
#header #navbar ul li a[aria-current=page] {
    color: #3F81CF!important;
    background-color: transparent!important;
}

body #header #navbar .dropdown-menu li a[aria-current=page]{
    color: #190933!important;
}

body #header #navbar .dropdown-menu li .dropdown-item.active {
    color: #190933!important;
    padding-left: 20px!important;

}

body #header #navbar .dropdown-menu li a {
    position: relative;
}

body #header #navbar .dropdown-menu li .dropdown-item.active:before {
    background: #228EE6;
    width: 8px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom:0px;
    margin: auto;
    content: '';
}

#header #navbar ul li:first-child {
    margin-left: 0px;
}

#header #navbar ul li {
    margin-left: 15px;
    font-size: 17px;
}




#header #navbar ul li:nth-last-child(2) {
    margin-left: 20px;
}

#header #navbar > ul > li:nth-last-child(2) > a,
#header #navbar > ul > li:nth-last-child(2) > a[aria-current=page] {
    padding: 16px 42px;
    background: #E6869F!important;
    color: #FFFFFF!important;
    border-radius: 50px;
}

#header #navbar > ul > li:nth-last-child(2) > a:hover {
    background: #3F81CF!important;
    color: #fff!important;
}



#header #navbar .navbar-nav {
    align-items: center;
}

#header.head-fix {
    padding: 25px 0;
    box-shadow: 0px 15px 20px #00213212;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    height: auto;
}

.navbar-nav .dropdown-menu {
    min-width: 248px;
    box-shadow: 0px 5px 26px #00000014;
    border: 1px solid #EAEAEA;
    border-radius: 9px;
    padding: 0;
}

.navbar-nav .dropdown-menu li {
    font-size: 16px;
}

.navbar-nav .dropdown-menu li a{
    color: #190933;
}


.navbar-nav .dropdown-menu li {
    margin: 0px!important;
    padding: 15px 20px;
    border-bottom:  1px solid #E6E6E6;
}

.navbar-nav .dropdown-menu li:nth-last-child(2) a {
    background: transparent!important;
    padding: 0px!important;
     color: #190933!important;

}
header#masthead li.menu-item a.dropdown-item {
    padding: 0 !important;
}
.navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar-nav .dropdown-menu li a:hover {
     color: #e6869f!important;
}

.navbar-nav .dropdown-menu li a:hover {
    background: transparent!important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}

.va-ctr {
    align-items: center;
}





#rev_slider_1_1_forcefullwidth h1 {
    font-family: 'Suisse Intl';
}

#rev_slider_1_1_forcefullwidth h1 strong{
    color: #1B6FC6;
}

#rev_slider_1_1_forcefullwidth h3 {
 font-family: 'Suisse Intl';
}

#rev_slider_1_1_forcefullwidth #slider-1-slide-1-layer-3 {
    font-family: 'Futura Md BT';
}

body .main-bx-sec .bx .vc_column-inner {
    min-height: 510px;
    padding: 0 40px;
    background-size: 100%!important;
    position: relative;
}

body .main-bx-sec .bx .vc_column-inner h3 {
    font-family: 'Suisse Intl';
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    position: absolute;
    bottom: 38px;
    display: block;
    width: calc(100% - 80px);
}

body .main-bx-sec .bx .vc_column-inner h3 a {
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-size: 28px;
}

body .main-bx-sec .bx .vc_column-inner h3 a:hover {
    color: #fff;
    opacity: 1;
}

body .main-bx-sec .bx .vc_column-inner h3:hover:after {
    transform: translateX(7px);
}

.main-bx-sec .bx .vc_column-inner h3:after{
    content: '';
    width: 34px;
    height: 34px;
    background: url('../images/main-sec-arrow.svg') no-repeat center top;
    position: absolute;
    right: 0px;
    transition: all ease 0.3s;
    top: 0px;
}

.what-abt-sec .vc_column-inner {
    -webkit-border-top-left-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomleft: 30px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}

.news-form input {
    background: #925E78 !important;
    border-radius: 50px;
    color: #fff !important;
    font-size: 16px;
    font-family: inherit;
    padding: 13px 30px;
    border: 0px;
    width: 100%;
    min-height: 50px;
    box-shadow: none !important;
    font-size: 16px;
}

.news-form input[type=submit] {
    color: #fff;
    background: #4ba3c3 !important;
    padding: 13px 0px;
    text-align: center;
}
.news-form input[type=submit]:hover {
    color: #fff;
    background-color: #e3819e !important;
    border-color: #e3819e !important;
}
.news-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.news-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.news-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.news-form .wpcf7-spinner {
    position: absolute;
}

#footer {
    background: #190933;
    padding-top: 60px;
}

#footer .footer-1 img {
    margin-bottom: 30px;
}

#footer .footer-1 h4 {
    color: #fff;
    font-style: 22px;
    font-family: 'Futura Hv BT';
    margin-bottom: 4px;

}

#footer .footer-1 h4 a {
    color: #fff;
}

#footer .footer-1 p {
    color: #fff;
    font-family: 'Futura Bk BT';
    font-size: 16px;
    margin-bottom: 26px;
}

#footer .footer-1 p a {
    color: #fff;
}

#footer .footer-1 p span {
    display: block;
    color: #71ABEF;
    font-family: 'Futura Bk BT';

}

#footer .footer-1 p span.pink{
    color: #E6869F;
}

#footer .footer-1 .social {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#footer .footer-1 .social li {
    display: inline-block;
    color: #fff;
    margin-left: 30px;
}

#footer .footer-1 .social li:first-child {
    margin-left: 0px;
}

#footer .footer-1 .social li a {
    color: #fff;
}

#footer .footer-1 a:hover {
    color: #3F81CF!important;
}

#footer h3 {
    color: #E6869F;
    font-size: 22px;
    margin-bottom: 20px;
}

#footer .footer-2 {
    padding-left: 0px;
}

#footer .footer-2 ul,
#footer .footer-3 ul {
    list-style: none;
    padding: 0px;
    margin:  0px;
}

#footer .footer-2 ul li {
    display: inline-block;
    width: 48%;
}

#footer .footer-2 ul li,
#footer .footer-3 ul li {
    font-style: 16px;
    font-family: 'Futura Bk BT';
    padding-bottom: 13px;
}

#footer .footer-2 ul li a,
#footer .footer-3 ul li a {
    color: #fff;
}

#footer .footer-2 ul li a:hover,
#footer .footer-3 ul li a:hover {
    color: #3F81CF;
}

#footer .menu-item a[aria-current=page] {
    color: #fff;
}

#footer .footer-4 p {
    color: #AEA4BF;
    margin-bottom: 30px;
    font-size: 16px;
}

#footer .footer-4 .primary-btn a {
    background: #E6869F!important;
    border-color: #E6869F!important;
}

#footer .footer-4 .primary-btn a:hover {
    background: #3F81CF!important;
    color: #fff!important;
    border-color: #3F81CF!important;
}

#footer .footer-4 .primary-btn i {
    top: -2px!important;
}

#footer .footer-btm {
    background: #090214;
    padding: 15px 0;
    margin-top: 49px;
}

#footer .footer-btm p {
    font-size: 14px;
    color: #fff;
    margin:  0px;

}
#footer .footer-btm p a {
    text-decoration: underline;
    color: #fff;
    margin: 0 5px;
}

#footer .footer-btm p a:hover {
    color: #3F81CF!important;
}

#footer .footer-btm .developed {
    text-align: right;
}

#footer .footer-btm .developed a {
    margin: 0px;
    text-decoration: none;
}

.home .inner-head {
    display: none;
}

.ultv-video__outer-wrap {
    background: transparent!important;
}

.inner-head {
    background: url('../images/inner-head-bg.jpg') no-repeat center top;
    margin-top: 120px;
    padding: 79px 0;
    background-size: cover;
}

.inner-head h3 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;  
    font-weight: 600;      
}

.inner-head .bread i {
    color: #fff;
    margin: 0 9px;
    font-size: 14px;
}

.inner-head .bread span,
.inner-head .bread a{
    color: #FFFFFF;
    font-size: 18px;
}

.abt-mid-sec > .wpb_row {
    background-position: center top!important;
    
}

.abt-mid-sec .col-r > .vc_column-inner {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 3px 26px #0000000F;
    padding: 130px 55px 0 55px;
    position: relative;
}

.abt-mid-sec .col-r > .vc_column-inner:after {
    width: 300px;
    height: 559px;
    background: url('../images/about-sec-art.png') no-repeat center top;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
}

#tablepress-AdoptionEducation {
    position: relative;
}

#tablepress-AdoptionEducation tr th:first-child {
    -webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
}

#tablepress-AdoptionEducation tr th:last-child {
    -webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
}

#tablepress-AdoptionEducation tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
}

#tablepress-AdoptionEducation tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}

#tablepress-AdoptionEducation:after {
     width: 300px;
    height: 559px;
    background: url('../images/about-sec-art.png') no-repeat center top;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
}



#tablepress-2 {
    position: relative;
    box-shadow: 0px 3px 36px #0000000D;
}

#tablepress-2 tr:first-child td:first-child {
    -webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
}

#tablepress-2 tr:first-child td:last-child {
    -webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
}

#tablepress-2 tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
}

#tablepress-2 tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}

#tablepress-2:after {
     width: 300px;
    height: 559px;
    background: url('../images/about-sec-art.png') no-repeat center top;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
}

.oversec-sroll {
    height: 367px;
    overflow-y: scroll;
    padding-right: 35px;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
  border-radius: 33px;

}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
  border-radius: 33px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E5E5E5; 
  border-radius: 33px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e3819e; 
}

.wpb_text_column ul {
    list-style: none;
    padding: 0px;
    margin:  0px;
    font-family: 'Futura Bk BT';
    font-size: 18px;
    color: #929095;
}

.wpb_text_column ul li {
    position: relative;
    margin: 15px 0;
    padding-left: 32px;
}

.wpb_text_column ul li:before {
    width: 20px;
    height: 13px;
    position: absolute;
    left: 0px;
    top: 8px;
    content: '';
    background: url('../images/arrow-li.svg') no-repeat center top;
}

.faq-sec h2 {
    color: #fff;
}

.faq-sec .vc_tta-accordion {
    max-width: 840px;
    margin:  0px auto;

}

.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: transparent!important;
    border-radius: 52px!important;
    border-color: #fff!important;
    padding: 16px 80px 16px 50px!important;
}

.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h3 {

    line-height: 34px;
}

.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff!important;
    font-size: 20px;
    padding: 0px!important;
}

.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, 
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: #fff;
}

.faq-sec .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: -8px!important;
}

.faq-sec .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 30px;
}

.faq-sec p {
    color: #fff;
}

.faq-sec .vc_tta.vc_general .vc_tta-panel-body {
    padding: 30px 50px 5px 50px;
}

body .cta-altr {
    background-position: center top!important
}


.content-pg .wpb_text_column ul li {
    position: relative;
    margin: 3px 0;
    padding-left: 22px;
}

.content-pg .wpb_text_column ul li:before {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 8px;
    content: '';
    background: #3F81CF;
}

.page-id-201 .inner-head {
    display: none;
}

.page-id-201 main {
    padding-top: 120px;
}

.page-id-208 #header,
.page-id-208 #footer,
.page-id-208 .inner-head,
.page-id-215 #header,
.page-id-215 #footer,
.page-id-215 .inner-head {
    display: none;

}

.res-bx > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    box-shadow: 0px 15px 40px #34375121;
    border-radius: 14px;
    color: #1E1E1E;
    padding: 30px;
    margin: 15px 0;
}

.res-bx .wpb_text_column {
    min-height: 73px;
}

.res-bx p {
    color: #1e1e1e;
}

.res-bx p strong {
    font-family: 'Suisse Intl';
    font-weight: bold;
}

.res-bx a {
    color: #0066C7!important;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.res-bx a:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: -22px;
    top: 1px;
    background: url('/wp-content/uploads/2022/11/download-icon.svg') no-repeat center top;
}

.social-link-block {
    margin-bottom: 30px;
}

.social-link-block a{
    display: block;
    background: #E9F3FF;
    border-radius: 13px;
    font-size: 20px;
    padding: 28px 70px 28px 30px;
    color: #1E1E1E!important;
    position: relative;
}

.social-link-block a:hover {
    color: #fff!important;
    background: #3F81CF;
}

.social-link-block a:after {
    background: url('../images/social-arrow-b.svg') no-repeat center top;
    width: 19px;
    height: 25px;
    position: absolute;
    right: 22px;
    content: '';
}

.social-link-block a:hover:after {
    background: url('../images/social-arrow-w.svg') no-repeat center top;
}

.contact-bx > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    box-shadow: 0px 0px 50px #0000000D;
    border-radius: 10px;
    padding: 27px 30px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    color: #929095;
    border-radius: 30px;
    border:  1px solid #CDD1DE;
    font-size: 15px;
    padding: 18px 24px;
    font-family: inherit;
}

.contact-form select {
    width: 97%;
    color: #929095;
    font-size: 15px;
    padding: 18px 24px;
    font-family: inherit;
    border: 0px;
    background: transparent;
}

.contact-form select:focus {
    outline: none;
}


.contact-form .for-select {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
    border:  1px solid #CDD1DE;
}


.contact-form input.wpcf7-not-valid {
    border-color: #f00;
}

.contact-form .wpcf7-not-valid-tip {
    display: none!important;
}

.contact-form textarea {
    height: 195px;
    resize: none;
}

.contact-form .wpcf7-acceptance input{
    width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
    margin: 3px 7px 0 0;
}

.contact-form .wpcf7-acceptance span{
        font-size: 13px;
}

.contact-form .wpcf7-acceptance a {
    color: #97B1A6;
    text-decoration: underline;
}

.contact-form input[type="submit"] {
    color: #fff!important;
    border-radius: 50px!important;
    border:  1px solid #fff!important;
    font-size: 16px!important;
    font-family: 'Futura Md BT';
    padding: 15px 10px!important;
    background: #3F81CF!important;
}

.contact-form input[type="submit"]:hover {
    color: #3F81CF!important;
    background: #fff!important;
    border:  1px solid #3F81CF!important;
}

#tablepress-AdoptionEducation thead th {
    background: #97B1A6;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Suisse Intl';
    padding-left: 80px;
    padding-top: 12px;
    padding-top: 12px;
    padding-right: 20px;
    color: #fff;
}

#tablepress-AdoptionEducation tr th:first-child {
    border-left: 0px;
}

#tablepress-AdoptionEducation tr th {
    border-left: 1px solid #D8D8D8;
}

#tablepress-AdoptionEducation tr td:first-child {
    border-left: 0px;
}

#tablepress-AdoptionEducation tr td {
    border-left: 1px solid #D8D8D8;
    padding-left: 80px;
    padding-top: 12px;
    padding-top: 12px;
    padding-right: 20px;
    font-size: 18px;
    color: #190933;
}

#tablepress-AdoptionEducation .odd td {
 background: #F8F8F9;
}

#tablepress-2 tr td:first-child {
    font-family: 'Suisse Intl';
    color: #fff; 
}

#tablepress-2 td:first-child{
    background: #925E78;
    width: 300px;
}

#tablepress-2 .odd td:first-child{
    background: #814362;
    background-image: url(/wp-content/uploads/2022/12/table-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

#tablepress-2 .odd td {
 background: #F8F8F9;
}


#tablepress-2 tr td{
    color: #343751;
    vertical-align: middle;
    font-size: 18px;
    padding: 15px 40px;
    border:  0px;
}

.c-lft-contact h3 {
    font-weight: 600;
}

@media screen and (max-width: 1670px) {
    .abt-mid-sec > .wpb_row {
        background-size: 90% 60%;
    }

    .abt-mid-sec.faq-sec > .wpb_row {
        background-size: 95% 100%;
    }
}
@media screen and (max-width: 1410px) {
    .abt-mid-sec > .wpb_row {
        background-size: 97% 60%;
    }

    .abt-mid-sec.faq-sec > .wpb_row {
        /* background-size: cover; */
    }
}


#rev_slider_1_1_wrapper .uranus.tparrows.tp-leftarrow {
    background: url('../images/arrow-lft-rev.svg') no-repeat center top;

}

#rev_slider_1_1_wrapper .uranus.tparrows.tp-rightarrow {
    background: url('../images/arrow-rft-rev.svg') no-repeat center top;
}

#rev_slider_1_1_wrapper .uranus.tparrows {
    height: 28px!important;
}

#rev_slider_1_1_wrapper .uranus.tparrows:before {
    display: none;
}

#video-slider {
    max-width: 900px;
    margin: 0px auto;
}

#video-slider .wpb_column {
    width: 100%;
}

.ratio-16x9 {
    --bs-aspect-ratio: inherit;
}

#footer .footer-1 {
    width: 30.3333333%;
}

#footer .footer-2 {
    width: 19.6666666%;
}


.buy-now-section .vc_col-sm-12 .wpb_wrapper {
    background-color: #fff;
    max-width: 1020px;
    margin: auto;
    border-radius: 14px;
    box-shadow: 0px 10px 40px #07080e2e;
    padding: 46px 74px 40px;
    margin-top: 93px;
}

.buy-now-section:before {
    content: "";
    background: url('../images/donate-bg-after.png') no-repeat center top;
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0px;
    margin:  auto;
    width: 100%;
    height: 1011px;
}
.gfield_price {min-width: 100% !important;}
span.ginput_cardinfo_right input.ginput_card_security_code {
    width: 80%;
}

.gfield_price .ginput_container_checkbox .gfield_checkbox {display: flex;}

.gfield_price .ginput_container_checkbox .gfield_checkbox .gchoice {width: 50%;}

.gfield_price .ginput_container_checkbox .gfield_checkbox .gchoice .ginput_price {display: none;}


.checkbox-inner label {
    font-family: 'Futura Bk BT';
    font-weight: 400 !important;
}
.buy-now-section legend.gfield_label {
    font-family: 'Futura Bk BT';
    font-weight: 400 !important;
    line-height: 25px;
    margin-bottom: 21px !important;
}
.buy-now-section legend.gfield_label {
    font-family: 'Futura Bk BT';
    font-weight: 400 !important;
    line-height: 25px;
    margin-bottom: 21px !important;
}

.buy-now-section .ginput_container.ginput_container_checkbox {
    margin-bottom: 10px;
}
.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice.gchoice_1_1_1, .buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice.gchoice_1_1_2 {
    width: 50%;
    display: inline-block;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input {
    width: 18px;
    height: 18px;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label {
    font-family: 'Futura Bk BT';
    margin-left: 2px;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{
    background:#fff !important;
}
.buy-now-section h3.gsection_title {
    font-size: 18px !important;
    line-height: 24px;
    margin-bottom: 0;
    color: #1E1E1E;
}
.buy-now-section label.gfield_label.gfield_label_before_complex, .buy-now-section #field_1_25 .gfield_label_before_complex, .buy-now-section #field_2_27 .gfield_label_before_complex,.buy-now-section #field_3_27 .gfield_label_before_complex, .buy-now-section #field_4_25 .gfield_label_before_complex, .buy-now-section #field_7_27 .gfield_label_before_complex,.buy-now-section #field_8_27 .gfield_label_before_complex{
    font-size: 18px !important;
    font-family: 'Suisse Intl'; !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    display: contents;
}

.buy-now-section .gform_wrapper.gravity-theme .gsection {
    border-bottom: 0;
    padding-bottom: 0;
}

.buy-now-section label.gfield_label,.gform_wrapper.gravity-theme .ginput_complex label,
.buy-now-section #input_1_25_2_cardinfo_left legend,
.buy-now-section #input_2_27_2_cardinfo_left legend,
.buy-now-section #input_4_25_2_cardinfo_left legend,
.buy-now-section #input_3_27_2_cardinfo_left legend,
.buy-now-section #input_7_27_2_cardinfo_left legend{
    font-size: 18px !IMPORTANT;
    color: #1E1E1E;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.buy-now-section input[type="text"], .buy-now-section input[type="email"], .buy-now-section input[type="tel"],
.buy-now-section select,
.buy-now-section input[type="number"]{
    border: 0;
    border-bottom: 1px solid #9596a4a3;
    padding: 15px !important;
    padding-left: 0 !IMPORTANT;
    padding-top: 0 !important;
    font-size: 16px !important;
    font-family: 'Futura Bk BT';
    color:#545454;
}
.buy-now-section .gfield_price {
    display: flex;
    border: 1px solid #34375145;
    align-items: center;
    border-radius: 36px;
}
#field_1_23{min-width:100% !important;}
#field_4_23 {    min-width: 100% !important;}
fieldset#field_1_23 {
    min-width: 100% !important;
}
.buy-now-section .inner-box3 .gfield_price {
    min-width: auto !important;
}

.buy-now-section .gfield_price .ginput_container.ginput_container_total {
    padding: 14px 0px;
}

.buy-now-section .gfield_price .ginput_container.ginput_container_total input {
    padding: 0;
    display: inline-block !IMPORTANT;
    color: #1E1E1E !important;
    font-family: 'Futura Bk BT';
    font-size: 16px !important;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.buy-now-section #gform_submit_button_1,
.buy-now-section #gform_submit_button_2,
.buy-now-section #gform_submit_button_3,
.buy-now-section #gform_submit_button_4,
.buy-now-section #gform_submit_button_7,
.buy-now-section #gform_submit_button_8{
    background-color: #3F81CF !important;
    border: 0;
    position: relative;
    top: 0;
    background-image: unset !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 16px 37px !important;
    font-size: 16px !important;
    border-color: #3F81CF !important;
    transition: all .3s;

}
.buy-now-section #gform_submit_button_3,
.buy-now-section #gform_submit_button_7,
.buy-now-section #gform_submit_button_8{
    float:right;
}
.buy-now-section #gform_submit_button_1:hover,
.buy-now-section #gform_submit_button_2:hover,
.buy-now-section #gform_submit_button_8:hover{
    top: -6px;
    box-shadow: 0px 5px 10px rgb(52 55 81 / .2);
}
.buy-now-section .gform_wrapper .gfield_required {
    display: none;
}
.buy-now-section div#input_2_24,
.buy-now-section div#input_3_24, 
.buy-now-section div#input_8_24,
.buy-now-section div#input_3_33,
.buy-now-section div#input_7_33,
.buy-now-section div#input_1_24,
.buy-now-section div#input_2_32,
.buy-now-section div#input_1_33,
.buy-now-section div#input_2_33  {display: flex;}

.buy-now-section div#input_2_24 .gchoice.gchoice_2_24_0, 
.buy-now-section div#input_2_24 .gchoice.gchoice_2_24_1,
.buy-now-section div#input_3_24 .gchoice.gchoice_3_24_0, 
.buy-now-section div#input_3_24 .gchoice.gchoice_3_24_1,
.buy-now-section div#input_8_24 .gchoice.gchoice_8_24_0, 
.buy-now-section div#input_1_33 .gchoice.gchoice_1_33_0,
.buy-now-section div#input_1_33 .gchoice.gchoice_1_33_1,
.buy-now-section div#input_2_32 .gchoice.gchoice_2_32_1,
.buy-now-section div#input_1_24 .gchoice.gchoice_1_24_0,
.buy-now-section div#input_1_24 .gchoice.gchoice_1_24_1,
.buy-now-section div#input_7_33 .gchoice.gchoice_7_33_0,
.buy-now-section div#input_7_33 .gchoice.gchoice_7_33_1,
.buy-now-section div#input_7_24 .gchoice.gchoice_7_24_0,
.buy-now-section div#input_7_24 .gchoice.gchoice_7_24_1,
.buy-now-section div#input_1_24 .gchoice.gchoice_3_33_0,
.buy-now-section div#input_1_24 .gchoice.gchoice_3_33_1,
.buy-now-section div#input_2_33 .gchoice.gchoice_2_33_0,
.buy-now-section div#input_2_33 .gchoice.gchoice_2_33_1
{
    width: 20%;
}

.buy-now-section div#input_2_24 input, .buy-now-section div#input_8_24 input {
    width: 18px;
    height: 18px;

}
.buy-now-section #field_submit {
    display: inline-block !important;
    margin-left: 10px;
}
.buy-now-section #field_2_24 .gfield_label, .buy-now-section #field_8_24 .gfield_label  {
    margin-bottom: 11px !important;
}
.page-id-440 .buy-now-section .gfield_price, .page-id-6824 .buy-now-section .gfield_price,.page-id-6824 .buy-now-section .gfield_price, .page-id-6824 .buy-now-section .gfield_price {
    display: inline-flex;
    border: 1px solid #343751;
    border-radius: 36px;
    grid-column: span 4 !important;
}

.page-id-440 .buy-now-section .gfield_price .ginput_container.ginput_container_total, .page-id-6824 .buy-now-section .gfield_price .ginput_container.ginput_container_total{
    width: 110px;
    padding:14px 0px 14px 15px;
}
.page-id-440 .buy-now-section #field_7_22 .gfield_label, .page-id-440 .buy-now-section #field_3_22 .gfield_label, .page-id-6824 .buy-now-section #field_2_22 .gfield_label, .page-id-6824 .buy-now-section #field_8_22 .gfield_label  {
    font-weight: 600 !important;
}
.buy-now-section .ginput_container_select select,
.ginput_card_field select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.buy-now-section .ginput_container_select,
.buy-now-section .ginput_card_expiration_month_container, 
.buy-now-section .ginput_card_expiration_year_container{
    position:relative;
}
.buy-now-section .ginput_container_select:after,
.buy-now-section .ginput_card_expiration_month_container:after, 
.buy-now-section .ginput_card_expiration_year_container:after{
    content: "" !IMPORTANT;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0066C7;
    margin-left: 8px;
    position:absolute;
    right:0;
    top: 50%;
    transform: translate(0, -50%);
}
.buy-now-section .inner-box,.buy-now-section .inner-box2 {
    grid-column: span 12;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%)[12];
    grid-row-gap: 16px;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
    border: 1px solid #343751;
    padding: 20px 26px 35px;
    border-radius: 10px;
}
.buy-now-section .inner-box3 {
    grid-column: span 12;
    text-align: right;
    margin-top: 20px;
}

.buy-now-section .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
}
.page-id-440 .buy-now-section .gfield_price_1_25, .page-id-440 .buy-now-section .gfield_price_2_25, .page-id-6824 .buy-now-section .gfield_price_2_25, .page-id-440 .buy-now-section .gfield_price_3_25,.page-id-6824 .buy-now-section .gfield_price_3_25,.page-id-6824 .buy-now-section .gfield_price_8_25 {display: block;max-width: 100% !important;min-width: 100% !important;grid-column: span 12 !important;border: unset;}

body.page-id-440 .buy-now-section .gfield_price_1_25 .gfield_label, body.page-id-440 .buy-now-section .gfield_price_2_25 .gfield_label, body.page-id-6824 .buy-now-section .gfield_price_2_25 .gfield_label, {width: unset !important;background-color: unset !important;padding: 0 !important;font-family: 'Suisse Intl'; !important;}

.description_below #field_1_10, 
.description_below #field_2_10, 
.description_below #field_3_27, 
.description_below #field_4_25, 
.description_below #field_7_27{
    border: 1px solid #343751;
    padding: 20px 26px 35px;
    border-radius: 10px;
}

.description_below #field_2_27,
.description_below #field_1_27 {
    border:  0px!important;
}



.description_below .gform_card_icon_container {
    display: none !important;
}
.page-id-6824 .buy-now-section .gfield_price{
    max-width: 270px !important;
}
.page-id-440 .buy-now-section .gfield_price {
    max-width: 270px !important;
}
.buy-now-section .gfield_price label.gfield_label {
    padding: 12px 25px !important;
    font-size: 18px !important;
    align-items: center;
    font-weight: 500 !important;
    line-height: 1.8;
    background-color: #EDEEF6 !important;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    color: #1E1E1E;
    display: block !important;
    max-width: 240px;
}
.page-id-440 .buy-now-section .inner-box3 ,.page-id-6824 .buy-now-section .inner-box3 {
    text-align: left;
}
body.page-id-440 .buy-now-section .gfield_price_1_25 .gfield_label, body.page-id-440 .buy-now-section .gfield_price_3_25 .gfield_label, body.page-id-6824 .buy-now-section .gfield_price_8_25 .gfield_label {
    width: unset !important;
    padding: 0 !important;
    font-family: 'Suisse Intl'; !important;
    background-color:unset !important;
}
.buy-now-section .inner-box .inb,.buy-now-section .inner-box2 .inb,.buy-now-section .inner-box3 .inb {
    display: none;
}
.buy-now-section .gform_wrapper.gravity-theme input[type=number] {
    line-height: 1.4;
}
.description_below legend.gfield_label {
    font-size: 18px !important;
    color: #1E1E1E;
}

.buy-now-section input[type=number]::-webkit-inner-spin-button, 
.buy-now-section input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #B4B4B4;

    border-radius: 3px;
    box-shadow: 0px 2px 2px #00000014;}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label:after {
    position: absolute;
    top: 2px;
    left: 0px;
    text-align: center;display: block;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 100%;
    width: 100%
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input[type="checkbox"]:checked+label:before {

}
.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input[type="checkbox"]:checked+label:after {
    content: "\f00c";font-size: 12px;color: #55A428;font-family: 'FontAwesome';
}
.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label {
    padding-left: 26px;
}
.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    position: relative;
    display: flex;
}
.page-id-6824 .buy-now-section .gfield_price label.gfield_label{
    width:140px;
    padding:12px 15px !important;
}

#field_2_25 label.gfield_label, #field_8_25 label.gfield_label {
    width: auto;
    padding: 0 !important;
    background: unset !important;
    font-weight: 600 !important;
}
#gform_wrapper_2 .gform_title, #gform_wrapper_8 .gform_title  {
    display: none;
}

#field_1_30,
#field_2_30 {
    display: none;
}

#field_1_21 label,
#field_2_21 label {
    font-size: 16px!important;
}




#field_1_24 .gfield_label,
#field_1_33 .gfield_label,
#field_2_33 .gfield_label,
#field_2_24 .gfield_label{
    margin-bottom: 10px!important;
}

#field_2_24,
#field_1_24 {
    margin-bottom: 30px;
}

.call-cta-bt {
        display: inline-block;
    padding-left: 20px;
    text-align: center;
}

.call-cta-bt p,
.call-cta-bt p a {
    color: #fff;
}

.call-cta-bt p {
    font-family: 'Futura Bk BT';
    font-size: 16px;
    word-spacing: 3px;
}

.call-cta-bt p a {
    font-family: 'Futura Hv BT';
    font-size: 18px!important;
    font-weight: 900;
}

.hide-table-toggle {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.hide-table-toggle h3 {
    position: relative;
    display: inline-block;
    font-size: 21px;
    cursor: pointer;
    color: #1E1E1E;
}


.hide-table.hide {
    height: 225px;
    overflow: hidden;
}

.secEvents .cat-search {
    display: none;
}


.secEvents .wpc-filters-widget-content {
    display: none!important;
}

.hide-table-toggle {
    position: relative;
}

.hide-table-toggle h3:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -34px;
    width: 23px;
    height: 23px;
    background: url('../images/minus-table.svg') no-repeat center top;
}


.hide-table-toggle h3 {
    position: relative;
}

.hide-table-toggle h3:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -34px;
    width: 23px;
    height: 23px;
    background: url('../images/minus-table.svg') no-repeat center top;
}

.hide-table-toggle h3.active:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -34px;
    width: 23px;
    height: 23px;
    background: url('../images/plus-table.svg') no-repeat center top;
}

.hide-table.hide {
    position: relative;
}

.hide-table.hide:after {
    content: '';
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0px;
    right: 0px;
    border: 0px;
    bottom: 0px;
    background: url('../images/blur-bg.png') repeat-x center bottom;
    

}

.staff-list .staff-image:hover .vc_single_image-wrapper:before {
    opacity:1;
}
.staff-list .staff-image .vc_single_image-wrapper:before {
    content: "";
    width: 300px;
    height: 300px;
    display: inline-block;
    border-radius: 13px;
    position: absolute;
    z-index: -1;
    top: 0px;
    transition: 0.3s ease;
    opacity:0;
}
.staff-list .vc_row:nth-child(odd) .staff-image .vc_single_image-wrapper:before {
    background: #3f7eca;
    left: 2px;
}
.staff-list .vc_row:nth-child(even) .staff-image .vc_single_image-wrapper:before {
    background: #cc7c93;
    top: -4px;
    left: 11px;
}

.navbar-toggler {
    border: 0px;
}

.navbar-toggler img {
    display:    none;   
}


.navbar-brand img+img {
    display:    none;
}

@media screen and (max-width: 1023px) {
	.contact-page-sec h2.vc_custom_heading{
		line-height:1.5 !important;
	}
    body .vc_custom_1668647090771 {
        padding-top: 60px!important;
    }

    body h2 {
        font-size: 30px!important;
        line-height: 35px!important;
        margin-bottom: 15px!important;
    }

    body .vc_custom_1668647106154 {
        margin-bottom: 15px!important;
    }

    body .main-bx-sec .bx .vc_column-inner {
        min-height: 315px;
        margin: 20px 0;
    }

    body .vc_custom_1668648242607 {
        margin-bottom: 0px!important;
    }

    .main-bx-sec:before,
    .main-bx-sec:after {
        display: none;

    }

    #rev_slider_1_1_wrapper .uranus.tparrows {
        display: none!important;
    }

    body .vc_custom_1668648536635 {
        margin-top: 10px!important;
        padding-top: 30px!important;
    }

    .what-abt-sec .vc_column-inner {
        border-radius: 30px;
        border-color: #3f81cf !important;
        border-right-width: 4px !important;
        padding: 40px 21px!important;
        border-right-style: solid !important;
        margin: 0 15px;
    }

    body .vc_custom_1668648692017 {
        padding: 30px!important;
    }

    body .vc_custom_1668649198722 {
        margin-bottom: 10px!important;
    }

    body .vc_custom_1668649293416 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    body .vc_custom_1668877821640 {
        padding: 50px 10px!important;
        border-radius: 0px!important;
    }

    .colAdopt:before,
    .colAdopt:after {
        display: none;
    }

    #video-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }

    #video-slider .owl-nav button {
        left: -11px;
    }

    #video-slider .owl-nav .owl-next {
        right: -11px;
    }

    body .vc_custom_1668661167190 {
        margin-top: 60px!important;
        margin-bottom: 60px!important;
    }

    body .vc_custom_1668661720028 {
        padding-left: 15px!important;
    }

    body .vc_custom_1668661411833 {
        margin-top: 20px!important;
    }

    body .vc_custom_1668663032468 {
        padding: 50px 20px!important;
    }

    body .vc_custom_1668663032468 h3 {
        text-align: center!important;
        font-size: 30px!important;
        margin-bottom: 15px!important;
    }

    .news-form > div {
        padding: 10px 0px!important;
    }

    .news-form input[type=submit] {
        width: 45%;
        float: right;  
    }

    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        width: 100%;
    }

     #footer .footer-1 {
        padding-bottom: 20px;
     }

     #footer .footer-btm p {
        text-align: center; 
     }

     #footer .footer-btm .developed {
        text-align:  center;    
     }

    #footer .footer-2 {
        padding-left: 15px;
        padding-bottom: 20px;
    }

    .inner-head h3 {
            font-size: 36px;
    margin-bottom: 6px;

    }

    .inner-head .bread span, .inner-head .bread a {
        font-size: 16px;
    }

    body .vc_custom_1668698308923 {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }

    body .vc_custom_1668908169950,
    body .vc_custom_1671541533226 {
        margin-bottom: 15px!important;
    }
    

    .abt-mid-sec.faq-sec > .wpb_row {
        background: transparent!important;
        background-color: #df86a0!important;
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }

    .faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h3 {
        line-height: 24px;
    }

    .faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
        font-size: 15px!important;
    }

    .faq-sec .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
        right: -54px!important;
    }

    body .vc_custom_1668909926297 {
        margin-top: 0px!important;
        margin-bottom: 50px!important;
    }

    body .vc_custom_1671205584589 {
        background-image: none!important;
        background-color: #66a3fa!important;
    }

    body .vc_custom_1668942987047 {
        padding: 15px!important;
    }

    body .vc_custom_1669606987191 {
        margin-top: 60px!important;
        padding-top: 60px!important;
        margin-bottom: 60px!important;
    }

    body .vc_custom_1668906066452 {
        padding-top: 60px!important;
        background-image: none!important;
        background-color: #90617b!important;
        padding-bottom: 60px!important;
    }

    .mwdefault img {
        max-width: 100%!important;
    } 

    body .vc_custom_1668905322960 {
        padding-right: 15px!important;
    }

    body .abt-mid-sec .col-r > .vc_column-inner {
        padding: 30px 15px!important;
        border-radius: 0px!important;
    }

    .adoption-section .right-col .show-block>.wpb_wrapper, .adoption-section .left-col .show-block>.wpb_wrapper {
        margin: auto;
    }

    .adoption-section .right-col .vc_column-inner>.wpb_wrapper:after, .adoption-section .left-col .vc_column-inner>.wpb_wrapper:after {
        display: none;
    }

    .adoption-section .right-col .vc_column-inner:before, .adoption-section .left-col .vc_column-inner:before {
        display: none;
    }

    .adoption-section .right-col .vc_column-inner:after, .adoption-section .left-col .vc_column-inner:after {
        display: none;
    }

    .adoption-section .right-col .hidden-block, .adoption-section .left-col .hidden-block {
        width: 98%;
        padding: 20px;
    }

    body .vc_custom_1668944614053 {
        margin-bottom: 15px!important;
    }

    body .vc_custom_1668944800676 {
        padding-top: 50px!important;
    }

    .abt-mid-sec.faq-sec > #birthmom.wpb_row {
        background-color: transparent!important;
    }


    .abt-mid-sec.faq-sec > #postadopt.wpb_row {
        background-color: transparent!important;
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }

    body .vc_custom_1670591567856 {
        margin-bottom: 15px!important;
    }

    body .vc_custom_1668905424921,
    body .vc_custom_1668969834224 {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
        background-color: #df8ca6!important;
        background-image: none!important;
    }

    body .vc_custom_1668969771039 {
        margin-bottom: 15px!important;
    }


    body .vc_custom_1668969834224 {
        background-color: transparent!important;
    }

    body .vc_custom_1668969844498 {
        overflow-x: scroll;
    }

    body .vc_custom_1668970517325 {
        padding-top: 0px!important;
        padding-bottom: 60px!important;
    }

    p br {
        display: none;
    }

    body .vc_custom_1669624915233 {
        overflow-x: scroll;
    }

    body .vc_custom_1668971195900 {
        background-color: #66a3fa!important;
    }

    .call-cta-bt p {
        display: block;
    }

    .call-cta-bt {
        padding-left: 0px;
    margin-bottom: 15px!important;
    margin-top: 0px!important;
    display: block;
    text-align: left;
    padding-top: 20px;
    }

    body .vc_custom_1669234774842 {
        padding-top: 60px!important;
    }

    body .vc_custom_1668966544762 {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }

    .contact-form .wpcf7-acceptance span {
        margin-bottom: 15px;
    }

    body .vc_custom_1668945336818 {
        padding-top: 50px!important;
        padding-bottom: 30px!important;
    }

    body .vc_custom_1669726548267 {
        overflow: hidden!important;
    }

    #wrapper .row.search_blog_family {
        width: 100%!important;
    }

    #wrapper .row.search_blog_family .col-sm-12.col-md-8, #wrapper .row.search_blog_family .col-sm-12.col-md-8 {
        width: 100%;
    }

    #wrapper .row.search_blog_family {
        margin: 0px;
    }

    .postBox .postContent h3 {
        font-size: 28px;
        line-height: 35px;
        padding-right: 0px;
    }

    .post-info {
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 10px 12px;
        width: 100%;
    }

    .navigation ul {
        padding-left: 0px;
        margin: auto;
    }

    .blog .inner-head {
        margin-bottom: 60px;
    }

    .postInner .ctn .vc_row.secQuote .wpb_single_image {
        display: none;
    }

    .postInner .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        max-height: 190px;
        height: auto;
    }

    .tag-share ul li a {
        margin-bottom: 10px;
    }

    .post-navigation .btn .title {
        font-size: 18px;
    }

    .post-navigation.d-flex.justify-content-between {
        display: none!important;
    }

    .tag-share ul {
        margin-bottom: 20px;
    }

    .at-share-btn-elements {
        border: 0px;
    }

    .postInner {
        max-width: 100%;
    }

    #header.menu-open {
        height: 100%;
    align-items: flex-start;
    background-color: #190933!important;
    }

    #header #navbar .navbar-nav {
        align-items: flex-start;
    }

    #header #navbar ul li {
        margin-left: 0px;
        width: 100%;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    #header #navbar ul li a {
        color: #fff;
    }

    #header #navbar .navbar-nav {
        margin-top: 20px;
    }

    #header #navbar ul li:nth-last-child(2) {
        margin-left: 0px;
        width: 180px;
    }

    .navbar-nav .dropdown-menu {
        background: transparent!important;
        border: 0px;
    }

    .navbar-nav .dropdown-menu li:nth-last-child(2) {
        width:  100%;
    }

    .navbar-nav .dropdown-menu li {
        color:  #fff;
    }

    body #header #navbar .dropdown-menu li a[aria-current=page] {
        color:  #fff!important;
    }

    body #header #navbar .dropdown-menu li .dropdown-item.active {
        color:  #fff!important;
    }

    #header.menu-open .navbar-toggler-icon {
        display:    none;   
    }

    #header.menu-open .navbar-toggler img {
        display: block!important;
    }

    #header.menu-open .navbar-brand img {
        display: none;
    }
    #header.menu-open .navbar-brand img+img {
        display: block;
    }

}







/* My CSS Start */

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-BoldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-Book.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-Bold.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-Black.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-BookItalic.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('inc/assets/fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('inc/assets/fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('inc/assets/fonts/FuturaBT-Book.woff2') format('woff2'),
        url('inc/assets/fonts/FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-Regular.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-RegularItalic.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-Medium.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('inc/assets/fonts/FuturaBT-BoldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/FuturaBT-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('inc/assets/fonts/FuturaBT-BookItalic.woff2') format('woff2'),
        url('inc/assets/fonts/FuturaBT-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-Semibold.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('inc/assets/fonts/Futura-Bold.woff2') format('woff2'),
        url('inc/assets/fonts/Futura-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-LightItalic.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('inc/assets/fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('inc/assets/fonts/FuturaBT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-Light.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('inc/assets/fonts/SuisseIntl-MediumItalic.woff2') format('woff2'),
        url('inc/assets/fonts/SuisseIntl-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('inc/assets/fonts/FuturaBT-HeavyItalic.woff2') format('woff2'),
        url('inc/assets/fonts/FuturaBT-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('inc/assets/fonts/Futura-CondensedLight.woff2') format('woff2'),
        url('inc/assets/fonts/Futura-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-BlackItalic.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('inc/assets/fonts/FuturaBT-MediumItalic.woff2') format('woff2'),
        url('inc/assets/fonts/FuturaBT-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-Black.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-MediumItalic.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('inc/assets/fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('inc/assets/fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Neww CSS */

/* Button */

.pink-btn a.vc_general {
    background: #E6869F !important;
    color: #fff !important;
    border-color: #E6869F !important;
}
.pink-btn a.vc_general:hover {
    background: #3f81cf !important;
    border-color: #3f81cf !important;
}

/* Header */

header#masthead li.menu-item a.nav-link {
    font-size: 16px !important;
    color: #190933 !important;
    padding: 0 13px !important;
}
header#masthead li.menu-item a.nav-link img.wpml-ls-flag {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
}
header#masthead li.menu-item:nth-last-child(2) a.nav-link {
    padding-right: 0 !important;
}
header#masthead li.menu-item.pink-btn a {
    padding: 17px 40px 17px 65px !important;
    background: #E6869F;
    border-radius: 30px;
    color: #fff !important;
    margin-left: 10px;
    position: relative;
    font-size: 18px !important;
    min-width: 147px;
}
header#masthead ul {
    align-items: center;
}
header#masthead li.menu-item.pink-btn a:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/01/Path-39.svg);
    width: 20px;
    height: 16px;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}
header#masthead li.menu-item.pink-btn a:hover {
    background: #4BA3C3;
}
header#masthead.hide {
    transform: translate(0, -100%);
}
header#masthead.fixed {
    transform: translate(0, 0);
    box-shadow: 0px 15px 20px #00213212;
}
/* Breadcrum Css */
.breadcrumbs {
    padding-top: 75px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 125px;
}
.breadcrumbs h1 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 13px;
    font-family: 'Suisse Int\'l' !important;
}
.breadcrumbs a.home,.breadcrumbs span {
    font-size: 18px;
    color: #fff;
    font-family: 'Futura Bk BT';
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}
.breadcrumbs i {
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin: 0 10px;
    font-size: 14px;
}

/* Banner */

.banner-section h1, .banner-section h3 {
    font-family: 'Suisse Int\'l' !important;
}
.banner-section .rs-layer.rev-btn {
    font-family: 'Futura Bk BT' !important;
}

/* Video Section */

/* .vc_section.video-section .ult-carousel-wrapper {
    width: 60%;
    margin: auto;
} */
.becomingdad-section {
    padding-bottom: 120px;
    margin-bottom: 120px;
    border-bottom: solid 1px #a5a4a759;
}
.main-bx-sec .bx .vc_column-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2023/01/back.svg);
    background-size: cover;
    background-position: bottom;
}
.main-bx-sec .bx .vc_column-inner {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.main-bx-sec .bx .vc_column-inner h3 a {
    font-family: 'Suisse Int\'l';
}
.main-bx-sec .bx .vc_column-inner h3 a:after {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    background: url(/wp-content/uploads/2023/01/Group-14218.svg);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-size: initial;
    background-repeat: no-repeat;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.main-bx-sec .bx .vc_column-inner:hover h3 a:after {
    opacity: 1;
    visibility: visible;
}
.video-section .primary-btn {
    margin-top: 40px;
}
.video-section .primary-btn a.vc_general {
    background: #4BA3C3 !important;
    border-color: #4BA3C3 !important;
}
.video-section .primary-btn a.vc_general:hover {
    background: #E6869F !important;
    border-color: #E6869F !important;
}
.secHealthy img {
    position: relative;
    top: -69px;
    margin-top: -20px;
}
.secHealthy h2.vc_custom_heading {
    margin-top: 0;
}
.news-form p {
    margin: 0;
}
.what-abt-sec p {
    font-size: 20px;
}

/*  */

div#footer-widget {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #174C6B !important;
}
div#footer-widget .widget {
    margin: 0;
}
div#footer-widget a.nav-link {
    padding: 0 0;
    font-size: 16px;
    padding-bottom: 11px;
    color: #FFFFFF;
    background: transparent;
}
div#footer-widget a.nav-link:hover {
    color: #d87a93;
}
div#footer-widget  h3.widget-title {
    color: #E6869F;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
}
div#footer-widget p {
    font-size: 16px;
    color: #6893AF;
}
div#footer-widget img {
    margin-bottom: 30px;
}
div#footer-widget .contact-inner a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
div#footer-widget .contact-inner .address {
    margin-top: 13px;
}
div#footer-widget .contact-inner .address b {
    display: block;
    color: #E6869F;
    font-weight: 300;
}
div#footer-widget .contact-inner .address p {
    color: #FFFFFF;
    margin-bottom: 5px;
}
div#footer-widget section#custom_html-3 {
    margin-top: 0;
}
div#footer-widget .col-md-3:last-child {
    flex: 0 0 28%;
    max-width: 28%;
    padding-left: 15px;
}
div#footer-widget .col-md-3:nth-child(3) {
    max-width: 22%;
}
div#footer-widget a.vc_general {
    padding: 18px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4BA3C3 !important;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
}
div#footer-widget a.vc_general .fa-heart {
    margin-right: 11px;
}
div#footer-widget a.vc_general:hover {
    background: #d87a93 !important;
}
div#footer-widget ul.zoom-social-icons-list {
    margin-top: 20px !important;
}
footer#colophon p {
    margin: 0;
    font-size: 14px;
    color: #ffffffb3;
}
footer#colophon .widget {
    margin: 0;
}
footer#colophon {
    padding: 18px 0;
    background: #090214 !important;
}
footer#colophon .brand {
    text-align: right;
}
footer#colophon .site-info a {
    text-decoration: underline;
    transition: 0.5s;
}
footer#colophon .site-info a {
    margin-right: 0;
    margin-left: 20px;
}
footer#colophon  a:hover {
    color: #52a6c1;
    text-decoration: none;
}
div#footer-widget ul.zoom-social-icons-list .social-icon {
    font-size: 18px !important;
}
html, body {
    overflow-x: hidden;
}
/* About us Page */
section.vc_section.about-page-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-page-sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding-left: 40px;
}
.about-page-sec h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
    margin-bottom: 22px;
}
.about-page-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 22px;
}
.about-page-sec .wpb_single_image {
    margin: 0;
}
.about-page-sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-6 p {
    margin-bottom: 24px;
}
.cont-btn .vc_general {
    background: none !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    color: #4BA3C3 !important;
    border: 1px solid #4BA3C3 !important;
    font-family: 'Futura Md BT';
    padding: 14px 38px 16px 38px !important;
    line-height: 1;
}
.cont-btn .vc_general:hover {
    background: #4BA3C3 !important;
    color: #fff !important;
}
/*  */
section.vc_section.service-sec {background-repeat: no-repeat;background-position: center top;padding-top: 170px;background-size: 95% 80%;padding-left: 0 !important;padding-bottom: 30px;}

section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid {
    background-color: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: 0 3px 26px hsl(0deg 0% 0% / 6%);
    border-radius: 30px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 22px !important;
    color: #343751;
}
.service-sec .vc_col-sm-7 > .vc_column-inner {
    padding: 0 !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul {
    padding: 0;
    margin-bottom: 40px;
}
.service-sec .wpb_single_image {
    margin: 0;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #228EE6;
    top: 0;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column a {
    color: #929095;
    text-decoration: none;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column p {
    margin-bottom: 17px;
    color: #929095;
    font-family: 'Futura Bk BT';
    font-size: 18px;
}
/* section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) {
    width: 45% !important;
} */
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
      padding-left: 0px;
    padding-right: 154px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) span {
    padding-top: 16px;
    display: block;
}
section.vc_section.qualify-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
    border-bottom: 1px solid #A5A4A7;
}
.qualify-sec h2.vc_custom_heading {
    margin: 0;
    padding: 0;
}
.qualify-sec p {
    margin: 0;
    font-size: 18px;
    font-family: 'Futura Bk BT';
}
.qualify-sec .vc_col-sm-9 > .vc_column-inner {
    padding-left: 100px;
}
section.vc_section.location-sec {
    padding-top: 100px;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
}
section.vc_section.location-sec h2 {
    color: #190933 !important;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
}
section.vc_section.location-sec .wpb_wrapper p {
    color: #929095;
    margin-bottom: 45px !important;
}
.location-sec .vc_icon_element-color-custom {
    background: #fff;
    border-radius: 30px;
    width: 50px !important;
    height: 50px !important;
    font-size: 12px;
}
.location-sec .vc_icon_element-outer {
    margin-bottom: 10px;
}
.location-sec h4.vc_custom_heading {
    font-family: 'Suisse Int\'l';
    margin: 0;
}
.location-sec .vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
    margin-bottom: 0 !important;
    font-size: 20px;
    color: #1E1E1E !important;
    font-family: 'Futura Bk BT';
    margin-top: 10px;
}
.location-row {
    display: flex;
    /* justify-content: space-between!important; */
}
.location-row .vc_col-sm-6 {
    width: 50%;
}
.location-sec .vc_icon_element-inner .fa-map-marker-alt::before {
    content: "" !important;
    width: 22px !important;
    height: 29px !important;
    background: url(/wp-content/uploads/2023/01/locpink.svg);
    position: relative;
    top: 3px;
    background-size: cover;
    background-repeat: no-repeat;
}
.location-sec .vc_col-sm-6 .vc_column-inner {
    padding: 0 !important;
}
.location-sec .vc_col-sm-6 .vc_row {
    padding: 25px 25px;
    width: 100%;
}
.location-sec .vc_col-sm-6 .vc_row .wpb_content_element {
    margin: 0;
}
.location-sec .vc_col-sm-6 .vc_row .vc_col-sm-6:last-child {
    padding-left: 20px;
}
.location-sec .location-row .vc_col-sm-6:nth-child(1) .fa-map-marker-alt::before {
    background: url(/wp-content/uploads/2023/01/locblue.svg);
    width: 21px !important;
}
.location-row >  .vc_col-sm-6:nth-child(1) {
    margin-right: 15px;
}
.location-row > .vc_col-sm-6:nth-child(2) {
    margin-left: 15px;
}
/* Privacy Policy Page */
.privacy-policy-page {
    padding-top: 118px !important;
    padding-bottom: 89px;
}
.privacy-policy-page h2.vc_custom_heading {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.privacy-policy-page .wpb_text_column ul {
    padding: 0;
}
.privacy-policy-page .wpb_text_column ul li {
    padding-left: 18px;
    position: relative;
    line-height: 24px;
    margin: 0;
}
.privacy-policy-page .wpb_text_column ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 8.49px;
    height: 8.49px;
    background: #4BA3C3;
    border-radius: 30px;
}
.privacy-policy-page .wpb_text_column {
    margin-bottom: 50px;
}
/* Contact Page */
section.vc_section.contact-page-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}
.contact-page-sec h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
    margin-bottom: 24px;
}
.contact-page-sec .wpb_text_column.wpb_content_element p {}

.contact-page-sec .wpb_single_image {
    margin: 0;
    height: 70px;
    width: 70px;
}
.contact-page-sec .content-row .vc_col-sm-3 {
    width: 16%;
}
.contact-page-sec .content-row .vc_col-sm-9 {
    width: 84%;
/*     padding-top: 20px;
    padding-bottom: 30px; */
}
.contact-page-sec .content-row .vc_col-sm-3 .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px !important;
}
.content-row {
    padding-top: 20px;
    padding-bottom: 30px;
}
.contact-page-sec .content-row .vc_col-sm-9 .vc_column-inner {
    padding: 0 !important;
}
.contact-page-sec .content-row .vc_col-sm-9 p {
    margin-bottom: 17px !important;
}
.contact-page-sec .content-row .vc_col-sm-9 h3.vc_custom_heading {
    margin-top: 0;
    margin-bottom: 13px;
    padding: 0;
}
.contact-page-sec .content-row .vc_col-sm-9 .wpb_text_column {
    margin: 0;
}

.contact-form-page p {
    margin: 0;
}
.contact-form-page input, .contact-form-page  select ,.contact-form-page   textarea{
    border: 1px solid #CDD1DE;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-radius: 30px;
    font-family: 'Futura Bk BT';
        color:#929095;
}
.contact-form-page input::placeholder {color:#929095;
                                      font-size:15px;    font-family: 'Futura Bk BT';}
.contact-form-page   textarea {
    height: 195px;
    resize: none;
    padding-top: 19px;
}
.contact-form-page  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox.form-control {
    border: none;
    padding: 0;
}
.contact-form-page  span.wpcf7-list-item.first.last {
    display: flex;
    font-size: 13px;
    font-family: 'Futura Bk BT';
    align-items: center;
    color: #929095;
}
.contact-form-page 
 input[type="checkbox"] {
    height: auto;
    margin-right: 10px;
    margin-bottom: 0;
    border-color: #CDD1DE;
    color: #CDD1DE !important;
    outline: #CDD1DE !important;
}
.contact-form-page  input.btn.btn-primary {
    background: #E6869F;
    color: #fff;
    font-size: 16px;
    font-family: 'Futura Bk BT';
    line-height: 1;
    padding: 14px 37px 16px 37px;
    margin-bottom: 0;
    height: unset;
    border-color: #E6869F !important;
}
.contact-form-page span.wpcf7-spinner {
    display: none;
}
.contact-form-page input.btn.btn-primary:hover {
    transition: 0.5s;
    color: #E6869F !important;
    background: none !important;
}
/* Social Link Tree Page */
section.vc_section.social-tree-sec {
    padding-top: 90px;
    padding-bottom: 60px;
}
section.vc_section.social-tree-sec h3 {
    position: relative;
    transition: 0.2s;
    padding-left: 30px;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
    border-radius: 13px;
    padding-right: 30px;
    line-height: 1;
}
section.vc_section.social-tree-sec h3:hover,section.vc_section.social-tree-sec h3 a:hover {
    background: #4BA3C3 !important;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}
section.vc_section.social-tree-sec h3:after{
    content: '';
    position: absolute;
    right: 2%;
    /* top: 0; */
    color: #000;
    z-index: 9999;
    background-image: url('/wp-content/uploads/2023/01/left.svg');
    width: 19px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.2s;
	transform: translate(0px, 30%);
}
section.vc_section.social-tree-sec h3:hover:after {
    background-image: url('/wp-content/uploads/2023/01/Icon-feather-arrow-left.svg');
    transition: 0.2s;
}
/* Expecting Page Css */
section.vc_section.expecting-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}
.expecting-sec .wpb_single_image {
    margin: 0;
}
.expecting-sec h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
    margin-bottom: 23px;
}
.arrow-dv {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #343751;
    margin-bottom: 29px;
}
.arrow-dv::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #228EE6;
    top: 0;
    left: 0;
    position: absolute;
}
.expecting-sec .blue-txt {
    color: #3F81CF;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Suisse Int\'l';
}
/* Our Staff Page */
section.vc_section.Staff-sec {
    padding-top: 120px;
    padding-bottom: 55px;
}
section.vc_section.Staff-sec img {
    width: 272px;
    height: 272px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 13px -13px 0 #4ba3c3;
    margin-bottom: 28px;
	transition:0.5s;
}
section.vc_section.Staff-sec img:hover {box-shadow: 0px 0px 0 16px #4ba3c3;transition: 0.1s;}
section.vc_section.Staff-sec 
 h4.vc_custom_heading {
    margin: 0;
    text-align: center !important;
}
section.vc_section.Staff-sec 
 .wpb_single_image {
    margin: 0;
    padding-top: 15px;
}
section.vc_section.Staff-sec  .vc_col-sm-3 h3.vc_custom_heading {
    text-align: center !important;
    margin: 0;
}
.Staff-sec .vc_col-sm-7 h3 {
    color: #4BA3C3;
    margin-bottom: 15px;
}
.Staff-sec .vc_col-sm-7 
 > .vc_column-inner {
    padding-left: 50px;
}
.Staff-sec .staff-row.pink-row .vc_col-sm-7 h3 {
    color: #E6869F;
}
.Staff-sec .staff-row.pink-row  img {
    box-shadow: -13px -13px 0 #E6869F !important;
	transition:0.5s;
}
.Staff-sec .staff-row.pink-row  img:hover{
	box-shadow: 0px 0px 0 13px #E6869F !important;transition: 0.5s;
}
/* Blog Page Css */
.blog-post-t .img-cont {
    height: 528px;
    position: relative;
    margin-bottom: 32px;
}
.blog-post-t .img-cont ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.blog-post-t .img-cont> ul {
    background: #fff;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 6%;
    padding: 15px 30px;
    border-radius: 4px 4px 0 0;
}
.blog-post-t .img-cont> ul span.date {
    font-size: 16px;
}
.blog-post-t .img-cont> ul li:nth-child(2) {
    margin: 0 10px;
}
.blog-post-t .img-cont> ul li ul.post-categories a {
    color: #4BA3C3;
    font-size: 16px;
}
.blog-post-t h3 {
    margin-top: 0;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.blog-post-t p {
    margin-bottom: 30px;
}
.blog-post-t .pink-btn a {
    font-size: 16px;
    line-height: 1;
    padding: 16px 37px 16px 37px;
    background: #E6869F;
    display: inline-block;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: none;
    line-height: 1;
}
.blog-post-t {
    margin-bottom: 60px;
}
section#primary {
}

aside#secondary {
    padding-left: 70px;
}

aside#secondary h3.widget-title {
    margin-top: 0;
    color: #4BA3C3;
    margin-bottom: 12px;
}

aside#secondary label {
    width: 100%;
    height: 100%;
}

aside#secondary .widget {
    padding: 30px;
    background: #F8F9FA;
    border-radius: 10px;
}

aside#secondary form.search-form {
    height: 55px;
    position: relative;
    display: flex;
}
aside#secondary input.search-field.form-control {
    height: 100%;
    border-radius: 50px;
    padding: 19px 22px;
    position: relative;
}
aside#secondary input.search-submit.btn.btn-default {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2023/01/search.png');
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #0000;
    width: 20%;
}
.emp-latest h2 {
    margin-top: 0;
    margin-top: 0;
    color: #4BA3C3;
    margin-bottom: 12px;
    font-size: 20px;
    font-family: 'Suisse Int\'l';
    font-style: normal;
    font-weight: 500;
}
.emp-latest {padding: 38px 25px 33px 25px;background: #F8F9FA;border-radius: 10px;margin: 0;}
.emp-latest img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.emp-latest .details {
    margin-left: 20px;
}
.emp-latest .details h4 {
    margin: 0;
}
.emp-latest .details span {
    font-size: 13px;
    color: #88919B;
}
.emp-latest .details  a {
    font-size: 16px;
    color: #000000;
    text-overflow: ellipsis;
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    overflow: hidden;
}
.emp-latest .latest-box {
    padding: 0;
}
.emp-latest .letest_inoform {
    display: flex;
    margin-bottom: 25px;
}
/* Thank You Page */
section.vc_section.thank-you-sec {
   padding-top:231px;
	padding-bottom:236px;
	    background-repeat: no-repeat;
    background-size: cover;
}
section.thank-you-sec h2.vc_custom_heading {
    font-style: normal !important;
    margin-top: 0;
    margin-bottom: 7px;
    padding: 0;
}
section.thank-you-sec p.vc_custom_heading {
    margin-bottom: 39px;
}
section.thank-you-sec .primary-btn .vc_general ,section.vc_section.error-page .primary-btn .vc_general {
    background: #4BA3C3 !important;
    color: #fff !important;
}
section.thank-you-sec .primary-btn .vc_general:hover {
    background: none !important;
    color: #4BA3C3 !important;
}
section.vc_section.thank-you-sec.becoming-dad {
    padding-top: 295px;
    padding-bottom: 295px;
}

/* Error Page */

/* section.vc_section.error-page {
    padding: 0;
    height: 100vh;
} */
section.vc_section.error-page p.vc_custom_heading {
    margin-bottom: 30px;
}
section.vc_section.error-page h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
    margin-bottom: 23px;
	font-style: normal !important;
}

/* Resource Page */
#resource-page div#head {
    padding: 16px 20px;
    border-radius: 20px 20px 0px 0px;
}
#resource-page div#head .vc_column-inner {
    padding-top: 0;
}
#resource-page div#head .vc_column-inner h6.vc_custom_heading {
    margin: 0;
    font-weight: 400;
    font-family: 'Suisse Int\'l';
}
.light-blue {
    padding: 16px 20px;
}
.light-blue .vc_column-inner {
    padding-top: 0 !important;
}
.light-blue .vc_column-inner h6.vc_custom_heading {
    margin: 0;
    font-weight: 600;
    font-family: 'Suisse Int\'l';
}
#resource-page .resource-data {/* padding-top: 27px; *//* padding-bottom: 27px; */display: flex;/* align-items: center !important; */box-sizing: border-box;}
#resource-page .resource-data .wpb_column {border-bottom: 1px solid #E4E4EA;padding-top: 27px;padding-bottom: 27px;/* outline: 1px solid #000; */border-collapse: collapse;border-left: 1px solid #E4E4EA;/* display: grid; *//* align-items: center; */}
#resource-page .resource-data .wpb_column  > .vc_column-inner {
    padding-top: 0;
}
#resource-page .resource-data .wpb_column:nth-child(1) {
    border-left: 0;
}
#resource-page .resource-data .wpb_column p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 20px;
    font-family: 'Futura Bk BT';
    overflow-wrap: break-word;
}
#resource-page .resource-data iframe {
    display: none !important;
}
#resource-page .resource-data .wpb_column blockquote.wp-embedded-content {
    display: none;
}

section.vc_section.resource-sec {
    padding-top: 0px;
    padding-bottom: 90px;
}
section.vc_section.resource-sec td {
    border-collapse: collapse;
    border: 1px solid #E4E4EA;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    padding-top: 22px;
    padding-bottom: 27px;
    padding-right: 40px;
    font-family: 'Futura Bk BT';
    overflow-wrap: break-word;
}
section.vc_section.resource-sec tr.table-head {
    background: #175676;
    color: #fff;
    font-size: 18px;
    padding: 0 35px !important;
}
section.vc_section.resource-sec tr.table-head td {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 17px;
    border: none;
}
section.vc_section.resource-sec tbody td.light-blue {
    background: #F0FAFF;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Suisse Int\'l';
    padding: 17px 35px;
    line-height: 28px;
}
section.vc_section.resource-sec tbody tr td:nth-child(2) {
    min-width: 200px;
    max-width: 250px;
}
section.vc_section.resource-sec tbody tr td:nth-child(3) {
    max-width: 258px;
    min-width: 257px;
}
section.vc_section.resource-sec tbody tr td:nth-child(4) {
	max-width: 200px;
	min-width: 200px;
}
section.vc_section.resource-sec tbody tr td:nth-child(1) {
    border-left: 0;
}
section.vc_section.resource-sec tbody tr td:last-child {
	border-right: 0 !important;
}
section.vc_section.resource-sec table {
    border-radius: 20px 20px 0;
    overflow: hidden;
}
aside#secondary section#text-2 {
    background: transparent;
    padding: 0;
    margin: 0;
}
/* Event Page CSs */
.Event-box {
    box-shadow: 0 15px 40px rgb(52 55 81 / 13%);
    margin: 30px 0;
}
.Event-box .event-cont {padding-left: 20px;padding-bottom: 23px;padding-right: 33px;padding-top: 30px;}

.Event-box img {
    height: 200px;
}
.Event-box h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 28px;
        color: #000;
        text-overflow: ellipsis;
    --max-lines: 2;
        max-height: calc(var(--lh) * var(--max-lines));
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 56px;
        align-items: flex-start;
        display: flex;
}
.Event-box .event-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Event-box .event-btn a.grp-btn {
    font-size: 12px;
    font-family: 'Futura Bk BT';
    line-height: 16px;
    padding: 7px 18px;
    background: #E6869F;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.Event-box .event-btn a.grp-btn:hover {
    color: #E6869F;
    transition: 0.5s;
    background: none;
}
.Event-box .event-btn .srv-link {
       font-size: 14px !important;
    position: relative;
    font-family: 'Futura Bk BT';
    text-decoration: none;
    background: none !important;
    padding: 0;
    color: #4BA3C3;
    border: none;
    text-transform: capitalize;
}
.Event-box .event-cont .event-flex {display: flex;}

.Event-box .event-cont .event-flex .date {
    flex: 0 0 15%;
    color: #4BA3C3;
    font-size: 36px;
    font-family: 'Suisse Int\'l';
    font-weight: 800;
    text-align: center;
    /* overflow: hidden; */
    line-height: 1;
    /* display: inline-table; */
}
.Event-box .event-cont .event-flex .text {
    padding-left: 25px;
}
.Event-box .event-cont .event-flex .date span.mon {
    display: block;
    font-size: 22px;
    font-family: 'Suisse Int\'l';
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.Event-box .event-cont .event-flex .exc-text {
       font-size: 18px;
    font-family: 'Futura Bk BT';
    color: #000 !important;
    line-height: 24px;
    margin-bottom: 23px;
    display: block;
    margin-top: 11px;
    text-overflow: ellipsis;
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.Event-box .event-cont .event-flex .exc-text p{
	display:none;
}
.Event-box .event-btn .srv-link i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-style: normal;
    padding-left: 7px;
    font-size: 13px;
    line-height: 1;
}
.Event-box .event-btn .srv-link {
    display: flex;
    align-items: center;
    line-height: 1;
}










/* Blog */


blockquote {
    background: #4BA3C3;
    color: #fff;
    line-height: 40px !important;
    padding: 60px 140px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
blockquote p {
    margin: 0;
    line-height: 1.4;
    font-size: 25px;
}
blockquote:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 30px;
    background: url(/wp-content/uploads/2023/01/Group-7985.svg);
    width: 52px;
    height: 44px;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-post #content.site-content .row {
    width: 82%;
    margin: auto;
}
.single-post #content.site-content .row .tag-share {
    width: 100%;
}
.single-post #content.site-content .row .tag-share .tags {
    padding: 0;
}
.blog-post-t p:empty {
    display: none;
}


.error404 header#masthead {
    display: none;
}
.error404 .breadcrumbs {
    display: none;
}
.error404 div#footer-widget {
    display: none;
}
.error404 footer#colophon {
    display: none;
}
.error404 div#content {
    padding: 0 !important;
}
.error404 section.error-section {
    background: #F2FAFF;
    text-align: center;
    padding: 200px 0;
}
.error404 section.error-section h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    color: #175676;
}
.error404 section.error-section p {
    font-size: 30px;
    margin-top: 20px;
    color: #929095;
    margin-bottom: 22px;
    line-height: 1.3;
    width: 80%;
    margin: 20px auto;
}
.error404 section.error-section .row {
    width: 68%;
    margin: auto;
}
.error404 section.error-section a.vc_general {
    padding: 23px 36px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.5s;
    font-size: 16px;
    line-height: 1;
}
/* .pdfcarouselsec .vc_row {
    padding: 0 5.5%;
} */
a.srv-link i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-style: normal;
    font-size: 12px;
    padding-left: 5px;
	text-decoration:none;
}
.Event-box .event-btn .srv-link:focus {
    outline: none;
    box-shadow:none;
}
.modal-body  h3.mb-3.text-black {
    font-size: 28px;
    margin-top: 0;
}
.modal-body {
    font-size: 18px;
}
/* PDF Caresol */
section.vc_section.pdfcarouselsec {
    padding-top: 30px;
    padding-bottom: 190px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 86%;
}
.pdfcarouselsec h2.vc_custom_heading {padding-bottom: 50px;}

.pdfcarouselsec .we-do a {
    text-decoration: none;
}
.pdfcarouselsec .we-do a img {
    height: 330px;
    object-fit: fill;
    object-position: center;
    box-shadow: 0 22px 16px rgb(0 0 0 / 16%);
}
.pdfcarouselsec .we-do a .pdf-cont h3 {
    margin-top: 33px;
    font-size: 18px;
    text-align: center;
}
.pdfcarouselsec .we-do a .pdf-cont  p {
    font-size: 16px;
    color: #929095;
    text-align: center;
    font-family: 'Futura Bk BT';
}
.pdfcarouselsec .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
}
.pdfcarouselsec .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background: #CCE6F4;
    transition: 0.5s;
}
.pdfcarouselsec .owl-dots  button.owl-dot.active {
    background: #4BA3C3;
    transition: 0.5s;
}
.pdfcarouselsec .we-do .no_pdf {
    pointer-events: none;
}

.buy-now-section .vc_col-sm-12 .wpb_wrapper div#field_1_25 {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
    border: none;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper div#field_1_25 label {
    background: transparent !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper input {
    outline: none !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    font-size: 18px !important;
    color: #000;
    font-weight: 600 !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper .ginput_cardextras fieldset {
    width: 70% !important;
    max-width: 70% !important;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input {
    width: 100% !important;
    max-width: 88% !important;
    height: 48px !important;
}

/* Neww CSS */

section.vc_section.service-sec p strong {
    font-size: 24px;
    color: #3F81CF;
    font-family: 'Suisse Int\'l';
    font-weight: 500;
}



	
/* Responsive */
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1295px) and (min-width:1025px ){

}

@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 960px){
	
}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 568px){
		
}

.blog-post-t .pink-btn a:hover {
    transition: 0.5s;
    background: #4BA3C3;
}
.secHealthy img {
    margin-right: 60px;
}
.pdfcarouselsec .we-do a .pdf-cont p span {
    font: normal normal normal 16px/24px Futura Bk BT;
    color: #4BA3C3;
    padding-right: 5px;
}
.pdfcarouselsec .pdf-box {
    width: 256px;
}

/* Mobile Menu */

/* Mobile Menu */

.mob-menu-header-holder.mobmenu {
    height: 80px !important;
    padding: 15px 15px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.mob-menu-header-holder.mobmenu .mobmenur-container {
    top: 50%;
    transform: translate(-10px, -50%);
}
.mob-menu-header-holder.mobmenu .mobmenur-container .mob-icon-menu:before {
    content: "";
    background: url(https://prs4u.com/wp-content/uploads/2021/11/Group-8178.png);
    width: 25px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
}
.mob-menu-header-holder.mobmenu .green-btn a {
    font-size: 0 !important;
    position: absolute;
    left: 20px;
    padding: 0 !important;
    width: 35px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, 27%);
}
.mob-menu-header-holder.mobmenu .elementor-widget-container {
    position: relative;
}
.mob-menu-header-holder.mobmenu .green-btn a span.elementor-button-icon {
    margin: 0;
}
.mob-menu-header-holder.mobmenu .green-btn a span.elementor-button-icon i {
    margin: 0;
}
.mob-menu-header-holder.mobmenu .elementor-widget-button {
    display: inline;
    margin: 0;
}
.mobmenu-content {
    background: #175676 !important;
    width: 100% !important;
    margin-top: 120px !important;
}
.mobmenu-right-alignment {
    background: #175676 !important;
}
.mobmenu-content a {
    color: #fff !important;
    background: transparent !important;
    font-size: 18px !important;
    padding: 10px 0 !important;
    font-weight: 300 !important;
    font-family: 'Futura Bk BT' !important;
}
.mobmenu-content li.menu-item {
    background: transparent !important;
    padding: 0 30px !important;
}
.mobmenu-content a .mob-expand-submenu i {
    color: #fff;
    font-size: 12px;
}
.mobmenu-content  ul.sub-menu {
    background: #ffffff00 !important;
}
.mobmenu-content ul.sub-menu a {
    font-size: 16px !important;
    padding: 5px 10px !important;
}
.mobmenu-right-alignment {
    width: 100% !important;
}
.mobmenu-right-panel .mob-cancel-button {
    color: #fff !important;
}
.mobmenu-right-panel .mob-cancel-button::before {
    content: "" !important;
    font-size: 28px;
    margin: 0 !important;
    background: url(http://becomingmom.agencypartner.com/wp-content/uploads/2023/01/Group-9275.svg);
    position: absolute;
    width: 20px;
    height: 14px;
    right: 20px;
    top: 43px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mobmenu-panel .mobmenu-content:before {
    content: "";
    background: url(http://becomingmom.agencypartner.com/wp-content/uploads/2023/01/Footer-Logo.svg);
    position: absolute;
    width: 162px;
    height: 52px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    left: 20px;
}
.mobmenu-right-panel .mob-cancel-button {
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding: 0 !important;
}
.mobmenu-content li.menu-item.menu-item-has-children li.menu-item {
    padding: 0 10px !important;
}




@media only screen and (max-width: 480px){
	#resource-page div#cabeza {
    width: unset;
    display: flex;
    /* overflow-x: scroll; */
    width: 1000px;
    padding: 16px 20px;
    border-radius: 20px 20px 0px 0px;
}

#resource-page div#cabeza .vc_col-sm-2 {
    width: 20%;
    flex: 0 0 20% !important;
    max-width: 20%;
}

#resource-page div#cabeza .vc_column-inner {
    padding-top: 0;
}

#resource-page div#cabeza .vc_column-inner h6.vc_custom_heading {
    margin: 0;
    font-weight: 400;
    font-family: 'Suisse Int\'l';
    font-size: 16px !important;
}
	rs-arrow.tp-leftarrow.tparrows.uranus {
    display: none;
}
.ginput_full.ginput_cardextras {
    margin-top: 16px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-bottom: 10px;
}
.privacy-policy-page {
    padding: 30px 0 0 !important;
}
section.vc_section.event-inner-sec {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

section.vc_section.event-inner-sec h2.vc_custom_heading {
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

rs-arrow.tp-rightarrow.tparrows.uranus {
    display: none;
}
	div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    column-count: 1;
		display:block !important;
}
		

#resource-page div#head .vc_col-sm-2 {
    max-width: 30%;
    flex: 0 0 30% !important;
    width: 30%;
}
#resource-page div#head .vc_column-inner h6.vc_custom_heading {
    font-size: 16px !important;
}
#resource-page div#head {
    width: unset;
    display: flex;
    /* overflow-x: scroll; */
    width: 1000px;
}
section.vc_section.resource-sec {overflow: hidden;overflow-x: scroll;padding-bottom: 20px;margin: 0;padding-top: 30px !important;margin-bottom: 60px;}
#resource-page .resource-data {
    display: flex;
    /* background: #175676 !important; */
    width: 1000px;
}
#resource-page .resource-data .vc_col-sm-2, #resource-page div#head .vc_col-sm-2 {
    /* background: red; */
    width: 20%;
    flex: 0 0 20% !important;
    max-width: 20%;
}
#resource-page .vc_col-sm-4 {
    width: 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}
.light-blue {
    width: 1000px;
}
#resource-page  .vc_col-sm-3 {
    /* background: red; */
    width: 20%;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
#resource-page div#head .vc_col-sm-2 {
}
#resource-page .resource-data .wpb_column p {
    padding-right: 5px;
}
.light-blue .vc_column-inner h6.vc_custom_heading {
    font-size: 18px !important;
}
#resource-page .resource-data .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px;
}	
	
section.vc_section.support-section .vc_col-sm-6>.vc_column-inner {
    padding-top: 30px !important;
}
	
section.vc_section.second-sec {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.what-abt-sec p {
    font-size: 16px;
}
.second-sec .vc_col-sm-5 > .vc_column-inner {
    padding-top: 0 !important;
    margin-top: -46px;
}
.what-abt-sec.vc_col-sm-7 > .vc_column-inner {
    padding-bottom: 76px !important;
}
.second-sec .vc_col-sm-5 > .vc_column-inner img {
    height: 198px;
    object-fit: cover;
    border-radius: 30px;
    object-position: top;
}
body .main-bx-sec .bx .vc_column-inner {
    min-height: 297px !important;
    padding: 0 24px !important;
}
body .main-bx-sec .bx .vc_column-inner h3 a {
    font-size: 15px;
}
body .main-bx-sec .bx .vc_column-inner h3 {
    margin: 0;
    bottom: 24px;
    width: 100%;
    left: 0;
    padding: 0 24px;
}
.main-bx-sec .bx .vc_column-inner h3:after {
    content: '\f061' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 12px;
    right: 24px;
    color: #000;
    background: #fff !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    z-index: 99;
}
.main-bx-sec .bx .vc_column-inner:after {
    z-index: 0;
}
section.vc_section.main-bx-sec.becomingdad-section {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.home div#content {
    padding-top: 30px !important;
}
section.vc_section.support-section {
    margin-top: 30px !important;
}
.support-section p.vc_custom_heading {
    font-size: 16px;
    margin-bottom: 38px !important;
}
section.vc_section.second-sec h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
}
.what-abt-sec .vc_column-inner:before {
    display: none;
}
.what-abt-sec p {
    margin-bottom: 15px;
}
section.vc_section.video-section .colAdopt>.vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
    border-radius: 0 !important;
}
.colAdopt h2.vc_custom_heading {
    margin: 0 !important;
}
section.vc_section.video-section .colAdopt:before, section.vc_section.video-section .colAdopt:after {
    display: block;
    height: 254px;
    width: 97px;
    background-size: contain;
}
section.vc_section.video-section .colAdopt:after {
    bottom: 0;
    top: unset;
}
.secHealthy img {
    top: 40px;
    margin: 0;
    height: 293px;
    width: 100%;
}
.secHealthy .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
}
section.vc_section.contact-section {
    padding-top: 38px !important;
    padding-bottom: 40px !important;
}
.contact-section h3.vc_custom_heading {
    font-size: 30px !important;
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}
#video-slider .ult-video {
    margin: 15px !important;
    height: 228px;
}
#video-slider .ult-video .ultv-video {
    height: 100%;
}
#video-slider .ult-video .ultv-video .ultv-video__outer-wrap {
    height: 100%;
}
#video-slider .ult-video .ultv-video img.ultv-video__thumb {
    margin: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#video-slider .ult-video .ultv-video .ultv-video__play-icon img {
    width: 65px;
}
div#content {
    padding: 0 !important;
}
div#footer-widget {
    padding-top: 40px;
    padding-bottom: 60px;
}
div#footer-widget img {
    margin-bottom: 35px;
    width: 70%;
}
div#footer-widget .contact-inner a {
    display: inline-block !important;
    margin-bottom: 15px;
}
div#footer-widget .contact-inner .address p {
    width: 75%;
    margin-bottom: 18px;
}
div#footer-widget h3.widget-title {
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 19px;
}
div#footer-widget .menu {
    display: block !important;
    column-count: 2;
    width: 59%;
}
footer-widget .row .col-md-3:nth-child(3) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    background: red;
}
div#footer-widget .col-md-3:nth-child(3) {
    max-width: 100%;
}

div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    display: unset;
}
div#footer-widget .col-md-3:last-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
div#footer-widget .col-md-3:last-child p {
    margin-bottom: 28px;
}
footer#colophon {
    padding: 25px 30px;
}
footer#colophon .brand p {
    margin:0
}
footer#colophon p {
    text-align: center;
    margin-bottom: 17px !important;
}
.support-section .secHealthy {
    padding: 0 20px;
}
.secHealthy .vc_col-sm-6:last-child:before {
    display: none;
}
.secHealthy .vc_col-sm-6:first-child:before {
    display: none;
}
section.vc_section.contact-section .vc_row {
    padding: 0 20px;
}
div#footer-widget ul#menu-quick-links {
    display: block !important;
}
p {
    font-size: 16px;
}
.breadcrumbs {
    margin-top: 80px;
    padding: 60px 0;
}
.breadcrumbs h1 {
    font-size: 30px;
    padding-bottom: 4px;
}
.breadcrumbs a.home, .breadcrumbs span {
    font-size: 16px;
}
section.vc_section.expecting-sec {
    padding-top: 40px !important;
    padding-bottom: 0px;
}
.expecting-sec h2.vc_custom_heading {
    margin-top: 30px;
}
.expecting-sec .vc_column-inner {
    padding: 0 15px !important;
}
.expecting-sec p.vc_custom_heading.arrow-dv {
    font-size: 16px !important;
    padding-left: 25px;
}
section.vc_section.expecting-sec p a {
    overflow-wrap: break-word;
}
section.vc_section.pdfcarouselsec {
    padding-top: 60px;
}
.pdfcarouselsec h2.vc_custom_heading {
    padding-bottom: 20px;
    margin: 0;
}
.pdfcarouselsec .we-do a img {
    height: auto;
}
.pdfcarouselsec .we-do a .pdf-cont h3 {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 6px;
}
.pdfcarouselsec .we-do a .pdf-cont p {
    font-size: 14px;
}
.pdfcarouselsec .we-do a .pdf-cont p span {
    font-size: 14px;
}
.pdfcarouselsec .pdf-box {
    width: 100%;
}
.pdfcarouselsec .we-do {
    padding: 0 0;
}
section.vc_section.pdfcarouselsec {
    background-size: cover;
    padding-bottom: 20px;
    margin-top: 60px;
    padding-top: 60px;
}
section.vc_section.pdfcarouselsec .owl-nav {
    display: none;
}
.pdfcarouselsec .owl-dots button.owl-dot {
    margin-right: 8px;
}
.about-page-sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0 15px;
    margin-top: 30px;
}
section.vc_section.about-page-sec {
    padding-bottom: 50px !important;
    padding-top: 40px !important;
}
section.vc_section.service-sec {
    padding-top: 0px !important;
    border-radius: 0;
    background-image: none !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
    padding: 10px 20px 40px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li {
    font-size: 16px;
    margin-bottom: 11px !important;
    line-height: 1.4;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li br {
    display: none;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column p {
    font-size: 16px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) span {
    padding: 0;
}
section.vc_section.qualify-sec {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid {
    margin: 0 15px;
    border-radius: 30px;
    overflow: hidden;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column.wpb_content_element {
    margin: 0;
}
.qualify-sec .vc_col-sm-9 > .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.location-sec .location-row {
    display: block;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 {
    width: 100%;
    padding: 0;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 {
    margin: auto;
    width: 80%;
}
.location-sec .vc_col-sm-6 .vc_row {
    margin: 0;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure {
    width: 100%;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure .vc_single_image-wrapper, section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure img {
    width: 100%;
}
.location-sec .vc_col-sm-6 .vc_row .vc_col-sm-6:last-child {
    padding-top: 22px !important;
}
.location-sec h4.vc_custom_heading {
    font-size: 20px !important;
}
.location-sec .vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
    font-size: 16px;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6:first-child {
    margin-bottom: 30px;
}
.post-type-archive-event header.page-header {
    margin: 0 !important;
}
.row.ser-list {
    padding-top: 30px;
    padding-bottom: 50px;
}
.Event-box img {
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
}
.Event-box .event-cont .event-flex .date {
    font-size: 28px;
}
.Event-box .event-cont .event-flex .date span.mon {
    font-size: 18px;
}
.Event-box .event-cont .event-flex .text {
    padding-left: 15px;
}
.Event-box .event-cont {
    padding: 20px 20px;
}
.Event-box .event-cont .event-flex .exc-text {
    font-size: 16px;
}
.Event-box {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.row.ser-list .modal {
    padding: 0 20px !important;
}
.row.ser-list .modal .modal-body {
    padding: 30px 20px 70px !important;
    font-size: 16px;
}
.row.ser-list .modal h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
section.vc_section.thank-you-sec.becoming-dad {
    padding: 90px 0 !important;
    background-position: 62% 169%;
    height: 100vh;
}
/* .page-id-194 .mob-menu-header-holder.mobmenu {
    display: none;
} */
.page-id-194 .entry-content {
    margin: 0;
}
section.vc_section.thank-you-sec.becoming-dad:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff87;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    z-index: 0;
}
section.vc_section.thank-you-sec.becoming-dad {
    position: relative;
}
section.thank-you-sec p.vc_custom_heading {
    font-size: 22px !important;
    color: #190933 !important;
    margin-bottom: 12px;
    line-height: 1.3 !important;
}
section.vc_section.Staff-sec {
    padding-top: 40px !important;
}
section.vc_section.Staff-sec .wpb_single_image {
    text-align: center;
}
.Staff-sec .vc_col-sm-7 h3 {
    margin-top: 20px !important;
}
.Staff-sec .vc_column-inner {
    padding: 0 15px !important;
}
section#primary.blog-col {
    padding-top: 70px;
}
.blog-post-t .img-cont {
    height: auto;
    margin-bottom: 20px;
}
.blog-post-t .img-cont> ul {
    padding: 4px 16px;
}
.blog-post-t .img-cont> ul span.date {
    font-size: 14px;
}
.blog-post-t .img-cont> ul li ul.post-categories a {
    font-size: 14px;
}
.blog-post-t .img-cont img {
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
	width:100%;
}
.blog-post-t h3 {
    font-size: 24px;
}
aside#secondary {
    padding: 15px;
}
.blog .row {
    flex-direction: column-reverse;
}
.blog .row.emp-latest {
    flex-direction: unset;
}
.blog .row.emp-latest h2 {
    font-size: 18px !important;
}
.single-post #content.site-content .row {
    width: 100%;
}
.postInner .post-info {
    font-size: 14px;
}
.postInner .thumb {
    height: 230px;
    border-radius: 30px;
    overflow: hidden;
}
blockquote {
    padding: 70px 20px 30px;
}
blockquote p {
    font-size: 20px;
}
blockquote:after {
    width: 40px;
    height: 31px;
    top: 21px;
}
.postInner p img.alignnone {
    width: 100%;
}
.postInner {
    padding-bottom: 50px;
}
.tag-share ul li a {
    font-size: 13px;
    padding: 12px 14px;
}
section.vc_section.contact-page-sec {
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-page-sec h2.vc_custom_heading br {
    display: none;
}
.contact-page-sec .content-row {
    margin: 0;
    display: block;
    padding-bottom: 10px;
}
.contact-page-sec .content-row .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page-sec .contact-form-page.row .col-6, .contact-page-sec .contact-form-page.row .col-12, .contact-page-sec .contact-form-page.row .col-8, .contact-page-sec .contact-form-page.row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-form-page input, .contact-form-page select, .contact-form-page textarea {
    font-size: 15px;
    height: 50px;
}
.contact-form-page textarea {
    height: 150px;
}
.contact-page-sec .contact-form-page.row .col-8 {
    margin-bottom: 10px;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper {
    padding: 26px 20px 20px;
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper h3.vc_custom_heading {
    line-height: 1.5;
    font-size: 25px !important;
    padding-top: 20px !important;
    margin: 0;
}
section.vc_section.buy-now-section {
    margin-bottom: 0 !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper input {
    padding: 0 !important;
}
.gfield_radio .gchoice {flex:  0 0 50%;}

#field_1_21 label, #field_2_21 label {
    padding: 20px 14px !important;
    font-size: 12px !important;
    flex: 0 0 50%;
}
.buy-now-section #gform_submit_button_1 {
    padding: 10px 40px !important;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper .ginput_cardextras fieldset {
    width: 100% !important;
    max-width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_complex {
    display: block !important;
}
.buy-now-section .ginput_card_expiration_month_container:after {border-color: #0000;}
.buy-now-section h3.gsection_title {
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1;
}
.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend {
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-top: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
}
	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
    display: inline-flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center;
}
	.gform_wrapper.gravity-theme .ginput_complex span {
		flex: unset !important;
	}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_month_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_year_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right input {
    width: 100%  !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}
@media only screen and (max-width: 1536px) and (min-width:1024px ){
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
    padding-left: 30px !important;
	padding-top:0;
	    padding-right: 120px;
}
}
@media only screen and (max-width: 1200px) and (min-width:864px ){
	section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
    padding-right: 50px;
}
}

@media only screen and (max-width: 1199px) and (min-width:992px ){
	
	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label {
    font-size: 18px !important;
    color: #000;
    font-weight: 600 !important;
    float: left;
    padding-top: 5px;
    line-height: 2;
}

.gform_wrapper.gravity-theme .ginput_complex span {
    display: block;
}

.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_month_container, .gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_year_container,.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
    width: 100%;
}
span.ginput_card_security_code_icon {
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right input#input_1_27_3 {
    margin-bottom: 10px;
}
	rs-arrow.tp-leftarrow.tparrows.uranus {
    display: none;
}
.ginput_full.ginput_cardextras {
    margin-top: 16px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-bottom: 10px;
}
.privacy-policy-page {
    padding: 30px 0 0 !important;
}
section.vc_section.event-inner-sec {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

section.vc_section.event-inner-sec h2.vc_custom_heading {
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

rs-arrow.tp-rightarrow.tparrows.uranus {
    display: none;
}
	div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    column-count: 1;
    display:block !important;
    width: 100%;
}
		

#resource-page div#head .vc_col-sm-2 {
    max-width: 30%;
    flex: 0 0 30% !important;
    width: 30%;
}
#resource-page div#head .vc_column-inner h6.vc_custom_heading {
    font-size: 16px !important;
}
#resource-page div#head {
    width: 1000px;
    display: flex;
    /* overflow-x: scroll; */
}
section.vc_section.resource-sec {overflow-x: scroll;padding-bottom: 20px;}
#resource-page .resource-data {
    display: flex;
    /* background: #175676 !important; */
    width: 1000px;
}
#resource-page .resource-data .vc_col-sm-2, #resource-page div#head .vc_col-sm-2 {
    /* background: red; */
    width: 20%;
    flex: 0 0 20% !important;
    max-width: 20%;
}
#resource-page .vc_col-sm-4 {
    width: 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}
#resource-page  .vc_col-sm-3 {
    /* background: red; */
    width: 20%;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
#resource-page div#head .vc_col-sm-2 {
}
#resource-page .resource-data .wpb_column p {
    padding-right: 5px;
}
.light-blue .vc_column-inner h6.vc_custom_heading {
    font-size: 18px !important;
}
#resource-page .resource-data .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px;
}	
	
section.vc_section.second-sec .vc_row {
    margin: 0;
}
.what-abt-sec.vc_col-sm-7 > .vc_column-inner {
    padding-left: 60px !important;
}
section.vc_section.second-sec {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
}
.what-abt-sec p {
    font-size: 16px;
}
.second-sec .vc_col-sm-5 > .vc_column-inner {
    padding-top: 0 !important;
    margin-top: -46px;
}
.what-abt-sec.vc_col-sm-7 > .vc_column-inner {
    padding-bottom: 76px !important;
}
.second-sec .vc_col-sm-5 > .vc_column-inner img {
    object-fit: cover;
    border-radius: 30px;
    object-position: top;
}
body .main-bx-sec .bx .vc_column-inner {
    min-height: 297px !important;
    padding: 0 24px !important;
}
body .main-bx-sec .bx .vc_column-inner h3 a {
    font-size: 15px;
}
.what-abt-sec .vc_column-inner {
    padding-right: 40px !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
body .main-bx-sec .bx .vc_column-inner h3 {
    margin: 0;
    bottom: 24px;
    width: 100%;
    left: 0;
    padding: 0 24px;
}
.main-bx-sec .bx .vc_column-inner h3:after {
    content: '\f061' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 12px;
    right: 24px;
    color: #000;
    background: #fff !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    z-index: 99;
}
.main-bx-sec .bx .vc_column-inner:after {
    z-index: 0;
}
section.vc_section.main-bx-sec.becomingdad-section {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.home div#content {
    padding-top: 30px !important;
}
section.vc_section.support-section {
    margin-top: 30px !important;
}
.support-section p.vc_custom_heading {
    font-size: 16px;
    margin-bottom: 38px !important;
}
section.vc_section.second-sec h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
}
.what-abt-sec .vc_column-inner:before {
    display: none;
}
.what-abt-sec p {
    margin-bottom: 15px;
}
section.vc_section.video-section .colAdopt>.vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
    border-radius: 0 !important;
}
.colAdopt h2.vc_custom_heading {
    margin: 0 !important;
}
section.vc_section.video-section .colAdopt:before, section.vc_section.video-section .colAdopt:after {
    display: block;
    height: 254px;
    width: 97px;
    background-size: contain;
}
section.vc_section.video-section .colAdopt:after {
    bottom: 0;
    top: unset;
}
.secHealthy img {
    top: 40px;
    margin: 0;
    height: 293px;
    width: 100%;
}
.secHealthy .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
}
section.vc_section.contact-section {
    padding-top: 38px !important;
    padding-bottom: 40px !important;
}
.contact-section h3.vc_custom_heading {
    font-size: 30px !important;
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}
#video-slider .ult-video {
    margin: 15px !important;
    height: 95%;
    overflow: hidden;
    border-radius: 40px;
}
#video-slider .ult-video .ultv-video {
    height: 100%;
}
#video-slider .ult-video .ultv-video .ultv-video__outer-wrap {
    height: 100%;
}
#video-slider .ult-video .ultv-video img.ultv-video__thumb {
    margin: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#video-slider .ult-video .ultv-video .ultv-video__play-icon img {
    width: 65px;
}
div#content {
    padding: 0 !important;
}
div#footer-widget {
    padding-top: 40px;
    padding-bottom: 60px;
}
div#footer-widget img {
    margin-bottom: 35px;
    width: 70%;
}
div#footer-widget .contact-inner a {
    display: inline-block !important;
    margin-bottom: 15px;
}
div#footer-widget .contact-inner .address p {
    width: 80%;
    margin-bottom: 18px;
    font-size: 14px;
}
div#footer-widget a.vc_general {
    font-size: 13px;
    padding: 12px 30px;
}
div#footer-widget a.nav-link {
    font-size: 13px;
}
div#footer-widget h3.widget-title {
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 19px;
}
div#footer-widget .menu {
    display: block;
    column-count: 2;
    width: 59%;
}
footer-widget .row .col-md-3:nth-child(3) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    background: red;
}
div#footer-widget .col-md-3:nth-child(3) {
}

div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    display: unset;
}
div#footer-widget .col-md-3:last-child {
}
div#footer-widget .col-md-3:last-child p {
    margin-bottom: 28px;
    font-size: 13px;
}
footer#colophon {
    padding: 25px 30px;
}
footer#colophon .brand p {
    margin:0
}
footer#colophon p {
    text-align: center;
    margin-bottom: 17px !important;
    font-size: 12px;
}
.support-section .secHealthy {
    padding: 0 20px;
}
.secHealthy .vc_col-sm-6:last-child:before {
    display: none;
}
.secHealthy .vc_col-sm-6:first-child:before {
    display: none;
}
section.vc_section.contact-section .vc_row {
    padding: 0 20px;
}
div#footer-widget ul#menu-quick-links {
    display: block !important;
    width: 109%;
}
p {
    font-size: 16px;
}
.breadcrumbs {
    margin-top: 80px;
    padding: 60px 0;
}
.breadcrumbs h1 {
    font-size: 30px;
    padding-bottom: 4px;
}
.breadcrumbs a.home, .breadcrumbs span {
    font-size: 16px;
}
section.vc_section.expecting-sec {
    padding-top: 40px !important;
    padding-bottom: 0px;
}
.expecting-sec h2.vc_custom_heading {
    margin-top: 30px;
}
.expecting-sec .vc_column-inner {
    padding: 0 15px !important;
}
.expecting-sec p.vc_custom_heading.arrow-dv {
    font-size: 16px !important;
    padding-left: 25px;
}
section.vc_section.expecting-sec p a {
    overflow-wrap: break-word;
}
section.vc_section.pdfcarouselsec {
    padding-top: 60px;
}
.pdfcarouselsec h2.vc_custom_heading {
    padding-bottom: 20px;
    margin: 0;
}
.pdfcarouselsec .we-do a img {
    height: auto;
}
.pdfcarouselsec .we-do a .pdf-cont h3 {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 6px;
}
.pdfcarouselsec .we-do a .pdf-cont p {
    font-size: 14px;
}
.pdfcarouselsec .we-do a .pdf-cont p span {
    font-size: 14px;
}
.pdfcarouselsec .pdf-box {
    width: 100%;
}
.pdfcarouselsec .we-do {
    padding: 0 0;
}
section.vc_section.pdfcarouselsec {
    background-size: cover;
    padding-bottom: 20px;
    margin-top: 60px;
    padding-top: 60px;
}
section.vc_section.pdfcarouselsec .owl-nav {
    display: none;
}
.pdfcarouselsec .owl-dots button.owl-dot {
    margin-right: 8px;
}
.about-page-sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0 15px;
    margin-top: 30px;
}
section.vc_section.about-page-sec {
    padding-bottom: 50px !important;
    padding-top: 40px !important;
}
section.vc_section.service-sec {
    padding-top: 0px !important;
    border-radius: 0;
    background-image: none !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
    padding: 10px 20px 40px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li {
    font-size: 16px;
    margin-bottom: 11px !important;
    line-height: 1.4;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li br {
    display: none;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column p {
    font-size: 16px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) span {
    padding: 0;
}
section.vc_section.qualify-sec {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid {
    margin: 0 15px;
    border-radius: 30px;
    overflow: hidden;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column.wpb_content_element {
    margin: 0;
}
.qualify-sec .vc_col-sm-9 > .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.location-sec .location-row {margin: 0 30px;}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 {
    width: 100%;
    padding: 0;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 {
}
.location-sec .vc_col-sm-6 .vc_row {
    margin: 0;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure {
    width: 100%;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure .vc_single_image-wrapper, section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure img {
    width: 100%;
}
.location-sec .vc_col-sm-6 .vc_row .vc_col-sm-6:last-child {
    padding-top: 22px !important;
}
.location-sec h4.vc_custom_heading {
    font-size: 20px !important;
}
.location-sec .vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
    font-size: 16px;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6:first-child {
    margin-bottom: 30px;
}
.post-type-archive-event header.page-header {
    margin: 0 !important;
}
.row.ser-list {
    padding-top: 30px;
    padding-bottom: 50px;
}
.Event-box img {
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
}
.Event-box .event-cont .event-flex .date {
    font-size: 28px;
}
.Event-box .event-cont .event-flex .date span.mon {
    font-size: 18px;
}
.Event-box .event-cont .event-flex .text {
    padding-left: 15px;
}
.Event-box .event-cont {
    padding: 20px 20px;
}
.Event-box .event-cont .event-flex .exc-text {
    font-size: 16px;
}
.Event-box {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.row.ser-list .modal {
    padding: 0 20px !important;
}
.row.ser-list .modal .modal-body {
    padding: 30px 20px 70px !important;
    font-size: 16px;
}
.row.ser-list .modal h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
section.vc_section.thank-you-sec.becoming-dad {
    padding: 90px 0 !important;
    background-position: 62% 169%;
    height: 100vh;
}
/* .page-id-194 .mob-menu-header-holder.mobmenu {
    display: none;
} */
.page-id-194 .entry-content {
    margin: 0;
}
section.vc_section.thank-you-sec.becoming-dad:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff87;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    z-index: 0;
}
section.vc_section.thank-you-sec.becoming-dad {
    position: relative;
}
section.thank-you-sec p.vc_custom_heading {
    font-size: 22px !important;
    color: #190933 !important;
    margin-bottom: 12px;
    line-height: 1.3 !important;
}
section.vc_section.Staff-sec {
    padding-top: 40px !important;
	padding-bottom:30px !important; 
}
section.vc_section.Staff-sec .wpb_single_image {
    text-align: center;
}
.Staff-sec .vc_col-sm-7 h3 {
    margin-top: 20px !important;
}
.Staff-sec .vc_column-inner {
    padding: 0 15px !important;
}
section#primary.blog-col {
    padding-top: 90px;
}
.blog-post-t .img-cont {
    height: auto;
    margin-bottom: 20px;
}
.blog-post-t .img-cont> ul {
    padding: 4px 16px;
}
.blog-post-t .img-cont> ul span.date {
    font-size: 14px;
}
.blog-post-t .img-cont> ul li ul.post-categories a {
    font-size: 14px;
}
.blog-post-t .img-cont img {
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
	width:100%;
}
.blog-post-t h3 {
    font-size: 24px;
}
aside#secondary {
    padding: 15px;
}
.blog .row {
    flex-direction: column-reverse;
}
.blog .row.emp-latest {
    flex-direction: unset;
}
.blog .row.emp-latest h2 {
    font-size: 18px !important;
}
.single-post #content.site-content .row {
    width: 100%;
}
.postInner .post-info {
    font-size: 14px;
}
.postInner .thumb {
    height: 230px;
    border-radius: 30px;
    overflow: hidden;
}
blockquote {
    padding: 70px 20px 30px;
}
blockquote p {
    font-size: 20px;
}
blockquote:after {
    width: 40px;
    height: 31px;
    top: 21px;
}
.postInner p img.alignnone {
    width: 100%;
}
.postInner {
    padding-bottom: 50px;
}
.tag-share ul li a {
    font-size: 13px;
    padding: 12px 14px;
}
section.vc_section.contact-page-sec {
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-page-sec h2.vc_custom_heading br {
    display: none;
}
.contact-page-sec .content-row {
    margin: 0;
    display: block;
    padding-bottom: 10px;
}
.contact-page-sec .content-row .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page-sec .contact-form-page.row .col-6, .contact-page-sec .contact-form-page.row .col-12, .contact-page-sec .contact-form-page.row .col-8, .contact-page-sec .contact-form-page.row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-form-page input, .contact-form-page select, .contact-form-page textarea {
    font-size: 15px;
    height: 50px;
}
.contact-form-page textarea {
    height: 150px;
}
.contact-page-sec .contact-form-page.row .col-8 {
    margin-bottom: 10px;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper {
    padding: 26px 20px 20px;
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper h3.vc_custom_heading {
    line-height: 1.5;
    font-size: 25px !important;
    padding-top: 20px !important;
    margin: 0;
}
section.vc_section.buy-now-section {
    margin-bottom: 0 !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper input {
    padding: 0 !important;
}
.gfield_radio .gchoice {flex:  0 0 50%;}

#field_1_21 label, #field_2_21 label {
    padding: 20px 14px !important;
    font-size: 12px !important;
    flex: 0 0 50%;
}
.buy-now-section #gform_submit_button_1 {
    padding: 10px 40px !important;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper .ginput_cardextras fieldset {
    width: 100% !important;
    max-width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_complex {
    display: block !important;
}
.buy-now-section .ginput_card_expiration_month_container:after {border-color: #0000;}
.buy-now-section h3.gsection_title {
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1;
}
.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend {
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-top: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
}
	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
    display: inline-flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center;
}
	.gform_wrapper.gravity-theme .ginput_complex span {
		flex: unset !important;
	}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_month_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_year_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right input {
    width: 100%  !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
	
}
@media only screen and (max-width: 991px) and (min-width:768px ){
	section.vc_section.resource-sec {
		height: 900px !important;
	}
	section.vc_section.resource-sec::-webkit-scrollbar {
		width: 5px !important;
	}
	div#footer-widget .col-12 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
div#footer-widget .row {
    display: flex;
}
div#footer-widget .row .menu {
    display: block !important;
}
footer#colophon p {
}
footer#colophon .site-info a {
    margin-left: 10px;
}
.contact-section h3.vc_custom_heading {
    font-size: 30px !important;
}
span.wpcf7-spinner {
    display: none;
}
.news-form input[type=submit] {
    width: 97%;
    font-size: 14px;
    padding: 10px 0;
}
  .ser-list .navigation {
    padding-bottom: 20px;
}
  .news-form input {
    min-height: 40px;
    width: 98%;
}
section.vc_section.support-section {margin-bottom: 70px !important;}
.secHealthy .vc_col-sm-12 .vc_row.wpb_row.vc_inner {
    padding-bottom: 20px;
    padding-top: 20px;
}
.becomingdad-section {
    padding-bottom: 60px;
    margin-bottom: 60px;
}
		rs-arrow.tp-leftarrow.tparrows.uranus {
    display: none;
}
.ginput_full.ginput_cardextras {
    margin-top: 16px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-bottom: 10px;
}
.privacy-policy-page {
    padding: 30px 0 0 !important;
}
section.vc_section.event-inner-sec {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

section.vc_section.event-inner-sec h2.vc_custom_heading {
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

rs-arrow.tp-rightarrow.tparrows.uranus {
    display: none;
}
	div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    column-count: 1;
		display:block !important;
}
		

#resource-page div#head .vc_col-sm-2 {
    max-width: 30%;
    flex: 0 0 30% !important;
    width: 30%;
}
#resource-page div#head .vc_column-inner h6.vc_custom_heading {
    font-size: 16px !important;
}
#resource-page div#head {
    width: unset;
    display: flex;
    /* overflow-x: scroll; */
}
section.vc_section.resource-sec {overflow-x: scroll;padding-bottom: 20px;}
#resource-page .resource-data {
    display: flex;
    /* background: #175676 !important; */
}
#resource-page .resource-data .vc_col-sm-2, #resource-page div#head .vc_col-sm-2 {
    /* background: red; */
    width: 40%;
    flex: 0 0 40% !important;
    max-width: 40%;
}
#resource-page .vc_col-sm-4 {
    width: 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}
#resource-page  .vc_col-sm-3 {
    /* background: red; */
    width: 40%;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}
#resource-page div#head .vc_col-sm-2 {
}
#resource-page .resource-data .wpb_column p {
    padding-right: 5px;
}
.light-blue .vc_column-inner h6.vc_custom_heading {
    font-size: 18px !important;
}
#resource-page .resource-data .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px;
}	
	
	
section.vc_section.second-sec {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.what-abt-sec p {
    font-size: 16px;
}
.second-sec .vc_col-sm-5 > .vc_column-inner {
    padding-top: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
    margin-left: -30px;
}
.what-abt-sec.vc_col-sm-7 > .vc_column-inner {
    padding-bottom: 76px !important;
}
.second-sec .vc_col-sm-5 > .vc_column-inner img {
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    object-position: top;
}
body .main-bx-sec .bx .vc_column-inner {
    min-height: 297px !important;
    padding: 0 24px !important;
}
body .main-bx-sec .bx .vc_column-inner h3 a {
    font-size: 15px;
}
body .main-bx-sec .bx .vc_column-inner h3 {
    margin: 0;
    bottom: 24px;
    width: 100%;
    left: 0;
    padding: 0 24px;
}
.main-bx-sec .bx .vc_column-inner h3:after {
    content: '\f061' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 12px;
    right: 24px;
    color: #000;
    background: #fff !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    z-index: 99;
}
.main-bx-sec .bx .vc_column-inner:after {
    z-index: 0;
}
section.vc_section.main-bx-sec.becomingdad-section {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.home div#content {
    padding-top: 30px !important;
}
section.vc_section.support-section {
    margin-top: 30px !important;
}
.support-section p.vc_custom_heading {
    font-size: 16px;
    margin-bottom: 38px !important;
}
section.vc_section.second-sec h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
}
.what-abt-sec .vc_column-inner:before {
    display: none;
}
.what-abt-sec p {
    margin-bottom: 15px;
}
section.vc_section.video-section .colAdopt>.vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    display: block;
}
.colAdopt h2.vc_custom_heading {
    margin: 0 !important;
}
  section.vc_section.video-section {
    padding-left: 10px;
}
section.vc_section.video-section .colAdopt:before, section.vc_section.video-section .colAdopt:after {
    display: block;
    height: 254px;
    width: 97px;
    background-size: contain;
}
section.vc_section.video-section .colAdopt:after {
    bottom: 0;
    top: unset;
}
.secHealthy img {
    top: -50px;
    margin: 0;
    height: 293px;
    width: 100%;
}
.secHealthy .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
}
section.vc_section.contact-section {
    padding-top: 38px !important;
    padding-bottom: 40px !important;
    /* padding-right: 0 !important; */
}
.contact-section h3.vc_custom_heading {
    font-size: 26px !important;
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}
#video-slider .ult-video {
    margin: 15px !important;
    height: 93%;
    border-radius: 40px !important;
    overflow: hidden;
}
#video-slider .ult-video .ultv-video {
    height: 100%;
}
#video-slider .ult-video .ultv-video .ultv-video__outer-wrap {
    height: 100%;
}
#video-slider .ult-video .ultv-video img.ultv-video__thumb {
    margin: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#video-slider .ult-video .ultv-video .ultv-video__play-icon img {
    width: 65px;
}
div#content {
    padding: 0 !important;
}section.vc_section.Staff-sec .vc_col-sm-3 {
    width: 30%;
}

section.vc_section.Staff-sec .vc_col-sm-7 {
    width: 70%;
}

section.vc_section.Staff-sec .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 0;
}

section.vc_section.Staff-sec img {
    width: 252px;
    height: 252px;
}

section.vc_section.Staff-sec h4.vc_custom_heading {
    font-size: 20px !important;
}
  div#footer-widget a.vc_general {
    font-size: 16px;
    padding: 15px 30px;
}.contact-form-page input.btn.btn-primary {
    margin-top: 10px;
}

.contact-page-sec .contact-form-page.row .col-4 {
    text-align: center;
}
div#footer-widget {
    padding-top: 40px;
    padding-bottom: 60px;
}
div#footer-widget img {
    margin-bottom: 35px;
    width: 70%;
}
div#footer-widget .contact-inner a {
    display: inline-block !important;
    margin-bottom: 15px;
}
div#footer-widget .contact-inner .address p {
    width: 75%;
    margin-bottom: 18px;
}
div#footer-widget h3.widget-title {
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 19px;
}
div#footer-widget .menu {
    display: block;
    column-count: 2;
    width: 59%;
}
footer-widget .row .col-md-3:nth-child(3) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    background: red;
}
div#footer-widget .col-md-3:nth-child(3) {
    max-width: 100%;
}

div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    display: unset;
}
div#footer-widget .col-md-3:last-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
div#footer-widget .col-md-3:last-child p {
    margin-bottom: 28px;
}
footer#colophon {
    padding: 20px 30px;
}
footer#colophon .brand p {
    margin:0
}
footer#colophon p {
    text-align: center;
    margin-bottom: 10px !important;
}
.support-section .secHealthy {
    padding: 0 20px;
}
.secHealthy .vc_col-sm-6:last-child:before {
    display: none;
}
.secHealthy .vc_col-sm-6:first-child:before {
    display: none;
}
section.vc_section.contact-section .vc_row {
    padding: 0 20px;
}
div#footer-widget ul#menu-quick-links {
    display: block !important;
}
p {
    font-size: 16px;
}
.breadcrumbs {
    margin-top: 80px;
    padding: 60px 0;
}
.breadcrumbs h1 {
    font-size: 30px;
    padding-bottom: 4px;
}
.breadcrumbs a.home, .breadcrumbs span {
    font-size: 16px;
}
section.vc_section.expecting-sec {
    padding-top: 40px !important;
    padding-bottom: 0px;
}
.expecting-sec h2.vc_custom_heading {
    margin-top: 30px;
}
.expecting-sec .vc_column-inner {
    padding: 0 15px !important;
}
.expecting-sec p.vc_custom_heading.arrow-dv {
    font-size: 16px !important;
    padding-left: 25px;
}
section.vc_section.expecting-sec p a {
    overflow-wrap: break-word;
}
section.vc_section.pdfcarouselsec {
    padding-top: 60px;
}
.pdfcarouselsec h2.vc_custom_heading {
    padding-bottom: 20px;
    margin: 0;
}
.pdfcarouselsec .we-do a img {
    height: auto;
}
.pdfcarouselsec .we-do a .pdf-cont h3 {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 6px;
}
.pdfcarouselsec .we-do a .pdf-cont p {
    font-size: 14px;
}
.pdfcarouselsec .we-do a .pdf-cont p span {
    font-size: 14px;
}
.pdfcarouselsec .pdf-box {
    width: 100%;
}
.pdfcarouselsec .we-do {
    padding: 0 0;
}
section.vc_section.pdfcarouselsec {
    background-size: cover;
    padding-bottom: 20px;
    margin-top: 60px;
    padding-top: 60px;
}
section.vc_section.pdfcarouselsec .owl-nav {
    display: none;
}
.pdfcarouselsec .owl-dots button.owl-dot {
    margin-right: 8px;
}
.about-page-sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0 15px;
    margin-top: 30px;
}
section.vc_section.about-page-sec {
    padding-bottom: 50px !important;
    padding-top: 40px !important;
}
section.vc_section.service-sec {
    padding-top: 0px !important;
    border-radius: 0;
    background-image: none !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
    padding: 10px 10px 0px;
}
	section.vc_section.service-sec
	{
		    padding-bottom: 10px;
	}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li {
    font-size: 16px;
    margin-bottom: 11px !important;
    line-height: 1.4;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li br {
    display: none;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column p {
    font-size: 16px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) span {
    padding: 0;
}
	section.vc_section.location-sec{
		padding-top: 50px;
    padding-bottom: 50px;
	}
section.vc_section.qualify-sec {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid {
    margin: 0 15px;
    border-radius: 30px;
    overflow: hidden;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column.wpb_content_element {
    margin: 0;
}
.qualify-sec .vc_col-sm-9 > .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.location-sec .location-row {display: grid;margin: 0 auto;justify-content: center;}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 {
    width: 50%;
    padding: 10px;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 {
    margin: 10px auto !important;
    width: 80%;
    display: block;
}
.location-sec .vc_col-sm-6 .vc_row {
    margin: 0;
    display: flex;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure {
    width: 100%;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure .vc_single_image-wrapper, section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure img {
    width: 100%;
}
.location-sec .vc_col-sm-6 .vc_row .vc_col-sm-6:last-child {
    padding-top: 22px !important;
}
.location-sec h4.vc_custom_heading {
    font-size: 20px !important;
}
.location-sec .vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
    font-size: 16px;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6:first-child {
    margin-bottom: 30px;
}
.post-type-archive-event header.page-header {
    margin: 0 !important;
}
.row.ser-list {
    padding-top: 30px;
    padding-bottom: 50px;
}
.Event-box img {
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
}
.Event-box .event-cont .event-flex .date {
    font-size: 28px;
}
.Event-box .event-cont .event-flex .date span.mon {
    font-size: 18px;
}
.Event-box .event-cont .event-flex .text {
    padding-left: 15px;
}
.Event-box .event-cont {
    padding: 20px 20px;
}
.Event-box .event-cont .event-flex .exc-text {
    font-size: 16px;
}
.Event-box {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.row.ser-list .modal {
    padding: 0 20px !important;
}
.row.ser-list .modal .modal-body {
    padding: 30px 20px 70px !important;
    font-size: 16px;
}
.row.ser-list .modal h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
section.vc_section.thank-you-sec.becoming-dad {
    padding: 90px 0 !important;
    background-position: 62% 169%;
    height: 100vh;
}
/* .page-id-194 .mob-menu-header-holder.mobmenu {
    display: none;
} */
.page-id-194 .entry-content {
    margin: 0;
}
section.vc_section.thank-you-sec.becoming-dad:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff87;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    z-index: 0;
}
section.vc_section.thank-you-sec.becoming-dad {
    position: relative;
}
section.thank-you-sec p.vc_custom_heading {
    font-size: 22px !important;
    color: #190933 !important;
    margin-bottom: 12px;
    line-height: 1.3 !important;
}
section.vc_section.Staff-sec {
    padding-top: 40px !important;
    padding-left: 30px;
    padding-right: 30px;
}
section.vc_section.Staff-sec .wpb_single_image {
    text-align: center;
}
.Staff-sec .vc_col-sm-7 h3 {
    margin-top: 20px !important;
}
.Staff-sec .vc_column-inner {
    padding: 0 15px !important;
}
section#primary.blog-col {
    padding-top: 70px;
    padding-left: 20px;
}
.blog-post-t .img-cont {
    height: auto;
    margin-bottom: 20px;
}
.blog-post-t .img-cont> ul {
    padding: 4px 16px;
}
.blog-post-t .img-cont> ul span.date {
    font-size: 14px;
}
.blog-post-t .img-cont> ul li ul.post-categories a {
    font-size: 14px;
}
.blog-post-t .img-cont img {
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
	width:100%;
}
.blog-post-t h3 {
    font-size: 24px;
}
aside#secondary {
    padding: 15px;
}
.blog .site-content .row {
    flex-direction: column-reverse;
}
.blog .row.emp-latest {
    flex-direction: unset;
}
.blog .row.emp-latest h2 {
    font-size: 18px !important;
}
.single-post #content.site-content .row {
    width: 100%;
}
.postInner .post-info {
    font-size: 14px;
}
.postInner .thumb {
    height: 230px;
    border-radius: 30px;
    overflow: hidden;
}
blockquote {
    padding: 70px 20px 30px;
}
blockquote p {
    font-size: 20px;
}
blockquote:after {
    width: 40px;
    height: 31px;
    top: 21px;
}
.postInner p img.alignnone {
    width: 100%;
}
.postInner {
    padding-bottom: 50px;
}
.tag-share ul li a {
    font-size: 13px;
    padding: 12px 14px;
}
section.vc_section.contact-page-sec {
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-page-sec h2.vc_custom_heading br {
    display: none;
}
.contact-page-sec .content-row {
    margin: 0;
    display: block;
    padding-bottom: 10px;
}
.contact-page-sec .content-row .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page-sec .contact-form-page.row .col-6, .contact-page-sec .contact-form-page.row .col-12, .contact-page-sec .contact-form-page.row .col-8, .contact-page-sec .contact-form-page.row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-form-page input, .contact-form-page select, .contact-form-page textarea {
    font-size: 15px;
    height: 40px;
}
.contact-form-page textarea {
    height: 120px;
}
.contact-page-sec .contact-form-page.row .col-8 {
    margin-bottom: 10px;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper {
    padding: 26px 20px 20px;
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper h3.vc_custom_heading {
    line-height: 1.5;
    font-size: 25px !important;
    padding-top: 20px !important;
    margin: 0;
}
section.vc_section.buy-now-section {
    margin-bottom: 0 !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper input {
    padding: 10px !important;
}
.gfield_radio .gchoice {flex:  0 0 50%;}

#field_1_21 label, #field_2_21 label {
    padding: 20px 14px !important;
    font-size: 12px !important;
    flex: 0 0 50%;
}
.buy-now-section #gform_submit_button_1 {
    padding: 10px 40px !important;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper .ginput_cardextras fieldset {
    width: 100% !important;
    max-width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_complex {
    display: block !important;
}
.buy-now-section .ginput_card_expiration_month_container:after {border-color: #0000;}
.buy-now-section h3.gsection_title {
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1;
}
.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend {
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-top: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
}
	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
    display: inline-flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center;
}
	.gform_wrapper.gravity-theme .ginput_complex span {
		flex: unset !important;
	}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_month_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_year_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right input {
    width: 100%  !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
}
@media only screen and (max-width: 767px) and (min-width: 481px){
	section.vc_section.resource-sec {
		height: 500px !important;
	}
	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label {
    font-size: 18px !important;
    color: #000;
    font-weight: 600 !important;
    float: left;
    padding-top: 5px;
    line-height: 2;
}

.gform_wrapper.gravity-theme .ginput_complex span {
    display: block;
}

.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_month_container, .gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_year_container,.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
    width: 100%;
}
span.ginput_card_security_code_icon {
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right input#input_1_27_3 {
    margin-bottom: 10px;
}
	rs-arrow.tp-leftarrow.tparrows.uranus {
    display: none;
}
.ginput_full.ginput_cardextras {
    margin-top: 16px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-bottom: 10px;
}
.privacy-policy-page {
    padding: 30px 0 0 !important;
}
section.vc_section.event-inner-sec {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

section.vc_section.event-inner-sec h2.vc_custom_heading {
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

rs-arrow.tp-rightarrow.tparrows.uranus {
    display: none;
}
	div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    column-count: 1;
		display:block !important;
}
		

#resource-page div#head .vc_col-sm-2 {
    max-width: 30%;
    flex: 0 0 30% !important;
    width: 30%;
}
#resource-page div#head .vc_column-inner h6.vc_custom_heading {
    font-size: 16px !important;
}
#resource-page div#head {
    width: 1000px;
    display: flex;
    /* overflow-x: scroll; */
}
section.vc_section.resource-sec {overflow-x: scroll;padding-bottom: 20px;}
#resource-page .resource-data {
    display: flex;
    /* background: #175676 !important; */
    width: 1000px;
}
#resource-page .resource-data .vc_col-sm-2, #resource-page div#head .vc_col-sm-2 {
    /* background: red; */
    width: 20%;
    flex: 0 0 20% !important;
    max-width: 20%;
}
#resource-page .vc_col-sm-4 {
    width: 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}
#resource-page  .vc_col-sm-3 {
    /* background: red; */
    width: 20%;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
#resource-page div#head .vc_col-sm-2 {
}
#resource-page .resource-data .wpb_column p {
    padding-right: 5px;
}
.light-blue .vc_column-inner h6.vc_custom_heading {
    font-size: 18px !important;
}
#resource-page .resource-data .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px;
}	
	
	
section.vc_section.second-sec {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.what-abt-sec p {
    font-size: 16px;
}
.second-sec .vc_col-sm-5 > .vc_column-inner {
    padding-top: 0 !important;
    margin-top: -46px;
}
.what-abt-sec.vc_col-sm-7 > .vc_column-inner {
    padding-bottom: 76px !important;
}
.second-sec .vc_col-sm-5 > .vc_column-inner img {
    height: 198px;
    object-fit: cover;
    border-radius: 30px;
    object-position: top;
}
body .main-bx-sec .bx .vc_column-inner {
    min-height: 297px !important;
    padding: 0 24px !important;
}
body .main-bx-sec .bx .vc_column-inner h3 a {
    font-size: 15px;
}
body .main-bx-sec .bx .vc_column-inner h3 {
    margin: 0;
    bottom: 24px;
    width: 100%;
    left: 0;
    padding: 0 24px;
}
.main-bx-sec .bx .vc_column-inner h3:after {
    content: '\f061' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 12px;
    right: 24px;
    color: #000;
    background: #fff !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    z-index: 99;
}
.main-bx-sec .bx .vc_column-inner:after {
    z-index: 0;
}
section.vc_section.main-bx-sec.becomingdad-section {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.home div#content {
    padding-top: 30px !important;
}
section.vc_section.support-section {
    margin-top: 30px !important;
}
.support-section p.vc_custom_heading {
    font-size: 16px;
    margin-bottom: 38px !important;
}
section.vc_section.second-sec h2.vc_custom_heading {
    margin-top: 0;
    padding: 0;
}
.what-abt-sec .vc_column-inner:before {
    display: none;
}
.what-abt-sec p {
    margin-bottom: 15px;
}
section.vc_section.video-section .colAdopt>.vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
    border-radius: 0 !important;
}
.colAdopt h2.vc_custom_heading {
    margin: 0 !important;
}
section.vc_section.video-section .colAdopt:before, section.vc_section.video-section .colAdopt:after {
    display: block;
    height: 254px;
    width: 97px;
    background-size: contain;
}
section.vc_section.video-section .colAdopt:after {
    bottom: 0;
    top: unset;
}
.secHealthy img {
    top: 40px;
    margin: 0;
    height: 293px;
    width: 100%;
}
.secHealthy .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.secHealthy .vc_col-sm-6:nth-child(2) figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
}
section.vc_section.contact-section {
    padding-top: 38px !important;
    padding-bottom: 40px !important;
}
.contact-section h3.vc_custom_heading {
    font-size: 30px !important;
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}
#video-slider .ult-video {
    margin: 15px !important;
    height: 95%;
    border-radius: 60px !important;
    overflow: hidden;
}
#video-slider .ult-video .ultv-video {
    height: 100%;
}
#video-slider .ult-video .ultv-video .ultv-video__outer-wrap {
    height: 100%;
}
#video-slider .ult-video .ultv-video img.ultv-video__thumb {
    margin: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#video-slider .ult-video .ultv-video .ultv-video__play-icon img {
    width: 65px;
}
div#content {
    padding: 0 !important;
}
div#footer-widget {
    padding-top: 40px;
    padding-bottom: 60px;
}
div#footer-widget img {
    margin-bottom: 35px;
    width: 70%;
}
div#footer-widget .contact-inner a {
    display: inline-block !important;
    margin-bottom: 15px;
}
div#footer-widget .contact-inner .address p {
    width: 75%;
    margin-bottom: 18px;
}
div#footer-widget h3.widget-title {
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 19px;
}
div#footer-widget .menu {
    display: block;
    column-count: 2;
    width: 59%;
}
footer-widget .row .col-md-3:nth-child(3) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    background: red;
}
div#footer-widget .col-md-3:nth-child(3) {
    max-width: 100%;
}

div#footer-widget .col-md-3:nth-child(3) ul#menu-services {
    display: unset;
}
div#footer-widget .col-md-3:last-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
div#footer-widget .col-md-3:last-child p {
    margin-bottom: 28px;
}
footer#colophon {
    padding: 25px 30px;
}
footer#colophon .brand p {
    margin:0
}
footer#colophon p {
    text-align: center;
    margin-bottom: 17px !important;
}
.support-section .secHealthy {
    padding: 0 20px;
}
.secHealthy .vc_col-sm-6:last-child:before {
    display: none;
}
.secHealthy .vc_col-sm-6:first-child:before {
    display: none;
}
section.vc_section.contact-section .vc_row {
    padding: 0 20px;
}
div#footer-widget ul#menu-quick-links {
    display: block !important;
}
p {
    font-size: 16px;
}
.breadcrumbs {
    margin-top: 80px;
    padding: 60px 0;
}
.breadcrumbs h1 {
    font-size: 30px;
    padding-bottom: 4px;
}
.breadcrumbs a.home, .breadcrumbs span {
    font-size: 16px;
}
section.vc_section.expecting-sec {
    padding-top: 40px !important;
    padding-bottom: 0px;
}
.expecting-sec h2.vc_custom_heading {
    margin-top: 30px;
}
.expecting-sec .vc_column-inner {
    padding: 0 15px !important;
}
.expecting-sec p.vc_custom_heading.arrow-dv {
    font-size: 16px !important;
    padding-left: 25px;
}
section.vc_section.expecting-sec p a {
    overflow-wrap: break-word;
}
section.vc_section.pdfcarouselsec {
    padding-top: 60px;
}
.pdfcarouselsec h2.vc_custom_heading {
    padding-bottom: 20px;
    margin: 0;
}
.pdfcarouselsec .we-do a img {
    height: auto;
}
.pdfcarouselsec .we-do a .pdf-cont h3 {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 6px;
}
.pdfcarouselsec .we-do a .pdf-cont p {
    font-size: 14px;
}
.pdfcarouselsec .we-do a .pdf-cont p span {
    font-size: 14px;
}
.pdfcarouselsec .pdf-box {
    width: 100%;
}
.pdfcarouselsec .we-do {
    padding: 0 0;
}
section.vc_section.pdfcarouselsec {
    background-size: cover;
    padding-bottom: 20px;
    margin-top: 60px;
    padding-top: 60px;
}
section.vc_section.pdfcarouselsec .owl-nav {
    display: none;
}
.pdfcarouselsec .owl-dots button.owl-dot {
    margin-right: 8px;
}
.about-page-sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0 15px;
    margin-top: 30px;
}
section.vc_section.about-page-sec {
    padding-bottom: 50px !important;
    padding-top: 40px !important;
}
section.vc_section.service-sec {
    padding-top: 0px !important;
    border-radius: 0;
    background-image: none !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
    padding: 10px 20px 40px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li {
    font-size: 16px;
    margin-bottom: 11px !important;
    line-height: 1.4;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column ul li br {
    display: none;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column p {
    font-size: 16px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) span {
    padding: 0;
}
section.vc_section.qualify-sec {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid {
    margin: 0 15px;
    border-radius: 30px;
    overflow: hidden;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .wpb_text_column.wpb_content_element {
    margin: 0;
}
.qualify-sec .vc_col-sm-9 > .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.location-sec .location-row {
    display: block;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 {
    width: 100%;
    padding: 0;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 {
    margin: auto;
    width: 80%;
}
.location-sec .vc_col-sm-6 .vc_row {
    margin: 0;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure {
    width: 100%;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure .vc_single_image-wrapper, section.vc_section.location-sec .location-row>.vc_col-sm-6 .vc_col-sm-6 .wpb_wrapper.vc_figure img {
    width: 100%;
}
.location-sec .vc_col-sm-6 .vc_row .vc_col-sm-6:last-child {
    padding-top: 22px !important;
}
.location-sec h4.vc_custom_heading {
    font-size: 20px !important;
}
.location-sec .vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
    font-size: 16px;
}
section.vc_section.location-sec .location-row>.vc_col-sm-6:first-child {
    margin-bottom: 30px;
}
.post-type-archive-event header.page-header {
    margin: 0 !important;
}
.row.ser-list {
    padding-top: 30px;
    padding-bottom: 50px;
}
.Event-box img {
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
}
.Event-box .event-cont .event-flex .date {
    font-size: 28px;
}
.Event-box .event-cont .event-flex .date span.mon {
    font-size: 18px;
}
.Event-box .event-cont .event-flex .text {
    padding-left: 15px;
}
.Event-box .event-cont {
    padding: 20px 20px;
}
.Event-box .event-cont .event-flex .exc-text {
    font-size: 16px;
}
.Event-box {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.row.ser-list .modal {
    padding: 0 20px !important;
}
.row.ser-list .modal .modal-body {
    padding: 30px 20px 70px !important;
    font-size: 16px;
}
.row.ser-list .modal h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
section.vc_section.thank-you-sec.becoming-dad {
    padding: 90px 0 !important;
    background-position: 62% 169%;
    height: 100vh;
}
/* .page-id-194 .mob-menu-header-holder.mobmenu {
    display: none;
} */
.page-id-194 .entry-content {
    margin: 0;
}
section.vc_section.thank-you-sec.becoming-dad:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff87;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    z-index: 0;
}
section.vc_section.thank-you-sec.becoming-dad {
    position: relative;
}
section.thank-you-sec p.vc_custom_heading {
    font-size: 22px !important;
    color: #190933 !important;
    margin-bottom: 12px;
    line-height: 1.3 !important;
}
section.vc_section.Staff-sec {
    padding-top: 40px !important;
	padding-bottom:30px !important; 
}
section.vc_section.Staff-sec .wpb_single_image {
    text-align: center;
}
.Staff-sec .vc_col-sm-7 h3 {
    margin-top: 20px !important;
}
.Staff-sec .vc_column-inner {
    padding: 0 15px !important;
}
section#primary.blog-col {
    padding-top: 90px;
}
.blog-post-t .img-cont {
    height: auto;
    margin-bottom: 20px;
}
.blog-post-t .img-cont> ul {
    padding: 4px 16px;
}
.blog-post-t .img-cont> ul span.date {
    font-size: 14px;
}
.blog-post-t .img-cont> ul li ul.post-categories a {
    font-size: 14px;
}
.blog-post-t .img-cont img {
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
	width:100%;
}
.blog-post-t h3 {
    font-size: 24px;
}
aside#secondary {
    padding: 15px;
}
.blog .row {
    flex-direction: column-reverse;
}
.blog .row.emp-latest {
    flex-direction: unset;
}
.blog .row.emp-latest h2 {
    font-size: 18px !important;
}
.single-post #content.site-content .row {
    width: 100%;
}
.postInner .post-info {
    font-size: 14px;
}
.postInner .thumb {
    height: 230px;
    border-radius: 30px;
    overflow: hidden;
}
blockquote {
    padding: 70px 20px 30px;
}
blockquote p {
    font-size: 20px;
}
blockquote:after {
    width: 40px;
    height: 31px;
    top: 21px;
}
.postInner p img.alignnone {
    width: 100%;
}
.postInner {
    padding-bottom: 50px;
}
.tag-share ul li a {
    font-size: 13px;
    padding: 12px 14px;
}
section.vc_section.contact-page-sec {
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-page-sec h2.vc_custom_heading br {
    display: none;
}
.contact-page-sec .content-row {
    margin: 0;
    display: block;
    padding-bottom: 10px;
}
.contact-page-sec .content-row .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page-sec .contact-form-page.row .col-6, .contact-page-sec .contact-form-page.row .col-12, .contact-page-sec .contact-form-page.row .col-8, .contact-page-sec .contact-form-page.row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-form-page input, .contact-form-page select, .contact-form-page textarea {
    font-size: 15px;
    height: 50px;
}
.contact-form-page textarea {
    height: 150px;
}
.contact-page-sec .contact-form-page.row .col-8 {
    margin-bottom: 10px;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper {
    padding: 26px 20px 20px;
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper h3.vc_custom_heading {
    line-height: 1.5;
    font-size: 25px !important;
    padding-top: 20px !important;
    margin: 0;
}
section.vc_section.buy-now-section {
    margin-bottom: 0 !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper input {
    padding: 0 !important;
}
.gfield_radio .gchoice {flex:  0 0 50%;}

#field_1_21 label, #field_2_21 label {
    padding: 20px 14px !important;
    font-size: 12px !important;
    flex: 0 0 50%;
}
.buy-now-section #gform_submit_button_1 {
    padding: 10px 40px !important;
}
	.buy-now-section .vc_col-sm-12 .wpb_wrapper .ginput_cardextras fieldset {
    width: 100% !important;
    max-width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_complex {
    display: block !important;
}
.buy-now-section .ginput_card_expiration_month_container:after {border-color: #0000;}
.buy-now-section h3.gsection_title {
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1;
}
.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend {
    margin-top: 20px;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper legend {
    margin-top: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
}
	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
    display: inline-flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center;
}
	.gform_wrapper.gravity-theme .ginput_complex span {
		flex: unset !important;
	}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_month_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_complex span span.ginput_card_expiration_year_container {
    width: 50%;
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right input {
    width: 100%  !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
}
#content.site-content{
	padding:0 !important;
}

header#masthead ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    background: #fff !important;
}
header#masthead li.menu-item-has-children:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.modal-body a.srv-link.no_link {
    display: none;
}
div#footer-widget .col-md-3:last-child {padding-top: 26px;}
.blog .container {
/*     padding-top: 120px; */
}
.blog-col ,aside#secondary {
    padding-top: 120px;
}
.contact-page-sec .vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
}
.contact-form-page.row .col-4 {
    padding: 0;
}
.contact-page-sec .vc_col-sm-6:nth-child(1) {
    padding-right: 22px;
}
aside#secondary form.search-form .input-field {
    width: 100%;
}
.dropdown-menu .current_page_item.active {
    position: relative;
    padding-left: 38px;
    color: #E6869F;
}
.dropdown-menu .current_page_item.active::before {
    content: '';
    width: 8px;
    height: 1px;
    background: #E6869F;
    position: absolute;
    left: 20px;
    top: 50%;
}
.dropdown-menu .current_page_item.active a {
    color: #E6869F;
}
.page-id-194 .breadcrumbs, .page-id-477 .breadcrumbs {
    display: none;
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
    section.vc_section.resource-sec {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin: 0;
    padding-top: 30px !important;
    margin-bottom: 60px;
}
.light-blue {
    width: 1000px;
}
section.vc_section.support-section .vc_col-sm-6>.vc_column-inner {
    padding-top: 30px;
}
}

section.vc_section.resource-sec {
    margin: 0;
    animation: 0;
}
@media only screen and (max-width: 991px) and (min-width: 481px) {
#resource-page .resource-data {
    width: 1000px;
}
#resource-page .vc_col-sm-2, #resource-page .vc_col-sm-3 {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}
#resource-page div#head {
    width: 1000px;
}
.light-blue {
    width: 1000px;
}
}
.post-type-archive-event .contact-section {
    background-image: url(http://adoptionworks.agencypartner.com/wp-content/uploads/2022/11/news-bg.jpg) !important;
	    padding-top: 20px !important;
    padding-bottom: 30px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section.vc_section.support-section .vc_column-inner {
    padding-top: 0;
}
section.vc_section.resource-sec {
    height: 1535px;
    overflow: scroll;
    margin-top: 90px;
    margin-bottom: 90px;
}
section.vc_section.resource-sec::-webkit-scrollbar {
  width: 10px;
    background:#E5E5E5;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
header#masthead nav {
    display: flex;
    flex-wrap: unset;
}
div#main-nav.collapse {
    display: inline-flex;
    width: 68%;
}
div#main-nav.collapse ul#menu-main-menu {
    flex-direction: inherit;
    justify-content: flex-end;
}
header#masthead ul#menu-main-menu {
    align-items: center;
}
header#masthead button {
    display: none;
}
header#masthead li.nav-item a.nav-link {
    font-size: 14px !important;
    padding: 0 9px !important;
}
header#masthead .language {
    display: flex;
}
header#masthead .language .language-inner {
    display: flex;
}
header#masthead li.menu-item.pink-btn a {
    padding: 15px 40px 15px 66px !important;
}
}

@media screen and (max-width: 1366px) and (min-width: 1200px){
	section.vc_section.pdfcarouselsec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #f0faff;
    left: 0;
    border-radius: 30px;
}
.container {
    max-width: 1100px;
}
header#masthead li.menu-item a.nav-link {
    font-size: 14px !important;
    padding: 0 10px !important;
}
  header#masthead li.menu-item.pink-btn a{
    padding: 17px 40px 17px 65px !important;
  }
}
@media screen and (max-width: 820px) and (min-width: 800px){
	
section.vc_section.service-sec .vc_col-sm-7 {
    width: 100%;
}
section.vc_section.service-sec .vc_col-sm-5 {
    width: 100%;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5:nth-child(2) .vc_column-inner {
    padding-bottom: 30px;
    padding-left: 30px;
}
section.vc_section.service-sec > .vc_row.wpb_row.vc_row-fluid .vc_col-sm-5 {
}
section.vc_section.service-sec {
    padding-bottom: 40px !important;
}
	section.vc_section.service-sec .vc_col-sm-7 figure {
    width: 100%;
}
section.vc_section.service-sec .vc_col-sm-7 .vc_single_image-wrapper {
    width: 100%;
}
	.ser-list .we-do {
    flex: 0 0 50%;
    max-width: 50%;
}
.ser-list .we-do img {
    width: 100%;
}
.Event-box h3 {
    height: auto;
}
}


html[lang="es-ES"] header#masthead li.menu-item a.nav-link {
    font-size: 14px !important;
}
html[lang="es-ES"] header.entry-header {
    display: none;
}

.row.ser-list {
    padding: 80px 0;
}


section.vc_section.contact-section {
    background: url(/wp-content/uploads/2023/01/Group-14889.png) !important;
    background-size: cover !important;
    background-position: center !important;
}
.pdfcarouselsec .owl-nav {
    display: none;
}


.buy-now-section .vc_col-sm-12 .wpb_wrapper div#field_3_25 {
        display: block;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
    border: none;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper div#field_3_25 label {
    background: transparent !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper div#field_4_25 {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
    border: none;
    padding: 0 !important;
}
.buy-now-section .vc_col-sm-12 .wpb_wrapper div#field_4_25 label {
    background: transparent !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}


.blog .menu-item.wpml-ls-item, .single-post .menu-item.wpml-ls-item {
    display: none;
}
.buy-now-section .gfield_radio .gchoice {
    width: 20%;
}

/*-----------------------Events Tabs -------------------------------*/
.custom-tabs-row .custom-tabs{
    display:flex !important;
    margin-top: 40px !important;
    margin-bottom:0px !important;
}

.custom-tabs-row .custom-tabs a.nav-link{
    border: 1px solid #e6869f !important;
    border-radius: 60px !important;
    padding: 16px 24px;
    line-height: 1;
    cursor: pointer;
    color:#1b6fc6;
}
.custom-tabs-row .custom-tabs a.nav-link:hover{
	background-color:#fff;
}

.custom-tabs-row .custom-tabs a.nav-link.active{
     border: 1px solid #e6869f !important;
    border-radius: 60px !important;
    background-color:#e6869f!important;
    color:#fff !important;
}

.custom-tabs-row .custom-tabs li.nav-item {
    margin-right:10px;
    margin-bottom:10px;
}



.custom-tabs-row .custom-tabs ul#eventTabs {
    border: none !important;
}


.custom-tabs-row .row.ser-list {
    padding: 0px !important;
}
 
.link-text a{
	font-family: 'Futura Bk BT';
    font-size: 18px;
    color: #929095;
	text-decoration:none;
}
.link-text a:hover{
    color: #929095;

}