@media(min-width:768px) {
    .apply-dialog {
        max-width: 1000px;
    }

}

@media(max-width:768px) {
 
    .leadform-left {
        display: none;
    }
}

.leadform-header {
    padding: 0 0 22px;
    display: flex;
    position: relative;
}

.leadform-header .lead-hdr-img {
    border-radius: 50%;
    background: #fff;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.lead-hdr-img img {
    width: 50px;
    height: 50px;
    max-width: 50px;
}

.lead-hdr-info {
    margin-left: 13px;
}

.apply-content {
    border-radius: 0;
}

.lc-con img {
    width: 40px;
}

.leadform-header .lead-hdr-info h3 {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #1569a8;
}

/* .lead-hdr-img{
    margin-right: 13px;
} */
.leadform-right .form-fields {
    display: inline-block;
    margin-top: 7px;
    position: relative;
}

.materialize-label {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    font-weight: 400;
}

.materialize-label>input:not(:focus):placeholder-shown,
.materialize-label>select:not(:focus):placeholder-shown,
.materialize-label>textarea:not(:focus):placeholder-shown {
    border-top-color: #cfcfcf;
}

.leadform-modal .leadform-right .form-fields input,
.leadform-modal .leadform-right .form-fields select {
    height: 49px;
}

.materialize-label>input,
.materialize-label>select,
.materialize-label>textarea {
    box-sizing: border-box;
    margin: 0;
    border: 1px solid;
    border-color: transparent #cfcfcf #cfcfcf;
    border-radius: 4px;
    padding: 12px 13px 12px 32px;
    width: 100%;
    height: inherit;
    color: #4f4f4f;
    background-color: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: border .2s, box-shadow .2s;
    -webkit-appearance: none;
}

.materialize-label>input:not(:focus):placeholder-shown+span,
.materialize-label>select:not(:focus):placeholder-shown+span,
.materialize-label>textarea:not(:focus):placeholder-shown+span {
    font-size: inherit;
    line-height: 60px;
    left: 15px;
    top: 0;
}

.listing-block .clg-apply.disabled-btn-leadform svg,
.listing-block .clg-brochure svg,
.materialize-label>input:focus~.icon-lead-input svg,
.materialize-label>select:focus~.icon-lead-input svg,
.materialize-label>textarea:focus~.icon-lead-input svg {
    fill: #ff7900;
}

.materialize-label>input:focus+span,
.materialize-label>select:focus+span,
.materialize-label>textarea:focus+span {
    color: #ff7900;
}

.agree-section {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 700;
}

.agree-section span {
    font-size: 13px;
}

.act-sb {
    text-align: right;
}

.apply-close-btn:focus {
    outline: 0;
}

.apply-close-btn {
    outline: 0;
    position: absolute;
    z-index: 999;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fafafa !important;
    box-shadow: 3px 4px 5px -4px #000;
    margin: 10px;
}

.scl_single_bottom a {
    color: #fff !important;
    cursor: pointer;
}

.act-sb button {
    cursor: pointer;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 14px !important;
    padding: 10px 50px !important;
    outline: 0;
    margin-top: 15px;
    background-color: #1569a8;
}

.materialize-label>input+span,
.materialize-label>select+span,
.materialize-label>textarea+span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: #cfcfcf;
    width: 100%;
    max-height: 100%;
    color: #4f4f4f;
    font-size: 90%;
    line-height: 15px;
    cursor: text;
    font-size: 12px !important;
    transition: color .2s, font-size .2s, line-height .2s;
}

.icon-lead-input {
    position: absolute;
    top: 29px;
    left: 5px;
}


.iti .icon-lead-input {
    position: absolute;
    top: 18px;
    left: 75px;
}
.form-section .iti--allow-dropdown input{
    padding-left: 100px;
}

.arrow,
.icon-lead-input {
    transform: translateY(-50%);
}

.icon-lead-input svg {
    height: 14px;
    width: 27px;
    fill: #4f4f4f;
}

.materialize-label>input:focus,
.materialize-label>select:focus,
.materialize-label>textarea:focus {
    border-color: transparent #ff7900 #ff7900;
    outline: 0;
}

.materialize-label>input:focus+span::after,
.materialize-label>input:focus+span::before,
.materialize-label>select:focus+span::after,
.materialize-label>select:focus+span::before,
.materialize-label>textarea:focus+span::after,
.materialize-label>textarea:focus+span::before {
    border-top-color: #ff7900 !important;
}

.materialize-label>input+span::before,
.materialize-label>select+span::before,
.materialize-label>textarea+span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.materialize-label>input+span::after,
.materialize-label>input+span::before,
.materialize-label>select+span::after,
.materialize-label>select+span::before,
.materialize-label>textarea+span::after,
.materialize-label>textarea+span::before {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: #cfcfcf;
    min-width: 15px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color .2s, box-shadow .2s;
}

.materialize-label>input:focus+span::after,
.materialize-label>input:focus+span::before,
.materialize-label>select:focus+span::after,
.materialize-label>select:focus+span::before,
.materialize-label>textarea:focus+span::after,
.materialize-label>textarea:focus+span::before {
    border-top-color: #ff7900 !important;
}

.materialize-label>input+span::after,
.materialize-label>select+span::after,
.materialize-label>textarea+span::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

.materialize-label>input+span::after,
.materialize-label>input+span::before,
.materialize-label>select+span::after,
.materialize-label>select+span::before,
.materialize-label>textarea+span::after,
.materialize-label>textarea+span::before {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: #cfcfcf;
    min-width: 15px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color .2s, box-shadow .2s;
}

.leadform-left {
    padding: 18px 0 29px 24px;
    background: #f8f8f8;
}

.leadform-right {
    padding: 25px;
}

.apply-body {
    padding: 0;
}

.leadform-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    text-align: center;
    padding-right: 20px;
}

.leadform-left .leadform-flex .leadform-card {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 130px;
    display: flex;
    justify-content: center;
}

.leadform-left .leadform-flex p {
    font-size: 12px !important;
    margin-top: 8px;
    line-height: 16px;
}

.lc-con {
    align-self: center;
}

.leadform-left .leadform-card {
    padding: 15px;
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 46%;
    border-radius: 5px;
}

.leadform-left p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 21px;
}

.main-nav-section .navbar-nav li a {
    color: #fff;
    padding: 0 15px !important;
    line-height: 95px;
    text-transform: uppercase;
    display: block;
}

.sep_frm {
    margin-top: 40px;
    width: 70%;
}

.call-opt {
    position: relative;
    border-radius: 3px;
    z-index: 1;
    margin: 20px 0;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    background: #1569a8;
}

.contact_ss {
    display: flex;
    justify-content: center;
}

.contact_ss .cc-contact {
    align-self: center;
    margin: 20px 10px;
}

.wtsp-opt {
    position: relative;
    border-radius: 3px;
    z-index: 1;
    margin: 20px 0;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    background: #1bd741;
}

.wtsp-opt i {
    font-size: 24px;
    color: #fff;
}

.cc_inr_contact {
    display: flex;
    justify-content: space-between;
    width: 130px;
    padding: 0 15px;
}

.cc_inr_contact span {
    color: #fff;
    text-transform: uppercase;
}

.cc_inr_contact i {
    align-self: center;
    color: #fff;
}

@media all and (max-width: 1250px) {
.main-nav-section .navbar-nav li.dropdown li a { 
    font-size:12px;
}
   
}

