*{
    font-family: 'Poppins', sans-serif;
}

#vmain{
    /* border: 1px solid black; */
    width: 100%;
    /* height: 300px; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
    margin: auto;
    margin-top: 7%;
    background-color: rgb(243,243,243);
}
.vlist{
    list-style-type: none;
    padding: 0px;
    color: black;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight:50;
    margin-bottom: 0px;
    /* cursor: pointer; */
}
.vcat , .vlist{
    margin-left: 10px;
}
.vcat{
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.vspan{
    margin-left: 15px;
    /* margin-top: 20px; */
    /* border: 1px solid black; */
    cursor: pointer;
}
.vlogo{
    margin-top: 20px;
    margin-left: 10px;
}
/* .vdownload{
    display: flex;
    justify-content: space-between;
} */
.vimg{
    width: 80%;
}
.vbott{
    text-align: center;
    font-weight: 400;
    line-height: 21px;
    font-size: 18px;
    border-top: 1px solid rgb(223, 223, 223);
    padding: 20px;
}

/* for mobile small screen css */
.container {
    /* border: 1px solid red; */
    /* width: 100%; */
    /* max-width: 100%; */
    margin: auto 50px;
    display: grid;
    grid-template-columns:repeat(2, 70%);
    /* grid-gap: 10px; */
    grid-row-gap: 5px;
  }
  
  button.accordion {
    width: 100%;
    background-color: rgb(243,243,243);
    border: none;
    outline: none;
    text-align: left;
    padding: 5px 20px;
    font-size: 8px;
    color: #444;
    cursor: pointer;
    transition: background-color 0.2s linear;
  }
  
  button.accordion:after {
    content: '\f055';
    font-family: "fontawesome";
    font-size: 14px;
    float: right;
  }
  
  button.accordion.is-open:after {
    content: '\f056';
  }
  
  button.accordion:hover, button.accordion.is-open {
    background-color: rgb(243,243,243)
  }

 
  .accordion-content {
      width: 100%;
      /* border: 1px solid blue; */
    /* background-color: white; */
    /* border-left: 0px solid whitesmoke;
    border-right: 0px solid whitesmoke; */
    border: 0px transparent;
    /* padding: 0 20px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }

  .vlist123{
    list-style-type: none;
    padding: 0px;
    color: black;
    line-height: 17px;
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
    font-weight:50;
    margin-bottom: 0px;
    margin-left: 10px;
    /* cursor: pointer; */
    background-color: rgb(243,243,243);
}

/* till here */


#vsmain{
    display: none;
    width: 100%;
    margin: auto;
    /* background-color: rgb(243,243,243); */
    /* border: 1px solid black; */
}

.vcat12{
    font-size: 10px;
}
.vlogo12{
    font-size: 10px;
    margin-top: 10px;
    margin-left: 0px;
    
}

.vlogo12 > span{
    margin-left: 8px;
}

.vwidth{
   background-color: rgb(243,243,243);
}


@media only screen and (min-width: 0px) and (max-width: 376px) {
    #vmain{
        display: none;
    }
    .vbott{
        text-align: center;
        /* font-weight: 400; */
        /* line-height: 15px; */
        font-size: 8px;
        border-top: 1px solid rgb(223, 223, 223);
        padding: 10px;
        margin-bottom: 25%;
    }
    #vsmain{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* border: 1px solid black; */
        margin-top: 70%;
        /* grid-gap: 10px; */
        /* display: none; */
    }
}

@media only screen and (min-width: 377px) and (max-width: 768px) {
    #vmain{
        /* border: 1px solid black; */
        width: 92%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
        margin: auto;
        margin-top: 65%;
        background-color: rgb(243,243,243);
    }
    .vbott{
        margin-bottom: 18%;
    }

}
@media only screen and (min-width:769px) and (max-width:1024px){
    #vmain{
        margin-top: 30%;
    }
    .vbott{
        margin-bottom: 10%;
    }
}


/* COMMON */
#vvlogodblue{
    color: blue;
}
#vvlogoblue{
    color: lightseagreen;
}
#vvlogored{
    color: red;
}



