html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 40px);
}
*{
    box-sizing: border-box;
    margin:0;
    padding: 0;
}
 .heroimg_webi:before {
    background: linear-gradient(90deg, #000000d4 50%, rgb(0 35 54 / 30%) 65%, #ffffff00 70%) !important;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.7;
}
.heroimg_webi:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: #008fd5b0;
    opacity: 0.7;
}

.bgimage_webi {
    object-fit: cover;
    padding: 30px 0 50px;
    background: url(vasily-koloda-8CqDvPuo_kI-unsplash.jpg);
    background-repeat: round;
    height: 550px;
}

@media only screen and (max-width: 600px) {
    .bgimage_webi {
        height: 215px;
    }
}

@media only screen and (max-width: 600px) {
    .sidebarwrap-web {
        /* height: 171px !important; */
        /* background-color: #b8b8bb80; */
        box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
        border-radius: 4px;
        color: #473277;
        padding: 3px;
        position: absolute;
        z-index: 10;
        /* width: 93% !important; */
    }

    .webi-head-banner {
        font-size: 21px !important;
    }
}

.sidebarwrap-web {
    /* height: 500px; */
    /* background-color: #b8b8bb80; */
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    border-radius: 4px;
    color: #473277;
    /* padding: 3px; */
    position: relative;
    z-index: 10;
    width: 100%;
    height: calc(100%);
}

/* detailpagebanner */
.heroimg_webi-detl:before {
    background: linear-gradient(90deg, #000000d4 50%, rgb(0 35 54 / 30%) 65%, #ffffff00 70%) !important;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.7;
}

.heroimg_webi-detl:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: #008fd5b0;
    opacity: 0.7;
}

/*
ahutosh shift in webinar detail page
.bgimage_webi-detl {
    object-fit: cover;
    padding: 30px 0 50px;
    background: url(vasily-koloda-8CqDvPuo_kI-unsplash.jpg);
    background-repeat: round;
    height: 550px;
}

@media only screen and (max-width: 600px) {
    .bgimage_webi-detl {
        height: 215px;
    }
}*/
/* Detailpage banner end */
.three-column-images {
    background: white;
}

.three-column-images .row {
    text-align: center;
}

.three-column-images img {
    margin-bottom: 10px;
    margin-top: 20px;
}

.f_mee {
    font-size: 30px !important;
}

.three-column-images a {
    color: white;
    border-radius: 8px;
    padding: 17px 45px 17px 45px;
    background-color: #473277;
}

.three-column-images a:hover {
    border-color: #f68320;
    color: #473277;
    background-color: white;
    border-style: solid;
    font-weight: bold;
}

.three-column-images {
    padding-top: 20px;
    padding-bottom: 30px;
}

.webi-head-banner {
    padding: 22px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 36px;
    color: white;
    font-size: 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    background: #0000004d;
    border: 4px solid #b8b8bb80;
}

.webi-nar-fixedbutton {
    margin-top: 18px;
}

/* .webi-nar-fixedbutton:hover{
    color: #ffffff;
    background-color: #f68320;
    
} */
.webinar-buttonrow {
    margin: 30px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: flex-start;
    border-top: 3px solid #008fd5;
    border-radius: 7px;
}

.cat-name-w {
    font-size: 16px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.web-hostn {
    margin-bottom: 20px;
    font-size: 16px !important;
    display: flex;
    overflow: hidden;
    font-weight: lighter;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.coweb-hostn {
    font-size: 16px !important;
    margin-bottom: 8px;
    font-weight: 600;
}

.webdateandtime .bi {
    font-size: 16px;
    color: #f68320;
}

.webdateandtime {
    margin-bottom: 15px !important;
}

.button_stky {
    background-color: #ddd;
    z-index: 9;
    position: sticky;
    top: 84px;
    border-radius: 7px;
    height: 55px;
}

.webi-nar-fixedbutton a.active {
    background: #f68320;
    color: white;
}

.webi-nar-fixedbutton a:hover {
    color: white !important;
}

.webi-nar-fixedbutton a {
    padding: 7px 20px;
    border-radius: 20px;
    margin: 24px;
    background: #473277;
    background: #008fd5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: white;
}

.expirew {
    border-radius: 7px;
    background-color: #606d7457;
    margin-top: 30px !important;
    padding: 10px 40px 10px 40px;
    border-top: 3px solid #f68320;
    margin-bottom: 40px;
}

/* .breckse {
    margin-top: 46px !important;
    border-bottom: 1px solid gray !important;
} */

/*
@date 08-12-2022
@auther Amit Kumar
 */
.spacebottom-se h1 {
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 35px;
}

.webinar-buttonrow .navecation ul li {
    list-style: none;
    float: left;
    padding-right: 20px;
}

.webinar-buttonrow .navecation ul li {
    list-style: none;
    float: left;
    padding-right: 20px;
}

.webi-cou-name p {
    overflow: hidden;
    font-weight: lighter;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    font-size: 20px !important;
    margin-top: 5px !important;
}

.webi-cou-name p a{
   color: #4732A1 !important;
}

.webinar-buttonrow .active {
    background: #f68320;
    color: white;
}

.card-box-webinar {
    text-align: left;
}

.cat-name-w b {
    color: #f68320;
    margin-right: 5px;
    display: contents;
}

.web-hostn b {
    color: #f68320;
    margin-right: 5px;
}

.webinar,
.card {
    border: 1px solid #DADADA !important;
    border-radius: 5px !important;
    height: calc(100% -20px);
    height: 100%;
}

.webinar,
.card-footer a:hover {
    background-color: #fff;
    border: 1px solid #008fd5;
    color: #f68320;
}

.webinar,
.card-footer a {
    background-color: #008fd5;
    border: 1px solid #008fd5;
    color: #fff;
}

.webinar,
.card-footer {
    border-top: 1px solid #f68320 !important;
}

.webinar,
section,
.category-header-area {
    margin-top: 0px !important;
}
.webinar,
section,
.text-center {
    margin-top: 30px !important;
}
.webinar-category .text-center {
    margin-top: 0px !important;
}
.webinar-category .text-center a {
    background-color: #008fd5;
    border: 1px solid #008fd5;
    color: #fff;
    border-radius: 10px;
    padding: 16px 10px 16px 10px !important;
}
.webinar-category .text-center a:hover {
    background-color: #f68320;
    border: 1px solid #f68320;;
    color: #fff;
}

@media (max-width: 992px) {
    header .navbar.navbar-light form.inline-form {
        position: absolute;
        top: 58% !important;
    }

    .button_stky {
        top: 60px !important;
        border-radius: 7px !important;
    }
}