body {
    background: #f5f5f5!important;
}

#navBarFixedTop {
    display: none;
}

.demo-container {
    line-height: 1.9;
}

.demo-section {
    text-align: left;
}

.demo-container {
    margin: 120px 0 40px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(120,120,120,0.2);
}
.demo-container::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:    #ccc;
}

.demo-container:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ccc;
}

.demo-container::-ms-input-placeholder { /* Microsoft Edge */
    color:    #ccc;
}

.demo-container:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
    opacity:  1;
}

.demo-container::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
    opacity:  1;
}

.demo-container::placeholder { /* Most modern browsers support this now. */
    color:    #ccc;
}

.demo-left-section {
    padding-right: 0;
    background-color: #fafaf8;
}

.demo-right-section {
    padding-left: 0;
}

.demo-left {
    padding: 30px 0 30px 30px;
    height: 100%;
    background: url(../jpg/demo-image.jpg) no-repeat bottom / cover;
}

.demo-headding {
    font-size: 14px;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.demo-headding:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 21px;
    background: #f06b7c;
    left: 0;
    bottom: 30px;
}

.demo-include-headding {
    font-size: 13px;
    color: #19416a;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.demo-include-text {
    color: #000;
}

.demo-include-text li {
    font-family: "Poppins-Regular", arial;
    color: #333;
    margin-bottom: 10px;
    line-height: 18px;
    padding-right: 50px;
    font-size: 12.5px;
}

.demo-right {
    background: #fff;
    padding: 35px 45px;
}

.demo-reset-btn {
    float: right;
    text-align: right;
    cursor: pointer;
    padding: 10px 0;
    color: #ccc;
    text-decoration: underline;
    border-radius: 5px;
    letter-spacing: 1px;
}

.demo-submit-btn {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #f06b7c;
    border-radius: 5px;
}

.details-headding {
    margin-bottom: 5px;
}

input, select, textarea {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 12px;
    padding: 5px 13px;
    color: #000000;
    border: 1px solid #d9d9d9;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    font-family: "Poppins-SemiBold", arial;
    outline: none;
    box-shadow: none;

}

.message-box {
    resize: none;
    height: auto;
}

select {
    cursor: pointer;
}

.demo-title {
    letter-spacing: 1.8px;
    font-size: 11px;
    color: #000
}
::placeholder {
    color: #cccccc;
    font-family: "Poppins-Regular", arial;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
    font-family: "Poppins-Regular", arial;
}


::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;;
    font-family: "Poppins-Regular", arial;
}

.demo-title span {
    color: #f06c7c;
}

.schedule-date, .area-code {
    position: relative;
}

.schedule-date input, .area-code input {
    padding-right: 35px;
}

.area-code:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    /*background: url('../../img/demo-location.svg') no-repeat center / cover;*/
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.schedule-date:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../svg/demo-calendar.svg') no-repeat center / cover;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.one-step-away-section {
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.one-step-headding {
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 1px rgba(0,0,0,0.5);
}

.register-now-btn {
    width: 50%;
    margin: 40px auto 0;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #f06b7c;
    border-radius: 5px;
}

.goto-homepage {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ccc;
}

.homepage-link {
    padding: 5px 10px;
    margin-left: 5px;
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.chat-mini {
    display: none;
}

@media only screen and (min-width: 991px) {
    .pr-10 {
        padding-right: 10px;
    }

    .pl-10 {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .demo-left {
        padding-bottom: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-right {
        padding: 35px 25px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .pl-10 {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
    .demo-container {
        margin-top: 160px;
    }

    .company-row {
        margin-left: -20px!important;
        margin-right: -20px!important;
    }

    .demo-right {
        padding: 20px;
    }

    .client-details, .company-details, .schedule-details {
        margin: 15px 0;
    }

    .demo-submit-btn {
        margin: 15px 0;
    }
}