.post, .page {
    margin: 0;
}
.remove-margin h1,
.remove-margin h2,
.remove-margin h3,
.remove-margin h4,
.remove-margin h5,
.remove-margin h6,
.remove-margin p {
	margin : 0 !important;
}
.is-scrolled header .site-header{
    position: fixed;
    background-color: #FFF;
    box-shadow: 2px 1px 6px 0px rgb(0 0 0 / 10%);
    z-index: 999;
}
header .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 9;
}
header .site-header a:hover {
	line-height: normal;
}

.hover-white-icon a:hover svg path {
	stroke: #fff;
}

.app-dev-contact .contact_form .col-grid {
    grid-column-gap: 48px
}

.contact_form .col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px
}

.app-dev-contact .contact_form .col-wrapper .form-field p {
    margin-bottom: 20px!important;
    margin-top: 0
}

.app-dev-contact .contact_form .form-field input.textbox,.contact_form .form-field textarea {
    color: var(--e-global-color-secondary);
    background-color: var(--white);
    border: none;
    border-bottom: .5px solid #aeaeb2;
    border-radius: 0;
    width: 100%;
    min-height: 54px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .15px;
    font-family: Poppins,sans-serif;
    outline: 0
}

.app-dev-contact textarea {
    resize: none
}

.check-box p input[type=checkbox] {
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    border: 1px solid #bdb8b8;
    top: 5px;
    left: 0
}

.app-dev-contact .secure-text p::before {
    content: "";
    position: absolute;
    background-image: url('./img/shield.svg');
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 20px;
    width: 20px;
    height: 20px
}

.app-dev-contact .form-btn input.submit-btn {
        border: 1px solid var(--e-global-color-accent);
    color: #ffffff;
    background: 0 0;
    border-radius: 6px;
    padding: 0 0 0 20px;
    width: 112px;
    height: 40px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    text-align: left;
    background-color: var(--e-global-color-accent);
	pointer: curser;
}
.app-dev-contact .form-btn input.submit-btn:hover {
	background-color: #FF7E46;
}

.app-dev-contact .secure-text p {
    margin-top: -5px;
    padding-left: 26px;
    position: relative
}
.app-dev-contact .secure-text {
    margin-top: 28px;
}
.check-box p input[type=checkbox] {
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    border: 1px solid #bdb8b8;
    top: 0;
    left: 0;
}
.check-box-wrapper .check-box .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
}
.check-box-wrapper .check-box .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    margin-left: 20px;
}
.submit-icon-btn-wrapper {
    position: relative;
    display: inline-block;
}
.submit-icon-btn-wrapper::after {
       content: '';
    background-image: url(./img/arrow.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 28px;
    right: 17px;
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat;
	    cursor: pointer;
}

.check-box-wrapper .wpcf7-not-valid-tip {
    margin-left: 35px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    border: 2px solid #00a0d2;
}
span.wpcf7-spinner {
    position: absolute;
    right: -24px;
    margin: 0;
    width: 20px;
    height: 20px;
    top: 35px;
}
.wpcf7 .submitting input[type="submit"] {
    pointer-events: none;
    opacity: 0.5;
}
/* Contact FOrm End  */
@media (max-width: 992px){
	.site-header .menu nav {
		top: 62px !important;
	}
}

@media (max-width: 767px){
	.contact_form .col-grid {
		grid-template-columns: 1fr;
	}
	
}