@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; } 

:root { --font-color:#3e3c4f; } 

body { font-family: "Open Sans", sans-serif; padding: 0; margin: 0; } 
a { text-decoration: none; transition: all 0.3s ease-out; } 
ul { margin-bottom: 0; } 
ul li { list-style-type: none; /*display: inline-block; */display: block; } 

/*font size */
h1 { font-size: 40px; line-height: 50px; font-weight: 600; } 
h2 { font-size: 36px; line-height: 42px; font-weight: 700; } 
h3 { font-size:30px; line-height: 35px; font-weight: 600; } 
h5 { font-size: 20px; line-height: 27px; font-weight: 600; margin-bottom: 5px; } 
p { font-size: 16px; line-height: 20px; font-weight: 400; margin-bottom: 0; } 


/*header*/
.header { padding: 10px 0; } 
.header .logo h1 { font-size: 14px; line-height: 18px; color: var(--font-color); } 
.header .header_right ul li { padding: 0 10px; position: relative; } 
.header .header_right ul li::after { content: ""; position: absolute; width: 1px; height: 100%; background: #eaeaea; left: 0; top: 0; transition: .5s all ease-out; } 
.dropdown-menu li { width: 100%; } 
.dropdown .dropdown-menu.show { display: block; right: 0 !important; /*left: unset !important; */ } 

/*bottom header */
.main { background: #f7f8fc; } 
.bottom_header { padding: 20px 0; } 
.bottom_header .logo h2 { font-size: 18px; color: var(--font-color); line-height: 18px; font-weight: 700; margin-bottom: 0; } 
.bottom_header span { font-size: 16px; line-height: 20px; font-weight: 500; display: block; } 
.bottom_header p { font-weight: 700; } 

.score { padding: 20px 0; } 
.score_box, .score_box_1 { background: #4f50ad; color: #FFF; padding: 20px; border-radius: 5px; border: 1px solid transparent; margin-bottom: 10px; transition: 0.5s all ease-in-out; } 
.score_box_1 { padding: 34px 40px; background: #5D5EAA; } 
.score_box:hover { background: transparent; color: #4f50ad; border: 1px solid #4f50ad; } 
.score_box_1:hover { background:#5D5EAA; color: #FFF; border: 1px solid #5D5EAA; } 
.score_box.scoreBoxTwo { background: #ff3f77; } 
.score_box.scoreBoxTwo:hover { background: transparent; color: #ff3f77; border: 1px solid #ff3f77; } 
.score_box.scoreBoxThree { background: #2cd694; } 
.score_box.scoreBoxThree:hover { background: transparent; color: #2cd694; } 
.score_box.scoreBoxFour { background: #ff6f5e; } 
.score_box.scoreBoxFour:hover { background: transparent; color: #ff6f5e; } 
.score_box_1 h3 { color: #FFF; } 
.score_box_1.pink { background: #E4517C; } 
.score_box_1.pink:hover { border: 1px solid; background: #E4517C; color: #FFF; } 
.score_box_1.skyblue { background: #23B3C8; } 
.score_box_1.skyblue:hover { border: 1px solid #23B3C8; background: #23B3C8; color: #FFF; } 
.score_box_1.orange { background: #EC7427; } 
.score_box_1.orange:hover { border: 1px solid #EC7427; background: #EC7427; color: #FFF; } 
.score_box_1 span { margin-bottom: 5px; display: block; font-size: 18px; line-height: 20px; } 
.score_boxes .box h6 { min-height: 50px; display: flex; align-items: center; justify-content: center; } 

/*dashboard */
.state_wise { padding: 50px 0; } 
.state_wise_report { background: #FFFFFF; border-radius: 8px; box-shadow: 0px 3px 15px #49557E17; padding: 40px 48px; } 
.state_wise_report .state_select { display: flex; align-items: center; justify-content: space-between; } 
.state_wise_report .state_select h2 { font-size: 32px; line-height: 39px; font-weight: bold; margin-bottom: 0; } 
.state_wise_report .state_select form { max-width: 58%; flex: 0 0 58%; } 
.state_wise_report .score_boxes { padding: 45px 0; } 
.state_wise_report .box { padding: 30px; text-align: center; background: #5A38E51A; border: 1px solid transparent; max-width: 173px; width: 100%; border-radius: 8px; margin: 15px 5px; border-radius: 8px; } 
.state_wise_report .box h3 { color: #4F50AD; font-size: 30px; line-height: 41px; font-weight: 600 } 
.state_wise_report .box span { font-size: 18px; line-height: 24px; font-weight: 400; color: #323232; } 
.state_wise_report .box.light_blue { background: #DEF1FF; } 
.state_wise_report .box.light_blue h3 { color: #37A2EB; } 
.state_wise_report .box.light_green { background: #D9F8E7; } 
.state_wise_report .box.light_green h3 { color: #3DC67C; } 
.state_wise_report .box.orange { background: #FFEADC; } 
.state_wise_report .box.orange h3 { color: #F57523; } 
 

/* Chart */
section.chartSection { padding-bottom: 50px; } 
.chartInner { border-radius: 8px; background: #fff; overflow: hidden; } 
.chartData .chartText p { font-size: 18px; } 
.chartData .chartText h4 { font-size: 44px; color: #FFF; } 
.chartData .chartText { position: absolute; text-align: center; color: #fff; } 
.chartData .chartText.chartText1 { top: 15%; left: 50%; transform: translateX(-50%); } 
.chartData .chartText2.chartText { right: 14%; top: 40%; transform: translateY(-50%); } 
.chartData .chartText3.chartText { right: 10%; top: 60%; } 
.chartData .chartText4.chartText { left: 50%; transform: translateX(-50%); bottom: 10%; } 
.chartData .chartText5.chartText { left: 12%; top: 60%; } 
.chartData .chartText6.chartText { left: 14%; top: 40%; transform: translateY(-50%); } 
.programBox { box-shadow: 7px 6px 20px #aaa; border-radius: 50px; } 
.programBox .programDetails { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.programBox .programDetails h5 { font-size: 18px; font-weight: 700; margin-bottom: 0; } 
.programBox .programDetails h2 { font-size: 34px; margin-bottom: 0; color: #df331f; } 
.programBox.boxTwo .programDetails h2 { color: #700273; } 
.chartInner ul { position: absolute; top: 28%; left: 15%; } 
.chartInner ul li { display: flex; align-items: center; justify-content: space-between; width: 238px; margin-bottom: 75px; } 
.chartInner ul li:last-child { margin-bottom: 0; } 
.chartInner ul li h6 { font-size: 18px; font-weight: 700; width: 60%; margin-bottom: 0; } 
.chartInner ul li h4 { font-size: 28px; font-weight: 700; color: #fff; width: 50%; text-align: center; margin-bottom: 0; } 
.chartInner ul.colTwo { left: 50%; top: 16%; } 
.chartInner ul.colTwo li { flex-direction: row-reverse; } 
.chartInner ul.colTwo li h6 { padding-left: 25px; } 

/* Footer */
footer { background-color: #333; padding: 10px 0; font-size: 14px; } 
footer p { font-size: 14px; } 

@media (min-width:1400px){
 .container { max-width: 1414px!important; } 
 }
@media (max-width:1399px){
 .chartData .chartText p { font-size: 16px; } .chartData .chartText h4 { font-size: 34px; } 
 .programBox .programDetails h5 { font-size: 16px; } 
 .programBox .programDetails h2 { font-size: 30px; } 
 .chartInner ul li h4 { font-size: 26px; width: 40%; } 
 .chartInner ul { top:27%; left: 14%; } 
 .chartInner ul li { width: 186px; margin-bottom: 55px; } 
 .chartInner ul.colTwo { top:15% } 
 .chartInner ul.colTwo li { width: 200px; } 
 .chartInner ul.colTwo li h6 { padding-left: 19px; } 
 .chartInner ul li h6 { font-size: 16px; } 
 .score_box_1 span { max-height: 60px; min-height: 40px; } 
 }
@media only screen and (max-width:1280px){
 .score_box_1 { padding: 34px 25px; } 
 .state_wise_report .box { padding: 30px 20px; max-width: 155px; } 
 }
@media (max-width:1199px){
 .container { width: 100%!important; max-width: 100%!important; } 
 .chartData .chartText p { font-size: 14px; } .chartData .chartText h4 { font-size: 28px; } 
 }

@media only screen and (max-width:1024px) { h2 { font-size: 26px; line-height: 32px; } 

 .chartInner ul li { margin-bottom: 43px; } 
 .chartInner ul li h4 { width: 70%; } 
 .chartInner ul.colTwo li h6 { padding-left: 0px; width: 90%; } 
 .chartInner ul.colTwo li h4 { width: 60%; } 
 }

@media only screen and (max-width:767px){
 .programBox { margin: 20px 0; } 
 .footerSectionWrap ul { margin-bottom: 20px; } 
 
 }