.normal_banner{padding: 60px 0px;background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;position: relative;}
.normal_banner:after{position: absolute;content: '';width: 100%;height: 100%;background: #000;opacity: 0.5;top: 0;left: 0;}
.normal_banner h1{position: relative;z-index: 99;color: var(--white);font-size: 32px;line-height: 35px;}
/* Banner List Start Here */
.about_banner{background-image: url('../images/mod_bg.webp');}
.blog_banner{background-image: url('../images/mod_bg.webp');}
.contact_banner{background-image: url('../images/mod_bg.webp');}
.disclaimer_banner{background-image: url('../images/mod_bg.webp');}
.privacy_banner{background-image: url('../images/mod_bg.webp');}
.returns_banner{background-image: url('../images/mod_bg.webp');}
/* Banner List End Here */

.content_area{padding: 50px 0px;}
.content_area .content_inner h2{font-size: 28px;font-weight: 700;line-height: 32px;color: #013a37;padding-bottom: 10px;}
.content_area .content_inner h3{font-size: 26px;font-weight: 600;line-height: 32px;color: #013a37;padding-bottom: 10px;}
.content_area .content_inner h4{font-size: 24px;font-weight: 600;line-height: 30px;color: #013a37;padding-bottom: 10px;}
.content_area .content_inner h5{font-size: 22px;font-weight: 600;line-height: 30px;color: #013a37;padding-bottom: 10px;}
.content_area .content_inner p{font-size: 15px;font-weight: 500;line-height: 30px;color: #1e1f1c;padding-bottom: 10px;}
.content_area .content_inner p strong{font-weight: 700;color: #013a37 ;}
.content_area .content_inner p a{font-weight: 800;color: #013a37 ;}
.content_area .content_inner ul, .content_area .content_inner ol{list-style-type: disc;margin-left: 25px;}
.content_area .content_inner ol{list-style-type: decimal;}
.content_area .content_inner ul li, .content_area .content_inner ol li{list-style-type: disc;font-size: 15px;font-weight: 500;line-height: 30px;color: #1e1f1c;padding-bottom: 10px;}
.content_area .content_inner ol li{list-style-type: decimal;}