*{margin: 0px;padding: 0px;}
body{background: #f5f5f5;}
h1, h2, h3, h4, h5, h6, ul, li, a{font-family: 'Figtree', sans-serif !important;}
.mb-0{margin-bottom: 0px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-20{margin-bottom: 20px !important;}
.spacer-20{height:20px;}
.spacer-40{height:40px;}
.spacer-60{height:60px;}
.spacer-80{height:80px;}
.text-white{color:#fff !important}
.name_sign{font-family: 'Arizonia', cursive !important;}
h1{font-size: 45px;line-height: 1.3em;margin-bottom:10px;font-weight: 800;}
h2{font-size: 40px;line-height: 1.3em;margin-bottom:10px;font-weight: 800;}
h3{font-size: 35px;line-height: 1.3em;margin-bottom:10px;font-weight: 700;}
h4{font-size: 30px;line-height: 1.3em;margin-bottom:10px;font-weight: 700;}
h5{font-size: 25px;line-height: 1.3em;margin-bottom:10px;font-weight: 700;}
h6{font-size: 20px;line-height: 1.3em;margin-bottom:10px;font-weight: 700;}
.text-center{text-align:center}
p{font-family: 'Figtree', sans-serif !important;font-weight: 500;font-size: 18px;line-height: 1.5em;margin-bottom: 20px;color: #444;}
.container{max-width:1140px;margin-left: auto;margin-right: auto;padding: 0px}
.content_section {padding: 20px;background: #fff;max-width: 1100px; margin: auto;width: 100%;margin-top: -20px;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);box-sizing: border-box;margin-bottom: -20px;position:relative}
.top_banner{background:#367cc1;padding: 40px 20px;color:#fff;text-align: center;}
.rate {font-size: 50px;font-weight: 800;color: #f7be2f;line-height: 55px;position: relative;top: 12px;}
.image-style {border-radius: 10px;box-shadow: 0px 6px 6px rgba(0 0 0/ 40%);width: auto;max-width: 100% !important;}
.list_style {list-style: none;border: 1px solid #ddd;padding: 0px 15px;border-radius: 4px;background: rgb(255 255 255 / 69%);}
.list_style li:not(:last-child) {border-bottom: 1px solid #ddd;}
.list_style li {padding: 10px 0px;font-weight: 600;color: #333;display: flex;align-items: center;font-size: 18px;}
.list_style li .link_btn {flex: 1;text-align: right;}
.list_style li .link_btn a {padding: 10px 35px;border: 1px solid #367cc1;display: inline-block;border-radius: 50px;text-decoration: none;color: #000;text-transform: capitalize;  font-weight: 600;font-size: 15px;transition: 0.2s linear;}
.list_style li .link_btn a:not(:last-child) {margin-right: 10px;}
.list_style li .link_btn a:hover {background: #367cc1;color: #fff;box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);}
.copyright {background: #f7be2f;padding: 6px;}
.copyright p {font-size: 14px;font-weight: 600;color: #000;}
.copyright p span{float:right;}

@media (max-width:529px){
	.list_style li{display:block;text-align: center;}
	.list_style li .link_btn {flex: 1;text-align: center;display: block;margin-top: 15px;}
	.copyright{text-align:center;}
	.copyright p span {float: none;display: block;}
}



