   .active{
       /* font-weight: bold;*/
       color: #ed2626 !important;
    }
    .service h3{
          padding-bottom: 20px;
    font-weight: 600;
    }
@media (min-width: 768px){
.flex{
  display: flex;
}
}
    .img_content{
    /* margin-top: 90px; */
    color: #fff;
    text-align: center;
    } 
    .img_content_header{
        font-size: 27px;
    }
    .img_content_para{
        font-size: 16px;
        margin-top: 30px;
        line-height: 1.8em;
    }
    .img_content_enq{
        font-size: 17px;
        /* margin-top: 20px; */
        color: #f9ed03;
    }
    .bg-img{
        /*height: 541px;*/
        width: 100%;
    }
    body{
        overflow-x: hidden;
    }
    .home_right{
        /*height: 541px;*/
        /* width: 32.49%; */
    }

    .bounce {
      animation: bounce 2s infinite;
      cursor:pointer;
    }

@media (min-width:1199px){
       h3 {
    font-size: 1.5em !important;
/*    font-weight: 600 !important;*/
    /*color: #868686;*/
      color: #000;
     font-family: 'Roboto', sans-serif;
    }

    p{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        color: #000;
        line-height: 1.5;
    }
    .content-dive {
              text-align: left;
           font-size: 16px;
    font-family: 'Roboto', sans-serif;
/*    font-weight: 600;*/
    color: #000;
        line-height: 2.0;
    }
    .service{
          padding: 20px 0 0 0;
    }
.list_terms {
    list-style: decimal;
    list-style-position: outside;
    padding: 0px 10px 0px 90px;
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
}
.youare{
            font-size: 16px;
    text-align: center;
    padding: 12px 0px 8px 0;
    background: #d9dada;
    font-weight: bold;
    color: #575656;
          }
     }
    @media (max-width: 768px){
     .proper{
      font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
        }
        .service {
        padding: 10px 10px 0px 12px;
    }
    .right{
          padding: 0 10px 0 10px;
    }
 h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
    p {
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #000;
        text-align: justify
    }
    .youare{
            font-size: 14px;
    text-align: center;
    padding: 12px 0px 8px 0;
    background: #d9dada;
    font-weight: bold;
    color: #575656;
          }
    }
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(-15px);
      }
      60% {
        transform: translateY(-7px);
      }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      .service h3 {
    padding-bottom: 20px;
    font-weight: 600;
    color:#000;
}
.content-dive{
  font-size:16px;
}
    .copy_footer {
        position: relative;
        top: 0px;
    }
    }