*{
	margin: 0px;
	padding: 0px;
	list-style: none;
    box-sizing: border-box;

}
a{
    font-family: 'Satoshi', sans-serif;
	display: inline-block;
	text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
     color:#121212;
}
h1,h2,h3,h4,h5,h6 {
     font-family: "Cormorant", serif;
    margin: 0px;
    color:#121212;
    font-weight: 400;
   
}

ul {
    padding: 0px;
    margin: 0px;
}
li{
    font-family: 'Satoshi', sans-serif;
    color:#121212;
}
img{
	width: 100%;
	display: block;
	object-fit: cover;
}
p {
    font-family: 'Satoshi', sans-serif;
    margin: 0px;
    font-size: 16px;
    color: #727280;
}
.wrap {
    overflow: hidden;
}

/*header-css*/
.header {

    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
        z-index: 999;
            background-color: #00000057;
}

.nav-item li {
    padding: 40px 0;
}
.nav-item ul {
    display: flex;
} 

.nav-item li a {
    padding-right: 26px;
    color: #121212;
    font-weight: 300;
    font-size: 15px;
}

.nav-logo {
    width: 50%;
    margin: 0 auto;
}

.icon ul {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.icon li a i {
    font-size: 25px;
}


/*header-css*/

.banner-main {
    position: relative;
}
.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 216px;
}
.background-image img {
    width: 100%;
    height: 900px;
}
.page-banner-content h2 {
    font-size: 60px;
    font-weight: bold;
        text-transform: uppercase;
}
.page-banner-content p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
}

.page-banner-content ul {
    display: flex;
}

.page-banner-content li a {
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #121212;
    padding: 12px 17px;
    margin: 40px 0;
    border-radius: 30px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.page-banner-content li a img {
    width: 23px;
    margin-left: 7px;
}

.extra-para img {
    width: 50px;
}

.extra-para p {
    padding-right: 193px;
    font-weight: 300;
    font-size: 20px;
}
a.btn-one {
    background-color: #ae946b;
    font-weight: 300 !important;
    border: 1px solid #ae946b !important;
}
section.our-journey {
    background-image: url('/images/Group (14).png');
    background-repeat: no-repeat;
    background-color: #0B0E25;
        padding: 100px 0;
    background-position: left;
}
.our-j-content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    padding-right: 70px;
}

.our-j-content p {
    color: #ae946b;
}
.our-journ-second-content p {
    color: #FFFFFF;
    font-weight: 300;
}

.client-detail h2 {
        color: #fff;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 800;
}

.client-main {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.client-image {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ae946b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-image img {
    width: 20px;
    margin: 0 auto;
}
.sum-main-client {
    display: flex;
    gap: 60px;
}
.service-icon {
    width: 50px;
}
.service-main h2 {
    font-size: 25px;
    margin: 20px 0;
    font-weight: bold;
}

.our-services {
    padding: 90px 0;
    position:relative;
}
.our-services::before {
    position: absolute;
    content: '';
    background-image: url(/images/Ellipse.png);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
     z-index: 1;
     margin-top: 104px;
}

.service-main {
    position: relative;
    z-index: 2;
}
.docter-image {
    position: relative;
    z-index: 2;
    padding-top: 90px;
}

.docter-image img {
    position: relative;
    z-index: 2;
}

/*.docter-image:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 530px;*/
/*    height: 530px;*/
/*    background-color: #ae946b;*/
/*    border-radius: 50%;*/
/*    margin-bottom: 8px;*/
/*    margin-left: 7px;*/
/*}*/
.doc-founder img {
    width: 40px;
    height: 40px;
}

.doc-founder {
    display: flex;
    gap: 10px;
     backdrop-filter: blur(52px);
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 2;
    padding: 10px 11px;
    border-radius: 20px;
    margin-top: 53%;
}

.founder-name h4 {
    font-size: 18px;
    font-weight: bold;
}

.docter-main {
    position: relative;
}

.founder-name p {
    font-size: 15px;
}
.docter-name img {
    width: 50px;
}
.doc-worker {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 13px;
    margin-right: 9px;
    z-index: 2;
    border: 1px solid #fff;
    padding: 20px 38px 22px 30px;
    border-radius: 40px;
    backdrop-filter: blur(52px);
    background-color: rgba(255, 255, 255, 0.3);
}


.doc-worker h5 {
    font-family: 'Satoshi';
    font-size: 19px;
    margin-bottom: 7px;
}

.docter-name {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
}

.doc-worker p {
    color: #121212;
    font-weight: lighter;
}

.doc-worker a {
    background-color: #ac926a;
    padding: 15px 30px;
    border-radius: 50px;
}
.about-docter {
    position: relative;
    z-index: 2;
}

.about-docter h2 {
    font-size: 50px;
    font-weight: bold;
    padding-right: 50px;
}

.about-docter a {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid #121212;
    width: 28%;
    border-radius: 50px;
    margin-top: 20px;
}

.about-docter a img {
    width: 20px;
    padding-left: 5px;
}
.about-docter ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
        font-weight: lighter;
            font-size: 14px;
}

.about-docter li img {
    width: 20px;
}

.about-docter ul {
    margin-top: 25px;
    margin-bottom: 30px;
}
.our-achivement{
    position: relative;
    background-color:#F8F8F8;
    z-index: 2;
}
section.our-achivement::before {
    position: absolute;
    content: '';
    background-image: url('/images/Ellipse (4).png');
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: 85px;
}
.our-achivement .docter-image::before {
    display: none;
}
.our-achivement .about-docter {
    padding-right: 50px;
}
.product-service {
    padding: 90px 0;
}

.produc-title {
    display: flex;
    justify-content: space-between;
}

.products-item h2 {
    font-size: 34px;
    margin: 20px 0;
    font-weight: 600;
}

.product-service .about-docter a {
    width: 26%;
    margin: 0 auto;
}
.prduct-deatil {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.prduct-deatil img {
    width: 60px;
    height: 60px;
}

.item-two-product h4 {
    font-family: 'Satoshi';
    font-size: 18px;
}

.item-two-product p {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 10px;
}

.our-product-item {
    margin-top: 50px;
}
section.testimonial {
    background-image: url('/images/Group (11).png');
    background-repeat: no-repeat;
    background-color: #0B0E25;
    padding: 100px 0;
    background-position: right;
}

.testimonial .products-item h2 {
    color: #fff;
    font-size: 40px;
}

.test-para p {
    text-align: right;
}







    .slider {
      margin: 50px auto;
      padding: 30px;
    }

    .slide {
      display: none;
    }

    .slide.active {
      display: block;
    }

    .nav-headings {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    margin-top: 70px;
    }

    .nav-headings button {
      padding: 10px 20px;
      background-color: #fff;
      border: none;
      border-radius: 15px;
      cursor: pointer;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .nav-headings button.active {
      background-color: #fff;
      color: white;
    }
    
    
    
    img.rating {
    width: 130px;
    margin-bottom: 20px;
}

.test-content-item p {
    color: #fff;
}

.test-client-main {
    display: flex;
    gap: 10px;
}

.test-client-main h4 {
    color: #fff;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: lighter;
}

.test-client-main p {
    font-size: 13px;
    font-weight: lighter;
}

.test-client-main {
    margin-top: 40px;
}
p.client-comment {
    font-style: italic;
    font-size: 25px;
    font-weight: lighter;
}

.test-content-item {
    padding-left: 50px;
}

.nav-headings button {
    width: 29%;
}

.dots-content p {
    font-weight: lighter;
    text-align: left;
    font-size: 15px;
}

.dots-content .test-client-detai h4 {
    color: #121212;
    font-size: 13px;
}
.dots-content .test-client-main {
    margin-top: 15px;
}
.contact-us {
    padding: 90px 0;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.contact-info img {
    width: 40px;
}


.info-content h4 {
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 500;
}

.info-content p {
    font-weight: lighter;
    font-size: 15px;
}
.paragrapg p {
    padding-right: 136px;
}

/*footer-css*/

.footer-logo {
    width: 40%;
    margin-bottom: 15px;
}

.footer-main p {
    font-size: 14px;
}

.subscribe {
    margin-top: 30px;
}

.subscribe form input[type="text"] {
    border: 1px solid #727280;
    padding: 8px 89px 8px 26px;
    border-radius: 30px;
}

.subscribe form input::placeholder {
    color: 727280;
    font-size: 15px;
}

.subscribe form input[type="submit"] {
    background-color: #b5996e;
    border: 1px solid #ba9c74;
    padding: 8px 25px;
    border-radius: 30px;
    margin-left: 15px;
    font-weight: 400;
}

.subscribe p {
    font-size: 14px;
    padding-right: 60px;
    margin-top: 20px;
}

.quick-links h4 {
    font-family: 'Satoshi';
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 45px;
}

.quick-links li a {
    color: #727280;
    font-weight: lighter;
    font-size: 15px;
    margin-bottom: 10px;
}
.footer-botttom {
    border-top: 2px solid #727280;
    margin: 70px 0 0px 0;
}
p.text-footer {
    font-size: 13px;
    margin-top: 25px;
}

.policy {
    display: flex;
    margin-top: 25px;
    justify-content: end;
}

.policy li a {
    color: 727280;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 12px;
}

/*footer-css*/




 /*this is respnsive-menu*/
.responsive-main {
    background-color: #fff;
    position: fixed;
    top: 45px;
    left: -100%;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    transition: ease .5s;
}

.responsive-main.active {
    left: 0;
}
.responsive-menu {
    position: relative;
    height: 100%;text-align: start;
    padding: 50px;
}

.resonsive-links li a {
    color: #414141;
    padding: 7px 0 !important;
    font-weight: 700;
    transition: all .3s;
    font-size: 19px;
    display: block;
}
.resonsive-links li a:hover{
    color: #616161;
}
/* .resonsive-links li a {
    display: flex;
    justify-content: space-between;
} */
.menu-bar a:after {
    position: absolute;
    content: '\f0c9';
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Pro';
    top: 0;
    left: 5px;
    font-size: 20px;
}
.menu-bar {
    justify-content: flex-end;
    display: flex;
    width: 100%;
    display: none;
}
.menu-bar a {
    font-size: 27px;
    color:#ac926a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.menu-bar a.active:after{
    content: '\f00d';
   
}
/*wnd of responsive-menuu*/

.our-services .about-docter p {
    font-size: 25px;
    line-height: 60px;
}
.docter-name img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.ratings {
    margin-bottom: 15px;
        text-align: left;
}
.review-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 35px;
    border-radius: 10px;
    margin-top: 20px;
}
 #map {
        height: 500px;
        width: 100%;
        margin-top:30px;
      }
      
      .bogbtn {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

body {
    position: relative;
}

.bogbtn a {
    background-color: #b5996e;
    padding: 15px 30px;
    border-radius: 20px;
    margin-bottom: 50px;
        margin-right: 30px;
}
.bogbtn.two {
    margin-bottom: 70px;
}

.blink {
    animation: blink-animation 1.5s infinite;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #b5996e;
    color: white;
    border-radius: 5px;
    display: inline-block;
}

@keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}
.footer {
    background-color: #0000002b;
    padding-top: 30px;
}