/*!
Theme Name: simplevas
Theme URI: https://www.dotcomdesign.com/
Author:  Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: simplevas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

simplevas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
  ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    margin-top: 125px;
    font-family: var(--body-font);
    text-rendering: optimizeLegibility !important;
    top: auto !important;
    position: unset !important;
}

body,
html {
    overflow-x: hidden !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body:focus {
    outline: none !important;
}


/* Grouping content
  ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
  ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
  ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
  ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *      `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/* Interactive
  ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
  ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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%;
}


/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: 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%;
}


/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    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. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
  # 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;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/

.updated:not(.published) {
    display: none;
}

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


/*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
  # 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%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*==========Fonts Start==========*/

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

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

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/Poppins-SemiBold.eot");
    src: url("assets/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("assets/fonts/Poppins-SemiBold.woff") format("woff"), url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('assets/fonts/DancingScript-Regular.eot');
    src: url('assets/fonts/DancingScript-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/DancingScript-Regular.woff2') format('woff2'), url('assets/fonts/DancingScript-Regular.woff') format('woff'), url('assets/fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*==========Fonts End==========*/


/*==========Form CSS==========*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    right: 5px;
    pointer-events: none;
    color: var(--primary-color);
    top: 5px;
    width: 46px;
    height: 40px;
    background: #CFEAF1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-size: 14px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--input-color);
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--input-color);
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--input-color);
}

select option {
    color: var(--primary-color);
    background: #CFEAF1;
}

select {
    color: var(--input-color) !important;
    padding: 10px 60px 10px 20px !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid var(--white-color);
    outline: none !important;
    padding: 0;
    color: var(--white-color);
    background: transparent;
    -webkit-appearance: none;
    font-weight: 500;
    border-radius: 0;
}

.form-input.wpcf7-textarea {
    height: 122px;
    resize: none;
    padding: 10px 0;
    display: block;
}

.submit-btn {
    text-align: left;
    margin-top: 15px;
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
    padding-left: 30px;
    display: block;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-form__label-for-checkbox span:after {
    content: " ";
}

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--border-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 4px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--cyan-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: .3s;
    z-index: 0;
}

input[type=radio]:checked~span:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
    margin: 10px 1em 0 0px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
    border-radius: 10px;
    background: #DBDADA;
    border-color: #DBDADA;
    width: 36px;
    height: 32px;
    z-index: -1;
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "\f00c";
    color: var(--white-color);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    background: var(--cyan-color);
    left: 0;
    width: 36px;
    height: 32px;
    border-radius: 10px;
}

input[type=checkbox]:checked~span.wpcf7-list-item-label:after,
input[type=checkbox]:checked~span.wpcf7-list-item-label:before,
input[type=checkbox]:checked~span:after,
input[type=checkbox]:checked~label:after {
    opacity: 1
}

.checkbox-wp .wpcf7-not-valid-tip {
    display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
    position: relative;
    margin: 0;
    margin-right: 30px;
}

span.wpcf7-list-item {
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: var(--red-color);
    font-size: 15px;
    border-color: var(--red-color);
}

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

.wpcf7-form-control-wrap.pants-size {
    margin: 0;
}

.radio-input-wp .wpcf7-list-item {
    margin: 0;
    display: block;
    margin-bottom: 17px;
}

.form-check.checkbox-wp span.wpcf7-list-item-label {
    padding-left: 50px;
}

.form-check.checkbox-wp {
    padding: 0;
}

.form-check.checkbox-wp label {
    margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}


/*==========Form CSS End==========*/


/*==========Typography CSS==========*/

p {
    font-size: 16px;
    line-height: 30px;
    color: var(--p-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--primary-color);
    font-family: var(--body-font);
}

.h1-title {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 27px;
    color: var(--white-color);
}

.h2-title {
    font-size: 36px;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 50px;
    margin-bottom: 13px;
}

.h3-title {
    font-size: 28px;
    line-height: 38px;
}

.h4-title {
    font-size: 20px;
    line-height: 28px;
}

.h5-title {
    font-size: 18px;
    line-height: 28px;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}


/*==========Typography CSS End==========*/


/*==========Common CSS ==========*/

:root {
    --primary-color: #262626;
    --secondary-color: #e53e51;
    --p-color: #585858;
    --yellow-color: #f7be00;
    --navy-color: #002b49;
    --white-color: #ffffff;
    --cyan-color: #74c3d5;
    --box-shadow: 0 0 23px rgb(229 62 81 / 33%);
    --transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    --input-color: #ffffff;
    --body-font: "Poppins";
    --scrollbar-track-color: var(--secondary-color);
    --scrollbar-thumb-color: var(--cyan-color);
    --border-color: #e2e2e2;
    --black-input-color: #262626;
    --red-color: #ff0000;
}

.m-lr,
.page-id-216 .inner-page-text {
    margin: 0 100px;
}

.grecaptcha-badge {
    display: none !important;
}

.main-seo-content .excerpt-content {
    max-height: 320px;
    margin-bottom: 30px;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

a:hover {
    color: initial;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}


/*==========Common CSS End==========*/


/*==========Btn CSS==========*/

.sec-btn,
.outline-btn,
.form-submit .submit {
    width: auto;
    height: 54px;
    background: var(--secondary-color);
    border: 0;
    box-shadow: var(--box-shadow);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-appearance: none;
    font-size: 16px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0 22px;
}

.sec-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: -110%;
    right: -100%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: scale(1.5);
    background: var(--cyan-color);
    transition: var(--transition);
    z-index: -1;
}

.sec-btn:hover {
    color: var(--white-color);
}

.sec-btn:hover:before {
    transition: var(--transition);
    width: 100%;
    right: 0;
    top: 0;
}

.outline-btn {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    min-width: 170px;
    box-shadow: none;
}

.sec-btn.outline-btn:hover {
    border-color: var(--cyan-color);
}

.sec-btn.yellow-btn {
    background: var(--yellow-color);
    padding: 0 49px;
    text-transform: capitalize;
    color: var(--primary-color);
}

.sec-btn.yellow-btn:hover {
    color: var(--white-color);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--secondary-color);
    width: 56px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    border-radius: 10px;
    transition: var(--transition);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
    transition: var(--transition);
}


/*==========Btn CSS End==========*/


/*==========Slider Css==========*/

.slick-dots {
    bottom: -75px;
    text-align: right;
}

.slick-dots li {
    width: 17px;
    height: 8px;
    margin: 0 8px;
    transition: var(--transition);
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: var(--navy-color);
    border: 1px solid #002b49;
    padding: 0;
    transition: var(--transition);
    border-radius: 9px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    transition: var(--transition);
}

.slick-initialized .slick-slide {
    outline: none !important;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.post-navigation .nav-next a,
.post-navigation .nav-previous a,
.slick-arrow {
    padding: 0;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    outline: none !important;
    border: none;
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 24px;
    width: 56px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 0;
    transition: var(--transition);
}

.post-navigation .nav-previous a,
button.slide-arrow.prev-arrow.slick-arrow {
    margin-top: 58px;
    background-color: #CFEAF1;
    color: #000000;
    transition: var(--transition);
}

.clinic-slider {
    padding-top: 80px;
}

.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.slick-arrow:hover {
    background: var(--navy-color) !important;
    transition: var(--transition);
    color: var(--white-color) !important;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active {
    width: 46px;
    transition: var(--transition);
}

.yellow-arrow-dots .slick-dots li.slick-active button,
.yellow-arrow-dots .slick-dots li button:hover {
    background: var(--yellow-color);
}

.yellow-arrow-dots .slick-arrow {
    background: var(--navy-color);
    color: var(--navy-color);
}

.yellow-arrow-dots .slick-arrow:hover {
    background: var(--yellow-color);
    color: var(--yellow-color);
}


/*==========Slider Css End==========*/


/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
}

.overflow-text p:last-child {
    margin-bottom: 0;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 8px;
    background: var(--cyan-color);
    border-radius: 9px;
    overflow: hidden;
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    opacity: 1 !important;
    background: var(--secondary-color);
    width: 100%;
    border-radius: 9px;
}

[data-simplebar="init"] {
    padding-right: 20px;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}


/*==========Overflow CSS End==========*/


/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text a,
.white-text ul li {
    color: var(--white-color);
}

.fancybox-video {
    background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
    border: 1px solid var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
    background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
    background: var(--white-color);
    color: var(--primary-color);
}

.white-arrow-dots .slick-arrow:hover {
    background: var(--primary-color);
    color: var(--white-color);
}


/*==========White text CSS End==========*/


/*==========Header CSS==========*/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white-color);
    padding: 40px 0 0;
    z-index: 9;
    transition: var(--transition);
}

.site-header.sticky_head {
    border-radius: 0 0 20px 20px;
    background: #f2f2f2;
    transition: var(--transition);
    padding-top: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    height: 117px;
    display: flex;
    align-items: center;
}

.site-header.sticky_head .header-links {
    display: none;
}

.header-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

.links a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: var(--cyan-color);
    margin-left: 12px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
}

.links a:first-child {
    margin-left: 0;
}

.links .icon {
    display: inline-block;
    position: relative;
    width: 12px;
    margin-right: 8px;
    flex-shrink: 0;
}

.links a span {
    font-weight: bold;
}

.links a:hover {
    text-decoration: underline !important;
    transition: var(--transition);
}

.site-branding {
    width: 185px;
    transition: 0.3s;
}

.header-top-menu {
    height: 100%;
    width: 100%;
    display: inline-grid;
    align-content: center;
}

.main-navigation {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.main-navigation .menu li {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.menu-menu-1-container,
.menu-menu-1-container ul {
    height: 100%;
}

.main-navigation .menu ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation .menu ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation .menu ul ul li:hover>ul,
.main-navigation .menu ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .menu ul ul a {
    width: 200px;
}

.main-navigation .menu ul li:hover>ul,
.main-navigation .menu ul li.focus>ul {
    left: auto;
}

.links {
    line-height: 1.2;
}

.main-navigation .menu li a:before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 40px;
    opacity: 0;
    height: 17px;
    background-image: url("assets/images/sperm-highlight-icon.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--transition);
}

.main-navigation .menu li a:hover:before,
.main-navigation .menu .current_page_item a:before {
    right: -5px;
    opacity: 1;
    transition: var(--transition);
}

.main-navigation .menu li a {
    display: flex;
    transition: 0.5s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
}

.main-navigation .menu li a:hover,
.main-navigation .menu .current_page_item a {
    color: var(--secondary-color);
    transition: 0.5s;
}

.switcher {
    font-family: Arial;
    font-size: 12pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 170px;
    line-height: 12px;
}

.switcher a {
    text-decoration: none;
    display: block;
    font-size: 12pt;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switcher a img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.switcher a:hover img {
    opacity: 1;
}

.switcher .selected {
    background: transparent;
    position: relative;
    z-index: 98;
}

.switcher .selected a {
    border: 1px solid #e53e51;
    color: var(--primary-color);
    padding: 3px 5px;
    border-radius: 5px;
}

.switcher .selected a:after {
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 13px;
    width: 15px;
    background-position: 50%;
    background-size: 11px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat: no-repeat;
    content: "" !important;
    transition: all .2s;
}

.switcher .selected a.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.switcher .selected a:hover {
    background: #fff
}

.switcher .option {
    position: absolute;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: var(--white-color);
    display: none;
    width: 171px;
    max-height: 198px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.switcher .option a {
    color: #000;
    padding: 3px 5px;
}

.switcher .option a:hover {
    background: #fff;
}

.switcher .option a.selected {
    background: #e53e51;
    color: #fff;
}

#selected_lang_name {
    float: none;
}

.l_name {
    float: none !important;
    margin: 0;
}

.switcher .option::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
}

.switcher .option::-webkit-scrollbar {
    width: 5px;
}

.switcher .option::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #888;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

#google_translate_element2 {
    display: none !important;
}

html[lang="nl"] .main-navigation .menu li {
    margin-right: 20px;
}


/*==========Header CSS End==========*/


/*==========Banner CSS==========*/

.main-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-banner .banner-video video {
    width: auto;
}

.main-banner-wp {
    overflow: hidden;
    padding-top: 50px;
}

.main-banner {
    padding: 168px 0;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: var(--navy-color);
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/banner-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.main-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    margin-bottom: -325px;
    right: -105px;
    width: 1334px;
    height: 823px;
    background-image: url(assets/images/banner-before.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.banner-content {
    color: var(--white-color);
    position: relative;
}

.banner-content h4 {
    color: var(--white-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.banner-content p {
    padding-right: 80px;
    color: var(--white-color);
}

.banner-btn {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.banner-btn .sec-btn+.sec-btn {
    margin-left: 15px;
}

.banner-img {
    position: absolute;
    bottom: 0;
    left: -250px;
    z-index: 1;
    width: 724px;
    pointer-events: none;
}

.banner-img img {
    pointer-events: none;
}

.price-block {
    background-color: #eee;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    left: 45%;
    padding: 10px 12px;
    font-size: 14px;
    color: #585858;
    text-align: center;
}

.price-block h5 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.price-block strong {
    display: block;
    color: #e53e51;
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    padding: 2px 0 0;
}


/*========== Inner Banner CSS Start ==========*/

.main-banner.inner-banner:after {
    display: none;
}

.main-banner.inner-banner {
    padding: 45px 0 49px;
    margin-top: 50px;
}

.main-banner.inner-banner .banner-content .h1-title {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
}


/*========== Inner Banner CSS End ==========*/


/*==========Banner CSS End==========*/


/*========== About CSS Start ==========*/

.about-us {
    position: relative;
    padding: 100px 0;
}

.about-us:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(-15% + 100%);
    width: 420px;
    height: 315px;
    transform: rotate(44deg) translate(0, -50%);
    background-image: url(assets/images/shape-yellow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-us-img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 53px);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-us-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--secondary-color);
    width: 56px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.about-content {
    padding-top: 20px;
    max-width: 575px;
}

.about-content h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
}

.about-content p {
    line-height: 36px;
}

.about-content .sec-btn.outline-btn {
    margin-top: 37px;
}


/*========== About CSS End ==========*/


/*========== Why Choose CSS Start ==========*/

.why-choose-section {
    position: relative;
    background: var(--cyan-color);
    padding: 90px 0 93px;
    border-radius: 20px;
}

.why-choose-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/why-choose-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.why-choose-content .h2-title,
.why-choose-content p,
.why-choose-content li,
.why-choose-content h5 {
    color: var(--white-color);
}

.why-choose-content p {
    margin-bottom: 20px;
}


.why-choose-content .h2-calendly {
    /*margin-bottom: -20px;*/
}

.why-choose-content ul {
    list-style: disc;
    padding: 0 0 0 18px;
    margin: 20px 0;
}

.why-choose-content ol {
    list-style: decimal;
    padding: 0 0 0 18px;
    margin: 20px 0;
}

.why-choose-content ul li,
.why-choose-content ol li {
    font-size: 16px;
    line-height: 30px;
}

.why-choose-content .sec-btn {
    margin-top: 25px;
}

.why-choose-content ul.vasectomy_location {
    list-style: none;
    padding-left: 0;
}

.why-choose-content ul.vasectomy_location li {
    position: relative;
    padding-left: 50px;
}

.why-choose-content ul.vasectomy_location li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 40px;
    height: 17px;
    -webkit-mask-image: url(assets/images/sperm-highlight-icon.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--white-color);
}

.why-choose-box {
    background: var(--white-color);
    border-radius: 20px;
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
}

.why-choose-box h3 {
    font-size: 20px;
    line-height: 25px;
}

.why-choose-content iframe {
    margin: 0 -15px;
}

span.price {
    font-size: 40px;
    line-height: 25px;
    font-weight: bold;
    color: var(--secondary-color);
    display: block;
    margin: 5px 0;
}

.why-choose-box.affordable-box {
    max-width: 200px;
    padding: 37px 24px 20px;
    margin: 0 15px 15px auto;
}

.why-choose-box.affordable-box .box-icon {
    margin-bottom: 5px;
    display: block;
}

span.box-icon {
    display: inline-block;
    margin-right: 5px;
}

.why-choose-box.fast-box {
    padding: 42px 50px 23px;
    max-width: 300px;
    margin-left: auto;
    margin-right: 15px;
}

.why-choose-box.trusted-box {
    padding: 40px 90px 25px 45px;
    position: relative;
    margin-top: 55px;
}


/*========== Why Choose CSS End ==========*/


/*========== Gallery Section CSS Start ==========*/

.gallery {
    padding: 100px 15px 62px;
}

.gallery-small-box {
    height: 262px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
}

.gallery-big-box {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.gallery-row .gallery-box-wp:nth-child(3) .small-box {
    width: 100%;
}

.big-box.down-box {
    margin-top: 205px;
}

.gallery-box {
    max-width: 351px;
}

.big-box {
    max-width: 262px;
    margin: 0 auto;
}

.gallery-slider .slick-list.draggable {
    margin: 0 -15px;
}


/*========== Gallery Section CSS End ==========*/


/*========== Questions Section CSS Start ==========*/

.questions-box {
    padding: 75px 75px 67px;
    background: var(--navy-color);
    border-radius: 20px;
    text-align: center;
}

.questions-box .h2-title,
.questions-box p {
    color: var(--white-color);
}

.questions-box .h2-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}

.questions-box .sec-btn {
    min-width: 200px;
    margin-top: 5px;
}


/*========== Questions Section CSS End ==========*/

/*========== Logos Section CSS Start ==========*/
.home .logo-img-wrap {
    text-align: center;
}

/*========== Logos Section CSS End ==========*/

/*========== Review Section CSS Start ==========*/

.review-section {
    position: relative;
    padding: 45px 0 30px;
}

.reviews-title {
    padding-top: 130px;
    padding-right: 180px;
}

.review-section .h2-title {
    margin-bottom: 23px;
}

.review-box {
    padding: 72px 100px 75px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
    margin-right: 45px;
    height: 648px;
    transition: var(--transition);
    background: var(--white-color);
}

.review-box.slick-active {
    height: 463px;
    transition: var(--transition);
}

.review-box.slick-slide .overflow-text {
    height: auto;
    max-height: 425px;
    transition: var(--transition);
}

.review-box.slick-slide.slick-active .overflow-text {
    height: 245px;
    transition: var(--transition);
}

.review-box .overflow-text p {
    line-height: 36px;
}

.review-title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 42px;
    margin-bottom: 0;
}

.review-slider .slick-list {
    width: calc(100% + 30vw);
    padding-right: 27.9vw;
}

.review-slider .slick-list .slick-track {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.review-slider .slick-dots {
    bottom: -35px;
    right: 16px;
}

.review-section .sec-btn.outline-btn {
    min-width: 200px;
    margin-top: 23px;
}

.review-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 365px;
    right: calc(100% - 403px);
    width: 600px;
    height: 445px;
    transform: rotate(28deg);
    background-image: url(assets/images/shape-yellow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 590px;
    right: calc(100% - 625px);
    width: 220px;
    height: 150px;
    transform: rotate(-38deg);
    background-image: url(assets/images/shape-blue.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.review-slider {
    padding-left: 8px;
    z-index: 4;
}


/*========== Review Section CSS End ==========*/


/*========== Sponsor Section CSS Start ==========*/

.sponsor-gallery {
    position: relative;
    padding: 110px 0 53px;
}

.sponsor-img {
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-gallery .slick-track {
    display: flex;
    align-items: center;
}


/*========== Sponsor Section CSS End ==========*/


/*========== Footer Section CSS Start ==========*/

.site-footer {
    position: relative;
}

.site-info {
    position: relative;
    background: var(--navy-color);
    border-radius: 20px;
    padding: 115px 0;
    z-index: 1;
}

.site-info:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -90px;
    right: -40px;
    width: 670px;
    height: 550px;
    background-image: url(assets/images/footer-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.footer-logo {
    width: 260px;
}

.footer-info h3 {
    font-size: 18px;
    line-height: 26px;
    color: var(--cyan-color);
    margin: 45px 0 55px;
}

.footer-address .icon {
    display: inline-block;
    width: 16px;
}

.footer-address a {
    color: var(--white-color);
    font-size: 14px;
    line-height: 26px;
    width: 90%;
    padding-left: 13px;
}

.footer-address a span {
    display: block;
}

.footer-address {
    display: inline-flex;
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.footer-address.phone-number .icon {
    width: 24px;
}

.footer-address.phone-number a {
    padding-left: 8px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.social-media a {
    position: relative;
    top: 0;
    color: var(--white-color);
    font-size: 24px;
    transition: var(--transition);
}

.social-media a:hover {
    top: -5px;
    transition: var(--transition);
    color: var(--cyan-color);
}

.social-media ul li {
    display: inline-block;
    margin-right: 27px;
}

.social-media {
    margin-top: 116px;
}

.site-info .h2-title {
    color: var(--white-color);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.footer-menu-wp .menu li a {
    color: var(--white-color);
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    transition: var(--transition);
}

.footer-menu-wp .menu li a:hover {
    color: var(--cyan-color);
    transition: var(--transition);
}

.footer-menu-wp .menu li {
    margin-bottom: 15px;
}

.Resources-nav-menu {
    margin-top: 84px;
}

.resources-list ul li a {
    color: var(--secondary-color);
}

.footer-contact .h2-title {
    margin-bottom: 12px;
}

.wpcf7-form .submit-btn .sec-btn {
    width: 135px;
}

.footer-menu-wp {
    padding-left: 47px;
}

.footer-contact {
    padding-left: 65px;
}

.footer-contact a {
    display: inline-block;
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 700;
}

.footer-contact a:hover {
    color: var(--cyan-color);
}

.footer-link {
    padding-right: 80px;
}

.footer-bottom-link {
    text-align: center;
    margin-bottom: 4px;
}

.footer-bottom-link p,
.footer-other-link p,
.view_services_text {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}

.footer-bottom-link ul {
    display: inline-block;
    font-size: 0;
    line-height: 1;
}

.footer-bottom-link ul li:last-child {
    border-left: 0;
    margin-right: 0;
    border: none;
}

.footer-bottom-link ul li {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid var(--primary-color);
}

.footer-bottom-link ul li a {
    color: var(--primary-color);
    transition: var(--transition);
}

.footer-other-link i.fa.fa-heart {
    color: #ff0000;
}

.dotcom-link {
    color: var(--secondary-color);
    transition: var(--transition);
}

.bottom-footer {
    position: relative;
    padding: 39px 0;
    background: #f2f2f2;
    margin-top: -20px;
    z-index: 0;
}

.footer-bottom-link ul li a:hover {
    color: var(--secondary-color);
    transition: var(--transition);
}


/*========== Footer Section CSS End ==========*/


/*========== Meet Dr.G Page CSS Start ==========*/

.dr-img {
    position: absolute;
    top: 0;
    margin-top: -25px;
    right: calc(100% + -700px);
    width: 1244px;
}

.about-dr-g {
    position: relative;
    padding: 95px 0;
}

.award-info {
    padding: 42px 50px 37px 70px;
    position: relative;
    background: var(--white-color);
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    margin-top: 564px;
}

.award-info p {
    line-height: 36px;
    margin-bottom: 0;
}

.award-info .box-icon {
    width: 14px;
    margin-bottom: 10px;
}

.dr-content .h2-title {
    margin-bottom: 30px;
}

.dr-content p {
    line-height: 36px;
}

.dr-content {
    padding-left: 100px;
    margin-right: -15px;
}

.vasectomies-section {
    position: relative;
    border-radius: 20px;
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 110px 0 92px;
}

.why-do-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-do-tab-wp {
    position: absolute;
    height: 100%;
    width: 850px;
    top: 0;
    right: 53%;
}

.why-do-tab-wp:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 370px);
    height: 100%;
    background: var(--cyan-color);
}

.why-do-tab-wp:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 370px);
    height: 100%;
    background-image: url(assets/images/why-choose-shape.png);
}

.why-do-tab-info {
    position: relative;
    padding-right: 90px;
}

.why-do-tab-info .h2-title {
    color: var(--white-color);
    padding-right: 30px;
    margin-bottom: 30px;
}

.why-do-tab-info h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 60px;
}

.why-do-tab-info h4 span {
    display: block;
}

.why-do-tab-box h3 {
    background-color: var(--white-color);
    line-height: 25px;
    padding: 35px 0 35px 50px;
    font-size: 20px;
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
    border-radius: 20px;
    min-height: 123px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    cursor: pointer;
    transition: var(--transition);
    padding-right: 0;
}

.why-do-tab-box h3 span {
    max-width: 320px;
}

.why-do-tab-box ul li {
    margin-bottom: 17px;
}

.why-do-tab-box h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
    height: 46px;
    width: 8px;
    border-radius: 9px;
    opacity: 0;
    background-color: var(--secondary-color);
    transition: var(--transition);
}

.why-do-tab-box h3:hover,
.why-do-tab-box .active-tab {
    padding-left: 90px;
    transition: var(--transition);
    color: var(--secondary-color);
}

.why-do-tab-box h3:hover:before,
.why-do-tab-box .active-tab:before {
    opacity: 1;
    transition: var(--transition);
}

.why-do-text-tab h3 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 65px;
}

.why-do-text-wp {
    padding-top: 15px;
    margin-right: -90px;
}

.why-do-text-wp .overflow-text {
    height: 545px;
    padding-right: 80px;
    padding-left: 0;
}

.why-do-text-wp .overflow-text p {
    line-height: 36px;
}


/*========== Meet Dr.G Page CSS End ==========*/


/*========== FAQs Page CSS Start ==========*/

.faq-section {
    padding: 100px 0 106px;
    position: relative;
}

.faq-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 170px;
    left: -225px;
    width: 656px;
    height: 450px;
    background-image: url(assets/images/faq-before.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-section:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -218px;
    right: -105px;
    width: 580px;
    height: 545px;
    background-image: url(assets/images/faq-after.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.faq-section .h2-title {
    margin-bottom: 60px;
}

.faq-box {
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.faq-box h3 {
    padding: 15px 80px 13px 44px;
    margin: 0 !important;
    position: relative;
    margin-bottom: 4px;
    transition: 0.3s;
    cursor: pointer;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    font-size: 16px;
    line-height: 25px;
    border-radius: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
}


	.faq-btn{
	display: flex;
    align-items: center;
    justify-content: center;
	}

.faq-box h3 span {
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 18px;
    transition: 0.5s;
    transform: translate(0, -50%);
    width: 56px;
    height: 49px;
    background-color: #cfeaf1;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.faq-content {
    padding: 0 84px 22px;
    /* display: none; */
}

.faq-box.active-faq:focus,
.faq-accordion.accordion:focus {
    outline: none !important;
}

.faq-box.active-faq {
    border-radius: 10px;
    background: var(--white-color);
    border-color: var(--border-color);
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
    padding-top: 3px;
    transition: var(--transition);
}

.active-faq .faq-content {
    display: block;
}

.faq-box.active-faq h3 {
    border-color: transparent;
    box-shadow: none;
    padding-left: 83px;
    color: var(--secondary-color);
    transition: var(--transition);
}

.faq-box.active-faq h3:before {
    opacity: 1;
    transition: var(--transition);
}

.faq-box h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translate(0, -50%);
    height: 46px;
    width: 8px;
    border-radius: 9px;
    opacity: 0;
    background-color: var(--secondary-color);
    transition: var(--transition);
}

.faq-box h3 span i {
    transform: rotate(0deg);
    transition: var(--transition);
}

.faq-box.active-faq h3 span i {
    transform: rotate(180deg);
    transition: var(--transition);
}

.faq-text ul li,
.faq-text ol li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    color: var(--p-color);
}

.faq-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 30px;
    background-color: var(--secondary-color);
}

.faq-text ol {
    padding-left: 18px;
    margin-bottom: 1rem;
}

.faq-text ol li {
    padding-left: 5px;
}

.box-top-spce {
    margin-bottom: 20px;
}

.box-top-spce p:empty {
    display: none;
}


/*========== FAQs Page CSS End ==========*/


/*========== Resources Page CSS Start ==========*/


/*========== Resources Section CSS Start ==========*/

.resources-tabing ul {
    display: flex;
    justify-content: space-between;
}

.resources-tabing ul li a {
    padding: 0 10px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-bottom: 6px;
    color: var(--primary-color);
}

.resources-tabing ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 9px;
    display: block;
    transform: translate(-50%, 0);
    transition: 0.3s;
    opacity: 0;
}

.resources-tabing-wp {
    padding: 48px 0 54px;
    transition: 0.5s;
}

.resources-tabing ul .resources-active-tab a:after,
.resources-tabing .mPS2id-highlight.mPS2id-highlight-first:after,
.resources-tabing ul li a:hover:after {
    width: 59px;
    opacity: 1;
}

.resources-tab-box-wp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: 650px;
    height: 100%;
    background: var(--cyan-color);
    z-index: -1;
    border-radius: 20px;
}

.resources-tab-box-wp {
    position: relative;
}

.resources-shep {
    position: absolute;
    top: 268px;
    left: -210px;
    width: 525px;
    height: 470px;
    background: url("assets/images/resources-shep-1.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.resources-shep2 {
    position: absolute;
    bottom: -215px;
    right: -250px;
    width: 743px;
    height: 530px;
    background: url("assets/images/resources-shep-2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.resources-tab-box {
    background: var(--cyan-color);
    border-radius: 0 20px 20px 0;
    padding: 88px 0 67px;
    margin-bottom: 45px;
}

.resources-tab-box .h2-title {
    margin-bottom: 43px;
}

.resources-list ul li {
    margin-bottom: 36px;
    line-height: 36px;
}

.resources-download-box {
    background: var(--white-color);
    padding: 33px 45px 28px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    display: block;
    width: 325px;
    margin-left: auto;
    margin-bottom: 15px;
    transition: 0.5s;
}

.resources-download-box img {
    margin-bottom: 10px;
}

.resources-download-box p {
    margin: 0;
}

.resources-download-box .h4-title {
    line-height: 25px;
    margin-bottom: 0;
}

.resources-download-wp {
    margin-right: -90px;
    margin-top: 60px;
}

.resources-download-box:hover {
    background: var(--secndary-color);
    background: var(--secondary-color);
}

.resources-download-box:hover * {
    color: var(--white-color);
}

.resources-download-box:hover img {
    filter: brightness(0) invert(1);
}

.resources-tabing ul li:first-child {
    padding-left: 0;
}

.resources-tabing ul li:last-child {
    padding-right: 0;
}

.resources-bg-blue:after,
.resources-bg-blue .resources-tab-box {
    background: var(--cyan-color);
}

.resources-bg-red:after,
.resources-bg-red .resources-tab-box {
    background: var(--secondary-color);
}

.resources-bg-navy:after,
.resources-bg-navy .resources-tab-box {
    background: var(--navy-color);
}

.resources-bg-red .resources-tab-box .resources-download-box:hover {
    background: var(--yellow-color);
}

.approved-medications-text p {
    margin-bottom: 0;
}

.approved-medications-text .h2-title {
    margin-bottom: 25px;
}

.alert-note {
    margin-top: 31px;
    text-transform: uppercase;
}

.alert-note img {
    margin-right: 6px;
}

.approved-medications-box {
    padding: 50px 38px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    min-height: 357px;
}

.approved-medications-box .h4-title {
    margin-bottom: 29px;
    color: #cfeaf1;
    line-height: 25px;
}

.approved-medications-box ul {
    list-style: disc;
    padding-left: 19px;
}

.approved-medications-box ul li {
    margin-bottom: 20px;
}

.approved-medications-box ul li:last-child {
    margin: 0;
}

.resources-bg-navy .resources-tab-box {
    padding-bottom: 75px;
}

.approved-medications-box-wp {
    margin-top: 51px;
}

.semen-samples-title p {
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 33px;
}


/** sticky_tabbing */

.resources-tabing-wp.sticky_tabbing {
    position: fixed;
    top: 117px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: var(--navy-color);
    padding: 30px 0;
    border-radius: 0 0 30px 30px;
}

.resources-tabing-wp.sticky_tabbing ul li a {
    color: var(--white-color);
}

.resources-tab-box .slick-dots {
    text-align: left;
}

.resources-tab-text .slick-navigation {
    margin-top: -11px;
}


/*========== Resources Section CSS End ==========*/


/*========== Vasectomy Video Section CSS Start ==========*/

.vasectomy-video-text {
    text-align: center;
}

.vasectomy-video-btn .sec-btn {
    width: 220px;
}

.vasectomy-video-btn .sec-btn:first-child {
    margin-right: 11px;
}

.vasectomy-video-btn {
    margin-top: 27px;
    margin-bottom: 30px;
}

.vasectomy-video {
    width: 100%;
    height: calc(450px + 96 * (100vw - 992px) / 928);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: left;
    max-width: 870px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}

.vasectomy-video-text .row {
    --gutter-x: calc(15px + 30 * (100vw - 992px) / 928);
    margin-inline: calc(var(--gutter-x) * -1);
}

.vasectomy-video-text .row .col-lg-6 {
    padding-inline: var(--gutter-x);
}

.vasectomy-video-sec {
    padding: 65px 85px 110px;
}

.vasectomy-video-text .row .col-lg-6 .h2-title {
    margin-bottom: 25px;
}

/*========== Vasectomy Video Section CSS End ==========*/


/*========== Insurance Information Section CSS ==========*/

.insurance-information {
    background: var(--secondary-color);
    border-radius: 20px;
    padding: 100px 0 75px;
    margin-bottom: 45px;
}

.insurance-information-box {
    background: var(--white-color);
    padding: 79px 48px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.insurance-information-box a {
    font-size: 18px;
    line-height: 1.2;
    color: var(--primary-color);
}

.insurance-information-box a:hover {
    color: var(--secondary-color);
}

.insurance-information-box p {
    color: var(--primary-color);
    line-height: 25px;
    font-weight: 600;
}

.insurance-information-box ul {
    margin-top: 38px;
    margin-bottom: 33px;
}

.insurance-information-box ul li {
    opacity: 0.65;
    color: var(--p-color);
}

.insurance-information-middle-row,
.insurance-information-top-row {
    margin-top: 35px;
    margin-bottom: 15px;
}

.insurance-information-middle-row {
    margin-bottom: 35px;
}

.insurance-information-top-row-text ul li {
    margin-bottom: 31px;
    line-height: 36px;
}

.insurance-information-top-row-text {
    padding-left: 30px;
}

.insurance-information-bottom-box p:last-of-type {
    margin: 0;
}

.insurance-information-bottom-box {
    background-color: var(--white-color);
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.insurance-information-bottom-row .row {
    margin: 0 -8px;
}

.insurance-information-bottom-row .row .col-lg-4 {
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.insurance-information-bottom-box p {
    margin-bottom: 22px;
}

.resources-tabing-fix {
    height: 128px;
}

.resources-sponsor .sponsor-gallery {
    padding-top: 77px;
}

.insurance-information-middle-row .insurance-information-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
}

.insurance-information-middle-row .insurance-information-box .title {
    position: absolute;
    bottom: 70px;
    left: 0;
    background-color: var(--cyan-color);
    padding: 15px 30px;
    border-radius: 0 10px 10px 0;
}

.insurance-information-middle-row .insurance-information-box .title .h4-title {
    margin-bottom: 0;
    color: var(--white-color);
}

.insurance-information-middle-row .insurance-information-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.4;
}

.insurance-information-middle-row .white-text .h2-title {
    margin-bottom: 30px;
}

/*========== Insurance Information Section CSS End ==========*/


/*========== Resources Page CSS Start ==========*/


/*========== Schedule Page CSS Start ==========*/


/*========== Schedule Section CSS Start ==========*/

.schedule-sec {
    padding: 120px 0 90px;
    position: relative;
}

.schedule-box {
    padding: 58px 42px 46px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
    background: var(--white-color);
}

.schedule-box img {
    margin-bottom: 14px;
}

.schedule-box .h4-title a {
    color: var(--secondary-color);
    transition: 0.3s;
}

.schedule-box .h4-title a:hover {
    color: var(--primary-color);
}

.schedule-title .h2-title {
    margin-bottom: 42px;
}

.schedule-why-choose .h4-title span.box-icon {
    display: block;
    margin-bottom: 5px;
}

.schedule-why-choose .why-choose-box {
    padding: 51px 44px 27px;
}

.why-choose-box .call-text {
    margin-top: 23px;
    margin-bottom: 26px;
}

.call-text a {
    color: var(--secondary-color);
}

.schedule-why-choose .why-choose-box p {
    line-height: 25px;
}

.schedule-why-choose .why-choose-content p {
    /*margin: 0;*/
}

.schedule-why-choose .why-choose-content .sec-btn {
    margin-top: 50px;
}

.why-choose-section.schedule-why-choose {
    padding: 80px 0;
}

.schedule-why-choose:after {
    content: "";
    position: absolute;
    top: -191px;
    right: -310px;
    width: 571px;
    height: 501px;
    background: url("assets/images/schedule-sec-shep.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.schedule-why-choose iframe {
    height: 720px;
}


/*========== Schedule Section CSS End ==========*/

.wpb_wrapper table td,
.wpb_wrapper table th {
    padding: 10px;
    border: 1px solid var(--border-color);
}

.wpb_wrapper p {
    margin: 0;
}

.insurance-info {
    padding: 80px 0 0;
}

.wpb_wrapper .h2-title {
    margin-bottom: 30px;
}

.wpb_wrapper h4 {
    font-size: 22px;
    line-height: 24px;
}


/*========== Schedule Page CSS End ==========*/


/*========== Locations Page CSS Start ==========*/


/*========== Locations Section CSS Start ==========*/

.locations-bg {
    position: relative;
    padding: 30px 0;
}

.location-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /*    mix-blend-mode: luminosity; */
    overflow: hidden;
}

.location-bg-img iframe {
    width: 100%;
    height: 100%;
}

.location-bg-img iframe#mobile-clinic-map {
    height: calc(100% + 61px);
    margin-top: -61px;
    border: none;
}

.locations-box {
    background: var(--white-color);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.locations-box-img {
    width: 100%;
    height: 245px;
    background-size: cover;
    background-position: center;
}

.locations-box-text-wp {
    padding: 48px 76px;
}

.location-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.location-wrapper:last-child {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.locations-box-icon {
    margin-bottom: 12px;
    min-width: 16px;
}

.location-add-link {
    color: var(--primary-color);
    display: inline-block;
    max-width: 240px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.3s;
}

.location-add-link:hover {
    color: var(--secondary-color);
}

.locations-box-text ul {
    margin-top: 20px;
}

.locations-box-text ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 28px;
    color: var(--p-color);
}

.locations-box-text ul li:last-child {
    margin: 0;
}

.locations-box-text ul li a {
    color: var(--secondary-color);
}

.locations-title {
    margin-bottom: 57px;
}

.locations-sec {
    padding: 122px 0 0;
    position: relative;
}

.locations-bottom-sec {
    padding: 138px 0 0px;
}

.locations-sec:after {
    content: "";
    position: absolute;
    top: 110px;
    right: 90%;
    width: 368px;
    height: 354px;
    background: url("assets/images/location-top-shep.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.locations-sec.locations-bottom-sec:after {
    left: auto;
    left: 84%;
    background: url(assets/images/location-bottom-shep.png);
    top: 74px;
    width: 576px;
    height: 497px;
}


/*========== Locations Section CSS End ==========*/


/*========== Upcoming Mobile Page CSS Start ==========*/

.upcoming-mobile {
    margin-top: 62px;
    padding: 75px 0 42px;
}

.upcoming-mobile .h2-title {
    line-height: 40px;
    margin-bottom: 23px;
}

.upcoming-mobile h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.upcoming-mobile .box-icon {
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.upcoming-mobile p a {
    color: var(--secondary-color);
    font-weight: bold;
    text-decoration: underline !important;
    transition: var(--transition);
}

.upcoming-mobile p a:hover {
    color: var(--primary-color);
    transition: var(--transition);
}

.upcoming-mobile .why-choose-box {
    padding: 30px;
    margin: 0 15px;
    border: 1px solid var(--border-color);
}

.events-info h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.events-info h3 span {
    display: block;
    font-weight: 500;
    color: var(--p-color);
}

.events-info {
    display: flex;
}

.upcoming-mobile .why-choose-box .sec-btn.outline-btn {
    width: 100%;
}

.upcoming-mobile .events-info .box-icon {
    top: 0;
}

.what-is-it-section {
    position: relative;
    padding: 95px 0;
}

.what-is-it-section:before {
    content: "";
    display: block;
    position: absolute;
    top: -53px;
    right: -80px;
    width: 600px;
    height: 445px;
    transform: rotate(-31deg);
    background-image: url('assets/images/shape-yellow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.what-is-content {
    padding-right: 30px;
}

.vasectomy-bg {
    position: relative;
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
}

.vasectomy-bg a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--secondary-color);
    width: 56px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.vasectomy-content {
    padding-left: 73px;
}

.vasectomy-content .award-info {
    margin-top: -170px;
    margin-left: -70px;
    max-width: 320px;
    padding: 38px 54px 27px 56px;
}

.vasectomy-content .award-info p {
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 25px;
}

.vasectomy-content li {
    color: #585858;
    margin-bottom: 8px;
}

.vasectomy-content .award-info .box-icon {
    position: relative;
    width: auto;
    margin-right: 12px;
    margin-bottom: 0;
    top: -3px;
    display: inline-block;
}

.why-section {
    position: relative;
    padding: 100px 0 123px;
    background-color: #002B49;
    border-radius: 20px;
}

.why-content-wp .h2-title {
    color: var(--white-color);
    margin-bottom: 22px;
}

.why-content-wp p {
    color: var(--white-color);
    line-height: 36px;
}

.why-bg-wp {
    position: relative;
    height: 240px;
    border-radius: 20px;
    margin-top: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
}

.why-bg-wp:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -68px;
    right: 0;
    width: 173px;
    height: 130px;
    transform: rotate(17deg);
    background-image: url('assets/images/shape-yellow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.why-bg-wp img {
    position: absolute;
    right: -45px;
    bottom: -38px;
    width: 150px;
}

.why-content-wp.why-content-pl {
    padding-left: 60px;
    padding-top: 72px;
}

.where-section {
    position: relative;
    padding: 110px 0 0;
}

.where-section:before {
    content: "";
    position: absolute;
    top: -180px;
    right: 87%;
    width: 406px;
    height: 394px;
    background: url('assets/images/location-top-shep.png');
    background-size: 100%;
    transform: rotate(85deg);
    background-repeat: no-repeat;
    z-index: -1;
}

.gm-box-wp .locations-box-text-wp {
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    margin-bottom: 25px;
    display: flex;
    padding: 50px 55px;
    background-color: var(--white-color);
}

.gm-box-wp .locations-box-text-wp .locations-box-icon {
    width: 25px;
    margin-right: 18px;
    margin-top: -1px;
}

.gm-box-wp .locations-box-text-wp .h4-title {
    margin-bottom: 23px;
}

.gm-box-wp .locations-box-text-wp .location-add-link {
    color: #585858;
    font-size: 16px;
    font-weight: 500;
    max-width: 300px;
}

.locations-box-text-wp.ames-locations .location-add-link {
    max-width: 210px;
}

.gm-box-wp .locations-box-text-wp span {
    display: block;
    color: #B7B7B7;
    line-height: 25px;
}

.gm-link {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-decoration: underline !important;
    display: block;
    margin-top: 30px;
}

.content-wp p {
    line-height: 36px;
}

.content-wp {
    padding-right: 50px;
    margin-bottom: 75px;
}

.gm-box-wp {
    padding-left: 60px;
}

.page-id-155 .gallery {
    padding-top: 80px;
}

.upcoming-mobile-map {
    width: 100%;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
}

.upcoming-mobile-map iframe {
    height: calc(380px + 67px);
    width: 100%;
    border: 0;
}

.upcoming-mobile .why-choose-content p:last-child {
    margin-bottom: 0;
}

/*========== Upcoming Mobile Page CSS End ==========*/


/*========== Seo Page CSS Start ==========*/

.seo-contact-form {
    background: var(--cyan-color);
    padding: 70px 95px 80px;
    width: calc(100% + 23px);
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 45px;
    margin-bottom: -50px;
}

.main-banner.seo-banner {
    padding: 94px 0 203px;
}

.main-banner-wp.seo-banner-wp {
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 50px;
}

.main-banner.seo-banner .banner-content {
    top: 42px;
}

.main-banner.seo-banner:after {
    background-image: url("assets/images/seo-banner-before.png");
}

.seo-contact-form .wpcf7-response-output {
    display: none;
}

.seo-contact-form .h2-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 34px;
}

.seo-contact-form .form-input::-webkit-input-placeholder {
    color: var(--primary-color);
}

.seo-contact-form .form-input::-moz-placeholder {
    color: var(--primary-color);
}

.seo-contact-form .form-input:-ms-input-placeholder {
    color: var(--primary-color);
}

.seo-contact-form .form-input::placeholder {
    color: var(--primary-color);
}

.review-section.seo-review-section {
    padding-top: 0;
}

.main-seo-content {
    padding: 173px 0 130px;
}

.main-seo-content .excerpt-content p {
    line-height: 36px;
}

.main-seo-content .excerpt-content h2 {
    margin-top: 61px;
    font-size: 20px;
    line-height: 25px;
}

.main-seo-content .excerpt-content p a {
    color: var(--cyan-color);
    transition: 0.3s;
}

.main-seo-content .excerpt-content p a:hover {
    color: var(--secondary-color);
}

.main-seo-content .submit-btn .sec-btn {
    width: 170px;
}


/*========== Seo Page CSS End ==========*/


/*========== Registration Form CSS ==========*/

.registration-form .form-input {
    border: 1px solid var(--border-color);
    color: #002b49 !important;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 0 23px rgb(229 62 81 / 8%);
}

.registration-form label {
    margin-bottom: 15px;
    font-weight: bold;
}

.registration-form .form-input::-webkit-input-placeholder {
    color: var(--black-input-color);
}

.registration-form .form-input::-moz-placeholder {
    color: var(--black-input-color);
}

.registration-form .form-input:-ms-input-placeholder {
    color: var(--black-input-color);
}

.registration-form .form-input::placeholder {
    color: var(--black-input-color);
}

.registration-form h2 {
    margin-bottom: 30px;
    color: var(--secondary-color);
}

.registration-form .wpcf7-form-control-wrap {
    margin-bottom: 26px;
}

.registration-form .wpcf7-not-valid-tip:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 47px;
    height: 47px;
    background-image: url('assets/images/error-icon.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.registration-form .wpcf7-not-valid-tip:after {
    opacity: 1;
}

.registration-form p:empty {
    margin: 0;
}

.registration-form .h4-title {
    margin-bottom: 20px;
}

.registration-form hr {
    margin-bottom: 30px;
    border-color: var(--border-color);
}

.single-checkbox .form-check.checkbox-wp {
    padding: 0;
}

.single-checkbox .form-check.checkbox-wp label {
    margin-bottom: 4px;
    font-weight: bold;
}

.registration-form .wpcf7-list-item label {
    font-weight: normal;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
    opacity: .3;
}

.registration-form .footer-bottom-link {
    text-align: left;
}

.registration-form .footer-bottom-link li {
    font-size: 14px;
}


/* .electronic-signature .form-input {
    font-family: 'Dancing Script';
    font-size: 30px;
    padding-top: 5px;
} */

.registration-form span.wpcf7-not-valid-tip {
    width: 100%;
    bottom: auto;
    top: 0;
    height: 100%;
    color: transparent !important;
    pointer-events: none;
}

.registration-form form.invalid .wpcf7-response-output {
    color: var(--primary-color);
}

.registration-form .form-element span.wpcf7-not-valid-tip,
.radio-input-wp span.wpcf7-not-valid-tip,
.form-input-checkbox span.wpcf7-not-valid-tip {
    display: none;
}

.registration-form .wpcf7-not-valid {
    padding-right: 60px;
}

.note {
    margin-top: -15px;
}

.note p {
    font-size: 15px;
}

.submit-btn p {
    display: inline-block;
    margin: 0;
    /*     margin-left: 20px; */
    text-transform: capitalize;
    font-size: 12px;
}

.registration-form .title-bg h2 {
    background-color: #eeeeee;
    padding: 5px 14px;
    color: var(--dark-color);
}

.squareup-box .wpcf7-form-control-wrap.price_source.currencyUSD {
    margin: 0;
}

.squareup-box p {
    margin: 0;
}

.squareup-box .messages {
    margin-bottom: 20px;
}


/*========== Registration Form CSS End ==========*/


/*==========Popup CSS==========*/

.modal-body.overflow-text {
    height: 600px;
    padding: 30px;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    border-radius: 50%;
    z-index: 2;
    color: var(--white-color);
    transition: 0.3s;
    outline: none;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}

button.close:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.modal-content {
    border: none;
    border-radius: 0;
    background: var(--white-color);
}

.modal-dialog {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-open .modal {
    padding: 0 15px !important;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}


/*==========Popup CSS End==========*/


/*==========Custom loader CSS==========*/

.custom-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-loader i {
    color: var(--white-color);
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loader 2s linear infinite;
    z-index: 2;
}

@keyframes loader {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}


/*==========Custom loader CSS End==========*/


/*==========404 CSS==========*/

.error-404 {
    padding: 80px 0;
    text-align: center;
}

.error-404 img {
    width: 50vw;
}


/*==========404 CSS End==========*/


/*==========Cta Btn CSS End==========*/

.sec-btn.cta-btn {
    position: fixed;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 98;
    border-radius: 10px 10px 0 0;
}


/*==========Cta Btn CSS End==========*/


/*==========Scroll To Top CSS Start==========*/

.scrolltop {
    width: 58px;
    height: 55px;
    text-align: center;
    background: var(--primary-color);
    font-size: 28px;
    line-height: 52px;
    cursor: pointer;
    transition: 0.3s;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 98;
}

.scrolltop i {
    color: var(--white-color);
    position: relative;
    animation: move 0.4s linear infinite alternate;
    z-index: 2;
}

.scrolltop:hover {
    background: var(--primary-color);
}

.scrolltop:hover i {
    color: var(--white-color);
}

@keyframes move {
    0% {
        top: 0;
    }

    100% {
        top: 5px;
    }
}


/*==========Scroll To Top CSS End==========*/


/*========== View All Services css ==========*/

.footer-last {
    text-align: center;
    margin-top: 10px;
}

.footer-last .text:hover {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 13px;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--primary-color);
    transition: 0.3s;
    line-height: 13px;
    display: inline-block;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.view_services_text {
    cursor: pointer;
    transition: 0.3s;
}

.menu-seo-menu-container ul li a:hover,
.view_services_text:hover {
    color: var(--secondary-color);
}


/*========== View All Services css End ==========*/


/*=== Blog css ===*/
.blog-listing-wp {
    /* --gutter: 30px;
    gap: var(--gutter) 0; */
    column-count: 3;
    break-inside: avoid;
    column-gap: 30px;
}

.type-post {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 10px;
    height: 100%;
    break-inside: avoid;
    margin-bottom: 30px;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-meta,
.entry-title {
    margin-bottom: 15px;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: var(--primary-color);
}

.type-post .entry-content p {
    margin-bottom: 10px;
    line-height: 1.7;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: var(--primary-color);
}

/* .entry-title {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 10px;
} */
.entry-title {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
}

.post-thumbnail {
    display: block;
    margin: 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.post-thumbnail img {
    /* width: 100%; */
    max-width: 250px;
}

.widget-area .widget_search .search-form,
.page-content .search-form {
    position: relative;
}

.widget-area .widget_search .search-form label,
.page-content .search-form label {
    width: calc(100% - 74px);
    margin-bottom: 0;
}

.widget-area .widget_search .search-form .search-field,
.page-content .search-form .search-field {
    background: var(--white-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 10px 0 0 10px;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    padding: 13px 20px 12px;
}

.widget-area .widget_search .search-form .search-submit,
.page-content .search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
    text-decoration: underline !important;
    color: var(--secondary-color);
}

.entry-content {
    margin: 0;
}

.comments-area p input,
.comments-area textarea {
    border: none;
    border-radius: 0;
    height: 46px;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #002b49;
}

p.comment-form-cookies-consent>input {
    height: auto;
}

.comment-form-author,
.comment-form-email {
    width: 47.5%;
    display: inline-block;
    margin-right: 28px;
}

.comment-form-email {
    margin: 0;
}

.comment-form-cookies-consent label {
    cursor: pointer;
}

h2.widget-title {
    font-size: 20px;
}

.widget-area {
    margin-top: 70px;
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul {
    margin: 0;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-author.vcard {
    margin-bottom: 20px;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
}

.comment-reply-title {
    margin-bottom: 20px;
}

.comment-form-comment label {
    margin-bottom: 10px;
}

.comment-form-comment textarea {
    border: none;
    outline: none !important;
    resize: none;
    height: 110px;
    border-bottom: 1px solid #002b49;
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.single-post .widget-area {
    margin-top: 15px;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 100%;
    float: none;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
    width: auto;
}

.post-navigation .nav-next a,
.post-navigation .nav-previous a {
    position: relative;
    width: 56px;
    right: 0;
    top: auto;
    margin: 0;
    transform: translate(0);
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: var(--primary-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.custom-post-paginate {
    text-align: center;
    text-align: center;
    margin-top: 30px;
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: #002b49;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #ffffff !important;
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 15px 0;
    text-decoration: none !important;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: #e53e51;
    color: #ffffff !important;
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

a.next.page-numbers,
a.prev.page-numbers {
    display: none;
}


/*=== End of Blog css ===*/


/*==== thank-you page css end ====*/

.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url("assets/images/thank-you.gif");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
}


/*==== thank-you page css end ====*/


/*==== Inner-page css end ====*/

.inner-page-text {
    padding: 60px 0;
}

.privacy-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content a {
    transition: 0.3s;
    color: var(--secondary-color);
}

.privacy-content a:hover {
    color: var(--primary-color);
}


/*==== Inner-page page css end ====*/


/*==== Arabic lang css ====*/

html[lang="ar"] .sec-btn.cta-btn {
    right: -27px;
}


/*==== Arabic lang css end ====*/


/*==== Chinese lang css ====*/

html[lang="zh-CN"] .main-banner-wp {
    padding-top: 80px;
}

html[lang="zh-CN"] .sec-btn.cta-btn {
    right: -14px;
}


/*==== Chinese lang css end ====*/


/*==== Ducth lang css ====*/

html[lang="nl"] .sec-btn.cta-btn {
    right: -79px;
}


/*==== Ducth lang css End====*/


/*==== French lang css ====*/

html[lang="fr"] .main-navigation .menu li,
html[lang="de"] .main-navigation .menu li {
    margin-right: 20px;
}


/*==== French lang css End====*/


/*==== Italian lang css====*/

html[lang="it"] .main-navigation .menu li {
    margin-right: 19px;
}


/*==== Italian lang css End====*/


/*==== Portuguese lang css====*/

html[lang="pt"] .main-navigation .menu li,
html[lang="ru"] .main-navigation .menu li {
    margin-right: 29px;
}

html[lang="pt"] .main-navigation .menu li {
    right: -97px;
}

html[lang="pt"] .sec-btn.cta-btn {
    right: -97px;
}

html[lang="ru"] .sec-btn.cta-btn {
    right: -87px;
}


/*==== Portuguese lang css End====*/


/*==== Spanish lang css====*/

html[lang="es"] .main-navigation .menu li {
    margin-right: 16px;
}

html[lang="es"] .sec-btn.cta-btn {
    right: -125px;
}


/*==== Spanish lang css End====*/


/*==== Spanish lang css====*/

html[lang="su"] .main-navigation .menu li {
    margin-right: 16px;
}

html[lang="su"] .sec-btn.cta-btn {
    right: -78px;
}

.electronic-signature .form-input {
    font-size: 30px;
    font-family: 'Dancing Script';
}


/*==== Spanish lang css End====*/

.gform-sec {
    max-width: 700px;
    margin: 0 auto;
}

.gform-sec iframe {
    width: 100%;
    height: 600px;
}


/*==========Responsive Start==========*/

@media (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }

    .site-header .container,
    .main-banner.inner-banner .container,
    .resources-tabing-wp .container,
    .page-id-216 .inner-page-text .container {
        max-width: 1400px;
    }

    .main-banner .banner-video video {
        width: 100%;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }

    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }

    .main-navigation .menu li {
        margin: 0 15px;
    }

    .main-navigation .menu li a {
        font-size: 18px;
    }

    .site-branding {
        width: 200px;
    }

    .h1-title {
        font-size: 90px;
        line-height: 100px;
    }

    .h2-title {
        font-size: 50px;
        line-height: 58px;
    }

    .h3-title {
        font-size: 30px;
        line-height: 40px;
    }

    .h4-title {
        font-size: 22px;
        line-height: 25px;
    }

    .h5-title {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-bottom-link ul p,
    .footer-bottom-link li,
    .copyright-right-text p,
    .footer-menu ul li a {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-bottom-link {
        margin-bottom: 12px;
    }

    .sec-btn {
        font-size: 18px;
    }

    .sec-btn.cta-btn {
        right: -122px;
    }

    [data-simplebar="init"] {
        padding-right: 11px;
    }

    .site-header.sticky_head .site-branding {
        width: 160px;
    }

    .about-content {
        max-width: 700px;
    }

    .gallery-box {
        max-width: 100%;
    }

    .big-box {
        max-width: 100%;
        margin: 0 30px;
    }

    .gallery-small-box {
        height: 15vw;
    }

    .gallery-big-box {
        height: 22vw;
    }

    .big-box.down-box {
        margin-top: 9.2vw;
    }

    .banner-img {
        left: -5vw;
        width: 870px;
    }

    .links a {
        font-size: 14px;
        margin-left: 24px;
    }

    body {
        margin-top: 162px;
    }

    .why-do-tab-wp {
        width: calc(100% - 68.7%);
    }

    .questions-box .sec-btn {
        width: 230px;
    }

    .vasectomy-video-btn .sec-btn {
        width: 260px;
    }

    .vasectomy-video-btn .sec-btn {
        width: 260px;
    }

    .insurance-information-top-row {
        margin-bottom: 40px;
    }

    .resources-tabing-wp.sticky_tabbing {
        top: 90px;
    }

    .resources-tab-text {
        margin-right: -60px;
    }

    .upcoming-mobile .h2-title {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (min-width: 576px) and (max-width: 1499px) {
    .why-choose-content .h2-calendly {
        margin-bottom: 25px
    }

    .why-choose-content iframe {
        margin: 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        max-width: 720px;
    }
}

@media(max-width: 1700px) {
    .resources-shep {
        left: -320px;
    }

    .resources-tabing-wp {
        padding: 48px 90px 54px;
    }

    .approved-medications-box {
        padding: 50px 20px;
    }
}

@media (max-width: 1600px) {
    .banner-content {
        padding-right: 90px;
    }

    .banner-img {
        width: 772px;
        left: -300px;
    }

    .gallery-box-wp {
        margin: 0 15px;
    }

    .why-do-text-wp .overflow-text {
        padding-right: 50px;
    }

    .why-do-text-wp {
        margin-right: 0;
    }

    .faq-section:before {
        left: -340px;
    }

    .faq-section:after {
        right: -255px;
    }
}

@media (max-width: 1499px) {
    .links a {
        margin-left: 10px;
        font-size: 11px;
    }

    .main-navigation .menu li {
        margin-right: 17px;
    }

    .questions-box {
        padding: 75px 50px 67px;
    }

    .banner-img {
        width: 752px;
        left: -280px;
    }

    .main-banner {
        padding: 138px 0 168px;
    }

    .site-header .container {
        max-width: 100%;
    }

    .header-bottom {
        margin: 0 85px;
    }

    .resources-tabing-wp {
        padding: 48px 0 54px;
    }

    .resources-tabing ul li a {
        font-size: 15px;
        padding: 0 5px;
        padding-bottom: 6px;
    }

    .resources-tab-text {
        padding-left: 60px;
    }

    .approved-medications-box {
        padding: 40px 20px;
        min-height: 340px;
    }

    .reviews-title {
        padding-right: 150px;
    }

    .locations-sec:after {
        right: 95%;
    }

    .seo-contact-form {
        padding: 70px 50px 80px;
        width: calc(100% + 70px);
    }

    .main-banner.seo-banner:after {
        display: none;
    }

    .upcoming-mobile .why-choose-box .sec-btn.outline-btn {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .slick-arrow {
        right: -45px;
    }

    .links a {
        font-size: 11px;
        margin-left: 5px;
    }

    .links .icon {
        margin-right: 5px;
    }
}

@media (max-width: 1366px) {
    .about-us:after {
        left: calc(-10% + 100%);
    }

    .gallery-small-box {
        height: 16vw;
    }

    .gallery-big-box {
        height: 23vw;
    }

    .big-box.down-box {
        margin-top: 11vw;
    }

    .review-section:before {
        top: 475px;
    }

    .review-section:after {
        top: 700px;
    }

    .m-lr,
    .page-id-216 .inner-page-text {
        margin: 0 45px;
    }

    .main-banner {
        padding: 138px 30px 168px;
    }

    .why-choose-section {
        padding: 90px 30px 93px;
    }

    .upcoming-mobile {
        margin-top: 62px !important;
    }

    .review-slider {
        padding-left: 0;
    }

    .review-box {
        padding: 72px 60px 75px;
    }

    .banner-img {
        width: 770px;
        left: -250px;
    }

    .site-info {
        padding: 115px 30px;
    }

    .gallery-box-wp {
        margin: 0px 10px;
    }

    .gallery-slider .slick-list.draggable {
        margin: 0 -11px;
    }

    .header-bottom {
        margin: 0;
    }

    .dr-content {
        padding-left: 100px;
        margin-right: 0;
    }

    .dr-img {
        right: calc(100% + -730px);
    }

    .award-info {
        padding: 42px 40px 37px;
    }

    .why-do-tab-wp {
        width: calc(100% - 55.7%);
    }

    .why-do-tab-info {
        padding-right: 60px;
    }

    .why-do-text-tab h3 {
        margin-bottom: 35px;
    }

    .why-do-text-wp {
        margin-left: -30px;
        padding-right: 30px;
    }

    .resources-download-box {
        margin-left: 50px;
    }

    .resources-tab-box-wp:after {
        left: 30px;
    }

    .resources-shep {
        left: -390px;
    }

    .resources-bg-navy .resources-tab-box .resources-download-wp .resources-download-box {
        margin-left: -40px;
    }

    .resources-bg-navy .resources-tab-box .resources-tab-text {
        padding-right: 40px;
    }

    .site-header .container {
        padding: 0 45px;
    }

    .registration-form .row {
        margin: 0 -10px;
    }

    .registration-form .row>[class*=col-] {
        padding: 0 10px;
    }

    .form-input-checkbox .wpcf7-list-item {
        margin-right: 15px;
    }

    .insurance-information.m-lr {
        margin-bottom: 45px;
    }

    .site-branding {
        width: 170px;
    }
}

@media (max-width: 1310px) {
    .main-navigation .menu li {
        margin-right: 9px;
    }
}

@media (max-width: 1199px) {
    .blog-listing-wp {
        column-count: 2;
    }

    .comment-form-author,
    .comment-form-email {
        width: 47%;
    }

    .banner-btn .sec-btn+.sec-btn {
        margin-left: 15px;
    }

    .main-navigation .menu li a {
        font-size: 14px;
    }

    .links a {
        margin-left: 2px;
        font-size: 11px;
    }

    .m-lr,
    .page-id-216 .inner-page-text {
        margin: 0 30px;
    }

    .banner-img {
        width: 682px;
        left: -240px;
    }

    .banner-content {
        padding-right: 75px;
    }

    .about-us-img {
        width: 100%;
    }

    .questions-box {
        padding: 75px 15px 67px;
    }

    .review-section:before {
        right: calc(100% - 175px);
    }

    .review-section:after {
        right: calc(100% - 385px);
    }

    .footer-contact {
        padding-left: 30px;
    }

    .footer-link {
        padding-right: 0;
    }

    .footer-link {
        padding-right: 30px;
    }

    .about-content {
        padding-left: 30px;
    }

    .dr-img {
        right: calc(100% + -440px);
        width: 750px;
    }

    .dr-img img {
        width: 100%;
    }

    .dr-content {
        padding-left: 50px;
    }

    .award-info {
        margin-top: 425px;
    }

    .why-do-tab-box h3 {
        padding: 35px 20px 35px 30px;
    }

    .why-do-tab-box h3:before {
        left: 23px;
    }

    .why-do-tab-box h3:hover,
    .why-do-tab-box .active-tab {
        padding-left: 50px;
    }

    .footer-menu-wp {
        padding-left: 40px;
    }

    .footer-logo {
        width: 240px;
    }

    .site-info {
        padding: 65px 30px;
    }

    .resources-tab-text {
        padding-left: 15px;
        padding-right: 60px;
    }

    .insurance-information {
        padding: 50px 30px 65px;
    }

    .insurance-information-top-row {
        margin-bottom: 30px;
    }

    .resources-tabing ul li a {
        font-size: 13px;
    }

    .resources-tab-box-wp:after {
        left: 15px;
    }

    .resources-shep {
        display: none;
    }

    .resources-download-box {
        margin-left: -60px;
    }

    .resources-shep2 {
        transform: scale(0.7);
    }

    .approved-medications-box-wp .row .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .approved-medications-box {
        min-height: auto;
        margin-bottom: 30px;
    }

    .resources-bg-navy .resources-tab-box .resources-tab-text {
        padding-right: 100px;
    }

    .resources-download-wp {
        margin-right: -90px;
    }

    .resources-bg-navy .resources-tab-box .resources-download-wp .resources-download-box {
        margin-left: -100px;
    }

    .vasectomy-video-sec {
        padding: 20px 0 60px;
    }

    .insurance-information-top-row-text {
        padding-left: 0;
    }

    .footer-menu-wp {
        padding-left: 20px;
    }

    .faq-section:before {
        left: -440px;
    }

    .faq-section:after {
        right: -385px;
    }

    .why-choose-section.schedule-why-choose .why-choose-content {
        padding-right: 0;
    }

    .schedule-box {
        padding: 30px 20px 26px;
    }

    .schedule-why-choose .why-choose-box {
        padding: 51px 30px 27px;
    }

    .reviews-title {
        padding-right: 60px;
    }

    .locations-box-text-wp {
        padding: 38px 45px 60px;
    }

    .seo-contact-form {
        right: 15px;
        width: calc(100% + 90px);
    }

    .site-header .container {
        padding: 0 30px;
    }

    .slick-arrow {
        right: -70px;
    }

    .registration-form .row {
        margin: 0 -5px;
    }

    .registration-form .row>[class*=col-] {
        padding: 0 5px;
    }

    .upcoming-mobile .why-choose-box {
        padding: 30px 20px 20px;
    }

    .social-media ul li {
        margin-right: 19px;
    }

    .why-choose-box.trusted-box {
        padding: 40px 45px 25px 45px;
    }
    .price-block{
        left: 41%;
    }
}

@media(max-width:1024px) {
    .upcoming-mobile .why-choose-box {
        padding: 30px;
    }

    .main-navigation .menu li {
        margin-right: 5px;
    }

    .upcoming-mobile {
        padding-left: 15px;
        padding-right: 90px;
    }

    .upcoming-mobile .why-choose-box {
        margin: 0 5px !important;
    }

    .upcoming-mobile .why-choose-box .sec-btn.outline-btn {
        font-size: 14px;
    }

    .why-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .for-des {
        display: none !important;
    }

    .for-mob {
        display: block !important;
    }

    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .site-header .container .row {
        margin: 0;
        height: 100%;
    }

    .site-header .container .row .col-lg-3 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, 0);
    }

    .site-branding {
        width: 112px;
        position: fixed;
        top: 11px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .menu-toggle {
        position: fixed;
        top: 30px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        padding: 0;
        z-index: 100;
        transition: .3s;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--primary-color);
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }

    .toggled .menu-toggle span {
        background: var(--white-color);
    }

    .toggled .header-menu {
        transform: translatey(0);
    }

    .sticky_head .header-icon {
        top: 10px;
    }

    .sticky_head .site-branding {
        top: 6px;
    }

    .sticky_head .menu-toggle {
        top: 24px;
    }

    .header-menu {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(8vh, 30px);
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-x: hidden;
        overflow-y: auto;
        transform: translatey(-100%);
        background-color: var(--secondary-color);
        background-image: url("assets/images/header-menu-bg.svg");
        background-position: center;
        text-align: center;
    }

    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: max(20px, 0vh);
        transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
        transition-duration: 1s;
        opacity: 0;
        transition-delay: 0.3s;
    }

    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(16px, 2vh);
        color: var(--white-color);
    }

    .scrolltop {
        display: none !important;
    }

    .widget-area {
        margin-top: 50px;
    }

    .main-banner .banner-video {
        display: none;
    }

    .sec-btn.cta-btn {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(0);
        display: none;
        height: 50px;
        box-shadow: 0 0 23px rgb(255 255 255 / 33%);
        width: 300px;
        display: none !important;
    }

    .modal-body.overflow-text {
        padding: 42px 15px 15px 15px !important;
    }

    .header-links {
        display: none;
    }

    .site-header {
        padding: 0;
        height: 80px;
        z-index: 99;
    }

    .site-header.sticky_head {
        height: 70px;
        display: block;
        border-radius: 0 0 20px 20px;
    }

    .header-bottom {
        height: 100%;
    }

    .header-top-menu {
        display: block;
    }

    .main-navigation .menu li a:hover {
        color: var(--yellow-color);
    }

    .main-navigation .menu li a:before {
        background-image: url(assets/images/sperm-yellow-highlight-icon.svg);
        bottom: -12px;
    }

    body {
        margin: 0;
    }

    .main-navigation .menu li a:hover:before {
        right: -10px;
    }

    .header-icon {
        position: fixed;
        top: 16px;
        left: 30px;
        transition: .3s;
    }

    .header-icon a {
        width: 56px;
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--secondary-color);
        border-radius: 10px;
        transition: 0.3s;
        padding-top: 5px;
    }

    .header-icon a img {
        width: 70%;
        height: auto;
    }

    .header-icon a:hover {
        background: var(--cyan-color);
    }

    .header-menu-bottom:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vw;
        background: url("assets/images/header-menu-shep.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 8vw;
        pointer-events: none;
        z-index: -1;
        transform: scale(1.7) rotate(12deg);
    }

    .header-meun-logo img {
        width: 205px;
    }

    .header-menu-bottom {
        position: relative;
        padding-top: max(10vh, 50px);
        padding-bottom: max(6vh, 50px);
        overflow: hidden;
        margin-top: 11vh;
        transform: scale(1.5);
        transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
        transition-duration: 1s;
        opacity: 0;
        transition-delay: 0.6s;
    }

    .header-phone-link .sec-btn {
        background: var(--cyan-color);
        padding-left: 0;
    }

    .header-phone-link .sec-btn span {
        width: 56px;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: var(--secondary-color);
        border-radius: 10px;
        margin-right: 15px;
    }

    .header-phone-link {
        margin-top: max(4vh, 25px);
    }

    .main-navigation.toggled .menu li {
        margin-bottom: max(20px, 4vh);
        opacity: 1;
    }

    .main-navigation.toggled .header-menu-bottom {
        transform: scale(1);
        opacity: 1;
        transition-delay: 0.5s;
    }

    .m-lr,
    .page-id-216 .inner-page-text {
        margin: 0;
    }

    .banner-content {
        padding: 0;
    }

    .main-banner-wp.m-lr {
        padding: 0;
    }

    .main-banner,
    .main-banner.seo-banner {
        padding: 178px 0 315px;
        border-radius: 0;
    }

    .banner-img {
        width: 105vw;
        left: auto;
        right: max(-25vw, -8vw);
        max-width: 500px;
    }

    .banner-btn {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-banner:after {
        width: 115vw;
        right: auto;
        height: 56vw;
        margin-bottom: -16vw;
        background-size: 100%;
        left: -6vw;
    }

    .banner-content p {
        padding: 0;
    }

    .banner-btn .sec-btn+.sec-btn {
        margin: 0;
        margin-top: 25px;
    }

    .h1-title {
        margin-bottom: 16px;
    }

    .banner-content h4 {
        margin-bottom: 33px;
    }

    .about-content {
        max-width: 100%;
        padding: 0;
    }

    .about-us {
        padding: 86px 0 68px;
    }

    .about-us-img {
        height: max(295px, 45vw);
        position: unset;
        margin-bottom: 34px;
        margin-top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-content p {
        margin-bottom: 12px;
    }

    .why-choose-section.m-lr {
        margin: 0 30px;
        padding: 75px 0 70px;
    }

    .why-choose-content .h2-title {
        margin-bottom: 29px;
    }

    .why-choose-box {
        width: 100%;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 40px 30px 30px !important;
        margin-bottom: 17px !important;
    }

    .why-choose-section .col-lg-7 .col-lg-6 {
        display: flex;
        justify-content: space-evenly;
    }

    .why-choose-box.affordable-box {
        margin-right: 7px !important;
    }

    .why-choose-box.fast-box {
        margin-left: 7px !important;
    }

    .why-choose-box p {
        margin: 0;
        line-height: 25px;
    }

    span.box-icon {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .why-choose-box h3 {
        margin-bottom: 0;
    }

    .why-choose-box.affordable-box h3 {
        margin-bottom: 10px;
    }

    .why-choose-box.trusted-box h3 {
        margin-bottom: 13px;
    }

    .why-choose-content {
        margin-bottom: 54px;
    }

    .why-choose-section .col-lg-7 .for-mob {
        text-align: center;
        margin-top: 33px;
    }

    .gallery .container-fluid {
        max-width: 100%;
    }

    .gallery-big-box {
        height: 69.8vw;
    }

    .gallery-box {
        max-width: 100%;
    }

    .big-box {
        max-width: 100%;
    }

    .gallery-small-box {
        height: 34vw;
        margin-bottom: 18px;
    }

    .small-box a:last-child .gallery-small-box {
        margin: 0;
    }

    .big-box.down-box {
        margin: 0;
    }

    .gallery-slider .slick-dots {
        padding: 0 10px;
        bottom: -49px;
    }

    .gallery {
        padding: 70px 0 140px;
        margin: 0 30px;
    }

    .questions-box {
        padding: 75px 75px 67px;
        margin-bottom: 22px;
    }

    .review-section {
        padding: 65px 0 35px;
    }

    .reviews-title {
        padding-top: 0;
        padding-right: 40px;
    }

    .review-section .sec-btn.outline-btn {
        margin-top: 5px;
    }

    .review-box,
    .review-box.slick-active {
        height: auto;
        margin: 0;
        padding: 55px 30px 72px;
    }

    .review-box.slick-slide.slick-active .overflow-text,
    .review-box.slick-slide .overflow-text {
        height: 240px;
        max-height: 240px;
    }

    .review-slider {
        padding: 0 15px;
        padding-top: 50px;
        overflow: hidden;
    }

    .review-section:after {
        transform: rotate(216deg);
        right: 72%;
        top: auto;
        bottom: 50px;
    }

    .review-section:before {
        right: auto;
        top: 0;
        left: 61%;
        top: 220px;
        transform: rotate(28deg);
    }

    .sponsor-gallery,
    .resources-sponsor .sponsor-gallery {
        background: #f2f2f2;
        padding: 40px 0 40px 30px;
    }

    .slick-dots {
        bottom: -29px;
    }

    .review-slider .slick-dots {
        bottom: -25px;
    }

    .sponsor-img {
        transform: scale(0.8);
        margin: 0;
    }

    .sponsor-gallery .slick-dots {
        bottom: 40px;
        right: 0;
        padding-right: 30px;
    }

    .footer-contact {
        padding: 74px 30px 70px;
        background: var(--secondary-color);
        border-radius: 20px;
        margin-top: 44px;
        margin-bottom: 20px;
    }

    .footer-info {
        background: var(--navy-color);
        border-radius: 20px;
        padding: 71px 30px 47px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .site-info {
        background: transparent;
        padding: 0;
    }

    .bottom-footer {
        margin: 0;
        background: transparent;
        padding: 20px 0 70px;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-address a {
        width: 100%;
        padding: 0 !important;
    }

    .footer-address {
        display: block;
    }

    .footer-address a span {
        padding: 0;
    }

    .footer-info h3 {
        margin: 45px 0 47px;
    }

    .footer-address.phone-number .icon {
        display: block;
        margin: 0 auto;
    }

    .footer-address .icon {
        margin-bottom: 4px;
    }

    .social-media {
        margin-top: 47px;
    }

    .social-media ul li:last-child {
        margin-right: 0;
    }

    .social-media ul li {
        margin: 0 28px;
    }

    .social-media ul li:first-child {
        margin-left: 0;
    }

    .footer-menu-wp {
        padding: 0;
        padding-top: 60px;
    }

    .Resources-nav-menu {
        margin-top: 45px;
    }

    .footer-bottom-link ul li:first-child {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        margin-bottom: 6px;
    }

    .footer-bottom-link {
        margin: 0;
    }

    .footer-contact .submit-btn .sec-btn {
        background: var(--yellow);
        color: var(--primary-color);
    }

    .footer-contact .submit-btn .sec-btn:hover {
        color: var(--white-color);
    }

    .footer-info:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -70px;
        right: -340px;
        width: 670px;
        height: 550px;
        background-image: url(assets/images/footer-shape.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.03;
    }

    .site-info:before {
        display: none;
    }

    .about-us:after {
        background-image: url(assets/images/about-mob-shep.png);
        width: 207px;
        height: 176px;
        left: auto;
        transform: unset;
        top: -42px;
        z-index: 2;
        right: -55px;
    }

    .review-slider .slick-list {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .main-banner.inner-banner {
        padding: 159px 0 59px;
        margin: 0;
    }

    .about-dr-g {
        padding: 60px 0;
    }

    .dr-img {
        width: 100%;
        margin: 0;
        position: unset;
    }

    .award-info {
        margin-top: -60px;
    }

    .dr-content {
        padding: 0;
        margin-top: 60px;
    }

    .vasectomies-section {
        border-radius: 0;
        padding: 50px 0;
    }

    .why-do-tab-wp {
        width: 100%;
        left: 250px;
    }

    .why-do-tab-wp:after {
        right: calc(100% - 120.5%);
    }

    .why-do-text-wp {
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

    .why-do-tab-info {
        padding-right: 0;
    }

    .vasectomies-section .row .col-lg-6.pr-0 {
        padding-right: 15px !important;
    }

    .why-do-tab-info .h2-title {
        padding: 0;
    }

    .why-do-tab-info h4 {
        margin-bottom: 30px;
    }

    .why-do-tab-box h3:hover,
    .why-do-tab-box .active-tab {
        padding-left: 60px;
    }

    .why-do-text-tab h3 {
        padding: 15px 80px 13px 24px;
        margin: 0 !important;
        position: relative;
        margin-bottom: 4px;
        transition: 0.3s;
        cursor: pointer;
        background: var(--white-color);
        border: 1px solid var(--border-color);
        font-size: 16px;
        line-height: 25px;
        border-radius: 10px;
        min-height: 70px;
        display: flex;
        align-items: center;
        box-shadow: 0 0 23px rgb(229 62 81 / 8%);
    }

    .why-do-text-wp .simplebar-track.vertical {
        background: var(--white-color);
        display: none;
    }

    .why-do-tab-box h3 {
        min-height: 90px;
        padding: 25px 60px 25px 30px;
    }

    .why-do-tab-box h3:before {
        left: 30px;
    }

    .why-do-text-wp .overflow-text {
        height: auto;
        padding: 0 55px 22px;
        max-height: initial;
    }

    .resources-tabing .sec-btn.tab-dropdown {
        display: block
    }

    .resources-tabing .sec-btn.tab-dropdown {
        display: flex !important;
        width: 100%;
        justify-content: left;
    }

    .resources-tabing {
        display: block;
        position: relative;
    }

    .resources-tabing .tab-dropdown:after {
        display: none
    }

    .resources-tabing .sec-btn.tab-dropdown .caret:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 50%;
        right: 22px;
        font-size: 18px;
        transition: .3s;
        transform: translate(0, -50%);
    }

    .resources-tabing ul {
        display: none;
        background: var(--white-color)
    }

    .resources-tabing.active-dropdown .sec-btn.tab-dropdown .caret:after {
        transform: translate(0, -50%) rotate(180deg)
    }

    .resources-tabing.active-dropdown .dropdown-tabbing.show {
        display: block !important;
        position: absolute;
        top: 100%;
        z-index: 999
    }

    .resources-tabing .dropdown-tabbing li:last-child {
        margin: 0
    }

    .resources-tabing .sec-btn.tab-dropdown:before,
    .resources-tabing .sec-btn.tab-dropdown:after {
        display: none
    }

    .resources-tabing .dropdown-tabbing {
        width: 100%;
        padding: 15px;
        margin: 0;
        border-radius: 0;
        box-shadow: var(--box-shadow);
        border-radius: 0 0 20px 20px;
    }

    .resources-tabing.active-dropdown {
        display: block
    }

    .resources-tabing .dropdown-tabbing li {
        margin-bottom: 14px;
        color: var(--dark-color);
        display: block;
        padding: 0;
        border: none
    }

    .resources-tabing ul li:hover,
    .resources-tabing ul li.slick-active {
        color: var(--secondary-color)
    }

    .resources-tabing ul li a:after {
        left: 0;
        transform: translate(-0, 0);
        height: 6px;
    }

    .resources-tabing ul li a {
        padding: 0;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .resources-tabing-wp.sticky_tabbing {
        position: unset;
        background: transparent;
        padding: 48px 0 54px;
    }

    .resources-tabing-fix {
        height: auto;
    }

    .resources-tabing-wp {
        padding: 40px 0;
    }

    .resources-tab-box-wp:after {
        display: none;
    }

    .resources-tab-box {
        border-radius: 20px;
        padding: 60px 30px 45px;
    }

    .resources-download-wp {
        margin-right: 0;
        margin-top: 0;
    }

    .resources-download-box {
        margin-right: auto;
        margin-left: 0;
        max-width: 325px;
        width: 100%;
    }

    .resources-tab-text {
        padding: 0;
    }

    .resources-tab-text .slick-navigation {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .resources-list .slick-navigation li {
        margin-bottom: 0;
    }

    .resources-tab-box .slick-dots {
        bottom: 0;
        position: unset;
    }

    .resources-bg-navy .resources-tab-box .resources-download-wp .resources-download-box {
        margin-left: 0;
    }

    .insurance-information {
        border-radius: 0;
        padding: 50px 0 65px;
    }

    .insurance-information-box {
        padding: 40px 30px;
        margin-bottom: 30px;
    }

    .insurance-information-top-row {
        margin-top: 20px;
    }

    .insurance-information-bottom-box {
        display: block;
    }

    .resources-shep2 {
        display: none;
    }

    .resources-bg-navy .resources-tab-box .resources-tab-text {
        padding: 0;
    }

    .vasectomy-video {
        height: 45vw;
        min-height: 295px;
    }

    .vasectomy-video-text .row {
        gap: 60px;
    }

    .why-do-tab-box {
        display: none;
    }

    .faq-box h3 {
        padding: 15px 80px 13px 24px;
    }

    .faq-box.active-faq h3 {
        padding-left: 55px;
    }

    .faq-box h3:before {
        left: 25px;
    }

    .faq-content {
        padding: 0 55px 22px;
    }

    .faq-section {
        padding: 80px 0 20px;
    }

    .schedule-box {
        margin-bottom: 30px;
    }

    .why-choose-section.schedule-why-choose .why-choose-content {
        padding: 0;
    }
    .schedule-why-choose .why-choose-content .sec-btn {
        margin-top: 25px;
    }

    .schedule-sec {
        padding: 80px 0 60px;
    }

    .reviews-title {
        padding: 0;
    }

    .locations-sec {
        padding: 80px 0 0;
    }

    .location-bg-img {
        border-radius: 0;
    }

    .seo-contact-form {
        position: unset;
        margin-top: -260px;
        width: 100%;
        margin-bottom: 0;
    }

    .main-banner.seo-banner .banner-content {
        top: 0;
    }

    .main-seo-content {
        padding: 50px 0 60px;
    }

    .footer-contact span.wpcf7-not-valid-tip {
        color: var(--white-color);
    }

    .footer-contact form.invalid .wpcf7-response-output,
    .footer-contact .wpcf7 form.invalid .wpcf7-response-output {
        color: var(--white-color);
        border-color: var(--white-color);
    }

    .why-do-text-tab h3:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translate(0, -50%);
        height: 46px;
        width: 8px;
        border-radius: 9px;
        opacity: 0;
        background-color: var(--secondary-color);
        transition: var(--transition);
    }

    .why-do-text-tab.active-faq h3:after {
        opacity: 1;
        transition: var(--transition);
    }

    .why-do-text-tab.active-faq h3 {
        padding-left: 55px;
        border-color: transparent;
        box-shadow: none;
        color: var(--secondary-color);
        transition: var(--transition);
    }

    .why-do-text-tab.active-faq {
        border-radius: 10px;
        background: var(--white-color);
        border-color: var(--border-color);
        box-shadow: 0 0 23px rgb(229 62 81 / 8%);
        transition: var(--transition);
    }

    .error-404 {
        padding-bottom: 0;
    }

    .why-do-text-tab h3 span {
        position: absolute;
        right: 12px;
        top: 50%;
        font-size: 18px;
        transition: 0.5s;
        transform: translate(0, -50%);
        width: 56px;
        height: 49px;
        background-color: #cfeaf1;
        border-radius: 10px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
    }

    .why-do-text-tab.active-faq h3 span i {
        transform: rotate(180deg);
    }

    .why-do-text-tab h3 span i {
        transition: var(--transition);
    }

    .main-navigation .menu .current_page_item a {
        color: var(--yellow-color);
    }

    .why-choose-section.m-lr.upcoming-mobile {
        padding-bottom: 100px;
    }

    .upcoming-mobile .why-choose-box {
        margin: 20px 5px !important;
        margin-bottom: 0 !important;
    }

    .upcoming-mobile .box-icon {
        display: inline-block;
    }

    .clinic-slider {
        padding-top: 0;
    }

    .clinic-slider .slick-dots {
        bottom: -40px;
    }

    .clinic-slider .slick-arrow {
        right: auto;
        top: unset;
        bottom: -80px;
    }

    button.slide-arrow.next-arrow.slick-arrow {
        margin-top: 0;
        margin-left: 80px;
    }

    button.slide-arrow.prev-arrow.slick-arrow {
        margin: 0;
    }


    .gallery-slider .slick-arrow {
        top: auto;
        right: auto;
        left: calc(50% - 40px);
        transform: translate(-50%, 0);
        bottom: -80px;
    }

    .gallery-slider button.slide-arrow.next-arrow.slick-arrow {
        left: calc(50% + 40px);
        margin-left: 0;
    }

    .events-info {
        margin-bottom: 15px;
    }

    .what-is-it-section {
        padding: 60px 0;
    }

    .vasectomy-content {
        margin-bottom: 40px;
    }

    .why-section {
        margin: 0 30px;
        padding: 60px 0;
    }

    .why-content-wp.why-content-pl {
        padding-left: 0;
        padding-top: 130px;
    }

    .where-section {
        padding-top: 50px;
    }

    .content-wp {
        margin-bottom: 30px;
    }

    .gm-box-wp {
        padding-left: 0;
        margin-top: 15px;
    }

    .what-is-content {
        padding-right: 0;
    }

    .registration-form h2 {
        font-size: 30px;
    }

    .switcher.notranslate {
        width: 100%;
    }

    .switcher .selected a {
        background: #f2f2f2;
        color: var(--primry-color);
        border-radius: 0;
        border: none;
        padding: 5px 30px;
    }

    .switcher .option {
        width: 100%;
        z-index: 98;
    }

    .switcher .selected a:after {
        right: 30px;
    }

    .switcher .selected a:hover {
        background: #f2f2f2;
    }

    .footer-contact .wpcf7-not-valid {
        border-color: var(--white-color) !important;
    }

    .site-header.sticky_head .switcher {
        display: none !important;
    }

    .insurance-info {
        padding: 20px 0 0;
    }

    .wpb_wrapper {
        padding-top: 40px;
    }

    .price-block {
        left: auto;
        right: 30px;
        top: 144px;
    }

    .footer-info .social-media ul {
        display: flex;
    }

    .footer-info .social-media ul li {
        margin: 0;
        flex: 1;
    }

    .insurance-information-top-row-text ul li:last-child {
        margin-bottom: 0;
    }

    .insurance-information-middle-row .insurance-information-box {
        min-height: 350px;
    }

    .insurance-information-box ul {
        margin: 30px 0;
    }

    .type-post {
        padding: 20px;
        margin-bottom: 20px;
    }

    .blog-listing-wp {
        column-gap: 20px;
    }
}

@media (max-width: 767px) {
    .container {}

    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }

    .error-404 img {
        width: 80vw;
    }

    .widget-area {
        margin-top: 50px;
    }

    .schedule-box {
        min-height: 190px;
    }

    .gallery-big-box {
        height: 70.5vw;
    }

    .woocommerce-form__label-for-checkbox span:before,
    .checkbox-wp .wpcf7-list-item-label:before,
    .comment-form-cookies-consent label:before,
    .checkbox-wp .wpcf7-list-item-label:after,
    .woocommerce-form__label-for-checkbox span:after,
    .comment-form-cookies-consent label:after {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        font-size: 10px;
    }

    .form-check.checkbox-wp span.wpcf7-list-item-label {
        padding-left: 35px;
    }

    .price-block {
        left: auto;
        right: 10px;
        top: 120px;
		padding: 10px;
    	font-size: 10px;
    }
	.price-block strong {
    	font-size: 24px;
	}
	.price-block h5 {
   		font-size: 16px;
    }
    .blog-listing-wp {
        column-count: 1;
    }
	
	.review-slider{
		overflow:unset;
	}
}

@media(min-width: 576px) {
    .home .logo-img-wrap img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .site-branding {
        width: 90px;
        top: 16px;
    }

    .sticky_head .site-branding {
        top: 11px;
    }

    .header-icon {
        top: 20px;
    }

    .sticky_head .header-icon {
        top: 16px;
    }

    .header-icon a {
        width: 46px;
        height: 39px;
        border-radius: 6px;
    }

    .thank-text {
        padding-top: 80px;
        margin: 20px 0;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .container,
    .container-fluid {
        padding: 0 30px;
    }

    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }

    .avatar.photo {
        margin-right: 8px;
        width: 50px;
        height: 50px;
    }

    button.close {
        top: 0px;
        right: 20px;
        font-size: 45px;
    }

    .banner-img {
        right: -35vw;
        bottom: -30px;
    }

    .questions-box {
        padding: 75px 20px 67px;
    }

    .about-us-img a {
        position: unset;
        transform: translate(0);
    }

    .award-info {
        margin-top: -7vw;
    }

    .award-info {
        padding: 42px 30px 37px;
    }

    .vasectomy-video-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vasectomy-video-btn .sec-btn:first-child {
        margin: 0;
        margin-bottom: 20px;
    }

    .resources-download-box {
        padding: 33px 30px 28px;
    }

    .faq-section:before {
        transform: scale(0.6);
        left: -300px;
    }

    .faq-section:after {
        transform: scale(0.5);
        right: -220px;
    }
	

    .schedule-box {
        min-height: inherit;
    }

    .locations-bg {
        padding: 130px 0;
    }

    .seo-contact-form {
        padding: 30px;
    }

    .gallery-big-box {
        height: 71.3vw;
    }

    .schedule-box .h4-title span {
        display: inline-block;
    }

    .what-is-it-section:before {
        top: -43px;
        right: -50px;
        width: 330px;
        height: 245px;
    }

    .vasectomy-content .award-info {
        padding: 38px 54px 27px 40px;
    }

    .vasectomy-bg {
        width: 100%;
        height: 420px;
    }

    .vasectomy-video-text .row .col-lg-6 .h2-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .vasectomy-video-text .row {
        gap: 30px;
    }

    .where-section:before {
        top: unset;
        bottom: -20px;
        right: -120px;
    }

    .why-bg-wp img {
        width: 100px;
        right: -20px;
    }

    .why-bg-wp:before {
        width: 135px;
        height: 100px;
    }

    .content-wp {
        padding-right: 0;
    }

    .why-choose-content {
        margin-bottom: 20px;
    }

    .wpb_wrapper td h4 {
        font-size: 18px;
    }

    .wpb_wrapper p {
        font-size: 15px;
        line-height: 25px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }

    .price-block {
        left: 30px;
        right: auto;
        top: auto;
        bottom: 260px;
        padding: 5px;
    }
    .banner-btn {
        margin-top: 10px;
    }
    .sponsor-img img {
        max-height: 190px;
        width: auto;
    }
    .main-banner, .main-banner.seo-banner {
        padding: 120px 0 385px;
    }
    .banner-btn .sec-btn+.sec-btn {
        margin-top: 10px;
    }
    .banner-content h4 {
        margin-bottom: 12px;
    }
    .insurance-information-middle-row .insurance-information-box .title {
        bottom: 20px;
        margin-right: 10px;
    }

    .insurance-information-middle-row .insurance-information-box .title .h4-title {
        font-size: 16px;
        line-height: 24px;
    }

    .home .logo-img-wrap img {
        width: 100%;
        aspect-ratio: 1/0.4;
        object-fit: contain;
    }

    .logos-section .row {
        gap: 20px 0;
    }
    .entry-meta, .entry-title {
        margin-bottom: 10px;
    }
    .type-post .entry-content p {
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .why-choose-box {
        padding: 30px 16px 20px !important;
    }

    .why-section {
        margin: 0 15px;
    }

    .footer-address .footer-link {
        max-width: 240px;
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .why-choose-box h3 {
        font-size: 18px;
    }

    span.price {
        font-size: 33px;
    }

    .why-choose-box p {
        font-size: 15px;
    }

    .h1-title {
        font-size: max(14vw, 10vw);
        line-height: max(16vw, 12vw);
    }

    /* .price-block {
        left: 15px;
        bottom: 100px;
        z-index: 9;
    } */
}

@media (max-width: 400px) {

    .container,
    .container-fluid {
        padding: 0 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .header-icon {
        left: 15px;
    }

    .why-choose-section.m-lr {
        margin: 0 15px;
        padding: 45px 0 30px;
    }

    .sponsor-gallery .slick-dots {
        padding-right: 15px;
    }

    .gallery-slider .slick-dots {
        padding-right: 15px;
        bottom: -80px;
    }

    .gallery {
        padding: 70px 0 130px;
        margin: 0 15px;
    }

    .why-choose-section .col-lg-7 .col-lg-6 {
        flex-direction: column;
        column-gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
    }

    .why-choose-section .col-lg-7 .for-mob .sec-btn {
        padding: 0 10px;
    }

    .reviews-title {
        padding-right: 0px;
    }

    .footer-contact {
        padding: 44px 15px 50px;
    }

    .footer-info {
        padding: 51px 15px 47px;
    }

    /* .main-banner {
        padding: 178px 0 255px;
    } */

    .review-box,
    .review-box.slick-active {
        padding: 45px 15px 32px;
    }

    .award-info {
        padding: 42px 15px 37px;
    }

    .why-do-text-wp .overflow-text {
        padding-right: 15px;
    }

    .header-menu-bottom:after {
        height: 120vw;
        left: -70px;
    }

    .resources-tab-box {
        padding: 60px 15px 45px;
    }

    .faq-box.active-faq h3 {
        padding-left: 30px;
    }

    .faq-box h3:before {
        left: 15px;
    }

    .faq-content {
        padding: 0 30px 22px;
    }

    .faq-text ol {
        padding-left: 18px;
    }

    .locations-box-text-wp {
        padding: 38px 30px 60px;
    }

    .seo-contact-form {
        padding: 30px 15px;
    }

    .seo-contact-form .h2-title {
        margin-bottom: 14px;
    }

    .gallery-big-box {
        height: 73vw;
    }

    .why-choose-box.affordable-box {
        margin-right: 0 !important;
    }

    .why-choose-box.fast-box {
        margin-left: 0 !important;
    }

    .why-content-wp.why-content-pl {
        padding-top: 100px;
    }

    .why-bg-wp:before {
        width: 115px;
        height: 85px;
        right: 10px;
    }

    .why-bg-wp img {
        width: 80px;
        right: -10px;
    }

    .gm-box-wp .locations-box-text-wp {
        padding: 30px 15px;
    }

    .vasectomy-content {
        padding-left: 30px;
    }

    .vasectomy-content .award-info {
        max-width: 260px;
        margin-left: -20px;
        padding: 30px 27px;
    }

    .slick-dots li {
        margin: 0 4px;
    }
    .price-block {
        left: 20px;
    }
    .price-block strong {
        font-size: 20px;
    }
}

@media (max-height: 620px) {
    .modal-body.overflow-text {
        height: 491px;
        padding-top: 22px;
    }

    .modal-body .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }

    .modal-body .form-input.wpcf7-textarea {
        height: 100px;
    }
}

@media (max-height: 500px) {
    .modal-body.overflow-text {
        height: 470px;
    }

    .modal-body .form-input {
        height: 40px;
        padding: 10px 20px;
    }

    .modal-body .form-input.wpcf7-textarea {
        padding: 18px 20px;
    }

    .modal-body span.wpcf7-not-valid-tip {
        font-size: 14px;
        bottom: -24px;
    }
}

@media (max-height: 475px) {
    .modal-body.overflow-text {
        height: 400px;
    }
}


/*==========Responsive End==========*/

.location-error {
    position: relative;
    bottom: 25px;
    font-size: 14px;
    color: #dc3232;
    font-weight: normal;
}

.registration-form .squareup-box .wpcf7-not-valid-tip:after {
    opacity: 0;
}

.registration-form .squareup-box span.wpcf7-not-valid-tip {
    position: relative !important;
    color: red !important;
}

.wpcf7 .ajax-loader {
    display: none !important;
}


/* First visit popup*/

.pum-content.popmake-content {
    outline: none !important;
    text-align: center;
}

.pum-content.popmake-content p {
    color: var(--white-color);
}

.pum-content.popmake-content img {
    width: 300px;
    margin-bottom: 25px;
}

.pum-container {
    overflow: hidden !important;
}