/*
Theme Name: Turek
Theme URI: http://underscores.me/
Author: Turek Project
Author URI: http://turek.se/
Description: Turek Development theme
Version: 2.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: turek
Tags: rtl-language-support

Turek is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Podcast */
.podcast-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.podcast-entry .post_image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
    flex: 0 1 30%;
    max-width: 30%;
    margin-bottom: 0;
}
.podcast-entry .podcast-excerpt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 1 1 70%;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    max-width: 70%;
}
.the_content__container h1.podcast-title {
    font-size: 65px;
}
.podcast-excerpt h2.entry-title {
    margin-bottom: 0;
}
.podcast-excerpt .entry-meta {
    margin-bottom: 10px;
}
article.podcast {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 0;
}
article.podcast:after {
    content: "";
    display: block;
    height: 1px;
    margin: 50px auto 0;
    background-color: #cdcdcd;
}
.listen-entries {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.listen-entries img {
    width: auto;
}

.consultation_block__content{
    font-family: graphik-light, arial !important;
}
@media screen and (max-width: 1024px) {
    .listen-entries {
        flex-direction: column;
        align-content: center;
        align-items: center;
        row-gap: 30px;
    }
    .the_content__container h1.podcast-title {
        font-size: 45px;
        line-height: 50px;
    }
}
@media screen and (max-width: 640px) {
    .podcast-entry .post_image {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        position: relative;
        display: block;
        margin-bottom: 20px;
    }
    .podcast-entry .podcast-excerpt {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    article.podcast {
        padding-bottom: 20px;
    }
    article.podcast:after {
        margin: 10px auto 0;
    }
}
/* Podcast */
.ppc .banner.vasectomy,
.ppc .banner.vasectomy-new2,
.ppc .banner.azoospermia-2 {
	height: 100% !important;
	min-height: auto !important;
}

.ppc.vasectomy .form-wrapper form.wpcf7-form select {
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 4px;
    margin-bottom: 0;
}

body, p, h1, h2, h3, h4 , h5, h6 {
    font-family: graphik-light,arial !important;
}
.close_menu{
    width: 45px;
    height: 45px;
}

.close_menu__cross::before, .close_menu__cross::after{
    height: 24px;
}
.close_menu__text{
    padding-top: 20px;
}

.top_slider__line{
    height: 230px;
}

.top_slider__text{
    height: 530px;
}

.header .top_header__menu {
    width: 60%;
}
.cta-btn {
    background-color: #44507C;
    color: #fff !important;
    display: block;
    font-size: 1em;
    margin: 1em auto;
    max-width: 270px;
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.cta-btn:hover {
    filter: brightness(125%);
    text-decoration: none;
}
a#cta-form {
    background: transparent;
    max-width: 254px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding: 4px 0px;
    border: 1px solid #85796d;
    text-align: center;
    font-size: 14px;
    float: right;
    text-decoration: none;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;

}



a#cta-form:hover {
    background: #fff;
    color: #504c49;
}

span.international-patients {
    background: url("/wp-content/uploads/globe.png") no-repeat;
    height: 32px;
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 32px;
    margin-left: -46px;
    margin-top: -4px;
}

span.international-patients:hover{
    background: url("/wp-content/uploads/globe-hover.png") no-repeat;
    height: 32px;
}

div.rtbs{
    word-break: break-word !important;
}

#primary-menu .dropdown-menu ul.dropdown-submenu ul.dropdown-submenu {
    left: 211px;
    top: 0px;
}

@media screen and (max-width: 991px) {
    #primary-menu.navbar-nav {
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

.top_slider__text{ 
    font-size: 71px;
 }
.blog_parallax__images{
    display: flex;
    justify-content: center;
}
 .blog_parallax__image{
    margin: 0 8px;
 }

#field_6_1, #field_6_2, #field_6_3 {
	width: 48%;
}
#field_6_2 {
	margin-top: 0;
}
#field_6_4 {
	float: right;
	margin-top: -357px;
	width: 50%;
}
.contact .gform_wrapper form {
	margin-top: 30px;
}
.contact .gform_wrapper form #input_6_2 {
	max-width: 100%;
}
.contact .gform_wrapper form textarea {
	max-width: 100%;
	border: none;
    outline: none;
    display: block;
    padding: 10px;
    color: #fff;
    height: 310px;
    width: 570px;
    resize: none;
    background-color: #85796d;
}
.contact .gform_wrapper input {
	background-color: #85796d;
    border: none;
    height: 50px;
    outline: none;
    width: 270px;
    padding: 6px;
    color: #fff;
}
.gform_wrapper form .gform_footer input[type=submit] {
    width: 100%;
    max-width: 570px;
    height: 70px;
    color: #fff;
    background-color: #58585c;
    letter-spacing: 4px;
    margin-bottom: 0;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    margin: 29px auto;
    line-height: 34px;
    cursor: pointer;
    font-family: "Graphik-Regular", sans-serif;
    font-weight: 400;
    display: block;
}
.gform_wrapper footer .gform_footer input[type=submit]:hover {
	background-color: #7e7e7e;
}

.the_content figure.is-type-video {
	margin: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.invis-header {
    background-color: transparent;
    height: 100vh;
    width: 40%;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
}

.page__title {
    font-family: "Graphik-Light", sans-serif;
    font-size: 62px;
    font-weight: 300;
    line-height: 70.83px;
    letter-spacing: -2.23px;
    max-width: 100%;
    padding-bottom: 31px;
}
.com-btn.color_button {
    margin-bottom: 30px;
}
.com-btn.color_button .simple {
    color: #000;
}
.comment-list {
    display: none;
}
.carrot-logo, .progyny-logo {
    max-width: 75%;
}
#primary-menu #menu-item-22741 .dropdown-menu:last-child ul.dropdown-submenu {
    top: auto;
    bottom: 0;
}
/* Promo Box styling */
.promo-box{
    border: 3px solid #74899e;
    max-width: 800px;
    width: 100%;
    padding: 40px;
    margin: 0 auto 40px;
    text-align: center;
    display: block;
}

.promo-box p{
	margin-bottom: 0px;
	line-height: 2;
	font-size: 22px;
}

.promo-box span{
	display: block;
}

.promo-heading{
	font-size: 36px;
    font-weight: bold;
}

.promo-disclaimer{
	font-style: italic;
    font-size: 15px;
    font-weight: bold;
}

/* End Promo Box */



/* Start hide San Jose locations mentions
These items may be added back onto the site - Comment out the following styles to add back */

.locations__tabs li:nth-child(3){
    display: none;
}

.locations__tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }


/* End hide San Jose locations mentions
These items may be added back onto the site */

/* Hide blog post comment - Remove this line to activate the comments again */

body.single #comments, body.single #respond {
display: none !important;
}

/* End Hide blog post comment */

body.blog .page__title {
    width: 100%;
}

.h2 {
    color: #000;
    font-family: graphik-light,sans-serif;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -.94px;
    line-height: 50px;
    margin-bottom: 30px;
}
.h3 {
    font-family: graphik-light,sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -.94px;
    line-height: 40px;
    margin-bottom: 30px;
}

/* Google Recaptcha */
.g-recaptcha {
    max-width: 304px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* End Google Recaptcha */

/* Start Div structure to replate Tables */
.table {
    display: table;
    text-align: center;
    width: 60%;
    margin: 4% auto;
    border-collapse: separate;
    font-weight: 400;
    text-align: justify;
    border-top: #999 1px solid;
  }
  
  .table_row {
    display: table-row;
  }
  
  .theader {
    display: table-row;
  }
  
 .mobile-header{
    display: none !important;
    border-left: #58585c 1px solid;
  }
  .table_header {
    display: table-cell;
    border-bottom: #58585c 1px solid;
    border-top: #58585c 1px solid;
    background: #58585c;
    color: #fff;
    padding: 5px;
    font-weight: 700;
  }
  
  .table_header:first-child {
    border-left: #58585c 1px solid;
}
  
  .table_header:last-child {
    border-right: #58585c 1px solid;
  }
  
  .table_small {
    display: table-cell;
  }
  
  
  .table_row > .table_small > .table_cell {
    padding: 5px;
    color: #5b5b5b;
    border-bottom: #ccc 1px solid;
    border-right: 1px solid #999;
  }
  
  .table_row > .table_small:first-child > .table_cell, .tabs .table_row > .table_small:nth-child(2) > .table_cell {
    border-left: #999 1px solid;
  }
  
  .table_row > .table_small:last-child > .table_cell {
    border-right: #999 1px solid;
  }

  @media screen and (max-width: 900px) {
    .table {
      width: 90%
    }
  }
  
  @media screen and (max-width: 650px) {
    .table {
      display: block;
    }
    .theader{
        display: none;
    }
   .mobile-header{
    display: table-row !important;
    background: #58585c;
  }
  .mobile-header .table_cell{
    color: #fff !important;
    padding: 5px;
    font-weight: 700;
  }

    .table_cell {
      display: table-cell;
      width: 50%;
    }
    .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 5% auto 0;
      text-align: center;
    }
    .table_small {
      display: table-row;
    }

    .table_row > .table_small > .table_cell:first-child {
      border-left: #999 1px solid;
      border-right: 1px solid #999;

    }
    .table_row > .table_small:first-child > .table_cell:first-child {
      border-top: #999 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-top: #999 1px solid;
    }

    .table_row > .table_small > .table_cell:last-child {
      border-right: #999 1px solid;
      border-left: 1px solid #999;

    }

    .blog_parallax__images{
        flex-direction: column;
    }
    .blog_parallax__image {
    margin: 15px 0 0;
}
  }

/* End of Div structure to replate Tables */
.contact #mc2 {
    width: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.contact #mc2 .arrow {
    display: inline-block;
}

.contact #mc2 input {
    background-color: transparent;
    width: 43px;
    text-align: center;
    font-size: 25px;
    color: #58585c;
}

.contact #mc2 #mc_r {
    border: 2px solid #85796d;
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
}

/* Contact Form 

 #contact-form input {
    width: 100%;
    background-color: #85796d;
    color: #ffff;
}

#contact-form input:focus{
    color: #fff;
}
#contact-form textarea {
    background-color: #85796d;
    border: none;
    outline: none;
    display: block;
    padding: 10px;
    color: #fff;
    height: 240px;
    width: 100%;
    resize: none;
}


#contact-form #mc2 {
    width: 100%;
    margin: 40px auto 0 auto;
    text-align: center;
    z-index: 1;
    position: relative;
    background-color: transparent;
}

#contact-form #mc2 .arrow {
    display: inline-block;
}

#contact-form #mc2 input {
    background-color: transparent;
    width: 43px;
    text-align: center;
    font-size: 25px;
    color: #58585c;
    display: inline-block;
}


#contact-form #mc2 #mc_r {
    border: 2px solid #85796d;
}

#contact-form .math {
    position: relative;
    margin-bottom: 0;
    margin-top: -20px;
}

#contact-form #mc_form_op, #contact-form #mc_form_eq {
    font-size: 25px;
    color: #58585c;
}

#contact-form .border {
    background-color: #58585c;
    height: 2px;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 29px;
}

#contact-form input[name="submit"] {
    width: 100%;
    max-width: 570px;
    height: 70px;
    color: #fff;
    background-color: #58585c;
    margin-bottom: 0;
}

#contact-forms .big_btn {
    letter-spacing: 4px;
}

 End Contact Form */

@media (max-width: 767.98px) {
	#field_6_1, #field_6_2, #field_6_3, #field_6_4 {
		display: block;
		float: none;
		max-width: 100%;
		width: 100%;
	}
	#field_6_4 {
		margin-top: 16px;
	}
	.gform_wrapper form input, .gform_wrapper form select, .gform_wrapper form textarea {
		max-width: 100% !important;
		width: 100% !important;
	}

}

@media (max-width: 480px) {
    .header .top_header__menu {
        width: 68%;
    }
    .invis-header {
        width: 32%;
    }
}

.clear { 
    clear: both; 
}

thead { background: #58585c; color: #fff; }

th { padding: 10px; font-size:15px;}

table.plain thead{ background: none; color: #58585c; }
table.plain th { line-height: 1.5; }

/* ---- Blog Sign Up form styling ----*/

body.page-id-25029 .the_content__container{
    text-align: center;
}

#mc_embed_signup{ 
    clear:left;
    font:14px Helvetica,Arial,sans-serif;
    display: inline-block;
    text-align: left;

}

#mc_embed_signup input, #mc_embed_signup select, #mc_embed_signup div.mce_inline_error{
    width: 100%;
    max-width: 600px;
}

#mc_embed_signup .indicates-required{
    margin-bottom: 1rem;
}

#mc_embed_signup label{ margin-bottom: 0px; }

#mc_embed_signup input{
       background-color: #85796d;
       color: #fff;
       margin-bottom: 20px;
 
}

#mc_embed_signup select {
    border: none;
    outline: none;
    display: block;
    padding: 10px;
    color: #fff;
    resize: none;
    background-color: #85796d;
}


#mc_embed_signup .button{
    background: #58585c;
    cursor: pointer;
}

.the_content .without_border figure{ 
        margin-bottom: 60px;
 }


 body.blog article{
    width: 45%;
    display: inline-block;
    margin-right: 45px;
 }

 body.blog .the_content img {
   max-width: 524px;
   width: 100%;
   height: auto;
   max-height: 350px;
   overflow: hidden;
}

@media (max-width: 1365px) {
.the_content .alignright{
    margin-right: 0px;
}
}

@media (max-width: 1250px){
.hero__text {
    max-width: 540px;
    font-size: 48px;
    line-height: 54px;
    }
}

@media (max-width: 992px){
a#cta-form{
    float: left;
}
}

@media (max-width: 991.98px){
#primary-menu ul.dropdown-menu {
    left: 0;
    top: 50px;
}

#primary-menu .dropdown-menu ul.dropdown-submenu {
    left: auto;
    top: auto;
    z-index: 1;
    position: relative;
}

.the_content .alignright{
    margin: 0 auto !important;
}

}


@media (max-width: 812px){
.close_menu__text {
    color: #58585c;
}

.close_menu__cross::before, .close_menu__cross::after {
    background-color: #58585c;
}
.close_menu__cross{
    opacity: .8;
}
.close_menu {
    border: 3px solid #58585c;
}

#primary-menu{
    max-width: 80%;
}

.header .top_header__menu{
    overflow-y: scroll;
}
}

@media (max-width: 800px){
#primaryNavBar {
    height: 100%;
}

}

@media (max-width: 767.98px){
    #primary-menu.navbar-nav{
        overflow-y: inherit;
    }
    a#cta-form{
    float: none;
    margin: 10px 0;
}
}


@media (max-width: 767px) {
    body.blog article{
        width: 100%;
        margin: 0px;
    }
    body.blog .the_content img{
        height: auto;
        margin:0 auto;
        display: block;
    }

   #primary-menu.navbar-nav {
    max-height: 1000px;
    height: 100%;
}

    .hero__text {
        max-width: 320px;
        font-size: 25px;
        line-height: 30px;
    }
.top_slider__text.text_slider_animate_hide{
    opacity: 1;
    font-size: 24px;
    height: 220px;
    padding-top: 100px;
}
.top_slider.slick-initialized.slick-slider{
        margin-top: 70px;
    }

}


@media (max-width: 480px){
.header .top_header__menu {
    width: 100%;
}

}

.gtranslate-widget{ float: right; margin: 8px auto;}

.gtranslate-widget #gtranslate_selector, .gtranslate-widget #gtranslate_selector option{
    font-size: 14px;
    padding: 5px;
}

@media (max-width: 991px){
    .gtranslate-widget{ float: none; margin-bottom: 0px; }
    span.international-patients { 
    margin-left: 0;
    margin-top: 10px;
    margin-right: 8px;
     }
    .sticky_menu {
    height: 140px;
    } 
    }
@media (max-width: 767px){
    .gtranslate-widget{ float: none; margin-top: 8px; }
    }    

    a#cta-form {
        margin-bottom: 10px;
    }


body.blog .the_content__container{ display: block; }
body.blog article{
    width: 45%;
    display: inline-table;
    margin-right: 45px;
 }

@media (max-width: 1300px) {
body.blog article{
    margin-right: 30px;
 }
}

@media (max-width: 812px) {
    body.blog article{
        width: 100%;
        margin: 0px;
    }
    body.blog .the_content img{
        height: auto;
        margin:0 auto;
        display: block;
    }
}

div.wpcf7{ padding-top: 0px; }

/* ---- Start contact form styling ----*/


#wpcf7-f25833-p22693-o1 .full_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


#wpcf7-f25833-p22693-o1 label{
    width: 100%;
    float: none;
}

#wpcf7-f25833-p22693-o1 input, #wpcf7-f25833-p22693-o1 input[type="email"], #wpcf7-f25833-p22693-o1 textarea, #wpcf7-f25833-p22693-o1 select {
    width: 100%;
}

#wpcf7-f25833-p22693-o1 input[type="radio"]{
    width: 50%;
    display: block;
    float: left;
}
#wpcf7-f25833-p22693-o1 .wpcf7-list-item.first, #wpcf7-f25833-p22693-o1 .wpcf7-list-item.last{
    width: 100%;
    max-width: 200px;

}
#wpcf7-f25833-p22693-o1 input:focus, #wpcf7-f25833-p22693-o1 input[type="email"]:focus, #wpcf7-f25833-p22693-o1 textarea:focus{
    background-color: #fff;
    color: #58585c;
}

/* ---- End contact form styling ----*/

form.wpcf7-form .form__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


form.wpcf7-form .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

form.wpcf7-form .left_form_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

form.wpcf7-form .form-eq__block {
    margin: 0 auto;
    text-align: center;
}

form.wpcf7-form .form__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

span.wpcf7-form-control-wrap{
    width: 100%;

}

form.wpcf7-form label{
    margin-bottom: 15px;
    float: left;
    width: 270px;
    margin-right: 15px;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form select{
    display: block;
}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form input[type="email"] {
    width: 100%;
    }
form.wpcf7-form input {
    background-color: #85796d;
    color: #ffff;
}
form.wpcf7-form input[type="radio"], 
form.wpcf7-form input[type="radio"]{
    -moz-appearance: radio;
    appearance: radio;
    -webkit-appearance: radio;
    height: 30px;
    background: none;
    width: 50%;
    display: block;
    float: left;
}


form.wpcf7-form input[type="radio"]:focus,
form.wpcf7-form input[type="radio"]:focus{
    background-color: transparent !important;
    background: none !important;
}

form.wpcf7-form .wpcf7-list-item-label{
    display: block;
    width: 50%;
    float: left;
}

form.wpcf7-form .wpcf7-list-item.first, form.wpcf7-form .wpcf7-list-item.last{
    width: 100%;
    max-width: 120px;
}

.wpcf7-list-item-label{
    color: #58585c;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #000000 !important;
}

/* Hide arrows for input type number in Chrome*/
form.wpcf7-form input[type="number"]::-webkit-inner-spin-button, 
form.wpcf7-form input[type="number"]::-webkit-outer-spin-button, 
form.wpcf7-form input[type="number"]::-webkit-inner-spin-button, 
form.wpcf7-form input[type="number"]::-webkit-outer-spin-button{
    appearance: none !important;
    -webkit-appearance: none !important;
    margin: 0
    }
/* Hide arrows for input type number in FF */
form.wpcf7-form input[type="number"],
form.wpcf7-form input[type="number"]{
    -moz-appearance: textfield !important;

    }

form.wpcf7-form .wpcf7-form input:focus{
    background-color: #f9f9f9;
    color: #58585c;
}
form.wpcf7-form select {
    background-color: #85796d;
    color: #ffff;
    border: none;
    height: 50px;
    outline: none;
    padding: 6px;
}
form.wpcf7-form select:focus{
    color: #fff;
}

form.wpcf7-form label.phone-field{
    width: 560px;
}

form.wpcf7-form label.comments-questions{
        width: 100%;
}

form.wpcf7-form textarea {
    background-color: #85796d;
    border: none;
    outline: none;
    display: block;
    padding: 10px;
    color: #fff;
    height: 150px;
    resize: none;
}

form.wpcf7-form textarea:focus {
    background-color: #f9f9f9;
    color: #58585c;
}

p.form-disclosure{
    font-size:14px;
    font-style: italic;
    text-align: center;
    margin: 10px auto;
}

form.wpcf7-form input[type="submit"] {
    width: 100%;
    max-width: 570px;
    height: 70px;
    color: #fff;
    background-color: #58585c;
    margin-bottom: 0;
}

form.wpcf7-form .big_btn {
    letter-spacing: 4px;
}

div.wpcf7-mail-sent-ok {
    border: none;
    color: #000;
}
form.wpcf7-form textarea.comments{ height: 150px; width: 96%;}
form.wpcf7-form label.location-field{ width: 96%; }

@media (max-width: 1199.98px){
 form.wpcf7-form label, form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select, form.wpcf7-form input[type="email"]{
    width: 100%;
}
form.wpcf7-form label.location-field, form.wpcf7-form label.phone-field{
    width: 100%; 
}

form.wpcf7-form input[type=radio], #wpcf7-f25833-p22693-o1 input[type=radio]{
    float: none;
}

span.domestic-international{
    display: inline-block;
    text-align: justify;
}

form.wpcf7-form textarea.comments{ height: 150px; width:100%;}

form.wpcf7-form .left_form_col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

/* Constant Contact Mailing List Form */
.ctct-inline-form {
    display: block;
    margin: auto;
    max-width: 500px;
    width: 100%;
}
.ctct-inline-form .ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: transparent;
}
.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    color: #000;
    font-family: graphik-light,sans-serif;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -.94px;
    line-height: 50px;
    margin-bottom: 30px;
}
.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text, .ctct-inline-form .ctct-inline-form  {
    font: 14px Helvetica,Arial,sans-serif;
}
.ctct-inline-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    background-color: #85796d;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
    display: block;
    padding: 6px;
}
/* End Constant Contact Mailing List Form */

/* Start Facetime Container */
.facetime-container {
    background: #f9f9f9;
    max-width: 100%;
    width: 100%;   
    height: 100%;
    padding: 80px 0;
}

.facetime-col-left{
    width: 55%;
}
.facetime-col-right{
    width: 45%;
}

.facetime-col-left, .facetime-col-right{
    float: left;
}

.facetime__image {
    float: right;
    padding-right: 43px;
}

.facetime__text{
    max-width: 400px;
    width: 100%;
    padding-left: 50px;
    border-left: 1px solid #cccccc;
}

.facetime__text h2{
   font-family: "Graphik-Extralight", sans-serif !important;
   font-size: 58px; 
   line-height: 1;
}

.facetime__text p{
    line-height: 1.5;
    font-family: "Graphik-Medium", sans-serif !important;
    font-size: 18px;
}

.facetime__text span.location-phone{
    font-family: "Graphik-Light", sans-serif !important;
    font-size: 22px;
}

.facetime__text a{
    color: #58585c;
}

@media screen and (max-width: 800px) {
    .facetime-container{
        padding: 40px 0 20px 0;
    }
    .facetime-col-left, .facetime-col-right{
        width: 100%;
        float: none;
    }
    .facetime__image {
        float: none;
        padding-right: 0px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .facetime__text{
        max-width: 650px;
        width: 100%;
        padding-left: 0px;
        border-left: none;
        margin: 30px auto auto;
        display: block;
        text-align: center;
    }
}    

/* End Facetime Container */

/* Start Notice Banner */

.banner-container{
    background-color: #8E3652;
    display: block;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

.banner-container .banner-content{
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;

}
.banner-content a{
    height: auto;
    width:100%;
    text-decoration: none;
}
.banner-content a span{
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1.8;
}

.banner-content .h3{
    font-family: "Graphik-Light", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.94px;
    line-height: 40px;
    margin-bottom: 0px;
    display: inline-block;
}


#important-notice{
    margin-bottom: 80px;
}

/* End Notice Banner */


/* PPC styles */
body.ppc p {
    font-family: Arial,sans-serif !important;
    line-height: 1.5;
}

body.ppc h1, body.ppc h2, body.ppc h3, body.ppc h4, body.ppc .banner h1 {
    font-family: Arial,sans-serif !important;

}
.ppc .text-container{
    margin: 14% 0;
}
.ppc .text-container p{
    margin-bottom: 40px;
}
.ppc .row {
    max-width: 100%;
}
.ppc .logo, .ppc .header-contact {
    padding-bottom: 24px;
}
.ppc .header-contact {
    float: right;
    padding-top: 34px;
}
.ppc .header-contact p {
    margin-bottom: 0;
}
.ppc .banner.vasectomy {
    background-image: url('/wp-content/themes/turek/assets/images/Vasectomy.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 140vh;
}
.ppc .banner h1 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    margin: 0 auto;
    max-width: 688px;
    padding-top: 9.5%;
    text-align: center;
}
.ppc .banner p {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 34px;
    margin: auto;
    max-width: 798px;
    padding-top: 2.5%;
    padding-bottom: 4.7%;
    text-align: center;
}
.ppc .ivf.banner p {
    font-size: 20px;
    max-width: 1000px;
    padding-top: 15px;
    padding-bottom: 0;
}
.ppc .ivf.banner .form-wrapper {
    margin: 30px auto 0;
}
.ppc.azoospermia .banner p{
    padding-top: 1%;
    padding-bottom: 2%
}
.ppc .banner .form-wrapper {
    background-color: #4798AC;
    margin: 0 auto;
    max-width: 370px;
    padding: 26px 44px;
    width: 100%;
}
.ppc .banner .form-wrapper label {
    color: #fff;
    text-align: left;
    margin-right: 0;
    width: 100%;
}
.ppc .banner .form-wrapper input[type="text"], .ppc .banner .form-wrapper input[type="tel"], .ppc .banner .form-wrapper input[type="email"] {
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 4px;
    margin-bottom: 0;
}
.ppc .banner .form-wrapper .State {
    display: block;
    margin-bottom: 20px;
}
.ppc .banner .form-wrapper input[type="submit"] {
    background-color: #204379;
    color: #fff;
    width: 237px;
    height: 47px;
    line-height: 19px;
    margin: 35px auto 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.ppc .logos {
    background-color: #f0f3f5;
    padding: 30px 0;
}
.ppc .logos p {
    font-size: 24px;
    color: rgb(55, 70, 90);
    line-height: 38px;
    text-align: center;
}
.ppc .logos .logo {
    display: block;
    margin: auto;
    padding-bottom: 0;
}
.ppc .logos .ny-times-logo {
    max-width: 202px;
    padding-top: 10px;
}
.ppc .logos .wall-street-journal-logo {
    max-width: 202px;
    padding-top: 7px;
}
.ppc .logos .vice-logo {
    max-width:80px;
    padding-top: 6px;
}
.ppc .locations {
    background-color: #fff;
    background-image: none;
    display: block !important;
    padding-top: 90px;
}
.ppc .locations h2 {
    font-size: 30px;
    color: rgb(106, 107, 112);
    line-height: 36px;
    position: relative;
    text-align: center;
}
.ppc .locations p {
    font-size: 17px;
    color: rgb(106, 107, 112);
    line-height: 27px;
    text-align: center;
}
.ppc .locations .icon {
    display: block;
    margin: 26px auto;
    max-width: 59px;
}
.ppc .locations h4 {
    font-size: 17px;
    color: rgb(0, 0, 0);
    line-height: 27px;
    text-align: center;
}
.ppc .locations .address {
    font-size: 17px;
    color: rgb(106, 107, 112);
    line-height: 27px;
    text-align: center;
}
.ppc .cases, .ppc .care, .ppc .doc {
    padding: 110px 0;
}
.ppc .cases img, .ppc .care img, .ppc .doc img {
    width: 100%;
}
.ppc .cases .image-cap, .ppc .care .image-cap {
    background-color: #3AC4E7;
    padding: 45px 25px;
    min-height: 157px;
    height: auto;
    width: 100%;
    font-size: 26px;
    color: rgb(255, 255, 255);
    line-height: 36px;
    text-align: center;
}
.ppc .stats {
    background-image: url('/wp-content/themes/turek/assets/images/stats-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 100px;
}
.ppc .stats .stat p {
    color: #3ac4e7;
    margin-bottom: 0;
    padding: 20px;
    font-size: 2em;
    line-height: 2.5;
    width: 130px;
    height: 130px;
    text-align: center;
    border: 2px #3ac4e7 solid;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto 30px;
    display: block;
}

.ppc.vasectomy .stats .stat p{
    padding: 34px 20px 20px;
    width: 160px;
    height: 160px;
}

.ppc .stats p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 215px;
    margin: 0 auto 65px;
}
.ppc .stats .bottom-text {
    margin: 0 auto 45px;
    max-width: 530px;
    width: 100%;
}
.ppc .learn-more-btn {
    display: block;
    margin: auto;
    background-color: #3ac4e7;
    color: #ffffff;
    font-size: 21px;
    max-width: 500px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    transition-duration: .3s;
    border-radius: 4px;
}
.ppc .learn-more-btn.azoospermia {
    max-width: 520px;
}
.ppc .learn-more-btn:hover { 
    background-color: #fff;
    color: #3ac4e7;
}
.ppc .doc {
    background-image: url('/wp-content/themes/turek/assets/images/doc-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.ppc .doc h2, .ppc .doc p {
    color: #fff;
}
.ppc .doc img {
    max-width: 350px;
}
.ppc .steps {
    padding: 60px 0 0;
}
.ppc .steps .step-wrap, .ppc .steps .bottom-wrap {
    display: block;
    margin: auto;
    max-width: 700px;
    width: 100%;
}
.ppc .steps .step-wrap h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    max-width: 100%;
    text-align: center;
}
.ppc .steps .step-wrap p {
    line-height: 1.5;
    min-height: 50px;
    margin-bottom: 15px;
    padding-left: 150px;
    position: relative;
}
.ppc .steps .step-wrap span {
    color: #98a0a6;
    position: absolute;
    left: 0;
    font-size: 28px;
    line-height: 1.5;
}
.ppc .steps.azoospermia span {
    left: 95px;
}
.ppc .steps .easy {
    color: #3ac4e7;
    font-size: 32px;
    margin: 70px 0 100px;
    text-align: center;
}
.ppc .steps h2 {
    display: block;
    font-size: 30px;
    margin: auto;
    max-width: 475px;
    text-align: center;
}
.ppc .steps .bottom-wrap ul {
    margin-bottom: 100px;
}
.ppc .bottom-logos .container {
    max-width: 960px;
}
.ppc .bottom-logos {
    background-color: #fff;
    padding: 75px 0 130px;
}
.ppc .bottom-logos img {
    display: block;
    margin: auto;
}
.ppc .bottom-logos .ff-logo, .ppc .bottom-logos .parasail-logo {
    max-width: 80%;
}
.ppc .cta {
    background-image: url('/wp-content/themes/turek/assets/images/cta-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 124px;
}
.ppc .cta h2, .ppc .cta p {
    color: #fff;
    text-align: left;
}
.ppc .cta h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.ppc .cta p {
    line-height: 1.5;
    font-size: 20px;
}

.ppc .cta .phone{
    color: #fff;
}

.ppc .get-started-btn {
    display: block;
    margin: auto;
    background-color: #191c29;
    color: #ffffff;
    font-size: 21px;
    max-width: 270px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    transition-duration: .3s;
    border-radius: 4px;
}
.ppc .get-started-btn:hover { 
    background-color: #fff;
    color: #191c29;
}
.ppc footer {
    background-color: #222222;
    padding-top: inital;
    padding: 25px 0;
}
.ppc footer p, .ppc footer a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.ppc footer a {
    display: inline-block;
}


.ppc2 .header-contact {
    padding-top: 3.5em;
}
.ppc2 .banner.fertility {
    background-image: none;
    background-color: #fff;
    height: auto;
    min-height: 124vh;
}
.ppc2 .banner h1, .ppc2 .banner p {
    color: #000;
}
.ppc2 .banner h1 {
    font-family: inherit;
    font-size: 66px;
    max-width: 750px;
    padding-top: 3.5%;
}
.ppc2 .banner h2 {
    font-family: inherit;
    font-size: 2em;
    font-weight: bold;
    margin-top: 44px;
    text-align: center;
}
.ppc2 .banner .row p {
    text-align: left;
    max-width: 432px;
}
.ppc2 .banner .header-img {
    width: 100%;
}
.ppc2 .banner .form-wrapper {
    background-color: #F6F6F6;
    margin-bottom: 30px;
}
.ppc2 .banner .row .form-header {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.ppc2 .banner .row .form-wrapper p {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.ppc2 .banner .form-wrapper label {
    color: #222;
}
.ppc2 .banner .form-wrapper .bottom-text {
    font-size: 12px;
    line-height: 1.5;
}
.ppc2 .page-separator {
    background-image: url('/wp-content/themes/turek/assets/images/page-sep.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 133px 0 125px;
}
.ppc2 .page-separator .text-wrapper {
    background-color: rgba(36, 36, 36, 0.74);
    padding: 26px 15px;
}
.ppc2 .page-separator p {
    color: #fff;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.7;
}
.ppc2 .him {
    padding: 130px 0;
}
.ppc2 .him h2 {
    font-family: inherit;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 90px 0 50px;
}
.ppc2 .services {
    background-color: #DFE5EE;
    padding: 70px 0 60px;
}
.ppc2 .services h2, .ppc2 .steps h2, .ppc2 .locations h2, .ppc2 .doc h2 {
    font-family: inherit;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.ppc2 .services .top-text {
    margin-bottom: 35px;
}
.ppc2 .services p {
    margin: auto;
    max-width: 750px;
    text-align: center;
}
.ppc2 .service-wrap {
    background-color: #fff;
    margin-bottom: 27px;
    min-height: 270px;
    padding: 40px 10px 30px;
}
.ppc2 .service-wrap h3 {
    font-size: 1.5em;
    line-height: 1.25;
    text-align: center;
}
.ppc2 .service-wrap p {
    font-size: .9em;
    text-align: left;
}
.ppc2 .doc {
    background-image: none;
    background-color: #fff;
}
.ppc2 .steps h2, .ppc2 .locations h2 {
    margin-bottom: 25px;
}
.ppc2 .locations, .ppc2 .locations h2 {
    padding-top: 0;
}
.ppc2 .steps h2, .ppc2 .locations h2, .ppc2 .doc h2, .ppc2 .doc p {
    color: #000;
}
.ppc2 .doc {
    padding: 80px 0 45px;
}
.ppc2 .doc h2 {
    text-align: left;
}
.ppc2 .cta {
    background-image: none;
    background-color: #2D2D2D;
    padding: 75px 0 65px;
}
.ppc2 .cta p {
    color: #fff;
    font-size: 2em;
}
.ppc2 .get-started-btn {
    background-color: #3a7fe7;
    color: #fff;
    max-width: 290px;
}
.ppc .logos.ivf-media {
    background-color: #2d2d2d;
    padding: 45px 10px;
}
.ppc .logos.ivf-media .media_block__items {
    padding: 0;
}
.ppc .logos.ivf-media p {
    color: #ffffff;
}
.ppc .reviews-block {
    background-color: #4798AC;
}
.ppc iframe {
    max-width: 100%;
}
body.ppc ul li {
    font-family: Arial,sans-serif !important;
    line-height: 1.5;
}
.ppc .ivf.banner {
    background-image: url('/wp-content/themes/turek/assets/images/happy-family-in-the-park-picture-id1071896380.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 140vh;
    padding-bottom: 40px;
}

.ppc .banner.fertility2 {
    background-image: url('/wp-content/themes/turek/assets/images/Male_Infertility_Clinic.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 140vh;
}

.ppc .banner.procedure2 {
    background-image: url('/wp-content/themes/turek/assets/images/Fertility_Procedures.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 140vh;
}

.ppc .banner.vasectomy-new2 {
    background-image: url('/wp-content/themes/turek/assets/images/vasectomy-new.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 140vh;
}
.ppc .banner.azoospermia-2 {
    background-image: url('/wp-content/themes/turek/assets/images/No_Low_Sperm2_azoospermia.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 140vh;
}
.ppc .form-wrapper .consult {
    font-size: 14px;
    line-height: 18px;
}
.ppc .banner.talk-with-turek {
    background-image: url('/wp-content/themes/turek/assets/images/talk-with-turek.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-position: right center;
    padding-bottom: 70px;
}
.ppc .banner.varicocele {
    background-image: url('/wp-content/themes/turek/assets/images/male_infertiltiy.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-position: right center;
    padding-bottom: 70px;
}


.post-type-archive-podcast .podcast-entry .post_image img {
    max-height: 200px;
    width: 300px;
    margin: 0 0 10px 10px;
}

.home .button_wrapper {
    display: flex;
    justify-content: space-between;
}
}
@media screen and (max-width: 1280px) {
    .ppc .banner.vasectomy, .ppc .banner.fertility {
        min-height: 1150px;
    }
    .ppc2 .service-wrap {
        min-height: 300px;
    }
}
@media screen and (max-width: 1100px) {
    .ppc .text-container{
    margin: 5% 0;
    }
}
@media screen and (max-width: 1024px) {
    .ppc .logo {
        display: block;
        margin: auto;
    }
    .ppc .header-contact {
        display: block;
        float: none;
        margin: auto;
        max-width: 240px;
        padding-top: 0;
    }
    .ppc .header-contact p {
        text-align: center;
    }
    .ppc2 .banner .form-wrapper {
        margin-bottom: 30px;
    }
    .ppc .text-container{
        margin: 0 auto;
    }
    .ppc .banner.vasectomy{
        position: relative;
    }
    /* .ppc .banner.vasectomy h1, .ppc .banner.vasectomy p, .ppc .banner.vasectomy .form-wrapper{
        position: relative;
        z-index: 2;
    } */
    .ppc .banner.vasectomy .mobile-gradient{
        /* position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(40%,rgba(0,0,0,.4)),color-stop(74%,rgba(0,0,0,0)));
        background: linear-gradient(180deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 40%,rgba(0,0,0,0) 74%); */
        display: none;
    }

    .consultation_block img {
	    max-width: 100%;
	    height: auto;
	}
}
@media screen and (max-width: 767px) {
    .ppc .header-contact {
        max-width: 212px;
    }
    .ppc .banner h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .ppc .banner p {
        font-size: 18px;
        line-height: 24px;
    }
    .ppc .logos .logo {
        margin-bottom: 1rem;
    }
    .ppc .banner.vasectomy, .ppc .banner.fertility {
        min-height: 1060px;
    }
    .ppc2 .service-wrap {
        min-height: 250px;
    }
}

@media screen and (max-width: 640px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row img {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    .ppc .stats p {
        margin: 0 auto 40px;
    }
    .ppc .steps .step-wrap p {
        padding-left: 100px;
    }
    .ppc .bottom-logos img {
        display: block;
        margin: 0 auto 25px;
    }
    .ppc .get-started-btn {
        margin: 25px auto 0;
    }
    .ppc .steps.azoospermia span {
        left: 50px;
    }
    .ppc2 .service-wrap {
        min-height: 240px;
    }

    .promo-box{
    	padding: 20px;
    }

    .promo-heading {
    	font-size: 26px;
	}

	.promo-box p{
		font-size: 20px
	}

	.promo-disclaimer{
		font-size: 12px;
	}
    
    .ppc .bottom-logos .patientfi-logo {
        margin: 0 auto;
    }

    .ppc .bottom-logos .cc-logo {
        margin: 10px auto 25px;
    }

    .ppc .bottom-logos .ff-logo, .ppc .bottom-logos .arc-logo, .ppc .bottom-logos .carrot-logo, .ppc .bottom-logos .progyny-logo {
        margin: 60px auto 25px;
    }
    .ppc .bottom-logos .carrot-logo, .ppc .bottom-logos .progyny-logo {
        max-width: 150px;
    }
    .post-type-archive-podcast .podcast-entry .post_image img {
        display: block;
        max-height: 200px;
        width: 300px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 480px) {
    .invis-header{
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .ppc .banner.vasectomy{
        height: 150vh
    }
}
