@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}
a{
    text-decoration: none !important;
    font-family: "Montserrat", serif;
}
p, .f-os{
    text-decoration: none !important;
    font-family: "Montserrat", serif;
}
h1, h2, h3, h4, h5, h6, .f-ub{
    font-family: "Montserrat", serif;
}
.bg-main{
    background: #041c33;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.colorc{
    color: #ccc !important;
}
.color3{
    color: #FF8B34 !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
img{
    width: 100%;
}
section.top-header {
    background: #041c33;
    position: relative;
    z-index: 0;
}
.thi-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.thi-l {
    display: flex;
    align-items: center;
    column-gap: 22px;
}
.thi-ic span {
    padding: 12px 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #d6edeb;
    font-size: 14px;
}
.cus-container {
    width: 100%;
    max-width: calc(100% - 100px);
    margin-inline: auto;
}
section.main-header .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
/* .thi-l span i {
    color: #d6edeb;
} */
.thi-l span a, .thi-r a, .thi-l span i {
    color: #d6edeb;
}
section.top-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 50%;
    background: #135DAB;
    right: 0;
    top: 0;
    z-index: -1;
}
img.header-logo {
    max-width: 200px;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
.btn1 {
    background: #041c33;
    color: #fff;
    padding-inline: 20px;
    display: inline-block;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 12px;
    border: 2px solid #041c33;
    font-weight: 600;
}
.btn2 {
    background: #fff;
    color: #041c33;
    padding-inline: 20px;
    display: inline-block;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 12px;
    border: 2px solid #fff;
}
.btn3 {
    background: #0495ff;
    color: #fff;
    padding-inline: 20px;
    display: inline-block;
    line-height: 55px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 12px;
    border: 2px solid #0495ff;
}
.btn3:hover {
    background: #0496ff2f;
    color: #0495ff;
    border: 2px solid #0495ff;
    transition: 0.5s;
}
.btn1 i, .btn2 i, .btn3 i{
    margin-left: 6px;
}
.btn1:hover {
    background: #041c3313;
    color: #041c33;
    border: 2px solid #041c33;
    transition: 0.5s;
}
a.nav-link {
    padding: 0 0 !important;
    margin: 0 16px;
    color: #333;
    font-weight: 600;
    font-size: 17px;
}
.bir {
    height: 100%;
    width: 100%;
}
.bir video {
    width: 100%;
    object-fit: cover;
    max-height: 800px;
    min-height: 800px;
    height: 100%;
}
.hbsb-ii {
    /* display: flex; */
    position: relative;
    z-index: 0;
}
.bil {
    width: 100%;
    max-width: 25%;
    background: #135DAB;
    height: 100%;
    max-height: 800px;
    min-height: 800px;
}
.bim {
    position: absolute;
    background: #ffffffe3;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    max-width: 580px;
    padding: 40px 40px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 0 60px #00000020;
}
.bim h1 {
    font-size: 40px;
    font-weight: 700;
    color: #135DAB;
}
.bim h1 span {
    font-family: "Montserrat", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    display: block;
    color: #041c33;
    margin: 8px 0 12px;
}
.bil:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 92%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 1;
}
.bil:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg2.png);
    background-size: contain;
    background-repeat: repeat;
    max-height: 800px;
    top: 0;
    opacity: 0.6;
    z-index: 0;
    max-width: 25%;
}
.main-tt span {
    color: #0495ff;
    padding: 0 0 0px 26px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
}
.main-tt span:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 6px;
    background: url(../../assets/img/shape.png);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: wooo 3.5s infinite;
}
@keyframes wooo {
    0% {
      transform: rotate3d(0, 0, 0);
    }
    50% {
      transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
      transform: rotate3d(0, 1, 0, 359deg);
    }
  }
  
  .main-tt h4 {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 54px;
    color: #041c33;
    font-weight: 700;
}
.main-con p {
    color: #333;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
section.h-about {
    position: relative;
    z-index: 0;
    background: url(../../assets/img/bg3.jpg);
    background-size: cover;
    background-position: center right;
}
section.h-about:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/Welcome-to-KARE-Prosthetics-and-Orthotics-Bangalore.webp);
    left: 40px;
    top: 50%;
    max-width: 45%;
    max-height: calc(100% - 200px);
    transform: translateY(-50%);
    border-radius: 20px;
    background-size: cover;
}
.hsrl-ic hr {
    color: #fff;
    margin: 30px 0;
}
.srb-ic {
    background: rgb(22, 44, 65);
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 22px;
    column-gap: 30px;
}
.srb-r h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
}


.srb-r p {
    color: #ccc;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
}
.srb-l img {
    max-width: 200px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.service-img img {
    border-radius: 18px;
}
.hsrl-ic {
    position: sticky;
    top: 140px;
}
.sticky {
    width: 100%;
    position: fixed!important;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 10px #00000020;
}
.ulc-box {
    width: 100%;
    max-width: 48%;
    display: flex;
    column-gap: 20px;
}
.hwul-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.lcb-l span {
    background: #041c33;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 100%;
}
.lcb-l span img {
    max-width: 50px;
}
.hwul-ic hr {
    margin: 40px 0 50px;
}
.lcb-r h4 {
    font-size: 20px;
    line-height: 32px;
    color: #041c33;
    margin-bottom: 10px;
    font-weight: 700;
}
.lcb-r p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
}
section.h-why-us {
    background: url(../../assets/img/why-bg.jpg);
    background-position: center center;
    background-size: cover;
}
.rbi-con {
    background: #162c41;
    padding: 30px 40px 40px 40px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 30px;
}
span.quote-ico {
    color: #0495ff;
    font-size: 70px;
    margin-bottom: 10px;
    line-height: 70px;
    display: block;
}
.rbi-con p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}
span.ratting {
    display: flex;
    column-gap: 6px;
    font-size: 22px;
    color: #ffbf00;
}
.rbi-des {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-left: 40px;
}
.rbi-user p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.rbi-user span {
    color: #0495ff;
    font-weight: 600;
}
.rbi-con:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 110px;
    border: 20px solid #162c41;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.htesr-ic hr {
    color: #fff;
    margin: 40px 0 50px;
}
.hwur-ic {
    height: 100%;
    margin-left: 40px;
}
.hwur-ic img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    object-position: 50% 0%;
}
.htesl-ic img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    max-height: 700px;
}
.htesl-ic {
    height: 100%;
}
section.h-how-it-works {
    position: relative;
    z-index: 0;
    background: url(../../assets/img/bg5.jpg);
    background-size: cover;
    background-position: center right;
}
.hhw-box img {
    border-radius: 10px;
}
.hhw-con {
    position: relative;
    padding: 40px 40px;
    z-index: 0;
    background: url(../../assets/img/why-bg.jpg);
    border-radius: 40px;
}
/* .hhw-con:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/why-bg.jpg);
    z-index: -1;
    top: 0;
    min-width: calc(100% + 80px);
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
    border-radius: 40px;
} */
.rg-30{
    row-gap: 30px;
}
.hhwl-ic hr {
    margin: 40px 0 50px;
}
section.h-faqs {
    background: url(../../assets/img/why-bg.jpg);
    background-position: center center;
    background-size: cover;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:last-child {
    margin-bottom: 0px;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #041c33 !important;
    box-shadow: none !important;
    border-radius: 10px 10px 0 0 !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: none;
    /* box-shadow: 0 0 20px #00000020; */
    border-radius: 10px;
}
.accordion-item {
    /* border-top: 0;
    border: none; */
    box-shadow: 0 0 20px #00000020;
    border-radius: 10px;
}
.accordion-item:first-of-type {
    border: none;
    border-radius: 10px;
}

button.accordion-button {
    border-radius: 10px;
    font-weight: 700;
}
/* .accordion-item:first-of-type .accordion-button {
    border-radius: 10px !important;
} */
.accordion-item:last-of-type {
    border-radius: 10px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px !important;
}
.accordion-header {
    border-radius: 10px !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-body span {
    font-weight: 500;
    color: #333;
    display: block;
    line-height: 30px;
}
.ft-top {
    padding: 80px 0 40px;
}
.ftc-tt h5 {
    color: #0495ff;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
    font-weight: 700;
}
.ftc-tt h5:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #0495ff;
    bottom: 0;
    left: 0;
}
.ftc-con h4 {
    color: #fff;
    margin-bottom: 18px;
}
.ftc-con p {
    color: #fff;
    margin-bottom: 0px;
    line-height: 32px;
}
.fmt h4 {
    font-size: 20px;
}

.ftc-ic2 {
    margin-left: 30px;
}
.fmt span:before {
    background: url(../../assets/img/shape-location.png);
}
.fmt span {
    margin-bottom: 4px;
}
.fmt {
    margin-top: 14px;
}
.ftb-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 14px;
    text-transform: capitalize;
    padding: 16px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ft-btm {
    background: #031328;
}
.ftb-ic span a{
    color: #0495ff;
}
.sticky img.header-logo {
    max-width: 160px;
}
.srb-ic:hover {
    background: #041327;
    transition: 0.8s;
}
.ulc-box:hover .lcb-l span {
    animation: wooo 3.5s infinite;
}
@keyframes wooo2 {
    0% {
      transform: scale(1);
    }
     25% {
        transform: scale(1.05) rotate(4deg);
      }
    50% {
        transform: scale(0.9) rotate(0deg);
    }
    75% {
        transform: scale(1.05) rotate(-4deg);
      }
    100% {
        transform: scale(1) rotate(0deg);
    }
  }
  .hhw-box:hover img{
    animation: wooo2 3s infinite;
  }
  .thi-l span a, .thi-r a {
    font-weight: 500;
}
.habl-ic img {
    display: none;
}
.habl-ic img {
    border-radius: 20px;
}
.rbi-img img {
    max-width: 62px;
    min-width: 62px;
}
.bim-r {
    position: absolute;
    bottom: 40px;
    right: 40px;
    max-width: 120px;
}