/*
Theme Name: Ultra Sound
Theme URI: https://example.com/Ultra Sound
Author: Your Name
Author URI: https://example.com
Description: A custom theme for Ultra Sound
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ultra Sound
*/



body{
 font-family: "Manrope", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 font-size: 18px;
 color: #000;
 line-height: 1.5;
}
.theme-color{
    color: #ce0324;
}

.header-sec {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-sec .logo img {
    max-width: 160px;
    transition: 0.5s ease;
    filter: brightness(0) invert(1);
}

header.sticky .header-sec .logo img {
    max-width: 160px;
    transition: 0.5s ease;
}

header.stick {
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 2px solid #ebe5e5;
    width: 100%;
    background: #ffffff;
    animation: 1s forwards smoothScroll;
}

header {
    background: transparent;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 19px 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: fixed;
}

header.sticky {
    transition: 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0px 1px 5px #ccc;
    animation: smoothSticky 0.4s forwards;
    background: #fff;
    border-bottom: 2px solid #003b33;
}

header.sticky .theme-btn {
    border-color: #003b33 !important;
    color: #003b33 !important;
}
@keyframes smoothSticky {
  0% {
    transform: translateY(-120px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

header.sticky .header-sec {
    /* border: none; */
}

.header-sec .slimmenu li {padding: 0 25px;}

.header-sec .slimmenu>li:first-child {
    padding-left: 2px;
}
.header-sec .slimmenu li.has-submenu {
    padding-right: 30px;
}
.header-sec .slimmenu li a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 21px 0px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

 .header-sec .slimmenu li a:hover,.header-sec .slimmenu li a.active {
    color: #003b33;
}
.header-sec .slimmenu li a.active:after,
.header-sec .slimmenu li a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    width: 23px;
    content:"";
    position: absolute;
    bottom: 0;
    left: 6px;
    height: 2px;
    background: #003b33;
    right: auto;
    margin: auto;
}

.header-sec .slimmenu>li>a.active:after, .header-sec .slimmenu>li>a:hover:after {
    left: 0;
    right: 0;
} 
.header-sec .slimmenu li .sub-toggle {
    width: 20px;
    background: 0 0;
    right: 0;
}
.header-sec .slimmenu li ul {
    padding: 0;
    height: auto;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.header-sec .slimmenu li ul li {
    width: 100%;
    background: 0 0;
}
.header-sec .slimmenu li ul li a {
    padding: 13px 0;
    color: #000;
}



.banner{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 7px solid #003b33;
}

.banner .banner-bg {
    position: absolute;
    left: 0;
    height: 100%;
    width: 51%;
    object-fit: cover;
    z-index: -1;
}

.banner .banner-img {
    height: 100%;
    top: 0;
    right: 0;
}
.banner-content{top: 0;left: 0;width: 100%;height: 100%;align-items: center;display: flex;position: relative;z-index: 1;padding: 150px 20% 100px  3%;}
.banner-content .banner-head{
    font-size: 52px;
    color: #000000;
    display: block;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: "Marcellus", serif;
    margin-top: 98px;
    line-height: 1.308;
}

.banner-content p {
    line-height: 2.1;
}

.banner-content .banner-head strong {
    font-weight: bold;
    color: #003b33;
    display: block;
}
.banner-content .banner-head small{
    font-size: 60px;
    display: block;
}


.theme-btn{
    font-size: 18px;
    padding: 17px 24px;
    border: none;
    border-radius: 0;
    background: #003b33;
    position: relative;
    color: #fff;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "Marcellus", serif;
    border: 1px solid #003b33;
    min-width: 196px;
    text-align: center;
    justify-content: center;
}

.theme-btn.hover-btn {
        background: transparent;
    border: 1px solid #003b33;
    color:#003b33;
}
header .theme-btn.hover-btn {
    color:#fff;
    border-color: #fff;
}

.theme-btn i {
    margin-right: 20px;
}

.theme-btn:hover {
    background: transparent;
    border: 1px solid #003b33;
}

.theme-btn i {
}


.banner-content .theme-btn{
    color:#fff;
    margin-top: 24px;
}

.banner-content .theme-btn:hover {color: #003b33;}
.section-padding{
    padding: 135px 0;
    position: relative;
}

.faq-sec {
    background: url(assets/images/faq-bg.png);
}

.treatment {
    background: url(assets/images/treatment-bg.png);
}

.treatment hr {
    border-color: #698c86;
    opacity: 1;
    margin: 0;
    margin-bottom: 1.5rem !important;
}

.services {
    background: url(assets/images/service-bg.png);
    /* background-size: cover; */
}
.section-head{
    margin-bottom: 60px;
    position: relative;
}

.section-head p {
    line-height: 2.111;
}
.section-head .section-sub-title{
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 32px;
    margin-top: 0;
    font-weight: 400;
    color: #003b33;
}
.section-title,.inner-content-section h1{
        
text-transform: capitalize;
        
margin-bottom: 32px;
        
font-size: 46px;
        
color: #003b33;
        
font-family: "Marcellus", serif;
        
padding-top: 14px;
        
position: relative;
        
position: relative;
        
line-height: 1.36;
}

.section-title:after, .inner-content-section h1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 115px;
    height: 2px;
    background: #003b33;
}

.section-title.text-center:after {
    right: 0;
    margin: auto;
}

.section-title span,.inner-content-section h1 span {
    color: #003b33;
}
.inner-content-section h2{text-transform: capitalize;margin-bottom: 22px;margin-top: 20px;font-size: 38px;color: #003b33;font-family: "Marcellus", serif;}

.inner-content-section h2 strong,.inner-content-section h3 strong {
    font-weight: 400;
}

.inner-content-section h3 {
    font-family: "Marcellus", serif;
}

header .header-call{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

header .header-call small {
    display: block;
}

header .header-right .header-phone-icon {
    width: 55px;
    height: 55px;
    background: #003b33;
    border-radius: 50%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    min-width: 55px;
}
.welcome .welcome-img-single{
border-radius: 20px;
overflow: hidden;
}
.welcome .welcome-img-single img{
    width: 100%;
}
.welcome .welcome-images{
padding-right: 30px;
}
.welcome .welcome-images{
    position: relative;
}
.welcome .welcome-dot{
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
.welcome-content-inner{
    padding-left: 35px;
}
.welcome-content-inner h3{
    font-size: 20px;
    font-weight: bold;
    color: #003b33;
    margin-bottom: 40px;
    line-height: 1.7;
}
.welcome-content-inner p{
    color: #003b33;
    font-size: 17px;
    line-height: 2.111;
}
.grey-bg{
    background: #ebf8ff;
}
.why-choose-img{
    padding-right: 60px;
}
.why-choose .why-choose-single{
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #99b1ad;
    padding: 25px 0;
}

.why-choose .why-choose-single p:last-child {
    margin-bottom: 0;
}

.why-choose .why-choose-single:last-child {
    border-bottom: 0;
}

.why-choose .why-choose-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #003b33;
    font-family: "Marcellus", serif;
    position: relative;
    padding-left: 20px;
}

.why-choose .why-choose-single h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 4px;
    background: #003b33;
}

.why-choose .why-choose-single p {
    font-size: 16px;
    line-height: 2.111;
}

.why-choose .why-choose-single:hover .why-choose-single-icon{
    background: #003b33;
}

.why-choose .why-choose-single:hover {
}

.why-choose .why-choose-single .why-choose-single-icon {
    height: 78px;
    width: 78px;
    background: #003b33;
    border-radius: 50%;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-single .why-choose-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.why-choose .why-choose-head{
    height: 100%;
    display: flex;
    align-items: center;
}



.services .services-single{
   
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: #003b33;
    height: 100%;
}

.services .services-single-img {
    overflow: hidden;
}

.services .services-single:hover img {
    scale: 1.2;
    transition: 0.5s ease;
}

.services .services-single img {
    transition: 0.5s ease;
}
.services .services-single .services-single-content{padding-top: 30px;}
.services .services-single .services-single-content h3{
    font-size: 26px;
    margin-bottom: 20px;
    font-family: "Marcellus", serif;
    position: relative;
    padding-left: 63px;
    color: #003b33;
}

.services .services-single .services-single-content h3:before {
    content: "";
    width: 57px;
    height: 2px;
    background: #003b33;
    position: absolute;
    left: 0;
    top: 50%;
}
.services .services-single .services-single-content p{
    font-size: 17px;
    line-height: 1.9;
}
.services .center .services-single {
    margin-top:40px ;
}

.treatment .treatment-single{
    padding: 30px 0;
    height: 100%;
    position: relative;
    color: #ffffff;
    padding-right: 60px;
    position: relative;
}

.treatment-single.border-right:after {
    border-right: 1px solid #698c86;
    position: absolute;
    right: 15px;
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
}

.treatment .section-title {
    color: #fff;
}

.treatment .section-head p {
    color: #fff;
}

.treatment .treatment-single:hover h3 {
    color: #fff;
}

.treatment .treatment-single p {font-size: 16px;line-height: 2.111;}

.treatment .treatment-single:hover img {
    /* color: #fff; */
    filter: brightness(0) invert(1);
    transition: all 0.4s ease-in-out;
}

.treatment .treatment-single:hover {
    color: #fff;
}

.treatment-single .treatment-icon {
    max-width: 60px;
    margin-bottom: 55px;
    position: relative;
    z-index: 9;
    filter: brightness(0) invert(1);
}

.treatment .treatment-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "Marcellus", serif;
    position: relative;
    padding-left: 60px;
}
.treatment .treatment-single h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 2px;
    background: #ffffff;
}



.faq .card,.faq .card-header {
    border: none;
    margin-bottom: 5px
}

.faq .card {
    background: 0 0
}

.faq .card-header,.inner-contact-us .ft-contact,.inner-content ul {
    padding: 0
}



.faq .card-body ol,.ft-contact ul li .ft-cnt-bx,.ft-ul li a,.furniture-disposal-banner .inner-banner-content ul {
    padding-left: 20px
}

.faq .card-body {
}

.faq .card-body p {
    color: #3d3d3d
}

.faq .card-body ol li {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px
}

.blog_sidebar .blog_left:last-child,.faq,.faq .card-body ol li:last-child,.ft-cnt p,.ft-contact ul li:last-child,.ft-ul li:last-child,.inner-content ul li h2,.inner-content ul li h3 {
    margin-bottom: 0
}


.home-map{
        height: 600px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 0.3s;
    width: 100%;
    border-radius: 50px;
}
.home-contact-info li{padding: 10px 0 !important;display: flex;align-items: anchor-center;background: transparent !important;}

.home-contact-info li svg {
    margin-right: 5px;
}

.home-contact-info li a {
    color: #003b33;
    text-decoration: none;
    font-weight: bold;
}







.section-small-title{
    font-size: 20px;
    font-weight: bold;
    color: #003b33;
    margin-bottom: 40px;
    line-height: 1.7;
}
 footer {
            background-color: #003b33;
            padding-top: 110px;
        }

footer .copyright {
    border-top: 1px solid #668985;
    margin-top: 25px;
    padding: 20px 0;
}

footer .copyright p {
    margin: 0;
    color: #fff;
}

footer .footer-top {
    border-bottom: 1px solid #668985;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

footer .footer-top img {
    filter: brightness(0) invert(1);
}

footer .footer-menu {
    list-style: none;
    padding: 0;
}

footer .footer-menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0 !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

footer .footer-menu li {
    position: relative;
    padding-left: 20px;
}

footer .footer-menu li:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
}

footer h3 {
    color: #fff;
    font-family: "Marcellus", serif;
    margin-bottom: 25px;
    font-size: 24px;
}
        


.inner-banner{
    position: relative;
}
.inner-banner .inner-banner-content{padding: 200px 0 100px 0;z-index: 9;position: relative;
/*    background: rgb(2,0,36);background: linear-gradient(250deg, rgb(2 0 36 / 38%) 0%, rgb(0 0 0 / 35%) 0%, rgba(0, 212, 255, 0) 100%);*/
}

.inner-banner .inner-banner-img{position: absolute;left: 0;top: 0;width: 100% !important;!i;!;height: 100% !important;!i;!;object-fit: cover;max-width: 100% !important;}
.inner-banner .inner-banner-head{
        font-size: 50px;
        color: #000000;
        display: block;
        line-height: 1.1;
        margin-bottom: 40px;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 3px;
        font-family: "Marcellus", serif;
}

.inner-banner .logo {
    margin-bottom: 100px;
    display: inline-block;
}
.content-list,.inner-content-section ul{
padding: 0;
list-style: none;
}
.content-list li,.inner-content-section ul li{
    padding: 8px 0;
    background: url(assets/images/check-mark.png) no-repeat left 13px;
    background-size: 20px;
    padding-left: 30px;
}
.content-list li h3,.inner-content-section ul li h3{
    font-size: 22px;
    font-weight: bold;
}


.faq .card,.faq .card-header {
    border: none;
    margin-bottom: 5px;
    background: transparent;
}

.faq .card {
    background: 0 0;
    border-bottom: 1px solid #8e897f;
    border-radius: 0;
    margin-bottom: 20px;
}

.faq .card-header,.inner-contact-us .ft-contact,.inner-content ul {
    padding: 0
}

.faq .card-header button {
    font-size: 20px;
    color: #003b33;
    display: inline-block;
    padding: 19px 0 !important;
    position: relative;
    text-decoration: none;
    background: transparent;
    font-family: "Marcellus", serif;
    padding-right: 30px !important;
}

.faq .card-body ol,.ft-contact ul li .ft-cnt-bx,.ft-ul li a,.furniture-disposal-banner .inner-banner-content ul {
    padding-left: 20px
}

.faq .card-body {
    padding: 0;
    background: transparent;
}

.faq .card-body p {
    color: #3d3d3d;
    line-height: 2.111;
    font-size: 16px;
}

.faq .card-body ol li {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px
}

.blog_sidebar .blog_left:last-child,.faq,.faq .card-body ol li:last-child,.ft-cnt p,.ft-contact ul li:last-child,.ft-ul li:last-child,.inner-content ul li h2,.inner-content ul li h3 {
    margin-bottom: 0
}

.faq .card .card-header button:after {
    content: "\f062";
    font: 25px/1 FontAwesome;
    width: 23px;
    height: 100%;
    border: 1px solid;
    border-radius: 0;
    right: 0;
    padding: 3px 0;
    display: inline-block;
    transition: .4s;
    color: #000000;
    position: absolute;
    left: auto;
    top: 0;
    border: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0,100% 0,100% 100%,25% 100%);
    -o-clip-path: polygon(0 0,100% 0,100% 100%,25% 100%);
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,25% 100%)
}

.faq .card .card-header button.collapsed:after {
    content: "\f063";
    font: 25px/1 FontAwesome;
    transition: .4s
}
.list-3{
    column-count: 3;
}
.list-3 li{
    
}
.contact-form .form-control{
min-height: 50px;
}

.bx-single {
    padding: 22px;
    background: #ebf8ff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    transition: 0.5s ease;
}

.bx-single h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #003b33;
}


.theme-btn-group{
    display: flex;
    gap: 18px;
}
.theme-bg{
     background: #003b33;
}

.home-cta .theme-btn {
    background: #fff;
    color: #003b33;
    border-color: #fff;
}

.home-cta .section-title {
    color: #fff;
}

.home-cta p {
    color: #fff;
}

.home-cta .theme-btn.hover-btn {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.condition-single{
  background-color: rgb(247, 243, 235);
  padding: 64px 50px;
  text-align: center;
  height: 100%;
}

.condition-single img {
    max-height: 100px;
}


.condition-single h3{
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-family: "Marcellus", serif;
  margin-top: 45px;
  margin-bottom: 30px;
}
.condition-single p{
    font-size: 16px;
    line-height: 2.111;
}
.footer-info{
    color: #fff;
    list-style: none;
    padding: 0;
}
.footer-info a{
    text-decoration: none;
    color: #fff;
}
.footer-info li{
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-column{
    position: relative;
}
.footer-column:not(.border-none):after{
        border-right: 1px solid #698c86;
    position: absolute;
    right: 15px;
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
}

.contact-us .footer-info li,.contact-us .footer-info li a{
color: #000;
}