section[data-cattype="50034"] {}



[data-cattype="50034"] .wrapper_form {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}


[data-cattype="50034"] .form-group {
	padding: 6px;
	margin-bottom: 17px;
	width: 50%;
}

[data-cattype="50034"] .form-group:nth-child(2n) {
    background-color: transparent;
}

[data-cattype="50034"].no-title .sec-title{
	display:none;
}

[data-cattype="50034"] .form-group>label {

    text-align: right;

    padding: 3px;

}


[data-cattype="50034"] .wrapper_form {
	max-width: 100%;
	margin: 0 auto;
}


[data-cattype="50034"] .form-group>label {
    text-align: right;
    padding: 3px;
    display: none;
}

[data-cattype="50034"] input, [data-cattype="50034"] textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #222222;
    height: 55px;
    font-size: 15px;
    background: #ffffff;
}

[data-cattype="50034"] textarea{
    height: 130px;
  resize: none;
}

[data-cattype="50034"] .col-sm-10 {
	width: 100%;
	max-width: 100%;
}


[data-cattype="50034"] .form-group:nth-child(5), [data-cattype="50034"] .form-group:last-child {
	width: 100%;
}

[data-cattype="50034"] .btn-style-one {
	background-color: #f57e2a;
	cursor: pointer;
	padding: 6px 12px;
	border: none;
	transition: 0.3s;
}

[data-cattype="50034"] .btn-style-one:hover {
	color: #ffffff;
	background: #9FA4A6;
	border: none;
	transition: 0.3s;
}


[data-cattype="50034"] #form-group-6 .col-sm-10 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

[data-cattype="50034"] .refresh-code {
	margin: 10px;
}

[data-cattype="50034"] #verificationKey {
	width: 200px;
}




/* Typical laptop screen size*/

@media (max-width: 1400px) {}



/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 980px) {}



/* Mobile screen size - landscape view */

@media (max-width: 767px) {}



/* Mobile screen size */

@media (max-width: 480px) {

    [data-cattype="50034"] .form-group {
        width: 100%;
    }

    [data-cattype="50034"] .contact-form .form-group {
        margin-bottom: 15px !important;
    }

    [data-cattype="50034"] #verificationKey {
        width: 140px;
    }

}