/* =========== GOOGLE FONTS ========= */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&family=Heebo:wght@300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Heebo", sans-serif;
  color: #13325c;
  background-color: #13325c17;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

button {
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #13325c;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
}

h1, .h1 {
  font-size: 80px;
  letter-spacing: 0.7px;
}

h2, .h2 {
  font-size: 60px;
  letter-spacing: 0.7px;
}

h3, .h3 {
  font-size: 40px;
  letter-spacing: 0.4px;
}

h4, .h4 {
  font-size: 30px;
  letter-spacing: 0.35px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

button, a.button {
  height: 50px;
  border-radius: 50em;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #2f81ed;
  color: #ffffff;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  overflow: hidden;
}
button::before, a.button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: all 0.4s linear;
  transform: translate3d(-50%, -50%, 0) scale(0);
}
button:hover, a.button:hover {
  color: #ffffff;
}
button:hover::before, a.button:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}
button.border-button, a.button.border-button {
  background: transparent;
  color: #2f81ed;
  border-color: #2f81ed;
}
button.border-button::before, a.button.border-button::before {
  background: rgba(47, 128, 237, 0.16);
}
button.button-lg, a.button.button-lg {
  height: 64px;
}
button.button-sm, a.button.button-sm {
  height: 34px;
  font-size: 16px;
  font-weight: 400;
}
button.icon, a.button.icon {
  width: 50px;
  padding: 20px;
}
button.icon i, a.button.icon i {
  display: flex;
  justify-content: center;
  position: absolute;
}

.header {
  margin-top: 30px;
  margin-bottom: 20px;
}
.header .container-fluid {
  max-width: 1400px;
}
.header .navbar {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar {
    padding: 17px 0;
  }
}
@media (max-width: 1399px) {
  .header .navbar {
    padding: 20px;
  }
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-brand img {
  max-width: 180px;
}
.header .navbar-toggler {
  padding: 10px;
}
.header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(50, 52, 80, 0.1);
    padding: 5px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav {
    margin-bottom: 15px;
  }
}
.header .navbar-nav .nav-item {
  position: relative;
  margin-right: 40px;
}
.header .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #585978;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.header .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #2f81ed;
  transition: all 0.3s ease-out 0s;
  left: 0;
  top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav .nav-item a::after {
    top: auto;
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav .nav-item a::after {
    top: auto;
    bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav .nav-item a {
    display: inline-block;
    padding: 10px 0px;
    color: #323450;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav .nav-item a {
    display: inline-block;
    padding: 10px 0px;
    color: #323450;
  }
}
.header .navbar-nav .nav-item a:hover, .header .navbar-nav .nav-item a.active {
  color: #2f81ed;
}
.header .navbar-nav .nav-item a:hover::after, .header .navbar-nav .nav-item a.active::after {
  width: 100%;
}
.header .navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
.header .navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
.header .navbar-nav .nav-item .sub-menu li {
  display: block;
}
.header .navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #000000;
}
.header .navbar-nav .nav-item .sub-menu li a.active, .header .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #2f81ed;
}
.header .navbar-nav .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #000000;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #000000;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
.header .navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.hero-section {
  position: relative;
  margin-bottom: 20px;
  padding-top: 40px;
}
.hero-section .hero-image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: right;
  border-radius: 16px;
}
.hero-section .comp {
  color: #2f81ed;
}
@media (min-width: 992px) {
  .hero-section .hero-wrapper {
    position: relative;
    top: 6em;
    transform: translateY(-50%);
  }
}
@media (min-width: 1400px) {
  .hero-section .hero-wrapper {
    top: 8em;
  }
}
.hero-section .hero-wrapper h1 {
  margin-bottom: 20px;
  font-size: 52px;
}
@media (min-width: 992px) {
  .hero-section .hero-wrapper h1 {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .hero-section .hero-wrapper h1 {
    font-size: 72px;
  }
}
.hero-section .hero-wrapper p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hero-section .hero-wrapper .buttons {
    position: relative;
    top: 2em;
  }
}

/* ============================= 
        Services
================================ */
.service-section {
  padding: 100px 0;
}
.service-section .hdrLine h3 {
  z-index: 999 !important;
  position: relative;
}
.service-section .hdrLine .bg-color {
  display: block;
  width: 380px;
  height: 16px;
  background-color: #2f81ed99;
  position: relative;
  bottom: 1em;
  z-index: 1;
  border-radius: 5px;
}
.service-section .service-item {
  max-height: 306px;
  margin-bottom: 20px;
}
.service-section .service-item h3 {
  font-size: 34px;
  color: #ffffff;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 1300px) {
  .service-section .service-item h3 {
    font-size: 28px;
  }
}
.service-section .service-item img {
  margin-bottom: 30px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.service-section .service-item p {
  position: absolute;
  bottom: 30px;
  padding: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.owl-carousel.insurLogos {
  position: relative;
}
.owl-carousel.insurLogos img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  padding: 10px;
  filter: grayscale(90%);
  opacity: 0.7;
  transition: all 0.3s ease-out 0s;
}
.owl-carousel.insurLogos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.about-section {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 0px 5px 5px rgba(47, 128, 237, 0.1);
}
.about-section .about-content h4 {
  color: #2f81ed;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
}
.about-section .about-content h2 {
  margin-bottom: 20px;
}
.about-section .about-content p {
  font-size: 14.5px;
  line-height: 24px;
}

.team-section .team-member {
  background: #ffffff;
  border-radius: 1em;
  border: 1px solid #2f81ed;
  border-bottom-right-radius: 3.5em;
  corner-bottom-right-shape: scoop;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
  height: 360px;
  position: relative;
}
.team-section .team-member:hover {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}
.team-section .team-member .image img {
  width: 100%;
  height: 220px;
  border-radius: 1em;
  margin: auto;
  margin-bottom: 0;
  object-fit: cover;
}
.team-section .team-member .info {
  margin-top: 15px;
  padding-left: 16px;
}
.team-section .team-member .info h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-section .team-member .info p {
  font-size: 14px;
  margin-bottom: 10px;
}
.team-section .team-member .info ul {
  list-style: none;
}
.team-section .team-member .info ul li p {
  line-height: 21px;
  font-size: 14px;
}
.team-section .team-member .btn-wrapper {
  display: flex;
  justify-content: end;
  position: relative;
  left: 1em;
  right: 0;
}
.team-section .team-member .btn-wrapper button {
  width: 40px;
  height: 40px;
  padding: 0;
}
.team-section .team-member .btn-wrapper button i {
  font-size: 18px;
}
.team-section .team-member .btn-wrapper.column1 {
  position: absolute;
  bottom: -2px;
}
.team-section .team-member .btn-wrapper.column2 {
  position: absolute;
  bottom: -2px;
}
.team-section .team-member .btn-wrapper.column3 {
  position: absolute;
  bottom: -2px;
}
.team-section .team-member .btn-wrapper.column4 {
  position: absolute;
  bottom: -2px;
}

.testimonial-section {
  padding: 100px 0;
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 0px 5px 5px rgba(47, 128, 237, 0.1);
}
.testimonial-section .star-rtng {
  max-height: 168px !important;
  background: white;
  border: 2px solid #2f81ed;
}
.testimonial-section .star-rtng .stars {
  margin-bottom: 10px;
}
.testimonial-section .star-rtng .stars i {
  font-size: 24px;
  color: #ffd000;
}
.testimonial-section .star-rtng h2 {
  line-height: 80px;
}
.testimonial-section .reviewImgs {
  background-color: #13325c17;
  max-height: 168px !important;
}
.testimonial-section .reviewImgs ul {
  margin-bottom: 10px;
}
.testimonial-section .reviewImgs ul li {
  position: relative;
  margin-right: -10px;
}
.testimonial-section .reviewImgs ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ffffff;
}
.testimonial-section .reviewImgs ul li:first-child {
  z-index: 6;
}
.testimonial-section .reviewImgs ul li:nth-child(2) {
  z-index: 5;
}
.testimonial-section .reviewImgs ul li:nth-child(3) {
  z-index: 4;
}
.testimonial-section .reviewImgs ul li:nth-child(4) {
  z-index: 3;
}
.testimonial-section .reviewImgs ul li:nth-child(5) {
  z-index: 2;
}
.testimonial-section .reviewImgs ul li:nth-child(6) {
  z-index: 1;
}
.testimonial-section .reviewImgs h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.testimonial-section .ratings-section .ratings-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
.testimonial-section .carousel-hdr {
  margin-bottom: 40px;
  color: #2f81ed;
}
@media (max-width: 767px) {
  .testimonial-section .carousel-hdr {
    font-size: 54px;
  }
}
.testimonial-section .testimonial-carousel .carousel-inner .carousel-item .card {
  border-radius: 16px;
  padding: 40px;
  background-color: #ffffff;
}
.testimonial-section .testimonial-carousel .carousel-inner .carousel-item .card .card-body {
  padding: 30px;
}
.testimonial-section .testimonial-carousel .carousel-inner .carousel-item .card .card-body .star-rtngs i {
  font-size: 24px;
  margin-bottom: 20px;
  color: lightgrey;
}
.testimonial-section .carousel-control-prev, .testimonial-section .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}

.divider {
  content: "";
  display: block;
  height: 1px;
  width: 75%;
  margin: auto;
  background-color: #13315c56;
}

.newPatient {
  padding: 100px 0;
  border-radius: 26px;
}
.newPatient p {
  font-size: 21px;
  margin-bottom: 30px;
}
.newPatient .hdrLine h3 {
  z-index: 999 !important;
  position: relative;
}
.newPatient .hdrLine .bg-color {
  margin-bottom: 20px;
  font-size: 40px;
  display: block;
  width: 280px;
  height: 16px;
  background-color: #2f81ed99;
  position: relative;
  bottom: 0.4em;
  z-index: 1;
  border-radius: 5px;
}

.footer {
  background: #13325c;
  padding-top: 80px;
  color: white;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.footer a {
  color: #fff !important;
}
.footer img {
  width: 75%;
}
.footer ul.links {
  padding-left: 10px;
}
.footer .widget-wrapper .footer-widget {
  margin-bottom: 50px;
}
.footer .widget-wrapper .footer-widget .logo {
  margin-bottom: 30px;
}
.footer .widget-wrapper .footer-widget p.desc {
  margin-bottom: 30px;
}
.footer .widget-wrapper .footer-widget .socials {
  justify-content: flex-start;
  list-style: none;
}
.footer .widget-wrapper .footer-widget .socials li {
  margin-right: 10px;
}
.footer .widget-wrapper .footer-widget .socials li a {
  background: rgba(47, 128, 237, 0.4);
  margin: 0;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  font-size: 20px;
}
.footer .widget-wrapper .footer-widget .socials li a:hover {
  background: #2f81ed;
}
.footer .widget-wrapper .footer-widget h6 {
  font-weight: 600;
  color: #585978;
  margin-bottom: 35px;
  margin-top: 10px;
}
.footer .widget-wrapper .footer-widget .links li a {
  font-size: 16px;
  line-height: 32px;
  color: #585978;
}
.footer .widget-wrapper .footer-widget .links li a:hover {
  color: #2f81ed;
}
.footer .copyright-wrapper {
  border-top: 1px solid rgba(88, 89, 120, 0.4);
  padding: 20px 0;
}
.footer .copyright-wrapper p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.507);
}
.footer .copyright-wrapper p a:hover {
  color: #2f81ed;
}

/* ============================= 
    DEFAULT CSS
================================ */
.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f81ed;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 8px;
}

input, textarea, button {
  transition: all 0.3s ease-out 0s;
}

input:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
}

.manage-section {
  padding: 100px 0;
}
.manage-section .mbg {
  background-color: #2f81ed34;
  border-radius: 32px;
  padding: 60px 0;
}
.manage-section .hdr-text {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  .manage-section .hdr-text {
    display: block;
  }
}
.manage-section .hdr-text h3 {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .manage-section .hdr-text h3 {
    margin-bottom: 10px;
  }
}
.manage-section .hdr-text h6 {
  font-size: 16px;
  color: #2f81ed;
}
.manage-section .hdr-text p {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .manage-section .hdr-text p {
    position: relative;
    margin-top: 20px;
  }
}
.manage-section .coverage-cards .card {
  height: 400px !important;
  border-radius: 16px;
  background-color: #13325c;
  color: #ffffff;
  height: 100%;
  border: 0;
  box-shadow: 0px 5px 5px 0px rgba(17, 17, 17, 0.3);
}
.manage-section .coverage-cards .card img.card-image {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .manage-section .coverage-cards .card img.card-image {
    display: none;
  }
}
.manage-section .coverage-cards .card .card-body {
  padding: 40px;
}
.manage-section .coverage-cards .card .card-body .number {
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  margin-left: 20px;
}
.manage-section .coverage-cards .card .card-body ul {
  position: absolute;
  bottom: 2em;
  list-style: circle;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .manage-section .coverage-cards .card .card-body h3 {
    font-size: 24px;
  }
  .manage-section .coverage-cards .card .card-body ul {
    padding-right: 30px;
  }
  .manage-section .coverage-cards .card .card-body .number {
    font-size: 32px;
  }
}
.manage-section .coverage-cards .btn-wrapper {
  display: flex;
  margin-top: 10px;
}
.manage-section .coverage-cards .carousel-control-prev, .manage-section .coverage-cards .carousel-control-next {
  position: relative;
  top: 0;
  background-color: red;
  transition: all 0.3s ease-out 0s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2f81ed;
  margin-right: 40px;
}

.blog-section {
  padding: 100px 0;
}
.blog-section .mainArticle h4 {
  margin-bottom: 20px;
}
.blog-section .mainArticle .bg-color {
  margin-bottom: 20px;
  font-size: 40px;
  display: block;
  width: 280px;
  height: 16px;
  background-color: #2f81ed99;
  position: relative;
  bottom: 0.4em;
  z-index: 1;
  border-radius: 5px;
}
.blog-section .mainArticle .blog-image {
  margin-bottom: 20px;
}
.blog-section .mainArticle .blog-image img {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  object-fit: cover;
}
.blog-section .subArticle {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
.blog-section .subArticle h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-section .subArticle p {
  font-size: 14px;
  margin-bottom: 0px;
}
.blog-section .hdrLine {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.blog-section .hdrLine h3 {
  z-index: 999 !important;
  position: relative;
}
.blog-section .hdrLine .bg-color {
  display: block;
  width: 440px;
  height: 16px;
  background-color: #2f81ed99;
  position: relative;
  bottom: 16px;
  z-index: 1;
  border-radius: 5px;
}

.resources .column1 {
  padding-right: 20px;
}
.resources .column1 h4 {
  margin-bottom: 30px;
}
.resources .column1 img {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  object-fit: cover;
}
.resources .column2 h6, .resources .column3 h6 {
  font-size: 20px;
  margin-bottom: 5px;
}
.resources .column2 p, .resources .column3 p {
  margin-bottom: 20px;
  color: #2f81ed;
}
.resources .column2 ul, .resources .column3 ul {
  padding-left: 20px;
}
.resources .column2 ul li, .resources .column3 ul li {
  margin-bottom: 10px;
}
.resources .column2 ul li a, .resources .column3 ul li a {
  font-size: 16px;
  color: #13325c;
}
.resources .column2 ul li a:hover, .resources .column3 ul li a:hover {
  color: #2f81ed;
}
.resources .column3 h6 {
  margin-bottom: 20px;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
}

.fadeInUp-visible {
  opacity: 1;
  transform: translateY(0);
  transition: 800ms cubic-bezier(0.5, 0, 0, 1);
}

/* ============ scroll-top =============== */
.scroll-top {
  width: 45px;
  height: 45px;
  background: #2f81ed;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50em;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  opacity: 0.5;
}
.scroll-top:hover {
  color: #ffffff;
  background: rgba(47, 128, 237, 0.8);
  opacity: 1;
}

.contact-us-section {
  padding-top: 40px;
  padding-bottom: 100px;
}
.contact-us-section .contact-wrapper {
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 0px 5px 5px rgba(47, 128, 237, 0.1);
  padding: 60px;
}
.contact-us-section .hdrLine {
  margin-bottom: 40px;
}
.contact-us-section .hdrLine h2 {
  z-index: 999 !important;
  position: relative;
}
.contact-us-section .hdrLine .bg-color {
  display: block;
  width: 380px;
  height: 16px;
  background-color: #2f81ed99;
  position: relative;
  bottom: 1.3em;
  z-index: 0;
  border-radius: 5px;
}
.contact-us-section .contact-form h2 {
  margin-bottom: 20px;
}
.contact-us-section .contact-form p {
  margin-bottom: 30px;
}
.contact-us-section .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-us-section .contact-form .form-group input, .contact-us-section .contact-form .form-group textarea {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.contact-us-section .contact-form .form-group input:focus, .contact-us-section .contact-form .form-group textarea:focus {
  border-color: #2f81ed;
}
.contact-us-section .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/*# sourceMappingURL=medical-demo-styles.css.map */
