@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
	font-family: 'Open Sans', sans-serif;
  color: #2c363b;
}
a,h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Advent Pro', sans-serif;*/
}
.top-header {
  background-image: url("../images/top-bg.png");
  color: #fff;
  font-size: 12px;
  padding: 10px 0px;
  background-size: 100% 100%;
}
.top-header-text {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.top-header ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 0px;
  column-gap: 25px;
  justify-content: flex-end;
  margin-right: 10px;
}
.top-header a {
  color: #fff;
  text-decoration: none;
}
.top-header p {
  margin-bottom: 0px;
}
.top-header ul span {
  display: block;
}
.top-header ul li {
  display: flex;
  align-items: center;
}
.top-header .row {
  align-items: center;
}
.logo img {
  width: 180px;
}
.bg-light {
  background: #fff !important;
}
.navbar-nav {
  margin-right: 0px !important;
}
#navbarSupportedContent {
  justify-content: flex-end;
}
.header .nav-link {
  font-size: 16px;
  color: #2c2c2c;
}
.header {
  padding: 8px 0px;
}
.header-list a {
  color: #626262;
  text-decoration: none;
}
.banner-texts h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.btn {
  background: #ed4d43;
  color: #fff;
  font-size: 14px;
}
.owl-dots {
  display: none;
}
.owl-prev {
  left: -30px;
  position: absolute;
  top: 35%;
}
.owl-next {
  right: -30px;
  position: absolute;
  top: 35%;
}
.owl-nav span {
  font-size: 52px;
  color: #747474;
}
.owl-nav span:hover, .owl-nav button:hover {
  background: none !important;
}
.owl-stage {
  display: flex;
  align-items: center;
}
#logos .owl-carousel .owl-item img {
  max-width: 210px !important;
}
.our-sponsers {
  padding: 30px 0px;
}
.banner {
  padding-top: 12%;
  padding-bottom: 10%;
}
.home #header {
  position: fixed;
  width: 100%;
}
.home #header .nav-link{
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .home #header .nav-linkx{
  color: #000;
}
}
@media only screen and (max-width: 992px) {
  .home #header .nav-linkx{
  color: #fff;
}
}
.home #header .bg-light{
  background-color: transparent !important;
}
.header .nav-item {
  padding: 0px 10px;
}
.banner-video video {
  object-fit: cover;
}
.btn {
  font-size: 16px !important;
  background: #aa131d !important;
  font-family: 'Open Sans', sans-serif;
}
footer h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}
footer p, footer a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
footer h4 {
  font-size: 14px;
  font-weight: 600;
  color: #5a5a5b;
}
.social-icons a {
  margin-right: 5px;
}
footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 26px;
}
.row.copyright {
  border-top: 2px solid #e9e9e9;
  margin-top: 50px;
  padding-top: 15px;
}
.btn:hover {
  background: #214081;
  color: #fff;
}
a{
  cursor: pointer;
}
footer {
  background: #0063af;
}
.navbar-brand.scroll-logo {
  display: none;
}
.scroll-logo img{
  width: 180px;
}
.darkHeader .nav-item a{
  color: #31393e !important;
}
.darkHeader .nav-item .btn{
  color: #fff !important;
}
.darkHeader .navbar-brand.scroll-logo {
  display: block;
}
.darkHeader .navbar-brand.logo {
  display: none;
}
.dropdown-menu {
  background: #e2e2e2;
  border: none;
  border-radius: 0px;
  padding: 5px 10px;
}
.dropdown-item {
  padding: 5px 10px;
  border-bottom: 1px dashed #c9c9c9;
}
.dropdown-toggle::after{
  display: none;
}
.toogle-icon::after {
  content: '◆' !important;
  color: #c8c8c8;
  position: absolute;
  right: 0px;
}
.ticon {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: -5px;
}
.darkHeader .ticon{
  color: #c8c8c8;
}
.banner h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 70px;
}
.banner .row {
  align-items: center;
}
#header {
  z-index: 99999;
}
.banner form {
  color: #fff;
  background: url(../images/book-bg.png);
  padding: 30px;
  background-size: cover;
  max-width: 450px;
  margin: 0px auto;
  font-family: 'Open Sans', sans-serif;
}
.banner form p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.banner form h2 {
  font-size: 24px;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.banner label {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}
.banner input, .banner textarea, .banner select {
  width: 100%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  border: none;
  background: #ebebea;
  padding: 5px;
  border-radius: 5px;
  color: #000;
}
.btn {
  min-width: 150px;
}
.banner form .btn {
  margin-top: 15px;
}
.three-boxes {
  padding: 5% 0px;
}
.tbox {
  background: url(../images/tbox.jpg);
  background-size: cover;
  background-position: center right;
  padding: 20px;
  padding-bottom: 60px;
}
.tbox p {
  font-size: 14px;
  color: #2c363b;
  max-width: 70%;
}
.tbox h3 {
  color: #057a86;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.three-boxes .container {
  max-width: 1100px;
}
.our-services h2,.buy-rent h2,.our-doctors h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #2c363b;
  margin-bottom: 20px;
}
.our-services p,.buy-rent p {
  text-align: center;
  margin-bottom: 50px;
  color: #2c363b;
  font-size: 14px;
  line-height: 24px;
}
.service-box {
  padding-bottom: 30px;
  text-align: center;
  box-shadow: 0px 0px 2px 2px #e0e0e0;
  border-radius: 5px;
}
.owl-stage-outer.owl-height {
  padding: 10px 2px;
}
.service-box h3 {
  color: #145672;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
.our-services {
  padding-bottom: 5%;
}
.buy-rent {
  padding: 5% 0px;
  background: #f4f2f2;
}
.darkHeader {
  background: #fff;
}
.buyrent-box {
  padding: 30px;
  min-height: 350px;
  text-align: center;
  border: 1px solid #dedcdc;
  border-radius: 5px;
}
.buyrent-box img {
  height: 170px;
  object-fit: contain;
  margin-bottom: 10px;
}
.buyrent-box a {
  background: #fb0012;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 5px;
}
.banner form p, .banner form label,.banner form h2 {
  color: #fff;
}
.buyrent-box h3 {
  font-size: 20px;
  margin-top: 20px;
}
.buyrent-box h4{
  font-size: 20px;
  font-weight: 600;
}
.view-more {
  border: 1px solid #ccc;
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  padding: 8px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  margin: 0px auto;
  margin-top: 30px;
}
.our-doctors {
  padding: 5% 0px;
}
.our-doctors img {
  width: 100%;
}
.our-doctors h3 {
  font-size: 36px;
  font-family: 'Open Sans', cursive;
  color: #628130;
  text-align: center;
}
.our-doctors h3 span {
  color: #e76e07;
  font-family: 'Open Sans', cursive;
  font-size: 36px;
  text-align: center;
}
.our-doctors h3 {
  border: 30px solid #f5f5f7;
  padding: 25px;
  max-width: 85%;
  margin: 0px auto;
  display: block;
  padding-bottom: 500px;
}
.od-img {
  margin-top: -680px;
}
.pd-r {
  padding-right: 7%;
}
.pd-l {
  padding-left: 7%;
}
.our-doctors h2 {
  text-align: left;
}
.row.doctors img {
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
}
.doctors h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
.doctors p {
  font-size: 14px;
  margin-top: -5px;
}
.query {
  background: #f5f5f7;
  padding-top: 5%;
}
.query img {
  width: 100%;
}
.query .container-fluid {
  padding-left: 0px;
}
.query-box {
  background: #fdfdfd;
  max-width: 650px;
  padding: 5% 8%;
}
.query-box h2 {
  font-size: 44px;
  font-weight: 700;
  color: #2c363b;
  margin-bottom: 20px;
}
.query-box p {
  color: #2c363b;
  font-size: 14px;
  line-height: 24px;
}
.query-box input {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  background: none;
  border: 1px solid #dedcdc;
  border-radius: 5px;
}
.query-box p {
  margin-bottom: 25px;
}
footer {
  padding: 5% 0px;
}
footer a,footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
footer img {
  max-width: 220px;
  margin-bottom: 20px;
}
footer ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer i {
  color: #fff;
}
.copyright {
  background: #023a65;
  padding-top: 15px;
}
.copyright p {
  color: #fff;
  font-size: 12px;
}
.banner {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
}
@media all and (min-width: 992px) {

  .dropdown-menu li{
    position: relative;
  }
  .dropdown-menu .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .dropdown-menu .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
} 

@media (max-width: 992px) {
  .darkHeader .nav-item a {
    color: #fff !important;
  }
  .ticon {
    display: inline-block;
  }
  .dropdown-menu {
    background: #000;
  }
.dropdown-menu .dropdown-menu{
    margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}
#main_nav {
  margin-top: 20px;
}
.dropdown-menu {
  border: none;
}
.dropdown-item {
  color: var(--bs-nav-link-color);
  text-transform: uppercase;
}
.dropdown-item {
  padding: 5px 20px;
  font-size: 14px;
}
.dropdown-menu .dropdown-menu {
  margin-left: 20px;
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}
.banner {
  position: unset;
}
}

@media screen and (max-width: 1100px) {
  .header .nav-item {
    padding: 0px 2px;
  }
}
@media screen and (max-width: 992px) {
  footer p, footer a{
    font-size: 14px;
  }
  .banner-texts h1 {
  font-size: 42px;
}
footer .ps-5 {
  padding-left: 10px !important;
}
footer {
  text-align: center;
}
footer h3 {
  margin-top: 25px;
}
.copyright p {
  text-align: center;
}
.our-doctors h3 {
  padding: 0px;
  border: none;
}
.od-img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.our-doctors h3 {
  max-width: 100%;
}
.tbox {
  margin-bottom: 20px;
}
.navbar-toggler {
  background: #fff;
}
#navbarSupportedContent {
  background: #000;
  padding: 10px;
}
.banner form {
  margin-left: 0px;
  margin-top: 30px;
}
.pd-l {
  padding-left: 15px;
}
.pd-r {
  padding-right: 15px;
}
.query-box {
  max-width: 100%;
  margin-left: 10px;
  margin-bottom: 50px;
}
.banner {
  margin-top: 0px;
}
.banner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.banner-text {
  position: absolute;
  top: 30%;
  z-index: 999;
  left: 0px;
}
.banner form {
  max-width: 100%;
}
.banner-video video {
  height: 100%;
}
.dropdown-item {
  color: #fff;
}
}
@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0px;
  }
  .banner-text {
    top: 150px;
  }
  .row {
    margin: 0px;
  }
  .our-doctors h3, .our-doctors h3 span {
    font-size: 40px;
  }
  .row.doctors img {
    max-width: 100%;
    width: 100%;
  }
  footer ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media screen and (max-width: 480px) {
  .banner-text {
    top: 80px;
  }
  .banner h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .banner .btn {
    padding: 3px;
  }
}
.header.darkHeader {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
}
.header{
  padding: 0px;
}
.alluppcase{
  text-transform: uppercase;
}


/* How It Work CSS */
.top-header-section {
  text-align: center;
  background: #494a4a;
  padding-top: 100px;
  padding-bottom: 50px;
}
.top-header-section h1 {
  color: #fff;
  font-size: 32px;
}
.why-choose-us {
  padding: 5% 0%;
}
.why-choose-us h3,.about-us-section h3 {
  color: #0765ae;
  font-size: 16px;
  font-weight: 500;
}
.why-choose-us img {
  width: 100%;
  max-width: 500px;
}
.why-choose-us {
  padding: 5% 0%;
}
.why-choose-us h2,.about-us-section h2 {
  font-size: 36px;
  font-weight: 600;
}
.why-choose-us p,.get-in-touch p,.about-us-section p,.our-optimistic p {
  color: #2C363B;
  font-size: 16px;
}
.why-choose-us a img {
  width: 60px;
}
.why-choose-us a {
  color: #2C363B;
  text-decoration: none;
}
.why-choose-us .row,.get-in-touch .row,.about-us-section .row,.our-optimistic .row {
  align-items: center;
}
.get-in-touch {
  background: #f1f1f1;
  padding: 5% 0px;
}
.get-in-touch h2{
  font-size: 36px;
  font-weight: 600;
}
.our-optimistic h2 {
  font-size: 56px;
  font-weight: 600;
}
.get-in-touch img {
  max-width: 500px;
  border-radius: 5px;
  width: 100%;
}
.list-icons {
  display: flex;
  align-items: center;
}
.list-icons img {
  width: 30px;
  margin-right: 10px;
}
.list-icons-content h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.list-icons-content p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #2C363B;
}
.list-icons {
  margin-bottom: 25px;
}
.about-us-section {
  padding: 5% 0px;
}
.about-us-section img {
  max-width: 500px;
  width: 100%;
}
.our-optimistic {
  padding: 5% 0px;
  background: #f2fbfa;
}
.our-optimistic img {
  max-width: 400px;
  width: 100%;
}
.our-optimistic h2 img {
  width: 250px;
}
.accordion-button.collapsed {
  background: #fff;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0765ae;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button {
  padding: 10px 10px;
}
.accordion-body {
  color: #2C363B !important;
  font-size: 14px !important;
}
.accordion-item {
  border-radius: 0px !important;
}
a{
  cursor: pointer;
}
.modal-body img {
  width: 100%;
}
div#howitworkModal {
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .our-optimistic h2 {
    font-size: 36px;
    font-weight: 600;
  }
  .our-optimistic h2 img {
    width: 200px;
  }
  .get-in-touch .row {
    flex-direction: column-reverse;
  }
  .our-optimistic img, .about-us-section img, .get-in-touch img, .why-choose-us img {
    margin-bottom: 20px;
  }
  .list-icons img,.our-optimistic h2 img,.why-choose-us a img {
    margin-bottom: 0px;
  }
}


