/*   Theme default css */
@font-face {
  font-family: CenturyGothic;
  src: url("../font/CenturyGothic.otf");
  font-weight: 400;
}
@font-face {
  font-family: CenturyGothic;
  src: url("../font/CenturyGothicBold.otf");
  font-weight: 700;
}
/* ======font family=========
 font-family: CenturyGothic;
*/
:root{
  --thmColor: #0276b9;
}


body {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

  
button {
  cursor: pointer; 
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  /* color: inherit; */
  text-decoration: none;
  }

a,
button {
  color: inherit;
  outline: medium none; 
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

 
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
 }

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

h1 {
  font-size: 40px;
  line-height: 53px;
  }

h2 {
  font-size: 40px;
  }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-thumb{
    background-color: var(--thmColor);
}

.mb_150{margin-bottom: 150px;}
.mb_100{margin-bottom: 100px;}
 
.thm_btn{
    font-size: 15px;
    width: 200px;
    height: 45px;
    display: flex;
    background: var(--thmColor);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 30px;
}

.thm_btn:hover{
    transform: scale(1.04);
    filter: brightness(1.1);
}

a.thm_btn.blc {
    background: black;
}
.container {max-width: 1170px;}
/* default-css END 
================================== */
 


.header-area {
  padding: 20px 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  background: var(--thmColor);
  position: absolute;
}
.header-text p {margin: 0;font-size: 18px;color: #fff;}
/* Header section END */




/* hero section Start */
.hero-area {background: #242424;color: #fff;height: 100vh;display: flex;align-items: center;}

.hero_cont {max-width: 650px;margin-top: 100px;}

ul.doneG {
    display: flex;
}

ul.doneG li {
    display: flex;
    margin-right: 30px;
}

ul.doneG li i {
    margin-right: 10px;
}

ul.doneG li p {
    font-size: 13px;
    width: 145px;
    line-height: 1.4;
}

.hero_cont p {
    line-height: 29px;
}

.hero_cont h1 {
    margin: 20px 0;
    font-size: 40px;
}

.hero_cont i {
    font-size: 20px;
    max-width: 561px;
    display: block;
}
.star {margin: 15px 0;}

ul.star li {
    display: initial;
}
.hero_img {margin-top: 150px;position: relative;text-align: right;}

img#sticar {
    position: absolute;
    left: 240px;
    top: 25px;
}
/* hero section END */


/* service section Start */

.service-area {
}

.service_title {margin-bottom: 81px;}

.service_title span {
    font-size: 20px;
    color: var(--thmColor);
}
.sec_title {text-align: center;}
.service_wrp {display: flex;flex-wrap: wrap;justify-content: space-between;}

.service_wrp.owl-loaded.owl-drag {}
.svc_blk {/* flex: 0 0 33%; */max-width: 335px;margin-bottom: 50px;}

.svc_blk p {
    max-width: 290px;
}

.svc_blk h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.svc_blk i {
    width: 95px;
    height: 95px;
    background: var(--thmColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}
/* service section END */


/* woman section Start */
.woman-area {position: relative;}

section.woman-area .row {
    align-items: center;
}

img#woman_img {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.woman-cont {max-width: 560px;margin-bottom: 204px;}

.woman-cont a {
    margin-top: 35px;
    text-align: center;
    padding: 30px 1px;
}

.woman-cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 10px;
    max-width: 500px;
}

.woman-cont ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.woman-cont ul li p {
    width: 200px;
    margin-bottom: 0;
    margin-left: 10px;
}

.woman-cont p {
    margin-bottom: 20px;
    line-height: 25px;
}

.woman-cont h1 {
    margin-bottom: 30px;
}
/* woman section END */


/* Doctor section Start */

.Doctor-area {background: var(--thmColor);color: #fff;}
.dr_img {position: relative;height: 100%;}

.dr_img img {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}
.Doctor_cont {text-align: center;margin: 130px 0;}

.Doctor_cont a {
    margin-bottom: 30px;
    margin: auto;
    margin-bottom: 35px;
}

.Doctor_cont .sec_title {
}

.Doctor_cont h4 {
    font-size: 25px;
    font-weight: 400;
    max-width: 380px;
    margin: 35px auto 30px;
    line-height: 1.6;
}
.Pimple_blog .row:nth-child(2) .col-lg-3:nth-child(2),.Pimple_blog .row:nth-child(2) .col-lg-3:nth-child(4) {margin-top: 50px;}

.Pimple_blog {}

section.Pimple_blog .container {
    max-width: 950px;
}
.pml_blog {
}

.pml_blog p {
    line-height: 27px;
    max-width: 378px;
}

.pml_blog h4 {
    font-size: 25px;
    margin: 20px 0;
}

.pml_blog i {
    display: flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 50px;
}
/* Doctor section END */


/* Experts section Start */

.Experts-area {background: var(--thmColor);color: #fff;}

.Experts_img {
}

.Experts {}

.ept_mbl {
    display: none;
}

.Experts a {
    width: 225px;
}

.Experts p {
    margin-bottom: 25px;
    line-height: 26px;
}

.Experts h2 {
    margin-bottom: 25px;
    width: max-content;
}

.Experts .sec_title {
    text-align: left;
}

.Experts_center {
    display: flex;
    align-items: center;
}
/* Experts section END */


/*used  section Start */

.used-area {
}

.used-area .sec_title {
    margin-bottom: 120px;
}

.used_Come {
    text-align: center;
    background: var(--thmColor);
    color: #fff;
    padding: 70px 20px 30px;
    position: relative;
}

.used_Come p {
    max-width: 470px;
    margin: auto;
}

.used_Come i {
    width: 105px;
    height: 105px;
    background: var(--thmColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
}

.used_Come i {
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
}

sec_title p {
    font-size: 20px;
}

.used-area .container {
    max-width: 1250px;
}
.used_blk {background: var(--thmColor);width: 360px;height: 190px;position: relative;color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;padding-left: 90px;}

.used_blk p {
    width: 230px;
    margin: 0;
}

.used_blk h3 {
    font-size: 25px;
    display: block;
    width: 230px;
}

.used_blk span {
    font-weight: 700;
    font-size: 100px;
    position: absolute;
    width: 230px;
    opacity: .2;
    left: -55px;
    color: black;
}
/*used  section END */


/* feedback section Start */

.feedback-area {background: #f1f1f1;padding: 80px 0;}

.feedback-area span i {
    font-size: 20px;
}

.feedback-area .sec_title span {
    display: flex;
    margin: 30px auto;
    width: 600px;
    justify-content: space-between;
}
.feedback_wrp {margin: 30px auto 10px;}

.feedback_wrp .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.feedback_wrp .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #bfbfbf;
    border-radius: 50px;
    margin: 0 4px;
}

.feedback_wrp .owl-dots .owl-dot.active {
    background: var(--thmColor);
}
.feedback_blk {max-width: 920px;text-align: center;margin: auto;}
.fdb_cont {position: relative;}

.fdb_cont i img {
    width: max-content !important;
    margin: auto;
    margin-bottom: 30px;
}

.fdb_cont ul li img {
    width: max-content !important;
}

.fdb_cont p {
    font-size: 20px;
    line-height: 1.5;
    margin: 25px 0;
}

.fdb_cont span {
}

.fdb_cont ul li {
    display: inline-block;
}
.parson_info {
}

.parson_info i {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.parson_info i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parson_info h3 {
    font-size: 25px;
    margin: 18px 0 15px;
}

.parson_info p {
    font-size: 18px;
}
/* feedback section END */


/* FAQ section Start */

.FAQ-area {
}
.faq_acordian {max-width: 1000px;margin: auto;margin-top: 60px;}

.faq_acordian .accordion-button:not(.collapsed)::after {
    background: no-repeat;
    content: "-";
    line-height: 0;
    margin-top: -7px;
    transform: unset;
    height: 0;
}

.accordion-button::after {content: "+";font-size: 40px;background: none;line-height: 1.3;margin-right: 40px;margin-top: -35px;}
.accordion {}
.accordion-item {
}
.accordion-header {
}
.accordion-button {border: none;background: var(--thmColor);border-radius: 40px;font-size: 20px;font-weight: 700;margin-bottom: 20px;padding: 28px 0 28px 50px;color: #fff;}

.accordion-button.collapsed {
    background: #f2f2f2;
    color: #000;
}
.show {
}
.accordion-body {padding: 0;max-width: 90%;margin: auto;}

.accordion-body p {
    margin: 30px 0;
    line-height: 27px;
}

/* FAQ section END */



/* footer section Start */
.footer-area {background: #151515;padding: 15px 0 5px;}
.logo {
}
.master-card {height: 100%;display: flex;align-items: center;justify-content: end;}

.master-card ul li {
    display: inline-block;
    margin:  0 1px;
}
/* footer section END */