/* Css Started */

.Info-section {
    margin: 23px 0px 33px 0px;
}

.Info-section .privacymains {
    position: relative;
}

.Info-section .privacybgimag1 {
    position: absolute;
    top: 8%;
    left: 0px;
    z-index: -1;
}

.Info-section .privacybgimag2 {
    position: absolute;
    top: 85%;
    left: 0px;
    z-index: -1;
}

.Info-section .privacybgimag3 {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: -1;
}

.Info-section .prebg {
    width: 232px;
    height: 380px;
    z-index: -1;
}

.Info-section .title-text {
    margin-bottom: 30px;
}

.Info-section .title-text p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; */
}

.Info-section .infor1 {
    width: 468px;
    height: 295px;
}

.Info-section .infor2 {
    width: 401px;
    height: 298px;
}

.Info-section .infor3 {
    width: 428px;
    height: 319px;
}

.Info-section .infor4 {
    width: 459px;
    height: auto;
}

.Info-section .infor5 {
    width: 297px;
    height: 293px;
}

.Info-section .infor6 {
    width: 483px;
    height: 364px;
}

.Info-section .mid-no h1 {
    text-align: center;
    font-size: 120px;
    font-weight: bold;
    line-height: 180px;
    letter-spacing: 0px;
    color: #efefef;
    opacity: 1;
}

.Info-section .info-text h6 {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    color: #252d72;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.Info-section .info-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.Info-section .privacy-bottom {
    margin-top: 70px;
}

.Info-section .privacy-bottom p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.Info-section .road-path-img {
    position: absolute;
    top: 134px;
    left: 44%;
    display: block;
}
.Info-section .road-path-img img.path {
    width: 51%;
    height: 77%;
    display: block;
}
.Info-section .straight-line {
    position: absolute;
    top: 134px;
    left: 50%;
    display: none;
}
.Info-section .straight-line .border-dashed {
    width: 1px;

    background-image: linear-gradient(
            1800deg,
            transparent,
            transparent 50%,
            #fff 50%,
            #fff 100%
        ),
        linear-gradient(
            180deg,
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(3, 2, 2),
            rgb(0, 0, 0)
        );
    background-size: 3px 20px, 100% 20px;
    border: none;
    /* min-height: 199vh; */
}
.Info-section .mid-no {
    position: relative;
    z-index: 1;
}

.Info-section .lottie-main-one {
    position: absolute;
    top: 80px;
    left: 85px;
}
.Info-section .lotte-animation-container {
    width: 34%;
}
.Info-section .content-text-main .mid-no .banner-text {
    display: block;
}
.Info-section .lottie-main-one {
    display: block;
}
@media (min-width: 0px) and (max-width: 485px) {
    .Info-section .infor1 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor2 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor3 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor4 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor5 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor6 {
        width: 65%;
        height: auto;
    }

    .Info-section .title-text p {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }

    .Info-section .info-text h6 {
        font-size: 14px;
        line-height: 20px;
    }


    .Info-section .title-text {
        margin-bottom: 18px;
    }

    .Info-section .info-text p {
        font-size: 13px;
        line-height: 20px;
    }
    .Info-section .mid-no h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .Info-section .privacy-bottom p {
        font-size: 11px;
        line-height: 18px;
    }
    .Info-section .privacy-bottom {
        margin-top: 15px;
    }
    .Info-section .prebg {
        width: 106px;
        height: 206px;
    }
    .Info-section .info-image {
        text-align: center;
        padding: 20px 0px;
    }
    .Info-section .road-path-img {
        display: none;
    }
    .Info-section .lottie-main-one {
        display: none;
    }
    .Info-section .content-text-main .mid-no .banner-text {
        display: none;
    }
    .Info-section  .content-one {
        display: flex;
        flex-direction: column-reverse;
    }
    .Info-section  .content-two {
        display: flex;
        flex-direction: column-reverse;
    }
    .Info-section  .content-three {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media (min-width: 486px) and (max-width: 575px) {
    .Info-section .infor1 {
        width: 60%;
        height: auto;
    }

    .Info-section .infor2 {
        width: 60%;
        height: auto;
    }

    .Info-section .infor3 {
        width: 60%;
        height: auto;
    }

    .Info-section .infor4 {
        width: 60%;
        height: auto;
    }

    .Info-section .infor5 {
        width: 60%;
        height: auto;
    }

    .Info-section .infor6 {
        width: 60%;
        height: auto;
    }

    .Info-section .title-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .Info-section .info-text h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .Info-section .title-text {
        margin-bottom: 18px;
    }

    .Info-section .info-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .Info-section .mid-no h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .Info-section .privacy-bottom p {
        font-size: 12px;
        line-height: 11px;
    }
    .Info-section .privacy-bottom {
        margin-top: 15px;
    }
    .Info-section .prebg {
        width: 106px;
        height: 206px;
    }
    .Info-section .info-image {
        text-align: center;
        padding: 20px 0px;
    }
    .Info-section .road-path-img {
        display: none;
    }
    .Info-section .lottie-main-one {
        display: none;
    }
    .Info-section .content-text-main .mid-no .banner-text {
        display: none;
    }
    .Info-section  .content-one {
        display: flex;
        flex-direction: column-reverse;
    }
    .Info-section  .content-two {
        display: flex;
        flex-direction: column-reverse;
    }
    .Info-section  .content-three {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .Info-section .infor1 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor2 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor3 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor4 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor5 {
        width: 65%;
        height: auto;
    }

    .Info-section .infor6 {
        width: 65%;
        height: auto;
    }

    .Info-section .title-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .Info-section .info-text h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .Info-section .title-text {
        margin-bottom: 22px;
    }

    .Info-section .info-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .Info-section .mid-no h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .Info-section .privacy-bottom p {
        font-size: 12px;
        line-height: 12px;
    }
    .Info-section .privacy-bottom {
        margin-top: 18px;
    }
    .Info-section .prebg {
        width: 106px;
        height: 206px;
    }
    .Info-section .info-image {
        padding: 25px 0px;
        text-align: center;
    }
    .Info-section .road-path-img {
        display: none;
    }
    .Info-section .lottie-main-one {
        display: none;
    }
    .Info-section .content-text-main .mid-no .banner-text {
        display: none;
    }
    .Info-section  .content-one {
        display: flex;
        flex-direction: column-reverse;
    }
    .Info-section  .content-two {
        display: flex;
        flex-direction: column-reverse;
    }
    .Info-section  .content-three {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .Info-section .infor1 {
        width: 100%;
        height: auto;
    }

    .Info-section .infor2 {
        width: 100%;
        height: auto;
    }

    .Info-section .infor3 {
        width: 100%;
        height: auto;
    }

    .Info-section .infor4 {
        width: 100%;
        height: auto;
    }

    .Info-section .infor5 {
        width: 100%;
        height: auto;
    }

    .Info-section .infor6 {
        width: 100%;
        height: auto;
    }

    .Info-section .title-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .Info-section .info-text h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .Info-section .title-text {
        margin-bottom: 22px;
    }

    .Info-section .info-text p {
        font-size: 13px;
        line-height: 20px;
    }
    .Info-section .mid-no h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .Info-section .privacy-bottom p {
        font-size: 12px;
        line-height: 12px;
    }
    .Info-section .privacy-bottom {
        margin-top: 18px;
    }
    .Info-section .prebg {
        width: 106px;
        height: 206px;
    }
    .Info-section .lottie-main-one {
        display: block;
        top: 27px;
        left: 36px;
    }
    .Info-section .road-path-img {
        display: none;
    }
    .Info-section .straight-line {
        top: 62px;
        display: block;
    }
    .Info-section .straight-line .border-dashed {
        height: 1183px;
        border: none;

    }
    .Info-section .content-text-main .mid-no .banner-text {
        display: block;
    }
    .Info-section .lotte-animation-container {
        width: 31px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .Info-section .infor1 {
        width: 350px;
        height: 230px;
    }

    .Info-section .infor2 {
        width: 331px;
        height: 230px;
    }

    .Info-section .infor3 {
        width: 350px;
        height: 250px;
    }

    .Info-section .infor4 {
        width: 330px;
        height: 220px;
    }

    .Info-section .infor5 {
        width: 330px;
        height: 290px;
    }

    .Info-section .infor6 {
        width: 340px;
        height: 260px;
    }
    .Info-section .prebg {
        width: 170px;
        height: 290px;
    }
    .Info-section .privacy-bottom p {
        font-size: 14px;
        line-height: 15px;
    }
    .Info-section .mid-no h1 {
        font-size: 100px;
        line-height: 160px;
    }
    .Info-section .lottie-main-one {
        display: block;
        top: 69px;
        left: 54px;
    }
    .Info-section .road-path-img {
        display: none;
    }
    .Info-section .straight-line {
        top: 62px;
        display: block;
    }
    .Info-section .straight-line .border-dashed {
        border: none;
        height: 1443px;
    }
    .Info-section .content-text-main .mid-no .banner-text {
        display: block;
    }
    .Info-section .lotte-animation-container {
        width: 31px;
    }
}
@media (min-width: 1201px) and (max-width: 1299px) {
  .Info-section .lottie-main-one {
    display: block;
    top: 77px;
    left: 72px;
}
    .Info-section .road-path-img {
        display: none;
    }
    .Info-section .straight-line {
        left: 50%;
        top: 62px;
        display: block;
    }
    .Info-section .straight-line .border-dashed {
        border: none;
        height: 1758px;
        /* min-height: 212vh; */
    }
    .Info-section .content-text-main .mid-no .banner-text {
        display: block;
    }
    .Info-section .lotte-animation-container {
        width: 31px;
    }
}
@media (min-width: 1300px) and (max-width: 1399px) {
.Info-section .lottie-main-one {
    left: 73px;
}
}
@media (min-width:2000px) and (max-width:2685px){
.privacybanner-section .privacybanner-text h2 {
font-size: 44px;
}
.Info-section .info-text h6 {
font-size: 26px;
}
.Info-section .info-text p {
font-size: 20px;
line-height: 24px;
}
.Info-section .title-text p {
font-size: 19px;
}
.Info-section .road-path-img {
left: 46%;
}
}
/* Css End*/
