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

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

::-moz-selection {
  color: #fff;
  background: #333;
}

::selection {
  color: #fff;
  background: #333;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

a {
  text-decoration: none !important;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

p,
li {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  letter-spacing: .2px;
  padding: 5px 0;
  color: #0a0a0a;
}

.mbt-3 {
  margin-bottom: 30px;
}

.title {
  font-weight: 800;
  line-height: 37px;
  color: #034;
  font-size: 35px;
  padding: 0 0 0px 0;
  margin: 0;
}

.sppd {
  padding: 2em 0;
}

/* BTN  */
.btn-1 {
  text-decoration: none;
  position: relative;
  padding: 15px 40px;
  transition: all 0.6s ease;
  background-color: #0097cc;
  color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
  -moz-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
  display: inline-block;
}

.btn-1:hover {
  background: #045c7a;
  color: #fff;
}

/* BTN */
.header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  height: auto;
  background-color: transparent;
}

.header.active {
  background: #0097cc;
  -webkit-box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
  -moz-box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
  box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
}

.menu-collapser {
  position: absolute;
  top: 0;
  right: 30px;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button {
  position: absolute;
  right: 0;
  top: 46px;
  width: 40px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button span:nth-of-type(2) {
  width: 30px;
}

.collapse-button span:nth-of-type(3) {
  width: 20px;
}

.collapse-button .icon-bar {
  display: block;
  float: right;
  height: 2px;
  width: 40px;
  position: relative;
  margin: 4px 0;
  background: #ffffff;
  border-radius: 1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.crotate .icon-bar {
  width: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crotate span:nth-of-type(3) {
  width: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}

.crotate span:nth-of-type(2) {
  display: none;
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

ul.slimmenu:before,
ul.slimmenu:after {
  content: '';
  display: table
}

ul.slimmenu:after {
  clear: both
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li>ul {
  position: static;
  display: none
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 40px
}

ul.slimmenu li {
  position: relative;
  display: inline-block;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none
}

ul.slimmenu li ul li {
  width: 100%;
  padding: 0 15px;
  height: 50px;
}

ul.slimmenu li>ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 0 !important;
  min-width: 250px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}

ul.slimmenu li>ul>li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%
}

ul.slimmenu li a {
  padding: 0 20px;
  margin: 0;
  line-height: 35px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: .4px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

ul.slimmenu li:last-child a {
  padding: 0 0 0 20px;
}

ul.slimmenu li ul li a,
ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 20px;
  color: #333;
  padding: 10px 0;
  letter-spacing: .4px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  text-transform: none;
  border-bottom: 1px dotted #e8e8e8;
}

ul.slimmenu li ul li a:before,
ul.slimmenu li ul li a:after {
  display: none;
}

ul.slimmenu li ul li:last-child a {
  border-bottom: 0px solid #fff;
}

ul.slimmenu li ul li a:hover {
  color: #243895;
}

ul.slimmenu li.active a {
  color: #ffcc01;
}

ul.slimmenu li a:hover {
  color: #ffcc01
}

ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 7px;
  top: -36px;
  z-index: 999;
  width: 10px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}

ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

ul.slimmenu li .sub-toggle svg {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 100;
  vertical-align: middle;
}

ul.slimmenu li ul li .sub-toggle svg {
  color: #000;
}

ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}

ul.slimmenu>li {}

ul.slimmenu>li:first-child,
ul.slimmenu>li.has-submenu+li {
  border-left: 0
}

.logo img {
  width: 250px;
}

.yellow-line {
  position: relative;
}

.yellow-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #ffcc01;
  top: 0px;
  left: 0;
}

.home-slider {
  /*padding: 130px 0 140px 0;
  background-color: #fff;
  margin-bottom: 30px;
   background: url(../images/banner-01.png) no-repeat;
  background-position: center; 
  position: inherit;
  background-size: cover;*/
  height: 100vh;
}

.home-slider:after {
  /* position: absolute;
  content: '';
  width: 100%;
  height: 60%;
  left: 0;
  bottom: -32px;
  background: url(../images/shape-1.png) no-repeat;
  background-size: 100% 100%; */
}
.home-slider .carousel-inner{
  height: 100vh;
}
.slide-text {
  /* padding-right: 60px;
  margin-bottom: 10vh; */
}
.home-slider .carousel-item{
  height: 100vh;
}
.home-slider .carousel-caption{
  bottom: 40%;
  width: 50%;
  background-color: #00587bab;
  padding: 2.25rem 1.25rem;
  border-radius: 10px;
}
.home-slider .carousel-caption{
  left: 25%;
  left: 25%;
}
.home-slider .carousel-item img{
  height: 100%;
  object-fit: cover;
}
.home-slider .carousel-caption h5{
  font-size: 40px;
  font-weight: 700;
}
.home-slider .carousel-caption p{
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.slide-text h3 {
  font-size: 19px;
  font-weight: 600;
  color: #31ffff;
  display: inline-block;
  padding: 5px 10px;
  background: url("../images/text-bg.png");
  background-position: 50%;
  background-repeat: repeat;
}

.slide-text h2 {
  font-weight: 600;
  line-height: 60px;
  color: #ffffff;
  font-size: 50px;
}

.slide-text b {
  font-size: 45px;
  color: #ffcc01;
}

.slide-text p {
  color: #ffffff;
  opacity: .75;
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
}

.slide-img img {
  width: 90%;
  -webkit-animation: move1 5s infinite alternate;
  animation: move1 5s infinite alternate;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.slide-text .btn-1 {
  color: #12277a;
  font-weight: 500;
  background: #fff;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 50px;
  width: 40px;
  height: 40px;
  margin-top: -30px;
  background-color: #073545;
  padding: 4px;
  display: none;
}

.home-slider .carousel-control-next {
  left: 70px;
}

.home-slider .carousel-control-prev {
  left: 20px;
}

/*  Appoinment */
.search {
  margin-top: -220px;
  z-index: 95;
  position: relative;
}

.search .form-control {
  position: relative;
  border: none;
}

.search .form-control::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: 0;
  bottom: 0;
  background-color: #0097cc;
}

.search-box {
  border-radius: 10px;
  overflow: hidden;
}

.search .serch-img {
  width: 20px;
}

.search .serch-box {
  padding: 30px;
  border: none;
  background-color: #fff;
}

.serach-btn {
  background-color: #ffcc01;
  border: none;
  color: #fff;
  width: 150px;
  text-align: center;
  justify-content: center;
}

/*  Appoinment End  */

/* About*/
.about {

  position: relative;
  /* background: rgb(237,252,254);
  background: linear-gradient(283deg, rgba(237,252,254,1) 0%, rgba(238,237,255,1) 100%); */
}

.abt-text {
  display: flex;
  align-items: center;
  padding-left: 60px;
}

/*  About */

/* Team */
.team {
  text-align: center;
  position: relative;
  z-index: 0;
  /* background: url(../images/team-bg.png) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed; */
  padding-bottom: 0;
}

.team::before {
  /*position: absolute;
  content: '';
  width: 100%;
  height: 1211px;
  z-index: -8;
  left: 0;
  top: -300px;
  background: url(../images/team-bg.png) no-repeat;
  background-size: 100% 100%;*/
}

.team .owl-carousel {
  padding: 10px 0;
}

.team .team-box {
  padding: 0px;
  border-radius: 0px;
  background-color: #fff;

  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;

  -webkit-box-shadow: 0px 12px 34px -8px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 12px 34px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 12px 34px -8px rgba(0, 0, 0, 0.09);
  background-color: #52c7eb;
}

.team .team-box:hover {
  -webkit-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  -moz-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
}
.team-box{
  position: relative;
}
.item-text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 20px;
}
.team-box::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* background-color: #0000004f; */
  background: rgb(1,0,14);
  background: linear-gradient(0deg, rgba(1,0,14,0.8827906162464986) 24%, rgba(0,212,255,0) 100%);
}
.team-box img {
  margin-bottom: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.team-box:hover img {

}

.team .team-box h4 {
  text-transform: uppercase;
  font-size: 28px;
  color: #f1c40f;
  font-weight: 700;
  margin-bottom: 0;
}
.team .team-box h5 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}

.team .team-box p {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

/*----- -----*/
.team .owl-nav{
  display: none;
}
.team .owl-dots {
  text-align: center;
  margin: 5px 0 0 0;
  padding: 0 15px 0 0;
}
.team  .owl-carousel button.owl-dot.active span {
  opacity: .85;
}
.team .owl-carousel button.owl-dot span {
  background: #1a97ca;
  width: 25px;
  height: 8px;
  display: block;
  border-radius: 5px;
  opacity: .25;
}
.team .owl-carousel button.owl-dot {
  outline: none;
  margin: 0 6px;
  width: 25px;
  height: 8px;
}

/* Team */

/* Vision*/
.vision {
  text-align: center;
  /* background-color: #f5fafd; */
}

.vision-box {
  text-align: center;
  padding: 50px;
  position: relative;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.vision-box::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 250px;
  z-index: -8;
  right: 0;
  top: 15%;
  background-color: #e2e2e2;
  background-size: 100% 100%;
}

.vision-box img {
  margin-bottom: 20px;
  width: 100px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.vision-box:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.vision-box h5 {
  color: #353638;
  font-size: 22px;
  font-weight: 600;
}

.vision-box p {
  text-align: center;
  margin-bottom: 5px;
}

.vision-box a {
  font-weight: 600;
  color: #003d50;
}

.vision-box a:hover {
  color: #0097cc;
}

/* Vision*/

/* Clients */
.client {
  text-align: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide {
  margin-left: 30px;
  overflow: hidden;
}

.slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}

.slick-slide img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.client-slider {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* Clients End */

/* Testimonial */
.reviews {
  background: url("../images/bg1.jpg") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  padding-bottom: 65px;
}
.review-box {
  padding: 55px 0 25px 0;
}
.review-box-in {
  background: #27387e;
  padding: 40px 40px 60px 40px;
  border-radius: 25px 0 25px 0;
  position: relative;
}
.review-box-in svg.fa-quote-left {
  background: #fff;
  width: 60px !important;
  height: 60px;
  color: #1a97ca;
  padding: 19px;
  margin: -70px 0 25px 0;
  display: block;
  border-radius: 7px;
  -webkit-box-shadow: 1px -5px 50px rgb(0 0 0 /10%);
  -moz-box-shadow: 1px -5px 50px rgb(0 0 0 /10%);
  box-shadow: 1px -5px 50px rgb(0 0 0 /10%);
}
.review-box-in svg.fa-quote-right {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 65px;
  color: #fff;
  opacity: .15;
}
.review-box-in p {
  color: #fff;
  line-height: 28px;
}
.review-box-in h4 {
  color: #fff;
  text-align: left;
  padding: 10px 0 0 0;
}
.reviews .owl-dots {
  display: none;
}
.reviews .owl-nav {
  bottom: 0;
  left: auto;
  right: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.reviews .owl-carousel .owl-nav button.owl-next, .reviews .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 35px;
  right: 0;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 5px 0 !important;
  outline: none;
  color: #ffffff;
  border-radius: 5px;
  background: #cbcbcb;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.reviews .owl-carousel .owl-nav button.owl-prev {
  right: 44px;
}
.reviews .owl-carousel .owl-nav button.owl-next:hover, .reviews .owl-carousel .owl-nav button.owl-prev:hover {
  background: #1a97ca;
}
.review-box-in h4{
  font-size: 15px;
  text-align: left;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding: 0 0 7px 0;
  color: #223da7;
}
/* Testimonial */

/*product*/
.product {
  padding-top: 0;
}

.product .title {
  line-height: 60px;
  font-size: 40px;
}

.product-left {
  display: flex;
  align-items: center;
}

.product-left span {
  display: block;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #727171;
}

.product-left span img {
  width: 23px;
  margin-right: 10px;
}

.pro-all {
  padding: 20px;
}

.pro-main {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pro-main:hover {
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
  -moz-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
}

.pro-main img {
  margin-bottom: 20px;
  width: 60px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pro-main:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.pro-main h6 {
  font-size: 25px;
  font-weight: 600;
}

.pro-main p {
  font-weight: 500;
  margin-bottom: 15px;
}

.pro-main a {
  font-weight: 500;
  color: #056e91;
}

/* product */

/*  Service */
.service {
  /* background-color: #f3f5fa; */
  background: url(../images/services-bg.png) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.service h2 {
  line-height: 50px;
}

.ser-right {
  padding-left: 50px;
}

.ser-left {
  padding-right: 80px;
}

.ser-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0px;
  padding: 25px;
  border: 1px solid rgba(204, 204, 204, 0);
}

.ser-box:hover {
  border-radius: 10px;
  border: 1px solid #edecec;
}

.ser-box:hover .ser-img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.ser-img {
  border-radius: 50%;
  height: fit-content;
  padding: 20px;
  margin-right: 30px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.ser-text {}

.ser-text h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.ser-text p {}

.violet {
  background-color: #7c4fcf;
  -webkit-box-shadow: 0px 20px 59px -10px rgba(124, 79, 207, 0.4);
  -moz-box-shadow: 0px 20px 59px -10px rgba(124, 79, 207, 0.4);
  box-shadow: 0px 20px 59px -10px rgba(124, 79, 207, 0.4);
}

.red {
  background-color: #ee2a52;
  -webkit-box-shadow: 0px 20px 59px -10px rgba(238, 42, 82, 0.45);
  -moz-box-shadow: 0px 20px 59px -10px rgba(238, 42, 82, 0.45);
  box-shadow: 0px 20px 59px -10px rgba(238, 42, 82, 0.45);
}

.yellow {
  background-color: #fcc101;
  -webkit-box-shadow: 0px 20px 59px -10px rgba(252, 193, 1, 1);
  -moz-box-shadow: 0px 20px 59px -10px rgba(252, 193, 1, 1);
  box-shadow: 0px 20px 59px -10px rgba(252, 193, 1, 1);
}

.blue {
  background-color: #42daf5;
  -webkit-box-shadow: 0px 20px 59px -10px rgba(66, 218, 245, 1);
  -moz-box-shadow: 0px 20px 59px -10px rgba(66, 218, 245, 1);
  box-shadow: 0px 20px 59px -10px rgba(66, 218, 245, 1);
}

.green {
  background-color: #2fb652;
  -webkit-box-shadow: 0px 20px 59px -10px rgba(47, 182, 82, 1);
  -moz-box-shadow: 0px 20px 59px -10px rgba(47, 182, 82, 1);
  box-shadow: 0px 20px 59px -10px rgba(47, 182, 82, 1);

}

/*  Service */

/* facilities */
.facilities {
  text-align: center;
  background-color: #f4fdfe;
  background: url(../images/facilities-bg.png) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.fac-box {
  padding: 25px;
  border: 1px solid #f7f3f3;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.fac-box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
  -moz-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
}

.fac-img {
  width: 80px;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.fac-img img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.fac-box:hover .fac-img img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.fac-box h4 {
  font-weight: 600;
  color: #4a4a4a;
}

.fac-box p {
  text-align: center;
}

.fac-img a {}

.fac-violet {
  background-color: #dbdaf4;
}

.fac-red {
  background-color: #fcd4dc;
}

.fac-yellow {
  background-color: #fef0d9;
}

.facilities .owl-nav {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.facilities .owl-carousel .owl-nav button.owl-next,
.facilities .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 35px;
  right: 50%;
  margin-right: -40px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 5px 0 !important;
  outline: none;
  color: #000000;
  border-radius: 5px;
  background: #ffffff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.facilities .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  right: auto;
  margin-left: -40px;
}


/*  facilities */

/* Appoinment */
.book-now {
  z-index: 1;
  padding: 30px 0 0 30px;
}

.book-now-in {
  padding: 30px;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
  -moz-box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
  box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
}

.book-now .title {
  font-size: 22px;
  padding: 0 0 25px 0;
}

.book-now input,
.book-now select,
.book-now textarea {
  font-size: 14px;
  text-align: left;
  height: 55px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 4px;
  width: 100%;
  color: #444;
  padding: 10px;
  outline: none;
  margin: 0 0 17px 0;
  border: 2px solid #e9e9e9;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.book-now input:focus,
.book-now select:focus,
.book-now textarea:focus {
  border-color: #b0ebff;
}

.book-now textarea {
  height: 100px;
  max-width: 100%;
  min-height: 100px;
}

.book-now .btn-1 {
  border: none;
}

.book-now:before {
  position: absolute;
  content: '';
  width: 94%;
  height: 94%;
  top: 0;
  right: -30px;
  border-radius: 20px;
  border: 2px solid #0379a3;
  z-index: -1;
}

/* Appoinment */

/*Gallery*/
.gallery {
  padding: 75px 0;
  text-align: center;
}

.gallery-item img {
  cursor: pointer;
}

.gallery .btn-1 {
  margin-top: 30px;
}

/** Below CSS is completely optional **/
.gallery-item {
  width: 200px;
  padding: 5px;
}

.lg-show-in .lg-outer.lg-hide-items .lg-toolbar {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Gallery End */

/*  Career  */
.career {
  text-align: center;
  background-color: #f2f5fa8a;
}

.career-item {
  border: 1px solid #00000014;
  border-radius: 15px;
  padding: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.career-box {}

.career-box span {
  width: 100px;
  height: 100px;
  display: flex;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50%;
  /* border: 1px solid #0097cc; */
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.career-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
  -moz-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  box-shadow: 0px 12px 34px -8px rgb(1 160 226 / 23%);
}

.career-box img {
  width: 45px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.career-item:hover .career-box img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.career-box h4 {
  color: #000;
  font-size: 22px;
}

.career-box p {
  text-align: center;
}

/* Career */

/*  Blog  */
.blog-box {
  text-align: left;
  margin: 20px 0 35px 0;
}

.blog-box .sub-title {
  font-size: 12px;
}

.blog-box .blog-img {
  border-radius: 15px;
  margin: 0 0 20px 0;
}

.blog-box .blog-img img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-box p {
  margin: 0;
  padding: 0 0 5px 0;
}

.blog-box a {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #27387e;
}

.blog-box a:hover {
  color: #0a164a;
}

.blogs .owl-dots {
  display: none;
}

.blogs .owl-nav {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.blogs .owl-carousel .owl-nav button.owl-next,
.blogs .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 35px;
  right: 50%;
  margin-right: -40px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 5px 0 !important;
  outline: none;
  color: #ffffff;
  border-radius: 5px;
  background: #cbcbcb;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.blogs .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  right: auto;
  margin-left: -40px;
}

.blogs .owl-carousel .owl-nav button.owl-next:hover,
.blogs .owl-carousel .owl-nav button.owl-prev:hover {
  background: #27387e;
}

.blog-box h4 {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding: 0 0 7px 0;
  color: #223da7;
}

.blog-box h4 {
  color: #333;
  text-align: left;
}

/*   BLog */

/*  News Letter */
.newsletter {
  background-color: #0097cc;
  border-bottom: 1px solid #ccc;
}

.newsletter h4 {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
}

.newsletter .input-group {
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
  height: 80px;
  padding: 5px;
}

.newsletter .form-control {
  border: none;
}

.newsletter .input-group-text {
  width: 170px;
  justify-content: center;
  border-radius: 40px;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  margin-left: 1px !important;
  background-color: #0097cc;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

/* News Letter */

/* Whats App */
.whats-app {
  position: fixed;
  bottom: 20%;
  z-index: 999;
  width: 60px;
  right: 10px;
}

.wh-img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.wh-img:hover {
  transform: rotate(6.2465rad);
}

.wh-img img {}

/* Whats app End */

/*Footer */
footer {
  padding: 35px 0 0 0;
  background-color: #ffcc01;
  margin-top: 10px;
  /* background: url("../images/fbg.jpg");
  background-size: cover;
  background-position: top left; */
}

footer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 75px;
  left: 0;
  top: 0;
  background: url("../images/fbg.png") no-repeat;
  background-size: 100% 100%;
}

.f-box {}

.f-box h4 {
  text-align: left;
  font-size: 16px;
  padding: 0 0 15px 0;
}

.f-box p {
  opacity: .8;
  padding: 0 0 10px 0;
}

.f-box p a,
.f-box p a:hover {
  color: #000;
}

.f-box ul {
  margin: 0;
  padding: 0;
}

.f-box ul li {
  list-style: none;
  padding: 0;
}

.f-box ul li a {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  margin: 0;
  letter-spacing: .2px;
  color: #6868689e;
  opacity: 1;
}

.f-box ul li a :hover {
  color: #222582;
}

.q-link ul li a {
  color: #000000b8 !important;
}

.social {
  margin: 0;
  padding: 0;
}

.social ul {
  margin: 0;
  padding: 5px 0 0 0;
}

.social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

.social li a {
  width: 35px;
  height: 35px;
  margin: 0;
  opacity: .5;
  padding: 0;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background: #ffffff;
  border-radius: 25px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.social li a:hover {
  color: #383ad7;
  background: #ffffff;
  opacity: 1;
}

.fcopy {
  border-top: 1px solid #00000047;
  margin: 20px 0 0 0;
}

.fcopy p {
  color: #ffff;
  opacity: .8;
  padding: 5px 0;
  margin: 0;
  font-size: 10px;
}

.to-top {
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 15px;
  display: none;
}

.to-top a.back-to-top {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: auto;
  line-height: 35px;
  border-radius: 5px;
  background: #0097cc;
  opacity: 0.5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.to-top a.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
  line-height: 40px;
}

.inner-header .breadcrumb-item a,
.inner-header .breadcrumb-item+.breadcrumb-item::before {
  color: rgb(0, 0, 0);
}

.inner-header .breadcrumb-item.active {
  color: #0977a9;
}

.inner-header .breadcrumb-item {
  width: auto;
}

.inner-page-banner {
  /* background: url(../images/inner-page-banner.jpg) no-repeat; */
  background-position: center;
  position: inherit;
  background-size: cover;
}

.inner-page {
  padding: 75px 0 50px;
}

.inner-page .title {
  margin-bottom: 20px;
}

.inner-page .book-now .title,
.inner-page .reviews .title {
  font-size: 17px;
  line-height: 24px;
  padding: 0 0 15px 0;
  text-align: center;
  font-weight: 600;
}

.inner-page .reviews .owl-carousel .owl-nav button.owl-next,
.inner-page .reviews .owl-carousel .owl-nav button.owl-prev {
  right: 50%;
  margin-right: -40px;
}

.inner-page .reviews .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  right: auto;
  margin-left: 208px
}

.inner-page .reviews .review-box {
  padding: 23px 0 25px 0;
}

.inner-img {
  width: 300px;
}

.inner-right .inner-right .owl-dots {
  display: none;
}

.inner-right .owl-nav {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.inner-right .owl-carousel .owl-nav button.owl-next,
.inner-right .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 35px;
  right: 50%;
  margin-right: -40px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 5px 0 !important;
  outline: none;
  color: #ffffff;
  border-radius: 5px;
  background: #cbcbcb;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.inner-right .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  right: auto;
  margin-left: -40px;
}

.inner-right .owl-carousel .owl-nav button.owl-next:hover,
.inner-right .owl-carousel .owl-nav button.owl-prev:hover {
  background: #27387e;
}

.yellow-new {
  background-color: #ffcc01;
  color: #000 !important;
}

.yellow-new p {
  color: royalblue;
}

.inner-header-menu {
  position: absolute;
}

.inner-page-head {
  height: 30vh;
  background: url(../images/inner-page-banner.jpg) no-repeat;
  background-position: center;
  position: inherit;
  background-size: cover;
}

/* Loader */

/*--- back To Top Start*/
#button {
  display: flex;
  background-color: #1a97ca;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  align-items: center;
}
#button::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
  padding: 10px;
}

/*-- Back to Top End*/

:root {
  --spinner-size: 150px;
  /* change the size of the spinner */
  --loading-screen-background: #ffffff;
  /* change the background color of the loading screen */
  --font-family: 'Red Hat Display', sans-serif;
  /* change the font used for the bottom text of the loading screen */
  --text-color: white;
  /* change the color used for the bottom text of the loading screen */
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-screen {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 500;
  cursor: none;
  height: 100vh;
  width: 100vw;
}

.spinner {
  width: var(--spinner-size, 64px) !important;
  height: var(--spinner-size, 64px) !important;
  background: linear-gradient(180deg, #00a0e3 0%, #c3c3c3 25%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin 2s cubic-bezier(.52, .1, .27, .87) infinite;
  position: relative;
}

.spinner::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: var(--loading-screen-background, #1C1C1C);
  z-index: 01;
}

.spinner-container img {
  height: calc(var(--spinner-size, 64px) / 100 * 75);
  width: calc(var(--spinner-size, 64px) / 100 * 75);
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  z-index: 02;
  object-position: center;
}

.loading-screen p {
  font-family: var(--font-family, sans-serif);
  color: var(--text-color, white);
  opacity: .5;
  font-weight: 300;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Loader End */

/* My Team  */
.team-all {
  padding: 10px;
}

.team-all .team-box {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 12px 34px -8px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 12px 34px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 12px 34px -8px rgb(0 0 0 / 9%);
}

.team-all p {
  text-align: center;
}

.team-all .team-box h4 {
  font-size: 22px;
  color: #03526e;
  font-weight: 500;
}

.tem-bg {
  background-color: #fcfcfc;
}

/* My Team End */

/* Inner Gallery */
:root {
  --body-font: "Montserrat", sans-serif;
  --big-font-size: 6.25rem;
  --h2-font-size: 1.25rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
}

section.res__gallery {
  padding: 5px;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto;
}

section.res__gallery ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

section.res__gallery ul li {
  list-style: none;
  background: #2997c869;
  color: #fff;
  font-size: 15px;
  padding: 5px 8px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
  transition: 0.5s;
}

section.res__gallery ul li.active {
  background: #2997c8;
  color: #fff;
}

section.res__gallery ul li:hover {
  background: #2997c8;
  transition: 0.5s;
}

.product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

.product .itembox {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 5px;
  display: block;
}

.product .itembox.hide {
  display: none;
}

.product .itembox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

/* Inner Gallery End */
/* testimonials */



.inner-page .reviews .review-box {
  padding: 0px 0 25px 0;
}
.inner-img {
  width: 300px;
}
.form-inner{
  padding: 35px;
  border-radius: 10px;
}
.review-box-in {
  background-color: #0097cc;
  padding: 40px 40px 45px 40px;
  border-radius: 25px 0 25px 0;
  position: relative;
  color: #ffffff;
}
.review-box-in p{
  color: #ffffff;
}
.review-box-in h4{
color: #fff;
}

/* career */
.career-inner p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  letter-spacing: .4px;
  padding: 5px 0;
  color: #666;
}

.career-inner ul li {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  letter-spacing: .4px;
  color: #666;
}

.career-inner .accordion-button:not(.collapsed) {
  background-color: #0097cc;
  color: #fff;
}

.career-inner .accordion-button:not(.collapsed)::after {
  background-image: url('../images/career.svg');
}

.career-inner .btn-1 {
  margin: 20px 0;
}

/* career End */

/*  Product Listing */
.pro-all .pro-box {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 12px 34px -8px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 12px 34px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 12px 34px -8px rgba(0, 0, 0, 0.09);
}

.pro-all .pro-box:hover {
  -webkit-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  -moz-box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);
  box-shadow: 0px 12px 34px -8px rgba(1, 160, 226, 0.23);

}

.pro-box img {
  margin-bottom: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pro-box:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.pro-all .pro-box h4 {
  font-size: 20px;
  color: #03526e;
  font-weight: 500;
}

.pro-all .pro-box p {
  text-align: left;
  margin-bottom: 20px;
  color: #000;
}

.modal-img {
  text-align: center;
  padding: 20px;
  border: 1px solid #cccccc6e;
  border-radius: 10px;
}

.modal-img img {}

/*  Product Listing End */

@media only screen and (max-width: 1200px) {
  .logo img {
    width: 100%;
  }

  ul.slimmenu li a {
    padding: 0 16px;
    font-size: 13px;
    letter-spacing: 0;
  }

  ul.slimmenu li:last-child a {
    padding: 0 0 0 16px;
  }

  .slide-text h2 {
    line-height: 33px;
    font-size: 26px;
  }

  .slide-text h3 {
    font-size: 15px;
  }

  .home-slider .carousel-control-next,
  .home-slider .carousel-control-prev {
    bottom: 0;
  }

  .home-slider:after {
    height: 80px;
  }

  .about {
    padding: 55px 0;
  }

  .services {
    padding: 0 0 25px 0;
  }

  .appointment {
    padding: 0 0 55px 0;
  }

  .social li {
    margin: 0 4px 0 0;
  }

  .facilities,
  .reviews {
    padding: 55px 0;
  }

  .inner-right .owl-nav {
    bottom: 50px;
  }

  .title-sub {
    text-align: center;
  }

  .reviews-new {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .home {
    padding: 20px 15px;
  }

  .home .container {
    max-width: inherit !important;
    width: 100%;
  }

  .logo img {
    width: 270px;
  }

  ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }

  .crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }

  .crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
  }

  .crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
  }

  ul.slimmenu li a {
    padding: 7px 0;
    line-height: 26px;
    letter-spacing: .4px;
    font-weight: 500;
    font-size: 13px;
    color: #333;
  }

  ul.slimmenu li .sub-toggle svg {
    color: rgb(0, 0, 0);
  }

  ul.slimmenu li .sub-toggle {
    width: 25px;
    color: rgb(0, 0, 0);
  }

  ul.slimmenu li>ul {
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  ul.slimmenu li:last-child a {
    padding: 0;
  }

  ul.slimmenu li .sub-toggle {
    right: 0;
    margin-top: 40px;
  }

  ul.slimmenu li .sub-toggle svg {
    font-size: 11px;
  }

  .slide-img img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }

  .slide-text {
    padding-right: 0;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0;
  }

  .slide-text p {
    text-align: center;
  }

  .f-box h4,
  .f-box p,
  .f-box ul li {
    text-align: center;
  }

  footer:before {
    height: 45px;
  }

  footer {
    padding: 80px 0 0 0;
  }
  .reviews .owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    right: auto;
    margin-left: -40px;
  }
  .reviews .owl-carousel .owl-nav button.owl-next, .reviews .owl-carousel .owl-nav button.owl-prev{
    right: 50%;
    margin-right: -40px;
  }

}

@media only screen and (max-width: 768px) {
  .search {
    margin-top: 50px;
  }

  .home-slider .carousel-control-prev {
    left: 40%;
  }

  .home-slider .carousel-control-next {
    left: 50%;
  }

  .abt-text {
    padding: 20px;
  }

  .abt-img {
    width: 79%;
  }

  .ser-right {
    padding: 20px;
  }

  .ser-box {
    padding: 5px;
  }

  .service h2 {
    text-align: center;
  }

  .ser-p {
    text-align: center;
  }

  .product .title {
    text-align: center;
  }

  .product-left {
    text-align: center;
  }

  .newsletter h4 {
    text-align: center;
    margin-bottom: 20px
  }

  .field {
    margin: 0 auto;
  }

  .f-box {
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 576px) {
  .title {
    line-height: 40px;
    font-size: 25px;
  }

  .home {
    padding: 20px 0;
  }

  .logo img {
    width: 230px;
  }

  .menu-collapser {
    right: 15px;
  }

  ul.slimmenu.collapsed li {
    text-align: left;
    padding-left: 10px;
  }

  .collapse-button {
    top: 38px;
  }

  .slide-img img {
    width: 90%;
    margin-top: 35px;
  }

  .slide-text h3 {
    font-size: 13px;
  }

  .slide-text h2 {
    line-height: 26px;
    font-size: 18px;
  }

  .sppd {
    padding: 2em 0 1em;
  }

  p,
  li {
    font-size: 13px;
    line-height: 25px;
    width: 100%;
    text-align: center;
  }

  .btn-1 {
    font-size: 15px;
    line-height: 32px;
    padding: 5px 30px;
  }

  .home-slider:after {
    height: 50px;
  }

  .home-slider {
    padding: 0px 0 20px;
    height: 100vh;
  }
  .home-slider .carousel-inner{
    height: 100vh;
  }
  .home-slider .carousel-item{
    height: 100vh;
  }
  .home-slider .carousel-caption{
    bottom: 35%;
    width: 80%;
    left: 10%;
    padding: 35px 0;
  }
  .home-slider .carousel-caption h5{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
  }
  .home-slider .carousel-caption p{
    font-size: 16px;
  }

  .search {
    margin-top: 40px;
  }

  .search .serch-box {
    padding: 15px;
  }

  .serach-btn {
    width: 86px;
  }

  .home-slider .carousel-control-prev {
    left: 35%;
  }

  .home-slider .carousel-control-next {
    left: 50%;
  }

  .slide-text p {
    font-size: 16px;
  }

  .search .form-control {
    font-size: 13px;
  }

  .serach-btn {
    font-size: 13px;
  }

  .abt-img {
    margin-bottom: 20px;
  }

  .abt-text {
    padding: 20px;
    text-align: center;
  }

  .team::before {
    display: none;
  }

  .team .owl-carousel .owl-item {
    padding: 15px 15px 0;
  }

  .team .owl-carousel {
    padding-bottom: 0;
  }

  .vision {
    padding: 0em 20px;
  }

  .vision-box {
    padding: 10px;
  }

  .vision-box::after {
    display: none;
  }

  .client {
    padding: 3em 20px 0;
  }

  .ser-right {
    padding: 20px;
    text-align: center;
  }

  .ser-box {
    display: block;
    padding: 15px;
    margin-bottom: 0px;
  }

  .ser-img {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .book-now {
    padding: 10px;
  }

  .book-now:before {
    display: none;
  }

  .product .title {
    text-align: center;
    font-size: 25px;
    line-height: 40px;
  }

  .product-left {
    text-align: center;
  }

  .product-left span {
    margin-left: 20px;
    text-align: left;
  }

  .pro-all {
    padding-bottom: 0;
  }

  .pro-main {
    text-align: center;
    padding: 15px;
  }

  .pro-main h6 {
    font-size: 20px;
  }

  .facilities .owl-carousel .owl-nav button.owl-next,
  .facilities .owl-carousel .owl-nav button.owl-prev {
    margin-top: -35px;
  }

  .fac-box {
    padding: 15px;
  }

  .fac-box h4 {
    font-size: 20px;
  }

  .blogs {
    padding: 20px 20px 70px;
  }

  .blog-box p {
    text-align: left;
  }

  .newsletter h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
  }

  .newsletter .input-group {
    height: 50px;
  }

  .newsletter .input-group-text {
    width: 120px;
    font-size: 13px;
    font-weight: 400;
  }

  .newsletter .field {
    margin: 15px auto 0;
  }

  footer {
    padding: 60px 0 0 0;
  }

  footer:before {
    height: 30px;
  }

  .fcopy p {
    font-size: 12px;
  }

  .fcopy {
    margin: 20px 0 0 0;
  }

  .social ul {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 20px auto 20px;
  }

  .f-box {
    margin-bottom: 30px;
  }

  .f-box ul li a {
    font-size: 13px;
  }

  .crotate {
    top: 20px;
  }

  .inner-page .title {
    text-align: center;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    width: 300px;
  }

  .inner-page {
    padding: 20px 10px 0px 10px;
  }

  .inner-img {
    width: 100%;
    float: none !important;
    margin: 15px 0 !important;
  }

  .gallery {
    padding: 25px 0 50px;
  }

  .gallery-container {
    display: -webkit-box !important;
    overflow: scroll;
  }

  .gallery-container::-webkit-scrollbar {
    display: none;
  }

  section.res__gallery {
    margin-top: 0;
  }

  .gallery-item {
    width: 115px;
    padding: 5px;
    display: block;
    float: left;
  }

  .gallery-item img {
    margin-bottom: 20px;
  }

  section.res__gallery ul {
    padding: 0;
  }

  .whats-app {
    width: 45px;
  }

  .gallery {
    padding: 25px 0 50px;
  }

  .gallery-container {
    display: -webkit-box !important;
    overflow: scroll;
  }

  .gallery-container::-webkit-scrollbar {
    display: none;
  }

  section.res__gallery {
    margin-top: 0;
  }

  section.res__gallery ul li {
    width: fit-content;
    padding: 5px 9px;
  }

  .gallery-item {
    width: 115px;
    padding: 5px;
    display: block;
    float: left;
  }

  .gallery-item img {
    margin-bottom: 20px;
  }

  section.res__gallery ul {
    padding: 0;
  }

  .product .itembox {
    width: 135px;
    height: 135px;
  }
  /*--- time line--*/
  /* section#timeline article div.inner{
    width: 100%;
    margin: 80px 0 0 0;
  }
  section#timeline article div.inner h2:after{
    background: #0097cc;
    top: -5px;
    right: 48%;
  } */
  .inner-page section#timeline article div.inner{
    width: 100%;
    margin: 80px 0 0 0;
  }
  .inner-page section#timeline article div.inner h2:after{
    background: #0097cc;
    top: -5px;
    right: 49%;
    left: 49% !important;
  }
  .inner-page section#timeline article:nth-child(2) div.inner h2:after{
    left: 50%;
  }
}