.show-top{
    width: 100%;
    padding: 40px 0;
    background-color: #eff8ff;
}
.show-top h1{
    font-size: 45px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #0e384c;
}
.profile-card {
    background-color: #0A3E57; /* Adjust background color */
    border-radius: 50px;
    color: white;
    overflow: hidden;
}
.profile-card .profile{
    background-image: url('/img/bg1.jpg');
    background-size: cover; /* This ensures the image covers the entire background */
    background-position: top; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 700px;
}
.profile-card img {
    /* border-radius: 10px; */
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.profile-card .social-icons a {
    color: white;
    font-size: 20px;
    margin-right: 15px;
    text-decoration: none;
}
.profile-card h1 {
    font-size: 35px;
    font-weight: bold;
}
.profile-card p {
    font-size: 18px;
}
.profile-info {
    padding: 0 25px;
}

.profile-info p span {
    margin-left: 20px;
}

.Personal p{
    white-space: pre-wrap;
}

/*  */
.qa_box{
    display: flex;
    gap: 10px;
}
.box i{
    padding: 10px 12px;
    background-color: #1e84b5;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
}
.box:hover i{
    background-color: #0A3E57;
}
.txt h4{
    font-size: 22px;
    color: #0A3E57;
    font-weight: 600;
}
.txt p{
    color: #1e84b5;
    font-weight: 400;
}
.txt .btn{
    background-color: #1e84b5;
    color: #eff8ff;
}
.txt .btn:hover{
    background-color: #0A3E57;
}