/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



:root{
    --primary-color: #36556D;
    --secondary-color: #ECE8D3;
    --black: #000000;
    --yellow: #F9C700;
    --light-blue: #ACC0E5;
    --gray: #f2f2f2;
    --bg_color: #f9fafa;
    --text_color: #3f444b;
    --primary-font-family: "Poppins";
    --secondary-font-family: "Roboto";
    --large-font: 48px;
    --medium-font: 30px;
    --small-font: 20px;
    --body-font: 16px;
    --full-width:1809px;
    --content-width:1170px;
    --white: #ffffff;
}
@media(max-width:768px){
    :root{
        --large-font: 30px;
        --body-font: 16px;
    }
}
html {
    margin: 0px !important;
}
body{
    margin: 0;
    font-size: var(--body-font);
    color: var(--black);
    font-family: var(--secondary-font-family);
    line-height: 1.4em;
}
img {
    width: 100%;
}
a {
    color: var(--primary-color);
    word-wrap: break-word;
}
a:active, a:hover{
   color: var(--yellow); 
}
p{
    font-size: var(--body-font);
    line-height: 1.4em;
    font-family: var(--secondary-font-family);
    margin-bottom: 23.8px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
p:last-child {
    margin-bottom: 0;
}
h1{
    font-size: var(--large-font);
    font-weight: 600;
    line-height: 1.4em;
    margin-top:0px;
    font-family: var(--primary-font-family);
}
h2{
    font-size: var(--medium-font);
    font-weight: 600;
    line-height: 1.4em;
    margin-top:0px;
    font-family: var(--primary-font-family);
}
h3, h4, h5, h6{
    font-size: var(--small-font);
    font-weight: 600;
    line-height: 1.4em;
    margin-top:0px;
    font-family: var(--primary-font-family);
}
strong, b {
    font-weight: 700;
}
iframe{
    width:100%;
    border:none;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: .58rem 1rem;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
}
blockquote {
    margin: 1.5em;
    border-left: 5px solid rgba(0,0,0,0.05);
    padding: 20px;
    font-style: italic;
}
.row {
    max-width: var(--content-width);
    width: 100%;
    margin: 0 auto;
}
.button {
    font-family: var(--primary-font-family);
    background: var(--yellow);
    color: var(--black);
    padding: 12px 24px;
    border-radius: 3px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: max-content;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.4;
    text-transform:uppercase;
}

.button:hover {
    background: var(--primary-color);
    color: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

header .button i {
    color: #fff;
}
.section {
    overflow: hidden;
}
.maincontent ul li:last-child {
    margin-bottom: 23.8px;
}
.red-tipp {
    color: red;
}
.bold-text {
    font-weight: bold;
}
.styled-table thead tr {
    background-color: #36556d;
    color: #ffffff;
    text-align: left;
}
.styled-table th, .styled-table td {
    padding: 12px 15px;
}
/*Header*/
header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header .row {
    max-width: var(--full-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px 20px;
}
header .top-bar {
    background: var(--primary-color);
}
header .row .custom-logo-link img {
    width: 180px;
    height: auto;
}
header .row .custom-logo-link {
    display: block;
    position: relative;
}
.top-bar form.search-form {
    margin: 0px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar form.search-form input {
     width: 0;
    opacity: 0;
    right: 20px;
    position: absolute;
    transition: all .5s;
    background: #ededed;
    border: none !important;
    font-weight: 700;
    font-family: var(--primary-font-family) !important;
}
.top-bar form.search-form input.active-search{
    width:310px;
    opacity: 1;
    transition: all .5s;
}
.top-bar .search-submit i {
    color: #fff;
    background: transparent !important;
    font-size: 15px !important;
    width: 15px !important;
    height: 15px !important;
    z-index: 1;
}
.top-bar .search-submit {
    background: transparent;
    border: none;
    padding: 0px;
    color:#fff !important;
     z-index: 1;
}
.top-bar .search-submit:hover {
    background: transparent;
}
.top-bar .row {
    justify-content: flex-end;
    padding: 9px 20px;
    
}
.top-bar .search-submit:hover i {
    color: var(--yellow);
    cursor: pointer;
}
.top-bar form.search-form input:focus-visible {
    outline: none;
}
.top-bar form.search-form input.active-search+a {
    z-index: 1;
    padding: 10px;
}
ul#menu-main-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 63px;
    background: #fff;
    z-index: 9;
}
ul#menu-main-menu li:hover ul.sub-menu {
    display: block;
}
ul.sub-menu li a {
    text-align: left;
}
ul.main-menu, .main-menu ul {
    list-style: none;
    padding: 0px;
}
ul#menu-main-menu li, ul#menu-main-menu li a {
    font-family: var(--primary-font-family);
    color: var(--black);
    font-weight: 600;
    line-height: 1;
}
ul#menu-main-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
ul#menu-main-menu li a{
    padding: 13px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: center;
}
ul#menu-main-menu li.menu-item-has-children>a:after {
    content: '\f078';
    padding: 10px;
    font-weight: 900;
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 1;
}
ul#menu-main-menu ul.sub-menu li a:hover {
    background: var(--primary-color);
    color: #fff;
}
header .menu-toggle {
    display: none;
}

/*Footer*/
footer {
    background: var(--gray);
    padding: 30px 20px;
    font-family: var(--primary-font-family);
}
footer .row {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer ul.footer-menu {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
}
footer ul a {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    padding: 13px 0px;
    display: block;
    font-family: var(--primary-font-family);
}
footer .phone {
    color: #54595f;
    font-weight: 500;
    font-family: var(--primary-font-family);
}
footer .copyright {
    padding-top: 50px;
    margin-top: 30px;
    border-top: 1px dotted #9b9b9b;
}
footer .copyright p {
    color: #54595f;
    font-family: var(--primary-font-family);
    margin: 0px;
}


/*homepage*/

main#main {
    max-width: 100%;
    padding: 0px;
}
.content a {
    text-decoration: underline;
}
.content a:hover {
    color: var(--yellow);
}
.col.content {
    padding: 0px 30px;
}
.content .button {
    margin-top: 40px;
}
.content .button+p {
    margin-top: 20px;
}
.content strong, .content b{
    font-weight:500;
}
.hero-banner {
    position: relative;
    min-height: 626px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
.overlay_bg:before {
    content: '';
    background: #232529;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.75;
    z-index: 1;
}
.hero-banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner .row {
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 166px auto 0px;
}
.hero-banner .content {
    color:#fff;
    text-align: center;
    font-family: var(--primary-font-family);
}
.hero-banner .content h1 {
    font-size: 35px;
    margin: 0px 0px 20px;
    font-weight: 600;
}
.hero-banner .light_content h1 {
    font-weight: 400;
    font-size: 30px;
}
.hero-banner .content p {
    font-size: 20px;
    font-family: var(--primary-font-family);
}
.quote-strip {
    background: var(--yellow);
    padding: 24.5px 20px;
}
.quote-strip p {
    margin: 0px;
    text-align: center;
    font-weight: 500;
}
.quote-strip a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 20px;
    color: var(--black);
    line-height: 1.4em;
}
.about.section {
    padding: 60px 20px;
}
.about.section .row {
    display: flex;
    justify-content: space-between;
}
.about.section .row .col {
    width: calc(100%/2);
}
.about.section .row .col.content {
    padding: 0px 30px;
}

.contact-form h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin:0px;
}
span.wpcf7-spinner {
    display: none;
}
.contact-form form p {
    margin: 0px;
}
.contact-form form label {
    width: 100%;
    font-family: var(--primary-font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4em;
    padding-bottom: 7px;
}
.contact-form form br {
    display: none;
}
.contact-form form input, .contact-form form textarea, .contact-form select {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--primary-font-family);
    border-radius: 0px;
    margin-top: 7px;
}
/*.contact-form form input, .contact-form select {*/
/*    height: 40px;*/
/*}*/
.contact-form form textarea {
    height: 79.56px;
}
.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0px;
}
.wpcf7-acceptance span.wpcf7-list-item label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
}
.contact-form form span.required {
    color: red;
    padding-inline-start: 0.2em;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: none;
}
input[type="checkbox"] {
    height: auto !important;
    margin: 0px !important;
}
input[type="submit"] {
    font-family: var(--primary-font-family) !important;
    background: var(--yellow);
    margin: 0px !important;
    color: var(--black);
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: none;
    padding: 12px 24px;
    border-radius: 3px !important;
    line-height: 1;
    width: 100%;
    letter-spacing: 1px;
}
input[type="submit"]:hover{
    background: var(--yellow);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: var(--primary-color);
}
.appointment.section {
    background: var(--light-blue);
    padding: 60px 20px;
}
.appointment.section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.appointment.section .row .col {
    width: calc(100%/2);
}
.services.section {
    padding: 60px 20px;
}
.services.section .row {
    text-align: center;
    max-width: 1734px;
}
.services.section .row h3 {
    margin: 0px;
}
.services.section .row p {
    margin-bottom: revert;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 5px;
}
.flip-box {
  background-color: var(--secondary-color);
  perspective: 1000px;
  width: 100%;
  min-height: 280px;
  height: 100%;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flip-box-front {
  background-color: var(--primary-color);
  color: #fff;
  padding: 35px;
  gap: 42px;
}
.flip-box a{
  text-decoration:underline;
}
.flip-box-front img
{
  height: 50px;
  width: 50px;
}
.flip-box-back {
  background-color: var(--secondary-color);
  color: var(--black);
  transform: rotateX(180deg);
  padding: 35px;
  gap: 20px;
}
.flip-box h3 {
    font-size: 18px;
}
.flip-box p {
    margin: 0px;
    text-shadow: none !important;
    font-size: 16px;
}
.flip-box a.button {
    background: transparent;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 500;
    z-index:1;
}
.flip-box-back h3 {
    font-size: 20px;
    font-weight: 400;
}
.flip-box a.button:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: var(--primary-color) !important;
}
.flip-box-back a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.why-us.section {
    background: var(--secondary-color);
    padding: 60px 20px;
}
.why-us.section .row {
    display: flex;
    justify-content: space-between;
}
.why-us.section .row .col {
    width: calc(100%/2);
}
.counter-box.section {
    background: var(--light-blue);
    padding: 20px 20px;
}
.counter-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.counter-grid .counter-box {
    font-family: var(--primary-font-family);
    width: calc(100%/2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.counter-grid .counter-box h2 {
    font-size: var(--large-font);
    margin: 0px;
}
.counter-grid .counter-box p {
    font-size: var(--small-font);
    font-weight: 600;
    margin: 0px;
    font-family: var(--primary-font-family);
}

.section .col-image {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.testimonial.section {
    background: var(--secondary-color);
    padding: 60px 20px;
}
.testimonial.section h3 {
    text-align: center;
}
.testimonial.section .item {
    padding: 20px;
    text-align: center;
    max-width: 1043px;
    margin: 0 auto;
}
.testimonial.section .item p.description {
    font-size: 16px;
    font-style: italic;
    font-weight: 400 !important;
    text-shadow: none !important;
    line-height: 1.6;
}
.testimonial.section p.name {
    font-size: 16px;
    font-weight: 400 !important;
    text-shadow: none !important;
}
.testimonial .button {
    margin: 30px auto 0;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0px 6px;
    width: 6px;
    height: 6px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.play-box {
    position: relative;
    cursor: pointer;
}
.play-box .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-box .play-icon i {
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    width: 83px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.popup.show{
    display: flex;
}
.popup .popup-body {
    width: 85vw;
    max-height: 85vh;
    z-index: 1;
    position: relative;
}
.popup:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
}
.popup .close {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}
.popup .popup-body iframe {
    width: 100%;
    border: none;
    aspect-ratio:4 / 2;
    height: auto;
}
.partner.section {
    background: var(--light-blue);
    padding: 60px 20px;
    text-align: center;
}
.partner.section .row {
    padding: 0px 57px;
}
.info-with-gallery.section {
    padding: 60px 20px;
    text-align: center;
}
.info-with-gallery .gallery-grid {
    display: flex;
    gap: 10px;
    margin-top: 40px !important;
}
.info-with-gallery .gallery-grid .item {
    width: calc(100% / 4);
}
.contact.section {
    background: var(--primary-color);
    padding: 60px 20px;
}
.contact.section .row {

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact.section .row .col {
    width: calc(100%/2);
}
.contact.section .row .col:last-child {
    background: #fff;
    padding: 30px 30px;
}
.contact.section .row .col iframe {
    width: 100%;
    aspect-ratio: 3 / 2;
}
.contact.section .quote {
    padding-top: 30px;
}
.contact.section .quote p.quote-text:before {
    content: '“';
    font-weight: 900;
    height: 0.6em;
    line-height: 1;
    color: #36556D63;
    display: block;
    font-family: "Times New Roman", Times, serif;
    font-size: calc(1px* 100);
    margin-bottom:20px;
}
.contact.section .quote p.name {
    margin: 0px;
    font-weight: 700;
}
.contact.section h5 {
    color: #fff;
    margin: 0px 0px 30px;
    position: relative;
}
.contact.section h5:after {
    content: '';
    background: #fff;
    width: 78px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -29px;
}
.contact.section ul.contact-info {
    padding: 30px 0px;
    list-style: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact.section ul.contact-info li, .contact.section ul.contact-info a {
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact.section ul.contact-info a:hover {
    color: var(--yellow);
}
.contact.section .widget-2 ul.contact-info {
    gap: 15px;
}
/* Inner Parent Page CSS*/
.innerpages_hero .content h1 {
    background-color: #00000054;
    margin: 0 auto 20px;
    padding: 10px;
    width: fit-content;
}
.innerpages_hero .content p {
    background-color: #00000054;
    padding: 10px;
}
.innerpage_content {
    padding: 60px 20px;
    width: 100%;
    display: flex;
    gap: 100px;
}
.maincontent {
    width: calc(75% - 50px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page_content a {
    text-decoration: underline;
}
.pages_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.pages_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.pages_box a{
    text-decoration: underline;
}
.pages_box img {
    aspect-ratio: 1.7;
    object-fit: cover;
}
.footer_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.need_help {
    width: 100%;
    display: flex;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
}
.need_help>div {
    width: 100%;
    display: flex;
}
.need_help .text {
    padding: 15px;
    text-align: center;
    background-color: var(--bg_color);
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.need_help .text img {
    height: 50px;
    object-fit: contain;
}
.need_help .img img {
    object-fit: cover;
}
.need_help .text p {
    font-family: "Poppins", sans-serif;
    color: var(--text_color);
    margin: 0;
}
.sidebar {
    width: calc(25% - 50px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: fit-content;
    position: sticky;
    top: 0;
    right: 0;
    min-width: 285px;
}
.sidebar .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}
.sidebar .widget h3 {
    width: 100%;
    background-color: var(--yellow);
    padding: 15px;
    text-align: center;
}
.sidebar aside:not(:last-child) .wp-block-group {
    background-color: var(--primary-color);
}
:root :where(.is-layout-constrained) > * {
    margin-block-start: 0;
}
.sidebar .widget ul {
    list-style: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sidebar .widget ul li {
    display: flex;
    gap: 10px;
    color: var(--wp--preset--color--white);
}
.sidebar .widget ul li::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color: var(--secondary-color);
}
.sidebar .widget a {
    width: 100%;
    font-size: 20px;
    border-radius: 0;
}
.sidebar .widget .link {
    color: var(--white);
    padding: 15px;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}
.sidebar .widget iframe {
    height: 350px;
}
.sidebar .wp-gr .grw-review .wp-google-feedback {
    height: auto !important;
}
.sidebar .grw-review {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #dbdde1 !important;
}
aside#block-5 {
    padding-bottom: 15px;
}
/************** Blog Child Pages css ****************************************/
.blogchildpages_banner:before{
    content: unset;
}
.blogchildpages_banner {
    padding: 123px 20px;
    min-height: 50vh;
}
.blogchildpages_banner .row {
    margin-top: 0;
    justify-content: flex-start;
}
.blogchildpages_banner .content {
    width: 50%;
}
.blogchildpages_banner .content h1 {
    color: var(--primary-color);
    text-align: left;
    font-size: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blogchildpages_banner .content h1.white_heading {
    color: var(--white);
}
.blogchildpages_banner .content h1::after {
    content: "";
    background-color: var(--yellow);
    width: 80px;
    height: 6px;
    display: block;
}
.blogchildpages_banner .content h1.white_heading::after {
    background-color: var(--white);
}
.imagegallery_grid {
    column-count: 3;
    column-gap: 12px;
}
.imagegallery_grid img {
    width: 100%;
    break-inside: avoid;
}
.image_overlay{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
}
.image_overlay:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition-duration: 200ms;
    transition-property: mix-blend-mode, transform, opacity, background-color;
}
.quotesgrid_section {
    padding: 32px 20px;
}
.quotes_grid {
    column-count: 3;
    column-gap: 30px;
}
.quotes_box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
    break-inside: avoid;
}
.quotes_box:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.quotes_box a{
    word-break: break-word;
}
.contact_section {
    padding: 60px 20px;
    width: 100%;
}
.contact_section h4{
    text-align: center;
}
.contact_section label {
    width: 100%;
}
.related_pages_section {
    padding: 100px 20px;
    text-align: center;
}
.related_pages_section .row {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.related_pages_section .pages_box a {
    font-size: 22px;
}
.featured_img {
    position: relative;
    width: 100%;
    display: block;
    transition: 0.3s;
    overflow: hidden;
}
.featured_img:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}
/******************** Table Of content css ************************************/
div#ez-toc-container {
    box-shadow: unset;
    padding: 0;
    border: 0;
}
.ez-toc-title-container {
    margin-bottom: 20px;
}
span.ez-toc-js-icon-con {
    display: none !important;
}
div#ez-toc-container ul.ez-toc-list a {
    text-decoration: underline;
}
/********************** Submit new post page css ******************************/
.submitpost_banner {
    min-height: 300px;
}
.submitpost_banner .row {
    margin: 0 auto;
}
.submitpost_section {
    padding: 60px 20px;
}
.submitpost_section .acf-fields>.acf-field {
    padding: 0;
    border: 0;
}
.submitpost_section .acf-fields.acf-form-fields.-top {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0px;
}
.submitpost_section .acf-image-uploader p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.submitpost_section input[type="submit"] {
    width: auto;
}
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
    padding: .5rem 1rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px !important;
}
/******************** Single Post css, Archive Pages css ************************************/
.single_post {
    padding: 60px 20px;
}
.post-thumbnail {
    text-align: center;
}
article.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single_post h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
ul.meta_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
}
.meta_list a:hover, .post_list a:hover {
    text-decoration: underline;
}
.meta_list i {
    color: var(--primary-color);
}
.archive_page {
    padding: 120px 20px 350px;
}
.archive_page h1 {
    color: #efa039;
    font-weight: 300;
    margin-bottom: 50px;
}
.post_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.post_list a {
    font-size: 20px;
}
.page-id-14441 .pages_grid {
    grid-template-columns: repeat(3, 1fr);
}
.page-id-14441 .top_content h3,
.page-id-14441 .related_content h3{
    text-align: center;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 16px;
}
.page-id-14441 .maincontent {
    gap: 50px;
}
.accordians_box h5 {
    margin: 0;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.accordians_box p {
    display: none;
}
.faq_accordians {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.accordians_box {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 15px;
}
.faq_accordians h5 .fa-angle-right,
.faq_accordians h5 .fa-angle-down {
    transition: transform 0.2s;
}
/************** Search Resultld Pages css ****************************************/
.searchresults {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.searchresults_list h2,
.searchresults h1{
    text-align: center;
    margin: 0;
    font-size: 20px;
}
.searchresults_list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.searchresults_list h2 {
    font-size: 16px;
}
.searchresults_list article {
    display: flex;
    padding: 20px;
    width: calc(100% / 3 - 20px);
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.pagination {
    margin: 0 auto;
}
.pagination .nav-links {
    display: flex;
    gap: 20px;
}
/*********************** Animation css  ****************************************/
.animated {
    animation-duration: 1.25s;
}
.animated.animated-slow {
    animation-duration: 2s;
}
.animated.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft{
    0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.animated.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRight{
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.animated.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animated.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.animated.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInLeft {
    60%, 75%, 90%, 0%, 100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.animated.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInRight {
    60%, 75%, 90%, 0%, 100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.animated.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    
    100% {
        opacity: 1;
        transform: none;
    }
}
.animated.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    
    100% {
        opacity: 1;
        transform: none;
    }
}
.animated.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@media(max-width:1024px){
    header .menu-toggle {
        display: block;
        width: 100%;
    }
    header .head-nav {
        width: 70%;
        text-align: right;
        padding: 0px 20px;
    }
    header ul#menu-main-menu {
        display: none;
    }
    header .row {
        justify-content: flex-start;
    }
    header .bottom-head {
        padding: 10px 0px;
    }
    header ul.main-menu.active {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        top: 56px;
        padding: 30px 0px;
    }
    header ul#menu-main-menu li, header ul#menu-main-menu li a {
        width: 100%;
        justify-content: space-between;
    }
    header .menu-toggle i.fa.fa-close {
        display: none;
    }
    header .menu-toggle.active i.fa.fa-bars {
        display: none;
    }
    header .menu-toggle.active i.fa.fa-close {
        display: block;
    }
    header ul#menu-main-menu ul.sub-menu {
        position: relative;
        top: 0;
    }
    header ul#menu-main-menu li.submenu-open a {
        background: var(--primary-color);
        color: #fff;
    }
    header ul#menu-main-menu li.submenu-open .sub-menu li a {
        background: #fff;
        color: var(--black);
        padding: 15px 20px;
    }
    header ul#menu-main-menu li.submenu-open .sub-menu {
        padding-left: 20px;
    }
    header .row .custom-logo-link img {
        width: 250px;
    }
    header .menu-toggle i {
        font-size: 24px;
    }
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .popup .popup-body iframe {
        aspect-ratio:3 / 2;
    }
    .info-with-gallery .gallery-grid {
        flex-wrap: wrap;
    }
    .info-with-gallery .gallery-grid .item {
        width: calc(100% / 2 - 5px);
    }
    ul#menu-main-menu li.menu-item-has-children>a:after {
        padding: 0px;
        font-weight: 900;
        font-family: 'FontAwesome';
        font-size: 10px;
        line-height: 1;
    }
    .quotes_grid {
        column-count: 2;
    }
    .page-id-14441 .pages_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .searchresults {
        padding: 50px 20px;
    }
    .searchresults_list article {
        width: calc(100% / 2 - 15px);
    }

}
@media(max-width:991px){
    .about.section .row, .appointment.section .row, .why-us.section .row {
        gap: 30px;
        flex-direction: column;
    }
    .about.section .row .col, .appointment.section .row .col, .why-us.section .row .col {
        width: 100%;
        padding: 0px !important;
    }
    .section .col-image {
        position: relative;
        order: 1;
    }
    .about.section .row .col.content {
        order: 0;
    }
    /*.col.content {*/
    /*    text-align: center;*/
    /*}*/
    .content .button, .button {
        margin-left: auto;
        margin-right: auto;
    }
    .partner.section .row {
        padding: 0px;
    }
    .contact-form h3 {
        text-align: left;
    }
    .innerpage_content {
        padding: 50px 20px;
        flex-wrap: wrap;
        gap: 50px;
    }
    .maincontent, .sidebar {
        width: 100%;
    }
    .submitpost_section .button {
        margin-left: 0;
    }
}
@media(max-width:767px){
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-banner .content h1 {
        font-size: var(--large-font) !important;
    }
    .hero-banner .light_content h1 {
        font-size: 21px !important;
    }
    .contact.section .row {
        flex-direction: column;
    }
    .contact.section .row .col {
        width: 100%;
    }
    footer .row {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    footer ul.footer-menu {
        flex-direction: column;
        gap: 0px;
        width: 100%;
    }
    footer .phone {
        width: 100%;
    }
    footer ul a {
        padding: 7px 0px;
        text-align: center;
    }
    footer .copyright {
        padding-top: 30px;
    }
    footer .copyright p {
        text-align: center;
    }
    .contact.section .row .col:last-child {
        padding: 20px;
    }
    .pages_grid, .page-id-14441 .pages_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .blogchildpages_banner {
        padding: 50px 20px;
    }
    .blogchildpages_banner .content {
        width: 100%;
    }
    .quotes_grid {
        column-count: 1;
    }
    .contact_section, .related_pages_section {
        padding: 50px 20px;
    }
    .related_pages_section .row {
        gap: 30px;
    }
    .imagegallery_grid{
        column-count: 2;
    }
    .partner.section, .info-with-gallery.section {
        text-align: left;
    }
    footer ul.footer-menu {
        align-items: flex-start;
    }
    .submitpost_section, .single_post, .archive_page {
        padding: 50px 20px;
    }
    .single_post h1 {
        font-size: 25px;
    }
    .post_list a {
        font-size: 16px;
    }
    .searchresults_list {
        gap: 20px;
    }
    .searchresults_list article {
        width: 100%;
    }
}
@media(max-width:480px){
    header .button {
        width: 100%;
    }
    .content .button, .button {
        width: 100%;
        font-size: 14px !important;
        white-space: normal;
    }
    .service-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    header .row {
        flex-wrap: wrap;
    }
    header .col {
        width: 50%;        
        padding: 0px;
    }
    header .col:last-child {
        width: 100%;
    }
    input[type="submit"] {
        font-size: 14px !important;
        white-space: normal;
    }
    .hero-banner .row {
        margin-top: 40px;
    }
    .hero-banner {
        min-height: 500px;
    }
    .hero-banner .content p {
        font-size: var(--body-font);
    }
    header .bottom-head {
        padding: 10px 0px 20px;
    }
    .counter-grid {
        flex-wrap: wrap;
    }
    .counter-grid .counter-box {
        width: 100%;
    }
    .testimonial.section .item {
        padding: 0px;
    }
    .info-with-gallery .gallery-grid .item {
        width: 100%;
    }
    .blogchildpages_banner{
        min-height: 50vh;
    }
    .imagegallery_grid {
        column-count: 1;
    }
    .submitpost_banner{
        min-height: 300px;
    }
    .submitpost_section .acf-image-uploader p {
        align-items: flex-start;
        flex-direction: column;
    }
    .submitpost_section input[type="submit"] {
        width: 100%;
    }
}