
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.runing_numbers_section {
	float: right;
	width: 80%;
	padding-left:10%;
	padding-right:10%;
}
.runing_numbers_items_container {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}
.numbers_item {
	float: left;
	width: 21.25%;
	margin-right:5%;
}
.numbers_item:nth-of-type(4n) {
	margin-right: 0;
}
.number_shape {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	text-align:center;
	direction:ltr;
	display:inline-block;
}
.number_shape img {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.number_number_and_shape {
	width: auto;
	float: left;
	height: 40px;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0px;
	z-index: 1;
}
.numbers {
	width: auto;
	float: none;
	text-align: center;
	color: #0179fd;
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}
.sign {
	width: auto;
	float: none;
	text-align: right;
	color: #0179fd;
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.numbers_item_text {
	padding-top: 20px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.runing_numbers_section {
	float: right;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
}
.runing_numbers_items_container {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}
.numbers_item {
	float: left;
	width: 21.25%;
	margin-right:5%;
}
.numbers_item:nth-of-type(4n) {
	margin-right: 0;
}
.number_shape {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	text-align:center;
	direction:ltr;
	display:inline-block;
}
.number_shape img {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.number_number_and_shape {
	width: auto;
	float: left;
	height: 40px;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0px;
	z-index: 1;
}
.numbers {
	width: auto;
	float: none;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}
.sign {
	width: auto;
	float: none;
	text-align: right;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.numbers_item_text {
	padding-top: 20px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.runing_numbers_section {
	float: right;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing:border-box;
}
.runing_numbers_items_container {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
}
.numbers_item {
	float: left;
	width: 47.5%;
	margin-right:5%;
	margin-bottom:50px;
}
.numbers_item:nth-of-type(2n) {
	margin-right: 0;
}
.number_shape {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	text-align:center;
	direction:ltr;
	display:inline-block;
}
.number_shape img {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.number_number_and_shape {
	width: auto;
	float: left;
	height: 40px;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0px;
	z-index: 1;
}
.numbers {
	width: auto;
	float: none;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}
.sign {
	width: auto;
	float: none;
	text-align: right;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.numbers_item_text {
	padding-top: 20px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.runing_numbers_section {
	float: right;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing:border-box;
}
.runing_numbers_items_container {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
}
.numbers_item {
	float: left;
	width: 100%;
	margin-right:0;
	margin-bottom:50px;
}
.numbers_item:nth-of-type(2n) {
	margin-right: 0;
}
.number_shape {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	text-align:center;
	direction:ltr;
	display:inline-block;
}
.number_shape img {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.number_number_and_shape {
	width: auto;
	float: left;
	height: 40px;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0px;
	z-index: 1;
}
.numbers {
	width: auto;
	float: none;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}
.sign {
	width: auto;
	float: none;
	text-align: right;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.numbers_item_text {
	padding-top: 20px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.runing_numbers_section {
	float: right;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing:border-box;
}
.runing_numbers_items_container {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
}
.numbers_item {
	float: left;
	width: 100%;
	margin-right:0;
	margin-bottom:50px;
}
.numbers_item:nth-of-type(2n) {
	margin-right: 0;
}
.number_shape {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	text-align:center;
	direction:ltr;
	display:inline-block;
}
.number_shape img {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.number_number_and_shape {
	width: auto;
	float: left;
	height: 40px;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0px;
	z-index: 1;
}
.numbers {
	width: auto;
	float: none;
	text-align: center;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}
.sign {
	width: auto;
	float: none;
	text-align: right;
	color: #0179fd;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.numbers_item_text {
	padding-top: 20px;
}
}