body {
	transition: 0.5s;
}
.tab, .tabMobile, .tab_static {
	margin-right:15px;
	 padding: 11px 23px;
	 border-radius: 55px;
	 text-align: center;
	 white-space: nowrap;
	 transition: 0.3s ease;
	 overflow: hidden;
	 max-width: 0px;
	 cursor: pointer;
	 position: relative;
}

.tab__is-active {
	 max-width: 120px;
	 box-shadow: 7px 7px 15px rgba(124,124,124,0.096);
}
.tab__is-active .tab_name {
	 opacity: 1;
}
.tab_icon {
	 margin-right: 1px;
	 font-size: 16px;
	 position: relative;
	 right: 9px;
}
.tab_name {
	 font-size: 15px;
	 font-weight: 500;
	 position: relative;
	 transition: 0.3s ease;
	 opacity: 0;
}

.tab__bell{
	background: #e0efff;
	color: #58a6ff;
}

.tab__bell:hover{
	background: #c7e1fd;
}

.tab__bookmark {
	background: #e0efff;
	color: #58a6ff;
}
.tab__bookmark:hover{
	background: #c7e1fd;
}
.tab__burn {
	background: #e0efff;
	color: #58a6ff;
}
.tab__burn:hover{
	background: #c7e1fd;
}
.tab__clipboard {
	 background: #ffddeb;
	 color: #de4383;
}
.tab__clipboard:hover {
	background: #fac9dd;
}
.tab__comment {
	 background: #ffeed5;
	 color: #f3ae4b;
}
 
.content-0 h2{
	padding: 1rem;
	border-radius: 999px;
	box-shadow: 7px 7px 15px rgba(124,124,124,0.096);
	background-color: rgba(30,64,175);
	color: white;
	font-weight: 600;
	width: fit-content;
}

.content-0 h2:hover{
	background-color: rgba(30,58,138);
}

.content-0 h2 a{
	text-decoration: none;
	padding: 1rem;
}

footer blockquote, footer p{
	margin-bottom: 0.5rem !important;
}

footer a{
	text-decoration: none !important;
}

footer .footer-r p{
	font-size: small;
}

.h-footer{
	height: 500px;
}

.offset-footer{
	bottom: -500px;
}

.custom{
	bottom: -420px;
}


.course-accordion {
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	display: flex;
	align-items: center;
	font-weight: 600;
    transition: 0.4s;
}

.course-accordion span{
	flex-grow: 1;
}

/*When the div is active or mouse hovers*/
.course-accordion.active{
    background-color: rgb(228, 229, 231)
}

/*div not active*/
.course-accordion:after {
    content: '\002B';
    float: right;
    margin-left: 5px;
}

/* minus button */
.course-accordion.active:after {
    content: "\2212";
}

.course-panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	width: 96%;
    color: rgba(0,0,0,.88);
}

#rd-products{
	background: #A4D3F8;
}
/**ICETAB**/
.icetab-container{
	min-width: 1000px;
}

.icetab-container div {
	box-sizing: border-box;
	transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.icetab {
	/* border: 2px solid #60A5FA; */
	/* border-bottom: 0px;	 */
	margin: 0px;	
  	color: #60A5FA;
	cursor: pointer;
	padding: 20px;
	background: #E0EFFF;
	width: calc(100% / 4);
	/* border-right: 0px; */
}
.icetab:first-child{
	border-top-left-radius: 15px;	
}
.icetab:last-child {
	/* border-right: 2px solid #60A5FA; */
	border-top-right-radius: 15px;	
}

#icetab-content {
	overflow: hidden;
	position: relative;
	border-top: 2px solid #60A5FA;
}
.tabcontent {
	display: flex;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	width: 100%;
	height:800px;
	border-top: 0px;
	/* border: 2px solid #60A5FA; */
	border-top: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.tabcontent:first-child {
	position: relative;	
}
.tabcontent.tab-active {
	border-top: 0px;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	height:100%;
}
#icetab-tabs {
  display: flex;
}

.title {
  color: #60A5FA;
  text-align: center;
  letter-spacing: 14px;
  text-transform: uppercase;
  font-size: 17px;
  margin: 40px 0px;
}
.tabcontent {
	padding: 40px;
}

.current-tab { 
	background: #60A5FA;
	color: #fff;
}




@media (max-width: 768px) {
    .offset-footer{
		bottom: -100vh;
	}
	.h-footer{
		height: 100vh;
	}
}