/*
Theme Name: Dr Pacholec Theme
Theme URI: http://dev-drpacholec.londes.com/
Author: Punit Advani
Description: A description of your theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/drpacholec/fonts/Lato-Black.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/drpacholec/fonts/Lato-Bold.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/drpacholec/fonts/Lato-Regular.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/drpacholec/fonts/Cinzel-Black.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Cinzel-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/drpacholec/fonts/Cinzel-Bold.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Cinzel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/drpacholec/fonts/Cinzel-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Cinzel-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/drpacholec/fonts/Cinzel-Medium.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Cinzel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/drpacholec/fonts/Cinzel-Regular.woff2') format('woff2'),
        url('/wp-content/themes/drpacholec/fonts/Cinzel-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --font-family: 'Lato';
  --font-weight: normal;
  --font-size: 17px;
}
body {
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-size : var(--font-size);
}
.container {
    max-width: 1190px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.top_header {
    background-color: #53a193;
    padding: 15px 0;
}
.top_header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_section {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.conatact_tampa {
    display: flex;
    align-items: center;
    border-right: 3px solid #5dbdab;
    height: 20px;
    line-height: 20px;
    padding-right: 15px;
    column-gap: 10px;
}
.contact_section p, .contact_section a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.top_menu_with_social ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.top_menu_with_social ul li {
    list-style: none;
    display: inline-block;
}
.top_menu_with_social .main-navigation ul li:last-child {
    border-right: 0;
    margin-right: 0;
}
.top_menu_with_social .main-navigation ul li {
    border-right: 3px solid #5dbdab;
    height: 18px;
    line-height: 18px;
    margin-right: 15px;
    padding-right: 15px;
}
.top_menu_with_social {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.head_social ul li {
    margin-right: 5px;
}
.header_center_section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.celebration_book_section {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.book_now img {
    position: relative;
    top: 3px;
    left: 10px;
}
.book_now a {
    background-color: #ddc7a1;
    text-decoration: none;
    font-size: 15px;
    color: #010302;
    font-weight: 900;
    padding: 12px 35px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}
.header_second_menu .second-navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 12px;
    float: left;
    width: 100%;
}
.header_second_menu .second-navigation ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    height: 55px;
    line-height: 19px;
}
.header_second_menu .second-navigation ul li:last-child {
    margin-right: 0;
}
.header_second_menu {
    background: #2d6c5f;
}
.top_menu_with_social ul li a:hover, .footer_section a:hover, .site-footer ul li a:hover {
    color: #c19d5d;
}
.header_second_menu .second-navigation ul li a:hover {
    background-color: #c19d5d;
}
.footer_section {
    background-color: #2e6c60;
    padding: 30px 0;
}
.footer_first_section p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_section ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footer_section a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.footer_section {
    background-color: #2e6c60;
    padding: 30px 0 0 0;
}
.footer_section h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.footer_first_section ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer_section h2::after {
    content: '';
    border-bottom: 5px solid #e6d5c1;
    display: block;
    width: 65px;
    padding-top: 12px;
    margin-bottom: 20px;
}
.footer_section h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
}
.footer_address p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}
.footer_address:last-child {
    border-bottom: 0;
}
.footer_address {
    border-bottom: 1px solid #9ec183;
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.footer_section .row {
    display: flex;
    column-gap: 50px;
}
.footer_first_section {
    width: 26%;
}
.footer_second_section {
    width: 18%;
}
.footer_third_section {
    width: 20%;
}
.footer_fourth_section {
    width: 20%;
}
.site-footer strong {
    color: #91d4c6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.site-footer p {
    color: #bababa;
    font-size: 14px;
    padding: 15px 0;
}
.site-footer ul li:last-child >a {
    border-right: 0;
}
.site-footer ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #91d4c6;
    border-right: 2px solid #91d4c6;
    display: block;
    height: 12px;
    line-height: 10px;
    padding-right: 15px;
    margin-right: 15px;
}
.site-footer ul li {
    display: inline-block;
}
.site-footer {
    background-color: #235a4f;
    text-align: center;
    padding: 20px 0;
}
.page_banner .title {
    font-size: 53px;
    font-family: 'Cinzel';
    font-weight: normal;
}
.page_banner {
    float: left;
    width: 100%;
    background-color: #4b9e8e;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}
footer {
    float: left;
    width: 100%;
}
.page_contact_section {
    float: left;
    width: 100%;
    padding-top: 70px;
}
.head_title h2 {
    font-size: 48.67px;
    color: #4b9d8e;
    font-family: 'Cinzel';
    font-weight: 500;
}
.head_title h2::after {
    content: '';
    border-bottom: 8px solid #dec8a1;
    display: block;
    width: 100px;
    padding-top: 5px;
    margin-bottom: 20px;
}
.contactmap_block {
    display: flex;
    column-gap: 15px;
    position: relative;
    margin-top: 80px;
}
.contactmap_block .location_left iframe, .contactmap_block .location_right iframe {
    border-radius: 10px;
}
.contactmap_block .location_left iframe, .contactmap_block .location_right iframe {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contactmap_block .contact_map_left_image, .contactmap_block .contact_map_right_image{
    position: relative;
}
.contactmap_block .contact_map_left_image span {
    position: absolute;
    left: 40px;
    top: -25px;
}
.contactmap_block .contact_map_right_image span {
    position: absolute;
    left: 40px;
    top: -25px;
}
.contactmap_block span {
    background-color: #4b9e8e;
    color: #fff;
    font-size: 24.67px;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 10px;
}
.left_address, .right_address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contactmap_block h2 {
    font-size: 18px;
    color: #4b9d8e;
    font-weight: bold;
    border-bottom: 1px solid #4b9d8e;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.contactmap_block p {
    font-size: 16px;
    color: #171515;
    font-weight: bold;
    line-height: 25px;
}
.address a {
    color: #171515;
    text-decoration: none;
}
.button_book a {
    font-size: 20.84px;
    background-color: #e6d5c1;
    color: #010302;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap : 15px;
    font-weight: 900;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 30px;
}
.button_book {
    margin-right: 20px;
    margin-top: 80px;
}
.contact_form_section {
    display: flex;
    column-gap: 20px;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 50px;
}
.contact_form_section h2 {
    font-size: 48.67px;
    color: #4b9d8e;
    font-family: 'Cinzel';
    font-weight: 500;
}
.contact_form_section h2::after {
    content: '';
    border-bottom: 8px solid #dec8a1;
    display: block;
    width: 90px;
    padding-top: 5px;
    margin-bottom: 20px;
}
.name_section, .mail_phone {
    display: flex;
    column-gap: 10px;
}
.left_form label {
    font-size: 17px;
    color: #8c8b8b;
    float: left;
    width: 100%;
}
.left_form input {
    height: 40px;
    width: 100%;
    border: 1px solid #4b9d8e;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4b8f82;
    font-weight: 500;
    padding: 0 8px;
}
.birth_date label, .clinic_interest label, .program_interest label {
    color: #4e4e4e;
}
.birth_date label, .clinic_interest label {
    float: left;
    width: auto;
    margin-top: 20px;
    margin-right: 20px;
}
.birth_date input {
    width: 83%;
    text-align: center;
}
.clinic_interest select {
    width: 78%;
    height: 40px;
    border: 1px solid #4b9d8e;
    border-radius: 5px;
    margin-top: -10px;
}
.program_interest span.wpcf7-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%;
    margin: 0;
}
.program_interest {
    margin-top: 30px;
}
.program_interest span.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 17px;
    color: #8c8b8b;
}
.program_interest span.wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #b6b6b6;
}
.form_button {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
label.program_border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 95%;
}
.program_interest span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.form_button input.wpcf7-submit {
    background: #e6d5c1;
    border-top: 4px solid #ede1d2;
    border-left: 4px solid #ede1d2;
    font-size: 20.84px;
    color: #010302;
    font-weight: 900;
    text-transform: uppercase;
    padding: 30px 70px 32px 30px;
    line-height: 0;
    cursor: pointer;
    border-radius: 100px;
    border-right: 0;
    border-bottom: 0;
    width: fit-content;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
}
.form_button::after {
    content: '';
    background-image: url(/wp-content/themes/drpacholec/images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 34px;
    left: 33%;
}
.our_service_data {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
}
.home_service_block {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
    margin-bottom: 15px;
}
.home_service_block a {
    text-decoration: none;
}
.home_our_services {
    float: left;
    width: 100%;
}
.home_our_services h2, h2.conditions_title, h2.title_pacholec {
    color: #4b9d8e;
    font-size: 48.67px;
    font-family: 'Cinzel';
    font-weight: 500;
}
.home_service_block h2 {
    font-size: 15px;
    font-family: 'Lato';
    color: #5d5d5d;
    font-weight: bold;
    padding-top: 15px;
}
h2.title_services::after, h2.conditions_title::after, h2.title_pacholec::after {
    content: '';
    border-bottom: 8px solid #e6d5c1;
    display: block;
    width: 90px;
    padding-top: 0px;
    margin-bottom: 30px;
}
.service_overlay {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(1.2);
    border-radius: 8px;
}
.home_service_block:hover .service_overlay {
    opacity: 1;
    transform: scale(1);
}
.service_overlay p {
    position: absolute;
    bottom: 60px;
    font-size: 15px;
    font-weight: bold;
}
.service_overlay a {
    position: absolute;
    bottom: 15px;
    font-size: 12.67px;
    color: #fff;
    font-weight: bold;
    background-color: #4b9e8e;
    padding: 10px 30px;
    border-radius: 30px;
    line-height: 15px;
    transition: background-color 0.3s ease;
}
.service_overlay span {
    background-color: rgb(0 0 0 / 56%);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.slider_content img {
    width: auto !important;
}
.slider_image {
    width: 50%;
    float: left;
}
.home_slider .item .slider_content {
    width: 50%;
}
.home_slider .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4b9d8d;
    column-gap: 20px;
}
.slider_content h2 {
    font-size: 39px;
    line-height: 48px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cinzel';
    font-weight: 500;
    width: 60%;
}
.slider_content p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    width: 60%;
}
.slider_content a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: #e6d5c1;
    float: left;
    font-size: 20.84px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    color: #010302;
    padding: 10px 35px;
    border-top: 3px solid #ede1d2;
    border-left: 3px solid #ede1d2;
    border-radius: 50px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}
.home_slider .owl-dots {
    position: absolute;
    right: 100px;
    left: 0px;
    bottom: 10px;
}
.home_slider .owl-dots button.owl-dot span {
    background: #8be4d2;
}
.home_slider .owl-dots button.owl-dot.active span {
    background: #fff;
}
.our_mission {
    float: left;
    width: 100%;
    height: 451px;
    background-color: #4b9e8e;
    margin-top: 50px;
    margin-bottom: 50px;
}
.our_mission .row {
    display: flex;
    align-items: center;
}
.mission_image img {
    width: 100%;
}
.mission_detail {
    width: 50%;
}
.mission_detail h2, .medicine_detail h2 {
    font-size: 39px;
    color: #fff;
    font-family: 'Cinzel';
    font-weight: 600;
}
.mission_detail p, .medicine_detail p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    padding-bottom: 30px;
}
.mission_detail a, .medicine_detail a, .schedule_content a, .drpacholec_right a, .rightbanner_content a, .tb_content a, .md_content a,
.video_content a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: #e6d5c1;
    float: left;
    font-size: 20.84px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    color: #010302;
    padding: 10px 35px;
    border-top: 3px solid #ede1d2;
    border-left: 3px solid #ede1d2;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.home_services {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 22px;
    margin-top: 50px;
}
.blocks_detail h2 {
    font-size: 21px;
    color: #fff;
    font-family: 'Cinzel';
    font-weight: bold;
    padding-bottom: 20px;
}
.blocks_detail a {
    background-color: #e6d5c1;
    color: #000000;
    font-size: 16.67px;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
.servie_four_blocks {
    position: relative;
}
.blocks_detail {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider_content a:hover, .mission_detail a:hover, .medicine_detail a:hover, .schedule_content a:hover, .drpacholec_right a:hover,
.rightbanner_content a:hover, .tb_content a:hover, .md_content a:hover, .video_content a:hover {
    background-color: #2d6c5f;
    border-top: 3px solid;
    border-left: 3px solid;
}
.book_now a:hover, .blocks_detail a:hover {
    background-color: #2d6c5f;
}
.service_overlay a:hover {
    background-color: #e6d5c1;
    color: #000;
}
.our_medicine {
    float: left;
    width: 100%;
    background-color: #4b9e8e;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    height: 508px;
}
.our_medicine .row {
    display: flex;
    align-items: center;
}
.medicine_image {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.medicine_detail {
    width: 50%;
    padding-right: 110px;
    padding-top: 100px;
}
.medicine_image img {
    width: 100%;
    height: 508px;
}
.condition_block {
    text-align: center;
    position: relative;
}
.condition_block a {
    text-decoration: none;
}
.condition_block h2 {
    font-size: 16.67px;
    color: #6a6a6a;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}
.condition_main {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.home_condition {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.schedule_content h2 {
    color: #fff;
    font-size: 20.67px;
    line-height: 30px;
    width: 720px;
}
.schedule_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.schedule_full_section {
    float: left;
    width: 100%;
    background-color: #4b9e8e;
    padding: 50px 0;
    margin-bottom: 50px;
}
.drpacholec_div {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 55px;
}
.drpacholec_left p {
    color: #404040;
    line-height: 26px;
    margin-bottom: 25px;
}
.drpacholec_right a {
    position: absolute;
    bottom: 25px;
    left: 10px;
}
.drpacholec_right {
    position: relative;
}
.our_service_section, .pacholec_section {
    float: left;
    width: 100%;
}
.testimonial_section {
    float: left;
    width: 100%;
    background-image: url(/wp-content/themes/drpacholec/images/testimonail_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.client_title {
    text-align: center;
    padding: 65px 0 160px 0;
}
.client_title h2 {
    color: #dec8a1;
    font-weight: bold;
    font-size: 34.67px;
}
.client_title h2::after {
    content: '';
    border-bottom: 8px solid #dec8a1;
    display: block;
    width: 90px;
    padding-top: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.client_title p {
    color: #fff;
}
.service_banner {
    float: left;
    width: 100%;
    background-color: #53a193;
    display: flex;
    align-items: center;
    column-gap: 100px;
}
.leftbanner {
    float: left;
    width: 50%;
}
.leftbanner img {
    width: 55vw;
    aspect-ratio: 1.5;
    object-fit: cover;
}
.benefits_featureimg img {
    width: 52vw;
    object-fit: cover;
    aspect-ratio: 1.5;
}
.rightbanner_content h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cinzel';
    font-weight: 400;
    width: 70%;
    letter-spacing: 2px;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.rightbanner_content p {
    color: #fff;
    line-height: 28px;
    width: 73%;
    margin-bottom: 40px;
}
.rightbanner_content {
    width: 50%;
}
.service_center_div {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.service_center_div h2::after {
    content: '';
    border-bottom: 1px solid #71b3a5;
    width: 45%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.service_center_div h2 {
    color: #71b3a5;
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 50px;
    position: relative;
}
.service_center_div p {
    color: #8b8b8b;
    line-height: 28px;
}
.benefits_div {
    float: left;
    width: 100%;
    height: 586px;
    background-color: #53a193;
}
.benefits_div .row {
    display: flex;
    column-gap: 40px;
}
.benefits_featureimg {
    position: absolute;
    right: 0;
}
.benefits_leftdiv ol {
    padding-left: 15px;
    padding-top: 20px;
}
.benefits_leftdiv p, .benefits_leftdiv li, .video_content p {
    color: #fff;
    line-height: 28px;
}
.benefits_leftdiv {
    width: 45%;
    padding-top: 80px;
}
.benefits_leftdiv h2, .video_content h2 {
    font-size: 34px;
    color: #fff;
    font-family: 'Cinzel';
    font-weight: 500;
}
.benefits_leftdiv h2::after, .video_content h2::after {
    content: '';
    border-bottom: 8px solid #e6d5c1;
    display: block;
    width: 90px;
    margin-bottom: 15px;
}
.program_highlight_div {
    float: left;
    width: 100%;
}
.top_program_div p {
    color: #8b8b8b;
    line-height: 28px;
}
.top_program_div h2 {
    font-size: 48.67px;
    font-family: 'Cinzel';
    font-weight: 500;
    color: #71b3a5;
}
.top_program_div {
    text-align: center;
    padding: 50px 0 30px 0;
}
.top_bottom_div {
    background-color: #67ada0;
    color: #fff;
    height: 557px;
}
.tb_image {
    position: absolute;
    left: 0;
    float: left;
    width: 50%;
}
.tb_content {
    float: right;
    width: 50%;
    padding-left: 50px;
    padding-top: 100px;
}
.tb_content h2, .md_content h2 {
    font-size: 34px;
    font-family: 'Cinzel';
    font-weight: 500;
}
.tb_content p, .md_content p {
    line-height: 28px;
    margin-bottom: 25px;
}
.tb_content h2::after, .md_content h2::after {
    content: '';
    border-bottom: 8px solid #e6d5c1;
    display: block;
    width: 100px;
    margin-bottom: 15px;
}
.middle_div {
    background-color: #67ada0;
    color: #fff;
    height: 557px;
}
.md_image {
    position: absolute;
    right: 0;
    float: right;
    width: 50%;
}
.md_content {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-right: 50px;
}
.tb_image img, .md_image img {
    width: 100%;
    height: 557px;
}
.bottom_content {
    padding-top: 45px;
}
.video_div {
    background: #67ada0;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.video_div .row {
    display: flex;
    align-items: center;
    column-gap: 70px;
}
.video_content {
    width: 50%;
}
.video_frame {
    width: 50%;
    margin-bottom: -4px;
}
.video_frame video {
    width: 49.4vw;
}
.video_content p {
    margin-bottom: 25px;
}









/* Service Page Elementor Css Start */
.border_bottom h2::after {
    content: '';
    border-bottom: 8px solid #e6d5c1;
    display: block;
    width: 90px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.bottom_border_center h2::after {
    content: '';
    border-bottom: 8px solid #e6d5c1;
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
.testinomial_section .client_image img {
    width: 86px;
}
.testimonial-carousel {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.testimonial-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.testimonial-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.testimonial-carousel .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
}
.testimonial-carousel .item {
    background-color: #e6d5c1;
    border-radius: 10px;
    padding: 50px 40px 25px 40px;
    float: left;
    width: 100%;
}
.client_image {
    float: left;
    padding-right: 20px;
}
.client_info {
    float: left;
    padding-top: 13px;
}
.slider_bottom {
    padding-top: 30px;
}
.slider_top p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
}
.client_info p {
    color: #71b3a5;
    font-size: 16px;
}
.client_info h2 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 28px;
}
.testimonial-carousel .owl-dots {
    display: none;
}
.testinomial_section {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.testinomial_section .testimonial-carousel .owl-nav button {
    background-color: #efefef;
    padding: 10px 25px;
    border: 0;
    border-radius: 8px;
}
.client_star span::before {
    color: #71b3a5;
}
.client_star {
    float: right;
    padding-top: 21px;
}
.product_border .e-con-inner {
    border-bottom: 1px solid #D1DFDC;
    padding-bottom: 30px !important;
    margin-bottom: 20px !important;
}
/* Service Page Elementor Css End */


/* Custom CSS for submenu */
.second-navigation .sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
}
.second-navigation .menu-item:hover > .sub-menu {
    display: block;
    background-color: #2d6c5f;
}
.second-navigation .menu-item .sub-menu li {
    height: 100%;
    width: 100%;
    margin-right: 0;
}
.second-navigation .menu-item .sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.second-navigation .menu-item {
    position: relative;
}
.second-navigation .menu-item .sub-menu {
    top: 108%;
    left: 0;
    width: 300px;
}
.home_service_block:hover >.service_heading {
    display: none;
}
.contact_call a {
    color: #171515;
}
.service_left_data {
    float: left;
    width: 50%;
}
.service_right_data {
    float: right;
    width: 50%;
    background-color: #67ada0;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
}
.service_popup_div {
    display: flex;
    column-gap: 30px;
    padding: 30px 10px;
}
.service_left_data h2 {
    color: #4b9e8e;
    font-size: 34px;
    font-family: 'Cinzel';
    font-weight: 500;
    border-bottom: 1px solid #4b9e8e;
    margin-bottom: 10px;
}
.service_left_data p {
    color: #7c7878;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
}
.service_right_data h2 {
    font-size: 30px;
    font-family: 'Cinzel';
    font-weight: 500;
    margin-bottom: 10px;
}
.service_right_data input, .service_right_data select {
    border: 2px solid #4b8f82;
    padding: 15px 10px;
    border-radius: 5px;
}
.field_input {
    margin-bottom: 10px;
}
.field_service_checkbox span.wpcf7-form-control {
    float: left;
    width: 100%;
}
.field_service_checkbox {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.field_service_checkbox span.wpcf7-list-item {
    margin: 0 0 15px 0;
    float: left;
    width: 50%;
}
.field_service_checkbox p {
    font-size: 17px;
    margin-bottom: 15px;
}
.field_service_checkbox input {
    width: auto;
}
.field_service_checkbox span.wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.field_service_checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px;
}
.field_service_checkbox span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.service_form_button input {
    background: #dec8a1;
    border-top: 4px solid #ede1d2;
    border-left: 4px solid #ede1d2;
    font-size: 20.84px;
    color: #010302;
    font-weight: 900;
    text-transform: uppercase;
    padding: 24px 70px 26px 30px;
    line-height: 0;
    cursor: pointer;
    border-radius: 100px;
    border-right: 0;
    border-bottom: 0;
}
.service_form_button {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.service_form_button::after {
    content: '';
    background-image: url(/wp-content/themes/drpacholec/images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 18px;
    left: 140px;
}
/*@media only screen and (min-width: 1921px) {
.benefits_featureimg img {
    width: 45vw;
    height: 65vh;
}
.tb_image img, .md_image img {
    height: 65vh;
}
.top_bottom_div, .middle_div, .benefits_div, .our_medicine {
    height: 65vh;
}
.leftbanner img, .medicine_image img {
    width: 100%;
    height: 100%;
}
}*/
@media only screen and (max-width: 992px) { 
.mobile_service .e-con-inner .service_heading {
    left: 0 !important;
    right: 0;
}
.conditions-flow .elementor-widget-heading {
    right: 0;
}
.slider_content h2, .slider_content p {
    width: 100%;
}
.slider_image, .home_slider .item .slider_content {
    width: 100%;
}
.home_slider .owl-nav {
    display: block !important;
}
.home_slider .owl-dots {
    display: none;
}
.home_slider .item .slider_content {
    padding: 20px 15px 50px 15px;
    float: left;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.site-footer {
    padding: 20px 15px;
}
}
@media only screen and (max-width: 767px) {
    .service_left_data h2, .service_right_data h2 {
        font-size: 24px;
    }
    /*.field_service_checkbox span.wpcf7-list-item .wpcf7-list-item-label {
        font-size: 12px;
    }*/
    .service_right_data {
        padding: 20px 10px;
    }
    .service_popup_div {
        display: block;
        padding: 10px 0px;
    }
    .service_left_data, .service_right_data {
        width: 100%;
    }
    .mobile_service .e-con-inner .service_heading {
        left: 0 !important;
        right: 0;
    }
    .slider_content p {
        font-size: 15px;
        line-height: 24px;
    }
    .slider_content h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .home_slider .item {
        display: block;
        float: left;
        width: 100%;
    }
    .contact_section {
        justify-content: center;
    }
    .top_section {
        margin-left: 0;
    }
    .top_menu_with_social {
        padding-top: 20px;
        justify-content: center;
    }
    .contact_section p, .contact_section a {
        font-size: 14px;
    }
    .top_header .row {
        display: block;
    }
    .header_center_section {
        display: none;
    }
    .contactmap_block, .contact_form_section {
        display: block;
    }
    .contactmap_block .contact_map_left_image span, .contactmap_block .contact_map_right_image span {
        left: 26px;
        top: -15px;
    }
}
