

header{
    position: unset;
    width: 100%;
}

.header-nav {
    background: #1f375ad1;
}


footer{
    margin-top: 100px;
}



.img-visit-card{
    width: 100%;
    height: 100%;
}

.img-visit-card img{
    width: 100%;
    height: 100%;
}

.img-visit-card-mo{
    width: 100%;
    height: 100%;
}

.img-visit-card-mo img{
    width: 100%;
    height: 100%;
}
.img-visit-card-mo{
    display: none;
}
.detail-services{
    margin-top: 60px;
}

.blog-sec{
    display: block;
    width: 100%;
}
.detail-content-box{
    /*background-color: #F5F7FB;*/
    padding: 30px;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.detail-content-box .extra-title{
    align-self: flex-start;
}


.detail-image{
    width: 400px;
    height: 300px;
}


.detail-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}




.detail-category-box{
    background-color: var(--primary-color);
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}


.each-detail-cat{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    text-decoration: unset !important;
}


@media screen and (min-width: 768px){

    .each-detail-cat:hover{
        background-color: #c2dcd1;
    }
    .detail-content-box{

        padding: 16px;
    }
}

.detail-text{
    width: 100% !important;
}

.detail-text h3{
    font-size: 18px;
}

.detail-text h2{
    font-size: 20px;
    margin-bottom: 2rem;
}

.detail-text h4{
    font-size: 20px;
    margin-bottom: 2rem;
}

.each-detail-cat h5{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}



.each-detail-blog{
    /*width: 100%;*/
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    display: flex;
}

.each-detail-blog::before{
    position: absolute;
    content: '';
    background: #4875a8;
    background: linear-gradient(180deg, rgb(165 165 165 / 0%) 0%, rgb(0 0 0 / 28%) 50%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


.blog-icon{
    position: absolute;
    left: -1px;
    width: 88px;
    height: 88px;
}

.blog-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail-blog-content{
    position: relative;
    align-self: flex-end;
    padding: 19px;
    padding-left: 30px;
}

.detail-blog-content h3{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.detail-blog-content span{
    color: #fff;
    font-size: 16px;
}


.all-detail-blogs{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;

}

.detail-blogs{
    background: #f5f7fb;
    padding-block: 90px;
    margin-top: 100px;
}

.detail_blogs_swiper, .detail_blogs_swiper .swiper-wrapper{
    position: unset;
}

.detail_blogs_swiper .swiper-nav-box {
    top: 6px;
}
.profile_dr{
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    position: relative;
    display: block;

}

.profile_dr2{
    display: none;
}



.profile-content{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px 32px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: hsl(192deg 8% 53% / 14%);
    box-shadow: 0 8px 32px 0 rgba(var(--color-white), 0.1);
    backdrop-filter: blur(2px);
    border-radius: 0 0 64px 64px;
    height: 214px;
    gap: 4px;
    background: #7D8D9124;
    background: linear-gradient(0deg, rgb(106 120 123 / 90%) 23%, rgb(125 141 145 / 0%) 84%);
}



.profile_dr img{
    width: 100%;
    height: auto;
}

.profile-name *{
    color: #fff;
}

.profile-text *{
    color: #fff;
}

.btn-dr{
    background-color: #fff;
    color: var(--primary-color) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px;
    width: fit-content;
}






/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1399px){

}

@media screen and (max-width: 1199px){

    .each-detail-cat h5 {
        font-size: 16px;
    }

}

@media screen and (max-width: 991px){


    .profile_dr{
        display: none;
    }


    .profile_dr2{
        display: block !important;
    }

    /*.detail-row{*/
    /*    flex-direction: column-reverse;*/
    /*}*/

    .col-detail-category{
        margin-top: 30px;
    }

    .navbar-toggler .navbar-toggler-icon svg {
        fill: var(--primary-color);
    }

    .detail-services {
        margin-top: 30px;
    }

    .about-banner .container-fluid {
        padding-inline: 25px;
    }

}

@media screen and (max-width: 767px){
    .detail-image {
        width: 100%;
        height: 238px;
    }
}

@media screen and (max-width: 575px){

    .detail-blogs .row{
        margin-inline: 0;
    }



    .detail-image {
        width: 100%;
        height: 200px;
    }
    .img-visit-card-mo{
        display: flex;
    }
    .img-visit-card{
        display: none;
    }
    .detail-content-box{
        padding: 13px;
    }
    .detail-blog-content h3{
        font-size: 18px;
    }
}

@media screen and (max-width: 425px){

    .profile-name h3{
        font-size: 18px;
    }
    .detail-blog-content h3{
        font-size: 16px;
    }
    .profile-text h6{
        font-size: 16px;
    }

}

@media screen and (max-width: 375px){
    .detail-blog-content h3{
        font-size: 14px;
    }
}

@media screen and (max-width: 320px){

}







/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/















