body {
    font-family: 'Heebo' !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Heebo' !important;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px;
    width: 25px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-kadence1 );
    position: relative;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0em 0 .5em;
}
.elementor-heading-title {
    line-height: 1.2!important;
}
h2.elementor-heading-title span {
    font-weight: 400;
}
.single-content p {
    margin-bottom: 14px;
}
.elementor-button-link.elementor-button > .elementor-button-content-wrapper {
    align-items: center;
}
.elementor-button-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6ED0A0;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}
.t-divider .elementor-heading-title {
    position: relative;
    padding-left: 35px;
}
.t-divider .elementor-heading-title:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 1px;
    background-color: var(--global-palette1);
    left: 0;
    top: 7px;
}
.t-divider.t-divider-center .elementor-heading-title {
    display: inline-block;
}
.common-button,
.contact--form input[type="submit"],
.comments-area input#submit {
    font-size: 16px;
    border-radius: 0px 0px 0px 0px;
    color: var(--global-palette9);
    background: var(--global-palette1);
    border: 2px none transparent;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    padding: 12px 64px 12px 20px;
}
.common-button:after,
.contact--form .form--btn:after {
    content: "+";
    background-color: var(--global-palette6);
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 19px;
    padding: 8px 17px;
    right: 0;
    color: #fff;
}
.common-button:hover,
.contact--form input[type="submit"]:hover,
.comments-area input#submit:hover {
    box-shadow: 0px 15px 25px -7px rgba(0,0,0,0.1);
}
.comments-area input#submit {
    padding: 12px 25px 12px 25px;
}
.content-width-fullwidth .content-container.site-container {
    max-width: var(--global-content-width);
    padding-left: 20px;
    padding-right: 20px;
}
body.blog .content-area {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
/* Top Bar */
.site-header-upper-wrap .site-container {
    max-width: 1200px;
}
.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard{
	background: linear-gradient(180deg, #C8ECDA -107.5%, rgba(200, 236, 218, 0) 100%);
}
.header-social-wrap .header-social-inner-wrap .social-button {
    background-color: transparent;
}
.header-social-wrap .social-button:hover{
    background: linear-gradient(180deg, #C8ECDA -107.5%, rgba(200, 236, 218, 0) 100%);
}
.site-top-header-wrap .secondary-navigation .secondary-menu-container > ul > li.menu-item:last-child > a {
    padding-right: 0px;
}
.site-header-item .button.header-button {
    position: relative;
}
.site-header-item .button.header-button:after {
    content: "+";
    background-color: var(--global-palette6);
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 19px;
    padding: 8px 17px;
    right: 0px;
}
/* Hero section */
.da-hero-sec .elementor-widget-heading {
    margin-bottom: 10px !important;
}
.da-hero-sec .elementor-heading-title {
    margin-bottom: 0px !important;
}
.da-hero-sec .elementor-heading-title span {
    color: var(--global-palette1);
    font-weight: 400;
}
.hero--slides .slide-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.hero--slides .slide-caption,
.hero--slides .slide-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.hero--slides .slide-caption h1 {
    line-height: 1.2;
    margin-bottom: 26px;
}
.hero--slides .slide-caption h1 span {
    color: var(--global-palette1);
    font-weight: 400;
}
.hero--slides .slide-image {
    display: flex;
    justify-content: flex-end;
}
.hero--slides .slide-image img {
    max-height: 500px;
    object-fit: cover;
    width: auto;
    border-radius: 15px;
}
.hero--slides .owl-dots {
    position: absolute;
    bottom: 150px;
    margin-top: 0px;
}
/* benefit section */
.drn-benefit-sec .elementor-container {
    background-color: #fff;
    margin-top: -105px;
    max-width: 1160px !important;
    position: relative;
    left: -24px;
}
.dn--services-grid .elementor-widget-wrap {
    justify-content: space-between;
    flex-direction: column;
}
/* Services 1 section */
.drn-service_sec .elementor-counter .elementor-counter-number-prefix {
    display: none;
}
.drn-service-sec .elementor-column:after {
    content: "";
    background-color: #6ed0a0;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .3s ease;
}
.drn-service-sec .elementor-column:hover:after {
    height: 100%;
}
.drn-service-sec .elementor-column .elementor-image-box-content,
.drn-service-sec .elementor-column .elementor-button-wrapper,
.drn-service-sec .elementor-column:hover .elementor-image-box-img img {
    z-index: 3;
    position: relative;
}
.drn-service-sec .elementor-column:hover .elementor-image-box-content *,
.drn-service-sec .elementor-column:hover .elementor-button-wrapper * {
    color: #fff !important;
}
.drn-service-sec .elementor-column:hover .elementor-image-box-img img {
    background: #fff !important;
    padding: 5px;
} 
/* Services 2 section */
.drn-service-sec .elementor-container {
    background-color: #fff;
    max-width: 1150px !important;
    padding: 0px !important;
}
.drn-counter-block .elementor-counter-title {
    margin-top: 10px;
}
/* Testimonials section */
.t-divider.t-divider-test .elementor-heading-title:before {;
    background-color: #fff;
}
.item-bx {
    max-width: 600px;
}
.item-bx * {
    color: #fff;
}
.test-cont {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
}
.test-cont img {
    width: 60px !important;
    height: 60px;
    object-fit: cover;
}
.test-cont h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.test-cont .test-meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    max-width: 635px;
    margin-top: 0px !important;
}
.testimonial-carousel .owl-prev, 
.testimonial-carousel .owl-next {
    width: 60px;
    height: 50px;
    line-height: 53px !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    color: #5ab88a !important;
    font-size: 24px !important;
    margin: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.testimonial-carousel .owl-prev img, 
.testimonial-carousel .owl-next img {
    width: 30px !important;
    height: 30px !important;
}
.drn-counter-block .elementor-counter-title {
    text-align: left !important;
}
.drn-counter-block .elementor-counter .elementor-counter-number-prefix {
    display: none;
}
/* Blog Sec */
.news--block.v2 {
    margin-bottom: 50px;
}
.news--block .col_inner,
#archive-container .loop-entry {
    position: relative;
}
#archive-container .loop-entry {
    margin-bottom: 10px;
}
#archive-container .loop-entry .post-thumbnail {
    margin-bottom: 0px;
}
.news--block .post_cont,
#archive-container .loop-entry .entry-content-wrap {
    background-color: #fff;
    padding: 22px 20px 18px 20px;
    position: absolute;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all .5s ease;
    bottom: -35px;
    top: auto;
}
.news--block .post_cont {
    bottom: -74px;
}
.news--block .post_cat,
#archive-container .loop-entry .entry-taxonomies a {
    background-color: #5ab88a;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
}
#archive-container .loop-entry .entry-taxonomies {
    order: 1;;
}
.news--block .post_date,
#archive-container .loop-entry .entry-date {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5ab88a;
    display: block;
}
.news--block .post_title,
#archive-container .loop-entry .entry-header .entry-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}
#archive-container .loop-entry .entry-header .entry-title {
    order: 3;
}
#archive-container .entry-meta {
    order: 2;
    margin-top: -5px;
    margin-bottom: 0px;
}
.news--block .read_more,
#archive-container .loop-entry a.post-more-link {
    font-size: 12px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 400;
    color: #5ab88a;
    display: inline-block;
}
#archive-container .loop-entry a.post-more-link .kadence-svg-iconset {
    display: none;
}
.news--block .col_inner:hover .post_cont,
#archive-container .loop-entry:hover .entry-content-wrap {
    transform: translateY(-90px);
}
#archive-container .loop-entry .entry-header {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0px;
}
#archive-container .loop-entry .more-link-wrap {
    margin-top: 0px;
    margin-bottom: 0;
}
#archive-container .loop-entry .post-thumbnail-inner,
.news-img {
    position: relative;
    padding-top: 80%;
}
.news-img {
    padding-top: 77%;
}
#archive-container .loop-entry .post-thumbnail-inner img,
.news-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post--pagination .page-numbers,
.post--pagination .page-numbers.current {
    background-color: #FCFCFB;
    border: 1px solid #D3D4D6;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 10px;
}
.post--pagination .page-numbers {
    color: #000;
}
.post--pagination .page-numbers svg {
    top: 4px;
    position: relative;
}
.post--pagination .page-numbers:hover,
.post--pagination .page-numbers.current {
    border-color: #5ab88a;
    color: #5ab88a;
}
#archive-container {
    -webkit-column-gap: 60px;
    column-gap: 60px;
}
/* Footer */
.footer-help ul {
    list-style: none;
    margin: 0px;
}
.footer-help ul li span {
    max-width: 140px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.footer-add 
 .elementor-container {
    padding: 0px !important;
}
.footer-add .elementor-column:after {
    content: "";
    margin: 0px 15px;
    border-right: 1px solid rgba(110, 121, 144, 0.3);
}
.footer-add .elementor-column:last-child:after {
    display: none;
}
.footer-add  .elementor-widget-wrap {
    padding: 0px !important;
}
.footer-menu .hfe-nav-menu li a {
    position: relative;
    padding-left: 20px !important;
}
.footer-menu .hfe-nav-menu li a:after {
    content: "\f054";
    color: #5ab88a;
    position: absolute !important;
    left: 0;
    opacity: 1 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: transparent !important;
}
.footer-menu .hfe-nav-menu li a:hover {
    padding-left: 15px !important;
}
.footer-form ul {
    list-style: none;
    margin: 0px;
}
.footer-form ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(110, 121, 144, 0.3);
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-form ul li span:nth-child(2) {
    color: #5ab88a;
}
.mc4wp-form {
    margin-top: 20px;
}
.mc4wp-form .mc4wp-form-fields {
    display: flex;
}
.mc4wp-form .mc4wp-form-fields input {
    border-radius: 0px;
    padding: 10px 15px;
}
.mc4wp-form .mc4wp-form-fields input:not(input[type="submit"]) {
    width: 100%;
    height: 45px;
}
.mc4wp-form .mc4wp-form-fields input,
.mc4wp-form .mc4wp-form-fields input::placeholder {
    color: #6E7990;
    font-family: "Heebo", Sans-serif;
    font-size: 14px;
}
.mc4wp-form-fields input[type="submit"] {
    border: none;
    background: url(https://drnawaidahmed.com/staging/wp-content/uploads/2022/11/subscribe.png);
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    width: 47px;
    cursor: pointer;
    transition: all 500ms ease;
    background-color: #5ab88a;
}
.footer-form {
    margin-top: 110px;
}
.drn-copyright .elementor-container:after {
    content: "";
    border-top: 1px solid rgba(110, 121, 144, 0.3);
    width: 100%;
    position: absolute;
    left: 0;
    max-width: 1150px;
    margin: 0px auto;
    right: 0;
}
.drn-copyright .elementor-icon.elementor-social-icon {
    font-size: 22px;
    width: 22px;
    height: 30px;
    background-color: transparent;
}

.site_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}
.col--12, .col--7, .col--6, .col--5, .col--4, .col--3, .col--2 {
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}
/* Contact Page */
.contact--form .form--group {
    display: flex;
    gap: 26px;
}
.contact--form p {
    margin: 0px;
}
.form--group-col {
    margin-bottom: 26px;
}
.contact--form .form--group input, 
.contact--form textarea {
    width: 100%;
    border-radius: 0px;
    color: #6e7990;
}
.contact--form textarea {
    height: 130px;
}
.contact--form .form--group input::placeholder, 
.contact--form textarea::placeholder {
    color: #6e7990;
}
.contact--form .form--btn {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    max-width: 190px;
}
.contact--form .form--btn:after {
    right: 0;
    height: auto;
    padding: 9px 17px;
}
