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

	Theme Name: The Womens Choice
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

-----------------------------------------------------------------------------------

	1. Typography
	2. Header Area 
	3. Iteam Area
	4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*----------------------------------
    1. TYPOGRAPHY
---------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Euclid Circular A';
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    background: #FFFFFF;
    counter-reset: section;
	font-weight: normal;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    max-width: 100%;
	height: auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
input:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
span {
    display: block;
}
.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.container-s {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.defualt-btn {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #FF697A;
    padding: 20px 52px 20px 30px;
    position: relative;
    border: .5px solid transparent;
	cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
button.defualt-btn {
	padding-top: 21px;
}
.defualt-btn:hover {
    background: transparent;
    border-color: #FF697A;
}
.defualt-btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 12px;
    height: 10px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top 0px left -46px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.sec-p {
    padding: 100px 0;
}
.heading {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #FF697A;
}
.heading span {
    display: inline-block;
    color: #3F5176;
}

/*Video Popup Start----*/
.video-popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 999999;
    display: none;
}
.video-popup.show{
  display: block;
}
.iframe-wrapper {
    width: 50%;
    height: 70%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.video-popup #iframeHolder {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
}
.video-popup iframe {
    width: 100%;
    height: 100%;
}
.close-video {
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
            box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.video-close-icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.video-close-icon::before {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.video-close-icon::after {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.main-inner .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.main-inner .gallery figure {
    margin: 0px;
    width: 29%;
    height: auto;
}
.main-inner h3 {
    font-size: 24px;
    margin: 40px 0px;
    color: #ff697a;
}
#ctf p.ctf-media-link, #ctf p.ctf-tweet-text {
    padding: 0!important;
    margin: 0!important;
    line-height: 1.4;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #3f5176;
}
#ctf .ctf-header {
	display: none!important;
}
#ctf #ctf-more {
    background: none!important;
    color: #ff697a;
    border-bottom: 1px solid;
}
#ctf p.ctf-media-link a, #ctf p.ctf-tweet-text a {
    color: #ff697a;
}
svg.svg-inline--fa.fa-twitter.fa-w-16 {
    filter: hue-rotate(135deg);
    transform: scale(0.8);
    margin-top: 5px;
}
#ctf.ctf-narrow .ctf-author-avatar, #ctf.ctf-narrow .ctf-author-avatar img {
    border-radius: 100%;
}
.vcard.author.published-date {
    display: block;
    font-family: Arial;
    color: #3f5176;
    background: #3f51761a;
    padding: 10px;
    font-weight: 300;
    border-left: 20px solid #ff697a;
}
.vcard.author.published-date span {
    display: inline;
}
p#breadcrumbs span, p#breadcrumbs span a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    font-family: Arial;
}
img.size-full {
    width: 100%;
    height: auto;
}
.main-inner figure {
    margin: 0 auto 40px;
}
.main-inner figure img{
    margin-bottom: 10px;
}
.main-inner .docs-row figure img {
    margin-bottom: 10px;
    height: 282px;
    width: 217px;
}
.main-inner figcaption {
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #3f5176;
    opacity: 0.7;
    border-bottom: 1px solid #3f5176;
}
img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
button.slide-arrow.next-arrow.slick-arrow, button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    top: 0;
	bottom: 0;
	margin: auto 0;
    right: -60px;
    cursor: pointer;
	z-index: 99;
}
button.slide-arrow.prev-arrow.slick-arrow {
    left: -60px;
    transform: rotate(-136deg);
}
.str-box{
    font-size: 22px;
    font-weight: bold;
    color: #ee737d;
}

@media all and (max-width: 768px){
  .iframe-wrapper {
    width: 80%;
    height: 62%;
  }
}
/*Video Popup End----*/
/*----------------------------------
    1. HEADER AREA START
---------------------------------- */
/* Logo  */
.logo {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
.logo a {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.logo-text span {
    font-family: "Euclid Circular A";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.3em;
    line-height: 50px;
    text-align: center;
    color: #ff697a;
	text-transform: uppercase;
}
p.logo-text {
    font-family: "Euclid Circular A";
    font-weight: bold;
    font-size: 31px;
    line-height: 24px;
    text-align: center;
    color: #3f5176;
    margin-left: 20px;
}
/* Header Right  */
header.fixed {
    background: #ffffff;
    z-index: 999999;
    padding-top: 9px;
    padding-bottom: 15px;
    -webkit-box-shadow: 3px 13px 22px -10px rgba(0,0,0,0.1);
    box-shadow: 3px 13px 22px -10px rgba(0,0,0,0.1);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 19px;
    z-index: 9999;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 10px;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    align-items: center;
    color: #3f5176;
    position: relative;
	margin-right: 20px;
}
.header-right li:first-child {
    text-transform: capitalize;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    font-size: 14px;
}
.header-right li:nth-child(n+2){
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 20px 20px;
    background: #FF697A;
    min-width: 200px;
}
header .same-appt {
    display: none;
}
/*.header-right li:nth-child(n+2) a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 40px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -24px left 1px;
}*/
.header-right li:nth-child(n+2) a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}

.header-right li:last-child{
	background: #3b5079;
}

/*.header-right li:nth-child(2) a::after {
    background-position: top -22px left -25px;
}
.header-right li:nth-child(3) a::after {
    background-position: top -24px left -58px;
}
.header-right li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}*/
/* Main Menu Area ------------------ */
.main-menu {
    position: fixed;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background: #E1E6F2;
    padding-left: 80px;
    padding-top: 15px;
    overflow: auto;
    display: none;
}
.main-menu ul {
    padding-right: 30px;
    margin-top: 50px;
    overflow: auto;
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main-menu ul li {
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
    border-bottom: .5px solid #3f5176
}
.main-menu> ul> li::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #3f5176;
    border-radius: 100%;
    transition: .4s;
}
.main-menu> ul> li:hover::after {
    background: #ff697a;
}
.main-menu ul li a {
    font-size: 30px;
    color: #3F5176;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.main-menu ul li a:hover {
    color: #ff697a;
}
/* Drop Down Menu  */
.main-menu ul ul {
    display: none;
    margin-top: 20px;
    gap: 10px 15px;
    position: relative;
}
.main-menu ul ul li {
    border: none;
    padding: 10px 10px!important;
    display: block;
}
.main-menu ul ul li:first-child {
    padding-left: 0;
}
.main-menu ul ul li a {
    font-size: 18px;
}
/* Social Menu  */
.menu-social ul {
    display: flex;
    gap: 15px;
    padding: 50px 0;
    position: relative;
    justify-content: center;
    margin-top: 0;
}
.menu-social ul li {
    border: 0;
    padding: 0;
}
.menu-social ul::after,
.menu-social ul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    background-color: #EE737D;
}
.menu-social ul::before {
    left: 280px;
}
.menu-social ul::after {
    right: 280px;
}
.menu-social ul li a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -65px left 0;
    background-size: 240px;
}
.menu-social ul li:nth-child(2) a {
    background-position: top -101px left 0;
}
.menu-social ul li:nth-child(3) a {
    background-position: top -138px left 0;
}



/* Scroll Bar  */
.main-menu >ul::-webkit-scrollbar {
    width: 4px;
}
.main-menu >ul::-webkit-scrollbar-track {
    background: #ff697a;
}
.main-menu >ul::-webkit-scrollbar-thumb {
    background-color: #E1E6F2;
    border-radius: 10px;
    border: 3px solid #3F5176;
}
span.dropdown-menu-items {
    position: absolute;
    width: 15px;
    height: 15px;
    background: transparent;
    top: 13px;
    right: 20px;
    border-bottom: 1px solid #000;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
span.dropdown-menu-items.rotate {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    margin-top: 9px;
}
/* Mobail Area ----- */
.menu-bars {
    background: none;
    display: inline;
    position: fixed;
    top: 10px;
    right: 0;
    font-family: Arial;
    font-weight: 700;
    font-size: 25px;
    color: #3F5176;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
    width: 160px;
    height: 100px;
    line-height: 100px;
    padding-right: 22px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden;
}
header.fixed .menu-bars {
    top: -1px;
}
.menu-bars::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
    width: 41px;
    height: 25px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -22px left -92px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.menu-bars.active::after {
    display: none;
}
.menu-bars.active::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner/close.svg') no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
/* Banner Section ---------- */
.banner-section {
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/banner.jpg') no-repeat;
    background-size: cover;
    position: relative;
}
.banner-content {
    padding: 225px 0 120px;
    position: relative;
    z-index: 5;
}
.banner-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 87%;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/banner-right.png') no-repeat;
    right: -110px;
    background-position: right bottom -6px;
    background-size: contain;
    z-index: -1;
}
.banner-content .star {
    color: #FF697A;
    font-size: 24px;
}
.banner-content .star p {
    font-family: Arial;
    font-weight: 500;
    font-size: 20px;
    color: #3f5176;
    text-transform: uppercase;
    display: inline;
    margin-left: 8px;
}
.banner-content .star p span {
    display: inline;
    font-weight: bold;
}
.banner-content h1 {
    font-weight: bold;
    font-size: 65px;
    color: #3F5176;
    text-transform: uppercase;
    padding-top: 33px;
    display: inline-block;
}
.banner-content h1 span {
    display: inline;
    color: #FF697A;
}
.banner-content .quality {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.1em;
    color: #3f5176;
    text-transform: uppercase;
    border-top: 1px solid rgb(138 146 171 / 36%);
    display: block;
    padding: 33px 0 36px;
    margin-top: 23px;
}
.banner-content ul li {
    font-family: Arial;
    font-weight: normal;
    font-size: 20px;
    color: #3f5176;
    padding: 12px 0;
    padding-left: 20px;
    position: relative;
}
.banner-content ul li::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top 0 left -106px;
}
.banner-img img {
    background: rgb(255 255 255 / 48%);
    padding: 30px;
    margin: 38px 0 34px;
    height: auto;
}
.banner-content .defualt-btn:hover {
    color: #3f5176;
}
.banner-content .defualt-btn:hover::after {
    -webkit-filter: grayscale(0) brightness(0);
            filter: grayscale(0) brightness(0);
}
/* Banner social menu  */
.banner-social-menu {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-social-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px 0;
    position: relative;
    margin-top: -100px;
}
.banner-social-menu ul::before,
.banner-social-menu ul::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    background: #EE737D;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-social-menu ul::before {
    top: -100%;
}
.banner-social-menu ul::after {
    bottom: -100%;
}
.banner-social-menu ul li a {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.banner-social-menu ul li a:hover {
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
}
.banner-social-menu ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
}
.banner-social-menu ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -84px left 0;
}
.banner-social-menu ul li:nth-child(2) a::after {
    background-position: top -130px left 0;
}
.banner-social-menu ul li:nth-child(3) a::after {
    background-position: top -175px left 0;
}
/* Team Section  Start----------- */
.team-section {
    background: #3F5176;
    padding: 104px 0 140px;
}
.team-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 515px 60px auto;
    grid-template-columns: 515px auto;
    column-gap: 120px;
}
.team-wrap h2 {
    font-family: Arial;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    height: 64px;
}
.team-wrap h2::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -62px;
    margin: auto;
    height: 650px;
    width: 3px;
    background: #FF697A;
}
.team-wrap h2 span {
    font-size: 36px;
    font-weight: bold;
    color: #FF697A;
    margin-top: 15px;
}
.team-right {
    padding: 120px 0;
    padding-left: 60px;
    border-left: 3px solid #FF697A;
}
.team-wrap img {
    margin-top: 50px;
    grid-row-start: 2;
    grid-row-end: 7;
    margin-top: 110px;
}
.team-wrap p {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 40px;
    /* grid-column: 2 / 3; */
}
.team-wrap .defualt-btn {
    min-width: 250px;
    margin-top: 16px;
    grid-column: 2 / 3;
    margin-right: auto;
}
/* Brand Section --------  */
.brand-section {
    padding-bottom: 0;
}
.bran-bg {
    width: 100%;
    height: 180px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/brnd.svg') no-repeat;
    background-size: cover;
}
/* Pental Care Section ------- */
.pental-care-section {
    position: relative;
    padding-bottom: 100px;
}
.pental-care-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 360px;
    background: #3F5176;
    z-index: -1;
}
.pental-wrap {
    padding-left: 160px;
}
.single-pental {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 80px rgba(50, 61, 85, 0.06);
    box-shadow: 0px 0px 80px rgba(50, 61, 85, 0.06);
    padding: 90px 40px 20px 350px;
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: auto 100%;
    max-width: 615px;
    margin: 0 22px;
    height: 450px;
    margin-top: 100px;
    position: relative;
    min-height: 450px!important;
}
.single-pental::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 40px;
    width: 226px;
    height: 18px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/carousl/arrow.svg') no-repeat;
}
.single-pental h2 a {
    font-weight: bold;
    font-size: 22px;
    color: #3f5176;
    transition: .4s;
}
.single-pental h2 a:hover {
    color: #EE737D;
}
.single-pental p {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #3f5176;
    margin-top: 25px;
}
/* Carousel arrow  */
.pental-care-section ul {
    position: absolute;
    bottom: 140px;
    left: 90px;
}
.pental-care-section ul li {
    width: 50px;
    height: 50px;
    background: #FF697A;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pental-care-section ul li:hover {
    background: #f9586a;
}
.pental-care-section ul li::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top 0 left -66px;
}
.pental-care-section ul li:last-child:after {
    background-position: top 0 left -87px;
}
/* Car Service Section -------------- */
.car-service-section {
    background: rgb(225 230 242 / 34%);
    position: relative;
    z-index: 5;
}
.car-service-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/car-bg.png') no-repeat;
    background-position: right bottom;
    z-index: -1;
}
.car-service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 145px;
    padding-left: 80px;
}
.car-single {
    padding-left: 30px;
    border-left: 3px solid #FF697A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.car-single h2 {
    font-weight: bold;
    font-size: 22px;
    color: #ff697a;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.car-single h2 span {
    font-weight: bold;
    font-size: 34px;
    color: #3f5176;
    text-transform: capitalize;
    margin-top: 10px;
}
.car-single p {
    max-width: 388px;
    width: 100%;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #3f5176;
    margin-bottom: 35px;
}
.car-single .defualt-btn {
    background: #3F5176;
    margin-top: auto;
}
.car-single .defualt-btn:hover {
    background: transparent;
    color: #3f5176;
    border-color: #3f5176;
}
.car-single .defualt-btn:hover::after {
    -webkit-filter: grayscale(0) brightness(0);
            filter: grayscale(0) brightness(0);
}
/* P G S Video Section --------------- */
.pgs-video-section {
    text-align: center;
    padding: 140px 0;
    position: relative;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/pgs-bg.jpg') no-repeat;
    background-size: cover;
    z-index: 3;
}
.pgs-video-section button {
    width: 290px;
    height: 290px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: bottom 2px left 2px;
    background-size: 290px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.pgs-video-section button:hover {
    -webkit-transform: rotate(125deg) scale(.8);
        -ms-transform: rotate(125deg) scale(.8);
            transform: rotate(125deg) scale(.8);
}
section.pgs-video-section h4 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.4em;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
}
.pgs-video-section h4 span {
    font-size: 29px;
    margin-top: 12px;
}
/* New Your Section -------------- */
.new-york-section {
    position: relative;
    z-index: 2;
}
.new-york-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 218px;
    background: #3F5176;
    z-index: -1;
}
.new-york-section p {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #3f5176;
    max-width: 714px;
    width: 100%;
    margin: auto;
    padding: 32px 0 142px;
}
.new-york-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.new-york-item {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 80px rgba(50, 61, 85, 0.06);
            box-shadow: 0px 0px 80px rgba(50, 61, 85, 0.06);
    text-align: center;
    padding: 110px 100px 100px;
    position: relative;
}
.new-york-item:hover:after {
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
}
.new-york-item::after {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -132px left -56px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.new-york-item:nth-child(2):after {
    background-position: top 6px left -154px;
}
.new-york-item:nth-child(3):after {
    background-position: top -132px left -169px;
}
.new-york-item h2 a {
    font-weight: bold;
    font-size: 34px;
    color: #3F5176;
    transition: .4s;
}
.new-york-item h2 a:hover {
    color: #EE737D;
}
.new-york-item p {
    max-width: unset;
    padding: 30px 0 0 0;
}
/* New York Clinic Section -------------- */
.clinic-sevice-section {
    position: relative;
}
.clinic-sevice-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.clinic-sevice-section ul li {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.clinic-sevice-section ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(136 146 173 / 40%);
}
.clinic-sevice-section ul li::before {
    content: '';
    position: absolute;
    top: -7px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 20px;
    background: #FFF;
    z-index: 5;
}
.clinic-sevice-section ul li img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.clinic-box {
    position: absolute;
    max-width: 842px;
    width: 100%;
    background: rgba(63, 81, 118, 0.94);
    padding: 75px 45px;
    border: 20px solid rgba(255, 255, 255, 0.94);
    z-index: 99;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.clinic-box .defualt-btn {
    margin-top: 15px;
}
.clinic-box h2 {
    font-weight: bold;
    font-size: 36px;
    color: #ff697a;
    max-width: 370px;
    width: 100%;
    padding: 10px 0;
    padding-right: 40px;
    margin-right: 40px;
    margin-bottom: 50px;
    border-right: 1px solid #FFFFFF;
    float: left;
}
.clinic-box p {
    clear: both;
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 35px;
}
.clinic-box p:last-child {
    margin-bottom: 0;
}
/* Mail Section -------- */
.mail-wrap {
    width: 100%;
    height: 160px;
    position: relative;
}
.mail-wrap::after, .mail-wrap::before {
    content: '';
    position: absolute;
    width: 49%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.mail-wrap::before {
    background-image: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/mail1.svg');
    background-size: contain;
    left: 0;
    background-position: bottom left;
}
.mail-wrap::after {
    background-image: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/mail2.svg');
    background-size: contain;
    background-position: bottom 7px left;
    right: 0;
}
/* Staf Blog Section ----------------- */
.staf-left .heading {
    text-align: left;
}
.staf-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 58px;
}
.staf-left {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
}
.staf-left ul {
    margin-top: 85px;
}
.staf-left ul li {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #E1E6F2;
}
.staf-left ul li a{
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    color: #3f5176;
    transition: .4;
}
.staf-left ul li a:hover {
    color: #f9586a;
}
.staf-left ul li::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 33px;
    right: 30px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top 0 left -28px;
}
.staf-wrap iframe {
    max-width: 750px;
    width: 100%;
    border: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/* Our Location Section -------------- */
.our-location-section {
    background: rgb(225 230 242 / 30%);
    padding: 55px 60px;
}
.our-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.our-wraper span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.our-items {
    background: #FFF;
    padding: 70px 70px 90px;
}
.our-items .heading {
    font-size: 38px;
    text-align: left;
    margin-bottom: 50px;
}
/* Items One  */
.our-items:nth-child(1) ul {
    padding-bottom: 30px;
}
.our-items ul:last-child {
    padding-bottom: 0;
}
.our-items:nth-child(1) ul li {
    padding-bottom: 20px;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #3f5176;
}
.our-items:nth-child(1) ul li:nth-child(1):after {
    background-position: top -51px left -43px;
}
.our-items:nth-child(1) ul li:nth-child(2):after {
    background-position: top -43px left 9px;
}
.our-items:nth-child(1) ul li:nth-child(3):after {
    background-position: top -43px left -16px;
}
.our-items:nth-child(1) ul li:last-child {
    border-bottom: 1px solid #8892AD;
    padding-bottom: 28px;
}
.our-items:nth-child(1) ul li a {
    font-weight: bold;
    font-size: 17px;
    color: #3f5176;
    text-transform: uppercase;
    transition: .4s;
}
.our-items:nth-child(1) ul li a:hover {
    color: #EE737D;
}
.our-items ul li {
    padding-left: 32px;
    position: relative;
}
.our-items ul li::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
}
/* Itesm Tow  */
.our-items:nth-child(2) ul li{
    padding-bottom: 30px;
    border-bottom: 1px solid #8892AD;
    margin-bottom: 30px;
}
.our-items:nth-child(2) ul li p{
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #3f5176;
}
.our-items:nth-child(2) ul li::after {
    background-position: top -51px left -77px;
    top: -3px;
    left: -9px;
}
.our-items:nth-child(2) ul li p a {
    color: #FF697A;
    margin: 0;
}
.our-items:nth-child(2) ul li a {
    color: #3F5176;
    margin-top: 35px;
}
/* Items Three  */
.our-items:nth-child(3) ul li {
    padding-top: 16px;
    padding-bottom: 16px;
}
.our-items:nth-child(3) ul li::after {
    background-position: top 0 left -97px;
    top: 19px;
    height: 15px;
}
.our-items:nth-child(3) ul li a{
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #3f5176;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.our-items:nth-child(3) ul li a:hover {
    color: #ff697a;
    padding-left: 5px;
}
/* Footer Section ----------- */
footer {
    background: #3F5176;
    padding: 70px;
}
.copy-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.copy-right p {
    font-family: Arial;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
}
.copy-right p span {
    margin-top: 15px;
    color: #E1E6F2;
}
.copy-right p a {
    font-weight: bold;
    color: #E1E6F2;
    text-decoration: underline;
    transition: .4s;
}
.copy-right p a:hover {
    color: #EE737D;
}
.copy-right p:last-child {
    position: relative;
}
/* INNER PAGE START ------------------------------------------------------------------------------------------ */
.inner-banner-section {
    background: #FF697A;
    margin-top: 125px;
    padding: 30px 0 45px;
    text-align: center;
    position: relative;
}
.inner-banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner-bg.png') no-repeat;
    background-size: contain;
    background-position: right top;
}
.inner-bnr-content h1 {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}
.inner-bnr-content ul li {
    display: inline-block;
    padding: 4px 0;
}
.inner-bnr-content ul li a {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
/* Inner Banner Social Menu  */
.inner-banr-social {
    position: absolute;
    width: 100px;
    background: #FFF;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
}
.inner-banr-social ul {
    display: flex;
    flex-direction: column;
    gap: 45px;
    position: relative;
    align-items: center;
    margin-top: 440px;
}
.inner-banr-social ul::after,
.inner-banr-social ul::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 150px;
    background: #EE737D;
}
.inner-banr-social ul::after {
    top: -180px;
}
.inner-banr-social ul::before {
    bottom: -180px;
}
.inner-banr-social ul li {
    width: 38px;
    aspect-ratio: 1;
}
.inner-banr-social ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -84px left 0;
}
.inner-banr-social ul li:nth-child(2) a {
    background-position: top -131px left 0;
}
.inner-banr-social ul li:nth-child(3) a {
    background-position: top -176px left -3px;
}

/* MAIN INNER SECTION START -------------------------- */
.main-inner {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 60px rgba(112, 135, 183, 0.2);
    padding: 70px 100px;
    position: relative;
}
.main-inner img {
    margin-bottom: 30px;
}
.main-inner h2 {
    font-weight: normal;
    font-size: 30px;
    color: #3f5176;
    margin-bottom: 60px;
    position: relative;
}
.main-inner h2::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #425173;
}
.main-inner h6 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0px;
    color: #ff697a;
}
.main-inner h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0px;
    color: #ff697a;
}
.main-inner p {
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #3f5176;
    margin-bottom: 30px;
}
.main-inner a {
/*     color: #FF697A; */
	word-break: break-all;
	text-decoration: underline;
	display: initial;
}
.main-inner a:hover {
	text-decoration: none;
}
span.main-inner ul {
    padding-left: 45px;
    margin-bottom: 30px;
    list-style: square;
}
.main-inner ul li {
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #3f5176;
    padding: 8px 0;
    position: relative;
}
.main-inner ul li::marker {
    color: #FF697A;
}
.main-inner ul li.gdl-divider h2 {
	margin-top: 15px;
}
/* Patient Success  */
.patient-seccess {
    margin: 10px 0 40px;
    display: grid;
    grid-template-columns: auto 550px;
}
.patient-success-left {
    background: rgb(225 230 242 / 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}
.patient-success-left span {
    font-weight: normal;
    font-size: 30px;
    color: #3f5176;
    max-width: 240px;
    width: 100%;
    margin-bottom: 20px;
}
.main-inner .patient-success-left ul {
    list-style: none;
    display: flex;
    gap: 17px;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -79px;
}
.patient-success-left ul li {
    background: #3F5176;
    width: 70px;
    height: 35px;
    cursor: pointer;
    position: relative;
}
.patient-success-left ul li::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 12px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner-sp.svg') no-repeat;
    background-position: top 0px left 1px;
}
.patient-success-left ul li:last-child::after {
    background-position: top 0px left -14px;
}
.patient-success-left ul li:hover {
    background: rgb(63 81 118 / 50%);
}
/* right  */
.patient-success-right {
    background: #FF697A;
    padding: 55px 80px;
    height: 100%;
}
.single-success {
    position: relative;
}
.single-success::after,
.single-success::before {
    content: '';
    position: absolute;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner-sp.svg') no-repeat;
}
.single-success::before {
    width: 65px;
    height: 50px;
    background-position: top -44px left 1px;
    top: 0px;
    left: 0;
}
.single-success::after {
    width: 20px;
    height: 20px;
    background-position: top 3px left -32px;
    right: 0;
    bottom: 9px;
}
.single-success .star {
    font-size: 23px;
    color: #FFF;
    margin-top: 65px;
}
.single-success h3 {
    font-weight: normal;
    font-size: 26px;
    color: #fff;
    margin: 16px 0 24px;
}
.single-success p {
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 24px;
}
.patient-success-name {
    font-size: 20px;
    color: #fff;
}
.main-inner iframe {
    width: 100%;
    height: 506px;
/*     height: 600px; */
}
/* Call Us Now ---- */
.call-us-now {
    margin: 45px 0;
    display: grid;
    margin-left: -100px;
    margin-right: -100px;
    grid-template-columns: repeat(2, 1fr);
}
.call-us-now-left {
    background: #3F5176;
    padding: 70px 55px 55px 80px;
}
.call-us-now-left span.firstspan {
    font-weight: 300;
    font-size: 23px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 21px;
}
.call-us-now-left span.firstspan span {
    font-weight: normal;
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
}
.main-inner .call-us-now-left ul {
    list-style: none;
    padding-left: 0;
}
.call-us-now-left ul li {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding: 12px 0;
    border-bottom: 1px solid rgb(136 146 173 / 48%);
}
.call-us-now-left ul li:first-child {
    border-top: 1px solid rgb(136 146 173 / 48%);
}
.call-us-now-left ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    position: relative;
    transition: .4s;
}
.call-us-now-left ul li a:hover {
    color: #FF697A;
}
.call-us-now-left ul li a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: -29px;
    width: 17px;
    aspect-ratio: 1;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner-sp.svg') no-repeat;
    background-position: top -20px left -17px;
}
/* right  */
.call-us-right {
    background: #FF697A;
    position: relative;
    background-image: url(https://www.thewomenschoice.com/wp-content/uploads/2022/07/call-now-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
/* FAQ  --------- */
.faq-section, .faq-block {
    margin-top: 40px;
}
.faq-head, .faq-block > h3 {
    font-weight: normal;
    font-size: 24px;
    color: #3f5176;
    position: relative;
    margin-bottom: 80px;
    padding-left: 152px;
    margin-top: 80px;
}
.faq-head::after,  .faq-block > h3:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 120px;
    height: 112px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner/inner-head.svg') no-repeat;
    background-size: contain;
}
.single-faq h3, .faq-block div[itemprop="mainEntity"] > h2, .faq-block div[itemprop="mainEntity"] > h3 {
    font-weight: normal;
    font-size: 18px;
    color: #3f5176;
    cursor: pointer;
    padding: 22px 70px;
    border: 1px solid #e2e6f1;
    margin-bottom: 30px;
    position: relative;
}
.single-faq h3::after, .main-inner .faq-block div[itemprop="mainEntity"] > h2:after, .main-inner .faq-block div[itemprop="mainEntity"] > h3:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 17px;
    width: 38px;
    height: 16px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner-sp.svg') no-repeat;
    background-position: top -20px left -44px;
    transition: .4s;
    bottom: unset;
    left: unset;
}
.single-faq h3.active::after, .main-inner .faq-block div[itemprop="mainEntity"] > h2.active::after, .main-inner .faq-block div[itemprop="mainEntity"] > h3.active::after {
    transform: rotate(180deg);
}
.single-faq h3::before, .faq-block div[itemprop="mainEntity"] > h2:before, .faq-block div[itemprop="mainEntity"] > h3:before {
    counter-increment: section;
    content: '0' counter(section) '.';
    position: absolute;
    left: 13px;
    font-weight: bold;
    font-size: 28px;
    color: #eff3fc;
}
.faq-body, .faq-block div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"]  {
    display: none;
    padding-left: 70px;
}
.faq-body.active, .faq-block div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"].active {
    display: block;
}
/* TESTIMONIAL PAGE START ----------------------------------------------------------------------------------- */
.testimonial-title {
    font-weight: bold;
    font-size: 30px;
    color: #3f5176;
    margin-bottom: 50px;
}
.single-success.testomonial {
    background: #3F5176;
    padding: 55px 10px;
    margin-bottom: 40px;
}
.single-success.testomonial > span {
    max-width: 390px;
    width: 100%;
    margin: auto;
}
.single-success.testomonial::before {
    top: 50px;
    left: 28%;
}
.single-success.testomonial::after {
    right: 28%;
    bottom: 55px;
}
.single-success.white {
    background: white;
    border: 1px solid #E2E6F1;
}
.single-success.white::after {
    background-position: top 3px left -60px;
}
.single-success.white h3,
.single-success.white p,
.single-success.white .patient-success-name,
.single-success.white .star {
    color: #3F5176;
}
.single-success.pink {
    background: #FF697A;
}






/* INNER CONTACT PAGE START ------------------------------------- */
.inner-contact {
    padding: 95px 10px;
    background: rgb(63, 81, 118);
    margin-bottom: 40px;
}
.inner-contact-title {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.4em;
    color: #ff697a;
    text-align: center;
    margin-bottom: 100px;
}
.inner-contact-title span {
    font-family: "Euclid Circular A";
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    margin-top: 23px;
    letter-spacing: 0;
}
.inner-contact form {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.inner-contact form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E2E6F1;
    padding-bottom: 40px;
    margin-bottom: 35px;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.inner-contact form input::placeholder,
.inner-contact form textarea::placeholder {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
 
input::-webkit-inner-spin-button {
    appearance: none;
}
.inner-contact form input:focus,
.inner-contact form textarea:focus {
    border-color: #EE737D;
}
.inner-contact form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E2E6F1;
    padding-bottom: 40px;
    margin-bottom: 35px;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    resize: none;
    outline: none;
}
.inner-contact form button {
    border: none;
    outline: none;
    background: #FF697A;
    padding: 22px 55px 22px 22px;
    font-family: "Euclid Circular A";
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    border: .5px solid transparent;
    transition: .5s;
}
.inner-contact form button:hover {
    border-color: #FF697A;
    background: transparent;
}
.inner-contact form button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    width: 10px;
    height: 10px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner-sp.svg') no-repeat;
    background-position: top -19px left 0;
}
/* Locaton  */
.inner-location h2 {
    text-align: center;
    margin-bottom: 50px;
}
.inner-location h2::after {
    display: none;
}
.inner-location-wrap {
    display: flex;
    gap: 40px;
}
.single-inner-location {
    background: rgb(225, 230, 242);
    margin-bottom: 22px;
}
.single-inner-location.map {
    height: 208px;
}
.main-inner .single-inner-location ul {
    list-style: none;
    padding: 30px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #3F5176;
}
.main-inner .single-inner-location ul li {
    font-family: "Euclid Circular A";
    font-size: 16px;
    color: #3f5176;
    padding: 14px 0;
    position: relative;
    padding-left: 30px;
}
.main-inner .single-inner-location ul li:first-child {
    text-transform: uppercase;
    font-weight: bold;
}
.main-inner .single-inner-location ul li a{
    color: #3F5176;
    transition: .4s;
}
.main-inner .single-inner-location ul li a:hover {
    color: #FF697A;
}
.main-inner .single-inner-location ul li::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 22px;
    height: 26px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -52px left -45px;
}
.main-inner .single-inner-location ul li:nth-child(2)::after {
    background-position: top -45px left 5px;
}
.main-inner .single-inner-location ul li:nth-child(3)::after {
    background-position: top -45px left -17px;
}
/* Map  */
.single-inner-location.map {
    height: 208px;
}
.single-inner-location iframe {
    width: 100%;
    height: 100%;
}
/* Our Team Page */
.main-inner blockquote {
    padding: 35px 60px;
    border: 1px solid #E2E6F1;
    position: relative;
    margin: 40px 0;
}
.main-inner blockquote::before,
.main-inner blockquote::after {
    content: '';
    position: absolute;
}
.main-inner blockquote::before {
    width: 16px;
    height: 100%;
    background: #FF697A;
    top: 0;
    left: 0;
}
.main-inner blockquote::after {
    width: 22px;
    height: 18px;
    top: 10px;
    right: 10px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/inner-sp.svg') no-repeat;
    background-position: top 1px left -89px;
}
.main-inner blockquote{
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #3f5176;
}
/* dr team  */
.inner-team {
    margin: 100px 0 40px;
}
.inner-team-left .star {
    text-align: center;
    color: #FF697A;
    font-size: 22px;
}
.single-inner-team {
    display: grid;
    grid-template-columns: 217px auto;
    gap: 90px;
    margin-bottom: 70px;
}
.innr-team-rigth {
    position: relative;
}
.innr-team-rigth h3 {
    font-weight: bold;
    font-size: 20px;
    color: #3f5176;
    margin-bottom: 30px;
    margin-top: 0px;
}
.innr-team-rigth::after {
    content: '';
    position: absolute;
    top: 0;
    left: -45px;
    width: 1px;
    height: 100%;
    background-color: #425173;
}
.innr-team-rigth p:last-child {
    margin-bottom: 0;
}
.patient-seccess.our-team {
    margin: 0;
    margin-top: 65px;
}
/* Blog Page ------ */
.inner-blog {
    padding-bottom: 50px;
    border-bottom: 1px solid #E2E6F1;
    margin-bottom: 50px;
}
.inner-blog:last-child {
    border: none;
}
.inner-blog img {
    width: 100%;
    margin-bottom: 0;
    height: auto;
}
.main-inner .blog-time {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    background: #3F5176;
    padding: 60px 20px;
    display: inline-block;
    margin-top: -100px;
}
.main-inner .inner-blog h2 a {
    font-weight: bold;
    font-size: 22px;
    font-style: normal;
    color: #3f5176;
    margin: 34px 0;
}
.main-inner .inner-blog h2 {
    margin: 0;
}
.main-inner .inner-blog h2::after {
    display: none;
}
.main-inner .inner-blog a {
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #ff697a;
}
/* Pagination  */
.main-inner .paginaton {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-left: 0;
    margin: 0;
}
.main-inner .pagination {
    padding: 0;
}
.main-inner .pagination h2 {
    display: none;
}
.main-inner .pagination a, .main-inner .pagination span {
    font-family: "Euclid Circular A";
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #FF697A;
    padding: 12px 25px;
    display: inline-block;
}

.main-inner .pagination span.dots {
    background: transparent;
    color: #000;
}
.main-inner .pagination span.current {
    background: #3f5176;
}

.main-inner .pagination a:hover {
    background: #3F5176;
}


/* Side Bar ------------------- */
.inner-side-bar {
    max-width: 320px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: calc(100% + 40px);
    margin-top: 80px;
}
.main-inner .side-bar-content h2 {
    font-weight: bold;
    font-size: 20px;
    color: #ff697a;
    margin-bottom: 30px;
}
.main-inner .side-bar-content h2::after {
    display: none;
}
.main-inner .side-bar-content ul {
    padding: 0;
    margin-bottom: 0px;
}
.side-bar-content ul li {
    padding: 5px 0;
    border-bottom: 1px dashed rgb(112 135 183 / 34%);
    list-style: none;
}
.side-bar-content ul li a {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #8892ad;
}
.side-bar-content ul li p {
    font-weight: normal;
    font-size: 10px;
    color: #ff697a;
    margin-bottom: 0px;
}
.main-inner .side-bar-content ul:last-child li {
    border: none;
}
form.text-form input {
    width: 70%;
    padding: 10px 10px;
    border: 0px;
    border-bottom: 1px solid;
    border-color: #3f51765e;
}
form.text-form fieldset{
	border: 0px;
}
form.text-form p {
    margin-bottom: 10px;
}
input.gdl-button.shortcode-small-button {
    background: #ee737d;
    border: 0px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    width: min-content;
}
form.text-form select {
    padding: 10px;
    margin-right: 20px;
	border-color: #3f51765e;
}
.pregcalcdiv {
    background: #3f517617;
    padding: 100px;
}
.pregcalcdiv h3 {
    margin: 0px;
    margin-bottom: 30px;
}
/*******LOCATION ACCORDION******/
.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #3f5176;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
    font-size: 18px;
}
.accordionItem {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 28px;
}
.accordionItem.close p.accordionItemHeading:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 97%;
    top: 0px;
    border-left: 1px solid #ee737d;
    border-bottom: 1px solid #ee737d;
    transform: rotate(-45deg);
}
.accordionItem.open p.accordionItemHeading:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 97%;
    top: 10px;
    border-left: 1px solid #ee737d;
    border-bottom: 1px solid #ee737d;
    transform: rotate(135deg);
}
.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    /* float: left; */
    display: block;
    margin: 15px 0px;
}
.open .accordionItemContent {
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.main-inner p.accordionItemHeading{
	margin-bottom: 0px;
}
.main-inner .accordionItem.open p.accordionItemHeading{
	margin-bottom: 30px;
}
.main-inner a.defualt-btn.inner {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #FF697A;
    padding: 20px 52px 20px 30px;
    position: relative;
    border: .5px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    min-width: 260px;
}
ul.ul-row {
    display: flex;
	gap: 40px;
}
ul.ul-row li {
    width: 50%;
}
.docs-row {
    display: flex;
    width: -webkit-fill-available;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
ul.ins-list li {
    width: 50%;
}
ul.ins-list {
    display: flex;
    flex-wrap: wrap;
}
.colnop {
    display: flex;
    gap: 50px;
}



/* NEW CSS STRAT --------------------------------------------------------------------------------------------- */
.colnop2 {
    padding: 20px;
    border-radius: 5px;
    background: #f9f9f9;
    overflow: hidden;
}

.colnop2 .col1-map {
    float: left;
    width: 45%;
}

.colnop2 .col2-map {
    float: left;
    margin-left: 50px;
    width: 49%;
}
div.divider {
    border-bottom: 1px solid #ececec;
}
div.divider {
    position: relative;
    margin-top: 8px;
    clear:left;
}
table.working-hours-table {
    background: #f0f2f8;
    width: 100%;
    padding: 20px;
    / border: 1px solid #3f5176; /
}
table.working-hours-table td {
    padding: 5px;
    /*border: 1px solid #dde0e6;*/
}
.team-bio {
    / display: inline-block; /
    vertical-align: top;
    / width: 24%; /
    margin: 0 2px 7px;
    border-bottom: 2px solid #ee737d;
    padding: 0 0 15px;
}

.team-sec {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.team-bio-img img {
    margin: 0 0 10px;
}

.team-bio p {
    margin: 0;
    font-size: 16px;
    line-height: normal;
}
.main-inner figure img {
    height: auto;
}
.custom-p-class {
    border-left: 5px solid #ee737d;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    background: #FBF7F9;
    font-style: italic;
}
.archive span.main-inner {
    min-height: 700px;
}
.search-field {
    padding: 10px 15px;
    height: 44px;
    border: 1px solid #ccc;
}
.search-submit {
    background: #ee737d;
    border: 0;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    height: 44px;
}
.main-inner ul.sub-menu {
    column-count: 2;
    margin: 50px 0px 30px;
    background: #8892ad14;
    padding: 40px 60px 40px;
}
.wodrking-hours li:nth-child(1):after {
	background-position: top -17px left -56px !important;
}
.wodrking-hours li:after {
	background-position: top 8px left -21px !important;
}
.page-template-default .pgs-video-section.innerpg {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    padding: 238px 0px;
    margin-bottom: 40px;
	position: relative;
}
.page-template-default .pgs-video-section button {
    width: 86px;
    height: 60px;
    background-size: contain;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    background: url(https://www.thewomenschoice.com/wp-content/themes/thewomen/images/you-tube-button.svg) no-repeat;
    background-position: bottom 2px left 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.page-template-default .pgs-video-section button:hover {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: scale(1.5);
}
.page-template-default .video-popup {
    width: 100%;
    height: 100%;
    background: #3f5176e6;
    position: fixed;
    z-index: 9999999;
    display: none;
    top: 0;
}
section.new-york-section.sec-p p a {
    color: #ee737d;
}
.link-btn {
	background: none;
    border: none;
    color: #FF697A;
    word-break: break-all;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 15px;
}
.link-btn:hover {
	text-decoration: none;
}


.flex-container {display: flex;}
.flex-child {flex: 1;}  
.flex-child:first-child {margin-right: 20px;} 
.leave-review {
	max-width: 240px;
    width: 100%;
    padding-top: 20px;
    text-decoration: underline;
    font-size: 16px;
}
.dr-bio {
	padding: 20px;
    background: #f3f3f3;
}
.dr-bio p {
	font-size: 16px;
    line-height: 26px;
}
.dr-bio span {
	text-align: right;
}
.dr-bio span a {
	font-size: 15px;
}
/* NEW CSS CLOSE --------------------------------------------------------------------------------------------- */
/* RESPONSIVE CSS STRAT --------------------------------------------------------------------------------------------- */
@media all and (max-width:2100px){
    /* Header Top Section  */

    /* Car Service Section ---- */
    .car-service-section::after {
        width: 28%;
        background-size: contain;
    }

}
/* 2100 End  */
@media all and (max-width:1870px){
	header .container-s {
		max-width: 1450px;
	}
}
@media all and (max-width:1700px){
	.archive span.main-inner {
    min-height: unset;
}
    .container-s {
        max-width: 1366px;
    }
    /* Header Top Section  */
	.logo a {
		max-width: unset;
	}
    .header-wrapper {
        margin-right: 0;
    }
    .header-right li:nth-child(n+2){
        padding-right: 20px;
        margin-right: 20px;
    }
    .header-right li:nth-child(n+2) a {
        font-size: 17px;
    }
    .menu-bars {
        font-size: 20px;
        line-height: 96px;
        width: 120px;
        padding-right: 20px;
        height: 96px;
    }
    .menu-bars::after {
        background-position: top -12px left -70px;
        background-size: 215px;
    }
    .menu-bars.active::before {
        left: 10px;
    }
    /* Banner Section ---- */
    .banner-social-menu {
        width: 70px;
    }
    .banner-content::after {
        width: 40%;
        right: 0px;
        background-position: right bottom -6px;
        background-size: contain;
    }
    .banner-content .quality {
        font-size: 19px;
    }
    /* Brand Section --- */
    .bran-bg {
        background-size: contain;
        height: 140px;
    }
    /* Pental Care Carousel ----- */
    .pental-wrap {
        padding-left: 100px;
    }
    .pental-care-section ul {
        left: 30px;
    }
	/* Car Service Section ------- */
    .car-service-wrap {
        gap: 70px;
        padding-left: 0;
    }
    .car-service-section::after {
        width: 33%;
    }
    /* Clinic Section ------- */
    .clinic-box {
        padding: 35px;
        border: 15px solid rgba(255, 255, 255, 0.94);
    }
    .clinic-box h2 {
        font-size: 29px;
        margin-bottom: 30px;
    }
    .clinic-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    /* Our Location Section ------ */
    .our-items {
        padding: 40px;
    }
    .our-items .heading {
        font-size: 30px;
        margin-bottom: 35px;
    }
    /* INNER PAGE START -------------------------------------------------------------- */
    .inner-side-bar {
        position: unset;
    }

}
/*1700 End */
@media all and (max-width:1600px){
	header .container-s {
		max-width: 1366px;
	}
}
@media all and (max-width:1520px){
	header .container-s {
		max-width: 1280px;
	}
}
@media all and (max-width:1440px){
	header .container-s {
		max-width: 1166px;
	}
    .container {
        max-width: 1200px;
    }
	.container {
        max-width: 1200px;
    }
	/* Banner Section ----- */
    .banner-content {
        padding: 160px 0 50px 50px;
    }
    .banner-content::after {
        right: -50px;
        height: 86%;
    }
    .banner-content h1 {
        font-size: 56px;
    }
    .banner-img {
        width: 60%;
    }
    /* Video Section ------ */
    .pgs-video-section button {
        width: 190px;
        height: 190px;
        background-position: bottom 3px left 0px;
        background-size: 190px;
    }
    /* New Yourk Section ---- */
    .new-york-item {
        padding: 90px 20px 40px;
    }
    /* Our Location Section ----- */
    .our-location-section {
        padding: 55px 25px;
    }
    .our-wraper {
        gap: 20px;
    }


}
/*1440 End */
@media all and (max-width:1366px){
	.menu-bars {
    height: 116px;
    display: flex;
    align-items: center;
    padding-left: 47px;
}
	.inner-bnr-content h1 {
		font-size: 29px;
	}
	p.logo-text {
    font-size: 21px;
}
	p.logo-text span {
    font-size: 16px;
}
	header .container-s {
		max-width: 1100px;
		padding: 0 15px;
	}
	.container {
        padding: 0 15px;
    }
    /* Header top ---- */
    .logo a {
        max-width: 270px;
    }
    .header-right li:nth-child(n+2){
        padding-right: 10px;
        margin-right: 10px;
    }
    /* Banner  */
    .banner-content {
        padding: 160px 0 100px 100px;
    }
    .banner-content::after {
        width: 34%;
        right: 0;
        background-position: right bottom -6px;
        background-size: contain;
    }
    /* Our location Section ----- */
    .our-items .heading {
        font-size: 25px;
    }
    /* INNER PAGE START ----------------------------- */
    .inner-banr-social ul {
        margin-top: 300px;
    }
    .inner-banr-social ul::after, .inner-banr-social ul::before {
        height: 100PX;
    }
    .inner-banr-social ul::before {
        bottom: -120px;
    }
    .inner-banr-social ul::after {
        top: -120px;
    }

}
/*1366 End*/
@media all and (max-width:1250px){
	header .container-s {
    max-width: 1050px;
}
}
@media all and (max-width:1200px){
	.header-right li:nth-child(n+2) a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 40px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url('https://www.thewomenschoice.com/wp-content/themes/thewomen/images/sp.svg') no-repeat;
    background-position: top -24px left 1px;
}
.header-right li:last-child a::after {
    background-position: top -22px left -25px;
}
.header-right li:nth-child(3) a::after {
    background-position: top -24px left -58px;
}
	.header-right li:nth-child(2){
		background: none;
	}
.header-right li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
    .sec-p {
        padding: 50px 0;
    }
	/* Header Top -- */
    .logo {
        -ms-flex-item-align: start;
            -ms-grid-row-align: start;
            align-self: start;
    }
    .header-right {
        margin-right: 140px;
    }
    .header-right li:nth-child(n+2){
        padding-right: 40px;
        margin-right: 20px;
        font-size: 0;
        padding-top: 8px;
		background: none;
		min-width: auto; 
    }
    .header-right li:nth-child(n+2) a {
        font-size: 0;
    }
    /* Mobail bar  */
    .menu-bars {
        height: 67px;
        line-height: 67px;
    }
    /* Banner Section  --- */
    .banner-content::after {
        display: none;
    }
    /* Team Section ---------- */
    .team-wrap {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 80px;
    }
    .team-wrap h2::after {
        right: -40px;
    }
    /* Brand Section  */
    .brand-section {
        padding-bottom: 0;
    }
    /* Pental Care Carouel ------- */
    .single-pental {
        padding: 45px 15px 15px 266px;
        background-size: 50% 100%;
        max-width: 500px;
        height: 370px;
        margin-top: 50px;
    }
    .single-pental::after {
        right: 8px;
        bottom: 20px;
    }
    /* Car Service Section ---- */
    .car-service-section::after {
        display: none;
    }
    .car-service-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    /* New Yourk Section ---- */
    .new-york-section p {
        padding: 20px 0 90px;
    }
    .new-york-item h2 a {
        font-size: 30px;
    }
    .new-york-item p {
        max-width: unset;
        padding: 30px 0 0 0;
    }
    /* Clinic Section ------ */
    .clinic-box {
        padding: 35px 20px;
        border: 6px solid rgba(255, 255, 255, 0.94);
    }
    .clinic-box h2 {
        font-size: 23px;
        margin-bottom: 25px;
    }
    .clinic-box p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    /* Map Section ---- */
    .staf-left ul {
        margin-top: 20px;
    }    
    /* Our location Section ------- */
    .our-wraper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .our-wraper span {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        max-width: 400px;
        width: 100%;
    }
    /* Footer Section ----- */
    footer {
        padding: 70px 30px;
    }
    /* INNER PAGE START ---------------------------- */
    .inner-bnr-content h1 {
        font-size: 24px;
        margin: auto;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .inner-banr-social {
        width: 50px;
    }
    .inner-banr-social ul {
        gap: 20px;
    }
    /* main inner  */
    .main-inner {
        max-width: 950px;
        padding: 50px 30px;
    }
    .call-us-now {
        margin-left: 0;
        margin-right: 0;
    }
button.slide-arrow.next-arrow.slick-arrow, button.slide-arrow.prev-arrow.slick-arrow {
    width: 30px;
    height: 30px;
    right: -22px;
}
button.slide-arrow.prev-arrow.slick-arrow {
    left: -22px;
    transform: rotate(-136deg);
}
	.header-right li:first-child {
    display: none;
}
header.fixed .same-appt {
    display: flex;
    width: 100%;
    background: #ff697a;
    padding: 5px 0px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
}
/*1200 End*/
@media all and (max-width:1024px){
	.main-inner ul.sub-menu {
    column-count: 1;
    margin: 50px 0px 30px;
    background: #8892ad14;
    padding: 40px 60px 40px;
}
	button.slide-arrow.prev-arrow.slick-arrow {
    left: 20px;
}
	button.slide-arrow.next-arrow.slick-arrow {
    right: 20px;
}
	.docs-row figure img {
    max-width: 220px;
    height: auto;
    width: 100%;
    border: 1px solid #e1e1e1;
}
	.logo {
    margin-left: 70px;
}
.colnop {
    flex-direction: column;
}
.docs-row figure img {
    max-width: 220px;
    height: auto;
    width: 100%;
    border: 1px solid #e1e1e1;
}
}
@media all and (max-width:992px){
    .heading {
        font-size: 35px;
    }
    /* Header Top --- */
    .main-menu .logo {
        max-width: 400px;
        width: 100%;
    }
    .header-wrapper {
        margin-left: 0;
    }
    /* Social Nav Menu  */
    .menu-social ul::after, .menu-social ul::before {
        display: none;
    }
    /* Banner Section  */
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-img {
        width: 90%;
    }
    /* Team Section --------- */
    .team-section {
        padding: 50px 0;
    }
    .team-wrap {
        display: block;
    }
    .team-wrap h2::after {
        display: none;
    }
    .team-wrap img {
        margin-top: 60px;
    }
    .team-wrap p {
        margin-bottom: 20px;
    }
    /* Brand Section -------- */
    .bran-bg {
        height: 95px;
        background-position: center;
    }
    /* Pental Care Carousel ------- */
    .pental-care-section {
        padding-bottom: 30px;
    }
    .pental-care-section::after {
        height: 225px;
    }
    .pental-care-section ul {
        bottom: 60px;
    }
    /* Car Service Section ----- */
    .car-single h2 {
        margin-bottom: 20px;
    }
    .car-single p {
        margin-bottom: 20px;
    }
    /* Video Section  ------ */
    .pgs-video-section {
        padding: 100px 0;
        background-position: center;
    }
    .pgs-video-section h4 span {
        font-size: 22px;
        margin-top: 0;
    }
    /* New Yourk Section ------ */
    .new-york-section::after {
        display: none;
    }
    .new-york-item-wrap {
        gap: 70px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .new-york-item {
        max-width: 315px;
    }
    /* Clinic Section ---- */
    .clinic-box {
        max-width: 100%;
        position: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        margin-top: 30px;
    }
    .clinic-box h2 {
        max-width: 250px;
    }
    /* Map Section ----- */
    .staf-left ul li {
        padding: 15px 0;
        padding-right: 22px;
    }
    .staf-left ul li a{
        font-size: 16px;
    }
    .staf-left ul li::after {
        top: 17px;
        right: 7px;
    }
    /* Footer Section ------ */
    footer {
        padding: 50px 15px;
    }
    .copy-right p {
        font-size: 15px;
    }
    /* INNER PAGE START ---------------------------------- */
    .inner-banr-social {
        display: none;
    }
    .call-us-now-left {
        padding: 30px 10px 30px 55px;
    }

}
/*992 End */
@media all and (max-width:768px){
	.dr-bio img {
		display: block;
		margin: 0 auto 10px !important;
	}
	.link-btn {
		font-size: 16px;
	}
	.team-bio {
    width: 48%;
}
	button.slide-arrow.next-arrow.slick-arrow {
		right: 20px;
	}
	button.slide-arrow.prev-arrow.slick-arrow{
		left: 20px;
	}
	img.alignright, img.alignleft {
    float: none;
    margin-left: unset;
    margin-bottom: unset;
}
    .defualt-btn {
        font-size: 16px;
        padding: 15px 52px 15px 15px;
    }
	button.defualt-btn {
		margin-top: 15px;
        padding: 16px 52px 15px 15px;		
	}
    /* Header Top Menu ----- */
    .main-menu ul ul li {
        display: block;
    }
    .main-menu ul ul li:first-child {
        padding-left: 10px;
    }
    .main-menu ul ul {
        margin: 0;
    }
    .main-menu .logo {
        padding-left: 0;
    }
	/* Banner Section  */
    .banner-content {
        padding: 150px 0 50px 0;
    }
    .banner-content h1 {
        font-size: 32px;
    }
    .banner-content .quality {
        font-size: 17px;
    }
    .banner-content ul li {
        font-size: 17px;
        padding: 6px 0;
        padding-left: 20px;
    }
    .banner-content ul li::after {
        top: 9px;
    }
    .banner-social-menu {
        display: none;
    }
    /* team Section ------- */
    .team-wrap h2 {
        font-size: 20px;
    }
    .team-wrap h2 span {
        font-size: 28px;
        margin-top: 5px;
    }
    .team-right {
        padding-top: 0;
    }
    /* Pental Care Carouesl ---- */
    .pental-wrap {
        padding: 0 15px;
    }
    .pental-care-section ul {
        position: unset;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 0 015px;
    }
    .pental-care-section ul li {
        width: 30px;
        height: 30px;
    }
    /* New Yourk Section ---- */
    .new-york-item {
        padding: 60px 15px 40px;
    }
    /* Car Service Section ------- */
    .car-service-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 50px;
    }
    /* Mail Section --------- */
    .mail-wrap {
        height: 90px;
    }
    .mail-wrap {
        height: 90px;
        margin-bottom: 90px;
    }
    .mail-wrap::before {
        background-position: center;
        width: 100%;
        top: 0;
    }
    .mail-wrap::after {
        background-position: center;
        right: 0;
        width: 100%;
        bottom: -100px;
    }
    /* Map Section ----- */
    .staf-wrap {
        gap: 30px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .staf-wrap iframe {
        height: 300px;
    }
    /* Footer Section ---- */
    footer {
        padding-bottom: 70px;
    }
    .copy-right {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
    }
    .copy-right p span {
        margin-top: 0;
    }
    .copy-right p:last-child {
        margin-top: 15px;
    }
    .copy-right p:last-child::after {
        top: 32px;
        right: 0;
        left: 0;
        margin: auto;
    }
    /* INNER PAGE START ------------------------------ */
    .main-inner {
        padding: 40px 15px;
    }
    .patient-seccess {
        grid-template-columns: auto 420px;
    }
    .patient-success-right {
        padding: 50px 20px;
    }
    .main-inner h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .main-inner h2::after {
        bottom: -15px;
    }
    .main-inner p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    span.main-inner ul {
        padding-left: 20px;
        margin-bottom: 22px;
    }
    .main-inner ul li {
        font-size: 17px;
        line-height: 26px;
        padding: 5px 0;
    }
    .patient-seccess {
        grid-template-columns: 100%;
    }
    .patient-success-left {
        order: 1;
    }
    .call-us-now {
        grid-template-columns: 100%;
        margin: 40px 0;
    }
    .faq-head {
        font-size: 22px;
        padding-left: 128px;
    }
    /* Contact page inner---- */
    .inner-location-wrap {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* Testimonial Page  ------------- */
    .single-success.testomonial > span {
        max-width: 100%;
    }
    .single-success.testomonial::before {
        left: 10px;
    }
	.colnop2 .col1-map {
    float: unset;
    width: 100%;
	}
	.colnop2 .col2-map {
		float: unset;
		width: 100%;
		margin-left: unset;
	}
	.docs-row {
		text-align: center;
	}
}
/*768 End */
.faq-head::after, .faq-block > h3:after {
    width: 45px;
    height: 41px;
}
.faq-head, .faq-block > h3 {
    padding-left: 60px;
}
@media all and (max-width: 576px){
	.link-btn {
		margin-top: 20px;
	}
	.call-us-right{
		display: none;
	}
	.inner-banner-section::after {
    opacity: .4;
}
	.page-template-default .pgs-video-section.innerpg {
    padding: 71px 0px;
}
	.single-pental {
    min-height: unset!important;
}
	header.fixed .menu-bars {
    top: 18px;
}
	.single-pental::after {
    left: 28%;
    bottom: 40px;
    width: 100%;
}
	ul.ins-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.main-inner iframe {
    width: 100%;
    height: 300px;
}
	ul.ins-list li {
    width: 100%;
}

	.main-inner .gallery {
    gap: 10px;
}
	button.slide-arrow.next-arrow.slick-arrow, button.slide-arrow.prev-arrow.slick-arrow{	
	width: 20px;
    height: 20px;
}
.faq-body, .faq-block div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"] {
    padding-left: 0;
}
.main-inner h3 {
    font-size: 18px;
    margin: 20px 0px;
}
form.text-form select {
    margin-right: 8px;
}
.main-inner .pagination a, .main-inner .pagination span {
    font-size: 15px;
    padding: 10px 10px;
}
.main-inner figure {
    margin: 0 auto 40px;
    width: 100% !important;
}
	.pregcalcdiv {
    padding: 20px;
	}
	form.text-form input {
    width: 100%;
	}
	header {
    padding-top: 10px;
	}
	.inner-banner-section {
    margin-top: 60px;
	}
    .heading {
        font-size: 26px;
    }
    /* Header Top  ------- */
	header.fixed {
		padding-top: 20px;
		padding-bottom: 0px;
	}
    .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
	.header-right {
		margin-right: 68px;
		margin-top: 0;
	}
	.logo {
    margin-left: 0px;
	}
	.logo a {
		max-width: 200px;
	}
	.logo a img {
    width: 35px;
    height: auto;
	}
	p.logo-text {
    font-size: 13px;
    line-height: 0px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
	}
	p.logo-text span {
	line-height: 30px;
    font-size: 9px;
}
	.header-right li:nth-child(n+2){
		padding-right: 0;
		margin-right: 00px;
		border-right: 0;
	}
    /* Menu ---------- */
    .main-menu {
        padding-left: 30px;
    }
    .main-menu ul {
        margin-top: 30px;
    }
    .main-menu ul li::after {
        display: none;
    }
	.main-menu .logo {
		padding-left: 0px;
		max-width: 200px;
	}
    .menu-bars {
        font-size: 0px;
        width: 66px;
        height: 30px;
        padding-right: 0;
        text-align: center;
        line-height: 60px;
    }
    .menu-bars.active::before {
        left: initial;
        inset: 0;
    }
    .menu-bars::after {
        left: 22px;
    }
    .main-menu ul li {
        padding: 7px 0;
    }
    .main-menu ul li a {
        font-size: 20px;
    }
    /* Drop Down  */
    .main-menu ul ul {
        padding-left: 10px;
    }
    .main-menu ul ul li a {
        font-size: 19px;
    }
    span.dropdown-menu-items {
        top: 6px;
    }
    /* Social Menu  */
    .menu-social ul {
        margin-top: 0;
        padding: 30px 0;
    }
	/* Banner Section  */
    .banner-content {
        padding: 90px 0 50px 0;
    }
    .banner-content .star {
        font-size: 18px;
    }
    .banner-content .star p {
        font-size: 15px;
        margin-left: 0;
    }
    .banner-content h1 {
        font-size: 28px;
        text-align: center;
    }
    .banner-img {
        width: 100%;
    }
    /* Team Section ----- */
    .team-right {
        padding-bottom: 0;
    }
    /* Brand Section ------ */
    .bran-bg {
        height: 50px;
    }
    /* Pental Carousel Section  */
    .single-pental {
        padding: 20px 15px 56px 105px;
        background-size: 25% auto;
        max-width: 100%;
        height: 340px;
        margin-left: 0;
        margin-right: 0;
    }
    .single-pental p {
        margin-top: 15px;
    }
    /* Video Section ---- */
    .pgs-video-section {
        padding: 69px 0;
    }
    .pgs-video-section button {
        width: 100px;
        height: 100px;
        background-position: bottom 1px left 0px;
        background-size: 100px;
    }
    section.pgs-video-section h4 {
        font-size: 16px;
        bottom: 12px;
    }
    /* Clinic Section -------- */
    .clinic-sevice-section ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .clinic-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .clinic-box h2 {
        max-width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        border: none;
        font-size: 22px;
    }
    .clinic-box .defualt-btn {
        -webkit-box-ordinal-group: 34;
            -ms-flex-order: 33;
                order: 33;
        margin-right: auto;
    }
    /* Mail Images Section -------- */
    section.mail-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    /* Our location Secton ------ */
    .our-location-section {
        padding: 50px 15px;
    }
    .our-items {
        padding: 20px;
    }
    .our-items .heading {
        font-size: 24px;
    }
    .our-items .heading span {
        display: inline;
    }
    .our-items:nth-child(1) ul li a {
        font-size: 16px;
    }
    .our-items:nth-child(1) ul li {
        padding-bottom: 15px;
    }
    .our-items:nth-child(1) ul {
        padding-bottom: 30px;
    }
    .our-items:nth-child(3) ul li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .our-items:nth-child(3) ul li::after {
        top: 8px;
    }
    /* INNER PAGE START ------------------------------- */
    .main-inner h2 {
        font-size: 18px;
    }
    .call-us-now-left span.firstspan span {
        font-size: 23px;
    }
    .faq-section {
        margin-top: 40px;
    }
    .faq-head {
        font-size: 18px;
        padding-left: 69px;
        margin-bottom: 40px;
    }
    .faq-head::after {
        width: 60px;
        height: 60px;
    }
    .single-faq h3 {
        font-size: 17px;
        padding: 10px 31px;
        margin-bottom: 22px;
    }
    .single-faq h3::before {
        left: 5px;
        font-size: 17px;
    }
    .single-faq h3::after {
        top: 17px;
        right: 5px;
        width: 23px;
        height: 11px;
        background-position: top -14px left -26px;
        background-size: 130px;
    }
    .faq-body p {
        padding-left: 25px;
    }
    /* Blog page --- */
    .main-inner .blog-time {
        padding: 20px;
    }
    .main-inner .inner-blog h2 a {
        font-size: 20px;
        margin: 22px 0;
    }
    .inner-blog {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .main-inner .paginaton {
        gap: 8px;
    }
    /* contact page innr ----- */
    .inner-contact-title {
        margin-bottom: 50px;
    }
    .inner-contact-title span {
        font-size: 20px;
        margin-top: 10px;
    }
    .inner-contact form input {
        padding-bottom: 10px;
        margin-bottom: 28px;
    }
    .inner-contact form input::placeholder,
    .inner-contact form textarea::placeholder {
        font-size: 16px;
    }
    .inner-contact form textarea {
        padding-bottom: 0;
    }
    /* Testimonial Pages -------- */
    .single-success.testomonial {
        padding: 30px 10px;
    }
    .single-success.testomonial::before {
        top: 20px;
    }
    .single-success.testomonial::after {
        bottom: 30px;
    }
    /* Doctor Page -------- */
    .main-inner blockquote {
        font-size: 17px;
        line-height: 26px;
        padding: 30px 20px;
    }
    .main-inner blockquote::before {
        width: 8px;
    }
    .inner-team {
        margin: 50px 0;
    }
    .single-inner-team {
        display: grid;
        grid-template-columns: auto;
        gap: 10px 0;
        margin-bottom: 35px;
        place-items: center;
    }
    .innr-team-rigth h3 {
        font-size: 18px;
        margin-bottom: 18px;
        text-align: center;
    }
    .innr-team-rigth p {
        text-align: center;
    }
    .innr-team-rigth::after {
        display: none;
    }
}
/*576 End */

@media all and (max-width: 475px){
	.main-inner iframe {
		height: 250px;
	}
}
@media all and (max-width: 425px){
	.main-inner iframe {
		height: 222px;
	}
}
@media all and (max-width: 375px){
	.crewmembers .team-sec .team-bio .team-bio-img img {
		width: 60%
	}
	.main-inner iframe {
		height: 195px;
	}
	.team-bio {
    width: 100%;
}
	p.logo-text {
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
	p.logo-text span {
    line-height: 10px;
    font-size: 9px;
    margin-top: 0px;
}
	p.logo-text {
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
}
@media all and (max-width: 320px){
	.main-inner iframe {
		height: 165px;
	}
}
/* Testimonial page responsive baki ase... all oky */


/*****Slick******/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
