footer {
  background: #036280;
  padding: 70px 0px 30px;
}
.hm_tab_left {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
}
.hm_tab_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_tab_right h6 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hm_tab_right{
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.hm_tab_right ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.hm_tab_right ul li{
  position: relative;
  padding-left: 25px;
}
.hm_tab_right ul li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #036280;
}
#hm_about{
  position: relative;
}
#pills-tab {
  justify-content: center;
}
#hm_about .nav-link {
    color: #036280;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding: 0;
    margin: 0 30px;
    
}
#hm_about .nav-link.active:before{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: linear-gradient(90deg, #036280 0%, rgba(3, 98, 128, 0.2) 100%)!important;*/
    background: #ececec;
    height: 2px!important;
    width: 100%!important;
}
#hm_about .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: linear-gradient(90deg, #036280 0%, rgba(3, 98, 128, 0.2) 100%)!important;*/
    height: 2px!important;
    width: 100%!important;
    transform-origin: left;
    transform: scaleX(0);
    background-color: #036280;
    animation: progressBar 15s linear;
}
@keyframes progressBar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(2.9);
  }
}

#hm_about .active{
  background-color: transparent
}
/*#hm_about .nav .active::after{
  position: absolute;
  content: '';
  height: 1px;
  background: linear-gradient(90deg, #036280 0%, rgba(3, 98, 128, 0.2) 100%);
  bottom: 0;
  left: 0;
  width: 0;
            transition: width 5s linear;
}*/
#hm_about #pills-tab {
  justify-content: center;
  margin-bottom: 50px !important;
}
.round_1 {
  width: 450px;
  height: 450px;
  position: absolute;
  border-radius: 50%;
  top: 35%;
  left: -100px;
  z-index: -1;
  animation: upAndDown 2s infinite ease-in-out;
}
.round_2 {
  width: 230px;
  height: 230px;
  position: absolute;
  right: -50px;
  border-radius: 50%;
  top: 10%;
  animation: upAndDown 2s infinite ease-in-out;
}
#why_section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#why_section ul li .whysec_main{
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    position: relative;
}
#why_section ul li:nth-child(even)  .whysec_main{
    display: flex;
    flex-direction: row-reverse;
}
#why_section ul li:nth-child(odd) .why_left {
    width: 60%;
    float: left;
    height: 500px;
    display: flex;
    align-items: center;
}
#why_section ul li:nth-child(odd) .why_right {
    height: 500px;
    border-radius: 175px 15px 175px 15px;
    overflow: hidden;
    width: 40%;
    /* float: right; */
    margin-right: 70px;
}
#why_section ul li:nth-child(even) .why_left {
    width: 60%;
    float: left;
    height: 500px;
    display: flex;
    align-items: center;
}
#why_section ul li:nth-child(even) .why_right {
    height: 500px;
    border-radius: 175px 15px 175px 15px;
    overflow: hidden;
    width: 40%;
    /* float: right; */
    margin-right: 0px;
}
.why_right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_left h6 {
    color: #036280;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.why_left p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #010101;
    text-align: justify;
}
#why_section ul li:nth-child(even) .why_right{
  border-radius: 15px 175px 15px 175px;
}
#why_section ul li:nth-child(even) .why_left {
    padding-right: 80px;
    padding-left: 0px;
}
#why_section ul li:last-child{
  margin-bottom: 0;
}
.img_round {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: absolute;
  top: -100px;
  right: -180px;
}
#why_section ul li:nth-child(even) .img_round{
  right: unset;
  left: -180px;
}
.quotes{
  width: 100px!important;
  margin-bottom: 50px;
}
.name_wrap h6 {
  color: #036280;
  font-size: 20px;
  font-weight: 700;
}
.name_wrap span {
  color: #101111;
  font-size: 16px;
  font-weight: 300;
}
.testimonial_content {
  width: 500px;
  float: right;
}
#testimonial {
  display: inline-block;
  width: 100%;
  position: relative;
}
#testimonial::after {
  position: absolute;
  content: '';
  left: -80px;
  top: 0px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #72CCCB;
}
#testimonial::before {
  position: absolute;
  content: '';
  right: 25%;
  bottom: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #72CCCB;
}
.testimonial {
  background-image: url(../images/testi_bg.jpg);
  display: inline-block;
  width: 100%;
  padding: 50px 50px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.testimonial .owl-nav button{
  color: #036280!important;
  font-size: 20px!important;
  margin-left: 20px;

}
.faq .accordion-item {
    border: 0;
    margin-bottom: 25px;
    background: transparent;
}
#faq{
  position: relative;
}
.faq_round {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 0;
  animation: upAndDown 2s infinite ease-in-out;
}
.faq .accordion-button {
  box-shadow: 0px 6px 19px 0px #0000001F;
  border-radius: 15px !important;
  color: #036280;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed){
  background: transparent;
}
.faq .accordion-body {
  box-shadow: 0px 6px 19px 0px #0000001F;
  padding: 20px;
  border-radius: 20px !important;
  background: #fff;
}
.accordion-button::after {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23036280' d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23036280' d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z'/%3E%3C/svg%3E");
}
.get_in_touch {
  background: #FFFFFF;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 80px;
}
.git_title h3 {
  margin: 0;
}
.git_title{
  margin-bottom: 40px;
}
.git_input {
  border: 1px solid #D4DBDC;
  padding: 15px;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 24px;
  outline: none;
  box-shadow: none;
}
.git_submit {
  background: #036280;
  border-radius: 50px;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #036280;
  transition: 0.3s linear;
}
.git_submit:hover {
  background: transparent;
  color: #036280;
  border: 1px solid #036280;
  transition: 0.3s linear;
}
.git_right {
  padding: 50px;
}
.git_left {
  width: 50%;
}
.git_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.git_right {
  width: 50%;
}
#get_in_touch{
  position: relative;
}
#get_in_touch::after{
  position: absolute;
  content: '';
  width: 350px;
  height: 350px;
  background: #72CCCB;
  right: -80px;
  border-radius: 50%;
  z-index: -1;
  top: 0;
}
.ftr_frst p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.ftr_logo{
  margin-bottom: 20px;
}
.ftr_title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.ftr_contact a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  margin-bottom: 20px;
}
.quick_links a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  margin-bottom: 20px;
}
.copy_right .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy_right {
  border-top: 1px solid #ffffff52;
  margin-top: 30px;
  padding-top: 30px;
}
.copy_right p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.copy_right p a {
  color: #FFFFFF;
  text-decoration: none;
}
.social_media_ftr a {
  color: #fff;
  font-size: 22px;
  margin-left: 20px;
}
.hm_tab_right a {
  text-decoration: none;
  color: #036280;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.hm_tab_right a iconify-icon{
  margin-left: 10px;
  font-size: 40px;
}
.service_wrap {
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.service_img {
  width: 40%;
}
.service_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_link{
  width: 60%;
  padding: 50px;
}
.service_link h6 {
  color: #036280;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.service_link  ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.service_link  ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 0px;
  color: #036280;
  text-decoration: none;
}
.service_link  ul .active a{
  background: #036280;
  color: #fff;
}
.service_link  ul li a h4{
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.service_link  ul li a span{
  width: 30px;
  height: 30px;
  border: 1px solid #036280;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_link  ul .active a span{
  border: 1px solid #fff;
  color: #fff;
}
#service_content h6 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0px;
}
.conditions_left{
  overflow: hidden;
  border-radius: 15px;
  margin-right: 30px;
  height: 600px;
}
.conditions_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conditions_right h3 {
  width: unset;
  margin-bottom: 20px;
}
.image_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conditions_wrap {
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.conditions_link {
  padding: 0;
  width: 50%;
}
.conditions_wrapper {
  width: 50%;
  background: #036280;
  padding: 40px;
  border-radius: 15px;
  margin-left: 50px;
}
.conditions_wrapper h6 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.conditions_wrapper p {
  color: #fff;
}
.conditions_wrapper a {
  background: #fff;
  color: #036280;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
}

.menu_left li:last-child {
    margin-right: 20px;
}
.menu_left li a.active {
    background: #57575714;
    padding: 10px 15px;
}
.menu_right li a.active {
    position: relative;
    border-bottom: 2px solid #FB9E9E;
    border-radius: 0;
    padding: 0 0 9px;
}
.menu_right li a.active1 {
    position: relative;
    border-bottom: 2px solid #036280;
    border-radius: 0;
    padding: 0 0 7px;
}
.menu_right li a.active2 {
    position: relative;
    border-bottom: 2px solid #A0B4FF;
    border-radius: 0;
    padding: 0 0 7px;
}
.menu_right li a.active3 {
    position: relative;
    border-bottom: 2px solid #FFCF9E;
    border-radius: 0;
    padding: 0 0 7px;
}
.pagemenu {
    background: #EBE6E6;
    padding: 15px 0;
}
.pagemenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagemenu ul li a {
    color: #036280;
    text-decoration: none;
    font-weight: 400;
    margin: 0 25px;
}

/*patient info*/
  .radialgradient{
    background-image: radial-gradient(#036280, #000000);
  }
  .radialgradient .main_caption {
      color: #fff;
  }
  .radialgradient .sub_caption{
      color: #fff;
  }
  header.radialgradient::after{
    opacity: 0.3;
  }
  header.radialgradient::before{
    opacity: 0.3;
  }
  .radialgradient .header_right img {
      height: 80%;
  }
  .newsmain_sec a {
      text-decoration: none;
      display: block;
      position: relative;
      margin-bottom: 25px;
  }
  .newsmain_sec a .mainimg {
      width: 100%;
      height: 350px;
      object-fit: cover;
  }
  .icon {
      width: 55px;
      height: 55px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
  }
  .newsmain_sec a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
  }
  .ml-100 {
      margin-left: 100px;
  }  
  .mr-100 {
      margin-right: 100px;
  }
.patient_testimonial_rt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.patient_testimonial_rt ul li {
    margin-bottom: 35px;
    display: flex;
    border-radius: 115px 0px 0px 115px;
    padding: 20px;
    width: 80%;
    align-items: center;
        transition: 0.3s linear;
}
.patient_testimonial_rt ul li:hover {
    transform: scale(1.01);
    transition: 0.3s linear;
}
.patient_testimonial_rt ul li:nth-child(odd) {
    background: #000;
}
.patient_testimonial_rt ul li:nth-child(even) {
    background: #036280;
    margin-left: 10%;
}
.patient_testimonial_rt ul li .avatarimg img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.patient_testimonial_rt ul li .avatarimg{
    margin-right: 40px;
}
.patient_testimonial_rt ul li .test_cnt p {
    color: #fff;
}
.patient_testimonial_rt ul li .test_cnt a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.patient_testimonial_rt ul li .test_cnt a iconify-icon {
    margin-left: 10px;
    position: relative;
    top: 2px;
    font-size: 30px;
}

/**/

/*hip problem*/
.hipproblm_sec1_lt h6 {
    color: #036280;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hipproblm_sec1_lt p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #010101;
    text-align: justify;
    margin: 0;
}
.hipproblm_sec1_rtinner {
    width: 340px;
    height: 340px;
    background-color: #036280;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.hipproblm_sec1_rtinner img {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.hipproblm_sec1 .row {
    margin-top: 80px;
}
.questionsec {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.questionsec img {
    width: 90px;
    margin-bottom: 50px;
}
.questionsec h4 {
    margin-bottom: 50px;
}

.hipstory_cnt_rt ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*.hipstory_cnt {
    background: rgb(255 255 255 / 11%);
    text-align: center;
    border-radius: 20px;
}*/
.hipstory_cnt_lt {
    padding: 35px 25px;
    background: rgb(255 255 255 / 11%);
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    height: 540px;
}
.hipstory_cnt_lt .avatarimg {
    width: 120px;
    height: 120px;
    border-radius: 70%;
    margin-bottom: 15px;
}
.hipstory_cnt_lt .name {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.hipstory_cnt_lt .designation {
    color: #fff;
    font-size: 15px;
}
.hipstory_cnt_rt ul li {
    width: 270px;
    height: 270px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bgwhite{
  padding: 30px;
    background: #fff;

}
.hipstory_cnt_rt ul li img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.hipstory_cnt_rt ul li:nth-child(2) img {
    border-top-right-radius: 20px;
}
.hipstory_cnt_rt ul li:nth-child(4)  {
    border-bottom-right-radius: 20px;
}
.success_cnt {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
}
.pr-0{
  padding-right: 0;
}
.pl-0{
  padding-left: 0;
}

/**/

/*hip problem*/
.hipprblm_rt {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: justify;
    width: 86%;
    margin-bottom: 60px;
    position: relative;
    left: -40px;
}
.hipprblm_lt img {
    width: 100%;
    height: 510px;
    object-fit: contain;
}
.hipprblm_lt {
    text-align: end;
    position: relative;
    z-index: 9;
}
.hipprblm{
    display: flex;
    align-items: end;
    justify-content: end;
}
.hipprblm_rt a {
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.hipprblm_rt a iconify-icon {
    margin-left: 6px;
    font-size: 30px;
    position: relative;
    top: 2px;
}
/**/
.innerbox {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 15px;
  background-size: cover!important;
  position: relative;
}
.innerbox:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
}
.innerbox h4 {
  margin: 0;
  font-size: 21px;
  width: 80%;
  text-align: left;
  color: #fff;
  z-index: 99;
}
.innerbox span {
  color: #fff;
  z-index: 99;
  font-weight: 600;
  font-size: 25px;
}
.hipproblm_sec2_rtinner .nav-link.active {
  background: transparent;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 15px;
}
.hipproblm_sec2_rtinner .nav-link {
  padding: 0;
  margin-bottom: 20px;
  border: 2px solid transparent;
}
.hpsol_bx img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}
.hpsol_bx {
    background: #fff;
    border-radius: 15px;
}
.hpsol_bx .hpsol_bx_in {
    padding: 30px;
}
.commonreadmore {
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #036280;
    transition: 0.3s linear;
}
.commonreadmore:hover{
  color: #036280;
}
.commonreadmore iconify-icon {
    margin-left: 6px;
    font-size: 30px;
    position: relative;
    top: 2px;
}
.hipproblm_sec2{
  position: relative;
}
.bluecircle {
    position: absolute;
    bottom: -70px;
    left: 0;
    animation: upAndDown 2s infinite ease-in-out;
    width: 120px;
}
.hipstory{
  position: relative;
}
.bluecircle1 {
    position: absolute;
    top: 20px;
    right: 0;
    width: 120px;
    transform: rotate(180deg);

}
.bgblue1{
  background: #036280;
}

.hipproblm_sec21 .hipproblm_sec2_rtinner .nav-pills button {
    width: 48%;
    float: left;
    margin: 0 6px 12px;
}
.hipproblm_sec21 .hipproblm_sec2_rtinner .nav-pills button .innerbox {
    height: 210px;
    justify-content: center;
}
.hipproblm_sec21 .hipproblm_sec2_rtinner .nav-pills button .innerbox h4 {
    width: 100%;
    text-align: center;
}
.hipproblm_sec21 .hpsol_bx img {
    width: 100%;
    height: 223px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}
.bluecircle3 {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 140px;
    animation: upAndDown 2s infinite ease-in-out;
}


/*panel expand*/
.abt_blksub3 .panel {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: all 700ms ease-in;
  box-shadow: none;
  overflow: hidden;
  border: none;
}
.abt_blksub3 .panel h3 {
  font-size: 24px;
  position: absolute;
  bottom: 40%;
  left: -130px;
  margin: 0;
  transition: all 1000ms ease-in-out;
  transform: rotate(270deg);
  height: 85px;
  width: 420px;
  text-align: center;
}
.abt_blksub3 .panel.active {
  flex-grow: 2;
}

.abt_blksub3 h4 {
  margin-bottom: 25px;
  text-align: center;
  margin-top: 0;
}
.contentbox .abt_subblock:last-child {
  margin-bottom: 0;
}
.abt_blksub3 .blackshade1 {
  border-radius: 25px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
}
.panel.active .blackshade1 {
    display: none;
}
.abt_blksub3 p {
  margin: 0;
  display: none;
  transition: all 700ms ease-in-out;
}
.panel.active p {
  display: block;
}
.abt_blksub3 {
  display: flex;
}
.innerpannel_lt img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.abt_blksub3 .panel.active h3 {
  text-align: left;
  opacity: 1;
  transition: all 1000ms ease-in-out;
  transform: rotate(0deg);
  width: 100%;
  position: unset;
  color: #036280;
  height: unset;
  margin-bottom: 20px;
}
.innerpannel_rt {
  padding: 30px 30px 30px 0;
}
.panel.active .innerpannel {
  background: #fff
}
.panel .innerpannel {
  background: transparent;
  height: 100%;
}
.panel .innerpannel_lt {
  display: none;
}
.panel.active  .innerpannel_lt {
  display: block;
}
.plusicon {
  position: absolute;
  left: 70%;
  top: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
}
.pink{
  color: #FB9E9E;
  border: 1px solid #FB9E9E;
}
.blue{
  color: #A0B4FF;
  border: 1px solid #A0B4FF;
}
.yellow{
  color: #FFCF9E;
  border: 1px solid #FFCF9E;
}
.panel.active .plusicon{
  display: none;
}
.panel .innerpannel .commonreadmore {
    display: none;
}
.panel.active .innerpannel .commonreadmore {
    display: flex;
}
/**/
.img_round1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -40px;
    animation: upAndDown 2s infinite ease-in-out;
}
.pinksec li:nth-child(odd):before {
    content: "";
    background: url(../images/pinkcircle.svg) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
}
.pinksec li:nth-child(even):before {
    content: "";
    background: url(../images/pinkcircle.svg) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-180deg);
}
.pinksec li {
    position: relative;
}

.bluesec li:nth-child(odd):before {
    content: "";
    background: url(../images/bluecircle1.svg) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
}
.bluesec li:nth-child(even):before {
    content: "";
    background: url(../images/bluecircle1.svg) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-180deg);
}
.bluesec li {
    position: relative;
}
.yellowsec li:nth-child(odd):before {
    content: "";
    background: url(../images/yellowcircle.svg) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
}
.yellowsec li:nth-child(even):before {
    content: "";
    background: url(../images/yellowcircle.svg) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-180deg);
}
.yellowsec li {
    position: relative;
}
.accordion-button:not(.collapsed) {
    background: #fff;
}
.bgbluish{
  background: #A0B4FF;
}
.homewhysec li:nth-child(odd) .why_right {
    margin-right: 0 !important;
    margin-left: 80px;
}
.homewhysec li:nth-child(even) .why_left {
    padding-right: 0px!important;
    padding-left: 80px!important;
}

.test_cnt button {
    background: transparent;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
}
.test_cnt button iconify-icon{
    margin-left: 10px;
}
.testpopbx .modal-content {
    background: #036280;
}
.testi_popup p {
    color: #fff;
    font-size: 15px;
    text-align: left;
}
.testi_popup .testiavatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.testpopbx .modal-dialog.modal-dialog-centered {
    max-width: 55%;
}
.testi_popimg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi_popimg .testibefore {
    position: relative;
    text-align: center;
}
.testi_popimg .testibefore img {
    width: 80%;
}
.testi_popimg .testibefore h4 {
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px 10px;
    font-size: 17px;
}
.testpopbx .modal-body {
    height: 400px;
    overflow-y: auto;
    padding: 55px;
}
.testpopbx .modal-body button.btn-close {
    position: absolute;
    right: 20px;
    color: #fff;
    top: 15px;
    filter: invert(1);
    opacity: 1;
}
.testi_popup img.quotestes {
    width: 55px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}
.popuptesti_name {
    text-align: center;
    margin: 30px 0;
}
.popuptesti_name h4 {
    color: #fff;
    font-size: 20px;
}
.popuptesti_name div {
    color: #fff;
}


/*.tab-timer {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background-color: #007bff;
            width: 0;
            transition: width 5s linear;
        }*/

.tab-timer {
    height: 2px; /* Adjust height as needed */
    background-color: #036280; /* Initial background color */
    width: 0; 
}
.tab-timer.active {
    height: 2px; /* Adjust height as needed */
    background-color: #036280!important; /* Initial background color */
    width: 0; /* Initial width */
/*    transition: width 5s linear; /* Transition effect for width change over 5 seconds */*/
    animation-duration: 1s;
    animation-name: maxOff;
    animation-fill-mode: forwards;
}
@keyframes maxOff {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


.flowbx_main {
    width: 170px;
    height: 170px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        margin: 0 auto;
        position: relative;
    z-index: 9;
    transition: 0.3s linear;
}
.flowbx_main img {
    width: 80px;
    margin: 0 auto 15px;
    height: 56px;
    object-fit: contain;
}
.flowbx_main h4 {
    font-size: 16px;
    padding: 0 20px;
    margin: 0;
    font-weight: 600;
}

.flowbx_main1 {
    width: 170px;
    height: 170px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 70px;
    position: relative;
    z-index: 9;
    transition: 0.3s linear;
}
.flowbx_main1 img {
    width: 80px;
    margin: 0 auto 15px;
    height: 80px;
    object-fit: contain;
}
.flowbx_main1 h4 {
    font-size: 16px;
    padding: 0 20px;
    margin: 0;
    font-weight: 600;
}
.appointment_btn {
    background: #036280;
}
.appointment_btn p {
    color: #fff !important;
    padding: 0 0;
    margin: 0;
    width: 135px;
    font-size: 14px;
    line-height: 19px;
}





.fixedmenu{
  position: fixed;
  width: 82%;
  background: #f1f1f1;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 30px;
  height: 100px;
  display: flex;
  align-items: end;
  z-index: 99;
}


.linebox,.vertical1,.vertical2,.vertical3{
  position: relative;
}
.linebox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 15px;
    transform: translate(-50%, -50%);
    background-color: #D9D9D9;
    transition: width 0.3s ease;
}
.vertical2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 15px;
    height: 100%;
    transform: translate(-50%, -47%);
    background-color: #D9D9D9;
    transition: width 0.3s ease;
    border-radius: 5px;
}
.vertical3:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 15px;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #D9D9D9;
    transition: width 0.3s ease;
    border-radius: 5px;
}
.vertical4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 15px;
    height: 100%;
    transform: translate(-50%, -35%);
    background-color: #D9D9D9;
    transition: width 0.3s ease;
    border-radius: 5px;
}
.vertical1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 65%;
    width: 21%;
    height: 15px;
    transform: translate(-50%, -50%);
    background-color: #D9D9D9;
    transition: width 0.3s ease;
    border-radius: 5px;
}
.vertical1:after {
    content: "";
    position: absolute;
    top: 85%;
    left: 50%;
    width: 15px;
    height: 100%;
    transform: translate(-50%, -40%);
    background-color: #D9D9D9;
    transition: width 0.3s ease;
    border-radius: 5px;
}
.hor_line {
    position: relative;
}
.hor_line:before {
    content: "";
    position: absolute;
    top: -12%;
    left: 50%;
    width: 50%;
    height: 15px;
    transform: translate(-50%, 0);
    background-color: #D9D9D9;
    transition: width 0.3s ease;
    border-radius: 5px;
}
.flow_height{
  height: 300px;
}
.flowbx_main:hover {
    transition: 0.3s linear;
    transform: scale(1.02);
}
.flowbx_main1:hover {
    transition: 0.3s linear;
    transform: scale(1.02);
}





























/* Simple Case Study Section Styles */
.case_study_section {
  position: relative;
  background-color: #f8f9fa;
  padding: 80px 0;
}

/* Carousel Styling */
#caseStudyCarousel {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

#caseStudyCarousel .carousel-item img {
  height: 450px;
  object-fit: cover;
}

#caseStudyCarousel .carousel-indicators {
  bottom: 15px;
}

#caseStudyCarousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 5px;
}

#caseStudyCarousel .carousel-indicators button.active {
  background-color: #036280;
}

#caseStudyCarousel .carousel-control-prev,
#caseStudyCarousel .carousel-control-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
}

#caseStudyCarousel .carousel-control-prev {
  left: 15px;
}

#caseStudyCarousel .carousel-control-next {
  right: 15px;
}

#caseStudyCarousel .carousel-control-prev-icon,
#caseStudyCarousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Content Styles */
.cs_content {
  padding: 0 20px;
}

.cs_content p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cs_content .git_submit {
  margin-top: 10px;
  display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .cs_content {
    padding: 20px 0 0;
    text-align: center;
  }
  
  #caseStudyCarousel .carousel-item img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #caseStudyCarousel .carousel-item img {
    height: 350px;
  }
  
  .cs_content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .case_study_section {
    padding: 60px 0;
  }
  
  #caseStudyCarousel .carousel-item img {
    height: 300px;
  }
}

























/* Case Studies Card Layout Styles */
.case_studies_section {
  position: relative;
  background-color: #f8f9fa;
  padding: 80px 0;
}

.case_studies_grid {
  margin-top: 40px;
}

.case_study_card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.case_study_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.case_card_image {
  height: 220px;
  overflow: hidden;
}

.case_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.case_study_card:hover .case_card_image img {
  transform: scale(1.1);
}

.case_card_content {
  padding: 25px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.case_category {
  display: inline-block;
  background-color: rgba(3, 98, 128, 0.1);
  color: #036280;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.case_card_content h4 {
  color: #036280;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.case_card_content p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.read_more {
  display: inline-flex;
  align-items: center;
  color: #036280;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;
}

.read_more iconify-icon {
  margin-left: 5px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.read_more:hover {
  color: #024c63;
}

.read_more:hover iconify-icon {
  transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .case_card_image {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .case_studies_section {
    padding: 60px 0;
  }
  
  .case_study_card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .case_card_content {
    padding: 20px 15px;
  }
  
  .case_card_content h4 {
    font-size: 16px;
  }
}



































.cs-detail-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  color: var(--cs-text-dark);
}

/* Header Section */
.cs-detail-header {
  background-color: var(--cs-primary-color);
  color: var(--cs-text-light);
  padding: 60px 20px;
  text-align: center;
}

.cs-detail-header__container {
  max-width: 800px;
  margin: 0 auto;
}

.cs-detail-header__title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cs-detail-header__subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Overview Section */
.cs-detail-overview {
  padding: 60px 20px;
  background-color: var(--cs-background-light);
}

.cs-detail-overview__container {
  max-width: 800px;
  margin: 0 auto;
}

.cs-detail-overview__title {
  color: var(--cs-primary-color);
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.cs-detail-overview__content p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Gallery Section */
.cs-detail-gallery {
  padding: 60px 20px;
}

.cs-detail-gallery__container {
  max-width: 1000px;
  margin: 0 auto;
}

.cs-detail-gallery__title {
  color: var(--cs-primary-color);
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

.cs-detail-gallery__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background-color: var(--cs-background-light);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cs-detail-gallery__image {
  width: 50%;
}

.cs-detail-gallery__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.cs-detail-gallery__description {
  width: 50%;
  padding: 30px;
}

.cs-detail-gallery__description h3 {
  color: var(--cs-primary-color);
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.cs-detail-gallery__description p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Outcome Section */
.cs-detail-outcome {
  background-color: var(--cs-primary-color);
  color: var(--cs-text-light);
  padding: 60px 20px;
}

.cs-detail-outcome__container {
  max-width: 800px;
  margin: 0 auto;
}

.cs-detail-outcome__title {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.cs-detail-outcome__content p {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .cs-detail-gallery__item {
      flex-direction: column;
  }

  .cs-detail-gallery__image,
  .cs-detail-gallery__description {
      width: 100%;
  }

  .cs-detail-header__title {
      font-size: 2rem;
  }

  .cs-detail-header__subtitle {
      font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .cs-detail-header__title {
      font-size: 1.5rem;
  }

  .cs-detail-gallery__image img {
      height: 250px;
  }
}