
@media screen and (min-width: 975px) {
    /*.sm-display {
        display: block;
    }*/
    .xs-display {
        display: none;
    }
    .text-form-input {
        height: 28px;
        font-size: 18px !important;
    }
    .x-btn {
        height: 45.5px;
    }
    .oprnid {
        width: 46px !important;
        font-size: 16px !important;
    }

    .fb {
        width: 46px !important;
        font-size: 16px !important;
    }

    .x-btn {
        font-size: 14px;
    }


}

@media screen and (max-width: 974px) {
    /*.xs-display {
        display: block;
    }*/
    .sm-display {
        display: none;
    }
    .text-form-input {
        height: 16px;
    }
    .x-btn {
        height: 33.5px;
    }

    .oprnid {
        width: 36px !important;
    }

    .fb {
        width: 36px !important;
    }
}

@media screen and (max-width: 600px) {
    /*.xs-display {
        display: block;
    }*/
    .form_margin {
        margin-top: 180px;
    }
}
.sm-form {
    margin: auto; width: 800px; clear: both;
}
.social-text {
    font-size: 18px;
}
.form-checkbox {
    width:265px !important;
    height: 34px !important;
    background-color: #fcfcfc;
    font-size: 12px;
    color: #999999;
    box-sizing: border-box;
    padding:3px 0px;
}
.text-form-input {
    border-radius: 0 !important;
    //height: 16px;
    width: 250px;
    border: 1px solid #aaaaaa !important;
    margin-left: -1px;
    float:left;
}
.form-check-imgage {
    margin: 1px;width: 30px;
}

.try-it-now {
    text-transform: none;
    background-color: #6eb006; //ff5a5f
    border-color: #ff5a5f #ff5a5f #e00007; // #009966 #669966;
}

.oprnid {
    //width: 36px !important;
    background-color: #ff5a5f; //
    border-color: #ff5a5f #ff5a5f #e00007; // #009966 #669966; //
}

.fb {
    //width: 36px !important;
    background-color: #6699CC; //
    border-color: #ff5a5f #ff5a5f #e00007; // #009966 #669966; //
}

.x-btn {
    margin-top:0px;
    //height: 33.5px;
    color: #fff;
    padding: 0px 10px;
    border: 0 solid transparent !important;
    width: auto;

}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
//filter:alpha(opacity=90);
//-moz-opacity:0.5;
// -khtml-opacity: 0.5;
//opacity: 0.5;
    z-index: 10000;
}

#overlay div {
    margin:30% auto; width:450px;
    background-color: #ff4d4d;
    padding:15px 20px;
    border:1px solid #cccccc;
    color: #fff;
}