* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Crimson Pro, serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #2b363c;

}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  /* padding: 0px; */
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: "Crimson Pro", serif;
  color: #000000;
  /* font-weight: bold; */
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}



.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 14.5px 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn-one i{
  margin-left: 10px;
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #272727;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before{
  width: 100%;
}


.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0px 0px 10px rgba(150,83,47,0.2) !important;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}


/*top header css start*/

.top-header {
  background-color: #572565;
    padding: 10px 0;
    position: relative;
}

.top-header::before {
  content: " ";
  position: absolute;
  z-index: 9;
  bottom: 3px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 100%;
  background: #9657A6;
}
.inner-bx-top-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}

.address-head a  {color: #BBAACC;}

.cmn-box a, .cmn-box a i {color: #BBAACC;}

.bottom-header {
  background: #EAEAEA;
}
.social-iocn-head a i {
    color: #9657A6;
    margin: 0 5px;
}


/*bootom-header*/

.bottom-header .container-fluid{
  padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: Comfortaa, sans-serif;
    font-weight: 600;
    font-size: 16px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    color: #000;
}
.navbar-light .navbar-nav .nav-link::before {
  content: '//';
  display: inline-block;
  margin-left: 14px;
  color: #572565 !important;
}


.right-side-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background: #9657A6;
  transform: skewX(-18deg);
  -webkit-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  transition: all .5s !important;
}
.right-side-btn a {    border-radius: 0px;
  border: none;
  white-space: normal;
  border-color: transparent;
  padding: 10px 16px;
  font-size: 18px;
  position: relative;
  float: right;
  background: #9657A6;
  text-transform: uppercase;
  color: #EAEAEA;
  transition: all .5s !important;}

  .bottom-header nav { padding: 0px;}

  .right-side-btn a:hover { background: #000;}

  .right-side-btn a:hover::before { background: #000;}
/*bnner*/
.banner { 
  background: url("../images/banner/banner.jpg");
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}

.banner-rw {
  bottom: 160px;
  background: #fff;
  position: absolute;
  right: 100px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  line-height: normal;
}

.bnr-shpe {
  padding: 10px;
  border-radius: 30px 5px 30px 5px;
  background: #00abd4;
  height: 10%;
  width: 150px;
  float: left;
  margin-right: 10px;
}

.bottom-bng a img {
  height: 12px;
}

.top-sec-bn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-bng a {display: flex;align-items: center;justify-content: flex-start;}

.bottom-bng p {
  margin-left: 10px;
  font-size: 12px;
  color: #00abd4;
}

.content-banr-sec p {
  font-size: 13px;
}

.content-banr-sec {
  max-width: 200px;
}

/*welcome*/

.welcome-sec {
  
  padding: 5% 0;
    background-image: url(../images/bg/welcome-bg.jpg);
    background-position: 60%, 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.welcome-sec h3 {
    font-size: 42px;
    color: #1F1300;
    padding: 0;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
}
.welcome-sec h4 {
    font-family: Comfortaa, sans-serif;
    font-size: 28px;
    color: #9657A6;
    text-transform: capitalize;
}
.welcome-sec p {
    font-family: Crimson Pro, serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #1F1300;
}
.right-wlcme-list {}
.right-wlcme-list li{
    margin-bottom: 10px;
}
.right-wlcme-list li a {position: relative;display: flex;color: #9657A6;}
.right-wlcme-list li a::after { content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  max-width: 100%;
  background: gray;
  transition: .4s ease all;background: #9657A6;

}

  .right-wlcme-list li a:hover::after{
    
  width: 100%;
  transition: .8s ease all;
  }
.right-wlcme-list li svg {
    color: #9657A6;
}
.right-wlcme-list li p {
    margin-left: 10px;
    color: #9657A6;
}

.welcome-sec .row { align-items: center;}



/*service section*/

.service-sec {
  padding-top: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%), url('../images/bg/pattern-bg.png');
  background-repeat: no-repeat, repeat;
  background-size: auto;
  background-attachment: scroll, fixed;
  padding-bottom: 50px;
}

.comn-box-service {
  text-align: center;
}

.icon-box-sr {
    position: relative;
    width: 100%;
    max-width: 275px;
    height: 250px;
    margin: 0 auto;
    padding: 40px;
    background: #572565;
    color: #EAEAEA;
    text-align: center;
    transition: .25s all;
    -webkit-border-radius: 5000px;
    -moz-border-radius: 5000px;
    border-radius: 100%;
    margin-bottom: 10px;
}
.icon-box-sr svg {
    max-width: 100%;
    max-height: 100%;
    min-height: 130px;
    width: 130px;
    margin-top: 20px;
}
.comn-box-service h3 {
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #9657A6;
}
.comn-box-service p {
    font-family: Crimson Pro, serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #1F1300;
}

.ser-btn {
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
    border: 1px solid #828282;
    font-family: Comfortaa, sans-serif;
    font-size: 21px;
    color: #9657A6;
    transition: all .25s;
    display: block;
}
.ser-btn:hover { color: #000;}

/*patent sec*/

.patent-sec {padding: 80px 0 60px;
  background-image: url('../images/bg/pattern-bg1.png');
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 0px 5000px rgba(234, 234, 234,0.85);
  -moz-box-shadow: inset 0px 0px 0px 5000px rgba(234, 234, 234, 0.85);
  box-shadow: inset 0px 0px 0px 5000px rgba(234, 234, 234,0.85);}
.patent-title-sec {
    text-align: center;
}
.patent-title-sec h3 {
    font-family: Comfortaa, sans-serif;
    font-size: 28px;
    color: #9657A6;
    padding: 0;
    margin-top: 0;
    display: inline;
    text-transform: capitalize;
}
.patent-title-sec p {
    font-size: 27px;
    margin-bottom: 30px;
}
.patent-box {
    background: rgba(255, 255, 255, .85);
    padding: 20px;
    margin-bottom: 20px;
}
.patent-box h3 {
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    display: inline;
    text-transform: uppercase;
    color: #9657A6;
}


/*doctor sec*/
.doctor-sec {
    background: #572565;
}

.doctor-sec .row {align-items: center;}
.doc-img-sec { position: relative;}

.doc-img-sec::before {content: "";position: absolute;top: 0;width: 140px;height: 100%;background: #572565;transform: skewX(-18deg);-webkit-transform: skewX(-18deg);-ms-transform: skewX(-18deg);-moz-transform: skewX(-18deg);left: -70px;}
.doc-img-sec::after {content: "";right: -70px;position: absolute;top: 0;width: 140px;height: 100%;background: #572565;transform: skewX(-18deg);-webkit-transform: skewX(-18deg);-ms-transform: skewX(-18deg);-moz-transform: skewX(-18deg);}

.doc-content-sec h3 {
    font-size: 20px;
    line-height: 1.4;
    padding: 0;
    display: inline;
    text-transform: uppercase;
    color: #EAEAEA;
}
.doc-content-sec p {color: #EAEAEA;margin-bottom: 50px;}
.doc-btn {
    color: #EAEAEA;
    background-color: #9657A6;
    border-radius: 0px;
    border: none;
    white-space: normal;
    border-color: transparent;
    padding: 10px 16px;
    font-size: 18px;
    position: relative;
    font-family: Comfortaa, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.doc-btn:hover { background: #000; color: #fff;}
.doc-btn:after {content: "";top: 3px;bottom: 3px;left: 3px;right: 3px;border-width: 1px;border: 2px solid #EAEAEA;position: absolute;z-index: 0;}

/*testimonial-sec*/
.testi-upper-sec {position: relative;background: #EAEAEA;padding: 50px;margin-bottom: 50px;}
.testi-upper-sec::before { content: "";}
.testi-upper-sec::after {content: "";}
.testimonials-sec {padding: 5% 0;
  background-image: url('../images/bg/testimonials-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;}
  .inner-box-bor-test {
    border: double 5px #828282;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.testi-left-sec { max-width: 90%;}
.testi-left-sec h3 {
    font-size: 28px;
    color: #9657A6;
    padding: 0;
    margin-top: 10px;
    text-transform: capitalize;
}
.testi-left-sec p {
    font-family: Crimson Pro, serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #1F1300;
}
.testi-left-sec h5 {
    text-align: right;
    font-family: Crimson Pro, serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #1F1300;
}
.testi-left-sec svg {
    width: 40px;
    height: 50px;
}
.testi-left-sec h5 svg {
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
}
.testi-social-sec {
    width: 30px;
}
.testi-social-sec a {
    color: #9657A6;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

/*footer section*/

.top-footer {
  background: #EAEAEA;
  padding: 5% 0;
  color: #572565;
  position: relative;
}

.bottom-footer {
  background-color: #3C1945;
  color: #EAEAEA;
  font-size: 12px;
}

.contact-address ul li a {
  display: flex;
  align-items: center;
  color: #9657A6;
}

.contact-address ul li a p {margin-left: 10px;font-weight: 600;color: #9657A6;}

.contact-address ul li {
  margin-bottom: 10px;
}

.contact-address ul li a svg {}

.logo-sec-ftr a img {
  max-width: 240px;
}

.ftr-time-table h3 {
  font-size: 18px;
  color: #000;
}

.ftr-time-table h3 svg {
  color: #9657A6;
}

.time-table-box li {
  display: flex;
  font-family: Comfortaa, sans-serif;
  color: #1F1300;
  font-size: 18px;
  font-weight: 500;
}

.left-time-bx {
  margin-right: 10px;
  width: 50px;
}

.time-table-box {
  padding-left: 25px;
}

.ftr-first-btn {
  color: #ffffff;
  background-color: #9657A6;
  border-radius: 0px;
  border: none;
  white-space: normal;
  border-color: transparent;
  padding: 10px 16px;
  font-size: 18px;
  position: relative;
  font-family: Comfortaa, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.cmn-box-ftr ftr-btn a {
  display: block;
}

.ftr-btn a {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.ftr-first-btn:before {
  content: "";
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-width: 1px;
  border: 2px solid #EAEAEA;
  position: absolute;
  z-index: 0;
}

.ftr-first-btn:hover:before {}

.ftr-first-btn:hover {
  background: #000;
  color: #fff;
}

.ftr-second-btn {
  color: #572565;
  background-color: #EAEAEA;
  border-radius: 0px;
  border: none;
  white-space: normal;
  border-color: transparent;
  padding: 10px 16px;
  font-size: 18px;
  position: relative;
  font-family: Comfortaa, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.ftr-second-btn:before {
  border-color: #572565;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-width: 1px;
  content: " ";
  position: absolute;
  border: 1px solid;
}

.ftr-second-btn:hover {
  background: #000;
  color: #fff;
}

.copyright-top {
  color: #EAEAEA;
  font-size: 12px;
}

.copyright-top a {
  font-size: 12px;
  color: #EAEAEA;
}

.copyright-bottom {
  color: #EAEAEA;
}
.bottom-footer {
  text-align: center;
}

.dropdown-menu .dropdown-item {
  /* white-space: pre; */
  font-family: Comfortaa, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #9657a6;
  padding: 5px;
}
.dropdown-menu { padding: 0px;}

.google-review {display: block;text-align: center;margin: 0 auto;}

.google-review img {max-width: 280px;}



/*inner banner css*/
.inner-banner { height: auto !important;}

.inner-baner-box { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.inner-baner-box .banner-rw{ position: inherit;}
/*inner pages comn*/
.iner-page-cmn-sec {
    padding: 50px 0px;
}
.cmnn-content-box {}
.cmnn-content-box h3{
    font-family: Comfortaa, sans-serif;
    font-size: 42px;
    color: #1F1300;
    padding: 0;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
}
.cmnn-content-box h4{
    font-size: 25px;
    margin-bottom: 20px;
}
.cmnn-content-box h5 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #9657A6;
    text-transform: capitalize;
    background: transparent !important;
}
.cmnn-content-box p {
    margin-bottom: 15px;
}
.visit-site {color: #9657A6; font-weight: 600;}
.site-list {
    margin-bottom: 30px;
    display: inline-block;
    min-width: 300px;
}
.site-list li {
    border-bottom: 1px solid #572565;
    position: relative;
    font-family: Crimson Pro, serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #1F1300;
    padding-left: 15px;
}
.site-list li a {
    color: #572565;
    padding: 10px;
    display: inline-block;
}

.inner-page-img {
    float: right;
    margin-left: 30px;
    width: 45%;
}


.site-list li:before {
  font-family: "FontAwesome";
  content: "\26AC";
  padding: 0px 10px 0px 0px;
  color: #1F1300;
}

.site-list li:hover {color: #572565;
  background-color: #ECDAF1;}

  .float-left-design { float: left;margin-left: 0px; margin-right: 30px;}

  .width-auto {
    width: initial;
}

.width-30 { max-width: 27%;}

.site-simple-list {padding-left: 20px;margin-bottom: 20px;}

.site-simple-list li {
    list-style: disc;
}

.blog-left-title {
    font-size: 34px;
    margin-bottom: 30px;
}
.blog-left-list li {}
.blog-left-list li a {display: block;margin-bottom: 20px;padding: 20px;padding-left: 5px;}
.blog-left-list li a:hover { background: #f2f2f2;}
.blog-left-list h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.blog-left-list h6 {
    font-size: 15px;
    margin-bottom: 10px;
}
.blog-left-list p {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-left-list p:last-child { text-decoration: underline;}

.blog-right-side .blog-left-list h3 {color:#9657A6; font-size: 20px;}
.blog-right-side .blog-left-list li a { margin-bottom: 0px; padding-top:0px ; padding-bottom: 0px}
.blog-left-side, .blog-right-side { margin-top: 30px;}

.form-page { padding: 70px 0px;}
.site-form {}
.site-form h3 { font-family: Comfortaa, sans-serif;
  font-size: 42px;
  color: #1F1300;
  padding: 0;
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;margin-bottom: 30px;} 
.site-form .form-label {}
.site-form .form-control {width: 100%;
  border: 2px solid #BBAACC;
  padding: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;color: #3e3e3e;}
.form-btn {background-color: #572565;
  color: #fff;
  width: 100%;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #572565;
  white-space: nowrap;
  padding: 10px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: ease all .5s;
  margin: 1em 0;}
.form-btn:hover, .form-btn:focus {box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  background-color: #9657A6;
  border: 2px solid #9657A6;
  color: #fff;}



  .time-table P { margin-bottom: 0px;}


  .time-table P span:first-child{margin-right: 15px;min-width: 110px;display: inline-block;}

.seo-title-1{
  font-size: 26px;
}
.seo-title-2{
  font-size: 23px;
}