   /*****Common style start*******/
* {
  margin: 0;
  padding: 0;
}

.il-container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*****Common style end******/


/*****Banner style start*******/
.heading1 {
  color: #020202;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 120%;
}

.heading2 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 120%;
    color: #212121;
}

.heading3 {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 20px;
    color: #212121;
}

.sub-txt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
}

.sub-line {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  color: #616161;
  margin-top: 1rem;
}

.banner-sec {
    padding: 2rem 0;
}

.banner-cont-sec {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}
 
.landing-banner {
  position: relative;
}

.landing-banner:after {
  content: '';
  position: absolute;
  background: url('/docs/default-source/assets/marketing/images/video-landing-bg.webp') no-repeat;
  background-size: 100% 100% !important;
  background-position: top right;
  width: 100%;
  height: 262px;
  top: 0;
  right: 0;
}

.breadcrumb-block, .separator {
  position: relative;
}

.breadcrumb-block span,  .breadcrumb-block a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  color: #360006;
  text-decoration: underline;
}

.breadcrumb-block a {
  color: #fff;
}

.breadcrumb-block .separator:after {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1.2px;
  vertical-align: top;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 6px;
  margin-left: 10px;
}


/*****Banner style end******/

/*****Video block start******/
.popular-videos {
    margin-top: 10rem;
}
.popular-video-row {
    display: flex;
    gap: 2rem;
    margin-top: 6rem;
}
.popular-video-item{
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.popular-video-item img {
    width: 100%;
    height: 155px;
}
.video-cont {
    padding: 1.6rem 2rem;
}

.video-title {
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 800;
    color: #212121;
    text-align: center;
}

.video-info {
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 400;
    color: #424242;
    text-align: center;
}

.video-block {
    padding: 6rem 0;
}

.video-sec {
    margin-top: 4.8rem;
}

/*.video-sec:first-child {
    display: block;
}
*/
.video-row {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
    margin-top: 2rem;
}

.video-item {
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;
    flex: 1;
}

.video-item img {
    width: 100%;
    height: 155px;
}

.video-item-cont {
    padding: 1.6rem;
}

.process-label {
    border-radius: 4px;
    background: #EDF6FF;
    padding: 0.6rem 0.4rem;
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 600;
    color: #053C6D;
    margin-bottom: 8px;
    display: inline-block;
}

.txt {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 18px;
    color: #424242;
    display: block;
}


.tab-block {
    margin-top: 3.2rem;
}

.tab-row {
    display: flex;
    gap: 1.2rem;
}

.tab-item {
/*    padding: 1.2rem 2rem;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    color: #424242;
    background: #FFF;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.tab-item a {
    padding: 1.2rem 2rem;
}
.tab-item span {
    padding-left: 2rem;
    color: #424242;
}

.tab-item.active span {
   color: #fff;
}

.tab-item:before {
    content: '';
    position: absolute;
    left: 15px;
}
.all-video:before {
    background: url('/docs/default-source/assets/marketing/images/video/all-video-ico.png') no-repeat;
    width: 20px;
    height: 20px;
}
.all-video.active:before, .all-video:hover:before {
    background: url('/docs/default-source/assets/marketing/images/all-videos.svg') no-repeat;
}
.health-video:before {
    background: url('/docs/default-source/assets/marketing/images/health-ico.svg') no-repeat;
    width: 20px;
    height: 20px;
}
.health-video.active:before, .health-video:hover:before {
    background: url('/docs/default-source/assets/marketing/images/video/health-ico-active.svg') no-repeat;
}
.motor-video:before {
    background: url('/docs/default-source/assets/marketing/images/motor-ico.svg') no-repeat;
    width: 20px;
    height: 20px;
}
.motor-video.active:before, .motor-video:hover:before {
    background: url('/docs/default-source/assets/marketing/images/video/motor-ico-active.png') no-repeat;
}
.travel-video:before {
    background: url('/docs/default-source/assets/marketing/images/travel-ico.svg') no-repeat;
    width: 20px;
    height: 20px;
}
.travel-video.active:before, .travel-video:hover:before {
    background: url('/docs/default-source/assets/marketing/images/video/travel-ico-active.png') no-repeat;
}


.tab-item.active, .tab-item:hover{
    color: #fff;
    border: 1px solid #C74C01;
    background: #E3530F;
} 
.tab-item:hover span {
    color: #fFF;
}
/*****Video block end*******/

.ria-block {
    padding: 4rem 8rem 6rem 8rem;
    margin-bottom: 6rem;
    border-radius: 24px;
}

.bg-blue {
    background: #EDF6FF;
} 

.left-right-sec {
    display: flex;
    justify-content: space-between;
    gap: 10rem;
}

.sec-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 120%;
    color: #212121;
}

.iltakecare-wrap {
    margin-bottom: 8rem;
}

.il-block {
    margin-right: 10rem;
    position: relative;
    background: #FFF2ED;
    height: 610px;
    border-radius: 24px;
    padding: 3.2rem 0rem 4rem 7rem;
}

.il-block:after {
    content: '';
    position: absolute;
    background-image: url(/docs/default-source/assets/il-take-care/images/ban-circle.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    right: 0;
    bottom: 0;
    width: 480px;
    height: 300px;
}

.left-cont-block {
    width: 60%;
}

.iltakecare-wrap h2 {
    font-size: 4rem;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 0;
}

.iltakecare-wrap p, .ria-block p.txt {
    color: #212121;
    font-size: 1.6rem;
    font-weight: 400
    line-height: 24px;
}

p.block-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 20px;
    margin: 2rem 0 1.2rem 0;
}

.il-app-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.2rem;
}

.il-app-listing li {
    display: flex;
    align-items: center;
    width: 32%;
    position: relative;
    padding-right: 25px;
}

.il-app-listing li:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    right: 24px;
    top: 5px;
    background: #BDBDBD;
}

.il-app-listing li:last-child:after {
    display: none;
}

.il-app-listing li span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 18px;
    margin-left: 6px;
}

.more-txt {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 1rem;
    display: block;
}

.text {
   font-size: 1.8rem;
    font-weight: 400;
    line-height: 24px;
}

/*.primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    background: #E3530F;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    display: inline-block;
    margin-bottom: 4rem;
}
*/
.learn-more-btn {
    margin-top: 1rem;
    margin-bottom: 4rem;
    display: inline-block;
}

.download-block .heading4 {
   font-size: 1.8rem;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 2rem 0;
}

.flex-wrap {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.app-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.app-block a {
    cursor: pointer;
}

.mob-img {
    position: absolute;
    top: -50px;
    right: -136px;
    height: 740px;
    z-index: 1;
}

.iltcImg {
    height: 200px;
}

.iltcImg img {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.download-block .heading4 br {
    display: none;
}

.ria-block .il-app-listing li:after {
    right: 15px;
}

.carousel-block{
    display: block;
    margin-top: 8rem;
} 

.box-wrap {
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    height: 250px;
    overflow: hidden;
}
/*.box-wrap .img-block {
    overflow: hidden;
}*/
.box-cont {
    padding: 2rem 1rem 3.2rem 1rem;
}

.box-title {
    font-size: var(--font-16);
    font-weight: var(--font-bold);
    text-align: center;
    line-height: 22px;
}
.box-txt {
   font-size: var(--font-14);
    font-weight: var(--font-regular);
    line-height: 18px;
    color: var(--cool-gray-800);
    text-align: center;
}

.bottom-block {
    margin-top: 4.8rem;
    padding: 1.6rem 2rem;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 4px 15.9px 0 rgba(215, 215, 215, 0.30);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.txt2 {
    font-size: 1.8rem;
    line-height: 22px;
    font-weight: 700;
    color: #020202;
}
.txt3 {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    color: #020202;
}
.org-txt {
    color: #E3530F;
    font-weight: 800;
}
.link {
    color: #E3530F;
    text-decoration: underline;
} 
.scan-qr-block {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}
.qr-wrap {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    color: #020202;
}
.scan-ico {
    cursor: pointer;
}
.view-more-link, .view-less-link, .view-more-link:visited, .view-less-link:visited{
    display: none;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 16px;
    color: #EC6625 !important;
    text-decoration: underline !important;
    text-align: center;
    margin: 2rem auto 0;
}
.searchinput-wrapper {
    position: relative;
}

 .svg-progress {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 9px;
}

.progress-cricle {
    fill: none;
    stroke: #f2f2f2;
    stroke-miterlimit: 10;
}
.pc2 {
    stroke: #ec6625;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    animation: stroke-draw 3000ms linear;
}
@keyframes stroke-draw {
    from {
        stroke-dasharray: 0, 60;
    }

    to {
        stroke-dasharray: 60, 60;
    }
}

.svg-progress {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    display: none;
}

.popular-video-row .owl-nav .owl-next, 
.popular-video-row .owl-nav .owl-prev{
    margin: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #EC6625 !important;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.popular-video-row .owl-nav .owl-next{
    left: auto;
    animation: 0;
}

.popular-video-row .owl-nav .owl-prev{
    right: 40px;
}

.popular-video-row .owl-nav .owl-next:hover, 
.popular-video-row .owl-nav .owl-prev:hover{
    background: #fff2eb;

}

.popular-video-row .owl-theme .owl-dots,
.popular-video-row .owl-theme .owl-nav{
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular-video-row .owl-nav{
    display: flex !important;
    justify-content: center;
    margin: 3rem 0 0;
}

.popular-video-row .owl-theme .owl-dots{
    position: relative;
    top: -20px;
    left: 3px;
}

.popular-video-row .owl-carousel .owl-nav.disabled {
    display: block !important;
}

button.owl-next:before {
    content: '';
    background: url(/docs/default-source/assets/images/elevate/slider-right-arrow.svg);
    display: flex !important;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -3px;
    top: 10px;
}
button.owl-prev:before {
    content: '';
    background: url(/docs/default-source/assets/images/elevate/slider-right-arrow.svg);
    display: flex !important;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 12px;
    top: 0;
    transform: rotateZ(
180deg);
}


 @media (max-width: 1366px) {
    .mob-img {
        right: -85px;
        height: 720px;
    }

    .il-block {
        width: 96%;
    }

    .il-app-listing li:after {
        right: 17px;
    }

    .il-block:after {
        right: 17px;
    }
}

@media (max-width: 1024px) {
    .il-block { 
        height: auto;
        padding: 2rem;
    }

    .iltakecare-wrap h2 br, .iltakecare-wrap p br{
        display: none;
    }

    .card-row {
        gap: 3rem;
    }
    .card-item {
        width: 48%;
    }
    .card-item img {
        width: 100%;
    }

}


@media (max-width: 768px) {
    .landing-banner:after {
        background: url(/docs/default-source/assets/marketing/images/video-hub-mob.png) no-repeat;
        background-size: 100%;
        background-position: top right;
        width: 100%;
        height: 262px;
    }
    .heading1 {
        color: #020202;
        font-size: 2.6rem;
        font-weight: 900;
        line-height: 120%;
    }
    .heading2 {
        color: #212121;
        font-size: 2rem;
        font-weight: 800;
        line-height: 26px;
    }
    .sub-txt {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 16px;
    }
    .sub-line {
        font-size: 1.6rem;
        line-height: 24px;
    }
    .video-title {
        font-size: 1.4rem;
        text-align: left;
    }
    .video-info {
        font-size: 12px;
        text-align: left;
    }
    .more-list-show {
        display: none;
    }
    .view-more-link {
        display: block;
    }
   
    .left-right-sec {
        flex-direction: column;
        gap: 2rem;
    }
    .left-sec {
        display: flex;
        justify-content: space-between;
    }
    .right-sec .heading2 {
        margin-bottom: 1rem;
    } 
    .scan-qr-block {
        flex-direction: column-reverse;
    }
    .bottom-block {
        margin-top: 2rem;
    }
    .txt2 {
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 1.2rem;
    }
    .txt3 {
        font-size: 1.4rem;
    }
    .video-sec {
        margin-top: 0;
    }
    .video-row {
        flex-direction: column;
        margin-top: 0;
        gap: 0;
    }
    .video-item {
        width: 100%;
        margin-top: 2rem;
    }
    .video-item img {
        width: 100%;
    }

    .tab-row {
        scrollbar-width: none;
        overflow-x: scroll;
        width: 100%;
        scroll-snap-type: x mandatory;
        scroll-padding: 15px;
        gap: 10px;
    }
    .tab-item {
        font-size: 1.2rem;
        flex: 0 0 30%;
        padding: 0.5rem;
    }
    .tab-item:before {
        left: 12px;
    }
    .tab-container {
        padding-right: 0;
    }

    .popular-video-row {
        padding-left: 15px;
        margin-top: 2rem;
    }
    .popular-video-row .owl-stage {
        padding-left: 0 !important;
        display: flex !important;
        align-items: stretch;
    }

    .popular-video-row .owl-stage .owl-item {
        display: flex;
        height: auto;
    }
    .video-item img {
        height: auto;
    }
    .popular-video-item img {
        height: 120px;
    }


    .iltakecare-wrap {
        padding: 0;
        margin-top: 4rem;
        margin-bottom: 4rem;
        height: auto;
    }

    .il-block {
        width: 100%;
        padding-bottom: 14rem;
    }

    .il-block:after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 0;
        width: 360px;
        background-size: 100% 100%;
        height: 136px;
    }
    
    .left-cont-block {
        width: 100%;
    }

    .mob-img {
        top: auto;
        bottom: -40px;
        left: auto;
        right: -30px;
        width: 248px;
        height: 370px;
    }

    .flex-wrap {
        flex-direction: column;
    }

    .iltakecare-wrap h2 {
        font-size: 2.8rem;
        line-height: 34px;
    }

    .download-block .heading4 {
        font-size: 1.8rem;
        line-height: 22px;
        width: 50%;
    }

    .il-app-listing {
        flex-direction: column;
    }

    .il-app-listing li {
       margin-bottom: 2rem;
       align-items: center;
       width: 100%;
    }

    .il-app-listing li:last-child {
       margin-bottom: 0;
    }

    .il-app-listing li:after {
        display: none;
    }

    .iltakecare-wrap:after {
        background-size: 100%;
        width: 240px;
        height: 240px;
        right: 70px;
    }

    .download-block .heading4 br {
        display: block;
    }

    .ria-block {
        padding: 2rem 1.6rem;
    }

    .ria-img {
        width: 160px;
        height: 160px;
    }
  
}
@media (max-width: 480px) {
    .banner-cont-sec {
        max-width: 220px;
        padding-right: 4rem;
    }
}