/***************************************************************************************************************
|||||||||||||||||||||||||||||||       MASTER STYLESHEET FOR clinmedix         ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles 
* 2. miscelnious styles 
* 3. header styles 
* 4. banner styles 
* 5. banner styles 
* 6. about styles 
* 7. services styles 
* 8. video styles 
* 9. appointment styles 
* 10. fun fact styles 
* 11. team styles 
* 12. testimonials styles 
* 13. blog styles 
* 14. footer styles 
* 15. inner banner styles 
* 16. contact styles 
* 17. sidebar styles 
* 18. award certification styles 
* 19. subscribe styles 
* 20. find doctor styles 
* 21. pricing styles 
* 22. client styles 
* 23. cta styles 
* 24. shop styles 
* 25. before after styles 
* 26. hidden sidebar styles 
* 27. search popup styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1. imported styles 
***************************/
/*
* font style sheet
*/
@import url(../plugins/oxygen-regular/styles.css);
@import url(../plugins/oxygen-italic/styles.css);
@import url(../plugins/oxygen-bold/styles.css);
@import url(../plugins/oxygen-bold-italic/styles.css);
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(twentytwenty.css);
@import url(jquery.bxslider.min.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/clinmedix-icon/style.css);
@import url(../plugins/bands-icon/style.css);
@import url(../plugins/pe-icon-7-stroke/dist/pe-icon-7-stroke.min.css);
@import url(../plugins/jquery-ui-1.12.1.custom/jquery-ui.min.css);
/************************** 
* 2. miscelnious styles 
***************************/

@font-face {
    font-family: 'Abel'; /*a name to be used later*/
    src: url('../fonts/Abel.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Oxygen-Bold'; /*a name to be used later*/
	font-weight:bold;
    src: url('../fonts/Abel.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'Oxygen-Regular'; /*a name to be used later*/
    src: url('../fonts/Abel.ttf'); /*URL to font*/
}
html, body {
   overflow-x: hidden;
 }
body {
/*   font-family: "Abel"; */
  color: #666666;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  font-family: "Oxygen";
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.thm-container {
  width: 100%;
  max-width: 1135px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.thm-container2 {
  width: 100%;
  max-width: 1135px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom:20px;
  
}

.thm-containertop {
  width: 100%;
  max-width: 1135px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #10AEAD;
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  padding: 9px 20px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #10AEAD;
  color: #fff;
  cursor: pointer;
}

.sec-pad {
  padding: 110px 0;
}

.sec-pad2 {
  padding: 55px 0;
}


.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.sec-title {
  margin-bottom: 70px;
}

.sec-title h3,
.sec-title p {
  margin: 0;
}

.sec-title h3 {
  font-size: 36px;
/*   font-family: "Abel"; */
  font-weight:900;
  color: #333333;
  margin-top: -10px;
  margin-bottom: 10px;
	font-family: "Oxygen";
}

.sec-title h3 span.color-1 {
  color: #10AEAD;
}

.sec-title h3 span.color-2 {
  color: #AB1C6E;
}

.sec-title h3 span.color-3 {
  color: #94BE16;
}

.sec-title h3 span.color-4 {
  color: #F53E59;
}

.sec-title h3 span.color-5 {
  color: #AB1C6E;
}

.sec-title p {
  color: #666666;
  line-height: 24px;
  font-family: "Oxygen";
}

.sec-title .line {
  display: block;
  width: 55px;
  height: 1px;
  background: #AB1C6E;
  margin-top: 20px;
}

.sec-title img + h3 {
  margin-top: 20px;
}

.sec-title.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.sec-title-style-two {
  margin-bottom: 65px;
  margin-top: -5px;
}

.sec-title-style-two h3,
.sec-title-style-two p {
  margin: 0;
}

.sec-title-style-two span.tag-line {
  color: #666666;
  font-size: 14px;
  font-family: "Abel";
  font-weight:bold;
}

.sec-title-style-two .line {
  display: block;
  width: 55px;
  height: 1px;
  background: #dddddd;
  margin-top: 15px;
  margin-bottom: 24px;
}

.sec-title-style-two h3 {
  color: #333333;
  font-family: "Abel";
  font-size: 32px;
  line-height: 1.3em;
  font-weight:bold;
}

.sec-title-style-two h3 span.color-1 {
  color: #C368C8 !important;
}

.sec-title-style-two h3 span.color-3 {
  color: #94BE16;
}

.sec-title-style-two h3 span.color-4 {
  color: #F53E59;
}

.sec-title-style-two h3 span.color-5 {
  color: #10AEAD;
}

.sec-title-style-two h3 span.color-6 {
  color: #AB1C6E;
}

.sec-title-style-two h3 span.color-7 {
  color: #45C7CF;
}

.sec-title-style-two h3 span.color-8 {
  color: #ADC916;
}

.sec-title-style-two h3 + p {
  margin-top: 20px;
}

.sec-title-style-two p {
  color: #666666;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.sec-title-style-two.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #10AEAD;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top:hover {
  background: #333333;
  color: #10AEAD;
}

.scroll-to-top.home-two {
  background: #129DE8;
  color: #fff;
}

.scroll-to-top.home-two:hover {
  background: #fff;
  color: #000;
}

.scroll-to-top.home-three {
  background: #F53E59;
  color: #fff;
}

.scroll-to-top.home-three:hover {
  background: #fff;
  color: #000;
}

.scroll-to-top.home-four {
  background: #ADC916;
  color: #fff;
}

.scroll-to-top.home-four:hover {
  background: #333333;
  color: #fff;
}


.scroll-to-top2 {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #10AEAD;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/*
****
only add this classto body
if preloader is on
other wise REMOVE IT.
****
*/
body.active-preloader-ovh {
  overflow: hidden;
}

.preloader {
  background-color: #10AEAD;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader.home-two {
  background-color: #129DE8;
}

.preloader.home-three {
  background-color: #F53E59;
}

.preloader.home-four {
  background-color: #ADC916;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/************************** 
* 3. header styles 
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.header-navigation .thm-container {
  max-width: 1260px;
  background: transparent;
  padding: 0 15px;
 /* padding-right: 280px; */
  position: relative;
}

.header-navigation .thm-container .navbar-header {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .thm-container .navbar-brand {
  height: auto;
  padding: 0px 0;
}

.header-navigation .thm-container .main-navigation {
  text-align: right;
  padding: 0;
}

.header-navigation .thm-container .right-side-box {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .thm-container .right-side-box a.book-appointment {
  font-family: "Abel";
  font-weight:bold;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background: #10AEAD;
  padding: 14px 31px;
  border-radius: 2px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation .thm-container .right-side-box a.book-appointment i {
  font-size: 16px;
  margin-right: 6px;
}

.header-navigation .thm-container .right-side-box a.book-appointment:hover {
  background: #AB1C6E;
}

.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 45px 0;
  display: inline-block;
}

.header-navigation ul.navigation-box > li:first-child:before {
  display: none;
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 25px;
}

.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
  color: #85295F;
}

.header-navigation ul.navigation-box > li > a {
  padding: 0;
  color: #333333;
  font-size: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
  display: block;
  font-family: "Abel";
  font-weight:bold;
}

.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  -o-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #000000;
  font-weight: 900;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  font-family: "Abel";
  padding-left: 20px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu li + li {
  border-top: 1px solid #eeeeee;
}

.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #10AEAD;
  color: #fff;
  position: relative;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  -o-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #717171;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li:hover > a {
  background: #F1F1F1;
  color: #181818;
  position: relative;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.header-navigation.stricky-fixed .thm-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar.home-one {
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar.home-one .thm-container {
  max-width: 1140px;
  padding: 19px 0;
  border-bottom: 1px solid #EDEDED;
}

.top-bar.home-one p,
.top-bar.home-one ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-bar.home-one p {
  color: #333333;
  font-size: 13px;
  font-family: "Abel";
}

.top-bar.home-one ul.contact-infos li {
  display: inline-block;
  vertical-align: middle;
}

.top-bar.home-one ul.contact-infos li + li {
  margin-left: 24px;
}

.top-bar.home-one ul.contact-infos li p {
  color: #e6e6e6;
  font-size: 13px;
  font-family: "Abel";
}

.top-bar.home-one ul.contact-infos li p i {
  color: #10AEAD;
  font-size: 16px;
  margin-right: 10px;
}

.top-bar.home-one ul.contact-infos li p i.fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 15px;
}

.top-bar.home-one ul.contact-infos li p span {
  font-family: "Abel";
  font-weight:bold;
  color: #AB1C6E;
  font-size: 16px;
  margin-left: 6px;
}

.top-bar.home-three {
  border-bottom: 1px solid #424242;
  padding: 15px 15px;
  background: #424242;
}

.top-bar.home-three .thm-container {
  border-bottom: 0;
  padding: 0 0;
}

.top-bar.home-three .social a {
  font-size: 15px;
  color: #ececec;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.top-bar.home-three .social a:hover {
  color: #94BE16;
}

.top-bar.home-three .social a + a {
  margin-left: 15px;
}

.top-bar.home-three ul.contact-infos li p i {
  color: #94BE16;
}

.top-bar.home-three ul.contact-infos li p span {
  color: #e6e6e6;
}

.top-header.home-two {
  /*padding: 24.5px 0;*/
}

.top-header.home-two .header-right-info {
  padding: 3px 0;
}

.top-header.home-two .header-right-info .single-header-info {
  display: inline-block;
  vertical-align: middle;
}

.top-header.home-two .header-right-info .single-header-info + .single-header-info {
  border-left: 0px solid #EDEDED;
  padding-left: 25px;
  margin-left: 23px;
}

.top-header.home-two .header-right-info .single-header-info .icon-box, .top-header.home-two .header-right-info .single-header-info .text-box {
  display: table-cell;
  vertical-align: middle;
}

.top-header.home-two .header-right-info .single-header-info .icon-box i {
  font-size: 30px;
  color: #129DE8;
  position: relative;
  top: 5px;
}

.top-header.home-two .header-right-info .single-header-info .text-box {
  padding-left: 15px;
  text-align: left;
}

.top-header.home-two .header-right-info .single-header-info .text-box p {
  margin: 0;
  color: #333333;
  font-family: "Abel";
  font-weight:bold;
  font-size: 14px;
}

.top-header.home-two .header-right-info .single-header-info .text-box p span {
  font-size: 17px;
}

.top-header.home-two .header-right-info .single-header-info a.search-icon {
  font-size: 20px;
  color: #101010;
  display: block;
  padding: 11px 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.top-header.home-two .header-right-info .single-header-info a.search-icon:hover {
  color: #129DE8;
}

.top-header.home-four {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #adc916;
}

.top-header.home-four .header-right-info .single-header-info .icon-box i {
  color: #ADC916;
}

.header-home-two .header-navigation {
  background: #129DE8;
}

.header-home-two .header-navigation .thm-container .main-navigation {
  text-align: left;
}

.header-home-two .header-navigation .thm-container .right-side-box a.book-appointment {
  padding: 21.5px 36.5px;
  border-radius: 0px;
  background: #0e77af;
}

.header-home-two .header-navigation .thm-container .right-side-box a.book-appointment:hover {
  background: #fff;
  color: #000;
}

.header-home-two .header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > a {
  background: #129DE8;
}

.header-home-two .header-navigation ul.navigation-box > li {
  padding: 22.5px 0;
}

.header-home-two .header-navigation ul.navigation-box > li + li {
  margin-left: 40px;
}

.header-home-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}

.header-home-two.header-home-four .header-navigation {
  background: #B8B5C0;
}

.header-home-two.header-home-four .header-navigation .thm-container .main-navigation {
  text-align: left;
}

.header-home-two.header-home-four .header-navigation ul.navigation-box > li {
  padding: 22.5px 0;
}

.header-home-two.header-home-four .header-navigation ul.navigation-box > li + li {
  margin-left: 26px;
}

.header-home-two.header-home-four .header-navigation ul.navigation-box > li > a {
  color: #2b222b;
}

.header-home-two.header-home-four .header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > a {
  background: #c373c6;
}

.header-home-two.header-home-four .header-navigation .thm-container .right-side-box a.search-icon {
  color: #333333;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-home-two.header-home-four .header-navigation .thm-container .right-side-box a.search-icon:hover {
  color: #ADC916;
}

.header-home-two.header-home-four .header-navigation .thm-container .right-side-box a.sidemenu-icon {
  color: #333333;
  font-size: 20px;
  margin-left: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-home-two.header-home-four .header-navigation .thm-container .right-side-box a.sidemenu-icon:hover {
  color: #ADC916;
}

.header-home-two.header-home-four .header-navigation ul.navigation-box > li.active > a, .header-home-two.header-home-four .header-navigation ul.navigation-box > li.current > a, .header-home-two.header-home-four .header-navigation ul.navigation-box > li > a:active, .header-home-two.header-home-four .header-navigation ul.navigation-box > li > a:focus, .header-home-two.header-home-four .header-navigation ul.navigation-box > li:hover > a {
  color: #c368c8;
}

.header-home-three .header-navigation .thm-container {
  padding-right: 310px;
}

.header-home-three .header-navigation .thm-container .right-side-box a.book-appointment {
  background: #c368c8;
}

.header-home-three .header-navigation .thm-container .right-side-box a.book-appointment:hover {
  background: #94BE16;
}

.header-home-three .header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > a {
  background: #b0cb1f;
}

.header-home-three .header-navigation .thm-container .right-side-box a.search-icon {
  color: #333333;
  font-size: 16px;
  margin-left: 30px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-home-three .header-navigation .thm-container .right-side-box a.search-icon:hover {
  color: #94BE16;
}

.header-home-three .header-navigation .thm-container .right-side-box a.sidemenu-icon {
  color: #333333;
  font-size: 20px;
  margin-left: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-home-three .header-navigation .thm-container .right-side-box a.sidemenu-icon:hover {
  color: #94BE16;
}

.header-home-three .header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}

.header-home-three .header-navigation ul.navigation-box > li.active > a, .header-home-three .header-navigation ul.navigation-box > li.current > a, .header-home-three .header-navigation ul.navigation-box > li > a:active, .header-home-three .header-navigation ul.navigation-box > li > a:focus, .header-home-three .header-navigation ul.navigation-box > li:hover > a {
  color: #94BE16;
}

.header-home-five .header-navigation .thm-container {
  padding-right: 270px;
}

.header-home-five .header-navigation .thm-container .right-side-box a.search-icon {
  color: #333333;
  font-size: 16px;
  margin-left: 30px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-home-five .header-navigation .thm-container .right-side-box a.search-icon:hover {
  color: #10AEAD;
}

.header-home-five .header-navigation .thm-container .right-side-box a.sidemenu-icon {
  color: #333333;
  font-size: 20px;
  margin-left: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-home-five .header-navigation .thm-container .right-side-box a.sidemenu-icon:hover {
  color: #10AEAD;
}

.top-bar.home-four {
  background: #424242;
}

.top-bar.home-four .social {
  padding: 17px 0;
}

.top-bar.home-four .social a {
  color: #FFFFFF;
  font-size: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.top-bar.home-four .social a + a {
  margin-left: 15px;
}

.top-bar.home-four .social a:hover {
  color: #ADC916;
}

.top-bar.home-four a.appointment-btn {
  display: inline-block;
  vertical-align: middle;
  background: #c368c8;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Abel";
  font-weight:bold;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 17px 34px;
}

.top-bar.home-four a.appointment-btn i {
  margin-right: 13px;
}

.top-bar.home-four a.appointment-btn:hover {
  color: #fff;
  background-color: #c368c8;
}

/************************** 
* 4. banner styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 991;
  border-top: 2px solid #b0cb1f;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 59px;
  height: 59px;
  font-size: 20px;
  line-height: 59px;
  color: #fff;
  background: rgba(16, 174, 173, 0.9);
  visibility: visible !important;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}

@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  background: #10aead;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
/*   -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; */
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  width: 30px;
  height: 2px;
  background: #333333;
  opacity: .3;
  cursor: pointer;
}

#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 680px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
  min-height: 680px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #333333;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
  min-height: 680px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333333;
  background-size: cover;
}

#minimal-bootstrap-carousel.slider-home-four .carousel-inner .item {
  min-height: 680px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333333;
  background-size: cover;
}

#minimal-bootstrap-carousel.slider-home-five .carousel-inner .item {
  min-height: 680px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333333;
  background-size: cover;
}

.slider-home-one {
  position: relative;
}

.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}

.slider-home-one .content h3 {
  color: #333333;
  font-family: "Abel";
  font-weight:bold;
  font-size: 48px;
  letter-spacing: -0.025em;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-one .content p {
  font-size: 20px;
  line-height: 1.3em;
  color: #333333;
  font-family: "Abel";
  margin-top: 24px;
  margin-bottom: 50px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-one .content a.banner-btn {
  background: #AB1C6E;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Abel";
  font-weight:bold;
  padding: 15.5px 36px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-home-one .content a.banner-btn:hover {
  background: #10AEAD;
}

.slider-home-two {
  position: relative;
}

.slider-home-two#minimal-bootstrap-carousel .carousel-control {
  background-color: rgba(18, 157, 232, 0.9);
}

.slider-home-two .content h2,
.slider-home-two .content h3,
.slider-home-two .content p {
  margin: 0;
}

.slider-home-two .content h3 {
  color: #FFFFFF;
  font-family: "Abel";
  font-size: 60px;
  letter-spacing: -0.025em;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-two .content p {
  font-size: 20px;
  line-height: 1.3em;
  color: #fff;
  font-family: "Abel";
  margin-bottom: 50px;
  margin-top: 14px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-home-two .content .icon-box {
  margin-bottom: 7px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-two .content .icon-box i {
  color: #fff;
  font-size: 45px;
}

.slider-home-two .content .icon-box i + i {
  margin-left: 35px;
}

.slider-home-two .content a.banner-btn {
  background: transparent;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Abel";
  
  padding: 0px 34px;
  line-height: 52px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 2px solid #fff;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slider-home-two .content a.banner-btn:hover {
  background: #129DE8;
  border-color: #129DE8;
}

.slider-home-three {
  position: relative;
}

.slider-home-three#minimal-bootstrap-carousel .carousel-control {
  background-color: rgba(245, 62, 89, 0.9);
}

.slider-home-three .content h2,
.slider-home-three .content h3,
.slider-home-three .content p {
  margin: 0;
}

.slider-home-three .content h3 {
  color: #afca1d;
  font-family: "Oxygen-Bold";
  font-size: 60px;
  letter-spacing: 0em;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-three .content p {
  font-size: 20px;
  line-height: 1.3em;
  color: #fff;
  font-family: "Oxygen-Regular";
  margin-top: 15px;
  margin-bottom: 50px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-three .content a.banner-btn {
  background: #94BE16;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Oxygen-Bold";
  padding: 15.5px 36px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-home-three .content a.banner-btn:hover {
  background: #F53E59;
}

.slider-home-four {
  position: relative;
}

.slider-home-four#minimal-bootstrap-carousel .carousel-control {
  background-color: white;
  color: #333;
}

.slider-home-four .content h2,
.slider-home-four .content h3,
.slider-home-four .content p {
  margin: 0;
}

.slider-home-four .content h3 {
  color: #fff;
  font-family: "Oxygen-Bold";
  font-size: 48px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-four .content p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "Oxygen-Regular";
  margin-top: 24px;
  margin-bottom: 50px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-four .content a.banner-btn {
  background: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Oxygen-Bold";
  padding: 15.5px 36px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 26px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-home-four .content a.banner-btn:hover {
  background: #ADC916;
  color: #fff;
}

.slider-home-five {
  position: relative;
}

.slider-home-five .content h2,
.slider-home-five .content h3,
.slider-home-five .content p {
  margin: 0;
}

.slider-home-five .content h3 {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 48px;
  letter-spacing: -0.025em;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-five .content p {
  font-size: 20px;
  line-height: 1.3em;
  color: #333333;
  font-family: "Oxygen-Regular";
  margin-top: 24px;
  margin-bottom: 50px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-five .content a.banner-btn {
  background: #AB1C6E;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Oxygen-Bold";
  padding: 18px 36px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-home-five .content a.banner-btn:hover {
  background: #10AEAD;
}

/************************** 
* 5. banner styles 
***************************/
.feature-style-one {
  margin-top: -40px;
  position: relative;
  z-index: 991;
}

.feature-style-one .thm-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  max-width: 1140px;
}

.feature-style-one [class*=col-] {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.feature-style-one [class*=col-]:before {
  background: #AB1C6E;
}

.feature-style-one .single-feature-style-one {
  min-height: 461px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-style-one .single-feature-style-one:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.feature-style-one .single-feature-style-one .inner-box {
  width: 100%;
}

.feature-style-one .single-feature-style-one h3,
.feature-style-one .single-feature-style-one p {
  margin: 0;
}

.feature-style-one .single-feature-style-one h3 {
  margin-top: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Oxygen-Bold";
  color: #333333;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-one .single-feature-style-one p {
  color: #666666;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-one .single-feature-style-one a.more-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20.5px;
  height: 45px;
  line-height: 43px;
  border-radius: 2px;
  border: 1px solid #10AEAD;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-one .single-feature-style-one a.more-btn i {
  color: #AB1C6E;
  margin-left: 4px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-one .single-feature-style-one a.more-btn:hover {
  background: #10AEAD;
  color: #fff;
}

.feature-style-one .single-feature-style-one a.more-btn:hover i {
  color: #fff;
}

.feature-style-one .single-feature-style-one:hover h3,
.feature-style-one .single-feature-style-one:hover p {
  color: #fff;
}

.feature-style-one .single-feature-style-one:hover a.more-btn {
  background: #10AEAD;
  color: #fff;
}

.feature-style-one .single-feature-style-one:hover a.more-btn i {
  color: #fff;
}

.feature-style-two {
  background: #FFFFFF url(../images/feature-style-two-bg.png) top right no-repeat;
  padding-top: 227px;
}

@media (max-width: 1024px) {
  .feature-style-two {
    padding-top: 110px;
  }
}

.feature-style-two .row {
  margin: 0;
}

.feature-style-two .row [class*=col] {
  padding: 0;
}

.feature-style-two .row [class*=col]:before {
  background: #129DE8;
}

.feature-style-two [class*=col-]:nth-child(odd) {
  background: #f9f9f9;
}

.feature-style-two [class*=col-]:nth-child(even) {
  background: #EDEDED;
}

.feature-style-two .single-feature-style-two {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 396px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-style-two .single-feature-style-two:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.feature-style-two .single-feature-style-two img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-two .single-feature-style-two h3,
.feature-style-two .single-feature-style-two p {
  margin: 0;
}

.feature-style-two .single-feature-style-two h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oxygen-Bold";
  color: #333333;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.3em;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-two .single-feature-style-two p {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-two .single-feature-style-two a.more {
  color: #0e77af;
  font-size: 14px;
  font-family: "Oxygen-Bold";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-left: 0;
}

.feature-style-two .single-feature-style-two a.more i {
  color: #666666;
  margin-left: 7px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-two .single-feature-style-two a.more:hover {
  padding-left: 10px;
  color: #fff;
}

.feature-style-two .single-feature-style-two a.more:hover i {
  color: #fff;
}

.feature-style-two .single-feature-style-two:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.feature-style-two .single-feature-style-two:hover h3, .feature-style-two .single-feature-style-two:hover p {
  color: #fff;
}

.feature-style-two .single-feature-style-two:hover a.more {
  color: #fff;
}

.feature-style-two .single-feature-style-two:hover a.more i {
  color: #fff;
}

.feature-style-three {
  background: #f9f9f9 url(../images/feature-3-bg.jpg) center center no-repeat;
  background-size: cover;
}

.single-feature-style-three .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  margin-left: 10px;
}

.single-feature-style-three .icon-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #DCDCDC;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-feature-style-three .icon-box img {
  position: relative;
}

.single-feature-style-three .icon-box:hover:before {
  background: #F53E59;
  border-color: #F53E59;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.single-feature-style-three .text-box {
  margin-top: 55px;
}

.single-feature-style-three .text-box h3,
.single-feature-style-three .text-box p {
  margin: 0;
}

.single-feature-style-three .text-box h3 {
  font-size: 18px;
  color: #333333;
  font-family: "Oxygen-Bold";
}

.single-feature-style-three .text-box p {
  line-height: 24px;
  margin-top: 25px;
}

.feature-style-four .thm-container.feature-content-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  max-width: 1140px;
}

.feature-style-four [class*=col-] {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.feature-style-four [class*=col-]:before {
  background: #AB1C6E;
}

.feature-style-four .single-feature-style-four {
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feature-style-four .single-feature-style-four:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.feature-style-four .single-feature-style-four .inner-box {
  width: 100%;
}

.feature-style-four .single-feature-style-four h3,
.feature-style-four .single-feature-style-four p {
  margin: 0;
}

.feature-style-four .single-feature-style-four h3 {
  margin-top: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Oxygen-Bold";
  color: #333333;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-four .single-feature-style-four p {
  color: #666666;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-four .single-feature-style-four:hover h3, .feature-style-four .single-feature-style-four:hover p {
  color: #fff;
}

.feature-style-five .thm-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-style-five .row {
  margin: 0;
}

.feature-style-five .row [class*=col-] {
  padding: 0;
}

.feature-style-five .single-feature-style-five {
  position: relative;
  min-height: 265px;
  /*background-position: right center;
  background-size: cover;*/
}

.feature-style-five .single-feature-style-five .inner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-style-five .single-feature-style-five .inner-box:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.feature-style-five .single-feature-style-five .inner-box .content {
  width: 100%;
  padding-left: 85px;
}

.feature-style-five .single-feature-style-five .inner-box .content h3,
.feature-style-five .single-feature-style-five .inner-box .content p,
.feature-style-five .single-feature-style-five .inner-box .content a {
  margin: 0;
  /*color: #fff;*/
}

.feature-style-five .single-feature-style-five .inner-box .content h3 {
  font-size: 30px;
  font-family: "Oxygen-Bold";
}

.feature-style-five .single-feature-style-five .inner-box .content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.feature-style-five .single-feature-style-five .inner-box .content a {
  font-family: "Oxygen-Bold";
  /*color: #fff;*/
  font-size: 14px;
}

.feature-style-five .single-feature-style-five .inner-box .content a i {
  margin-left: 10px;
}

.feature-style-six .thm-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-style-six .thm-container .row {
  margin-left: 0;
  margin-right: 0;
}

.feature-style-six .thm-container .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.feature-style-six .thm-container .row [class*=col-]:nth-child(odd) {
  background: #45C7CF;
}

.feature-style-six .thm-container .row [class*=col-]:nth-child(even) {
  background: #ADC916;
}

.single-feature-style-six {
  min-height: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1400px) {
  .single-feature-style-six {
    padding: 0 30px;
  }
}

.single-feature-style-six:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.single-feature-style-six .icon-box i {
  color: #fff;
  font-size: 45px;
}

.single-feature-style-six h3,
.single-feature-style-six p {
  margin: 0;
  color: #fff;
}

.single-feature-style-six h3 {
  font-size: 18px;
  font-family: "Oxygen-Bold";
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-feature-style-six p {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1400px) {
  .single-feature-style-six p br {
    display: none;
  }
}

.single-feature-style-six a.more {
  display: inline-block;
  width: 95px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  line-height: 85px;
  bottom: 0;
  right: 0;
}

.single-feature-style-six a.more i {
  color: #fff;
  font-size: 14px;
  position: relative;
  bottom: -15px;
  right: -15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-feature-style-six a.more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-feature-style-six a.more:hover i {
  color: #333;
}

.single-feature-style-six a.more:hover:before {
  background: #fff;
}

.feature-style-seven {
  background: #ddd url(../images/feature-video-bg.jpg) left center no-repeat;
  background-size: cover;
}

.feature-style-seven .inner-box {
  padding-left: 100px;
  max-width: 595px;
  margin-right: auto;
  min-height: 570px;
  padding-top: 110px;
}

.feature-style-seven .single-feature-style-seven + .single-feature-style-seven {
  margin-top: 50px;
}

.feature-style-seven .single-feature-style-seven .icon-box,
.feature-style-seven .single-feature-style-seven .text-box {
  display: table-cell;
  vertical-align: top;
}

.feature-style-seven .single-feature-style-seven .icon-box i {
  color: #ADC916;
  font-size: 53px;
}

.feature-style-seven .single-feature-style-seven .text-box {
  padding-left: 30px;
}

.feature-style-seven .single-feature-style-seven .text-box h3,
.feature-style-seven .single-feature-style-seven .text-box p {
  margin: 0;
}

.feature-style-seven .single-feature-style-seven .text-box h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-family: "Oxygen-Bold";
  margin-bottom: 10px;
}

.feature-style-seven .single-feature-style-seven .text-box p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

/************************** 
* 6. about styles 
***************************/
.about-style-one .about-style-one-content h3,
.about-style-one .about-style-one-content p,
.about-style-one .about-style-one-content ul,
.about-style-one .about-style-one-content h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-style-one .about-style-one-content h3 {
  font-family: "Oxygen-Bold";
  font-size: 32px;
  color: #333333;
  line-break: 1.35em;
  margin-bottom: 40px;
}

.about-style-one .about-style-one-content h3 span.color-one {
  color: #10AEAD;
}

.about-style-one .about-style-one-content h3 span.color-two {
  color: #AB1C6E;
}

.about-style-one .about-style-one-content p {
  color: #666666;
}

.about-style-one .about-style-one-content p.highlight {
  color: #666666;
  font-size: 16px;
  font-family: "Oxygen-BoldItalic";
  border-left: 2px solid #85295F;
  padding-left: 20px;
  margin-left: 20px;
  line-height: 1.45em;
  margin-bottom: 35px;
}

.about-style-one .about-style-one-content h4 {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 18px;
  margin-top: 40px;
}

.about-style-one .about-style-one-content ul.list-items {
  margin-top: 30px;
}

.about-style-one .about-style-one-content ul.list-items li {
  position: relative;
  padding-left: 25px;
  font-family: "Oxygen-Bold";
  font-size: 14px;
}

.about-style-one .about-style-one-content ul.list-items li + li {
  margin-top: 15px;
}

.about-style-one .about-style-one-content ul.list-items li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #AB1C6E;
}

.about-style-one.about-page .about-style-one-content {
  margin-left: -30px;
}

@media (max-width: 1024px) {
  .about-style-one.about-page .about-style-one-content {
    margin-left: 0;
  }
}

.about-style-two .about-style-two-content h3,
.about-style-two .about-style-two-content p {
  margin: 0;
}

.about-style-two .about-style-two-content h3 {
  color: #333333;
  font-size: 32px;
  font-family: "Oxygen-Bold";
  line-height: 1.3em;
  margin-bottom: 25px;
}

.about-style-two .about-style-two-content h3 span.color-1 {
  color: #129DE8;
}

.about-style-two .about-style-two-content p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 25px;
}

.about-style-two .about-style-two-content .about-feature-box + .about-feature-box {
  margin-top: 35px;
}

.about-style-two .about-style-two-content .about-feature-box h4,
.about-style-two .about-style-two-content .about-feature-box p {
  margin: 0;
}

.about-style-two .about-style-two-content .about-feature-box h4 {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 18px;
}

.about-style-two .about-style-two-content .about-feature-box p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 0;
}

.about-style-two .about-style-two-content .about-feature-box .top-box {
  margin-bottom: 22px;
}

.about-style-two .about-style-two-content .about-feature-box .top-box .icon-box,
.about-style-two .about-style-two-content .about-feature-box .top-box .text-box {
  display: table-cell;
  vertical-align: middle;
}

.about-style-two .about-style-two-content .about-feature-box .top-box .text-box {
  padding-left: 15px;
}

.about-style-two.home-three {
  overflow: hidden;
  background: transparent url(../images/about-bg-1-1.png) bottom left no-repeat;
}

.about-style-two.home-three .about-style-two-content {
  padding-right: 65px;
}

.about-style-two.home-three .about-style-two-content p.highlight {
  font-family: "Oxygen-BoldItalic";
  font-size: 16px;
  line-height: 26px;
}

.about-style-two.home-three .image-flipper-box {
  position: relative;
  display: inline-block;
}

.about-style-two.home-three .image-flipper-box img {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
}

.about-style-two.home-three .image-flipper-box img.right-img {
  position: absolute;
  left: calc(100% - 80px);
  top: 60px;
  z-index: 8;
}

.about-style-two.home-three .image-flipper-box img.right-img-hvr {
  position: absolute;
  left: calc(100% - 80px);
  top: 60px;
  z-index: 11;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.about-style-two.home-three .image-flipper-box:hover img.right-img-hvr {
  opacity: 1;
}

@media (max-width: 480px) {
  .about-style-two.home-three .image-flipper-box img.right-img {
    position: static;
    margin-top: 30px;
  }
  .about-style-two.home-three .image-flipper-box img.right-img-hvr {
    display: none;
  }
  
      
 .plussup {
    top: -0.75em;
    text-align: right;
    padding-left: 201px;
    color: #bbd632;
    font-size: 31px;
    font-weight: bold;
}
}

.about-style-three {
  padding-top: 110px;
  overflow: hidden;
}

.about-style-three .thm-container {
  max-width: 1035px;
}

.about-style-three .about-style-three-content {
  padding-top: 55px;
}

.about-style-three .about-style-three-content .sec-title-style-two {
  margin: 0;
}

.about-style-three .about-style-three-content .sec-title-style-two .line {
  margin-top: 12px;
  margin-bottom: 23px;
}

.about-style-three .about-style-three-content .sec-title-style-two h3,
.about-style-three .about-style-three-content .sec-title-style-two p {
  margin: 0;
}

.about-style-three .about-style-three-content .sec-title-style-two p {
  line-height: 24px;
  margin-top: 24px;
}

.about-style-three .about-style-three-content h4 {
  color: #333333;
  margin: 0;
  font-size: 18px;
  font-family: "Oxygen-Bold";
  margin-top: 33px;
  margin-bottom: 24px;
}

.about-style-three .about-style-three-content ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-style-three .about-style-three-content ul.list-items li {
  color: #666666;
  position: relative;
  padding-left: 25px;
  font-family: "Oxygen-Bold";
  font-size: 14px;
}

.about-style-three .about-style-three-content ul.list-items li + li {
  margin-top: 10px;
}

.about-style-three .about-style-three-content ul.list-items li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #94BE16;
}

.about-style-four .thm-container {
  max-width: 975px;
}

.about-style-four .about-style-four-content {
  padding-top: 10px;
  margin-left: -30px;
}

@media (max-width: 1024px) {
  .about-style-four .about-style-four-content {
    margin-left: 0;
  }
}

.about-style-four .about-style-four-content h4 {
  margin: 0;
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.about-style-four .about-style-four-content p {
  line-height: 24px;
  margin: 0;
}

.about-style-four .about-style-four-content p.highlight {
  font-family: "Oxygen-BoldItalic";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

/************************** 
* 7. services styles 
***************************/
.service-style-one {
  background: #f9f9f9;
  padding-bottom: 60px;
}

.service-style-one.white-bg {
  background: #fff;
}

.single-service-style-one {
  margin-bottom: 50px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.single-service-style-one .img-box,
.single-service-style-one .text-box {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-service-style-one .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.single-service-style-one .img-box > img {
  width: 100%;
}

.single-service-style-one .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #129de8;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-one:hover .img-box:before {
  opacity: .85;
}

.single-service-style-one .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
}

.single-service-style-one .text-box:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.single-service-style-one .text-box .inner-box {
  width: 100%;
}

.single-service-style-one .text-box h3,
.single-service-style-one .text-box p {
  margin: 0;
}

.single-service-style-one .text-box h3 {
  font-family: "Oxygen-Bold";
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-one .text-box h3:hover {
  color: #10AEAD;
}

.single-service-style-one.color-1 .text-box h3:hover {
  color: #129de8;
}

.single-service-style-one .text-box p {
  color: #666666;
  margin-bottom: 30px;
}

.single-service-style-one .text-box a.more-btn {
  color: #10AEAD;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  padding: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-one.color-1 .text-box a.more-btn {
  color: #129de8;
}

.single-service-style-one .text-box a.more-btn i {
  color: #AB1C6E;
  margin-left: 8px;
}

.single-service-style-one .text-box.pull-left {
  text-align: right;
  left: 0;
}

.single-service-style-one .text-box.pull-left a.more-btn:hover {
  padding-right: 10px;
}

.single-service-style-one .text-box.pull-right {
  text-align: left;
  right: 0;
}

.single-service-style-one .text-box.pull-right a.more-btn:hover {
  padding-left: 10px;
}

.service-style-two {
  padding-bottom: 40px;
}

.single-service-style-two {
  margin-bottom: 70px;
  position: relative;
}

.single-service-style-two .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.single-service-style-two .img-box > img {
  width: 100%;
}

.single-service-style-two .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-two .img-box:hover:before {
  opacity: .45;
}

.single-service-style-two .text-box {
  margin-top: 30px;
}

.single-service-style-two .text-box h3,
.single-service-style-two .text-box p {
  margin: 0;
}

.single-service-style-two .text-box h3 {
  font-family: "Oxygen-Bold";
  color: #333333;
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-two .text-box h3:hover {
  color: #10AEAD;
}

.single-service-style-two .text-box p {
  color: #666666;
  margin-bottom: 30px;
}

.single-service-style-two .text-box a.more-btn {
  color: #10AEAD;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  padding: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-two .text-box a.more-btn i {
  color: #AB1C6E;
  margin-left: 8px;
}

.single-service-style-three {
  min-height: 266px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #F6F6F6;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-three:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.single-service-style-three i {
  color: #10AEAD;
  font-size: 85px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-three h3 {
  color: #333333;
  font-size: 18px;
  font-family: "Oxygen-Bold";
  margin: 0;
  margin-top: 35px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-three:hover {
  background: #AB1C6E;
}

.single-service-style-three:hover h3,
.single-service-style-three:hover i {
  color: #fff;
}

.service-details-content .text-box p {
  margin: 0;
}

.service-details-content .text-box p.highlight {
  color: #666666;
  font-size: 16px;
  font-family: "Oxygen-BoldItalic";
  border-left: 2px solid #85295F;
  padding-left: 20px;
  margin-left: 20px;
  line-height: 1.45em;
}

.service-details-content .text-box .post-title {
  margin: 0;
  color: #333333;
  font-size: 36px;
/*   font-family: "Oxygen-Bold"; */
	font-family: "Oxygen";
	font-weight:bold;
}

.service-details-content .text-box .title-box h3,
.service-details-content .text-box .title-box p {
  margin: 0;
}

.service-details-content .text-box .title-box h3 {
  /*font-size: 24px;*/
  /*color: #333333;*/
  /*font-family: "Oxygen-Bold";*/
  /*margin-bottom: 10px;*/
    font-size: 22px;
    color: #b46cac;
    margin-bottom: 10px;
    margin-top: 20px;
	font-family: "Oxygen";
	font-weight:bold;
}

.service-details-content .single-approach {
  min-height: 305px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F2FAFA;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-details-content .single-approach:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.service-details-content .single-approach .feature-icon {
  position: absolute;
  bottom: -25px;
  font-size: 135px;
  right: 15px;
  opacity: .03;
  color: #000;
}

.service-details-content .single-approach h3,
.service-details-content .single-approach p {
  margin: 0;
}

.service-details-content .single-approach .inner-box {
  width: 100%;
  padding: 0 55px;
}

.service-details-content .single-approach .inner-box i {
  font-size: 60px;
  color: #10AEAD;
}

.service-details-content .single-approach .inner-box h3 {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-family: "Oxygen-Bold";
  margin-top: 15px;
  margin-bottom: 10px;
}

.service-details-content [class*=col-]:nth-child(1) .single-approach .inner-box {
  background: #F2FAFA;
}

.service-details-content [class*=col-]:nth-child(1) .single-approach .inner-box i {
  color: #20B3B2;
}

.service-details-content [class*=col-]:nth-child(2) .single-approach {
  background: #FAF2F7;
}

.service-details-content [class*=col-]:nth-child(2) .single-approach .inner-box i {
  color: #AB1C6E;
}

.service-details-content [class*=col-]:nth-child(3) .single-approach {
  background: #FAF2F7;
}

.service-details-content [class*=col-]:nth-child(3) .single-approach .inner-box i {
  color: #AB1C6E;
}

.service-details-content [class*=col-]:nth-child(4) .single-approach {
  background: #F2FAFA;
}

.service-details-content [class*=col-]:nth-child(4) .single-approach .inner-box i {
  color: #20B3B2;
}

.service-details-content .single-price-box .sub-title h4 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.service-details-content .single-price-box .sub-title h4:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #AB1C6E;
  display: block;
  margin-top: 15px;
}

.service-details-content .single-price-box .single-price {
  border-bottom: 1px solid #DCDCDC;
}

.service-details-content .single-price-box .single-price .name {
  float: left;
  line-height: 60px;
  color: #666666;
}

.service-details-content .single-price-box .single-price .price {
  float: right;
  line-height: 60px;
  color: #333333;
  font-family: "Oxygen-Bold";
}

.service-details-content .single-doctor .img-box {
  position: relative;
}

.service-details-content .single-doctor .img-box > img {
  width: 100%;
}

.service-details-content .single-doctor .img-box .overlay {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(69, 199, 207, 0.95);
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.service-details-content .single-doctor .img-box .overlay:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.service-details-content .single-doctor .img-box .overlay .box {
  width: 100%;
  padding: 0 35px;
}

.service-details-content .single-doctor .img-box .overlay .box .content span.phone {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.service-details-content .single-doctor .img-box .overlay .box .content span.phone i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 15px;
  margin-right: 10px;
}

.service-details-content .single-doctor .img-box .overlay .box .content p {
  margin: 0;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-details-content .single-doctor .img-box .overlay .box .content .social a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.service-details-content .single-doctor .img-box .overlay .box .content .social a:hover {
  color: #333333;
}

.service-details-content .single-doctor .img-box .overlay .box .content .social a + a {
  margin-left: 10px;
}

.service-details-content .single-doctor .img-box:hover .overlay {
  opacity: 1;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-details-content .single-doctor .text-box {
  text-align: center;
}

.service-details-content .single-doctor .text-box h3,
.service-details-content .single-doctor .text-box p {
  margin: 0;
}

.service-details-content .single-doctor .text-box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 10px;
}

.service-details-content .single-doctor .text-box p {
  color: #666666;
  font-weight: bold;
}

.service-style-four {
  padding-bottom: 110px;
}

.service-style-four .tab-row {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-style-four .tab-row.owl-theme .owl-nav {
  margin: 0;
}

.service-style-four .tab-row.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 70px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-style-four .tab-row.owl-theme .owl-nav [class*=owl-prev] {
  left: -85px;
}

.service-style-four .tab-row.owl-theme .owl-nav [class*=owl-next] {
  right: -85px;
}

.service-style-four .service-top-tab {
  min-height: 200px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
}

.service-style-four .service-top-tab:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.service-style-four .service-top-tab .inner {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.service-style-four .service-top-tab .inner i {
  font-size: 64px;
  color: #0b77af;
}

.service-style-four .service-top-tab .inner h3 {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
}

.service-style-four .service-top-tab .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  background: #129DE8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.service-style-four .service-top-tab .overlay:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.service-style-four .service-top-tab .overlay i {
  font-size: 73px;
  color: #fff;
}

.service-style-four .service-top-tab:hover .inner {
  opacity: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

.service-style-four .service-top-tab:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.service-style-four .service-inner-tab-content {
  padding-top: 15px;
}

.service-style-four .service-inner-tab-content h3,
.service-style-four .service-inner-tab-content h4,
.service-style-four .service-inner-tab-content p,
.service-style-four .service-inner-tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-style-four .service-inner-tab-content h3 {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 30px;
  margin-bottom: 25px;
}

.service-style-four .service-inner-tab-content p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.service-style-four .service-inner-tab-content h4 {
  color: #333333;
  font-size: 18px;
  font-family: "Oxygen-Bold";
  margin-bottom: 30px;
}

.service-style-four .service-inner-tab-content ul.list-items li {
  position: relative;
  padding-left: 25px;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  color: #666666;
}

.service-style-four .service-inner-tab-content ul.list-items li + li {
  margin-top: 15px;
}

.service-style-four .service-inner-tab-content ul.list-items li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #129DE8;
}

.service-style-four .title-wrapper {
  position: relative;
  margin-bottom: 50px;
}

.service-style-four .title-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: calc(100% - 55px);
  background: #f9f9f9;
}

.service-style-four .title-wrapper .thm-container {
  position: relative;
}

.service-style-five {
  padding-bottom: 60px;
}

.single-service-style-five {
  text-align: center;
  margin-bottom: 50px;
}

.single-service-style-five i {
  color: #0e77af;
  font-size: 40px;
}

.single-service-style-five h3 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-family: "Oxygen-Bold";
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-five h3:hover {
  color: #129DE8;
}

.single-service-style-five p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.service-style-six {
  background: #f9f9f9 url(../images/service-5-bg.jpg) center center no-repeat;
  background-size: cover;
  border-top: 2px solid #b0cb1f;
  
}

.service-style-six .owl-theme .owl-nav {
  margin: 0;
}

.service-style-six .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 70px;
  background-color: transparent;
  position: absolute;
  top: 25%;
}

.service-style-six .owl-theme .owl-nav [class*=owl-prev] {
  left: -85px;
}

.service-style-six .owl-theme .owl-nav [class*=owl-next] {
  right: -85px;
}

.single-service-style-six {
  margin-bottom: 25px;
}

.single-service-style-six .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.single-service-style-six .img-box > img {
  width: 100%;
}

.single-service-style-six .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-six .img-box:hover:before {
  opacity: .45;
}

.single-service-style-six .text-box {
  padding: 0 15px;
  margin-top: -40px;
}

.single-service-style-six .text-box .inner-box {
  background: #fff;
  display: -webkit-flex;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 223px;
  position: relative;
}




.single-service-style-six .text-box .inner-box:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.single-service-style-six .text-box .inner-box:before {
  background: #dfdfdf;
  color:#c368c8;
}

.single-service-style-six .text-box .inner-box .content {
  width: 100%;
  text-align: center;
}

.single-service-style-six .text-box .inner-box .content h3,
.single-service-style-six .text-box .inner-box .content p {
  margin: 0;
}

.single-service-style-six .text-box .inner-box .content h3 {
  color: #333333;
  font-size: 22px;
/*   font-family: "Oxygen-Bold"; */
	font-family: "Oxygen";
	font-weight:bold;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-six .text-box .inner-box .content p {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	    font-family: "Oxygen";
  /*color:#000;*/
}

.single-service-style-six .text-box .inner-box .content a.more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dfdfdf;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 50px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-six .text-box .inner-box:hover .content h3,
.single-service-style-six .text-box .inner-box:hover .content p {
  color: #c368c8;
}

.single-service-style-six .text-box .inner-box:hover .content a.more {
  background: #F53E59;
}

.service-style-seven .service-style-seven-row {
  margin-top: -30px;
}

.service-style-seven .single-service-style-seven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 210px;
  text-align: center;
  background: #F6F6F6;
  margin-top: 30px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.service-style-seven .single-service-style-seven:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.service-style-seven .single-service-style-seven .inner {
  width: 100%;
}

.service-style-seven .single-service-style-seven .inner i {
  color: #10AEAD;
  font-size: 48px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.service-style-seven .single-service-style-seven .inner h3 {
  margin: 0;
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.service-style-seven .single-service-style-seven:hover {
  background: #AB1C6E;
}

.service-style-seven .single-service-style-seven:hover .inner i,
.service-style-seven .single-service-style-seven:hover .inner h3 {
  color: #fff;
}

.service-style-eight {
  background: #F9F7FF;
}

.service-style-eight .owl-theme .owl-nav {
  margin: 0;
}

.service-style-eight .owl-theme .owl-dots {
  margin-top: 45px;
}

.service-style-eight .owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
  margin: 0;
  width: 25px;
  height: 4px;
  background: #DCDCDC;
}

.service-style-eight .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.service-style-eight .owl-theme .owl-dots .owl-dot.active span {
  background: #45C7CF;
}

.service-style-eight .owl-theme .owl-nav {
  margin: 0;
  margin-top: 20px;
}

.service-style-eight .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 70px;
  background-color: transparent;
}

.single-service-style-eight .img-box {
  width: 100%;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 50%;
  margin-bottom: 40px;
  cursor: pointer;
}

.single-service-style-eight .img-box > img {
  width: 100%;
  border-radius: 50%;
}

.single-service-style-eight .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(69, 199, 207, 0.8);
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
  z-index: 1;
}

.single-service-style-eight .img-box:hover:before {
  opacity: 1;
}

.single-service-style-eight .text-box {
  text-align: center;
}

.single-service-style-eight .text-box h3,
.single-service-style-eight .text-box p {
  margin: 0;
}

.single-service-style-eight .text-box h3 {
  font-size: 18px;
  color: #333333;
  font-family: "Oxygen-Bold";
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-eight .text-box h3:hover {
  color: #ADC916;
}

.single-service-style-eight .text-box p {
  color: #666666;
  line-height: 24px;
}

.single-service-style-eight .text-box a.more {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: 48px;
  line-height: 46px;
  border-radius: 24px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  border: 1px solid #666666;
  font-family: "Oxygen-Bold";
  margin-top: 40px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-eight .text-box a.more i {
  margin-left: 5px;
}

.single-service-style-eight .text-box a.more:hover {
  background: #ADC916;
  border-color: #ADC916;
  color: #fff;
}

/************************** 
* 8. video styles 
***************************/
.video-box-style-one .video-box-content {
  position: relative;
}

.video-box-style-one .video-box-content > img {
  width: 100%;
}

.video-box-style-one .video-box-content .box {
  position: absolute;
  bottom: 45px;
  right: 0;
  background: #AB1C6E;
  width: 100%;
  max-width: 380px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-box-style-one .video-box-content .box:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.video-box-style-one .video-box-content .box .content {
  text-align: center;
  width: 100%;
}

.video-box-style-one .video-box-content .box .content h4 {
  margin: 0;
  color: #FFFFFF;
  font-size: 30px;
  font-family: "Oxygen-Regular";
}

.video-box-style-one .video-box-content .box .content p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-family: "Oxygen-Regular";
  margin-top: 5px;
}

.video-box-style-one .video-box-content.inner-right-align .box {
  right: auto;
  left: 0;
}

.full-width-video .thm-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.full-width-video .thm-container .row {
  margin-left: 0;
  margin-right: 0;
}

.full-width-video .thm-container .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.full-width-video .video-box-style-two {
  background: #ddd url(../images/video-2-1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 570px;
}

.full-width-video .video-box-style-two .inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}

.full-width-video .video-box-style-two .inner-content a.video-popup {
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.full-width-video .video-box-style-two .inner-content a.video-popup i {
  font-size: 23px;
  color: #45C7CF;
  line-height: 71px;
}

.full-width-video .video-box-style-two .inner-content h3 {
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Oxygen";
  font-weight: 300;
  margin-top: 35px;
}

/************************** 
* 9. appointment styles 
***************************/
.appointment-style-one .appointment-time {
  background: url(../images/schedule-info-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 50px;
  padding: 0 55px;
  padding-top: 45px;
  padding-bottom: 50px;
}

.appointment-style-one .appointment-time:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10AEAD;
  opacity: 0.85;
}

.appointment-style-one .appointment-time .inner-box {
  position: relative;
}

.appointment-style-one .appointment-time h3,
.appointment-style-one .appointment-time p {
  margin: 0;
}

.appointment-style-one .appointment-time h3 {
  font-size: 24px;
  color: #FFFFFF;
  /*font-family: "Oxygen-Regular";*/
  font-family: "Oxygen";
  margin-bottom: 20px;
}

.appointment-style-one .appointment-time p {
  font-family: "Oxygen-BoldItalic";
  color: #FFFFFF;
  font-size: 16px;
}

.appointment-style-one .appointment-time p.notice {
  font-size: 12px;
  /*font-family: "Oxygen";*/
  font-weight: 300;
  margin-top: 15px;
}

.appointment-style-one .appointment-time .time-box {
  margin-top: 20px;
}

.appointment-style-one .appointment-time .time-box .signle-time-box {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: table;
}

.appointment-style-one .appointment-time .time-box .signle-time-box .day-name,
.appointment-style-one .appointment-time .time-box .signle-time-box .time-line {
  display: table-cell;
  vertical-align: middle;
  line-height: 55px;
}

.appointment-style-one .appointment-time .time-box .signle-time-box .day-name {
  width: 110px;
  font-size: 15px;
  /*font-family: "Oxygen-Bold";*/
  font-family: "Oxygen";
  font-weight:bold;
  color: #fff;
}

.appointment-style-one .appointment-time .time-box .signle-time-box .time-line {
  font-family: "Oxygen";
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.appointment-style-one .appointment-form h3,
.appointment-style-one .appointment-form p {
  margin: 0;
}

.appointment-style-one .appointment-form h3 {
  font-size: 32px;
  font-family: "Oxygen-Bold";
  color: #333333;
  margin-bottom: 38px;
}

.appointment-style-one .appointment-form h3 span.color-1 {
  color: #10AEAD;
}

.appointment-style-one .appointment-form h3 span.color-2 {
  color: #AB1C6E;
}

.appointment-style-one .appointment-form p {
  color: #333333;
  font-size: 16px;
  /*font-family: "Oxygen";*/
  font-weight: 300;
  margin-bottom: 40px;
}

.appointment-style-one .appointment-form p span {
  color: #10AEAD;
  font-size: 22px;
  font-family: "Oxygen-Bold";
}

.appointment-style-one .appointment-form input,
.appointment-style-one .appointment-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  width: 100%;
  font-size: 14px;
  /*font-family: "Oxygen";*/
  font-weight: 300;
  color: #666666;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.appointment-style-one .appointment-form input:focus,
.appointment-style-one .appointment-form textarea:focus {
  border-bottom-color: #10AEAD;
}

.appointment-style-one .appointment-form input.error,
.appointment-style-one .appointment-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}

.appointment-style-one .appointment-form textarea {
  height: 145px;
}

.appointment-style-one .appointment-form label.error {
  display: none !important;
}

.appointment-style-one .appointment-form .frm-control {
  position: relative;
  margin-bottom: 30px;
}

.appointment-style-one .appointment-form .frm-control.mb0 {
  margin-bottom: 0;
}

.appointment-style-one .appointment-form .frm-control > i.fa {
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.appointment-style-one .appointment-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.appointment-style-one .appointment-form .bootstrap-select > .dropdown-toggle {
  border: none;
  outline: none !important;
  background: transparent;
  border-bottom: 1px solid #DCDCDC;
  /*font-family: "Oxygen";*/
  font-weight: 300;
  color: #666666;
  height: 45px;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.appointment-style-one .appointment-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  position: absolute;
  top: 20%;
  right: 10px;
  margin: 0;
}

.appointment-style-one .appointment-form .bootstrap-select.btn-group .dropdown-toggle .caret:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #666666;
  font-size: 18px;
}

.appointment-style-one .appointment-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 190px;
  height: 52px;
  background: #333333;
  color: #FFFFFF;
  font-family: "Oxygen-Bold";
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 35px;
}

.appointment-style-one .appointment-form button[type=submit]:hover {
  background: #AB1C6E;
}

.appointment-style-one.contact-page .appointment-time {
  margin-right: 0;
  margin-left: 50px;
}

.appointment-style-one.contact-page .appointment-form h3 {
  margin-bottom: 20px;
}

.appointment-style-one.contact-page .appointment-form button[type=submit] {
  background: #AB1C6E;
}

.appointment-style-one.contact-page .appointment-form button[type=submit]:hover {
  background: #333333;
}

.appointment-style-one.contact-page .appointment-form textarea {
  height: 180px;
}

.appointment-style-one.about-page img.appointment-doc {
  float: right;
  max-width: none;
  margin-right: 40px;
}

.appointment-style-one.about-page .appointment-form {
  padding-top: 40px;
}

.appointment-style-one.home-two {
  background: #0B5078 url(../images/appointment-bg-1-1.png) center center no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.appointment-style-one.home-two .appointment-form {
  padding-top: 35px;
}

.appointment-style-one.home-two .appointment-form p,
.appointment-style-one.home-two .appointment-form p span,
.appointment-style-one.home-two .appointment-form .frm-control > i.fa,
.appointment-style-one.home-two .appointment-form .bootstrap-select.btn-group .dropdown-toggle .caret:after,
.appointment-style-one.home-two .appointment-form h3 span.color-1,
.appointment-style-one.home-two .appointment-form h3 span.color-2,
.appointment-style-one.home-two .appointment-form h3 {
  color: #fff;
}

.appointment-style-one.home-two .appointment-form input, .appointment-style-one.home-two .appointment-form textarea {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.appointment-style-one.home-two .appointment-form input::-webkit-input-placeholder, .appointment-style-one.home-two .appointment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.appointment-style-one.home-two .appointment-form input::-moz-placeholder, .appointment-style-one.home-two .appointment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.appointment-style-one.home-two .appointment-form input:-ms-input-placeholder, .appointment-style-one.home-two .appointment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.appointment-style-one.home-two .appointment-form input:-moz-placeholder, .appointment-style-one.home-two .appointment-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.appointment-style-one.home-two .appointment-form .bootstrap-select > .dropdown-toggle {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.appointment-style-one.home-two .appointment-form button[type=submit] {
  background: #fff;
  color: #333333;
  /* text-transform: capitalize; */
}

.appointment-style-one.home-two .appointment-form button[type=submit] i {
  color: #129DE8;
  margin-left: 7px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.appointment-style-one.home-two .appointment-form button[type=submit]:hover {
  background: #333;
  color: #fff;
}

.appointment-style-one.home-two .appointment-form button[type=submit]:hover i {
  color: #fff;
}

.appointment-style-one.home-two .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: #129DE8;
}

.appointment-style-one.home-two .bootstrap-select .dropdown-menu > li > a:hover {
  background-color: #129DE8;
}

.appointment-style-two .appointment-form {
  padding-left: 70px;
}

.appointment-style-two .appointment-form h3,
.appointment-style-two .appointment-form p {
  margin: 0;
}

.appointment-style-two .appointment-form h3 {
  font-size: 32px;
  font-family: "Oxygen-Bold";
  color: #333333;
  margin-bottom: 38px;
}

.appointment-style-two .appointment-form h3 span.color-1 {
  color: #10AEAD;
}

.appointment-style-two .appointment-form h3 span.color-2 {
  color: #AB1C6E;
}

.appointment-style-two .appointment-form p {
  color: #333333;
  font-size: 16px;
  font-family: "Oxygen";
  font-weight: 300;
  margin-bottom: 40px;
}

.appointment-style-two .appointment-form p span {
  color: #10AEAD;
  font-size: 22px;
  font-family: "Oxygen-Bold";
}

.appointment-style-two .appointment-form input,
.appointment-style-two .appointment-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666666;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.appointment-style-two .appointment-form input:focus,
.appointment-style-two .appointment-form textarea:focus {
  border-bottom-color: #10AEAD;
}

.appointment-style-two .appointment-form input.error,
.appointment-style-two .appointment-form textarea.error {
  background: rgba(255, 0, 0, 0.4);
}

.appointment-style-two .appointment-form label.error {
  display: none !important;
}

.appointment-style-two .appointment-form textarea {
  height: 145px;
}

.appointment-style-two .appointment-form .frm-control {
  position: relative;
  margin-bottom: 33px;
}

.appointment-style-two .appointment-form .frm-control.mb0 {
  margin-bottom: 0;
}

.appointment-style-two .appointment-form .frm-control i.fa {
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.appointment-style-two .appointment-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.appointment-style-two .appointment-form .bootstrap-select > .dropdown-toggle {
  border: none;
  outline: none !important;
  background: transparent;
  border-bottom: 1px solid #DCDCDC;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666666;
  height: 45px;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.appointment-style-two .appointment-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  position: absolute;
  top: 20%;
  right: 10px;
  margin: 0;
}

.appointment-style-two .appointment-form .bootstrap-select.btn-group .dropdown-toggle .caret:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #666666;
  font-size: 18px;
}

.appointment-style-two .appointment-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 190px;
  height: 52px;
  background: #AB1C6E;
  color: #FFFFFF;
  font-family: "Oxygen-Bold";
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 20px;
}

.appointment-style-two .appointment-form button[type=submit]:hover {
  background: #333333;
}

.appointment-style-two .appointment-form button[type="reset"] {
  border: none;
  outline: none;
  width: 122px;
  height: 52px;
  background: #10AEAD;
  color: #fff;
  font-family: "Oxygen-Bold";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 10px;
  margin-top: 20px;
}

.appointment-style-two .appointment-form button[type="reset"]:hover {
  background: #333333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #fff;
  border-color: #10AEAD;
  background-color: #10AEAD;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  font-family: "Oxygen";
  font-weight: 400;
  color: #666666;
}

/************************** 
* 10. fun fact styles 
***************************/
.fun-fact-style-one {
  background: #A7196C url(../images/fun-fact-bg-1-1.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 125px;
}

.fun-fact-style-one .thm-container {
  max-width: 1355px;
}

.fun-fact-style-one [class*=col-] {
  position: relative;
}

.fun-fact-style-one [class*=col-]:before {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 50px;
  height: 48px;
  background-image: url(../images/fun-fact-pulse.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.fun-fact-style-one [class*=col-]:first-child:before {
  display: none;
}

.fun-fact-style-one .single-fun-fact {
  text-align: center;
}

.fun-fact-style-one .single-fun-fact h3,
.fun-fact-style-one .single-fun-fact p {
  margin: 0;
  color: #fff;
}

.fun-fact-style-one .single-fun-fact h3 {
  font-family: "Oxygen";
  font-size: 72px;
  font-weight: 300;
}

.fun-fact-style-one .single-fun-fact p {
  font-size: 16px;
  font-family: "Oxygen-BoldItalic";
  letter-spacing: .1em;
}

/************************** 
* 11. team styles 
***************************/
.team-style-one {
  padding-bottom: 50px;
}

.single-team-style-one {
  text-align: center;
  margin-bottom: 60px;
	min-height:315px;
}

.single-team-style-one .img-box {
  position: relative;
  overflow: hidden;
}

.single-team-style-one .img-box > img {
  width: 100%;
}

.single-team-style-one .img-box .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(171, 28, 110, 0.8);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}

.single-team-style-one .img-box .hover-box .inner-box {
  width: 100%;
      color: #fff;
}

.single-team-style-one .img-box .hover-box .social a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-team-style-one .img-box .hover-box .social a + a {
  margin-left: 10px;
}

.single-team-style-one .img-box .hover-box .social a:hover {
  color: #333333;
}

.single-team-style-one .img-box .hover-box p {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Oxygen";
  font-weight: 300;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.single-team-style-one .img-box:hover .hover-box {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.single-team-style-one h3,
.single-team-style-one p {
  margin: 0;
}

.single-team-style-one h3 {
  color: #333333;
  font-size: 20px;
/*   font-family: "Oxygen-Bold"; */
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 30px;
  margin-bottom: 5px;
	font-family: "Oxygen";
	font-weight:bold;
}

.single-team-style-one h3:hover {
/*   color: #b9d531; */
}

.single-team-style-one p {
  color: #666666;
  font-size: 14px;
  font-family: "Oxygen";
  font-weight: 700;
}

.more-team-box {
  background: #10AEAD;
  text-align: center;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-team-box .inner-box {
  width: 100%;
}

.more-team-box .inner-box > img {
  opacity: .15;
}

.more-team-box .text-box {
  padding-left: 35px;
  padding-right: 35px;
  text-align: left;
  margin-top: 30px;
}

.more-team-box .text-box h3 {
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Oxygen-Regular";
  float: left;
  font-size: 18px;
  width: 65%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.more-team-box .text-box h3:hover {
  color: #AB1C6E;
}

.more-team-box .text-box a.more {
  color: #fff;
  font-size: 19px;
  float: right;
  line-height: 38px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.more-team-box .text-box a.more:hover {
  color: #AB1C6E;
}

.single-team-content h3,
.single-team-content p {
  margin: 0;
}

.single-team-content h3 {
  color: #333333;
  font-size: 32px;
  font-family: "Oxygen-Bold";
}

.single-team-content p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  font-family: "Oxygen";
}

.single-team-content .quote-box {
  border-left: 2px solid #10AEAD;
  padding-left: 25px;
  margin-left: 45px;
  padding-right: 65px;
}

.single-team-content .quote-box p {
  font-size: 24px;
  color: #333333;
  line-height: 1.3em;
}

.single-team-style-two .img-box {
  position: relative;
}

.single-team-style-two .img-box:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 99%;
  left: 5%;
  height: 10px;
  width: 90%;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.2) 0, transparent 80%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.2) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0, transparent 80%);
}

.single-team-style-two .img-box img {
  width: 100%;
}

.single-team-style-two .img-box .social {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

.single-team-style-two .img-box .social a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #94BE16;
  line-height: 30px;
  border-radius: 2px;
}

.single-team-style-two .img-box .social a:hover {
  background-color: #F53E59;
  color: #fff;
}

.single-team-style-two .img-box .social a + a {
  margin-left: 15px;
}

.single-team-style-two .img-box:hover .social {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.single-team-style-two .text-box {
  text-align: center;
}

.single-team-style-two .text-box h4 {
  margin: 0;
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 45px;
}

.single-team-style-two .text-box span {
  color: #666666;
  font-size: 14px;
  font-family: "Oxygen-Bold";
}

.single-team-style-three .img-box {
  position: relative;
}

.single-team-style-three .img-box > img {
  width: 100%;
}

.single-team-style-three .img-box .overlay {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(69, 199, 207, 0.95);
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-team-style-three .img-box .overlay .box {
  width: 100%;
  padding: 0 35px;
}

.single-team-style-three .img-box .overlay .box .content span.phone {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.single-team-style-three .img-box .overlay .box .content span.phone i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 15px;
  margin-right: 10px;
}

.single-team-style-three .img-box .overlay .box .content p {
  margin: 0;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-team-style-three .img-box .overlay .box .content .social a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-team-style-three .img-box .overlay .box .content .social a:hover {
  color: #333333;
}

.single-team-style-three .img-box .overlay .box .content .social a + a {
  margin-left: 10px;
}

.single-team-style-three .img-box:hover .overlay {
  opacity: 1;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.single-team-style-three .text-box {
  text-align: center;
}

.single-team-style-three .text-box h3,
.single-team-style-three .text-box p {
  margin: 0;
}

.single-team-style-three .text-box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
}

.single-team-style-three .text-box p {
  color: #666666;
  font-weight: bold;
}

/************************** 
* 12. testimonials styles 
***************************/
.testimonials-style-one {
  position: relative;
}

.testimonials-style-one:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f9f9f9;
}

.testimonials-style-one .owl-theme .owl-nav {
  margin: 0;
}

.testimonials-style-one .owl-theme .owl-dots {
  margin-top: 45px;
  padding-bottom: 80px;
}

.testimonials-style-one .owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
  margin: 0;
  width: 25px;
  height: 4px;
  background: #DBDBDB;
}

.testimonials-style-one .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.testimonials-style-one .owl-theme .owl-dots .owl-dot.active span {
  background: #10AEAD;
}

.testimonials-style-one .thm-container {
  position: relative;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  max-width: 1005px;
  background: #fff;
}

.testimonials-style-one .single-testimonial-style-one {
  padding: 80px 0 0;
  text-align: center;
}

.testimonials-style-one .single-testimonial-style-one .icon-box {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.testimonials-style-one .single-testimonial-style-one .icon-box:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonials-style-one .single-testimonial-style-one .icon-box i {
  color: #AB1C6E;
  font-size: 47px;
  background: #fff;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

.testimonials-style-one .single-testimonial-style-one p {
  margin: 0;
  font-size: 18px;
  font-family: "Oxygen";
  color: #666666;
  font-weight: 300;
  line-height: 28px;
  width: 72%;
  margin: 30px 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-style-one .single-testimonial-style-one .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-style-one .single-testimonial-style-one .name-box .text-box {
  padding-left: 15px;
  text-align: left;
}

.testimonials-style-one .single-testimonial-style-one .name-box .text-box h4,
.testimonials-style-one .single-testimonial-style-one .name-box .text-box p {
  margin: 0;
}

.testimonials-style-one .single-testimonial-style-one .name-box .text-box h4 {
  font-size: 14px;
  color: #333333;
  font-family: "Oxygen-Bold";
}

.testimonials-style-one .single-testimonial-style-one .name-box .text-box p {
  font-size: 12px;
  color: #666666;
  font-family: "Oxygen-Regular";
}

.testimonials-style-one.gray-bg {
  background: #f9f9f9;
}

.testimonials-style-one.gray-bg .thm-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.testimonials-style-one.gray-bg .single-testimonial-style-one .icon-box i {
  background: #f9f9f9;
}

.testimonials-style-one.home-two {
  background: #FFFFFF url(../images/testi-bg-2.png) left bottom no-repeat;
  background-size: none;
}

.testimonials-style-one.home-two:before {
  display: none;
}

.testimonials-style-one.home-two .thm-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.testimonials-style-one.home-two .single-testimonial-style-one .icon-box i {
  color: #129DE8;
  background: #fff;
}

.testimonials-style-one.home-two .owl-theme .owl-dots .owl-dot.active span {
  background: #129DE8;
}

.testimonials-style-one.home-two .single-testimonial-style-one p {
  width: 89%;
}

.testimonials-style-one.home-four .single-testimonial-style-one .icon-box i {
  color: #ADC916;
}

.testimonials-style-one.home-four .owl-theme .owl-dots .owl-dot.active span {
  background: #ADC916;
}

.testimonials-style-two {
  background: #f9f9f9 url(../images/testi-bg-1.jpg) center center no-repeat;
  background-size: cover;
}

.testimonials-style-two .owl-theme .owl-nav {
  margin: 0;
}

.testimonials-style-two .owl-theme .owl-dots {
  margin-top: 45px;
}

.testimonials-style-two .owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
  margin: 0;
  width: 25px;
  height: 4px;
  background: #DBDBDB;
}

.testimonials-style-two .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.testimonials-style-two .owl-theme .owl-dots .owl-dot.active span {
  background: #F53E59;
}

.testimonials-style-two .owl-theme .owl-nav {
  margin: 0;
  margin-top: 20px;
}

.testimonials-style-two .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 70px;
  background-color: transparent;
}

.testimonials-style-two .single-testimonial-style-two .text-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 0 34px;
  padding-top: 45px;
  padding-bottom: 95px;
  margin-bottom: 50px;
}

.testimonials-style-two .single-testimonial-style-two .text-box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 35px;
  width: 29px;
  height: 16px;
  background: transparent url(../images/testi-2-arrow.png) 0 0 no-repeat;
}

.testimonials-style-two .single-testimonial-style-two .text-box i {
  color: rgba(148, 190, 22, 0.2);
  font-size: 46px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.testimonials-style-two .single-testimonial-style-two .text-box p {
  margin: 0;
  color: #333333;
  font-family: 'Merriweather';
  font-weight: 400;
  font-style: italic;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.testimonials-style-two .single-testimonial-style-two .name-box {
  position: relative;
  padding-left: 50px;
}

.testimonials-style-two .single-testimonial-style-two .name-box:before {
  content: '';
  width: 25px;
  height: 1px;
  background: #666666;
  position: absolute;
  top: 10px;
  left: 15px;
}

.testimonials-style-two .single-testimonial-style-two .name-box h4 {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-family: "Oxygen-Bold";
}

.testimonials-style-two .single-testimonial-style-two .name-box span {
  font-size: 12px;
  color: #666666;
  font-family: "Oxygen-Regular";
}

/************************** 
* 13. blog styles 
***************************/
.blog-style-one {
  overflow: hidden;
}

.blog-style-one.gray-bg {
  background: #f9f9f9;
}

.single-blog-style-one .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 40px;
}

.single-blog-style-one .img-box > img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}

.single-blog-style-one .img-box:hover > img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.single-blog-style-one .img-box:hover:before {
  opacity: .45;
}

.single-blog-style-one .text-box .meta-info {
  margin-bottom: 20px;
}

.single-blog-style-one .text-box .meta-info a {
  display: inline-block;
  vertical-align: baseline;
  color: #333333;
  font-size: 14px;
  font-family: "Oxygen-Regular";
}

.single-blog-style-one .text-box .meta-info a span {
  color: #AB1C6E;
}

.single-blog-style-one .text-box .meta-info a:hover {
  color: #10AEAD;
}

.single-blog-style-one .text-box .meta-info a + a:before {
  content: '|';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.single-blog-style-one .text-box h3,
.single-blog-style-one .text-box p {
  margin: 0;
}

.single-blog-style-one .text-box h3 {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .text-box h3:hover {
  color: #10AEAD;
}

.single-blog-style-one .text-box p {
  line-height: 24px;
  margin-bottom: 40px;
}

.single-blog-style-one .text-box a.more-btn {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #10AEAD;
  line-height: 43px;
  height: 45px;
  width: 132px;
  text-align: center;
  border-radius: 2px;
  color: #333333;
  font-size: 14px;
  font-family: "Oxygen-Bold";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .text-box a.more-btn i {
  color: #AB1C6E;
  margin-left: 6px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .text-box a.more-btn:hover {
  color: #fff;
  background: #AB1C6E;
  border-color: #AB1C6E;
}

.single-blog-style-one .text-box a.more-btn:hover i {
  color: #fff;
}

.blog-style-one.home-four .single-blog-style-one .img-box .cat-label {
  background: #ADC916;
  color: #fff;
  font-size: 14px;
  font-family: "Oxygen-Bold";
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  line-height: 36px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 10;
}

.blog-style-one.home-four .single-blog-style-one .text-box h3 {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}

.blog-style-one.home-four .single-blog-style-one .text-box h3:hover,
.blog-style-one.home-four .single-blog-style-one .text-box .meta-info a span {
  color: #ADC916;
}

.blog-style-one.home-four .single-blog-style-one .text-box a.more-btn {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: 48px;
  line-height: 46px;
  border-radius: 24px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  border: 1px solid #666666;
  font-family: "Oxygen-Bold";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-style-one.home-four .single-blog-style-one .text-box a.more-btn i {
  margin-left: 5px;
  color: #ADC916;
}

.blog-style-one.home-four .single-blog-style-one .text-box a.more-btn:hover {
  background: #ADC916;
  border-color: #ADC916;
  color: #fff;
}

.blog-style-one.home-four .single-blog-style-one .text-box a.more-btn:hover i {
  color: #fff;
}

.blog-page [class*='single-blog-style']:not(.link-post) {
  margin-bottom: 60px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 45px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .img-box > img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style']:not(.link-post) .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}

.blog-page [class*='single-blog-style']:not(.link-post) .img-box:hover > img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.blog-page [class*='single-blog-style']:not(.link-post) .img-box:hover:before {
  opacity: .45;
}

.blog-page [class*='single-blog-style']:not(.link-post) .text-box h3,
.blog-page [class*='single-blog-style']:not(.link-post) .text-box p {
  margin: 0;
}

.blog-page [class*='single-blog-style']:not(.link-post) .text-box h3 {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style']:not(.link-post) .text-box h3:hover {
  color: #c368c8;
}

.blog-page [class*='single-blog-style']:not(.link-post) .text-box p {
  font-size: 14px;
  font-family: "Oxygen";
  font-weight: 300;
  line-height: 28px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .text-box p a.more {
  color: #AB1C6E;
  margin-left: 5px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .cat-info {
  margin-bottom: 16px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .cat-info a {
  display: inline-block;
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  font-family: "Oxygen";
  font-weight: 700;
  background: #F6F6F6;
  line-height: 29px;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style']:not(.link-post) .cat-info a:hover {
  background: #10AEAD;
  color: #fff;
}

.blog-page [class*='single-blog-style']:not(.link-post) .cat-info a + a {
  margin-left: 3px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info {
  margin-top: 30px;
  border-top: 1px solid #EDEDED;
  padding-top: 20px;
  padding-left: 20px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info img {
  width: 40px;
  border-radius: 50%;
  margin-right: 6px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info a {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oxygen-Regular";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info a + a {
  margin-left: 15px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info a i {
  font-size: 16px;
  color: #666666;
  margin-right: 6px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info a:hover {
  color: #10AEAD;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info a:hover i {
  color: #666666;
}

.blog-page [class*='single-blog-style']:not(.link-post) .meta-info span {
  color: #AB1C6E;
  text-transform: uppercase;
}

.blog-page [class*='single-blog-style']:not(.link-post) .blog-gallery-carousel {
  margin-bottom: 45px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .blog-gallery-carousel .owl-nav {
  margin: 0;
}

.blog-page [class*='single-blog-style']:not(.link-post) .blog-gallery-carousel .owl-nav [class*=owl-] {
  margin: 0;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
  font-size: 36px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-page [class*='single-blog-style']:not(.link-post) .blog-gallery-carousel .owl-nav [class*=owl-prev] {
  left: 35px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .blog-gallery-carousel .owl-nav [class*=owl-next] {
  right: 35px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .video-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 45px;
}

.blog-page [class*='single-blog-style']:not(.link-post) .video-box > img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style']:not(.link-post) .video-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}

.blog-page [class*='single-blog-style']:not(.link-post) .video-box:hover > img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.blog-page [class*='single-blog-style']:not(.link-post) .video-box:hover:before {
  opacity: .45;
}

.blog-page [class*='single-blog-style']:not(.link-post) .video-box a.video-popup {
  background: #AB1C6E;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 35px;
  z-index: 10;
}

.blog-page [class*='single-blog-style']:not(.link-post) .video-box a.video-popup i {
  color: #fff;
}

.blog-page [class*='single-blog-style'].link-post .img-box {
  margin-bottom: 60px;
  position: relative;
}

.blog-page [class*='single-blog-style'].link-post .img-box > img {
  width: 100%;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay {
  background: rgba(16, 174, 173, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box {
  width: 100%;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .icon-box {
  margin-bottom: 25px;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .icon-box i {
  font-size: 30px;
  color: #fff;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content h3 {
  margin: 0;
  color: #fff;
  font-family: "Oxygen";
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content h3:hover {
  color: #AB1C6E;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info {
  margin-bottom: 19px;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info img {
  width: 40px;
  border-radius: 50%;
  margin-right: 6px;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oxygen-Regular";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info a + a {
  margin-left: 15px;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info a i {
  font-size: 16px;
  color: #fff;
  margin-right: 6px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info a:hover {
  color: #AB1C6E;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info a:hover i {
  color: #AB1C6E;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info span {
  color: #AB1C6E;
  text-transform: uppercase;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content a.link-text {
  font-size: 12px;
  color: #fff;
  font-family: "Oxygen";
  letter-spacing: .3em;
  font-weight: 700;
}

.blog-page .single-blog-style-two .cat-info,
.blog-page .single-blog-style-two .text-box h3,
.blog-page .single-blog-style-two .text-box p {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-page .single-blog-style-three .text-box h3 {
  font-family: "Oxygen" !important;
  font-weight: 400;
}

.blog-page ul.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.blog-page ul.post-pagination li {
  display: inline-block;
}

.blog-page ul.post-pagination li + li {
  margin-left: 10px;
}

.blog-page ul.post-pagination li.active a {
  background: #AB1C6E;
  color: #fff;
  cursor: auto;
}

.blog-page ul.post-pagination li.prev-page a, .blog-page ul.post-pagination li.next-page a {
  background-color: transparent;
}

.blog-page ul.post-pagination li a {
  display: block;
  background: #F6F6F6;
  color: #333333;
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  padding: 0 19px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-page ul.post-pagination li a:hover {
  background: #AB1C6E;
  color: #fff;
}

.blog-details-page .single-post-content h3.post-title {
  margin: 0;
  color: #333333;
  font-weight: 700;
  font-size: 30px;
}

.blog-details-page .single-post-content .top-box {
  border-top: 1px solid #EDEDED;
  margin-top: 20px;
  padding: 25px 20px;
}

.blog-details-page .single-post-content .top-box .meta-info img {
  width: 40px;
  border-radius: 50%;
  margin-right: 6px;
}

.blog-details-page .single-post-content .top-box .meta-info a {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oxygen-Regular";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details-page .single-post-content .top-box .meta-info a + a {
  margin-left: 15px;
}

.blog-details-page .single-post-content .top-box .meta-info a i {
  font-size: 16px;
  color: #666666;
  margin-right: 6px;
}

.blog-details-page .single-post-content .top-box .meta-info a:hover {
  color: #10AEAD;
}

.blog-details-page .single-post-content .top-box .meta-info a:hover i {
  color: #666666;
}

.blog-details-page .single-post-content .top-box .meta-info span {
  color: #AB1C6E;
  text-transform: uppercase;
}

.blog-details-page .single-post-content .top-box .cat-info a {
  display: inline-block;
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  font-family: "Oxygen";
  font-weight: 700;
  background: #F6F6F6;
  line-height: 29px;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details-page .single-post-content .top-box .cat-info a:hover {
  background: #10AEAD;
  color: #fff;
}

.blog-details-page .single-post-content .top-box .cat-info a + a {
  margin-left: 3px;
}

.blog-details-page .single-post-content .post-content p,
.blog-details-page .single-post-content .post-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page .single-post-content .post-content p {
  line-height: 24px;
}

.blog-details-page .single-post-content .post-content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}

.blog-details-page .single-post-content .post-content ul.list-items li {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  font-size: 14px;
}

.blog-details-page .single-post-content .post-content ul.list-items li + li {
  margin-top: 15px;
}

.blog-details-page .single-post-content .post-content ul.list-items li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #AB1C6E;
}

.blog-details-page .single-post-content .post-content .content-img-box .text-box h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}

.blog-details-page .share-tag-box {
  border-top: 1px solid #EDEDED;
  padding-top: 20px;
  margin-top: 40px;
  margin-bottom: 70px;
}

.blog-details-page .share-tag-box .tags-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page .share-tag-box .tags-box li {
  display: inline-block;
  vertical-align: middle;
}

.blog-details-page .share-tag-box .tags-box li + li {
  margin-left: 6px;
}

.blog-details-page .share-tag-box .tags-box span.title {
  display: block;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
}

.blog-details-page .share-tag-box .tags-box span.title:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #AB1C6E;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.blog-details-page .share-tag-box .tags-box a {
  display: block;
  border-radius: 19px;
  border: 1px solid #DCDCDC;
  color: #545454;
  font-family: "Oxygen-Bold";
  font-size: 11px;
  text-transform: uppercase;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 26px;
}

.blog-details-page .share-tag-box .tags-box a:hover {
  color: #fff;
  background: #10AEAD;
  border-color: #10AEAD;
}

.blog-details-page .share-tag-box .share-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page .share-tag-box .share-box li {
  display: inline-block;
  vertical-align: middle;
}

.blog-details-page .share-tag-box .share-box li + li {
  margin-left: 6px;
}

.blog-details-page .share-tag-box .share-box span.title {
  display: block;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
}

.blog-details-page .share-tag-box .share-box span.title i {
  margin-right: 10px;
}

.blog-details-page .share-tag-box .share-box span.title:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #AB1C6E;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 30px;
}

.blog-details-page .share-tag-box .share-box a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #DCDCDC;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #666666;
  background: #FFFFFF;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details-page .share-tag-box .share-box a:hover {
  background: #AB1C6E;
  border-color: #AB1C6E;
  color: #fff;
}

.blog-details-page .author-box {
  background: #FAF2F7;
  padding: 58.5px 40px;
  position: relative;
}

.blog-details-page .author-box i.feature-icon {
  color: #F5EDF2;
  font-size: 200px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-details-page .author-box .img-box,
.blog-details-page .author-box .text-box {
  display: table-cell;
  vertical-align: middle;
}

.blog-details-page .author-box .img-box {
  width: 100px;
}

.blog-details-page .author-box .img-box > img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-page .author-box .text-box {
  padding-left: 25px;
  position: relative;
  z-index: 10;
}

.blog-details-page .author-box .text-box h3,
.blog-details-page .author-box .text-box p {
  margin: 0;
}

.blog-details-page .author-box .text-box h3 {
  font-size: 18px;
  color: #333333;
}

.blog-details-page .author-box .text-box h3 span.name {
  font-weight: 700;
}

.blog-details-page .author-box .text-box h3 span.pos {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
}

.blog-details-page .author-box .text-box p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.blog-details-page .comment-box .title {
  margin-top: 70px;
  margin-bottom: 40px;
}

.blog-details-page .comment-box .title h3 {
  margin: 0;
  color: #333333;
  font-weight: bold;
  font-size: 30px;
}

.blog-details-page .comment-box .title h3 span {
  color: #AB1C6E;
  font-weight: 400;
}

.blog-details-page .comment-box .single-comment-box {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.blog-details-page .comment-box .single-comment-box.second-lvl {
  margin-left: 90px;
}

.blog-details-page .comment-box .single-comment-box .img-box,
.blog-details-page .comment-box .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}

.blog-details-page .comment-box .single-comment-box .img-box {
  width: 70px;
}

.blog-details-page .comment-box .single-comment-box .img-box > img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-page .comment-box .single-comment-box .text-box {
  padding-left: 20px;
  padding-right: 70px;
  position: relative;
}

.blog-details-page .comment-box .single-comment-box .text-box h3,
.blog-details-page .comment-box .single-comment-box .text-box p {
  margin: 0;
}

.blog-details-page .comment-box .single-comment-box .text-box h3 {
  color: #333333;
  font-size: 16px;
  font-family: "Oxygen-Bold";
  margin-bottom: 5px;
}

.blog-details-page .comment-box .single-comment-box .text-box span {
  color: #666666;
  font-weight: 400;
  font-size: 12px;
}

.blog-details-page .comment-box .single-comment-box .text-box p {
  line-height: 24px;
  margin-top: 15px;
}

.blog-details-page .comment-box .single-comment-box .text-box a.reply {
  font-size: 14px;
  color: #333333;
  font-family: "Oxygen-Bold";
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details-page .comment-box .single-comment-box .text-box a.reply i {
  color: #10AEAD;
  margin-right: 5px;
}

.blog-details-page .comment-box .single-comment-box .text-box a.reply:hover {
  color: #AB1C6E;
}

.blog-details-page .comment-reply-box .title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-page .comment-reply-box .title h3,
.blog-details-page .comment-reply-box .title p {
  margin: 0;
}

.blog-details-page .comment-reply-box .title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.blog-details-page .comment-reply-box .title p {
  margin-top: 20px;
}

.blog-details-page .comment-reply-box .title p span {
  color: #AB1C6E;
}

.blog-details-page .comment-reply-box form.comment-form input,
.blog-details-page .comment-reply-box form.comment-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666666;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details-page .comment-reply-box form.comment-form input:focus,
.blog-details-page .comment-reply-box form.comment-form textarea:focus {
  border-bottom-color: #10AEAD;
}

.blog-details-page .comment-reply-box form.comment-form textarea {
  height: 145px;
}

.blog-details-page .comment-reply-box form.comment-form .frm-control {
  position: relative;
  margin-bottom: 30px;
}

.blog-details-page .comment-reply-box form.comment-form .frm-control.mb0 {
  margin-bottom: 0;
}

.blog-details-page .comment-reply-box form.comment-form .frm-control i.fa {
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-details-page .comment-reply-box form.comment-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.blog-details-page .comment-reply-box form.comment-form .bootstrap-select > .dropdown-toggle {
  border: none;
  outline: none !important;
  background: transparent;
  border-bottom: 1px solid #DCDCDC;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666666;
  height: 45px;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.blog-details-page .comment-reply-box form.comment-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  position: absolute;
  top: 20%;
  right: 10px;
  margin: 0;
}

.blog-details-page .comment-reply-box form.comment-form .bootstrap-select.btn-group .dropdown-toggle .caret:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #666666;
  font-size: 18px;
}

.blog-details-page .comment-reply-box form.comment-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 190px;
  height: 52px;
  background: #AB1C6E;
  color: #FFFFFF;
  font-family: "Oxygen-Bold";
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 35px;
}

.blog-details-page .comment-reply-box form.comment-form button[type=submit]:hover {
  background: #333333;
}

/************************** 
* 14. footer styles 
***************************/
.site-footer {
  background-position: center center;
  background-size: cover;
}

.site-footer.home-two .footer-widget ul.links-list li a,
.site-footer.home-two .footer-widget .social a,
.site-footer.home-two .footer-widget p {
  color: #f7f7f7;
}

.site-footer.home-two .footer-widget ul.links-list li a i {
  color: #fff;
}

.site-footer.home-two .footer-widget .social a:hover,
.site-footer.home-two .footer-widget ul.links-list li a:hover {
  color: #129DE8;
}

.site-footer.home-two .footer-bottom p {
  border-color: rgba(255, 255, 255, 0.1);
}

.site-footer.home-three .footer-widget ul.links-list li a,
.site-footer.home-three .footer-widget .social a,
.site-footer.home-three .footer-widget p {
  color: #cccccc;
}

.site-footer.home-three .footer-widget ul.links-list li a i {
  color: #7b9c16;
}

.site-footer.home-three .footer-widget .social a:hover,
.site-footer.home-three .footer-widget ul.links-list li a:hover {
  color: #F53E59;
}

.site-footer.home-three .footer-bottom p {
  border-color: rgba(255, 255, 255, 0.1);
}

.site-footer.home-four .footer-widget ul.links-list li a,
.site-footer.home-four .footer-widget .social a,
.site-footer.home-four .footer-widget p {
  color: #cccccc;
}

.site-footer.home-four .footer-widget ul.links-list li a i {
  color: #45C7CF;
}

.site-footer.home-four .footer-widget .social a:hover,
.site-footer.home-four .footer-widget ul.links-list li a:hover {
  color: #ADC916;
}

.site-footer.home-four .footer-bottom p {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-top {
  padding: 55px 0;
}

.footer-widget .title {
  margin-top: 25px;
  margin-bottom: 28px;
}

.footer-widget .title h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
/*   font-family: "Oxygen-Bold"; */
	font-family: "Oxygen";
	font-weight:bold;
}

.footer-widget p {
  color: #CBCBCB;
  margin: 0;
	    font-family: "Oxygen";
}

.footer-widget .social a {
  /*color: #CBCBCB;*/
  font-size: 25px !important;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget .social a + a {
  margin-left: 21px;
}

.footer-widget .social a:hover {
  color: #10AEAD;
}

.footer-widget ul.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
	    font-family: "Oxygen";
}

.footer-widget ul.links-list li + li {
  margin-top: 9px;
}

.footer-widget ul.links-list li a {
  display: block;
  color: #f7f7f7;
  font-size: 18px;
  /*font-family: "Oxygen";*/
  font-weight: 300;
  position: relative;
  padding-left: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget ul.links-list li a i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #AB1C6E;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget ul.links-list li a:hover {
  color: #10AEAD;
  padding-left: 20px;
}

.footer-widget ul.links-list li a:hover i {
  opacity: 1;
}

.footer-widget.about-widget a.logo-img {
  display: inline-block;
  margin-bottom: 26px;
}

.footer-widget.about-widget p + p {
  margin-top: 29px;
}

.footer-widget.about-widget .social {
  margin-top: 30px;
}

.footer-widget.contact-widget p + p {
  margin-top: 29px;
}

.footer-widget.departments-widget {
  padding-left: 15px;
}

.footer-widget.quick-links-widget {
  margin-left: 15px;
}

.footer-widget.contact-widget{
    /*margin-left: 15px;*/
}

.footer-bottom p {
  color: rgb(255, 255, 255);
/*   font-family: "Oxygen-Regular"; */
	font-family: "Oxygen";
  font-size: 17px;
  margin: 0;
  padding: 44px 0;
  border-top: 1px solid #1f545d;
}
.footer-bottom a {
  color: rgb(255, 255, 255);
/*   font-family: "Oxygen-Regular"; */
	font-family: "Oxygen";
  font-size: 17px;

}

/************************** 
* 15. inner banner styles 
***************************/
/*.inner-banner {*/
/*  background: #eeeeee url(../images/inner-banner-1-1.jpg) center center no-repeat;*/
/*  background-size: cover;*/
/*}*/

.inner-banner .thm-container {
  position: relative;
  padding-top: 245px /*95px*/;
  padding-bottom: 250px/*100px*/;
}

.inner-banner h3 {
  margin: 0;
  font-size: 48px;
  color: #333333;
  font-family: "Oxygen-Bold";
}

.inner-banner ul.breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  background: #dfdfdf;
  border-radius: 3px;
  padding: 14px 35px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.inner-banner ul.breadcrumb-list li {
  display: inline-block;
  vertical-align: middle;
}

.inner-banner ul.breadcrumb-list li a, .inner-banner ul.breadcrumb-list li span {
  display: block;
  color: #c368c8;
  font-family: "Oxygen-Regular";
  font-size: 18px;
  font-weight:bold;
}

.inner-banner ul.breadcrumb-list li i {
  font-size: 16px;
  color: #112331;
  margin-left: 7px;
  margin-right: 5px;
}

/************************** 
* 16. contact styles 
***************************/
#contact-google-map {
  width: 100%;
  height: 550px;
}

#home-three-google-map {
  width: 100%;
  height: 270px;
}

.contact-info-style-one {
  margin-top: -40px;
  position: relative;
  z-index: 991;
  padding-bottom: 110px;
}

.contact-info-style-one .thm-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  max-width: 1140px;
}

.contact-info-style-one [class*=col-] {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.contact-info-style-one .single-contact-info-style-one {
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-style-one .single-contact-info-style-one:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.contact-info-style-one .single-contact-info-style-one .inner-box {
  width: 100%;
}

.contact-info-style-one .single-contact-info-style-one h3,
.contact-info-style-one .single-contact-info-style-one p {
  margin: 0;
}

.contact-info-style-one .single-contact-info-style-one h3 {
  text-transform: uppercase;
  font-family: "Oxygen-Bold";
  color: #333333;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-info-style-one .single-contact-info-style-one p {
  color: #333333;
  font-size: 18px;
}

.contact-info-style-one .single-contact-info-style-one p span {
  font-size: 22px;
  color: #333333;
  font-family: "Oxygen";
}

/************************** 
* 17. sidebar styles 
***************************/
.appointment-sidebar .single-appointment-sidebar + .single-appointment-sidebar {
  margin-top: 45px;
}

.appointment-sidebar .single-appointment-sidebar.overview {
  background: #10AEAD;
  padding: 0 35px;
}

.appointment-sidebar .single-appointment-sidebar.overview ul,
.appointment-sidebar .single-appointment-sidebar.overview h3,
.appointment-sidebar .single-appointment-sidebar.overview p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-sidebar .single-appointment-sidebar.overview h3 {
  font-size: 30px;
  font-family: "Oxygen-Bold";
  color: #FFFFFF;
  margin-bottom: 8px;
}

.appointment-sidebar .single-appointment-sidebar.overview p {
  font-size: 14px;
  font-family: "Oxygen-Regular";
  color: #FFFFFF;
}

.appointment-sidebar .single-appointment-sidebar.overview .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 38px;
  padding-bottom: 30px;
}

.appointment-sidebar .single-appointment-sidebar.overview ul.infos {
  padding-top: 29px;
  padding-bottom: 40px;
}

.appointment-sidebar .single-appointment-sidebar.overview ul.infos li .type {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Oxygen-Regular";
  width: 75px;
  display: inline-block;
}

.appointment-sidebar .single-appointment-sidebar.overview ul.infos li .option {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Oxygen-Bold";
  display: inline-block;
}

.appointment-sidebar .single-appointment-sidebar.overview ul.infos li + li {
  margin-top: 11px;
}

.appointment-sidebar .single-appointment-sidebar.availability .title {
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  border-bottom: 3px solid #c368c8;
  margin-bottom: 15px;
  padding: 21.5px 0;
  padding-left: 35px;
}

.appointment-sidebar .single-appointment-sidebar.availability .title h3 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oxygen-Bold";
}

.appointment-sidebar .single-appointment-sidebar.availability .title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  background: #CBCBCB;
  margin-left: 20px;
}

.appointment-sidebar .single-appointment-sidebar.availability ul.infos {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #F6F6F6;
  padding: 0 35px;
  padding-top: 38px;
  padding-bottom: 42px;
}

.appointment-sidebar .single-appointment-sidebar.availability ul.infos li {
  padding-bottom: 17px;
}

.appointment-sidebar .single-appointment-sidebar.availability ul.infos li .type {
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
}

.appointment-sidebar .single-appointment-sidebar.availability ul.infos li .option {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.appointment-sidebar .single-appointment-sidebar.availability ul.infos li + li {
  border-top: 1px solid #CBCBCB;
  padding-top: 14px;
}

.appointment-sidebar .single-appointment-sidebar.availability ul.infos li:last-child {
  padding-bottom: 0;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos {
  background: #dfdfdf;
  padding: 0 35px;
  padding-bottom: 45px;
}



.appointment-sidebar .single-appointment-sidebar.contact-infos ul,
.appointment-sidebar .single-appointment-sidebar.contact-infos h3,
.appointment-sidebar .single-appointment-sidebar.contact-infos p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos h3 {
  font-size: 30px;
  font-family: "Oxygen-Bold";
  color: #2b222b;
  margin-bottom: 8px;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos p {
  font-size: 16px;
/*   font-family: "Oxygen-Regular"; */
  color: #2b222b;
    font-weight: bold;
	font-family: "Oxygen";
}

.appointment-sidebar .single-appointment-sidebar.contact-infos .title {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
  padding-top: 38px;
  /*padding-bottom: 30px;*/
  /*margin-bottom: 30px;*/
}

.appointment-sidebar .single-appointment-sidebar.contact-infos ul.infos li {
  position: relative;
  padding-left: 30px;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos ul.infos li + li {
  margin-top: 10px;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos ul.infos li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #0b3542;
  font-size: 15px;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos ul.infos li i.fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.appointment-sidebar .single-appointment-sidebar.contact-infos ul.infos li .text-box p {
  margin: 0;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos ul.infos li .text-box span {
  color: #2b222b;
  font-size: 14px;
  font-family: "Oxygen-Bold";
}

.appointment-sidebar .single-appointment-sidebar.qualification .title {
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  border-bottom: 3px solid #c368c8;
  margin-bottom: 15px;
  padding: 21.5px 0;
  padding-left: 35px;
}

.appointment-sidebar .single-appointment-sidebar.qualification .title h3 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oxygen-Bold";
}

.appointment-sidebar .single-appointment-sidebar.qualification .title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  background: #CBCBCB;
  margin-left: 20px;
}

.appointment-sidebar .single-appointment-sidebar.qualification ul.infos {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #F6F6F6;
    padding-left: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 10px;
}

.appointment-sidebar .single-appointment-sidebar.qualification ul.infos li {
  color: #666666;
  font-size: 17px;
  font-family: "Oxygen";
  font-weight: 300;
}

.appointment-sidebar .single-appointment-sidebar.qualification ul.infos li + li {
  margin-top: 5px;
}

.sidebar .single-sidebar + .single-sidebar {
  margin-top: 60px;
}

.sidebar .single-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .single-sidebar .title {
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  border-bottom: 3px solid #c368c8;
  margin-bottom: 15px;
  padding: 21.5px 0;
  padding-left: 12px;
}

.sidebar-left{
 /*width:280px;   */
}

.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oxygen-Bold";
}

.sidebar .single-sidebar .title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  background: #CBCBCB;
  margin-left: 20px;
}

.sidebar .single-sidebar .tags-wrapper {
  background: #F6F6F6;
  padding: 40px 35px;
  padding-bottom: 34px;
}

.sidebar .single-sidebar .tags-wrapper ul.tags-list {
  margin-left: -3px;
  margin-right: -3px;
}

.sidebar .single-sidebar .tags-wrapper ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}

.sidebar .single-sidebar .tags-wrapper ul.tags-list li a {
  display: block;
  font-size: 13px;
  color: #545454;
  border-radius: 3px;
  border: 1px solid #DCDCDC;
  background: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 9.5px 25px;
}

.sidebar .single-sidebar .tags-wrapper ul.tags-list li a:hover {
  background: #10AEAD;
  border-color: #10AEAD;
  color: #fff;
}

.sidebar .single-sidebar .social-wrapper {
  background: #F6F6F6;
  padding: 40px 0;
  padding-left: 35px;
}

.sidebar .single-sidebar .social-wrapper ul.social-list li {
  display: inline-block;
  vertical-align: middle;
}

.sidebar .single-sidebar .social-wrapper ul.social-list li + li {
  margin-left: 5px;
}

.sidebar .single-sidebar .social-wrapper ul.social-list li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #DCDCDC;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #666666;
  background: #FFFFFF;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar .social-wrapper ul.social-list li a:hover {
  background: #AB1C6E;
  border-color: #AB1C6E;
  color: #fff;
}

.sidebar .single-sidebar .categories-list li + li,
.sidebar .single-sidebar .archives-list li + li {
  margin-top: 3px;
}

.sidebar .single-sidebar .categories-list li a,
.sidebar .single-sidebar .archives-list li a {
  display: block;
  background: #F6F6F6;
  color: #333333;
  font-size: 18px;
  font-weight:bold;
  font-family: "Oxygen-Regular";
  padding-left: 35px;
  line-height: 45px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.sidebar .single-sidebar .categories-list li a:before,
.sidebar .single-sidebar .archives-list li a:before {
  content: '';
  width: 3px;
  height: 0%;
  background: #095F5F;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar .categories-list li a:hover,
.sidebar .single-sidebar .archives-list li a:hover {
  background: #c368c8;
  color: #fff;
}

.sidebar .single-sidebar .categories-list li a:hover:before,
.sidebar .single-sidebar .archives-list li a:hover:before {
  height: 100%;
}

.sidebar .single-sidebar .categories-list li.active a,
.sidebar .single-sidebar .archives-list li.active a {
  background: #10AEAD;
  color: #fff;
}

.sidebar .single-sidebar .categories-list li.active a:before,
.sidebar .single-sidebar .archives-list li.active a:before {
  height: 100%;
}

.sidebar .single-sidebar .insta-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: -15px;
}

.sidebar .single-sidebar .insta-wrapper .single-insta-post {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 15px;
  width: 33.33333%;
  float: left;
  position: relative;
  cursor: pointer;
}

.sidebar .single-sidebar .insta-wrapper .single-insta-post:before {
  content: '';
  background: rgba(16, 173, 172, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7.5px;
  right: 7.5px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}

.sidebar .single-sidebar .insta-wrapper .single-insta-post img {
  width: 100%;
}

.sidebar .single-sidebar .insta-wrapper .single-insta-post:hover:before {
  opacity: 1;
}

.sidebar .single-sidebar .recent-post-wrapper {
  background: #F6F6F6;
  padding: 40px 30px;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post + .single-recent-post {
  margin-top: 40px;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .img-box,
.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .text-box {
  display: table-cell;
  vertical-align: middle;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .img-box {
  position: relative;
  width: 80px;
  cursor: pointer;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .img-box:before {
  content: '';
  background: rgba(16, 173, 172, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  border-radius: 50%;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .img-box > img {
  width: 100%;
  border-radius: 50%;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .img-box:hover:before {
  opacity: 1;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .text-box {
  padding-left: 20px;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .text-box h3 {
  margin: 0;
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .text-box h3:hover {
  color: #982D77;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .text-box span.date {
  color: #666666;
  font-size: 12px;
  font-family: "Oxygen-Regular";
}

.sidebar .single-sidebar form.search-form {
  width: 100%;
  position: relative;
}

.sidebar .single-sidebar form.search-form input,
.sidebar .single-sidebar form.search-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
}

.sidebar .single-sidebar form.search-form input {
  width: 100%;
  border: 1px solid #EDEDED;
  height: 50px;
  padding-left: 25px;
}

.sidebar .single-sidebar form.search-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background: #AB1C6E;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar form.search-form button[type=submit]:hover {
  background: #10AEAD;
}

.sidebar .single-sidebar form.appointment-form {
  background: #F6F6F6;
  padding: 0 40px;
  padding-bottom: 45px;
  padding-top: 30px;
}

.sidebar .single-sidebar form.appointment-form input,
.sidebar .single-sidebar form.appointment-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666666;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar form.appointment-form input:focus,
.sidebar .single-sidebar form.appointment-form textarea:focus {
  border-bottom-color: #10AEAD;
}

.sidebar .single-sidebar form.appointment-form textarea {
  height: 145px;
}

.sidebar .single-sidebar form.appointment-form .frm-control {
  position: relative;
  margin-bottom: 15px;
}

.sidebar .single-sidebar form.appointment-form .frm-control.mb0 {
  margin-bottom: 0;
}

.sidebar .single-sidebar form.appointment-form .frm-control i.fa {
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .single-sidebar form.appointment-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.sidebar .single-sidebar form.appointment-form .bootstrap-select > .dropdown-toggle {
  border: none;
  outline: none !important;
  background: transparent;
  border-bottom: 1px solid #DCDCDC;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666666;
  height: 45px;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sidebar .single-sidebar form.appointment-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  position: absolute;
  top: 20%;
  right: 10px;
  margin: 0;
}

.sidebar .single-sidebar form.appointment-form .bootstrap-select.btn-group .dropdown-toggle .caret:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #666666;
  font-size: 18px;
}

.sidebar .single-sidebar form.appointment-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 52px;
  background: #10AEAD;
  color: #FFFFFF;
  font-family: "Oxygen-Bold";
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 20px;
}

.sidebar .single-sidebar form.appointment-form button[type=submit]:hover {
  background: #AB1C6E;
}

.sidebar .single-sidebar ul.contact-infos {
  background: #F6F6F6;
  padding: 45px 45px 40px;
}

.sidebar .single-sidebar ul.contact-infos li {
  position: relative;
}

.sidebar .single-sidebar ul.contact-infos li + li {
  margin-top: 24px;
}

.sidebar .single-sidebar ul.contact-infos li i {
  color: #10AEAD;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .single-sidebar ul.contact-infos li i.fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar .single-sidebar ul.contact-infos li .text-box {
  padding-left: 30px;
}

.sidebar .single-sidebar ul.contact-infos li h4, .sidebar .single-sidebar ul.contact-infos li p {
  margin: 0;
}

.sidebar .single-sidebar ul.contact-infos li h4 {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}

.sidebar .single-sidebar ul.contact-infos li p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 10px;
}

.sidebar .single-sidebar .open-hours-content {
  background: #AB1C6E;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
  padding-bottom: 50px;
}

.sidebar .single-sidebar .open-hours-content h3, .sidebar .single-sidebar .open-hours-content p {
  margin: 0;
}

.sidebar .single-sidebar .open-hours-content h3 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}

.sidebar .single-sidebar .open-hours-content p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Oxygen-BoldItalic";
}

.sidebar .single-sidebar .open-hours-content ul.infos {
  margin-top: 25px;
}

.sidebar .single-sidebar .open-hours-content ul.infos li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sidebar .single-sidebar .open-hours-content ul.infos li .type {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 53px;
}

.sidebar .single-sidebar .open-hours-content ul.infos li .option {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 53px;
}

/************************** 
* 18. award certification styles 
***************************/
.award-and-certification-carousel .owl-nav {
  margin: 0;
}

.award-and-certification-carousel .owl-dots {
  margin-top: 55px;
}

.award-and-certification-carousel .owl-dots .owl-dot span {
  border-radius: 0px;
  margin: 0;
  width: 25px;
  height: 4px;
  background: #DBDBDB;
}

.award-and-certification-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.award-and-certification-carousel .owl-dots .owl-dot.active span {
  background: #10AEAD;
}

.award-and-certification-carousel .owl-theme .owl-nav {
  margin: 0;
  margin-top: 20px;
}

.award-and-certification-carousel .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 70px;
  background-color: transparent;
}

/************************** 
* 19. subscribe styles 
***************************/
.subscribe-style-one {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
}

.subscribe-style-one h3, .subscribe-style-one p {
  margin: 0;
}

.subscribe-style-one h3 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
}

.subscribe-style-one p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.subscribe-style-one form.subscribe-form {
  padding: 9px 0;
  padding-left: 50px;
}

.subscribe-style-one form.subscribe-form input, .subscribe-style-one form.subscribe-form button[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
}

.subscribe-style-one form.subscribe-form input {
  float: left;
  width: 100%;
  max-width: 350px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding-left: 25px;
  color: #fff;
}

.subscribe-style-one form.subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.subscribe-style-one form.subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.subscribe-style-one form.subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.subscribe-style-one form.subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.subscribe-style-one form.subscribe-form button[type=submit] {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  background: #FFFFFF;
  border-radius: 2px;
  height: 52px;
  line-height: 52px;
  width: 145px;
  font-family: "Oxygen-Bold";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.subscribe-style-one form.subscribe-form button[type=submit] i {
  margin-left: 7px;
}

.subscribe-style-one form.subscribe-form button[type=submit]:hover {
  background: #333333;
  color: #fff;
}

.subscribe-style-one.home-two {
  padding: 0;
}

.subscribe-style-one.home-two .inner {
  padding: 75px 0;
  background: rgba(9, 95, 142, 0.9);
}

.subscribe-style-one.home-two form.subscribe-form button[type=submit] {
  background: #129DE8;
  color: #fff;
}

.subscribe-style-one.home-two form.subscribe-form button[type=submit]:hover {
  background: #fff;
  color: #333333;
}

/************************** 
* 20. find doctor styles 
***************************/
.find-doctor-box {
  margin-bottom: -117px;
}

@media (max-width: 1024px) {
  .find-doctor-box {
    margin-bottom: 0;
  }
}

.find-doctor-box .thm-container {
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-bottom: 2px solid #129DE8;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 1140px;
  margin-top: -10px;
  position: relative;
  z-index: 991;
}

.find-doctor-box form.find-doctor-form {
  margin-left: -10px;
  margin-right: -10px;
}

.find-doctor-box form.find-doctor-form [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
  width: 27.15%;
}

.find-doctor-box form.find-doctor-form [class*=col-]:last-child {
  width: 170px;
}

.find-doctor-box form.find-doctor-form input,
.find-doctor-box form.find-doctor-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666666;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.find-doctor-box form.find-doctor-form input::-webkit-input-placeholder,
.find-doctor-box form.find-doctor-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}

.find-doctor-box form.find-doctor-form input::-moz-placeholder,
.find-doctor-box form.find-doctor-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

.find-doctor-box form.find-doctor-form input:-ms-input-placeholder,
.find-doctor-box form.find-doctor-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}

.find-doctor-box form.find-doctor-form input:-moz-placeholder,
.find-doctor-box form.find-doctor-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

.find-doctor-box form.find-doctor-form input:focus,
.find-doctor-box form.find-doctor-form textarea:focus {
  border-bottom-color: #129DE8;
}

.find-doctor-box form.find-doctor-form textarea {
  height: 145px;
}

.find-doctor-box form.find-doctor-form .frm-control {
  position: relative;
}

.find-doctor-box form.find-doctor-form .frm-control.mb0 {
  margin-bottom: 0;
}

.find-doctor-box form.find-doctor-form .frm-control > i.fa {
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.find-doctor-box form.find-doctor-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.find-doctor-box form.find-doctor-form .bootstrap-select > .dropdown-toggle {
  border: none;
  outline: none !important;
  background: transparent;
  border-bottom: 1px solid #DCDCDC;
  font-family: "Oxygen";
  font-weight: 300;
  color: #666;
  height: 45px;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.find-doctor-box form.find-doctor-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  position: absolute;
  top: 20%;
  right: 10px;
  margin: 0;
}

.find-doctor-box form.find-doctor-form .bootstrap-select.btn-group .dropdown-toggle .caret:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #b7b7b7;
  font-size: 18px;
}

.find-doctor-box form.find-doctor-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 170px;
  height: 45px;
  background: #0e77af;
  color: #FFFFFF;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.find-doctor-box form.find-doctor-form button[type=submit] i {
  margin-left: 7px;
}

.find-doctor-box form.find-doctor-form button[type=submit]:hover {
  background: #333333;
}

.find-doctor-box form.find-doctor-form .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: #129DE8;
}

.find-doctor-box form.find-doctor-form .bootstrap-select .dropdown-menu > li > a:hover {
  background-color: #129DE8;
}

/************************** 
* 21. pricing styles 
***************************/
.pricing-style-one {
  padding-bottom: 125px;
}

.pricing-style-one.gray-bg {
  background: #f9f9f9;
}

.pricing-style-one .row {
  margin: 0;
}

.pricing-style-one .row [class*=col-] {
  padding: 0;
}

.pricing-style-one .single-price-style-one {
  background: #fff;
  padding-bottom: 55px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
}

.pricing-style-one .single-price-style-one .title-box {
  padding: 42px 0;
}

.pricing-style-one .single-price-style-one h3 {
  margin: 0;
  color: #333333;
  font-size: 24px;
  font-family: "Oxygen-Bold";
}

.pricing-style-one .single-price-style-one .price-box {
  background: #129DE8;
  padding: 22px 0;
}

.pricing-style-one .single-price-style-one .price-box span.labeled {
  font-size: 14px;
  color: #fff;
  font-family: "Oxygen-Regular";
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.pricing-style-one .single-price-style-one .price-box span.price {
  color: #fff;
  font-weight: bold;
  font-size: 56px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-left: 15px;
}

.pricing-style-one .single-price-style-one .price-box span.currency {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: -5px;
  line-height: 1;
}

.pricing-style-one .single-price-style-one ul.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 50px 0;
}

.pricing-style-one .single-price-style-one ul.feature-list li {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  font-family: "Oxygen";
}

.pricing-style-one .single-price-style-one ul.feature-list li + li {
  margin-top: 10px;
}

.pricing-style-one .single-price-style-one a.book-btn {
  width: 155px;
  height: 52px;
  display: inline-block;
  vertical-align: baseline;
  color: #333333;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  text-align: center;
  border: 1px solid #666666;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.pricing-style-one .single-price-style-one a.book-btn i {
  color: #129DE8;
  margin-left: 6px;
}

.pricing-style-one .single-price-style-one a.book-btn:hover {
  border-color: #0e77af;
  background: #0e77af;
  color: #fff;
}

.pricing-style-one .single-price-style-one a.book-btn:hover i {
  color: #fff;
}

.pricing-style-one .single-price-style-one:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing-style-one .single-price-style-one.popular {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  position: relative;
  z-index: 10;
}

.pricing-style-one .single-price-style-one.popular .price-box {
  background: #0e77af;
}

/************************** 
* 22. client styles 
***************************/
.client-carousle-wrapper-style-one .thm-container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.client-carousle-wrapper-style-one .title {
  padding: 55px 0;
}

.client-carousle-wrapper-style-one .title h3 {
  margin: 0;
  color: #333333;
  font-size: 41px;
/*   font-family: "Oxygen-Bold"; */
	font-family: "Oxygen";
	font-weight:bold;
}

.client-carousle-wrapper-style-one .title h3 span.color-1 {
  color: #F53E59;
}

.client-carousle-wrapper-style-one .title h3 span.color-2 {
  color: #94BE16;
}

.client-carousle-wrapper-style-one .owl-theme .owl-nav {
  margin: 0;
}

.client-carousle-wrapper-style-one .client-carousle-style-one {
  margin-left: 20px;
}

/************************** 
* 23. cta styles 
***************************/
.cta-style-one {
  background: #F53E59 url(../images/cta-1-bg.jpg) left center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 114px;
}

.cta-style-one h3,
.cta-style-one p {
  margin: 0;
}

.cta-style-one h3 {
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Oxygen-Regular";
  margin-bottom: 20px;
}

.cta-style-one h3 span {
  font-family: "Oxygen-Bold";
}

.cta-style-one p {
  color: #fff;
  margin-bottom: 45px;
}

.cta-style-one a.phone-number {
  color: #fff;
  font-size: 48px;
  font-family: "Oxygen-Regular";
  margin-bottom: 20px;
  display: inline-block;
}

.cta-style-one a.phone-number i {
  font-size: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 15px;
}

.cta-style-one p.tag-line {
  font-size: 24px;
  color: #fff;
  font-family: "Oxygen-Regular";
  line-height: 1.25em;
  margin-bottom: 0;
}

.cta-style-two {
  padding: 0 0 110px;
}

.cta-style-two .thm-container {
  background: #000 url(../images/cta-2-bg.jpg) center center no-repeat;
  background-size: cover;
  max-width: 1140px;
  padding-top: 57.5px;
  padding-bottom: 57.5px;
}

.cta-style-two .cta-content {
  padding-left: 70px;
}

.cta-style-two .cta-content h3,
.cta-style-two .cta-content p {
  margin: 0;
}

.cta-style-two .cta-content h3 {
  font-size: 30px;
  line-height: 1.35em;
  color: #FFFFFF;
  font-family: "Oxygen-Bold";
  margin-bottom: 15px;
}

.cta-style-two .cta-content p {
  color: #fff;
}

.cta-style-two ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}

.cta-style-two ul.list-items li {
  position: relative;
  padding-left: 25px;
  font-family: "Oxygen-Bold";
  font-size: 14px;
  color: #fff;
}

.cta-style-two ul.list-items li + li {
  margin-top: 10px;
}

.cta-style-two ul.list-items li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
}

.cta-style-three {
  background: #ADC916 url(../images/cta-3-bg.jpg) center center no-repeat fixed;
  background-size: cover;
}

.cta-style-three .inner-box {
  background: rgba(136, 107, 223, 0.9);
  text-align: center;
  padding: 96px 0;
}

.cta-style-three .inner-box h3, .cta-style-three .inner-box p {
  margin: 0;
  color: #fff;
}

.cta-style-three .inner-box h3 {
  font-size: 40px;
  font-family: "Oxygen-Regular";
  margin-bottom: 20px;
}

.cta-style-three .inner-box h3 span {
  font-family: "Oxygen-Bold";
}

.cta-style-three .inner-box p {
  font-family: "Oxygen-Regular";
  font-size: 16px;
}

.cta-style-three .inner-box p a {
  font-family: "Oxygen-Bold";
  text-decoration: underline;
  color: #fff;
}

/************************** 
* 24. shop styles 
***************************/
.shop-style-one {
  padding-bottom: 60px;
}

.single-shop-style-one {
  border: 1px solid #EDEDED;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-top: 35px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.single-shop-style-one .text-box {
  margin-top: 20px;
}

.single-shop-style-one .text-box h3 {
  margin: 0;
  font-size: 18px;
  color: #333333;
  font-family: "Oxygen-Bold";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-shop-style-one .text-box h3:hover {
  color: #AB1C6E;
}

.single-shop-style-one .text-box span.price {
  display: block;
  color: #10AEAD;
  font-size: 16px;
  font-family: "Oxygen-Regular";
  margin-top: 15px;
  margin-bottom: 30px;
}

.single-shop-style-one .text-box a.buy-btn {
  display: inline-block;
  vertical-align: middle;
  width: 132px;
  height: 45px;
  line-height: 43px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  font-size: 14px;
  color: #333333;
  font-family: "Oxygen-Bold";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-shop-style-one .text-box a.buy-btn i {
  color: #666666;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-right: 10px;
}

.single-shop-style-one .text-box a.buy-btn:hover {
  border-color: #AB1C6E;
  background-color: #AB1C6E;
  color: #fff;
}

.single-shop-style-one .text-box a.buy-btn:hover i {
  color: #fff;
}

.single-shop-style-one:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
}

/************************** 
* 25. before after styles 
***************************/
.before-after-diseases-style-one .thm-container {
  max-width: 975px;
}

.before-after-diseases-style-one ul.tab-title {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px;
}

.before-after-diseases-style-one ul.tab-title li {
  padding-left: 10px;
  padding-right: 10px;
}

.before-after-diseases-style-one ul.tab-title li a {
  color: #666666;
  font-size: 16px;
  display: block;
  line-height: 33px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.before-after-diseases-style-one ul.tab-title li.active a {
    border-color: #cecece;
    color: #b46cac;
    text-shadow: 1px 0 0 rgb(180, 108, 172);
}

/************************** 
* 26. hidden sidebar styles 
***************************/
.hidden-sidebar {
  position: fixed;
  top: 0;
  right: -530px;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  max-width: 530px;
  background: #fff;
  overflow: auto;
  padding-left: 70px;
  padding-right: 70px;
  text-align: center;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.hidden-sidebar.open {
  -webkit-transform: translate3d(-530px, 0, 0);
  transform: translate3d(-530px, 0, 0);
}

.hidden-sidebar a.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #333333;
}

.hidden-sidebar .sidebar-content {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.hidden-sidebar .sidebar-content h3,
.hidden-sidebar .sidebar-content p {
  margin: 0;
}

.hidden-sidebar .sidebar-content h3 {
  font-size: 36px;
  color: #333333;
  font-family: "Oxygen-Bold";
}

.hidden-sidebar .sidebar-content p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin: 40px 0;
}

.hidden-sidebar .sidebar-content p.contact-info {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.hidden-sidebar .sidebar-content .social a {
  color: #666666;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.hidden-sidebar .sidebar-content .social a + a {
  margin-left: 30px;
}

.hidden-sidebar .sidebar-content .social a:hover {
  color: #10AEAD;
}

/************************** 
* 27. search popup styles 
***************************/
.search_area {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.search_area .search_box_inner {
  background: transparent;
  padding: 100px 60px;
  display: block;
  overflow: hidden;
}

.search_area .search_box_inner h3 {
  padding-bottom: 20px;
  font-family: "Oxygen", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.search_area .search_box_inner .input-group {
  display: block;
  position: relative;
}

.search_area .search_box_inner .input-group input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Oxygen", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search_area .search_box_inner .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search_area .search_box_inner .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
  padding: 0px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #fff;
  font-size: 24px;
}

.search_area .mfp-close {
  right: 0px;
  color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */


/***

==================================================================
  Services section
==================================================================

***/

.services-section {
  position: relative;
  padding: 100px 0;
  background: #f9f9f9;
}

.services-section .owl-nav {
  display: none;
}

/* Services block one */
.services-block-one {
  position: relative;
}

.services-block-one .inner-box {
  position: relative;
  background: #fff;
  padding: 40px;
  transition: .2s ease;
  margin: 20px 0;
  text-align: center;
}

.owl-item.center .services-block-one .inner-box {
  background: #129de8;
  padding: 60px 50px;
  margin: 0;
  background-size: cover;
  background-position: center bottom;
}

.services-block-one .icon {
  position: relative;
  font-size: 52px;
  color: #129de8;
  margin-bottom: 30px;
  margin-top: 10px;
}

.owl-item.center .services-block-one .icon {
  color: #fff;
}

.services-block-one h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
  transition: .5s ease;
}

.owl-item.center .services-block-one h4 {
  color: #fff;
}

.services-block-one .text {
  position: relative;
  margin-bottom: 15px;
  transition: .5s ease;
}

.owl-item.center .services-block-one .text {
  color: #fff;
}

.services-block-one .read-more-btn a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #212333;
}

.owl-item.center .services-block-one .read-more-btn a {
  color: #fff;
}

.services-block-one .read-more-btn a:hover {
  color: #129de8;
}

.services-section .owl-dot-style-three .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #129de8;
}

/***

==================================================================
  Services section two
==================================================================

***/

/* Services Block two */
.services-section-two {
  position: relative;
  padding: 100px 0;
  background: #f9f9f9;
}

/* Services block two */
.services-block-two {
  position: relative;
}

.services-block-two .inner-box {
  position: relative;
  background: #fff;
  padding: 60px 40px;
  transition: .2s ease;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  transition: .5s ease;
}

.services-block-two .inner-box:hover {
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.05);
  transform: translateY(-15px);
}

.services-block-two .icon {
  position: relative;
  font-size: 52px;
  color: #129de8;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 100px;
  height: 100px;
  line-height: 98px;
  background: #f7f7f7;
  border-radius: 50%;
  transition: .5s ease;
}

.services-block-two .inner-box .icon span {
  position: relative;
}

.services-block-two .inner-box:hover .icon {
  color: #fff;
  background: #129de8;
}

.services-block-two .inner-box .icon:before {
  position: absolute;
  content: '';
  border: 2px dashed #ddd;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  transition: .5s ease;
  border-radius: 50%;
}

.services-block-two .inner-box:hover .icon:before {
  border: 50px dotted #129de8;
}

.services-block-two h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  transition: .5s ease;
}

.services-block-two .text {
  position: relative;
  margin-bottom: 15px;
  transition: .5s ease;
  font-size: 16px;
}

.services-block-two .read-more-btn a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #212333;
}

.services-block-two .read-more-btn a:hover {
  color: #129de8;
}


/***

==================================================================
  Parallax section
==================================================================

***/

.parallax-section  {
  position: relative;
  padding: 125px 0;
  background-size: cover;
  background-position: center;
}

.parallax-section:before  {
  position: absolute;
  content: '';
  background: rgba(11, 12, 18, 0.60);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.parallax-section h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 19px;
}

.parallax-section .text {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}

.parallax-section .theme-btn {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  background: #FFFFFF;
  border-radius: 2px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 40px;
  font-family: "Oxygen-Bold";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.parallax-section .theme-btn:hover {
  background: #333333;
  color: #fff;
}

/***

==================================================================
  Team section
==================================================================

***/

.team-section {
  position: relative;
  padding: 100px 0 30px;
}

/* team block one */

.team-block-one {
  position: relative;
  margin-bottom: 30px;
}

.team-block-one .inner-box {
  position: relative;
}

.team-block-one .inner-box .image {
  position: relative;
  overflow: hidden;
}

.team-block-one .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px;
  color: #ffffff;
  text-align: center;
  background: rgb(14, 119, 175);
  opacity: 0;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.team-block-one .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.team-block-one .inner-box .overlay-box .text {
  color: #fff;
  margin-bottom: 20px;
}

.team-block-one .inner-box .overlay-box .social-links {
  position: relative;
  width: 100%;
}

.team-block-one .inner-box .overlay-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
  line-height: 24px;
}

.team-block-one .inner-box .overlay-box .social-links li a {
  position: relative;
  color: #129de8;
  background: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.team-block-one .inner-box .overlay-box .social-links li a:hover {
  background: #129de8;
  color: #fff;
}

.team-block-one .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-block-one .inner-box .lower-box {
  position: relative;
  padding-top: 25px;
  text-align: center;
}

.team-block-one .inner-box .lower-box h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.team-block-one .inner-box .lower-box h4 a {
  color: #222;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.team-block-one .inner-box .lower-box h4 a:hover {
  color: #129de8;
}

.team-block-one .inner-box .lower-box .designation {
  position: relative;
  color: #129de8;
  font-size: 16px;
}


/***

==================================================================
  News section
==================================================================

***/

.blog-section {
  position: relative;
  padding: 100px 0 70px;
}

.news-block-one {
  position: relative;
}

.news-block-one .inner-box {
  margin-bottom: 30px;
}

.news-block-one .image {
  position: relative;
  overflow: hidden;
}

.news-block-one .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(18, 157, 232, 0.80);
}

.news-block-one:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.news-block-one img {
  width: 100%;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.news-block-one:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news-block-one .overlay a {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  border-radius: 50%;
  color: #222;
  font-size: 20px;
  height: 60px;
  margin: 0 5px;
  line-height: 60px;
  opacity: 0;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
  -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
  transform: translateX(0%) translateY(-30%) scale(0.5);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 60px;
}

.news-block-one .overlay a:hover {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  color: #129de8;
}

.news-block-one:hover .overlay a {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0%) scale(1);
  -ms-transform: translateX(0) translateY(0%) scale(1);
  transform: translateX(0) translateY(0%) scale(1);
}

.news-block-one .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}

.news-block-one:hover .overlay {
  opacity: 1;
}

.news-block-one .lower-content {
  position: relative;
  z-index: 9;
  padding: 30px 36px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.news-block-one .lower-content .category {
  margin-bottom: 15px;
}

.news-block-one .lower-content .category a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  background-color: #129de8;
}

.news-block-one .lower-content .post-meta {
  margin-bottom: 8px;
  padding: 0;
}

.news-block-one .lower-content .post-meta li {
  position: relative;
  color: #b8b8b8;
  font-size: 16px;
  font-weight: 500;
  padding-right: 8px;
  margin-right: 17px;
  margin-bottom: 8px;
  display: inline-block;
}

.news-block-one .lower-content .post-meta li:after {
  position: absolute;
  content: '/';
  color: #b8b8b8;
  right: -10px;
  top: 1px;
  font-size: 14px;
}

.news-block-one .lower-content .post-meta li:last-child::after {
  display: none;
}

.news-block-one .lower-content .post-meta li strong {
  color: #222;
  font-weight: 500;
}

.news-block-one .lower-content .post-meta li span {
  color: #129de8;
}

.news-block-one h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.news-block-one h4 a {
  color: #222;
  transition: .5s ease;
}

.news-block-one h4 a:hover {
  color: #129de8;
}

.news-block-one .text {
  margin-bottom: 15px;
}

.news-block-one .read-more-btn {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.news-block-one .read-more-btn:hover {
  color: #129de8;
}


/*** 

====================================================================
  Task Section
====================================================================

***/

.task-section{
  position: relative;
  padding: 100px 0px 60px;
  background-color: #0e77af;
}

.task-section:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  display: block;
  background-color: #ffffff;
}

.task-section .image-column{
  position: relative;
  margin-bottom: 40px;
}

.task-section .image-column .inner-column{
  position: relative;
    margin-right: 20px;
    margin-left: -250px;
}

.task-section .image-column .inner-column .image{
  position: relative;
}

.task-section .image-column .inner-column .image img{
  position: relative;
  width:100%;
  display: block;
}

.task-section .content-column{
  position: relative;
}

.task-section .content-column .inner-column{
  position: relative;
  margin-right: -115px;
  padding-left: 40px;
  padding-top: 40px;
}

.task-section .content-column .inner-column .title{
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.task-section .content-column .inner-column h2{
  position: relative;
  color:#ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 45px;
}

.task-section .content-column .inner-column .btn-box{
  position: relative;
  margin-left: 58px;
  margin-top: 50px;
}

.task-section .default-video-box {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.task-section .default-video-box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 30px;
}

.task-section .default-video-box a {
  position: relative;
  height: 81px;
  width: 81px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  padding-left: 6px;
  color: #129de8;
}

.default-video-box .ripple:before,
.default-video-box .ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  border-radius: 50%;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-box-shadow: 0 0 0 0 rgb(18, 157, 232);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 0 0 rgb(18, 157, 232);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.default-video-box .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.default-video-box .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
  }
}



/*Featured Block Two*/

.feature-block-two{
  position: relative;
  margin-bottom: 35px;
}

.feature-block-two .inner-box{
  position: relative;
}

.feature-block-two .inner-box h3{
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.feature-block-two .inner-box h3:before{
  position:absolute;
  content: '';
  left: -50px;
  top: 12px;
  width:35px;
  height: 1px;
  background-color: #443986;
}

.feature-block-two .inner-box h3 a{
  position: relative;
  color:#222222;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.feature-block-two .inner-box h3 a:hover{
  color:#ee2d50;
}

.feature-block-two .inner-box .text{
  position: relative;
  color:#555555;
  font-size: 16px;
  line-height: 1.6em;
}

.feature-block-two.alternate{
  margin-left:60px;
}

.feature-block-two.alternate .inner-box h3:before{
  background-color: rgba(255,255,255,1);
}

.feature-block-two.alternate h3 a,
.feature-block-two.alternate .text{
  color:#ffffff;
}

.feature-block-two.style-two{
  margin-left:50px;
}

.feature-block-two.style-two .inner-box h3{
  font-size:18px !important;
  margin-bottom: 12px !important;
}

.feature-block-two.style-two .inner-box h3:before{
  background-color: #ee2d50;
}


/*** 

====================================================================
  Help Section
====================================================================

***/

.help-section{
  position: relative;
  padding: 110px 0px;
}

.help-section .inner-container{
  position:relative;
}

.help-section:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width:50%;
  height: 100%;
  display: block;
  background-color: #f9f8fc;
}

.help-section .content-column{
  position: relative;
  padding:0px;
  float: left;
  width: 50%;
}

.help-section .content-column .inner-column{
  position:relative;
  padding: 80px 70px 85px;
  background-color: #ffffff;
}

.help-section .content-column .inner-column .content{
  position:relative;
  overflow: hidden;
}

.help-section .content-column .inner-column .content .sec-title-style-two{
  margin-bottom: 35px;
}

.help-section .content-column .inner-column .text{
  position:relative;
}

.help-section .content-column .inner-column .text p{
  position:relative;
  color:#555555;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.help-section .content-column .inner-column .text p:last-child{
  margin-bottom:0px;
}

.help-section .content-column .inner-column .sec-title{
  margin-bottom: 35px;
}

.help-section .content-column .inner-column .sec-title .title-text{
  margin-top: 15px;
}

.help-section .content-column .inner-column .risk{
  position:relative;
  color: #129de8;
  font-weight: 700;
  margin-top: 45px;
  padding-right: 30px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.help-section .content-column .inner-column .risk:before{
  position: absolute;
    content: '';
    top: 11px;
    left: 100%;
    width: 300%;
    height: 1px;
    background-color: #dddddd;
}

.help-section .content-column .inner-column .risk:hover{
  color: #129de8;
}

.help-section .content-column .inner-column .risk .fa{
  position:relative;
  color:#443986;
  font-weight: 600;
  margin-right: 5px;
}

.help-section .image-column{
  position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
  float: right;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.help-section .image-column .inner-column{
  position:static;
}

.help-section .image-column .inner-column .image{
  position: relative;
  display: none;
}

.help-section .image-column .inner-column .image img{
  position: relative;
  width:100%;
  display: block;
}

.help-section .image-column .inner-column .testimonial-boxed{
  position:absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  max-width: 420px;
  transform: translate(-50%, -50%);
}

.help-section .image-column .inner-column .testimonial-boxed .inner-block{
  position: relative;
  padding: 75px 50px 60px;
  background-color: #0e77afed;
}

.help-section .image-column .inner-column .testimonial-boxed .inner-block .quote-icon{
  position: absolute;
    right: 45px;
    top: -28px;
    color: #ee2d50;
    line-height: 1em;
    font-size: 60px;
}

.help-section .image-column .inner-column .testimonial-boxed .text{
  position: relative;
  font-style: italic;
  font-size: 22px;
  color:#ffffff;
  font-weight: 300;
  line-height: 1.7em;
}

.help-section .image-column .inner-column .testimonial-boxed .owl-nav,
.help-section .image-column .inner-column .testimonial-boxed .owl-dots{
  display: none;
}

/* Custom CSS */
.floryellow{
    color:#0b3542 !important;
    font-weight:bold;
    
}
.ptag {
    font-size:19px !important;
    /*color:#fff !important;*/
}
.aptbutton { 
    display: inline-block;
    vertical-align: middle;
    background: #dfdfdf;
    color: #000000;
    /*border:1px solid #7d7d7d !important;*/
    font-size: 16px;
    font-family: "Oxygen-Bold";
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 10px 25px;
    
    border-radius: 5px;
}
.aptbutton:hover{   
    background-color: #7d7d7d;
    color:#fff !important;
   /* border:1px solid #2b222b !important; */
    border-radius: 5px;
}

.botcta {
     font-family: "Oxygen-Bold";
    font-size: 18px;
    z-index: 100000;
    background: #dfdfdf;
    color: #000000;
   /* border:1px solid #7d7d7d !important;*/
    bottom: 45%;
    right: -35px;
    position: fixed;
    transform: rotate(90deg);
    text-transform: uppercase;
}
.botcta:hover {
     
 background-color: #7d7d7d;
    color:#fff !important;
   /* border:1px solid #2b222b !important;*/
    border-radius: 5px;
    
}


.lines{
    display: block;
    width: 100%;
    height: 1px;
    background: #b0cb1f;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lastptag{
    /*background: #dfdfdf !important;*/
    color: #c368c8 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-style: italic !important;
  }
.lastpara{
background: #dfdfdf;
    padding: 20px; }

  /*.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
    color: #0000 !important;
}*/
/*.single-service-style-six .text-box:hover {
  color:blue !important;
  background: red !important;
  }*/
/*   .text-box:hover{
    color:#000 !important;
  } */
  .menu-bar-top{
    background:#dfdfdf;
  }

 .youtube{
    margin-top: -350px;
    margin-left: 270px;
    width: 45px;
  }
 .youtube_icon{
    margin-top: -430px;
    margin-left: 230px;
    width: 45px;
  }
  .logo-img{
    width:105%;
  }

  .team-para{
font-size: 19px !important;
text-align: justify;
padding-top: 10px !important;
padding-bottom: 10px !important;
	      font-family: "Oxygen";
  }
  .team-para span{
    font-size: 17px;
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #cc1fd5;
    font-weight: 600;
  }
 .team-para1 span{
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #cc1fd5;
    font-weight: 600;
  }
  
    .sidebar-right{
    padding-top:120px;
    padding-left:50px;
    width:115%;
  }
  .sidebar-right-dental{
      padding-left:50px;
    width:115%;
  }
  
  .service-page-image{
      width:75%;
      margin-left:100px;
  }
.before-after-image{
	width:75%;
}
  
  .team-para-li{
      padding-top:10px;
      /*padding-bottom:10px;*/
      font-size:19px;
	      font-family: "Oxygen";
  }
  
/*  .blinking{*/
/*    animation: blinkingText 1.3s infinite;*/
/*    font-size: 28px;*/
/*    font-weight: 800;*/
/*    padding-right: 10px;*/
/*}*/
/*@keyframes blinkingText{*/
/*    0%{     color: #ea59d9;    }*/
/*    49%{    color: transparent; }*/
/*    50%{    color: #cbea2e; }*/
/*    99%{    color:transparent;  }*/
/*    100%{   color: #ea59d9;    }*/
/*}*/

/* inner carousel style starts */

.single-service-style-six .text-box .inner-box1 {
  background: #fff;
  display: -webkit-flex;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  position: relative;
}




.single-service-style-six .text-box .inner-box1:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.single-service-style-six .text-box .inner-box1:before {
  background: #dfdfdf;
  color:#c368c8;
}

.single-service-style-six .text-box .inner-box1 .content {
  width: 100%;
  text-align: center;
}

.single-service-style-six .text-box .inner-box1 .content h3,
.single-service-style-six .text-box .inner-box1 .content p {
  margin: 0;
}

.single-service-style-six .text-box .inner-box1 .content h3 {
  color: #333333;
  font-size: 20px;
/*   font-family: "Oxygen-Bold"; */
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	font-family: "Oxygen";
	font-weight:bold;
}

.single-service-style-six .text-box .inner-box1 .content p {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  /*color:#000;*/
}

.single-service-style-six .text-box .inner-box1 .content a.more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dfdfdf;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 50px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-style-six .text-box .inner-box1:hover .content h3,
.single-service-style-six .text-box .inner-box1:hover .content p {
  color: #c368c8;
}

.single-service-style-six .text-box .inner-box1:hover .content a.more {
  background: #F53E59;
}


/* inner carousel style ends */
.infos2{
  background-color:#f6f6f6;    padding-top: 20px;
    padding-bottom: 20px;
}
.infos2 li{
  margin-top: 5px;
    margin-bottom: 5px;
}

.team-para2 span{
    font-size: 23px;
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ce3ed5;
    font-weight: 600;
  }
.tourism-collage-img{
	width:100%;
}
.footer_line{
height:1px;
background:#6e4970;
margin-top:5px;
width:45%;
}

.before_after_title{
    font-size: 21px;
    font-weight: bold;
    color: #c368c8;
    text-align: center;
    font-family:'Oxygen';

}



/*contact form Starts*/
.wpcf7-form-control-wrap{
  font-family:'Oxygen';
}
.wpcf7-form-control-wrap #name, #email, #subject{
width:100%;
margin-top: 10px;
margin-bottom: 10px;
}
.wpcf7-form-control-wrap .wpcf7-select{
  width: 300px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;

}
.wpcf7-form-control-wrap #message{
  width: 630px;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wpcf7-submit{
    text-align: center;
    margin-left: 240px;
    width: 25%;
    background: #c368c8;
    color: #fff;
    border: #c368c8;
    height: 43px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .4s ease;
}
.wpcf7-submit:hover{
    text-align: center;
    margin-left: 240px;
    width: 25%;
    background: #000;
    color: #fff;
    border: #000;
    height: 43px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /*transition: all .4s ease;*/
}
.screen-reader-response{
    display:none;
}

.testimonial_image{
width:50px !important;
}
.testimonial-right-img{
  margin-top: 25%;
  margin-left: 10%;
}

@media (max-width: 768px) {
    .testimonial-right-img{
  margin-top: 0px;
  margin-left: 0px;
  }
	.wpcf7-form-control-wrap #message {
    width: 350px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wpcf7-submit {
margin-left: 140px;
}

.youtube{
    margin-top: -270px;
    margin-left: 200px;
    width: 35px;
  }
.youtube_icon {
    margin-top: -185px;
    margin-left: 65px;
    width: 25px;
}
.g_review img{
  width:50% !important; }
  .wice-group img {
    width: 40%;
    margin-left: 75px;
    margin-bottom: 20px; 
    float:none !important;
	}
.logo-section { height:50px; }
/*     .col_logo_after { display:none; } */

}
.g_review img{
  width:65%;
  margin:11px 11px 10px 25px;
}

.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioFilter a.current {
  /* background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9; */
	background: #b46cac;
    border: 1px solid #b46cac;
    color: #f9f9f9;
}
/*.portfolioContainer{
  border: 1px solid #eee;
  border-radius: 3px;
}
*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.video-thumb{
margin:10px ;
width:90% !important;
}

.mfp-iframe-holder .mfp-content {
    width:auto;
    min-width:700px;
    min-height:467px;
 }

 .wice-group img{
width:42%;
float:right;
 }
 .top-header-section{
  margin-bottom:30px;
 }
 
  /*blog page*/
 .sidebar .single-sidebar .tags-wrapper ul.tags-list a:hover {
    background: #c46ec9;
    border-color: #c46ec9;
    color: #fff;
}
.sidebar .single-sidebar .tags-wrapper ul.tags-list a {
    /*display: block;*/
    font-size: 13px !important;
    color: #545454;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    background: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 9.5px 25px;
}
.blog-ul{
	list-style: disc !important;
    margin-left: 30px !important;
    font-size: 19px !important;
}

/*11-11-19*/
.sec-title h2 {
    font-size: 36px;
    /* font-family: "Abel"; */
    font-weight: 900;
    color: #333333;
	margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Oxygen";
}
.appointment-sidebar .single-appointment-sidebar.contact-infos h2 {
    font-size: 30px;
    font-family: "Oxygen-Bold";
    color: #2b222b;
    margin-bottom: 8px;
	margin-top:0px;
	padding: 0;
}
.single-team-content h2 {
    color: #333333;
    font-size: 32px;
    font-family: "Oxygen-Bold";
}


/*30-01-2020*/
.request-message { width:100% !important;height:100px !important;padding:5px; }
.request-mobile, .request-name, .request-email { padding:5px;margin-top:5px !important;margin-bottom:5px !important;width:100%; }
/*.request-mobile { width:90%;} */
#register-now p { line-height:25px !important; }
#register-now .close { font-size:40px; }
#register-now .mfp-close { display:none; }
#register-now form { padding-left:10%;padding-right:10%; }
#register-now .wpcf7-submit { margin-left:0px; }
#register-now h2 { padding-bottom:10px; }
#register-now .register-now-col { padding-bottom:20px;width:35%;margin-left:33%;text-align:center;background:#fff; }
@media (max-width: 768px) {
  #register-now .register-now-col { width:100%;margin-left:0px !important;padding:10px; }
  #register-now .mfp-close { display:none; }
	.footer-border-right { margin-bottom:50px; }
  }

/* */
.navbar-collapse {
    padding-right: 6px;
    padding-left: 0px !important;
}


/*11-03-2020*/
.single-header-info .text-box p span a { text-decoration: none; }
.main-nav-bar ul li ul { text-transform: uppercase; }
.padding-60 { padding:60px !important; }
.about-sec-h1 { padding-bottom:20px;color: #2b222b;font-weight:600; }
.our-service-slide .img-box img { width:380px; }
.team-sec-border { border-bottom: 2px solid #b0cb1f !important; }
.team-card-min-height { min-height: 120px !important; }
.footer-border-right { border-right:1px solid #2e2e2e;height:350px; }
.footer_line { margin-top:10px;margin-bottom:10px; }
.footer-location-a { text-decoration: none;color:#cccccc; }
.display-none { display:none; }
/*11-02-2020*/
  /*.menu-item-has-children a:after { */
  /*content: '\f107';*/
  /*font-family: 'Font Awesome 5 Free';*/
  /*font-weight: 900;*/
  /*color: #666666;*/
  /*font-size: 18px;*/
  /*margin-left: 2px;*/
  /*vertical-align: text-bottom;*/
  /* }*/
  /* .menu-item-has-children a:hover:after {*/
  /*  color: #c368c8;*/
  /* }*/
  /* .menu-item-has-children ul li a:after{ display: none; }*/

/*11-03-2020*/
.share-btn { margin-left:0px !important; }
.share-btn .fab {
  padding: 13px !important;
  font-size: 13px !important;
  /*width: 30px !important;*/
  text-align: center !important;
  text-decoration: none !important;
  margin: 5px 2px !important;
  border-radius: 50% !important;
}

.share-btn .fab:hover {
    opacity: 0.7;
}

.share-btn .fa-facebook {
  background: #3B5998;
  color: #fff !important;
}

.share-btn .fa-twitter {
  background: #55ACEE;
  color: #fff !important;
}

/*16-03-2020*/
.comment-form-comment label { display:block; }
.comment-form-email input { width:auto !important; }
@media only screen and (max-width: 600px) {

    
	#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
		min-height: 340px !important;
	}
/*.row {
    margin-right: 0px;
    margin-left: 0px;
}*/



}

.imgarshad {
    width:500px;float:left;margin-right:20px;margin-bottom:20px;
}

.color1 {
   /* background-color:#1C1D21;*/
    /*color:#000 !important; */
   background: url('https://www.wedentist.com/wp-content/uploads/2020/09/Wedental-safety-kit-new.jpg');
   height:530px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom center;
}

.color1  a{
    color:#000 !important; 
}
.color2 {
  /*background-color: #c368c8;*/
  background: url('https://www.wedentist.com/wp-content/uploads/2020/09/ppe.jpg');
  background-position: right center;
  background-size: cover;
  /*color:#000 !important;*/
}
.color2 a {
    color:#000 !important;
}

.single-feature-style-five h3 {
    width: 200px;
    background-color: beige;
    padding: 10px 10px 10px 10px;
    background-color: #535353;
    border-radius: 5px;
    opacity: 0.6;
    color: #fff;
    font-size:24px !important;
}

.color3 {
   /* background-color: #073b3a; */
    background: url('https://www.wedentist.com/wp-content/uploads/2020/09/four-step.jpg');
     background-size: cover;
    background-repeat: no-repeat;
}
.color3 a {
    color:#000 !important;    
}
.color4 {
    /*background-color:brown;*/
    background: url('https://www.wedentist.com/wp-content/uploads/2020/09/fumigator.jpg');
     background-size: cover;
    background-repeat: no-repeat;
    color:#000 !important;
}
.color4 a {
     color:#000 !important;
}

.color5 {
    /*background-color: #fb8b24;*/
    
     background: url('https://www.wedentist.com/wp-content/uploads/2020/09/hand-piece.jpg');
      background-size: cover;
    background-repeat: no-repeat;
    
}
.color5 a {
    color:#000 !important;    
}
.color6 {
    /*background-color: #461220;*/
    background: url('https://www.wedentist.com/wp-content/uploads/2020/09/mi-air-purifier.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.color6 a {
    color:#000 !important;    
}
.color7 {
    /*background-color: #001524;*/
    background: url('https://www.wedentist.com/wp-content/uploads/2020/09/uv-light.jpg');
    background-position: right center;
background-size: cover;
    color:#000 !important;    
}
.color7 a {
    color:#000 !important;    
}

.counterbackdround {
  background-image:url('https://www.wedentist.com/wp-content/uploads/2020/08/purple-gradient.jpg');
  /*background-image:url('https://www.wedentist.com/wp-content/uploads/2020/08/violet-gradient-banner.jpg');*/
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cb60b3+0,ad1283+1,de47ac+100 */
  /*  background: #cb60b3; 
    background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 1%, #de47ac 100%); 
    background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 1%,#de47ac 100%);
    background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 1%,#de47ac 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); 
 */
  
  height: 50vh;
  width: 100%;
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

.symt-treatments_h{width: 100%; float: left; /*padding: 0px 2% 60px 2%;*/ }
.symt-treatments_h  h1{ 
    font-family: 'Raleway', sans-serif; 
    font-size: 30px;
    color: #4a4a4a; 
    /*text-transform: uppercase;*/
    text-align: center;
    margin: 50px 0px;
    font-weight: 700;
}

.homeptag {
    font-size:20px !important;
}

.plussup {
    top: -1.25em;
    text-align: right;
    padding-left: 85%;
    color: #bbd632;
    font-size: 32px;
    font-weight: bold;
}

.plussup2 {
    top: -1.25em;
    text-align: right;
    padding-left: 70%;
    color: #bbd632;
    font-size: 32px;
    font-weight: bold;
}
.plussup3 {
    top: -1.25em;
    text-align: right;
    padding-left: 70%;
    color: #bbd632;
    font-size: 32px;
    font-weight: bold;
}

.wrapper { width: 100%; margin: 30px auto; position: relative;}
.counter { background-color: #3e3a3a; padding: 20px 0; border-radius: 5px; border: 2px solid #fff; box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);}
.count-title { color: #bbd632; font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { color:#fff;font-size: 20px; font-weight: bold;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #c368c8; }


.icontxt {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #452c20;
    padding-top: 20px;
  }
  
 .txtcolcenter {
         /* padding-top: 75%; */
          padding-left: 15%;
        }   

.pleft {
    padding-left:44%;
}

.txtwhite {
    color:#fff;
}
.twittercolor {
    color:#00acee;
}
.facebookcolor {
    color:#4267B2;
}
.instagramcolor {
    color:#3f729b ;
}
.youtubecolor {
    color:#FF0000;
}
.txtlinkspan {
    color: #c368c8 !important;
    font-weight: bold;
    font-size: 20px;
}

.patient-banner {
    background-image:url(https://www.wedentist.com/wp-content/uploads/2020/09/patient-safety2.jpg); 
}

.imgpbanner {
    padding-top: 0% !important; padding-bottom:  25% !important;
}

.sidebar-right-dental {
    width: 100% !important;
}


.imgicons {
        padding-left:40%;
    }
.imgicons2 {
        padding-left:45%;
    }  
    
.bfr-img-right {
        width:60%
    }
    
    
    .bfr-img-left {
        width:60%
    }    
.service-icon {
        width:125px;
    }
.inrbanner1 {
    background:#eeeeee  url(https://www.wedentist.com/wp-content/themes/html5blank/assets/images/banner/We-dental-method-1.png) center center no-repeat;
    background-size: cover;
}  
.mobilepadding {
        padding-right: 0px;
    }
    
/* Before After Inner Page */
.inr-img-banner {
    /*background: #eeeeee url(https://www.wedentist.com/wp-content/themes/html5blank/assets/images/banner/video-banner.png) center center no-repeat;*/
    background-position:center center !important;
    background-repeat:no-repeat  !important;
    background-size: auto  !important;
    background-size: cover  !important;
}


    
@media only screen and (max-width : 480px) {
    
    
    /* Before After Inner Page */
.inr-img-banner {
    /*background: #eeeeee url(https://www.wedentist.com/wp-content/themes/html5blank/assets/images/banner/video-banner.png);*/
    background-position:center  !important;
    background-repeat:no-repeat  !important;
    background-size: auto  !important;
    background-size: contain  !important;
}
 
 .img-banner-container {
    position: relative !important;
    padding-top: 151px !important;
    padding-bottom: 0px !important;
}
    
    .inner-banner ul.breadcrumb-list {
        width: 80%;
        text-align: center;
    }
    
    
        .inner-banner ul.breadcrumb-list {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            background: #dfdfdf;
            border-radius: 3px;
            padding: 2px 35px;
            position: absolute;
            bottom: -25px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 10;
        }
    
    .inrbanner1 {
        background:#eeeeee  url(https://www.wedentist.com/wp-content/themes/html5blank/assets/images/banner/We-dental-method-1.png) center center no-repeat;
        background-size: contain;
    }
    
    .inner-banner .inrbanner1 .thm-container {
        position: relative;
        padding-top: 0px !important;
        padding-bottom: 140px;
    }
    
    .patient-banner {
        background-image:url(https://www.wedentist.com/wp-content/uploads/2020/09/patient-safety2.jpg); 
        background-position:center;
    }
    
    .imgpbanner { 
        padding-top: 45% !important;
        padding-bottom: 55% !important;
    }
    .mobilepadding {
        padding-right: 40px !important;
    }
    
    .plussup {
        top: -1.25em;
        text-align: right;
        padding-left: 70%;
        color: #bbd632;
        font-size: 32px;
        font-weight: bold;
    }
    
    .plussup2 {
        top: -1.25em;
        text-align: right;
        padding-left: 66%;
        color: #bbd632;
        font-size: 32px;
        font-weight: bold;
    }
    
    .plussup3 {
        top: -1.25em;
        text-align: right;
        padding-left: 66%;
        color: #bbd632;
        font-size: 32px;
        font-weight: bold;
    }
    
    .plussup4 {
        top: -1.25em;
        text-align: right;
        padding-left: 66%;
        color: #bbd632;
        font-size: 32px;
        font-weight: bold;
    }
    .imgicons {
        padding-left:46%;
    }
    
    
    .bfr-img-right {
       
        margin-left: 21%;
        padding-top: 10%;
        width:60%
    }
    
    
    .bfr-img-left {
         margin-right: 68px;
        padding-top: 10px;
        width:60%
    }
   /* .arrow-mobile-hidden {
        display:none;
    } */
    .service-icon {
        width:175px;
    }
    .topspace {
        margin-top:25px;
    }
    
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
    
    .imgicons {
        padding-left: 46%;
    }
    
    .service-icon {
        width:175px;
    }
    
    .plussup {
        top: -1.25em;
        text-align: right;
        padding-left: 66%;
        color: #bbd632;
        font-size: 32px;
        font-weight: bold;
    }
    
    .plussup2 {
    top: -1.25em;
    text-align: right;
    padding-left: 68%;
    color: #bbd632;
    font-size: 32px;
    font-weight: bold;
}
    
}

@media (min-width: 768px) {
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 12% !important;
}
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 

