*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

html {
  height: 15px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.flex {
  display: flex;
  justify-content: flex-start;
}

.scroll {
  width: 50px;
  height: 50px;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  border-radius: 100%;
}

.scroll:hover {
  background: #084A84;
  border: 2px solid #FF0000;
}

.scroll i {
  color: #fff;
  font-size: 1.5rem;
  margin: 12px 15px;
}

.whatsapp {
  width: 50px;
  height: 50px;
  background-color: #32cc24;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 200;
  border-radius: 100%;
}

.whatsapp i {
  color: #fff;
  font-size: 1.5rem;
  margin: 12px 15px;
}

/* Small-banner starts here  */

.small-banner{
  width:100%;
  padding-top:6rem;
  display: none;
}

.small-banner .inner{
  width:100%;
}

.small-banner .inner span{
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
}

.small-banner .inner h1 {
  font-size: 3rem;
  color: #084A84;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.small-banner .inner p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #084A84;
  margin-bottom: 1.5rem;
}

/*banner start here*/
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/banner-1.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top:5rem;
 
}
.banner .inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.banner .image {
  width: 100%;
}
.banner .inner {
  width: 100%;
}
.banner .inner .content {
  width: 50%;
  position: absolute;
  top: 25%;
  left: 8%;
}
.banner .inner .content span {
  color: #FF0000;
  font-size: 1.4rem;
  font-weight: 600;
}
.banner .inner .content h1 {
  font-size: 3rem;
  color: #084A84;
  font-weight: 800;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
.banner .inner .content p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #084A84;
  margin-bottom: 1.5rem;
}

/*true-care start here*/

.trucare {
  width: 100%;
  margin-top: 5rem;
  padding: 5rem 0;
}

.trucare .inner {
  width: 100%;
  padding: 2rem 1rem;
  background-color: #fff;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
}
.trucare .inner .left {
  width: 90%;
}
.trucare .inner .left img {
  width: 100%;
}
.trucare .inner .right {
  width: 100%;
  display: block;
}

.trucare .right h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color:#084A84;
  font-weight: 800;
}

.trucare .right h3 span{
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 1px solid #FF0000;
  padding-bottom:0.3rem;
  position:relative;
  top:-6px;
}

.trucare .right p{
     font-size: 1rem;
     text-align:justify;
}

.card-box {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.card-box h6 {
  font-size: 1rem;
  font-weight: 700;
}
.card-box .first {
  width: 48%;
  border: 1px solid #251E5E;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
}
.card-box .second {
  width: 48%;
  border: 1px solid #251E5E;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
}

.trucare .number{
  width: 100%;
  position: relative;
  margin-top: 3rem;
}
.trucare .number .box {
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1.5rem;
  display: block;
}
.trucare .number .box h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #084A84;
}

.trucare .number .box p {
  font-size: 1rem;
  margin-left: 2rem;
}

.trucare .number .box1::before {
  content: "01";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  background-color:#FF0000;
  color: #fff;
  text-align: center;
}
.trucare .number .box2::before {
  content: "02";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  background: #084A84;
  color: #fff;
  text-align: center;
}
.trucare .number .box3::before {
  content: "03";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background-color: #49A010;
  text-align: center;
}

/* videos starts here  */

.videos{
    width:100%;
    padding:3rem 0;
    padding-bottom:4.5rem;
    background:#084A84;
}

.videos h3{
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color:#fff;
}

.videos p{
    font-size:1rem;
    text-align: center;
    margin-bottom: 2.5rem;;
    color:#fff;
}

.videos .inner{
    width:82%;
    margin:0 auto;
}

.videos .owl-prev{
    left:0;
    cursor:pointer !important;
    color: #fff !important;
    background: none !important;
}

.videos .owl-next{
    right:0;
    cursor:pointer !important;
    color: #fff !important;
    background: none !important;
}

.videos .item{
    position:relative;
    box-shadow: 5px 5px 10px 5px rgba(75, 0, 15, 0.4);
      margin-bottom:1.5rem;
}

.videos .item .youtube{
    background:none;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:4rem;
    color:#F70000;
    width:15%;
  
}

/* videos ends here  */


/* Apart starts here  */

.apart{
    width:100%;
    background-color: #F1FAFF;
}

.apart .inner{
    width:82%;
    margin:0 auto;
    padding:4rem 0;
    padding-bottom:2rem;
}

.apart .inner .right img{
    width:100%;
    margin-left:2rem;
}

.apart .inner h3{
    font-size: 2.5rem;
    font-weight:800;
    margin-bottom:3rem;
    text-align: center;
}

.apart .inner .left{
    width:100%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-left: 1rem;
}

.apart .inner .active{
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.apart .inner .left:hover{
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    transition:.3s ease;
    cursor: pointer;
}

.apart .inner .left img{
    width:18%;
    height:4.5rem;
    padding: 0.9rem;
    background-color: #fff;
    border:1px solid #000000;
    border-radius: 100%;
}

.apart .inner .left .content{
    padding:0 1rem;
}

.apart .inner .left h4{
    font-size: 1.5rem;
    font-weight: 600;
}

.apart .para{
    width:85%;
    margin:0 auto;
    font-size:1rem;
    text-align:justify;
    padding-bottom:2rem;
}


/*Aprt ends here */

/* Provide starts here  */

.provide {
  width: 100%;
  padding-top:4rem;
}
.provide .inner {
  width: 100%;
}
.provide .inner .box {
  width: 100%;
}
.provide .inner .box .image {
  border: 4px solid #084A84;
  border-top-left-radius: 2.5rem;
  z-index: -1;
  overflow: hidden;
}
.provide .inner .box .image:hover img {
  transform: scale(1.15);
  transition: 0.5s ease;
}
.provide .inner .box img {
  width: 100%;
  border-top-left-radius: 2.5rem;
  z-index: -1;
}

.nephrology{
  width:110%;
}

.provide .inner .box .content {
  width: 93%;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -2rem;
  z-index: 100;
}
.provide .inner .box .content h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: left;
  color: #084A84;
}
.provide .inner .box .content p {
  font-size: 1rem;
  text-align: left;
  line-height: 2rem;
}


/* Reviews starts here  */

.reviews {
  width: 100%;
  background-image: url(../img/reviews-bg.png);
  background-size: cover;
  background-position: center center;
  padding: 3rem 0;
  margin-top: 3rem;
  padding-bottom:5rem;
  position:relative;
}
.reviews .title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.reviews .title h3 {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
}

.reviews .title p{
    color:#ffff;
    font-size:1rem;
}
.reviews .inner {
  width: 82%;
  margin: 0 auto;
  padding-top: 3rem;
  margin-top: 3rem;
}
.reviews .image{
  width:100%;
}
.reviews .inner .box {
  width: 100%;
  padding-top: 1rem;
}
.reviews .inner .box p {
  margin-left: 2rem;
}
.reviews .inner .box2 {
  width: 100%;
  padding: 1rem;
  border: none;
  border-left: 1px solid #B5BCC9;
  border-right: 1px solid #B5BCC9;
}
.reviews .inner .box2 p {
  position: relative;
  left: -1rem;
}
.reviews .inner .left {
  width: 100%;
  color: #fff;
}
.reviews .inner .left img {
  width: 30%;
}
.reviews .inner .left span {
  font-size: 2rem;
  font-weight: 800;
}
.reviews .inner .left .left-top {
  border-bottom: 1px solid #B5BCC9;
}
.reviews .inner .left .left-bottom {
  border-bottom: 1px solid #B5BCC9;
}
.reviews .inner .right {
  width: 100%;
  position: relative;
  margin-left: 2rem;
}
.reviews .inner .right img {
  width: 100%;
}
.reviews .inner .right .title {
  width: 100%;
}
.reviews .inner .right .title h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.reviews .inner .right .title p {
  font-size: 1rem;
  font-weight: 400;
}
.reviews .inner .right .right-index {
  width: 93%;
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  top: -3rem;
  padding: 1rem;
}
.reviews .inner .right .right-index .box {
  border-bottom: 1px solid #B5BCC9;
  padding: 0.4rem;
}
.reviews .inner .right .right-index .box p {
  font-size: 1rem;
  font-weight: 800;
}
.reviews .inner .right .right-index .box .social {
  border-left: 1px solid #B5BCC9;
  border-right: 1px solid #B5BCC9;
  padding: 0 0.8rem;
  margin-left: 3rem;
  margin-right: 0rem;
}
.reviews .inner .right .right-index .box .social i {
  color: #F5BD3F;
}
.reviews .inner .right .right-index .none {
  border: none;
}
.reviews .google{
    position:absolute;
    bottom:1.5rem;
    left:50%;
    transform:translate(-50%, -50%);
    margin-top:2rem;
    border:none;
    background:#FF0000;
    color:#fff;
    padding:0.5rem 1rem;
    border-radius:0.5rem;
}

/* shedule starts here  */

.shedule {
  width: 100%;
  padding: 5rem 0;
}
.shedule .inner {
  width: 100%;
}
.shedule .inner img {
  width: 100%;
}
.shedule .inner .left {
  width: 100%;
  position: relative;
  right: -1.5rem;
}
.shedule .inner .left span {
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
}
.shedule .inner .left h3 {
  font-size: 3rem;
  color: #084A84;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.shedule .inner .left p {
  font-size: 1rem;
  font-weight: 500;
  color: #084A84;
  margin-bottom: 1.5rem;
  border-left: 2px solid #FF0000;
  padding: 0 1rem;
}
.shedule .timing {
  width: 100%;
  background-color: #EEF2F6;
  padding: 1rem 0;
  margin-top: 2.5rem;
}
.shedule .timing .day {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5rem 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.shedule .timing .day h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #084A84;
  margin-top: 0.5rem;
}
.shedule .timing .day p {
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* Image slider starts here  */

.image-slider {
  width: 100%;
  background-color:#E5F0F7;
  text-align:center;
  padding-top:3rem;
   padding-bottom:4rem;
}
.image-slider h3 {
  font-size: 2rem;
  color: #251E5E;
  font-weight: 800;
  text-align: center;
  
}
.image-slider p{
    font-size:1rem;
    margin-bottom:2rem;
}
.image-slider .inner {
  text-align: center;
  background-color:#fff;
  padding:1rem 0%;
}
.image-slider .inner img {
  width: 70%;
  margin: 0 auto;
  margin-top: 0.5rem;
}

/*gallery starts here */

.gallery-banner{
    width:100%;
    margin-top:2rem;
}

.gallery-banner .title{
    width:100%;
}

.gallery-banner .title h3{
    font-size:2rem;
    color:#084A84;
    font-weight:800;
}

.gallery-banner .title p{
    font-size:1rem;
    margin-bottom:2rem;
}

.gallery {
  width: 100%;
    padding-top:2rem;
  padding-bottom: 2rem;
}
.gallery .top-img {
  width: 82%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.gallery .top-img .img {
  width: 98%;
  margin: 0 auto;
  padding: 1rem;
  /*background-color: #084A84;*/
  overflow: hidden;
  border-radius: 0.5rem;
}
.gallery .top-img .img img {
  width: 100%;
  border-radius: 0.5rem;
}
.gallery .bottom-img {
  width: 82%;
  margin: 0 auto;
}
.gallery .bottom-img .img {
  width: 98%;
  margin: 0 auto;
  padding: 1rem;
  /*background-color: #084A84;*/
  overflow: hidden;
  border-radius: 0.5rem;
}
.gallery .bottom-img .img img {
  width: 100%;
  border-radius: 0.5rem;
}

.gallery .bottom-img .img:hover img {
  transform: scale(1.05);
  transition: 0.5s ease;
}

.gallery .top-img .img:hover img {
  transform: scale(1.05);
  transition: 0.5s ease;
}

.gallery .img:hover {
  transition: 0.5s ease;
}

/* Testimonial starts here  */


.testimonial {
  width: 100%;
  background-color: #F6F3EE;
  padding: 3rem 0;
  padding-bottom: 5rem;
}
.testimonial .title {
  width: 100%;
  padding: 2rem 0;
}
.testimonial .title h3 {
  font-size: 1.5rem;
  color: #084A84;
  font-weight: 800;
}
.testimonial .title p {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.testimonial .title i {
  color: #F5BD3F;
  font-size: 1.8rem;
}
.testimonial .title img {
  width: 10%;
}
.testimonial .inner {
  width: 82%;
  margin: 0 auto;
}
.testimonial .inner .card {
  width: 100%;
  padding: 2rem 1rem;
  padding-bottom: 1rem;
}
.testimonial .inner .card .social {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.testimonial .inner .card i {
  color: #F5BD3F;
}
.testimonial .inner .card .myicon {
  color: #4285F4;
}
.testimonial .inner .card .content {
  position: relative;
  top: 0.7rem;
  left: 1rem;
}
.testimonial .inner .card .content h4 {
  font-size: 1.2rem;
}
.testimonial .inner .card .content p {
  font-size: 1rem;
  color: gray;
  position: relative;
  top: -0.2rem;
}
.testimonial .inner .card img {
  width: 28%;
}
.testimonial .inner .card .icon {
  width: 10%;
}

.testimonial .card:hover {
  transform: translateY(-0.5rem);
  transition: 0.5s ease;
}

/*About us Part starts here*/
.about-breadcrumb {
  width: 100%;
  padding-top: 6rem;
  background-image: url(../img/bg-bread.png);
  background-position: center top;
  background-size: cover;
  position: relative;
}
.about-breadcrumb p {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.about-breadcrumb p a {
  color: #fff;
  text-decoration: none;
}
.about-breadcrumb p i {
  margin: 0 1.5rem;
}
.about-breadcrumb h1 {
  font-size: 2.5rem;
  color: #fff;
}
.about-breadcrumb .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-breadcrumb .inner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-pg-1 {
  width: 100%;
}
.about-pg-1 .inner {
  width: 100%;
  padding: 5rem 0;
}
.about-pg-1 .inner .left {
  width: 95%;
}
.about-pg-1 .inner .left img {
  width: 100%;
}
.about-pg-1 .inner .right {
  width: 100%;
  margin-top:0rem;
}
.about-pg-1 .inner .right span {
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
}
.about-pg-1 .inner .right h2 {
  font-size: 2.5rem;
  color: #084A84;
  font-weight: 800;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.about-pg-1 .inner .right p {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1.7rem;
}
.about-pg-1 .inner .right .para {
  font-size: 1.2rem;
  color: #084A84;
  font-weight: 700;
  border-left: 2px solid #FF0000;
  padding-left: 1.5rem;
}

.about-pg-1 .middle{
    display:flex;
    justify-content:center;
    margin-top:2rem;
}

/* About-pg-2 starts here   */

.about-pg-2 .number {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
.about-pg-2 .number .box {
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1.5rem;
}
.about-pg-2 .number .box h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #084A84;
}
.about-pg-2 .number .box p {
  font-size: 1rem;
   position:relative;
   left:1.5rem;
}
.about-pg-2 .number .box1::before {
  content: "01";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  background: #FF0000;
  color: #fff;
  text-align: center;
}
.about-pg-2 .number .box2::before {
  content: "02";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  background: #084A84;
  color: #fff;
  text-align: center;
}
.about-pg-2 .number .box3::before {
  content: "03";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #ffff;
  background-color: #49A010;
  text-align: center;
}

/* Myaccordion starts here */

.myaccordion {
  width: 100%;
  background-color: #084A84;
}
.myaccordion .inner {
  width: 82%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 3rem;
}
.myaccordion .inner .accordion-item {
  margin-top: 2rem;
}
.myaccordion .inner .accordion-item .accordion-body li {
  margin-top: 1rem;
}
.myaccordion .title {
  width: 100%;
  padding-top: 3rem;
  color:#fff;
}
.myaccordion .title h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}

/* Values starts here  */

.values {
  width: 100%;
  background-color: #F7F7F7;
  padding-top: 5rem;
  padding-bottom:3rem;
}
.values .title {
  width: 60%;
  margin: 0 auto;
}
.values .title h3 {
  font-size: 2rem;
  color: #084A84;
  font-weight: 900;
}
.values .inner {
  width: 100%;
  color: #fff;
}
.values .inner img {
  width: 20%;
}
.values .inner .content {
  background-color: #084A84;
  padding: 1rem;
  margin-top: 2rem;
}
.values .inner .content h4 {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.values .inner .content p {
  font-size: 1rem;
  border-left: 4px solid #FF0000;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

/*Service-pg-1 starts here */

.service-pg-1 {
  width: 100%;
}
.service-pg-1 .inner {
  width: 100%;
  padding: 4rem 0;
}
.service-pg-1 .inner .left {
  border-radius: 0.5rem;
}
.service-pg-1 .inner .left img {
  width: 100%;
  border-radius: 0.5rem;
}
.service-pg-1 .inner .content h2 {
  font-size: 3rem;
}
.service-pg-1 .inner .content h2 span {
  color: #084A84;
}
.service-pg-1 .inner .content p {
  font-size: 1rem;
  margin-top: 2rem;
}

/*cards starts here */

.cards{
    width: 100%;
    background:#084A84;
  }
  .cards .inner {
    width: 82%;
    margin:0 auto;
    padding:4rem 0;
  }
   
  .nephrology{
    width:110%;
  }
  
  .cards .inner .content {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    /* z-index: 100; */
    /* overflow:hidden; */
  }
  .cards .inner .content h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    text-align: center;
    color: #084A84;
    line-height:2rem;
  }
  .cards .inner .content p {
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
  }
  
  #drop{
      text-align:center;
      cursor:pointer;
      font-weight:500;
  }
  
   .hideu{
    display:none;
   }
   
   .errors{
       display:none;
   }
   
   .show{
       display:block;
   }
   
   
  
  .cards .inner i{
      color:#FF0000;
      margin-left:0.3rem;
  }
  .cards .inner .content .less{
      display:none;
  }

  .cards .inner .content .less1{
      text-align:center;
      font-size: 1rem;
      line-height: 2rem;
      cursor:pointer;
  }
  
  .cards .inner .content .less2{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}

.cards .inner .content .less3{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}
.cards .inner .content .less4{
      text-align:center;
      font-size: 1rem;
      line-height: 2rem;
      cursor:pointer;
  }
  
  .cards .inner .content .less5{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}

.cards .inner .content .less6{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}
.cards .inner .content .less7{
      text-align:center;
      font-size: 1rem;
      line-height: 2rem;
      cursor:pointer;
  }
  
  .cards .inner .content .less8{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}

.cards .inner .content .less9{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}
  .cards .inner .content .less10{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}
  .cards .inner .content .less11{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}
  .cards .inner .content .less12{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}
  
  .unhide{
      display:block;
  }

/*faq starts here */

.faq {
  width: 100%;
  background-color: #F7F7F7;
}
.faq .inner {
  width: 82%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.faq .inner .accordion-item {
  margin-top: 1.5rem;
  border: 1px solid #084A84;
}
.faq .inner .accordion-item .accordion-body li {
  margin-top: 1rem;
  list-style: none;
}
.faq .title {
  width: 100%;
  padding-top: 4rem;
}
.faq .title h3 {
  display: inline;
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  color: #084A84;
}
.contact-pg-1 {
  width: 100%;
  background-color: #084A84;
  
}
.contact-pg-1 .title {
  width: 100%;
}
.contact-pg-1 .title h3 {
  font-size: 2rem;
  color: #fff;
  margin-top: 4rem;
  font-weight: 800;
}
.contact-pg-1 .inner {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 4rem;
  border-bottom:1px solid gray;
  border-opacity:0.3;
  
}
.contact-pg-1 .inner .box {
  width: 100%;
  background-color: #fff;
  padding: 2rem 0;
  margin-top: 2rem;
  border-radius: 0.5rem;
}
.contact-pg-1 .inner .box p {
  font-size: 1rem;
  font-weight: 600;
}
.contact-pg-1 .inner .box .image {
  width: 80px;
  height: 80px;
  padding: 1rem;
  background-color: #084A84;
  border-radius: 50%;
  margin-left: 37%;
  margin-bottom: 1rem;
}
.contact-pg-1 .inner .box .image img {
  width: 80%;
  position: relative;
  top: 0.3rem;
}
.contact-pg-1 .inner .box .image .unic {
  position: relative;
  left: 0.2rem;
}
.contact-pg-1 .inner .box .image:hover {
  background-color: #FF0000;
  transition: 0.3s ease;
}
.contact-pg-1 .inner .box:hover {
  transform: translateY(-1rem);
  transition: 0.5s ease;
}

.contact-pg-2 {
  width: 100%;
  background-color: #F7F7F7;
}
.contact-pg-2 .inner {
  width: 82%;
  margin: 0 auto;
  padding: 4rem 0;
}
.contact-pg-2 .inner .left {
  width: 90%;
  margin-right: 3rem;
}
.contact-pg-2 .inner .left h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #084A84;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
.contact-pg-2 .inner .left p {
  font-size: 1rem;
  margin-bottom: 3rem;
}
.contact-pg-2 .inner .right {
  width: 100%;
}
.contact-pg-2 .inner .right .content {
  padding-left: 3rem;
  border-left: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.contact-pg-2 .inner .right .content i {
  font-size: 1rem;
  color: #FF0000;
  margin-right: 0.5rem;
}
.contact-pg-2 .inner .right .content .one::before {
  content: "1";
  padding: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  background-color: #FF0000;
  position: absolute;
  left: -4.5rem;
  top: -0.3rem;
  border-radius: 100%;
  color: #fff;
}
.contact-pg-2 .inner .right .content .two::before {
  content: "2";
  padding: 0.5rem 1rem;
  background-color: #FF0000;
  position: absolute;
  left: -4.5rem;
  top: -0.3rem;
  border-radius: 100%;
  color: #fff;
}
.contact-pg-2 .inner .right .content .three::before {
  content: "3";
  padding: 0.5rem 1rem;
  background-color: #FF0000;
  position: absolute;
  left: -4.5rem;
  top: -0.3rem;
  border-radius: 100%;
  color: #fff;
}
.contact-pg-2 .inner .right h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #084A84;
  margin-bottom: 1rem;
}
.contact-pg-2 .inner .right h4 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #084A84;
  margin-top: 1.5rem;
  position: relative;
}
.contact-pg-2 .inner .right p {
  margin-top: 1rem;
}
.contact-pg-2 .inner .right iframe {
  width: 100%;
}

#yourname {
  width: 48%;
  display: inline-block;
}

#youremail {
  width: 48%;
  display: inline-block;
  margin-left: 3%;
}

#yournum {
  width: 48%;
   display: inline-block;
}

#selector {
  width: 48%;
   display: inline-block;
  margin-left: 3%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#yourmessage {
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
}

.appointment {
  width: 100%;
}
.appointment .inner {
  width: 82%;
  margin: 0 auto;
  padding: 4rem 0;
}
.appointment .inner .left {
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid #FF0000;
  padding: 2rem;
}
.appointment .inner .left h3 {
  font-size: 2rem;
  color: #084A84;
  font-weight: 800;
}
.appointment .inner .left label {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #084A84;
  font-weight: 800;
  font-size: 1rem;
}
.appointment .inner .right {
  width: 100%;
  border-radius: 0.5rem;
  padding: 2rem;
}
.appointment .inner .right hr {
  width: 80%;
  border: none;
  background-color: #FF0000;
  height: 2px;
}
.appointment .inner .right .img-content {
  flex-shrink: 0;
  width: 100%;
}
.appointment .inner .right .img-content img {
  width: 30%;
  margin-right: 1rem;
  border-radius: 0.5rem;
}
.appointment .inner .right h4 {
  font-size: 1.5rem;
  color: #084A84;
  font-weight: 800;
}
.appointment .inner .right p {
  font-size: 1rem;
  margin-top: 1rem;
}