/***************************************************************************************************************
|||||||||||||||||||||||||||||||       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=Oxygen:300,400,700|Merriweather:400,400i);*/
@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 
***************************/


  @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,900&display=swap');


  @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&display=swap');
  

  @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,600&display=swap');

  
@font-face {
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 900; /* Adjust the weight as needed */
  font-stretch: normal; /* Adjust the width as needed */
  src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400; /* Adjust the weight as needed */
  font-stretch: normal; /* Adjust the width as needed */
  src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&display=swap');
}

@font-face {
  font-family: 'Nunito Sans Light Bold';
  font-style: normal;
  font-weight: 400; /* Adjust the weight as needed */
  font-stretch: normal; /* Adjust the width as needed */
  src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,600&display=swap');
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  /*font-family: "Oxygen";*/
  /*color: #000000;*/
  /*font-size: 14px;*/
  /*line-height: 1.5em;*/
  /*font-weight: 400; */
  font-family: 'Nunito Sans', sans-serif !important;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
}

h1,h2,h3,h4{
    font-family: 'Nunito Sans Bold', sans-serif !important;
    
}
.slow-animate {
      animation-duration: 1.5s; /* Adjust the duration as needed */
    }
h1{
    font-weight: 900 !important;
    font-size: 48px !important;
}
 h2{font-size: 38px  !important;}
 h3{font-size: 24px  !important;}
h2{
    font-weight: 800 !important;
}

h3{
font-weight: 700 !important;}
h4,h5{
    font-weight: 600 !important;
}

h4{
    font-size: 24px;
}

h5{
    font-size:20px !important;
}

.text-box a h5{
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 15px !important;
    color: #000000;
    font-weight: 600 !important;
}

.text-box a:hover h5{
    color: var(--theme-color-two);
}

.post-content p{
    color: #666;
}

a {
    color: var(--theme-color-two);
}

a:hover {
  color: var(--theme-color);
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}
b,strong {
    font-family:'Poppins',sans-serif!important;
    font-weight:600;
    font-size: 1.6rem;
    color:#000000d9!important;

}
/*a{*/
/*    font-family: 'Nunito Sans Light Bold', sans-serif !important;*/
/*    font-weight: 600 !important;*/
/*}*/

.thm-container {
  width: 100%;
  max-width: 1170px;
  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: #008037;
  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: #008037;
  color: #fff;
  cursor: pointer;
}

.sec-pad {
  padding: 110px 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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  margin-top: -10px;
  margin-bottom: 10px;
}

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

.sec-title h3 span.color-2 {
  /* color: #ff6900; */
  color: #008037;
}

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

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

.sec-title h3 span.color-5 {
  /* color: #ff6900; */
  color: #008037;
}

.sec-title p {
  color: #000000;
  line-height: 24px;
}

.sec-title .line {
  display: block;
  width: 55px;
  height: 1px;
  /* background: #ff6900; */
  background: #008037;
  margin-top: 30px;
}

.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: #000000;
  font-size: 14px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: 'Nunito Sans Bold', sans-serif;
  font-size: 32px;
  line-height: 1.3em;
}

.sec-title-style-two h3 span.color-1 {
  color: #008037;
}

.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: #008037;
}

.sec-title-style-two h3 span.color-6 {
  /* color: #ff6900; */
  color: #008037;
}

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

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

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

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

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

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 35px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #008037;
  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: #000000;
  color: #ffffff;
}

.scroll-to-top.home-two {
  background: #008037;
  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: #886BDF;
  color: #fff;
}

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

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

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

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

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

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

.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: 1170px;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background: #008037;
  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: #ff6900;
}

.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: #ff6900;
}

.header-navigation ul.navigation-box > li > a {
  padding: 0;
  color: #333333;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
  display: block;
  font-family: 'Nunito Sans Bold', sans-serif !important;
  font-weight: 700;
}

.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: #666666;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  font-family: 'Nunito Sans', sans-serif !important;
  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: #008037;
  color: #fff;
  position: relative;
}

.header-navigation ul.navigation-box > li > .sub-menu li.current > a{
  color: #ff6900;
}

.header-navigation ul.navigation-box > li > .sub-menu li.current:hover a{
    color: #fff;
}
.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: 'Nunito Sans', sans-serif !important;
  font-weight: 600;
}

.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: #333333;
  font-size: 13px;
  font-family: 'Nunito Sans', sans-serif !important;
}

.top-bar.home-one ul.contact-infos li p a{
  color:#008037;
}
.top-bar.home-one ul.contact-infos li p a:hover{
  color:chocolate;
}

.top-bar.home-one ul.contact-infos li p i {
  color: #008037;
  font-size: 13px;
  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: 'Nunito Sans Bold', sans-serif;
  color: #ff6900;
  font-size: 14px;
  margin-left: 6px;
}

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

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

.top-bar.home-three .social a {
  font-size: 15px;
  color: #666666;
  -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: #333333;
}

.top-header.home-two {
  padding: 34.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: 1px solid #EDEDED;
  padding-left: 25px;
  margin-left: 25px;
}

.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: 40px;
  color: #008037;
  position: relative;
  top: 4px;
}

.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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
}

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

.top-header.home-two .header-right-info .single-header-info a.search-icon {
  font-size: 1.6rem;
  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: #008037;
}

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

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

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

.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: red;
}

.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: #fff;
}

.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: 40px;
}

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

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

.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: #886BDF;
}

.header-home-two.header-home-four .header-navigation .thm-container .right-side-box a.sidemenu-icon {
  color: #333333;
  font-size: 1.6rem;
  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: #886BDF;
}

.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: #886BDF;
}

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

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

.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: #F53E59;
}

.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: 1.6rem;
  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: #008037;
}

.header-home-five .header-navigation .thm-container .right-side-box a.sidemenu-icon {
  color: #333333;
  font-size: 1.6rem;
  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: #008037;
}

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

.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: #886BDF;
}

.top-bar.home-four a.appointment-btn {
  display: inline-block;
  vertical-align: middle;
  background: #886BDF;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Nunito Sans Bold', sans-serif;
  -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: #333333;
}

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

#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-caption .thm-container .box .content h1{
    font-size: 60px;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 59px;
  height: 59px;
  font-size: 1.6rem;
  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: #008037;
}

/* 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: 'Nunito Sans Bold', sans-serif;
  font-size: 48px;
  letter-spacing: -0.025em;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-one .content p {
  font-size: 1.6rem;
  line-height: 1.3em;
  color: #000000;
  font-family: 'Nunito Sans', sans-serif !important;
  margin-top: 24px;
  margin-bottom: 50px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-one .content a.banner-btn {
  background: #ff6900;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #008037;
}

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

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

.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: 'Nunito Sans Bold', sans-serif;
  font-size: 60px;
  letter-spacing: -0.025em;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-two .content p {
  font-size: 1.6rem;
  line-height: 1.3em;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif !important;
  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: 'Nunito Sans Bold', sans-serif;
  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: #008037;
  border-color: #008037;
}

.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: #fff;
  font-family: 'Nunito Sans Bold', sans-serif;
  font-size: 60px;
  letter-spacing: 0em;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-three .content p {
  font-size: 1.6rem;
  line-height: 1.3em;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif !important;
  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: 'Nunito Sans Bold', sans-serif;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 48px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-four .content p {
  font-size: 1.6rem;
  line-height: 30px;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif !important;
  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: 'Nunito Sans Bold', sans-serif;
  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: #886BDF;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 48px;
  letter-spacing: -0.025em;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-five .content p {
  font-size: 1.6rem;
  line-height: 1.3em;
  color: #333333;
  font-family: 'Nunito Sans', sans-serif !important;
  margin-top: 24px;
  margin-bottom: 50px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-five .content a.banner-btn {
  background: #ff6900;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #008037;
}

/************************** 
* 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 p{
  /*background: #ff6900;*/
  /*background: white;*/
  color: #666666;
}

.feature-style-one [class*=col-]:before h3{
  /*background: #ff6900;*/
  /*background: white;*/
  color: #333333;
}

.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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  font-size: 1.6rem;
  -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: 85%;
  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 #008037;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #ff6900;
  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: #008037;
  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{
    color: #333333;
}
.feature-style-one .single-feature-style-one:hover p {
  color: #666666;
}

.feature-style-one .single-feature-style-one:hover a.more-btn {
  background: #008037;
  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: #008037;
}

.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: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: 1.6rem;
  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: 'Nunito Sans Bold', sans-serif;
  -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: 1.6rem;
  color: #333333;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: #ff6900;
}

.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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  font-size: 1.6rem;
  -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: 'Nunito Sans Bold', sans-serif;
}

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

.feature-style-five .single-feature-style-five .inner-box .content a {
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #886BDF;
}

.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: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-feature-style-six p {
  font-size: 1.6rem;
  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: #886BDF;
  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: 1.6rem;
  line-height: 24px;
  color: #333;
  font-family: 'Nunito Sans Bold', sans-serif;
  margin-bottom: 10px;
}

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

/************************** 
* 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: 'Nunito Sans Bold', sans-serif;
  font-size: 32px;
  color: #333333;
  line-break: 1.35em;
  margin-bottom: 40px;
}

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

.about-style-one .about-style-one-content h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
}
.about-style-one .about-style-one-content h2 span.color-one {
  color: #008037;
}

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

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

.about-style-one .about-style-one-content p.highlight {
  color: #666666;
  font-size: 1.6rem;
  font-family: "Oxygen-BoldItalic";
  border-left: 2px solid #ff6900;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.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: #ff6900;
}

.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: 'Nunito Sans Bold', sans-serif;
  line-height: 1.3em;
  margin-bottom: 25px;
}

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

.about-style-two .about-style-two-content p {
  font-size: 1.6rem;
  color: #000000;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
}

.about-style-two .about-style-two-content .about-feature-box p {
  font-size: 1.6rem;
  color: #000000;
  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;
  }
}

.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: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
  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%;
  height: 250px;
}

.single-service-style-one .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #008037;
  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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  font-size: 1.6rem;
  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: #008037;
}

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

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

.single-service-style-one .text-box a.more-btn {
  color: white;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: white;
}

.single-service-style-one .text-box a.more-btn i {
  color: white;
  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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  font-size: 1.6rem;
  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: #008037;
}

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

.single-service-style-two .text-box a.more-btn {
  color: white;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #ff6900;
  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: #008037;
  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: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #ff6900;
}

.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: 1.6rem;
  font-family: "Oxygen-BoldItalic";
  border-left: 2px solid #ff6900;
  padding-left: 20px;
  margin-left: 20px;
  line-height: 1.45em;
}

.service-details-content .text-box .post-title {
  margin: 0;
  color: #333333;
  font-size: 32px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: 'Nunito Sans Bold', sans-serif;
}

.service-details-content .text-box .title-box h2 {
  font-size: 34px;
  color: #333333;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: #008037;
}

.service-details-content .single-approach .inner-box h3 {
  color: #333333;
  font-size: 1.6rem;
  line-height: 26px;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #ff6900;
}

.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: #ff6900;
}

.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: 1.6rem;
  font-weight: bold;
}

.service-details-content .single-price-box .sub-title h4:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #ff6900;
  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: 'Nunito Sans Bold', sans-serif;
}

.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: 1.6rem;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
  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: #008037;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
}

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

.service-style-four .service-inner-tab-content h4 {
  color: #333333;
  font-size: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
  margin-bottom: 30px;
}

.service-style-four .service-inner-tab-content ul.list-items li {
  position: relative;
  padding-left: 25px;
  font-family: 'Nunito Sans Bold', sans-serif;
  font-size: 16px;
  font-weight:400;
  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: #008037;
}

.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;
  height: 350px;
  border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0 10px 0px #0000006b;
    padding: 20px 10px;
}

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

.single-service-style-five h3 {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #008037;
}

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

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

.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: #008037;
}

.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: 24px !important;
  font-family: 'Nunito Sans Bold', sans-serif;
  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;
}

.single-service-style-six .text-box .inner-box .content a.more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000000;
  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 .content a:hover {
    background: #ff6900 !important;
}

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

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

.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: #008037;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
  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: #ff6900;
}

.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: 1.6rem;
  color: #333333;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #886BDF;
}

.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: 'Nunito Sans Bold', sans-serif;
  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: #886BDF;
  border-color: #886BDF;
  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: #ff6900;
  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: 'Nunito Sans', sans-serif !important;
}

.video-box-style-one .video-box-content .box .content p {
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif !important;
  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: #008037;
  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: 'Nunito Sans', sans-serif !important;
  margin-bottom: 20px;
}

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

.appointment-style-one .appointment-time p.notice {
  font-size: 1.6rem;
  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: flex;
  justify-content:space-between;
  align-items:center;
}

.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: 14px;
  font-family: 'Nunito Sans Bold', sans-serif;
  color: #fff;
  font-weight:600;
}

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

.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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  margin-bottom: 38px;
}

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

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

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

.appointment-style-one .appointment-form p span {
  color: #008037;
  font-size: 22px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: #008037;
}

.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: 1.6rem;
}

.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: 'Nunito Sans Bold', sans-serif;
  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: #ff6900;
}

.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: #ff6900;
}

.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: #008037;
  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: #008037;
}

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

.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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  margin-bottom: 38px;
}

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

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

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

.appointment-style-two .appointment-form p span {
  color: #008037;
  font-size: 22px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: #008037;
}

.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: 1.6rem;
}

.appointment-style-two .appointment-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 190px;
  height: 52px;
  background: #ff6900;
  color: #FFFFFF;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #008037;
  color: #fff;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #008037;
  background-color: #008037;
}

.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: #374235;
  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: 1.6rem;
  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;
}

.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:#00803799;
  -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%;
}

.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: 1.6rem;
  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: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 30px;
  margin-bottom: 5px;
}

.single-team-style-one h3:hover {
  color: #008037;
}

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

.more-team-box {
  background: #008037;
  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: 'Nunito Sans', sans-serif !important;
  float: left;
  font-size: 1.6rem;
  width: 65%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

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

.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: #ff6900;
}

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

.single-team-content h3 {
  color: #333333;
  font-size: 32px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

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

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

.single-team-content .quote-box p {
  font-size: 1.6rem;
  color: #000000;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 45px;
}

.single-team-style-two .text-box span {
  color: #666666;
  font-size: 14px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: 1.6rem;
  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: #008037;
  /*background: var(--theme-color);*/
}

.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: #ff6900;
  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: 1.6rem;
  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: 'Nunito Sans Bold', sans-serif;
}

.testimonials-style-one .single-testimonial-style-one .name-box .text-box p {
  font-size: 1.6rem;
  color: #000000;
  font-family: 'Nunito Sans', sans-serif !important;
}

.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: #008037;
  background: #fff;
}

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

.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: #886BDF;*/
  color: #ff69003d;
}

.testimonials-style-one.home-four .owl-theme .owl-dots .owl-dot.active span {
  /*background: #886BDF;*/
  background: var(--theme-color);
}

.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: 1.6rem;
  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: 'Nunito Sans Bold', sans-serif;
}

.testimonials-style-two .single-testimonial-style-two .name-box span {
  font-size: 12px;
  color: #666666;
  font-family: 'Nunito Sans', sans-serif !important;
}

/************************** 
* 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: 'Nunito Sans', sans-serif !important;
}

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

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

.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: 'Nunito Sans Bold', sans-serif;
  font-size: 1.6rem;
  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: #008037;
}

.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 #008037;
  line-height: 43px;
  height: 45px;
  width: 132px;
  text-align: center;
  border-radius: 2px;
  color: #333333;
  font-size: 14px;
  font-family: 'Nunito Sans Bold', sans-serif;
  -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: #ff6900;
  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: #ff6900;
  border-color: #ff6900;
}

.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: #886BDF;
  color: #fff;
  font-size: 14px;
  font-family: 'Nunito Sans Bold', sans-serif;
  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 {
  color: var(--theme-color-two);
  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: var(--theme-color);
}

.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: #fff;
  font-size: 14px;
  text-align: center;
  /*border: 1px solid var();*/
  font-family: 'Nunito Sans Bold', sans-serif;
  -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: white;
}

.blog-style-one.home-four .single-blog-style-one .text-box a.more-btn:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  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%;
  height: 320px;
  -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;*/
  color: var(--theme-color-two);
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #008037;*/
  color: var(--theme-color);
}

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

.blog-page [class*='single-blog-style']:not(.link-post) .text-box p a.more {
  color: #ff6900;
  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: #008037;
  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;
  height: 38px;
  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: 'Nunito Sans', sans-serif !important;
  -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: #008037;
}

.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: #ff6900;
  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: #ff6900;
  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: #ff6900;
}

.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: 'Nunito Sans', sans-serif !important;
  -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: #ff6900;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info a:hover i {
  color: #ff6900;
}

.blog-page [class*='single-blog-style'].link-post .img-box .overlay .box .content .meta-info span {
  color: #ff6900;
  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: #ff6900;
  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: #ff6900;
  color: #fff;
}

.blog-details-page .single-post-content h3.post-title {
  margin: 0;
  color: var(--theme-color-two);
  font-weight: 700;
  font-size: 30px;
}

.blog-details-page .single-post-content h1.post-title {
    margin: 20px 0px;
    font-weight: 700 !important;
    font-size: 40px !important;
}

.blog-details-page .single-post-content p {
    font-size: 1.6rem !important;
}


.blog-details-page .single-post-content h3 {
  margin: 0;
  color: black;
  font-weight: 700 !important;
  font-size: 24px !important;
}

.blog-details-page .single-post-content .top-box {
  border-bottom: 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;
  height: 40px;
}

.blog-details-page .single-post-content .top-box .meta-info a {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif !important;
  -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: #008037;
}

.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: #ff6900;
  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: #008037;
  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;
  margin: 0px 0px 15px;
}

.blog-details-page .single-post-content .post-content h3 {
  margin: 20px 0px 15px;
  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: 1.6rem;
  font-weight: 400;
}

.blog-details-page .single-post-content .post-content ul.list-items li + li {
  margin-top: 10px;
}

.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: #ff6900;
}

.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: 1.6rem;
  position: relative;
  margin-right: 10px;
}

.blog-details-page .share-tag-box .tags-box span.title:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #ff6900;
  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: 'Nunito Sans Bold', sans-serif;
  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: #008037;
  border-color: #008037;
}

.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: 1.6rem;
  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: #ff6900;
  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: #ff6900;
  border-color: #ff6900;
  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: 1.6rem;
  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: 1.6rem;
  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: #ff6900;
  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: 'Nunito Sans Bold', sans-serif;
  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: 'Nunito Sans Bold', sans-serif;
  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: #008037;
  margin-right: 5px;
}

.blog-details-page .comment-box .single-comment-box .text-box a.reply:hover {
  color: #ff6900;
}

.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: #ff6900;
}

.blog-details-page .comment-reply-box form.comment-form input,
.blog-details-page .comment-reply-box form.comment-form select,
.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: #008037;
}

.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: 1.6rem;
}

.blog-details-page .comment-reply-box form.comment-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 190px;
  height: 52px;
  background: #ff6900;
  color: #FFFFFF;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #008037;
}

.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: #ff6900;
}

.site-footer.home-four .footer-bottom p {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-top {
  padding: 90px 0;
}

.footer-widget .title {
  margin-top: 25px;
  margin-bottom: 28px;
}

.footer-widget .title h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.footer-widget p {
  color: #CBCBCB;
  margin: 0;
}

.footer-widget .social a {
  /*color: #CBCBCB;*/
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background: white ;
  border-radius: 50px;
  padding: 10px;
}

.footer-widget .social a.fa-facebook-square{
    color: #2f4e7e;
}

.footer-widget .social a.fa-instagram {
  color: #e4007f; 
}

.footer-widget .social a.fa-youtube{
    color: #bb0202;
}

.footer-widget .social a.fa-facebook-square:hover{
    background-color: #2f4e7e;
    color: white;
}

.footer-widget .social a.fa-instagram:hover {
  background-color: #e4007f; 
  color: white;
}

.footer-widget .social a.fa-youtube:hover{
    background-color: #bb0202;
    color: white;
}

.footer-widget .social a + a {
  margin-left: 15px;
}

/*.footer-widget .social a:hover {*/
/*  color: #008037;*/
/*}*/

.footer-widget ul.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul.links-list li + li {
  margin-top: 9px;
}

.footer-widget ul.links-list li a {
  display: block;
  color: #f7f7f7;
  font-size: 14px;
  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: #ff6900;
  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: #ff6900;
  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: -20px;
}

.footer-bottom p {
  color: rgb(255, 255, 255);
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 1.6rem;
  margin: 0;
  padding: 44px 0;
  border-top: 1px solid #1f545d;
}

/************************** 
* 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: 95px;
  padding-bottom: 100px;
}

.inner-banner h3 {
  margin: 0;
  font-size: 48px;
  color: #333333;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.inner-banner h1 {
  margin: 0;
  font-size: 48px;
  color: #333333;
  font-family: 'Nunito Sans Bold', sans-serif;
  font-weight: 600 !important;
}
@media (max-width: 991px) {
  .inner-banner h1 {
    font-size: 36px !important;
  }
  .blog-details-page .single-post-content h1.post-title {
        font-size: 36px !important;
    }
}

@media (max-width: 767px) {
  .inner-banner h1 {
    font-size: 28px !important;
  }
  .blog-details-page .single-post-content h1.post-title {
        font-size: 30px !important;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
  .inner-banner h1 {
    font-size: 24px !important;
  }
  .blog-details-page .single-post-content h1.post-title {
        font-size: 26px !important;
    }
}
.inner-banner ul.breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  background: #ff6900;
  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: #fff;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 13px;
}

.inner-banner ul.breadcrumb-list li i {
  font-size: 13px;
  color: #fff;
  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-bottom: -40px;
  position: relative;
  z-index: 991;
  padding-top: 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: 'Nunito Sans Bold', sans-serif;
  color: #333333;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-info-style-one .single-contact-info-style-one p {
  color: #333333;
  font-size: 1.6rem;
}

.contact-info-style-one .single-contact-info-style-one p span {
  font-size: 22px;
  color: #333333;
  font-family: 'Nunito Sans', sans-serif !important;
}

/************************** 
* 17. sidebar styles 
***************************/
.appointment-sidebar .single-appointment-sidebar + .single-appointment-sidebar {
  margin-top: 45px;
}

.appointment-sidebar .single-appointment-sidebar.overview {
  background: #008037;
  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: 'Nunito Sans Bold', sans-serif;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.appointment-sidebar .single-appointment-sidebar.overview p {
  font-size: 1.6rem;
  font-family: 'Nunito Sans', sans-serif !important;
  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: 'Nunito Sans', sans-serif !important;
  width: 75px;
  display: inline-block;
}

.appointment-sidebar .single-appointment-sidebar.overview ul.infos li .option {
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Nunito Sans Bold', sans-serif;
  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 #ff6900;
  margin-bottom: 15px;
  padding: 21.5px 0;
  padding-left: 35px;
}

.appointment-sidebar .single-appointment-sidebar.availability .title h3 {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: 'Nunito Sans Bold', sans-serif;
  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: #008037;
  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: 'Nunito Sans Bold', sans-serif;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.appointment-sidebar .single-appointment-sidebar.contact-infos p {
  font-size: 1.6rem;
  font-family: 'Nunito Sans', sans-serif !important;
  color: #FFFFFF;
}

.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: #fff;
  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: #fff;
  font-size: 14px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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 #ff6900;
  margin-bottom: 15px;
  padding: 21.5px 0;
  padding-left: 35px;
}

.appointment-sidebar .single-appointment-sidebar.qualification .title h3 {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: 40px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.appointment-sidebar .single-appointment-sidebar.qualification ul.infos li {
  color: #666666;
  font-size: 16px;
  font-family: "Oxygen";
  font-weight: 400;
}

.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 #ff6900;
  margin-bottom: 15px;
  padding: 21.5px 0;
  padding-left: 35px;
}

.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: #008037;
  border-color: #008037;
  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: #ff6900;
  border-color: #ff6900;
  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: 15px;
  font-family: 'Nunito Sans', sans-serif !important;
  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: #008037;
  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: #008037;
  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;
  /*height: 80px !important;*/
  cursor: pointer;
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .img-box:before {
 content: '';

  background: rgba(255, 106, 31, 0.60);
  position: absolute;
  height: 80px !important;
  width: 80px;
  margin-top: 50%;
  /*bottom: 0;*/
  margin-left: 50%;
  /*right: 0px;*/
  transform: translate(-50%, -50%);
  -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%;
  height: 80px;
}

.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: 'Nunito Sans Bold', sans-serif;
  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: var(--theme-color-two);
}

.sidebar .single-sidebar .recent-post-wrapper .single-recent-post .text-box span.date {
  color: #666666;
  font-size: 12px;
  font-family: 'Nunito Sans', sans-serif !important;
}

.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: #ff6900;
  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: #008037;
}

.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: #008037;
}

.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: 1.6rem;
}

.sidebar .single-sidebar form.appointment-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 52px;
  background: #008037;
  color: #FFFFFF;
  font-family: 'Nunito Sans Bold', sans-serif;
  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: #ff6900;
}

.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: #008037;
  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: #000000;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
  margin-top: 10px;
}

.sidebar .single-sidebar .open-hours-content {
  background: #ff6900;
  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: 1.6rem;
  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: #008037;
}

.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: 1.6rem;
  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: 'Nunito Sans Bold', sans-serif;
  -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: #008037;
  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 #008037;
  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: #008037;
}

.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: 1.6rem;
}

.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: 'Nunito Sans Bold', sans-serif;
  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: #008037;
}

.find-doctor-box form.find-doctor-form .bootstrap-select .dropdown-menu > li > a:hover {
  background-color: #008037;
}

/************************** 
* 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: 'Nunito Sans Bold', sans-serif;
}

.pricing-style-one .single-price-style-one .price-box {
  background: #008037;
  padding: 22px 0;
}

.pricing-style-one .single-price-style-one .price-box span.labeled {
  font-size: 14px;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif !important;
  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: 400;
  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: 'Nunito Sans Bold', sans-serif;
  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: #008037;
  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: 36px;
  font-family: 'Nunito Sans Bold', sans-serif;
}

.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: 'Nunito Sans', sans-serif !important;
  margin-bottom: 20px;
}

.cta-style-one h3 span {
  font-family: 'Nunito Sans Bold', sans-serif;
}

.cta-style-one p {
  color: #fff;
  margin-bottom: 45px;
}

.cta-style-one a.phone-number {
  color: #fff;
  font-size: 48px;
  font-family: 'Nunito Sans', sans-serif !important;
  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: 'Nunito Sans', sans-serif !important;
  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: 'Nunito Sans Bold', sans-serif;
  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: 'Nunito Sans Bold', sans-serif;
  font-size: 16px;
  font-weight: 400;
  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: #886BDF url(../images/cta-3-bg.webp) center center no-repeat fixed;
  background-size: cover;
}

.cta-style-three .inner-box {
  /*background: rgba(136, 107, 223, 0.9);*/
  background: rgb(107 117 141 / 90%);
  text-align: center;
  padding: 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: 'Nunito Sans', sans-serif !important;
  margin-bottom: 20px;
}

.cta-style-three .inner-box h3 span {
  font-family: 'Nunito Sans Bold', sans-serif;
}

.cta-style-three .inner-box p {
  /*font-family: 'Nunito Sans', sans-serif !important;*/
  font-size: 1.6rem;
}

.cta-style-three .inner-box p a {
  font-family: 'Nunito Sans Bold', sans-serif;
  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: 1.6rem;
  color: #333333;
  font-family: 'Nunito Sans Bold', sans-serif;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-shop-style-one .text-box h3:hover {
  color: #ff6900;
}

.single-shop-style-one .text-box span.price {
  display: block;
  color: #008037;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif !important;
  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: 'Nunito Sans Bold', sans-serif;
  -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: #ff6900;
  background-color: #ff6900;
  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:hover,.before-after-diseases-style-one ul.tab-title li a:hover {
    color: var(--theme-color-two);
    text-shadow: none;
    border-top: none !important;
    border-bottom: 1px solid var(--theme-color-two) !important;
    
}

.before-after-diseases-style-one ul.tab-title li.active a {
  border-color: #cecece;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--theme-color);
  text-shadow: 1px 0 0 rgba(255, 105, 0, 0.8);
}

/************************** 
* 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: 'Nunito Sans Bold', sans-serif;
}

.hidden-sidebar .sidebar-content p {
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
  margin: 40px 0;
}

.hidden-sidebar .sidebar-content p.contact-info {
  color: #333333;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 40px;
}

.hidden-sidebar .sidebar-content .social a {
  color: #666666;
  font-size: 1.6rem;
  -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: #008037;
}

/************************** 
* 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: #008037;
  padding: 60px 50px;
  margin: 0;
  background-size: cover;
  background-position: center bottom;
}

.services-block-one .icon {
  position: relative;
  font-size: 52px;
  color: #008037;
  margin-bottom: 30px;
  margin-top: 10px;
}

.owl-item.center .services-block-one .icon {
  color: #fff;
}

.services-block-one h4 {
  position: relative;
  font-size: 1.6rem;
  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: #008037;
}

.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: #008037;
}

/***

==================================================================
  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: #008037;
  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: #008037;
}

.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 #008037;
}

.services-block-two h4 {
  position: relative;
  font-size: 1.6rem;
  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: #008037;
}


/***

==================================================================
  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: 'Nunito Sans Bold', sans-serif;
  -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: #008037;
  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: #008037;
  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: 1.6rem;
  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: #008037;
}

.team-block-one .inner-box .lower-box .designation {
  position: relative;
  color: #008037;
  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: rgb(0 128 55 / 64%);*/
  background: rgba(0, 138, 61, 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: 1.6rem;
  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: #008037;
}

.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: #008037;
}

.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: 400;
  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: #008037;
}

.news-block-one h4 {
  font-size: 1.6rem;
  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: #008037;
}

.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: #008037;
}


/*** 

====================================================================
  Task Section
====================================================================

***/

.task-section{
  position: relative;
  padding: 50px 0px;
  /*background-color: #0e77af;*/
  background-color: rgba(0,0,0,0.9);
}

.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: 1.6rem;
  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: 1.6rem;
  padding-left: 6px;
  color: #008037;
}

.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: 1.6rem;
  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: #008037;
  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: #008037;
}

.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;
}


.fb-page{
  width:340px;
  height:300px;
}


p{
  font-size: 1.6rem;
  text-align: justify;
  margin-bottom: 20px !important;
  color: black;
  
}

.hr-green{
      width: 5rem;
  border: 2px solid #008f4647;
}

.hr-orange{
      width: 5rem;
  border: 2px solid #ff6900;
}


.pb-50{
  padding: 50px 0 0;
}

.h1, .h2, .h3 {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 800;
  color: black;
}





/*footer*/

.footer-contact{
    color: white;
}

.footer-site-link{
    color: #ff6900;
    margin-left: 5px;
}

.footer-contact:hover{
    color: #ff6900;
}

.footer-site-link:hover{
    color: #008037;
}


a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 130px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}


/*.call-buton .cc-calto-action-ripple {*/
/*  z-index: 99999;*/
/*  position: fixed;*/
/*  right: 3rem;*/
/*  bottom: 9rem;*/
/*  background: #ec8b00;*/
/*  width: 6rem;*/
/*  height: 6rem;*/
/*  padding: 1rem 1rem 1rem 1.5rem;*/
/*  border-radius: 100%;*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  color: #ffffff;*/
/*  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;*/
/*  animation: cc-calto-action-ripple 0.6s linear infinite;*/
/*  display: -webkit-box;*/
/*  display: -webkit-flex;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  justify-items: center;*/
/*  -webkit-box-align: center;*/
/*  -webkit-align-items: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  text-decoration: none; }*/
/*  .call-buton .cc-calto-action-ripple i {*/
/*    -webkit-transition: 0.3s ease;*/
/*    transition: 0.3s ease;*/
/*    font-size: 3rem; }*/
/*  .call-buton .cc-calto-action-ripple:hover i {*/
/*    -webkit-transform: rotate(135deg);*/
/*    transform: rotate(135deg); }*/
  
/*  @-webkit-keyframes cc-calto-action-ripple {*/
/*  0% {*/
/*    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);*/
/*    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }*/
/*  100% {*/
/*    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);*/
/*    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }*/
  
/*  @keyframes cc-calto-action-ripple {*/
/*  0% {*/
/*    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);*/
/*    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }*/
/*  100% {*/
/*    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);*/
/*    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }*/
    
    
.accordion-item{
   background: white;
}
.accordion-header{
    border-radius: 10px;
}

.accordion-button{
    position: relative;
    width: 100%;
    text-align: left;
    background: var(--theme-color-two);
    color: white;
    outline: none;border: none;
    padding: 7px 40px 7px 15px;
    /*border-radius: 20px;*/
}
.accordion-body{
    padding: 10px 20px;
}

.accordion-body p{
    color: black !important;
}


.accordion-button i {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            transition: transform 0.3s ease-in-out;
        }

        .accordion-button:not(.collapsed) i.fa-chevron-down {
            display: none;
        }

        .accordion-button.collapsed i.fa-chevron-up {
            display: none;
        }
        
/*.index-appointment{*/
/*   margin-top: -150px;*/
/*}*/




.single-blog-style-one .image {
    position: relative;
    overflow: hidden;
}

.single-blog-style-one .image 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;
}

.single-blog-style-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;
}

.single-blog-style-one .overlay a {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  border-radius: 50%;
  color: #222;
  font-size: 1.6rem;
  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;
}

.text-box .meta-info a {
    display: inline-block;
    vertical-align: baseline;
    color: #333333;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif !important;
}


/*.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:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.single-blog-style-one .overlay a:hover {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0  !important;
  color: #008037;
}

.single-blog-style-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);
}

.single-blog-style-one .overlay a:hover {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  color: #008037;
}

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

.single-blog-style-one:hover .overlay {
  opacity: 1;
}

.single-blog-style-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);*/
    background-color: rgba(0, 138, 61, 0.80);
}

.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: 'Nunito Sans Bold', sans-serif;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.text-box a h3{
    color: var(--theme-color-two);
}

.text-box a h3:hover, .text-box .meta-info a span {
    color: var(--theme-color);
}

.text-box a.more-btn{
    background: var(--theme-color-two);
    border-color: var(--theme-color-two);
    color: #fff;
}

.text-box a.more-btn:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}



.blog-bg{

    background: rgb(225 223 223 / 14%);
}


     .invalid-feedback{
            /*visibility: hidden;*/
            color: #dc3545;
            font-size: .875em;
        }
        
        .is-invalid{
            border-bottom: 1px solid #dc3545;
        }
        
        .is-valid{
            border-bottom: 1px solid green;
        }
        
        
    .wpex_02_appointment-form-section:before {
    position: absolute;
    content: '';
    background: rgba(1, 5, 37, 0.50);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


input.a-date{
    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;

}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item .slide-2{
    background-position: right center;
}

/*-----------footer section-------------*/
.footer-contact{
    color: white;
}

.footer-site-link{
    color: #ff6900;
    margin-left: 5px;
}

.footer-contact:hover{
    color: #ff6900;
}

.footer-site-link:hover{
    color: #008037;
}


a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 130px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/*------------------end footer section------------------*/

/*---------------floating button---------------------*/

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 3rem;
  bottom: 9rem;
  background: #ec8b00;
  width: 6rem;
  height: 6rem;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }
  .call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 3rem; }
  .call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
    
/*--------------------end floating button---------------------*/
.mvg{
    font-size: 24px;
}

.mvg-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-service-style-two  .img-box > img{
    /* width: 360px; */
    height:250px !important;
}
        
.single-service-style-two {
    height: 450px;
}
        
.tag-container .tags p span {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #7689b36b;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}
    
.tag-bg {background: #000;}
    
p.gap-1{ margin-top: 10px; }
    
.tag-cont{
    padding: 10px;
    margin-top: 50px;
}

.blog-tags {
    /*margin: 20px 0;*/
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.single-sidebar div.title h3.tag-title:before{
    content: '\f02c';
    font-family:'fontawesome';
    font-size: 1.5rem;
    /*position: absolute; */
    top: 50%;
    /*right: -2.25rem;*/
    transform:translateY(-50%);
}

    /* Style for tags */
.tag {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: transparent;
    color: #777777;
    outline: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    text-decoration: none;
}

    /* Style for the tag icon */
.tag-icon {
    margin-right: 5px;
    font-size: 1.2em; /* Adjust the size of the icon */
}

.single-service-style-two  .img-box > img{
            /* width: 360px; */
        height:250px !important;
        }
        
.icon-box b.welcome{
    font-size: 26px;
}

/*=========blog details===========*/

.blog-style-two.blog-details-page.blog-final .post-content h2 { font-size: 30px !important; font-weight: 600 !important;} 
.blog-style-two.blog-details-page.blog-final .post-content ul.list-unstyled li {
    padding-bottom: 10px;
    padding-left: 30px;
    text-align: justify;
}
.blog-style-two.blog-details-page.blog-final .post-content ul.list-unstyled li::before {
    content: "\f06c"; /* Unicode character for the Font Awesome 4 icon (change it based on the icon you want to use) */
    font-family: "FontAwesome"; /* Font family for Font Awesome 4 icons */
    color: var(--theme-color); /* Set icon color */
    font-size: 14px; /* Adjust icon size */
    position: absolute; /* Position the icon */
    left: 15px; /* Adjust the distance between icon and text */
}
.blog-style-two.blog-details-page.blog-final .post-content .accordion {margin-top: 2rem;}
.blog-style-two.blog-details-page.blog-final .post-content .accordion-header {
    border-radius: 20px;
}

.blog-style-two.blog-details-page.blog-final .post-content .accordion-button {
    background: #375f1987;
    border-radius: 0 20px;
}

.blog-style-two.blog-details-page.blog-final .post-content .accordion-item {
    background: #e8e8e8;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    border-radius: 0 20px;
}
.blog-style-two.blog-details-page.blog-final .post-content .hr-orange {
    width: 8rem;
    border: 1px solid #ff690066;
    margin-left: 40px;
}

.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{width:auto}.row-cols-1>*,.row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-1>*{width:100%}.row-cols-2>*{width:50%}.row-cols-2>*,.row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-3>*{width:33.3333333333%}.row-cols-4>*{width:25%}.row-cols-4>*,.row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-5>*{width:20%}.row-cols-6>*{width:16.6666666667%}.col-auto,.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-auto{width:auto}.col-1{width:8.3333333333%}.col-1,.col-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-2{width:16.6666666667%}.col-3{width:25%}.col-3,.col-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-4{width:33.3333333333%}.col-5{width:41.6666666667%}.col-5,.col-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-6{width:50%}.col-7{width:58.3333333333%}.col-7,.col-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-8{width:66.6666666667%}.col-9{width:75%}.col-9,.col-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-10{width:83.3333333333%}.col-11{width:91.6666666667%}.col-11,.col-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-12{width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{width:auto}.row-cols-sm-1>*,.row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-1>*{width:100%}.row-cols-sm-2>*{width:50%}.row-cols-sm-2>*,.row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-3>*{width:33.3333333333%}.row-cols-sm-4>*{width:25%}.row-cols-sm-4>*,.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-5>*{width:20%}.row-cols-sm-6>*{width:16.6666666667%}.col-sm-auto,.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-auto{width:auto}.col-sm-1{width:8.3333333333%}.col-sm-1,.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-3,.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-5,.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-7,.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-9,.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-11,.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-12{width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{width:auto}.row-cols-md-1>*,.row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-1>*{width:100%}.row-cols-md-2>*{width:50%}.row-cols-md-2>*,.row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-3>*{width:33.3333333333%}.row-cols-md-4>*{width:25%}.row-cols-md-4>*,.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-5>*{width:20%}.row-cols-md-6>*{width:16.6666666667%}.col-md-auto,.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-auto{width:auto}.col-md-1{width:8.3333333333%}.col-md-1,.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-3,.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-5,.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-7,.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-9,.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-11,.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-12{width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{width:auto}.row-cols-lg-1>*,.row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-1>*{width:100%}.row-cols-lg-2>*{width:50%}.row-cols-lg-2>*,.row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-3>*{width:33.3333333333%}.row-cols-lg-4>*{width:25%}.row-cols-lg-4>*,.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-5>*{width:20%}.row-cols-lg-6>*{width:16.6666666667%}.col-lg-auto,.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-auto{width:auto}.col-lg-1{width:8.3333333333%}.col-lg-1,.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-3,.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-5,.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-7,.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-9,.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-11,.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-12{width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{width:auto}.row-cols-xl-1>*,.row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-1>*{width:100%}.row-cols-xl-2>*{width:50%}.row-cols-xl-2>*,.row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-3>*{width:33.3333333333%}.row-cols-xl-4>*{width:25%}.row-cols-xl-4>*,.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-5>*{width:20%}.row-cols-xl-6>*{width:16.6666666667%}.col-xl-auto,.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-auto{width:auto}.col-xl-1{width:8.3333333333%}.col-xl-1,.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-2{width:16.6666666667%}.col-xl-3{width:25%}.col-xl-3,.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-4{width:33.3333333333%}.col-xl-5{width:41.6666666667%}.col-xl-5,.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-6{width:50%}.col-xl-7{width:58.3333333333%}.col-xl-7,.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-8{width:66.6666666667%}.col-xl-9{width:75%}.col-xl-9,.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-10{width:83.3333333333%}.col-xl-11{width:91.6666666667%}.col-xl-11,.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-12{width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{width:auto}.row-cols-xxl-1>*,.row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-1>*{width:100%}.row-cols-xxl-2>*{width:50%}.row-cols-xxl-2>*,.row-cols-xxl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-3>*{width:33.3333333333%}.row-cols-xxl-4>*{width:25%}.row-cols-xxl-4>*,.row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-5>*{width:20%}.row-cols-xxl-6>*{width:16.6666666667%}.col-xxl-auto,.row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-auto{width:auto}.col-xxl-1{width:8.3333333333%}.col-xxl-1,.col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-2{width:16.6666666667%}.col-xxl-3{width:25%}.col-xxl-3,.col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-4{width:33.3333333333%}.col-xxl-5{width:41.6666666667%}.col-xxl-5,.col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-6{width:50%}.col-xxl-7{width:58.3333333333%}.col-xxl-7,.col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-8{width:66.6666666667%}.col-xxl-9{width:75%}.col-xxl-9,.col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-10{width:83.3333333333%}.col-xxl-11{width:91.6666666667%}.col-xxl-11,.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-12{width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}



.appointment-style-one .appointment-form .frm-control.landing-input-field {
    margin-bottom:20px;
}
.appointment-style-one.contact-page.landing-enquiry-form {
    border-radius: 20px;
    border: 3px solid #000;
    background:#fff
}

.g-recaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	/*transform-origin:0 0;*/
	/*-webkit-transform-origin:0 0;*/
}

#rc-imageselect {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	/*transform-origin:0 0;*/
	/*-webkit-transform-origin:0 0;*/
	}
	
	.enquiry-form-heading {
	    border-bottom:2px solid var(--theme-color);
	}
	
.left-image-faq {	
	    position: sticky;
    top: 100px;
    align-self: flex-start;
    }
    
.appointment-style-one.contact-page {
    padding: 40px 0 20px;
}

.text-white {
    color:#fff!important;
}

.highlight {
    color: #666666;
    font-size: 16px;
    font-family: "Oxygen-BoldItalic";
    border-left: 2px solid var(--theme-color);
    padding-left: 20px;
    margin-left: 20px;
    line-height: 1.45em;
}
.py-3{
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.my-3{
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.mb-3 {
    margin-bottom:1.5rem!important;
}
.bg-light {
    background-color: aliceblue;
}

.mt-3 {
    margin-top: 1.5rem!important;
}
.mb-3 {
    margin-bottom: 1.5rem!important;
}

ul.benefits li i {
    color: var(--theme-color);
    font-size:2rem;
}

ul li > .box-important {
    box-shadow:0 0 4px yellow;
}

.box.valign-middle.landing-enquiry-form-desktop {
    position:absolute;
    top:15%;
    right:15rem;
    
}
.box.valign-middle.landing-enquiry-form-desktop .appointment-style-one.contact-page.landing-enquiry-form {
        display:block;
        position:absolute;
        top:50%;
        right:0;
    }
.appointment-style-one.contact-page.landing-enquiry-form.mobile {
        display:none;
    }
    
    .w-100 {
        width:100%!important;
    }