.top_section .h2_title{color: #4D4D4D;
font-size: 27px;
font-weight: 400;
line-height: 30px;}
.top_section{margin-top: 50px;}
.top_section .h2_title .heart{
    color: #DF7000;
    background: url(/images/videos_img/heart.svg);
    background-repeat: no-repeat;
background-position: right 8px top 1px;
    padding-right: 7px;
    padding-top: 7px;
}

.h1_title{
        font-size: 51px;
    margin-top: -15px;
    color: #4d4d4d;
}

.subscribe_channel a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #0B619A;
    color: #0B619A !important;
    border-radius: 50px;
    padding: 0px 10px;
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    background-color: transparent;
}
.padding-xl a{padding:10px 20px;}
.padding-sm a{padding:5px 20px;}
    .img-sec{margin: 50px 0 100px;}
    a.view_all_links {
    color: #3B5998 !important;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px !important;
}
.view_all_links:hover{

    color: #208BD3 !important;

}
.fa-chevron-right:before {
    content: "\f105";
}
.borderBottom {
    margin-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 24px !important;
}
.borderBottom h2{
    margin: 0;
    color: #2E2E2E;
font-size: 26px;
font-weight: 500;
line-height: 28px;
}
.video-card{
    display: flex
;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 15px;
}

.video-card-inner{
    width: 260px;
    border-radius: 10px;
border: 1px solid #DDD;
}
.video-card .video-img{
    position: relative;
    aspect-ratio: 1.76;
}
.video-card p {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    padding: 10px 10px 20px;
    color: #3b5998 !important;
    line-height: 30px;
    margin-bottom:0}
    .video-duration
 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;
}
.youtube-icon{
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
}
    .youtube-icon img{width: 30px !important;}
        .relationship_section {
            text-align: center;
            padding: 50px 20px;
            margin: 50px 0 100px;
            border-radius: 20px;    
            background: #FFF;
            box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.15);
            position: relative;
        }
.relationship_section .left-side{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.relationship_section .right-side{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
    .relationship_section h2{
        color: #4d4d4d;
font-size: 24px;
font-weight: 500;
line-height: 28px;
right: 10px;
    }
        .relationship_section p{color: #4d4d4d;margin-bottom: 30px;}
        img{max-width: 100%;}
#videoModal .modal-body {
    padding: 0px !important;
}
.modal-header {
    display: flex
;
    text-align: center;
    justify-content: space-between;
}
.modal-footer .subscribe_channel {
    margin-top: 20px;
    margin-top: 0px;
    background: #E3F3FA;
    padding: 6px 10px;
    display: flex
;
    justify-content: center;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}
.subscribe_text {
    font-size: 18px;
    font-weight: normal;
    padding: 6px 5px;
    color: #2E2E2E !important;
}
.subscribe_text .sub_text2
 {
    font-weight: 500 !important;
    color: #0089C3 !important;
    background: url(/images/videos_img/heart.svg);
    background-repeat: no-repeat;
    background-position: right top 0px;
    padding-right: 10px;
    background-size: 10px 10px !important;
}

.modal-header h3{color: #4d4d4d !important;}
@media (min-width: 768px) {
    #videoModal .modal-dialog {
        width: 625px;
        margin: 30px auto;
    }
    .relationship_section {
 padding: 50px 100px;
    }
}    
@media (min-width: 992px) {
    #videoModal .modal-lg {
        max-width: 900px;
        width: 100%;
    }
}
@media (max-width: 820px) {
    .side-post {
        display: none;
    }
}
@media (max-width:767px){
    .h1_title {
        font-size: 25px;
        padding-right: 8px;
        margin-bottom: 20px !important;
        line-height: 32px;
    }
        .top_section .h2_title {
        font-size: 19px;
        padding-top: 0px;
        margin-top: 0px;
    }
    .borderBottom h2{font-size: 20px !important;
    }
    .relationship_section .left-side ,.relationship_section .right-side{display: none;}
        .subscribe_text {
        font-size: 16px;
        line-height: 1.5;
        padding: 0px 5px;
    }
    .relationship_section p{margin-top: 15px;}

       .modal-footer .subscribe_channel .icon-left {
        width: 14px;
        height: 14px;
    }
    .modal-footer .subscribe_channel a {
        font-size: 12px;
        gap: 3px;
        padding: 0px 30px 0px 7px;
    }
    .modal-footer     .subscribe_channel .icon-right {
        width: 11px;
        height: 11px;
    }
    .video-card-inner{width: 100%;}
    .video-card-inner img{width: 100%;}
    .video-card p {font-size: 16px;line-height: 28px;}
    .top_section .h2_title .heart{background-size: 10px 10px;}

}

@media screen and (max-width: 768px) {
    #iframeAdd iframe {
        height: 250px!important;
    }
}