/* Tooltip - 1 - Pogai
==================================*/

#next {
	width: 320px;
	font-size: 17px;
	text-align: left;
	line-height: 24px;
	background: #0c0937;
	position: absolute;
	z-index: 100;
	padding: 16px 20px 16px 20px;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
    color: #fff;
}

#next:after
/* triangle decoration */

	{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0c0937;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#next.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #0c0937;
	top: -20px;
	bottom: auto;
}

#next.left:after {
	left: 10px;
	margin: 0;
}

#next.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

@media (max-width: 767px) {
	#next {
		width: 300px !important;
	}
}

@media (max-width: 320px) {
    #next {
        width: 400px!important;
        font-size: 15px;
        line-height: 23px;
        background: #0c0937;
        position: absolute;
        z-index: 100;
        padding: 20px 20px;
        border-radius: 0px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
        color: #fff;
    }
}

/* Tooltip - 1 - Pogai
==================================*/

#next-2 {
	width: 320px;
	font-size: 17px;
	text-align: left;
	line-height: 24px;
	background: #fff;
	position: absolute;
	z-index: 100;
	padding: 16px 20px 16px 20px;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
    color: #1a1a1a;
}

#next-2:after
/* triangle decoration */

	{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#next-2.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #fff;
	top: -20px;
	bottom: auto;
}

#next-2.left:after {
	left: 10px;
	margin: 0;
}

#next-2.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

@media (max-width: 767px) {
	#next-2 {
		width: 300px !important;
	}
}

@media (max-width: 320px) {
    #next-2 {
        width: 400px!important;
        font-size: 15px;
        line-height: 23px;
        background: #fff;
        position: absolute;
        z-index: 100;
        padding: 20px 20px;
        border-radius: 0px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
        color: #1a1a1a;
    }
}

/* Tooltip - 3 - Internetam
==================================*/

#next-3 {
	width: 500px;
	font-size: 18px;
	line-height: 28px;
    text-align: left;
	background: #0a0c38;
	position: absolute;
	z-index: 100;
	padding: 30px 30px;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
	color: #fff;
}

#next-3:after
/* triangle decoration */

	{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0a0c38;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#next-3.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #efefef;
	top: -20px;
	bottom: auto;
}

#next-3.left:after {
	left: 10px;
	margin: 0;
}

#next-3.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

@media (max-width: 767px) {
	#next-3 {
		width: 80% !important;
	}
}

@media (max-width: 320px) {
    #next-3 {
        width: 400px!important;
        font-size: 15px;
        line-height: 23px;
        background: #0a0c38;
        position: absolute;
        z-index: 100;
        padding: 20px 20px;
        border-radius: 0px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
        color: #fff;
    }
}




























