.row {
	display: flex;
	padding: 0 1.5rem;
        flex-wrap: wrap;
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.align-items-center {
	align-items: center !important;
}

.position-relative {
	position: relative !important;
}

.pull-right {
	float: right;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.stats_info {
	text-align: center;
        padding-top: 2rem;
}

.about-info {
	text-align: justify;
        padding: 0 .8rem;
}

.stats-con p.counter {
	font-size: 46px !important;
	line-height: 46px;
	font-weight: 700;
	color: #3fb6ad !important;
        padding-bottom: 20px;
	text-indent: inherit;
	text-align: center;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.stats_info h3 {
	font-size: 12px;
	line-height: 20px;
	color: #454545;
	font-weight: 400;
	text-transform: capitalize;
	max-width: 160px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.stats-con {
	margin: 1rem 0 3rem;
}

.stats-con p{
        text-indent: revert;
        margin-bottom: 0;
        line-height: 20px;
        padding:0 10px;
        text-align: inherit;
        text-transform: none;
        cursor: default;
}

.best_main {
	margin-bottom: 3rem;
}

.best_text {
	background: #f7f7f7;
}

.best_text p {
	font-size: 14px;
	line-height: 24px;
	color: #292929;
	display: inline-block;
	padding: 16px 30px;
	padding-left: 0;
	margin: 0;
	text-align: justify;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.best_text.best_text_left p {
	padding-right: 20px;
	padding-left: 30px;
}

.best_text p.right {
	padding-right: 0;
	padding-left: 30px;
}

.best_text .title {
	background: #225989;
	padding: 7px 37px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	border: 3px solid #225989;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.best_text.best_text_left .title {
	background: #3fb6ad;
	border: 3px solid #3fb6ad;
}

.best_img {
	background: linear-gradient(to right, white 0%, white 50%, #f7f7f7 50%, #f7f7f7 100%);
}

.best_img_right {
	background: linear-gradient(to left, white 0%, white 50%, #f7f7f7 50%, #f7f7f7 100%);
}

.best_img .best_main_img,
.best_img_right .best_main_img{
    border-radius: 50%;
    background: #ffffff;
    width: 248px;
    height: 248px;
    padding: 10px;
    position: relative;
    margin: -20px;
}

.best_img figure,.best_img_right figure{
    width: 240px;
    height: 240px;
    background: #FFF;
    border: 4px solid #FFF;
    border-radius: 50%;
    cursor: default;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.best_img figure img,
.best_img_right figure img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    cursor: default;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.best_img figure img:hover {
    transform: scale(1.2);
}

.best_img_right figure img:hover{
    transform: scale(1.2);
}

.best_img figure:hover{
    border: 4px solid #225989;
}

.best_img_right figure:hover{
    border: 4px solid #3fb6ad;
}

.best_img_right .best_main_img{
    margin-left: 10px;
}

p.counter:hover {
	color: #225989 !important;
}

.stats_info h3:hover {
	text-decoration: underline;
}

.best_text p:hover {
	color: #225989;
}

.best_text .title:hover {
	border: 3px solid #225989;
	background: none;
	color: #225989;
}

.best_text.best_text_left .title:hover {
	border: 3px solid #3fb6ad;
	background: none;
	color: #3fb6ad;
}

.best_text.best_text_left p:hover {
	color: #3fb6ad;
}

.best_text:hover {
	cursor: default;
}

.about-info img {
	padding-left: 1.6rem;
}

@media (min-width: 992px) {
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
		flex: 1;
		box-sizing: border-box;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
		flex: 1;
		box-sizing: border-box;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.pe-lg-2 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.pe-lg-0 {
		padding-left: 0rem !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 1200px) {
	.row {
		padding: 0 0.8rem;
		display: flex;
		flex-wrap: wrap;
	}

	.best_main {
		margin: 0 -0.8rem 2rem;
	}

	.best_img,
	.best_img_right {
		background: #f7f7f7;
		padding: 2rem 0;
	}

	.best_text p {
                padding-top: 30px;
		padding-left: 30px;
	}

	.best_text.best_text_left p {
                padding-top: 30px;
		padding-right: 30px;
	}

        .best_img .best_main_img, 
        .best_img_right .best_main_img {
                width: 228px;
                height: 228px;
                margin: 0 auto;
                padding: 0;
        }

	.best_img figure,
	.best_img_right figure {
		width: 220px;
		height: 220px;
		margin: 0 auto;
	}

	.best_img figure img,
	.best_img_right figure img {
               width: 200px;
               height: 200px;
               margin: 10px auto;
	}
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
	.row_right {
		flex-direction: column-reverse;
	}
        .stats-con p{
                font-size:12px;
        }
        .best_text .title{
                padding: 7px 16px;
                display: block;
                float: none;
        }
        .about-info img{
                width: 100%;
                padding-bottom: 1rem;
        }
}

@media (max-width: 480px) {
	.stats-con p.counter {
		font-size: 30px !important;
		line-height: 30px !important;
	}
}

@media (max-width: 280px) {

	.best_img figure img,
	.best_img_right figure img {
		width: 160px;
		height: 160px;
                margin: 0 auto;
	}

	.best_img figure,
	.best_img_right figure {
		width: 160px;
		height: 160px;
		margin: 0 auto;
	}

        .best_img .best_main_img, 
        .best_img_right .best_main_img{
              width: 160px;
              height: 160px;
	      margin: 0 auto;
        }

	.best_text.best_text_left p {
		padding-right: 30px;
	}

	.best_text .title {
		font-size: 16px;
	}

	.stats-con p.counter {
		font-size: 24px !important;
		line-height: 24px !important;
	}
}


