/**
* 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: #ed008c;
  font-weight: 400;
}

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

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

.footer .elementor-custom-embed{
      border: 4px solid #67C0ED;
    border-radius: 0.5rem;
    overflow: hidden;
}
.footer .elementor-widget-container,
.footer .elementor-widget-container a{
  color: #fff;
}
.footer .elementor-widget-container .copyRight a{
  color: inherit;
}
/*.footer .mapWrapper .responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}*/

.copyRight {
  padding: 0.5rem;
  background-color: #BDEEDD;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: center;
  font-size: 16px;
}

.bottomBar {
  background-color: #ed008c;
  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: #ed008c !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: #ed008c;
}
.faq-form-area{ background-color: #eb569a !important; }
.education-history .year h2,
.team-details-style1__img .contact-info .inner .icon span{
    color: #ed008c !important;
}
.team-details-style1__img .contact-info ul li{
	background-color: #ed008c !important;
}
@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;
}
}
footer .elementor-widget-google_maps iframe{
  height: 250px;
}
.sidebar-contact-info-2 ul li{
  word-wrap: break-word;
}