/**
* Theme Name: Chirokind Child
* Description: This is a child theme of Chirokind, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">Theme Arc</a>
* Template: chirokind
* Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&family=Poppins:wght@300;500;600;700&display=swap");
.stricky-fixed .logo-box-style1 img{
	max-width:300px;
}
.footer img{
	max-width: none !important;
}
.footer .customContainer {
  max-width: 100%;
  margin-left: auto;
	font-size: 18px;
  line-height: 28px;
}

.footer .addressBlock {
  padding-bottom: 30px;
  border-bottom: 1px dashed #95959591;
}

.footer .addressBlock .purpleTitle {
  font-weight: 500;
  color: #eb569a;
  text-transform: uppercase;
}

.footer .addressBlock.borderRight {
  border-right: 1px solid #eb569a;
	margin-left:100px;
}

.footer .emailBlock {
  padding: 30px 0;
}

.footer .emailBlock a {
  color: #111111;
  text-decoration: none;
}

.footer .phoneBlock {
  padding: 30px 0;
  color: #a53e7e;
  font-weight: 400;
}

.footer .phoneBlock a {
  color: #a53e7e;
  text-decoration: none;
}

.footer .mapWrapper .responsive-map {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.footer .mapWrapper .responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.copyRight {
  padding: 15px;
  background-color: #eb569a;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.bottomBar {
  background-color: #a53e7e;
  padding: 15px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottomBar .bookAppt {
  width: 50%;
  border-right: 1px solid #eb569a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bottomBar .bookAppt .icon {
  display: block;
  margin: 0 auto 10px;
}

.bottomBar .bookAppt .bookingButton {
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.bottomBar .phoneCall {
  text-align: center;
  width: 50%;
}

.bottomBar .phoneCall .icon {
  max-width: 25px;
  margin: 0 auto 10px;
}

.bottomBar .phoneCall .phoneNumber a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.loader-wrap .layer .overlay {
    background: #a53e7e !important;
}

.main-menu .main-menu__list>li>ul>li:hover>a, .main-menu .main-menu__list>li>ul>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a{
	color:#fff !important;
}

.service-details-text-2 .text ul li {
    color: inherit !important;
    font-weight: normal !important;
    font-family: inherit !important;
}

.footer .addressBlock.borderRight {
  border-right: 1px solid #eb569a;
  margin-left:100px;
}
a {
    color: #a53e7e;
}
.faq-form-area{ background-color: #eb569a !important; }
.education-history .year h2,
.team-details-style1__img .contact-info .inner .icon span{
    color: #a53e7e !important;
}
.team-details-style1__img .contact-info ul li{
	background-color: #a53e7e !important;
}

.left-btn-sec {
    position: relative;
    display: block;
    margin-left: 50px;
    line-height: 0;
}

@media only screen and (max-width: 767px) {
    .left-btn-sec {
        margin-top: 30px;
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
	section.service-details-page{ padding: 0; }
    section.service-details-page .container > .row{ 
		display: flex;
     	flex-direction: column-reverse; 
     }
	section.service-details-page .container > .row .sidebar-side{ margin-top: 30px; }
}

@media (max-width: 1300px) {
.footer .addressBlock.borderRight {
  margin-left:0;
}
}

