@font-face {
    font-family:opensans1;
    src: url('/skin/frontend/rwd/default/fonts/opensans-regular-webfont.woff') format('woff');
}
/* p{
    color: #536f8d;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: left;
} */
#testimonial_form .fields {
    margin: 0 auto;
    text-align: left;
    width: 85%;
}
.form_top {
    margin: 4% auto;
    width: 85%;
}
.form_top p {
    color: white;
    font-family: opensans1;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 auto;
    text-align: left;
}
.test_msg {
    font-size: 10px !important;
    font-weight: normal !important;
}
li .bl_center {
    background: #e0e4cc none repeat scroll 0 0;
    padding: 15px 15px 10px;
}
.maleIcon {
    background: rgba(0, 0, 0, 0) url("//cdn-ap-ec.yottaa.net/52f93c7286305e4996001769/www.medicalsupplydepot.com/v~12.283/c.822523/site/img/testimonialForm.png?yocs=1Q_&yoloc=ap") no-repeat scroll -57px -445px;
    float: left;
    height: 24px;
    width: 25px;
}

.name{}
.location{}
.testNameData{}
ul.bl_testimonials_list {
    clear: both;
    margin: 0 !important;
}
/******************testimonials form********************/

#testimonial_form {
    background: #f7921a none repeat scroll 0 0;
    border: 3px solid #f7921a;
    border-radius: 20px;
    padding: 0% 1%;
    text-align: center;
    width: 50%;
}
#testimonial_form .fields input {
    background: white none repeat scroll 0 0;
    border: 2px solid #f7921a;
    box-shadow: none !important;
    color: black;
    font-family: opensans1 !important;
    font-size: 10px;
    height: 26px;
    margin-bottom: 12px;
    padding: 0 8px;
    width: 82%;
}
#testimonial_form .fields textarea {
    color: black;
    font-family: opensans1 !important;
    font-size: 10px;
    height: 95px;
    margin-bottom: 8px;
    width: 82%;
	background: white none repeat scroll 0 0;
    border: 2px solid #f7921a;
    box-shadow: none !important;
}
.check_test {
    clear: both;
    height: 35px;
    margin: 0 auto;
    padding: 8px 0;
    width: 85%;
}
.female {
    background: rgba(0, 0, 0, 0) url("/skin/frontend/rwd/default/images/female.png") no-repeat scroll 22px 0 / 48% auto;
    color: transparent;
    float: left;
    padding: 7px 3px;
    text-align: left;
    width: 24%;
}

.male {
    background: rgba(0, 0, 0, 0) url("/skin/frontend/rwd/default/images/male.png") no-repeat scroll 22px 0 / 48% auto;
    color: transparent;
    float: left;
    padding: 7px 3px;
    text-align: left;
    width: 24%;
}
#testimonial_form button {
    background: white none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    margin: 0 54% 4% 0;
    padding: 6px 10px;
    width: 27%;
	 cursor: pointer;
}
#testimonial_form button span {
    color: #f7921a;
    font-family: opensans1;
    font-size: 12px;
    font-weight: bold;
}

.testimonials_comment {
    background: #e0e4cc none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    font-family: opensans1;
    font-size: 14px;
    padding: 8px 25px 5px;
}
.author {
    font-family: opensans1;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
.location {
    color: #999;
    font-family: opensans1;
    font-size: 14px;
    text-transform: capitalize;
}
.bl_bottom .bl_left {
    background: rgba(0, 0, 0, 0) url("/skin/frontend/rwd/default/images/left-bottom-box.gif") no-repeat scroll 0 0;
    float: left;
    height: 23px;
    width: 48px;
}
.bl_bottom .bl_right {
    background: rgba(0, 0, 0, 0) url("/skin/frontend/rwd/default/images/right-bottom-box.gif") no-repeat scroll 0 0;
    float: right;
    height: 23px;
    width: 9px;
}
.blClear {
    clear: both;
    height: 0;
}
.bl_bottom {
    background: rgba(0, 0, 0, 0) url("/skin/frontend/rwd/default/images/center-bottom-box.gif") repeat-x scroll 0 0;
    height: 23px;
}

.comment_div {
    clear: both;
    margin-bottom: 18px;
}
.comment_below {
    margin: 0 auto;
    width: 100%;
}
.author_gen {
    float: left;
    width: 18%;
}

.author_info {
    float: left;
    width: 82%;
}
.author_gen img {
    margin: 0 2px 12px;
}
/*******************************************************/
@media screen
and (min-width : 320px)
and (max-width : 479px) {

#testimonial_form {
    width: 96% !important;
}

}