

        /* header  */

        #this-is-top{
            background-color: white;
        }
        #header-row{
            width: 100% !important;
            margin-left: 5rem !important;
            /* margin-right: auto !important; */
            margin-top: 1rem !important;
            /* background-color: white; */
        }
        
#footer-logo-content{
    margin-top: 3em;
    margin-left: -2rem;
}
#our-services-content h6{
    color: white;
}
.footer-info-h6 h6, .footer-info-h6{
    color: white;
}

footer .color-part2:after{
    border-top: 12px solid #fbfcfd;
}
#footer-info a{
    width: 210%;
    /* height: 50px; */
}

.btn-success{
    padding: 15px 25px !important;
}
.btn.btn-lg {
     padding: 6px 10px;
}
.left-div{
    /* border: 1px solid black; */
    width: 90%;
    margin-right: 1rem;
}
.discription{
    padding-bottom: 8rem;
}
.profile-div{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.profile-mid-div img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.profile-mid-div p{
    margin-left: 2.2rem;
}

.profile-div p{
    margin-top: 1.5rem;
}
.comment-1{
    padding-bottom: 1rem;
}
.comment-div{
    display: flex;
    justify-content: space-around;
    padding-bottom: 1rem;
}
.comment-div img{
    width: 8%;
    height: 60px;
}

.user-name{
    display: flex;
}
.user-name-p{
    margin-right: 1em;
} 
.replyIcon-div{
    color: skyblue;
}
.btn.btn-lg {
    padding: 6px 10px !important;
}
.user-div{
    margin-left: -2rem;
}
.comment-field{
    display: flex;
    padding-bottom: 1rem;
}
.comment-field img{
    width: 5%;
    margin-right: 1em;
}
.comment-field input{
    width: 89.5%;
    opacity: 0.7;
}

.comment-field input::placeholder{
    opacity: 0.7;
    padding-left: 3px;
}
.login-with-div{
    display: flex;
    /* border: 1px solid; */
    width: 25%;
    
    /* justify-items: auto !important; */
}

.login-with-div b{
    margin-right: 3px;
    margin-top: 5px;
    font-size: 12px;
    /* padding-top: 3px; */
}

.login-with-div img{
    width: 15%;
    height: 28px;
    margin-right: 2px;
    /* margin-left: 4px; */
}
.login-with-div-input input{
    margin-left: 1em;
    width: 45%;
    height: 40px;
    opacity: 0.7;
}
.login-with-div input::placeholder, .login-with-div-input2 input::placeholder, .login-with-div-input input::placeholder{
    padding-left: 3px;
}
.btn.btn-lg:hover {
    border-color: white;
}
.login-with-div-input{
    display: flex;
    width: 75%;
}
.login-with-div-outer{
    display: flex;
    justify-content: space-between;
}
.login-with-div-input2{
    /* border: 1px solid; */
    width: 69.5%;
    padding-top: 1em;
    margin-left: 14rem;
}
.login-with-div-input2 input{
    opacity: 0.7;
    width: 100%;
    height: 40px;
}
.login-with-div-input2 p{
    margin-left: -1.4em;
    width: 40%;
}
.postedBy-div{
    display: flex;
}
.social-div{
    display: flex;
    float: right;
    margin-top: -3rem;
}
.social-div img{
    width: 25%;
    padding-right: 5px;
}
.profile-mid-div p{
    font-weight: bold;
    opacity: 0.6;
    font-size: 19px;
    margin-left: 1em;
}