.p-100{
    padding: 100px;
}
.p-50{
    padding: 50px;
}
.mb-100{
    margin-bottom: 100px !important;
}
a{
	    color: unset !important;
}
a:hover{
	    color: unset !important;
}
body{
    font-family: 'Poppins';
}
.btn-next{
    position: absolute;
    z-index: 9999;
    filter: contrast(0.1);
    right: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    cursor: pointer;
    height: 50px;
    transition: 1s;
    background-image: url(/assets/images/btn-next.png);
}
.btn-prev{
    position: absolute;
    z-index: 9999;
    filter: contrast(0.1);
    right: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    cursor: pointer;
    height: 50px;
    transition: 1s;
    background-image: url(/assets/images/btn-prev.png);
}
.btn-next:hover,.btn-prev:hover{
    filter: contrast(1);
}
.carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Navbar Area*/
.navbar{
    font-family: 'Inter';
}
.navbar-brand img{
    padding-top: 14px;
}
.navbar-expand-lg .navbar-nav{
    margin-top: 4px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #3b3a3b;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
}
.sub-menu-parent { position: relative; }

.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  /* border: 1px solid #ccc; */border-bottom: 2px solid #626262;position: absolute;
  top: 100%;
  left: 0px;
  padding: 0px;width: 180px;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu {
  background: #fff;
  list-style: none;
}
.titleup{
font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    top: 12%;
    /* text-transform: uppercase; */
    position: relative;
    text-align: center;
    line-height: 74px;
    letter-spacing: 0.16875px;
    color: #FFFFFF;
}
.sub-menu li{
    border-bottom: 1px solid #ccc;
padding: 10px;font-size: 17px;}
.sub-menu a{
    text-decoration: none;
    color: #3b3a3b;
}
.navbar-collapse .socials {
    list-style: none;
    float: right;
    margin-bottom: 0;
}
.navbar-collapse .socials li {
    float: right;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    /* background: #585858; */
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    color: #3b3a3b;
}

.navbar-expand-lg .navbar-collapse {
    display: grid ;
}


/*Slider Area*/
.slider-area{
    padding: 10px 110px;
}
.slider-area .title{
    position: absolute;
    bottom: 22%;
    left: 6%;
    color: white;
    font-weight: 600;
    font-size: 42px;
    max-width: 720px;
}
.slider-area .mini{
    position: absolute;
    bottom: 15%;
    left: 6%;
    color: white;
    font-weight: 500;
    font-size: 14px;
    max-width: 720px;
    opacity: .7;
}
.carousel-item {
    min-height: 530px !important;
  }
.carousel-item img{
    background-position: center;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    bottom: 50px;
    position: absolute;
}
.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 59%;
    margin-left: 6px;
}
.carousel-control-next-icon {
    background-image: url("/assets/images/next.svg") !important;
}
.carousel-control-prev-icon {
    background-image: url("/assets/images/prev.svg") !important;
}

/*Health Process Area*/
.hprocess h1{
    font-weight: 600 !important;
    font-size: 40px;
}
.three-one .gray{
    mix-blend-mode: normal;
    border-radius: 16px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.three-one img, .gray img{
    width: 50px;
    margin: 0 auto;
    display: block;
    top: 15px;
    position: relative;
}
.three-one .title{
    margin-top: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #1B1D21;
    text-align: center;
    max-width: 130px;
    margin: 8px auto;
} 
.three-one .text{
    margin: 10px 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
    max-width: 260px;
    text-align: center;
}
.three-one .check{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #234E41;
}

/*Mininfo Area*/
.mininfo{
    min-height: 700px;
}
.mininfo .marea{
    padding: 0px 60px;
}
.mininfo .parea{
    background-image: url("/assets/images/mininfo.jpg");
    margin: 0 auto;
    width: 90%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 20px;
}

.mininfo .title{
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 56px;
}
.mininfo .gray{
    mix-blend-mode: normal;
    border-radius: 16px;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 25px;
}
.mininfo .right{
    display: grid;
    max-width: 340px;
    margin-bottom: 50px;
}
.mininfo .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1B1D21;
    margin-bottom: 5px;
}
.mininfo .check{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
}
.mininfo button{
    background: #3B3A3B;
    border-radius: 10px;   
    width: 196px;
    height: 56px;
    color: white; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.pcard{
    background: white;
    max-width: 370px;
    max-height: 200px;
    position: absolute;
    height: 120px;
    bottom: 40px;
    left: -40px;
    box-shadow: 0px 16px 40px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: 19px 12px;
}
.pcard .check{
    font-size: 16px;
}

/*Treatments Area*/

.treatments{
    min-height: 620px;
}
.treatments .marea{
    padding: 0px 60px;
}
.treatments .parea{
    background-image: url("/assets/images/treatment.jpg");
    width: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110%;
    border-radius: 20px;
}

.treatments .title{
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 10px;
}
.treatments .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1B1D21;
    margin-bottom: 5px;
}
.treatments .check{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
    max-width: 500px;
}
.treatments button{
    background: #3B3A3B;
    border-radius: 10px;   
    width: 247px;
    height: 56px;
    color: white; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
    font-size: 16px;
}
.treatment-icon-left{
    position: absolute;
    z-index: 9999;
    filter: contrast(0.1);
    right: 80px;
    bottom: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    cursor: pointer;
    height: 50px;
    transition: 1s;
    background-image: url("/assets/images/btn-prev.png");
}
.treatment-icon-right{
    position: absolute;
    filter: contrast(0.1);
    z-index: 9999;
    cursor: pointer;
    right: 20px;
    bottom: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    transition: 1s;
    height: 50px;
    background-image: url("/assets/images/btn-next.png");
}
.treatment-icon-right:hover , .treatment-icon-left:hover{
    filter: contrast(0.8);
}
.treatments .craousel-item{
    height: auto;
}
.tr-ul{
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
.tr-ul li{
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #1B1D21;
}
.tr-ul li img{
    margin-right: 10px;
}

/* Home Card Area*/
.bg{
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgb(0 0 0 / 5%);
    border-radius: 10px;
    min-height: 150px;
    margin: 40px;
    padding: 10px;
}
.bg .cardx{
    display: grid;
    margin: 0 auto;
    padding-top: 20px;
}
.bg .cardx .cardiv{
    max-width: 250px;
    margin: 0 auto;
}

.bg .cardx .cardiv .title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
}
.bg .cardx .cardiv .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.7;
}

/*Team Area*/
.team h1{
    font-weight: 600 !important;
    font-size: 40px;
}
.team .card-img-top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.team .title-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 780px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.team .card{
    border: 0 !important;
    text-align: center;
}
.team .card-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1B1D21;
}
.team .card-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
}
.card .c-y{
    background: rgba(255, 132, 0, .06);
    mix-blend-mode: normal;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1B1D21;
}
.card .c-b{
    background: rgba(228, 238, 237, 1);
    mix-blend-mode: normal;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1B1D21;
}
.team button{
    background: #3B3A3B;
    border-radius: 10px;
    width: 196px;
    height: 56px;
    display: block;
    margin: 0 auto;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.team .row{
    padding: 40px;
}

/*Blog Area*/
.blog{
    background: #E4EEED;
    padding-bottom: 50px;
}
.blog a:hover{
    text-decoration: none;
}
.blog .container{
    position: relative;
}
.blog .top-area{
    padding-top: 60px;
}
.blog h1{
    font-weight: 600 !important;
    font-size: 40px;
}
.blog .title-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 780px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog .card{
    border: 0 !important;
    border-radius: 20px;
}
.blog button{
    background: #3B3A3B;
    border-radius: 10px;
    width: 196px;
    height: 56px;
    display: block;
    margin: 0 auto;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-top: 70px;
}
.blog .card-img-top{
    max-height: 250px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blog .top-area .buttons{
    position: absolute;
    right: 8%;
    top: 12%;
    display: flex;
}
.blog .card-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #1B1D21;
}
.blog .card-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
}

/*Pages*/

.bread{
    margin: 20px 110px;
/*     background-image: url(/assets/images/page-bg.png); */
background-color: #1d1e21;
    width: auto;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 70px;
    background-size: cover;
    border-radius: 20px;
}
.bread .title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    max-width: 620px;
    margin: 0 auto;
    top: 42%;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    line-height: 38px;
    letter-spacing: 0.16875px;
    color: #FFFFFF;
}

.about-us{
    margin: 20px 110px;
}
.about-us .marea{
    margin-top: 50px;
}
.about-us .marea .title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.2px;
    color: #1B1D21;
}
.about-us .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    max-width: 510px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
}
.about-us .parea img{
    border-radius: 20px;
}

/*Treatment Single Area*/

.treatment-single{
    margin: 20px 110px;
}
.treatment-single .marea{
    margin-top: 50px;
}
.treatment-single .marea .title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.2px;
    color: #1B1D21;
}
.treatment-single .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    max-width: 510px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
}
.treatment-single .parea img{
    border-radius: 20px;
}
.treatment-single .shorttext{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    padding: 20px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
}

/*Blog Single*/

.blog-text{
    margin: 20px 110px;
}
.blog-text .marea{
    margin-top: 50px;
}
.blog-text .marea .title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.2px;
    color: #1B1D21;
}
.blog-text .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    max-width: 510px;
    font-size: 20px;
    line-height: 36px;
    color: #1B1D21;
    mix-blend-mode: normal;
    opacity: 0.7;
}
.blog-text .parea img{
    border-radius: 20px;
}

/*Blog All Area*/
.blog_all a{
    color: #000000;
    border: none;
    max-height: 200px;
    margin-bottom: 20px;
}
.blog_all a img{
    max-width: 250px;
    border-radius: 10px;
}
.blog_all a .row{
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog_all .card-body{
    padding-top: 40px;
}
.blog_all a:hover{
    text-decoration: none;
}
.blog_all .card-title{
    color: black;
    font-size: 28px;
}
.blog_all .card-text{
    color: black;
}
.blog_all .btn{
    background: #3B3A3B;
    border-radius: 10px;
    width: 187px;
    height: 46px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    margin-top: 4px;
    font-size: 15px;
}

/*Contact Area*/
.feature{
    height: 100%;
}
.feature iframe{
    height: 100%;
    border: 0;
    border-radius: 20px;
}

/*Footer Area*/
footer{
    background-color: rgba(59, 58, 59, 1);
}
footer .row, footer .col-12{
    padding:0;
    max-width: 100%;
    margin: 0;
}
footer .text-white{
    color: white;
}
footer .frow{
    border-bottom: 1px solid white;
}
footer .lrow ul{
    list-style: none;
    color: #c6c6c6;
}
footer .lrow .fchild{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
footer .lrow ul li{
    padding-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
footer .socials{
    list-style: none;
    float: right;
    margin-top: 12px;
}
footer .socials li{
    float: left;
    width: 50px;
    margin-right: 10px;
    height: 50px;
    background: #585858;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
    color: white;
}
.danger{
    position: fixed;
    background: white;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    align-items: center;
    text-align: center;
}
.danger .text{
    font-size: 32px;
    top: 30%;
    max-width: 650px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.befafsec{
    background-color: #3B3A3B;
    min-height: 290px;
    width: 100%;
    margin-bottom: 100px;
}
.goread{
    font-size: 13px;
    color: black;
    font-weight: 600;
}
.infotext{
    text-align: center;
}
.infotext .text{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    max-width: 650px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.dropdown-submenu {
    position: relative;
  }
  .dropdown:hover>.dropdown-menu {
    margin-top: -2px;
    display: block;
  }
  
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active,.dropdown-submenu>.dropdown-toggle:active  {
      pointer-events: none;
  }
  
  .dropdown-toggle::after {
      display:none;
  }
  .dropdown-submenu a::after {
      display:none;
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    min-width: 200px;
    padding: 0.45rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    border-bottom: 1px solid #f3f3f3 !important;
    background-color: transparent;
    /* border: 0; */
}
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  
  .dropdown-item.active, .dropdown-item:active {
      color: unset !important;
      text-decoration: none;
      background-color: unset !important;
  }
  a:hover {
      color: #0056b3;
      text-decoration: unset !important;
  }

.footermenu a{
    color: white !important
}
.footermenu{
    list-style: none;
    padding-left: 0;
}
.foot-contact {
    background-color: #3c3e41;
    padding: 50px 125px;
    position: relative;
    z-index: 3;
}
.footer hr{
    filter: invert(1);
}
.side-social>ul>li>a, ul.social>li>a {
    background-color: #3c3e41;
    width: 40px;
}

.foot-contact-info {
    display: flex;
    align-items: center;
    color: #fff
}

.contact-info {
    margin-left: 15px;
    color: #fff;
    font-size: 15px
}

.contact-info>span {
    font-size: 22px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    line-height: 22px;
    margin-bottom: 7px
}

.foot-about>p,
ul.foot-menu>li>a {
    font-size: 14px;
    color: #fff
}

.contact-info>p {
    margin-bottom: 0;
    text-align: left
}

.foot-social,
ul.social {
    text-align: right
}

.footer {
    background-color: #26282b;
    margin-top: -90px;
    padding: 200px 0 0
}

.foot-logo {
    padding: 0;
    margin-bottom: 25px
}

.foot-logo-area,
.foot-social {
    margin-bottom: 20px
}

ul.foot-menu {
    margin: 0 0 5px;
    padding: 0 10px
}

ul.foot-menu>li>a {
    padding: 5px 0;
    font-weight: 500;
    transition: color .3s
}

span.social-title {
    width: 100%;
    text-align: right;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 15px
}

.copyright,
.design,
.design>a {
    font-size: 12px;
    color: #fff
}

ul.social {
    width: 100%;
    list-style: none;
    padding-left: 0;
}

ul.social>li {
    float: left;
    margin-right: 10px;
}

ul.social>li>a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px;
    transition: .3s;
}

.side-social>ul>li>a,
button.btn.btn-default {
    align-items: center;
    transition: .3s;
    height: 40px
}

ul.social>li>a:focus,
ul.social>li>a:hover {
    background-color: #9f8054;
    transition: .3s
}

.foot-bottom {
    margin-top: 40px;
    border-top: 1px solid #3c3e41;
    padding: 25px 0
}

.copyright {
    padding: 0;
    text-align: left
}

.design {
    padding: 0;
    text-align: right
}

.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}


/*Responsive Area*/
@media (max-width:600px)  {
    #navbarResponsive{
        display: none;
    }
    .infotext .text{
        margin-top: 23px;
    }
    .hprocess .p-100{
        padding: 10px;
    }
    .hprocess .col-6{
        margin-bottom: 30px;
    }
   .bg{
       text-align: center;
   } 
   .pcard{
       display: none;
   }
   .mininfo .marea {
        padding: 0px;
    }   
    .treatments .marea {
        padding: 0px;
    }
    .team .row {
        padding: 0px;
    }
    .slider-area {
        padding: 10px 10px;
    }
    .about-us .p-100{
        padding: 0;
    }
    .about-us {
        margin: 20px 10px;
    }
    .bread {
        margin: 20px 10px;
        height: 160px;
    }
    .bread .title {
        font-size: 25px;
        top: 32%;
    }
    .treatment-single {
        margin: 20px 20px;
    }
    .blog_all a .row{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .foot-contact{
        padding: 50px 15px;
    }
    .justify-center,.justify-end{
        justify-content: left;
        margin-top: 50px;
        margin-left: 6px;
    }
}
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #fff !important;
    white-space: nowrap;
}
.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px 0 !important;
    width: 100px;
    height: 28px;
    border: 1px solid #ccc;
}