.sectionForm{
    opacity: 0.95;   
}

.sectionForm option{
    color: #000000 !important;
}

.sectionForm .insideForm input, .sectionForm .insideForm select, .sectionForm .insideForm textarea{
    background-color: #F9F7F7 !important;
}

.sectionForm select{
    cursor: pointer !important;
}

.sectionForm .privacyPolicy a{
   color: #64A382 !important;
}

.sectionForm .privacyPolicy a:hover{
   color: #2C3E50 !important;
}

@media screen and (max-width:767px) {
    .sectionForm .privacyPolicy{
       font-size: 14px;
    }
    
    .sectionForm .kb-radio-check-item-wrap .kb-adv-form-help{
        font-size: 12px !important;
    }
    
    .bg-fixed {
    	-webkit-clip-path: inset(0 0 0 0);
    	clip-path: inset(0 0 0 0);
    	background-size: 0px !important;
    	overflow: hidden;
    	position: relative;
    }
    
    .bg-fixed:before {
        background-image: inherit !important;
        background-repeat: inherit !important;
        background-size: cover;
        background-position: inherit;
        content: "";
        position: fixed;
        width: 100%;
        height: 120%;
        top: 0;
        left: 0;
        z-index: -1 !important;
        will-change: transform;
        pointer-events: none;
    }
}


@media (min-width:1025px) and (max-width:1216px){
    .sectionForm label{
        font-size: 12px !important;
    }
}