@font-face {
  font-family: San-Francisco;
  src: url(../font/San-Francisco/san_fran/SF-Pro-Text-Regular.otf);
}
@font-face {
  font-family: San-Francisco_bold;
  src: url(../font/San-Francisco/san_fran/SF-Pro-Text-Bold.otf);
}
@font-face {
  font-family: San-Francisco_Semibold;
  src: url(../font/San-Francisco/san_fran/SF-Pro-Text-Semibold.otf);
}
.banner_item {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.headings {
  padding-top: 15%;
}
.headings .wellcome {
  font-size: 4rem;
  color: #fff;
  font-family:San-Francisco_Light_200;
  padding: 0;
  margin: 0;
}
.headings .detailsMed {
  font-size: 1.1rem;
  color: #fff;
  font-family: San-Francisco;
  padding: 0;
  margin: 10px 0;
}
.headings .medname {
  font-size: 4rem;
  color: #fff;
  font-family: San-Francisco_bold;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.btnmore {
  display: inline-block;
  padding: 15px 20px;
  font-family: San-Francisco;
  background: #5aba0e;
  color: #fff;
  text-decoration: none;
  transition: .5s;
}
.btnmore:hover {
  display: inline-block;
  padding: 15px 20px;
  font-family: San-Francisco;
  background: #dc7931;
  color: #fff;
  text-decoration: none;
}
.btnmore img {
  height: 10px;
  width: 20px;
  object-fit: cover;
   margin-left: 10px;
}
.btmServicesInfo {
  width: auto;
  height: 150px;
  /* background-color: bisque; */
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.boxnav {
  width: 205px;
  height: 150px;
  background-color: brown;
  position: relative;
padding: 20px 10px;
  box-sizing: border-box;
}
.boxco_blue {
  background-color: #012f6b;
  color: #fff;
}
.boxco_green {
  background-color: #5aba0e;
  color: #fff;
}
.boxco_Orange {
  background-color: #dc7931;
  color: #fff;
}
.boxnav img {
  width: 40px;
}
.btmarrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 20px;
}
.btmarrow img{
height: 10px ;
width: 20px;
object-fit: cover;
}

.relocate {
  text-transform: uppercase;
  padding: 5px;
  font-size: 20px;
  margin: 0;
  display: block;
  font-family: San-Francisco_bold;
}

.relbtm {
  text-transform: capitalize;
  padding: 0 5px;
  font-size: 20px;
  margin: 0;
  display: block;
  font-family: San-Francisco;
}

.inAbout_flexcontainer {
  display: grid;
  grid-template-columns: 50% auto;
  padding: 10px;
}

.indexAbout {
  margin: 40px 0px;
}

.detailsAbt {
  width: 90%;
  position: relative;
}

.detailsAbt h3 {
  font-size: 3rem;
  font-family: San-Francisco;
  margin: 0;
}
.detailsAbt h3 span {
  color: #dc7931;
}
.detailsAbt p {
  font-family: San-Francisco;
  font-size: 20px;
}
.Abt_image {
  width: 100%;
  height: 100%;

  overflow: hidden;
  margin: auto;
  text-align: end;
}
.Abt_image img {
  width: 100%;
  height: 100%;
  box-sizing: 20px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px;
}

.detailsAbt .btnmore {
  margin-top: 1.5rem;
}

.feature {
  display: flex;
  align-items: center;
  font-family: San-Francisco;
  gap: 10px;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}

.icon {
  background-color: #d2f2dd;
  padding: 10px;
  width: 30px;
  height: 30px;
}

.arrows {
  position: absolute;
  right: -5rem;
  bottom: 5rem;
  width: 250px;
  rotate: 200deg;
  opacity: 0.3;
}
.arrows img {
  width: 100%;
}

.headertoSwitch {
  text-align: center;
}
.headertoSwitch h2 {
  font-size: 3.7rem;
  font-family: Playfair_Semibold;
  font-weight: 300;
  padding: 0;
  margin: 0;
  color: #414141;
  transition: 1s;
}
.headertoSwitch h2:hover {
  font-size: 5rem;
  
}
.headertoSwitch h2 span {
  color: #dc7931;
}
.reqswitch {
  margin: 4rem 0;
}
.headertoSwitch p {
  font-size: 20px;
  font-family: Playfair_Semibold;
  width: 70%;
  margin: 20px auto;
}

.headertoSwitch .btnservice {
  padding: 15px 20px;
  background-color: #5aba0e;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-family: San-Francisco;
  transition: .5s;
}
.headertoSwitch .btnservice i {
  padding: 0px 5px;
}

.headertoSwitch .btnservice:hover {
  padding: 15px 20px;
  background-color: #dc7931;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-family: San-Francisco;
}

.sliersession {
  background: #2a7b9b;
  background: linear-gradient(
    90deg,
    #152D8B  0%,
    #5ABA0E 100%
  );
  color: #fff;
  padding-bottom: 2.5rem;
}

.headersessionservices {
  display: grid;
  grid-template-columns: auto auto;
  padding: 2rem 0;
  padding-bottom: 0;
}
.arrowjump {
  display: block;
  height: 100%;
  align-content: center;
  justify-content: center;
}
.sliderarrows {
  display: inline-block;
  padding: 20px 20px;
  background-color: rgb(255, 255, 255);
  margin-left: 2rem;
  color: #707070;
  cursor: pointer;
}
.sliderarrows:first-child img {
  height: 10px;
  width: 20px;
  transform: rotate(180deg);
  
  }
.sliderarrows img {
height: 10px;
width: 20px;
object-fit: cover;
}

.servicesdetails h3 {
  font-size: 2.5rem;
  font-family: San-Francisco_bold;
  margin: 0px;
}
.servicesdetails p {
  font-size: 20px;
  font-family: San-Francisco;
}

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.card-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.card-item {
  flex: 0 0 33.3333%;
  padding: 10px;
  box-sizing: border-box;
}

.card {
  width: 100%;
}

.slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slider-buttons button {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 50%;
}

/* slider */

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.card-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.card-item {
  flex: 0 0 34%;
  padding: 10px;
  box-sizing: border-box;
  margin: auto;
}

.card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.card img {
  width: 100%;
  background-color: #ffffff;
  height: 250px;
  object-fit: cover;
}
.card-body {
  padding: 10px;
  color: #2d2d2d;
  min-height: 150px;
}
.card-body .card-title {
  margin: 0;
  font-family: San-Francisco_bold;
  font-size: 20px;
  /* height: 40px; */
}
.card-body .card-title span {
  color: #5aba0e;
}
.card-body .card-text {
  margin: 0;
  font-family: San-Francisco_Medium;
  font-size: 20px;
  margin: 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-body .cardlink {
  margin: 0;
  font-family: San-Francisco;
  font-size: 20px;
  margin: 10px 0px;
  color: #fff;
  text-decoration: none;
  color: #414141;
}
.card-body .cardlink img {
 height: 10px;
 width: 20px;
 object-fit:cover;
 margin-left: 10px;
 opacity: .9;
}


.slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slider-buttons button {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 50%;
}

@media only screen and (max-width: 940px) {
  .headings {
    padding-top: 30%;
  }
  .headings .wellcome {
    font-size: 2.5rem;
    color: #fff;
    font-family: San-Francisco;
    padding: 0;
    margin: 0;
  }
  .headings .medname {
    font-size: 3rem;
    color: #fff;
    font-family: San-Francisco_bold;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .boxnav {
    width: 100%;
    height: 100px;

    position: relative;

    box-sizing: border-box;
  }
  .btmServicesInfo {
    width: 100%;
    height: 100px;
    /* background-color: bisque; */
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .inAbout_flexcontainer {
    display: grid;
    grid-template-columns: auto;
    padding: 10px;
  }
  .Abt_image {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
  }

  .Abt_image img {
    width: 100%;
    height: 100%;
    box-sizing: 20px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
  }
  .arrows {
    display: none;
      }
}
@media only screen and (max-width: 650px) {
  .btmServicesInfo {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  .boxnav {
    width: 45%;
    height: 100px;
    display: inline-block;
    position: relative;
    margin: 9px;
    box-sizing: border-box;
  }

}

/* Tablet - show 2 cards */
@media (max-width: 768px) {
  .card-item {
    flex: 0 0 100%;
  }
  .arrowjump {
    display: block;
    height: 100%;
    width: 100%;
    align-content: center;
    justify-content: center;
  }
  .headings .wellcome {
    font-size: 1.7rem;
    color: #fff;
    font-family: San-Francisco;
    padding: 0;
    margin: 0;
  }

}

/* Desktop - show 3 cards */
@media (max-width: 992px) {
  .card-item {
    flex: 0 0 100%;
  }
  .headersessionservices {
    display: grid;
    grid-template-columns: auto;
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 650px) {
  .arrowjump .sliderarrows:first-child{
    margin-left: 0;
 
      }
      .banner_item {
        background-position:center;
        background-size: cover;
        background-attachment: fixed;
        height: 100vh;
      }

      .detailsAbt {
        width: 100%;
        position: relative;
      }
      
}

@media only screen and (max-width: 440px) {
  .boxnav {
    width: 49%;
    height: 100px;
    display: inline-block;
    position: relative;
    margin: 5px 0;
    box-sizing: border-box;
  }
  .headings {
    padding-top: 20vh;
  }


}
@media only screen and (max-width: 600px) {
  .headings .medname {
    font-size: 2rem;
    color: #fff;
    font-family: San-Francisco_bold;
    padding: 0;
    margin: 0;
    text-transform:capitalize;
  }
}
