*,
*::before,
*::after {
    box-sizing: border-box;
}

a.sbtn.wa-btn {
    background: green;
}

.hide {
    display: none !important;
}

.social-share-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

span.social-share-title {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 27px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#scrollUp {
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
    background: #5e45b2;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover {
    background: #2C2D3F;
}

.header {
    background-color: transparent;
    position: relative;
}

.header .navbar-collapse {
    padding: 0;
}

.header .topbar {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.header .topbar {
    padding: 15px 0;
}

.header .top-link {
    float: right;
}

.header .top-link li {
    display: inline-block;
    margin-left: 15px;
}

.header .top-link li:last-child {
    margin-left: 0px;
}

.header .top-link li a {
    color: #2C2D3F;
    font-size: 14px;
    font-weight: 400;
}

.header .top-link li:hover a {
    color: #5e45b2;
}

.header .top-contact {
    float: left;
}

.header .top-contact li {
    display: inline-block;
    margin-left: 25px;
    color: #2C2D3F;
}

.header .top-contact li:last-child {
    margin-left: 0;
}

.header .top-contact li a {
    font-size: 14px;
}

.header .top-contact li a:hover {
    color: #5e45b2;
}

.header .top-contact li i {
    color: #5e45b2;
    margin-left: 8px;
}

.header .header-inner {
    background: transparent;
    z-index: 999;
    width: 100%;
}

.get-quote {
    margin-top: 12px;
}

.get-quote .btn {
    color: #fff;
}

.header .logo {
    float: right;
    margin-top: 18px;
}

.header .navbar {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 0px;
    min-height: 0px;
}

.header .nav li {
    margin-left: 15px;
    float: right;
    position: relative;
}

.header .nav li:last-child {
    margin: 0;
}

.header .nav li a {
    color: #2C2D3F;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 12px;
    position: relative;
    display: inline-block;
    position: relative;
}

.header .nav li a::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #5e45b2;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .nav li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.header .nav li.active a {
    color: #5e45b2;
}

.header .nav li:hover a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.header .nav li:hover a {
    color: #5e45b2;
}

.header .nav li a i {
    display: inline-block;
    margin-right: 1px;
    font-size: 13px;
}

.header.style2 .header-inner {
    border-top: 1px solid #eee;
}

.header.style2 .logo {
    margin-top: 6px;
}

.header .middle-header {
    background: #fff;
    padding: 20px 0px;
}

.header .widget-main {
    float: left;
}

.header.style2 .get-quote {
    margin-top: 0;
}

.header .single-widget {
    position: relative;
    float: right;
    margin-left: 30px;
    padding-right: 55px;
}

.header .single-widget:last-child {
    margin: 0;
}

.header .single-widget .logo {
    margin: 0;
    padding: 0;
    margin-top: 7px;
}

.header .single-widget i {
    position: absolute;
    right: 0;
    top: 6px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: #5e45b2;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
}

.header .single-widget h4 {
    font-size: 15px;
    font-weight: 500;
}

.header .single-widget p {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.header .single-widget.btn {
    margin-right: 0;
}

.header .nav li .dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    right: -20px;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 74px;
    border-right: 3px solid #2889e4;
}

.header .nav li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header .nav li .dropdown li {
    float: none;
    margin: 0;
    border-bottom: 1px dashed #eee;
}

.header .nav li .dropdown li:last-child {
    border: none;
}

.header .nav li .dropdown li a {
    padding: 12px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header .nav li .dropdown li a:before {
    display: none;
}

.header .nav li .dropdown li:last-child a {
    border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
    color: #5e45b2;
}

.header .nav li .dropdown li a:hover {
    border-color: transparent;
}

.header.style2 .main-menu {
    display: inline-block;
    float: right;
}

.header .left-bar {
    float: left;
}

.header .left-bar {
    padding-top: 20px;
}

.header .left-bar {
    display: inline-block;
}

.header .left-bar a {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #5e45b2;
    border-radius: 4px;
    display: block;
    font-size: 12px;
}

.header .left-bar li a:hover {
    color: #fff;
    background: #27AE60;
}

.header .search-top.active .search i:before {
    content: "\eee1";
    font-size: 15px;
}

.header .search-form {
    position: absolute;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 74px;
    box-shadow: 0px 0px 10px #0000001c;
    border-radius: 4px;
    overflow: hidden;
    transform: scale(0);
}

.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header .search-form input {
    width: 282px;
    height: 50px;
    line-height: 50px;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #2C2D3F;
}

.header .search-form button {
    position: absolute;
    left: 0;
    height: 50px;
    top: 0;
    width: 50px;
    background: #5e45b2;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border-right: 1px solid transparent;
}

.header .search-form button:hover {
    background: #fff;
    color: #5e45b2;
    border-color: #e6e6e6;
}

.header.sticky .header-inner {
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: white;
    right: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
}

.footer {
    position: relative;
}

.footer .footer-top {
    padding: 100px 0px;
    position: relative;
    background: #5e45b2;
}

.footer .footer-top:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
}

.footer .single-footer {}

.footer .single-footer .social {
    margin-top: 25px;
}

.footer .single-footer .social li {
    display: inline-block;
    margin-left: 10px;
}

.footer .single-footer .social li:last-child {
    margin-left: 0px;
}

.footer .single-footer .social li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer .single-footer .social li a:hover {
    color: #5e45b2;
    background: #fff;
    border-color: transparent;
}

.footer .single-footer .social li a i {}

.footer .single-footer.f-link li a i {
    margin-left: 10px;
}

.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
    margin: 0;
}

.footer .single-footer.f-link li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
}

.footer .single-footer.f-link li a:hover {
    padding-right: 8px;
}

.footer .single-footer h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.footer .single-footer h2::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #fff;
}

.footer .single-footer .time-sidual {
    margin-top: 15px;
}

.footer .single-footer .time-sidual {
    overflow: hidden;
}

.footer .single-footer .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
    display: inline-block;
    float: left;
}

.footer .single-footer .day-head .time {
    font-weight: 400;
    float: left;
}

.footer .single-footer p {
    color: #fff;
}

.footer .single-footer .newsletter-inner {
    margin-top: 20px;
    position: relative;
}

.footer .single-footer .newsletter-inner input {
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    line-height: 42px;
    width: 100%;
    margin-left: 15px;
    color: #fff;
    padding-right: 18px;
    padding-left: 70px;
    display: inline-block;
    float: right;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
    padding-right: 22px;
}

.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer .single-footer .newsletter-inner .button {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #fff;
    border-right: 1px solid #fff;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
    color: #5e45b2;
    font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
    color: #2C2D3F;
}

.footer .copyleft {
    background: #5e45b2;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

.footer .copyleft .copyleft-content p {
    color: #fff;
}

.footer .copyleft .copyleft-content p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-right: 4px;
}

#footer {
    padding-right: 20px;
    padding-top: 78px;
    padding-bottom: 78px;
    background: #b9e5e8;
}

.footergraphics {
    width: 550px;
    left: 0;
    position: absolute;
    bottom: 0;
}

#footer .whatsapp-num,
#footer .email_f {
    font-weight: bold;
    font-size: 32px;
    direction: ltr;
    color: #673AB7;
}

#footer .row {
    margin: 0px;
}

.fcontact {
    margin-bottom: 36px;
}

#footer .whatsapp-num:before {
    margin-right: 25px;
    font-family: 'FontAwesome';
    content: '\f232 ';
}

#footer .email_f:before {
    margin-right: 25px;
    font-family: 'FontAwesome';
    content: '\f003 ';
}

.footer-menu span {
    color: #673AB7;
    font-weight: bold;
    font-size: 30px;
}

#footer .footer-menu {
    margin-top: 43px;
}

#footer .footer-menu ul {
    margin-right: 6px;
    margin-top: 15px;
}

#footer .footer-menu ul li {
    margin-bottom: 8px;
    color: #673AB7;
    font-size: 20px;
}

#footer ul.main-footer-menu li {
    font-weight: bold;
}

li.fb-footer:after {
    margin-left: 8px;
    font-family: 'FontAwesome';
    content: '\f082';
}

li.insta-footer:after {
    margin-left: 8px;
    font-family: 'FontAwesome';
    content: '\f16d';
}

li.x-footer:after {
    margin-left: 8px;
    font-family: 'FontAwesome';
    content: '\f081';
}

#footer .copyright p {
    color: #673AB7;
    font-weight: bold;
    font-size: 19px;
}

#footer .copyright {
    margin-top: 46px;
}

.news-head img {
    border-radius: 43px;
    box-shadow: rgb(112 97 188 / 54%) 0px 7px 29px 0px;
}

.breadcrumps ol {
    list-style-type: none;
    margin-top: 20px;
}

.breadcrumps .last {
    margin-right: 6px;
}

.breadcrumps a,
.breadcrumps {
    color: #5e45b2;
}

.breadcrumps a {
    font-weight: bold;
}

.news-text blockquote {
    border-radius: 18px;
    border: 2px solid #5f45af;
    padding: 14px;
    /* background: #daecf0 !important; */
}

.news-text blockquote p {
    font-weight: bold;
    color: #000000;
}

.single-main h2:before {
    font-family: 'FontAwesome';
    content: '\f053 ';
    margin-left: 6px;
}

.single-main h3:before {
    font-family: 'FontAwesome';
    content: '\f053 ';
    margin-left: 6px;
}

.single-main h2 {
    color: #5f45b2;
    font-weight: bold;
    margin-bottom: 12px;
}

.single-main h2:after {
    content: "";
    width: 300px;
    height: 52px;
    display: block;
    background-image: url('../img/heading-style.svg');
    background-size: cover;
    margin-top: 15px;
}

.news-text li:before {
    margin-left: 9px;
    display: inline-block;
    width: 36px !important;
    height: 30px;
    margin-top: -4px;
    content: "";
    background-image: url(../img/li-style.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.news-text li {
    display: block;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 300;
    color: #6a6a6a;
}

.news-text ul {
    margin-top: 12px;
}

.news-text h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.news-text h2,
.news-text h3,
.news-text h4,
.news-text h5,
.news-text h6 {
    color: #5f45b2;
    margin: 20px 0px;
}

.news-text p {
    line-height: 1.6;
    font-size: 18px;
    color: #6a6a6a;
}

ul.social-share li {
    font-size: 21px;
    padding: 8px 13px;
    margin: 0px 5px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #5e45b2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-share {
    display: flex;
}

ul.social-share {
    margin-top: 21px;
}

ul.social-share li span {
    margin-right: 6px;
}

ul.prev-next {
    margin-top: 24px;
    justify-content: space-between;
    display: flex;
}

ul.prev-next li {
    border-radius: 7px;
    color: #5e45b2;
    font-size: 32px;
    text-align: center;
    width: 32px;
    background: #b9e5e8;
    height: 31px;
}

.row.recent-articles {
    position: relative;
    margin-top: 50px;
}

.recent-article-item {
    margin-bottom: 31px;
    text-align: center;
    z-index: 1;
}

html {
    scroll-behavior: smooth;
}

.recent-articles:after {
    position: absolute;
    bottom: -75px;
    left: 0;
    display: block;
    content: '';
    width: 291px;
    height: 50px;
    background-image: url('../img/heading-style.svg');
    background-size: cover;
}

.recent-article-item h3 {
    margin-top: 15px;
    border-radius: 16px;
    padding: 11px 16px;
    color: #6b57ae;
    display: inline-block;
}

.heading-style::before {
    font-family: 'FontAwesome';
    content: '\f053 ';
    margin-left: 6px;
}

.heading-style::after {
    content: "";
    width: 300px;
    height: 52px;
    display: block;
    background-image: url('../img/heading-style.svg');
    background-size: cover;
    margin-top: 15px;
}

.heading-style {
    color: #5f45b2;
    font-weight: bold;
    margin: 20px 0px;
}

.recent-articles .recent-article-image {
    width: 448px !important;
}

.recent-article-item img {
    border-radius: 43px;
    box-shadow: rgb(112 97 188 / 54%) 0px 7px 29px 0px;
}

.news-head img {
    width: 100%;
}

.breadcrumbs .bread-inner {
    padding: 22px;
}

.overlay-frame {
    position: absolute;
    width: 100vw !important;
}

.bread-inner h1 {
    font-size: 51px;
    color: #624ab4;
}

.breadcrumps a,
.breadcrumps .last {
    font-size: 16px;
}

.breadcrumps li:first-child {
    margin-bottom: 6px;
}

.recent-article-header {
    margin-bottom: 42px;
}

#comment input,
#comment textarea {
    font-size: 18px;
    padding: 13px;
    border: 2px solid #5e45b2;
}

#comment label {
    color: #5e45b2;
    margin-top: 24px;
    font-weight: bold;
    font-size: 20px;
}

div#comment {
    border: 1px solid #5e45b2;
    box-shadow: rgb(112 97 188 / 54%) 0px 7px 29px 0px;
    border-radius: 7px;
    margin-bottom: 42px;
    margin-top: 36px;
    padding: 40px 46px;
    background: #e5ddff;
}

#comment .submit-btn {
    font-size: 25px;
    width: 200px;
    border-radius: 8px;
    color: white;
    padding: 17px 18px;
    padding-bottom: 24px;
    background: #5e45b2;
    margin-top: 24px;
}

.contact-form-short {
    margin: 30px 0px;
    border-radius: 84px;
    padding: 48px 48px;
    background: #d8d2ec;
    text-align: center;
    width: 60%;
    border: 2px solid #5f45b3;
    margin-bottom: 60px;
}

.contact-form-short .contact-header p {
    color: #5e44b1;
    font-weight: bold;
    margin-top: 12px;
    font-size: 26px;
    line-height: 1.4;
}

.contact-form-short img {
    width: 100px;
}

a.contact-form-btns {
    font-size: 17px;
    border-radius: 27px;
    border: 2px solid #5e44b2;
    padding: 9px 12px;
    font-weight: bold;
    color: #5e44b1;
}

.contact-header {
    margin-bottom: 30px;
}

.contact-form-short .whatsapp-icon,
.contact-form-short .phone-icon {
    font-size: 38px;
    margin-left: 10px;
}

.contact-btn-container img {
    margin-bottom: 32px;
    margin-top: 32px;
    width: 80%;
}

.contact-form-heading {
    margin-bottom: 24px;
    color: #5e44b1 !important;
    font-weight: bold !important;
    margin-top: 12px !important;
    font-size: 26px !important;
    line-height: 1.4 !important;
}

.contact-form-short input,
.contact-form-short textarea {
    font-weight: bold;
    background: #ece8f6;
    border-radius: 12px;
    padding: 11px 12px;
    margin-top: 12px;
    border: 2px solid #5e44b0;
}

.contact-form-short {
    position: relative;
}

.contact-form-short button {
    height: 52px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -26px;
    position: absolute;
    border-radius: 40px;
    width: 200px;
    font-size: 20px;
    color: white;
    background: #5e44b1;
    padding: 12px 18px;
    padding-bottom: 19px;
}

#footer {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
}

.newsletter textarea {
    margin-bottom: 12px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-bottom: 11px;
}

.newsletter {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    margin-bottom: 34px;
    padding-bottom: 36px;
    margin-top: 12px;
    padding-top: 115px;
}

.newsletter .col-md-4 {
    margin-top: -113px;
}

.newsletter h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #5e45b2;
}

.newsletter input {
    padding: 15px;
    margin-bottom: 12px;
    height: 46px;
    border-radius: 24px;
}

.newsletter input::placeholder {
    padding-right: 13px;
    font-size: 22px;
    color: #b9b9b9 !important;
}

.newsletter textarea::placeholder {
    font-size: 22px;
    color: #b9b9b9 !important;
}

.transparent_submit {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%;
    margin-top: -12px;
    text-align: left;
    background: white;
    border: none;
}

.transparent_submit input {
    padding-left: 14px;
    font-weight: bold;
    font-size: 32px;
    color: #673ab7;
    background: transparent;
    border: none;
}

.newsletter-gr2 {
    position: absolute;
    top: 0;
    width: 280px;
    left: 100px;
    height: 200px;
    content: url('../img/newsletter-gr2.svg');
}

.newsletter-gr1 {
    position: absolute;
    top: 0;
    width: 200px;
    right: 100px;
    height: 200px;
    content: url('../img/newsletter-gr1.svg');
}

#footer .whatsapp-num:before {
    margin-left: 21px;
    margin-right: 8px;
}

h2,
h3,
h4,
h5,
h6,
span,
li,
a,
th,
label {
    font-family: 'Samim';
    font-weight: bold;
}

html,
body,
p,
td {
    font-family: 'Samim';
    font-weight: 100;
}

.slider_content p {
    text-align: center;
    font-size: 21px;
    margin-top: 12px;
}

#slider .slider_content {
    border-radius: 20px;
    background: #ffffffba;
    color: #654db5;
    padding: 12px 54px;
}

.what-treat-content span {
    font-size: 18px;
}

.service-content span {
    line-height: 1.5;
    font-size: 22px;
}

#page_header {
    background: #b9e5e8;
    align-items: center;
    display: flex;
    margin-top: -103px;
    justify-content: center;
    width: 100%;
    height: calc(100vh + 30px);
}

h1 {
    color: #5e45b2;
}

.p-intro {
    color: #816bcb;
    font-size: 20px;
    line-height: 1.6;
    border-radius: 24px;
    padding: 20px 29px;
    background: #d5d7f7c7;
}

section.contact-us.section {
    background: #fff9ef;
}

section.contact-us.section .p-intro {
    margin-bottom: 49px;
}

.single-info {
    padding: 20px 25px;
    background: #deddf4;
    margin-top: 23px;
}

button#newsletter_send {
    font-size: 20px;
    padding: inherit;
    color: white;
    width: 50%;
    background: #5e45b2;
    margin-bottom: 12px;
    height: 46px;
    border-radius: 24px;
}

.newsletter form {
    text-align: center;
}

.recent-article-item h3 {
    font-size: 20px;
    line-height: 1.4;
}

.pagination {
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination li {
    font-size: 20px;
    padding: 16px;
    border: 1px solid;
}

.pagination li.active span {
    color: white !important;
}

.pagination li.active {
    background: #6b54b9;
}

.breadcrumps ol {
    flex-wrap: wrap;
    display: flex;
}

.breadcrumps a {
    font-size: 13px;
}

.doctor-card {
    text-align: center;
    border-bottom: 2px solid #5e45b2;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.doctor-card span {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}

.doctor-card span {
    text-align: center;
    margin-top: 15px;
    border-radius: 16px;
    padding: 11px 16px;
    color: #6b57ae;
    display: block;
}

.doctors-panel {
    padding: 23px 20px;
    border-radius: 20px;
    background: #dddef9;
}

.doctor-card img {
    border-radius: 13px;
}

.doctor-main-panel {
    margin: 0px 20px;
    background: #dddef961;
    padding: 23px 20px;
    border-radius: 20px;
}

.designation span {
    border: 2px solid white;
    font-size: 20px;
    border-radius: 9px;
    padding: 13px 14px;
    background: #5e45b2;
    color: white;
}

.designation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.doctor-main-panel img {
    border-radius: 12px;
}

.post-page img {
    width: 100% !important;
    height: auto !important;
}

table td {
    color: #525252;
    padding: 10px;
    border: 1px solid #5a41a8;
}

table {
    margin-top: 16px;
}

tbody tr:first-child {
    background-color: #f0f0f0;
}

tbody tr:first-child td {
    color: #5e45b2;
    font-size: 15px;
}

fieldset.introduction {
    display: block;
    border: 1px groove #7668be !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    margin-top: 20px !important;
}

legend.introduction {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: right !important;
    width: auto;
    padding: 0 10px;
    color: #5e45b2;
    border-bottom: none;
}

.introduction .control-group p {
    color: #6a6a6a !important;
}

.voting img {
    width: 40px !important;
}

.conclusion {
    margin-top: 20px;
    background: #efeeee;
    padding: 20px 20px;
    padding-bottom: 33px;
}

.conclusion p {
    color: #666666;
}

.conclusion h2:before {
    font-family: 'FontAwesome';
    content: '\f0eb';
    margin-left: 16px;
    font-size: 47px;
}

a.slicknav_btn {
    float: inline-end;
}

fieldset.introduction.authorbox {
    width: 50%;
    display: inline-block;
}

.author_image_section {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.author_image_section img {
    width: 139px !important;
}

.author_image_section span {
    margin-top: 16px;
    font-size: 28px;
}

.author-introduction span {
    font-size: 20px;
    color: #5e45b2;
}

.author_content_section {
    display: flex;
    margin-right: 10px;
    flex-direction: column;
    justify-content: center;
}

.read-more {
    font-size: 20px;
    border-radius: 44px;
    color: white;
    background: #6b57ae;
    padding: 10px 20px;
    border: 2px solid #f7abab;
}

.read-more-block {
    display: block;
    text-align: center;
}

.row.recent-articles .m-d-col {
    margin-bottom: 24px;
}

.d-flex.footer-wa-contact {
    margin-bottom: 42px;
    z-index: 1;
}

#ask_question input {
    margin-top: 22px;
    height: 60px;
}

#ask_question textarea {
    margin-top: 22px;
}

#ask_question textarea {
    height: 200px;
}

button#add_medical_file_selector {
    padding: 16px;
    margin-top: 20px;
}

#add_medical_file {
    display: none;
}

label#i_agree_label input {
    margin: 0;
    margin-left: 10px;
}

label#i_agree_label {
    display: flex;
    align-items: center;
}

span.warning {
    color: #d71515;
    margin-top: 25px;
    display: block;
}

button.btn.btn_ask_question {
    margin-top: 20px;
    width: 300px;
}

.rec-article a {
    margin-right: 36px;
    margin-left: 36px;
}

.member {
    text-align: center;
}

.pillars-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pillar-icon {
    font-size: 24px;
    cursor: pointer;
    user-select: none;
    background: white;
    border: 1px solid;
    width: 10px;
    padding: 12px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 10px;
    border-radius: 50%;
    justify-content: center;
}

.pillar-left-icon {
    right: 0;
    margin-right: 10px;
}

.pillar-right-icon {
    left: 0;
    margin-left: 10px;
}

.pillars {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 29px;
    margin-bottom: 29px;
    flex-grow: 1;
}

a.pillar {
    color: white;
    background: #7668bf;
    padding: 20px;
}

.pillars .pillar {
    border: 2px solid #ffb7a2;
    border-radius: 15px;
    margin-left: 16px;
}

.pillars .pillar.active {
    background: white;
    color: #7668bf;
}

a.pillar:hover {
    color: #7668bf;
    background: #e7e7e7;
}

.pillar-icon {
    display: none;
}

.note-u {
    border: 1px solid #5e45b2;
    margin: 20px 0px;
    padding: 17px;
    background: #fef3f8;
}

.note-u i {
    color: #6047b3;
    font-size: 34px;
    margin-left: 16px;
}

.note-u .note-title {
    font-size: 36px;
    color: #6047b3;
    margin-top: 6px;
    display: block;
}

.note-u .note-text {
    margin-right: 7px;
    display: block;
}

.note-u .note-desc {
    margin-top: 15px;
    font-size: 20px;
}

.info-u {
    border: 1px solid #f79400;
    margin: 20px 0px;
    padding: 17px;
    background: #f7fbd2;
}

.info-u i {
    color: #f79400;
    font-size: 75px;
    margin-left: 16px;
}

.info-u .info-title {
    font-size: 36px;
    color: #f79400;
    margin-top: 6px;
    display: block;
}

.info-u .info-text {
    margin-right: 7px;
    display: block;
}

.info-u .info-desc {
    margin-top: 15px;
    font-size: 20px;
}

.promo-u {
    border: 1px solid #f700cd;
    margin: 20px 0px;
    padding: 17px;
    background: #ffe4fa;
}

.promo-u i {
    color: #f700cd;
    font-size: 75px;
    margin-left: 16px;
}

.promo-u .promo-title {
    font-size: 36px;
    color: #f700cd;
    margin-top: 6px;
    display: block;
}

.promo-u .promo-text {
    margin-right: 7px;
    display: block;
}

.promo-u .promo-desc {
    margin-top: 15px;
    font-size: 20px;
}

.positive-u {
    border: 1px solid #15c754;
    margin: 20px 0px;
    padding: 17px;
    background: #e4fded;
}

.positive-u i {
    color: #15c754;
    font-size: 75px;
    margin-left: 16px;
}

.positive-u .positive-title {
    font-size: 36px;
    color: #15c754;
    margin-top: 6px;
    display: block;
}

.positive-u .positive-text {
    margin-right: 7px;
    display: block;
}

.positive-u .positive-desc {
    margin-top: 15px;
    font-size: 20px;
}

.warn-u {
    border: 1px solid #ff2859;
    margin: 20px 0px;
    padding: 17px;
    background: #fff0f3;
}

.warn-u i {
    color: #ff2859;
    font-size: 75px;
    margin-left: 16px;
}

.warn-u .warn-title {
    font-size: 36px;
    color: #ff2859;
    margin-top: 6px;
    display: block;
}

.warn-u .warn-text {
    margin-right: 7px;
    display: block;
}

.warn-u .warn-desc {
    margin-top: 15px;
    font-size: 20px;
}

.sc-article {
    margin-top: 20px;
    display: flex;
    background: #e8e1ff;
    border: 1px solid #5e45b2;
    padding: 10px;
    align-items: center;
}

.sc-article img {
    width: 130px !important;
}

.sp-content p {
    font-size: 20px;
    color: #5e45b2;
}

.sp-content {
    margin-right: 13px;
}

.sp-content a {
    color: #4e4e4e;
}

.hide {
    display: none !important;
}

button#do_search {
    color: white;
    background: #5e45b2;
    padding: 11px;
    margin-right: 8px;
}

.search-box {
    display: flex;
}

.h1-title {
    font-size: 2.5rem;
    color: #5e45b2;
    font-family: 'Samim';
    font-weight: bold;
}

.doctor-replied {
    background: #f1f1f1;
    padding: 16px 16px;
    border-radius: 9px;
}

.meta-info {
    color: #673ab7;
    font-size: 12px;
}

.question-author-info a {
    color: #8686d3;
}

.recent-questions {
    padding: 25px;
}

.question_cell h2 {
    font-size: 20px;
    display: block;
    line-height: 1.8;
    margin-bottom: 5px;
}

.recent-questions .label-question {
    margin-top: 21px;
    margin-bottom: 29px;
    display: inline-block;
    padding-bottom: 9px;
    border-bottom: 4px solid #5e45b2;
}

.recent-questions {
    padding: 24px 33px;
    padding-bottom: 42px;
}

.question-meta {
    margin-top: 9px;
    background: #f5f0ff;
    padding: 8px 12px;
    border-radius: 6px;
}

.question-meta {
    margin-top: 9px;
    background: #f8f5ff;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}

a.show-all {
    text-align: center;
    display: inline-block;
    color: white;
    background: #673ab7;
    padding: 17px;
    border-radius: 56px;
    margin-top: 56px;
    margin-bottom: 25px;
}

.sticky-btns {
    z-index: 3;
    position: fixed;
    bottom: 40px;
    display: flex;
    left: 10px;
    flex-direction: column;
}

.sticky-btns .sbtn {
    background: #5e45b2;
    font-size: 39px;
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 11px;
    width: 60px;
    display: flex;
    height: 60px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.contact-header img {
    width: 116px !important;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 36px;
}

.social-btns span {
    font-size: 16px;
    margin-right: 13px;
}

.social-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btns {
    color: white;
    background: #5e45b2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding: 11px;
    margin: 0px 8px;
    padding-left: 15px;
    border-radius: 9px;
}

form#ask_question_now {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ask_question {
    background: #f0ebff;
    width: 100%;
    margin-top: 20px;
    padding: 32px 64px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #5e45b2;
}

.primary-btn {
    font-size: 20px;
    color: white !important;
    padding: 9px 20px;
    width: 50%;
    background: #5e45b2;
    margin-bottom: 12px;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #ffb59b;
}

a {
    color: #5e45b2;
    padding-bottom: 3px;
}

.social-share-block a {
    color: white;
}

.row.footer-menu {
    position: relative;
    z-index: 1;
}

.recent-article-item h3 {
    z-index: 1;
    padding-top: 27px;
    margin-top: -17px;
    background: #edecec;
}

.recent-article-item img {
    position: relative;
    z-index: 2;
}

#ask_question .social-btns a {
    color: white;
}

.ask-question-title {
    color: #5e45b2;
    font-size: 22px;
}

#ask_question_now label {
    margin-top: 12px;
    margin-bottom: -12px;
    border: none;
    background: none;
}

ul.social-share a {
    color: white !important;
}

#ask_question .ask-question-title {
    color: #5e45b2;
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-align: center;
}

.search_box_active {
    display: block !important;
}

button#open_search {
    display: none;
}

.pop_dialog_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.social_buttonss {
    display: flex;
    margin-top: 20px;
}

.social_btn {
    padding: 15px;
    background: #5e45b2;
    margin: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_btn a {
    font-size: 26px;
    color: white;
}

.recent-articles .review {
    color: #f5a623;
    margin-top: 17px;
    font-size: 26px;
}

.recent-articles .reviews_count {
    font-size: 19px;
}

.reviews input,
.reviews textarea {
    padding: 10px;
    margin-bottom: 17px;
    border-radius: 8px;
}

.show-all {
    text-align: center;
    display: inline-block;
    color: white;
    background: #673ab7;
    padding: 17px;
    border-radius: 56px;
    margin-top: 56px;
    margin-bottom: 25px;
}

.star-rating {
    font-size: 0;
}

.star-rating .stars {
    display: inline-block;
}

.star-rating .stars span {
    font-size: 45px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.2s;
    margin-right: 5px;
}

.star-rating .stars span.filled {
    color: gold;
}

#do_review {
    font-size: 19px;
    width: 200px;
}

p.review_text {
    font-weight: bold;
    font-size: 21px;
    color: #5f45b2;
    margin-bottom: 20px;
}

.flex-col {
    flex-direction: column;
}

.review_cell {
    padding: 32px 59px;
    margin-top: 36px;
    display: block;
    margin-bottom: 48px !important;
}

.stars span {
    color: #f5a623 !important;
}

.videoask-embed__button_circle--9FNiq.videoask-embed__button_right--V-il1 {
    right: 30px !important;
}

.videoask-embed__button_circle--9FNiq.videoask-embed__button_bottom--BJIcx {
    bottom: 27px !important;
}

@media (max-width: 450px) {
    .videoask-embed__button_circle--9FNiq.videoask-embed__size_extra_large--oza7q {
        width: 112px !important;
        height: 112px !important;
    }
}

.videoask-embed__button_circle--9FNiq.videoask-embed__size_extra_large--oza7q {
    width: 132px !important;
    height: 132px !important;
}

@media screen and (max-width: 768px) {
    .videoask-embed__button_circle--9FNiq.videoask-embed__size_extra_large--oza7q {
        margin-bottom: 40px;
        margin-right: -18px;
    }
}

.videoask-embed__button_circle--9FNiq,
.videoask-embed__button_circle--9FNiq:hover {
    width: 112px !important;
    height: 112px !important;
    border-radius: 100px !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 6px solid !important;
}

.videoask-embed__button--SgLKO,
.videoask-embed__button--SgLKO:active {
    transition: transform 0.2s ease-in-out !important;
    position: fixed !important;
    cursor: pointer !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
    animation: videoask-embed__moveUpAnimation--\+-ALV 0.6s ease-out !important;
    outline: none !important;
    border: none !important;
    top: auto !important;
    box-sizing: border-box !important;
}

@media (max-width: 450px) {
    .videoask-embed__button_circle--9FNiq.videoask-embed__size_extra_large--oza7q .videoask-embed__label_wrapper--DXf\+h {
        width: 100px !important;
        height: 100px !important;
        font-size: 14px !important;
        text-transform: initial !important;
    }
}

.videoask-embed__button_circle--9FNiq.videoask-embed__size_extra_large--oza7q .videoask-embed__label_wrapper--DXf\+h {
    width: 120px !important;
    height: 120px !important;
    font-size: 16px !important;
    text-transform: initial !important;
}

.videoask-embed__button_circle--9FNiq .videoask-embed__label_wrapper--DXf\+h {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100px !important;
    height: 100px !important;
    z-index: 1 !important;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: white !important;
    text-transform: initial !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.videoask-embed__button--SgLKO * {
    box-sizing: border-box !important;
}

@media (max-width: 450px) {
    .videoask-embed__button_circle--9FNiq.videoask-embed__size_extra_large--oza7q .videoask-embed__video_thumb_wrapper--3OU8O {
        width: 100px !important;
        height: 100px !important;
    }
}

.videoask-embed__button_circle--9FNiq.videoask-embed__size_extra_large--oza7q .videoask-embed__video_thumb_wrapper--3OU8O {
    width: 120px !important;
    height: 120px !important;
}

.videoask-embed__button_circle--9FNiq .videoask-embed__video_thumb_wrapper--3OU8O {
    width: 100px !important;
    height: 100px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 100px !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.videoask-embed__button--SgLKO * {
    box-sizing: border-box !important;
}

.videoask-embed__button_circle--9FNiq .videoask-embed__video_thumb--aM02N {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    object-position: 50% 50% !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    cursor: pointer !important;
    object-fit: cover !important;
    margin-top: 0 !important;
    visibility: visible !important;
    border-radius: 50% !important;
}

.videoask-embed__button--SgLKO * {
    box-sizing: border-box !important;
}

@media only screen and (max-width: 700px) {
    iframe {
        height: 120%;
    }
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    height: 124%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .videoask-embed__modal_wrapper_side--i5Z6\+.videoask-embed__modal_wrapper--almOq {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

.videoask-embed__modal_wrapper_bottom--pBNAS {
    animation: videoask-embed__moveUpAnimation--\+-ALV 0.5s ease-in-out !important;
}

.videoask-embed__modal_wrapper--almOq {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.85) !important;
    padding: 0px !important;
    box-sizing: border-box !important;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15) !important;
    z-index: 2147483649 !important;
    bottom: 0px !important;
    right: 0px !important;
    height: calc(100% - 44px) !important;
    width: 100% !important;
    border-radius: 0px !important;
}

@media (max-width: 768px) {
    .videoask-embed__modal_border--SZV89 {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

.videoask-embed__modal_border--SZV89 {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    border-radius: 0px !important;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .videoask-embed__modal_iframe--HKJSB {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

.videoask-embed__modal_iframe--HKJSB {
    width: 100% !important;
    height: 100% !important;
    background-color: white !important;
    border: none !important;
    box-sizing: border-box !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black) !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.ffr {
    text-align: center;
}

.ffr .heading_title {
    display: block;
    margin-bottom: 33px;
    margin-top: -71px;
}

#footer .footer-menu {
    margin-top: 11px;
}

#footer .copyright {
    justify-content: center;
}

#footer .footer-menu ul li {
    font-size: 17px;
}

@media (min-width: 768px) {
    .header {
        margin-bottom: 0px !important;
    }

    .header .logo {
        margin-top: 0px !important;
    }
}
