﻿body {
    background-color: #cfc4c4;
    top: 0px !important;
}

.centerbody {
    margin: 0 auto;
    align-items: center;
}

.imgc {
    text-align: center;
}
.whtsics {
    color: #eef0f2;
    background-color: #0bbf08;
    border-color: #0bbf08;
}
.telgrm i {
       font-size: 40px; 
    background-color: #fff;
    border-radius: 50%; 
    color: #0876bf;
}
.linkgr > a {
color: #43DC80;
}
.linkrd > a {
color: red;
}
.footer {
     padding-left: 0;  
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.google-translate {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.form-radio {  
    padding: 0px;
    display: inline-block;
    vertical-align: text-top;
}

    .form-radio li {
        float: left;
        list-style-type: none;
    }

    .form-radio label {
        padding: 5px;
    }

.form-check {
    background: #fff;
    border-radius: 1.375rem;
    padding: 7px 8px;
    display: inline-block;
    width: 100%;
}

    .form-check input {
    }

    .form-check label {
        padding: 5px;margin-bottom: 1px;
    }

.validation-error {
    color: red;
}

.form-check li {
    float: left;
    list-style-type: none;
    padding: 5px;
}

.custom-file-label::after {
    height: auto;
}
.table th, .table td {
    padding: 5px; 
}
#pglinkdiv {
    background: #F1F5F7;
    position: relative;
    margin: 0px;
    padding: 0;
    border: 0px;
    background: url(../img/thead.gif) repeat-x #DDD;
    width: 100%;
    border: solid 1px #F2F2F2;
}

    #pglinkdiv table {
        width: 100%;
    }

        #pglinkdiv table td.tdaimg {
            width: 34%;
            border: 0px !important;
            text-align: center;
        }






@media screen and (max-width: 300px) {
    .form-check li {
        float: none;
    }  
}
@media screen and (max-width: 500px) { 
    #pglinkdiv table {
        width: auto;
    }
}
