/* ------------------------------------------------
  Project:   Radic - Radiology and Imaging WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------ 
Table of Contents 
 1. General 
 2. Typography
 3. Helper class
 4. Background color
 5. Banner
 6. Banner Slider
 7. About Section
 8. Image Reavel Animation
 9. List Icon
 10. Video 
 11. Extra
 12. Form Section
 13. Appointment Form
 14. Team Form 
 15. Swiper
 16. Responsive Css
------------------------*/

:root {
    --themeht-primary-color: #64D9B9;
    --themeht-secondary-color: #1D2939;
    --themeht-white-color: #ffffff;
    --themeht-light-color: #EBF3F5;
    --themeht-body-color: #666666;
    --themeht-body-font: 'DM Sans', sans-serif;
    --themeht-secondary-font: 'Prompt', sans-serif;
    --logo-desktop-height: 55px;
    --logo-tablet-height: 35px;
    --logo-mobile-height: 25px;
    --logo-footer-height: 60px;
    --loader-img-height: 125px;
}

/* ------------------------ General ------------------------*/
body {
    font-family: var(--themeht-body-font);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--themeht-body-color);
    overflow-x: hidden;
    background-color: var(--themeht-light-color);
}

.page-wrapper {
    overflow-x: hidden;
}

html,
body {
    block-size: 100%;
}

.page-wrapper {
    min-block-size: 100%;
    display: flex;
    flex-direction: column;
}

.page-wrapper>.page-content {
    flex-grow: 1;
}

.page-wrapper>header,
.page-wrapper>footer {
    flex-shrink: 0;
}


/* ------------------------ Typography ------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--themeht-secondary-color);
    font-family: var(--themeht-secondary-font) !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 90px;
    font-weight: 600;
}

h2 {
    font-size: 46px;
    font-style: normal;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

h5 {
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 32px;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

ul {
    margin-left: 0;
}

.elementor-heading-title {
    font-family: var(--themeht-secondary-font) !important;
    font-weight: 400;
}

.primary-bg .elementor-heading-title {
    color: var(--themeht-white-color) !important;
    font-family: var(--themeht-secondary-font) !important;
    font-weight: 600 !important;
}

@media (min-width:1200px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1500px !important;
    }
}

.custom-sec-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

/* ------------------------ Helper class ------------------------*/
.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.text-decoration {
    text-decoration: underline;
}

/* ------------------------ Background color ------------------------*/
.primary-bg {
    background-color: var(--themeht-primary-color);
}

.secondary-bg {
    background-color: var(--themeht-secondary-color);
}

.white-bg {
    background-color: var(--themeht-white-color);
}

.light-bg {
    background-color: var(--themeht-light-color);
}

.transparent-bg {
    background-color: inherit !important;
}

/* ------------------------ Banner ------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

/* ------------------------ Banner Slider ------------------------*/
/* ---- Banner 1 ----*/
.banner-slider .slider-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

.banner-content {
    padding: 200px 0px 210px 0;
    position: relative;
    z-index: 9;
}

.banner-content p {
    font-weight: 500;
    font-size: 17px;
}

.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    background: var(--themeht-primary-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-image: none !important;
}

.banner-slider .swiper-button-next:hover,
.banner-slider .swiper-button-prev:hover {
    background: var(--themeht-primary-color);
}

.banner-slider .swiper-button-next:after,
.banner-slider .swiper-button-prev:after {
    font-size: 24px;
}

.banner-slider .swiper-button-next:hover:after,
.banner-slider .swiper-button-prev:hover:after {
    color: var(--themeht-white-color);
}

.banner-slider h5 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider h1 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider p {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider .swiper-slide-active h5 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}

.banner-slider .swiper-slide-active h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
}

.banner-slider .swiper-slide-active p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2000ms;
}

.banner-slider .swiper-slide-active .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2500ms;
}

.banner-slider .swiper-slide-active .btn-box a {
    margin-right: 30px;
}

.banner-slider h5,
.banner-slider h1,
.banner-slider p {
    color: var(--themeht-secondary-color);
}

.banner-slider .banner-content h1 {
    line-height: 90px !important;
    font-size: 80px;
    color: var(--themeht-white-color);
    padding-right: 30px;
}

.banner-content p {
    max-width: 80%;
    color: var(--themeht-white-color);
}

.banner-slider-two .banner-content h5 {
    background: var(--themeht-primary-color);
    display: inline-block;
    padding: 5px 15px;
}

.banner-simple h1,
.banner-simple p,
.banner-simple .btn-box {
    transform: inherit;
    opacity: 1;
}

.banner-simple .banner-content {
    padding: 200px 0;
    margin-left: 0;
}

/* ---- Banner 2 ----*/
.banner-subtitle .elementor-heading-title {
    color: var(--themeht-primary-color) !important;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ------------------------ About Section ------------------------*/
.year-counter {
    text-align: right;
}

.year-counter .elementor-widget-container {
    display: inline-block;
    margin-left: auto;
}

.year-counter .counter {
    background: var(--themeht-primary-color);
    padding: 20px 40px;
    text-align: left;
}

.year-counter .elementor-widget-counter-icon {
    text-align: right;
}

.year-counter .counter-icon i {
    font-size: 60px;
}

.year-counter .counter span {
    color: var(--themeht-white-color);
    font-size: 80px;
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke: inherit;
}

.year-counter .counter-icon {
    margin-bottom: -20px;
}

.year-counter .counter h6 {
    color: var(--themeht-white-color);
}

.about-img {
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 25s;
    -moz-animation-duration: 25s;
    -ms-animation-duration: 25s;
    -o-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* ------------------------  Image Reavel Animation ------------------------*/
.ht-img-animation .ht-img-animation-inner {
    visibility: hidden;
    position: relative;
    overflow: hidden;
    transform-origin: left;
}

/* ------------------------ List Icon ------------------------*/
.list-icon li {
    color: var(--themeht-secondary-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-family: var(--themeht-secondary-font) !important;
    font-size: 18px;
    line-height: 24px;
}

.list-icon li i {
    color: var(--themeht-primary-color);
    margin-right: 10px;
    font-size: 30px;
    line-height: 1;
}

.call-action-box h6 a {
    color: var(--themeht-primary-color);
    font-weight: 500;
}

.call-icon i {
    background: var(--themeht-bg-dark-color);
    font-size: 30px;
    color: var(--themeht-white-color);
    line-height: 1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-anim-icon {
    width: 150px;
    height: 150px;
    display: flex;
    background: var(--themeht-secondary-color);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    border: 10px solid var(--themeht-white-color);
}

.call-anim-icon a {
    display: inline-block;
    font-size: 70px;
    color: var(--themeht-white-color);
    line-height: 1;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ------------------------ Video ------------------------*/
.video-btn {
    position: relative;
}

.video-btn .play-btn {
    animation: ripple-white 1s linear infinite;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
}

.video-btn .play-btn i {
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--themeht-white-color);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .2s ease-out !important;
    transform: translate3d(-50%, -50%, 0);
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

/* ------------------------ Extra ------------------------*/
.elementor-widget .center {
    text-align: center;
}

.elementor-widget .right {
    text-align: right;
}

.page {
    margin: 0;
}

.page-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.elementor-default .page-content {
    margin-top: -1.5em;
    margin-bottom: 0;
}

.error-page-search label {
    min-width: 450px;
}

.error-404 h1 {
    font-size: 50px;
}

.error-404 .search-form {
    margin: 20px 0;
}

.search-page article {
    margin-bottom: 30px;
}

.search-page article:last-child {
    margin-bottom: 0;
}

.search-page .post-desc {
    padding: 10px 30px 30px 30px
}

.search-page .post-title {
    margin: 15px 10px 15px 0px;
}

.search-content-page {
    position: relative;
    padding: 30px;
}

.search-content-page .post-image {
    position: relative;
}

.pagination .page-numbers {
    border: 1px solid #d5d8dc;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.contact-info .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.contact-info p {
    margin-bottom: 10px;
}

.elementor-widget-google_maps iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ------------------------ Form Section ------------------------*/
.wpcf7-form .primary-btn {
    background: var(--themeht-primary-color);
    padding: 20px 30px;
    font-weight: 600;
}

.wpcf7-form .primary-btn:hover {
    background: var(--themeht-secondary-color);
}

.wpcf7-form .primary-btn:hover input {
    color: var(--themeht-white-color);
}

.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form textarea {
    border-radius: 0px;
}


input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
    border: none !important;
    color: var(--themeht-secondary-color);
    height: 100%;
    border-radius: inherit;
    padding: 0;
    z-index: 99;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    background: none;
}

.primary-btn:hover input[type="button"],
.primary-btn:hover input[type="reset"],
.primary-btn:hover .wp-block-search__button {
    color: var(--themeht-white-color);
}

.post-comment .form-submit input[type="submit"],
.wp-block-search__button,
.post-password-form input[type="submit"] {
    background-color: var(--themeht-primary-color);
    border: none !important;
    color: var(--themeht-secondary-color);
    padding: 20px 30px;
}

.post-comment .form-submit input[type="submit"]:hover,
.wp-block-search__button:hover,
.post-password-form input[type="submit"]:hover {
    background-color: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: none;
    padding-left: 15px;
    width: 100%;
    height: 55px;
    color: var(--themeht-body-color);
    background: var(--themeht-white-color);
    margin-bottom: 20px;
    border-radius: 0px;
}

textarea {
    height: 100px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    color: var(--themeht-body-color);
}

.wpcf7-form-control-wrap {
    display: block;
}

.post-desc .entry-content input[type="password"] {
    background-color: var(--themeht-light-color);
}

.wpcf7-form-control.wpcf7-select,
select {
    width: 100%;
    padding: .550rem 15px;
    height: 55px;
    color: var(--themeht-body-color);
    margin-bottom: 20px;
    background-color: var(--themeht-light-color) !important;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.wpcf7-form .wpcf7-spinner {
    position: absolute;
    padding: 0;
}

.wpcf7-form .wpcf7-spinner:after {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    bottom: -25px;
}

.theme-bg .wpcf7-not-valid-tip,
.theme-bg .wpcf7-response-output {
    color: var(--themeht-white-color);
}

::-webkit-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

::-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:focus-visible {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    border: none;
}

.elementor-widget.elementor-widget-text-editor {
    font-weight: 400;
    color: var(--themeht-body-color);
    font-family: var(--themeht-body-font) !important;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: var(--themeht-white-color) !important;
}

p {
    margin: 0 0 25px;
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.wp-block-button {
    margin: 50px 0;
}

.alignleft {
    margin: 5px 20px 20px 0 !important;
}

.alignright {
    margin: 5px 0 20px 20px !important;
    clear: both;
}

.lead p,
.elementor-widget-list_style p,
.elementor-widget-list_style_two p,
.elementor-widget-title p,
.elementor-widget-feature p,
.elementor-tab-content p {
    margin-bottom: 0;
}

.wp-block-group.has-background {
    padding: 15px !important;
    margin-bottom: 15px !important;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 16px !important;
    text-align: left;
}

blockquote,
.wp-block-quote.is-style-large {
    padding: 20px 20px 20px 90px !important;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    color: var(--themeht-secondary-color);
    font-style: italic;
    font-family: var(--themeht-secondary-font);
}

blockquote span {
    margin-top: 15px;
    display: block;
    font-weight: 600;
    color: var(--themeht-secondary-color);
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
}

.themeht-blogs .post-card .post-desc blockquote p {
    margin-bottom: 15px;
    margin-top: 0;
}

body blockquote.wp-block-quote.is-style-large cite,
body blockquote.wp-block-quote.is-style-large p,
body blockquote p {
    margin: 0px;
}

blockquote:after {
    position: absolute;
    top: 25px;
    left: 0;
    font-family: flaticon_mycollection;
    content: "\f10f";
    font-size: 60px;
    line-height: 60px;
    z-index: 99;
    text-align: center;
    color: var(--themeht-primary-color);
    justify-content: center;
    align-items: center;
    font-style: initial;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 25px;
}

.wp-block-image {
    margin: 0 0 1em;
}

.wp-block-archives select,
.wp-block-categories select {
    margin-bottom: 20px;
}

.post-card .wp-block-gallery .blocks-gallery-image figure,
.post-card .wp-block-gallery .blocks-gallery-item figure {
    position: relative;
    overflow: hidden;
}

.post-card .wp-block-gallery .blocks-gallery-image figcaption,
.post-card .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    bottom: -100%;
    width: 100%;
    color: #333;
    background: rgba(255, 255, 255, .7);
    white-space: nowrap;
    text-indent: 10px;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption,
.post-card .wp-block-gallery .blocks-gallery-item:hover figcaption {
    bottom: 0;
}

.wp-block-embed iframe {
    width: 100%;
}

table tbody th,
table tbody td,
table th,
table td {
    border-style: solid;
    border-width: 0;
    border: 1px solid;
    border-color: #d5d8dc;
    padding: 5px 10px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: transparent;
}

.gallery-caption {
    padding-top: 0.53em;
    padding-bottom: 0.53em;
}

.comment-content table tbody td a {
    color: var(--themeht-primary-color)
}

.comment-content>ul,
.comment-content>ol {
    margin-bottom: 30px;
}

.wp-block-button__link:hover {
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color)
}

.wp-block-calendar {
    padding-bottom: 30px;
}

.wp-block-calendar .wp-calendar-nav-prev {
    float: left;
}

.wp-block-calendar .wp-calendar-nav-next {
    float: right;
}

.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a {
    text-decoration: none;
    font-weight: 600;
}

.post-card .wp-block-search__button-outside {
    margin-bottom: 25px;
}

.wp-block-preformatted {
    border: none;
    background: none;
    padding: 0px;
}

wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    color: var(--themeht-primary-color)
}

table tbody td a,
table tbody th a {
    font-weight: 500;
}

.post-card table tbody td a,
.post-card table tbody th a {
    color: var(--themeht-primary-color);
}

table tbody td a:hover,
table tbody th a:hover {
    color: var(--themeht-primary-color);
}

.comment-content table tbody td a {
    color: var(--themeht-primary-color);
    font-weight: 500;
}


ol {
    margin-left: 0;
}

.post-single-page .post-desc .entry-content ul:last-child,
.post-single-page .post-desc .entry-content table:last-child,
.post-single-page .post-desc .entry-content p:last-child {
    margin-bottom: 0;
}

.wp-block-columns.has-background.has-pale-pink-background-color,
.wp-block-column.has-background.has-pale-cyan-blue-background-color,
.wp-block-group.has-background.has-pale-pink-background-color,
.wp-block-group.has-background.has-light-green-cyan-background-color {
    background-color: var(--themeht-light-color) !important;
}

.wp-block-group.has-black-border-color {
    border-color: var(--themeht-light-color) !important;
}

.wp-block-group.has-border-color,
.wp-block-group.has-background {
    padding: 15px !important;
    margin-bottom: 15px;
}

.has-small-font-size {
    line-height: 17px;
}

.has-medium-font-size {
    line-height: 24px;
}

.has-large-font-size {
    line-height: 40px;
}

.has-x-large-font-size {
    line-height: 50px;
}

.wp-block-query .wp-block-query-pagination {
    margin-bottom: 30px;
}

.pagination .page-numbers,
.wp-block-query-pagination .page-numbers {
    border: 1px solid #d5d8dc;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .page-numbers.current {
    border: 1px solid var(--themeht-primary-color);
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.wp-block-avatar .avatar {
    margin-bottom: 20px;
}

.wp-block-post-author .avatar {
    margin-bottom: 20px;
}

.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-comment-author-name {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 22px !important;
    font-weight: 600;
    font-family: var(--themeht-secondary-font);
    color: var(--themeht-secondary-color);
}

.wp-block-post-comments-form p,
.wp-block-comments p {
    margin-top: 15px;
}

.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link {
    margin-top: 20px;
}

.wp-block-post-comments-form p,
.wp-block-comments p {
    margin-top: 15px;
}

.wp-block-comments .wp-block-comments-title,
.pbmit-post-related .pbmit-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
    font-size: 34px;
    line-height: 44px;
}

.wp-block-comments .wp-block-comments-title {
    margin-bottom: 30px;
}

.wp-block-comment-reply-link .comment-reply-link,
.wp-block-comment-reply-link .comment-reply-link:focus,
.wp-block-comment-reply-link .comment-reply-link:visited,
.wp-block-comment-reply-link .comment-reply-link:active {
    padding: 10px 20px 10px 40px;
}

.wp-block-comment-reply-link .comment-reply-link:before {
    top: 10px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 0px;
}


ul.wp-block-archives li a,
.widget.widget_meta ul li a,
.widget .wp-block-latest-posts li>a,
.widget.widget_archive ul li>a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li>a,
.widget.widget_pages ul li a,
.wp-block-page-list li a,
.widget.widget_recent_comments ul li,
.widget.widget_categories ul li,
.wp-block-categories li {
    font-size: 15px;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}

.wp-block-page-list li a {
    font-weight: 600;
}

ul.wp-block-archives li a::before,
.widget.widget_meta ul li a::before,
.widget .wp-block-latest-posts li>a::before,
.widget.widget_archive ul li>a::before,
.widget.widget_meta ul li a::before,
.widget.widget_recent_entries ul li a::before,
.widget.widget_nav_menu ul li>a::before,
.widget.widget_pages ul li a:before,
.wp-block-page-list li a:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_categories ul li:before,
.wp-block-categories li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background: var(--themeht-primary-color);
    width: 10px;
    height: 10px;
}

.widget.widget_archive ul li>a::before,
.widget.widget_pages ul li a:before,
.widget.widget_nav_menu ul li>a::before,
.widget .wp-block-latest-posts li>a::before,
.widget.widget_recent_entries ul li a::before,
ul.wp-block-archives li a::before {
    top: 5px;
}

.widget.widget_recent_comments ul li:before {
    top: 8px;
}

.widget.widget_recent_comments ul li {
    color: var(--themeht-primary-color);
    padding-left: 25px;
}

.themeht-sidebar .widget ul>li ul {
    margin-left: 15px;
    margin-top: 15px;
}

.wp-block-archives-dropdown,
.wp-block-search {
    margin-bottom: 25px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    border: none;
    padding: 0;
}

.post-card .wp-block-search .wp-block-search__inside-wrapper input[type="search"] {
    background-color: var(--themeht-light-color);
}

.wp-block-buttons {
    margin-bottom: 20px;
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color)
}

.wp-block-cover .wp-block-cover__inner-container p {
    color: var(--themeht-white-color);
}

.wp-block-calendar table th,
.wp-calendar-table th {
    background: var(--themeht-light-color);
    color: var(--themeht-secondary-color);
}

#today {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.wp-block-tag-cloud span {
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

.wp-social-link {
    margin-bottom: 15px !important;
}

.wp-block-search .wp-block-search__label {
    font-weight: 600;
}

.themeht-footer-widget-area {
    background: var(--themeht-secondary-color);
}

.themeht-footer-widget-area .widget {
    padding-top: 100px;
}

.themeht-footer-widget-area .widget:not(:first-child) {
    padding-top: 35px;
}

.themeht-footer-widget-area .widget:last-child {
    padding-bottom: 80px;
}


.themeht-footer-widget-area .widget ul,
.themeht-footer-widget-area .widget ol,
.wp-block-archives ul {
    margin: 0;
    padding-left: 0;
}

.themeht-footer-widget-area .widget ul>li ul {
    margin-left: 15px;
    margin-top: 15px;
}

.themeht-footer-widget-area .widget ul.children,
.themeht-footer-widget-area .widget ol.children {
    margin-left: 15px;
    margin-top: 15px;
}

.themeht-footer-widget-area .widget ul li,
.themeht-footer-widget-area .widget ol li,
.themeht-footer-widget-area .widget .wp-block-archives li,
.themeht-footer-widget-area .widget .wp-block-latest-posts li,
.themeht-footer-widget-area .widget .widget_recent_entries li,
.themeht-footer-widget-area .widget .wp-block-categories li,
.themeht-footer-widget-area .widget .wp-block-page-list li {
    color: var(--themeht-white-color);
    list-style-type: none;
    margin-bottom: 15px;
}

.themeht-footer-widget-area .widget ul li:last-child,
.themeht-footer-widget-area .widget ol li:last-child,
.wp-block-latest-posts li:last-child,
.widget_recent_entries li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.themeht-footer-widget-area .widget .tagcloud a,
.themeht-footer-widget-area .widget .wp-block-tag-cloud a {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--themeht-white-color);
    padding: 5px 10px;
    margin: 4px 11px;
    display: inline-block;
    font-size: 16px !important;
    text-transform: capitalize;
}

.themeht-footer-widget-area .widget .tagcloud a:hover,
.themeht-footer-widget-area .widget .wp-block-tag-cloud a:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget .widget_categories li,
.themeht-footer-widget-area .widget .wp-block-categories li {
    color: var(--themeht-primary-color);
    position: relative;
}

.themeht-footer-widget-area .widget_recent_entries li,
.themeht-footer-widget-area .widget .wp-block-latest-posts li {
    margin-bottom: 15px;
}

.themeht-footer-widget-area .widget li a,
.themeht-footer-widget-area .widget a {
    text-transform: capitalize;
}

.themeht-footer-widget-area .widget li a {
    font-size: 16px;
    color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget li a:hover {
    color: var(--themeht-primary-color);
}

.themeht-footer-widget-area,
.themeht-footer-widget-area a,
.themeht-footer-widget-area .wp-block-archives__label,
.themeht-footer-widget-area .wp-block-search__label,
.themeht-footer-widget-area .wp-block-archives-dropdown label,
.themeht-footer-widget-area table td,
.themeht-footer-widget-area table caption {
    color: var(--themeht-white-color);
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    min-width: 170px;
}

.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content {
    text-transform: uppercase;
    padding: 0;
}

.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content:before {
    display: none;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
    background: var(--themeht-white-color);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border: none !important;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
    margin-bottom: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content {
    text-transform: capitalize;
    padding: 10px 10px 10px 10px;
    color: var(--themeht-body-color);
    border-bottom: 1px dashed var(--themeht-light-color);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-pages-list__item__link.wp-block-navigation-item__content {
    border-bottom: none;
}

.wp-block-navigation .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
    color: var(--themeht-primary-color);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
    padding-left: 15px;
    color: var(--themeht-primary-color);
}

.themeht-sidebar .wp-block-calendar table th,
.themeht-sidebar .wp-calendar-table th,
.themeht-sidebar .wp-block-calendar table td,
.themeht-sidebar .wp-calendar-table td {
    background: var(--themeht-white-color);
}

pre {
    background: var(--themeht-light-color);
}

.wp-block-loginout form .login-username input[type="text"] {
    background-color: var(--themeht-light-color);
}

.wp-block-loginout form .login-password input[type="password"] {
    background-color: var(--themeht-light-color);
}

.wp-block-loginout form input[type="submit"] {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--themeht-primary-color);
    border-radius: 100px;
}

.wp-block-loginout form input[type="submit"]:hover {
    background-color: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

.themeht-footer-widget-area .themeht-widget.widget .tagcloud a,
.themeht-footer-widget-area .wp-block-tag-cloud a {
    background: inherit;
}


.widget_calendar caption {
    caption-side: top;
}


.themeht-blogs input[type="text"],
.themeht-blogs input[type="email"],
.themeht-blogs input[type="url"],
.themeht-blogs input[type="password"],
.themeht-blogs input[type="search"],
.themeht-blogs input[type="number"],
.themeht-blogs input[type="tel"],
.themeht-blogs input[type="range"],
.themeht-blogs input[type="date"],
.themeht-blogs input[type="month"],
.themeht-blogs input[type="week"],
.themeht-blogs input[type="time"],
.themeht-blogs input[type="datetime"],
.themeht-blogs input[type="datetime-local"],
.themeht-blogs input[type="color"],
textarea {
    color: var(--themeht-body-color);
    background: var(--themeht-white-color);
    margin-bottom: 0;
}

.themeht-sidebar select {
    background-color: var(--themeht-light-color) !important;
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

/* ------------------------ Appointment Form ------------------------*/
.appointment-form {
    padding: 50px;
    margin: 0px;
}

.appointment-form .theme-title h2 {
    color: var(--themeht-secondary-color);
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

/* ------- Appointment Form 1-------- */
.appointment-form.form-1 input,
.appointment-form.form-1 textarea {
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
}

/* ------- Appointment Form 2 -------- */
.appointment-form.form-2 .theme-title h2 {
    color: var(--themeht-white-color);
    font-weight: 500;
}

.appointment-form.form-2 {
    background-color: #ffffff33;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.appointment-form.form-2 input,
.appointment-form.form-2 textarea {
    background: none;
    border-bottom: 1px solid #ffffff2e !important;
    margin-bottom: 5px;
    padding: 0;
    color: var(--themeht-white-color);
}

.appointment-form.form-2 input::placeholder,
.appointment-form.form-2 textarea::placeholder {
    color: var(--themeht-white-color) !important;
}

.appointment-form.form-2 textarea {
    height: 80px;
}

.appointment-form.form-2 .dark-btn input {
    background-color: inherit;
    border: none !important;
    margin: 0;
}

.appointment-form.form-2 .dark-btn {
    margin-top: 10px;
}

/* ------- Appointment Form 3 -------- */
.appointment-form.form-3 {
    padding: 0px;
}

.appointment-form.form-3 .wpcf7-form-control.wpcf7-select {
    background-color: var(--themeht-white-color) !important;
    height: 60px;
}

.appointment-form.form-3 .primary-btn {
    margin-top: 20px;
}

/* ------- Appointment Form 4 -------- */
.appointment-form.form-4 .theme-title h2 {
    text-align: left;
    margin-bottom: 20px;
}

.appointment-form.form-4 {
    background-color: var(--themeht-white-color);
    padding: 30px 0px 30px 30px;
}

.appointment-form.form-4 input,
.appointment-form.form-4 textarea {
    background: none;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 5px;
    padding: 0;
}

.appointment-form.form-4 .primary-btn {
    width: 100%;
}

.appointment-form.form-4 .primary-btn input {
    background-color: inherit;
    border: none !important;
    margin: 0;
}

.appointment-form.form-4 .theme-title {
    margin-bottom: 10px;
}

/* ------------------------ Team Form ------------------------*/

.team-form textarea {
    padding-top: 10px;
}

.team-form .primary-btn input,
.team-form .primary-btn textarea {
    background-color: inherit;
    border: none !important;
    padding: 0;
}

.team-form input:focus,
.team-form textarea:focus {
    border-bottom: 1px solid var(--themeht-primary-color) !important;
}

.team-form .primary-btn {
    margin-top: 20px;
}

/* ------------------------ Swiper ------------------------*/
.swiper-pagination {
    position: inherit !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px;
    background-color: var(--themeht-white-color);
    border-radius: 100px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--themeht-primary-color);
    color: var(--themeht-light-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    color: var(--themeht-secondary-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--themeht-primary-color);
}

.swiper-nav-arrow .swiper-pagination,
.swiper-nav-dots .swiper-button-next,
.swiper-nav-dots .swiper-button-prev,
.swiper-nav-none .swiper-pagination,
.swiper-nav-none .swiper-button-next,
.swiper-nav-none .swiper-button-prev {
    display: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    margin-top: 10px;
}

.banner-two {
    background-color: #d2d8da;
}

.banner-two .banner-content p {
    max-width: 80%;
    color: var(--themeht-secondary-color);
}

.banner-two-img {
    position: absolute;
    right: 0;
    top: -15%;
    z-index: 9;
    text-align: right;
}

.banner-img-hover {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-two-img:before {
    content: "";
    position: absolute;
    left: 180px;
    top: 50%;
    width: 340px;
    height: 200px;
    background: #051f42;
    z-index: 9;
    margin-top: -100px;
    mix-blend-mode: hard-light;
    animation: topBottom 5s infinite;
    border-radius: 6px;
}


.banner-two .primary-btn {
    margin-right: 10px;
}


/*--topBottom--*/


@-webkit-keyframes topBottom {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes topBottom {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


.tooltip-text {
    background-color: var(--themeht-primary-color);
    color: var(--themeht-secondary-color);
    padding: 4px 10px;
    display: inline-block;
    font-weight: 600;
    animation-delay: 100ms;
}

.img-tooltip.tooltip1 {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 9;
}

.img-tooltip.tooltip2 {
    position: absolute;
    bottom: 20%;
    left: 90px;
    z-index: 9;
}

.img-tooltip:before {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -54px;
    width: 0px;
    height: 1px;
    background: var(--themeht-white-color);
    transform: rotate(45deg);
    z-index: -9;
}

.img-tooltip.tooltip2:before {
    right: -100px;
    bottom: inherit;
    top: -50px;
    transform: rotate(-45deg);
}

.tooltip-circle {
    background: var(--themeht-primary-color);
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 10px solid var(--themeht-white-color);
    position: absolute;
    right: -100px;
    bottom: -130px;
}

.img-tooltip.tooltip2 .tooltip-circle {
    background: var(--themeht-primary-color);
    bottom: inherit;
    top: -130px;
}


.active .tooltip-text,
.active .tooltip-circle {
    animation: crescendo 1.5s ease-in;
}

.active .img-tooltip:before {
    width: 150px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.tooltip-circle {
    animation-delay: 300ms;
}

@keyframes crescendo {
    0% {
        transform: scale(.5);
    }

    100% {
        transform: scale(1);
    }
}


/* ------------------------ Responsive Css ------------------------*/

@media (min-width:1600px) {
    .header .container-fluid {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }
}

@media (max-width:1545px) {
    .site-header.header-2 .header-number {
        display: none;
    }
}

@media (max-width: 1419px) {
    .banner-two h1 {
        font-size: 50px;
        line-height: 60px !important;
    }

    .service-item.style-2 .service-title h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width:1399px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }

    .banner-slider .banner-content h1 {
        line-height: 70px !important;
        font-size: 60px;
    }

    .themeht-blogs .themeht-sidebar .themeht-widget ul li,
    .themeht-sidebar .themeht-widget ul li {
        display: inherit;
    }

    .themeht-blogs .themeht-sidebar .themeht-post-content,
    .custom-post-content,
    .themeht-post-content {
        margin: 15px 0 30px 0;
    }


}

@media (max-width:1335px) {
    .site-header.header-2 .header-number {
        display: none;
    }
}

@media (min-width:992px) {
    .header .container-fluid {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

@media (max-width:1239px) {
    .banner-two .banner-two-img img {
        max-width: 70%;
    }

    .banner-two-img:before {
        left: 300px;
    }

    .img-tooltip.tooltip1 {
        left: 150px
    }

    .img-tooltip.tooltip2 {
        left: 230px;
    }

    .banner-two .banner-content {
        padding: 80px 0px 100px 0;
    }
}

@media (max-width:1229px) {
    .step-item .step-icon:before {
        right: -75px;
    }
}

@media (min-width:1200px) {

    .post-single-page .col-12.col-lg-9,
    .themeht-blogs .col-12.col-lg-9 {
        padding-right: 50px;
    }


}

@media (max-width:1201px) {
    .elementor-column .themeht-full-width {
        width: 100% !important;
    }

    .elementor-section .themeht-full-width-grid .elementor-container {
        display: inherit;
    }

    .portfolio-single-page .entry-content {
        padding-right: 0px;
    }

    .featured-item.style-2 h5 {
        font-size: 22px;
        line-height: 32px;
    }


    .service-item.style-2 .service-desc {
        padding: 50px 20px 15px 20px;
    }

    .service-item.style-2 .service-title h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-slider .banner-content h1 {
        line-height: 60px !important;
        font-size: 50px;
    }

    .price-table {
        padding: 25px;
    }

    .price-value h2 {
        font-size: 40px;
        line-height: 50px;
    }

}

@media (max-width:1200px) {

    .site-header.header-1 .navbar-nav .nav-item {
        margin: 0px 10px;
    }

    .header-2 .header-top {
        padding: 0px 10px !important;
    }

    .header-2 #header-wrap {
        padding: 20px 10px !important;
    }

    .header-2 .navbar-nav .nav-item {
        margin: 0 13px !important;
    }

    .step-item .step-icon:before {
        content: none;
    }

    .post-title h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .custom-sec-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

@media (max-width:1199px) {
    header .primary-btn {
        padding: 20px 15px !important;
        font-size: 14px !important;
    }

    .banner-two h1 {
        font-size: 42px;
        line-height: 52px !important;
    }

    .contact-item.style-1 .contact-title h5 {
        font-size: 22px;
        line-height: 32px;
    }

    .service-widget.widget {
        padding: 20px;
    }

    .service-widget.widget.widget_nav_menu ul li>a {
        font-size: 14px;
        line-height: 24px;
    }

    .service-single .service-box {
        padding-left: 20px;
    }

    .service-single .post-thumbnail {
        height: inherit;
    }

    .item-download a {
        padding: 10px;
    }

    .item-download span {
        font-size: 14px;
        line-height: 18px;
    }

    .item-download p {
        margin-top: 8px;
    }

    .ht-sidebar-banner {
        padding: 28px;
    }

    .ht-sidebar-banner .ht-sidebar-title {
        line-height: 32px;
        font-size: 22px;
    }

    .ht-sidebar-banner .ht-sidebar-title {
        margin-bottom: 60px;
    }

    .service-single.site-main .post-navigation {
        margin: 60px 0 0 20px;
    }

    .testimonial.style-2 {
        padding: 0 150px;
    }

}


@media (max-width:1025px) {
    .featured-item.style-2 {
        padding-right: 140px;
    }

    .featured-item.style-2 .featured-icon img {
        width: 110px;
    }

    .featured-item.style-2 h5 {
        font-size: 22px;
        line-height: 32px;
    }

}

@media (max-width:1024px) {

    .price-table {
        padding: 40px;
    }

    .testimonial.style-2 {
        padding: 0 80px;
    }

}


@media (max-width:992px) {

    /*Banner*/
    .page-title {
        padding: 130px 0;
    }

    .page-title h1 {
        font-size: 36px;
        line-height: 46px !important;
    }

    .logo img {
        max-height: var(--logo-tablet-height);
    }

    .banner-content {
        padding: 100px 0;
    }

    .right-nav {
        margin-left: 30px;
    }

    .header-top .topbar-link li {
        padding: 0 8px;
        font-size: 12px;
    }

    .header .primary-btn,
    .post-card.style-1 p {
        display: none;
    }

    .header-top .social-icons {
        display: none;
    }

    .banner-slider-two h1 {
        font-size: 120px;
    }

    .themeht-sidebar {
        margin-top: 40px;
    }

    .testimonial.style-1 {
        display: block;
    }

    .testimonial.style-1 .testimonial-content {
        width: 100%;
    }

    #project-pagination {
        right: 50%;
        top: inherit;
        bottom: -30px;
        transform: translateX(50%);
    }

    .banner-two-img:before {
        left: 45%;
    }

    .img-tooltip.tooltip1 {
        left: 30%;
    }

    .img-tooltip.tooltip2 {
        bottom: 15%;
        left: 36%;
    }

    .banner-two .banner-content {
        padding: 100px 0px 80px 0;
    }

    .service-item.style-2 .service-desc {
        padding: 50px 30px 15px 30px;
    }

    .service-item.style-2 .service-title h4 {
        font-size: 22px;
        line-height: 32px;
    }
}


@media (max-width:991px) {
    header .header-top,
    header .primary-btn {
        display: none !important;
    }

    .single-post .themeht-sidebar {
        margin-top: 60px;
    }

    .banner-slider .banner-content h1 {
        line-height: 70px !important;
        font-size: 60px;
    }

    .banner-slider .swiper-slide-active .btn-box a {
        padding: 20px 32px;
        font-size: 18px;
        line-height: 15px;
        margin: 5px 0;
    }

    .primary-footer {
        padding: 100px 0px 70px 0px;
    }

    .service-tab-slider {
        display: grid;
    }

    .service-tab-slider .tab-thumb-slider {
        margin-bottom: 50px;
    }

    .service-tab-slider .tab-thumb-slider,
    .service-tab-slider .tab-swiper {
        width: 100% !important;
    }

    .tab-thumb-slider .service-item.style-5 .service-title h4 {
        font-size: 45px !important;
        line-height: 70px !important;
    }

    .banner-two-img {
        position: relative;
        right: inherit;
        top: inherit;
    }

    .comments-area .comments-title {
        font-size: 28px;
        line-height: 38px;
    }

    .custom-sec-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner-slider .banner-content h1 {
        line-height: 50px !important;
        font-size: 40px;
    }

    .theme-title h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .custom-sec-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .team-single-page .entry-content,
    .service-single .service-box {
        padding-left: 0;
    }

    .service-single.site-main .post-navigation {
        margin: 40px 0 0 0;
    }

    .service-page-sidebar {
        margin-top: 40px;
    }

    .service-widget.widget {
        padding: 30px;
    }

    .service-widget.widget.widget_nav_menu ul li>a {
        font-size: 16px;
        line-height: 26px;
    }

    .item-download a {
        padding: 20px;
    }

    .item-download span {
        font-size: 16px;
        line-height: 18px;
    }

    .item-download span {
        font-size: 16px;
        line-height: 18px;
    }

    .ht-sidebar-banner .ht-sidebar-title {
        line-height: 38px;
        font-size: 28px;
    }

    .portfolio-single .portfolio-img {
        height: inherit;
    }

    .themeht-blogs .themeht-sidebar .themeht-widget ul li {
        display: flex;
    }

    .themeht-blogs .themeht-sidebar .themeht-post-content {
        margin: inherit;
    }

    #magic-cursor {
        display: none;
    }
}


@media (max-width:768px) {
    .appointment-form.form-4 .col-sm-3 {
        width: 100%;
    }

    .appointment-form.form-4 .row {
        display: grid !important;
    }

    .appointment-form.form-4 .primary-btn {
        margin-top: 30px;
    }

    .img-tooltip.tooltip1 {
        left: 20%;
    }

    .img-tooltip.tooltip2 {
        bottom: 9%;
        left: 30%;
    }
}

@media (max-width:767px) {
    .theme-title h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .theme-title p {
        font-size: 16px;
        margin-top: 20px;
    }

    .page-title h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .header-top,
    .right-nav {
        display: none !important;
    }

    .admin-bar .sticky-header.fixed-header {
        top: 0;
    }

    .logo img {
        max-height: var(--logo-mobile-height)
    }

    .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
        display: none;
    }

    .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
        width: 100%;
    }

    .elementor-widget-banner-slider p {
        max-width: 100%;
        font-size: 16px;
    }

    .counter span {
        font-size: 40px
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: block;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        padding-right: 0;
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding-left: 0;
        margin-top: 30px;
    }


    .testimonial-swiper .swiper-button-next,
    .testimonial-swiper .swiper-button-prev {
        display: none;
    }

    .banner-slider .swiper-button-next,
    .banner-slider .swiper-button-prev {
        bottom: 20px;
        top: inherit;
        right: 75px;
        left: auto;
    }

    .banner-slider .swiper-button-next {
        right: 15px;
    }

    .marquee-text {
        font-size: 60px;
        line-height: 80px;
    }

    .portfolio-single ul.project-meta-info {
        padding-left: 0;
    }

    .price-table {
        padding: 30px;
    }

    .post-comment .comment-meta {
        display: inherit;
    }

    blockquote {
        padding: 80px 0 30px 0px !important;
    }

    blockquote:after {
        top: 10px;
        font-size: 50px;
        line-height: 50px;
    }

    .comment-author img {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .post-comment .comment-metadata {
        margin: 0;
        padding: 0;
    }

    .custom-sec-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner-two-img:before {
        left: 50%;
        width: 200px;
        height: 150px;
    }

    .comment-author.vcard .fn {
        margin: 0;
    }

    .post-comment .comment-meta .comment-author {
        display: grid;
    }

    .elementor-widget-themeht-heading .elementor-widget-container h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .banner-slider .banner-content h1 {
        line-height: 42px !important;
        font-size: 32px;
    }

    .banner-content {
        padding: 60px 0;
    }

    .custom-sec-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .post-card.style-2 .post-image {
        height: inherit;
    }

    .testimonial.style-2 {
        padding: 0;
    }

    .post-card.style-2 {
        padding-top: 30px;
    }

}

@media (max-width:697px) {

    /* banner-two */
    .img-tooltip.tooltip1,
    .img-tooltip.tooltip2 {
        display: none;
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    /*Banner*/
    .breadcrumb-item {
        line-height: 30px;
    }

    .page-title {
        padding: 110px 0 110px;
    }

    /*Other*/
    .social-icons.footer-social li a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 26px;
    }

    /* featured-item */
    .featured-item.style-1 .featured-desc {
        border-left: none;
        padding-left: 30px;
        padding-right: 30px;
        border-top: 2px solid lightcyan;
    }

    .featured-item.style-2 {
        padding-right: 0;
        padding-top: 150px;
    }

    .featured-item.style-2 .featured-icon {
        top: 40px;
        right: 0;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .portfolio-single ul.project-meta-info li {
        width: 100%;
    }

    .portfolio-single ul.project-meta-info li {
        margin-bottom: 20px;
    }

    .post-comment .form-submit input[type="submit"],
    .wp-block-search__button,
    .post-password-form input[type="submit"],
    a.primary-btn,
    .primary-btn,
    a.dark-btn,
    .dark-btn,
    a.white-btn,
    .white-btn {
        padding: 19px 33px !important;
        font-size: 14px;
        line-height: 14px;
    }

    .banner-slider .banner-content h1 {
        line-height: 50px !important;
    }

    .banner-slider .swiper-slide-active .btn-box a {
        margin-bottom: 15px;
    }

    .banner-content {
        padding: 90px 0 100PX 0PX;
    }

    .appointment-form {
        padding: 20px;
    }

    .appointment-form.form-2 {
        padding: 30px 30px 40px 30px;
    }

    .appointment-form.form-2 textarea {
        margin-top: 20px;
    }

    .appointment-form.form-2 .dark-btn {
        margin-top: 30px;
    }

    .post-title h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .team-single-page .entry-content {
        padding: 0px;
    }

    .post-comment .comments-title,
    .post-comment .comment-reply-title {
        font-size: 23px;
        line-height: 34px;
    }

    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin-top: 60px;
        padding-top: 60px;
    }

    /* testimonial  */
    .testimonial.style-2 .testimonial-text {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial.style-2 .testimonial-content {
        margin-top: 30px;
    }

    .themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .custom-sec-padding {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .blog .post-title h4 {
        font-size: 22px;
        line-height: 25px;
    }

    /* form */
    .appointment-form.form-4 .primary-btn {
        margin-top: 30px !important;
    }

    .single-post .post-card .post-desc {
        padding: 15px !important;
    }

    /* featured-item */
    .featured-item.style-2 {
        display: grid;
    }

    .service-item.style-3 .arrow-btn {
        padding: 11px 22px !important;
    }

    /* footer */
    .primary-footer {
        padding: 70px 0px 30px 0px;
    }

    .tab-swiper.swiper-fade .swiper-slide {
        opacity: 0 !important;
    }

    .tab-swiper.swiper-fade .swiper-slide.swiper-slide-visible.swiper-slide-active {
        opacity: 1 !important;
    }

    /* featured */
    .featured-item.style-2 .featured-desc {
        padding: 30px !important;
    }

    .featured-item.style-2 .featured-icon {
        text-align: right;
    }

    /* tab-thumb-slider */
    .tab-thumb-slider .service-item.style-5 .service-title h4 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .service-item.style-5 .service-desc h5 {
        font-size: 26px !important;
        line-height: 27px !important;
    }

    .service-tab-slider .tab-thumb-slider {
        margin-bottom: 30px !important;
    }

    .service-item.style-5 .service-desc .service-list {
        margin: 40px 0px 30px 0 !important;
    }

    /* banner-two */
    .banner-two-img:before {
        left: 44%;
    }
}


