/*
Theme Name: Aby Clinic
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.post-content-col ul
{
	margin-right: 1.5rem;
}
.post-content-col ul li
{
	margin-bottom: 0.5em;
}

.swiper-pagination-bullet{
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 13px));
}
.base-output h3{
	margin-bottom: 60px;
}

.faq-block, .reviews-block {
    padding: 113px 0;
    background-color: #897465;
}
.sticky.fixed {
    animation-name: none;
}
.wpcf7-response-output {
    position: relative !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	bottom: -39px;
    font-size: 12px;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after{
	display: none;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
  	bottom: -9px;
    font-size: 12px;
    padding: 0;
    height: 17px !important;
    top: auto !important;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
#close-popup{
	position: absolute;
    right: 7px;
    top: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination{
	/*display: none; */
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	    bottom: var(--swiper-pagination-bottom, 0px);
}

@media (width > 1500px) {
    #MainNav ul li a {
         font-size: 23px; 
    }
  .social-item {
        height: 26px;
  }
  .about-slider .base-output h3{
        font-size: 56px;
  }
  .about-image-wrap{
    width: 110%;
  }
}
.instagram-line-over {
      top: 0;    
}
.insta-line-pop {
  padding: 25px 10%;
}
  @media (width <= 768px) {
    .instagram-line-over {
        width: 84%;
    	right: 8%;  
  }
  .insta-line-pop {
    padding: 5px 5%;
  }
}

div.wpcf7 input[type=text], div.wpcf7 input[type=tel], div.wpcf7 input[type=email], div.wpcf7 textarea, div.wpcf7 select {
      text-transform: inherit;
}

.base-output iframe, .base-output img {
    max-width: 100%;
}