@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');


/*3no area*/
.schthrd{
/*
background-image: url(../images/bg1.png), url(../images/bg2.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
*/
	padding:80px 0;
}

/*
.prof_wrap_anp{
	font-family: 'Poppins', sans-serif;
}
*/

.prof_wrap_anp{
	font-family: "Roboto", sans-serif;
}

/*
.prof_wrap_anp>h2{font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 29px;
    font-weight: 600;
    margin: 0 0 10px;
	text-align: center;
}
*/
.prof_wrap_anp>h2{
	font-family: "Roboto", sans-serif;
	color:#000;
	font-size:35px;
	text-align: center;
	font-weight:500;
}
.prof_wrap_anp>h2>span{
	color:#1DAC56
}
/*
.prof_wrap_anp>p{font-family: 'Poppins', sans-serif;
    color: #757575;
    font-size: 16px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    line-height: 26px;}
*/
.prof_wrap_anp>p{
	font-family: "Roboto", sans-serif;
	color:#000;
	font-size:18px;
	text-align: center;
}
.box3area{
	background:#fff;
	box-shadow:0px 0px 30px #dedede;
	margin:100px 0 0 0;
	padding:15px;
}
.box3circle{
	background:#fff;
	width:100px;
	height:100px;
	border-radius:100px;
	line-height:100px;
	box-shadow:0px 0px 30px #dedede;
	margin:-90px auto 0;
}
.box3area>h3{
	font-family: "Roboto", sans-serif;
	color:#000;
	font-size:22px;
	text-align: center;
	font-weight:500;
	margin:15px 0 10px;
}
.box3area>center>img{height:200px;}
.box3area>p{
	font-family: "Roboto", sans-serif;
	color:#000;
	font-size:15px;
	line-height: 22px;
	text-align: center;
	padding:10px 0 0 0;
}

.box3inp{
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight:500;
	padding:10px 15px;
	background:#3AB96D;
	color:#fff;
	border:none;
	border-radius:5px;
	transition:0.3s;
	margin:5px 0 5px;
}
.box3inp:hover{background:#22b05b;}

.prof_wrap_anp>ul{width:60%;margin:20px auto 0;}
.prof_wrap_anp>ul>li{list-style:none;font-family: 'Poppins', sans-serif;padding:35px 15px;width:100%;float:left;border-radius:35px;}
.prof_wrap_anp>ul>li:nth-child(1){border-top:1px dashed #222;border-left:1px dashed #222;border-bottom:1px dashed #222;    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;    width: 95%;}
.prof_wrap_anp>ul>li:nth-child(2){border-right:1px dashed #222;border-bottom:1px dashed #222;    border-bottom-left-radius: 0px !important;
    width: 96%;
    float: right;}
.prof_wrap_anp>ul>li:nth-child(3){border-left:1px dashed #222;border-bottom:1px dashed #222;    border-bottom-right-radius: 0px;}

.thyimg{width:10%;float:left;}
.thylft{width:61%;float:left;border-right:1px solid #ccc;padding:0px 2%;}
.thylft>h4{font-family: 'Poppins', sans-serif;text-transform:uppercase;font-size:16px;letter-spacing:1px;font-weight:700;margin:0 0 5px;color:#222;}
.thylft>p{color:#757575;font-size:14px;line-height:22px;letter-spacing:0.35px;margin:0px;}
.thyrgt{width:25%;float:left}

.thrgbnt{background:#343434;color:#fff;border:none;font-family: 'Poppins', sans-serif;font-size:14px;font-weight:510;float:right;padding:10px 15px;margin:15px 0 0 0;transition:.3s;border-radius:5px;}
.thrgbnt:hover{background:#1a1a1a;box-shadow:0px 20px 20px #cccccc}


.thylft_anl{width:61%;float:left;border-left:1px solid #ccc;padding:0px 2%;text-align: right}
.thylft_anl>h4{font-family: 'Poppins', sans-serif;text-transform:uppercase;font-size:16px;letter-spacing:1px;font-weight:700;margin:0 0 5px;color:#222;}
.thylft_anl>p{color:#757575;font-size:14px;line-height:22px;letter-spacing:0.35px;margin:0px;}
.thyrgt_anl{width:25%;float:left}


.trlbnt{background:#207dc5;color:#fff;border:none;font-family: 'Poppins', sans-serif;font-size:14px;font-weight:510;padding:10px 15px;margin:15px 0 0 0;transition:.3s;border-radius:5px;}
.trlbnt:hover{background:#1f6296;box-shadow:0px 20px 20px #cccccc;}

.lggnbnt{background:#14b46b;color:#fff;border:none;font-family: 'Poppins', sans-serif;font-size:14px;font-weight:510;padding:10px 15px;margin:15px 0 0 0;transition:.3s;float: right;border-radius:5px;}
.lggnbnt:hover{background:#16955b;box-shadow:0px 20px 20px #cccccc}

/*end*/


@media only screen and (max-width:800px){

.prof_wrap_anp > ul {width:100%;margin:0px;padding:0 10px;}
	.prof_wrap_anp>ul>li{padding:20px;}
	 
	.thyrgt{width:100%;}
	.thrgbnt, .lggnbnt{float:left;margin:5px 0 0 0;}
	.thyrgt_anl, .thyrgt {width:30%;}
	
	.trlbnt, .thrgbnt, .lggnbnt{
		font-size: 11px;
		padding:10px;
		margin:30px 0 0 0;
	}
	.thylft_anl, .thylft{
		width:60%;
	}
	
}
