body {
    background-image: url(../assets/images/background/desk_image27.png);
    /* The image used for background*/
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-position: center;
    /* Center the image */
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}
@media(max-width:500px){
    body {
        background-image: url(../assets/images/background/image27.png);
    }
}
.text-center.pt-5{
    padding:0 !important;
}

.i-mob.social-icon-color, .g-map.social-icon-color, .s-ms.social-icon-color{
    border-radius: unset !important;
}
.customborder{
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
}
.prev-title, .prev-bio{
    color:#fff !important;
}
.prev-theme .social-icon-color{
    color:#fff;
}
.content-div{
    width:80% !important;
}
.btn-color {
    position: relative;
    color: #fff;
    padding-right: 1.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
    width:100%;
    background-color: transparent;
    border-radius: unset;
    border: 1px solid #fff;
}
button.btn.rounded-circle.btn-links {
    color: #fff;
}
.btn-color :hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.01);
    border-radius: unset;
}

.profile-img {
    width:130px;
    max-height:220px;
    object-fit: contain;
    /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);*/
}

.thumbnail-image{
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px;
    margin-left: 5px;
}

.btn-modal {
    position: relative;
    background-color: #e9dcdc;
    color: #fff;
    border-radius: 0.37rem;
    padding-right: 1.5rem;
}

.btn-modal :hover {
    color: #fff!important;
    background-color: #c0c0c0 !important;
}

.btn-response{
    width: 70%;
    margin-bottom: 1.1rem !important;
}

.a-response{
    font-size: 20px;
    color: #fff;
    padding: 11px 30px 11px 35px ;
    font-weight: 700;
    border-radius:50px;
}

@media (max-width: 768px) {
    .btn-response {
       width: 90% !important;
    }
    .a-response{
        font-size: 14px !important;
    }
}

@media (min-width: 769px) {
    .btn-response {
       width: 70% !important;
    }
    .a-response{
        font-size: 16px !important;
    }
}
