
.getqtTbl{width:65%}


.fr-reason
{
    border: 0 !important;
    background: #fff !important;
}

.cho-options { border: 0 !important; }

.ch-box-com
{
    float: left;
    width: 90%;
    position: relative;
    background: #fff !important;
    border: 0 !important;
}

.styled-checkbox { display: none; }

.styled-checkbox + label
{
    position: relative;
    cursor: pointer;
    padding: 0;
    float: left;
    font-weight: 400;
    font-size: 14px;
}

.styled-checkbox + label::before
{
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 2px;
    margin-top: 3px;
    transition: all .3s ease;
}

.styled-checkbox:checked + label::after
{
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}

.styled-checkbox:checked + label::before
{
    background: #09AF63;
    border: 1px solid #09af63;
    transition: all .3s ease;
}
.form-set-2 {
    background: #fff;
    padding: 25px 30px 30px;
    border-radius: 7px;
    position: relative;
    border: 1px solid #eaeaea;
    max-width: 380px;
}
.form-set-2 h2 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 14px;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
    padding: 0;
}
.solution-form ul {
    padding: 0;
    margin: 0;
}
.form-set-2 form ul li {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.form-set-2 form ul li div {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background: #fafafa;
    box-sizing: border-box;
    position: relative;
}
.form-set-2 form ul li.no-bor {
    border: 0;
}
.form-set-2 form ul li i {
    background-image: url(https://www.manageengine.com/active-directory-360/images/icon-set-1.png);
    position: absolute;
    width: 32px;
    height: 32px;
    top: 3px;
    pointer-events: none;
}
.form-set-2 form ul li i.ic-ic-user {
    background-position: -13px -13px;
}
.form-set-2 form ul li i.ic-email {
    background-position: -72px -12px;
}
.form-set-2 form ul li i.ic-org {
    background-position: -129px -13px;
}
.form-set-2 form ul li i.ic-phone {
    background-position: -188px -13px;
}
.form-set-2 form ul li i.ic-country {
    background-position: -247px -13px;
}
.form-set-2 form ul li i.ic-feedback {
    background-position: -297px -13px;
}
.form-set-2 form ul li input,
.form-set-2 form ul li textarea {
    width: 100%;
    background: none;
    border: 0;
    height: 40px;
    font-size: 14px;
    padding: 5px 15px 5px 46px;
    box-sizing: border-box;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
.form-set-2 form ul li textarea {
    padding: 5px 15px 5px 46px;
    height: 60px;
}
.form-set-2 form ul li select {
    width: 88%;
    background: none;
    border: 0;
    height: 40px;
    font-size: 14px;
    padding: 5px 20px;
    outline: none;
    margin-left: 24px;
}
.form-set-2 form ul li input[type='submit'] {
    background: #ca2033;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    float: left;
    border-bottom: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: auto;
    border-radius: 4px;
}
.form-set-2 form ul li input[type='submit']:hover {
    background: #ab1829;
}
.form-set-2 form ul li:last-child {
    border: 0 solid #333;
    margin-bottom: 0;
    background: none;
}
.form-set-2 form ul li input#datepicker {
    height: 40px !important;
}
.form-set-2 form ul li .dwn-priv {
    font-size: 11px;
    color: #000;
    line-height: 10px;
}
.form-set-2 form ul li .dwn-priv a {
    font-size: 10px;
    color: #000;
    text-decoration: underline;
}
.err-com {
    background: #f44336;
    color: #fff;
    font-size: 12px;
    padding: 2px 2px 2px 10px;
    margin: 10px 0;
    display: none;
    text-align: center;
}
.form-set-2 form ul li .err-box {
    border: 1px solid #ca1f32;
}

/*--=== OTHER COUNTRY DEMO FORM SET 3 ===--*/
.form-set-3 {
    margin: 0 auto;
    max-width: 600px;
    border: 0;
    padding: 0;
}
.form-set-3 form ul li div.fl {
    border: 0;
    background: none;
    float: left;
    width: 35%;
	text-align: left;
}
.form-set-3 form ul li div.fl label {
    font-size: 15px;
    font-weight: 500;
}
.form-set-3 form ul li div.fl label i {
    background: none;
    color: #f10;
    position: relative;
    top: 0;
    left: 0;
}
.form-set-3 form ul li div.fr {
    float: left;
    width: 65%;
}
.form-set-3 form ul li div.fr input,
.form-set-3 form ul li div.fr select,
.form-set-3 form ul li div.fr textarea {
    padding: 5px 15px;
}
.form-set-3 form ul li.no-lhs {
    padding-left: 35%;
}
.form-set-3 form ul li.no-lhs .fr {
    width: 100%;
    border: 0;
    background: none;
	text-align: left;
}
#meGDPRMessage {
    border: 0;
    background: none;
    margin: 0;
}
.form-set-3 form ul li div.fr input[type='submit'] {
    padding: 13px;
    background: #069b4f;
    font-size: 15px;
    float: left;
    width: 60%;
    border-radius: 2px;
}
.form-set-3 form ul li div.fr input[type='submit']:hover {
    background: #037d3f;
    box-shadow: 0 23px 13px -18px #141619a6;
}
.form-set-3 form ul li div.fr input[type='reset'] {
    float: left;
    width: 38%;
    padding: 13px;
    background: #b8c9d6;
    font-size: 15px;
    color: #fff;
    margin-left: 2%;
    height: auto;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.form-set-3 form ul li div.fr input[type='reset']:hover {
    background: #889dad;
}
.form-set-3 form ul li select {
    margin-left: 0;
    width: 96%;
    cursor: pointer;
}
.form-set-3 .err-com {
    margin-left: 38%;
}
.form-set-3 form ul li div.fr #meGDPRMessage label {
    font-size: 12px;
    line-height: 19px;
}

                        .prd-nav li {
                            float: left;
                            width: 24%;
                            padding: 0 0.5%;
                            text-align: center;
                        }

                        .heading-menu {
                            display: none
                        }

                        .btmBar {
                            display: none
                        }

                        .head {
                            font-size: 33px;
                            font-weight: 100;
                            margin: 80px 0 0 0
                        }

                        .head span {
                            font-weight: bold
                        }
                    