* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
}

div#header-outer {
    display: none !important;
}

div#header-space {
    display: none !important;
}

.main-logo img {
    width: 170px;
    height: 30px;
}

.prototype-app-banner .talk-btns .btn-light {
    border-radius: 50px !important;
}

ul li {
    list-style: none !important;
}

.owl-carousel {
    display: block;
}

.prototype-devlopment-process .top-sec {
    top: -250px;;
}

/* PPC Modal Form */
.ppc-modal-form .form-group {
    margin-bottom: 12px;
}

.ppc-modal-form .form-group p {
    padding: 0;
    margin: 0;
}

.ppc-modal-form .form-group label {
    width: 100%;
}

.ppc-modal-form .form-group label br {
    display: none;
}

.ppc-modal-form .form-group label strong {
    display: none;
}

.ppc-modal-form  .form-group input,
.ppc-modal-form  .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.ppc-modal-form  .form-group textarea {
    height: 100px;
}

.ppc-modal-form .checkbox-container {
    display: flex;
    gap: 10px;
    color: #6b7280;
}

.ppc-modal-form .checkbox-container p {
    padding: 0;
}

.ppc-modal-form .checkbox-container label {
    font-size: 11px !important;
    line-height: 1.3 !important;
}

.ppc-modal-form .wpcf7-list-item {
    margin: 0;
}

.ppc-modal-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: -12px;
    background: no-repeat;
    color: red;
    font-size: 10px;
    line-height: 14px;
    box-shadow: none;
}

/* Footer Form */
.footer-form .form-group {
    margin-bottom: 12px;
}

.footer-form .form-group p {
    padding: 0;
    margin: 0;
}

.footer-form .form-group label {
    width: 100%;
}

.footer-form .form-group label br {
    display: none;
}

.footer-form .form-group label strong {
    display: none;
}

.footer-form  .form-group input,
.footer-form  .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.footer-form  .form-group textarea {
    height: 100px;
}

.footer-form .checkbox-container {
    display: flex;
    gap: 10px;
    color: #6b7280;
}

.footer-form .checkbox-container p {
    padding: 0;
}

.footer-form .checkbox-container label {
    font-size: 11px !important;
    line-height: 1.3 !important;
}

.footer-form .wpcf7-list-item {
    margin: 0;
}

.footer-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: -12px;
    background: no-repeat;
    color: red;
    font-size: 10px;
    line-height: 14px;
    box-shadow: none;
}