@import url("https://fonts.googleapis.com/css?family=Bitter|Lato:400,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700");
html,
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  font-weight: 400;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
.ptb60 {
  padding: 60px 0px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.no-pad {
  padding: 0px !important;
}
.top_info_bar {
  display: block;
  width: 100%;
  z-index: 100;
  background-color: #f9f9f9;
  height: 50px;
}
.top_bar_right {
  text-align: right;
}
.list_inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list_inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.top_bar_right i {
  margin-right: 10px;
  font-size: 13px;
  color: #3255a6;
}
.top_bar_right span {
  color: #3255a6;
  line-height: 45px;
  font-weight: 600;
  font-size: 14px;
}
.top-navbar {
  background: #3255a6;
  min-height: 85px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 1001;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 0px;
  padding-bottom: 0;
}
.navbar-brand img {
  width: 210px;
}
.navbar-nav li + li {
  margin-left: 10px;
}
.navbar-nav .nav-item a {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s all;
  color: #fff !important;
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item .active {
  background-color: #fff;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #3255a6 !important;
}

.dropdown .dropdown-menu a {
  color: #3255a6 !important;
  padding: 15px;
  height: auto;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
}
.dropdown .dropdown-menu a:hover {
  background: #3255a6;
  color: #fff !important;
  border-radius: 0px;
  border-bottom: 1px solid transparent;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.dropdown-menu {
  transition: 0.4s all;
  visibility: hidden;
  pointer-events: none;
  border-radius: 2px;
  transform: translateX(-20px);
  transition: 0s ease 0s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  padding: 0px;
  visibility: visible;
  pointer-events: auto;
  transition: 0.5s ease 0.1s;
  top: 45px;
  border-radius: 2px;
}
.navbar-nav li {
  padding: 10px 0px;
  position: relative;
}
/* end */

/* extra css edited by aparna*/
.icon-div .textbold {
  font-size: 17px;
  font-weight: bold;
  color: #484848;
}
.dashes-border {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.address_div .icon-content h2 {
  color: #fff;
  background: #3255a6;
  padding: 5px;
  display: inline-block;
  border-radius: 4px;
}

/*slider */
.slide__title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slide.slide--current .slide__title.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.slide.slide--current .flipOutX,
.slide.slide--current .flipOutY,
.slide.slide--current .bounceIn,
.slide.slide--current .bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.slide__title-wrap .slide__title.fadeIn,
.slide__title-wrap .slide__title.fadeInDown,
.slide__title-wrap .slide__title.fadeInDownBig,
.slide__title-wrap .slide__title.fadeInLeft,
.slide__title-wrap .slide__title.fadeInLeftBig,
.slide__title-wrap .slide__title.fadeInRightBig,
.slide__title-wrap .slide__title.fadeInUpBig {
  opacity: 0 !important;
  transform: translate3d(-100px, 0, 0) !important;
}
.slide--current .slide__title.fadeInDown {
  opacity: 1 !important;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  transition: 0.5s;
  transform: translateZ(0) !important;
}
.slide__title-wrap .fadeInUp {
  opacity: 0 !important;
  transform: translate3d(0, 100px, 0) !important;
}
.slide--current .fadeInUp {
  opacity: 1 !important;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  transition: 0.6s;
  transform: translateZ(0) !important;
}
.slide__title-wrap .fadeInRight {
  opacity: 0 !important;
  transform: translate3d(-100px, 0, 0) !important;
}
.slide--current .fadeInRight {
  opacity: 1 !important;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  transition: 0.6s;
  transform: translateZ(0) !important;
}

.zi1000 {
  z-index: 1000;
}
.aboutus-section {
     /*margin: 0px auto 100px;*/
        padding: 75px 0px 145px;
    border-top: 1px solid #ddd;
    background: #f7f7f7;
}
.abt_box {
  position: relative;
  border: 10px solid #ebebeb;
  width: 200px;
  height: 390px;
}
.abt_img img {
  position: absolute;
  width: 480px;
  height: 480px;
  margin-left: 50px;
  top: 0px;
    /*top: -55px;*/
  border: 1px solid #bebebe;
}
.abt_heading_wrapper {
  text-align: left;
  width: 100%;
  margin-top: 60px;
}
.abt_heading_wrapper h1 {
  margin: 0px 0px 0px 0px;
  color: #3255a6;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.abt_heading_wrapper .decor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.abt_heading_wrapper .decor {
  border-color: #186aab;
}
.abt_heading_wrapper .decor::before,
.abt_heading_wrapper .decor::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  z-index: -1;
}
.abt_heading_wrapper .decor::before {
  left: 14px;
}
.abt_heading_wrapper .decor::before,
.abt_heading_wrapper .decor::after {
  background: #dcdcdc;
}
.abt_heading_wrapper .decor::after {
  right: -94px;
}
.abt_heading_wrapper .inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
  background: #186aab;
}
.about-main {
  margin-top: 15px;
}
.about-main span {
  font-weight: bold;
}
.about-main p {
  margin-top: 0px;
  font-size: 16px;
  color: #757575;
  text-transform: capitalize;
  line-height: 26px;
  text-align: justify;
}
.read-more {
  padding: 10px 25px;
  border: 2px solid #ddd;
  border-radius: 5px;
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
  transition: 0.4s all;
}
.read-more:hover {
  color: #fff !important;
  background: #3255a6;
  border: 2px solid transparent;
  text-decoration: none;
}
.pl40 {
  padding-left: 40px !important;
}

.service-section {
  padding: 50px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.services_heading {
  text-align: center;
  margin-bottom: 50px;
}
.services_heading h1 {
  color: #3255a6;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services_heading p {
  max-width: 550px;
  margin: 0px auto;
  padding-bottom: 25px;
}
.service {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
}
.service img {
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  width: 300px;
}
.service .service-desc {
  display: block;
  background: #3255a6;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 12px 15px 14px 17px;
  color: #fff;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  position: relative;
  text-align: left;
  border-radius: 5px;
  position: absolute;
  width: 270px;
  bottom: 18px;
  right: -34px;
  font-size: 18px;
  text-decoration: none;
  outline: none;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
}
.service .service-desc::before {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.28s ease-in-out;
  -webkit-transform: translateX(-10px) scale(0);
  transform: translateX(-10px) scale(0);
  position: absolute;
  top: 13px;
  left: 15px;
}
.service .service-desc:hover {
  background: #272727;
  padding-left: 48px;
}
.service .service-desc:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}

.facility-section {
  padding: 50px 0px;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  overflow-x: hidden;
}
.facility_heading {
  text-align: center;
  margin-bottom: 50px;
}
.facility_heading h1 {
  color: #3255a6;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.facility_heading p {
  margin: 0px auto;
  padding-bottom: 25px;
}
.faci-content img {
  border: 1px solid #d4d4d4;
  padding: 3px;
}
.faci-content .img-div {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.faci-content .video-div img {
  width: 100%;
  height: 390px;
}
.img-div .mask,
.video-div .mask {
  width: 100%;
  height: 100%;
  background: rgba(10, 20, 43, 0.5);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.img-div .mask h2,
.video-div .mask h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: transparent;
  margin: 22% 40px 0px 40px;
}
.video-div .mask {
  width: 92%;
  height: 93%;
  left: 15px;
}
.video-div .mask h2 {
  margin: 46% 40px 0px 40px;
}

.mask h2 {
  transform: translateX(0);
  transition: 0.4s all;
}
.hoverimg {
  transform: translateX(-100%);
  transition: 0.4s all;
  position: absolute;
  top: 0;
  padding: 0px 10px;
  display: table;
  height: 210px;
  width: 100%;
}
.hoverimg .text {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.hoverimg .text p {
  margin: 0px;
  font-weight: 500;
}
.img-div:hover .mask h2 {
  transform: translateX(135%);
}
.img-div:hover .hoverimg {
  transform: translateX(0);
}
/* .pad0-5{padding: 0px 5px !important;} */

/* team section */
.team-section {
  padding: 50px 0px;
  border-top: 1px solid #ddd; /*overflow-x: hidden;*/
}
.team_heading {
  text-align: center;
  margin-bottom: 50px;
}
.team_heading h1 {
  color: #3255a6;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(195, 195, 195, 0.9);
  margin-top: 20px;
  text-align: left;
}
.card2 {
  margin: 3%;
  width: 94%;
}

.card .card-image {
  position: relative;
}
.card a {
  transition: all 0.15s ease 0s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #444;
}
.card-image a > img {
  vertical-align: middle;
  border-radius: 0;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  height: 230px;
}
.card-body {
  padding: 15px 15px 15px 0px !important;
}
.card-title {
  margin-top: 5px;
  font-size: 21px;
  line-height: 1em;
  color: #444;
  transition: 0.2s;
}
.category-text {
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  color: #3255a6;
  margin-bottom: 0.6rem;
}
.card-description {
  color: #7e7e7e;
  font-weight: 300;
  line-height: 22px;
  font-size: 15px;
  margin-bottom: 0;
}
/* end */

/* Appointment modal */
.apt-btn {
  position: fixed;
  color: #fff !important;
  top: 60%;
  left: 0;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-weight: 500;
  padding: 20px 10px;
  z-index: 1001;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  background: linear-gradient(to bottom, #3255a6 0%, #547dda 100%);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  height: 230px;
}
#aptmodal .modal-header {
  background: linear-gradient(to bottom, #3255a6 0%, #547dda 100%);
  color: #fff;
  border-radius: 2px;
}
.apt-div {
  display: flex;
}
.apt-icon i {
  font-size: 28px;
  position: relative;
  top: 30px;
  left: 5px;
  margin-right: 25px;
  color: #3255a6;
  min-width: 30px;
  text-align: center;
}
.apt-icon .fa-phone {
  left: 3px;
  margin-right: 22px;
}
.apt-icon .fa-medkit {
  left: 0px;
  top: 28px;
  margin-right: 15px;
}
.apt-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #aaaaaa;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apt-form .input-block.textarea {
  height: auto;
}
.apt-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.apt-form .input-block label {
  position: absolute;
  left: 0px;
  top: 33px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #838383;
  font-size: 18px;
  line-height: 10px;
}
.apt-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.apt-form .input-block .form-control:focus label {
  top: 0;
}
.send-btn {
  display: block;
  margin-top: 20px;
  width: 125px;
  padding: 10px 33px;
  border: 1px solid #3255a6;
  transition: 0.4s all;
  background: transparent;
  color: #3255a6 !important;
  margin-left: auto;
}
.send-btn:hover,
.contact-btn:focus {
  border: 1px solid transparent;
  cursor: pointer;
  background: #3255a6;
  color: #fff !important;
  text-decoration: none;
}

#aptmodal .modal-dialog {
  max-width: 650px;
}
#aptmodal .modal-body .close {
  color: #fff;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 28px;
  z-index: 1;
}
#aptmodal .modal-body {
  background: #fff;
  padding: 0px;
}
.logo-content {
  text-align: center;
  background: #3255a6;
  padding: 13px 0px 15px;
}
.logo-content img {
  width: 160px;
}
.form-logo h2 {
  color: #3255a6;
  font-size: 22px;
  text-align: center;
  margin: 0px;
  background: #fcfcfc;
  padding: 20px 0px;
}

.apt-form {
  padding: 20px 30px 30px;
  background: #fcfcfc;
}
.apt-form .form-field {
  position: relative;
  margin: 5px 0px 20px;
}
.apt-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border: 1px solid #3255a6;
  /* border-bottom: 1px solid #4B73CD; */
  padding: 2px 10px;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #3255a6;
}
.apt-form .input-text:focus,
.apt-form .input-text.not-empty {
  outline: none;
  border-bottom: 2px solid #3255a6;
}
.apt-form .input-text:focus + .label,
.apt-form .input-text.not-empty + .label {
  -webkit-transform: translate(-18px, -27px) scale(0.8);
  transform: translate(-18px, -27px) scale(0.8);
  color: #3255a6;
}
.apt-form .label {
  position: absolute;
  left: 10px;
  bottom: -4px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #3255a6;
  cursor: text;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.or-div {
  margin: 0px 0px 10px;
  text-align: center;
}
.or-div span {
  color: #3255a6;
  font-weight: 500;
}
.apt-submit {
  display: block;
  padding: 10px 33px;
  border: 1px solid #3255a6;
  transition: 0.4s all;
  border-radius: 3px;
  background: #3255a6;
  color: #fff !important;
  margin: 10px auto 0px;
}
.apt-submit:hover,
.apt-submit:focus {
  border: 1px solid #3255a6;
  cursor: pointer;
  background: transparent;
  color: #3255a6 !important;
  text-decoration: none;
}
/* end */

#hidden_input {
  display: none;
}

/* events section */
.events-section {
  padding: 50px 0px;
}
.events_heading {
  text-align: center;
  margin-bottom: 30px;
}
.events_heading h1 {
  color: #3255a6;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.thumb-default {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
  background: #fdfdfd;
}
.thumb-default p {
  margin-top: 10px;
  min-height: 75px;
  padding: 0px 10px;
  font-size: 15px;
  color: #585858;
}
.thumb-default-title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.2;
  padding: 0px 10px;
}
.thumb-default-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.thumb-default-title::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 15%;
  height: 4px;
  margin-right: 9%;
  background-color: #3255a6;
  transition: 0.3s ease-out all;
}
.thumb-default-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    white 66%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    white 66%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    white 66%
  );
}
.thumb-default-title a:hover {
  color: #3255a6;
  text-decoration: none;
}
.thumb-default:hover .thumb-default-title::before {
  width: 32%;
}
.event-carousel {
  position: relative;
}
.event-carousel .owl-stage-outer {
  margin-top: 50px;
}
.event-carousel .owl-nav {
  position: absolute;
  top: -100px;
  display: block;
  right: 13px;
  width: 100%;
  text-align: right !important;
}
.event-carousel .owl-prev,
.event-carousel .owl-next {
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out all;
  border: 2px solid #ebebeb !important;
}
.event-carousel .owl-prev span,
.event-carousel .owl-next span {
  font-size: 50px;
  line-height: 28px;
  color: #717171;
}
.event-carousel button:hover span,
.event-carousel button:active span {
  color: #fff;
}
.event-carousel .owl-nav button:hover,
.event-carousel .owl-nav button:active {
  background: #3255a6 !important;
  border: 2px solid transparent;
  color: #fff !important;
}
.event-carousel iframe {
  width: 100%;
  height: 400px;
  border-bottom: 1px solid #eee;
}
.video-section {
  margin: 50px 0px 80px;
}
.video_heading {
  text-align: center;
  margin-bottom: 30px;
}
.video_heading h1 {
  color: #3255a6;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* end */

/* breadcrumbs section */
.breadcrumb-section {
  position: relative;
  margin-top: 0;
}
.breadcrumbs-wrap {
  background-color: #f8f8f8;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.breadcrumb-section .container {
  margin: 0px auto;
}
.breadcrumbs {
  font-size: 13px;
  line-height: 18px;
  color: #9b9b9b;
}
.breadcrumbs a {
  color: #9b9b9b;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs > a::after {
  content: "/";
  display: inline-block;
  padding: 0 4px 0 5px;
}
/* end */

/* about us page */
.aboutus_section {
  margin: 80px 0px 100px;
}
.aboutus_header {
  background: #3255a6;
  padding: 40px 90px;
}
.aboutus_header h1 {
  margin: 0px;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 28px;
  font-weight: 300;
}
.about-left {
  margin-right: 50px;
  border: 1px solid #eee;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.aboutus_image img {
  width: 100%;
  height: 270px;
}
/* .aboutus_content{margin-top: 50px;margin-right: 60px;} */
.aboutus_content strong {
  letter-spacing: 0.5px;
}
.aboutus_content p {
  margin: 15px 0px 0px;
  color: #494949;
  font-size: 16px;
  text-align: justify;
}
/* end */

/* skin page */
.mb30 {
  margin-bottom: 30px;
}
.inner_heading {
  text-align: center;
  margin: 20px auto 60px;
}
.inner_heading h1 {
  color: #3255a6;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.skin_section {
  margin: 60px 0px 100px;
}
.skin_div {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.skin_div_photo {
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #fff;
  margin-bottom: 0;
}
.skin_div_photo img {
  width: 100%;
}
.skin_div_name {
  margin-top: 22px;
  font-size: 26px;
  line-height: 1.1em;
  margin-bottom: 0px;
  font-weight: 300;
}
.h-decor {
  background-color: #3255a6;
  display: inline-block;
  margin-bottom: 0;
  top: 0;
  height: 2px;
  width: 27px;
}
.skin_div p {
  color: #787878;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: justify;
}
/* end */

/* services page */
.services_section {
  padding: 60px 0px;
  background: #fafafa;
}
.ser_name {
  text-align: center;
}
.services-div {
  margin: 0 0 50px 0;
  padding: 15px;
  background: #fff;
  border: 5px solid #e5e5e5;
}
.ser-img img {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
}
.ser_name {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
  color: #3255a6;
  line-height: 1.2;
  font-weight: 500;
}

.panel-group .panel {
  border-radius: 3px;
  transition: 0.3s all;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.panel-default > .panel-heading {
  border-radius: 3px;
  background-color: #fafafa;
}
.panel-title {
  margin: 0px;
}
.panel-title > a {
  display: block;
  font-size: 17px;
  padding: 15px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  background: #3255a6;
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  color: #fff;
  text-decoration: none;
}
.more-less {
  float: right;
  color: #fff;
  position: relative;
  top: 2px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
}
.panel-body p {
  margin-bottom: 16px;
}
.panel-body p:last-child {
  margin-bottom: 0px;
}
.panel-body ul {
  padding-left: 20px;
  margin: 0px;
}
.panel-body ul li {
  padding-bottom: 8px;
  list-style: none;
  position: relative;
}
.panel-body ul li:last-child {
  padding-bottom: 0px;
}
.panel-body ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f152";
  position: absolute;
  left: -20px;
  top: 5px;
}
.MB15 {
  margin-bottom: 15px;
}
/* end */

/* spa page */
.spa_section {
  padding: 60px 0px;
  background: #fafafa;
}
.spa_name {
  text-align: center;
}
.wrapper {
  min-width: 600px;
  max-width: 1300px;
  margin: 0 auto;
}
.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-bottom: 0px;
}
.tabs > li {
  transition-duration: 0.25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #3255a6;
}
.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(50, 85, 166, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: 0.25s;
  border-radius: 5px 5px 0 0;
}
.tabs > li:hover:before {
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}
.tabs > li.active {
  color: #fff;
}
.tabs > li.active:before {
  transition-duration: 0.5s;
  background-color: #3255a6;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tab__content {
  background-color: white;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 2px solid #3255a6;
}
.tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.tab__content > li .content__wrapper {
  width: 100%;
  padding: 40px;
}
.tab-wrapper img {
  height: 50px;
}
.tab-wrapper ul {
  padding-left: 0px;
}
.tab-wrapper p {
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 500;
}
.tab-wrapper li .img-c,
.tab-wrapper li.active .img-w {
  display: inline-block;
}
.tab-wrapper li.active .img-c,
.tab-wrapper li .img-w {
  display: none;
}
.spa-content li {
  list-style: none;
  margin-bottom: 5px;
}
.spa-content li:before {
  font: normal normal normal 15px/1 FontAwesome;
  content: "\f192";
  position: relative;
  left: -8px;
  top: 0px;
  color: #3255a6;
}
.content__wrapper .spa-row {
  margin: 20px 0px 40px;
}
.content__wrapper .spa-row:first-child {
  margin: 0px 0px 40px;
}
.content__wrapper .spa-row:last-child {
  margin: 20px 0px 0px;
}
.spa-head h1 {
  margin: 0px -10px 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f6f6f6;
  color: #3255a6;
}
/* end */

/* contact page */
.contact_section {
  margin: 80px 0px 100px;
}
.contact_heading h1 {
  margin: 0px;
  color: #3255a6;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.contact_heading .decor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.contact_heading .decor {
  border-color: #186aab;
}
.contact_heading .decor::before,
.contact_heading .decor::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  z-index: -1;
}
.contact_heading .decor::before {
  left: 14px;
}
.contact_heading .decor::before,
.contact_heading .decor::after {
  background: #dcdcdc;
}
.contact_heading .decor::after {
  right: -94px;
}
.contact_heading .inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
  background: #186aab;
}
.contact_subhead {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #868686;
}
.contact_form {
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 1, 0.1);
  padding: 20px 20px 40px;
  background: linear-gradient(#2c4c97, #4e71c1);
  margin-top: 30px;
}
.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 33px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #e3e3e3;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #dadada;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-btn {
  display: block;
  margin-top: 20px;
  width: 125px;
  padding: 10px 40px;
  border: 1px solid #e3e3e3;
  transition: 0.4s all;
  background: transparent;
  color: #e3e3e3 !important;
}
.contact-btn:hover,
.contact-btn:focus {
  border: 1px solid transparent;
  cursor: pointer;
  background: #fff;
  color: #3255a6 !important;
  text-decoration: none;
}
.icon-content {
  margin: 17px 0px;
  border-bottom: 1px dotted #ddd;
}
.icon-content h2 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 10px;
  color: #484848;
}
.icon-div {
  display: flex;
  margin-bottom: 5px;
}
.icon-content i {
  font-size: 19px;
  top: 3px;
  left: 2px;
  position: relative;
  margin-right: 15px;
  color: #3255a6;
  min-width: 20px;
  text-align: center;
}
.icon-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #868686;
  margin-bottom: 5px;
}
.hours_div,
.phones_div,
.address_div {
  margin-bottom: 40px;
  margin-left: 40px;
}
.hours_div i {
  font-size: 16px;
  top: 4px;
}
.phones_div .fa-mobile {
  font-size: 26px;
  top: 0px;
}
.m0 {
  margin: 0px !important;
}
.map-div {
  margin-bottom: -6px;
  border-top: 1px solid #ddd;
}
/* end */

/* testimonials page */
.testimonials_section {
  margin: 60px 0px 100px;
}
.testimonial-wrap {
  margin: 25px auto 75px;
}
.testimonial {
  position: relative;
  padding: 30px 35px 30px;
  background: #3255a6;
}
.testimonial::before {
  position: absolute;
  top: 99.8%;
  left: 32px;
  visibility: visible;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border: 0 solid transparent;
  border-left-width: 0px;
  border-right-width: 64px;
  border-top: 30px solid #3255a6;
  -webkit-filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.1));
}
.testimonial-photo {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 104px;
  border-radius: 50%;
}
.testimonial-photo img {
  display: inline-block;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.testimonial-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
.star-rating {
  color: #49b0c1;
  line-height: 1em;
  margin-top: 15px;
}
.star-rating .txt-gradient {
  background: -webkit-linear-gradient(left, #49b0c1, #49b0c1);
  -webkit-background-clip: text;
}
.star-rating [class*="icon-"] {
  font-size: 11px;
  padding-right: 1px;
}
.testimonial p {
  font-size: 15px;
  line-height: 24px;
  color: #dfdfdf;
}
.testimonial-author {
  margin-top: 20px;
}
.testimonial-name {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
}

.testimonial_section {
  margin-top: 30px;
}
.no-pad {
  padding: 0px !important;
}
.test_section {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background-color: #f2f3f8;
  text-align: center;
}
.test-block {
  display: flex;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.09);
}
.test_row .col-md-6:nth-child(2n + 1) .test-block {
  margin-right: 30px;
}
.test_row .col-md-6:nth-child(2n) .test-block {
  margin-left: 30px;
}
.test_row .col-md-6:nth-child(1) {
  border-right: 1px solid #ddd;
  padding-bottom: 30px !important;
}
.test_row .col-md-6:nth-child(2) {
  padding-bottom: 30px !important;
}
.test_row .col-md-6:nth-child(3) {
  border-right: 1px solid #ddd;
}
.test_row .col-md-6:nth-child(4) {
  border-right: 1px solid #ddd;
}
.test-block-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 30px;
  border: 1px solid #ebebeb;
}
.test-block-inner img {
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
  border-radius: 50%;
}
.test-block-inner p {
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #9b9b9b;
}
.test-block-inner .heading-test {
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 0.05em;
  color: #151515;
}
/* end */

/* divider */
.divider {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.divider {
  border-color: #186aab;
}
.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  z-index: -1;
}
.divider::before {
  left: 14px;
}
.divider::before,
.divider::after {
  background: #dcdcdc;
}
.divider::after {
  right: 14px;
}
.divider .inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
  background: #186aab;
}
/* end */

/* footer section */
.footer-section {
  margin-top: 40px;
  background: #3255a6;
  padding: 60px 0px;
}
.footer-logo img {
  max-width: 240px;
  margin: 15px 0px;
}
.footer-about p {
  color: #f4f4f4;
  font-size: 15px;
  line-height: 26px;
}
.foot-head h2 {
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 500;
  margin: 15px 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a8bad3;
}
.quicklinks ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.quicklinks ul li a {
  padding: 10px 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #f4f4f4;
  text-decoration: none;
}
.quicklinks ul li {
  position: relative;
  left: 0px;
  transition: 0.4s all;
  display: flex;
}
.quicklinks li::before {
  content: "\f105";
  margin-right: 20px;
  font-family: fontawesome;
  font-size: 16px;
  letter-spacing: 0.02em;
  display: inline-block;
  color: #f4f4f4;
  line-height: 45px;
  margin-right: 15px;
}
.quicklinks ul li a:hover > li {
  left: 6px;
}
.foot-add p {
  color: #f4f4f4;
  font-size: 15px;
  line-height: 26px;
  padding: 0px 10px 0px 10px;
}
.foot-contact {
  margin: 0;
  list-style: none;
  padding: 10px;
}
.foot-contact li {
  display: flex;
  margin-bottom: 18px;
}
.foot-contact li i {
  font-size: 16px;
  color: #f4f4f4;
  text-align: center;
  padding-right: 15px;
  position: relative;
  top: 5px;
}
.foot-contact li span {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #f4f4f4;
  letter-spacing: 0.5px;
}
.foot-contact .fa-mobile {
  font-size: 20px;
  top: 1px;
}
.foot-add i {
  margin-right: 3px;
}
.footer-social {
  margin: 0;
  padding: 10px 0px;
}
.footer-social li {
  display: inline-block;
  list-style: none;
}
.footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #f4f4f4;
  border: 1px solid #f4f4f4;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.footer-social li a:hover {
  background: #fff;
  color: #3255a6;
  border: 1px solid transparent;
}
.footer-social li a i {
  font-size: 18px;
  vertical-align: middle;
  line-height: 35px;
}
.foot-contact .fa-envelope-o {
  left: -4px;
  padding-right: 10px;
  top: 4px;
}
.foot-add h3 {
  padding: 10px 10px 0px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
/* end */

.boxnav__item--label {
  display: none !important;
}
.mob-hide {
  display: block;
}
.mob-show {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mob-hide {
    display: none;
  }
  .mob-show {
    display: block;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .slideshow {
    margin-top: 0px !important;
  }
  .top_bar_right {
    text-align: center;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav li {
    margin-left: 10px;
  }
  .action--details {
    display: none;
  }
  .boxnav {
    bottom: 0px !important;
  }
  .aboutus-section {
    margin: 50px 0px;
    overflow-x: hidden;
  }
  .abt_box {
    width: 100%;
    height: auto;
  }
  .abt_img img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px;
    top: 0px;
  }
  .M-pl15 {
    padding-left: 15px !important;
  }
  .abt_heading_wrapper {
    margin-top: 35px;
    text-align: center;
  }
  .abt_heading_wrapper .decor::before {
    left: -52px;
  }
  .abt_heading_wrapper .decor::after {
    right: -52px;
  }
  .about-main p {
    text-align: center;
  }
  .read-more {
    display: block;
    width: 138px;
    margin: 10px auto 0px;
  }
  .services_heading h1 {
    margin-top: 0px;
  }
  .card-image a > img {
    height: 200px;
    width: 100%;
  }
  .card-body {
    padding: 15px !important;
  }
  .contact_heading {
    text-align: center;
  }
  .contact_heading .decor::before {
    left: -52px;
  }
  .contact_heading .decor::after {
    right: -52px;
  }
  .contact_subhead {
    text-align: center;
  }
  .contact_section {
    margin: 40px 0px 0px;
  }
  .address_div {
    margin-left: 0px;
    margin-top: 40px;
  }
  .icon-div {
    text-align: left;
  }
  .top-navbar {
    max-height: none;
    overflow-y: auto;
  }
  .is-sticky.top-navbar {
    max-height: 100vh;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 767px) {
  .M-plr20 {
    padding: 0px 20px;
  }
  .top_info_bar {
    height: 90px;
  }
  .list_inline > li {
    border-bottom: 1px solid #eee;
  }
  .navbar-brand img {
    width: 200px;
  }
  .apt-btn {
    padding: 10px 5px;
    height: 175px;
    font-size: 13px;
  }
  .slide__bg,
  .slide__img {
    background-position: right !important;
  }
  .slide__wrap,
  .slide {
    height: 28vh !important;
  }
  .boxnav__item {
    height: 24px !important;
  }
  .icon {
    width: 12px;
    /*height: 12px !important;*/
  }
  .slide__title-wrap {
    padding: 41px 1rem 0 !important;
    text-align: left !important;
  }
  .slide__title {
    font-size: 20px !important;
  }
  .slide__subtitle {
    font-size: 11px !important;
  }
  .service {
    text-align: center;
    width: 100%;
  }
  .service img {
    width: 100%;
  }
  .service .service-desc {
    max-width: 100%;
    text-align: center;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .event-carousel .owl-nav {
    position: initial;
    text-align: center !important;
  }
  .event-carousel iframe {
    height: 250px;
  }
  .footer-section {
    margin-top: 0px;
    padding: 60px 10px;
  }
  .about-left {
    width: 100%;
  }
  .aboutus_section {
    margin: 60px 0px;
  }
  .services_section {
    padding: 30px 0px;
  }
  .inner_heading h1 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .inner_heading {
    margin: 20px auto 30px;
  }
  .skin_section,
  .testimonials_section {
    margin: 30px 0px;
  }
  .wrapper {
    min-width: 300px;
  }
  .tabs > li {
    padding: 20px 0px;
    border: 1px solid #eee;
  }
  .tabs > li + li {
    border-left: none;
  }
  .tab-wrapper img {
    height: 30px;
  }
  .tab-wrapper p {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
  }
  .modal-bottom-field {
    margin: 5px 0px 20px;
  }
  .modal-date-field {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 500px) {
  .aboutus_header {
    padding: 40px 0px;
  }
  .aboutus_header h1 {
    font-size: 45px;
    max-width: 260px;
    margin: 0px auto;
  }
  .tabs > li {
    padding: 15px 0px;
  }
  .tab-wrapper img {
    height: 20px;
  }
  .tab-wrapper p {
    font-size: 9px;
  }
  .address-modal .address-body {
    padding: 0px !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
  .apt-btn {
    top: 50%;
  }
  .slide__wrap,
  .slide {
    height: 66vh !important;
  }
  .hoverimg {
    height: 150px;
  }
  .img-div .mask h2,
  .video-div .mask h2 {
    margin: 17% 40px 0px 40px;
  }
  .event-carousel iframe {
    height: 160px;
  }
  .thumb-default {
    margin-left: 5px;
    margin-right: 5px;
  }
  .card-image a > img {
    height: 150px;
  }
  .card-body {
    min-height: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide__wrap,
  .slide {
    height: 28vh !important;
  }
  .boxnav__item {
    height: 2rem !important;
  }
  .icon {
    width: 20px;
    height: 20px !important;
  }
  .abt_box {
    max-width: 500px;
    margin: 0px auto;
  }
  .abt_img img {
    margin: 0px auto;
  }
  .slide__title-wrap {
    padding: 80px 1rem 0 !important;
    text-align: left !important;
  }
  .slide__title {
    font-size: 30px !important;
  }
  .slide__subtitle {
    font-size: 16px !important;
  }
  .event-carousel iframe {
    height: 230px;
  }
  .thumb-default {
    margin-left: 5px;
    margin-right: 5px;
  }
  .card-body {
    min-height: 200px;
  }
  .aboutus_header {
    padding: 40px 0px;
  }
  .aboutus_header h1 {
    font-size: 45px;
    max-width: 260px;
    margin: 0px auto;
  }
  .skin_div {
    padding: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .slideshow,
  .slide__wrap,
  .slide {
    height: 52vh !important;
  }
  .boxnav {
    bottom: 0px;
  }
  .abt_img img {
    width: 420px;
    height: 420px;
    margin-left: 40px;
    top: -30px;
  }
  .abt_box {
    height: 380px;
  }
  .service .service-desc {
    right: -15px;
  }
  .hoverimg {
    height: 175px;
  }
  .card-description {
    font-size: 13px;
  }
  .footer-logo img {
    max-width: 205px;
  }
  .contact_section {
    margin: 40px 0px;
  }
  .address_div {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1500px) {
}

#blink {
  color: #1c87c9;
  transition: 0.4s;
}
#ui-datepicker-div {
  display: none;
}

.marquee {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 50s linear infinite;
  color: #0c497f;
  font-size: 16px;
}
.marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    text-indent: 30em;
  }
  100% {
    text-indent: -105em;
  }
}

/* added by priya 02-06-2020 popup form */
.address-modal .modal-dialog {
  transform: translate(0, 50%) !important;
}
/* .address-modal .modal-body{} */
.address-modal .address-body {
  padding: 30px;
  text-align: center;
}
.address-modal .modal-content {
  border: 4px solid #3255a6;
}
.address-body h3 {
  font-size: 23px;
  font-weight: 600;
  color: #3255a6;
}
.address-body p span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 5px;
  color: #000;
}
.address-content {
  margin-top: 20px;
}
.close-btn {
  position: absolute;
  right: -11px;
  background: #3255a6 !important;
  width: 42px;
  border-radius: 20px;
  height: 42px;
  font-size: 32px;
  padding-bottom: 5px !important;
  color: #fff !important;
  opacity: 10 !important;
  top: -30px !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-light .navbar-toggler-icon::after,
.navbar-light .navbar-toggler-icon::before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: rgb(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(45deg);
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 18px;
  background-image: none !important;
  position: relative;
  border-bottom: 2px solid rgb(255, 255, 255, 0.8);
  border-bottom-color: rgb(255, 255, 255, 0.8);
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon::after {
  top: 8px !important;
  background-color: rgb(255, 255, 255, 0.8);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent !important;
}
.navbar-toggler {
  padding: 0.5rem 0.95rem 0.6rem !important;
}
nav#porfolio-nav {
  width: 54% !important;
  margin: auto !important;
  text-align: center;
  float: none !important;
}
.wagwep-container ul#portfolio-filter li {
  float: none !important;
}
.wagwep-container ul#portfolio-filter a {
  color: #3255a6 !important;
  margin: 0px 0px 10px 0px !important;
  padding: 10px 30px !important;
  box-shadow: 0px 2px 4px #d7d7d7;
}
.nav-tabs {
  border-bottom: 0px !important;
}
.wagwep-container ul#portfolio-filter li:last-child {
  border-right: 1px solid #3255a6;
}
.wagwep-container ul#portfolio-filter li.current a {
  background: #3255a6 !important;
  color: #fff !important;
}
.gallery-album {
  padding: 0px 0px 70px;
}
.album-div {
  margin: auto;
  border: 1px solid #fafafa;
  box-shadow: 0px 2px 4px #d7d7d7;
  padding: 10px;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  position: relative;
}
.gallery-album {
  padding: 0px 0px 70px;
}
.album-text {
  padding: 8px 30px;
  background: rgba(50, 85, 166, 0.8);
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 44%;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 4px;
  width: 93%;
  margin: auto;
}
.album-div img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.gallery-sec {
  padding-bottom: 60px;
}
.cbp-caption-defaultWrap {
  border: 1px solid #ddd;
  padding: 3px !important;
}
/* code added by ankita 25-01-2023 */
.hair-transplant-img {
  position: relative;
}
.hair-transplant-img img {
  /* border-radius: 50%; */
  float: right;
  z-index: 1;
  position: relative;
}
.skin_section p {
  color: #757575;
}
.hair-first-image {
  border: 1px solid #ccc;
  width: 232px;
  padding: 10px 0px 0px;
  text-align: center;
  border-radius: 4px;
  background-color: #f2f2f2;
  display: inline-block;
  margin-right: 10px;
  height: 135px;
}
.hair-first-image img {
  width: 140px;
}
.hair-first-image p {
  font-size: 14px;
  margin-bottom: 0px;
  background: #3255a6;
  color: #fff;
  padding: 6px 2px;
}
.hair-second-image img {
  width: 140px;
}
.hair-transplant-img img {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border: 4px solid #fff;
  width: 400px;
  margin-right: 40px;
}
.hair-transplant-img {
  position: relative;
}
.hair-transplant-img:after {
  content: "";
  width: 326px;
  height: 396px;
  background-color: #3255a6;
  display: block;
  position: absolute;
  top: 85px;
  left: 100px;
  border: 8px solid #fff;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 73px;
}
.hair-transplant-second {
  /* padding: 60px 0px; */
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.hair-transplant-second p {
  color: #494949;
  margin-bottom: 10px;
}
.hair-transplant-second ul li {
  margin-left: -20px;
  list-style-type: square;
  color: #494949;
}
.hair-transplant-second ul li::marker {
  color: #3255a6;
}
.hair-transplant-second .image-third {
  /* border-top-right-radius: 100px; */
  border-bottom-right-radius: 100px;
  width: 374px;
}
.why-choose-us-sec {
  padding: 60px 30px 40px;
}
.hair-transplant-second .blue-layer {
  width: 358px;
  height: 456px;
  background-color: rgba(50, 85, 166, 0.6);
  position: absolute;
  top: 0px;
  left: 0;
  border-bottom-right-radius: 100px;
}
.hair-transplant-third {
  padding: 80px 0px 0px;
}
.inner-question-div {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  border: 1px solid #ccc;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  margin-bottom: 30px;
  /* height: 260px; */
}
.inner-question-div h5 {
  padding-bottom: 5px;
  color: #3255a6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px dashed #3255a6;
}
.inner-question-div ul li {
  margin-left: -20px;
  color: #757575;
  list-style-type: square;
}
.inner-question-div ul li::marker {
  color: #3255a6;
}
.inner-question-div .div_content p {
  color: #757575;
  margin-bottom: 5px;
}
.inner-question-div .inner-img {
  width: 150px;
  margin-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #ccc;
  /* background: #f2f2f2; */
  border-radius: 2px;
  padding: 10px;
}
.div-img-in {
  display: inline-block;
}
.hair-transplant-img1 img {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border: 5px solid #fff;
  z-index: 2;
  position: relative;
  width: 370px;
}
.hair-transplant-img1 {
  position: relative;
}
.hair-transplant-img1:after {
  content: "";
  width: 335px;
  height: 220px;
  background-color: #3255a6;
  display: block;
  position: absolute;
  top: 50px;
  left: -22px;
  border: 8px solid #fff;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 73px;
}
.hair-fall-second {
  padding: 90px 0px;
  background: #f2f2f2;
  border-top: 1px solid #ccc;
}
.hair-fall-box {
  border: 1px solid #f2f2f2;
  padding: 25px 20px;
  height: 300px;
  /* text-align: center; */
  background: #fff;
  border-bottom: 2px solid #3255a6;
  border-radius: 4px;
  margin-bottom: 20px;
}
.hair-fall-box h2 {
  font-size: 17px;
  font-weight: 500;
  color: #3255a6;
}
.hair-fall-box p {
  font-size: 15px;
  color: #757575;
  letter-spacing: 0.2px;
}
.hair-fall-1 {
  background-color: #3255a6;
  border-radius: 4px;
  padding: 20px 20px;
  height: 110px;
  margin-bottom: 20px;
}
.hair-fall-1 h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.hair-fall-1 p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.hair-fall-second .content-last {
  margin-bottom: 25px;
}
.hair-fall-second .content-last p {
  margin-bottom: 5px;
  color: #757575;
}
