.sh_mega-title {
  font-size: 3.5em;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.1);
}
.sh_title {
  font-size: 2em;
}
.sh_title-red {
  color: #cb0000;
}
.sh_sub-title {
  letter-spacing: 0.004em;
  font-size: 1.1em;
  margin: 0;
}
.sh_description {
  line-height: 1.75;
  font-size: 1.05em;
  margin: 0;
}
.sh_min-title {
  font-size: 0.9em;
  margin: 0;
}
#navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 4em;
  margin-top: 50px;
}
#navbar .logo {
  position: relative;
  padding: 10px;
  width: 180px !important;
}
#navbar .logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  width: 100%;
  height: 100%;
  z-index: -1;
}
#navbar .active, #navbar .current_page_item a {
  color: #fa7212;
  font-weight: 500;
}
#navbar .toggle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#hero-slider .carousel-caption {
  text-align: left;
  left: 60%;
  right: auto;
  top: 30%;
}
.menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1em;
  margin-right: 1em;
}
.menu-list li:not(:last-child) {
  margin-right: 0px;
}
.menu-list li a {
  color: #000;
}
.menu-list li a:hover {
  color: #fa7212;
}
.affix .menu-list-1 {
  margin-right: 0em !important;
}
.affix .menu-toggle {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-flex !important;
}
.affix .toggle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.affix .logo {
  position: relative;
  padding: 10px;
  max-width: 150px;
}
.menu-toggle {
  transition: all 0.2s ease-in-out;
}
.phone-number {
  color: #fa7212;
  font-size: 15px;
  padding-bottom: 20px;
  display: inline-block;
  color: #100652;
  letter-spacing: 0.15px;
}
.phone-number span {
  padding-right: 5px;
}
@media (min-width: 0px) and (max-width: 800px) {
  #navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 1em 0em;
  }
  .affix {
    margin: 0em 0em !important;
    padding: 0 !important;
  }
  .affix .menu-list-1 {
    margin-right: 0em !important;
    font-size: 0.65em !important;
  }
  .affix .menu-list li:not(:last-child) {
    margin-right: 21px;
  }
  .affix .logo {
    position: relative;
    padding: 0px;
    max-width: 150px !important;
  }
  .phone-number {
    display: none;
  }
  #navbar .logo {
    position: relative;
    padding: 10px;
    width: 101px;
  }
  #covid-strip p a {
    display: none;
  }
  .nav-link li {
    margin-bottom: 10px;
  }
  .nav-link li a {
    padding: 0em 0em 0.5em;
    color: #000;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #navbar .menu-list-1 {
    margin-right: 0em !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  #navbar .logo {
    position: relative;
    padding: 0px;
    width: 146px;
  }
}
@media (max-width: 800px) {
  #navbar .menu-list-1 .menu-part .menu-list-1 {
    font-size: 0.65em !important;
  }
}
@media (min-width: 1000px) {
  .dropdown-toggle:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    min-height: 30px;
  }
  .dropdown-menu {
    padding: 5px 0;
  }
  .dropdown-menu .dropdown-item {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    padding: 5px 10px;
  }
  .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #9c15b2;
  }
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #9c15b2;
  }
}
#hero-slider .carousel-item:nth-child(2) .carousel-caption {
  left: 10%;
  top: 30%;
}
#hero-slider .carousel-item:nth-child(3) .carousel-caption {
  left: 10%;
  top: 30%;
}
#hero-slider .carousel-caption {
  text-align: left;
  left: 60%;
  right: auto;
  top: 35%;
}
#hero-slider .carousel-caption h1 {
  font-size: 2.5em;
  color: #cb0000;
  margin-bottom: 20px;
  line-height: 1.3;
}
#hero-slider .carousel-caption p {
  color: #100652;
  line-height: 1.6;
  font-size: 1.1em;
}
#hero-slider .carousel-caption .slider-btn {
  padding: 10px 20px;
  background: #fa7212;
  border-radius: 3px;
  color: #fff;
  margin-top: 0.5em;
  display: inline-block;
  font-size: 1.1em;
  transition: all 0.2s ease-in-out;
}
#hero-slider .carousel-caption .slider-btn:hover {
  background: #fa7212;
  color: #fff;
  box-shadow: 0 0 2px 3px rgba(250, 114, 8, 0.3);
}
#hero-slider .carousel-caption .slider-btn span {
  padding-left: 10px;
}
#hero-slider .carousel-caption .slider-btn span img {
  max-width: 15px;
  margin-top: -2px;
}
@media (max-width: 800px) {
  #hero-slider .carousel-caption {
    text-align: left;
    left: 60%;
    right: auto;
    top: 28% !important;
  }
  #hero-slider .carousel-caption h1 {
    font-size: 2em !important;
    color: #cb0000;
    margin-bottom: 20px;
    line-height: 1.1;
  }
}
#about-aryam {
  padding: 3em 1em 0 1em;
  background: linear-gradient(152deg, #fffbf4 66%, transparent 60%);
}
#about-aryam .book-an-appointment {
  padding-bottom: 4em;
}
#about-aryam .book-an-appointment a {
  background: #fa7212;
  padding: 12px 20px;
  display: inline-block;
  margin-top: 2em;
  color: #fff;
  font-size: 1.05em;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
#about-aryam .book-an-appointment a:hover {
  background: #fa7212;
  color: #fff;
  box-shadow: 0 0 2px 3px rgba(250, 114, 8, 0.3);
}
#about-aryam .book-an-appointment a span {
  padding-left: 10px;
}
#about-aryam .book-an-appointment a span img {
  max-width: 18px;
  margin-top: -3px;
}
#about-aryam .services-list .each-service {
  background: #f9f9f9;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  text-align: center;
  padding: 2em 0;
  transition: all 0.2s ease-in-out;
}
#about-aryam .services-list .each-service:hover {
  background: #fff0f0;
  -webkit-box-shadow: 0px 0px 30px rgba(237, 190, 190, 0.3);
  box-shadow: 0px 0px 30px rgba(237, 190, 190, 0.3);
  border-radius: 6px;
}
#about-aryam .services-list .each-service img {
  display: table;
  margin: 0 auto;
  max-width: 70px;
  margin-bottom: 1em !important;
}
#about-aryam .services-list .each-service h4 {
  font-size: 1.2em;
  color: #000;
}
#about-aryam .services-list .each-service p {
  letter-spacing: 0.005em;
  font-weight: 300;
}
#about .welcome-aryam {
  padding-top: 4em !important;
}
#about .welcome-aryam .section-heading {
  margin-bottom: 4em;
}
#about .welcome-aryam .section-heading .sh_title {
  margin-bottom: 1em;
}
#about .welcome-aryam .content {
  background: linear-gradient(144.66deg, #eaf0fa 17.67%, #eaf0fa 30.96%, #e3e9f5 83.14%);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#about .welcome-aryam .content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: url("../img/bgs/about-aryam-bg-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 200px;
  z-index: -1;
  border-radius: 10px 0 0 10px;
}
#about .welcome-aryam .content .content-inner h3 {
  font-size: 1.75em;
  color: #22356f;
  letter-spacing: 1px;
  margin-bottom: 1.5em;
  font-family: "Roboto", sans-serif;
  position: relative;
}
#about .welcome-aryam .content .content-inner h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #fff;
}
#about .welcome-aryam .content .content-inner h3 span {
  color: #cb0000;
}
#about .welcome-aryam .content .content-inner p {
  color: #777d96;
  line-height: 1.9;
  padding: 4em 0 4em 4em;
  text-align: start;
}
#about .welcome-aryam .content .content-inner p .red-font {
  font-weight: 600 !important;
  color: #777d96;
}
#about .welcome-aryam .content .content-inner p .red-font a {
  font-weight: 600 !important;
  color: #777d96 !important;
}
@media (min-width: 0px) and (max-width: 768px) {
  #about-aryam {
    padding: 1em;
  }
  #about-aryam .services-list .row {
    display: flex;
    grid-template-columns: 150px 150px 150px 150px 150px;
    overflow-y: scroll;
    flex-wrap: nowrap;
  }
  #about-aryam .book-an-appointment {
    padding-bottom: 1em;
  }
  #about-aryam .book-an-appointment a {
    background: #fa7212;
    padding: 8px 8px;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #about-aryam .section-heading {
    margin-bottom: 1em;
  }
  #about-aryam .section-heading .sh_title {
    margin-bottom: 1em;
    font-size: 1.3em;
  }
  #about-aryam .section-heading .sh_sub-title {
    letter-spacing: 0.004em;
    font-size: 1.1em;
    margin: 0;
    margin-top: 2em;
  }
  #about-aryam .sh_mega-title {
    font-size: 2.2em;
  }
  #about .welcome-aryam {
    padding-top: 0em;
  }
  #about .welcome-aryam .content .content-inner h3 {
    font-size: 1.75em;
    color: #22356f;
    letter-spacing: 1px;
    margin-bottom: 1em;
    font-family: "Roboto", sans-serif;
    margin-top: 1em;
  }
  #about .welcome-aryam .content .content-inner p {
    color: #777d96;
    line-height: 1.9;
    padding: 1em !important;
  }
}
@media (max-width: 600px) {
  #about-aryam {
    padding: 1em;
  }
  #about-aryam .services-list .row {
    display: -webkit-box !important;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-list .col-sm-3 {
    width: 60% !important;
  }
  .services-list .each-service {
    padding: 1.3em 0em !important;
  }
}
#our-services {
  padding: 4em 4em 1em 4em;
}
#our-services .section-heading {
  margin-bottom: 4em;
}
#our-services .section-heading .sh_mega-title {
  margin-bottom: 10px;
}
#our-services .section-heading .sh_description .line {
  color: #cb0000;
}
#our-services .cstrip {
  max-width: 44%;
  background: #ffb000;
  margin: 0 auto;
  padding: 5px 9px !important;
  margin-top: 0.85em;
  border-radius: 7px;
}
#our-services .cstrip p {
  color: #000;
  font-size: 1.1em;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  #our-services .cstrip p {
    word-break: break-all;
  }
}
#our-services .nav {
  background: #fff;
  box-shadow: 0px 6px 20px #fff3ea;
}
#our-services .nav .nav-link {
  padding: 17px 15px;
  color: #11074b;
  letter-spacing: 0.25px;
  font-weight: 300;
}
#our-services .nav .nav-link:not(:last-child) {
  position: relative;
}
#our-services .nav .nav-link:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  border-bottom: 0.1px solid rgba(218, 218, 218, 0.5);
}
#our-services .nav .active {
  background: #cb0000;
  color: #fff;
  font-weight: normal;
}
#our-services .nav .active:after {
  border-color: #cb0000;
  right: 0;
}
#our-services .nav .active:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 30px;
  background: url("../img/icons/tab-arrow.png") no-repeat;
  background-size: contain;
}
#our-services .service-image {
  float: right;
  margin: 0.5em;
}
#our-services .service-content article h4 {
  margin-bottom: 0.7em;
  font-size: 1.5em;
}
#our-services .service-content article h4 span {
  padding-right: 10px;
}
#our-services .service-content article h4 span img {
  width: 30px;
}
#our-services .service-content article p {
  line-height: 1.75;
}
#our-services .service-content .accordion .card h5 {
  background: url("../img/icons/down-toogle.svg") no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}
#our-services .service-content .accordion .card h5 .collapsed {
  background-image: url("../img/icons/play-button.svg") !important;
}
#our-services .service-content .service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
#our-services .service-content .service-list li {
  display: grid;
  grid-template-columns: 18px auto;
  gap: 10px;
  align-items: start;
  width: 50.3%;
  padding-right: 5px;
}
#our-services .service-content .service-list li:not(:last-child) {
  margin-bottom: 15px;
}
#our-services .service-content .nursing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
}
#our-services .service-content .nursing li {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 12px;
  align-items: start;
  width: 100% !important;
}
#our-services .service-content .nursing li:not(:last-child) {
  margin-bottom: 15px;
}
#our-services .service-content .card-header {
  padding: 0 0.5rem 0 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: -1.5em;
}
#our-services .service-content .btn-link {
  color: #fa7212 !important;
  width: 100%;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
#our-services .service-content .btn-link:hover {
  text-decoration: none !important;
}
#our-services .service-content .btn-point {
  cursor: text !important;
}
#our-services .service-content .btn-stick .accordion {
  display: none !important;
}
#our-services .service-content .btn-stick .accordion .collapse {
  display: none !important;
}
#our-services .service-content .btn:focus, #our-services .service-content .btn.focus {
  outline: 0;
  box-shadow: none !important;
  text-decoration: none !important;
}
#our-services .service-content .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  margin-bottom: 1em;
}
#our-services .service-content .physo-equipment {
  display: flex;
  flex-wrap: wrap;
  padding: 0.85em 0em;
}
#our-services .service-content .physo-equipment li {
  display: grid;
  grid-template-columns: 18px auto;
  gap: 10px;
  width: 50% !important;
}
#our-services .service-content .physo-equipment li:not(:last-child) {
  margin-bottom: 15px;
}
#our-services .nurse-title {
  font-size: 1em !important;
  color: #fa7212 !important;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.55em;
  margin-top: 0.45em;
  letter-spacing: 1px;
  font-weight: 400;
}
#our-services .list .each-list {
  margin: 0;
  padding-left: 1em;
  position: relative;
}
#our-services .list .each-list:not(:last-child) {
  margin-bottom: 10px;
  line-height: 1;
}
#our-services .list .each-list:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  background: #fa7212;
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.25em;
  left: 0;
}
#our-services .list .each-list .sub-title {
  font-size: 0.85em;
  color: #fa7212 !important;
  padding-right: 0.25em;
}
#our-services .list .each-list p {
  line-height: 1 !important;
}
@media (min-width: 0px) and (max-width: 768px) {
  #our-services {
    padding: 1em;
  }
  #our-services .sh_mega-title {
    font-size: 2em;
    margin-bottom: 0 !important;
  }
  #our-services .cstrip {
    max-width: 100% !important;
  }
  #our-services .section-heading {
    margin-bottom: 2em;
  }
  #our-services .service-content .service-list {
    margin-top: 1em;
  }
  #our-services .service-content .service-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px auto;
    grid-template-columns: 20px auto;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
  }
  #our-services .service-content .nurse-title {
    margin: 0 0 10px 0 !important;
    font-size: 1em !important;
  }
  #our-services .service-content .nursing li {
    width: 100.33% !important;
  }
  #our-services .service-content .physo-equipment {
    padding: 0em;
  }
  #our-services .service-content .physo-equipment li {
    width: 100.33% !important;
  }
  #our-services .nav {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -webkit-box;
    width: calc(100% + 30px);
    margin: 0 -15px;
    flex-wrap: unset;
    overflow-x: auto;
    border-bottom: 2px solid #ddd;
    -webkit-box-direction: normal;
  }
  #our-services .nav .nav-link {
    padding: 0.25em;
    padding: 5px 12px !important;
  }
  #our-services .nav .nav-link:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    border-bottom: none !important;
  }
  #our-services .nav .active {
    background: #cb0000;
    color: #fff;
    font-weight: normal;
    padding: 6px 12px !important;
  }
  #our-services .nav .nav-link:not(:last-child) {
    position: relative;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card {
    margin-bottom: 1em !important;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .service-list .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: none !important;
  }
  .card {
    margin-bottom: 1em !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #our-services .content .tab-list .nav {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
  #our-services .content .tab-list .nav .nav-link {
    border-bottom: none !important;
    background: #e1f3f4;
    margin: 0.5em;
    padding: 8px 12px !important;
    border-radius: 100px;
    /* flex-wrap: wrap; */
    /* -webkit-box-orient: horizontal !important; */
    /* -webkit-box-direction: normal !important; */
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #our-services .content .tab-list .nav .nav-link a {
    padding: 10px 15px;
  }
  #our-services .content .flex-column {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    max-width: 100%;
  }
  #our-services .content .service-content .physo-equipment .physo-equipment li {
    width: 50% !important;
  }
  #our-services .content .service-content .physo-equipment {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0em;
  }
  #our-services .content .service-content .physo-equipment li {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 12px;
    align-items: center;
    width: 50.33% !important;
  }
  #our-services .content .service-content .physo-equipment li:not(:last-child) {
    margin-bottom: 15px;
  }
  #our-services .nav {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #our-services .nav .nav-link {
    padding: 0.25em;
  }
  #our-services .nav .nav-link:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    border-bottom: none !important;
  }
  #our-services .nav .active {
    background: #cb0000;
    color: #fff;
    font-weight: normal;
    padding: 6px 12px !important;
  }
  .mob-800 {
    margin-top: 0 !important;
  }
  #our-services .nav .nav-link:not(:last-child) {
    position: relative;
    margin-right: 10px;
  }
}
@media (min-width: 790px) and (max-width: 800px) {
  .mobile {
    margin-top: 2em !important;
  }
}
#appointment {
  background: #100652;
  overflow: hidden;
}
#appointment .first-block {
  background: url("/img/bgs/appointment.png");
  background-size: cover;
}
#appointment [v-cloak] > * {
  display: none;
}
#appointment [v-cloak]::before {
  content: "loading...";
}
#appointment .appointment-form {
  padding: 4em;
}
#appointment .appointment-form h3 {
  text-align: center;
  margin-bottom: 1.5em;
  color: #fff;
  font-size: 2em;
}
#appointment .appointment-form .form-group {
  margin-bottom: 2em !important;
}
#appointment .appointment-form .form-group input::-webkit-input-placeholder, #appointment .appointment-form .form-group select::-webkit-input-placeholder, #appointment .appointment-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
  font-size: 14px;
}
#appointment .appointment-form .form-group input::-moz-placeholder, #appointment .appointment-form .form-group select::-moz-placeholder, #appointment .appointment-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-size: 14px;
}
#appointment .appointment-form .form-group input:-ms-input-placeholder, #appointment .appointment-form .form-group select:-ms-input-placeholder, #appointment .appointment-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
  font-size: 14px;
}
#appointment .appointment-form .form-group input:-moz-placeholder, #appointment .appointment-form .form-group select:-moz-placeholder, #appointment .appointment-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-size: 14px;
}
#appointment .appointment-form .form-group .custom-checkbox label {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.2px;
  font-size: 15px;
}
#appointment .appointment-form .form-group input {
  height: 45px;
  background: transparent;
  border-radius: 8px;
  color: #fff;
}
#appointment .appointment-form .form-group select {
  background: transparent;
  height: 45px;
  border-radius: 8px;
  width: 100%;
  color: #c3bebe !important;
  border: 1px solid #c3bebe;
  background-color: #100652;
}
#appointment .appointment-form .form-group textarea {
  background: transparent;
  color: #fff;
}
#appointment .appointment-form .submit-btn {
  display: flex;
  justify-content: flex-end;
}
#appointment .appointment-form .submit-btn .submit {
  background: #fa7212;
  color: #fff;
  padding: 5px 25px;
  border: none;
  font-size: 1.1em;
  margin-top: 0.5em;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
#appointment .appointment-form .submit-btn .submit:hover {
  background: #fa7212;
  color: #fff;
  box-shadow: 0 0 2px 3px rgba(250, 114, 8, 0.5);
}
#appointment .appointment-form .success {
  color: red;
}
#appointment .appointment-form .error {
  color: red;
}
#appointment .appointment-form .invalid {
  color: red;
}
@media (min-width: 0px) and (max-width: 768px) {
  #appointment {
    height: auto;
  }
  #appointment .first-block {
    background: url(/img/bgs/appointment.png);
    background-size: cover;
    height: 600px;
    display: none;
  }
  #appointment .appointment-form {
    padding: 1em 1em;
  }
  #appointment .appointment-form h3 {
    text-align: center;
    color: #fff;
    font-size: 1.3em;
  }
  #appointment .appointment-form .submit-btn button {
    background: #fa7212;
    color: #fff;
    padding: 4px 9px;
    font-size: 1em;
  }
  #appointment .form-group .custom-checkbox label {
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  #appointment .appointment-form .form-group input {
    height: 45px;
    background: transparent;
    margin-bottom: 0px !important;
    border-radius: 8px;
    color: #fff;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  #appointment .appointment-form .submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center !important;
    -ms-flex-pack: end;
    justify-content: center !important;
  }
}
@media (max-width: 800px) {
  #appointment {
    height: auto !important;
  }
}
@media (max-width: 1200px) {
  #appointment .appointment-form {
    padding: 3em 0em;
  }
  #appointment .appointment-form .submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center !important;
  }
}
@media (max-width: 600px) {
  .row {
    display: flex !important;
  }
}
#appointment .modal-fade #careers {
  background-color: #fff;
}
#appointment .modal-fade .close {
  display: block !important;
}
#appointment .modal-fade .close:hover {
  display: none;
}
#appointment .modal-fade .appointment-form .form-group select {
  background: transparent;
  height: 45px;
  border-radius: 8px;
  width: 100%;
  color: #c3bebe !important;
  border: 1px solid #c3bebe;
  background-color: #100652 !important;
}
#covid19 {
  background: #f8f8f8;
  padding: 4em;
}
#covid19 .content-block h3 {
  font-size: 2.3em;
  margin-bottom: 0.7em;
  line-height: 1.5;
  letter-spacing: 1px;
}
#covid19 .content-block h3 span {
  color: #fa7212;
}
#covid19 .content-block p {
  font-size: 1em;
  color: #000;
  line-height: 1.7;
}
#covid19 .content-block a {
  padding: 12px 25px;
  border: 1px solid #fa7212;
  margin-top: 1em;
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
#covid19 .content-block a:hover {
  background: #fa7212;
  color: #fff;
  box-shadow: 0 0 2px 3px rgba(250, 114, 8, 0.3);
}
#covid19 .list-points {
  display: block;
  margin: 0 auto;
}
#covid19 .list-points .each-point {
  display: flex;
  align-items: start;
}
#covid19 .list-points .each-point .text {
  padding-left: 1em;
}
#covid19 .list-points .each-point:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 0px) and (max-width: 800px) {
  #covid19 {
    background: #f8f8f8;
    padding: 2em 1.5em;
  }
  #covid19 .content-block h3 {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 0.3em;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #covid19 .content-block h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  #covid-strip p {
    color: #fff;
    font-size: 0.65em !important;
  }
  #our-services .service-content .btn-link {
    color: #fa7212 !important;
    font-size: 0.85em;
  }
  #covid19 .content-block h3 {
    font-size: 1.2em;
  }
  #covid19 .content-block p {
    font-size: 1em;
    color: #000;
    line-height: 1.6;
  }
  #covid19 .content-block a {
    padding: 4px 10px;
    margin-top: 0em;
    font-weight: 500;
    font-size: 0.85em;
  }
  .copyright {
    padding-bottom: 1.5em !important;
    padding-top: 1em !important;
    margin-left: 0em !important;
  }
  #statistics {
    margin-top: 140px !important;
    margin-bottom: 70px;
  }
  .sh_title {
    font-size: 1.1em;
    margin-bottom: 0.85em;
  }
  #research .video-block .video-cover-text .caption h4 {
    font-size: 1em !important;
  }
  #about-aryam .welcome-aryam .content .content-inner h3 {
    font-size: 1.5em !important;
  }
  #social-share-strip {
    bottom: -132px !important;
  }
  #research .sh_title {
    font-size: 1.3em !important;
  }
  #testimonials {
    padding: 2em 0 0em 1em !important;
  }
  #our-services .service-content article h4 {
    margin-bottom: 0.7em;
    font-size: 1.3em !important;
    margin-top: -1em !important;
  }
}
footer {
  padding: 4em 0 0 0;
}
footer h3 {
  font-size: 2em;
  line-height: 1.5;
}
footer .address-block h5 {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
footer .email-block {
  margin-top: 15px;
}
footer .email-block p {
  margin: 0;
  color: #000;
  font-weight: 400;
}
footer .email-block a {
  color: #fa7212;
}
footer .phone {
  margin-top: 15px;
}
footer .phone p {
  margin: 0;
  color: #000;
  font-weight: 400;
}
footer .phone a {
  color: #fa7212;
}
@media (min-width: 640px) and (max-width: 800px) {
  footer {
    padding: 3em 0 0 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  footer h3 {
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .copyright {
    padding-bottom: 1em !important;
    padding-top: 1em !important;
    margin-left: -3em;
  }
  footer {
    padding: 1em 0 0 0;
  }
}
.copyright {
  padding-bottom: 1.5em;
  padding-top: 4em;
}
.copyright p {
  font-size: 0.9em;
}
.copyright p span {
  color: #fa7212;
}
.copyright p a {
  color: #fa7212;
}
#social-share-strip {
  max-width: 70%;
  background: #22356f;
  border-radius: 20px;
  margin: 0 auto;
  padding: 40px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}
#social-share-strip p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.75;
}
#social-share-strip .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#social-share-strip .social-list li:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 576px) and (max-width: 768px) {
  footer .container {
    max-width: 90%;
  }
  footer h3 {
    line-height: 1.5;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  footer {
    padding-top: 5em;
  }
  footer h3 {
    line-height: 1.5;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 85% !important;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 85% !important;
  }
}
#research {
  padding: 2em;
}
#research .section-heading {
  margin: 2em 0em 2em;
}
#research .section-heading .heading {
  font-size: 1.3em;
}
#research .video-block {
  position: relative;
}
#research .video-block .video-cover-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 60px;
}
#research .video-block .video-cover-text .caption h4 {
  color: #fff;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.75em;
}
#research .video-block .video-cover-text .play-button {
  display: flex;
  justify-content: flex-end;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
  background-color: #000;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  margin-right: 0.65em;
  /* opacity: .5; */
}
@media (min-width: 0px) and (max-width: 768px) {
  #research {
    padding: 1em;
    overflow: hidden;
  }
  #research .section-heading .heading {
    font-size: 1em !important;
  }
  #research .video-block {
    text-align: center;
  }
  #research .video-block .video-cover-text {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #research .video-block .video-cover-text .play-button {
    width: 80px;
    margin: 0 auto;
    margin-top: 1em !important;
  }
  #research .video-block .video-cover-text .caption h4 {
    font-size: 1.1em;
  }
  #research .sh_title {
    font-size: 1.5em;
  }
}
@media (min-width: 1900px) and (max-width: 2560px) {
  #research .section-heading .heading {
    font-size: 1.6em;
  }
  #research iframe {
    height: 400px;
  }
}
@media (min-width: 760px) and (max-width: 980px) {
  #research .section-heading .heading {
    font-size: 0.8em;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #research .section-heading .heading {
    font-size: 1em;
  }
}
@media (max-width: 800px) {
  #research {
    padding: 1.2em;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  #research .video-block .video-cover-text .caption h4 {
    font-size: 0.75em !important;
  }
}
#statistics {
  padding: 4em 4em 8em 4em;
  background: #f2f2f2;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 70px;
}
#statistics .section-heading {
  margin-bottom: 3em !important;
  margin-top: -5em;
}
#statistics .section-heading .sh_min-title {
  color: #cb0000;
  margin-bottom: 5px;
  font-weight: 500;
}
#statistics .bubble-image {
  position: absolute;
  right: 10%;
  top: 0;
  max-width: 600px;
}
#statistics .lady-image {
  position: absolute;
  right: 15%;
  top: -100px;
  max-width: 450px;
}
#statistics .view-block {
  margin-top: 8em;
  width: 100%;
}
#statistics .each-statistic .icon-block {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 25px;
  align-items: center;
}
#statistics .each-statistic .icon-block .number {
  font-size: 1.5em;
  font-weight: 400;
}
#social-share-strip {
  max-width: 78%;
  background: #22356f;
  border-radius: 20px;
  margin: 0 auto;
  padding: 30px 40px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
}
#social-share-strip .social-list {
  justify-content: flex-end;
}
#social-share-strip .social-list li {
  width: 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
  #statistics {
    padding: 0em 1em 4em 1em;
    margin-top: 132px !important;
  }
  #statistics .section-heading {
    margin-bottom: 0em;
    margin-top: 4.3em;
  }
  #statistics .each-statistic .icon-block {
    gap: 1px !important;
  }
  #statistics .each-statistic .icon-block .icon {
    width: 45px !important;
  }
  #statistics .sh_title {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
  #statistics .lady-image {
    position: absolute;
    right: 0;
    top: -100px;
    max-width: 243px;
  }
  #social-share-strip {
    max-width: 90%;
    background: #22356f;
    border-radius: 20px;
    margin: 0 auto;
    padding: 15px 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -108px;
  }
  #social-share-strip .social-list {
    justify-content: flex-end;
  }
  #social-share-strip .social-list li {
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #statistics .each-statistic .icon-block {
    grid-template-columns: 40px auto;
  }
  #statistics .lady-image {
    max-width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #statistics .lady-image {
    max-width: 350px;
  }
  #statistics .bubble-image {
    max-width: 500px;
  }
  #statistics .view-block {
    margin-top: 4em;
  }
  #statistics {
    padding-bottom: 4em;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  #social-share-strip p {
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
  }
  #statistics .section-heading {
    margin-bottom: 0em;
    margin-top: 4.3em !important;
  }
  .social-list {
    justify-content: center !important;
    margin-top: 1.1em;
  }
}
@media only screen and (min-width: 600px) {
  #statistics .section-heading {
    margin-bottom: 0em;
    margin-top: 7.3em;
  }
}
#hero-slider .carousel-item:nth-child(2) .carousel-caption {
  left: 10%;
  top: 30%;
}
#hero-slider .carousel-item:nth-child(3) .carousel-caption {
  left: 10%;
  top: 30%;
}
#hero-slider .carousel-caption {
  text-align: left;
  left: 60%;
  right: auto;
  top: 35%;
}
#hero-slider .carousel-caption h1 {
  font-size: 2.5em;
  color: #cb0000;
  margin-bottom: 20px;
  line-height: 1.3;
}
#hero-slider .carousel-caption p {
  color: #100652;
  line-height: 1.6;
  font-size: 1.1em;
}
#hero-slider .carousel-caption .slider-btn {
  padding: 10px 20px;
  background: #fa7212;
  border-radius: 3px;
  color: #fff;
  margin-top: 0.5em;
  display: inline-block;
  font-size: 1.1em;
  transition: all 0.2s ease-in-out;
}
#hero-slider .carousel-caption .slider-btn:hover {
  background: #fa7212;
  color: #fff;
  box-shadow: 0 0 2px 3px rgba(250, 114, 8, 0.3);
}
#hero-slider .carousel-caption .slider-btn span {
  padding-left: 10px;
}
#hero-slider .carousel-caption .slider-btn span img {
  max-width: 15px;
  margin-top: -2px;
}
@media (max-width: 800px) {
  #hero-slider .carousel-caption {
    text-align: left;
    left: 60%;
    right: auto;
    top: 28% !important;
  }
  #hero-slider .carousel-caption h1 {
    font-size: 2em !important;
    color: #cb0000;
    margin-bottom: 20px;
    line-height: 1.1;
  }
}
#blog {
  padding: 4em 0 2em 0;
  background: #fff;
}
@media (min-width: 991px) {
  #blog .overall-space {
    margin-left: 3em;
    margin-right: 3em;
  }
}
#blog .each-blog {
  margin-bottom: 55px;
  padding: 0 5px;
}
#blog .each-blog .blog-content {
  padding: 20px 0 0 0;
}
#blog .each-blog .blog-content .blog-title {
  font-size: 1em;
  color: #fa7212;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#blog .each-blog .blog-content .heading {
  font-size: 1.5em;
  color: #100652;
  line-height: 31px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #blog .each-blog .blog-content .heading {
    font-size: 1.2em;
    color: #100652;
    line-height: 31px;
    margin-bottom: 20px;
    font-weight: 400;
  }
}
#blog .each-blog .blog-content p {
  color: #000;
  font-size: 0.95em;
  line-height: 25px;
}
#blog .each-blog .blog-content .date {
  margin-top: 0;
  font-size: 0.9em;
  color: #888;
}
#blog .each-blog .blog-content .date .person-name {
  font-weight: 500;
  color: #cb0000;
}
@media (min-width: 0px) and (max-width: 768px) {
  #blog #blog {
    padding: 4em 0 2em 0;
    background: #fff;
  }
}
@media (min-width: 991px) {
  .blog-details {
    padding: 8em 0;
  }
}
.blog-details .section-heading .blog-title {
  font-size: 2.1em;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 1px;
  background: #cb0000;
  padding: 0.45em 1em;
  border-radius: 4px;
}
.blog-details .author-details .author {
  font-size: 0.75em;
}
.blog-details .author-details .author .color-red {
  color: red;
  font-size: 0.95em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-details .author-details .title {
  float: right;
  font-size: 1em;
  color: red;
  margin-bottom: 0 !important;
  margin-top: -0.9em;
  text-transform: uppercase;
}
.blog-details .heading {
  font-size: 1em;
  color: #fa7212;
  margin-top: 1.2em;
  padding-bottom: 0.45em;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 500;
}
.blog-details .blog-list {
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog-details .blog-list li {
  list-style: decimal;
}
.blog-details .blog-list li:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 0px) and (max-width: 768px) {
  .blog-details .section-heading .blog-title {
    font-size: 1.5em;
  }
}
.img-hover {
  transition: all 0.2s ease-in-out;
}
.img-hover:hover {
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .blog-details .section-heading .blog-title {
    font-size: 1em;
  }
}
.services-banner {
  position: relative;
}
.services-banner .banner-cover {
  width: 100vw;
  height: 380px;
  position: relative;
}
.services-banner .banner-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 72, 8, 0);
}
.services-banner .banner-cover img {
  width: 100%;
  height: auto;
}
.services-banner .banner-content {
  position: absolute;
  top: 73%;
  left: 5%;
  right: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.services-banner .banner-content p {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em !important;
}
.services-banner .banner-content .banner-icon {
  width: 23px;
}
@media only screen and (max-width: 640px) and (min-width: 500px) {
  .services-banner {
    margin-top: 16%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 450px) {
  .services-banner {
    margin-top: 21%;
  }
}
@media only screen and (max-width: 450px) and (min-width: 400px) {
  .services-banner {
    margin-top: 24%;
  }
}
@media only screen and (max-width: 390px) and (min-width: 320px) {
  .services-banner {
    margin-top: 26%;
  }
}
@media only screen and (max-width: 300px) and (min-width: 0px) {
  .services-banner {
    margin-top: 36%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .services-banner .banner-cover {
    width: 100vw;
    height: auto;
    position: relative;
  }
}
@media only screen and (max-width: 860px) and (min-width: 780px) {
  .services-banner {
    margin-top: 15%;
  }
  .services-banner .banner-cover {
    height: 255px;
  }
  .services-banner .banner-cover img {
    height: auto !important;
  }
  .services-banner .banner-content {
    top: 45%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 780px) {
  #blog {
    padding: 0em 0 2em 0;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 980px) {
  .services-banner .banner-cover {
    height: 285px;
  }
  .nav-link {
    padding: 0.5rem 0.7rem;
  }
}
@media only screen and (max-width: 2560px) and (min-width: 1600px) {
  #blog {
    padding: 7em 0 2em 0;
  }
}
@media only screen and (max-width: 2560px) and (min-width: 1920px) {
  .services-banner .banner-cover {
    height: auto;
  }
}
