.banner_section{padding: 50px 0px;background-color: transparent;background-image: linear-gradient(90deg, var(--gcolor1) 0%, var(--gcolor2) 100%);}
.banner_section .banner_inner{text-align: center;}
.banner_section .banner_inner h1{color: var(--white);font-size: 34px;text-align: center;font-weight: 500;padding-bottom: 15px;position: relative;margin-bottom: 10px;}
.banner_section .banner_inner h1:before{position: absolute;content: '';bottom: 5px;left: 50%;width: 120px;height: 1px;background: var(--white);transform: translate(-50%, 0px);}
.banner_section .banner_inner h1:after{position: absolute;content: '';bottom: 4px;left: 50%;width: 50px;height: 3px;background: var(--white);transform: translate(-50%, 0px);}
.banner_section .banner_inner ul {list-style-type: none;display: inline-flex;align-items: center;}
.banner_section .banner_inner ul li {list-style-type: none;margin-left: 0px;margin-bottom: 0px;position: relative;padding-right: 20px;font-size: 14px;color: var(--light)}
.banner_section .banner_inner ul li a {text-decoration: none;font-size: 14px;color: var(--white);font-weight: 400;}
.banner_section .banner_inner ul li a:hover {color: var(--white);}
.banner_section .banner_inner ul span{padding: 0 15px;}
.banner_section .banner_inner ul span i{font-size: 12px;color: var(--white)}
/* Breadcumb Section End Here */

.content_area{padding: 40px 0px;}
.content_area h2{font-size: 28px;font-weight: 500;line-height: 35px;padding-bottom: 15px;}
.content_area h3{font-size: 26px;font-weight: 500;line-height: 35px;padding-bottom: 15px;}
.content_area h4{font-size: 24px;font-weight: 500;line-height: 32px;padding-bottom: 15px;}
.content_area h5{font-size: 22px;font-weight: 500;line-height: 32px;padding-bottom: 15px;}
.content_area h6{font-size: 20px;font-weight: 500;line-height: 30px;padding-bottom: 15px;}
.content_area p{font-size: 14px;font-weight: 400;line-height: 24px;padding-bottom: 15px;}
.content_area p:last-child{padding-bottom: 0px;}
.content_area ul, .content_area ol{padding-left: 30px!important;}
.content_area ul li{font-size: 14px;font-weight: 400;line-height: 24px;padding-bottom: 15px;list-style-type: disc;}
.content_area ol li{font-size: 14px;font-weight: 400;line-height: 24px;padding-bottom: 15px;list-style-type: decimal;}
.content_area ul li:last-child, .content_area ol li:last-child{padding-bottom: 0px;}
.faq_section h2{font-size: 28px;font-weight: 500;color: var(--primary);padding-bottom: 10px;}
/* Content Area Section End Here */