.normal_banner{background-size: cover;background-position: center center;background-repeat: no-repeat;width: 100%;padding: 50px 0px;background-image: url('/public/web/images/home_banner_bg.jpg');background:var(--bgcolor);}
.normal_banner .banner_inner {text-align: center;}
.normal_banner .banner_inner h1{font-size: 40px;line-height: 55px;color: var(--btn);font-weight: 600;margin-bottom: 10px;}
.normal_banner .banner_inner h1 img{border:5px solid #ffe1c4;border-radius:50%;}
.normal_banner .banner_inner p{font-size: 17px;line-height: 30px;color: var(--heading);font-weight: 400;margin-bottom: 0;}
.blogs_banner,.term_banner{background:var(--bgcolor);}
/* Banner Section End Here */

.about_section .abt_img{position: relative;margin-top: 40px;text-align: center;}
.about_section .abt_img:before{position: absolute;content: '';top: -35px;left: 10%;width: 80%;height: 100%;z-index: 1;background-image: url(../images/abt_img2.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}
.about_section .abt_img img{position: relative;z-index: 9;width: 90%;}
.about_section .abt_info{background: #dbfcf3;padding: 30px 25px 40px;border-radius: 5px;}
.about_section .who_we_info{background: #f7f4d5;}
.about_section .abt_info span{font-size: 14px;line-height: 26px;color: var(--second);font-weight: 600;padding: 0 0 10px;display: block;}
.about_section .abt_info h2{font-size: 32px;line-height: 45px;color: var(--heading);font-weight: 600;}
.about_section .abt_info p{font-size: 17px;line-height: 30px;color: var(--black);padding: 15px 0 0;}
.about_section .abt_info p strong{font-size: 18px;line-height: 30px;color: var(--primary);font-weight: 600;}
/* About Section End Here */

.content_inner{background:#fef7f4;border-radius:5px;padding:30px 20px;margin-bottom:20px;}
.content_inner:last-child{margin-bottom:0px;}
.content_inner h2{font-size: 36px;line-height: 45px;color: var(--heading);font-weight: 600;margin-bottom:15px;}
.content_inner h3{font-size: 32px;line-height: 40px;color: var(--heading);font-weight: 600;margin-bottom: 15px;}
.content_inner h4{font-size: 28px;line-height: 40px;color: var(--heading);font-weight: 600;margin-bottom: 15px;}
.content_inner h5{font-size: 24px;line-height: 35px;color: var(--heading);font-weight: 600;margin-bottom: 15px;}
.content_inner p{font-size: 17px;line-height: 30px;color: var(--primary);margin-bottom: 10px;}
.content_inner ul, .content_inner ol{margin-left:25px;}
.content_inner ul li, .content_inner ol li{font-size: 17px;line-height: 30px;color: var(--primary);margin-bottom: 10px;list-style-type: disc;}
.content_inner ol li{list-style-type: decimal;}
.content_inner ul li a, .content_inner ol li a{color: #E50623;}
/* Content Section CSS End Here */