﻿.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #363636;
}
.centerIt {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.paddint-t-10{
    padding-top:10px;
}
.m-t-30{
    margin-top:30px;
}
.m-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px;
   
}
.p-t-b-20 {
    padding-bottom: 20px;
}
.m-t-20{
    margin-top:20px;
}
.m-t-10{
    margin-top:20px;
}
.custom-button {
    background-color: #91bd59;
    font-size:18px !important;
}
.tableCenter td{
    text-align:center;
    
}
.tableWhite td {
    background: #FFF !important;
}

.paddingCustomDropdown {
    padding: 6px 12px !important;
    -webkit-appearance: listitem !important;
    background-color: #fff !important;
}
.text-red{
    color:red;
}
.bg-overall {
    background: #e4e8e526;
}
.radioButtonList input[type="radio"] {
    margin-top:0px;
    float: left;
}

.radioButtonList label {
    width: auto;
    display: inline;
    float: left;
    font-size: 0.8rem;
}
.radioButtonList tbody tr td{
    border:none;
    padding:0px;
}
.m-b-0{
    margin-bottom:0px;
}
.custom-align-left {
    text-align: left !important;
}
.custom-align-right {
    text-align: right !important;
}
.footer-copyright{
    font-size:9px;
    color:#808080;
}
.table-50percent tr td {
    width: 50%
}