.normal_content{padding: 60px 0px;}
.normal_content h2{font-size: 24px;font-weight: 400;line-height: 35px;padding-bottom: 7px;color: var(--orange);}
.normal_content h3{font-size: 22px;font-weight: 400;line-height: 32px;padding-bottom: 7px;color: var(--sky);}
.normal_content h4{font-size: 20px;font-weight: 400;line-height: 30px;padding-bottom: 7px;color: var(--orange);}
.normal_content h5{font-size: 18px;font-weight: 400;line-height: 28px;padding-bottom: 7px;color: var(--orange);}
.normal_content p{font-size: 16px;font-weight: 400;line-height: 30px;padding-bottom: 7px;color: var(--blue);}
.normal_content p:last-child{padding-bottom: 0px;}
.normal_content ul, .normal_content ol{list-style-type: disc;padding-left: 25px;}
.normal_content ol{list-style-type: decimal;}
.normal_content ul li, .normal_content ol li{font-size: 16px;font-weight: 400;line-height: 30px;padding-bottom: 7px;color: var(--blue);list-style-type: disc;}
.normal_content ol li{list-style-type: decimal;}

/* FAQ's List Start Here */
.normal_content .accordion .accordion-item {margin: 7px 0px;border: 1px solid var(--gcolor2)}
.normal_content .accordion .accordion-item:first-of-type, .normal_content .accordion .accordion-item:first-of-type>.accordion-header .accordion-button{border-radius: 0px !important;}
.normal_content .accordion .accordion-item:last-of-type, .normal_content .accordion .accordion-item:last-of-type>.accordion-header .accordion-button{border-radius: 0px !important;}
.normal_content .accordion h2 {padding-bottom: 0px!important;}
.normal_content .accordion h2 .accordion-button {padding: 7px 15px!important;font-size: 15px;font-weight: 500;color: var(--blue)!important;}
.normal_content .accordion h2 .accordion-button:not(.collapsed) {background: var(--gcolor2)!important;color: var(--blue)!important;}
.normal_content .accordion h2 .accordion-button:focus {outline: none;border: none;box-shadow: none;}
.normal_content .accordion .accordion-body {padding: 7px 15px!important;font-size: 14px;font-weight: 400;line-height: 28px;}