.td-box {

    padding: 20px;

    box-shadow: 1px 1px 25px #00000052;

    border-radius: 5px;

}

.grecaptcha-badge {
    z-index: 99999;
}

.td-icon h5 svg {

    margin-right: 10px;

    color: green;

}



.row.forth-row.td-icon {

    margin-bottom: 17px;

}



.sidebar-item h2 {

    text-transform: uppercase;

    font-size: 20px;

    font-weight: 600 !important;

    letter-spacing: 1px;

}

.contact-info-box .icon {

    display: inline;

    margin-right: 15px;

    background: #666666;

    padding: 10px;

    float: left;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 1.2;

}



.contact-info-box {

    display: block;

}



.contact-info-box:after {

    content: '';

    display: block;

    clear: both;

    margin-bottom: 10px;

}



.contact-info-box .icon svg {

    color: #fdfdfd !important;

}



.contact-info-box span.info {

    display: inline-block;

}



.contact-info-box span.info a {

    margin-top: 7px;

    display: inline-block;

}



.contact-info-box span.info a:hover {

    text-decoration: none;

}



svg.svg-inline--fa.fa-phone {

    transform: rotate(90deg);

}



/* Modal Style  */

.td-modal .modal-dialog {
    max-width: 1200px;
}

.td-form-col {
    margin-bottom: 15px;
}

.td_modal_form .form-control {
    font-size: 13px;
    height: auto;
    outline: none;
    box-shadow: inset 1px 2px 0 rgb(0 0 0 / 6%);
    border: 1px solid #D9D9D9;
    line-height: 1.6;
    padding: 26px 16px 6px;
    height: auto;
    position: relative;
}

.td_modal_form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.td_modal_form .form-control:focus~.td-font-alt {
    opacity: 0.5;
}

label.td-font-alt {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    left: 25px;
    color: #969696;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 35px;
    cursor: text;
    transition: all .25s ease;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    z-index: 1;
}

select.td-form-select {
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 1px 2px 0 rgb(0 0 0 / 6%);
    background-image: url(//redplanetav.com/wp-content/themes/kallyas/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: calc(100% - 10px) 50%;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
}

button.close.text-right {
    position: absolute;
    right: 10px;
    top: -35px;
}

button.close.text-right span {
    font-size: 32px;
    font-weight: 300;
    color: #000;
}
label.error{ color: red; }
.modal-body p.lead {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: justify;
}