footer::before {
	display: none;
}

.webinar-head {
	padding: 80px 0 120px;
}

.webinar-head img {
	margin-top: 30px;
}


.TableContentMain {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
    min-height: 100vh;
}

.fixedLeftPanel {
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	margin-right: 5%;
}

.fulltimeleftMenu .subheading {
	border-radius: 50px;
	text-align: left;
    margin-bottom: 20px;
}

.tabs-left > li > a {
	font-weight: 600;
	margin: 25px 0;
	display: block;
}

.subcollapse {
    margin-bottom: 40px;
}

.subcollapse > li > a {
	margin: 15px 0;
	display: block;
    font-weight: 500;
    padding-left: 15px;
}

.fulltimeleftMenu{
    margin-bottom: 100px;
}

.stickycartdesktop {
	position: fixed;
	margin-top: 100px;
	max-width: 23%;
	top: 0;
}

.tabs-left > li.active > a {
	color: var(--dc-primary);
    text-decoration: underline;
}

.tabs-left a.active {
	color: var(--dc-primary);
    text-decoration: underline;
}

.fulltimeleftMenu .tabs-left > li:not(.active) ul.subcollapse {
	display: none;
}

.RightPanel {
	flex: 0 0 65%;
	max-width: 65%;
	position: relative;
}

.RightPanel h3.text-primary {
	margin-bottom: 20px;
}

.top-banner {
	text-align: center;
	margin-bottom: 50px;
    margin-top: 50px;
}

.PointBox p {

    margin-bottom: 20px;
}

.PointBox {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 2px solid #dedede;
}

.PointBox:last-child {
	border-bottom: 0px solid #dedede;
}

.PointBox ul li h4 {
	margin-bottom: 10px;
}

.tabbing-grp {
	background: rgb(255,245,244);
    background: linear-gradient(180deg, rgba(255,245,244,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 97%, rgba(255,245,244,1) 100%);
	padding: 120px 0;
}

.googleBannerNew {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 150px;
    background-color: rgb(255,245,244);
}

.googleBannerNew .googleText {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
}

.googleBannerNew .googleImg {
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.googleBannerNew .googleText h5 {
    font-size: 30px;
    font-weight: 400;
    color: var(--black);
    margin: 7px 0px;
    text-align: left;
    padding-left: 10%;
}

.googleBannerNew .googleText h5 strong{
       font-weight: 900;
}

.googleBannerNew .googleImg a {
    border-radius: 5px;
    /* font-size: 18px; */
    font-weight: 600;
    color: var(--dc-white);
    letter-spacing: 0px;
    padding: 15px 20px;
    background-color: var(--dc-primary);
}

.accordion .btn-link {
	border-bottom: 2px solid #dedede;
	padding: 30px 20px 30px;
    cursor: pointer;
}

.accordion .btn-link .collapse {
	display: none;
    margin-top: 20px;
}

.accordion .btn-link .collapse p {
    margin: 0;
}

/* .accordion .btn-link.active .collapse {
	display: block;
} */

.accordion .btn-link .collapse.show {
	display: block !important;
}
.accordion .btn-link {
	color: var(--dc-secondary);
	text-decoration: none;
}
.accordion .btn-link > span {
	display: flex;
	font-weight: 600;
	width: 100%;
	justify-content: space-between;
}

.accordion .btn-link.active span i {
	transform: rotate(90deg);
}


.messageBox.gradientbg {
	text-align: center;
	display: inline-block;
	margin: 20px auto 50px;
	background: var(--dc-primary);
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
}

.googleBanner {
	display: flex;
	background: #fff5f4;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	padding-left: 30px;
}

.googleBanner .gradientbg {
	background: var(--dc-primary);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 10px;
}

.googleBanner h5 {
	margin: 5px 0;
}


@media(max-width:1440px) {
.googleImg a.gradientbg {
    flex-shrink: 0;
    margin-right: 15px;
}
.googleBannerNew .googleText h5 {
	font-size: 20px;
}

}

@media(max-width:991px) {
.fixedLeftPanel {
    display: none;
}
.RightPanel {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
}

}

@media(max-width:767px) {
.webinar-head {
    padding: 40px 0 0;
}
.tabbing-grp {
	padding: 60px 0;
}
.PointBox {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.googleBannerNew .googleText h5 {
	font-size: 12px;
}
.googleBannerNew .googleText {
	flex: 0 0 35%;
	max-width: 35%;
}
.googleBannerNew .googleImg {
	flex: 0 0 65%;
	max-width: 65%;
}
.googleImg a.gradientbg {
	font-size: 12px;
	padding: 10px 10px;
}
.googleBannerNew {
	height: 80px;
}
ul.grad-list li::before {
	top: 6px !important;
	width: 1rem !important;
	height: 1rem !important;
}
ul.grad-list li {
	line-height: 1.5rem !important;
}
}