.ques-img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.replay-box{
    width: 100%;
    height: 40px;

    padding: 0px !important;

}
.ques-repl{
    background-color: white;
    padding:20px 40px 5px 40px ;
    border-radius: 20px;
    /* box-shadow:0px 0px 12px 4px #80808073; */
    border: 2px solid #eee;
}
.my-replay-1{
    display: flex;
    margin-bottom: 20px;

}
.my-replay-1 .your-imag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.my-replay-1 .stud-name{
    margin-top: 10px;
    font-size: 15px;
}
.my-replay-1 .your-replay-con{
    margin-left: 15px;
    background-color: #f0f2f5;
    padding: 10px 20px 5px 20px;
    border-radius: 20px;
}
.your-replay{
    margin-bottom: 0px;
}
.your-img-2{
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 20px;
}

.image-file{
    width: 40px;
    height: 40px;
    border-radius: 50%;

}
.file-display{
display: none !important;

}
.Text-input{
    background-color: transparent;
    border-radius: 30px !important;
    margin-left: 10px;
    width: 100% !important;
    border: none;
    outline: none;
    padding: 10px;
}
.Text-input:focus{
    border: none;
    outline: none;
}
.select-your-imag{
    position: relative;
    width: 10%;
    flex-grow: 1;
}
.big-big-con{
    display: flex;

}
.bi-image{
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
}
.line-1{
    height: 80%;
    width: 20px;
   margin-left: 20px;
   margin-top: 10px;
    border: none;
    border-left: 2px solid #8080804f;
    border-bottom: 2px solid #8080804f;



}
.line-img-con{
    width: 100px;

    display:flex;
    align-items: center;
    flex-direction: column;
}
.my-replay-1 .line-img-con .your-imag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.read-more-con{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
margin-top: 30px;
}
.fa-bell{
    font-size: 20px;

}

table thead tr th{
    text-align: center;
    background-color: #362f4b;
    border: none;
    color: white;
}
table tbody tr td{
    text-align: center;
    border: none;
    color: #362f4b;
    font-weight: 600;
}
tbody tr:nth-child(even){
background-color:#e4dfdf;
}
table tfoot tr td{
    text-align: center;
    border: none;
    color: #362f4b;
    font-weight: 600;
}
caption{
    font-size: 30px;
    font-weight: 700;
}
.my-submit{
    display: none;
}
.my-submit-1{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #1877f2!important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 50px; */
    cursor: pointer;
    margin-bottom: 0px;
}
.my-form{
    display: flex;
    align-items: center;
    width: 100%;
    background: #eee;
    border-radius: 50px;
    margin-top: 20px;
}
.fa-paper-plane{
    font-size: 20px;
    color: white;
}
.profile-big-con{
    background-color: white;
    border-radius: 10px;
    position: relative;

    margin-top: 100px;
    padding: 100px 50px 0px;
    margin-bottom: 50px;

}
.profile-img-con{
background: url(../images/use_img/course_img5.png) no-repeat center center;
background-size: cover;
width: 200px;
height: 200px;
border-radius: 50%;
position: absolute;
top: -104px;
left: 100px;
border: 8px solid white;
box-shadow: 0px 0px 11px 1px #80808061;

}
.profile-big-con .view-data-1{
    border-bottom: 1px solid rgba(128, 128, 128, 0.342);
    padding: 20px 0px;

}
.profile-big-con .view-data-1 p{

    margin: 0px;
    padding: 0px;

}
.data-con-1{
    width: 100%;
}
.profile-big-con h1{
    margin-top: 30px;
    font-weight: 500 !important;
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}
.profile-big-con h1::before{
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 2px;
    background-color: coral;

}
.no-bo{
    border-bottom: none !important;
}
.view-data-1 div:first-child{
    font-weight: 600;

}
.view-data-1 .col-sm-8{
    display: flex;
    justify-content: space-between;

}
.view-data-1 .col-sm-8 input{

    background-color:white;
    color: #03a9f4 !important;
    border: 1px solid #03a9f4;
    height:30px;
    width: 80px;
    padding: 0px;
    font-weight: 600;
    border-radius: 7px;
}
.view-data-1 .col-sm-8 input:hover{


    background-color: #03a9f4;
    color: white !important;



}
.view-data-1 .col-sm-8 i{
    margin-right: 10px;
    display: none;
}
.view-data-1:hover i{
    display: inline-block;

}
.edit-profile-img{
    background-color: rgba(0, 0, 0, 0.39);
    color: white;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;

}
.profile-img-con{
    overflow: hidden;
}
.edit-profile-img p{
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 17px;
}
.edit-profile-img i{
    font-size: 20px;
}
.edit-profile-img input{
    display: none;
}
.edit-profile-img label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.edit-but-1{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.edit-but-1 input{
    padding: 15px 40px;
}
.blo-label label{
    display: block;
    margin-top: 20px;
}
.blo-label input{
border: none;
border-bottom: 1px solid rgba(128, 128, 128, 0.418);
outline: none;
padding-left: 30px;
width: 400px;
}
.edit-form{
    border: none;
}
.blo-label input:focus{
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.342);
    outline: none;
}
.profile-big-con-1{
    padding-bottom: 50px;
}
.profile-img-con-1{
    background: url(../images/use_img/course_img5.png) no-repeat center center;
    background-size: cover;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -104px;
    left: 100px;
    border: 8px solid white;
    box-shadow: 0px 0px 11px 1px #80808061;
    overflow: hidden;
    }
    .img-test{
       height: 600px;
       display: flex;
       align-items: center;

    }
    .img-test-2{
        background: url(../images/use_img/Wavy_Bus-15_Single-04.jpg) no-repeat center center ;
        background-size: cover;
        height: 70%;
        width: 100%;
        margin-top:210px;

    }
    .blo-label-1{
        margin-top: 130px;
    }
   .last-edit-1{
       width: 100%;
       display: flex;
       justify-content: center;
   }
   .blo-label-1 input{
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.418);
    outline: none;
    padding-left: 30px;
    width: 100%;
    }
   .last-edit-1 input{
       width: 200px ;
       margin-top: 20px;
       transition: 0.5s ease;
       padding: 0px !important;
       height: 50px;
       text-align: center;

   }
   .no-pad{
       padding-top: 0px;
   }
   .last-edit-1 input:hover{
    background-color:#03a9f4 ;
    color: white !important;
    border: none;
    width: 300px;
   }
   .my-ul{

       right: 0px;
       top: 93%;
       background-color: white;
       padding: 0px;
       margin: 0px;
       list-style: none;
       max-width: 400px;
       min-width: 200px;
   }
   .my-ul div {
       display: flex;
       margin: 0px !important;
   }
   .my-ul img   {
       width: 30px;
       height: 40px;
   }
   .test-3322{
       display: flex;
       transition: 0.5s ease;
   }
   .test-3322 img{
width: 30px;
height: 30px;
border-radius: 50%;
margin:0px 10px;
}
.dropdown-menu{
    min-width:200px;
    right: 0px ;
    left: auto ;
    background-color: white !important;
    margin-top: 5px !important;
}
.dropdown-toggle-1{
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    width: 70px;
    height: 42px;
}
.test-3322:hover{
    margin-left: 20px;
}

.ques-img-bac{
    width: 40px;
height: 40px;
border-radius: 50%;
margin:0px 15px 0px 10px;
background: url(../images/use_img/author_img.png) no-repeat center center;
background-size: cover;
position: relative;

}
.inq{
    display:flex ;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -5px;
    right: -10px;
    background-color: orangered;
    border-radius: 50%;
}
.inq i {
color: white;
}
.main-form-signin-or-sign-up{
    display:flex;
    justify-content:center;

}
.main-form-signin-or-sign-up form{
    width:100%;
    max-width:600px;
    background-color:white;
    padding:50px 20px 20px;
    border-radius:15px;
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
    box-shadow: 0px 0px 10px 0px #dfdcdc6b;
    margin-top:30px;
}
.con-img-logo-form{
    width:100px;
    height:100px;
    position:absolute;
    top:0px;
    left:50%;
    transform:translate(-50%,-50%);
    background:white;
    border-radius:50%;
    box-shadow: 0px -5px 10px 0px #c3c3c34d;
    padding:5px;
    display:flex;
    align-items:center;
    justify-content:center;

}
.con-img-logo-form img{
    height:100%;
}
.main-form-signin-or-sign-up form > h1{
    font-size:35px;
    color:#657184;
    font-weight:700;
    margin-bottom:30px;
}
.main-con-to-form-inputs{
    background-color:white;
    width:90%;
    border-radius:50px;
    border:1px solid #e1e1e1;
    position:relative;
    margin-top:30px;
}
.main-con-to-form-inputs label{
    display:block;
    font-size:13px;
    color:#ff5722;
    font-weight:600;
    position:absolute;
    top:0px;
    left:20px;
    background:white;
    padding:3px 10px;
    transform:translateY(-50%);

}
.main-con-to-form-inputs img{
    position:absolute;
    top:16px;
    left:20px;
    width:20px;
    height:20px;
    color:#ff5722;
}

.main-con-to-form-inputs input{
    background:transparent;
    border:none;
    outline:none;
    padding:10px 50px;
    width:100%;
    display:block;
    font-size:16px;
    color:grey;
    font-weight:600;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: grey;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus{
    border:none;
    color:grey;
}
.havnot-acount-p{
    margin-top:20px;
    font-size:14px;
    color:#657184;


}
.forget-pass-link-a{
    color:#ff5722;
    margin-bottom:20px;
}
.btn-submit-default{
    width:100%;
    max-width:300px;
    background-color:#ff5722 !important;
    border:none !important;
    outline:none !important;
    color:white !important;
    font-size:15px !important;
    font-weight:600 !important;
}
.btn-submit-default:hover {
    color:white !important;
}
.btn-submit-primary{
    width:100%;
    max-width:300px;
    background-color:#03a9f4 !important;
    border:none !important;
    outline:none !important;
    color:white !important;
    font-size:15px !important;
    font-weight:600 !important;
}
.btn-submit-primary:hover {
    color:white !important;
}

.btn-submit-info{
    width:100%;
    max-width:300px;
    background-color:#2b2827 !important;
    border:none !important;
    outline:none !important;
    color:white !important;
    font-size:15px !important;
    font-weight:600 !important;
}
.btn-submit-default:hover {
    color:white !important;
}
.main-form-signin-or-sign-in form{
    max-width:800px;
}
.main-form-signin-or-sign-in select{
    background:transparent;
    border:none;
    outline:none;
    padding:10px 50px;
    width:100%;
    display:block;
    font-size:16px;
    color:grey;
    font-weight:600;
    box-shadow:none;
    height:50px;
}
.main-form-signin-or-sign-in form .main-con-to-form-inputs{
width:100%;

}
.form-control:focus{
    box-shadow:none !important;
}
.breadcrumb-section {
    display:flex;
    align-items:center;
    justify-content:center;
    max-height: 500px;
    height: calc(100vw - 400px);
}
.home-one .navbar-default .navbar-nav{
    display:flex;
    align-items:center;
}
.li-for-lang button{
    background:transparent;
    border:none;
    outline:none;
    padding:8px 12px;
    margin-left:10px;
    border-left:1px solid #e1e1e1;
    font-size:15px;
    color:#352c2a;
    border-radius:0px;

}

.button-auth-left{
     padding: 10px 15px !important;
    border: 1px solid #e6e6e6 !important;
    margin: 5px -1px 0 0 !important;
    border-radius: 50px 0px 0px 50px ;
}

.button-auth-right{
     padding: 10px 15px !important;
    border: 1px solid #e6e6e6 !important;
    margin: 5px -1px 0 0 !important;
    border-radius: 0px 50px 50px 0px ;
}

@media (max-width:992px) {
    .ques-repl{
        padding:10px ;
    }
}
