.profile-header{
    background-size: cover !important;
    background: url("/assets/img/candidate/background.jpg");
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-header-title {
    position: absolute !important;
    bottom: 70px; left: 50%;
    transform: translate(-50%, -50%);
}

.profile-header-img {
    position: absolute !important;
    bottom: 90px; left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 200px
}

.card-items-title {
    font-size: 12px;
    color: var(--heading-black);
    margin-bottom: 4px;
}

.card-items-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--common-black);
    text-transform: capitalize;
    margin-bottom: 0;
}

.img-description{
    width: 100%;
    display: block;
    height: 100px;
    z-index: 0;
    position: relative;
    top: -65px;
    background: var(--theme-primary);
    opacity: 80%;
}

.bostami-card-item{
    border-radius: 0px;
    border-bottom: initial;
    border-bottom: 1px solid #d5d5d5;
}

blockquote > h3 {
    display:inline;
    color: var(--theme-primary);
}
blockquote:before {
    content: '\201D';
    font-style: italic;
    font-size: 30px;
    color: var(--theme-primary);
}

.embed-video{
    width: 100%;
    height: auto;
}

.embed-video iframe {
    position: relative;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
}

@media (max-width: 767px) {
    .embed-video iframe {
        max-height: 300px;
        min-height: 300px;
    }
}

page {
    position: relative;
    width: 100%;
}

page iframe {
    max-width: 100%;
    max-height: 400px;
}

page img {
    max-width: 100%;
    max-height: 400px;
}


@media (max-width: 580px) {
    page iframe {
        max-width: 100%;
        max-height: 200px;
    }
    
    page img {
        max-width: 100%;
        max-height: 200px;
    }
}


.blog-slider-single .img{
    border-radius: 12px 12px 0px 0px !important;
}

.blog-slider-single .img img{
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 920px) {
    .profile-header-img {
        bottom: 110px;
    }

    .profile-header-title {
        font-size: 20px;
    }
}

@media (max-width: 825px) {
    .profile-header-img {
        bottom: 80px;
        width: 60px;
    }
    .profile-header-title {
        font-size: 17px;
    }
}

.slider-image-web{
    max-height: 400px;
    width: 100%;
}

.slider-image-web img{
    max-height: 400px;
}

.slider-image-mobile{
    max-height: 300px;
    min-height: 300px;
    display: none;
}

.slider-image-mobile img{
    max-height: 400px;
    min-height: 400px;
}


@media (max-width: 765px) {
    .slider-image-web {
        display: none;
    }

    .slider-image-mobile {
        display: block;
    }
}

.reel-embed{
    position: relative;
    max-height: 600px;
}

.reel-embed iframe{
    position: relative;
    width: 100% !important;
    min-width:100% !important;
    height: 600px !important;
    min-height: 330px;
    border-radius: 12px !important;
}

@media (max-width: 765px) {
    .reel-embed iframe{
        max-height: 540px !important;
    }
}

@media (max-width: 1200px) and (min-width:765px) {
    .reel-embed iframe{
        width: 330px !important;
        min-width: 330px !important;
        max-height: 600px !important;
    }
}
@media (max-width: 1400px)  and (min-width:1200px){
    .reel-embed iframe{
        max-height: 400px !important;
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    .reel-embed iframe{
        max-height: 500px !important;
    }
}