/* Termsofuse-started-here-20-09-2024 */
/* desktop-view-code-started-here */
.termsofuse{
    text-align: justify !important;
}
.tfu-a1{
    color: #353437;
    font-weight: 600;
}
.tfu-a2{
    color: #0c9bdb;
    font-weight: 600;
    font-size: 16px;
}
.tfu-p-a3 {
    font-weight: 600;
    color:#5e5e5e;
}
.tfu-p-a3 span{
    display: flex;
}
.tfu-a4 {
    color: #353437;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
.tfu-ol{
    color:#5e5e5e;
    font-weight: 600;
}
.tfu-a5{
    color: #0c9bdb;
    font-weight: 600;
    font-size:20px;
    margin-top: 1%;
    margin-bottom: 1%;
}
.tfu-ol-a6{
    padding-left: 1.8%;
}
.tfu-ol-a6 li{
    color: #353437;
    font-size: 16px;
    font-weight: 600;
}
.tfu-ol-a6  p{
    font-size: 14px;
    font-weight: 500;
    margin-left: -1.6%;
}
.tfu-box{
    background-color: #e5f7fb;
    padding: 1.5%;
}
.tfu-box p{
  margin: 0px;
}
.tfu-p-b{
    color: #0c9bdb;
}
.tfu-p-b-span{
    display: flex;
    font-weight: 600;
}
.tfu-in-p{
    margin-bottom: 0px;
}
.tfu-in-p-ul{
    list-style-type: disc;
    padding-left: 0.5%;
    font-weight: 300;
}
.tfu-in-p-ul li{
    font-size: 14px;
   font-weight: 100;
}
.tfu-list{
    list-style-type: none;
}

.tfu-8-p{
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    margin-bottom: 0px;
}
.tfu-list-a1{
    list-style-type:decimal;
    padding-bottom: 1%;
}
.tfu-list-a1 li{
    font-size: 14px;
   font-weight: 100;
}
.tfu-9-p{
    padding-top: 1.5%;
    /* padding-bottom: 1.5%; */
    margin-bottom: 0px;
}
.tfu-text-a1 {
    font-size: 14px;
    font-weight:bold;
}
.tfu-last{
    font-weight: 500;
    color: #353437;
}
/* desktop-view-code-ended-here */

/* mobile-code-started-here */
@media (max-width: 991px) {
    header {
        padding-top: 48% !important;
    }
}

@media only screen and (max-width: 767px) {
    .termsofuse{
        text-align: initial !important;
    }

    .tfu-a1 {
        font-size: 20px;
        text-align: initial;
        margin-top: 10px;
    }

    .tfu-p0{
        padding: 0px !important;
    }
    .tfu-ol-a6 {
        padding-left: 6%;
    }
    .tfu-ol-a6 li {
        font-size: 14px;
    }
    .tfu-a5 {
        font-size: 18px;
        margin-top: 10px;
    }
    .tfu-p-b {
        display: flex;
    }
    .tfu-p-b-span {
        display: contents;
    }
    .tfu-list-a1 {
        padding-left: 0%;
    }
    .tfu-a4 {
        font-size: 15px;
    }
}


/* mobile-code-ended-here */
/* Termsofuse-ended-here-20-09-2024 */