.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('/web/20220628023536im_/https://www.drlizzietuckey.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.green_btn {
    width: 170px !important;
    text-decoration: none;
}

.header__menu li a {
    letter-spacing: 0.3px !important;
}

.header__menu-item {
    margin-right: 0px !important;
}
.text_logo {
    font-family: "Gurmukhi MN";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}
.header_black .header__menu-item a {
    text-decoration: none;
}
.treatment .btn {
    border-radius: 0;
}
#accordion .card {
    box-shadow: 0px 15px 80px rgba(0, 0, 0, 0.03), 0px 6.26664px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 3.35045px 17.869px rgba(0, 0, 0, 0.0178832), 0px 1.87823px 10.0172px rgba(0, 0, 0, 0.015), 0px 0.997515px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 0.415088px 2.21381px rgba(0, 0, 0, 0.00843437);
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
}

div#accordion .card-header h5 i {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
}

div#accordion .card-header h5 i:before {
    transform: translate(-4px, 8px) rotate(35deg);
}

div#accordion .card-header h5 i:before, div#accordion .card-header h5 i:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    border-radius: 4px;
    background: #474747;
    transition: transform 250ms ease;
}
div#accordion .card-header h5 i:after {
    transform: translate(4px, 8px) rotate(-35deg);
}
.card-header {
    cursor: pointer;
    background-color: #f9f9f9 !important;
    border: none !important;
    position: relative;
}
.title_accordion_wrapper {
    padding: 30px;
    z-index: 999;
    position: relative;
}
ul#menu-footer-menu li a {
    text-decoration: none;
}
img.left-q {
    transform: rotate(180deg);
    /* transform: scaleX(-1); */
}
* {
  box-sizing: border-box;
}

.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #fff;
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #000;
    text-align: center;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
  }
  .privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  .privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
  }
  .banner-learn {
    color: #000;
  }
  .banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 0px;
    background: #000;
  }
  .cover-contact__social {
    margin-bottom: 25px;
}
 
@media screen and (max-width: 991px) {
 div#navbarNav {
    background-color: #fff;
    padding: 30px 0px;
}
.ac_content_wrapper {
    padding: 0;
}    
.footer__logo {
    text-align: center;
}    
nav.footer__nav ul#menu-footer-menu {
    display: flex;
    flex-direction: column;
}
nav.footer__nav ul#menu-footer-menu li {
    padding-top: 10px;
}
.cover-inner h1 {
    font-size: 58px;
    line-height: 44px;
    margin-bottom: 14px;
}    
}

@media (min-width: 768px) {
  .privacy-banner {
    padding: 1.5rem .5rem;
  }
  .privacy-banner a {
    display: inline-block;
    margin: 0 10px;
  }

}
