.top_banner{
    background-color: #fff7ea;
    border-radius: 15px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    z-index: 0;
    display: flex;
    padding: 50px 10%;
    align-items: center;
    gap: 40px;
    height: 370px;
}
.top_banner:before{
	content: '';
	background: url('/storage/agency_files/banner_shape.png') no-repeat left;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	width: 29%;
	height: 100%;
	background-size: contain;
}
@media(max-width:768px){
	.top_banner:before{
		display:none;
	}
}
.top_banner:after{
	content: '';
	background-color: #fff7eac7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.top_banner figure{
    height: 170px;
    width: 170px;
    border-radius: 200px;
    display: block;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    margin: 0;
    border: #fff solid 4px;
    overflow: hidden;
    flex: 170px 0 0;
}

.top_banner figure>img{
    max-width: none !important;
    height: 101%;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.top_banner article{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
}
.top_banner article .btn{
	white-space: nowrap;
}
.top_banner h3{
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1.2;
    text-shadow: -2px 2px 7px #ffffff;
}

.top_banner p{}
.top_banner ul{
    margin: 25px 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}
.top_banner ul li{
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 16px;
}
.top_banner ul li:first-child{
    padding-left: 0;
}
.top_banner ul li:after{
	content: '';
	height: 5px;
	width: 5px;
	background-color: #f6613b;
	display: block;
	border-radius: 10px;
	left: 0px;
	top: 11px;
	position: absolute;
}
.top_banner ul li:first-child:after{
    display:none;
}
.top_banner .top_banner_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 372px;
    max-width: none;
    width: 100%;
}
@media(max-width:1400px){
	.top_banner .top_banner_bg {
	    height: 348px;
	}
	.top_banner{
	    margin: 20px 0;
	    padding: 40px 9%;
	    gap: 20px;
	    height: 348px;
	}
	.top_banner figure{
	    height: 170px;
	    width: 170px;
	    flex: 170px 0 0;
	}
}
@media(max-width:1024px){
	.top_banner .top_banner_bg {
	    height: 284px;
	}
	.top_banner{
	    padding: 30px 8%;
	    gap: 20px;
	    height: auto;
	}
	.top_banner figure{
	    height: 150px;
	    width: 150px;
	    flex: 150px 0 0;
	}
	.top_banner article{
		flex-direction:column;
		align-items: flex-start;
	}
	.top_banner h3{
	    font-size: 34px;
	    line-height: 1.2;
	}
	.top_banner ul {
	    margin: 15px 0;
	}
}
@media(max-width:768px){
	.top_banner .top_banner_bg {
	    left: -149px;
	    height: auto;
	    width: 100%;
	    position: static;
	    border-radius: 10px;
	}
	.top_banner{
	    padding: 15px;
	    gap: 10px;
	    flex-direction: column;
	    align-items: center;
	}
	.top_banner figure{
	    height: 100px;
	    width: 100px;
	    flex: 100px 0 0;
	    margin-top: -65px;
	}
	.top_banner article{
		flex-direction:column;
		align-items: center;
	}
	.top_banner h3{
	    font-size: 24px;
		line-height:1.2;
	}
	.top_banner p {
    margin-bottom: 5px;
    text-align: center;
}
	.top_banner ul {
	    margin: 0 0 15px;
	    gap: 2px;
	    justify-content: center;
	}
	.top_banner ul li{
	    font-size: 14px;
	}
}
.list_24{
	list-style:none;
	padding:0;
}
.list_24 li{
	display:block;
	margin:0 0 5px 0;
	font-weight:600;
	padding:0 0 0 25px;
	position:relative;
}
.list_24 li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: var(--gk-success);
}
.user_block.tutors_block .tutor_top_title{
	    display: flex;
	    gap: 10px;
	    padding: 10px 12px 0;
	    font-size: 12px;
	    margin-bottom: -5px;
	    line-height: 1.2;
	    align-items: center;
}
@media(max-width:768px){
	.user_block.tutors_block .tutor_top_title{
		    padding: 0 12px 0;
		    margin-bottom: 0px;
		    /* line-height: 1.2; */
	}
}
.user_block.tutors_block .tutor_top_title img{
	    width: auto;
}
.user_block.tutors_block .book_slot{
    padding: 0 12px 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    border-radius: 0 0 18px 18px;
}
.user_block.tutors_block .book_slot p{
    margin: 0;
    /* line-height: 1.2; */
    min-height: auto;
}
.user_block.tutors_block .book_slot a{}
.user_block.tutors_block .book_btns{
	padding: 5px 12px;
	text-align: center;
}
.user_block.tutors_block .user_info{
    background-color: #fff;
    margin-bottom: 0;
}
.user_block.tutors_block{
	background-color: #f5f5f5;
}
.user_block.tutors_block .user_block figure>span {
    border-radius: 15px 15px 0 80px;
}
.user_block.tutors_block figure{
	position: relative;
}
.user_block.tutors_block figure>.agency_name {
    position: absolute;
    z-index: 1;
    background-color: #00000047;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding: 2px 5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 100px;
    bottom: 7px;
    right: 7px;
    font-weight: 400;
    gap: 7px;
    max-width: 80%;
    align-items: center;
}
@media(max-width:768px){
	.user_block.tutors_block figure>.agency_name {
	    background-color: #e0e0e0;
	    color: #000000;
	    bottom: -30px;
	    max-width: initial;
	    left: -5px;
	    right: -5px;
	}
	.user_block.tutors_block figure {
	    margin-bottom: 30px;
	}
}
.user_block.tutors_block figure>.agency_name p{
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: auto;
	font-size: 12px;
}
.user_block.tutors_block figure>.agency_name img{
    width: 20px;
    height: 20px;
    position: static;
    min-width: auto;
    min-height: auto;
    transform: none;
}
@media (min-width: 787px) {
    .user_block p {
        font-size: 14px;
        margin: 0 0 10px;
    }
}