﻿/*for tech =============================*/

.error {
    width: 100%;
    font-size: 80% !important;
    color: #dc3545 !important;
    border-color: #dc3545 !important;
    font-weight: 400 !important;
}

.form-check-input_custom {
    width: 1.4em;
    height: 1.4em;
}

    .form-check-input_custom:checked {
        background-color: #ef4eb4 !important;
        border-color: #ef4eb4 !important;
    }

    .form-check-input_custom:focus {
        border-color: none !important;
        outline: 0;
        box-shadow: none !important;
    }

.form_check_custom label {
    text-align: left !important;
    width: 100%;
    /* font-weight: bold; */
    padding-left: 5px;
    padding-top: 2px;
}

.survery_btn_margin {
    margin-right: 80px !important;
}


/******Privacy Policy Checkbox CSS Start Here******/
.newCheckBox label {
    position: relative;
    left: -1px;
    top: 3px !important;
    margin-bottom: 0
}

.newCheckBox input[type=checkbox] ~ label.customCheckbox {
    color: #000;
    font-size: 1em;
    cursor: pointer
}

.newCheckBox input[type=checkbox], .newCheckBoxText input[type=checkbox] {
    /*  position: absolute;*/
    opacity: 0
}

    .newCheckBox input[type=checkbox]:focus, .newCheckBox input[type=checkbox]:focus ~ label.customCheckbox, .newCheckBox input[type=checkbox]:hover, .newCheckBox input[type=checkbox]:hover ~ label.customCheckbox {
        border-color: #ddd;
        color: #ddd
    }

    .newCheckBox input[type=checkbox]:checked ~ label.customCheckbox {
        color: #000;
        position: relative
    }

    .newCheckBox input[type=checkbox] ~ label.customCheckbox::before {
        content: '';
        width: 18px;
        height: 18px;
        margin-right: .5em;
        position: absolute;
        left: 4px;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #646464;
        border-radius: 2px;
        top: 0px
    }

    .newCheckBox input[type=checkbox]:checked ~ label.customCheckbox::after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 6px;
        width: 10px;
        height: 10px;
        color: #000;
        font-size: 13px;
        font-weight: 100;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70% 70%
    }

.customCheckbox::after {
    background: #000;
    width: 17px !important;
    left: 4px !important;
    height: 18px !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px !important;
    padding-left: 2px
}

.newCheckBoxText {
    margin-left: 25px;
    margin-top: -7px;
    line-height: 16px
}
/******Privacy Policy Checkbox CSS End Here******/

.form_area h3 {
    font-size: 24px;
}

.form_area h2 {
    color: #f165be;
    margin-bottom: 0px;
}

.newCheckBoxText label {
    font-size: 13px;
    line-height: 20px;
}

.form_area p {
    font-size: 10px;
    text-align: left;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px !important;
    letter-spacing: .3px;
}