body {
  margin: 0;
  padding: 0;
  font-family: 'Exo 2', sans-serif !important;
  overflow-x: hidden;
}
::-moz-selection {
  color: #fff;
  background: #ae79d8;
}
::selection {
  color: #fff;
  background: #ae79d8;
}
::-webkit-scrollbar-track {
  background-color: #cacaca;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #5f5f5f;
  border-radius: 10px;
}
a {
  text-decoration: none !important;
}
.pdd {
  padding: 0 !important;
}
.modal-backdrop {
  z-index: 9999 !important;
}
.home {
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 999;
}
.home2 {
  z-index: 9999999999;
}
.top-banner {
  position: relative;
  padding: 10px 90px 10px 30px !important;
}
.mpd {}
.head-top {
  padding: 0 !important;
  margin: 10px 0 0 0;
}
.head-top p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 160px;
}
.head-top p a {
  color: #555;
  line-height: 33px;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 25px;
  border: 1px solid #555;
}
.head-top p svg {
  margin: 0 5px 0 0;
}
.head-top ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.head-top ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0 5px;
}
.head-top ul li .svga {
  color: #555;
  font-size: 20px;
  line-height: 35px;
  display: block;
}
.head-top ul li:first-child {
  padding: 0 5px 0 0;
}
.head-top ul li:last-child {
  padding: 0 0 0 5px;
}
.lang {
  margin: 0;
  padding: 0;
  width: 160px;
}
.lang select {
  width: 100%;
  height: 35px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  letter-spacing: .2px;
  color: #555;
  outline: none;
  background: none;
  border-radius: 25px;
  line-height: 35px;
  border: 1px solid #555;
}
.lang select option {
  background: rgba(255, 255, 255, 0.75);
  color: #333;
  outline: none;
  border: none;
}
.social {}
.social ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.social li {
  width: auto !important;
  list-style: none;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  display: inline-block !important;
  text-align: left;
}
.social li a {
  display: block;
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 0;
  border-radius: 25px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.social li:nth-child(1) a {
  background: #143f9a;
}
.social li:nth-child(2) a {
  background: #ff5200;
}
.social li:nth-child(3) a {
  background: #ff001b;
}
.social li:nth-child(4) a {
  background: #cd2129;
}
.social li:nth-child(5) a {
  background: #007bb6;
}
.social li:nth-child(6) a {
  background: #55acef;
}
.social li a:hover {
  color: #fff;
}
.search {
  margin: 0;
  padding: 0;
  float: right;
}
.search form {
  padding: 0;
  margin: 0;
}
.search input.search-text {
  color: #555;
  position: absolute;
  -webkit-transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
  transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
  height: 35px;
  width: 0;
  margin: 0;
  padding: 17px;
  float: right;
  right: 0;
  top: 0;
  z-index: 9;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
  border: 0px solid rgba(255, 255, 255, 0.35);
  background: #ae79d8 url(../images/search.png)no-repeat;
  background-size: 35px;
}
.search input.search-text:focus {
  z-index: 1;
  width: 100%;
  right: 0;
  top: 0;
  border: 1px solid #ae79d8;
  background-color: #ae79d8;
  outline: none;
  cursor: auto;
  padding: 10px;
  background: #fff;
  border-radius: 25px;
  float: right;
}
.search input.search-submit {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 35px;

  height: 35px;
  margin: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 25px;
  border: 0px solid rgba(255, 255, 255, 0.35);
  background: #ae79d8 url(../images/search.png) no-repeat;
  opacity: 1;
  background-size: 35px;
}
.enquiry {
  width: 160px;
  height: auto;
  margin: 0 38px 0 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  display: block;
  font-weight: 400;
  color: #555;
  border: 1px solid #555;
  letter-spacing: .2px;
  position: relative;
  outline: none;
  border-radius: 25px;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.enquiry svg {
  margin: 0 3px 0 0;
}
.enquiry:hover, .enquiry:focus {
  color: #ffffff;
  background: #ae79d8;
  border: 1px solid #ae79d8;
}
.modal-open .modal {
  z-index: 999999999;
}
.enquiry-in {
  margin: 0;
  padding: 0;
}
.enquiry-in .enq1 {
  width: 47.5%;
  height: 40px;
  margin: 5px;
  border: 1px solid #f0f0f0;
  font-size: 13px;
  line-height: 24px;
  padding: 10px;
  text-align: left;
  font-weight: 400;
  color: #000;
  letter-spacing: .2px;
  outline: none;
}
.enquiry-in .enq2 {
  width: 97.5%;
  height: 90px;
  margin: 5px;
  border: 1px solid #f0f0f0;
  font-size: 15px;
  line-height: 24px;
  padding: 10px;
  text-align: left;
  font-weight: 400;
  color: #000;
  letter-spacing: .2px;
  outline: none;
}
.enquiry-in .enq3 {
  width: 130px;
  height: 35px;
  margin: 5px 10px;
  padding: 0;
  font-size: 13px;
  float: right;
  background: #e92a78;
  outline: none;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.enhead .close {
  float: right;
  font-size: 24px;
  font-weight: 300;
  color: #fff !important;
  background: #e92a78 !important;
  opacity: 1 !important;
  width: 30px;
  padding: 0 0 3px 0px;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  outline: none;
}
.lgpd {
  padding: 0 !important;
}
.logo {
  padding: 0 !important;
}
.logo a {
  display: inline-block;
}
.logo img {
  width: 260px;
  padding: 0;
  margin: 0;
  display: block;
}
.logo #popaboutbtn, .logo #popaboutclose {
  position: absolute;
  left: 270px;
  top: 15px;
  margin-right: 0;
  color: #ffffff;
  background: #ae79d8;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.logo #popaboutclose {
  z-index: 9;
  top: -5px;
  left: -38px;
  opacity: 1;
  font-size: 17px;
}
.logo:hover #popaboutbtn {
  opacity: 1;
}
#popabouttxt {
  display: none;
  width: 200%;
  position: absolute;
  padding: 10px 15px;
  border-radius: 10px;
  background: #fff;
  top: 20px;
  left: 308px;
  z-index: 10;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
#popabouttxt .description {
  padding: 0 0 10px 0;
}
#popabouttxt .description span {
  font-size: 19px;
  font-weight: 600;
  color: #ae79d8;
}
.menu {
  padding: 10px 20px !important;
  background: rgba(45, 146, 162, 1);
  background: -moz-linear-gradient(left, rgba(45, 146, 162, 1) 0%, rgba(11, 98, 170, 1) 50%, rgba(45, 146, 162, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 146, 162, 1)), color-stop(50%, rgba(11, 98, 170, 1)), color-stop(100%, rgba(45, 146, 162, 1)));
  background: -webkit-linear-gradient(left, rgba(45, 146, 162, 1) 0%, rgba(11, 98, 170, 1) 50%, rgba(45, 146, 162, 1) 100%);
  background: -o-linear-gradient(left, rgba(45, 146, 162, 1) 0%, rgba(11, 98, 170, 1) 50%, rgba(45, 146, 162, 1) 100%);
  background: -ms-linear-gradient(left, rgba(45, 146, 162, 1) 0%, rgba(11, 98, 170, 1) 50%, rgba(45, 146, 162, 1) 100%);
  background: linear-gradient(to right, rgba(45, 146, 162, 1) 0%, rgba(11, 98, 170, 1) 50%, rgba(45, 146, 162, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2d92a2', endColorstr='#2d92a2', GradientType=1);
}
#author, #author a {
  font-size: 100%;
  text-transform: none;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
#side-menu-icon {
  position: fixed;
  top: 16px;
  right: 30px;
  height: 45px;
  width: 45px;
  z-index: 99999;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#menu {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border-radius: 100%;
  border: 2px solid transparent;
  width: 47px;
  height: 47px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fmenu2 {
  top: 10px !important;
  padding: 9px !important;
  background: #fff !important;
  border: 2px solid #ae79d8 !important;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(174, 121, 216, 0.3);
  -moz-box-shadow: 0px 0px 0px 10px rgba(174, 121, 216, 0.3);
  box-shadow: 0px 0px 0px 10px rgba(174, 121, 216, 0.3);
}
.fmenu2 span, .fmenu2 span:before, .fmenu2 span:after {
  background: #444 !important;
  width: 25px !important;
}
.fmenu2.active span {
  background: none !important;
}
#menu.active {
  right: 230px;
  top: -18px;
  padding: 9px;
  background: #fff;
  border: 2px solid #ffffff;
  border-radius: 0;
}
#menu.active span, #menu.active span:before, #menu.active span:after {
  background: #333;
}
.fmenu2.active {
  top: -18px !important;
  border: 2px solid #fff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#menu span {
  top: 21px;
}
#menu span, #menu span:before, #menu span:after {
  cursor: pointer;
  height: 2px;
  width: 35px;
  margin: 0;
  background: #333;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menu span:before {
  -webkit-animation: undo-top .5s forwards;
  -moz-animation: undo-top .5s forwards;
  -o-animation: undo-top .5s forwards;
  animation: undo-top .5s forwards;
}
#menu span:after {
  bottom: -10px;
  -webkit-animation: undo-bottom .5s;
  -moz-animation: undo-bottom .5s;
  -o-animation: undo-bottom .5s;
  animation: undo-bottom .5s;
}
#menu.active span {
  background-color: transparent;
  width: 25px;
}
#menu.active span:before {
  top: 0;
}
#menu.active span:before {
  width: 25px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation: top-x .5s forwards;
  -moz-animation: top-x .5s forwards;
  -o-animation: top-x .5s forwards;
  animation: top-x .5s forwards;
}
#menu.active span:after {
  width: 25px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation: bottom-x .5s forwards;
  -moz-animation: bottom-x .5s forwards;
  -o-animation: bottom-x .5s forwards;
  animation: bottom-x .5s forwards;
}
@-webkit-keyframes top-x {
  0% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
    -moz-transform: translateY(0px) rotate(0);
    -o-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes top-x {
  0% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
    -moz-transform: translateY(0px) rotate(0);
    -o-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
@-webkit-keyframes bottom-x {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transfrom: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes bottom-x {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transfrom: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
@-webkit-keyframes undo-top {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
    -moz-transform: translateY(0px) rotate(0);
    -o-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
}
@keyframes undo-top {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
    -moz-transform: translateY(0px) rotate(0);
    -o-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
}
@-webkit-keyframes undo-bottom {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
    -moz-transform: translateY(0px) rotate(0);
    -o-transform: translateY(0px) rotate(0);
    transfrom: translateY(0px) rotate(0);
  }
}
@keyframes undo-bottom {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
    -moz-transform: translateY(0px) rotate(0);
    -o-transform: translateY(0px) rotate(0);
    transfrom: translateY(0px) rotate(0);
  }
}
#side-menu {
  display: block;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0px;
  width: 260px;
  background: #fff;
  padding: 15px 15px 15px 20px;
  z-index: 999999;
  -webkit-transform: translate(610px, 0px);
  -moz-transform: translate(610px, 0px);
  -o-transform: translate(610px, 0px);
  transform: translate(610px, 0px);
  -webkit-transition: 0.3 ease-in-out;
  -moz-transition: 0.3 ease-in-out;
  -o-transition: 0.3 ease-in-out;
  transition: 0.3s ease-in-out;
}
#side-menu.active {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.3 ease-in-out;
  -moz-transition: 0.3 ease-in-out;
  -o-transition: 0.3 ease-in-out;
  transition: 0.3s ease-in-out;
}
#side-menu .side-menuin {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
#side-menu .side-menuin::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
#side-menu .side-menuin::-webkit-scrollbar {
  width: 2px;
  background-color: #ffffff;
}
#side-menu .side-menuin::-webkit-scrollbar-thumb {
  background-color: #ae79d8;
}
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 105;
  display: none;
  -webkit-transition: 0.3 ease-in-out;
  -moz-transition: 0.3 ease-in-out;
  -o-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}
#overlay.active {
  display: block;
  -webkit-transition: 0.3 ease-in-out;
  -moz-transition: 0.3 ease-in-out;
  -o-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}
.menu-collapser {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 5px 0;
  color: #333;
  font-size: 13px;
  line-height: 40px;
  background-color: #e0e0e0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  background-color: #73b32e;
  border-radius: 2px;
  cursor: pointer;
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
  color: #FFF;
  background-color: #73b32e;
}
.collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #F5F5F5;
  border-radius: 1px
}
ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  display: block !important;
}
ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table
}
ul.slimmenu:after {
  clear: both
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 40px
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none
}
ul.slimmenu li ul li {
  width: 100%;
}
ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 0;
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%
}
ul.slimmenu li a {
  padding: 10px 0;
  margin: 0;
  line-height: 25px;
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  letter-spacing: .4px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}
ul.slimmenu li ul li a {
  width: 100%;
  display: block;
  margin: 0;
  text-transform: none;
  text-align: left;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
  display: none;
}
ul.slimmenu li ul li:last-child a {
  border-bottom: 0px solid #fff;
}
ul.slimmenu li.active a {
  color: #ae79d8;
}
ul.slimmenu li a:hover {
  color: #ae79d8;
}
ul.slimmenu li.active ul li a {
  color: #333;
}
ul.slimmenu li.active ul li a:hover {
  color: #e72977;
}
ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 999;
  width: 35px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle
}
ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #fff;
  font-size: 6px;
  vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle > i {
  color: #fff;
}
ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
  border-left: 0
}
.head-drop {
  position: absolute;
  bottom: 0;
  left: 35px;
  z-index: 9;
}
.head-drop .dropdown {
  width: auto;
}
.head-drop .dropdown button {
  width: 100%;
  outline: none;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: .4px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  border: none;
  background: rgba(174, 121, 216, 0.8);
  border-radius: 15px 15px 0 0;
}
.head-drop .open button {
  border-radius: 0;
}
.head-drop .dropdown button span {
  margin: 0 5px
}
.head-drop .dropdown button svg {
  margin: 0 3px 0 0;
}
.head-drop .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto;
  width: 100%;
  border: none;
  border-radius: 15px 15px 0 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #efe1ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.head-drop .dropdown-menu li {
  width: 100%;
  display: block;
  padding: 0 !important;
}
.head-drop .dropdown-menu li a {
  font-size: 15px;
  letter-spacing: .8px;
  line-height: 20px;
  white-space: normal;
  padding: 10px 10px;
  border-bottom: 1px dashed #cdabe8;
  color: #555;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.head-drop .dropdown-menu li:last-child a {
  border-bottom: 0px dashed #cdabe8;
}
.head-drop .dropdown-menu > li > a:focus, .head-drop .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #ae79d8;
}
.slide-banner {
  position: relative;
  width: 100%;
  padding: 78px 0 0 0;
  margin: 0;
}
.slide-banner:after {
  position: absolute;
  content: '';
  width: 76%;
  height: 115%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #efe1ff;
}
.slide-banner img {
  width: 75%;
}
.slide-text {
  width: 455px;
  height: auto;
  padding: 20px 25px;
  margin: 0;
  background: #ffffff;
  text-align: left;
  position: absolute;
  top: 20%;
  right: 35px;
  z-index: 3;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.slide-text:before {
  position: absolute;
  content: '';
  width: 45px;
  height: 100%;
  top: 0;
  left: -45px;
  background: rgba(174, 121, 216, 0.6);
}
.slide-text .scaption {
  font-size: 31px;
  text-align: left;
  font-weight: 300;
  line-height: 34px;
  padding: 0 0 18px 0;
  letter-spacing: .6px;
  margin: 0;
  color: #6f6f6f;
  position: relative;
}
.slide-text .scaption span {
  font-weight: 800;
  display: inline-block;
  position: relative;
}
.slide-text .scaption span:after {
  position: absolute;
  content: '';
  width: 102%;
  height: 11px;
  border-radius: 3px;
  bottom: -3px;
  left: -1%;
  background: rgba(175, 123, 217, 0.62);
  z-index: -1;
}
.slide-text .stext {
  font-size: 17px;
  text-align: left;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 17px 0;
  color: #555;
}
.slidebtn {
  width: 140px;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: .2px;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  display: block;
  background: #d3b4f6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slidebtn svg {
  margin: 0 0 0 3px;
  vertical-align: -2px;
}
.slidebtn:hover, .slidebtn:focus {
  color: #fff;
}
.slide-text .dropdown {
  position: absolute;
  bottom: -28px;
  right: 0;
}
.slide-text .dropdown .dropdown-toggle {
  background: #00a3e4;
  color: #fff;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 7px 10px;
  line-height: 15px;
}
.slide-text .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  right: 0;
  border: none;
  left: auto;
  min-width: initial;
}
.slide-text .dropdown .dropdown-toggle:before {
  position: absolute;
  content: '';
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 25px solid #00a3e4;
  border-left: 20px solid transparent;
}
.slide-text .dropdown-menu .close {
  width: 20px;
  height: 20px;
  background: #f00;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-weight: 100;
}
.videopop {}
.videopop .modal-dialog {
  margin: 50px auto 0 auto;
  padding: 15px;
}
.videopop .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #000;
  border: 3px solid #fff;
}
.videopop .modal-body {
  padding: 0;
  height: 445px;
}
.videopop button.close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -18px;
  right: -18px;
  outline: none;
  border-radius: 25px;
  background: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 0 1px 0;
  color: #000000;
  opacity: 1 !important;
  z-index: 9999;
}
.videopop video {
  width: 100%;
  height: auto;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
  background-image: none !important;
  position: absolute;
  top: auto;
  bottom: 30px;
  height: 35px;
  width: 35px;
  background: none;
  padding: 5px;
  opacity: .4;
  border: 1px solid #333;
  z-index: 99;
  overflow: hidden;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
  width: 100%;
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
  opacity: 1;
}
.slide-banner .carousel-control.left {
  left: auto;
  right: 76px;
}
.slide-banner .carousel-control.right {
  right: 35px;
}
.about {
  padding: 30px 0;
}
.ableft {
  margin: 0;
}
.ableft .description {
  font-weight: 500;
  padding: 0 0 10px 0;
}
.abright {
  margin: -25px 0 0 0;
}
.abright img {
  width: 100%;
}
.thead {
  padding: 0 0 10px 0;
}
.title {
  font-size: 28px;
  line-height: 30px;
  color: #555;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: .4px;
}
.title span {
  font-weight: 700;
}
.thead hr {
  width: 40px;
  height: 4px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  border: none;
  display: inline-block;
  background: #ae79d8;
}
.description {
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
  letter-spacing: .4px;
  padding: 5px 0;
  color: #555;
}
.btn1 {
  width: 120px;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: .4px;
  margin: 5px 0;
  padding: 0;
  color: #ae79d8;
  border: 1px solid #ae79d8;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.btn1:hover, .btn1:focus {
  background: #ae79d8;
  color: #fff;
}
.abenquiry {
  padding: 0 20px 0 0 !important;
  margin: 15px 0 0 0;
}
.abenquiry .dropdown-toggle {
  width: 100%;
  padding: 10px;
  background: #ae79d8;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.abenquiry .dropdown-menu {
  width: 100%;
  top: auto;
  bottom: 100%;
  border: 1px solid #ae79d8;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
#msform {
  position: relative;
  text-align: center;
}
#msform fieldset {
  width: 100%;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input, #msform textarea, #msform select {
  padding: 5px 15px;
  margin: 0 0 9px 0;
  width: 100%;
  height: 45px;
  background: rgba(220, 220, 220, 0.45);
  box-sizing: border-box;
  border: none;
  color: #333;
  font-size: 15px;
  border-radius: 0;
  letter-spacing: .6px;
  outline: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#msform .help-block {
  margin: 0;
}
#msform textarea {
  height: 90px;
  border-radius: 0;
  padding: 10px;
}
#msform input:focus, #msform textarea:focus, #msform select:focus {
  background: rgba(220, 220, 220, 0.75);
}
#msform .action-button, #msform .action-button:focus {
  width: 110px;
  height: 35px;
  background: #ae79d8;
  font-weight: 500;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  margin: 0;
  border-radius: 0;
}
#msform .previous, #msform .previous:focus {
  background: #58595c;
  color: #fff;
}
#msform::-webkit-input-placeholder {
  color: #666;
}
#msform::-moz-placeholder {
  color: #666;
}
#msform:-ms-input-placeholder {
  color: #666;
}
#msform:-moz-placeholder {
  color: #666;
}
.statistics {
  margin: 20px 0 0 0;
  padding: 15px;
  background: url("../images/bg1.jpg");
  background-size: cover;
}
.statibox {
  text-align: center;
  border-right: 1px solid #fff;
}
.statiboxlast {
  border-right: 0px solid #fff;
}
.statibox .counter-value {
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 35px;
  letter-spacing: .4px;
  line-height: 40px;
  margin: 0;
  padding: 0 25px 0 0;
  display: inline-block;
  position: relative;
}
.statibox .counter-value:after {
  position: absolute;
  content: '+';
  top: 0;
  right: 0;
}
.statibox .description {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0 0 0;
  font-size: 15px;
  line-height: 15px;
}
.statibox img {
  width: 55px;
  padding: 6px;
  margin: 7px auto 15px auto;
  border-radius: 100%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
}
.conditions {
  padding: 0;
}
.conditionshead {
  background: #ae79d8;
  padding: 15px;
}
.conditionshead h2 {
  text-align: center;
  color: #fff;
  font-family: 'Rancho', cursive;
  font-size: 37px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
.conditionshead h2 span {
  display: inline-block;
  width: 80px;
  height: 3px;
  background: #fff;
  vertical-align: middle;
  margin: 0 10px;
}
.conditionsin {
  padding: 25px 15px;
  background: url(../images/bg2.jpg) fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
/*.conditionsin:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    display: block !important;
    left: 0;
    opacity: .4;
    bottom: 0;
    background: #d9a9ff;
    z-index: -1;
}*/
.conditionsin .title, .conditionsin2 .title {
  font-size: 26px;
}
.conmain {
  text-align: center;
}
.conmain .thead {
  text-align: center;
}
.conmain .description {
  text-align: center;
  padding: 0 0 10px 0;
}
.conmain h4 {
  font-size: 21px;
  line-height: 24px;
  color: #555;
  margin: 0;
  text-align: center;
  padding: 0 0 15px 0;
  font-weight: 600;
  letter-spacing: .4px;
}
.conmain h4 span {
  width: 35px;
  height: 2px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  background: #ae79d8;
}
.conleft {
  padding: 0 15px 0 0 !important;
  margin: 20px 0 0 0;
  border-right: 1px solid #ccc;
}
.conpdd {
  padding: 2px !important;
}
.conbox {
  padding: 10px !important;
  background: rgba(255, 255, 255, 0.4);
  height: 160px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.conbox img {
  width: 75px;
  margin: 10px auto 17px auto;
  border-radius: 100%;
  border: 2px solid #ad46ff;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(174, 121, 216, 0.3);
  -moz-box-shadow: 0px 0px 0px 10px rgba(174, 121, 216, 0.3);
  box-shadow: 0px 0px 0px 10px rgba(174, 121, 216, 0.3);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.conbox:hover img {
  -webkit-transform: scale(.9, .9);
  -moz-transform: scale(.9, .9);
  -o-transform: scale(.9, .9);
  transform: scale(.9, .9);
}
.conbox h5 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #555;
}
.conbox:hover {
  background: #fff;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.conright {
  padding: 0 0 0 15px !important;
  margin: 20px 0 0 0;
}
.conditionsin2 {
  background: #fff;
  padding: 25px 15px;
}
.conditionsin2 .conmain {
  text-align: left;
}
.conditionsin2 .conmain .thead {
  text-align: left;
}
.conditionsin2 .conmain .description {
  text-align: left;
}
.conright2in {
  margin: 10px 0 0 0;
  padding: 20px !important;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.conright2in .carousel-inner {
  padding: 0 0 35px 0;
}
.conright2in h4 {
  padding: 0 0 25px 0;
}
.conleft2in {
  padding: 0 !important;
  margin: 5px 0 0 0;
}
.conleft2in h4 {
  text-align: left;
}
.colopdd {
  padding: 5px !important;
}
.colobox {
  border: 1px solid #ae79d8;
  margin: 33px 0 0 0;
  padding: 10px !important;
  height: 95px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.colobox:hover {
  background: #ae79d8;
}
.colobox img {
  width: 75px;
  margin: -43px auto 8px auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.colobox:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotate(360deg);
}
.colobox h5 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  letter-spacing: .4px;
  padding: 12px 0 0 0;
  color: #555;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.colobox:hover h5 {
  color: #fff;
}
.coloboxlast h5 {
  padding: 0;
}
.colodpdd {
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.colodpddR {
  border-right: 0px solid #ccc;
}
.colodpddB {
  border-bottom: 0px solid #ccc;
}
.colodbox {
  padding: 0 !important;
  height: 142px;
}
.colodbox img {
  margin: 0 auto 12px auto;
  width: 85px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.colodbox:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotate(360deg);
}
.colodbox h5 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #555;
}
.adleft, .adright {
  position: absolute;
  content: '';
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 4px;
  width: 30px;
  height: 30px;
  opacity: .5;
  z-index: 9;
  border-radius: 25px;
  border: 1px solid #333;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.adleft img, .adright img {
  width: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.adleft {
  left: 50%;
  margin-left: -32px;
}
.adright {
  right: 50%;
  margin-right: -32px;
}
.adleft:hover, .adright:hover {
  opacity: 1;
  background: #ae79d8;
  border: 1px solid #ae79d8;
}
.adleft:hover img, .adright:hover img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.treatment {
  padding: 25px 0;
  background: #f0f0f0;
}
.treatment .thead {
  padding: 0 0 10px 12px;
}
.trtpdd {
  padding: 0 12px !important;
}
.trtbox {
  text-align: center;
  padding: 0 !important;
  background: #fff;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #ae79d8;
}
.trttext {
  padding: 15px 15px 0 15px;
  position: relative;
  height: 159px;
}
.trtbox .trtimg {
  overflow: hidden;
}
.trtbox .trtimg img {
  width: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.trtbox:hover .trtimg img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.trtbox h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 8px 0;
  color: #555;
}
.trtbox .description {
  text-align: center;
  padding: 0 0 5px 0;
}
.trtbox .btn1 {
  bottom: -27px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  background: #fff;
}
.trtbox .btn1:hover, .trtbox .btn1:focus {
  background: #ae79d8;
  color: #fff;
}
.treatment .adleft, .treatment .adright {
  top: -50px;
  bottom: auto;
  border-radius: 0;
}
.treatment .adleft {
  left: auto;
  right: 50px;
}
.treatment .adright {
  right: 12px;
  margin: 0;
}
.services {
  padding: 25px 0;
}
.serleft {
  padding: 0 25px 0 0 !important;
}
.serleft .btn1 {
  margin: 10px 0 15px 0;
}
.serpdd {
  padding: 5px 10px 5px 0;
  width: 20%;
  float: left;
}
.serbox {
  width: 100%;
  height: 140px;
  display: table;
  padding: 5px !important;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.serboxin {
  display: table-cell;
  vertical-align: middle;
}
.serbox img {
  width: 64px;
  margin: 0 auto 0 auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.serbox:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotate(360deg);
}
.serbox h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  letter-spacing: .2px;
  padding: 8px 0 0 0;
  color: #555;
}
.serright {
  padding: 0 !important;
}
.serrightin {
  background: #f3e5ff;
  padding: 15px;
}
.serright h4 {
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  background: #ae79d8;
  margin: 0 0 5px 0;
  text-align: center;
  padding: 7px 0;
  font-weight: 500;
  letter-spacing: .4px;
}
.serrightin ul {
  margin: 0;
  padding: 0;
}
.serrightin ul li {
  list-style: none;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
  letter-spacing: .4px;
  padding: 20px 0;
  color: #333;
  border-bottom: 1px solid #e2beff;
}
.serrightin ul li img {
  width: 30px;
  display: inline-block;
  margin: -4px 15px 10px 0;
  float: left;
}
.serrightin ul li:last-child {
  padding: 10px 0 0 0;
  border-bottom: 0px solid #e2beff;
}
.serrightin ul li:last-child img {
  margin: 5px 15px 10px 0;
}
.reviews {
  padding: 25px 0;
  background: #f0f0f0;
}
.reviews-left {
  padding: 0 !important;
}
.repdd {
  padding: 0 10px !important;
}
.related-box {
  padding: 15px;
  margin: 10px 0 15px 0;
  background: #ffffff;
  text-align: center;
  z-index: 9;
}
.related-box:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 1px;
  background: #ae79d8;
  left: 10%;
  top: 59px;
  z-index: -1;
}
.related-box img {
  width: 80px;
  margin: 0 auto 13px auto;
  border-radius: 100%;
  border: 2px solid #ae79d8;
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff;
  -moz-box-shadow: 0px 0px 0px 15px #ffffff;
  box-shadow: 0px 0px 0px 15px #ffffff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.related-box:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.related-box .tessubhead {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  letter-spacing: 0.4px;
  padding: 0 0 5px 0;
  color: #333;
}
.related-box p {
  text-align: center;
  padding: 0 0 5px 0;
  letter-spacing: 0;
}
.related-box a {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #ae79d8;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.related-box a svg {
  margin: 0 5px;
  vertical-align: -3px;
}
.related-box a svg {
  margin: 0 5px;
}
.related-box a:hover, .related-box a:focus {
  color: #ae79d8;
}
.related-box2 {
  padding: 0 !important;
}
.related-box2 img {
  width: 100%;
}
.related-box2 ul {
  position: absolute;
  margin: 0;
  margin-left: -44px;
  margin-top: -21px;
  padding: 5px 10px;
  width: 88px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.related-box2 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 32px;
  float: left;
}
.related-box2 ul li:first-child {
  margin: 0 4px 0 0;
}
.related-box2 ul li img {
  width: 100%;
  opacity: .7;
  border: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.related-box2 ul li:hover img {
  opacity: 1;
}
.reviews-right {
  padding: 0 0 0 10px !important;
}
.reviews-right .reviewimg {
  overflow: hidden;
}
.reviews-right .reviewimg img {
  width: 100%;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}
.reviews-right:hover .reviewimg img {
  -webkit-transform: scale(1.4, 1.4);
  -moz-transform: scale(1.4, 1.4);
  -o-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.reviews-right .reviewtxt {
  padding: 20px 20px 25px 20px;
  background: #fff;
}
.reviews-right .teshead {
  font-size: 19px;
  text-align: left;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 5px 0;
  color: #555;
}
.reviews-right .description {}
.gallery {
  padding: 25px 0;
}
.gallery .thead {
  text-align: center;
}
.gpdd {
  padding: 0 !important;
}
.galvbox {
  padding: 3px !important;
}
.galvbox img {
  width: 100%;
}
.galvbox ul {
  position: absolute;
  margin: 0;
  margin-left: -47px;
  margin-top: -22px;
  padding: 5px;
  width: 85px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.galvbox:hover ul {
  background: rgba(174, 121, 216, 0.85);
}
.galvbox ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 35px;
  float: left;
}
.galvbox ul li:first-child {
  margin: 0 5px 0 0;
}
.galvbox ul li img {
  width: 100%;
  opacity: .65;
  border: 0px solid #ffabe3;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.galvbox ul li:hover img {
  opacity: 1;
}
.gghead2 {
  display: none;
}
.galbox {
  padding: 0px !important;
  overflow: hidden;
  border: 3px solid transparent;
}
.galbox img {
  width: 100%;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.galbox:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.galleft {
  padding: 0 !important;
}
.galright {
  padding: 0 !important;
}
.gbtn {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  background: #e92a78;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.gbtn:hover, .gbtn:focus {
  background: #f88d27;
  color: #fff;
}
.blogs {
  padding: 0 0 25px 0;
}
.blogs .thead {
  z-index: 999;
  position: relative;
}
.blogleft {
  padding: 0 !important;
}
.blgbtn {
  width: 100px;
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ae79d8;
  display: block;
  color: #ae79d8;
  padding: 0;
  margin: 0;
  font-weight: 500;
  letter-spacing: .4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.blgbtn:hover, .blgbtn:focus {
  color: #ffffff;
  background: #ae79d8;
}
.blogbox {
  margin: 5px 0 0 0;
  padding: 0 15px 0 0 !important;
}
.blogbox2 {
  padding: 0 0 0 15px !important;
}
.blogbox .blogimg {
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
}
.blogbox .blogimg:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 100px;
  background: #ffffff;
  bottom: -45px;
  right: -35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blogbox .blogimg img {
  width: 100%;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.blogbox:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.blogbox .blogtxt {}
.blogbox .blogtxt .bloghead {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  letter-spacing: 0.4px;
  padding: 0 0 7px 0;
  color: #333;
}
.blogbox .blogtxt .description {
  padding: 0 0 6px 0;
}
.blogbox .blogtxt a {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #555;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.blogbox .blogtxt a svg {
  margin: 0 5px;
  vertical-align: -3px;
}
.blogbox .blogtxt a svg {
  margin: 0 5px;
}
.blogbox .blogtxt a:hover, .blogbox .blogtxt a:focus {
  color: #ae79d8;
}
.blogright {
  padding: 0 0 0 35px !important;
}
.blogrightin {
  padding: 15px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.blogright .thead {
  text-align: center;
}
.blogright .panel-group {
  margin: 0;
  background: none;
}
.blogright .panel-group .panel {
  margin: 6px 0;
  border: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-radius: 5px;
}
.blogright .panel-group .panel + .panel {
  margin: 6px 0;
}
.blogright .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0 35px 0 10px;
  position: relative;
  border-radius: 0;
}
.blogright .panel-default .collapsed:after {
  content: '+' !important;
  font-size: 25px !important;
}
.blogright .panel-default > .panel-heading:after {
  position: absolute;
  content: '-';
  font-size: 33px;
  line-height: 40px;
  text-align: right;
  color: #555;
  font-weight: 500;
  width: 15px;
  top: 0;
  right: 12px;
}
.blogright .panel-title {
  margin: 0;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #ae79d8;
  line-height: 23px;
}
.blogright .panel-default .collapsed .panel-title {
  color: #555;
}
.blogright .panel-body {
  padding: 12px;
  border-top: 1px solid #ccc !important;
}
.blogright .panel-body .description {
  padding: 0 0 3px 0;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}
.blogright .panel-body a {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #555;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.blogright .panel-body a svg {
  margin: 0 5px;
  vertical-align: -3px;
}
.blogright .panel-body a svg {
  margin: 0 5px;
}
.blogright .panel-body a:hover, .blogright .panel-body a:focus {
  color: #ae79d8;
}
.faqbtn {
  width: 100%;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  background: #ae79d8;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.faqbtn:hover, .faqbtn:focus {
  background: #ae79d8;
  color: #fff;
}
footer {
  padding: 0;
  background: #555;
  margin: 50px 0 0;
}
footer .nav-tabs {
  border: none;
  margin: 0 0 15px 0;
}
footer .nav-tabs > li {
  float: left;
  margin: 0;
  width: 33.3333%;
}
footer .nav-tabs > li.active > a, footer .nav-tabs > li.active > a:focus, footer .nav-tabs > li.active > a:hover {
  color: #fff;
  background: #ae79d8;
  border: 1px solid #ae79d8;
}
footer .nav > li > a:focus, footer .nav > li > a:hover {
  text-decoration: none;
  background: none;
  border: 1px solid #ae79d8;
}
footer .nav-tabs > li > a {
  margin: 0;
  border: 1px solid #ae79d8;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: .8px;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
footer .nav-tabs > li > a svg {
  margin: 0 5px 0 0;
}
footer .title {
  color: #fff;
}
.ftleft {
  padding: 17px 20px !important;
  border: 1px solid #ae79d8;
  height: 320px;
}
.ftleft .description {
  padding: 0 0 5px 0;
  text-align: left;
  line-height: 29px;
  color: #e2e2e2;
}
.ftleft .description svg {
  margin: 0 6px 0 0;
}
.ftleft .description a, .ftleft .description a:hover, .ftleft .description a:focus {
  color: #fff;
  letter-spacing: 1px;
}
.ftrapp .description {
  font-size: 16px;
  padding: 0 0 10px 0;
  line-height: 23px;
}
.ftrapp .description strong {
  color: #daabff;
  font-size: 18px;
}
.ftleft .social {
  padding: 10px 0 0 0;
  margin: 0;
}
.ftleft .social ul {}
.ftright {
  padding: 0 !important;
  height: 320px;
}
.newsletter {
  margin: -47px 0 25px 0;
  padding: 20px !important;
  background: rgb(239, 225, 255);
}
.newsletter .newslhead {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #ae79d8;
  text-transform: uppercase;
}
.newsletter form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.newsletter form ::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.newsletter form :-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.newsletter form :-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.newsletter form {
  margin: 0;
}
.newsletter .nl1 {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #555;
  border: 1px solid #ae79d8;
  background: none;
  outline: none;
}
.newsletter .nl2 {
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 0 !important;
  border: 1px solid #ae79d8;
  border-left: none;
  background: #ae79d8;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 39px;
  outline: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.newsletter .nl2:hover {
  background: #ae79d8;
  color: #fff;
}
.f-copy {
  margin: 25px 0 0 0;
  padding: 10px 0;
  background: #2f2f2f;
  position: relative;
  z-index: 2;
}
.f-copy p {
  color: #c5c5c5;
  font-size: 13px;
  line-height: 47px;
  font-weight: 300;
  margin: 0;
  text-align: left;
  padding: 0;
  letter-spacing: .6px;
}
.f-copy p a, .f-copy p a:hover, .f-copy p a:focus {
  color: #efe1ff;
}
.f-copy .flogo {
  text-align: left;
}
.f-copy .flogo img {
  width: 90px;
  margin: 0;
  display: inline-block;
}
.to-top {
  position: fixed;
  z-index: 8;
  bottom: 85px;
  right: 15px;
  display: none;
}
.to-top a.back-to-top {
  display: block;
  text-align: center;
  color: #ae79d8;
  font-size: 17px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 25px;
  background: #ffffff;
  border: 2px solid #ae79d8;
  opacity: 0.7;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.to-top a.back-to-top:hover {
  opacity: 1;
}
.inner-banner {
  width: 100%;
  position: relative;
  padding: 78px 0 0 0;
}
.inner-banner img {
  width: 100%;
}
.brd-in {
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
}
.brd-in .breadcrumb {
  background-color: transparent !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 0 6px 0 !important;
  border: none;
  border-bottom: 1px dashed #ccc;
}
.brd-in .breadcrumb li a {
  font-size: 13px;
  line-height: 24px;
  padding: 7px 0;
  text-align: right;
  font-weight: 400;
  color: #333;
  letter-spacing: .8px;
}
.brd-in .breadcrumb li:last-child a {
  color: #ae79d8;
}
.innerpage {
  margin: 0;
  padding: 25px 0;
  position: relative;
}
.innerpagein {
  position: relative;
}
.innerpage p {
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  letter-spacing: .4px;
  padding: 5px 0;
  color: #333;
}
.innerpage ul {
  margin: 0 0 15px 0;
  padding: 0;
}
.innerpage ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  letter-spacing: .4px;
  padding: 3px 0;
  color: #333;
}
.inrul li {
  padding: 3px 0 3px 25px !important;
}
.inrul li:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  top: 15px;
  left: 0;
  background: #005ca1;
}
.innerpage h2, .innerpage h3, .innerpage h4, .innerpage h5, .innerpage h6 {
  color: #333;
  margin: 0;
  padding: 3px 0;
  font-weight: 500;
  letter-spacing: .4px;
}
.innerpage h2 {
  font-size: 25px;
  line-height: 28px;
}
.innerpage h3 {
  font-size: 23px;
  line-height: 26px;
}
.innerpage h4 {
  font-size: 20px;
  line-height: 24px;
}
.innerpage h5 {
  font-size: 18px;
  line-height: 23px;
}
.innerpage h6 {
  font-size: 16px;
  line-height: 21px;
}
.inrcontactform {
  padding: 0 0 0 30px !important;
}
.inrcontactformin {
  padding: 15px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.inrcontactformin h4 {
  text-align: center;
  padding: 0 0 15px 0;
}
.successrateinr {
  margin: 25px 0 0 0;
  padding: 0 !important;
}
.successrateinr img {
  width: 100%;
}
.innleft {}
.innright {}
.indoctor {
  float: right !important;
  padding: 10px 0 0 20px !important;
}
.indoctor img {
  width: 100%;
}
.inabout {
  padding: 0 0 0 20px !important;
  float: right !important;
}
.inabout img {
  width: 100%;
}
.inner-right {
  padding: 15px 0;
  margin: 0;
  background: #fff;
  position: relative;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.inner-right h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin: 0;
  padding: 0 0 15px 0;
}
.inner-right hr {
  width: 40px;
  height: 2px;
  margin: 10px auto 15px auto;
  padding: 0;
  border: none;
  background: #0090e0;
}
.inner-right form {
  margin: 0;
  padding: 0;
}
.inner-right form::-webkit-input-placeholder {
  color: #333;
}
.inner-right form::-moz-placeholder {
  color: #333;
}
.inner-right form:-ms-input-placeholder {
  color: #333;
}
.inner-right form:-moz-placeholder {
  color: #333;
}
.inner-right .t1 {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  color: #333;
  outline: none;
  border: none;
  letter-spacing: .4px;
  background: rgba(0, 0, 0, 0.05);
}
.inner-right .t2 option {
  background: #ffff;
}
.inner-right .t2 {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  color: #333;
  outline: none;
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}
.inner-right .t3 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 90px;
  min-height: 90px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: #333;
  box-shadow: none;
  outline: none;
  border: none;
  letter-spacing: .4px;
  background: rgba(0, 0, 0, 0.05);
}
.inner-right .t4 {
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background: rgba(254, 99, 85, 1);
  background: -moz-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254, 99, 85, 1)), color-stop(100%, rgba(231, 49, 94, 1)));
  background: -webkit-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: -o-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: -ms-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: linear-gradient(to right, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe6355', endColorstr='#e7315e', GradientType=1);
}
.inrboxpd {
  padding: 0 !important;
}
.innright .inrboxpdhead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .8px;
  color: #333;
  margin: 0;
  padding: 0 0 10px 0;
}
.innertesti, .inrdoctor, .pe-videos, .innerlinks {
  margin: 20px 0 0 0;
  padding: 15px;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.innertesti, .inrdoctor {
  text-align: center;
}
.inrdoctor img {
  width: 100px;
  margin: 0 auto 10px auto;
  border-radius: 100%;
  padding: 3px;
  border: 1px solid #ae79d8;
}
.inrdoctor .description strong {
  color: #333;
}
.innertesti .description, .inrdoctor .description {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 5px 0;
}
.innertesti a, .inrdoctor a {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #ae79d8;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.innertesti a svg, .inrdoctor a svg {
  margin: 0 5px;
  vertical-align: -3px;
}
.innertesti a:hover, .inrdoctor a:hover, .innertesti a:focus, .inrdoctor a:focus {
  color: #ae79d8;
}
.ba-gallery-box img {
  width: 100%;
}
.innertesti .carousel-indicators, .ba-gallery .carousel-indicators, .pe-videos .carousel-indicators {
  bottom: 0;
  margin: 0;
  padding: 0 13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.innertesti .carousel-indicators .active, .ba-gallery .carousel-indicators .active, .pe-videos .carousel-indicators .active {
  margin: 0 3px;
  background-color: #d33563;
}
.innertesti .carousel-indicators li, .ba-gallery .carousel-indicators li, .pe-videos .carousel-indicators li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 2px;
  border-radius: 100%;
  background-color: rgb(165, 165, 165);
  border: 0px solid #868686;
}
.inrboxpd .carousel-inner {
  padding: 0 0 45px 0;
}
.inrboxpd .adleft, .inrboxpd .adright {
  top: auto;
  bottom: 0;
  width: 32px;
  height: 32px;
  padding: 6px;
}
.inrboxpd .adleft {
  left: 50%;
  margin-left: -35px;
}
.inrboxpd .adright {
  left: auto;
  right: 50%;
  margin-right: -35px;
}
.pe-videos .nav-tabs {
  border: none;
  margin: 0 0 15px 0;
}
.pe-videos .nav-tabs > li {
  float: left;
  margin: 0;
  width: 50%;
}
.pe-videos .nav-tabs > li > a {
  margin: 0;
  line-height: 1.42857143;
  border: 1px solid #ae79d8;
  border-radius: 0;
  text-align: center;
  color: #333;
  font-size: 15px;
  letter-spacing: .4px;
  font-weight: 700;
  padding: 7px 5px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.pe-videos .nav-tabs > li.active > a, .pe-videos .nav-tabs > li.active > a:focus, .pe-videos .nav-tabs > li.active > a:hover {
  color: #fff;
  border: 1px solid #ae79d8;
  background: #ae79d8;
}
.pe-videosbox img {
  width: 100%;
}
.pe-videosbox ul {
  position: absolute;
  margin: 0;
  margin-top: -20px;
  margin-left: -37px;
  padding: 5px;
  width: 75px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.pe-videosbox ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30px;
  float: left;
}
.pe-videosbox ul li:first-child {
  margin: 0 5px 0 0;
}
.pe-videosbox ul li img {
  width: 100%;
  opacity: .85;
  border: 0px solid #ffabe3;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pe-videosbox ul li:hover img {
  opacity: 1;
}
.innertesti-box {
  padding: 0;
  text-align: center;
}
.innertesti-box p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 5px 0;
  color: #555;
}
.innertesti-box p img {
  width: 10px;
  display: inline-block;
  margin: 0 5px;
}
.innertesti-box h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  letter-spacing: .6px;
  padding: 5px 0 0 0;
  color: #000;
}
.bapd {
  padding: 0 5px !important;
}
.pe-videosbox {}
.pe-videosbox img {
  width: 100%;
  border: 1px solid #dcdcdc;
}
.pe-videosbox ul {
  position: absolute;
  margin: 0;
  margin-top: -21px;
  margin-left: -36px;
  padding: 6px;
  width: 75px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.pe-videosbox ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30px;
  float: left;
}
.pe-videosbox ul li:first-child {
  margin: 0 2px 0 0;
}
.pe-videosbox ul li img {
  width: 100%;
  opacity: .85;
  border: 0px solid #ffabe3;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pe-videosbox ul li:hover img {
  opacity: 1;
}
.innerlinks .panel-group {
  margin: 0;
  background: none;
}
.innerlinks .panel-group .panel {
  margin: 6px 0;
  border: none;
  border: 1px solid #f34c59;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-radius: 5px;
}
.innerlinks .panel-group .panel + .panel {
  margin: 6px 0;
}
.innerlinks .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0 35px 0 10px;
  position: relative;
  border-radius: 0;
  background: rgba(254, 99, 85, 1);
  background: -moz-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254, 99, 85, 1)), color-stop(100%, rgba(231, 49, 94, 1)));
  background: -webkit-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: -o-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: -ms-linear-gradient(left, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  background: linear-gradient(to right, rgba(254, 99, 85, 1) 0%, rgba(231, 49, 94, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe6355', endColorstr='#e7315e', GradientType=1);
}
.innerlinks .panel-default .collapsed:after {
  content: '+' !important;
  font-size: 22px !important;
}
.innerlinks .panel-default > .panel-heading:after {
  position: absolute;
  content: '-';
  font-size: 30px;
  line-height: 36px;
  text-align: right;
  color: #fff;
  font-weight: 200;
  width: 15px;
  top: 0;
  right: 12px;
}
.innerlinks .panel-title {
  margin: 0;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .4px;
  color: #ffffff;
  line-height: 23px;
  text-align: left;
}
.innerlinks .panel-default .collapsed .panel-title {
  color: #fff;
}
.innerlinks .panel-body {
  padding: 12px;
  border-top: 1px solid #f34c59 !important;
}
.innerlinks .panel-body ul {
  margin: 0;
  padding: 0;
}
.innerlinks .panel-body ul li {
  margin: 0;
  padding: 5px 0 5px 25px;
  list-style: none;
  position: relative;
}
.innerlinks .panel-body ul li a {
  padding: 0;
  margin: 0;
  color: #333;
  font-weight: 400;
  text-align: left;
  font-size: 13.2px;
  line-height: 22px;
  letter-spacing: .4px;
  position: relative;
}
.innerlinks .panel-body ul li:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #f55059;
  top: 12px;
  left: 0;
}
.location-inner {
  padding: 50px 0 160px 0;
}
.inner-testi {
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
}
.inner-testi:before {
  position: absolute;
  content: '';
  margin: 0;
  padding: 0;
  width: 35px;
  height: 30px;
  background: url(../images/comma.png)no-repeat;
  background-size: 100% auto;
  top: -12px;
  left: -10px;
}
.inner-testi h2 {
  text-align: left;
  margin: 0 0 10px 0;
  padding: 10px 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.inner-testi h3 {
  text-align: left;
  margin: 0;
  padding: 15px 0 5px 0;
  color: #8e8e8e;
  font-size: 15px;
  font-weight: 600;
}
.inner-testi img {
  width: 70px;
}
.inner-testi h4 {
  margin: 0;
  padding: 0;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
.inner-testi h4 .fa {
  margin: 0 5px 0 0;
  color: #ff7a39;
}
.inner-blog {
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
}
.inner-blog:before {
  position: absolute;
  content: '';
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: url(../images/blg.png)no-repeat;
  background-size: 100% auto;
  top: -18px;
  left: -8px;
}
.inner-blog h2 {
  text-align: left;
  margin: 0 0 10px 0;
  padding: 10px 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.successbtn {
  width: 100%;
  height: 35px;
  margin: 5px 0;
  padding: 0;
  color: #00b4af;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  border: none;
  outline: none;
}
.rd {
  color: #999;
  font-weight: bold;
  margin: 5px 0;
  text-decoration: none;
}
.rd .fa {
  margin: 0 0 0 3px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.rd:hover .fa {
  margin: 0 0 0 6px;
}
.inner-news {
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.1);
}
.inner-news:before {
  position: absolute;
  content: '';
  margin: 0;
  padding: 0;
  width: 55px;
  height: 43px;
  background: url(../images/nws.png)no-repeat;
  background-size: 100% auto;
  top: -17px;
  left: -15px;
}
.inner-news h2 {
  text-align: left;
  margin: 0 0 10px 0;
  padding: 10px 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.inner-left {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.inner-left .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.inner-left .panel-group .panel .fa {
  font-size: 13px;
}
.inner-left .panel-default {
  border-color: #fff;
}
.inner-left .panel-default > .panel-heading {
  color: #fff;
  background-color: #00b4af;
  border-color: #fff;
}
.inner-left .panel-default > .panel-heading + .inner-left .panel-collapse > .panel-body {
  border-top-color: #f0f0f0;
}
.inner-left .collapse.in {
  display: block;
  background-color: #f0f0f0 !important;
  height: auto !important;
  border: 1px solid #f0f0f0 !important;
}
.i-accordion .panel-heading, .d-accordion .panel-heading, .accordion-2a .panel-heading, .accordion-2b .panel-heading, .accordion-3 .panel-heading {
  cursor: pointer;
}
.d-accordion .panel-heading.collapsed .fa-chevron-up:before {
  content: '\f078';
}
.inner-team {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #ccc;
}
.inner-team img {
  max-width: 130px;
}
.inner-team h4 {
  text-align: center;
  margin: 0;
  padding: 12px 0 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.inner-team h6 {
  margin: 0;
  padding: 5px 0;
  color: #676767;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}
.trd {
  text-align: center;
  color: #999;
  font-weight: bold;
  margin: 5px auto;
  padding: 5px 0;
  display: block;
  width: 100px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.trd .fa {
  margin: 0 0 0 3px;
}
.team-detail {
  padding: 0 !important;
}
.team-detail img {
  max-width: 200px;
  padding: 5px;
  border: 1px dotted #00b4af;
}
.team-detail h4 {
  text-align: center;
  margin: 0;
  padding: 12px 0 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.team-detail h6 {
  margin: 0;
  padding: 5px 0;
  color: #676767;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}
.team-detail hr {
  width: 100%;
  height: auto;
  margin: 5px auto;
  padding: 0;
  border-bottom: 1px dotted #00a5a2;
}
.gallinner .button {
  display: inline-block;
  padding: 5px 18px;
  background: #f1fffc;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: .4px;
  cursor: pointer;
  border: 0px solid #000000;
  margin: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.gallinner .button:hover {
  background-color: #9fe8d9;
}
.gallinner .button:active, .gallinner .button.is-checked {
  background-color: rgb(16, 159, 129);
  outline: none;
  color: #fff;
}
.gallinner .button-group {
  margin: 20px 0;
  text-align: center;
}
.ingalbox {
  padding: 5px !important;
}
.ingalbox img {
  width: 100%;
  padding: 2px;
  border: 1px solid #ccc;
}
.peinnerboxmain {}
.pepd {
  padding: 0 7px !important;
}
.peinnerbox {
  padding: 15px 20px !important;
  background: #ddfff8 url(../images/pecomma.png) no-repeat bottom right;
  margin: 6px 0;
  border-left: 3px solid #109f81;
}
.peinnerbox p {
  font-size: 14px;
  text-align: justify;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  letter-spacing: .8px;
  padding: 2px 0;
  color: #333;
}
.peinnerbox h6 {
  font-size: 14px;
  text-align: right;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  letter-spacing: .8px;
  padding: 2px 0;
  color: #000;
}
.peinnerboximg {
  padding: 0 !important;
  overflow: hidden;
  margin: 6px 0;
}
.peinnerboximg img {
  width: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.peinnerboximg:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxfooter {
  display: none;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.fxfooter {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .social li a {
    width: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-banner {
    padding: 10px 85px 10px 25px !important;
  }
  .head-top ul li {
    padding: 0 1px;
  }
  .head-top ul li:first-child, .head-top ul li:nth-child(2) {
    display: none;
  }
  .head-top p, .lang, .enquiry {
    width: 140px;
    font-size: 13px;
    letter-spacing: .1px;
  }
  .enquiry svg {
    margin: 0;
  }
  .social li a {
    width: 25px;
  }
  .slide-banner:after {
    width: 74%;
  }
  .slide-text {
    padding: 12px;
    width: 390px;
    top: 18%;
  }
  .slide-text .scaption {
    font-size: 29px;
    line-height: 30px;
    padding: 0 0 12px 0;
    letter-spacing: .4px;
  }
  .slide-text .stext {
    padding: 0 0 12px 0;
  }
  .slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 0;
  }
  .statistics {
    padding: 15px 0 !important;
  }
  .statibox .counter-value {
    font-size: 31px;
    line-height: 32px;
  }
  .statibox .description {
    padding: 3px 0 0 0;
  }
  .abright {
    margin: 10px 0 0 0;
    padding: 0 0 0 15px !important;
  }
  .abenquiry {
    padding: 0 15px 0 0 !important;
    margin: 20px 0 0 0;
  }
  .conbox h5 {
    font-size: 15px;
  }
  .conmain h4 {
    font-size: 20px;
  }
  .conmain h4 span {
    display: none;
  }
  .conleft2 {
    padding: 0 !important;
  }
  .description {
    font-size: 16px;
    line-height: 28px;
  }
  .colobox h5 {
    letter-spacing: 0;
  }
  .colodbox h5 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .title {
    font-size: 26px;
    line-height: 28px;
  }
  .trtpdd {
    padding: 0 8px !important;
  }
  .trtbox h4 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 5px 0;
  }
  .trtbox .btn1 {
    bottom: auto;
    left: auto;
    margin: 5px auto 0 auto;
    position: relative;
    background: #fff;
  }
  .trttext {
    height: 190px;
  }
  .serbox h4 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .serrightin ul li {
    font-size: 14px;
    letter-spacing: 0;
  }
  .related-box p {
    letter-spacing: .4px;
    font-size: 16px;
    line-height: 26px;
  }
  .reviews-right .reviewtxt {
    padding: 15px;
  }
  .reviews-right .description {
    padding: 0;
  }
  .blogbox .blogtxt .bloghead {
    font-size: 18px;
    line-height: 24px;
  }
  .blogright .panel-title {
    font-size: 16px;
    line-height: 19px;
  }
  .blogright .panel-body .description {
    font-size: 16px;
    line-height: 26px;
  }
  .blogright .panel-body a {
    font-size: 13px;
  }
  .newsletter .newslhead {
    font-size: 15px;
  }
  .newsletter {
    padding: 15px !important;
  }
  footer .thead {
    padding: 0 0 5px 0;
  }
  footer .title {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
  }
  .ftleft {
    padding: 15px !important;
  }
  .ftleft .description {
    line-height: 27px;
  }
  footer .social li a {
    width: 35px;
  }
  .f-copy p {
    font-size: 13px;
    letter-spacing: 0;
  }
  .videopop .modal-body {
    height: 420px;
  }
  .innerpage p {
    font-size: 17px;
  }
  .innright .inrboxpdhead {
    font-size: 18px;
    letter-spacing: .4px;
  }
}
@media only screen and (max-width: 991px) {
  .home {
    position: relative;
  }
  .top-banner {
    padding: 10px 17px !important;
  }
  .logo #popaboutbtn {
    opacity: 1;
  }
  #popabouttxt {
    width: 100%;
    top: auto;
    left: 0;
  }
  .logo #popaboutclose {
    top: 0;
    left: auto;
    right: 0;
    border-radius: 0 10px 0 0;
  }
  .logo #popaboutbtn {
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -ms-animation: blink 1s infinite;
    animation: blink 1s infinite;
  }
  #side-menu-icon {
    right: 17px;
  }
  .fmenu2 {
    right: 10px !important;
  }
  #menu.active {
    right: 242px;
  }
  .fmenu2.active {
    right: 242px !important;
  }
  .head-top ul {
    text-align: center;
  }
  .head-top ul li {
    width: 19.8%;
  }
  .head-top ul li:last-child {
    width: 32%;
  }
  .head-top ul li:nth-child(5) {
    width: 27%;
  }
  .head-top p, .lang, .enquiry {
    width: 100%;
  }
  .enquiry {
    width: calc(100% - 40px);
  }
  .head-top ul {
    text-align: right;
  }
  .social li a {
    width: 35px;
  }
  .slide-banner {
    padding: 0;

  }
  .slide-banner img {
    width: 100%;
  }
  .slide-banner:after {
    display: none !important;
  }
  .slide-text {
    right: 20px;
  }
  .slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 20px;
  }
  .slide-banner .carousel-control.left {
    right: 60px;
  }
  .slide-banner .carousel-control.right {
    right: 20px;
  }
  .slide-text {
    padding: 12px;
    width: 350px;
    top: 16%;
  }
  .slide-text .scaption {
    font-size: 25px;
    line-height: 28px;
  }
  .slide-text:before {
    display: none !important;
  }
  .thead {
    text-align: center;
  }
  .ableft {
    padding: 0 !important;
  }
  .ableft .thead {
    text-align: left;
  }
  .ableft img {
    float: right;
    width: 210px;
    margin: -60px 0 0 0;
    padding: 0 0 0 20px;
  }
  .statibox img {
    width: 55px;
    padding: 6px;
    float: none;
    margin: 7px auto 15px auto;
  }
  .abright {
    margin: 0;
    padding: 0 !important;
  }
  .abenquiry {
    padding: 0 !important;
  }
  .abenquiry .dropdown-menu {
    display: block !important;
    top: auto;
    bottom: auto;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .conleft {
    padding: 15px 10px !important;
    margin: 15px 0 0 0;
    border: 1px solid #ccc;
  }
  .conright {
    margin: 15px 0 0 0;
    padding: 15px 10px !important;
    border: 1px solid #ccc;
  }
  .conditionsin2 .conmain .thead {
    text-align: center;
  }
  .conleft2in {
    padding: 15px !important;
    margin: 10px 0 0 0;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  }
  .conditionsin2 .conmain .description {
    text-align: center;
  }
  .conmain h4 {
    font-size: 20px;
    text-align: center;
  }
  .conright2 {
    padding: 0 !important;
    margin: 15px 0 0 0;
  }
  .treatment {
    padding: 25px 0 5px 0;
  }
  .treatment .thead {
    text-align: left;
  }
  .trtpdd {
    padding: 0 5px !important;
  }
  .trttext {
    height: auto;
    padding: 15px;
  }
  .serleft {
    padding: 0 !important;
    text-align: center;
  }
  .serleft .description {
    text-align: center;
  }
  .serpdd {
    padding: 5px;
  }
  .serright {
    margin: 15px 0 0 0;
  }
  .serrightin ul {
    text-align: center;
  }
  .serrightin ul li {
    font-size: 15px;
    letter-spacing: .4px;
    width: 49%;
    display: inline-block;
  }
  .serrightin ul li:last-child {
    padding: 20px 0 0 0;
    border-bottom: 0px solid #e2beff;
  }
  .serrightin ul li:last-child img {
    margin: -4px 15px 10px 0;
  }
  .reviews-right {
    padding: 0 10px !important;
    margin: 18px 0 0 0;
  }
  .reviews-right .reviewimg img {
    display: none;
  }
  .reviews-right .teshead {
    text-align: center;
  }
  .reviews-right .description {
    text-align: center;
  }
  .blogleft .thead {
    text-align: left;
  }
  .blogbox .blogimg:after {
    display: none !important;
  }
  .blogbox .blogtxt, .blogbox .blogtxt .bloghead, .blogbox .blogtxt .description {
    text-align: center;
  }
  .blogright {
    margin: 20px 0 0 0;
    padding: 0 !important;
  }
  .newsletter .newslhead {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
  }
  footer .nav-tabs > li > a {
    font-size: 14px;
    letter-spacing: .2px;
  }
  .ftleft, .ftright {
    height: auto;
  }
  .ftleft .description {
    text-align: center;
  }
  .ftleft .social ul {
    text-align: center;
  }
  .f-copyin {
    padding: 0 !important;
  }
  .f-copy p {
    text-align: center;
    letter-spacing: .4px;
  }
  .f-copy .flogo {
    text-align: center;
  }
  .inner-banner {
    padding: 0;
  }
  .brd-in .breadcrumb {
    text-align: center !important;
  }
  .innerpage {
    padding: 10px 0 25px 0;
  }
  .innleft, .innright {
    padding: 0 !important;
    width: 100%;
    float: left;
  }
  .innleft {
    margin: 0 0 25px 0;
  }
  .innright .inrboxpdhead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 765px) {
  .top-banner {
    padding: 10px 17px 5px 17px !important;
  }
  .head-top ul li {
    width: 49.5%;
    padding: 0 0 7px 0;
  }
  .head-top ul li:nth-child(5) {
    width: 47%;
  }
  .head-top ul li:last-child {
    width: 52%;
  }
  .head-drop {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }
  .head-drop .dropdown button {
    background: #ae79d8;
    border-radius: 0;
    line-height: 28px;
    font-size: 15px;
  }
  .slide-text .stext, .slidebtn {
    display: none;
  }
  .slide-text {
    padding: 10px;
    width: 215px;
    top: 37%;
    right: 15px;
  }
  .slide-text .scaption {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    padding: 0 0 5px 0;
  }
  .slide-text .scaption span:after {
    height: 5px;
    bottom: 0px;
  }
  .slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 10px;
    height: 25px;
    width: 25px;
    padding: 2px;
  }
  .slide-banner .carousel-control.right {
    right: 15px;
  }
  .slide-banner .carousel-control.left {
    right: 45px;
  }
  .head-drop .dropdown-menu {
    top: 100%;
    bottom: auto;
    border-radius: 0;
  }
  .head-drop .dropdown-menu li a {
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 20px;
    padding: 5px 10px;
  }
  .ableft .thead {
    text-align: center;
  }
  .ableft, .ableft .description {
    text-align: center;
  }
  .ableft img {
    float: none;
    width: 150px;
    margin: 0 auto 15px auto;
    padding: 0;
  }
  .statibox {
    width: 33.33333%;
    float: left;
    padding: 0 10px !important;
  }
  .statibox img {
    width: 45px;
    padding: 5px;
    float: none;
    margin: 7px auto 15px auto;
  }
  .statibox .counter-value {
    font-size: 26px;
    line-height: 28px;
    padding: 0 17px 0 0;
  }
  .statibox .description {
    padding: 3px 0 0 0;
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 18px;
  }
  .conpdd {
    float: left;
    width: 50%;
  }
  .colopdd {
    padding: 5px !important;
    width: 50%;
    float: left;
  }
  .conright2in {
    padding: 15px 10px !important;
  }
  .colodpdd {
    padding: 2px !important;
    border: 0px solid #ccc;
    width: 50%;
    float: left;
  }
  .colodbox {
    padding: 10px !important;
    height: 165px;
    border: 1px solid #ccc;
  }
  .conright2in .carousel-inner {
    padding: 0 0 40px 0;
  }
  .trtbox .trtimg {
    overflow: hidden;
    height: 150px;
  }
  .trtbox .trtimg {
    height: 150px;
  }
  .trtbox .trtimg img {
    object-fit: cover;
    height: 150px;
  }
  .trttext {
    height: 180px;
    padding: 15px;
  }
  .serpdd {
    width: 50%;
    float: left;
  }
  .serbox {
    height: 120px;
  }
  .serbox img {
    width: 50px;
  }
  .serbox h4 {
    font-size: 14px;
    letter-spacing: .4px;
  }
  .related-box img {
    width: 50px;
  }
  .related-box:before {
    top: 40px;
  }
  .repdd2 {
    float: left;
    width: 33.3333%;
    padding: 0 5px !important;
  }
  .related-box2 ul li {
    width: 25px;
  }
  .related-box2 ul {
    margin-left: -30px;
    margin-top: -15px;
    padding: 3px;
    width: 60px;
    border-radius: 7px;
  }
  .reviews-right {
    padding: 0 5px !important;
  }
  .galleft, .galright, .gpdd {
    width: 50%;
    float: left;
  }
  .galvbox ul {
    margin-left: -28px;
    margin-top: -15px;
    padding: 2px;
    width: 56px;
    border-radius: 6px;
  }
  .galvbox ul li:first-child {
    margin: 0 2px 0 0;
  }
  .galvbox ul li {
    width: 25px;
  }
  .videopop .modal-body {
    height: 320px;
  }
  .blogbox {
    padding: 0 7px 0 0 !important;
    float: left;
    width: 50%;
  }
  .blogbox2 {
    padding: 0 0 0 7px !important;
  }
  .title {
    font-size: 23px;
    line-height: 26px;
  }
  footer .nav-tabs > li > a svg {
    display: none;
  }
  footer .nav-tabs > li {
    height: 55px;
    display: table;
  }
  footer .nav-tabs > li > a {
    font-size: 14px;
    letter-spacing: .2px;
    padding: 5px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .f-copy p {
    line-height: 22px;
    padding: 0 0 7px 0;
  }
  .f-copy {
    margin: 15px 0 0 0;
  }
  .conditionshead h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .conditionshead h2 span {
    width: 60px;
    height: 1px;
  }
}
@media only screen and (max-width: 480px) {
  .logo img {
    width: 185px;
    margin: 5px 0;
  }
  .logo #popaboutbtn {
    left: 190px;
    top: 13px;
    width: 30px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  #popabouttxt {
    width: 100%;
    padding: 30px 15px 15px 15px;
  }
  .logo #popaboutclose {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }
  #popabouttxt {
    text-align: center
  }
  #popabouttxt .description {
    text-align: center;
  }
  #popabouttxt .description span {
    font-size: 18px;
  }
  .head-top ul li {
    width: 100%;
    padding: 0 0 7px 0;
  }
  .head-top ul li:nth-child(5) {
    width: 100%;
  }
  .head-top ul li:last-child {
    width: 100%;
  }
  .head-top ul {
    text-align: center;
  }
  .head-drop .dropdown button {
    font-size: 13px;
    letter-spacing: .4px;
    padding: 0 5px;
  }
  .slide-text {
    padding: 8px;
    width: 150px;
    top: 33%;
    right: 2%;
  }
  .slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 5px;
    height: 20px;
    width: 20px;
  }
  .slide-banner .carousel-control.right {
    right: 5px;
  }
  .slide-banner .carousel-control.left {
    right: 28px;
  }
  .slide-text .scaption {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    padding: 0;
  }
  .slide-text .scaption span:after {
    display: none !important;
  }
  .title {
    font-size: 21px;
    letter-spacing: .2px;
    line-height: 23px;
  }
  .statistics {
    padding: 5px 15px !important;
  }
  .statibox {
    width: 100%;
    float: none;
    padding: 10px !important;
    border: 1px solid #fff;
    margin: 12px 0;
  }
  .conditionshead h2 span {
    display: none;
  }
  .conditionsin .title, .conditionsin2 .title {
    font-size: 21px;
  }
  .conpdd {
    float: none;
    width: 100%;
  }
  .colopdd {
    padding: 5px 0 !important;
    width: 100%;
    float: none;
  }
  .conmain h4 {
    font-size: 17px;
    padding: 0 0 12px 0;
  }
  .colodpdd {
    padding: 5px 0 !important;
    width: 100%;
    float: none;
  }
  .colodbox {
    height: auto;
  }
  .colodbox img {
    margin: 0 auto 10px auto;
    width: 70px;
  }
  .treatment {
    padding: 25px 0 20px 0;
  }
  .treatment .thead {
    text-align: center;
    padding: 0 0 10px 0;
  }
  .treatment .adleft, .treatment .adright {
    top: auto;
    bottom: 0;
    border-radius: 0;
  }
  .treatment .adleft {
    left: 50%;
    margin-left: -32px;
  }
  .treatment .adright {
    right: 50%;
    margin-right: -32px;
  }
  .trttext {
    height: 210px;
    padding: 10px;
  }
  .trtbox h4 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 0 5px 0;
  }
  .trtpdd {
    padding: 0 !important;
  }
  .treatment .carousel-inner {
    padding: 0 0 30px 0;
  }
  .serbox {
    height: auto;
    padding: 10px !important;
  }
  .serpdd {
    width: 100%;
    float: none;
    padding: 8px 0;
  }
  .serbox h4 {
    font-size: 15px;
  }
  .serrightin ul li img, .serrightin ul li:last-child img {
    width: 30px;
    display: block;
    margin: 0 auto 10px auto;
    float: none;
  }
  .serrightin ul li, .serrightin ul li:last-child {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
  }
  .serrightin ul li:last-child {
    padding: 8px 0 0 0;
  }
  .repdd {
    padding: 0 !important;
  }
  .repdd2 {
    float: none;
    width: 100%;
    padding: 0 0 10px 0 !important;
  }
  .reviews-right {
    padding: 0 !important;
    margin: 10px 0 0 0;
  }
  .reviews-right .teshead {
    font-size: 17px;
    line-height: 23px;
  }
  .galleft, .galright {
    width: 100%;
    float: none;
  }
  .gpdd {
    width: 50%;
    float: left;
  }
  .blgbtn {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .blogleft .thead {
    text-align: center;
  }
  .blogbox {
    padding: 0 !important;
    margin: 0 0 15px 0;
    float: none;
    width: 100%;
  }
  .blogbox2 {
    padding: 0 !important;
  }
  .newsletter {
    padding: 10px !important;
  }
  .newsletter .newslhead {
    font-size: 15px;
  }
  .newsletter .nl1 {
    height: 40px;
    padding: 0 6px;
    font-size: 14px;
    letter-spacing: .4px;
  }
  .newsletter .nl2 {
    height: 40px;
    letter-spacing: 0;
  }
  footer .nav-tabs > li > a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .f-copy p {
    line-height: 18px;
    font-size: 11px;
  }
  .videopop .modal-body {
    height: 250px;
  }
	
  .fxfooter {
    display: block;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .fxfooter ul {
    margin: -42px 0 0 0;
    padding: 0;
    text-align: left;
  }
  .fxfooter ul li {
    list-style: none;
    margin: 0 7% 0 0;
    padding: 0;
    display: inline-block;
  }
  .fxfooter ul a {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #ae79d8;
  }
  .fxf1 {
    bottom: -100%;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }
  .fxf2 {
    bottom: 0px;
  }
  .f-copy {
    padding: 10px 10px 90px 10px;
  }
  .f-copyin {
    padding: 0 !important;
  }
}