.img100 {
    width: 100%;
}

.mimg100 {
    max-width: 100%;
}

.f0 {
    color: black;
}

.fwhite {
    color: #fff;
}

.fred {
    color: #c7080f !important;
}

#review video,
.review video {
    width: 70%;
    margin: auto;
}

#review a,
.review a {
    color: #3156a3;
    font-weight: 600;
}

#review ul,
.review ul {
    list-style: disc;
    padding-left: 18px;
    font-size: 15px;
}

.w80 {
    width: 80%;
    margin: auto;
}

.fw12 {
    font-weight: 200;
}

.video-yt {
    width: 70%;
    margin: auto;
    height: 450px;
}

.dpre p {
    margin: 0;
    font-family: prompt !important;
    line-height: 1.8;
}

.dpre {
    white-space: pre-line;
    display: block;
}

.sub2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.dpre img,
.dpre iframe {
    max-width: 100%;
}

.dpre span,
.dpre li,
.dpre h1,
.dpre h2,
.dpre h3,
.dpre h4,
.dpre h5,
.dpre h6 {
    font-family: prompt !important;
    line-height: 1.8;
    font-weight: 400;
    color: #222;
}

.dpre b {
    font-weight: bold;
    color: #000;
}

.imgreview {
    box-shadow: 2px 5px 7px #00000029;
    border-radius: 10px;
}


.btnline {
    width: 85%;
}

#btnphone {
    top: 85%;
    position: fixed;
    left: 15%;
    width: auto;
    /* height: 80px; */
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 15px 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: 9;
}

#btnline {
    position: fixed;
    top: 85%;
    right: 15%;
    width: auto;
    /* height: 80px; */
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 15px 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: 9;
    /*background-image: -moz-linear-gradient( -120deg, rgb(0,78,255) 0%, rgb(0,192,255) 100%);*/

}



.scroll-up {
    bottom: 100px;
}

.title {
    color: #226e6c;
}
p{
    color: #636363;
}
b{
    color: #343a40;
    font-weight: 600;
}
ul{
    color: #636363;
    list-style: disc;
    margin-bottom: 15px;
}
li{
    margin-left: 25px;
    color: #636363;
    /* font-weight: 500; */
}
.fs-bold,.fs-bold li{
    font-weight: 500;
    color: #555;
}
.nav-menu-links{
    float: right;
}
.nav-row{
        max-width: 90%;
    margin: auto;
}
 
h2{
    color: #226e6c;
    margin-bottom: 15px;
}
h4,h5{
    color: #226e6c;
    margin-bottom: 8px;

}
.ul-number{
    list-style: decimal;
}
ul a{
    color: #3156a3;
    font-weight: 600;
    font-size: 14px;
    word-wrap: break-word;
}
ul a:hover{
    text-decoration: none;
    color: #2196F3;
}
.text-sky{
    color: #2196F3;
}
.menu-links li{
    margin-left: 10px;
}
.fw-bold{
    font-weight: 600;
}
 .cover1{
    width: 98.5%;
 }
 .cover2{
    width: 100%;
 }
 .ul-doc li{
    margin-bottom: 5px;
 }
@media (max-width: 768px) {
  .cover2,.cover1{
    width: 90%;
 }
    #review video,
    .review video {
        width: 100%;
        margin: auto;
    }

    .w80 {
        width: 100%;
    }

    .video-yt {
        width: 100%;
        margin: auto;
        height: 213px;
    }

    .dpre img,
    .dpre iframe {
        width: 100% !important;
    }
h2{
   font-size: 26px;
}
h4,h5{
   font-size: 20px;

}
    #btnphone {
        top: 88%;
        position: fixed;
        left: 1%;
        width: auto;
        max-width: 48%;
        /* height: 80px; */
        color: #fff;
        text-align: center;
        font-size: 25px;
        padding: 15px 0;
        /* opacity: 0; */
        /* visibility: hidden; */
        z-index: 9;
    }

    #btnline {
        position: fixed;
        top: 88%;
        right: 1%;
        width: auto;
        max-width: 48%;

        /* height: 80px; */
        color: #fff;
        text-align: center;
        font-size: 25px;
        padding: 15px 0;
        /* opacity: 0; */
        /* visibility: hidden; */
        z-index: 9;
        /*background-image: -moz-linear-gradient( -120deg, rgb(0,78,255) 0%, rgb(0,192,255) 100%);*/

    }
}