section.hero .heading h3 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    section.hero .heading h3 {
        padding-bottom: 50px;
        margin-top: 0 !important;
    }
}

.or-txt {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.or-txt span:after {
    content: '';
    width: 45%;
    border-top: 2px solid #ddd;
    position: absolute;
    right: 0;
    top: 15px;
}

.or-txt span:before {
    content: '';
    width: 45%;
    border-top: 2px solid #ddd;
    position: absolute;
    left: 0;
    top: 15px;
}

.advanceFilterTabs.loginTab {
    display: flex;
    justify-content: center;
}

.socialBtns {
    font-weight: bold;
    background-color: #3B5998;
    color: white;
    border-radius: 3px;
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.socialBtns:hover {
    color: #fff;
}

.socialBtns i {
    position: absolute;
    left: 30px;
    top: 17px;
}

.loginFormSec {
    padding: 0px;
}

.checkAgreement input[type="checkbox"] {
    position: relative;
    top: 8px;
    margin-right: 7px;
}

.checkAgreement a {
    margin: 6px 6px
}

.loginFormSec .accountCol input, .loginFormSec .accountCol select {
    width: 100%;
    height: 60px !important;
}

#terms {
    width: auto !important;
    height: auto !important;
}

.google {
    background-color: #dd4b39;
    color: #fff;
}
