﻿/*    --------------checkbox style------------------*/
::placeholder {
    color: #9D9D9D !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: #9D9D9D;
}


::-moz-placeholder {
    color: #9D9D9D;
}


:-ms-input-placeholder {
    color: #9D9D9D;
}


::-ms-input-placeholder {
    color: #9D9D9D;
}

.submitbtn {
    float: right;
    background: #24D153 !important;
    border-radius: 3px;
    border: #24D153 !important;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #ffffff;
}

.form-check-input {
    position: absolute;
    opacity: 0;
}


    .form-check-input + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .form-check-input + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 15px;
            height: 15px;
            background: white;
            box-shadow: 0 0 0 2px #707070;
        }

    .form-check-input:hover + label:before {
        background: white;
        box-shadow: 0 0 0 2px #707070;
    }

    .form-check-input:focus + label:before {
        box-shadow: 0 0 0 2px #495057;
    }

    .form-check-input:checked + label:before {
        background: white;
    }

    .form-check-input:disabled + label {
        cursor: auto;
    }

        .form-check-input:disabled + label:before {
            background: none;
        }

    .form-check-input:checked + label:after {
        content: "";
        position: absolute;
        left: 2px;
        top: 8px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 3px 0 0 #24d153, 3px 0 0 #24d153, 3px 0 0 #24d153, 3px 0 0 #24d153, 3px 0 0 #24d153, 3px 0 0 #24d153, 1px 0 0 #24D153, 4px 0 0 #24D153, 4px -2px 0 #24D153, 4px -4px 0 #24D153, 4px -6px 0 #24D153, 4px -8px 0 #24D153;
        transform: rotate(50deg);
    }

/*    --------------checkbox style end------------------*/
.form-control {
    border-radius: 0 !important;
    font-size: 13px !important;
}

body {
    font-family: 'Roboto' !important;
}

.contct_us {
    font-size: 52px;
    /* padding-left: 182px;*/
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: -webkit-center;
}

.form-check {
    padding-left: 0.25rem !important;
}

.mandatory-text {
    color: red;
    font-size: 11px;
    margin-top: 3px;
}

/*.more-info {
            font-size: 52px;*/
/* padding-left: 264px;*/
/*margin-top: -30px;
        }*/
@media only screen and (max-width:767px) {
    .contct_us {
        font-size: 32px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .submitbtn {
        margin-top: 4px !important;
        float: left !important;
    }

    .more-info {
        font-size: 32px !important;
        padding-left: 0px !important;
    }
}

.form-control {
    border: 1px solid #D0D0D0 !important;
    color: #9D9D9D !important;
}
