@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900|Lora:400,400i,700,700i);
@import url(pe-icon-7-stroke.css);
@import url(simple-line-icons.css);
@import url(fontawesome-all.css);
@import url(animate.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(swiper.min.css);
@import url(jquery-ui.css);
@import url(custom-animate.css);
@import url(magnific-popup.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.timepicker.min.css);
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
}
body {
  font-size: 14px;
  color: #787878;
  line-height: 1.6em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: Lato, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #e75480;
}
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0;
  background: 0 0;
  line-height: 1.2em;
  color: #222;
  letter-spacing: -0.02em;
  font-family: Lora, serif;
}
textarea {
  overflow: hidden;
}
button {
  outline: 0 !important;
  cursor: pointer;
}
p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #555;
}
.text {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #555;
  margin: 0;
  text-align: justify;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.auto-container {
  position: static;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
.large-container {
  position: static;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 9;
}
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bullet li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.ol-list {
padding-left: 20px;
}

.ol-list>li {
list-style-type: decimal;
margin-bottom: 5px;
}

.ul-list {
padding-left: 20px;
}

.ul-list li {
list-style-type: disc;
}

.ul-list.circle li {
list-style-type: circle;
}
.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
.centered {
  text-align: center !important;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #222;
  padding: 9px 32px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  overflow: hidden;
  background: 0 0;
  border: 1px solid #aaa;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
}
.btn-style-one .txt {
  position: relative;
  z-index: 1;
}
.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: -50px;
  border-bottom: 50px solid #e75480;
  border-right: 30px solid transparent;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-style-one:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 50px solid #e75480;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-style-one:hover::before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-style-one:hover::after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-style-one:hover {
  color: #fff;
  border-color: #e75480;
}
.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 15px 40px 15px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e75480;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
}
.btn-style-two .txt {
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.btn-style-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #222;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.btn-style-two:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.btn-style-two:hover {
  color: #fff;
}
.phone-btn {
  position: relative;
  border-radius: 50px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 18px 30px 18px 70px;
  border: 1px solid #222;
}
.phone-btn .icon {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e75480;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.phone-btn:hover .icon {
  background-color: #e75480;
}
.phone-btn:hover {
  color: #fff;
  background-color: #222;
}
.btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  padding: 16px 54px 14px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e75480;
  text-transform: capitalize;
  font-family: Quicksand, sans-serif;
}
.btn-style-three .txt {
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.btn-style-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #1fb795;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.btn-style-three:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-style-three:hover {
  color: #fff;
}
.btn-style-four {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #fb5380;
  padding: 7px 36px 6px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: #fff;
  text-transform: capitalize;
  font-family: Quicksand, sans-serif;
}
.btn-style-four:hover {
  color: #fff;
  background: 0 0;
}
.btn-style-five {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 11px 40px 11px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e75480;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
}
.btn-style-five .txt {
  position: relative;
  z-index: 1;
  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;
}
.btn-style-five:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.btn-style-five:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.btn-style-five:hover {
  color: #e75480;
}
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #777;
  font-weight: 700;
  padding-left: 32px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}
.list-style-one li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #e75480;
  font-weight: 400;
}
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  padding-left: 32px;
  margin-bottom: 20px;
  font-family: Lora, serif;
}
.list-style-two li:last-child {
  margin-bottom: 0;
}
.list-style-two li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.theme_color {
  color: #e75480;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 110px;
}
.dropdown-toggle::after {
  display: none;
}
.fa {
  line-height: inherit;
}
.play-now .ripple,
.play-now .ripple:after,
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 30px;
  height: 60px;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #fedeeb;
  display: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-to-top:hover {
  background: #e75480;
}
.main-header {
  position: relative;
  display: block;
  z-index: 99999;
}
.main-header .header-top {
  position: relative;
  background-color: #e75480;
}
.main-header .header-top.style-two {
  background-color: #3a3d72;
}
.main-header .header-top .top-left {
  position: relative;
  float: left;
  padding: 14px 0;
}
.main-header .header-top .top-left .list {
  position: relative;
}
.main-header .header-top .top-left .list li {
  position: relative;
  margin-right: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  display: inline-block;
}
.main-header .header-top .top-left .list li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.main-header .header-top .top-left .list li .icon {
  position: absolute;
  left: 0;
  top: 4px;
}
.main-header .header-top .top-right {
  position: relative;
  float: right;
  padding: 14px 0;
}
.main-header .header-top .top-right .social-icons {
  position: relative;
}
.main-header .header-top .top-right .social-icons li {
  position: relative;
  margin-left: 18px;
  display: inline-block;
}
.main-header .header-top .top-right .social-icons li.share {
  color: #fff;
  font-weight: 600;
}
.main-header .header-top .top-right .social-icons li a {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-top .top-right .social-icons li a:hover {
  color: #000;
}
.main-header .header-upper {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-header .header-upper .logo-outer {
  position: relative;
  float: left;
  z-index: 25;
  padding: 10px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 160px;
}
.main-header .header-upper .nav-outer {
  float: right;
  position: static;
}
.main-header .header-lower {
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-menu {
  position: static;
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0;
}
.main-menu .navigation {
  position: static;
  margin: 0;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 33px 0;
  margin-right: 30px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  font-weight: 700;
  opacity: 1;
  color: #222;
  padding: 0;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Lato, sans-serif;
}
.main-menu .navigation > li.active > a {
  border-bottom: solid 1px #000 !important;
}
.main-menu .navigation > li > a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
  width: 100%;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #e75480;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 280px;
  z-index: 100;
  opacity: 1;
  padding: 10px 0 20px;
  background: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 25px;
}
.main-menu .navigation > li > ul > li:last-child a::after {
  display: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 0;
  line-height: 19px;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  color: #222;
  border-bottom: 1px solid #d8d8d8;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Lato, sans-serif;
}
.main-menu .navigation > li > ul > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #e75480;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li:hover > a:after {
  width: 100%;
}
.main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #e75480;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 12px;
  width: 10px;
  display: block;
  line-height: 19px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 240px;
  z-index: 100;
  opacity: 1;
  padding: 10px 0 20px;
  background: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 25px;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 0;
  line-height: 19px;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  color: #222;
  border-bottom: 1px solid #d8d8d8;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Lato, sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #e75480;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:after {
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #e75480;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  background: #fff;
  color: #e75480;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.main-header .outer-box {
  position: relative;
  float: right;
  padding: 30px 0;
  margin-left: 12px;
}
.fixed-header .outer-box {
  padding: 0;
}
.main-header .outer-box .search-box-btn {
  position: relative;
  float: left;
  cursor: pointer;
  margin: -5px 0;
}
.main-header .outer-box .search-box-btn .icon {
  position: relative;
  font-size: 24px;
  color: #e75480;
}
.main-header .outer-box .btn-box {
  position: relative;
  float: right;
  margin-left: 30px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-header .outer-box .btn-box .theme-btn {
  position: relative;
  float: right;
}
.header-style-two {
  position: relative;
}
.main-header .header-upper .upper-right .info-outer {
  position: relative;
  padding-bottom: 30px;
}
.main-header .info-box {
  position: relative;
  float: left;
  margin-right: 60px;
  font-size: 14px;
  color: #98b2c4;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 0 50px;
}
.main-header .info-box:last-child {
  margin: 0;
  padding: 0;
  float: right;
}
.main-header .info-box .icon-box {
  position: absolute;
  left: 0;
  top: 8px;
  color: #e75480;
  font-size: 34px;
  line-height: 1em;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .info-box li {
  position: relative;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9em;
  text-transform: capitalize;
}
.main-header .info-box li span {
  font-weight: 700;
  font-size: 18px;
}
.main-header .info-box li a {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  font-family: Lora, serif;
}
.main-header.header-style-two .header-lower {
  background-color: #e75480;
}
.main-header.header-style-two .nav-outer {
  width: 100%;
}
.main-header.header-style-two .header-upper .logo-box {
  padding: 30px 0;
  margin: 0;
}
.main-header.header-style-two .outer-box {
  padding: 0;
}
.main-header.header-style-two .header-lower .search-box-outer {
  margin-top: 23px;
  margin-right: 20px;
}
.main-header.header-style-two .header-upper .upper-right {
  padding-left: 0;
  padding-top: 38px;
}
.option-box {
  position: relative;
  float: left;
  margin-top: 0;
  margin-left: 25px;
}
.main-header .outer-box .option-box > li {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.main-header .outer-box .option-box .cart-box {
  position: relative;
  float: left;
  color: #fff;
  font-size: 16px;
  background: 0 0;
  margin-top: 18px;
  display: inline-block;
  margin-right: 25px;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn {
  background: 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:after {
  display: none;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  background-color: #222;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:hover {
  color: #222;
}
.main-header .outer-box .option-box .cart-product {
  position: relative;
  margin-bottom: 18px;
  min-height: 90px;
  border-bottom: 1px solid #e4e4e4;
}
.main-header .outer-box .option-box .cart-product .inner {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}
.main-header .outer-box .option-box .cart-product .inner .cross-icon {
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 1;
  color: #263120;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-header .outer-box .option-box .cart-product .inner .cross-icon:hover {
  color: #0056b3;
}
.main-header .outer-box .option-box .cart-product .inner .image {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
}
.main-header .outer-box .option-box .cart-product .inner h3 {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.main-header .outer-box .option-box .cart-product .inner h3 a {
  color: #222;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.main-header .outer-box .option-box .cart-product .inner h3 a:hover {
  color: #e75480;
}
.main-header .outer-box .option-box .cart-product .inner .quantity-text {
  position: relative;
  font-weight: 300;
  color: #666;
  font-size: 13px;
  margin-bottom: 0;
}
.main-header .outer-box .option-box .cart-product .inner .price {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: #222;
}
.main-header .outer-box .option-box .cart-box .cart-panel {
  left: auto !important;
  right: 0 !important;
  border-radius: 0;
  padding: 20px 20px;
  min-width: 300px;
  margin-top: 34px;
  z-index: -1;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border: 3px solid #e75480;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.main-header .outer-box .option-box .cart-box .cart-panel .cart-total {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span {
  font-weight: 800;
  font-size: 18px;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li {
  position: relative;
  margin: 0 5px;
  display: inline-block;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px 8px;
  border-radius: 2px;
  display: inline-block;
  background-color: #e75480;
  border: 1px solid #e75480;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.main-header
  .outer-box
  .option-box
  .cart-box
  .cart-panel
  .btns-boxed
  li
  a:hover {
  color: #e75480;
  background: 0 0;
}
.main-header .outer-box .option-box .cart-box .icon a {
  color: #999;
}
.header-style-two .outer-box .search-box-btn {
  position: relative;
  margin: 0;
  padding: 13px 15px;
  background-color: #fff;
}
.header-style-two .outer-box .search-box-btn .icon {
  position: relative;
  color: #000;
  font-size: 20px;
}
.header-style-two .outer-box .nav-box {
  position: relative;
  float: left;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  margin: 14px 0 14px 20px;
}
.header-style-two .main-menu .navigation > li {
  padding: 8px 20px;
  margin-right: 1px;
}
.header-style-two .main-menu .navigation > li > a {
  font-size: 16px;
  color: #fff;
}
.header-style-two .main-menu .navigation > li > a:before {
  display: none;
}
.header-style-two .main-menu .navigation > li.current,
.header-style-two .main-menu .navigation > li:hover {
  background-color: #000;
}
.header-style-two.fixed-header .main-menu .navigation > li.current,
.header-style-two.fixed-header .main-menu .navigation > li:hover {
  background: 0 0;
}
.header-style-three.fixed-header .main-menu .navigation > li.current a,
.header-style-three.fixed-header .main-menu .navigation > li:hover a {
  background: 0 0;
}
.header-style-three.fixed-header .main-menu .navigation > li.current a,
.header-style-three.fixed-header .main-menu .navigation > li:hover a,
.header-style-two.fixed-header .main-menu .navigation > li.current a,
.header-style-two.fixed-header .main-menu .navigation > li:hover a {
  color: #222 !important;
}
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a {
  color: #fff !important;
}
.header-style-two .header-lower .outer-box .social-box {
  position: relative;
  float: left;
  margin-top: 16px;
  margin-right: 15px;
}
.header-style-two .header-lower .outer-box .social-box li {
  position: relative;
  margin: 0 7px;
  display: inline-block;
}
.header-style-two .header-lower .outer-box .social-box li a {
  position: relative;
  color: #fff;
  font-size: 14px;
}
.header-style-three {
  position: absolute;
  left: 0;
  width: 100%;
}
.header-style-three .inner-container {
  padding: 0 70px;
}
.header-style-three .header-upper .nav-outer {
  padding-left: 60px;
}
.header-style-three .main-menu .navigation > li > a:before {
  display: none;
}
.header-style-three .main-menu .navigation > li {
  margin-right: 2px;
}
.header-style-three .main-menu .navigation > li > a {
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}
.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li:hover > a {
  background-color: #222;
}
.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li:hover > a {
  color: #fff !important;
}
.header-style-three .outer-box .nav-box {
  position: relative;
  float: left;
  color: #fff;
  font-size: 26px;
  margin: 10px 0;
  cursor: pointer;
}
.header-style-three .social-box {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-right: 10px;
}
.header-style-three .social-box li {
  position: relative;
  float: left;
  margin: 0 4px;
}
.header-style-three .social-box li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #004cd9;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: #ebebeb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-three .social-box li a:hover {
  background-color: #fff;
}
.header-style-three .outer-box .search-box-btn {
  margin: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.header-style-three .outer-box .search-box-btn .icon {
  color: #004cd9;
  font-size: 18px;
}
.close-side-widget {
  color: #fff;
}
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
}
.fixed-header .sticky-header .main-menu .mobile-nav-toggler .icon {
  display: none;
}
.fixed-header .sticky-header .logo {
  padding: 13px 0;
}
.sticky-header .main-menu .navigation > li {
  margin-left: 32px;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}
.sticky-header .main-menu .navigation > li:after,
.sticky-header .main-menu .navigation > li > a:before {
  display: none !important;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 23px 0 !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sticky-header .main-menu .navigation > li.current-menu-item > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  opacity: 1;
  color: #e75480;
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
}
.nav-outer .mobile-nav-toggler .icon {
  display: block;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  padding: 14px 0;
  color: #e75480;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 8px;
  top: 3px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 32px;
  color: #202020;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 15px;
  color: #404040;
  text-transform: capitalize;
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
  color: #e75480;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.search-popup {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  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;
}
.search-popup .overlay-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.search-popup.popup-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
.search-popup .close-search:hover {
  opacity: 0.7;
}
.search-popup .search-form {
  position: relative;
  padding: 0 15px 0;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 200px;
}
.search-popup .search-form fieldset {
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #fff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #fff !important;
  background-color: #e75480;
  line-height: 30px;
  font-size: 20px;
  color: #233145;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -webkit-border-radius: 0 7px 7px 0;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
  background: #e75480;
}
.search-popup h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.search-popup .recent-searches {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.search-popup .recent-searches li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
  border-radius: 3px;
}
.search-popup .recent-searches li a:hover {
  color: #e75480;
  border-color: #e75480;
}
.sec-title {
  position: relative;
  z-index: 1;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #222;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.sec-title h5 {
  padding-bottom: 25px;
}
.sec-title .separator {
  position: relative;
  width: 100px;
}
.sec-title .separator:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.sec-title .separator:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -15px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 10px solid #fff;
  background-color: #e75480;
}
.sec-title.light .separator:after {
  background-color: #222;
}
.sec-title .separator.style-two::after {
  border-color: #f5f5f5;
}
.sec-title .separator.style-three::after {
  border-color: #fafafa;
}
.sec-title.centered .separator {
  margin: 0 auto;
}
.sec-title.light .title,
.sec-title.light h2 {
  color: #000;
}
.sec-title.centered {
  text-align: center;
}
.sec-title.style-two .title {
  text-transform: capitalize;
  color: #e75480;
  font-size: 20px;
}
.main-slider {
  position: relative;
}
.main-slider:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
  background: url(../images/background/pattern-1.png) repeat-x;
}
.main-slider:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 93px;
  z-index: 10;
  background: url(../images/background/dotted-line.png) repeat-x;
}
.main-slider .slide {
  position: relative;
  padding: 20px 0 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slider .content {
  position: relative;
  z-index: 10;
}
.main-slider .content .title {
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: 1em;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
.main-slider .swiper-slide-active .content .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.6s;
}
.main-slider .content h2 {
  position: relative;
  font-size: 40px;
  color: #e75480;
  font-weight: 700;
  line-height: 1.2em;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
.main-slider .swiper-slide-active .content h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.2s;
}
.main-slider .content .text {
  position: relative;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 1.8em;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}
.main-slider .swiper-slide-active .content .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1s;
}
.main-slider .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider .btn-box .theme-btn {
  float: left;
  margin: 0 30px 15px 0;
}
.main-slider .swiper-slide-active .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.5s;
}
.main-slider .swiper-button-next {
  right: 40px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 49px;
  border-radius: 50%;
  text-align: center;
  background-image: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e75480;
}
.main-slider .swiper-button-next:before {
  position: absolute;
  content: "\f14e";
  left: 0;
  top: 0;
  width: 50px;
  color: #e75480;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Flaticon;
}
.main-slider .swiper-button-prev {
  left: 40px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 49px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: none;
  border: 1px solid #e75480;
}
.main-slider .swiper-button-prev:before {
  position: absolute;
  content: "\f14f";
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #e75480;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Flaticon;
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
  background-color: #e75480;
}
.main-slider .swiper-button-next:hover::before,
.main-slider .swiper-button-prev:hover::before {
  color: #fff;
}
.main-slider
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #e75480;
}
.department-section {
  position: relative;
  padding: 50px 0 20px;
}
.department-section .owl-nav {
  display: none;
}
.department-section .owl-dots {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.department-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ccc;
  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;
}
.department-section .owl-dots .owl-dot.active,
.department-section .owl-dots .owl-dot:hover {
  background-color: #e75480;
}
.department-block {
  position: relative;
}
.department-block .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 45px 45px 40px;
  border: 1px solid #ddd;
}
.department-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e75480;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.department-block .inner-box:hover::before {
  width: 100%;
}
.department-block .inner-box .upper-box {
  position: relative;
  padding-top: 20px;
  padding-left: 95px;
}
.department-block .inner-box .upper-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #e75480;
  font-size: 66px;
  line-height: 1em;
  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;
}
.department-block .inner-box .upper-box h3 {
  position: relative;
  font-size: 24px;
  color: #222;
  font-weight: 700;
  line-height: 1.3em;
}
.department-block .inner-box .upper-box h3 a {
  position: relative;
  color: #222;
  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;
}
.department-block .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 35px;
  margin-bottom: 40px;
  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;
}
.department-block .inner-box .read-outer {
  position: relative;
}
.department-block .inner-box .read-outer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.department-block .inner-box .read-outer .read-more {
  position: relative;
  color: #e75480;
  font-size: 16px;
  font-weight: 700;
  padding-right: 30px;
  display: inline-block;
  background-color: #fff;
  font-family: Lora, serif;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.department-block .inner-box:hover {
  border-color: #e75480;
}
.department-block .inner-box:hover .read-outer .read-more,
.department-block .inner-box:hover .text,
.department-block .inner-box:hover .upper-box .icon,
.department-block .inner-box:hover .upper-box h3 a {
  color: #fff;
}
.department-block .inner-box:hover .read-outer:before {
  background-color: #fff;
}
.department-block .inner-box:hover .read-outer .read-more {
  background-color: #e75480;
}
.fluid-section-one {
  position: relative;
}
.fluid-section-one .outer-section {
  position: relative;
  background-color: #f5f5f5;
}
.fluid-section-one .image-column {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  bottom: 50px;
  float: right;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.fluid-section-one .image-column .image {
  width: 100%;
  display: none;
}
.fluid-section-one .image-column .image img {
  display: block;
  width: 100%;
}
.fluid-section-one .content-column {
  position: relative;
  width: 50%;
  float: right;
}
.fluid-section-one .content-column .content-box {
  position: relative;
  max-width: 720px;
  width: 100%;
  float: left;
  z-index: 2;
  margin: 0 auto;
  padding: 95px 15px 80px 110px;
}
.fluid-section-one .content-column .sec-title {
  margin-bottom: 40px;
}
.fluid-section-one .content-column .text {
  position: relative;
  margin-bottom: 45px;
  text-align: justify;
}
.fluid-section-one .content-column .text p {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.fluid-section-one .content-column .text p:last-child {
  margin-bottom: 0;
}
.services-section {
  position: relative;
  padding: 70px 0 40px;
}
.services-section .left-column {
  position: relative;
}
.services-section .left-column .inner-column {
  position: relative;
}
.services-section .left-column .inner-column .service-block:nth-child(1),
.services-section .left-column .inner-column .service-block:nth-child(3) {
  margin-right: -80px;
}
.services-section .left-column .inner-column .service-block:nth-child(2) {
  margin-right: 22px;
}
.service-block {
  position: relative;
  margin-bottom: 90px;
}
.service-block .inner-box {
  position: relative;
  text-align: right;
  padding-right: 80px;
}
.service-block .inner-box .icon-box {
  position: absolute;
  right: 0;
  top: 5px;
  color: #e75480;
  font-size: 56px;
  line-height: 1em;
}
.service-block .inner-box h3 {
  position: relative;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}
.service-block .inner-box h3 a {
  position: relative;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block .inner-box h3 a:hover {
  color: #0e56dc;
}
.service-block .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 12px;
}
.services-section .right-column {
  position: relative;
}
.services-section .right-column .inner-column {
  position: relative;
}
.services-section .right-column .inner-column .service-block-two:nth-child(1),
.services-section .right-column .inner-column .service-block-two:nth-child(3) {
  margin-left: -80px;
}
.services-section .right-column .inner-column .service-block-two:nth-child(2) {
  margin-left: 22px;
}
.service-block-two {
  position: relative;
  margin-bottom: 90px;
}
.service-block-two .inner-box {
  position: relative;
  padding-left: 80px;
}
.service-block-two .inner-box .icon-box {
  position: absolute;
  left: 0;
  top: 5px;
  color: #e75480;
  font-size: 56px;
  line-height: 1em;
}
.service-block-two .inner-box h3 {
  position: relative;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}
.service-block-two .inner-box h3 a {
  position: relative;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-two .inner-box h3 a:hover {
  color: #0e56dc;
}
.service-block-two .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 12px;
}
.services-section .circles-column {
  position: relative;
}
.services-section .circles-column .inner-column {
  position: relative;
  text-align: center;
  padding-top: 105px;
}
.services-section .circles-column .circles {
  position: relative;
}
.services-section .circles-column .circles .circle-one {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #ececec;
}
.services-section .circles-column .circles .circle-one:before {
  position: absolute;
  content: "";
  left: 32px;
  top: 32px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e75480;
  background-color: #fff;
}
.services-section .circles-column .circles .circle-one:after {
  position: absolute;
  content: "";
  right: 32px;
  bottom: 32px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  background-color: #fff;
}
.services-section .circles-column .circles .circle-two {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  margin-left: -100px;
  border: 2px solid #ececec;
}
.services-section .circles-column .circles .circle-two:before {
  position: absolute;
  content: "";
  right: 22px;
  top: 22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e75480;
}
.services-section .circles-column .circles .circle-two:after {
  position: absolute;
  content: "";
  left: 22px;
  bottom: 22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e1e1e1;
}
.services-section .circles-column .circles .circle-three {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-left: -50px;
  border: 2px solid #ececec;
}
.services-section .circles-column .circles .circle-three:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 32px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #000222;
}
.counter-section {
  position: relative;
  padding: 10px 0 10px;
  background-color: #e75480;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-section.style-two {
  padding-bottom: 270px;
}
.fact-counter {
  position: relative;
}
.fact-counter .column {
  position: relative;
  margin-bottom: 30px;
}
.fact-counter .column .inner {
  position: relative;
}
.fact-counter .column .inner .content {
  position: relative;
  text-align: center;
}
.fact-counter .column .inner .icon {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0;
  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;
}
.fact-counter .count-outer .percentage {
  display: inline-block;
  font-weight: 600;
  color: #020e28;
  font-size: 48px;
  line-height: 1em;
}
.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1em;
  display: inline-block;
  font-family: Lora, serif;
}
.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Lato, sans-serif;
}
.fact-counter.style-two .column .inner .content {
  padding-left: 75px;
  text-align: left;
}
.team-section {
  position: relative;
  padding: 110px 0 80px;
}
.team-block {
  position: relative;
  margin-bottom: 30px;
}
.team-block .inner-box {
  position: relative;
  overflow: hidden;
}
.team-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #e75480;
}
.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-block .inner-box:hover .image img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}
.team-block .inner-box .image .overlay-box {
  position: absolute;
  content: "";
  left: 0;
  bottom: -140px;
  z-index: 1;
  padding: 15px 15px 15px;
  display: inline-block;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.team-block .inner-box:hover .image .overlay-box {
  bottom: 40px;
}
.team-block .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 0;
  right: -20px;
  bottom: 0;
  z-index: 1;
  background-color: #e75480;
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.team-block .inner-box .image .overlay-box:after {
  position: absolute;
  content: "";
  left: -50px;
  top: 0;
  right: -25px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.team-block .inner-box:hover .image .overlay-box:after {
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  transition-delay: 0.8s;
  opacity: 1;
}
.team-block .inner-box .image .overlay-box .social-icons {
  position: relative;
  z-index: 1;
}
.team-block .inner-box .image .overlay-box .social-icons li {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}
.team-block .inner-box .image .overlay-box .social-icons li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-block .inner-box .image .overlay-box .social-icons li a:hover {
  color: #000;
}
.team-block .inner-box .image .overlay-box .appointment {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 6px;
  margin-left: 12px;
  display: inline-block;
}
.main-header .header-top .top-right .social-icons li a:hover {
  color: #000;
}
.team-block .inner-box .lower-content {
  position: relative;
  padding-top: 25px;
  text-align: center;
}
.team-block .inner-box .lower-content h3 {
  position: relative;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}
.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-block .inner-box:hover .lower-content h3 a {
  color: #e75480;
}
.team-block .inner-box .lower-content .designation {
  position: relative;
  color: #777;
  font-size: 16px;
  margin-top: 6px;
}
.fullwidth-section {
  position: relative;
}
.fullwidth-section .left-column {
  position: relative;
  width: 50%;
  float: left;
  background-size: cover;
}
.fullwidth-section .left-column .inner-column {
  position: relative;
  padding: 90px 60px 90px 15px;
}
.fullwidth-section .left-column .inner-column:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.fullwidth-section .left-column .inner-column .content {
  position: relative;
  max-width: 750px;
  width: 100%;
  float: right;
  padding-left: 100px;
}
.fullwidth-section .left-column .inner-column .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
  font-size: 56px;
  line-height: 1em;
}
.fullwidth-section .left-column .inner-column .content .title {
  position: relative;
  color: #777;
  font-size: 20px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.fullwidth-section .left-column .inner-column .content h2 {
  position: relative;
  color: #222;
  font-size: 36px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.fullwidth-section .right-column {
  position: relative;
  width: 50%;
  float: left;
  background-color: #222;
}
.fullwidth-section .right-column .inner-column {
  position: relative;
  padding: 90px 60px 90px 110px;
}
.fullwidth-section .right-column .upper-box {
  position: relative;
  padding-left: 80px;
  padding-top: 5px;
}
.fullwidth-section .right-column .upper-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px;
  color: #fff;
  line-height: 1em;
}
.fullwidth-section .right-column .upper-box h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3em;
  text-transform: uppercase;
}
.fullwidth-section .right-column .time-list {
  position: relative;
  margin-top: 35px;
}
.fullwidth-section .right-column .time-list li {
  position: relative;
  margin-bottom: 14px;
}
.fullwidth-section .right-column .time-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
}
.fullwidth-section .right-column .time-list li span {
  position: relative;
  color: #fff;
  font-size: 16px;
  background-color: #222;
}
.fullwidth-section .right-column .time-list li span.left-span {
  padding-right: 30px;
}
.fullwidth-section .right-column .time-list li span.right-span {
  padding-left: 30px;
}
.testimonial-section {
  position: relative;
  padding: 100px 0 100px;
}
.testimonial-section .testimonial-outer {
  position: relative;
  padding-top: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.testimonial-section.style-two {
  padding-bottom: 200px;
}
.testimonial-block {
  position: relative;
}
.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}
.testimonial-block .inner-box .quote-icon {
  position: relative;
  font-size: 18px;
  line-height: 1em;
  color: #777;
}
.testimonial-block .inner-box .text {
  position: relative;
  color: #777;
  font-size: 18px;
  line-height: 1.9em;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 5px;
}
.testimonial-block .inner-box .author-name {
  position: relative;
  color: #222;
  font-size: 16px;
  margin-top: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham-Bold;
}
.testimonial-block .inner-box .designation {
  position: relative;
  color: #666;
  font-size: 14px;
  margin-top: 0;
  font-family: Gotham-Book;
}
.testimonial-section .client-thumb-outer {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 5px;
}
.testimonial-section .client-thumb-outer .owl-item.active .author-info {
  opacity: 1;
  visibility: visible;
}
.testimonial-section .client-thumb-outer .author-info {
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 40px;
}
.testimonial-section .client-thumb-outer .author-info .author-name {
  position: relative;
  font-weight: 700;
  color: #e75480;
  font-size: 18px;
  line-height: 1.3em;
  font-family: Lora, serif;
}
.testimonial-section .client-thumb-outer .designation {
  position: relative;
  color: #777;
  font-size: 14px;
  margin-top: 4px;
}
.testimonial-section
  .client-thumb-outer
  .owl-item.active
  .thumb-item
  .thumb-box {
  z-index: 999;
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.testimonial-section .client-thumb-outer .client-thumbs-carousel {
  position: relative;
  max-width: 80px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-section
  .client-thumb-outer
  .client-thumbs-carousel
  .owl-stage-outer {
  overflow: visible;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section .client-thumb-outer .owl-item {
  z-index: 0;
}
.testimonial-section .client-thumb-outer .owl-item.active {
  z-index: 10;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.testimonial-section .client-thumb-outer .owl-item.active .thumb-box:before {
  opacity: 0;
}
.testimonial-section
  .client-thumb-outer
  .client-thumbs-carousel
  .thumb-item
  img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.testimonial-section .owl-item.active .thumb-content {
  opacity: 1;
}
.testimonial-section .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}
.testimonial-section .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: 0 0;
  border-radius: 0 50px 50px 0;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: 0 0;
  border: 1px solid #000;
  border-radius: 50px 0 0 50px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
.testimonial-section .owl-nav .owl-next {
  right: 0;
  left: auto;
}
.testimonial-section .owl-nav .owl-next:hover,
.testimonial-section .owl-nav .owl-prev:hover {
  color: #e75480;
  border-color: #e75480;
}
.testimonial-section .owl-dots {
  display: none;
}
.news-section {
  position: relative;
  padding: 110px 0 90px;
  background-color: #fafafa;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
}
.news-block .inner-box .image {
  position: relative;
}
.news-block .inner-box .image a {
  position: relative;
  display: block;
}
.news-block .inner-box .image a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  display: block;
  z-index: 1;
  opacity: 0.5;
  background-color: #e75480;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news-block .inner-box:hover .image a:before {
  height: 100%;
}
.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.news-block .inner-box .image .category {
  position: absolute;
  right: 0;
  top: 18px;
  color: #fff;
  font-size: 14px;
  z-index: 10;
  display: inline-block;
  background-color: #e75480;
  padding: 4px 8px 4px 12px;
  border-radius: 50px 0 0 50px;
}
.news-block .inner-box .lower-content {
  position: relative;
  padding-top: 35px;
  text-align: center;
}
.news-block .inner-box .lower-content .post-meta {
  position: relative;
}
.news-block .inner-box .lower-content .post-meta li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1em;
  display: inline-block;
  border-right: 1px solid #777;
}
.news-block .inner-box .lower-content .post-meta li a {
  position: relative;
  color: #777;
  font-size: 14px;
}
.news-block .inner-box .lower-content .post-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.news-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 22px;
  color: #222;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 15px;
}
.news-block .inner-box .lower-content h3 a {
  position: relative;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .inner-box .lower-content h3 a:hover {
  color: #e75480;
}
.news-block .inner-box .lower-content .text {
  position: relative;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 15px;
  margin-bottom: 25px;
}
.news-block .inner-box .lower-content .read-more {
  position: relative;
  color: #e75480;
  font-size: 14px;
  padding: 11px 30px;
  font-weight: 500;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #e75480;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .inner-box .lower-content .read-more:hover {
  color: #222;
  border-color: #222;
}
.newsletter-section {
  position: relative;
  padding: 75px 0;
}
.newsletter-section .title-column {
  position: relative;
}
.newsletter-section .title-column .inner-column {
  position: relative;
}
.newsletter-section .title-column .inner-column h2 {
  position: relative;
  color: #222;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}
.newsletter-section .title-column .inner-column .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 10px;
}
.newsletter-section .form-column {
  position: relative;
}
.newsletter-section .form-column .inner-column {
  position: relative;
}
.subscribe-form {
  position: relative;
}
.subscribe-form .form-group {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 60px;
  font-size: 14px;
  color: #222;
  border-radius: 50px;
  padding-right: 170px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px 10px 30px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  font-family: Lora, serif;
}
.newsletter-section.style-two {
  padding-bottom: 200px;
}
.main-footer {
  position: relative;
  background-color: #f6fbfd;
  background-size: cover;
}
.main-footer .widgets-section {
  position: relative;
  padding: 40px 0 30px;
}
.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}
.main-footer .footer-widget .footer-title {
  position: relative;
  margin-bottom: 30px;
}
.main-footer .footer-widget .footer-title h2 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.main-footer .footer-widget .footer-title .separator {
  position: relative;
  width: 40px;
  height: 5px;
}
.main-footer .footer-widget .footer-title .separator:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.main-footer .footer-widget .footer-title .separator:after {
  position: absolute;
  top: -2px;
  content: "";
  right: -15px;
  width: 5px;
  height: 5px;
  background-color: #e75480;
}
.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}
.main-footer .logo-widget .text {
  position: relative;
  color: #777;
  font-size: 15px;
  line-height: 2em;
  margin-top: 20px;
  margin-bottom: 30px;
}
.main-footer .logo-widget .social-icons {
  position: relative;
}
.main-footer .logo-widget .social-icons li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.main-footer .logo-widget .social-icons li.share {
  color: #fff;
  font-weight: 600;
}
.main-footer .logo-widget .social-icons li a {
  position: relative;
  width: 37px;
  height: 37px;
  color: #bbb;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #bbb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .logo-widget .social-icons li a:hover {
  color: #fff;
  border-color: #e75480;
  background-color: #e75480;
}
.main-footer .footer-list {
  position: relative;
}
.main-footer .footer-list li {
  position: relative;
  margin-bottom: 15px;
}
.main-footer .footer-list li a {
  position: relative;
  color: #777;
  font-size: 15px;
  line-height: 1.3em;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .footer-list li a:before {
  position: absolute;
  content: "\f22b";
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
}
.main-footer .footer-list li a:hover {
  color: #e75480;
}
.news-widget-block {
  position: relative;
  margin-bottom: 30px;
}
.news-widget-block:last-child {
  margin-bottom: 0;
}
.news-widget-block:last-child {
  margin-bottom: 0;
}
.news-widget-block .widget-inner {
  position: relative;
  padding-left: 110px;
  min-height: 90px;
  padding-top: 8px;
}
.news-widget-block .widget-inner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
}
.news-widget-block .widget-inner h3 {
  position: relative;
  color: #222;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 5px;
  font-weight: 700;
}
.news-widget-block .widget-inner h3 a {
  position: relative;
  color: #222;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-widget-block .widget-inner h3 a:hover {
  color: #e75480;
}
.news-widget-block .widget-inner .post-date {
  position: relative;
  color: #777;
  font-size: 12px;
}
.main-footer .contact-list {
  position: relative;
}
.main-footer .contact-list li {
  position: relative;
  color: #777;
  font-size: 15px;
  line-height: 1.8em;
  padding-left: 70px;
  margin-bottom: 20px;
}
.main-footer .contact-list li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  color: #e75480;
  font-size: 40px;
  line-height: 1em;
}
.main-footer .contact-list li a {
  position: relative;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  font-family: Lora, serif;
}
.main-footer .footer-bottom {
  position: relative;
  padding: 15px 0;
  text-align: center;
  background-color: #e75480;
}
.main-footer .footer-bottom .copyright {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.main-footer.style-two:after {
  position: absolute;
  content: "";
  left: 0;
  top: -120px;
  width: 100%;
  height: 120px;
  background: url(../images/background/pattern-8.png) no-repeat;
  background-size: 100% 100%;
}
.main-footer.style-two {
  background-color: #e75480;
}
.main-footer.style-two .contact-list li,
.main-footer.style-two .contact-list li .icon,
.main-footer.style-two .contact-list li a,
.main-footer.style-two .footer-list li a,
.main-footer.style-two .footer-widget .footer-title h2,
.main-footer.style-two .logo-widget .text,
.main-footer.style-two .news-widget-block .widget-inner .post-date,
.main-footer.style-two .news-widget-block .widget-inner h3 a {
  color: #fff;
}
.main-footer.style-two .footer-widget .footer-title .separator:after {
  background-color: #fff;
}
.main-footer.style-two .logo-widget .social-icons li a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.main-footer.style-two .footer-bottom {
  background-color: #222;
}
.hidden-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 305px;
  height: 100%;
  background: #272727;
  z-index: 9999;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
}
.hidden-bar-wrapper {
  height: 100%;
}
.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.hidden-bar.right-align {
  right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
  right: 0;
}
.hidden-bar .hidden-bar-closer {
  position: absolute;
  top: 10px;
  right: 15px;
  background: 0 0;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
  background: 0 0;
  display: block;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
}
.hidden-bar .hidden-bar-closer:hover button {
  color: #fff;
}
.hidden-bar .hidden-bar-closer:hover {
  color: #414857;
}
.hidden-bar .hidden-bar-closer:hover .btn {
  color: #fff;
}
.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: 0;
  font-size: 14px;
}
.sidebar-info-contents {
  position: relative;
}
.sidebar-info-contents .content-inner {
  position: relative;
}
.sidebar-info-contents .content-inner .logo {
  padding: 0 0 40px;
}
.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}
.sidebar-info-contents .content-inner .content-box {
  position: relative;
}
.sidebar-info-contents .content-inner .content-box h2 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .content-box .text {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}
.sidebar-info-contents .content-inner .contact-info {
  position: relative;
  margin-top: 60px;
}
.sidebar-info-contents .content-inner .contact-info h2 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #222;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
}
.main-slider-two {
  position: relative;
  padding: 65px 0 60px;
}
.main-slider-two .slider-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main-slider-two .slider-icons .icon-one {
  position: absolute;
  left: 8%;
  top: 7%;
}
.main-slider-two .slider-icons .icon-two {
  position: absolute;
  left: 8%;
  top: 40%;
}
.main-slider-two .slider-icons .icon-three {
  position: absolute;
  left: 2%;
  top: 64%;
}
.main-slider-two .slider-icons .icon-four {
  position: absolute;
  left: 12%;
  top: 80%;
}
.main-slider-two .slider-icons .icon-five {
  position: absolute;
  left: 24%;
  top: 7%;
}
.main-slider-two .slider-icons .icon-six {
  position: absolute;
  left: 54%;
  top: 7%;
}
.main-slider-two .slider-icons .icon-seven {
  position: absolute;
  right: 2%;
  top: 7%;
}
.main-slider-two .slider-icons .icon-eight {
  position: absolute;
  left: 54%;
  top: 70%;
}
.main-slider-two .slider-icons .icon-nine {
  position: absolute;
  left: 84%;
  top: 70%;
}
.main-slider-two .image-column {
  position: relative;
}
.main-slider-two .image-column .inner-column {
  position: relative;
  padding-right: 50px;
}
.main-slider-two .image-column .inner-column .image {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.main-slider-two .swiper-slide-active .image-column .inner-column .image {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0s;
}
.main-slider-two .content-column {
  position: relative;
}
.main-slider-two .content-column .inner-column {
  position: relative;
  padding-top: 150px;
}
.main-slider-two .content-column .inner-column .title {
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: 1em;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0s;
}
.main-slider-two .content-column .inner-column h2 {
  position: relative;
  font-size: 48px;
  color: #e75480;
  font-weight: 700;
  line-height: 1em;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.6s;
}
.main-slider-two .content-column .inner-column .text {
  position: relative;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 1.8em;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1s;
}
.main-slider-two .content-column .inner-column .theme-btn {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column .theme-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1.4s;
}
.main-slider-two .swiper-button-next {
  right: 40px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-image: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #e75480;
}
.main-slider-two .swiper-button-next:before {
  position: absolute;
  content: "\f14e";
  left: 0;
  top: 0;
  width: 50px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Flaticon;
}
.main-slider-two .swiper-button-prev {
  left: 40px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: none;
  background-color: #e75480;
}
.main-slider-two .swiper-button-prev:before {
  position: absolute;
  content: "\f14f";
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Flaticon;
}
.main-slider-two .swiper-button-next:hover,
.main-slider-two .swiper-button-prev:hover {
  background-color: #222;
}
.main-slider-two .swiper-button-next:hover::before,
.main-slider-two .swiper-button-prev:hover::before {
  color: #fff;
}
.welcome-section {
  position: relative;
  padding: 100px 0 100px;
}
.welcome-section .image-layer {
  position: absolute;
  left: -100px;
  top: -20px;
  width: 1159px;
  height: 1072px;
}
.welcome-section .content-column {
  position: relative;
  margin-bottom: 40px;
}
.welcome-section .content-column .inner-column {
  position: relative;
}
.welcome-section .content-column .sec-title {
  position: relative;
  margin-bottom: 40px;
}
.welcome-section .content-column .inner-column .text {
  position: relative;
  margin-bottom: 50px;
}
.welcome-section .content-column .inner-column .text p {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 20px;
}
.welcome-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0;
}
.welcome-section .content-column .inner-column .play-btn {
  position: relative;
  padding: 18px 30px 18px 75px;
  border: 1px solid #bbb;
  border-radius: 50px;
  font-size: 16px;
  color: #222;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.welcome-section .content-column .inner-column .play-btn .icon {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: #e75480;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.welcome-section .content-column .inner-column .play-btn:hover {
  background-color: #e75480;
  border-color: #e75480;
  color: #fff;
}
.welcome-section .content-column .inner-column .play-btn:hover .icon {
  background-color: #fff;
  color: #e75480;
}
.welcome-section .image-column {
  position: relative;
  margin-bottom: 40px;
}
.welcome-section .image-column .inner-column {
  position: relative;
}
.welcome-section .image-column .inner-column .image {
  position: relative;
  text-align: center;
}
.welcome-section .image-column .inner-column .image img {
  position: relative;
}
.welcome-section .image-column .inner-column .icon-outer {
  position: absolute;
  right: 0;
  bottom: 0;
}
.welcome-section .image-column .inner-column .icon-outer .icon-inner {
  position: relative;
  width: 110px;
  height: 110px;
  color: #e75480;
  font-size: 48px;
  border-radius: 50%;
  line-height: 110px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.welcome-section .image-column .inner-column .icon-outer .icon-inner:before {
  position: absolute;
  content: "";
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  border: 2px dashed #d2d2d2;
}
.welcome-section .image-column .inner-column .icon-outer .icon-inner:after {
  position: absolute;
  content: "";
  left: -40px;
  right: -40px;
  top: -40px;
  bottom: -40px;
  border-radius: 50%;
  border: 2px dashed #d2d2d2;
}
.department-section-two {
  position: relative;
  padding: 90px 0 90px;
}
.department-section-two.style-two {
  background-color: #fff;
  padding-bottom: 200px;
}
.department-section-two.style-two:before {
  display: none;
}
.department-section-two.style-two .sec-title .separator:after {
  border-color: #fff;
}
.department-section-two .owl-nav {
  display: none;
}
.department-section-two .owl-dots {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.department-section-two .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ccc;
  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;
}
.department-section-two .owl-dots .owl-dot.active,
.department-section-two .owl-dots .owl-dot:hover {
  background-color: #222;
}
.department-section-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.DCO {
  margin-top: 30px;
}
.department-section-two .sec-title .separator:after {
  border-color: #1262f5;
}
.department-block-two {
  position: relative;
}
.department-block-two .inner-box {
  position: relative;
}
.department-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.department-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.department-block-two .inner-box .lower-content {
  position: relative;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: -62px;
  border-radius: 10px;
  padding-top: 30px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}
.department-block-two .inner-box .lower-content h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1.3em;
  padding-left: 15px;
  padding-right: 15px;
}
.department-block-two .inner-box .lower-content h3 a {
  position: relative;
  color: #222;
}
.department-block-two .inner-box .lower-content .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
.department-block-two .inner-box .lower-content .read-more {
  position: relative;
  display: block;
  padding: 15px 15px;
  text-align: center;
  color: #e75480;
  font-size: 16px;
  font-weight: 700;
  background-color: #ddd;
  font-family: Lora, serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.department-block-two .inner-box:hover .lower-content .read-more {
  background-color: #222;
  color: #fff;
}
.price-section {
  position: relative;
  padding: 100px 0 80px;
}
.price-block {
  position: relative;
  margin-bottom: 30px;
}
.price-block .inner-box {
  position: relative;
  padding-top: 45px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
.price-block .inner-box .upper-box {
  position: relative;
  padding-left: 50px;
  padding-right: 15px;
}
.price-block .inner-box .upper-box .icon {
  position: absolute;
  right: 20px;
  top: 0;
  color: #e5e5e5;
  font-size: 90px;
  line-height: 1em;
}
.price-block .inner-box .upper-box .title {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.3em;
}
.price-block .inner-box .upper-box .price {
  position: relative;
  color: #e75480;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px;
  font-family: Lora, serif;
}
.price-block .inner-box .upper-box .price sub {
  position: relative;
  font-size: 30px;
  bottom: 5px;
}
.price-block .inner-box .plan-outer {
  position: relative;
  display: block;
}
.price-block .inner-box .plan-outer .plan {
  position: relative;
  text-align: right;
  color: #222;
  float: right;
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 50px 0 0 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: Lora, serif;
}
.price-block .inner-box:hover .plan-outer .plan {
  background-color: #222;
  color: #fff;
}
.price-block .inner-box .middle-content {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: 35px;
}
.price-block .inner-box .middle-content ul {
  position: relative;
}
.price-block .inner-box .middle-content ul li {
  position: relative;
  color: #777;
  font-size: 15px;
  margin-bottom: 22px;
  padding-left: 30px;
  text-align: left;
}
.price-block .inner-box .middle-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #777;
  content: "\f176";
  font-weight: 700;
  font-family: Flaticon;
}
.price-block .inner-box .appointment {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 18px 15px;
  background-color: #222;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.price-block .inner-box:hover .appointment {
  background-color: #e75480;
}
.services-section-two {
  position: relative;
  padding: 80px 0 50px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-section-two.style-two {
  padding-bottom: 180px;
}
.services-section-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.service-block-three {
  position: relative;
  margin-bottom: 50px;
}
.service-block-three .inner-box {
  position: relative;
  text-align: center;
  padding: 45px 30px 45px;
}
.service-block-three .inner-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  background-color: #e75480;
}
.service-block-three .inner-box:hover::before {
  height: 100%;
  transition-delay: 0.6s;
}
.service-block-three .inner-box .border-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.service-block-three .inner-box .border-one:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #acacac;
}
.service-block-three .inner-box .border-one:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #acacac;
}
.service-block-three .inner-box:hover .border-one:after,
.service-block-three .inner-box:hover .border-one:before {
  background-color: #e75480;
}
.service-block-three .inner-box:hover .border-one {
  width: 100%;
  height: 100%;
  display: block;
}
.service-block-three .inner-box .border-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.service-block-three .inner-box .border-two:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #acacac;
}
.service-block-three .inner-box .border-two:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #acacac;
}
.service-block-three .inner-box:hover .border-two {
  width: 100%;
  height: 100%;
  display: block;
}
.service-block-three .inner-box:hover .border-two:after,
.service-block-three .inner-box:hover .border-two:before {
  background-color: #e75480;
}
.service-block-three .inner-box .icon-box {
  position: relative;
  color: #9c9c9c;
  font-size: 60px;
  line-height: 1em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.service-block-three .inner-box h3 {
  position: relative;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 25px;
}
.service-block-three .inner-box h3 a {
  position: relative;
  color: #222;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.service-block-three .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.service-block-three .inner-box:hover .icon-box,
.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover h3 a {
  color: #fff;
  transition-delay: 0.6s;
}
.doctors-section {
  position: relative;
  padding: 50px 0 30px;
  background-color: #eee;
}
.doctors-section.style-two {
  padding-bottom: 240px;
}
.doctors-section.style-three {
  padding-top: 0;
  padding-bottom: 240px;
}
.doctors-tabs {
  position: relative;
}
.doctors-tabs .doctor-info {
  position: relative;
}
.doctor-info .image-column img {
  display: block;
  width: 100%;
}
.doctor-info .content-column .inner-column {
  position: relative;
}
.doctors-tabs .tabs-content .tab {
  display: none;
}
.doctors-tabs .tabs-content .tab.active-tab {
  display: block;
}
.doctor-info .name {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #e75480;
  font-weight: 700;
  margin-bottom: 7px;
}
.doctor-info .name a {
  color: #e75480;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctor-info .name a:hover {
  color: #222;
}
.doctor-info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #222;
  font-weight: 400;
  margin-bottom: 25px;
}
.doctor-info p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
.doctor-info .timing {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  margin-bottom: 20px;
}
.doctor-info .timing i {
  color: #e75480;
  margin-right: 10px;
}
.doctor-info .social-links {
  position: relative;
  padding-top: 15px;
}
.doctor-info .social-links h4,
.doctor-info .social-links li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  margin-right: 15px;
}
.doctor-info .social-links h4 {
  font-weight: 700;
  margin-left: 0;
  margin-bottom: 15px;
}
.doctor-info .social-links li {
  float: left;
}
.doctor-info .social-links li a {
  display: block;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctor-info .social-links li a:hover {
  color: #e75480;
}
.doctor-info .call-btn {
  position: relative;
  margin-top: 0;
  float: right;
}
.doctor-info .call-btn a {
  padding: 14px 25px;
}
.doctors-tabs .doctors-thumb {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 0 30px;
  z-index: 9;
}
.doctors-tabs .doctors-thumb .tab-btn {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.doctors-tabs .doctors-thumb .image-box {
  position: relative;
  max-width: 170px;
  border: 1px solid #ddd;
  text-align: center;
}
.doctors-tabs .doctors-thumb .image-box figure {
  margin-bottom: 0;
}
.doctors-tabs .doctors-thumb .image-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e75480 padding-box content-box;
  opacity: 0.7;
  padding: 10px;
  content: "";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctors-tabs .doctors-thumb .active-btn .image-box:before,
.doctors-tabs .doctors-thumb .image-box:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.doctors-tabs .doctors-thumb .image-box:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin: -20px 0 0 -20px;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  content: "\f115";
  font-family: flaticon;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.doctors-tabs .doctors-thumb .active-btn .image-box:after,
.doctors-tabs .doctors-thumb .image-box:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.doctors-tabs .doctors-thumb .image-box img {
  width: 100%;
  height: auto;
}
.default-section {
  position: relative;
  padding: 100px 0 70px;
  background-size: cover;
}
.default-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.default-section .sec-title .separator:after {
  top: -6px;
  border: none;
  width: 12px;
  height: 12px;
  margin-left: -6px;
}
.progress-levels {
  position: relative;
  margin-bottom: 30px;
}
.progress-levels .progress-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
  border-radius: 50px;
}
.progress-levels .progress-box .inner {
  position: relative;
  text-align: center;
  padding-left: 170px;
}
.progress-levels .progress-box .inner .count-text {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}
.progress-levels .progress-box .inner .percent {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}
.progress-levels .progress-box .bar {
  position: relative;
}
.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
  right: -40px;
  position: absolute;
  text-align: center;
  top: 13px;
}
.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 50px;
  background-size: cover;
  background: url(../images/resource/graph-layer.jpg) repeat;
  background-position: center center;
  -moz-transition: all 2s ease 0.3s;
  -webkit-transition: all 2s ease 0.3s;
  -ms-transition: all 2s ease 0.3s;
  -o-transition: all 2s ease 0.3s;
  transition: all 2s ease 0.3s;
}
.progress-levels .progress-box .inner .text {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  min-width: 170px;
  text-align: center;
  line-height: 1.3em;
  padding: 14px 0;
  background-color: #222;
  text-transform: capitalize;
}
.default-section .timeline-column {
  position: relative;
}
.default-section .timeline-column .inner-column {
  position: relative;
}
.default-section .timeline-column .inner-column .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
}
.default-section .timeline-column .timeline-list {
  position: relative;
  margin-top: 40px;
  max-width: 350px;
}
.default-section .timeline-column .timeline-list li {
  position: relative;
  color: #777;
  font-size: 16px;
  margin-bottom: 20px;
}
.default-section .timeline-column .timeline-list li:before {
  position: absolute;
  content: "--";
  left: 50%;
  color: #777;
  margin-left: -2px;
}
.default-section .timeline-column .timeline-list li span {
  position: absolute;
  right: 0;
  color: #e75480;
}
.default-section .timeline-column .btn-box {
  position: relative;
  margin-top: 50px;
}
.default-section .timeline-column .btn-box .timeline-btn {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 18px 40px;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #e75480;
}
.default-section .timeline-column .btn-box .timeline-btn .icon {
  position: relative;
  margin-right: 8px;
}
.default-section .timeline-column .btn-box .timeline-btn:hover {
  background-color: #222;
}
.appointment-section {
  position: relative;
  padding-top: 125px;
  background-position: left top;
  background-repeat: no-repeat;
}
.appointment-section .image-column {
  position: relative;
}
.appointment-section .image-column .inner-column {
  position: relative;
  text-align: center;
}
.appointment-section .image-column .inner-column .image {
  position: relative;
}
.appointment-section .form-column {
  position: relative;
}
.appointment-section .form-column .inner-column {
  position: relative;
  margin-bottom: 45px;
}
.appointment-form {
  position: relative;
  z-index: 1;
}
.appointment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group select,
.appointment-form .form-group textarea,
.ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus {
  border-color: #e75480;
}
.appointment-form .form-group textarea {
  height: 150px;
  resize: none;
  border-radius: 10px;
}
.appointment-form .form-group input[type="submit"],
.appointment-form button {
  margin-top: 15px;
}
.appointment-form .form-group input[type="submit"]:hover,
.appointment-form button:hover {
  opacity: 0.95;
}
.appointment-form .form-group .icon {
  position: absolute;
  right: 10px;
  top: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.appointment-section-two .form-column {
  position: relative;
}
.appointment-section-two .form-column .inner-column {
  position: relative;
  padding-right: 45px;
  padding-top: 90px;
}
.appointment-section-two {
  position: relative;
  margin-top: -230px;
}
.appointment-section-two .inner-container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.appointment-section-two .image-column {
  position: relative;
}
.appointment-section-two .image-column .inner-column {
  position: relative;
  text-align: center;
  padding-left: 60px;
}
.appointment-section-two .image-column .inner-column .image {
  position: relative;
  margin-top: -140px;
}
.appointment-section-two .image-column .inner-column .image img {
  width: 100%;
  display: block;
}
.doctor-gallery-section {
  position: relative;
}
.doctor-gallery-section .outer-container {
  position: relative;
}
.doctor-gallery-section .owl-dots,
.doctor-gallery-section .owl-nav {
  display: none;
}
.gallery-block {
  position: relative;
}
.gallery-block .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-block .image-box {
  position: relative;
  display: block;
  margin: 0;
}
.gallery-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(0, 76, 218, 0.8);
}
.gallery-block .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.gallery-block .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0;
}
.gallery-block .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transform: translateY(50px);
}
.gallery-block .inner-box:hover .overlay-inner .content {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
}
.gallery-block .overlay-inner .link {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gallery-block .overlay-inner .link img {
  width: auto;
  display: inline-block;
}
.gallery-block .overlay-inner .link .icon {
  position: relative;
}
.health-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}
.health-section .inner-container {
  position: relative;
}
.health-section .content-column {
  position: relative;
}
.health-section .content-column .inner-column {
  position: relative;
  padding: 50px 50px;
}
.health-section .content-column .border-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 10px solid #e75480;
  border-bottom: 10px solid #e75480;
}
.health-section .content-column .border-line1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 10px solid #e75480;
  border-bottom: 10px solid #e75480;
  border-top: 10px solid #e75480;
}
.health-section .content-column .border-right1 {
  position: absolute;
  left: 260px;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 10px solid #004cd9;
  border-bottom: 10px solid #004cd9;
  border-left: 0;
}
.health-section .content-column .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  max-width: 490px;
  margin-bottom: 0;
}
.health-section .content-column .border-line:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 400px;
  height: 10px;
  background-color: #e75480;
}
.health-section .content-column .border-line:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 10px;
  height: 70px;
  background-color: #e75480;
}
.health-section .content-column .border-line1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 400px;
  height: 0;
  background-color: #e75480;
}
.health-section .content-column .border-line1:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10px;
  height: 70px;
  background-color: #e75480;
}
.health-section .image-column {
  position: relative;
}
.health-section .image-column .inner-column {
  position: relative;
}
.health-section .image-column .inner-column:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -50px;
  width: 379px;
  height: 350px;
  background: url(../images/background/pattern-6.jpg) no-repeat;
}
.health-section .image-column .inner-column .image {
  position: relative;
  margin-left: -80px;
}
.health-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}
.featured-section {
  position: relative;
  padding: 80px 0 60px;
}
.feature-block {
  position: relative;
  margin-bottom: 30px;
}
.feature-block .inner-box {
  position: relative;
}
.feature-block .inner-box .upper-box {
  position: relative;
  padding-left: 50px;
}
.feature-block .inner-box .upper-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #e75480;
  line-height: 1em;
  font-size: 30px;
}
.feature-block .inner-box .upper-box h3 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #222;
  line-height: 1.3em;
}
.feature-block .inner-box .upper-box h3 a {
  position: relative;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-block .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 20px;
}
.feature-block .inner-box .upper-box h3 a:hover {
  color: #e75480;
}
.main-slider-three {
  position: relative;
  padding-top: 230px;
  background-color: #004cd9;
}
.main-slider-three:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 254px;
  background: url(../images/main-slider/pattern-1.png);
  background-repeat: repeat-x;
}
.main-slider-three:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -2px;
  width: 706px;
  height: 405px;
  z-index: -1;
  background: url(../images/main-slider/curve.png);
  background-repeat: no-repeat;
}
.main-slider-three .content-column {
  position: relative;
}
.main-slider-three .content-column .inner-column {
  position: relative;
}
.main-slider-three .content-column h2 {
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
.main-slider-three .swiper-slide-active .content-column h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s;
}
.main-slider-three .content-column .text {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}
.main-slider-three .swiper-slide-active .content-column .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.6s;
}
.main-slider-three .content-column .btn-box {
  position: relative;
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-three .swiper-slide-active .content-column .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.2s;
}
.main-slider-three .content-column .btn-box .theme-btn {
  margin-right: 20px;
}
.main-slider-three .content-column .btn-box .appointment-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #004cd9;
  padding: 7px 37px 9px;
  font-weight: 400;
  overflow: hidden;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
}
.main-slider-three .content-column .btn-box .appointment-btn:hover {
  background: 0 0;
  color: #fff;
}
.main-slider-three .content-column .btn-box .services-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 7px 37px 9px;
  font-weight: 400;
  overflow: hidden;
  border-radius: 50px;
  overflow: hidden;
  background: 0 0;
  border: 2px solid #fff;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
}
.main-slider-three .content-column .btn-box .services-btn:hover {
  background: #fff;
  color: #004cd9;
}
.main-slider-three .image-column {
  position: relative;
}
.main-slider-three .image-column .inner-column {
  position: relative;
  text-align: center;
}
.main-slider-three .image-column .image {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.main-slider-three .swiper-slide-active .image-column .image {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0s;
}
.main-slider-three .image-column .image img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.main-slider-three .image-column .image:before {
  position: absolute;
  content: "";
  left: -25px;
  top: 20px;
  right: 20px;
  bottom: -10px;
  border-radius: 50%;
  background-color: #004cd9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.video-section {
  position: relative;
  padding: 60px 0 60px;
  background-attachment: fixed;
  background-size: cover;
}
.video-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
.video-section .content {
  position: relative;
  text-align: center;
}
.video-section .content .play-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  line-height: 70px;
  box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.4);
  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;
}
.video-section .content .play-box span {
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 99;
  color: #222;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  background-color: #fff;
}
.video-section .content .play-box .ripple,
.video-section .content .play-box .ripple:after,
.video-section .content .play-box .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.video-section .content .play-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-section .content .play-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.video-section .content .text {
  position: relative;
  color: #555;
  letter-spacing: 2px;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: Lora, serif;
}
.video-section .content h2 {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-size: 60px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: 700;
  font-family: Lora, serif;
}
.testimonial-section-two {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonial-section-two .sponsors-carousel {
  margin: 0 -15px;
  width: auto;
}
.testimonial-section-two .owl-theme .testimonial-block-two {
  margin: 0 15px;
}
.testimonial-section-two .owl-carousel .owl-stage-outer {
  padding: 60px 0 15px;
}
.testimonial-block-two {
  position: relative;
}
.testimonial-block-two .inner-box {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.testimonial-block-two .inner-box .image {
  position: relative;
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: -60px;
  margin-bottom: 30px;
  display: inline-block;
}
.testimonial-block-two .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px;
}
.testimonial-block-two .inner-box .lower-box {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.testimonial-block-two .inner-box .lower-box .quote-icon {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 20px 16px;
  border-radius: 50px 50px 0 0;
  background-color: #e75480;
}
.testimonial-block-two .inner-box .lower-box .author-info {
  position: relative;
}
.testimonial-block-two .inner-box .lower-box .author-info h3 {
  position: relative;
  color: #222;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}
.testimonial-block-two .inner-box .lower-box .author-info .author {
  position: relative;
  color: #777;
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 4px;
  margin-bottom: 25px;
}
.testimonial-section-two .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}
.testimonial-section-two .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: 0 0;
  border-radius: 0 50px 50px 0;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section-two .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: 0 0;
  border: 1px solid #000;
  border-radius: 50px 0 0 50px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section-two .owl-nav .owl-prev {
  left: -60px;
  right: auto;
}
.testimonial-section-two .owl-nav .owl-next {
  right: -60px;
  left: auto;
}
.testimonial-section-two .owl-nav .owl-next:hover,
.testimonial-section-two .owl-nav .owl-prev:hover {
  color: #e75480;
  border-color: #e75480;
}
.testimonial-section-two .owl-dots {
  display: none;
}
.doctor-info-section {
  position: relative;
  margin-top: -210px;
  z-index: 1;
}
.doctor-block {
  position: relative;
  margin-bottom: 30px;
}
.doctor-block .inner-box {
  position: relative;
  padding: 45px 40px;
  background-color: #222;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctor-block .inner-box:hover {
  background-color: #0072ff;
}
.doctor-block .inner-box h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3em;
  padding-bottom: 8px;
  display: inline-block;
  margin-bottom: 22px;
}
.doctor-block .inner-box h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.doctor-block .inner-box .doctor-time-list {
  position: relative;
  margin-bottom: 50px;
}
.doctor-block .inner-box .doctor-time-list li {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}
.doctor-block .inner-box .doctor-time-list li span {
  text-align: right;
  position: absolute;
  right: 0;
}
.doctor-block .inner-box .doctor-time-list li:last-child {
  margin-bottom: 0;
}
.doctor-block .inner-box h4 {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 6px;
  display: inline-block;
  margin-bottom: 18px;
}
.doctor-block .inner-box h4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.doctor-block .inner-box .phone {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.doctor-block .inner-box .phone strong {
  font-family: Lora, serif;
}
.doctor-block .inner-box .text {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 21px;
  font-family: Lora, serif;
}
.doctor-block .inner-box .detail {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  font-family: Lora, serif;
}
.news-section-two {
  position: relative;
  padding-top: 80px;
}
.news-block-two {
  position: relative;
  margin-bottom: 30px;
}
.news-block-two .inner-box {
  position: relative;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.news-block-two .inner-box:before {
  position: absolute;
  content: "";
  left: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block-two .inner-box:hover::before {
  background-color: #e75480;
}
.news-block-two .inner-box .image {
  position: relative;
}
.news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.news-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 40px;
}
.news-block-two .inner-box .lower-content .content {
  position: relative;
  padding-left: 150px;
}
.news-block-two .inner-box .lower-content .post-info {
  position: absolute;
  left: 20px;
  top: 0;
}
.news-block-two .inner-box .lower-content .post-info li {
  position: relative;
  color: #222;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.news-block-two .inner-box .lower-content .post-info li span {
  position: relative;
  color: #e75480;
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
.news-block-two .inner-box .lower-content .post-meta {
  position: relative;
}
.news-block-two .inner-box .lower-content .post-meta li {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
  border-right: 1px solid #fff;
}
.news-block-two .inner-box .lower-content .post-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.news-block-two .inner-box .lower-content h3 {
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 1.7em;
  font-weight: 700;
  margin-top: 15px;
}
.news-block-two.style-two .inner-box .lower-content h3 {
  font-size: 30px;
  line-height: 1.5em;
}
.news-block-two .inner-box .lower-content h3 a {
  position: relative;
  color: #fff;
}
.news-block-two .inner-box .lower-content .text {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 25px;
}
.news-block-two .inner-box:hover .lower-content .theme-btn {
  background-color: #fff;
  color: #e75480;
}
.clients-section {
  position: relative;
  padding: 70px 0 190px;
}
.clients-section .outer-container {
  position: relative;
  padding: 0 60px;
}
.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
  position: relative;
  display: none;
}
.clients-section .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin: 0;
}
.clients-section .sponsors-outer .image-box img {
  max-width: 100%;
  width: auto;
  opacity: 0.5;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-section .sponsors-outer .image-box img:hover {
  opacity: 1;
  cursor: col-resize;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.department-section-three {
  position: relative;
  padding: 100px 0 100px;
}
.department-section-three .sec-title .separator:after {
  border-color: rgba(0, 76, 218, 0.9);
  background-color: #fff;
}
.department-section-three .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-size: cover;
}
.department-section-three .image-layer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 76, 218, 0.8);
}
.department-section-three:before {
  position: absolute;
  content: "";
  left: 40%;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #eaeaea 0, #fff 100%);
  background-image: -moz-linear-gradient(left, #eaeaea 0, #fff 100%);
  background-image: -o-linear-gradient(left, #eaeaea 0, #fff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #eaeaea),
    color-stop(100, #fff)
  );
  background-image: -webkit-linear-gradient(left, #eaeaea 0, #fff 100%);
  background-image: linear-gradient(to right, #eaeaea 0, #fff 100%);
}
.department-section-three .department-tabs {
  position: relative;
}
.department-section-three .department-tabs .tab-btns {
  position: relative;
  margin-bottom: 40px;
}
.department-section-three .department-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  line-height: 1.6em;
  margin-bottom: 10px;
  padding: 20px 20px 20px 30px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 0 50px 50px 50px;
  font-family: Lora, serif;
}
.department-section-three .department-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  border-radius: 0 50px 50px 50px;
  background-color: #222;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.department-section-three
  .department-tabs
  .tab-btns
  .tab-btn.active-btn::before,
.department-section-three .department-tabs .tab-btns .tab-btn:hover::before {
  width: 100%;
}
.department-section-three .department-tabs .tab-btns .tab-btn.active-btn,
.department-section-three .department-tabs .tab-btns .tab-btn:hover {
  color: #fff;
}
.department-section-three .department-tabs .tabs-content {
  position: relative;
  padding-left: 120px;
}
.department-section-three .department-tabs .tabs-content .tab {
  position: relative;
  display: none;
}
.department-section-three .department-tabs .tabs-content .tab.active-tab {
  display: block;
}
.department-section-three .department-tabs .tabs-content h2 {
  position: relative;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.department-section-three .department-tabs .tabs-content .title {
  position: relative;
  color: #777;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 18px;
  font-family: Lora, serif;
}
.department-section-three .department-tabs .tabs-content .text {
  position: relative;
  margin-bottom: 30px;
}
.department-section-three .department-tabs .tabs-content .text p {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.department-section-three .department-tabs .tabs-content .text p:last-child {
  margin-bottom: 0;
}
.department-section-three .department-tabs .tabs-content .two-column {
  margin-bottom: 30px;
}
.department-section-three .department-tabs .tabs-content .column {
  position: relative;
}
.department-section-three .department-tabs .tabs-content h3 {
  position: relative;
  color: #e75480;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.department-section-three .department-tabs .tabs-content .column-text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.page-title {
  position: relative;
  padding: 60px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-title .auto-container {
  position: relative;
  padding-bottom: 50px;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-image: -ms-linear-gradient(left, #e75480 0, #009dcd 100%);
  background-image: -moz-linear-gradient(left, #e75480 0, #009dcd 100%);
  background-image: -o-linear-gradient(left, #e75480 0, #009dcd 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #e75480),
    color-stop(100, #009dcd)
  );
  background-image: -webkit-linear-gradient(left, #e75480 0, #009dcd 100%);
  background-image: linear-gradient(to right, #e75480 0, #009dcd 100%);
}
.page-title h1 {
  position: relative;
  font-size: 40px;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.page-title .text {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-family: Lora, serif;
}
.page-title .bread-crumb {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.page-title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 50px;
  width: 50%;
  background-image: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    #000 100%
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    #000 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    #000 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(100, #000)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    #000 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    #000 100%
  );
}
.page-title .bread-crumb li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-left: 20px;
  padding-left: 20px;
  cursor: default;
  z-index: 2;
  text-transform: capitalize;
  display: inline-block;
}
.page-title .bread-crumb li .fas {
  margin-right: 6px;
}
.page-title .bread-crumb li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  font-family: Lora, serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-title .bread-crumb li:after {
  position: absolute;
  content: "\f30b";
  right: -28px;
  font-weight: 800;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
}
.page-title .bread-crumb li:last-child::after {
  display: none;
}
.page-title .bread-crumb li:first-child {
  padding-right: 0;
  margin-right: 0;
}
.portfolio-page-section {
  position: relative;
  padding: 60px 0 60px;
}
.portfolio-page-section .filters {
  position: relative;
  margin-bottom: 20px;
  margin-top: 50px;
}
.portfolio-page-section .filters .filter-tabs {
  position: relative;
}
.portfolio-page-section .filters li {
  position: relative;
  display: inline-block;
  color: #777;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 8px;
  padding: 0 24px 0;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-right: 1px solid #222;
}
.portfolio-page-section .filters li:last-child {
  border-right: 0;
}
.portfolio-page-section .filters .filter.active,
.portfolio-page-section .filters .filter:hover {
  color: #e75480;
}
.gallery-item.mix {
  display: none;
}
.gallery-item {
  position: relative;
  margin-bottom: 30px;
}
.gallery-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-item .image-box {
  position: relative;
  display: block;
  margin: 0;
}
.gallery-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(0, 76, 218, 0.8);
}
.gallery-item .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.gallery-item .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0;
}
.gallery-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transform: translateY(50px);
}
.gallery-item .inner-box:hover .overlay-inner .content {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
}
.gallery-item .overlay-inner .link {
  position: relative;
  font-size: 18px;
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  margin: 0 5px;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gallery-item .overlay-inner .link .icon {
  position: relative;
}
.gallery-item .overlay-inner .link:hover {
  color: #e75480;
  background-color: #fff;
}
.blog-page-section {
  position: relative;
  padding: 100px 0 220px;
}
.blog-page-section .styled-pagination {
  margin-top: 40px;
}
.news-classic .styled-pagination {
  margin-top: 80px;
}
.styled-pagination {
  position: relative;
}
.styled-pagination .inner-container {
  position: relative;
  padding: 12px 15px;
  border: 1px solid #ebebeb;
  background-image: -ms-radial-gradient(
    center,
    ellipse farthest-corner,
    #f5f5f5 0,
    #fff 100%
  );
  background-image: -moz-radial-gradient(
    center,
    ellipse farthest-corner,
    #f5f5f5 0,
    #fff 100%
  );
  background-image: -o-radial-gradient(
    center,
    ellipse farthest-corner,
    #f5f5f5 0,
    #fff 100%
  );
  background-image: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    286,
    color-stop(0, #f5f5f5),
    color-stop(100, #fff)
  );
  background-image: -webkit-radial-gradient(
    center,
    ellipse farthest-corner,
    #f5f5f5 0,
    #fff 100%
  );
  background-image: radial-gradient(
    ellipse farthest-corner at center,
    #f5f5f5 0,
    #fff 100%
  );
}
.styled-pagination ul {
  position: relative;
  display: inline-block;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
}
.styled-pagination li a {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  font-size: 16px;
  background: 0 0;
  color: #222;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Lora, serif;
}
.styled-pagination li a i {
  position: relative;
  top: 1px;
}
.styled-pagination li.next a,
.styled-pagination li.prev a {
  width: auto;
  height: auto;
  color: #222;
  background: 0 0;
}
.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover {
  background: 0 0 !important;
  color: #e75480;
}
.styled-pagination li a:hover,
.styled-pagination li.active a,
.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover {
  background: #e75480;
}
.sidebar-page-container {
  position: relative;
  padding: 120px 0 180px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 30px;
}
.sidebar-page-container.style-two {
  padding-bottom: 80px;
}
.sidebar .search-box .form-group {
  position: relative;
  margin: 0;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
  position: relative;
  line-height: 30px;
  padding: 10px 50px 10px 30px;
  border: 1px solid #e75480;
  background: #fff;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 60px;
  color: #222;
  border-radius: 50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 52px;
  background-color: #e75480;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
}
.sidebar .search-box .form-group input::-webkit-input-placeholder {
  color: #333;
}
.sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-title {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-title h2 {
  position: relative;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
  text-transform: capitalize;
}
.sidebar-title .separator {
  position: relative;
  width: 60px;
}
.sidebar-title .separator:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e75480;
}
.sidebar-title .separator:after {
  position: absolute;
  content: "";
  right: 0;
  top: -10px;
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  background-color: #222;
}
.categories-blog ul {
  position: relative;
}
.categories-blog ul li {
  position: relative;
  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;
}
.categories-blog ul li:first-child a {
  padding-top: 0;
}
.categories-blog ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  display: block;
  padding: 13px 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;
  border-bottom: 1px solid #ebebeb;
}
.categories-blog ul li span {
  position: absolute;
  right: 0;
}
.categories-blog ul li:last-child a {
  border-bottom: none;
  border-bottom: 0;
}
.categories-blog ul li a:hover,
.categories-blog ul li.active a {
  color: #e75480;
}
.popular-posts .post {
  position: relative;
  padding-left: 105px;
  min-height: 80px;
  margin-bottom: 40px;
}
.popular-posts .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 85px;
  width: 85px;
  margin-bottom: 20px;
}
.popular-posts .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
}
.popular-posts .post h3 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 700;
}
.popular-posts .post h3 a {
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular-posts .post:hover h3 a {
  color: #e75480;
}
.popular-posts .post .date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #777;
  font-weight: 400;
}
.gallery-widget .gallery-outer {
  position: relative;
  margin: 0 -5px 0;
}
.gallery-widget .gallery-outer .image {
  position: relative;
  float: left;
  width: 33.333333333%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.gallery-widget .gallery-outer .image img {
  display: block;
  width: 100%;
}
.tag-list {
  position: relative;
  display: block;
}
.tag-list li {
  position: relative;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.tag-list li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  font-weight: 400;
  padding: 9px 30px;
  border-radius: 50px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag-list li a:hover {
  background-color: #2154cf;
  border-color: #2154cf;
  color: #fff;
}
.news-detail {
  position: relative;
  margin-bottom: 30px;
}
.news-detail .inner-box {
  position: relative;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.news-detail .inner-box:before {
  position: absolute;
  content: "";
  left: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e75480;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-detail .inner-box .image {
  position: relative;
}
.news-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.news-detail .inner-box .lower-content {
  position: relative;
  padding-top: 40px;
}
.news-detail .inner-box .lower-content .content {
  position: relative;
  padding-left: 150px;
}
.news-detail .inner-box .lower-content .post-info {
  position: absolute;
  left: 20px;
  top: 0;
}
.news-detail .inner-box .lower-content .post-info li {
  position: relative;
  color: #222;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.news-detail .inner-box .lower-content .post-info li span {
  position: relative;
  color: #e75480;
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
.news-detail .inner-box .lower-content .post-meta {
  position: relative;
}
.news-detail .inner-box .lower-content .post-meta li {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
  border-right: 1px solid #fff;
}
.news-detail .inner-box .lower-content .post-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.news-detail .inner-box .lower-content h3 {
  position: relative;
  font-size: 30px;
  color: #fff;
  line-height: 1.6em;
  font-weight: 700;
  margin-top: 15px;
}
.news-detail .inner-box .lower-content .text {
  position: relative;
}
.news-detail .inner-box .lower-content .text p {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 25px;
}
.news-detail .inner-box .lower-content .text blockquote {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.news-detail .inner-box .lower-content .text blockquote .blockquote-text {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7em;
  font-style: italic;
  font-family: Lora, serif;
}
.news-detail .inner-box .lower-content .text blockquote .quote-box {
  position: relative;
  width: 140px;
  margin: 0 auto;
  margin-top: 35px;
}
.news-detail .inner-box .lower-content .text blockquote .quote-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.news-detail .inner-box .lower-content .text blockquote .quote-box .icon {
  position: relative;
  color: #e75480;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  background-color: #fff;
  display: inline-block;
}
.news-detail .post-share-options {
  position: relative;
  padding: 25px 0;
  padding-left: 80px;
  border-bottom: 1px solid #b7b7b7;
}
.news-detail .post-share-options p {
  position: relative;
  color: #222;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  font-family: Lora, serif;
}
.news-detail .post-share-options .tags {
  position: relative;
  display: inline-block;
}
.news-detail .post-share-options .tags li {
  position: relative;
  display: inline-block;
}
.news-detail .post-share-options .tags a {
  position: relative;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-detail .post-share-options .tags a:hover {
  color: #e75480;
}
.news-detail .post-share-options .social-icon {
  position: relative;
  display: inline-block;
}
.news-detail .post-share-options .social-icon li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.news-detail .post-share-options .social-icon li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-detail .post-share-options .social-icon li a:hover {
  color: #e75480;
}
.new-posts {
  position: relative;
  margin-top: 50px;
}
.new-posts .grid-icon {
  position: absolute;
  left: 50%;
  top: 15px;
  color: #e75480;
  font-size: 40px;
  line-height: 1em;
}
.new-posts a {
  position: relative;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1.7em;
  font-family: Lora, serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-posts a span {
  display: block;
  font-size: 24px;
}
.new-posts a.next-post {
  text-align: right;
}
.new-posts a:hover {
  color: #e75480;
}
.doctor-testimonial-boxed {
  position: relative;
  margin-top: 70px;
}
.doctor-testimonial-boxed .inner-boxed {
  position: relative;
  padding: 0 40px 45px;
}
.doctor-testimonial-boxed .inner-boxed:before {
  position: absolute;
  content: "";
  left: 0;
  top: 70px;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.doctor-testimonial-boxed .inner-boxed .owl-dots,
.doctor-testimonial-boxed .inner-boxed .owl-nav {
  display: none;
}
.doctor-testimonial-boxed .inner-boxed .owl-carousel .owl-stage-outer {
  padding-top: 70px;
}
.doctor-block-two {
  position: relative;
}
.doctor-block-two .inner-block {
  position: relative;
  text-align: center;
}
.doctor-block-two .inner-block .image {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-top: -70px;
  display: inline-block;
}
.doctor-block-two .inner-block h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-top: 35px;
}
.doctor-block-two .inner-block .social-icon {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.doctor-block-two .inner-block .social-icon li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.doctor-block-two .inner-block .social-icon li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctor-block-two .inner-block .social-icon li a:hover {
  color: #e75480;
}
.doctor-block-two .inner-block .text {
  position: relative;
  color: #222;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.doctor-block-two .inner-block .quote-icon {
  position: relative;
  color: #e75480;
  font-size: 20px;
}
.sidebar-page-container .comments-area {
  position: relative;
  margin-top: 60px;
}
.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 50px;
}
.sidebar-page-container .group-title h2 {
  position: relative;
  font-size: 30px;
  color: #222;
  font-weight: 700;
}
.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 35px 35px 35px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f7f7f7;
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
  margin-left: 100px;
}
.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 0;
}
.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #aa1f43;
}
.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 140px;
}
.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
}
.sidebar-page-container .comments-area .comment .comment-reply {
  position: relative;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-page-container .comments-area .comment .comment-reply .fas {
  margin-right: 4px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 130px;
  display: block;
}
.sidebar-page-container .comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}
.sidebar-page-container .comments-area .comment-box strong {
  font-size: 18px;
  font-weight: 700;
  color: #e75480;
  line-height: 18px;
  display: inline-block;
  text-transform: capitalize;
}
.sidebar-page-container .comments-area .comment-box .text {
  color: #888;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.8em;
}
.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-size: 12px;
  color: #888;
  margin-left: 20px;
  text-transform: capitalize;
  display: inline-block;
}
.comment-form {
  position: relative;
  margin-top: 60px;
}
.comment-form .group-title {
  margin-bottom: 25px;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="text"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 60px;
  font-size: 14px;
  border-radius: 3px;
  border: 2px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #e75480;
}
.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #222;
  height: 190px;
  font-size: 14px;
  resize: none;
  border-radius: 3px;
  border: 2px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form .comment-btn {
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 50px;
  display: inline-block;
  background-color: #3d3e3e;
}
.faq-page-section {
  position: relative;
  padding: 100px 0 120px;
}
.faq-page-section .faq-tabs {
  position: relative;
}
.faq-page-section .faq-tabs .tab-btns {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
}
.faq-page-section .faq-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  font-size: 24px;
  color: #222;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  padding: 0 20px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease;
  font-family: Lora, serif;
  border-right: 1px solid #222;
}
.faq-page-section .faq-tabs .tab-btns .tab-btn:last-child {
  border-right: none;
}
.faq-page-section .faq-tabs .tab-btns .tab-btn.active-btn,
.faq-page-section .faq-tabs .tab-btns .tab-btn:hover {
  color: #e75480;
}
.faq-page-section .faq-tabs .tabs-content {
  position: relative;
}
.faq-page-section .faq-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0;
}
.faq-page-section .faq-tabs .tabs-content .tab.active-tab {
  display: block;
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  line-height: 30px;
  color: #222;
  font-weight: 700;
  padding: 10px 45px 10px 30px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border: 1px solid #ccc;
  font-family: Lora, serif;
}
.accordion-box .block .icon-outer {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #242424;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.accordion-box .block .icon-outer .icon {
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
  font-weight: 800;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
  background: 0 0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 20px 20px 10px 20px;
}
.accordion-box .block .content .text {
  margin-bottom: 0;
  line-height: 1.8em;
  font-size: 16px;
  color: #777;
}
.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}
.faq-form-section {
  position: relative;
  padding: 100px 0 100px;
  background-color: #f5f5f5;
}
.faq-form-section .sec-title .separator:after {
  border-color: #f5f5f5;
}
.faq-form {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}
.faq-form .row {
  margin: 0 -8px;
}
.faq-form .row .column {
  padding: 0 8px;
}
.faq-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="text"],
.faq-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  color: #222;
  height: 54px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 15px 20px;
  color: #222;
  height: 120px;
  background: #fff;
  resize: none;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-form .form-group .btn-detail {
  position: relative;
  text-align: center;
  margin-left: 30px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.faq-form button {
  margin-top: 15px;
  padding: 11px 42px;
  font-family: Lora, serif;
}
.doctor-detail {
  position: relative;
  padding: 120px 0 12px;
}
.doctor-detail .upper-box {
  position: relative;
  margin-bottom: 65px;
}
.doctor-detail .upper-box .image-box {
  position: relative;
}
.doctor-detail .upper-box .image-box img {
  display: block;
  width: 100%;
}
.doctor-detail .upper-box .image-box a {
  display: block;
}
.doctor-detail .detail-column .inner-box {
  position: relative;
  padding-left: 30px;
  padding-right: 100px;
}
.doctor-detail .detail-column .info-header {
  position: relative;
  margin-bottom: 50px;
}
.doctor-detail .info-header p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #888;
  margin-bottom: 10px;
}
.doctor-detail .info-header h3 {
  position: relative;
  font-size: 30px;
  line-height: 1.2em;
  color: #222;
  font-weight: 700;
}
.doctor-detail .info-header .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #e75480;
  font-weight: 400;
  margin-top: 8px;
}
.doctor-detail .detail-column .info-list {
  position: relative;
}
.doctor-detail .detail-column .info-list li {
  position: relative;
  display: block;
}
.doctor-detail .detail-column .info-list li strong {
  position: absolute;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 700;
  display: block;
  font-family: Lora, serif;
}
.doctor-detail .detail-column .info-list li p {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: #888;
  display: block;
  padding-left: 180px;
}
.doctor-detail .lower-content .inner-box {
  position: relative;
}
.doctor-detail .lower-content .contact-list {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.doctor-detail .lower-content .contact-list li {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 700;
}
.doctor-detail .lower-content .contact-list li span {
  position: relative;
  display: inline-block;
  min-width: 175px;
}
.doctor-detail .lower-content .contact-list li span.btn-txt {
  min-width: auto;
}
.doctor-detail .lower-content .contact-list .theme-btn {
  padding: 10px 25px;
  font-weight: 400;
  text-transform: capitalize;
}
.doctor-detail .lower-content .contact-list li .time {
  margin-top: 12px;
}
.doctor-detail .lower-content .social-icon-one {
  margin-bottom: 95px;
}
.doctor-detail .lower-content .appointment-form {
  float: none;
  left: 0;
  max-width: 100%;
  width: 100%;
  padding-bottom: 0;
}
.doctor-detail .lower-content .appointment-form textarea {
  margin-top: 10px;
}
.doctor-detail .lower-content .appointment-form button {
  margin-top: 20px;
}
.timetable-column .timetable {
  position: relative;
  border: 5px solid #eee;
  padding: 65px 60px 70px;
}
.timetable-column .timetable:before {
  position: absolute;
  height: 100%;
  width: 240px;
  right: -5px;
  bottom: 65px;
  background-color: #fff;
  content: "";
}
.timetable h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}
.timetable h3 {
  font-size: 30px;
  line-height: 1.2em;
  color: #222;
  font-weight: 800;
  margin-bottom: 25px;
}
.timetable h3 small {
  position: relative;
  display: block;
  font-size: 24px;
  color: #222;
  line-height: 1.8em;
  font-weight: 700;
}
.timetable p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #888;
  font-weight: 400;
  margin-bottom: 32px;
}
.timetable ul {
  position: relative;
  margin-bottom: 50px;
}
.timetable ul li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #888;
  font-weight: 400;
  margin-bottom: 20px;
}
.timetable ul li:before {
  position: absolute;
  left: 50%;
  line-height: 22px;
  top: 0;
  width: 30px;
  margin-left: -15px;
  content: "--";
  font-size: 16px;
  color: #888;
  font-weight: 500;
  text-align: center;
}
.timetable ul li span {
  float: right;
  font-weight: 500;
  color: #e75480;
}
.timetable .doctor-btn {
  padding: 18px 40px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  background-color: #222;
}
.timetable .doctor-btn .fa {
  margin-right: 8px;
}
.social-icon-one {
  position: relative;
  display: block;
}
.social-icon-one li {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}
.social-icon-one li a {
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #888;
  font-weight: 400;
  border-radius: 50px;
  border: 1px solid silver;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-one li a:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.blog-cat {
  position: relative;
}
.blog-cat li {
  position: relative;
  margin-bottom: 3px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-cat li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  border-radius: 0 50px 50px 0;
  background-color: #e75480;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-cat li.active a::before,
.blog-cat li:hover a::before {
  width: 100%;
}
.blog-cat li a {
  position: relative;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  display: block;
  z-index: 1;
  border-radius: 0 50px 50px 0;
  background-color: #ebebeb;
  padding: 20px 15px 16px 38px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: Lora, serif;
}
.blog-cat li a:after {
  position: absolute;
  content: "\f105";
  right: 22px;
  top: 18px;
  color: #000048;
  font-size: 18px;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
}
.blog-cat li.active a:after,
.blog-cat li:hover a:after {
  color: #fff;
}
.blog-cat li a:hover,
.blog-cat li.active a {
  color: #fff;
}
.need-help {
  position: relative;
}
.need-help h3 {
  position: relative;
  font-weight: 700;
  color: #e75480;
  font-size: 24px;
}
.need-help p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 25px;
}
.need-help ul li {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  font-weight: 400;
}
.need-help ul li i {
  margin-right: 35px;
  color: #e75480;
}
.need-help ul li a {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.need-help ul li a:hover {
  color: #e75480;
}
.brochure-widget .widget-content {
  position: relative;
}
.brochure-widget .brouchers {
  position: relative;
}
.brochure-widget .brouchers li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.brochure-widget .brouchers li a {
  position: relative;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 8px;
  padding-left: 45px;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: Lora, serif;
}
.brochure-widget .brouchers li a:hover {
  color: #e75480;
}
.brochure-widget .brouchers li a .icon {
  position: absolute;
  content: "";
  left: 12px;
  top: 15px;
  font-size: 16px;
  line-height: 1em;
  color: #777;
  font-weight: 500;
}
.department-detail {
  position: relative;
}
.department-detail .lower-content {
  position: relative;
  padding-top: 20px;
}
.department-detail h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.3em;
  color: #222;
  font-weight: 700;
  margin-bottom: 15px;
}
.department-detail h5 {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #e75480;
  font-weight: 500;
  margin-bottom: 30px;
}
.department-detail p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #888;
  font-weight: 400;
  margin-bottom: 15px;
}
.department-detail .two-column {
  position: relative;
}
.department-detail .two-column .info-column {
  position: relative;
}
.department-detail .image-column .image {
  position: relative;
}
.department-detail .image-column .image img {
  display: block;
  width: 100%;
}
.price-features {
  position: relative;
  padding: 70px 0 0;
}
.price-features .row {
  margin: 0 -50px;
}
.price-feature {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.price-feature h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #e75480;
  font-weight: 700;
  margin-bottom: 20px;
}
.price-feature ul li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.price-feature ul li:last-child {
  margin-bottom: 0;
}
.price-feature ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 27px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center;
  content: "";
  background-image: url(../images/icons/dots.png);
}
.price-feature .price,
.price-feature .text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #888;
  font-weight: 400;
  background-color: #fff;
  padding-right: 5px;
  font-family: Lora, serif;
}
.price-feature .price {
  float: right;
  padding-right: 0;
  padding-left: 5px;
}
.contact-page-section {
  position: relative;
  padding: 60px 0 60px;
}
.contact-form {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}
.contact-form .row {
  margin: 0 -8px;
}
.contact-form .row .column {
  padding: 0 8px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="text"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  color: #222;
  height: 54px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 15px 20px;
  color: #222;
  height: 120px;
  background: #fff;
  resize: none;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .form-group .btn-detail {
  position: relative;
  text-align: center;
  margin-left: 30px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.contact-form button {
  margin-top: 15px;
  padding: 11px 42px;
  font-family: Lora, serif;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.comming-soon {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  background-size: cover;
}
.comming-soon:before {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}
.comming-soon .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.comming-soon .content .content-inner {
  position: relative;
  padding: 50px 15px;
  display: table-cell;
  vertical-align: middle;
}
.comming-soon .content .content-inner h2 {
  position: relative;
  color: #fff;
  font-size: 90px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
}
.comming-soon .content .content-inner .text {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  margin-top: 28px;
  margin-bottom: 60px;
  letter-spacing: 1px;
}
.comming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  height: 60px;
  font-size: 14px;
  color: #797979;
  overflow: hidden;
  padding: 10px 50px 10px 30px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 160px;
  height: 50px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #e75480;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.time-counter {
  position: relative;
}
.time-counter .time-countdown {
  position: relative;
}
.time-counter .time-countdown .counter-column {
  position: relative;
  margin-left: 20px;
  width: 170px;
  height: 170px;
  text-align: center;
  display: inline-block;
  padding: 30px 0 10px;
  border: 5px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 50%;
  margin: 0 auto;
  margin: 0 55px 40px;
}
.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 40px;
  padding: 10px 10px;
  color: #e75480;
  letter-spacing: 1px;
  font-weight: 700;
}
.contact-map-section {
  position: relative;
}
.contact-map-section .map-outer iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 470px;
  margin-bottom: -8px;
}
.contact-map-section .auto-container {
  position: relative;
}
.contact-map-section .outer-container {
  position: relative;
}
.contact-map-section .outer-container .map-content {
  position: relative;
  right: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  float: right;
  max-width: 470px;
  padding: 60px 35px 70px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-map-section .map-content .title {
  position: relative;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
}
.contact-map-section .map-content h2 {
  position: relative;
  color: #363636;
  font-size: 36px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 50px;
}
.contact-map-section .map-content .info-list {
  position: relative;
}
.contact-map-section .map-content .info-list li {
  position: relative;
  margin-bottom: 22px;
  color: #666;
  font-size: 18px;
  padding-left: 25px;
}
.contact-map-section .map-content .info-list li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  color: #1e69b8;
}
.contact-map-section .map-content .social-icons {
  position: relative;
  margin-top: 40px;
}
.contact-map-section .map-content .social-icons li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.contact-map-section .map-content .social-icons li a {
  position: relative;
  color: #333;
  font-size: 16px;
}
.contact-map-section .map-canvas {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.map-data {
  text-align: center;
  color: #0e2a4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}
.products-section {
  position: relative;
  padding: 100px 0 100px;
}
.products-section .sec-title {
  margin-bottom: 0;
}
.products-section .title-column {
  position: relative;
  margin-bottom: 40px;
}
.products-section .title-column .inner-column {
  position: relative;
  padding-top: 55px;
}
.products-section .title-column h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 26px;
}
.products-section .title-column .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  font-weight: 400;
  margin-bottom: 30px;
}
.products-section .title-column .btn-box a {
  padding: 15px 38px;
  line-height: 20px;
}
.products-section .products-column {
  padding: 0;
}
.products-carousel {
  position: relative;
}
.products-carousel .product-block {
  padding: 15px;
  padding-top: 65px;
  transition: all 0.4s ease;
}
.products-carousel .center .product-block {
  padding-top: 15px;
}
.products-carousel .center .product-block .inner-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.product-block {
  position: relative;
  margin-bottom: 40px;
}
.product-block .inner-box {
  position: relative;
  border: 1px solid #f2f2f2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-block .inner-box:hover {
  box-shadow: 0 0 40px #f3f3f3;
}
.product-block .inner-box .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 25px 20px 0;
}
.product-block .inner-box .image .options {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -60px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-block .inner-box:hover .image .options {
  bottom: 0;
}
.product-block .inner-box .image .options li {
  position: relative;
  width: 50%;
  float: left;
}
.product-block .inner-box .image .options li a {
  position: relative;
  padding: 15px 5px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  min-height: 50px;
  background-color: #191b1d;
  font-family: Montserrat, sans-serif;
}
.product-block .inner-box .image .options li:last-child a {
  background-color: #e75480;
  font-weight: 400;
  font-size: 20px;
}
.product-block .inner-box .lower-box {
  position: relative;
  padding: 25px 30px 15px;
}
.product-block .inner-box .lower-box .content {
  position: relative;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 10px;
  border-top: 1px solid #f2f2f2;
}
.product-block .inner-box .lower-box .content h3 {
  position: relative;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.product-block .inner-box .lower-box .content h3 a {
  position: relative;
  color: #222;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-block .inner-box .lower-box .content h3 a:hover {
  color: #e75480;
}
.product-block .inner-box .lower-box .content .price {
  position: relative;
  color: #e75480;
  font-size: 16px;
  margin-top: 10px;
}
.products-carousel .owl-nav {
  position: absolute;
  left: -32%;
  bottom: 15px;
}
.products-carousel .owl-next,
.products-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  color: #bbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover {
  color: #0056b3;
}
.products-carousel .owl-next:before,
.products-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbb;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-carousel .owl-next:hover:before,
.products-carousel .owl-prev:hover:before {
  border-color: #222;
}
.products-carousel .owl-next:before {
  left: auto;
  right: -25px;
  border: 2px solid #bbb;
  border-left: 0;
}
.products-carousel .owl-next span {
  margin-left: 5px;
}
.products-carousel .owl-prev span {
  margin-right: 5px;
}
.sidebar-widget .sidebar-title h3 {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #222;
}
.sidebar .archive-list {
  position: relative;
}
.sidebar .archive-list li {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .archive-list li:last-child {
  border-bottom: none;
}
.sidebar .archive-list li a {
  position: relative;
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sidebar .archive-list li a .pull-right {
  color: #e75480;
}
.range-slider-one {
  position: relative;
  min-height: 48px;
  padding-top: 10px;
  overflow: hidden;
  margin-top: -20px;
}
.range-slider-one .title {
  position: relative;
  float: left;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.range-slider-one .title:before {
  position: absolute;
  content: "$";
  right: -14px;
  top: 0;
  color: #222;
  font-size: 16px;
  font-weight: 300;
}
.range-slider-one .input {
  float: right;
  left: 8px;
  max-width: 75px;
  padding-left: 8px;
  margin-top: 8px;
  position: relative;
}
.range-slider-one .input input {
  background: 0 0;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  text-align: left;
}
.range-slider-one .theme-btn {
  text-transform: capitalize !important;
}
.range-slider-one .range {
  border: 1px solid;
  padding: 1px 20px 5px;
  border-radius: 50px;
}
.range-slider-one .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  margin-bottom: 35px;
  background: #e5e5e5;
}
.range-slider-one .ui-slider .ui-slider-range {
  top: 0;
  height: 3px;
  background: #222;
}
.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  top: -3px;
  width: 10px;
  height: 10px;
  background: #e75480;
  cursor: pointer;
  border-color: #222;
}
.range-slider-one .theme-btn {
  padding: 8px 24px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar .related-posts .post {
  position: relative;
  padding: 0 0;
  padding-left: 118px;
  min-height: 95px;
  margin-bottom: 20px;
}
.sidebar .related-posts .post:last-child {
  margin-bottom: 0;
  border: 0;
  min-height: inherit;
}
.sidebar .related-posts .post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.sidebar .related-posts .post .post-thumb img {
  display: block;
  width: 100%;
}
.sidebar .related-posts .post h4 {
  top: 2px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.sidebar .related-posts .post h4 a {
  color: #222;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
  color: #e75480;
}
.sidebar .related-posts .post .price {
  font-size: 15px;
  letter-spacing: 1px;
  color: #222;
}
.sidebar .related-posts .post .price .discount {
  position: relative;
  margin-right: 5px;
  text-decoration: line-through;
  color: #777;
}
.sidebar .related-posts .post .rating {
  margin-bottom: 5px;
  line-height: 1em;
}
.sidebar .related-posts .post .rating .fa {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #e75480;
}
.product-details .basic-details {
  position: relative;
  margin-bottom: 20px;
}
.product-details .image-column,
.product-details .info-column {
  margin-bottom: 40px;
}
.product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}
.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 16px;
}
.product-details .basic-details .details-header h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0 20px;
  line-height: 1.4em;
  color: #222;
}
.product-details .basic-details .details-header h4 a {
  color: #222;
}
.product-details .basic-details .details-header .rating {
  font-size: 18px;
  color: #0056b3;
  margin-bottom: 15px;
  display: inline-block;
}
.product-details .basic-details .details-header .reviews {
  position: relative;
  display: inline-block;
  color: #777;
  font-weight: 700;
  margin-left: 15px;
}
.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
}
.product-details .basic-details .details-header .rating .txt {
  font-size: 14px;
  padding-left: 10px;
  color: #777;
}
.product-details .basic-details .details-header .item-price {
  font-size: 16px;
  line-height: 24px;
  color: #0056b3;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-details .basic-details .details-header .item-price .discount {
  position: relative;
  color: #777;
  margin-left: 8px;
  text-decoration: line-through;
}
.product-details .basic-details .prod-info {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 13px;
}
.product-details .basic-details .prod-info strong {
  font-weight: 700;
  color: #111;
}
.product-details .basic-details .text {
  margin-bottom: 25px;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.item-quantity {
  position: relative;
  float: left;
  width: 85px;
  height: 52px;
  line-height: 52px;
  margin-right: 20px;
  padding-left: 10px;
  border-radius: 50px;
  border: 1px solid #ddd;
}
.item-quantity .quantity-spinner {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  border: none;
  height: 40px;
  padding: 0;
  background: 0 0;
  padding-left: 10px;
}
.item-quantity .quantity-spinner:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}
.item-quantity .bootstrap-touchspin-down,
.item-quantity .bootstrap-touchspin-up {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #ddd;
  height: 50%;
  width: 50%;
  padding-top: 5px;
  border-radius: 0;
  font-size: 10px;
  border: none;
  z-index: 99;
}
.item-quantity .bootstrap-touchspin-down {
  bottom: 0;
  top: auto;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom-right-radius: 25px;
}
.item-quantity .bootstrap-touchspin-up {
  border-top-right-radius: 25px;
}
.item-quantity.style-two {
  padding: 0 0 0 10px !important;
  height: 41px;
  border: 1px solid #111;
  float: none;
  margin: 0 auto;
}
.item-quantity.style-two .quantity-spinner {
  border: none !important;
  height: 40px !important;
  padding: 0 !important;
  background: 0 0 !important;
  padding-left: 10px !important;
}
.item-quantity .bootstrap-touchspin-down,
.item-quantity .bootstrap-touchspin-down:active,
.item-quantity .bootstrap-touchspin-up,
.item-quantity .bootstrap-touchspin-up:active {
  background-color: #111;
  color: #fff;
}
.other-options .add-to-cart {
  padding-left: 50px;
  padding-right: 50px;
  float: left;
  margin-right: 15px;
}
.other-options .cart-option a {
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 18px;
  line-height: 40px;
  text-align: center;
  background: #ddd;
  color: #222;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.other-options .cart-option a:last-child {
  margin-right: 0;
}
.other-options .cart-option a:hover {
  color: #fff;
  background-color: #0056b3;
}
.shop-single .product-details .prod-tabs {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
.shop-single .product-details .prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 16px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  border-radius: 50px;
  padding: 13px 43px 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.5s ease;
}
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover {
  color: #fff;
  background-color: #0056b3;
}
.shop-single .product-details .prod-tabs .tabs-content {
  position: relative;
}
.shop-single .product-details .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0;
}
.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}
.shop-single .product-details .prod-tabs .tabs-content .tab .content {
  position: relative;
}
.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 25px;
  color: #797979;
}
.shop-single
  .product-details
  .prod-tabs
  .tabs-content
  .tab
  .content
  p:last-child {
  margin-bottom: 0;
}
.prod-tabs .tabs-content .tab .title {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.shop-comment-form {
  position: relative;
  margin-top: 50px;
}
.shop-comment-form h2 {
  position: relative;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.shop-comment-form .mail-text {
  position: relative;
  color: #777;
  font-size: 16px;
  margin-bottom: 15px;
}
.shop-comment-form .group-title {
  margin-bottom: 20px;
}
.shop-comment-form .rating-box {
  position: relative;
  margin-bottom: 20px;
}
.shop-comment-form .rating-box .text {
  position: relative;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.shop-comment-form .rating-box .rating {
  position: relative;
  display: inline-block;
}
.shop-comment-form .rating-box .rating .fa {
  position: relative;
  display: inline-block;
}
.shop-comment-form .rating-box .rating a {
  position: relative;
  color: #333;
  font-size: 14px;
  display: inline-block;
}
.shop-comment-form .rating-box .rating a:hover {
  color: #0056b3;
}
.shop-comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.shop-comment-form .form-group label {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.shop-comment-form .form-group:last-child {
  margin-bottom: 0;
}
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  height: 50px;
  color: #848484;
  font-weight: 300;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
  border-color: #0056b3;
}
.shop-comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 15px;
  color: #848484;
  border: 1px solid #ddd;
  height: 120px;
  font-weight: 300;
  background: #fff;
  resize: none;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-comment-form button {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding: 7px 28px;
  border-radius: 50px;
  text-transform: uppercase;
}
.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
  border-color: #0056b3;
}
.checkout-page {
  position: relative;
  padding: 100px 0 100px;
}
.checkout-page .default-links {
  position: relative;
  margin-bottom: 0;
}
.checkout-page .default-links li {
  line-height: 24px;
  padding: 14px 30px 18px;
  background: #222;
  color: #fff;
  font-size: 16px;
}
.checkout-page .default-links li .fa {
  position: relative;
  top: 2px;
  margin-right: 20px;
  font-size: 24px;
  color: #fff;
}
.checkout-page .default-links li a {
  color: #fff;
}
.checkout-form {
  position: relative;
}
.checkout-form .checkout-title {
  position: relative;
}
.checkout-form .checkout-title h2 {
  position: relative;
  color: #222;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.checkout-form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.checkout-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: capitalize;
  color: #222;
  font-size: 15px;
  font-weight: 400;
}
.checkout-form .form-group .field-label sup {
  top: -1px;
  font-size: 16px;
}
.checkout-form .form-group .text {
  position: relative;
  color: #777;
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-form input[type="email"],
.checkout-form input[type="number"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="text"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  line-height: 22px;
  padding: 12px 20px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  color: #777;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/icons/icon-select.png) right center no-repeat;
}
.checkout-form textarea {
  resize: none;
}
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: #0056b3;
}
.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}
.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  color: #333;
}
.checkout-page .check-box input {
  margin-top: 0;
}
.checkout-page .psw {
  color: #777;
}
.checkout-page .lower-content {
  margin-top: 30px;
}
.checkout-page .lower-content .order-column {
  margin-bottom: 40px;
}
.checkout-page .lower-content .column h2 {
  position: relative;
  color: #222;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.checkout-page .lower-content .column h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #fa9928;
}
.coupon-box {
  position: relative;
  padding: 25px 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
}
.coupon-form {
  position: relative;
}
.coupon-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.coupon-form .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 44px;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.coupon-form .form-group input[type="text"]:focus {
  border-color: #0056b3;
}
.coupon-form button {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 26px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.order-box {
  position: relative;
  margin-top: 15px;
}
.order-box h2 {
  position: relative;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.order-box .title-box {
  position: relative;
  padding: 13px 30px;
  background-color: #333;
}
.order-box .title-box .col {
  position: relative;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 16px;
}
.order-box ul {
  position: relative;
}
.order-box ul li {
  position: relative;
  padding: 25px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.order-box ul li strong {
  color: #333;
  font-weight: 400;
  font-size: 16px;
}
.order-box ul li span {
  width: 50%;
  float: right;
  color: #0056b3;
  font-size: 16px;
  font-weight: 700;
}
.order-box ul li span.free {
  color: #777;
  font-size: 16px;
}
.order-box ul li:last-child {
  border-bottom: none;
}
.payment-box {
  position: relative;
  margin-top: 20px;
  background-color: #f5f5f5;
}
.payment-box .upper-box {
  position: relative;
  padding: 15px 35px;
  border-bottom: 1px solid #b7b7b7;
}
.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.payment-box .payment-options li {
  position: relative;
  margin-bottom: 15px;
}
.payment-box .payment-options li .radio-option {
  position: relative;
}
.payment-box .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 700 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #333;
  cursor: pointer;
  font-size: 18px;
}
.payment-box .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.payment-box .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  padding: 15px 20px;
  margin-top: 20px;
  background-color: #0056b3;
}
.payment-box
  .payment-options
  li
  .radio-option
  input:checked
  + label
  .small-text {
  display: block;
}
.payment-box .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 30px;
  top: -11px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0056b3;
}
.payment-box .payment-options li .radio-option label img {
  position: relative;
  display: block;
  max-width: 100%;
  padding-left: 30px;
  margin-top: 20px;
}
.payment-box .payment-options li .radio-option .what-paypall {
  position: relative;
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 700;
  margin-left: 120px;
  margin-top: 10px;
}
.payment-box .lower-box {
  position: relative;
  padding: 15px 15px;
}
.payment-box .lower-box .btn-style-one {
  font-size: 18px;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 19px;
  text-transform: capitalize;
}
.checkout-form .ui-selectmenu-button.ui-button {
  position: relative;
  width: 100%;
  background: 0 0;
  border: 1px solid #e0e0e0;
  color: #777;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 50px;
}
.checkout-form .ui-selectmenu-button.ui-button:before {
  position: absolute;
  right: 15px;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 30px;
  font-size: 12px;
  text-align: center;
  color: #bbb;
  content: "\f078";
  font-family: FontAwesome;
}
.checkout-form .ui-button .ui-icon {
  display: none;
}
.cart-section {
  position: relative;
  padding: 100px 0 200px;
}
.cart-outer {
  position: relative;
}
.checkout-page .cart-outer {
  margin-bottom: 40px;
}
.cart-outer .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.cart-outer .cart-table {
  width: 100%;
  min-width: 900px;
}
.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  background: #222;
  color: #fff;
  border: 1px solid #ebebeb;
}
.cart-table thead tr th {
  line-height: 24px;
  padding: 13px 25px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
}
.cart-table thead tr th .fa {
  font-size: 18px;
}
.cart-table tbody tr td {
  line-height: 24px;
  padding: 25px 25px 35px;
}
.cart-table tbody tr .prod-column .column-box {
  position: relative;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: relative;
  width: 180px;
  margin: 0 auto;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h4 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  line-height: 90px;
}
.cart-table tbody tr .prod-column .author {
  font-size: 13px;
  color: #222;
  margin-bottom: 0;
}
.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #222;
  font-size: 17px;
}
.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 14px;
  color: #222;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cart-table tbody tr .remove-btn .fa {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
.cart-table tbody tr .remove-btn:hover {
  color: #0056b3;
}
.cart-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.cart-table tbody tr td {
  vertical-align: middle;
  color: #222;
  font-size: 17px;
  text-align: center;
  border-left: 1px solid #ccc;
}
.cart-table tbody tr td.total {
  font-size: 18px;
  color: #222;
}
.cart-table tbody tr td:last-child {
  border-right: 1px solid #ebebeb;
  text-align: center;
}
.cart-table tbody tr td .prod-title {
  position: relative;
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}
.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
}
.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #223555;
  border-radius: 50%;
}
.cart-section .cart-options {
  position: relative;
  padding: 20px 0 10px;
  margin-bottom: 30px;
  border-top: 0;
}
.cart-section .apply-coupon {
  position: relative;
}
.cart-section .cart-options .cart-btn {
  padding: 10px 39px 10px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  border-color: #0056b3;
  background-color: #0056b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-section .cart-options .cart-btn:hover {
  background: #222;
  border-color: #222;
}
.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 30px;
}
.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 15px;
  padding: 8px 20px;
  border: 1px solid #ccc;
  width: 225px;
  height: 44px;
  background: #fff;
  border-radius: 50px;
}
.cart-section .coupon-btn {
  padding: 10px 39px 10px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0056b3;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-section .coupon-btn:hover {
  background: #222;
}
.cart-section .cart-options .btn-style-one {
  top: -7px;
  padding-left: 32px;
  padding-right: 32px;
}
.cart-section .totals-table {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.cart-section .totals-table li {
  line-height: 24px;
  padding: 14px 30px;
  border-bottom: 1px solid #ccc;
}
.cart-section .totals-table li:first-child {
  background: #222;
  margin-left: -1px;
}
.cart-section .totals-table li:first-child h3 {
  color: #fff;
}
.cart-section .totals-table li h3 {
  position: relative;
  font-weight: 400;
  color: #222;
  font-size: 18px;
}
.cart-section .totals-table li:last-child {
  border-bottom: none;
  padding: 50px 30px;
}
.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  line-height: 24px;
  width: 50%;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.cart-section .totals-table li .col:last-child {
  text-align: right;
}
.cart-section .totals-table .total .price {
  color: #0056b3;
  font-weight: 400;
}
.cart-section .totals-table .proceed-btn {
  padding: 13px 34px 13px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #0056b3;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-section .totals-table .proceed-btn:hover {
  background-color: #222;
}
.shipping-block {
  position: relative;
  margin-bottom: 40px;
}
.shipping-block .inner-box {
  position: relative;
  display: block;
  padding: 16px 20px 6px;
  border: 1px solid #ccc;
}
.shipping-block .inner-box h3 {
  position: relative;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.shipping-block .inner-box h4 {
  position: relative;
  color: #0056b3;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.shipping-form {
  position: relative;
}
.shipping-form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.shipping-form .form-group input[type="email"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="text"],
.shipping-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 18px;
  padding: 10px 20px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shipping-form .form-group select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../images/icons/icon-select.png) right center no-repeat;
}
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
  border-color: #0056b3;
}
.shipping-form button {
  margin-top: 0;
  font-size: 14px;
  padding: 6px 26px;
  border-radius: 50px;
  text-transform: capitalize;
}
.login-section.style-two {
  padding: 0;
  margin-bottom: 30px;
}
.login-form {
  position: relative;
}
.login-form .form-group {
  position: relative;
  margin-bottom: 12px;
}
.login-form .form-group.check-box {
  padding-top: 7px;
}
.login-form .form-group:nth-child(2) {
  margin-bottom: 30px;
}
.login-section.style-two .login-form .form-group:nth-child(2) {
  margin-bottom: 15px;
}
.login-form .form-group label {
  position: relative;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}
.login-form .form-group.no-margin {
  margin-bottom: 0;
}
.login-form .form-group input[type="email"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-form .form-group input[type="email"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="text"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
  border-color: #e75480;
}
.login-form button {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 35px;
  border-radius: 24px;
  text-transform: capitalize;
}
.login-form .psw {
  position: relative;
  color: #333;
  font-size: 16px;
}
.login-form .psw:hover {
  text-decoration: underline;
}
.login-form .check-box input {
  display: block;
  margin-bottom: 7px;
}
.login-form .check-box label {
  margin-left: -8px;
  min-width: 110px;
}
.login-section .inner-container {
  position: relative;
  padding: 25px 28px 15px;
  background-color: #fbfafa;
}
.color-palate .rtl-version.option-box {
  margin-left: 0;
  float: none;
}
.color-palate .rtl-version.option-box > li {
  position: relative;
  color: #fff;
  width: 40%;
  margin: 0 3px;
  cursor: pointer;
  margin-bottom: 9px;
  padding: 6px 12px;
  display: inline-block;
  background-color: #e75480;
  text-transform: capitalize;
}
.color-trigger .fas {
  -webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.rtl .main-header .header-top .top-left .list li {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.rtl .main-header .header-top .top-left .list li .icon {
  right: 0;
  left: auto;
}
.rtl .cart-section .totals-table .col,
.rtl .fixed-header .sticky-header .logo,
.rtl .main-header .header-top .top-left,
.rtl .main-header .header-upper .logo-outer,
.rtl .main-header.header-style-two .header-upper .logo-box,
.rtl .main-menu,
.rtl .news-detail .post-share-options .pull-left,
.rtl .sec-title .separator,
.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn,
.rtl .sidebar-title .separator,
.rtl .tag-list li {
  float: right;
}
.rtl .main-menu .navigation > li {
  float: right;
}
.rtl .main-menu .navigation > li:last-child {
  margin-right: 20px;
}
.rtl .main-menu .navigation > li > ul {
  right: 0;
  left: auto;
}
.rtl .main-menu .navigation > li.dropdown:hover > ul {
  right: 0;
  left: auto;
}
.rtl .main-menu .navigation li > ul > li.dropdown:hover > ul {
  left: auto;
  right: 100%;
}
.rtl .main-menu .navigation > li > ul > li > ul {
  right: 120%;
  left: auto;
}
.rtl .fixed-header .sticky-header .right-col,
.rtl .main-header .header-top .top-right,
.rtl .main-header .header-upper .nav-outer,
.rtl .main-header .outer-box,
.rtl .main-header.header-style-two .header-upper .upper-right,
.rtl .news-detail .post-share-options .pull-right,
.rtl .price-feature .price,
.rtl .timetable ul li span {
  float: left;
}
.rtl .main-header .header-top .top-right .social-icons li {
  margin-left: 0;
  margin-right: 18px;
}
.rtl .main-header .header-top .top-left .list li {
  margin-right: 0;
  margin-left: 25px;
}
.rtl .main-header .outer-box {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .department-block .inner-box .text,
.rtl .fluid-section-one .content-column .content-box,
.rtl .main-slider .content,
.rtl .news-block .inner-box .image .category,
.rtl .newsletter-section .title-column .inner-column,
.rtl .sec-title {
  text-align: right;
}
.rtl .main-slider .content .text {
  max-width: none;
  text-align: right;
}
.rtl .main-slider .btn-box .theme-btn {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.rtl .sticky-header .main-menu .navigation > li {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .department-block .inner-box .upper-box {
  padding-left: 0;
  padding-right: 95px;
  text-align: right;
}
.rtl .department-block .inner-box .upper-box .icon,
.rtl .fullwidth-section .left-column .inner-column .icon-box,
.rtl .fullwidth-section .right-column .upper-box .icon,
.rtl .list-style-one li .icon,
.rtl .main-footer .contact-list li .icon,
.rtl .main-footer .footer-list li a:before,
.rtl .main-header .info-box .icon-box {
  right: 0;
  left: auto;
}
.rtl .department-block .inner-box .read-outer .read-more {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}
.rtl .department-block .inner-box .read-outer .read-more .icon {
  display: none;
}
.rtl .sec-title.centered .separator {
  float: none;
}
.rtl .list-style-one li {
  padding-left: 0;
  padding-right: 32px;
  text-align: right;
}
.rtl .team-block .inner-box .image .overlay-box {
  right: 0;
  left: auto;
  text-align: right;
}
.rtl .team-block .inner-box .image .overlay-box:before {
  left: -10px;
}
.rtl .team-block .inner-box .image .overlay-box:after {
  left: -15px;
  right: -50px;
}
.rtl .fullwidth-section .left-column .inner-column .content {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
}
.rtl .fullwidth-section .right-column .upper-box {
  padding-left: 0;
  padding-right: 80px;
  text-align: right;
}
.rtl .fullwidth-section .right-column .time-list li span.left-span {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}
.rtl .fullwidth-section .right-column .time-list li span.right-span {
  float: left;
  padding-left: 0;
  padding-right: 30px;
}
.rtl .subscribe-form .form-group input[type="submit"],
.rtl .subscribe-form button {
  left: 0;
  right: auto;
}
.rtl .subscribe-form .form-group input[type="email"],
.rtl .subscribe-form .form-group input[type="tel"],
.rtl .subscribe-form .form-group input[type="text"],
.rtl .subscribe-form .form-group textarea {
  padding-left: 170px;
  text-align: right;
  padding-right: 30px;
}
.rtl .blog-cat li a,
.rtl .default-section .timeline-column .inner-column,
.rtl .doctor-info .content-column .inner-column,
.rtl .main-footer .footer-list,
.rtl .main-footer .footer-list li,
.rtl .main-footer .footer-widget .footer-title,
.rtl .main-footer .logo-widget,
.rtl .main-slider-two .content-column .inner-column,
.rtl .new-posts a,
.rtl .news-detail .inner-box .lower-content .content,
.rtl .price-block .inner-box .plan-outer .plan,
.rtl .price-block .inner-box .upper-box,
.rtl .welcome-section .content-column .inner-column {
  text-align: right;
}
.rtl .main-footer .footer-widget .footer-title .separator {
  float: right;
  margin-right: 15px;
}
.rtl .main-footer .footer-list li a {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.rtl .news-widget-block .widget-inner {
  padding-left: 0;
  text-align: right;
  padding-right: 110px;
}
.rtl .news-widget-block .widget-inner .image,
.rtl .price-block .inner-box .middle-content ul li:before {
  right: 0;
  left: auto;
}
.rtl .main-footer .contact-list li {
  padding-left: 0;
  padding-right: 70px;
  text-align: right;
}
.rtl .header-style-two .option-box {
  margin-left: 0;
  margin-right: 25px;
}
.rtl .main-header .outer-box .option-box .cart-box .cart-panel {
  left: 0 !important;
}
.rtl .main-header .info-box {
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}
.rtl .price-block .inner-box .middle-content ul li {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.rtl .price-block .inner-box .upper-box .icon {
  left: 20px;
  right: auto;
}
.rtl .doctor-info .social-links li {
  float: none;
  display: inline-block;
}
.rtl .doctor-info .timing i {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .default-section .timeline-column .timeline-list {
  max-width: 100%;
}
.rtl .default-section .timeline-column .timeline-list li span {
  left: 0;
  right: auto;
}
.rtl .progress-levels .progress-box .inner {
  padding-left: 0;
  padding-right: 170px;
}
.rtl .feature-block .inner-box .upper-box .icon,
.rtl .progress-levels .progress-box .inner .text {
  right: 0;
  left: auto;
}
.rtl .progress-levels .progress-box .bar .bar-fill {
  right: 0;
  left: auto;
}
.rtl .progress-levels .progress-box .bar .bar-innner .skill-percent {
  left: -33px;
  right: auto;
}
.rtl .about-section-two .content-column .inner-column,
.rtl .accordion-box .block .acc-btn,
.rtl .accordion-box .block .content,
.rtl .appointment-form,
.rtl .appointment-form .form-group input[type="email"],
.rtl .appointment-form .form-group input[type="tel"],
.rtl .appointment-form .form-group input[type="text"],
.rtl .appointment-form .form-group input[type="url"],
.rtl .appointment-form .form-group select,
.rtl .appointment-form .form-group textarea,
.rtl .appointment-form-two .form-group,
.rtl .appointment-form-two .form-group input,
.rtl .appointment-form-two .form-group textarea,
.rtl .appointment-section-three .content-column .bold-text,
.rtl .appointment-section-three .form-column .upper-box .upper-inner,
.rtl .cart-section .apply-coupon .form-group input,
.rtl .cart-section .totals-table li h3,
.rtl .categories-blog ul li a,
.rtl .checkout-form .checkout-title h2,
.rtl .checkout-form .form-group .field-label,
.rtl .checkout-form .form-group .text,
.rtl .checkout-form input,
.rtl .checkout-form textarea,
.rtl .comment-form .form-group,
.rtl .comment-form .form-group input,
.rtl .comment-form .form-group textarea,
.rtl .contact-form .form-group input,
.rtl .contact-form .form-group textarea,
.rtl .contact-map-section .outer-container .map-content,
.rtl .coupon-form .form-group input[type="text"],
.rtl .department-detail,
.rtl .department-section-three .department-tabs .tab-btns .tab-btn,
.rtl .department-section-three .department-tabs .tabs-content .tab,
.rtl
  .departments-info-tabs
  .departments-tabs
  .tabs-content
  .content-column
  .inner-column,
.rtl .doctor-block .inner-box,
.rtl .doctor-detail .detail-column .inner-box,
.rtl .doctor-detail .lower-content .inner-box,
.rtl .doctor-info-tabs .doctor-tabs .tabs-content .content-list,
.rtl .faq-form .form-group input,
.rtl .faq-form .form-group textarea,
.rtl .feature-block .inner-box,
.rtl .get-appointment-section .inner-container,
.rtl .health-section .content-column .inner-column,
.rtl .hospital-section .content-column .inner-column,
.rtl .login-form .form-group input,
.rtl .login-section .inner-container,
.rtl .main-footer .footer-bottom .copyright,
.rtl .main-menu .navigation > li .mega-menu-bar .column,
.rtl .main-menu .navigation > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-slider-three .content-column .inner-column,
.rtl .need-help,
.rtl .news-block-two .inner-box .lower-content .content,
.rtl .order-box .title-box .col,
.rtl .order-box ul li,
.rtl .page-title,
.rtl .payment-box .upper-box,
.rtl .portfolio-page-section .filters,
.rtl .price-feature,
.rtl .product-details .info-column,
.rtl .schedule-section .schedule-column .inner-column,
.rtl .service-block-five .inner-box,
.rtl .service-block-four .inner-box,
.rtl .shipping-block .inner-box,
.rtl .shipping-form .form-group input,
.rtl .shop-comment-form .form-group,
.rtl .shop-comment-form .form-group input,
.rtl .shop-comment-form .form-group label,
.rtl .shop-comment-form .form-group textarea,
.rtl .shop-single .product-details .prod-tabs .tab-btns,
.rtl .shop-single .product-details .prod-tabs .tabs-content .tab .content,
.rtl .sidebar-title,
.rtl .tag-list,
.rtl .testimonial-block-two .inner-box,
.rtl .ui-selectmenu-button.ui-button,
.rtl .welcome-section .content-column .inner-column .play-btn {
  text-align: right;
}
.rtl .appointment-form-two .form-group .icon {
  left: 10px;
  right: auto;
}
.rtl .doctor-info-tabs .doctor-tabs .tabs-content .content-list li span {
  left: 0;
  right: auto;
}
.rtl .about-section-two .content-column .about-list-info .list-inner,
.rtl .appointment-section-three .content-column .appointment-list .list-inner {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
}
.rtl .about-section-two .content-column .about-list-info .list-inner:before,
.rtl
  .appointment-section-three
  .content-column
  .appointment-list
  .list-inner
  .icon {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.rtl .service-block-four .inner-box .list li span {
  left: 0;
  right: auto;
}
.rtl .about-section .content-column .inner-column {
  padding-right: 0;
  text-align: right;
}
.rtl .doctor-block .inner-box .doctor-time-list li span {
  text-align: left;
  left: 0;
  right: auto;
}
.rtl .appointment-form .form-group .icon,
.rtl .categories-blog ul li span {
  left: 15px;
  right: auto;
}
.rtl .header-style-three .header-upper .nav-outer {
  padding-left: 0;
  padding-right: 40px;
}
.rtl .health-section .content-column .text {
  max-width: 100%;
}
.rtl .feature-block .inner-box .upper-box {
  padding-left: 0;
  padding-right: 50px;
}
.rtl .fact-counter.style-two .column .inner .content {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}
.rtl .fact-counter .column .inner .icon {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.rtl .accordion-box .block .icon-outer {
  left: 40px;
}
.rtl .comming-soon .emailed-form .form-group input[type="submit"],
.rtl .comming-soon .emailed-form button {
  left: 5px;
  right: auto;
}
.rtl .comming-soon .emailed-form .form-group input {
  padding-left: 180px;
}
.rtl .doctor-detail .detail-column .info-list li p {
  padding-left: 0;
  text-align: right;
  padding-right: 180px;
}
.rtl .doctor-detail .detail-column .info-list li strong {
  right: 0;
  left: 0;
}
.rtl .blog-cat li a:after {
  left: 25px;
  right: auto;
}
.rtl .brochure-widget .brouchers li a {
  padding-left: 15px;
  padding-right: 45px;
  text-align: right;
}
.rtl .brochure-widget .brouchers li a .icon {
  right: 12px;
  left: auto;
}
.rtl .popular-posts .post {
  padding-left: 0;
  text-align: right;
  padding-right: 105px;
}
.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .popular-posts .post-thumb,
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .sidebar-page-container .comments-area .comment-box .author-thumb {
  right: 0;
  left: auto;
}
.rtl .cart-section .totals-table li .col:last-child {
  text-align: left;
}
.rtl .sidebar-page-container .comments-area .comment {
  padding-left: 0;
  text-align: right;
  padding-right: 140px;
}
.rtl .sidebar .related-posts .post {
  padding-left: 0;
  text-align: right;
  padding-right: 118px;
}
.rtl .payment-box .payment-options li .radio-option label {
  padding-left: 0;
  padding-right: 30px;
}
.rtl .contact-map-section .map-content .info-list li {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.rtl .contact-map-section .map-content .info-list li .icon {
  right: 0;
  left: auto;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a:after {
  display: none;
}
.rtl .service-block-two .inner-box {
  padding-left: 0;
  padding-right: 80px;
  text-align: right;
}
.rtl .service-block-two .inner-box .icon-box {
  right: 0;
  left: auto;
}
.rtl .default-section .timeline-column .btn-box .timeline-btn,
.rtl .timetable .doctor-btn {
  text-align: right;
}
.rtl .default-section .timeline-column .btn-box .timeline-btn .icon,
.rtl .timetable .doctor-btn .fa {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
.rtl .page-title .bread-crumb li {
  float: right;
  text-align: right;
}
.rtl .page-title .bread-crumb li .fas {
  float: right;
  top: 8px;
  margin-right: 0;
  margin-left: 8px;
  position: relative;
}
.rtl .page-title .bread-crumb li:after {
  right: auto;
  left: -10px;
  transform: rotate(180deg);
}
.rtl .search-popup .search-form fieldset input[type="search"] {
  text-align: right;
  padding: 20px 20px 20px 220px;
}
.rtl .search-popup .search-form fieldset input[type="submit"] {
  left: 0;
  right: auto;
}
.main-menu .navigation > li.has-mega-menu {
  position: static;
}
.main-menu .navigation > li.has-mega-menu:after,
.main-menu .navigation > li.has-mega-menu:before {
  display: none;
}
.main-menu .navigation > li > .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1170px;
  background-color: #fff;
  padding: 45px 40px 30px 45px;
  top: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
}
.main-menu .navigation > li .mega-menu-bar h3 {
  position: relative;
  color: #020e28;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.main-menu .navigation > li .mega-menu-bar > ul {
  position: relative;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li .mega-menu-bar .column {
  position: relative;
  margin-bottom: 10px;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
  border: none;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  font-family: Lora, serif;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
  color: #e75480;
}
.services-section-three {
  position: relative;
  padding: 80px 0 50px;
}
.service-block-four {
  position: relative;
}
.service-block-four .inner-box {
  position: relative;
  padding: 30px 30px;
  min-height: 299px;
  background-color: #e75480;
}
.service-block-four:nth-child(2) .inner-box {
  background-color: #222 !important;
}
.service-block-four:nth-child(3) .inner-box {
  background-color: #003eb3;
}
.service-block-four .inner-box .icon-box {
  position: relative;
  color: #fff;
  font-size: 50px;
  line-height: 1em;
}
.service-block-four .inner-box .icon-box .icon {
  position: relative;
}
.service-block-four .inner-box h4 {
  position: relative;
  color: #fff;
  margin-top: 18px;
  font-size: 20px;
}
.service-block-four .inner-box h4 a {
  position: relative;
  color: #fff;
}
.service-block-four .inner-box .list {
  position: relative;
  margin-top: 18px;
}
.service-block-four .inner-box .list li {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.service-block-four .inner-box .list li span {
  position: absolute;
  right: 0;
}
.service-block-four .inner-box .list li:last-child {
  margin-bottom: 0;
}
.service-block-four .inner-box .list-two {
  position: relative;
  margin-top: 18px;
}
.service-block-four .inner-box .list-two li {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #fff;
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.service-block-four .inner-box .list-two li:before {
  position: absolute;
  content: "\f16f";
  left: 0;
  top: 0;
  color: #fff;
  font-family: Flaticon;
}
.service-block-four .inner-box .list-two li:last-child {
  margin-bottom: 0;
}
.service-block-four .inner-box .text {
  position: relative;
  color: #fff;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 15px;
}
.service-block-four .inner-box .appointment-btn {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 10px 34px;
  letter-spacing: 1px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block-four .inner-box .appointment-btn:hover {
  background-color: #fff;
  color: #e75480;
}
.about-section {
  position: relative;
  padding: 60px 0 40px;
}
.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-right: 60px;
}
.about-section .content-column .sec-title {
  margin-bottom: 30px;
}
.about-section .content-column .bold-text {
  position: relative;
  color: #222;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 600;
}
.about-section .content-column .text {
  position: relative;
  color: #777;
  font-size: 14px;
  line-height: 1.9em;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
}
.about-section-text {
  margin-top: 20px;
  padding: 0 20px;
}
.service-block-five {
  position: relative;
  margin-bottom: 40px;
}
.service-block-five .inner-box {
  position: relative;
}
.service-block-five .inner-box .icon-box {
  position: relative;
  width: 100px;
  height: 74px;
  color: #e75480;
  font-size: 40px;
  line-height: 1em;
  padding: 15px 0;
  text-align: center;
  background: url(../images/icons/icon-6.png) no-repeat;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.service-block-five .inner-box:hover .icon-box {
  transform: rotateY(360deg);
}
.service-block-five .inner-box h4 {
  position: relative;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 20px;
}
.service-block-five .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin-top: 8px;
}
.appointment-section-three {
  position: relative;
  padding: 100px 0 70px;
  background-color: #ebf1fc;
}
.appointment-section-three .form-column {
  position: relative;
  margin-bottom: 40px;
}
.appointment-section-three .form-column .inner-column {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.appointment-section-three .form-column .upper-box {
  position: relative;
}
.appointment-section-three .form-column .upper-box .upper-inner {
  position: relative;
  padding: 30px 30px;
  background-color: #e75480;
}
.appointment-section-three .form-column .icon-box {
  position: relative;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 300;
}
.appointment-section-three .form-column h3 {
  position: relative;
  color: #fff;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
}
.appointment-section-three .form-column .text {
  position: relative;
  color: #fff;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.8em;
}
.appointment-section-three .form-column .lower-box {
  position: relative;
}
.appointment-section-three .form-column .lower-box .upper-inner {
  position: relative;
  padding: 30px 30px;
  border: 1px solid #bbb;
  border-top: 0;
  background-color: #fff;
}
.appointment-section-three .form-column .lower-box .submit-btn {
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #222;
  font-family: Lora, serif;
}
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px 10px 20px;
  line-height: 28px;
  color: #777;
  border: none;
  border-radius: 4px;
  background: 0 0;
  border: 1px solid #ccc;
}
.form-group .ui-button .ui-icon {
  background: 0 0;
  position: relative;
  top: 2px;
  text-indent: 0;
  color: #333;
}
.form-group .ui-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #999;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}
.ui-menu .ui-menu-item {
  font-size: 14px;
}
.ui-menu .ui-menu-item:last-child {
  border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #e75480;
  border-color: #e75480;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}
.ui-menu-item:hover {
  background-color: #e75480;
}
.appointment-section-three .content-column {
  position: relative;
}
.appointment-section-three .content-column .inner-column {
  position: relative;
  padding-left: 50px;
  padding-top: 50px;
}
.appointment-section-three .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.appointment-section-three
  .content-column
  .inner-column
  .sec-title
  .separator:after {
  border-color: #ebf1fc;
}
.appointment-section-three .content-column .bold-text {
  position: relative;
  color: #222;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 50px;
}
.appointment-section-three .content-column .appointment-list {
  position: relative;
  margin-bottom: 50px;
}
.appointment-section-three .content-column .appointment-list .list-inner {
  position: relative;
  padding-left: 40px;
}
.appointment-section-three .content-column .appointment-list .list-inner .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
  font-size: 22px;
  line-height: 1em;
}
.appointment-section-three .content-column .appointment-list h4 {
  position: relative;
  color: #e75480;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}
.appointment-section-three .content-column .appointment-list .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 12px;
}
.about-section-two {
  position: relative;
  padding: 110px 0 60px;
}
.about-section-two .content-column {
  position: relative;
  margin-bottom: 40px;
}
.about-section-two .content-column .inner-column {
  position: relative;
  max-width: 540px;
}
.about-section-two .content-column .sec-title {
  margin-bottom: 30px;
}
.about-section-two .content-column .bold-text {
  position: relative;
  color: #222;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-section-two .content-column .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 50px;
}
.about-section-two .content-column .about-list-info {
  position: relative;
}
.about-section-two .content-column .about-list-info .list-inner {
  position: relative;
  padding-left: 30px;
  color: #e75480;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Lora, serif;
}
.about-section-two .content-column .about-list-info .list-inner:before {
  position: absolute;
  content: "\f0a4";
  left: 0;
  top: 3px;
  color: #222;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}
.about-section-two .info-column {
  position: relative;
}
.about-section-two .info-column .inner-column {
  position: relative;
  padding-left: 40px;
}
.doctor-info-tabs {
  position: relative;
  padding: 0 0;
  background-color: #fff;
}
.doctor-info-tabs .doctor-tabs {
  position: relative;
}
.doctor-info-tabs .doctor-tabs .tab-btns {
  position: relative;
  background-color: #222;
}
.doctor-info-tabs .doctor-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  width: 50%;
  text-align: center;
  letter-spacing: 1px;
  padding: 18px 15px 18px;
  transition: all 0.5s ease;
  font-family: Lora, serif;
  text-transform: capitalize;
}
.doctor-info-tabs .doctor-tabs .tab-btns .tab-btn.active-btn,
.doctor-info-tabs .doctor-tabs .tab-btns .tab-btn:hover {
  color: #fff;
  background: #e75480;
}
.doctor-info-tabs .doctor-tabs .tabs-content {
  position: relative;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #d7d7d7;
}
.doctor-info-tabs .doctor-tabs .tabs-content .tab {
  position: relative;
  display: none;
}
.doctor-info-tabs .doctor-tabs .tabs-content .tab.active-tab {
  display: block;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list {
  position: relative;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li {
  position: relative;
  color: #777;
  font-size: 15px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li:before {
  position: absolute;
  content: "----";
  left: 50%;
  color: #777;
  font-size: 14px;
  margin-left: -25px;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li span {
  position: absolute;
  right: 0;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li:last-child {
  border-bottom: none;
}
.counter-section-two {
  position: relative;
  padding-bottom: 80px;
}
.fact-counter-two {
  position: relative;
}
.fact-counter-two .column {
  position: relative;
  margin-bottom: 30px;
}
.fact-counter-two .column .inner {
  position: relative;
  padding: 35px 15px 35px;
  border: 2px solid transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.fact-counter-two .column:hover .inner {
  border-color: #222;
}
.fact-counter-two .column .inner .content {
  position: relative;
  text-align: center;
}
.fact-counter-two .column .inner .icon {
  position: relative;
  color: #000;
  font-size: 54px;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0;
  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;
}
.fact-counter-two .count-outer .percentage {
  display: inline-block;
  font-weight: 600;
  color: #020e28;
  font-size: 48px;
  line-height: 1em;
}
.fact-counter-two .column .inner .count-outer {
  position: relative;
  font-weight: 700;
  color: #e75480;
  font-size: 30px;
  line-height: 1em;
  margin-top: 20px;
  font-family: Lora, serif;
}
.fact-counter-two .column .inner .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-top: 14px;
  color: #777;
  font-family: Lato, sans-serif;
}
.hospital-section {
  position: relative;
  padding-top: 110px;
  background-size: cover;
}
.hospital-section .image-column {
  position: relative;
}
.hospital-section .image-column .inner-column {
  position: relative;
}
.hospital-section .image-column .inner-column .image {
  position: relative;
}
.hospital-section .content-column {
  position: relative;
}
.hospital-section .content-column .inner-column {
  position: relative;
}
.hospital-section .content-column .sec-title {
  position: relative;
  margin-bottom: 35px;
}
.hospital-section .content-column .bold-text {
  position: relative;
  color: #222;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 40px;
}
.hospital-info-tabs {
  position: relative;
}
.hospital-info-tabs .hospital-tabs {
  position: relative;
}
.hospital-info-tabs .hospital-tabs .tab-btns {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 60px;
  border: 1px solid #ddd;
}
.hospital-info-tabs .hospital-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  float: left;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  width: 25%;
  text-align: center;
  letter-spacing: 1px;
  padding: 18px 15px 18px;
  transition: all 0.5s ease;
  font-family: Lora, serif;
  text-transform: capitalize;
  background-color: #fff;
  border-right: 1px solid #ddd;
}
.hospital-info-tabs .hospital-tabs .tab-btns .tab-btn.active-btn,
.hospital-info-tabs .hospital-tabs .tab-btns .tab-btn:hover {
  color: #fff;
  background: #e75480;
}
.hospital-info-tabs .hospital-tabs .tabs-content {
  position: relative;
}
.hospital-info-tabs .hospital-tabs .tabs-content .tab {
  position: relative;
  display: none;
}
.hospital-info-tabs .hospital-tabs .tabs-content .tab.active-tab {
  display: block;
}
.hospital-info-tabs .hospital-tabs .tabs-content .text {
  position: relative;
  margin-bottom: 40px;
}
.hospital-info-tabs .hospital-tabs .tabs-content .text p {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.hospital-info-tabs .hospital-tabs .tabs-content .text p:last-child {
  margin-bottom: 0;
}
.hospital-info-tabs .hospital-tabs .tabs-content .more-btn {
  position: relative;
  color: #fff;
  padding: 18px 46px;
  border-radius: 50px;
  margin-bottom: 45px;
  background-color: #222;
  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;
}
.hospital-info-tabs .hospital-tabs .tabs-content .more-btn:hover {
  background-color: #e75480;
}
.hospital-info-tabs .hospital-tabs .tabs-content .image img {
  width: 100%;
  display: block;
}
.get-appointment-section {
  position: relative;
  padding: 120px 0 120px;
}
.get-appointment-section .inner-container {
  position: relative;
  padding: 30px 45px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.get-appointment-section h3 {
  position: relative;
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 22px;
}
.appointment-form-two {
  position: relative;
  z-index: 1;
}
.appointment-form-two .form-group {
  position: relative;
  margin-bottom: 30px;
}
.appointment-form-two .form-group label {
  position: relative;
  color: #e75480;
  font-size: 16px;
  margin-bottom: 15px;
}
.appointment-form-two .form-group input[type="email"],
.appointment-form-two .form-group input[type="tel"],
.appointment-form-two .form-group input[type="text"],
.appointment-form-two .form-group input[type="url"],
.appointment-form-two .form-group select,
.appointment-form-two .form-group textarea,
.ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 0;
  z-index: 1;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.appointment-form-two .form-group input:focus,
.appointment-form-two .form-group select:focus,
.appointment-form-two .form-group textarea:focus {
  border-color: #e75480;
}
.appointment-form-two .form-group textarea {
  height: 150px;
  resize: none;
  border-radius: 10px;
}
.appointment-form-two .form-group input[type="submit"],
.appointment-form-two button {
  padding: 12px 40px 12px;
  margin-top: 35px;
  width: 100%;
}
.appointment-form-two .form-group input[type="submit"]:hover,
.appointment-form-two button:hover {
  opacity: 0.95;
}
.appointment-form-two .form-group .icon {
  position: absolute;
  right: 10px;
  top: 37px;
  height: 50px;
  width: 50px;
  z-index: 1;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.schedule-section {
  position: relative;
  padding: 110px 0 80px;
  background-size: cover;
  background-attachment: fixed;
}
.schedule-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.schedule-section .schedule-column {
  position: relative;
}
.schedule-section .schedule-column .inner-column {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.schedule-section .schedule-column .inner-column .content {
  width: 100%;
  min-width: 665px;
  border: 1px solid #d7d7d7;
  border-bottom: none;
}
.schedule-section .schedule-column .inner-column .title-box {
  position: relative;
  margin-right: -2px;
}
.schedule-section .schedule-column .inner-column .title-box li {
  position: relative;
  padding: 20px 30px;
  color: #fff;
  width: 33.333%;
  float: left;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  background-color: #e75480;
  font-family: Lora, serif;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.schedule-section .schedule-column .inner-column .title-box li:last-child {
  border-right: none;
}
.schedule-section .schedule-column .inner-column .content-box {
  position: relative;
}
.schedule-section .schedule-column .inner-column .content-box li {
  position: relative;
  padding: 20px 30px;
  color: #777;
  width: 33.333%;
  float: left;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  font-family: Lora, serif;
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.schedule-section .schedule-column .inner-column .content-box li:last-child {
  border-right: none;
}
.schedule-section .appointment-column {
  position: relative;
  margin-bottom: 40px;
}
.schedule-section .appointment-column .inner-column {
  position: relative;
  overflow: hidden;
  margin-left: 40px;
  margin-top: 45px;
  border-radius: 20px 20px 0 0;
}
.schedule-section .appointment-column .inner-column .upper-box {
  position: relative;
}
.schedule-section .appointment-column .inner-column .upper-box .upper-inner {
  position: relative;
  padding: 30px 30px;
  background-color: #e75480;
}
.schedule-section .appointment-column .inner-column .upper-box h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.schedule-section .appointment-column .inner-column .lower-box {
  position: relative;
}
.schedule-section .appointment-column .inner-column .lower-box .upper-inner {
  position: relative;
  padding: 30px 30px;
  border: 1px solid #bbb;
  border-top: 0;
  background-color: #fff;
}
.schedule-section .appointment-column .inner-column .lower-box .submit-btn {
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #222;
  font-family: Lora, serif;
}
.provider-section {
  position: relative;
  padding: 110px 0 80px;
}
.provider-section .blocks-column {
  position: relative;
}
.provider-section .blocks-column .inner-column {
  position: relative;
}
.provider-section .appointment-column {
  position: relative;
  margin-bottom: 40px;
}
.provider-section .appointment-column .inner-column {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  border-radius: 20px 20px 0 0;
}
.provider-section .appointment-column .inner-column .upper-box {
  position: relative;
}
.provider-section .appointment-column .inner-column .upper-box .upper-inner {
  position: relative;
  padding: 30px 30px;
  background-color: #e75480;
}
.provider-section .appointment-column .inner-column .upper-box h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.provider-section .appointment-column .inner-column .lower-box {
  position: relative;
}
.provider-section .appointment-column .inner-column .lower-box .upper-inner {
  position: relative;
  padding: 30px 30px;
  border: 1px solid #bbb;
  border-top: 0;
  background-color: #fff;
}
.provider-section .appointment-column .inner-column .lower-box .submit-btn {
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #222;
  font-family: Lora, serif;
}
.service-block-six {
  position: relative;
  margin-bottom: 30px;
}
.service-block-six .inner-box {
  position: relative;
  text-align: center;
  padding: 45px 30px 45px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-block-six .inner-box .border-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.service-block-six .inner-box .border-one:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e75480;
}
.service-block-six .inner-box .border-one:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e75480;
}
.service-block-six .inner-box:hover .border-one {
  width: 100%;
  height: 100%;
  display: block;
}
.service-block-six .inner-box .border-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.service-block-six .inner-box .border-two:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e75480;
}
.service-block-six .inner-box .border-two:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e75480;
}
.service-block-six .inner-box:hover .border-two {
  width: 100%;
  height: 100%;
  display: block;
}
.service-block-six .inner-box .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  color: #9c9c9c;
  font-size: 40px;
  line-height: 80px;
  border-radius: 50px;
  margin: 0 auto;
  border: 2px dashed #cfcfcf;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.service-block-six .inner-box:hover .icon-box {
  border-color: #e75480;
}
.service-block-six .inner-box h3 {
  position: relative;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 25px;
}
.service-block-six .inner-box h3 a {
  position: relative;
  color: #222;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.departments-section {
  position: relative;
  padding: 50px 0 50px;
}
.departments-info-tabs {
  position: relative;
}
.departments-info-tabs .departments-tabs {
  position: relative;
}
.departments-info-tabs .departments-tabs .tab-btns {
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  font-size: 16px;
  color: #e75480;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  width: 16.666%;
  text-align: center;
  letter-spacing: 1px;
  padding: 35px 15px 30px;
  transition: all 0.5s ease;
  font-family: Lora, serif;
  text-transform: capitalize;
  background-color: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-left: 0;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #e75480;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn::before,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover::before {
  opacity: 1;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn .icon {
  position: relative;
  display: block;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn .icon,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover .icon {
  color: #e75480;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover {
  color: #222;
  border-top-color: #222;
  border-bottom-color: #e75480;
  background-color: rgba(0, 76, 218, 0.05);
}
.departments-info-tabs .departments-tabs .tabs-content {
  position: relative;
}
.departments-info-tabs .departments-tabs .tabs-content .tab {
  position: relative;
  display: none;
}
.departments-info-tabs .departments-tabs .tabs-content .tab.active-tab {
  display: block;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column {
  position: relative;
  margin-bottom: 40px;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column .row {
  margin: 0 -10px;
}
.departments-info-tabs
  .departments-tabs
  .tabs-content
  .gallery-column
  .row
  .column {
  padding: 0 10px;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column .image {
  position: relative;
  margin-bottom: 20px;
}
.departments-info-tabs
  .departments-tabs
  .tabs-content
  .gallery-column
  .image
  img {
  position: relative;
  width: 100%;
  display: block;
}
.departments-info-tabs .departments-tabs .tabs-content .content-column {
  position: relative;
}
.departments-info-tabs
  .departments-tabs
  .tabs-content
  .content-column
  .inner-column {
  position: relative;
}
.departments-info-tabs
  .departments-tabs
  .tabs-content
  .content-column
  .inner-column
  h2 {
  position: relative;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}
.departments-info-tabs
  .departments-tabs
  .tabs-content
  .content-column
  .inner-column
  .bold-text {
  position: relative;
  color: #e75480;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  margin: 15px 0;
}
.departments-info-tabs
  .departments-tabs
  .tabs-content
  .content-column
  .inner-column
  .text {
  position: relative;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2em;
  margin-bottom: 50px;
}
.feat-images {
  width: 36px !important;
  height: 55px !important;
  color: #eee;
}
@media only screen and (max-width: 770px) {
    .av {
        margin-left: 2px !important;
    }

    .av1 {
        margin-left: 0px !important;
        margin-bottom: 30px;
    }

    .s1 {
        margin-top: 28px;
    }
}
.contents{
  margin-top:80px;
  text-align:center;
}
.h2-style{
  margin:0 auto;
  text-align:center;
  color:#e75480;
}
.font-15{
  font-size:15px!important;
}
.font-20{
  font-size:20px!important;
}
.left{
  float:left;
}
.form-style{
  float: right; margin-right: 197px; margin-top: 10px;
}
.counter-section{
  background-image:url(images/background/pattern-3.webp)!important;
}
.none{
  display: none!important;
}
.author-info .author-name{ color:#e75480!important;font-family:'Lato',sans-serif!important;}
.divFooter {
  position: fixed;
  height: 100px;
  width: 100px;
  bottom: 6px;
  left: 0px;
  z-index: 999;
  text-align: center;
  padding: 3px;
      }
      .map{
        border:0;
      }
 .err{
  font-size: 14px;color:red;
 } 
 .save{
  display:none;color:#e75480; padding-top: 10px; padding-bottom: 20px;margin:0 auto;text-align:center
 }    