@charset "UTF-8";
/*
  Theme Name: Medidol healthcare and medical HTML5 Template
  Description: Creative HTML5 template
  Version: 1.0;
*/
/*
--------------------------
Pages...

1.Homepage-1
2.Homepage-2
3.Homepage-3
4.Homepage-4
4.Homepage-5
5.Doctors
6.Doctor Profile
7.About
8.Deparments
9.Blog
10.Single Blog
9.Time Table
9.Contact

---------------------------
*/
html {
  box-sizing: border-box;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  line-height: 1.5rem;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

form,
label,
input,
select,
button,
textarea {
  font: inherit;
  font-size: 62.5%;
  vertical-align: middle;
}

ol,
ul,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: none;
  text-decoration: none;
  color: inherit;
  white-space: nowrap !important;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-transform: unset;
  text-decoration: none;
  white-space: nowrap;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.row {
  padding: 0px;
}

body {
  color: #707070;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #363636;
}

html {
  font-size: 62.5%;
  overflow-x: clip !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #363636;
  overflow-x: clip !important;
  transition: 0.3s ease-in-out !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Saira", sans-serif;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.p--1 {
  font-size: 1.4rem;
}

.p--2 {
  font-size: 1.2rem;
}

.p--3 {
  font-size: 1rem;
}

svg {
  font-size: 1.6rem;
}

a {
  font-size: 1.6rem;
}

a:hover {
  color: inherit !important;
}

button {
  font-size: 1.6rem;
  transition: 0.3s ease-in-out;
}

input {
  font-size: 1.6rem !important;
}

textarea {
  font-size: 1.4rem !important;
  resize: none;
}

.form-select {
  font-size: 1.6rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

textarea::-webkit-scrollbar {
  display: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem) !important;
  padding-left: var(--bs-gutter-x, 1.5rem) !important;
  margin-right: auto;
  margin-left: auto;
}

.container__xl {
  width: 100%;
  max-width: 170rem;
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 576px) {
  .container__xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

nav .container__xl {
  display: flex !important;
  flex-wrap: inherit !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.t-c {
  text-align: center;
}

.a-c {
  align-items: center;
}

.j-c {
  justify-content: center !important;
}

.j-b {
  justify-content: space-between !important;
}

.j-end {
  justify-content: flex-end;
}

.j-a {
  justify-content: space-around;
}

.j-e {
  justify-content: space-evenly;
}

@media screen and (max-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}

.row-gap-3 {
  --bs-gutter-x: 2.5rem;
}
@media screen and (max-width: 576px) {
  .row-gap-3 {
    --bs-gutter-x: 0;
  }
}

.txt-primary {
  color: #396cf0 !important;
}

.txt-secondary {
  color: #e12454 !important;
}

.txt-sky {
  color: #00c5ff !important;
}

.b-bottom {
  border-bottom: 2px solid #707070;
}

.b-bottom-l {
  border-bottom: 2px solid #ffffff;
}

h1 {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem !important;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.8rem !important;
  }
}

h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 2.2rem !important;
  }
}

h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem !important;
  }
}

h5 {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 1.6rem !important;
  }
}

h6 {
  font-size: 1.6rem;
}

.btn-1 {
  color: #ffffff;
  padding: 1rem 1rem 1rem 2rem;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  background-color: #e12454;
  border: none;
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .btn-1 {
    font-size: 1.2rem;
    font-weight: initial;
  }
}

.btn__icon {
  padding: 1.5rem;
  border-radius: 3rem;
  background: #ffffff;
  color: #e12454;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
}

.btn-1-1 {
  background-color: #ffffff;
  color: #707070;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1254901961);
  font-weight: 500;
  padding: 1rem 1rem 1rem 4rem;
}
.btn-1-1 .btn__icon {
  background: #396cf0;
  color: #ffffff;
  margin-left: 1rem;
}
.btn-1-1:hover {
  color: #ffffff !important;
  background-color: #396cf0 !important;
}
.btn-1-1:hover .btn__icon {
  color: #396cf0 !important;
  background-color: #ffffff !important;
}

.btn-1-2 {
  background-color: #e12454;
  color: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1254901961);
  margin-top: 5rem;
  padding: 1rem 1rem 1rem 4rem;
}
.btn-1-2 .btn__icon {
  background: #ffffff;
  color: #e12454;
  margin-left: 1rem;
}
.btn-1-2:hover {
  color: #e12454 !important;
  background-color: #ffffff;
}
.btn-1-2:hover .btn__icon {
  color: #ffffff !important;
  background-color: #e12454 !important;
}

.btn-1-3 {
  background-color: #ffffff;
  color: #707070;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1254901961);
  margin-top: 5rem;
}
.btn-1-3 .btn__icon {
  background: #e12454;
  color: #ffffff;
  margin-left: 1rem;
}
.btn-1-3:hover {
  color: #ffffff !important;
  background-color: #e12454;
}
.btn-1-3:hover .btn__icon {
  color: #e12454 !important;
  background-color: #ffffff !important;
}

.btn-2 {
  color: #396cf0;
  padding: 1.6rem 3rem;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: capitalize;
  background-color: #fbfbfb;
  border: 1px solid #396cf0;
  border-radius: 5rem;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .btn-2 {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}

.btn-3 {
  color: #ffffff;
  padding: 1.6rem 3rem;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: capitalize;
  background-color: #396cf0;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  display: inline-block;
  transition: 0.3s linear;
}
.btn-3:hover {
  color: #363636;
  background-color: #ffffff !important;
  border: 1px solid #707070;
}
@media screen and (max-width: 576px) {
  .btn-3 {
    display: block;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

.transparent-btn {
  color: #396cf0;
  padding: 1.6rem 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: capitalize;
  background-color: #fbfbfb;
  border: 2px solid rgba(119, 119, 119, 0.1215686275);
  border-radius: 5rem;
  display: inline-block;
  width: 100%;
}

.transparent-btn-1 {
  color: #707070;
  padding: 1.6rem 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 2px solid rgba(119, 119, 119, 0.1215686275);
  border-radius: 5rem;
  display: inline-block;
}

.title-2 {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #396cf0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .title-2 {
    text-align: center;
    font-size: 1.6rem !important;
  }
}

.title-3 {
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: initial;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .title-3 {
    text-align: center;
  }
}

.title-4 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #363636;
  text-align: initial;
  text-transform: uppercase;
}

.heading-1 {
  font-size: 4rem !important;
  font-family: "Saira", sans-serif;
  font-weight: 500;
  color: #202020;
  text-align: center;
  text-transform: capitalize;
  padding: 2rem 0;
}
@media screen and (max-width: 576px) {
  .heading-1 {
    font-size: 2.8rem !important;
  }
}

.heading-2 {
  font-size: 0 0 3rem 0;
  font-family: "Saira", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .heading-2 {
    font-size: 2.4rem !important;
    text-align: center;
  }
}

.heading-para {
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #707070;
  text-align: center;
  text-transform: inherit;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .heading-para {
    font-size: 1.4rem !important;
    text-align: center;
  }
}

.blog-img-blockOne {
  position: relative;
}

.blog-img {
  width: -webkit-fill-available;
}

.blog-info-2 :nth-child(1) {
  border-right: unset !important;
}

.blog-tag-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 1.5rem;
  background: #396cf0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .blog-tag-1 {
    font-size: 1.2rem;
  }
}

.blog-info {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #396cf0;
  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: 1.4rem;
}
.blog-info p {
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .blog-info p {
    font-size: 1rem;
  }
}
.blog-info :nth-child(1) {
  border-right: 1px solid #6d95fc;
}

.slide-1__prev__next {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0 auto;
  align-items: center;
}
.slide-1__prev__next .slide-1__prev {
  position: unset;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(112, 112, 112, 0.1215686275);
  border-radius: 3rem;
  transition: 0.3s ease-in-out;
  margin-top: 0;
}
.slide-1__prev__next .slide-1__prev::after {
  font-size: 1.4rem;
  color: #396cf0;
  font-weight: 900;
}
.slide-1__prev__next .slide-1__prev:hover {
  background-color: #396cf0;
}
.slide-1__prev__next .slide-1__prev:hover::after {
  color: white;
}
.slide-1__prev__next .slide-1__next {
  position: unset;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(112, 112, 112, 0.1215686275);
  border-radius: 3rem;
  transition: 0.3s ease-in-out;
  margin-top: 0;
}
.slide-1__prev__next .slide-1__next::after {
  font-size: 1.4rem;
  color: #396cf0;
  font-weight: 900;
  padding: 2rem;
}
.slide-1__prev__next .slide-1__next:hover {
  background-color: #396cf0;
}
.slide-1__prev__next .slide-1__next:hover::after {
  color: white;
}
@media screen and (max-width: 576px) {
  .slide-1__prev__next {
    display: none;
  }
}

.slide-1__pagination {
  position: unset;
  display: none;
}
@media screen and (max-width: 576px) {
  .slide-1__pagination {
    display: block;
    margin-top: 3rem;
  }
}

.pagination-nav {
  position: unset;
  width: unset !important;
}
.pagination-nav .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 3rem;
  font-weight: 700;
  color: #144cdd;
  opacity: 1;
  background: transparent !important;
  margin: 1rem !important;
}
@media screen and (max-width: 576px) {
  .pagination-nav .swiper-pagination-bullet {
    font-size: 1.6rem;
    margin: 0.5rem !important;
  }
}
.pagination-nav .swiper-pagination-bullet-active {
  color: #e12454;
}

.slide-3__prev__next {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 1rem auto;
  padding: 1rem;
  border-radius: 5rem;
  align-items: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .slide-3__prev__next {
    margin: 3rem auto 1rem auto !important;
  }
}
.slide-3__prev__next .slide-3__prev {
  position: unset;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(112, 112, 112, 0.1215686275);
  border-radius: 3rem;
  transition: 0.3s ease-in-out;
  margin-top: 0;
}
.slide-3__prev__next .slide-3__prev::after {
  font-size: 2.2rem;
  color: rgba(112, 112, 112, 0.1215686275);
  font-weight: 500;
}
.slide-3__prev__next .slide-3__prev:hover {
  background-color: #144cdd;
}
.slide-3__prev__next .slide-3__prev:hover::after {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .slide-3__prev__next .slide-3__prev {
    display: none;
  }
}
.slide-3__prev__next .slide-3__next {
  position: unset;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(112, 112, 112, 0.1215686275);
  border-radius: 3rem;
  transition: 0.3s ease-in-out;
  margin-top: 0;
}
.slide-3__prev__next .slide-3__next::after {
  font-size: 2.2rem;
  color: rgba(112, 112, 112, 0.1215686275);
  font-weight: 500;
}
.slide-3__prev__next .slide-3__next:hover {
  background-color: #144cdd;
}
.slide-3__prev__next .slide-3__next:hover::after {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .slide-3__prev__next .slide-3__next {
    display: none;
  }
}

.client__img {
  width: -webkit-fill-available;
}

.testimonials_block {
  margin-top: 5rem;
}
.testimonials_block .slide__box__single {
  background-color: #396cf0;
}
.testimonials_block .slide__box__single .slide__box__inner {
  margin: 0 5rem;
  margin-top: -5rem;
  padding-bottom: 3rem;
}
.testimonials_block .slide__box__single .slide__box__inner .client__words {
  color: #ffffff;
  line-height: 1.8;
  padding: 3rem 0;
}
@media screen and (max-width: 576px) {
  .testimonials_block .slide__box__single .slide__box__inner .client__words {
    font-size: 1.2rem;
  }
}
.testimonials_block .slide__box__single .slide__box__inner .client__name {
  color: #ffffff !important;
  margin-bottom: 1.6rem;
}
.testimonials_block .slide__box__single .slide__box__inner .star-icon svg {
  color: #fed533;
}

.burger {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .burger {
    display: block;
    cursor: pointer;
    order: -1;
    width: 2rem;
    height: auto;
    border: none;
    outline: none;
    visibility: visible;
  }
}
.burger .burger-line {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 2px;
  margin: 6px auto;
  transform: rotate(0deg);
  background-color: #363636;
  transition: all 0.3s ease-in-out;
}

/* tab start*/
.tab,
.tab2,
.tab3 {
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

button.tablink,
button.tablink2,
button.tablink3 {
  background-color: transparent;
}

.tab button.active,
.tab2 button.active,
.tab3 button.active {
  background-color: #396cf0 !important;
  color: #ffffff;
}

.tab2 .services__tag__box.active {
  background-color: #396cf0 !important;
  color: #ffffff;
}

.tab2 .services__tag__box.active h3 {
  color: #ffffff;
}

.tabcontent,
.tabcontent2,
.tabcontent3 {
  display: none;
  border-top: none;
}

.tabcontent,
.tabcontent2,
.tabcontent3 {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 576px) {
  nav .dropdown-menu {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.dropdown-item {
  font-size: 1.4rem;
  padding: 1rem 3rem;
  color: unset;
}
.dropdown-item:hover {
  color: #ffffff;
}

.footer {
  background-color: #223645;
  padding: 10rem 0;
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer .footer__icon svg {
  margin-right: 1rem;
}
.footer .footer__container .footer__row__top {
  row-gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 992px) {
  .footer .footer__container .footer__row__top .footer__logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__row__top .footer__logo {
    width: 50% 4;
  }
}
.footer .footer__container .footer__row__top .footer__newsletter {
  display: grid;
  align-items: center;
  justify-content: end;
  gap: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 992px) {
  .footer .footer__container .footer__row__top .footer__newsletter {
    justify-content: center;
  }
}
.footer .footer__container .footer__row__top .footer__newsletter .newsletter__heading {
  color: #ffffff;
  grid-column: 1/4;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Saira", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__row__top .footer__newsletter .newsletter__heading {
    grid-column: 1/12;
    text-align: center;
    justify-content: center;
  }
}
.footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input {
  position: relative;
  grid-column: 4/12;
  padding: 1rem;
  background: white;
  border-radius: 5rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input {
    grid-column: 1/12;
  }
}
.footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input .footer__top__input {
  flex: 1 0 60%;
  border: none;
  background: transparent;
  padding: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 376px) {
  .footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input .footer__top__input {
    max-width: 150px;
  }
}
.footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input .footer__top__input:focus {
  outline: none;
}
.footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input .footer__top__input::-moz-placeholder {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input .footer__top__input::placeholder {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer .footer__container .footer__row__top .footer__newsletter .newslwtter__input .newsletter__btn {
  border-radius: 3rem;
  background-color: #e12454;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Saira", sans-serif;
}
.footer .footer__container .footer__row__bottom {
  row-gap: 5rem;
}
@media screen and (max-width: 576px) {
  .footer .footer__container .footer__row__bottom {
    text-align: center;
  }
}
.footer .footer__container .footer__row__bottom .social__icons__list {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  .footer .footer__container .footer__row__bottom .social__icons__list {
    justify-content: center;
  }
}
.footer .footer__container .footer__row__bottom .social__icons__list__item {
  transition: 0.3s linear;
}
.footer .footer__container .footer__row__bottom .social__icons__list__item svg {
  color: #ffffff;
  width: 1.6rem;
  background: #245274;
  padding: 1rem;
  border-radius: 2rem;
}
.footer .footer__container .footer__row__bottom .social__icons__list__item:hover svg {
  background: #e12454;
}
.footer .footer__container .footer__row__bottom .footer__address p {
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.footer .footer__container .footer__row__bottom .footer__contact {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer .footer__container .footer__row__bottom .footer__contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8rem;
  transition: 0.2s linear;
}
.footer .footer__container .footer__row__bottom .footer__contact a:hover {
  color: #e12454 !important;
}
.footer .footer__container .footer__row__bottom .footer__list {
  color: #ffffff !important;
}
@media screen and (max-width: 576px) {
  .footer .footer__container .footer__row__bottom .footer__list ul {
    text-align: center !important;
  }
}
.footer .footer__container .footer__row__bottom .footer__list h3 {
  text-transform: capitalize;
  color: #ffffff !important;
  margin-bottom: 3.9rem !important;
  white-space: nowrap !important;
}
@media screen and (max-width: 576px) {
  .footer .footer__container .footer__row__bottom .footer__list h3 {
    margin-bottom: 2rem !important;
    font-size: 2rem !important;
  }
}
.footer .footer__container .footer__row__bottom .footer__list li {
  margin-bottom: 2rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  transition: 0.2s linear;
}
@media screen and (max-width: 576px) {
  .footer .footer__container .footer__row__bottom .footer__list li {
    margin-bottom: 2rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    transition: 0.2s linear;
    display: flex;
    flex-direction: column;
  }
}
.footer .footer__container .footer__row__bottom .footer__list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  transition: 0.2s linear;
}
.footer .footer__container .footer__row__bottom .footer__list li a:hover {
  text-decoration: underline;
}

.copyright span {
  font-size: 1.6rem;
}

.tag__banner__2 {
  min-height: unset;
  padding: 8rem 0;
}
@media screen and (max-width: 576px) {
  .tag__banner__2 {
    padding: 6rem 0;
  }
}
.tag__banner__2 .f__width__banner__row {
  row-gap: 3rem;
}
@media screen and (max-width: 576px) {
  .tag__banner__2 .f__width__banner__row {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .tag__banner__2 .f__width__banner__row {
    padding: 0;
  }
}
.tag__banner__2 .f__width__banner__row .f__width__banner__container__child {
  padding: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 576px) {
  .tag__banner__2 .f__width__banner__row .f__width__banner__container__child {
    padding: 3rem;
  }
}
.tag__banner__2 .f__width__banner__row .f__width__banner__container__child img {
  height: 80px;
  margin: 0 auto;
}

/*List*/
.wrapper-dropdown {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  text-align: left;
  display: flex;
  align-items: center;
  color: #707070;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 0.5rem 4rem 0.5rem 2rem;
  line-height: 2.5;
}
@media screen and (max-width: 576px) {
  .wrapper-dropdown {
    width: -webkit-fill-available;
  }
}

.wrapper-dropdown::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #a0a0a0 transparent;
}

.wrapper-dropdown.active::before {
  border-width: 0 6px 6px 6px;
}

.wrapper-dropdown .dropdown {
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: inherit;
  box-shadow: inherit;
  background: inherit;
  transition: 0.3s ease;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1254901961);
}

.wrapper-dropdown .dropdown li {
  padding: 0 1.5rem;
  overflow: hidden;
  transition: 0.5s ease;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.wrapper-dropdown .dropdown li:hover {
  background: #396cf0;
  color: #ffffff;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.menu-item .dropdown-toggle::after {
  content: none !important;
}

.menu-item .dropdown-toggle::before {
  content: "▾";
  position: absolute;
  right: -1.5rem;
  font-size: 2rem;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .menu-item .dropdown-toggle::before {
    right: -1.8rem;
    font-size: 2rem;
    top: -6px;
  }
}

.dropdown-menu {
  display: unset !important;
  transition: 0.2s linear;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  padding: 2rem 1.5rem;
  visibility: hidden;
  left: 0px !important;
  top: 40px !important;
}
@media screen and (max-width: 992px) {
  .dropdown-menu {
    top: 30px !important;
  }
}

.dropdown-menu.show {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  left: 0px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
}

.dropdown-item {
  padding: 1.5rem 3rem;
  font-family: "Saira", sans-serif;
  font-weight: 500;
  color: #000000 !important;
}

header {
  background-color: #396cf0;
  padding: 1.3rem 0;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}
header .container__xl {
  max-width: 150rem;
  gap: 3rem;
}
header .container__xl .header__info__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
header .container__xl .header__info__block p,
header .container__xl .header__info__block a {
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Saira", sans-serif;
}
header .container__xl .header__info__block p:hover,
header .container__xl .header__info__block a:hover {
  color: #ffffff !important;
}
header .container__xl .header__info__block svg {
  color: #ffffff;
  font-size: 1.4rem;
}

nav {
  background-color: #ffffff;
  padding: 2.5rem 0;
}
nav .container__xl {
  max-width: 150rem;
}
nav .navbar-nav {
  width: 63%;
  gap: 2rem;
}
@media screen and (max-width: 1400px) {
  nav .navbar-nav {
    width: 67%;
  }
}
@media screen and (max-width: 992px) {
  nav .navbar-nav {
    width: unset;
    margin-top: 3rem !important;
    text-align: left;
  }
}
nav .navbar-nav .nav-item .nav-link {
  font-family: inherit;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
nav .navbar-nav .nav-item .nav-link:hover {
  color: #396cf0 !important;
}
nav .navbar-form-search {
  position: relative;
  margin-right: 2rem !important;
}
@media screen and (max-width: 992px) {
  nav .navbar-form-search {
    text-align: left;
    margin-top: 15px;
    margin-right: 0 !important;
  }
}
nav .navbar-form-search .form-control {
  padding-left: 3rem;
}
@media screen and (max-width: 1200px) {
  nav .navbar-form-search .form-control {
    max-width: unset;
  }
}
nav .navbar-form-search .btn {
  border: 0;
  background: transparent;
  font-size: 18px;
}
nav .navbar-form-search .btn:active, nav .navbar-form-search .btn:hover, nav .navbar-form-search .btn:focus {
  color: #000;
  outline: none;
  box-shadow: none;
}
nav .navbar-form-search .search-form-container {
  text-align: right;
  position: absolute;
  width: 300px;
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  nav .navbar-form-search .search-form-container {
    top: 7rem;
    right: 0;
  }
}
nav .navbar-form-search .search-form-container.hdn {
  width: 0;
}
@media screen and (max-width: 992px) {
  nav .navbar-form-search .search-form-container {
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  nav .navbar-form-search .search-form-container {
    top: 0;
    width: 100%;
  }
}
nav .navbar-form-search .search-form-container .search-input-group {
  width: 200px;
  display: flex;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  nav .navbar-form-search .search-form-container .search-input-group {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  nav .navbar-form-search .search-form-container .search-input-group {
    width: 100%;
  }
}
nav .navbar-form-search .search-form-container .search-input-group .btn-cancel {
  position: absolute;
  right: 0;
}
nav .navbar-form-search .search-form-container .search-input-group .btn-search {
  position: absolute;
  left: 0;
}
nav svg {
  color: #808080;
}
nav .dropdown-menu {
  top: 58px !important;
}
@media screen and (max-width: 992px) {
  nav .dropdown-menu {
    top: unset !important;
  }
}
nav .navbar-nav .dropdown-menu {
  position: absolute !important;
}

.square__btn {
  color: #ffffff;
  padding: 2rem 4rem !important;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  background-color: #396cf0;
  border: none;
  border-radius: 0.5rem;
  display: inline-flex;
  font-family: "Saira", sans-serif;
}
@media screen and (max-width: 992px) {
  .square__btn {
    display: none !important;
  }
}

::-moz-selection {
  background: #e12454;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #e12454;
  color: #ffffff;
  text-shadow: none;
}

.v-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

header {
  background-color: #396cf0;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}
header .container {
  max-width: 150rem;
  padding: 0 2rem;
  gap: 3rem;
}
header .container .header__info__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
header .container .header__info__block p {
  color: #ffffff;
  font-size: 1.4rem;
}
header .container .header__info__block svg {
  color: #ffffff;
  font-size: 1.4rem;
}

.navbar {
  padding: 2rem 0rem;
}

.banner {
  background-image: url("../images/home-v4/banner/1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  position: relative;
  z-index: 999;
}
.banner::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2954c5;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .banner {
    height: 70vh;
    min-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 70vh;
    min-height: 500px;
  }
}
.banner .banner__heading {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  font-size: 5.2rem;
}
.banner .btn-1 {
  margin-top: 10rem !important;
}
@media screen and (max-width: 576px) {
  .banner .btn-1 {
    margin-top: 5rem !important;
  }
}

.appointment {
  min-height: 38rem;
  margin-top: -8rem;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 576px) {
  .appointment {
    margin-top: 0;
  }
}
.appointment .container {
  max-width: 146rem;
  background-image: url("../images/home-v4/banner/2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem;
  padding: 0 2rem;
  background-color: #063dbb;
}
@media screen and (max-width: 1400px) {
  .appointment .container {
    border-radius: unset;
  }
}
.appointment .inner-container {
  max-width: 117rem !important;
  margin: 0 auto;
  padding: 7rem 0;
}
@media screen and (max-width: 576px) {
  .appointment .inner-container {
    padding: 6rem 0rem;
  }
}
.appointment .row {
  row-gap: 2rem;
}
.appointment .title-2 {
  color: #ffffff !important;
  font-size: 2rem;
  font-family: "Saira", sans-serif;
  margin-bottom: 4rem;
  text-transform: capitalize;
}
.appointment input {
  width: 100%;
  border: 1px solid #c7c7c7;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  height: 5rem;
  padding: 1.5rem 1rem;
  resize: none;
}
.appointment input::-moz-placeholder {
  color: #c7c7c7;
  font-size: 1.4rem;
}
.appointment input::placeholder {
  color: #c7c7c7;
  font-size: 1.4rem;
}
.appointment textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  height: 5rem;
  padding: 1.7rem 1rem;
  resize: none;
  overflow: hidden;
}
.appointment textarea::-moz-placeholder {
  color: #c7c7c7;
}
.appointment textarea::placeholder {
  color: #c7c7c7;
}
.appointment input::-webkit-calendar-picker-indicator {
  filter: invert(1) grayscale(1) contrast(0.5);
}
.appointment input::-webkit-datetime-edit {
  color: #ffffff;
  font-size: 1.4rem;
}
.appointment input:focus::-webkit-datetime-edit {
  color: #ffffff;
}
.appointment #myDropdown {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1p;
  width: 100%;
  border: 1px solid #c7c7c7;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  height: 5rem;
  padding: 0rem 1.5rem 0rem 1.5rem;
}
.appointment .wrapper-dropdown .dropdown {
  background-color: #fafafa !important;
  color: #707070;
}
.appointment .wrapper-dropdown .dropdown li:hover {
  background: #144cdd;
}
.appointment button {
  display: flex;
  padding: 1rem 3rem;
  align-items: center;
  height: 5rem;
  background: #396cf0;
  color: #ffffff;
  justify-content: center;
  transition: 0.3s linear;
  width: 100%;
}
.appointment button:hover {
  background: #ffffff;
  color: #144cdd;
}

.doctors__slide {
  padding: 10rem 0;
}
@media screen and (max-width: 576px) {
  .doctors__slide {
    padding: 6rem 0 !important;
  }
}
.doctors__slide .container {
  max-width: 150rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.doctors__slide .row {
  row-gap: 3rem;
}
.doctors__slide .slide__box__single {
  text-align: center;
  display: inline-block;
  position: relative;
}
.doctors__slide .slide__box__single .doctor-img {
  position: relative;
  cursor: pointer;
}
.doctors__slide .slide__box__single .doctor-img img {
  margin: 0 auto;
  width: 100%;
}
.doctors__slide .slide__box__single .doc-img-1 {
  background-image: url("../images/doctors/5.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.doctors__slide .slide__box__single .doc-img-2 {
  background-image: url("../images/doctors/6.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.doctors__slide .slide__box__single .doc-img-3 {
  background-image: url("../images/doctors/7.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.doctors__slide .slide__box__single .doc-img-4 {
  background-image: url("../images/doctors/8.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.doctors__slide .slide__box__single .doc-img-5 {
  background-image: url("../images/doctors/13.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.doctors__slide .slide__box__single .doc-img-6 {
  background-image: url("../images/doctors/14.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.doctors__slide .slide__box__single .doc-img-tag {
  position: absolute;
  bottom: 1rem;
  right: 50%;
  font-size: 1.3rem;
  font-weight: 300;
  transform: translateX(50%);
  color: #ffffff;
}
.doctors__slide .slide__box__single .doctor__details h3 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin: 3rem 0 1.6rem 0;
  font-weight: bold;
}
.doctors__slide .slide__box__single .doctor__details__btn {
  margin-top: 3rem;
}
.doctors__slide .slide__box__single .doctor__details__btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.services__department {
  padding: 10rem 0;
}
@media screen and (max-width: 576px) {
  .services__department {
    padding: 6rem 0;
  }
}
.services__department .container {
  max-width: 150rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.services__department .slider-3 {
  margin-top: 4rem;
}
.services__department .slider-3 .slider__box {
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1254901961);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f5f5f5;
  z-index: -1;
  cursor: pointer;
}
.services__department .slider-3 .slider__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #1c2763 0%, #144cdd 100%);
  z-index: -1;
  -webkit-clip-path: circle(24.3% at 100% 100%);
          clip-path: circle(24.3% at 100% 100%);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.services__department .slider-3 .slider__box:hover::before {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
  background: linear-gradient(135deg, #1c2763 0%, #144cdd 100%);
}
.services__department .slider-3 .slider__box:hover > * {
  color: #ffffff;
}
.services__department .slider-3 .slider__box:hover .slider__box__icon svg {
  color: #ffffff;
}
.services__department .slider-3 .slider__box:hover .slider__box__content h6 {
  color: #ffffff;
}
.services__department .slider-3 .slider__box .slider__box__icon {
  margin-bottom: 1rem;
}
.services__department .slider-3 .slider__box .slider__box__icon svg {
  color: #396cf0;
  font-size: 6rem !important;
}
.services__department .slider-3 .slider__box .slider__box__content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.services__department .slider-3 .slider__box .slider__box__content h6 {
  font-family: "Roboto", sans-serif;
  color: #001064;
  font-weight: 400;
}
.services__department .slider-3 .slider__box .slider__box__content p {
  color: "Roboto", sans-serif;
  font-size: 1.4rem;
}

.success__counter {
  background: rgb(100, 21, 175);
  background: radial-gradient(circle, rgb(100, 21, 175) 0%, rgb(6, 24, 165) 75%);
  mix-blend-mode: multiply;
  min-height: 40rem;
  padding: 10rem 0;
}
@media screen and (max-width: 576px) {
  .success__counter {
    padding: 6rem 0;
  }
}
.success__counter .success__counter__top {
  text-align: center;
}
.success__counter .success__counter__top .heading-2 {
  font-size: 4rem;
}
.success__counter .success__counter__main {
  margin-top: 5rem;
}
.success__counter .success__counter__main .counter__row {
  row-gap: 3rem;
}
.success__counter .success__counter__main .counter__row .counter__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 250px;
  border-radius: 5rem;
  background: #0048ed;
  aspect-ratio: 10/8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 3rem;
}
.success__counter .success__counter__main .counter__row .counter__box .counter__icon {
  font-size: 3rem;
  width: 3rem;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5rem;
  padding: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .success__counter .success__counter__main .counter__row .counter__box .counter__icon {
    font-size: 4rem;
    width: 4rem;
    padding: 2rem;
  }
}
.success__counter .success__counter__main .counter__row .counter__box .counter__content .count__number {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 2rem !important;
}
.success__counter .success__counter__main .counter__row .counter__box .counter__content .count__number .count {
  font-size: 1.8rem !important;
}
.success__counter .success__counter__main .counter__row .counter__box .counter__content .counter__title {
  color: #ffffff;
  font-weight: 500;
  font-family: "Saira", sans-serif;
}

.about__video {
  padding: 10rem 0;
}
@media screen and (max-width: 576px) {
  .about__video {
    padding: 6rem 0;
  }
}
.about__video .section_heading .title-3 {
  color: #707070;
  font-weight: 400;
}
.about__video .section_heading .heading-2 {
  color: #363636;
  font-weight: 600;
}
.about__video .video__block {
  cursor: pointer;
  position: relative;
  margin-top: 4rem;
}
.about__video .video__block .play__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
}
@media screen and (max-width: 576px) {
  .about__video .video__block .play__button {
    width: 30%;
  }
}
.about__video .video__block .play__button:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2509803922);
  border-radius: 8rem;
}

.about__us {
  background-image: url("../images/call2action/2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f3f8fc;
  padding: 10rem 0;
  position: relative;
  z-index: 999;
}
.about__us::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 27%, rgb(242, 242, 243) 63%);
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .about__us {
    padding: 6rem 0;
  }
}
.about__us .about__us__row {
  height: 100%;
  align-items: center;
}
.about__us .about__us__row .about__us__col {
  align-items: center;
}
.about__us .about__us__row .about__us__col .about__us__content .title-3 {
  text-align: left;
  color: #707070;
}
.about__us .about__us__row .about__us__col .about__us__content .heading-2 {
  padding: 2rem 0;
  text-align: left;
  color: #363636;
  font-weight: 600;
  font-size: 3.5rem;
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key {
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  padding: 2rem;
}
@media screen and (max-width: 576px) {
  .about__us .about__us__row .about__us__col .about__us__content .about__us__content__key {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
  }
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key:hover {
  color: #ffffff !important;
  background-color: #396cf0 !important;
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key:hover .content__key__title {
  color: #ffffff !important;
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key:hover .content__key__icon {
  color: #396cf0 !important;
  background-color: #ffffff;
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key:hover .content__key__para {
  color: #ffffff !important;
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key .content__key__heading .content__key__icon {
  padding: 0.5rem;
  border: 1px solid;
  color: #396cf0;
  border: 1px solid rgba(112, 112, 112, 0.1215686275);
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 900;
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key .content__key__heading .content__key__title {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 2rem !important;
  text-transform: capitalize;
  color: #363636;
  text-align: left;
}
.about__us .about__us__row .about__us__col .about__us__content .about__us__content__key .content__key__para {
  color: #707070;
  line-height: 1.7;
  font-size: 1.4rem;
}
.about__us .about__us__row .about__us__col .about__us__content .btn-1 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .about__us .about__us__row .about__us__col .about__us__content .btn-1 {
    margin-top: 3rem !important;
  }
}

.blog {
  background-color: #ffffff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.0196078431);
  padding: 10rem 0;
  row-gap: 3rem;
}
@media screen and (max-width: 576px) {
  .blog {
    padding: 6rem 0;
  }
}
.blog .section_heading {
  margin-bottom: 4rem;
}
.blog .blog__item {
  box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.062745098);
}
@media screen and (max-width: 576px) {
  .blog .blog__item {
    text-align: center;
    padding: 0;
  }
}
.blog .blog__item .blog__item__content {
  padding: 2rem;
}
.blog .blog__item .blog__item__content .blog__item__title {
  font-family: "Saira", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #363636;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .blog .blog__item .blog__item__content .blog__item__title {
    font-size: 2rem;
  }
}
.blog .blog__item .blog__item__content .blog-info-2 {
  background-color: #ffffff;
  color: #363636;
  text-align: left;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1215686275);
  margin: 1rem 0;
}
@media screen and (max-width: 576px) {
  .blog .blog__item .blog__item__content .blog-info-2 {
    text-align: center;
  }
}
.blog .blog__item .blog__item__content .blog__item__para {
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  padding: 1.5rem 0;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .blog .blog__item .blog__item__content .blog__item__para {
    font-size: 1.2rem;
  }
}
.blog .blog__item .blog__item__content .blog__link {
  font-family: "Saira", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.blog .blog__item .blog__item__content .blog__link:hover {
  color: #396cf0 !important;
}

.testimonial__slide {
  padding: 10rem 0;
}
@media screen and (max-width: 576px) {
  .testimonial__slide {
    padding: 6rem 0;
  }
}
.testimonial__slide .testimonials_block {
  margin-top: 18rem;
  --bs-gutter-x: 2.5rem;
  row-gap: 3rem;
}
@media screen and (max-width: 992px) {
  .testimonial__slide .testimonials_block {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .testimonial__slide .testimonials_block {
    margin-top: 1rem;
  }
}
.testimonial__slide .swiper-wrapper {
  height: auto;
}
.testimonial__slide .swiper__five {
  margin-top: -16rem;
}
@media screen and (max-width: 992px) {
  .testimonial__slide .swiper__five {
    margin-top: unset;
  }
}
.testimonial__slide .slide__box__single {
  position: relative;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, #ffffff 26%, #396cf0 26%);
  cursor: pointer;
}
.testimonial__slide .slide__box__single .slide__box__inner {
  margin-top: unset;
  text-align: center;
}
@media screen and (max-width: 376px) {
  .testimonial__slide .slide__box__single .slide__box__inner {
    margin: 0 2rem 0 2rem;
  }
}
.testimonial__slide .slide__box__single .slide__box__inner .client__name {
  font-weight: 400;
}
.testimonial__slide .slide__box__single .slide__box__inner .client__tel {
  color: #396cf0;
  padding: 0.5rem 2rem;
  background-color: #ffffff;
  border-radius: 3rem;
}
.testimonial__slide .doc__col {
  margin: 0 auto;
}
.testimonial__slide .doc__contact {
  padding: 2rem;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.062745098);
}
@media screen and (max-width: 992px) {
  .testimonial__slide .doc__contact {
    justify-content: center;
  }
}
@media screen and (max-width: 376px) {
  .testimonial__slide .doc__contact {
    padding: 1rem;
  }
}
.testimonial__slide .doc__details {
  padding-left: 2rem;
}
.testimonial__slide .doc__details a {
  color: #396cf0;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}
.testimonial__slide .doc__details .name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #a1a1a1 !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}

.contact__banner__v2 {
  padding: 10rem 0;
  background-image: url("../images/home-v2/banner/5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  position: relative;
  z-index: 9;
}
.contact__banner__v2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #295cc5;
  opacity: 0.85;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .contact__banner__v2 {
    padding: 6rem 0;
  }
}
.contact__banner__v2 .heading-1 {
  padding-top: 0;
  color: #ffffff;
}

.couple__banner {
  position: relative;
}
.couple__banner .left-img {
  position: relative;
  z-index: 9;
}
.couple__banner .left-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fc001c;
  opacity: 0.5;
}
.couple__banner .right-img {
  position: relative;
  z-index: 9;
}
.couple__banner .right-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fc001c;
  opacity: 0.5;
}
.couple__banner .couple__banner__col {
  position: relative;
}
.couple__banner .couple__banner__col .couple__banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: self-start;
  gap: 2rem;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .couple__banner .couple__banner__col .couple__banner__content {
    gap: 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    align-items: center;
  }
}
.couple__banner .couple__banner__col .couple__banner__content svg {
  font-size: 4rem;
}
@media screen and (max-width: 576px) {
  .couple__banner .couple__banner__col .couple__banner__content svg {
    font-size: 2rem;
  }
}
.couple__banner .couple__banner__col .couple__banner__content h2 {
  margin: 1rem 0;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .couple__banner .couple__banner__col .couple__banner__content h2 {
    font-size: 2rem !important;
    margin: 0;
  }
}
.couple__banner .couple__banner__col .couple__banner__content a {
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .couple__banner .couple__banner__col .couple__banner__content a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .couple__banner .couple__banner__col .couple__banner__content a {
    font-size: 2rem;
  }
}

.footer__two {
  background-color: #1f1f1f;
  color: #c7c7c7 !important;
}
.footer__two .footer__logo h2 {
  color: #ffffff !important;
  margin-bottom: 2.8rem !important;
}
.footer__two .footer__address p {
  color: #c7c7c7 !important;
}
.footer__two .footer__contact a {
  color: #c7c7c7 !important;
}
.footer__two .footer__contact a:hover {
  color: #e12454 !important;
}
.footer__two .footer__list {
  color: #c7c7c7 !important;
}
.footer__two .footer__list h4 {
  color: #c7c7c7 !important;
}
.footer__two .footer__list li {
  color: #c7c7c7 !important;
}
.footer__two .footer__list li a {
  color: #c7c7c7 !important;
}
.footer__two .footer__list li a:hover {
  text-decoration: underline;
}
.footer__two .footer__icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__two .footer__icon svg {
  padding: 1rem;
  background-color: #396cf0;
  border-radius: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .footer__two .footer__contact a {
    justify-content: center;
  }
}

.footer__newsletter {
  border-bottom: 1px solid #384697;
  height: 100%;
  background-color: #1c2763;
}
.footer__newsletter .social__icons__list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__newsletter .social__icons__list {
    justify-content: center;
  }
}
.footer__newsletter .social__icons__list__item svg {
  color: #ffffff;
  width: 1.6rem;
  background: #1f1b57;
  padding: 1rem;
  border-radius: 2rem;
}
.footer__newsletter .social__icons__list__item svg:hover {
  color: #396cf0;
}
.footer__newsletter .newslwtter__input {
  height: 100%;
  white-space: nowrap;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__newsletter .newslwtter__input {
    text-align: center;
  }
}
@media screen and (max-width: 376px) {
  .footer__newsletter .newslwtter__input {
    white-space: unset !important;
  }
}
.footer__newsletter .footer__top__input {
  font-family: "Saira", sans-serif;
  padding: 0.5rem 1.5rem;
  height: 100%;
  color: #202020;
  background-color: #e7e7e7;
  border-radius: 3rem;
}
@media screen and (max-width: 376px) {
  .footer__newsletter .footer__top__input {
    width: 100%;
  }
}
.footer__newsletter .footer__top__input:focus {
  outline: none;
}
.footer__newsletter .newslwtter__input button {
  font-size: 1.6rem;
  color: #c9c9c9;
  font-family: "Saira", sans-serif;
  border: 1px solid;
  padding: 1rem 2rem;
  border-radius: 3rem;
  margin-left: 1rem;
  background-color: #e12454;
}
@media screen and (max-width: 376px) {
  .footer__newsletter .newslwtter__input button {
    margin-top: 2rem;
  }
}
.footer__newsletter .newsletter__row {
  row-gap: 2rem;
}

.copyright {
  padding: 3rem 0;
  background-color: #1c2763;
  text-align: center;
  font-family: "Saira", sans-serif;
}
.copyright span {
  color: #c7c7c7;
}/*# sourceMappingURL=index4.css.map */