.code-check {
    display: block;
    margin-top: 55px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .code-check {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.code-check .gform_wrapper {
    width: 100%;
}

.code-check .gform_wrapper form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .code-check .gform_wrapper form {
        flex-direction: column;
    }
}

.code-check .gform_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: calc(100% - 310px);
}

@media (max-width: 991px) {
    .code-check .gform_body{
        width: calc(100% - 260px);
    }
}

@media (max-width: 768px) {
    .code-check .gform_body{
        width: 100%;
    }
}

.code-check .gform_fields {
	 display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .code-check .gform_fields {
        width: 100%;
    }
}

.code-check .gfield {
    padding: 0;
    margin-bottom: 0;
    flex-direction: column;
}

@media (max-width: 768px) {
    .code-check .gfield {
        margin-bottom: 20px;
    }
}

.code-check .gfield:nth-child(1) {
    width: calc(42% - 5px);
}

.code-check .gfield:nth-child(2) {
    width: calc(28% - 5px);
}

.code-check .gfield:nth-child(3) {
    width: calc(29% - 5px);
}

@media (max-width: 768px) {
    .code-check .gfield:nth-child(1),
    .code-check .gfield:nth-child(2),
    .code-check .gfield:nth-child(3) {
        width: 100%;
    }
}

.code-check .gfield label {
    font-size: inherit;
    color: #fff; /* replace $color-white */
}

.code-check .ginput_container {
    width: 100%;
}

.code-check .ginput_container input {
    border: 0;
	height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem !important;
}

.code-check .gform_footer {
    width: 265px;
    display: flex;
    align-self: flex-end;
    margin-left: 0;
    padding-top: 0;
}

@media (max-width: 991px) {
    .code-check .gform_footer {
        width: 240px;
    }
}

@media (max-width: 768px) {
    .code-check .gform_footer {
        width: 100%;
    }
}

.code-check .gform_footer button[type="submit"] {
    background: #111; /* replace $color-dark */
    border: 0;
}

.code-check .gform_footer button[type="submit"]:hover {
    background: #000; /* simulate darken($color-dark, 5%) */
}

.code-check__intro {
    text-align: center !important;
    margin-bottom: 40px;
}
.code-check__intro p{
    text-align: center !important;
	text-align-last:center !important;
}

@media (max-width: 991px) {
    .code-check__intro {
        margin-bottom: 20px;
    }
}

.code-check__intro-title h2 {
    font-weight: 500;
    font-size: 66px;
    color: #f4a100; /* replace $color-warning */
}

@media (max-width: 1200px) {
    .code-check__intro-title h2 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .code-check__intro-title h2 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .code-check__intro-title h2 {
        font-size: 40px;
    }
}

.theme-purple .code-check__intro-title h2 {
    color: #6a2a82; /* replace $color-purple */
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.code-check__intro-title p {
    margin: 0;
}

.code-check__form {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    background: #f4a100; /* $color-warning */
}

.theme-purple .code-check__form {
    background: #6a2a82; /* $color-purple */
}

.code-check__form button {
    width: 265px;
    align-self: flex-end;
}

@media (max-width: 991px) {
    .code-check__form button {
        width: 240px;
    }
}

@media (max-width: 768px) {
    .code-check__form button {
        width: 100%;
    }
}

.code-check__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 55px 70px 60px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .code-check__wrap {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .code-check__wrap {
        padding: 20px 15px;
    }
}

.code-check__fields {
    width: calc(100% - 310px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .code-check__fields {
        width: calc(100% - 260px);
    }
}

@media (max-width: 768px) {
    .code-check__fields {
        width: 100%;
    }
}

.code-check__group label {
    color: #fff; /* $color-white */
}

@media (max-width: 768px) {
    .code-check__group {
        margin-bottom: 20px;
    }
    .code-check__group label {
        margin-bottom: 5px;
    }
}

.code-check__group input {
    border: 0;
}

.code-check__group:nth-child(1) {
    width: calc(42% - 5px);
}

.code-check__group:nth-child(2) {
    width: calc(28% - 5px);
}

.code-check__group:nth-child(3) {
    width: calc(29% - 5px);
}

@media (max-width: 768px) {
    .code-check__group:nth-child(1),
    .code-check__group:nth-child(2),
    .code-check__group:nth-child(3) {
        width: 100%;
    }
}
.cta__background{
 	height: 500px;
    width: 100%;
    background-position: center;
 	background-repeat: no-repeat;
    background-size: cover;
}
.cta__wrap {
   	background-color: #f7921e;
 	border-radius:0;
	max-width: 100%;
	width: 100%;
}
.cta__wrap > .container{
	display:flex;
	justify-content: space-between;
	gap:50px;
}
.cta{
	background-color: #f7921e;
	padding: 0;
}
.cta__form{
	width:50%;
}
@media only screen and (max-width: 900px) {
	.cta__wrap > .container{
		flex-wrap:wrap;
		gap:0;
	}
	.cta__form{
		width:100%;
	}
	.cta__background{
		height: 400px;
	}
	.cta__wrap {
		padding:30px;
	}
}
@media only screen and (max-width: 600px) {
	.cta__background{
		height: 350px;
	}
	.cta__wrap {
		padding:15px;
	}
}
@media only screen and (max-width: 400px) {
	.cta__background{
		height: 200px;
	}
}
@media only screen and (max-width: 768px) {
	.cta__wrap .top{
		padding-top:30px;
	}
	.cta__wrap {
		margin-left:0;
	}
	.cta__background {
		display:none;
	}
}
.menu .sub-menu,
.header__main-menu .sub-menu {
    background-color: #cacace;
    background-image: url(../img/pattern.png);
    background-position: left bottom;
    background-repeat: repeat;
    background-size: 19px;
    position: absolute;
    padding: 12px 16px;
}
.menu .sub-menu {
    padding-top: 40px;
}
.header__main-menu .sub-menu {
    margin-top: 15px;
}
.menu .sub-menu::after,
.header__main-menu .sub-menu::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #fff), to(rgba(227, 227, 232, 0.77)));
    background-image: linear-gradient(-180deg, #fff 31%, rgba(227, 227, 232, 0.77) 100%);
}
.menu .sub-menu li,
.header__main-menu .sub-menu li {
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}
.menu .sub-menu li a,
.header__main-menu .sub-menu li a {
    font-size: 16px;
    font-weight: 700;
    color: #302D39;
    letter-spacing: 0.27px;
    transition: color 0.25s ease-in-out;
}
.header__main-menu .sub-menu li a {
    font-weight: 400;
}
.menu .sub-menu li.is-active a,
.header__main-menu .sub-menu li.is-active a,
.menu .sub-menu li a:hover,
.header__main-menu .sub-menu li a:hover {
    color: #F7921E;
}
.header__nav-holder .header__nav-top .menu .dropdown-toggle {
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    color: #302D39;
    position: relative;
}
.header__nav-holder .header__nav-top .menu .is-active .dropdown-toggle {
    color: #F7921E;
}
.header__nav-holder .header__nav-top .menu .dropdown-toggle::after {
    border: none;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/zeroplex/dist/img/arrow-right.svg');
    transition: transform 0.5s;
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateX(-50%) rotate(90deg);
}
.header__nav-holder .header__nav-top .menu .dropdown-toggle.opened::after {
    transform: translateX(-50%) translateY(3px) rotate(270deg);
}
.header__nav-holder .header__nav-top .menu .sub-menu {
    display: none;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 0;
    background: none;
    position: relative;
}
.header__nav-holder .header__nav-top .menu .sub-menu::after {
    display: none;
}
.header__nav-holder .header__nav-top .menu .sub-menu li {
    margin-bottom: 8px;
}