body {
  font-family: "Roboto";
}

body::-webkit-scrollbar {
  width: 5px;
  display: none;
}

body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #b5975b;
}
body::-moz-scrollbar {
  width: 8px;
}
body::-moz-scrollbar-track {
  background: #fff;
}
body::-moz-scrollbar-thumb {
  background: #b5975b;
}
body::-o-scrollbar {
  width: 8px;
}
body::-o-scrollbar-track {
  background: #fff;
}
body::-o-scrollbar-thumb {
  background: #b5975b;
}
body::-ms-scrollbar {
  width: 8px;
}
body::-ms-scrollbar-track {
  background: #fff;
}
body::-ms-scrollbar-thumb {
  background: #b5975b;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.main-container {
  padding: 0 30px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: normal;
  font-size: 18px;
  color: #000;
  position: relative;
}
.navbar-light .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  background: url(../images/phone-icon.png) no-repeat;
  background-position: center;
  left: -27px;
  top: 9px;
  width: 24px;
  height: 25px;
}
.navbar-brand {
  position: relative;
  z-index: 99;
}
header {
  background: #ededed;
}
.doctors-image
{
  min-height:350px;
}
/* banner */
.banner {
  background: #ededed;
  margin-top: -45px;
  padding-bottom: 5%;
}
.banner-img {
  position: relative;
  z-index: 9;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.banner-text h2 {
  color: #071d42;
  font-weight: 500;
  font-size: 35px;
  margin: 0;
}
.banner-text span {
  color: #f60740;
}
.banner-form .form-control {
  border-bottom: 0.5px solid #136498;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  box-shadow: none;
}
.banner-form {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000066;
  border-radius: 28px;
  padding: 30px;
  margin-top: 50px;
}
.banner-form h3 {
  color: #071d42;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 15px;
  margin: 0;
}
.form-btn a {
  background: #f60740;
  box-shadow: 0px 3px 6px #00000066;
  border-radius: 32px;
  transition: 0.5s;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.form-btn img {
  padding-left: 10px;
}
.other-bg {
  position: relative;
}
.other-bg::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 530px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0 320px 320px 0;
}
.radio {
  margin: 0;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-label {
  padding-left: 0 !important;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  margin: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio-label:first-child {
  margin-left: 0;
}
.radio-label:last-child {
  margin-right: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 3px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 2px #fff;
}
.radio-btn {
  margin: 0;
  padding: 0;
}
.radio-btn li {
  list-style: none;
  display: inline-block;
}
.radio-btn {
  padding-top: 20px;
}
.banner-form input::placeholder {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.banner-form select {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.banner-form textarea::placeholder {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
/* Liver Transplantation */
.liver-text {
  text-align: center;
}
.liver-bg {
  padding: 5% 100px;
}
.liver-text h3 {
  font-weight: normal;
  color: #071d42;
  font-size: 30px;
}
.liver-text span {
  color: #f60740;
}
.liver-text p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 0;
}
.hospital-tretment {
  border: 1px solid #071d42;
  border-radius: 28px;
  text-align: center;
  padding: 30px 80px;
}
.hospital-tretment h3 {
  color: #071d42;
  font-size: 35px;
  font-weight: normal;
  padding-bottom: 10px;
}
.hospital-tretment span {
  color: #f60740;
}
.hospital-tretment p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 0;
}
/* Liver Transplantation at Rajagiri Hospital */
.type-text h3 {
  font-weight: normal;
  color: #071d42;
  font-size: 30px;
}
.type-text h3 {
  color: #071d42;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 20px;
}
.type-text span {
  color: #f60740;
}
.type-transpant {
  padding-top: 5%;
  padding-left: 75px;
}
.type-text p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  position: relative;
  padding-left: 25px;
}
.type-text p:last-child {
  margin-bottom: 0;
}
.type-text p::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: #f60740;
  left: 0;
  top: 0;
  border-radius: 29px;
}
/* faq */
.faq-a {
  cursor: pointer;
  font-size: 20px !important;
  width: 100%;
  /* float: left; */
  padding: 15px 15px;
  border-radius: 0px;
  position: relative;
  border: none;
  text-align: left;
  text-decoration: none !important;
  color: #000 !important;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s;
  border-radius: 56px;
  display: block;
}
.faq-a::after {
  position: absolute;
  content: "";
  background: url(../images/faq-icon-1.png) no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
  right: 0;
  top: 7px;
  right: 15px;
  transition: 0.5s;
}
.faq-a.collapsed::after {
  content: "";
  background: url(../images/faq-icon-2.png) no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
  transition: 0.5s;
}
.faq-sec .card {
  border: 1px solid #707070;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 29px;
}
.faq-card h2 {
  line-height: unset;
  font-size: unset;
  margin: 0;
}
.faq-content {
  padding: 20px;
}
.faq-sec {
  background: url(../images/faq-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 32%;
  margin-top: -29%;
}
/* Why choose Rajagiri Hospital */
.why-choose-sec h3 {
  color: #071d42;
  font-weight: normal;
  font-size: 30px;
  padding-bottom: 10px;
}
.why-choose-sec span {
  color: #f60740;
}
.why-choose-sec p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.why-choose-sec {
  text-align: center;
  border: 1px solid #071d42;
  padding: 30px 70px;
  border-radius: 28px;
  background: #fcfcfc;
  margin: 5% 11%;
}
/* Rajagiri Liver transplantsTeam */
.rajagiri-hospital {
  border: 1px solid #707070;
  padding: 5% 7%;
  padding-bottom: 3%;
}
.rajagiri-hospital h3 {
  font-size: 30px;
  text-align: center;
  color: #071d42;
  font-weight: normal;
  padding-bottom: 10px;
}
.rajagiri-hospital span {
  color: #f60740;
}
.doctors-image {
  padding-bottom: 35px;
}
.doctors-image h5 {
  color: #071d42;
  font-size: 20px;
  font-weight: normal;
  padding-top: 10px;
}
.doctors-image h6 {
  color: #000;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
/* Testimonials */
.testi-img {
  position: relative;
}
.modal-dialog {
  max-width: 85%;
}
.testi-img .btn-primary {
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-sec h3 {
  font-size: 30px;
  color: #071d42;
  text-align: center;
  padding-bottom: 10px;
  font-weight: normal;
}
.testimonial-sec {
  padding: 5% 0;
  padding-left: 9%;
  position: relative;
}
.quate-img {
  position: absolute;
  left: 0;
  top: 185px;
}
/* discover sec */
.discover-bg {
  border: 0.5px solid #071d42;
  padding: 5% 5%;
}
.discover-text h3 {
  font-size: 25px;
  color: #071d42;
  font-weight: normal;
  position: relative;
}
.discover-text h3::after {
  position: absolute;
  content: "";
  background: #f60740;
  width: 15px;
  height: 100%;
  left: -72px;
  top: 0;
}
.discover-text span {
  color: #f60740;
}
.discover-btn {
  text-align: right;
}
.discover-btn a {
  box-shadow: 0px 3px 6px #00000066;
  border-radius: 20px 0px 32px 20px;
  background: #f60740;
  padding: 13px 25px;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.discover-btn a:hover {
  background: #071d42;
  transition: 0.5s;
}
/* mapp */
.rajagiri-contact {
  background: #071d42;
  padding: 20px;
  box-shadow: 3px 3px 6px #00000029;
}
.rajagiri-contact ul {
  margin: 0;
  padding: 0;
}
.rajagiri-contact li {
  list-style: none;
}
.rajagiri-contact h4 {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
}
.rajagiri-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  transition: 0.5s;
  position: relative;
}
.phone-icon::after {
  position: absolute;
  content: "";
}
.addres-box {
  background: #fff;
  padding: 20px;
  box-shadow: 3px 3px 6px #00000029;
}
.addres-box h5 {
  color: #f60740;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-top: 17px;
}
.addres-box h5::after {
  position: absolute;
  content: "";
  background: #071d42;
  top: 0;
  left: 0;
  width: 15px;
  height: 1px;
}
.addres-box p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.addres-box a {
  text-decoration: none;
  color: #071d42;
  font-size: 15px;
  font-weight: normal;
  position: relative;
}
.addres-box a::before {
  position: absolute;
  content: "";
  background: #071d42;
  width: 75px;
  height: 1px;
  right: -83px;
  top: 9px;
}
.map-sec {
  position: relative;
  padding: 5% 0;
  padding-bottom: 1%;
}
.rajagiri-detils {
  position: absolute;
  top: 120px;
  left: 70px;
}
/* coppy-right */
.coppy-right-sec {
  background: #071d42;
  padding: 1% 30px;
}
.coppy-text p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
.footer-social ul {
  padding: 0;
  margin: 0;
}
.footer-social li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.footer-social a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.footer-social {
  text-align: right;
}
/* responsive */
@media screen and (max-width: 991px) {
  .other-bg::after {
    display: none;
  }
  .main-container {
    padding: 0 15px;
  }
  .banner {
    margin-top: 0;
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand {
    width: 100px;
  }
  .banner-text h2 {
    font-size: 25px;
  }
  .banner-form {
    margin-top: 20px;
    padding: 20px;
  }
  .banner-form h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .radio-label {
    margin: 0 5px;
    font-size: 13px;
  }
  .banner-form input::placeholder {
    font-size: 13px;
  }
  .banner-form select {
    font-size: 13px;
  }
  .banner-form textarea::placeholder {
    font-size: 13px;
  }
  .radio input[type="radio"] + .radio-label:before {
    top: 2px;
  }
  .radio-btn {
    padding-top: 10px;
  }
  .form-btn a {
    font-size: 14px;
  }
  .liver-bg {
    padding: 5% 0px;
  }
  .liver-text h3 {
    font-size: 25px;
  }
  .liver-text p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .hospital-tretment {
    padding: 5% 15px;
  }
  .hospital-tretment h3 {
    font-size: 25px;
    margin: 0;
  }
  .hospital-tretment p {
    font-size: 14px;
  }
  .type-transpant {
    padding-left: 0;
    padding-top: 10%;
  }
  .type-text p {
    font-size: 14px;
  }
  .type-text h3 {
    font-size: 25px;
    margin: 0;
  }
  .faq-a {
    font-size: 16px !important;
  }
  .faq-content p {
    font-size: 14px;
    margin: 0;
  }
  .why-choose-sec {
    margin: 10% 0;
    padding: 5% 15px;
  }
  .why-choose-sec h3 {
    font-size: 25px;
  }
  .why-choose-sec p {
    font-size: 14px;
    margin: 0;
  }
  .rajagiri-hospital h3 {
    font-size: 25px;
  }
  .rajagiri-hospital {
    padding: 5% 15px;
    padding-bottom: 1%;
  }
  .doctors-image h5 {
    font-size: 17px;
  }
  .doctors-image h6 {
    font-size: 14px;
  }
  .testimonial-sec h3 {
    font-size: 25px;
  }
  .quate-img {
    display: none;
  }
  .testimonial-sec {
    padding-left: 0;
  }
  .testi-img {
    margin-bottom: 20px;
  }
  .discover-text h3 {
    font-size: 20px;
  }
  .discover-btn {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .discover-bg {
    padding: 5% 15px;
  }
  .discover-btn a {
    font-size: 14px;
  }
  .rajagiri-detils {
    position: relative;
    top: 0;
    left: 0;
  }
  .rajagiri-contact h4 {
    font-size: 20px;
  }
  .rajagiri-contact a {
    font-size: 14px;
  }
  .addres-box p {
    font-size: 14px;
  }
  .addres-box h5 {
    font-size: 18px;
  }
  .addres-box a {
    font-size: 13px;
  }
  .coppy-right-sec {
    padding: 1% 15px;
  }
  .coppy-text p {
    font-size: 12px;
  }
  .footer-social {
    text-align: left;
  }
  .footer-social li {
    padding: 0 10px;
  }
  .footer-social li:first-child {
    padding-left: 0;
  }
  .footer-social a {
    font-size: 15px;
  }
  .footer-social img {
    width: 13px;
  }
}
