@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto&family=Sora:wght@100..800&display=swap");
body {
  font-family: "Sora", serif;
  color: #595959;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.smll {
  font-size: 14px;
  margin-bottom: 25px;
}

.more {
  line-height: 15px;
  font-size: 15px;
  padding: 21px 38px 18px 38px;
  border-radius: 40px;
  color: #fff;
  border: 2px solid transparent;
  background: #653d86;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
@media (max-width: 1000px) {
  .more {
    padding: 13px 14px 11px 14px !important;
    font-size: 12px;
  }
}
.more:hover {
  background: #007c8f;
  color: #fff;
}
.more.transparent {
  background: transparent;
  border: 2px solid #653d86 !important;
  color: #653d86;
}
.more.transparent:hover {
  color: #fff;
  border: 2px solid transparent;
  background: #653d86;
}
.more.white {
  background: #fff;
  border: none;
  color: #007c8f;
}
.more.white:hover {
  border: none !important;
  background: #653d86;
  color: #fff;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

#loader {
  position: fixed;
  z-index: 99999999999;
  background: #ffffff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 800ms;
  -webkit-transition: 800ms;
  -o-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transition: 800ms;
}
#loader img {
  max-width: 200px;
}
#loader.hide {
  opacity: 1;
  z-index: -999;
  bottom: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", serif;
  font-weight: normal;
}

h1 {
  padding: 0 0 25px 0;
  font-family: "Sora", serif;
  font-size: 50px;
  font-weight: 400;
}

h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

a,
a:hover,
a:focus,
button {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 16px;
  line-height: 30px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}

.blue_text_gradient {
  background: linear-gradient(90deg, #00b9c1 10.67%, #007c8f 88.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.violet_text_gradient {
  background: linear-gradient(90deg, #6561c2 10.67%, #39264f 88.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #021b3b;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #111111;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cbe6ff;
}

a.float_btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #007c8f;
  padding: 5px 15px 5px 5px;
  border-radius: 50px;
  z-index: 9999;
}
a.float_btn i {
  float: left;
  color: #fff;
  font-size: 18px;
  background: #595959;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 10px;
}
a.float_btn div {
  float: left;
}
a.float_btn div span {
  display: block;
  line-height: 18px;
}
a.float_btn div span.big {
  color: #595959;
  font-size: 15px;
  margin-top: 3px;
  font-weight: 600;
}
a.float_btn div span.small {
  color: #3b3935;
  font-size: 12px;
}
a.float_btn:hover {
  background: #fff;
}
a.float_btn:hover div span.big {
  color: #595959;
}
a.float_btn:hover div span.small {
  color: #595959;
}

.pops .modal-dialog {
  width: 90%;
  max-width: 700px;
}
.pops .modal-dialog .modal-body {
  position: relative;
}
.pops .modal-dialog .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.pops .modal-dialog .modal-content {
  background: #f0f0f0;
  border-radius: 27px;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}
section .container-fluid {
  width: 100%;
}
section .container-fluid .row {
  max-width: 1300px;
  margin: 0 auto;
}

.hyp_lnnk {
  position: relative;
  top: -100px;
}

.header {
  padding: 5px 0 5px 0;
  z-index: 9;
  top: 15px;
  background: transparent;
  position: relative;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 0 0 15px transparent;
  z-index: 999;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.header.on-scroll, .header.white_bg {
  background: #fff;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
}
.header.on-scroll nav .wrapper ul.nav-links li, .header.white_bg nav .wrapper ul.nav-links li {
  margin-left: 10px;
}
.header.on-scroll nav .wrapper ul.nav-links li a, .header.white_bg nav .wrapper ul.nav-links li a {
  color: #222222;
  text-shadow: 0 0 15px rgba(0, 12, 12, 0);
}
.header.on-scroll nav .wrapper ul.nav-links li a.book, .header.white_bg nav .wrapper ul.nav-links li a.book {
  color: #fff !important;
}
@media (max-width: 970px) {
  .header.on-scroll nav .wrapper ul.nav-links li a.book, .header.white_bg nav .wrapper ul.nav-links li a.book {
    color: #fff !important;
  }
}
.header.on-scroll nav .wrapper ul.nav-links li a.book:hover, .header.white_bg nav .wrapper ul.nav-links li a.book:hover {
  background: #007c8f;
  color: #fff;
}
@media (max-width: 970px) {
  .header.on-scroll nav .wrapper ul.nav-links li a.book:hover, .header.white_bg nav .wrapper ul.nav-links li a.book:hover {
    color: #000 !important;
  }
}
.header.on-scroll nav .wrapper ul.nav-links li.lang a, .header.white_bg nav .wrapper ul.nav-links li.lang a {
  color: #fff;
}
.header.on-scroll nav .wrapper ul.nav-links li.lang a:hover, .header.white_bg nav .wrapper ul.nav-links li.lang a:hover {
  color: #ffffff;
}
.header.on-scroll nav .wrapper ul.nav-links li.lang .drop-menu li a, .header.white_bg nav .wrapper ul.nav-links li.lang .drop-menu li a {
  color: #fff;
}
.header nav .wrapper .logo img {
  width: 100%;
  max-width: 220px;
}
@media (max-width: 990px) {
  .header nav .wrapper .logo img {
    background: #fff;
    padding: 10px;
    border-radius: 11px;
  }
}
@media (max-width: 600px) {
  .header nav .wrapper .logo img {
    max-width: 150px;
  }
}
.header nav .wrapper ul.nav-links li {
  margin-left: 10px;
}
.header nav .wrapper ul.nav-links li a {
  color: #fff;
  text-shadow: 0 0 15px #000c0c;
  border-radius: 25px;
}
@media (max-width: 970px) {
  .header nav .wrapper ul.nav-links li a {
    text-shadow: none;
  }
}
.header nav .wrapper ul.nav-links li a:hover {
  background: #007c8f;
  color: #fff;
}
.header nav .wrapper ul.nav-links li a.book {
  border-radius: 30px;
  padding: 20px 30px;
  background: #653d86;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  font-size: 14px;
}
@media (max-width: 970px) {
  .header nav .wrapper ul.nav-links li a.book {
    color: #fff !important;
    font-size: 12px;
    text-transform: capitalize;
  }
}
.header nav .wrapper ul.nav-links li a.book:hover {
  background: #007c8f;
  color: #fff;
}
@media (max-width: 970px) {
  .header nav .wrapper ul.nav-links li a.book:hover {
    background: transparent;
    color: #000 !important;
  }
}
.header nav .wrapper ul.nav-links li a.language {
  padding: 20px 16px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1000px) {
  .header nav .wrapper ul.nav-links li a.language {
    padding: 13px 8px !important;
    width: 44px;
    height: 44px;
  }
}
.header nav .wrapper ul.nav-links li a.language::before {
  position: absolute;
  right: 8px;
  top: 25px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1000px) {
  .header nav .wrapper ul.nav-links li a.language::before {
    position: absolute;
    right: 1px;
    top: 20px;
  }
}
@media (max-width: 970px) {
  .header nav .wrapper ul.nav-links li a.language {
    color: #000 !important;
  }
}
@media (max-width: 970px) {
  .header nav .wrapper ul.nav-links li a {
    color: #000 !important;
  }
}
.header nav .wrapper ul.nav-links li.lang .drop-menu {
  background: #007c8f;
  border: none;
  width: 46px;
  box-shadow: none;
  margin: 7px;
  padding: 0;
  border-radius: 50%;
}
.header nav .wrapper ul.nav-links li.lang .drop-menu li {
  margin-left: 0;
}
.header nav .wrapper ul.nav-links li.lang .drop-menu li a {
  color: #fff !important;
  padding: 0;
  padding: 0 13px;
}

.banner {
  padding: 0;
}
@media (max-width: 630px) {
  .banner .flexslider .slides li {
    padding-top: 45px;
    background: #179cab;
  }
}
.banner .flexslider .slides li .img_wrap {
  width: auto;
  position: relative;
  float: right;
}
@media (max-width: 1500px) {
  .banner .flexslider .slides li .img_wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .banner .flexslider .slides li .img_wrap {
    width: 100%;
    padding-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .banner .flexslider .slides li .img_wrap {
    padding-bottom: 0px;
  }
}
.banner .flexslider .slides li .img_wrap img.banner_img {
  transform: translate(0%, 0%) !important;
  float: right;
  max-height: 889px;
}
@media (max-width: 1500px) {
  .banner .flexslider .slides li .img_wrap img.banner_img {
    width: 100%;
  }
}
.banner .flexslider .slides li .img_wrap img.banner_img.mob {
  display: none;
}
@media (max-width: 1250px) {
  .banner .flexslider .slides li .img_wrap img.banner_img.mob {
    display: block;
  }
}
.banner .flexslider .slides li .img_wrap img.banner_img.pc {
  display: block;
}
@media (max-width: 1250px) {
  .banner .flexslider .slides li .img_wrap img.banner_img.pc {
    display: none;
  }
}
.banner .flexslider .slides li .img_wrap img.banner_shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(../images/banner_shape.svg) 100% no-repeat;
  z-index: 9;
  width: auto;
  background-size: auto 100%;
  transform: translate(0%, 0%) !important;
}
@media (max-width: 991px) {
  .banner .flexslider .slides li .img_wrap img.banner_shape {
    display: none;
  }
}
@media (max-width: 990px) {
  .banner .flexslider .slides li .meta {
    text-align: center;
  }
}
.banner .flexslider .slides li .meta h1,
.banner .flexslider .slides li .meta h2 {
  background: linear-gradient(90deg, #00b9c1 10.67%, #007c8f 88.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  float: left;
  width: 100%;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .banner .flexslider .slides li .meta h1,
  .banner .flexslider .slides li .meta h2 {
    font-size: 40px;
  }
}
@media (max-width: 990px) {
  .banner .flexslider .slides li .meta h1,
  .banner .flexslider .slides li .meta h2 {
    padding-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner .flexslider .slides li .meta h1,
  .banner .flexslider .slides li .meta h2 {
    font-size: 28px;
  }
}
.banner .flexslider .slides li .meta h1 span,
.banner .flexslider .slides li .meta h2 span {
  display: block;
  float: left;
  background: linear-gradient(90deg, #00b9c1 10.67%, #007c8f 88.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100;
}
@media (max-width: 990px) {
  .banner .flexslider .slides li .meta h1 span,
  .banner .flexslider .slides li .meta h2 span {
    text-align: center;
    float: none;
  }
}
.banner .flexslider .slides li .meta p {
  color: #000;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 20px;
  display: block;
  float: left;
}
@media (max-width: 1200px) {
  .banner .flexslider .slides li .meta p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .banner .flexslider .slides li .meta p {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
}
.banner .flexslider .slides li .meta a {
  display: inline-block;
}
@media (max-width: 1400px) {
  .banner .flexslider .flex-direction-nav {
    display: inline-flex;
    left: 0;
  }
}
@media (max-width: 1100px) {
  .banner .flexslider .flex-direction-nav {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .banner .flexslider .flex-direction-nav {
    display: flex !important;
    left: 0;
    right: 0;
    top: 33%;
    justify-content: space-between;
  }
}
@media (max-width: 450px) {
  .banner .flexslider .flex-direction-nav {
    top: 26%;
  }
}

.perspective {
  position: relative;
  height: 350px;
  width: 350px;
  margin-left: 60px;
  border: 1px solid blue;
  perspective: 100px;
}
.perspective h1 {
  padding: 50px;
  position: absolute;
  border: 1px solid black;
  background: rgba(100, 100, 100, 0.5);
  transform-style: preserve-3d;
  transform: rotateX(45deg);
}

.scroll_divs {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  overscroll-behavior: none;
}
.scroll_divs .panel {
  min-width: 100vw;
  text-align: center;
  font-size: 28px;
  height: 100vh;
  padding-top: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.scroll_divs .panel:nth-child(odd) {
  background-color: black;
  color: white;
}
.scroll_divs .panel:nth-child(even) {
  background-color: red;
  color: white;
}
.scroll_divs #section-2 .panel:first-child {
  background: purple;
}
.scroll_divs nav {
  margin: 10px;
  position: fixed;
  bottom: 10px;
}
.scroll_divs button {
  cursor: pointer;
}
.scroll_divs ul {
  height: -moz-fit-content;
  height: fit-content;
}
.scroll_divs li {
  height: 100px;
}

.services_section {
  text-align: center;
}
.services_section h3 {
  margin-bottom: 20px;
}
.services_section .owl-Services .item .wrap .w {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.services_section .owl-Services .item .wrap .w::before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  content: "";
  background: url(../images/img_top_shape.svg) center no-repeat;
  z-index: 9;
  background-size: contain;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.services_section .owl-Services .item .wrap .w img {
  width: 100%;
  border-radius: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.services_section .owl-Services .item .wrap .img_w {
  position: relative;
}
.services_section .owl-Services .item .wrap .img_w .ico_wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -29px;
  left: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 50%;
  z-index: 99;
  border: 2px solid transparent;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.services_section .owl-Services .item .wrap .img_w .ico_wrap img {
  max-width: 42px;
  border-radius: 0px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.services_section .owl-Services .item .wrap .txt_wrap {
  background: #e7f7f8;
  width: 100%;
  border-radius: 20px;
  margin-top: 15px;
  padding: 40px 25px 25px 25px;
  text-align: left;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.services_section .owl-Services .item .wrap .txt_wrap h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.services_section .owl-Services .item .wrap .txt_wrap h5 .sml {
  font-size: 18px;
}
.services_section .owl-Services .item .wrap .txt_wrap a {
  font-weight: 400;
  color: #007a8d;
  display: flex;
}
.services_section .owl-Services .item .wrap .txt_wrap a img {
  width: 23px;
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.services_section .owl-Services .item .wrap .txt_wrap a.book_appo:hover {
  color: #000;
}
.services_section .owl-Services .item .wrap .txt_wrap a.book_appo:hover img {
  left: 15px;
}
.services_section .owl-Services .item .wrap .txt_wrap a.inlines {
  display: inline;
  padding-left: 0;
}
.services_section .owl-Services .item .wrap:hover .w img {
  transform: scale(1.1);
}
.services_section .owl-Services .item .wrap:hover .img_w .ico_wrap {
  background-color: #2da6df;
  border: 2px solid #fff;
}
.services_section .owl-Services .item .wrap:hover .img_w .ico_wrap img {
  filter: brightness(0) invert(1);
}
.services_section .owl-Services .item .wrap:hover .txt_wrap {
  background: #653d86;
  color: #fff;
}
.services_section .owl-Services .item .wrap:hover .txt_wrap h5,
.services_section .owl-Services .item .wrap:hover .txt_wrap a {
  color: #fff;
}
.services_section .owl-Services .item .wrap:hover .txt_wrap h5 img,
.services_section .owl-Services .item .wrap:hover .txt_wrap a img {
  filter: brightness(0) invert(1);
}
.services_section .owl-Services .item .wrap:hover .txt_wrap h5:hover,
.services_section .owl-Services .item .wrap:hover .txt_wrap a:hover {
  color: #fff;
}
.services_section .owl-Services .owl-dots {
  margin-top: 20px;
}
.services_section .owl-Services .owl-dots .owl-dot {
  padding: 6px !important;
  background: #ddd;
  margin: 7px;
  border-radius: 50%;
}
.services_section .owl-Services .owl-dots .owl-dot.active {
  background: #007c8f;
}

.wel_section {
  padding-bottom: 100px;
}
.wel_section .row .wel_img {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .wel_section .row .wel_img {
    margin-bottom: 50px;
  }
}
.wel_section .row .wel_img .wrap {
  position: relative;
}
.wel_section .row .wel_img .wrap .img_wrap {
  position: relative;
  width: 90%;
}
.wel_section .row .wel_img .wrap .img_wrap img {
  width: 100%;
  border-radius: 20px;
}
.wel_section .row .wel_img .wrap .img_wrap::before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  content: "";
  background: url(../images/abt_img_top_shape.svg) center no-repeat;
  z-index: 9;
  background-size: contain;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.wel_section .row .wel_img .wrap img.smll {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -65px;
  border: 10px solid #fff;
  border-radius: 20px;
  z-index: 9;
}
.wel_section .row .wel_txt {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.wel_section .row .wel_txt .wrap .smll {
  color: #dd8287;
}

.appointment_section {
  overflow: hidden;
  background: rgb(52, 29, 74);
  background: linear-gradient(87deg, rgb(52, 29, 74) 3%, rgb(99, 61, 136) 51%);
  padding: 0;
}
.appointment_section .form {
  padding: 60px 0;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .appointment_section .form {
    padding: 40px 10px;
  }
}
.appointment_section .form .wrap {
  width: 650px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .appointment_section .form .wrap {
    width: 100%;
    max-width: 730px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .appointment_section .form .wrap {
    max-width: 540px;
  }
}
.appointment_section .form .wrap h6,
.appointment_section .form .wrap h3,
.appointment_section .form .wrap p {
  color: #fff;
}
.appointment_section .form_img {
  padding: 0 0 0 36px;
}
@media (max-width: 991px) {
  .appointment_section .form_img {
    padding: 0 0 0 0px;
  }
}
.appointment_section .form_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.appointment_section .form .wrap form div#appnt_msg .alert.alert-success {
  padding: 3px 0;
  font-size: 14px;
  background: transparent;
  border: none;
  color: #fff;
}
.appointment_section .form .wrap form .row .formField .wraps {
  display: block;
  padding: 15px 15px 15px 15px;
  background: #fff;
  border-radius: 60px;
  border: none;
  display: block;
  width: 100%;
  height: 56px;
  box-shadow: none;
  outline: none;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .appointment_section .form .wrap form .row .formField .wraps {
    padding: 5px 15px 5px 15px;
    height: 44px;
    margin-bottom: 20px;
  }
}
.appointment_section .form .wrap form .row .formField .wraps input,
.appointment_section .form .wrap form .row .formField .wraps select {
  border: none;
  display: block;
  width: 100%;
  box-shadow: none;
  outline: none;
  color: #757587;
  font-size: 14px;
  background: transparent;
}
@media (max-width: 767px) {
  .appointment_section .form .wrap form .row .formField .wraps input,
  .appointment_section .form .wrap form .row .formField .wraps select {
    padding: 5px;
  }
}
.appointment_section .form .wrap form .row .formField .wraps label.error {
  position: ABSOLUTE;
  top: 31px;
  font-size: 12px;
  left: revert;
  right: 18px;
  color: red;
}
.appointment_section .form .wrap form .row .formField .wraps select {
  padding: 2px 0 0 0;
}
@media (max-width: 767px) {
  .appointment_section .form .wrap form .row .formField .wraps select {
    padding: 8px 0 0 0;
  }
}
@media (max-width: 767px) {
  .appointment_section .form .wrap form .row .formField .wraps input[type=date],
  .appointment_section .form .wrap form .row .formField .wraps input[type=time] {
    padding: 8px 0 0 0;
  }
}
.appointment_section .form .wrap form .row .buttons .more:hover {
  color: #fff !important;
}

.doctor_section {
  overflow: hidden;
}
.doctor_section h3 {
  text-align: center;
}
.doctor_section .owl-doctors .item .wrap .doc_img {
  border: 2px solid #dadada;
  border-radius: 20px;
}
.doctor_section .owl-doctors .item .wrap .doc_img img {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.doctor_section .owl-doctors .item .wrap .txt_wrap {
  text-align: center;
}
.doctor_section .owl-doctors .item .wrap .txt_wrap h6 {
  color: #007a8d;
  margin: 20px 0;
}
.doctor_section .owl-doctors .owl-nav {
  position: absolute;
  top: 35%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.doctor_section .owl-doctors .owl-nav button.owl-prev {
  position: relative;
  left: -25px;
  padding: 25px;
}
.doctor_section .owl-doctors .owl-nav button.owl-next {
  position: relative;
  right: -25px;
  padding: 25px;
}
.doctor_section .owl-doctors .owl-nav .fa {
  color: #007a8d;
}
.doctor_section .owl-doctors .owl-dots {
  display: none;
}

footer {
  padding: 60px 0 0px 0;
  background: rgb(52, 29, 74);
  background: linear-gradient(87deg, #01b8c1 3%, #007c8f 80%);
  position: relative;
}
@media (max-width: 1400px) {
  footer {
    font-size: 13px;
  }
}
footer::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
  background: url(../images/footer_shape.svg) right center no-repeat;
  content: "";
}
@media (max-width: 991px) {
  footer::before {
    display: none;
  }
}
footer .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  footer .container .txt {
    text-align: center;
    margin-bottom: 15px;
  }
}
footer .container .txt h4 {
  font-size: 39px;
  color: #fff;
}
@media (max-width: 1400px) {
  footer .container .txt h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  footer .container .txt h4 {
    font-size: 20px;
  }
}
footer .container .btns {
  text-align: right;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  footer .container .btns {
    text-align: center;
    justify-content: center;
    margin-bottom: 25px;
  }
}
footer .container .logo {
  text-align: left;
}
@media (max-width: 991px) {
  footer .container .logo {
    text-align: center;
  }
  footer .container .logo img {
    max-width: 200px;
    margin-bottom: 25px;
  }
}
footer .container .footer_text {
  text-align: right;
}
@media (max-width: 991px) {
  footer .container .footer_text {
    display: none;
  }
}
footer .container .footer_text img {
  opacity: 0.15;
  margin: 15px 0 35px 0;
  max-width: 530px;
  pointer-events: none;
}
footer .container .contacts ul {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 410px) {
  footer .container .contacts ul {
    flex-direction: column;
  }
}
footer .container .contacts ul li {
  padding: 0;
  margin: 0;
}
footer .container .contacts ul li a {
  color: #fff;
  padding: 0 15px;
}
@media (max-width: 1400px) {
  footer .container .contacts ul li a {
    padding: 0 7px;
  }
}
footer .container .contacts ul li a img {
  transform: translate(0%, 0%) !important;
  margin-right: 10px;
}
footer .container .links ul {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .container .links ul {
    justify-content: center;
  }
}
footer .container .links ul li {
  padding: 0;
  margin: 0;
}
footer .container .links ul li a {
  color: #fff;
  padding: 0 15px;
}
@media (max-width: 1400px) {
  footer .container .links ul li a {
    padding: 0 7px;
  }
}
footer .container .links ul li a img {
  transform: translate(0%, 0%) !important;
  margin-right: 10px;
}
footer .container .third {
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
  margin-top: 30px;
  padding-top: 24px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 13px;
}
footer .container .third .copy,
footer .container .third .privacy {
  min-height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .container .third .copy,
  footer .container .third .privacy {
    min-height: 20px;
    justify-content: center;
  }
}
footer .container .third .privacy {
  flex-direction: row-reverse;
}
.thanku {
  min-height: 600px;
  padding-top: 150px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .thanku {
    min-height: 400px;
  }
}/*# sourceMappingURL=style.css.map */