.interviewer-slider .text_content{
    text-align:center;
}

.interviewer-slider .header-text h3{
    font-size:28px;
    line-height: 33px;
}
.discover-container{
    text-align: center;
    padding: 15px;
    padding-bottom: 0px;
}
.discover-container .feature-container{
 padding:2%;
}
.feature-container .feature-desc{
    font-size:16px;
    text-align: justify;
}
.feature-container .feature-name{
    font-size:16px;
    font-weight:bold;
    margin-bottom: 3px;
}
.become-container{
    padding:50px;
    text-align: center;
    background-color: #F8F8F8;
}
.become-container button{
    border: none;
    background: #FF8322;
    border: 1px solid #FF8322;
    padding: 11px 45px;
    color: #fff;
    font-size: 16px;
    margin: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.become-container .become-desc{
    font-size: 20px;
    margin-bottom: 20px;
}

.testimonial-slider{
	text-align: center;
}
.testimonial-slider ol li{
	background-color: #B4B4B4
}
.testimonial-slider ol li.active{
	background-color: #FF8322;
}
.testimonial-slider #carousel-example-generic1{
	padding:11px 50px;   
	margin-bottom: 30px; 
}
.testimonial-slider #carousel-example-generic1 .carousel-indicators{
	bottom: -20px;
}
#carousel-example-generic1 img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
#carousel-example-generic1 .testimonial-text{
	margin:5px;
	font-size: 18px;
}
#carousel-example-generic1 .testimonial-auth{
	font-size:16px;
	margin:5px;
	font-weight: bold;
}
#carousel-example-generic1 .testimonial-role{
text-transform: capitalize;
font-size: 15px;
display:none
}
.details-modal .modal-footer{
    display: none;
    }
    .details-modal .modal-header h3{
        margin:0;
        text-align: center;
    }
    .details-modal .modal-dialog{
        max-width:630px;
    }
    .details-modal .modal-body .container,.details-modal .modal-body .col-md-12,.details-modal .modal-body form{
        padding-left:0;
        padding-right: 0;
    }

    .interviewer-modal .modal-header h3{
        margin:0;
        text-align: center;
    }
    .interviewer-modal .modal-dialog{
        width:90%;
        max-width: 700px;
    }
    .interviewer-modal .errorMessage{
        display: block;
        margin-left: 33.3%;
        width: 79%;
        float: left;
    }
    .interviewerSucErrMsg{
        color:#FF8322;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .interviewer-modal .modal-footer{
        display: none;
    }
    #carousel-example-generic1 p> i{
        color: #FF8322;
        margin-top:15px;
    }
    #js-vm-footer{
        margin:0;
    }
    .become-container  h2{
        margin-top:0
    }
    .testm img{
        max-width: 100%;
        border-radius: 50%;
        border:1px solid #ccc;
    }
    .testm{
        border:1px solid #A9A9A9;
        border-radius: 5px;
        border-top:7px solid #FF8322;
        text-align: initial;
        width: 30%;
        margin: 1%;
    }
    .testm h5{
        margin-bottom:5px;
        font-weight: bold;
        font-size: 18px;
    }
    .testm h4{
        line-height: 25px;
        min-height:150px;
        font-size: 14px;
        text-align: justify;
    }
    .testmHome{
        min-height: 300px;
    }
    .testmBox{
        position: absolute;
        bottom: 5px;
        text-align: center;
    }
#sticky-wrapper > header > div > div.row.align-items-center.justify-content-between > div.col-auto.align-items-center.d-flex > div.quick-info.d-none.d-lg-flex{
    display: none;  
}
#mobile-slide-menu > div > div.logo > a > img{
  height: 43px;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media screen and (max-width: 600px) {
    .testm{
        width: 100%;
        margin: 5px 0px;
    }
    .testm img{
        height: 80px;
        width: 80px;
    }
    .testmHome{
        min-height: 340px;
    }
    .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .interviewer-modal .modal-dialog{
        width:100%;
    }
    .modal-dialog{
        margin: 0px;
        padding: 0px;
    }
    .signup-modal .field-wrapper label{
        display: none;
    }
    .signup-modal .field-wrapper .input{
        width: 100%;
    }
    .goPracForCollegeBtn{
        width: 100%!important;
    }
}
@media (max-width: 768px){
    #sticky-wrapper > header > div > div.row.align-items-center.justify-content-between > div.col-auto.user-info > div > a > span.user-name.d-none.d-md-inline-block {
      display: none;
    }
}