body {
  font-family: 'Poppins';
  background-color: #fff;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #131E2BCC;
  line-height: 30px;
   }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
h2{
  font-size: 28px;
}
h4{
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
.top-bar {
  padding: .5rem 0;
  background: #eee; }
  .top-bar a {
    color: #666666; }

    .classed{
      margin-top: -45px;
      margin-left: 58px;
    }
    .about-section-1 {
      padding: 51px 0 0;
  }
    .inputs {
      width: 50%;
      height: 45px;
      background: transparent;
      padding-left: 20px;
      font-size: 15px;
      color: #040E27;
      border: none;
      border: 1px solid #E8E8E8;
      border-radius: 15px;
      border-left: none;
      border-radius: none;
      border-right: none;
      border-top: none;
      border-bottom: none;
  }
  @media (min-width: 320px) and (max-width: 575px){
  .footer{
    padding: 145px 0 0;
  }
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
      .site-navbar .toggle-button {
        position: absolute;
        right: 9px;
    }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: -14px;
        margin-right: 10px;
        padding: -10px 26px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
        .btn-outline-success {
          color: #62AD5E;
          border-color: #62AD5E;
      }
      .about-section{
        padding: 82px 0 0;
      }
      .section-head {
        margin-bottom: 60px;
      }
     
      .item {
        background: #fff;
        text-align: center;
        padding: 16px 25px;
        -webkit-box-shadow: 0 2px 25px rgb(0 0 0 / 10%);
        box-shadow: 5 0px 25px rgb(0 0 0 / 7%);
        border-radius: 4px;
        /* border: 5px solid rgba(0, 0, 0, 0.07); */
        margin-bottom: 30px;
        -webkit-transition: all .5s ease 0;
        transition: all .5s ease 0;
        transition: all 0.5s ease 0s;
        width: 14rem;
    }
    .item  h4{
        font-size: 16px;
        color: #000000;
      }
      .item p{
        color: #000000B3;
        margin-top:40px;
        font-size: 15px;
      }
     
      .quick{
width: 82%;
padding-left: 7px;
      }
      .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgb(255 255 255);
        border-radius: 0.25rem;
    }
    .card-text{
      color: #000000B3;
      font-size: 14px;
    }
    .thumbnail {
	margin-bottom:6px;
  display:flex;
  flex-wrap: wrap;
}

    
.blur {
    transform: scale(0.9);
    opacity: 0.6;
  	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.gallery{
  margin-left: 15px;
    margin-top: 12px;
    color: #000000;
}
.gallery-section{
  padding: 1px 0 0;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.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;
  -ms-touch-action: pan-y;
      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
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          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 img
{
  display: block;
}
.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;
}
.gallery{
  padding: 40px 2px 0;
  margin-left:3px;

}
.client {
  padding: -77px 0 0;
  margin-left: 3px;
}
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.contact-info {
  margin-bottom: 25px;
}
.cities{
  width: 84%;
    padding-right: 15px;
    padding-left:43px;
    margin-right: auto;
    margin-left: auto;
}
.region{
  padding-top: 4.5rem !important;
}
.allergy {
  width: 87%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 38px;
}
.view-all{
  margin-left: 1054px;
    margin-top: -24px;
}
@media only screen and (max-width: 600px){
.view-all {
  margin-left: 286px;
  margin-top: -24px;
}
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #62AD5E;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #131E2B;
}
.contact-info .media-body p {
  color: #414141B3;
}
.contact-sections{
    /* background-color: #007bff; */
    padding: 42px 0 0;
}
.contact-section{
  background-color: #F3F3F3;
 
}
.btn-secondary {
  color: #fff;
  background-color: #62ad5e;
  border-color: #62ad5e;
  border-radius: 19px;
  width: 117px;
}
.map{
  background-color:#ffffff;
    padding: 16px;
    border-radius: 32px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.card .carousel-item {
	min-height: 190px;
}
.card .carousel-caption {
  padding: 1px;
  right: 21px;
  left: 60px;
  top: 3px;
  color: #3d3d3d;
  /* border: 1px solid #ccc; */
  min-height: 151px;
  padding: -18px;
  background-color: #F3F3F3;
  border-radius: 18px;
  width: 482px;
  height: 12px;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}

.card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	color: #fff;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.carousel-control-prev {
	left: 40%;
	top: 110%;
}
.carousel-control-next {
	right: 40%;
	top: 110%;
}
.midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.bg-img {
  background-image: url("../images/slider.jpg");
  min-height:437px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  width: 324px;
  height: 48px;
}
.add {
  position: absolute;
  right: 73px;
  margin: 33px;
  max-width: 364px;
  padding: 16px;
  background-color: white;
  width: 1007px;
  height: 370px;
}
@media (min-width: 320px) and (max-width: 575px) {
.add {
  position: absolute;
  right: -31px;
  margin: 33px;
  max-width: 364px;
  padding: 16px;
  background-color: white;
  width: 1007px;
  height: 370px;
}
}

@media (min-width: 320px) and (max-width: 575px) {
.inpute {
  width: 35%;
  height: 45px;
  background: transparent;
  padding-left: 20px;
  font-size: 15px;
  color: #040E27;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  margin-left: 22px;
  display: none;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.classed-1 {
  margin-top: -45px;
  margin-left: 7px;
  display: none;
}
}
.sign{
  margin-left:109px;
}
.card-body{
  margin-left: -15px;
}
.inputt {
  width: 97%;
    height: 49px;
    background: transparent;
    padding-left: 20px;
    font-size: 15px;
    color: #040E27;
    border: none;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}

.inputes {
  width: 26%;
  height: 45px;
  background: transparent;
  padding-left: 37px;
  font-size: 15px;
  color: #ffffff;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  border-left: none;
  border-radius: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  margin-left: 85px;
}
.verify{
  font-size: 14px;
}
.btn-warning {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  border-radius: 14px;
}
.classed-1 {
  margin-top: -45px;
  margin-left: 7px;
}
.change::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}

.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
.rounded-circle {
  border-radius: 50% !important;
  margin-left: -129px;
  margin-top: 30px;
}
.well {
  margin-left: -109px;
  text-align: initial;
  margin-top: 43px;
}
small, .small {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 600px){
  small, .small {
    font-size: 11px;
    font-weight: 400;
  }
}
.carousel-control-prev {
  left: -2%;
  top: -15%;
}
.carousel-control-next {
  right: -2%;
  top: -14%;
}
.services-box {
  display: inline-block;
  padding: 12px;
  margin-bottom: -63px;
  padding-top: 95px;
  margin-left: -6px;
}
.services-box1 {
  display: inline-block;
  padding: 12px;
  margin-bottom: -63px;
  padding-top: 95px;
  margin-left: -30px;
}
.icon{
  padding: 0px;
  float: left;
  margin-right: 20px;
  padding-bottom:30px
}

.service-content {
  margin-left: 95px;
  margin-top: 25px;
}
.service-content h4{
  font-size: 18px;
  font-weight: 900;
  height: 35px;
}
.services{
  background-color: #CEE8CC;
}
.footer .footer_top {
  padding-top: 49px;
  padding-bottom: 23px;
}
.footer .footer_top .footer_widget .footer_title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer .footer_top .footer_widget ul li {
  color: #424b55;
  font-size: 14px;
  line-height: 42px;
}
.footer .footer_top .footer_widget ul li a {
  color: #FFFFFF;
  font-weight: 400;
}
.Rights {
  color: #FFFFFF99;
  margin-left: 190px;
}
.Policy {
  color: #ced4dab8;
}
.links{
 width: 99%;
}
.Rights-1 {
  color: #FFFFFF99;
}
.text-primary {
  color: #62ad5e !important;
}
@media only screen and (max-width: 600px){
.about{
  width: 336px;
}
}
@media only screen and (max-width: 600px){
.gallery {
  margin-top: 24px;
  color: #000000;
}
}

.belongs{
     margin-left: 66px;
     width: 1063px;
     height: 480px;
}
@media only screen and (max-width: 600px){
.belongs {
 
    margin-left: 6px;
    width: 270px;
    height: 270px;
}
}


@media only screen and (max-width: 600px){
.gallery-1 {
  margin-left: 25px;
  margin-top: 28px;
  color: #000000;
}
}
@media only screen and (max-width: 600px){
.itching{
  text-align: center;
}
}
@media only screen and (max-width: 600px){

.item {
  background: #fff;
  text-align: center;
  padding: 16px 25px;
  -webkit-box-shadow: 0 2px 25px rgb(0 0 0 / 10%);
  box-shadow: 5 0px 25px rgb(0 0 0 / 7%);
  border-radius: 4px;
  /* border: 5px solid rgba(0, 0, 0, 0.07); */
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
  width: 14rem;
  margin-left: 60px;
}
}
.caff{
  position: absolute;
    left: 91px;
    top: 142px;
    z-index: 5;
    color: #ffffff;
}

h1{
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.day {
  margin-top: 75px;
  margin-left: 12px;
}
.btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 18px;
  width: 147px;
}
.clinic {
  background-color: #67a73ebf;
  padding: 11px 0 0;
}
.vl {
  border-left: 1px solid rgb(255 255 255 / 6%);
  height: 108px;
  margin-left: 139px;
  margin-top: -108px;
}
.clinic h5{
color: #FFFFFF;
font-size: 16px;
}
@media only screen and (max-width: 600px){
  .caff {
    position: absolute;
    left: 31px;
    top: 1px;
    z-index: 5;
    color: #ffffff;
    font-size: 23px;
} 
}
@media only screen and (max-width: 600px){
.day {
  margin-top: 18px;
  margin-left: -3px;
}
}
@media only screen and (max-width: 600px){
  h1{
    font-size: 12px;
    line-height: 1.5rem;
  }
}
.health{
  padding: 20px 0 0;
}
@media (min-width: 320px) and (max-width: 575px){
  .rounded-circle {
    border-radius: 50% !important;
    margin-left: -129px;
    margin-top: 30px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.carousel-control-next {
  right: -9%;
  top: -17%;
}
}
@media (min-width: 320px) and (max-width: 575px){
  .carousel-control-prev {
    left: -14%;
    top: -18%;
}
}
.btn-primary {
  color: #fff;
  background-color: #67a73e;
  border-color: #67a73e;
  border-radius: 16px;
  width: 149px;
  margin-top: 23px;
}
.drive-section{
  padding: 51px 0 0;
}
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 156px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
}
.carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial-wrapper {
	padding: 0 10px;
}
.testimonial {
  color: #808080;
  position: relative;
  padding: 6px;
  background: #CEE8CC;
  border: 1px solid #efefef;
  border-radius: 33px;
  margin-bottom: 15px;
  width: 607px;
}

.carousel .star-rating li {
	padding: 0 2px;
}
.carousel .star-rating i {
	font-size: 16px;
	color: #ffdc12;
}
.carousel .overview {
  padding: 4px 0px 3px 12px;
  margin-left: 102px;
  margin-top: -59px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
  /* text-transform: uppercase; */
  color: #131212;
  margin-left: -10px;
  /* margin-top: 70px; */
  font-size: 16px;
}
.carousel .carousel-indicators {
  bottom: -43px;
  right: 3px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 1px 2px;
  box-sizing: border-box;
}
.carousel-indicators li {
  background: #cee8cc;
  border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
	background: #62AD5E;
	border: 5px double;    
}
.drive{
  width: 90%;
}
.about-1{
  width: 490px;
}
@media (min-width: 320px) and (max-width: 575px){
  .about-1{
    width: 260px;
  }
}
.form-control {
  margin: -10px 0 20px;
  position: relative;
}

.input {
	width: 56%;
    height:45px;
    background: transparent;
    padding-left: 20px;
    font-size: 15px;
    color: #040E27;
    border: none;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
}
.days {
  margin-top: 38px;
  margin-left: -4px;
}
.inpute {
	width: 35%;
    height:45px;
    background: transparent;
    padding-left: 20px;
    font-size: 15px;
    color: #040E27;
    border: none;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    margin-left: 22px;
  }
  .caffi {
    position: absolute;
    left: 91px;
    top: 95px;
    z-index: 5;
    color: #ffffff;
}
.send {
  background-color: transparent;
  border: 0;
  border-radius: 15px;
  color: #0d0c0c;
  font-size: 14px;
  height: 43px;
  padding: 13px 25px;
  position: absolute;
  top: 23px;
  right: 487px;
  border: 1px solid #E8E8E8;
  width: 54px;
  border-left: none;
  border-bottom: none;
  border-top: none;
}

.btn1:hover {
  background: #e12726;
  transition-duration: 80ms;
}
.text-light {
  color: #f8f9fac7 !important;
  font-size: 17px;
}
.provider{
  background-color: #3d8e39;
    margin-top: -4px;
}
.patient{
  margin-top: 22px;
}
.patient h5{
  color: #ffffff;
}
.cycle-process{
 width: 1023px;
}
@media (min-width: 320px) and (max-width: 575px){
  .cycle-process{
    width: 323px;
   }
}
.cycle{
  padding: 72px 0 0;
}
  .about-us {
 width:384px;
  }
  .faq-section {
    background: #fdfdfd;
    min-height: 50vh;
    padding: 3vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px solid #e9ecef;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgb(103 167 62 / 38%);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  /* background: #62ad5e; */
  color: #67a73e;
  font-size: 20px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.provider-section{
  background-color: #CEE8CC;
}
.providers{
  width:978px;
}
@media (min-width: 320px) and (max-width: 575px){
.providers {
  width: 242px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.about-us {
  width: 307px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.provider {
  background-color: #3d8e39;
  margin-top: -29px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.Verified{
  text-align:center;
}
}

hr {
  margin-top: 1rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #e9ecef;
}

.tocken {
  margin-left: -167px;
}
.profile-page .profile-header {
  position: relative
}

.profile-page .profile-header .profile-image img {
  border-radius: 50%;
  width: 140px;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.profile-page .profile-header .social-icon a {
  margin: 0 5px
}

.profile-page .profile-sub-header {
  min-height: 60px;
  width: 100%
}

.profile-page .profile-sub-header ul.box-list {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
  background: #eee
}

.profile-page .profile-sub-header ul.box-list li {
  border-right: 1px solid #e0e0e0;
  display: table-cell;
  list-style: none
}

.profile-page .profile-sub-header ul.box-list li:last-child {
  border-right: none
}

.profile-page .profile-sub-header ul.box-list li a {
  display: block;
  padding: 15px 0;
  color: #424242
}
.float-md-right {
  margin-top: 23px;
}  
/* ===== Career ===== */
.career-form {
  background-color: #4e63d7;
  border-radius: 5px;
  padding: 0 16px;
}

.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.career-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.career-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.career-form .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career-form .select-container {
  position: relative;
}

.career-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: '\F2F9';


}

.filter-result .job-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

ul {
  list-style: none; 
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 81px;
  width: 53px;
  background-color: #f0f0f5;
  /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd)); */
  /* background-image: linear-gradient(to right, rgba(78, 99, 231, 0.9) 0%, #5a85dd 100%); */

  color: #070606ab;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: -34px;
}
.myadmin{
  margin-left: 23px;
}
.apply {
  margin-right: 43px;
}
.career-title {
  background-color: #4e63d7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}
.btn-light {
  color: #ffffff;
  background-color: #67a73e;
  border-color: #67a73e;
  width: 154px;
  padding: 6px;
  margin-left: 59px;
}

.job-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .job-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

.job-overview .job-detail ul {
  margin-bottom: 28px;
}

.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.mb-30 {
    margin-bottom: 30px;
}
.myclass {
  background-color: white;
  margin-left: -117px;
  width: 850px;
}
.record {
  background-color: white;
  width: 205px;
  padding: 12px 8px 23px;
  border-left: 6px solid #67a73e;
  margin-left: -7px;
}
.check {
  margin-left: -6px;
}
.job-box .img-holder {
  height: 81px;
  width: 53px;
  background-color: #f0f0f5;
  /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd)); */
  /* background-image: linear-gradient(to right, rgba(78, 99, 231, 0.9) 0%, #5a85dd 100%); */
  color: #070606ab;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: -34px;
}
.job{
  padding: 0px 3px 0px;
  background-color: #67a73e;
}
.medical {
  margin-left: 5px;
}
.book-1 {
  background-color: #F0F0F5;
  width: 1157px;
}
@media (min-width: 320px) and (max-width: 575px){
  .book-1 {
    background-color: #F0F0F5;
    width: 371px;
  } 
}
.social{
  margin-left: -74px;
}

.book-2 {
  background-color: #F0F0F5;
  width: 1338px;
}
.network{
  margin-left: -31px;
}
@media (min-width: 320px) and (max-width: 575px){
  .book-2 {
    background-color: #F0F0F5;
    width: 371px;
  }
  } 

.hr1 {
  margin-top: 1rem;
  margin-bottom: -5rem;
  border: 0;
  border-top: 1px solid #ced4da;
  margin-left: -13px;
  width: 204px;
}
@media (min-width: 320px) and (max-width: 575px){
.myclass {
  background-color: white;
  margin-left: -151px;
  width: 493px;
}
}
@media (min-width: 320px) and (max-width: 575px){
  .job-content{
  
    margin-left: 149px;

  }
}
@media (min-width: 320px) and (max-width: 575px){
.apply {
  margin-left: 123px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.float-md-right {
  margin-top: 19px;
  margin-left: 178px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.deatails{
  
  margin-left: 171px;

}
}
div#services {
  /* background: #f7f6f6; */
  text-align: center;
  padding: 80px;
  overflow: hidden;
  margin-top: -71px;
}
@media only screen and (max-width: 600px){

  div#services {
    /* background: #f7f6f6; */
    text-align: center;
    padding: 7px;
    overflow: hidden;
    margin-top: 4px;
  }
  }
  @media only screen and (max-width: 600px){

  .about-section {
    padding: 51px 0 0;
    text-align: justify;
}
  }
  @media only screen and (max-width: 600px){

  .carousel .carousel-indicators {
    bottom: -28px;
    right: -5px;
}
  }
  @media only screen and (max-width: 600px){

  .across{
    text-align: center;

  }
}
.ServiceInner h2 {
  font-size: 35px;
  color: #000000;
}

.ServiceInner p {
  font-size: 25px;
  padding: 20px;
  color: #313d4a;
  margin-bottom: 20px;
}

div#serviceMainBlock {text-align: center;margin: auto;display: inline-flex;}

.ServiceBox {
  float: left;
  display: inline-block;
  width: 92%;
}

.ServiceBox.web {
  background: #ff9aa24d;
  padding: 30px 10px;
      border-radius: 13px;
}
.dolor{
    color: #212529d1;
}
.fa-chevron-right:before {
  content: "\f054";
  margin-right: 7px;
}
.ServiceBox.web p {
  font-size: 14px;
  padding: -10px;
}
.hyper{
  margin-left: 55px;
}
.hyper-1 {
  margin-left: 31px;
}
.hyper-4 {
  margin-left:8px;
}
.hyper-2 {
  margin-left: 73px !important;
}
.hyper-3 {
  margin-left: 11px !important;
}
.hyper-5 {
  margin-left: 11px !important;
}
.hyper-6 {
  margin-left: -23px !important;
}
.hyper-7 {
  margin-left: 24px !important;
}
.syndrome {
  margin-left: 41px;
}
@media (min-width: 320px) and (max-width: 575px){
.ServiceBox.web {
    background: #ff9aa24d;
    padding: 22px -22px;
    border-radius: 13px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.maxay{
  margin-top: 71px;
  text-align: center;
}
}
@media (min-width: 320px) and (max-width: 575px){
  .maxay-1{
    margin-left: 32px;
    
  }
  }
  @media (min-width: 320px) and (max-width: 575px){
    .services {
      background-color: #CEE8CC;
      height: 1620px;
  }
}
@media (min-width: 320px) and (max-width: 575px){
.about-section-1 {
  padding: 51px 0 0;
  text-align: center;

}
}
@media (min-width: 320px) and (max-width: 575px){
.Rights {
  color: #FFFFFF99;
  margin-left: 23px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.well {
  margin-left: -123px;
  text-align: initial;
  margin-top: 43px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.clinics{
  margin-left: -35px;
}
}
@media (min-width: 320px) and (max-width: 575px){

.caffi {
  position: absolute;
  left: -42px;
  top: 95px;
  z-index: 5;
  color: #ffffff;
  display: none;
}
}
@media (min-width: 320px) and (max-width: 575px){
.footer-section{
margin-top: 165px;
}
}
@media (min-width: 320px) and (max-width: 575px){
.footer .footer_top {
  padding-top: -78px;
  padding-bottom: 23px;
  margin-top: -84px;
}
}
.btn-primarys {
  color: #fff;
  background-color: #8dbd6e;
  border-color: #8dbd6e;
  /* border-radius: 16px; */
  /* width: 149px; */
  margin-top: 23px;
}
.ServiceBox.web h5 {
  color: #000000;
  margin-left: -93px;
}
.consultation-gird-item span {
  color: #174e61;
  font-size: 10px;
  letter-spacing: .2px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 4px;
}
.attack {
  margin-left: -89px;
  margin-top: 19px;
  font-size: 13px;
}
.attack p {
  line-height: 1.5rem;
}
/* Graphic */


.ServiceBox.graphic {
  background: #ecd6d4;
  padding: 30px 10px;
  border-radius: 13px;
}
.ServiceBox.graphic p {
  font-size:14px;
  padding: -10px;
}

.ServiceBox.graphic h5 {
  color: #0f0e0e;
  margin-left: -93px;
}



.ServiceBox.seo {
  background: #e3e7dc;
  padding: 30px 10px;
  border-radius: 13px;
}
.ServiceBox.seo-c {
  background: #d5e5e0;
  padding: 30px 10px;
  border-radius: 13px;
}

.ServiceBox.seo p {
  font-size: 14px;
  padding: -10px;
  margin-left: 29px;
}
.ServiceBox.seo-c p {
  font-size: 14px;
  padding: -10px;
}
.ServiceBox.seo h5 {
  color: #0f0e0e;
  margin-left: -43px;
}
.ServiceBox.seo-c h5 {
  color: #0f0e0e;
  margin-left: -93px;
}
.ServiceBox {
  box-shadow: 4px 4px 20px rgb(0 0 0 / 10%);
  transition-duration: 0.6s;
}

.fa {
  font-size: 10px!important;
}

.ServiceBox.web:hover{
  box-shadow: -3px 3px 15px #00000029;
  cursor: pointer;
}

.ServiceBox.graphic:hover{
  box-shadow: -3px 3px 15px #00000029;
  cursor: pointer;
}
.ServiceBox.seo:hover{
  box-shadow: -3px 3px 15px #00000029;
  cursor: pointer;
}
.ServiceBox.seo-c:hover{
  box-shadow: -3px 3px 15px #00000029;
  cursor: pointer;
}
.ServiceBox p {
  color: #3a3939;
}
.book {
  margin-left: 1px;
}
@media (min-width: 320px) and (max-width: 575px){
  .book{
    margin-left: 14px;
  }
}
@media (min-width: 320px) and (max-width: 575px){
  .pay{
    margin-left: -16px;
  }
}
@media (min-width: 320px) and (max-width: 575px){
  .social {
    margin-left: 17px;

  }
}
@media (min-width: 320px) and (max-width: 575px){
.abouts-section {
  text-align: center;
}
}
#exampleModal.custom {
  .modal-content {
    background: none;
    border: none;
  }
  
  .modal-header {
    border:none;
    
  }
 
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
  .pdf {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee;
}
  .modal-body {
    padding: 0;
    border: none;
    position: relative;
    
    &::before, &::after {
      content: '';
      height: 50px;
      width: 50px;
      display: block;
      position: absolute;
      background: white;
      border-radius: 3px 10px;
      
      @media (min-width: $bootstrap-md) {
        border-radius: 3px 30px;
        height: 100px;
        width: 100px;
      }
    }
    
    &::before {
      top: -5px;
      left: -5px;
      
      @media (min-width: $bootstrap-md) {
        top: -15px;
        left: -15px;
      }
    }
    
    &::after {
      bottom: -5px;
      right: -5px;
      z-index: -1;
      
      @media (min-width: $bootstrap-md) {
        bottom: -15px;
        right: -15px;
      }
    }
  }
  
  .modal-footer {
    border: none;
    margin-top: 60px;
    
    @media (min-width: $bootstrap-lg) {
      margin-top: 40px;
    }
    
    
  .carousel-control-prev, .carousel-control-next {
    font-size: 2em;
    top: auto;
    opacity: 1;
    bottom: -52px;
    
    @media (min-width: $bootstrap-md) {
      top: 0;
      opacity: 0.5;
      bottom: 0;
    }
  }
  
  .carousel-control-next-icon,  .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
  }
  
  .carousel-control-prev {
    @media (min-width: $bootstrap-md) {
      left: -90px;
    }
  }
  
  .carousel-control-next {
    @media (min-width: $bootstrap-md) {
      right: -90px;
    }
  }
  
  .carousel-indicators {
    bottom: -60px;
    
    @media (min-width: $bootstrap-lg) {
      bottom: -30px;
    }
    
    li {
      height: 30px;
      border-radius: 100px;
      background: none;
      border: solid 2px white;
      
      @media (min-width: $bootstrap-lg) {
        height: 10px;
      }
      
      &:hover {
        background: white;
      }
      
      &.active {
        background: white;
      }
    }
  }
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  
  @media (min-width: $bootstrap-sm) {
    margin: 0;
  }
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {

  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */


.switch-wrap {
  text-align: center;
  background-color: #b1fbc1;
  padding: 30px;
  border-radius: 3px;
  margin: 30px 0 0;
  
  @media (min-width: $bootstrap-sm) {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px;
  }
}

.switch-text {
  display: block;
  margin: 0.5em;
  
  @media (min-width: $bootstrap-sm) {
    margin: 0 1em 0 0;
  }
}
