    body{
    margin:0;
    font-family: Poppins;
}

p, h1,h2,h3,h4,h5,h6, li, ul, a{
    margin:0;
    padding:0;
    
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    max-width: 300px !important;
}

a{
    color: #000;

    text-decoration: none;
}

li{
    list-style: none;
}

.input-group {
    display: block !important;
    margin: 10px 0 20px 0;
}

.container-fluid{
    padding: 0px !important;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    min-height: 100vh;
    box-shadow: 1px 1px 13px #1c88b56e;
}

.container-full{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    box-shadow: 1px 1px 13px #1c88b56e;
}

.container-full .main-content {
    width: 95%;
    padding: 10px;
    margin: 50px auto;
    min-height: 100vh;
}

.rev-success {
    position: absolute;
    top: 30px;
    background: #1188b5;
    padding: 10px 50px;
    border-radius: 10px;
    color: #fff;
}

.logout-url {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.logout-url:hover{
    background-color: #1188b5;
}

.logout-url a{
    color: #fff;
    text-decoration: none;
}

.admin-success {
    background: #ff9b00;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 10%;
    z-index: 99;
}

.container{
    width: 80%;
    margin: 0 auto;
}

.content{
    width: 100%;
    overflow: hidden;
    position: relative;
    /* background-image: url('img/profile.jpg'); */
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding-top: 20px;
}

.content .logo {
    width: 50%;
    margin: 0 auto;
}

.content .img {
    text-align: center;
    position: relative;
}

.top-img-sec {
    position: absolute;
    width: 50%;
    left: 25%;
    height: 100px;
    display: grid;
    align-items: center;
    justify-items: center;
}

.top-img {
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    box-shadow: 1px 1px 10px #00000036;
}

.top-img img {
    width: 100px;
}

.footer-social ul li a span {
    padding-left: 30px;
}

.logo img {
    padding: 20px;
}

.footer {
    position: absolute;
    padding: 5px 0 0 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1779a3;
    box-shadow: 1px -2px 6px 1px #034c62;
}

.footer ul {
    display: flex;
    justify-content: space-evenly;
}

.footer ul li a {
    font-size: 30px;
    color:#fff;
}

.main-content {
    position: relative;
    width: 97%;
    background: #fff;
    padding-top: 40px;
    border-radius: 50px;
    margin: 80px auto;
}

.circle {
    width: 100%;
    height: 74%;
    background: #fff;
    border-radius: 125px;
    position: absolute;
    top: 133px;
    color: #000;
}

.main-content .name {
    text-align: center;
}



.main-content .name h3, .main-content .name h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 10px;
}

.main-content .name h3 span {
    font-weight: 600;
}

.main-content .name p {
    font-size: 14px;
    padding: 0px 0 10px 0;
}

.main-content .name h4 {
    padding: 15px 0 0 0;
    font-weight: 600;
}

.services {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    grid-gap: 10px;
    width: 90%;
    margin: 0 auto;
}

.services li {
    background: #1779a3;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    box-shadow: 1px 2px 3px #00000052;
}

.footer-social ul {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.footer-social ul li {
    padding: 10px 0;
}

.footer-social ul li a {
    padding: 10px 15px;
    font-size: 15px;
    display: grid;
    grid-template-columns: 8% 92%;
}

.button {
    margin: 20px 0 20px 0;
    text-align: center;
    position: relative;
    left: 20%;
    width: 60%;
    border: 3px solid #fff;
    border-radius: 15px;
}

.button a {
    
    color: #1779a3;
    padding: 10px 0;
    display: inline-block;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    width: 98%;
    margin: 4px 0;
    font-weight: 600;
}

.button a:hover {
    background: #000;
    color: #fff;
}

.zs h4 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.zs ul li a {
    font-size: 14px !important;
}


/*Login page*/

span.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #1188b5;
    font-size: 15px;
    font-weight: 600;
}

.alert-msg {
    position: absolute;
    z-index: 99;
    min-height: 18vh;
    background: #000;
    width: 90%;
    display: grid;
    align-items: center;
    text-align: center;
    color: #fff;
    top: 10%;
    border-radius: 10px;
}

.alert-msg a {
    font-weight: 600;
    color: #1188b5;
}

.thank-you {
    position: relative;
    width: 100%;
    text-align: center;
    align-self: end;
}

.thank-you h2 {
    color: #eb2a2a;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 18px;
}

.thank-you h4 span {
    background: #1188b5;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
}

.thank-you h4{
    padding-bottom: 10px;
}

.inc-login-info {
    position: absolute;
    width: 90%;
    text-align: center;
    padding: 15px 0;
    background: red;
    margin-left: 5%;
    margin-top: 20px;
    border-radius: 10px;
    color: #fff;
}

.login-page {
    height: 100vh;
    display: grid;
    position: relative;
    align-items: center;
    justify-items: center;

}

.login-page form {
    position: relative;
    display: grid;
    width: 80%;
    margin: 0 auto;
    grid-row-gap: 20px;
    border: 1px solid #1c88b5;
    padding: 5%;
    border-radius: 5px;
    align-self: end;
}

.login-page form h2 {
    text-align: center;
    color: #1c88b5;
}

.login-page form input {
    padding: 15px 10px;
    border: none;
    background: #606060;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    box-shadow: 1px 1px 8px #0000004f;

}

.login-page form input::placeholder {
    color: #ddd;
}

.login-page form input[type='submit']{
    background: #1188b5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.edit-btn {
    padding: 10px;
    margin-bottom: 10px;
    background: #1779a3;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 10px;
}

.edit-form {
    position: relative;
    display: grid;
    padding: 5% 2%;
    width: 90%;
    margin: 0 auto;
    grid-row-gap: 20px;
    margin-top: 35px;
    background: #000;
    align-items: center;
    border-radius: 10px;
}

.edit-form h3{
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.pay-now {
    background: #07b47e;
    font-size: 14px !important;
    border-radius: 10px;
    margin-top: 10px;
    width: 200px;
    padding: 5px 0 !important;
}

.pay-now a {
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
}

.pay-now i {
    color: #fff !important;
}


.footer-social ul li a i {
    font-size: 20px;
    padding-right: 10px;
    color: #1779a3;
}

.back-link {
    padding: 10px;
    margin: 10px;
    display: inline-block;
    color: #fff;
    background: #0000006e;
}

.open-menu {
    position: fixed;
    background: #ffffffb8;
    width: 500px;
    padding: 10px 0;
    z-index: 2;
    height: 100vh;
    display: none;
    top: 0;
}

.open-menu .close {
    position: absolute;
    right: 10px;
    padding: 10px;
    padding-top: 5px;
    color: #000;
    font-size: 20px;
}

.open-menu ul {
    padding-top: 30px;
    
}

.open-menu ul li {
    background: #1779a3;
}

.open-menu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin: 10px;
    display: block;
}

.wassup-group {
    background: #007a9f;
    color: #fff;
    border-radius: 5px;
}

.wassup-group i {
    color: #fff !important;
}

.edit-form input[type="submit"] {
    cursor: pointer;
    background: #01455a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    transition: .7s;
}

.edit-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.edit-form h4 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.input-group {
    border: 1px solid #04465b;
    padding: 4%;
    position: relative;
}

.input-group label {
    position: absolute;
    top: -12px;
    font-size: 13px;
    color: #fff;
    background: #007a9f;
    padding: 0 5px;
}

.input-group-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 10px;
}

.input-group-section input {
    font-size: 12px !important;
    width: 90% !important;
}

.edit-form input, .edit-form textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    box-shadow: 1px 2px 5px #01607d;
}

input#colorpicker {
    height: 50px;
}

.input-group input, .input-group textarea {
    width: 96%;
}

.service-container .google {
    position: relative;
    padding: 10px;
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.service-container {
    position: relative;
    width: 100%;
}

.service-container .google img {
    width: 200px;
}

.website-link {
    word-break: break-all;
}

.not-valid a {
    background: #1160c9;
    padding: 5px;
    position: relative;
    margin-left: 10px;
    color: #fff;
    border-radius: 5px;
}

.not-valid h4 {
    padding-bottom: 15px;
    color: #fff;
}
.not-valid h2 {
    color: #f87171;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.not-valid {
    align-self: end;
    text-align: center;
    background: #000000;
    padding: 20px 10px;
    border-radius: 10px;
}

.footer-text {
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    color: aliceblue;
    align-self: end;
    background: #000;
    width: 100%;
}

.footer-text span {
    background: #1779a3;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}

.footer-text span a{
    color: #fff;
}

@media only screen and (max-width:600px){
    .open-menu{
        width:100%;
    }
    .content{
        margin-bottom: 60px;
    }
    .footer{
        position: fixed;
    }
    
    .button {
        position: fixed;
        bottom: 75px;
        border: 3px solid #000;
        z-index: 10;
    }
    
    .button a{
        color: #fff;
        background: #000000;
    }

    .main-content {
    padding-top: 15px;
    }

}