.i-slogin-box span{
    background-color: rgba(236,221,245,0.5);
    border: none;
    opacity: 0.8;
}

.i-btn a{
	display: inline-block;
	border-radius: 45px;
	padding: 0 30px 0 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  	transition: all 0.3s ease 0s;
}

.i-slogin-a a{
	background-color: #552277;
	color: #fff;
	border: solid 2px #552277;
}

.i-slogin-a a:hover{
	color: #552277;
	background-color: rgba(255,255,255,0.6);
}


.i-setting a{
	background-color: #8b6239;
	color: #fff;
    border: solid 2px #8b6239;
}

.i-setting a:hover{
	color: #8b6239;
	background-color: #fff; 
}

.setting-box{
	height: fit-content;
}

.setting-box img{
	padding: 6px;
	margin-bottom: 3px;
	box-shadow: inset 0 0px 8px #fff, 0px 5px 2px rgba(0,0,0,0.2);
}

.services-title div img{
	opacity: 0.5;
}

.services-title .services-title-active img{
	opacity: 1;
}

.services-body-div-img-txt {
	background-color: rgba(0,113,187,0.2);
    border: none;
    opacity: 0.8;
}

.mobile-tel{
	display: none;
}

.guardian-body .fa.fa-book{
	display: none;
}

.menu-ul li a:hover{

    border-bottom: 2px solid #f4ff8a;
}

@media screen and (max-width: 1024px){
	.setting-box{
		width: 48%;
		text-align: center;
	}
}

@media screen and (max-width: 768px){
	
	img{
		max-height: fit-content;
	}

	.i-btn a{
		padding: 0 20px 0 30px;
		line-height: 40px;
	}
	
	.setting-body-div{
		padding-bottom: 0; 
	}

	.setting-box{
		width: 100%;
		text-align: center;
	}

	.setting-box:nth-child(1),
	.setting-box:nth-child(2){
		margin-left: auto;
		margin-right: auto;
		border: none;
	}
	
	.services-body-div-article{
		margin-top: 20px;
		margin-left: 22px;
		padding-right: 40px;
	}

}

@media screen and (max-width: 768px) and (min-width: 500px){
	
	nav{
	    margin-bottom: 25px; 
	}

	.menu-btn-top, .menu-btn-middle, .menu-btn-bottom{
		width: 40px;
	}

	.menu-btn-top{
		transform: translate(-50%,-13px);
	}
	.menu-btn-middle{
		transform: translate(-50%,0px)
	}
	.menu-btn-bottom{
		transform: translate(-50%,13px)
	}
	.menu-btn-top-2{
		transform: translate(-50%) rotate(45deg);
	}
	.menu-btn-bottom-2{
		transform: translate(-50%) rotate(-45deg);
	}
	.menu-btn-middle-2{
		display: none!important;
		animation: 0.5s;
	}

	.setting-box{
		padding-bottom: 40px;
	}

	.pagination-wrapper.cf{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 500px){
	.logo{
		margin-left: 2%;
   		margin-top: 2%;
	}
	.logo img{
		width: 60%;
	}

	.title{
		position: relative;
		top: 50%;
		transform: translateY(-52%);
	}

	.highlights-span{
		font-size: 12px;
		border-bottom: none;
		right: 8%;
	}

	.footer-data p{
		line-height: 24px;
		font-weight: normal;
	}

	.footer-data .txt-nshow {
		display: none;
	}

	.footer-data-logo{
		margin-bottom: 20px;
	}

	.footer-data .mobile-p{
		content: "";
		margin-bottom: 35px;
	}
	
	.mobile-tel{
		display: block;
		height: fit-content;
		position: absolute;
		right: 15px;
		bottom: 0;
		font-size: 14px;
	}

	.mobile-tel-cir{
		width: 26px;
		height: 26px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: #552277;
		border-radius: 50%;
		font-size: 16px;
		padding-left: 8px;
		margin-right: 4px;
	}

	.check-body-span{
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	
	.guardian-body .fa.fa-book{
		display: inline-block;
	}
}

@media screen and (max-width: 320px){
	.mobile-tel{
		position: relative;
		padding-top: 20px;
		margin-left: 18px;
	}
}