/*

-------------------------------------------------------------------------------------

* Template Name    : Mediyot - Healthcare, Medical & Hospital Html5 Landing Page    *

* Author           : Vrishank Softtech                                  	  		*

* Version          : 1.0.0                                              	  		*

* File Description : Main Css file of the template                      	  		*

*------------------------------------------------------------------------------------

*/

/***********************

    1.BASIC           *

    2.HELPER          *

    3.NAVBAR          *

    4.HOME            *

    5.FEATURES        *

    6.ABOUT US        *

    7.OUR DEPARTMENTS *

    8.REVIEWS     	  *

    9.OUR TEAM        *

    10.PREMISES       *

	11.APPOINTMENT	  *

    12.FAQ's          *

    13.FOOTER         *

    14.RESPONSIVE     *

************************/

/*======================

        1.BASIC

========================*/

body {
  font-family: "Source Sans Pro", sans-serif;

  overflow-x: hidden;

  font-weight: 400;

  background-color: #fff;

  animation: pageAnimation ease 2s;

  animation-iteration-count: 1;

  animation-fill-mode: forwards;
}

@keyframes pageAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;

  font-weight: 700;
}

.sub-title {
  font-size: 20px;
}

h4 {
  font-size: 24px;

  font-weight: 600;

  color: #161e39;

  line-height: 1.3em;

  position: relative;
}

p {
  font-size: 15px;
  line-height: 1.6;
}

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;

  outline: none !important;

  box-shadow: none !important;
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

.back_top {
  border: 2px solid #176e92;

  text-align: center;

  position: fixed;

  background: #fff;

  bottom: 20px;

  right: 20px;

  height: 35px;

  width: 35px;

  display: none;

  transition: all 0.5s;

  border-radius: 10px !important;

  animation: BounceAnimation 4s infinite;

  -webkit-animation: BounceAnimation 4s infinite;

  -moz-animation: BounceAnimation 4s infinite;

  -o-animation: BounceAnimation 4s infinite;

  z-index: 99;
}

.back_top i {
  font-size: 30px;

  color: #176e92;

  line-height: 30px;

  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

@-webkit-keyframes BounceAnimation {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
  }
}

@-moz-keyframes BounceAnimation {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-20px);
  }

  60% {
    -moz-transform: translateY(-10px);
  }
}

@keyframes BounceAnimation {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

/*==========================

        2.HELPER

============================*/

.font-white {
  color: #fff;
}

.section {
  padding-top: 50px;

  padding-bottom: 50px;

  background-color: #fff;

  position: relative;
}

.section.features {
  padding: 36px 0;
}

.what_we_do_about,
.light_background {
  background-color: #f3f3f3;
}

.section-title h2 {
  position: relative;
  padding-bottom: 15px;
}

.section-subtitle {
  font-size: 16px;

  max-width: 550px;

  line-height: 25px;

  padding-top: 0;
}

.z-index-9 {
  position: relative;

  z-index: 9;
}

.z-index {
  z-index: 2;
}

.inverse-bg {
  background-color: #f7f9fb;
}

.btn {
  padding: 12px 28px;
}

.btn-sm {
  padding: 8px 15px;
}

.btn-rounded {
  -webkit-border-radius: 30px !important;

  -moz-border-radius: 30px !important;

  border-radius: 30px !important;
}

.btn-white {
  background-color: #fff;

  color: #000 !important;

  font-size: 14px;

  font-weight: 500;

  letter-spacing: 1px;

  min-width: 140px;

  border-radius: 40px;

  -moz-border-radius: 40px;

  -webkit-border-radius: 40px;

  transition: all 0.5s;

  text-transform: capitalize;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

  -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

  box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.btn {
  font-size: 14px;

  text-align: center;

  padding: 0;

  text-transform: uppercase;

  font-weight: 600;

  height: 46px;

  line-height: 46px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
  color: #176e92 !important;
}

/*==========================

        3.NAVBAR

============================*/

.custom-nav {
  background-color: #fff;

  width: 100%;

  padding: 10px 0px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  margin-bottom: 0px;

  z-index: 999;

  border-bottom: 1px solid #ffffff1a;
}

.custom-nav .container-fluid {
  width: 90%;
}

.custom-nav.sticky-header {
  background-color: #fff;

  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li>a,
.custom-nav .navbar-nav .nav-droap-link {
  position: relative;

  color: #333;

  font-size: 16px;

  font-weight: 600;

  padding: 6px 16px !important;

  margin: 0 3px;
}

.custom-nav .navbar-nav li a::before,
.custom-nav .navbar-nav li a::after {
  position: absolute;

  content: "";

  width: 12px;

  height: 2px;

  background-color: #fff;

  left: 50%;

  bottom: 0px;

  opacity: 0;

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.custom-nav .navbar-nav li a::after {
  left: auto;

  right: 50%;
}

.custom-nav .navbar-nav li.curent>a::before,
.custom-nav .navbar-nav li.curent>a::after,
.custom-nav .navbar-nav li:hover>a::before,
.custom-nav .navbar-nav li:hover>a::after {
  opacity: 1;
}

.navbar-toggler {
  color: #176e92;

  font-size: 28px;

  margin-top: 2px;

  margin-bottom: 0px;
}

/* .custom-nav.sticky-header .navbar-nav li a {
  color: rgba(0, 0, 0, 0.6) !important;
} */

.custom-nav .navbar-nav li a::before,
.custom-nav .navbar-nav li a::after {
  background-color: #176e92;
}

.navbar-toggle {
  color: #ffffff;

  font-size: 24px;

  margin-top: 5px;

  margin-bottom: 0px;
}

.custom-nav .navbar-nav li.curent>a,
.custom-nav .navbar-nav li:hover>a,
.custom-nav .navbar-nav li:active>a,
.custom-nav .navbar-nav .nav-droap-link {
  color: #176e92;
}

.custom-nav .navbar-nav .dropdown-menu a {
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.custom-nav .navbar-nav .dropdown-menu {
  padding: 0;
  top: 58px;
}

/* .custom-nav.sticky-header .navbar-nav li.curent a,
.custom-nav.sticky-header .navbar-nav li:hover a,
.custom-nav.sticky-header .navbar-nav li:active a {
  color: #176e92 !important;
} */

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;

  border-color: #0ebdca;
}

.brand-logo .logo-light {
  display: inline-block;
}

.sticky-header .brand-logo .logo-dark {
  display: inline-block;
}

.sticky-header .brand-logo .logo-light {
  display: none;
}

.brand-logo .logo-dark {
  display: none;
}

.custom-nav .navbar-brand.brand-logo img {
  max-height: 54px;
}

.contact_btn .btn-sm {
  padding: 10px 20px;
  background-color: #fff;

  border: 2px solid #fff;

  color: #176e92;

  font-size: 14px;

  text-transform: capitalize;

  font-weight: 600;

  min-width: 120px;

  height: 40px;

  border-radius: 40px;

  display: flex;

  justify-content: center;

  transition: none;

  align-items: center;

  letter-spacing: 1px;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;

  -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;

  box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
}

.contact_btn .btn-sm {
  background: #176e92;

  border: 2px solid #176e92;

  color: #fff;
}

.contact_btn .btn-sm:hover {
  color: #fff;

  background-color: #000;

  border: 2px solid #000;
}

/*==========================

        4.HOME

============================*/

.home-bg,
.home-section {
  position: relative;
}

.home-slider {
  position: relative;

  z-index: 9;
}

.home-bg::before {
  content: "";

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  position: absolute;

  opacity: 0.75;

  z-index: 1;
}

.home-bg .heading {
  color: #fff;

  font-size: 56px;

  line-height: 56px;

  margin-bottom: 15px;
}

.home-bg .para-sec {
  font-size: 20px;

  color: rgba(255, 255, 255, 0.85);

  margin-bottom: 20px;
}

.home-bg.waves-bg {
  margin: 0 0 0;

  padding: 8rem 0 0 0;
}

.hero-bg {
  background-image: url(../images/hero-bg.png);

  opacity: 1;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;
}

.bg-gradient {
  background-color: #0b94b8;
  /* background-image: url(../images/hero-bg.png); */
}

@keyframes owl-content-fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

@-webkit-keyframes owl-content-fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

@keyframes owl-img-fadeInRight {
  from {
    transform: translateX(40px);
  }

  to {
    transform: translateX(0);

    opacity: 1;
  }
}

@-webkit-keyframes owl-img-fadeInRight {
  from {
    transform: translateX(40px);
  }

  to {
    transform: translateX(0);

    opacity: 1;
  }
}

.owl-item.active .content-fadeInUp {
  animation-duration: 1s;

  animation-fill-mode: both;

  -webkit-animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  opacity: 0;

  animation-name: owl-content-fadeInUp;

  -webkit-animation-name: owl-content-fadeInUp;
}

.owl-item.active .img-fadeInRight {
  animation-duration: 1s;

  animation-fill-mode: both;

  -webkit-animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  opacity: 0;

  animation-name: owl-img-fadeInRight;

  -webkit-animation-name: owl-img-fadeInRight;
}

.home-slider .owl-dots,
.review-slider .owl-dots {
  position: absolute;

  left: 50%;

  bottom: 0;

  transform: translateX(-50%);
}

.home-slider .owl-dot,
.review-slider .owl-dot {
  background: rgba(255, 255, 255, 0.4) !important;

  height: 10px;

  width: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  border-radius: 10px;

  margin: 0 5px;
}

.home-slider .owl-dot.active,
.review-slider .owl-dot.active {
  background: #fff !important;
}

.hero-waves {
  height: 120px;

  position: relative;
}

.hero-waves .wave {
  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  z-index: 1;
}

.hero-waves .wave+.wave {
  z-index: 2;
}

/*==========================

        5.FEATURES

============================*/

.features .ftr-icon-box {
  padding: 50px 20px;
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: center;
  height: calc(100% - 62px);
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.features .icon {
  position: absolute;

  top: -36px;

  left: calc(50% - 36px);

  transition: 0.2s;

  border-radius: 50%;

  border: 5px solid #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  text-align: center;

  width: 70px;

  height: 70px;

  background: #176e92;
}

.features .icon i {
  color: #fff;

  font-size: 32px;
}

.features .title {
  font-weight: 700;

  margin-bottom: 15px;

  font-size: 18px;
}

.features .ftr-icon-box:hover .icon {
  background: #fff;

  border: 2px solid #176e92;
}

.features .ftr-icon-box:hover .icon i {
  color: #176e92;
}

.features .ftr-icon-box:hover .title a {
  color: #176e92;
}

.features .description {
  line-height: 24px;

  font-size: 14px;
}

/*======================

        6.ABOUT US

========================*/

.aboutus .icon-boxes h4 {
  font-size: 18px;

  margin-bottom: 15px;
}

.aboutus .aboutus-icon-box {
  margin-top: 30px;
}

.aboutus .aboutus-icon-box .icon {
  border: 2px solid #176e92;

  border-radius: 50px;

  float: left;

  display: flex;

  align-items: center;

  justify-content: center;

  min-width: 64px;

  min-height: 64px;

  transition: 0.5s;

  background: #fff;
}

.aboutus .aboutus-icon-box .icon i {
  font-size: 32px;

  color: #176e92;
}

.aboutus .aboutus-icon-box:hover .icon {
  background: #176e92;

  border-color: #176e92;
}

.aboutus .aboutus-icon-box:hover .icon i {
  color: #fff;
}

.aboutus .aboutus-icon-box .title {
  font-weight: 700;

  margin-bottom: 10px;
}

.aboutus .aboutus-icon-box .description {
  line-height: 24px;

  font-size: 14px;

  text-align: left;

  margin-bottom: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);

    opacity: 1;
  }

  100% {
    transform: scale(1, 1);

    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);

    opacity: 1;
  }

  100% {
    transform: scale(1, 1);

    opacity: 0;
  }
}

/*==========================

        7.OUR DEPARTMENTS

============================*/

.dept-box {
  border-bottom: 3px solid #176e92;

  border-radius: 0 0 2px 2px;

  margin-bottom: 30px;

  min-height: 380px;

  overflow: hidden;

  position: relative;
}

.dept-box .dept-details {
  background-color: #fbf7f8;

  bottom: -65px;

  padding: 0 15px 20px;

  position: absolute;

  text-align: center;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  width: 100%;
}

.dept-box .dept-details h4 {
  font-size: 18px;

  font-weight: 700;
}

.dept-details .round-style {
  background: #fbf7f8 none repeat scroll 0 0;

  border-radius: 50%;

  height: 70px;

  left: 0;

  margin: 0 auto;

  position: absolute;

  right: 0;

  top: -35px;

  width: 70px;
}

.dept-box:hover .dept-details {
  bottom: 0;
}

.dept-box .dept-details .icon {
  color: #176e92;

  display: inline-block;

  font-size: 32px;

  position: relative;

  top: -15px;
}

.dept-box .dept-details .details {
  font-size: 14px;
}

.dept-box .dept-details a.thm-btn {
  margin-top: 15px;

  background: #176e92;

  border-radius: 30px;

  display: inline-block;

  color: #fff;

  font-size: 14px;

  text-transform: uppercase;

  padding: 6px 15px;

  border: 2px solid transparent;

  transition: all 0.3s ease;
}

.dept-box .dept-details a.thm-btn:hover {
  background-color: #fff;

  border-color: #176e92;

  color: #176e92;
}

.dept-box .dept-details a.thm-btn.inverse {
  background-color: #fff;

  border-color: #176e92;

  color: #176e92;
}

.dept-box .dept-details a.thm-btn.inverse:hover {
  background-color: #176e92;

  border-color: #176e92;

  color: #fff;
}

/*==========================

        8.REVIEWS

============================*/

.review-slider .item .user-txt {
  display: flex;

  align-items: center;

  padding: 1rem 0 2rem 0;

  padding-left: 0.25rem;
}

.review-slider .item .user-txt::after {
  display: block;

  clear: both;

  content: "";
}

.review-slider .item .user-txt .user-pics {
  width: 60px;

  height: 60px;

  float: left;

  border-radius: 100%;

  margin-right: 1rem;

  overflow: hidden;
}

.review-slider .item .user-txt .user-pics img {
  width: 100%;

  max-width: 100%;

  height: auto;
}

.review-slider .item .user-txt .user-info {
  float: left;
}

.review-slider .item .user-txt .user-info .heading {
  line-height: 1;

  margin-bottom: 0.25rem;

  margin-top: 0.25rem;
}

.review-slider .item .user-txt .user-info .sub-heading {
  font-size: 14px;

  font-weight: 600;

  line-height: normal;

  margin-bottom: 0;
}

.review-slider .item .review-card {
  position: relative;

  background: #fff;

  padding: 1.5rem;

  border-radius: 0.5rem;

  overflow: visible;

  text-align: center;
}

.review-slider .item .review-card p {
  color: #414c5a;

  font-weight: 600;

  margin-bottom: 0;
}

.review-slider .item .review-card::before {
  content: "";

  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzgwODlGRjt9Cjwvc3R5bGU+CjxnIGlkPSJRdW90ZW1hcmtzLWxlZnQiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwyMDkuOGMtMS0xMS4xLTAuMi00MS41LDI4LjgtODMuNmMyLjItMy4yLDEuOC03LjUtMC45LTEwLjJjLTExLjgtMTEuOC0xOS4yLTE5LjMtMjQuMy0yNC41CgkJYy02LjgtNi45LTkuOC0xMC0xNC40LTE0LjFjLTMtMi43LTcuNi0yLjgtMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjVjNC44LDY1LjUsNTIuNSwxMTMsMTEzLjUsMTEzCgkJYzYyLjYsMCwxMTMuNS01MC45LDExMy41LTExMy41QzUxMiwyNjIuOCw0NjQuNiwyMTMuMiw0MDUsMjA5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwLjksMjA5LjhjLTEtMTEuMS0wLjMtNDEuNCwyOC44LTgzLjZjMi4yLTMuMiwxLjgtNy41LTAuOS0xMC4yYy0xMS44LTExLjgtMTkuMS0xOS4zLTI0LjMtMjQuNQoJCWMtNi44LTYuOS05LjktMTAuMS0xNC40LTE0LjJjLTMtMi43LTcuNi0yLjctMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjV2MGM0LjgsNjUuNCw1Mi41LDExMywxMTMuNSwxMTMKCQljNjIuNiwwLDExMy41LTUwLjksMTEzLjUtMTEzLjVDMjI3LjksMjYyLjgsMTgwLjUsMjEzLjIsMTIwLjksMjA5Ljh6Ii8+CjwvZz4KPC9zdmc+Cg==");

  background-size: cover;

  display: block;

  width: 40px;

  height: 40px;

  position: absolute;

  top: 0.75rem;

  left: 1rem;

  opacity: 0.2;
}

/*==========================

        9.OUR TEAM

============================*/

.our-team,
.with_background,
.service_content_section {
  position: relative;
}

/* .with_background:before,
.service_content_section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 24%;
  background-image: url("../images/before_bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
}

.with_background:after,
.service_content_section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24%;
  background-image: url("../images/section_right.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
} */

.with_background .container,
.service_content_section .container {
  position: relative;
  z-index: 9;
}

.our-team .team-box {
  position: relative;

  margin-bottom: 30px;
}

.our-team .team-box img {
  display: block;

  width: 100%;
}

.our-team .team-box .title-box {
  padding-top: 20px;
}

.our-team .team-box .title-box h4 {
  font-size: 18px;

  font-weight: 700;
}

.our-team .team-box .title-box p {
  font-style: italic;

  color: #888888;
}

.our-team .team-box .get-apt {
  font-weight: 600;

  color: #176e92;

  text-transform: uppercase;

  font-size: 14px;
}

.our-team .team-box .get-apt:hover {
  color: #007b8a;
}

/*==========================

        10.PREMISES

============================*/

.premises-slider .owl-stage-outer {
  padding: 0 0 2rem 0;
}

.premises-slider .owl-item .premises-box {
  opacity: 0.75;

  filter: blur(0.5px);

  -webkit-transform: scale(0.85);

  transform: scale(0.85);

  transition: transform 0.35s ease-out, filter 0.35s ease-out,
    box-shadow 0.35s ease-out, opacity 0.35s ease-out;
}

.premises-slider .owl-item.center .premises-box {
  opacity: 1;

  filter: blur(0);

  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05),
    0 12px 28px rgba(0, 9, 128, 0.075);

  -webkit-transform: scale(1);

  transform: scale(1);
}

.premises-slider .owl-dots {
  text-align: center;
}

.premises-slider .owl-dot {
  background: rgba(38, 91, 251, 0.4) !important;

  height: 10px;

  width: 10px;

  margin: 0 5px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  border-radius: 10px;
}

.premises-slider .owl-dot.active {
  background: #176e92 !important;
}

/*==========================

        11.APPOINTMENT

============================*/

.appointment {
  background-color: #176e92;
}

.appointment .contant-number {
  background: url("../images/cosmetic-1.jpg") center center;

  background-size: cover;

  background-position: center center;

  height: 100%;

  position: relative;
}

.appointment .contant-number h3 {
  font-size: 35px;

  font-weight: bold;

  margin: 0;

  position: absolute;

  bottom: 100px;

  right: 0;

  background: rgba(0, 0, 0, 0.69);

  color: #ffffff;

  padding: 25px 20px;

  line-height: 0;
}

.appointment .appointment-form {
  max-width: 90%;

  padding: 60px 0 60px 0;

  margin: auto;
}

.appointment .appointment-form .title {
  font-size: 32px;

  color: #ffffff;

  margin-bottom: 30px;

  font-family: "Poppins", sans-serif;
}

.book-now-btn {
  background-color: #ffffff;

  color: #176e92;

  font-weight: bold;

  text-transform: uppercase;

  border-radius: 6px;

  padding: 0 15px;

  height: 40px;

  line-height: 40px;
}

.book-now-btn:hover {
  background-color: #000;

  color: #fff;
}

.form-control {
  font-size: 14px;
}

/*==========================

        12.FAQ's

============================*/

.faq-panel {
  margin-bottom: 2rem;
}

.question-box {
  margin-bottom: 1rem;

  backface-visibility: hidden;

  -webkit-backface-visibility: hidden;

  background: #fff;

  border: 1px solid #eee;

  border-radius: 4px;
}

.faq-header {
  border: none;
}

.question-box .btn-link {
  position: relative;

  background: #f8f8f8;

  text-align: left;

  margin-bottom: 0;

  margin-top: 0;

  padding: 1rem 1.5rem;

  font-size: 18px;

  font-weight: 700;

  cursor: pointer;

  transition: color 0.25s ease-out;

  width: 100%;

  border: none;
}

.question-box .faq-body {
  padding: 0.5rem 1rem;
}

.question-box .faq-body p {
  margin-bottom: 5px;
}

.question-box .btn-link.collapsed {
  color: #161e39;
}

.question-box .btn-link {
  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #176e92;
}

.question-box.active h4::after {
  color: #176e92;

  top: 14px;

  -webkit-transform: rotate(-180deg);

  transform: rotate(-180deg);
}

.caret-icon {
  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 24px;

  line-height: 20px;

  width: 25px;
}

.question-box.active .btn-link .caret-icon {
  transform: rotateZ(-180deg);
}

/*==========================

        13.FOOTER

============================*/

.footer {
  position: relative;

  padding-top: 50px;

  overflow: hidden;
}

.footer::after {
  content: "";

  /* background: url(../images/waves2.svg) top no-repeat; */

  background-size: auto;

  background-size: contain;

  display: block;

  height: 100%;

  position: absolute;

  top: -5px;

  left: -1px;

  right: -4px;

  z-index: 1;
}

.footer-bottom,
.footer-top {
  position: relative;

  z-index: 2;
}

.footer .foot-logo img {
  height: 100px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.footer .footer-menu li {
  margin-bottom: 10px;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;
}

.footer .footer-menu li:hover {
  margin-left: 10px;
}

.footer h5 {
  color: #fff;
}

.footer p {
  color: #fff;
}

.footer .footer-menu li a,
.footer .footer-menu li i {
  display: inline-block;

  font-size: 16px;

  color: #ddd !important;

  transition: all 0.5s;
}

.footer .footer-menu li a:hover,
.footer .footer-menu li:hover i {
  color: #fff !important;
}

.footer .footer-social .social-icon {
  display: block;

  background: #fff;

  color: #176e92;

  font-size: 18px;

  width: 38px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  transition: all 0.5s;
}

.footer .footer-social .social-icon:hover {
  color: #fff !important;

  background-color: #000;
}

.footer-desc {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-menu-list li {
  display: flex;

  align-items: flex-start;

  line-height: normal;
}

.contact-menu-list i {
  font-size: 20px;

  margin-right: 10px;

  margin-top: 5px;
}

.footer .footer-newsletter {
  font-size: 15px;
}

.footer .footer-newsletter form {
  background: #fff;

  padding: 6px 10px;

  position: relative;

  border-radius: 50px;

  text-align: left;

  border: 1px solid #ddfbff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;

  padding: 4px 8px;

  width: calc(100% - 100px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  border: 0;

  background: none;

  font-size: 16px;

  padding: 0 20px;

  background: #176e92;

  color: #fff;

  transition: 0.3s;

  border-radius: 50px;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #000;
}

/*==========================

        14.RESPONSIVE

============================*/

@media (max-width: 1480px) {
  .footer {
    padding-top: 200px;
  }
}

@media (max-width: 1366px) {
  .home-bg.waves-bg {
    margin: 0 0 0;

    padding: 7rem 0 0 0;
  }

  .home-slider .owl-dots {
    position: absolute;

    left: 50%;

    bottom: 50px;

    transform: translateX(-50%);
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 99%;
  }
}

@media (max-width: 1100px) {
  .footer {
    padding-top: 150px;
  }
}

@media (max-width: 991px) {
  .custom-nav .navbar-nav .nav-droap-link {
    width: 100%;
  }

  .custom-nav .navbar-nav .dropdown-menu a {
    padding: 8px;
    background: transparent !important;
    border-color: #f1f1f1 !important;
  }

  .custom-nav .navbar-nav .dropdown-menu {
    border: none !important;
    background: #fbfbfb !important;
  }

  .footer h5 {
    font-size: 17px;
  }

  .home-bg .heading {
    font-size: 46px;
  }

  .home-slider .owl-dots {
    bottom: 10px;
  }

  .contact_btn .btn-sm {
    background: #176e92;

    border: 2px solid #176e92;

    color: #fff;
  }

  /* .home-slider .owl-item img {
    display: table;

    margin: auto;

    max-width: 100%;
  } */

  /* .home-slider .owl-item .actions {
    display: table;

    margin: 0 auto 20px;
  } */

  .custom-nav .brand-logo .logo-dark {
    display: inline-block;
  }

  .custom-nav .brand-logo .logo-light {
    display: none;
  }

  .contact_btn {
    display: flex;
  }

  .custom-nav {
    background-color: #fff !important;

    margin-top: 0px;

    padding: 12px 0px !important;
  }

  .custom-nav .navbar-nav li a {
    color: #000;

    text-align: center;

    margin: 0 0px;

    padding: 6px 0;
  }

  .custom-nav .navbar-nav li.active a,
  .custom-nav .navbar-nav li:hover a {
    background-color: #fff;

    color: #333 !important;

    border-radius: 0;
  }

  .custom-nav>.container {
    width: 90%;
  }

  .custom-nav .brand-logo {
    padding: 0px;
  }

  .custom-nav .navbar-brand.brand-logo img {
    height: 36px;
  }

  .navbar-collapse {
    background: #f8f8f8;

    border-top: 2px solid #eee;

    position: fixed;

    top: 61px;

    left: 0;

    width: 100%;

    padding: 0;
  }

  .navbar-nav {
    margin-top: 0px;
  }

  .section {
    padding-top: 30px;

    padding-bottom: 30px;
  }

  .custom-nav {
    padding: 12px 0;
  }

  .container {
    max-width: 98%;
  }

  .m-text-center {
    text-align: center;
  }

  .faq-body p {
    text-align: left;
  }

  .section-subtitle {
    max-width: 500px;

    font-size: 16px;

    padding-top: 0;

    display: table;

    margin: auto;
  }

  .foot-logo {
    display: table;

    margin: 0;
  }

  .ftr-about {
    text-align: left !important;
  }

  .footer-social {
    text-align: left;
  }

  .m-box-0 {
    margin-bottom: 0;
  }

  .our-team .team-box .title-box h4 {
    text-align: center;
  }

  .btn {
    height: 35px !important;

    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 100px;
  }

  .m-d-flex {
    display: flex;
  }

  .section {
    padding-top: 40px;

    padding-bottom: 40px;
  }

  .section-subtitle {
    line-height: 1.6;
  }

  .m-al-c {
    display: flex;

    justify-content: center;
  }

  .appointment .contant-number {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive-cstm table {
    width: 750px !important;
  }

  .table-responsive-cstm {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .vedio_fream {
    margin-bottom: 20px;
    background: #ffffff2e;
    padding: 10px;
  }

  section.contact_section {
    padding-top: 50px;
    padding-bottom: 24px;
  }

  .appointment_section {
    padding-top: 20px !important;
  }

  .Abiolabs_points {
    position: initial !important;
    margin-bottom: 24px;
    left: 0 !important;
    right: 0 !important;
  }

  .section.our-team {
    padding-bottom: 0;
  }

  .appointment .appointment-form {
    padding: 22px 0;
  }

  .home-bg .para-sec {
    text-align: center;
  }

  .aboutus .col-md-7 .mb-30 {
    margin-bottom: 0;
  }

  .vedio_fream {
    text-align: center;
  }

  /* .home-slider .owl-item img {
    max-width: 480px;

    display: table;

    margin: 24px auto 24px auto;
  } */

  .home-slider .owl-dots {
    bottom: 0;
  }

  .home-bg .heading {
    font-size: 40px;

    line-height: 40px;

    text-align: center;
  }

  .container {
    max-width: 98%;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .footer .footer-menu li:hover {
    margin-left: 0;
  }

  .our-team .team-box .title-box h4 {
    text-align: center;
  }

  .learn-more {
    margin: auto;

    display: table;
  }

  .custom-nav .navbar-brand.brand-logo img {
    height: 24px;
  }

  .appointment .appointment-form {
    padding: 50px 0 50px 0px;
  }
}

@media (max-width: 599px) {
  .review-slider .user-txt {
    justify-content: center;

    padding: 1rem 0 2rem !important;
  }

  .review-slider .item .review-card::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .margin-top-sb-30 {
    margin-top: 30px;
  }

  .features .ftr-icon-box {
    height: auto;
  }

  .home-bg .heading {
    font-size: 40px;

    line-height: 40px;
  }

  /* .home-slider .owl-item img {
    max-width: 80%;
    margin: 24px auto 20px auto !important;
  } */

  .home-bg .heading {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .home-bg .para-sec {
    font-size: 16px;
  }

  .section {
    padding: 24px 0;
  }

  .Abiolabs_gigure {
    margin-bottom: 0;
  }

  .appointment .contant-number h3 {
    padding: 10px;
    font-size: 24px;
  }

  .appointment .appointment-form {
    padding: 24px 0;
    max-width: 100%;
  }

  .appointment .appointment-form .title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .question-box .faq-body p {
    font-size: 14px;
  }

  .question-box .btn-link {
    font-size: 15px;
    padding: 10px 15px;
  }

  .question-box {
    margin-bottom: 0.6rem;
  }

  .home-slider .owl-dots {
    bottom: -10px;
  }

  .footer-menu {
    display: block;
    margin-top: 10px !important;
    text-align: left;
  }

  .footer h5 {
    text-align: left;
    font-size: 20px;
  }

  .footer-title {
    position: relative;

    cursor: pointer;
  }

  .footer-title i {
    position: absolute;

    right: 0;

    margin-top: 1px;

    font-size: 18px;
  }

  .footer-title.active i {
    transform: rotateZ(-180deg);
  }
}

@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 50px;
  }

  .brand-logo.navbar-brand {
    margin-right: 5px !important;
  }

  .custom-nav .navbar-brand.brand-logo img {
    height: 30px;
  }

  .contact_btn .btn-sm {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/**===========new-css=================**/

.service_point {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: 15px 0 0 0;
}

.service_point li {
  margin: 0 20px;
  font-weight: 600;
  color: #176e92;
  padding-bottom: 6px;
}

.vedio_fream {
  cursor: pointer;
  position: relative;
}

img {
  max-width: 100%;
}

.Abiolabs_points {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 44px 36px;
  position: relative;
  z-index: 2;
  top: 32px;
  border-top: 5px solid #176e92;
  border-radius: 10px;
  left: -60px;
}

.Abiolabs_points li {
  margin-bottom: 10px;
  font-size: 16px;
}

.appointment_section {
  padding: 0;
}

.home-slider .owl-dots {
  bottom: -60px;
}

.appointment_section {
  background: #176e92;
}

.footer .footer-newsletter form input[type="email"]:focus {
  outline: none;
}

.play_icon {
  position: absolute;
  top: 50%;
  z-index: 22;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  display: inline-block;
  max-width: 62px;
  margin: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.vedio_fream strong {
  font-size: 20px;
  padding: 10px 0 0;
  display: block;
  color: #fff;
}

.vedio_fream:hover img {
  filter: brightness(1.2);
}

.page_wrap_main {
  padding-top: 84px;
}

.page_banner {
  padding: 36px 0;
}

.text-light-gray {
  color: #e7e7e7;
}

.text-light-gray p {
  font-size: 14px;
}

.service_point.text-white li {
  color: #fff;
}

.the_team {
  padding: 64px 0;
}

.manager_info figure {
  width: 220px;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 5px 5px 0 #176e92;
  margin: 0 auto 20px auto;
}

.manager_info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manager_info {
  text-align: center;
  padding: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
}

.manager_info p {
  font-size: 14px;
}

.manager_content_head {
  padding-bottom: 10px;
}

.manager_content_head h4 {
  margin: 0;
}

.manager_content_head small {
  font-size: 16px;
  color: #176e92;
}

.analysis_section {
  background: #f1f1f1;
  padding: 24px 15px;
  margin: 36px 0;
}

.mission-vission {
  background: #94d0e02b;
  padding: 24px;
  border-radius: 10px;
}

.abiolabs_vedio .close {
  position: absolute;
  width: 38px;
  height: 38px;
  z-index: 333;
  right: 0;
  background: #ff5151;
  opacity: 1;
  margin: -10px;
  color: #fff;
  text-shadow: none;
  border-radius: 5px;
}

.contact_section .ftr-icon-box {
  height: 150px;
}

.contact_section .ftr-icon-box p {
  font-size: 16px;
}

.opening_nav li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #ffffff33;
  padding: 0px 0 10px 0;
}

.opening_nav {
  padding-right: 30px;
}

section.contact_section {
  padding-top: 90px;
  padding-bottom: 24px;
}

.features .ftr-icon-box p {
  margin: 0;
}

.nav-droap-link .icofont-caret-down {
  font-size: 13px;
  margin-left: 5px;
}

/* ======services======= */

.service_-apge {
  padding: 84px 0;
}

.service_content_section {
  padding: 32px 0 0 0;
}

.service_list-point {
  background: #f9f9f9;
  padding: 24px;
  margin-bottom: 40px;
}

.service_list-point li {
  list-style: none;
  font-size: 16px;
  padding: 6px 0;
}

.service_list-point ul {
  padding: 0px 0 15px 0;
}

.service_list-point li i {
  font-size: 28px;
  color: #176e92;
  position: relative;
  top: 3px;
}

.service_table_data table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 14px;
}

.service_table_data table th {
  background: #176e92;
  padding: 10px;
  color: #fff;
  border: 1px solid #cdcdcd;
}

.service_img_fream {
  border: 1px solid #ddd;
  padding: 5px;
}

.aboutus .col-md-5:after {
  content: "";
  position: absolute;
  background: #4eae31;
  width: 200px;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 30px;
  left: -10px;
}

.aboutus .col-md-5 img {
  position: relative;
  z-index: 2;
  margin: 0;
}

.banner {
  text-align: right !important;
  /* text-align: center; */
  background: #042b4c;
  color: white;
  font-size: 7px;
  padding-top: 85px;
}

/* services-inner */

.service_inner_head {
  /* margin-top: 100px; */
  padding: 64px 0 100px 0;
  background-image: url("../images/banner-me-loan.jpg");
  text-align: center;
  color: #fff;
  position: relative;
  background-position: bottom;
  background-size: 100%;
}

.service_inner_head .container {
  z-index: 9;
  position: relative;
}

.service_banner_content {
  display: inline-block;
  background: #008fb7;
  padding: 10px 30px;
  border-radius: 10px;
  margin: 12px 0 10px 0;
  font-size: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.service_inner_head:after {
  content: "";
  background: #042b4cbf;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}

.service_banner_content ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

.service_banner_content ul li {
  background-color: #ffffff24;
  margin: 5px;
  padding: 4px 25px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.start_point {
  position: absolute;
  background: #008fb76b;
  padding: 18px 15px;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0;
}

.service_banner_content strong {
  font-size: 20px;
  font-weight: 600;
}

.service_inner_content {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  max-width: 76%;
  margin: 40px auto 20px auto;
  border-top: 6px solid #176e92;
}

.start_point ul {
  display: flex;
  justify-content: center;
}

.start_point ul li {
  padding: 0 15px;
  border-left: 2px solid #488eaf;
  list-style: none;
}

.start_point ul {
  padding: 0;
  margin: 0;
}

.start_point ul li:first-child {
  border: none;
  padding-left: 0;
}

.service_routing {
  padding: 40px 0;
}

.routing_cols {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  height: calc(100% - 15px);
  box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
  margin-bottom: 15px;
}

.routing_arrow img {
  max-width: 54px;
}

.routing_cols h4 {
  font-size: 18px;
}

.routing_cols ul li,
.routing_cols p {
  font-size: 15px;
  color: #7a7a7a;
}

.routing_cols ul {
  padding-left: 1rem;
  padding-top: 10px;
}

.routing_cols.result_cols {
  background: #19346f;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.routing_cols.result_cols h4 {
  font-size: 24px;
}

.routing_cols.result_cols * {
  color: #fff;
}

.start_cols {
  background: #fff;
  width: 32px;
  display: inline-flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #008fb7;
  font-size: 20px;
}

.table-responsive-cstm th {
  background: #1176c1 !important;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #548fbb;
}

.table-responsive-cstm table {
  width: 100%;
  display: table;
}

.table-responsive-cstm td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
}

.table-responsive-cstm tr:nth-child(even) {
  background: #f1f1f1;
}

.table-responsive-cstm tr:nth-child(odd) {
  background: #fff;
}

.permission_value {
  background: #f9f9f9;
  max-width: 540px;
  padding: 20px;
  border-radius: 10px;
}

.permission_value ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.permission_value>strong {
  font-size: 20px;
}

.permission_value li {
  border-bottom: 1px solid #dddd;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.permission_value li:last-child {
  border: none;
}

.service_tabs_contant {
  background: #f1f1f1;
  padding: 20px;
}

.service_tabs_contant strong {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

.service_tabs_contant .nav-tabs {
  margin-bottom: 24px;
  border-bottom: none;
  background-color: #fff;
  padding: 0px 15px;
  flex-wrap: nowrap;
  overflow-x: auto;
  height: auto;
  overflow: hidden;
}

.service_tabs_contant .nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
}

.service_tabs_contant .nav-tabs .nav-link.active {
  color: #176e92;
  background: transparent;
  border: transparent;
  border-bottom: 4px solid #176e92;
}

.img_thumbnail {
  display: flex;
  margin: 24px 0;
}

.img_thumbnail figure {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.service_tabs_contant .service_banner_content {
  background: #fff;
  padding: 10px 20px;
}

.service_tabs_contant .service_banner_content ul {
  justify-content: flex-start;
  margin: 0 -5px;
}

.tab-row {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.tab-left {
  flex: 0 0 200px;
  max-width: 200px;
}

.tab-right {
  flex: 1;
  padding-left: 15px;
}

.table_block_content {
  padding: 20px 0;
}

.feature_point li {
  background: #e5e5e5;
  margin-right: 15px;
  padding: 5px 10px;
  color: #333;
  border-radius: 4px;
}

.feature_point li i {
  margin-right: 5px;
}

.feature_point {
  padding-top: 10px;
}

.faq-inner .card-header {
  padding: 0;
}

.faq-inner .card-header .btn {
  width: 100%;
  text-align: left;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  border-radius: 0;
  height: auto;
}

.faq-inner .card-header .btn:not(.collapsed) {
  background: #1176c1;
  color: #fff;
}

.faq-inner .card-header .btn:not(.collapsed):after {
  background-image: url(../images/up-white.png);
}

.faq-inner .card-header .btn:after {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../images/down.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 20px;
  top: 26px;
}

.text-content {
  margin-bottom: 15px;
}

.Abiolabs_gigure {
  background: #01283f;
  padding: 10px;
}

.Abiolabs_points .icon img {
  max-height: 32px;
}

.Abiolabs_points h4 {
  font-size: 20px;
}

.Abiolabs_points .aboutus-icon-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.Abiolabs_points .aboutus-icon-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1598bb;
  height: 2px;
  width: 84px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  /* padding: 20px; */
  border-radius: 10px;
  /* margin-bottom: 20px; */
  background: #f7f7f7;
}

.blog-list figure {
  flex: 0 0 200px;
  height: 200px;
  max-width: 200px;
  margin: 0;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.blog_caption {
  flex: 1;
  padding-left: 24px;
}

.about_banner,
.banner_content {
  padding-top: 84px;
  margin-bottom: 0;
}

.about_page_who_we_are {
  padding: 54px 0;
}

.history_article_box {
  background: #176e92;
  padding: 24px;
  border-radius: 10px;
}

.what_we_do_about .ftr-icon-box:hover .icon,
.what_we_do_about .ftr-icon-box .icon {
  border: transparent;
  background: transparent;
}

.what_we_do_about .row {
  padding-top: 24px;
}

.liner_light_bg {
  background: linear-gradient(359deg, whitesmoke, #ffffff00);
}

.custom-nav .navbar-nav .dropdown-menu a:active {
  background: #f8f9fa;
  color: #000;
}


.banner_content img {
  width: 100%;
}

p {
  text-align: justify !important;
}

.service-image-border {
  border: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
}

.service-content-border {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
}




/* ====Top Banner component css below=========== */
.banner_bg {
  background-color: #0B94B8;
  /* background-image: url('../../../../assets/images/hero-bg.png'); */
  background-image: url(../images/hero-bg.png);
}

.home-slider .owl-dots {
  bottom: -60px;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url("owl.video.play.png") no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.img-fadeInRight .img-fluid {
  width: 99% !important;
}

.cursor {
  cursor: pointer;
}