@import url("../fonts/Gilroy_fonts/stylesheet.css");
html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type=submit],
button {
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relative, .rel {
  position: relative;
}

.absolute, .abs {
  position: absolute;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

.section_padding {
  padding: 100px 0;
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
  transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before, .navbar-toggler:after {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

.navbar-toggler--active {
  background-color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
}

.navbar-toggler--active:before {
  transform: translateY(6px) rotate(-225deg);
}

.navbar-toggler--active:after {
  transform: translateY(-6px) rotate(225deg);
}

body {
  font-family: "Poppins", sans-serif;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}

#site-header.hide {
  top: -130px;
}

.container-fluid {
  padding: 0 10%;
}

header {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .navbar {
  position: relative;
}
header .top-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
header .call-wrapper a {
  display: flex;
  align-items: center;
}
header .call-wrapper a img {
  margin-right: 20px;
}
header .call-wrapper a h3 {
  font-family: "Gorditas", cursive;
  font-weight: 500;
  color: #010101;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
header .call-wrapper a p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #02AAE8;
  font-size: 17px;
}
header .social-media-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .social-media-icons li {
  margin-right: 20px;
}
header .social-media-icons li a {
  height: 49px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(52, 8, 8, 0.5);
}
header .social-media-icons li a i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
header .navbar-brand {
  text-align: center;
  margin-right: 0;
}
header .navbar-nav {
  background: rgb(152, 227, 255);
  background: linear-gradient(180deg, rgb(152, 227, 255) 0%, rgb(2, 170, 232) 100%);
  margin: 0 auto;
  padding: 0 50px;
  border-radius: 50px;
  margin-bottom: -40px;
}
header .navbar-nav li {
  margin: 0 10px;
}
header .navbar-nav li a {
  font-family: "Gorditas", cursive;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 25px;
  display: inline-block;
}

.homebanner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homebanner .background-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homebanner .banner-content {
  position: relative;
  text-align: center;
  z-index: 10;
}
.homebanner .banner-content h1 {
  font-family: "Bebas Neue", cursive;
  font-size: 110px;
}
.homebanner .banner-content p {
  font-size: 25px;
  font-weight: 400;
}

.tool-section {
  background-color: #C6E1E8;
  padding: 20px;
}

.filter-panel {
  text-align: center;
  margin: 0 10px;
}
.filter-panel .label {
  color: #02AAE8;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Gorditas", cursive;
  font-weight: 500;
  margin-bottom: 10px;
}
.filter-panel .filter-wrapper {
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
}
.filter-panel .filter-wrapper input, .filter-panel .filter-wrapper select, .filter-panel .filter-wrapper textarea {
  margin-right: 20px;
  width: 100%;
  border: none;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "Gorditas", cursive;
}
.filter-panel .filter-wrapper input::-moz-placeholder, .filter-panel .filter-wrapper select::-moz-placeholder, .filter-panel .filter-wrapper textarea::-moz-placeholder {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "Gorditas", cursive;
}
.filter-panel .filter-wrapper input:-ms-input-placeholder, .filter-panel .filter-wrapper select:-ms-input-placeholder, .filter-panel .filter-wrapper textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "Gorditas", cursive;
}
.filter-panel .filter-wrapper input::placeholder, .filter-panel .filter-wrapper select::placeholder, .filter-panel .filter-wrapper textarea::placeholder {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "Gorditas", cursive;
}
.filter-panel .filter-wrapper select, .filter-panel .filter-wrapper textarea {
  width: 200px;
}

.search-btn {
  border: none;
  background-color: transparent;
  padding-top: 25px;
  margin-left: 30px;
}

.separator {
  padding: 10px 10px;
  height: 100%;
  margin-top: 20px;
  display: block;
}
.separator span {
  font-size: 21px;
  font-family: "Gorditas", cursive;
}

.filter-row {
  display: flex;
  align-items: center;
}

.common-btn {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  display: inline-block;
  padding: 5px;
}
.common-btn span {
  display: block;
  background: rgb(152, 227, 255);
  background: linear-gradient(180deg, rgb(152, 227, 255) 0%, rgb(2, 170, 232) 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Gorditas", cursive;
  text-transform: uppercase;
  color: #fff;
}
.common-btn span img {
  margin-right: 10px;
}

.p-100 {
  padding: 100px 0;
}

.p-50 {
  padding: 50px 0;
}

.sec-tagline {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.content-heading {
  font-family: "Bebas Neue", cursive;
  font-size: 80px;
  color: #000;
}

.content-body {
  font-size: 20px;
  font-weight: 400;
  color: #707070;
}

.portal-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.portal-list li {
  padding: 0 20px;
  width: 33.33%;
  position: relative;
}
.portal-list li:not(:last-child):after {
  content: "";
  height: 10px;
  width: 50%;
  background-image: url("../images/Line 132.png");
  background-size: contain;
  position: absolute;
  left: 13rem;
  background-repeat: no-repeat;
  top: -45px;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
}
.portal-list li img {
  height: 130px;
}
.portal-list li .wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 10;
}
.portal-list li h2 {
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  margin-top: 20px;
}
.portal-list li .blue-wrapper {
  background: linear-gradient(180deg, rgb(152, 227, 255) 0%, rgb(2, 170, 232) 100%);
}

.gray-bg {
  background-color: rgba(227, 227, 227, 0.5);
}

.department-list {
  margin: 30px 0;
}
.department-list li .img-wrapper {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto 20px;
}
.department-list li .img-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto !important;
  margin: auto;
}
.department-list li h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
}
.department-list li .hover-wrapper:hover .img-wrapper {
  background-color: #DFF6FF;
}
.department-list li .hover-wrapper:hover h2 {
  color: #02AAE8;
}
.department-list .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.department-list .owl-dots .owl-dot {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #DBDBDB;
  margin: 0 5px;
}
.department-list .owl-dots .owl-dot.active {
  background-color: #02AAE8;
}

.featured-listings .listing-wrapper .listing-info {
  padding: 20px;
}
.featured-listings .listing-wrapper .listing-info .doctor-name {
  color: #02AAE8;
  font-size: 50px;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  margin-bottom: 10px;
}
.featured-listings .listing-wrapper .listing-info .price {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.featured-listings .listing-wrapper .listing-info .price img {
  margin-right: 10px;
}
.featured-listings .listing-wrapper .listing-info .price .price-text {
  font-size: 24px;
}
.featured-listings .listing-wrapper .listing-info .location {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.featured-listings .listing-wrapper .listing-info .location img {
  margin-right: 10px;
}
.featured-listings .listing-wrapper .listing-info .location p {
  font-size: 16px;
  font-weight: 300;
}
.featured-listings .listing-wrapper .listing-info .specialty {
  margin-top: 20px;
}
.featured-listings .listing-wrapper .listing-info .specialty p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.featured-listings .listing-wrapper .book-btn {
  background-color: #02AAE8;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px;
  font-family: "Gorditas", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.service-details .count-wrapper .count {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  color: #02AAE8;
  margin: 20px 0 0;
  line-height: 1;
}
.service-details .count-wrapper p {
  font-size: 25px;
  color: #000000;
}

.faq-list li {
  margin-bottom: 20px;
}
.faq-list li .toggle-button {
  width: 100%;
  background-color: #F7F7F7;
  padding: 10px;
  border: none;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.faq-list li .toggle-button.active {
  background-color: #02AAE8;
}
.faq-list li .toggle-button.active h2 {
  color: #fff;
}
.faq-list li .toggle-button h2 {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  color: #02AAE8;
}
.faq-list li .body-content-accor {
  padding: 20px 10px;
  display: none;
}
.faq-list li .body-content-accor p {
  font-size: 20px;
  color: #707070;
  font-weight: 400;
}

.map-search {
  padding: 20px 0;
}

footer {
  background-color: #000000;
  padding: 50px 0 0;
}
footer .footer-1 img {
  margin-bottom: 20px;
}
footer .footer-1 .s-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-1 .s-media a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
}
footer .main-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .main-link h2 {
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  margin-bottom: 10px;
}
footer .main-link ul li {
  margin-bottom: 10px;
}
footer .main-link ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "Gorditas", cursive;
  font-weight: 400;
}
footer .main-link ul li a img {
  margin-right: 10px;
}
footer .newsletter h2 {
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  margin-bottom: 10px;
}
footer .newsletter p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}
footer .newsletter form {
  display: flex;
  align-items: center;
}
footer .newsletter form input, footer .newsletter form button {
  height: 46px;
}
footer .newsletter form input {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-family: "Bebas Neue", cursive;
  color: #000;
}
footer .newsletter form input::-moz-placeholder {
  color: #02AAE8;
}
footer .newsletter form input:-ms-input-placeholder {
  color: #02AAE8;
}
footer .newsletter form input::placeholder {
  color: #02AAE8;
}
footer .newsletter form button {
  background-color: #02AAE8;
  padding: 10px 20px;
  border-color: #02AAE8;
}
footer .newsletter form button i {
  font-size: 20px;
  color: #fff;
}
footer .footer-note {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  padding: 20px 0;
  border-top: 1px solid #fff;
  margin-top: 50px;
}

/*about-us*/
.about-us-banner {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}

.title-divider {
  position: relative;
}

.divider {
  border-top: 7px solid #02AAE8;
  width: 35%;
  z-index: 1;
}

.divider-line {
  border-top: 1px solid #707070;
  width: 100%;
  z-index: 0;
  margin-top: -1px;
}

/*contact-us*/
.contact-us-banner {
  min-height: 60vh;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.contact-us-banner .banner-heading {
  margin-top: 17rem;
  font-size: 90px;
  font-family: "Bebas Neue", cursive;
  color: #02AAE8;
}

.contact-form input, textarea {
  padding: 15px;
  margin-top: 20px;
}

.contact-form input {
  width: 50%;
}

.contact-form textarea {
  width: 100%;
  margin-right: 40px;
}

.contact-form input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.contact-form input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #707070;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.contact-form input::placeholder, textarea::placeholder {
  color: #707070;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.inline-form {
  display: flex;
  flex-flow: row;
}

.inline-form input {
  display: inline-block;
}

.contact-form-btn {
  background-color: #02AAE8;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 10px 25px;
}

.contact-text-paragraph {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

.contact-info-title {
  font-family: "Bebas Neue", cursive;
  font-size: 32px;
  font-weight: 400;
  color: #000;
}

header {
  background-color: #fff;
}

.equal-padding-50 {
  padding: 50px;
}

.equal-padding-100 {
  padding: 100px;
}

.filter-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-tabs .sortby {
  margin-right: 20px;
}
.filter-tabs .sortby select {
  width: 260px;
  height: 65px;
  padding: 10px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-family: "Gorditas", cursive;
}
.filter-tabs .toggle-btn {
  height: 65px;
  width: 70px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 1px;
  margin-right: 20px;
}
.filter-tabs .toggle-btn span {
  background: linear-gradient(180deg, rgb(152, 227, 255) 0%, rgb(2, 170, 232) 100%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-listings .listing-wrapper img.doctor-img {
  width: 100%;
}

.featured-listings .listing-wrapper {
  margin-bottom: 50px;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-number .page-number, .pagination .page-number .dots {
  height: 69px;
  width: 73px;
  display: block;
  margin: 0 10px;
}
.pagination .page-number .page-number span, .pagination .page-number .dots span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #98E3FF;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
}

.inner-banner {
  min-height: 50vh;
  display: flex;
  padding: 10rem 0 5rem;
  align-items: center;
  background-position: right;
}

.profile-side {
  margin-top: -13rem;
}
.profile-side .profile-img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #02AAE8;
  margin-bottom: 10px;
}
.profile-side .info-wrapper {
  padding: 20px;
}
.profile-side .info-wrapper .price {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile-side .info-wrapper .price img {
  margin-right: 10px;
}
.profile-side .info-wrapper .price .price-text {
  font-size: 24px;
}
.profile-side .info-wrapper ul {
  margin: 20px 0;
}
.profile-side .info-wrapper ul li {
  margin-bottom: 10px;
}
.profile-side .info-wrapper ul li a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: "Gorditas", sans-serif;
  font-weight: 400;
}
.profile-side .info-wrapper ul li a img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.profile-side .info-wrapper .profile-social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 20px;
}
.profile-side .info-wrapper .profile-social-media a {
  height: 70px;
  width: 70px;
  border: 1px solid #02AAE8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #02AAE8;
  font-size: 30px;
  margin: 0 10px;
}
.profile-side .side-btn {
  width: 100%;
}
.profile-side .side-btn span {
  width: 100%;
}

.more-info {
  margin-bottom: 50px;
}
.more-info h2 {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  color: #000000;
}
.more-info .line-title {
  height: 1px;
  width: 100%;
  background-color: #707070;
  position: relative;
  margin: 20px 0;
}
.more-info .line-title:after {
  content: "";
  height: 8px;
  width: 40%;
  background-color: #02AAE8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.more-info p {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}
.more-info img, .more-info iframe {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}

.doctor-name-heading {
  margin-top: 10%;
  padding-left: 20px;
}
.doctor-name-heading h1 {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  color: #02AAE8;
}
.doctor-name-heading p {
  font-size: 20px;
  color: #02AAE8;
  font-family: "Gorditas", sans-serif;
}

.info-side {
  padding-left: 20px;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .common-container {
    padding: 0 15%;
  }
  .top-width {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.blue {
  color: #02AAE8;
}

.mobile-button-search {
  display: none;
}

.featured-listings .listing-wrapper .listing-info .location img {
  -o-object-fit: contain;
     object-fit: contain;
}

.simple-pagination {
  display: flex;
  justify-content: center;
}

#pagination-container ul {
  display: flex;
}
#pagination-container ul li {
  float: none;
  margin: 0 5px;
}
#pagination-container ul li span, #pagination-container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #98E3FF;
  height: 69px;
  width: 73px;
  color: #000;
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  border: none;
}
#pagination-container ul li span.current {
  background: linear-gradient(180deg, rgb(152, 227, 255) 0%, rgb(2, 170, 232) 100%);
  color: #fff;
}
.about-us-banner {
    padding-top: 14rem !important;
}
@media(max-width:1440px){
    .about-us-banner {
        padding-top: 14rem !important;
    }
    .filter-panel .label {
        color: #02AAE8;
        font-size: 12px;
    }
}/*# sourceMappingURL=main.css.map */