﻿
.mt50 {
    padding-top: 50px !important;
}

.hcMA {
    font-size: 38px;
    text-align: center;
    color: navy;
}

.hcDT {
    padding-top: 15px 0px 15px 0px;
    text-align: center;
    font-size: 16px;
}

.hcDT1 {
    padding: 15px 0px 15px 0px !important;
    text-align: left;
    font-size: 16px;
}

input, select, textarea {
    max-width: 100% !important;
}

.rt15 {
    padding-top: 15px;
}

.rt10 {
    padding-top: 10px;
}

.rt5 {
    padding-top: 5px;
}

.mb50 {
    margin-bottom: 50px !important;
}

.insD {
    font-family: Arial !important;
    height: 50px;
    background-color: #e4e4e4;
    color: black;
    padding: 10px 0px 10px 15px;
    font-size: 21px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.rt30 {
    margin-top: 30px !important;
}

.pb-10 {
    padding-bottom: 10px;
}




.checkbox input[type="checkbox"] {
    float: none;
    left: 15px;
}

input[type='checkbox'] {
    transition: all 0.2s linear;
    /*width: 50%;*/
    height: 20px;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    /*padding: 15px 15px 14px 15px;*/
    margin-top: 18px !important;
    margin-left: 15px;
    /*-webkit-appearance: none;*/
    /* display: block;*/
}

input[type='checkbox'] {
    position: absolute!important;
     top: auto!important;
    /* left: -9999px; */
}

.center {
    margin: auto;
    width: 33%;
    text-align: center;
}

.fntAll {
    font-size: 18px;
    line-height: 1.56;
    color: #000;
    padding-top: 18px;
}

.fntAll2 {
    font-size: 18px;
    line-height: 1.56;
    color: #000;
    padding-top: 0px;
    padding-left:10px;   
}

.fntAll3 {
    font-size: 18px;
    line-height: 1.56;
    color: #000;
    padding-top: 10px;
    padding-left: 10px;
}

txtbdr {
    border: 1px solid #3eb6ad;
    border-radius: 7px
}

input:checked + label:not(.checkboxPlainLabel) {
    background-color: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 0 2px #50d0c9;
    /* width: 350px; */
    padding-left: 35px !important;
}

input + label:not(.checkboxPlainLabel) {
    border-radius: 4px;
    /* border: 1px solid #000; */
    box-shadow: 0 0 0 1px #50d0c9;
    padding-left: 35px !important;
}


.ChkBoxClass input {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    outline: 2px;
    border: 1px solid rgba(50,125,255,1);
    margin: 0px;
    left: 30px;
}

.ChkBoxClass label {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 16px 13px 15px 50px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    display: block;
    margin: 0 0 10px;
}

.ChkBoxClass input + label:not(.checkboxPlainLabel) {
    border-radius: 0px;
    /* border: 1px solid #000; */
    box-shadow: none;
    padding-left: 65px !important;
    padding-top: 20px;
    font-size: 21px;
    font-family: arial;
    font-weight: 500;
    border-radius: 5px;
}

.ChkBoxClass input:checked + label:not(.checkboxPlainLabel) {
    background-color: none;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0 0 1px #50d0c9;
    /* width: 350px; */
    padding-left: 5px;
}
