h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0;
    color: #a7a9ac;
    font-family: 'Roboto', sans-serif;
}

label{font-size: 16px;}
.form-control {
    padding: 15px!important;
    padding-right: 15px;
}
.error-text{
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}
.custom-form-control .gj-textbox-md{
    height:50px;
    font-style: italic;
}
#ach_emandate_form .form-control, .makePaymentFormPage .form-control,.custom-form-control .gj-textbox-md {
    font-size: 14px !important;
    line-height: 18px;
}
#ach_emandate_form .form-control::placeholder, .makePaymentFormPage .form-control::placeholder, .custom-form-control .gj-textbox-md::placeholder {
    font-size: 14px !important;
    line-height: 18px;
}
#ach_emandate_form .form-control::-webkit-input-placeholder, .makePaymentFormPage .form-control::-webkit-input-placeholder, .custom-form-control .gj-textbox-md::-webkit-input-placeholder {
    font-size: 14px !important;
    line-height: 18px;
}
#ach_emandate_form .form-control::-moz-placeholder, .makePaymentFormPage .form-control::-moz-placeholder, .custom-form-control .gj-textbox-md::-moz-placeholder {
    font-size: 14px !important;
    line-height: 18px;
}
#ach_emandate_form .form-control:-ms-input-placeholder, .makePaymentFormPage .form-control:-ms-input-placeholder, .custom-form-control .gj-textbox-md:-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 18px;
}
#ach_emandate_form .form-control::-ms-input-placeholder, .makePaymentFormPage .form-control::-ms-input-placeholder, .custom-form-control .gj-textbox-md::-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 18px;
}
p{  
font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #003323;
}
.contactsales-tabs .active h3 {
    color: #009444;
}
.arrow-grey {
    margin-left: -60px;
    margin-right: 10px;
    width: 48px;
    height: 1px;
    display: inline-block;
    position: relative
}
.contactsales-tabs h3 .arrow-grey {
    display: none;
}
.bg-pl-green {
    background: #003323;
}
.contactsales-tabs h3:hover .arrow-grey, .contactsales-tabs .active h3 .arrow-grey {
    display: inline-block!important;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tab-content>.active {
    transition: opacity .3s ease-in-out
}

.end-date-radio-button {
    margin-left: 10px
}

[type="radio"]:checked,[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type="radio"]:checked+label,[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type="radio"]:checked+label:after,[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #009444;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.vertical-tabs .arrow-grey {
    position: absolute;
    margin-top: 10px;
    left: 0
}

a:hover .fa-angle-right {
    transform: scale(1.20);
    padding-left: 5px!important;
    transition: animate-right .2s ease-in-out;
}

.arrow-grey:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    border-radius: 1px;
    background: inherit;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    bottom: -4px;
    right: 0
}

.arrow-grey:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    border-radius: 1px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    right: 0;
    width: 10px
}
.card-body {
    padding: 38px 28px;
    min-height: auto;
}
.pl_medium-grey {
    color: #a7a9ac;
}
.contactsales-tabs .active {
    position: relative;
}
.contactsales-tabs-title {
    display: inline-block;
    margin: 0 15px;
    padding: 8px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
}
.gj-datepicker-md [role=right-icon] {
    right: 7px!important;
    top: 12px!important;
    color: #4CAF50;
}

.gj-picker-md div[role=navigator] {
    background: #4CAF50;
    color: #fff;
}

.gj-picker-md table tr td div, .gj-picker-md table tr th div {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    color: #FFF;
    background: #4CAF50;
}

.contactsales-tabs-title.active {
    font-weight: 500;
    color: #0b51f0;
}
.contactsales-tabs .active h3::before {
    Content: "";
    height: 32px;
    background-color: #01893C;
    width: 3px;
    position: absolute;
    left: -13px;
    top: 13px;
}
/* faq css start */
/*faq section common style start*/
.faq-sec-commonstyle .card-header {
    background: #fff;
    padding-left: 0;
}
 
.faq-sec-commonstyle .card {
    box-shadow: none;
    border: 0;
}
 
.faq-sec-commonstyle .card-body {
    padding-top: 0;
}
 
.faq-sec-commonstyle .card-body ul li {
    margin-bottom: 5px;
}
 
.faq-sec-commonstyle .card-header p {
    font-weight: 600;
}
 
.faq-sec-commonstyle .card-header {
    padding-top: 20px;
    border-bottom: 0;
    position: relative;
    padding-right: 0;
}
 
.faq-sec-commonstyle .card-header .card-link {
    padding-left: 30px;
    display: block;
}
 
/*.faq-sec-commonstyle .card-header .card-link.collapsed{border-bottom: 1px solid rgba(0, 0, 0, .125);display: block;}*/
.faq-sec-commonstyle .card {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
 
.faq-sec-commonstyle .show>.card-body {
    padding-bottom: 20px;
}
 
.faq-sec-commonstyle .card-body p,.faq-sec-commonstyle .card-body li {
    line-height: 23px;
}
 
.faq-sec-commonstyle .card-header a.card-link:after {
    content: '\276F';
    rotate: 90deg;
    position: absolute;
    left: 0;
    top: 33px;
    font-size: 18px;
    color: #003323;
    transition: rotate 0.4s;
}
 
.faq-sec-commonstyle .card-header a.card-link.collapsed:after {
    content: '\276F';
    rotate: 0deg;
}
 
.faq-sec-commonstyle .card:hover {
    margin-top: 0;
}
 
.faq-sec-commonstyle .card h5::after {
    content: unset;
}
 
.faq-sec-commonstyle ol {
    padding-left: 15px;
}
 
.faq-sec-commonstyle .card:last-child {
    border-bottom: 0;
}
.card-header a{
    color:#003323;
}
.card-header h5{
    margin-bottom:0px;
}
/*faq section common style end*/
/* faq css end */
/*  Responsive Adjustments */
@media (max-width: 991px) {
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .contactsales-tabs-title {
        font-size: 16px;
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .contactsales-tabs-title {
        font-size: 14px;
        margin: 0 8px;
    }
}