@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');


body {
   /* background-color: rgb(0, 0, 0); */
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}
.newclass{
    margin-top: 130px;
}
.parentform{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 750px;
    margin: auto;
}
.parentlogo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:auto;
}
.logo-image {
    /* margin: 50px auto; */
    width:200px;
    height: 200px;
}
.parentback{
    display: flex;
    align-items: center;
    justify-content:center;
    margin: auto;
}
.backgroundimg{
    position: absolute;
    top: 10%;
    height: 90vh;
    opacity: 0.3;
}
.form-control{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
}
.form-survery {
    border-radius: 50px;
    padding: 30px 50px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 10px 5px 5px -3px, rgba(0, 0, 0, 0.3) 0px 0px 10px 0px!important; */
    position:relative;
    width: 850px;
    border: 1px solid black;
    transition: all ease-in 0.3s;
    -webkit-transition:all ease-in 0.3s;
}
.form-survery:hover{
    box-shadow: -8px 8px 0px 0px #0084ff;
    transform: translate(8px, -8px);
    -webkit-transform:translate(8px, -8px); 
}

/* new css for digioussolutions.php begins */

.newbtn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}
#paypal-button-container{
    position:relative;
    width: 750px;
}

.stylingtable {
    width: 100%;
    position: relative;
}

td,th {
    font-size: 20px;
    text-align: center;
    border: 1px solid black;
}
.tabtop{
    color: white;
    /* font-size: 14px; */
}

.table td, .table th{
    border-top: none;
}
.table thead th{
    border-bottom: none;
}
.tablehead{
    background-color: #0070BA !important;
}
.tableborder{
    border: 1px solid black;
    border-radius: 10px;
}
.btn-primary{
    width: 100%;

    color: white;
}
/* .btn-primary:hover
{
    background-color: #05d3f8;
    border-color: #3dc0d6;
}
.btn-primary.focus, .btn-primary:focus{
    background-color: #05d3f8;
    border-color: #3dc0d6;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #05d3f8 !important;
    border-color: #3dc0d6 !important;
} */
.linktext{
    text-align: center;
    margin: 10px auto;
}
/* .heading{
    text-align: center;
    font-size: 60px;
    
} */
@media screen and (max-width: 425px){
    td,th {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px){
    td,th {
        font-size: 15px;
    }
}

@media screen and (max-width: 320px){
    td,th {
        font-size: 11px;
    }
}

