body,h1,h2,div,ul,li,p {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background: #e2e3e5;
}
#header {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	max-height: 110px;
	margin:0px auto;
}
#header > div{
	text-align: center;
}
#header img {
	width: 100%;
	max-width: 980px;
	height: 100%;
	max-height: 110px;
	border: none;
}
#wholecontent {
	float: left;
	width: 100%;
}
#sidebar {
	float: left;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #0D2842;
	border-right-color: #0D2842;
	border-bottom-color: #0D2842;
	margin-bottom:150px;
}
#content {
	float: right;
	width: 72%;
	max-width: 860px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #0D2842;
	background-color: #FFF;
	padding: 5px;
}
h2 {
	font-size: 0.9em;
	color: #0D2842;
	background-color: #CCE6FF;
	display: block;
	text-align: center;
	margin-top: 0.9em;
	line-height: 1.5;
	clear: both;
}
p {
	font-size: 14px;
	line-height: 1.4;
	clear: both;
	margin:5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
}
.padd {
	margin: 0px;
}
#page{
	max-width: 850px;
	width:100%;
	float:left;
	clear:both;	
}
#box {
	background: #358fd3;
    width: 98%;
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 2px 10px 2px;
    border-top: 1px solid #c9c5ca;
    border-left: 1px solid #c9c5ca;
    border-right: 1px solid #c9c5ca;
	}
#box h1 {
    display: block;
	width: 100%;
	font-size: 1.2em;
    font-weight: 500;
	text-align:center;
    vertical-align: middle;
	color: #f3f5f7;
}

#row1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.top{
	width: 100%;
	max-width: 850px;
	border-bottom-width: thin;
	/* border-bottom-style: solid; */
	padding-bottom: 5px;
	/* border-bottom: 2px solid #1390fb; */
}	

/* .social {width: 100%; margin-left: auto; margin-right: auto;text-align:right;}
.social li {
	display: inline;
}
.social li img {
    width: 100%;
    max-width: 25px;
    height: 100%;
    max-height: 25px;
    border: none;
} */
#footer {
	float: left;
	width: 100%;
	margin-top: 2px;
	padding: 0px;
	background: #464646;
}
#footer p {
	font-size: 14px;
	line-height: 1.2;
	color: #fbf9f9;
}

.searchbutton {
	text-align: center;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.float1 {
	float: left;
	margin-bottom:10px;
	max-width: 100%;
    width: auto; 
}
/* .float2 {
	float: right;
} */


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
	width:100%;
   -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
}
#cssmenu a {
  line-height: 1.3;
}


#cssmenu > ul > li:first-child:hover {
  background: #39F;
  background: -moz-linear-gradient(#39F 0%, #039 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39F), color-stop(100%, #039));
  background: -webkit-linear-gradient(#39F 0%, #039 100%);
  background: linear-gradient(#F6F9FB 0%, #D0EAFB 100%);
}
#cssmenu > ul > li {
  background: #8CC6E8;
  background: -moz-linear-gradient(#8CC6E8 0%, #DEEFFA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8CC6E8), color-stop(100%, #DEEFFA));
  background: -webkit-linear-gradient(#8CC6E8 0%, #DEEFFA 100%);
  background: linear-gradient(#F6F9FB 0%, #D0EAFB 100%);
}
#cssmenu > ul > li:hover {
  background: #39F;
  background: -moz-linear-gradient(#FFF 0%, #39F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #39F));
  background: -webkit-linear-gradient(#FFF 0%, #39F 100%);
  background: linear-gradient(#FFF 0%, #39F 100%);
  
}
#cssmenu > ul > li > a {
  font-size: 17px;
  display: block;
  background: url(/images/pattern.png) top left repeat;
  color: #fff;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  background: linear-gradient(#68b5ef, #358fd3);
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
    background: url(/images/downarrow1.png) 96% center no-repeat;
}
#cssmenu > ul > li > ul.sub-active {
	display: block;
}
/* Sub menu */

#cssmenu ul ul {
  display:none;
  background: #fff;
  border-right: 1px solid #fbfbf9;
  border-left: 1px solid #fbfbf9;
}

#cssmenu ul ul li {
  padding: 0;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#fffdfd 0%, #fdf5f5 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 15px 3px 15px 15px;
  display: block;
  color: #474545;
  font-size: 15px !important;
  font-weight: normal;
  word-spacing:1px;
}
#cssmenu ul ul a:hover {
    background-color: #dedada;
}
#hide {
	display:none;
}

.btn{
   width:100%;
   max-width: 165px;
   display:inline;
   border-radius: 3px;
   margin:auto;
   }
.btn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	overflow:hidden;	   
}
.btn ul li a {
  line-height: 1;
  font-family: sans-serif;
  font-weight:bold;
  padding: 18px 10px;
  display: block;
  text-align:center;
  background: #8ed4fa;
  background-image: -webkit-linear-gradient(top, #8ed4fa, #0284b3);
  background-image: -moz-linear-gradient(top, #8ed4fa, #0284b3);
  background-image: -ms-linear-gradient(top, #8ed4fa, #0284b3);
  background-image: -o-linear-gradient(top, #8ed4fa, #0284b3);
  background-image: linear-gradient(to bottom, #8ed4fa, #0284b3);
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Georgia;
  color: #050105;
  font-size: 16px;
 text-decoration: none;
}
.btn li {
     float: left;
	 border: 1px solid #0D2842;
	 border-left: none;
}
.btn li a {
	line-height: 2;
	text-decoration:none;
    padding: 8px;
    background-color: #dddddd;
}
.btn a:hover {
  background: #0284b3;
  background-image: -webkit-linear-gradient(top, #0284b3, #8ed4fa);
  background-image: -moz-linear-gradient(top, #0284b3, #8ed4fa);
  background-image: -ms-linear-gradient(top, #0284b3, #8ed4fa);
  background-image: -o-linear-gradient(top, #0284b3, #8ed4fa);
  background-image: linear-gradient(to bottom, #0284b3, #8ed4fa);
  text-decoration: none;
  font-weight: bold;
  color:#FFF;
}

.size{
	display:inline;
	color:#666;
	font-size:14px;
	font-weight: normal;
}


/*New*/
.add_bread {
	background-color: #f5f5f5;
	border-radius: 4px;
}

.search_btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
    cursor: pointer;
	padding: 2px;
	color: #333335;
	background-color: #ecdde1;
	border: 1px solid darkgrey;
}

.col-footer-3s {
    float: left;
    height: auto;
    margin-top: 15px;
    text-align: center;
    padding: 0px 5px 0px 0px;
}
.col-footer-3s a {
    color: #FCFCFC;
    line-height: 14px;
    font-size: 11px;
    padding-right: 6px;
	padding-left: 0px;
}

.main_link:hover {
    color: #f7f6f6;
    text-decoration: none;
	background-color:#f86f4a;
	border-color:#f86f4a;
}
.main_link1:hover {
    color: #f7f6f6;
    text-decoration: none;
	background-color:#4995f8;
	border-color:#4995f8;
}
.main_link2:hover {
    color: #f7f6f6;
    text-decoration: none;
	background-color:#6aab6a;
	border-color:#6aab6a;
}

.affix-row.head {
    height: 110px;
}

/*New*/

.col-md-8 {
	float:left;
	width: 65.66666667%;
	position: initial;
    min-height: 1px;
    padding: 0px 15px 0px 15px;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.padr0 {
    padding-right: 0;
}

.col-md-4 {
	float: left;
	width: 29.333%;
	min-height: 1px;
	text-align:center;
	
}
/* .btn-group {
    width: 318px;
    float: right;
    margin-right: 0px;
    margin-top: 31px;
}
.btn-group .btn {
    padding: 6px 7px;
}*/
.btn-primary {
    color: #fff;
   	background-color: #f93703;
    border-color: #f93703;
} 
.btn {
    /* display: table-cell; */
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-warning {
    color: #fff;
	background: #b12a06;
	border-color: #b12a06;
}
.btn-success {
    color: #fff;
    background-color: #1bab1b;
    border-color: #4cae4c;
}
#cssmenu > ul > li > a:hover {
   background: linear-gradient(#8CC6E8 0%, #179eec 100%);
   color:white;
      
}

a:hover {
	color: #08B7BD;
	text-decoration: underline;
}

.row3new {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    min-height: 180px;
    padding-bottom: 5px;
    overflow:auto;
	border-bottom: 2px solid #1390fb;
}

#toggle {
  display: inline-flex;
  width: 28px;
  height: 23px;
  display: ruby-text-container;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  max-width:25px;
  height: 5px;
  background-color: #f0e7e7;
  transition: all 0.3s;
  backface-visibility: hidden;
  
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

.btns_new {
    background-color: #37a3e7;
	height: 20px;
	padding: 10px;
}
.icon_div {
	float:left;
	width:30%;
}
.topic_text {
float:left;
width:69%;
font-size: 18px;
}
.footer_link { 
width: 98%;
margin: 0px auto;
height: 40px;
padding-top: 20px;

}
.col-footer-3 {
    float: left;
    width: 24%;
    height: auto;
    margin-top: 15px;
    text-align: left;
    padding: 0px 1px 0px 0px;
    margin-left: 3px;
}
.col-footer-3 a {
    color: #fbf9f9;
    line-height: 14px;
    font-size: 13px;
    padding-right: 6px;
    padding-left: 4px;
}
.col-footer-9 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 9px;
    text-align: center;
    padding-bottom: 20px;
}
.follow_us {
	float: left;
    width: 14%;
    height: auto;
    text-align: center;
	margin-top: 10px;
}


h2 {
    font-size: 0.9em;
    color: #2D3842;
    background-color: #ABCFF5;
    display: block;
    text-align: center;
    margin-top: 0.9em;
    line-height: 1.5;
    clear: both;
}

.css-become
{
background:url('/images/css-sprite-combined.png') 0px -0px !important;
width:14px;height:14px;
display:inline-block;
}

.css-download-blue
{
background:url('/images/css-sprite-combined.png') -14px -0px !important;
width:14px;height:14px;
display:inline-block;
}

.css-download-green
{
background:url('/images/css-sprite-combined.png') -28px -0px !important;
width:14px;height:14px;
display:inline-block;
}

.css-feedback
{
background:url('/images/css-sprite-combined.png') -42px -0px !important;
width:14px;height:14px;
display:inline-block;
}

.css-login
{
background:url('/images/css-sprite-combined.png') -56px -0px !important;
width:14px;height:14px;
display:inline-block;
}

.css-logout
{
background:url('/images/css-sprite-combined.png') -70px -0px !important;
width:14px;height:14px;
display:inline-block;
}

.css-account
{
background:url('/images/css-sprite-combined.png') -84px -0px !important;
width:14px;height:14px;
display:inline-block;
}

.col-footer-3s a:hover {
	color: #FCFCFC;
}

.col-footer-3 a:hover {
	color: #FCFCFC;
}

.srch_box {
	border: 1.5px solid #949496;
    border-radius: 5px;
	height: 21px;
	width: 165px;
}

/*home page*/

.subnew a {
	text-decoration:none;
	color: white;
}
ol {
	list-style-type: none;
       
}
ol li {
	float:left;
	width:auto;
	padding: 0px 0px 2px 0px;
	
}

.breadnew {
	font-size: 13px;
	text-align: left;
	padding: 0px 12px 10px 5px;
}
.breadnew a:link {
	color: #132df8;
	text-decoration: none;
}
.breadnew a:visited {
	color: #00F;
	text-decoration: none;
}
.breadnew a:hover {
	color: #0D2842;
	text-decoration: underline;
}
.breadnew a:active {
	color: #0D2842;
	text-decoration: underline;
}
.bread_symbol {
	margin: 0px 3px 0px 3px;
}

/* Reading comprehension styles starts here */

.main_head1 {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	background: #3ca5f5; 
	text-align:center; 
	margin: 0px auto; 
	color:#f3f5f7; 
	border-bottom: 1px solid #4c98d8; 
	border-top: 1px solid #4c98d8;
	font-size: 15px; 
	padding:3px;
}

/* Reading comprehension styles ends here */

.txt_bold {
	font-weight:bold;
}

.privacy_h1 {
	color: #f9f4f4 !important;
	background: linear-gradient(rgba(69, 121, 152, 0.5) 0%, rgb(51, 139, 239) 100%);
	padding: 5px 0px 5px 0px;
}
/*own banner*/
/* #leftbar_slideshow {
   position: relative;
   height: 650px;
   width: 160px;
}

#leftbar_slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  
}
#leftbar_slideshow img {
	width:170px;
	height:600px;
} */

/*own banner*/
.col-xs-3 > a > img {
    box-shadow: 0 0 10px #075a88;
}
.whats_cntdiv {
	padding: 5px 25px;
}
.cntdate_timediv {
	line-height:15px;
}
.view_txt {
	font-size:14px;
	font-weight:bold;
}
.social_div {
	margin:5px 25px; 
	text-align:center; 
	border:2px solid #0071BB;
	border-radius:10px;
	width:615px;
	height:110px;
	float: left;
}
.social_p1 {
	font-size: 15px;
	font-weight:bold;
	line-height: 14px; 
	margin-top: 10px;
}
.social_p2 {
	font-size: 15px;
	font-weight:bold;
	line-height: 14px;
	color:#7c8d9c;
}
.social_div > div > a {
	margin: 0px 10px 0px 10px;
}
.social_div > div > a > img {
	width:40px;height:40px;
}

 .page_a_link
 {
    font-family: arial, verdana;
    font-size: 14px;
    border: 1px #02b2f7 solid;
    color: #62878e;
    background-color: #f9fafb;
    padding: 8px;
    margin: 3px;
    text-decoration: none;
 }
.result_link_div {
	width: 100%;
	margin: 20px;
	float: left;
	text-align:center;
}
/*whats new footer*/
.col-footer-3p {
    float: left;
    width: 15%;
    height: auto;
    margin-top: 15px;
    text-align: left;
    padding: 0px 5px 0px 0px;
}
.col-footer-3p a {
    color: #FCFCFC;
    line-height: 14px;
    font-size: 11px;
    border-right: 1px solid grey;
    padding-right: 6px;
    padding-left: 0px;
}
.col-footer-3p a:hover {
    color: #FCFCFC;
}

.old_cntdiv1 {
	float:left;
	padding: 5px 0px;
	text-align: center;
	background-color: lightgrey;
	width:100%;

}

.extra_footerdiv {
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
}
.simplenavnew p a,
.simplenavnew1 p a{
	font-size: 15px;
}
/*main menu*/
.topnav {
  display:block;
  overflow: hidden;
  background-color: #0a1830;
  width:100%;
  margin:0px auto;
}

.topnav a {
    float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px 25px; /* Changed from 15px 22px */
	text-decoration: none;
	font-size: 16px;
	
}

.topnav a:hover {
    background-color: #e1f6fc;
    color: #036992;
}
.topnav .icon {
  display: none;
}

.topnav a img {
	width:20px;
	height:20px;
}
/*main menu*/
.add_cross {
	background: url(/images/arrow-minus-5.png) 96% center no-repeat !important;
}
.add_down {
	background: url(/images/downarrow1.png) 96% center no-repeat;
}
.add_greydown {
	background: url(/images/greydown_arrow.png) 96% center no-repeat;
}
#cssmenu > ul > li > ul > li > a > span {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#cssmenu > ul > li > ul > li > ul > li > a > span {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#cssmenu ul ul ul li {
	padding-left:12px;
}
#cssmenu ul ul ul {
	border-left:none;
	border-right:none;
}
.main_navs {
	width:100%;
	margin: 0px auto; 
	margin-top: 0px;
	background-color: white;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1;
}
.member_btn {
	background-color: #b12a06;
	border-radius: 10px;
	margin: 5px;
	padding: 10px !important;
	color:white;
	font-weight: 600;
}
.member_btn:hover {
	background-color: #fefaf9;
    color: #f90b0b;

}
.zoom_query {
    width: 85%;
	max-width: 350px;
    padding: 9px 0 9px 9px;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: 0 none;
    height: 40px;
    background: #e3e6ea;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
	margin-bottom: 10px;
	border: 1px solid #bdb9b9;
	margin-left:-4px;
}
#search_button {
    border: 0 none;
    background: #0e0f0f url(/images/search.png) center no-repeat;
    width: 35px;
    float: left;
    padding: 0;
    text-align: center;
    height: 40px;
    cursor: pointer;
}
ul#first_order > li > a {
	font-weight: 500;
	font-size: 14px;
	color: #474545;
	background: linear-gradient(#fffdfd 0%, #e3f5fb 100%);
}
ul#first_order > li > a:hover {
	color: #054ffd !important;
	background: #e0e0f9 !important;
}
ul#third_order > li > a:before {
    content: "»";
	position: absolute;
	left: 2px;
	bottom:15px;
	color: #F00;
	font-size:14px;
}

ul#third_order > li > a {
	color: #451472;
}
ul#third_order > li > a:hover { 
	background-color:#dddefb;
}

#cssmenu > ul > li > ul > li.has-sub > ul > li > a::before {
    content: "»";
    position: absolute;
    left: 2px;
    bottom: 15px;
    color: #F00;
    font-size: 14px;
}

.mob_views {
	display:none;
}
.main_sidebardiv {
	float:left;
	width: 25%;
    
}
.main_menudiv {
	width:100%;
	margin:0px auto;
}
#con_wholediv {
	width:100%; 
	max-width:1200px;
	margin:0px auto;
	z-index:2;
}
#con_subdiv {
	width:100%; 
	margin:0px auto;
	float:left;
	background-color: white;    
	margin-top: 1px;
	/* box-shadow: 0 0 10px #075a88; */
	    
}
.srchside_div {
	margin: 10px 0px 10px 10px;
}
a.first_ord_a {
	border-bottom:1px solid antiquewhite;
	font-family: TTNorms,Arial,sans-serif !important;
	font-weight: bold !important; 
	font-size:12px;
	color: #666363;
}
a.second_ord_a {
	border-bottom:1px solid antiquewhite;
	font-family: TTNorms,Arial,sans-serif !important;
	font-weight: bold !important; 
	font-size:12px;
	color: #666363;
}
a.third_ord_a {
	border-bottom:1px solid antiquewhite;
	font-family: TTNorms,Arial,sans-serif !important;
	font-weight: bold !important; 
	font-size:12px;
}
ul#first_order > li > a > span {
	background: url(/images/downarrow1.png) 96% center no-repeat;
}
/* ul#second_order > li > a > span {
	background: url(/images/greydown_arrow.png) 96% center no-repeat;
} */
.extra_footerdiv {
	width:100%;
	margin:0px auto;
	max-width: 980px;
}
.media_link {
	width:10%;
}
.col-footer-3 a img {
	padding:5px;
}
.col-footer-3s p a {
	text-decoration:underline; 
	font-size:14px;
}
a.menu_lastchild {
	background: linear-gradient(#164b7d 0%, #164b7d 100%) !important;
    color: white !important;
}
/* .welcomemsg_closebtn {
  margin-right: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.welcomemsg_closebtn:hover {
  color: black;
}
.no_bgarrow {
	background:none !important;
} */

/* New Navbar with dropdown (User View) styles starts here 19/07/23 */

/* new headr style for child login 21-08-23 starts here*/
.topnav{
	overflow: visible
}

.topnav .main_menudiv{	
        text-align: center;	
}

.topnav a:not(.icon){	
        float: none;	
        display: inline-block;	
}

.topnav.before-login .main_menudiv > a{	
        padding: 15px 25px;	
}	
.before-login .nav-auth-wrapper{	
        margin-left: unset;	
		margin-right: 15px;
}	
.before-login .nav-auth-dropdown{	
        padding: 4px;	
        min-width: 130px;	
}	
.before-login-icon{	
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' width='20' height='20'%3E%3Cpath d='M15.71,12.71a6,6,0,1,0-7.42,0,10,10,0,0,0-6.22,8.18,1,1,0,0,0,2,.22,8,8,0,0,1,15.9,0,1,1,0,0,0,1,.89h.11a1,1,0,0,0,.88-1.1A10,10,0,0,0,15.71,12.71ZM12,12a4,4,0,1,1,4-4A4,4,0,0,1,12,12Z' fill='%23343a40' /%3E%3C/svg%3E%0A");	
        background-repeat: no-repeat;	
        background-position: center;	
}	
.topnav.before-login .n-a-d-features{	
        border: unset;	
        padding-bottom: unset;	
}
/* new headr style for child login 21-08-23 ends here*/

.nav-auth-wrapper *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.nav-auth-wrapper{
	user-select: none;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-auth-wrapper input[type="checkbox"],
.nav-auth-wrapper label{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.nav-auth-wrapper label span{
	display: block;
	--prop: 30px;
	height: var(--prop);
	width: var(--prop);
	border-radius: 50%;
	margin-right: 10px;
	background-color: #FFF;
	box-shadow: 0 0 4px #FFF;
	line-height: 30px;
	font-size: 18px !important;
	font-weight: 600;
	color: #164b7d;
	text-align: center;
	text-transform: uppercase;
}

.nav-auth-wrapper input[type="checkbox"]{
	appearance: none;
	height: 30px;
	width: 15px;
	position: relative;
}

.nav-auth-wrapper input[type="checkbox"]::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' height='15' width='15' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease-in-out;
}

.nav-auth-wrapper.mobile{
	background: #2e689d;
	border-radius: 7px;
	padding: 5px 10px;
}

.nav-auth-dropdown{
	position: absolute;
	z-index: 2;
	top: calc(100% + 18px);
	right: 0;
	background: #FFF;
	padding: 10px 12px 8px 12px;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	transform: scale(0);
	transform-origin: top right;
	transition: transform 0.4s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-auth-dropdown::after{
	--prop: 15px;
	content: "";
	position: absolute;
	height: var(--prop);
	width: var(--prop);
	bottom: calc(100% - calc(var(--prop) / 2));
	right: 34px;
	background: #FFF;
	transform: rotate(45deg);
	border-top: solid 1px rgba(0, 0, 0, 0.15);
	border-left: solid 1px rgba(0, 0, 0, 0.15);
}

.nav-auth-wrapper input[type="checkbox"]:checked::before{
	transform: translateY(-50%) rotate(-180deg);
}

.nav-auth-wrapper input[type="checkbox"]:checked + .nav-auth-dropdown{
	transform: scale(1);
}

.n-a-d-features{
	list-style-type: none;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.n-a-d-features li{
	white-space: nowrap;
}

.n-a-d-features li a{
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	padding: 4px 18px 4px 8px !important;
	position: relative;
	border-radius: 8px;
}

.n-a-d-features li a::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232e689d' height='12' width='12' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.n-a-d-features li a:hover::before{
	opacity: 1;
}

.n-a-d-features li a:hover p,
.n-a-d-features li a:hover span{
	color: #164b7d;
}

.n-a-d-log:hover p{
	color: #c1533f;
}

.n-a-d-log:hover{
	background: #faece8 !important;
}

.n-a-d-features li a:hover{
	background: #f5f8fa;
}

.n-a-d-features li a .icon-new,
.n-a-d-features li a p,
.n-a-d-features li a span{
	display: inline-block;
	vertical-align: middle;
}

.icon-new{
	--prop: 32px;
	height: var(--prop);
	width: var(--prop);
	position: relative;
	margin-right: 4px;
}

.icon-new::before{
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	transform: translate(-50%, calc(-50% + 1px));
}

.icon-new.mw4k-account-icon::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20'%3E%3Cpath d='M15.71,12.71a6,6,0,1,0-7.42,0,10,10,0,0,0-6.22,8.18,1,1,0,0,0,2,.22,8,8,0,0,1,15.9,0,1,1,0,0,0,1,.89h.11a1,1,0,0,0,.88-1.1A10,10,0,0,0,15.71,12.71ZM12,12a4,4,0,1,1,4-4A4,4,0,0,1,12,12Z' fill='%23343a40' /%3E%3C/svg%3E%0A");
}

.n-a-d-features li a:hover .icon-new.mw4k-account-icon::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20'%3E%3Cpath d='M15.71,12.71a6,6,0,1,0-7.42,0,10,10,0,0,0-6.22,8.18,1,1,0,0,0,2,.22,8,8,0,0,1,15.9,0,1,1,0,0,0,1,.89h.11a1,1,0,0,0,.88-1.1A10,10,0,0,0,15.71,12.71ZM12,12a4,4,0,1,1,4-4A4,4,0,0,1,12,12Z' fill='%232f5c8a' /%3E%3C/svg%3E%0A");
}

.icon-new.mw4k-children-icon::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48' width='33' height='33'%3E%3Cpath fill='%23343a40' fill-rule='evenodd' d='M15 18C17.2092 18 19 16.2091 19 14C19 11.7909 17.2092 10 15 10C12.7909 10 11 11.7909 11 14C11 16.2091 12.7909 18 15 18ZM15 16C16.1046 16 17 15.1046 17 14C17 12.8954 16.1046 12 15 12C13.8954 12 13 12.8954 13 14C13 15.1046 13.8954 16 15 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%23343a40' d='M18.2677 23.4022L12.5689 20.9998 18.2677 23.4038V23.4022zM18.2677 23.4022L18.4397 23.4747 18.2677 23.2147V23.4022z'/%3E%3Cpath fill='%23343a40' fill-rule='evenodd' d='M9.82026 19.9893C10.3831 19.5633 11.3317 18.9998 12.5689 18.9998H17.5654C18.9281 18.9998 19.9455 19.7185 20.4401 20.1179 21.0208 20.587 21.5221 21.1512 21.9105 21.6328 22.5286 22.3992 23.1009 23.268 23.4256 23.7607L23.4325 23.7712C23.5115 23.8912 23.572 23.9829 23.6168 24.0489 23.8241 24.3544 23.9675 24.6845 24.0499 25.0233 24.1229 24.6351 24.2764 24.2556 24.515 23.9094 24.614 23.7657 24.7327 23.5871 24.8715 23.3783L24.8832 23.3607C25.2627 22.7895 25.7756 22.0178 26.2823 21.3873 26.6434 20.938 27.1154 20.4096 27.6859 19.973 28.2292 19.5572 29.1535 19 30.364 19H35.193C36.5263 19 37.5172 19.7102 37.9931 20.0989 38.5547 20.5576 39.0392 21.109 39.4141 21.5791 40.0109 22.3275 40.5637 23.1759 40.8775 23.6575L40.8814 23.6636 40.8842 23.6678 40.8901 23.6768C40.9636 23.7896 41.0201 23.8764 41.0624 23.9394 41.9593 25.2759 41.6029 27.0865 40.2663 27.9835 39.7239 28.3474 39.1035 28.505 38.4978 28.4745 38.7856 29.517 39.0631 30.465 39.2627 31.1329 39.5774 32.1861 38.9459 33.3244 37.8311 33.5574 34.2202 34.3119 31.6674 34.2884 27.7869 33.5478 26.6489 33.3306 25.9856 32.1702 26.3211 31.0903 26.5271 30.4275 26.8086 29.4979 27.0974 28.4723 26.4677 28.5122 25.8205 28.3489 25.2607 27.9631 24.6516 27.5433 24.2519 26.933 24.0865 26.2674 23.9479 27.033 23.5135 27.7445 22.8189 28.2159 22.0534 28.7353 21.1338 28.8533 20.3089 28.6177 20.311 28.6346 20.3131 28.6515 20.3149 28.6685L20.9816 34.6685C21.1611 36.2836 20.022 37.7479 18.4124 37.9713 16.8028 38.1947 15.3079 37.0959 15.0408 35.493L15 35.2481 14.9591 35.493C14.692 37.0959 13.1972 38.1947 11.5876 37.9713 9.97797 37.7479 8.83886 36.2836 9.01831 34.6685L9.53564 30.0126 9.58469 28.6759C8.81254 28.8293 7.98151 28.6803 7.28467 28.1947 5.92538 27.2473 5.59144 25.3774 6.53881 24.0181 6.63747 23.8765 6.75506 23.7018 6.89204 23.498L6.91985 23.4566C7.31246 22.8723 7.84333 22.0822 8.36807 21.4365 8.74225 20.9761 9.23071 20.4355 9.82026 19.9893zM12.5689 20.9998C11.9514 20.9998 11.4254 21.2827 11.0272 21.584 10.6209 21.8916 10.2489 22.2934 9.92016 22.6979 9.46185 23.2618 8.98121 23.9748 8.57813 24.5746L8.56449 24.595C8.42511 24.8024 8.29296 24.999 8.17961 25.1617 7.86383 25.6148 7.97514 26.2381 8.42823 26.5538 8.88133 26.8696 9.50463 26.7583 9.82042 26.3052L11.7761 23.4952 11.5316 30.1599 11.0061 34.8894C10.9463 35.4277 11.326 35.9158 11.8625 35.9903 12.399 36.0648 12.8973 35.6985 12.9864 35.1642L13.9801 29.2021 15.0059 28.9741 16.0216 29.2121 17.0136 35.1642C17.1026 35.6985 17.6009 36.0648 18.1374 35.9903 18.674 35.9158 19.0537 35.4277 18.9938 34.8894L18.3272 28.8894C18.3216 28.8394 18.3126 28.7911 18.3004 28.7446L18.2677 28.62V23.4038L18.4412 23.4769 20.1018 25.9878C20.1756 26.0994 20.2435 26.2016 20.3069 26.2949 20.617 26.7519 21.2389 26.871 21.6959 26.5609 22.1529 26.2508 22.2719 25.6289 21.9618 25.1719 21.9089 25.094 21.8418 24.9922 21.7682 24.8804L18.4412 23.4769 18.4397 23.4747 21.7659 24.877 21.7624 24.8715C21.4333 24.372 20.907 23.5744 20.3537 22.8883 20.005 22.4559 19.6058 22.0149 19.1834 21.6738 18.7902 21.3562 18.2258 20.9998 17.5654 20.9998H12.5689zM28.8527 21.4975C29.2392 21.2017 29.755 20.9198 30.364 20.9198H35.193C35.8449 20.9198 36.3983 21.275 36.7787 21.5857 37.1889 21.9207 37.5758 22.3531 37.9132 22.7761 38.4485 23.4474 38.9576 24.2276 39.2756 24.7157L39.2788 24.7205C39.3509 24.8312 39.4167 24.9322 39.4683 25.0091 39.7744 25.4653 39.6528 26.0832 39.1966 26.3894 38.7419 26.6945 38.1263 26.5746 37.8193 26.122 37.5578 25.7366 37.0574 25.5945 36.6325 25.7849 36.2075 25.9753 35.9805 26.4433 36.094 26.895 36.5507 28.711 37.0938 30.5796 37.423 31.6814 34.0985 32.3746 31.8056 32.3592 28.1537 31.6627L28.1544 31.66C28.5028 30.5387 29.07 28.6471 29.5304 26.7951 29.6425 26.3442 29.4155 25.8777 28.9915 25.6876 28.5675 25.4976 28.0682 25.6385 27.8062 26.0222L27.7337 26.1279C27.4219 26.5802 26.8025 26.6942 26.3502 26.3824 25.8978 26.0706 25.7839 25.4512 26.0956 24.9989 26.205 24.8402 26.3326 24.6482 26.4672 24.4456L26.4717 24.4388C26.863 23.85 27.3317 23.1461 27.7787 22.59 28.0967 22.1942 28.4576 21.7999 28.8527 21.4975zM33.0002 18C35.2094 18 37.0002 16.2091 37.0002 14 37.0002 11.7909 35.2094 10 33.0002 10 30.7911 10 29.0002 11.7909 29.0002 14 29.0002 16.2091 30.7911 18 33.0002 18zM33.0002 16C34.1048 16 35.0002 15.1046 35.0002 14 35.0002 12.8954 34.1048 12 33.0002 12 31.8957 12 31.0002 12.8954 31.0002 14 31.0002 15.1046 31.8957 16 33.0002 16z' clip-rule='evenodd'/%3E%3Cpath fill='%23343a40' d='M29.8009 37.9867C29.0561 37.8869 28.5 37.2514 28.5 36.5V35.2639C29.653 35.4097 30.7435 35.5007 31.8172 35.5378L31.4471 36.8946C31.2494 37.6196 30.5457 38.0864 29.8009 37.9867zM34.5528 36.8946L34.1814 35.5327C35.2556 35.4912 36.3465 35.3966 37.5 35.25V36.5C37.5 37.2514 36.9439 37.8869 36.1991 37.9867 35.4543 38.0864 34.7506 37.6196 34.5528 36.8946z'/%3E%3C/svg%3E");
}

.n-a-d-features li a:hover .icon-new.mw4k-children-icon::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48' width='33' height='33'%3E%3Cpath fill='%232f5c8a' fill-rule='evenodd' d='M15 18C17.2092 18 19 16.2091 19 14C19 11.7909 17.2092 10 15 10C12.7909 10 11 11.7909 11 14C11 16.2091 12.7909 18 15 18ZM15 16C16.1046 16 17 15.1046 17 14C17 12.8954 16.1046 12 15 12C13.8954 12 13 12.8954 13 14C13 15.1046 13.8954 16 15 16Z' clip-rule='evenodd' %3E%3C/path%3E%3Cpath fill='%232f5c8a' d='M18.2677 23.4022L12.5689 20.9998 18.2677 23.4038V23.4022zM18.2677 23.4022L18.4397 23.4747 18.2677 23.2147V23.4022z' %3E%3C/path%3E%3Cpath fill='%232f5c8a' fill-rule='evenodd' d='M9.82026 19.9893C10.3831 19.5633 11.3317 18.9998 12.5689 18.9998H17.5654C18.9281 18.9998 19.9455 19.7185 20.4401 20.1179 21.0208 20.587 21.5221 21.1512 21.9105 21.6328 22.5286 22.3992 23.1009 23.268 23.4256 23.7607L23.4325 23.7712C23.5115 23.8912 23.572 23.9829 23.6168 24.0489 23.8241 24.3544 23.9675 24.6845 24.0499 25.0233 24.1229 24.6351 24.2764 24.2556 24.515 23.9094 24.614 23.7657 24.7327 23.5871 24.8715 23.3783L24.8832 23.3607C25.2627 22.7895 25.7756 22.0178 26.2823 21.3873 26.6434 20.938 27.1154 20.4096 27.6859 19.973 28.2292 19.5572 29.1535 19 30.364 19H35.193C36.5263 19 37.5172 19.7102 37.9931 20.0989 38.5547 20.5576 39.0392 21.109 39.4141 21.5791 40.0109 22.3275 40.5637 23.1759 40.8775 23.6575L40.8814 23.6636 40.8842 23.6678 40.8901 23.6768C40.9636 23.7896 41.0201 23.8764 41.0624 23.9394 41.9593 25.2759 41.6029 27.0865 40.2663 27.9835 39.7239 28.3474 39.1035 28.505 38.4978 28.4745 38.7856 29.517 39.0631 30.465 39.2627 31.1329 39.5774 32.1861 38.9459 33.3244 37.8311 33.5574 34.2202 34.3119 31.6674 34.2884 27.7869 33.5478 26.6489 33.3306 25.9856 32.1702 26.3211 31.0903 26.5271 30.4275 26.8086 29.4979 27.0974 28.4723 26.4677 28.5122 25.8205 28.3489 25.2607 27.9631 24.6516 27.5433 24.2519 26.933 24.0865 26.2674 23.9479 27.033 23.5135 27.7445 22.8189 28.2159 22.0534 28.7353 21.1338 28.8533 20.3089 28.6177 20.311 28.6346 20.3131 28.6515 20.3149 28.6685L20.9816 34.6685C21.1611 36.2836 20.022 37.7479 18.4124 37.9713 16.8028 38.1947 15.3079 37.0959 15.0408 35.493L15 35.2481 14.9591 35.493C14.692 37.0959 13.1972 38.1947 11.5876 37.9713 9.97797 37.7479 8.83886 36.2836 9.01831 34.6685L9.53564 30.0126 9.58469 28.6759C8.81254 28.8293 7.98151 28.6803 7.28467 28.1947 5.92538 27.2473 5.59144 25.3774 6.53881 24.0181 6.63747 23.8765 6.75506 23.7018 6.89204 23.498L6.91985 23.4566C7.31246 22.8723 7.84333 22.0822 8.36807 21.4365 8.74225 20.9761 9.23071 20.4355 9.82026 19.9893zM12.5689 20.9998C11.9514 20.9998 11.4254 21.2827 11.0272 21.584 10.6209 21.8916 10.2489 22.2934 9.92016 22.6979 9.46185 23.2618 8.98121 23.9748 8.57813 24.5746L8.56449 24.595C8.42511 24.8024 8.29296 24.999 8.17961 25.1617 7.86383 25.6148 7.97514 26.2381 8.42823 26.5538 8.88133 26.8696 9.50463 26.7583 9.82042 26.3052L11.7761 23.4952 11.5316 30.1599 11.0061 34.8894C10.9463 35.4277 11.326 35.9158 11.8625 35.9903 12.399 36.0648 12.8973 35.6985 12.9864 35.1642L13.9801 29.2021 15.0059 28.9741 16.0216 29.2121 17.0136 35.1642C17.1026 35.6985 17.6009 36.0648 18.1374 35.9903 18.674 35.9158 19.0537 35.4277 18.9938 34.8894L18.3272 28.8894C18.3216 28.8394 18.3126 28.7911 18.3004 28.7446L18.2677 28.62V23.4038L18.4412 23.4769 20.1018 25.9878C20.1756 26.0994 20.2435 26.2016 20.3069 26.2949 20.617 26.7519 21.2389 26.871 21.6959 26.5609 22.1529 26.2508 22.2719 25.6289 21.9618 25.1719 21.9089 25.094 21.8418 24.9922 21.7682 24.8804L18.4412 23.4769 18.4397 23.4747 21.7659 24.877 21.7624 24.8715C21.4333 24.372 20.907 23.5744 20.3537 22.8883 20.005 22.4559 19.6058 22.0149 19.1834 21.6738 18.7902 21.3562 18.2258 20.9998 17.5654 20.9998H12.5689zM28.8527 21.4975C29.2392 21.2017 29.755 20.9198 30.364 20.9198H35.193C35.8449 20.9198 36.3983 21.275 36.7787 21.5857 37.1889 21.9207 37.5758 22.3531 37.9132 22.7761 38.4485 23.4474 38.9576 24.2276 39.2756 24.7157L39.2788 24.7205C39.3509 24.8312 39.4167 24.9322 39.4683 25.0091 39.7744 25.4653 39.6528 26.0832 39.1966 26.3894 38.7419 26.6945 38.1263 26.5746 37.8193 26.122 37.5578 25.7366 37.0574 25.5945 36.6325 25.7849 36.2075 25.9753 35.9805 26.4433 36.094 26.895 36.5507 28.711 37.0938 30.5796 37.423 31.6814 34.0985 32.3746 31.8056 32.3592 28.1537 31.6627L28.1544 31.66C28.5028 30.5387 29.07 28.6471 29.5304 26.7951 29.6425 26.3442 29.4155 25.8777 28.9915 25.6876 28.5675 25.4976 28.0682 25.6385 27.8062 26.0222L27.7337 26.1279C27.4219 26.5802 26.8025 26.6942 26.3502 26.3824 25.8978 26.0706 25.7839 25.4512 26.0956 24.9989 26.205 24.8402 26.3326 24.6482 26.4672 24.4456L26.4717 24.4388C26.863 23.85 27.3317 23.1461 27.7787 22.59 28.0967 22.1942 28.4576 21.7999 28.8527 21.4975zM33.0002 18C35.2094 18 37.0002 16.2091 37.0002 14 37.0002 11.7909 35.2094 10 33.0002 10 30.7911 10 29.0002 11.7909 29.0002 14 29.0002 16.2091 30.7911 18 33.0002 18zM33.0002 16C34.1048 16 35.0002 15.1046 35.0002 14 35.0002 12.8954 34.1048 12 33.0002 12 31.8957 12 31.0002 12.8954 31.0002 14 31.0002 15.1046 31.8957 16 33.0002 16z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%232f5c8a' d='M29.8009 37.9867C29.0561 37.8869 28.5 37.2514 28.5 36.5V35.2639C29.653 35.4097 30.7435 35.5007 31.8172 35.5378L31.4471 36.8946C31.2494 37.6196 30.5457 38.0864 29.8009 37.9867zM34.5528 36.8946L34.1814 35.5327C35.2556 35.4912 36.3465 35.3966 37.5 35.25V36.5C37.5 37.2514 36.9439 37.8869 36.1991 37.9867 35.4543 38.0864 34.7506 37.6196 34.5528 36.8946z'%3E%3C/path%3E%3C/svg%3E");
}

.icon-new.mw4k-group-icon::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 124 124' width='28' height='28'%3E%3Cpath d='M113.593 58.37a13.806 13.806 0 0 0 2.886-8.44c0-7.684-6.281-13.935-14-13.935s-14 6.251-14 13.935c0 3.172 1.082 6.091 2.883 8.435a20.179 20.179 0 0 0-7.573 7.314 26.481 26.481 0 0 0-7.746-6.069C79.112 56.25 81 51.804 81 46.915 81 36.485 72.477 28 62 28s-19 8.485-19 18.915c0 4.884 1.885 9.326 4.947 12.686a26.457 26.457 0 0 0-7.739 6.08 20.157 20.157 0 0 0-7.575-7.309c1.803-2.346 2.887-5.267 2.887-8.442 0-7.684-6.28-13.935-14-13.935s-14 6.251-14 13.935c0 3.173 1.083 6.092 2.884 8.437C4.215 61.773 0 68.314 0 75.838v7.848c0 1.099.896 1.991 2 1.991h31.748v8.332c0 1.099.896 1.991 2 1.991h52.504c1.104 0 2-.891 2-1.991v-8.332H122c1.104 0 2-.891 2-1.991v-7.848c0-7.525-4.213-14.068-10.407-17.468zm-11.114-18.508c5.556 0 10.076 4.516 10.076 10.068s-4.52 10.068-10.076 10.068-10.075-4.516-10.075-10.068 4.519-10.068 10.075-10.068zM62 31.981c8.212 0 14.892 6.699 14.892 14.934S70.212 61.849 62 61.849 47.108 55.15 47.108 46.915 53.788 31.981 62 31.981zm-40.479 7.881c5.556 0 10.076 4.516 10.076 10.068s-4.52 10.068-10.076 10.068-10.076-4.516-10.076-10.068 4.52-10.068 10.076-10.068zM4 75.838c0-6.463 3.875-12.034 9.43-14.557 4.795 3.396 11.359 3.403 16.161.016a16.123 16.123 0 0 1 8.002 7.931 25.898 25.898 0 0 0-3.801 12.467H4v-5.857zm82.252 16.181H37.748v-9.201c0-9.11 5.548-16.941 13.451-20.361 6.431 4.443 15.161 4.446 21.595.006 7.906 3.416 13.458 11.243 13.458 20.355v9.201zM120 81.696H90.21a25.833 25.833 0 0 0-3.789-12.424 16.099 16.099 0 0 1 7.988-7.975c4.794 3.382 11.347 3.381 16.141-.001 5.563 2.515 9.45 8.074 9.45 14.542v5.858z' fill='%23343a40' stroke='%23343a40' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.n-a-d-features li a:hover .icon-new.mw4k-group-icon::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 124 124' width='28' height='28'%3E%3Cpath d='M113.593 58.37a13.806 13.806 0 0 0 2.886-8.44c0-7.684-6.281-13.935-14-13.935s-14 6.251-14 13.935c0 3.172 1.082 6.091 2.883 8.435a20.179 20.179 0 0 0-7.573 7.314 26.481 26.481 0 0 0-7.746-6.069C79.112 56.25 81 51.804 81 46.915 81 36.485 72.477 28 62 28s-19 8.485-19 18.915c0 4.884 1.885 9.326 4.947 12.686a26.457 26.457 0 0 0-7.739 6.08 20.157 20.157 0 0 0-7.575-7.309c1.803-2.346 2.887-5.267 2.887-8.442 0-7.684-6.28-13.935-14-13.935s-14 6.251-14 13.935c0 3.173 1.083 6.092 2.884 8.437C4.215 61.773 0 68.314 0 75.838v7.848c0 1.099.896 1.991 2 1.991h31.748v8.332c0 1.099.896 1.991 2 1.991h52.504c1.104 0 2-.891 2-1.991v-8.332H122c1.104 0 2-.891 2-1.991v-7.848c0-7.525-4.213-14.068-10.407-17.468zm-11.114-18.508c5.556 0 10.076 4.516 10.076 10.068s-4.52 10.068-10.076 10.068-10.075-4.516-10.075-10.068 4.519-10.068 10.075-10.068zM62 31.981c8.212 0 14.892 6.699 14.892 14.934S70.212 61.849 62 61.849 47.108 55.15 47.108 46.915 53.788 31.981 62 31.981zm-40.479 7.881c5.556 0 10.076 4.516 10.076 10.068s-4.52 10.068-10.076 10.068-10.076-4.516-10.076-10.068 4.52-10.068 10.076-10.068zM4 75.838c0-6.463 3.875-12.034 9.43-14.557 4.795 3.396 11.359 3.403 16.161.016a16.123 16.123 0 0 1 8.002 7.931 25.898 25.898 0 0 0-3.801 12.467H4v-5.857zm82.252 16.181H37.748v-9.201c0-9.11 5.548-16.941 13.451-20.361 6.431 4.443 15.161 4.446 21.595.006 7.906 3.416 13.458 11.243 13.458 20.355v9.201zM120 81.696H90.21a25.833 25.833 0 0 0-3.789-12.424 16.099 16.099 0 0 1 7.988-7.975c4.794 3.382 11.347 3.381 16.141-.001 5.563 2.515 9.45 8.074 9.45 14.542v5.858z' fill='%232f5c8a' stroke='%232f5c8a' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.icon-new.mw4k-assignment-icon::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='35' height='35'%3E%3Cpath fill='%23ffffff' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m278.2 375-148.1-42.8c-13.5-3.9-21.3-18-17.4-31.6l58.8-203.3c3.9-13.5 18-21.3 31.6-17.4l148.1 42.8c13.5 3.9 21.3 18 17.4 31.6l-58.8 203.3c-3.9 13.5-18 21.3-31.6 17.4z'/%3E%3Cpath fill='%23ffffff' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M348.3 408.8 196.1 434c-13.9 2.3-27-7.1-29.3-21l-34.6-208.8c-2.3-13.9 7.1-27 21-29.3l152.1-25.2c13.9-2.3 27 7.1 29.3 21l34.6 208.8c2.3 13.8-7.1 27-20.9 29.3z'/%3E%3Cpath fill='none' stroke='%23e8eff3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m274.3 379.7 52.6-7.4'/%3E%3Cpath fill='%23ffffff' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M276.2 391H122c-14.1 0-25.5-11.4-25.5-25.5V153.9c0-14.1 11.4-25.5 25.5-25.5h154.2c14.1 0 25.5 11.4 25.5 25.5v211.6c0 14.1-11.4 25.5-25.5 25.5z'/%3E%3Cpath fill='none' stroke='%23e9ecef' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M131.8 220.8h96'/%3E%3Cpath fill='%23adb5bd' d='M266.7 189.2h-135c-4.1 0-7.4-3.3-7.4-7.4v-19c0-4.1 3.3-7.4 7.4-7.4h135c4.1 0 7.4 3.3 7.4 7.4v19c-.1 4.1-3.4 7.4-7.4 7.4z'/%3E%3Cpath fill='none' stroke='%23e9ecef' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M130.5 249.2h53M132.5 281.4h96M131.2 309.8h53'/%3E%3Cpath fill='%23FFF' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m276.3 340.8-29.8 9.4c-7.6 2.4-14.5-5.1-11.4-12.5l12-28.8c.5-1.3 1.3-2.4 2.3-3.3l135.7-124.3c3.8-3.5 9.7-3.2 13.2.6l17.8 19.4c3.5 3.8 3.2 9.7-.6 13.2L279.8 338.8c-1 .9-2.2 1.6-3.5 2z'/%3E%3Cpath fill='%23FFF' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m391.4 228.1-22-24.1c-2.3-2.5-2.1-6.4.4-8.7l14-12.8c2.5-2.3 6.4-2.1 8.7.4l22.1 24.1c2.3 2.5 2.1 6.4-.4 8.7l-14 12.8c-2.5 2.3-6.4 2.1-8.8-.4z'/%3E%3C/svg%3E%0A");
}

.n-a-d-features li a:hover .icon-new.mw4k-assignment-icon::before{
	content: url("data:image/svg+xml, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='35' height='35'%3E%3Cpath fill='%23ffffff' stroke='%232f5c8a' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m278.2 375-148.1-42.8c-13.5-3.9-21.3-18-17.4-31.6l58.8-203.3c3.9-13.5 18-21.3 31.6-17.4l148.1 42.8c13.5 3.9 21.3 18 17.4 31.6l-58.8 203.3c-3.9 13.5-18 21.3-31.6 17.4z'/%3E%3Cpath fill='%23ffffff' stroke='%232f5c8a' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M348.3 408.8 196.1 434c-13.9 2.3-27-7.1-29.3-21l-34.6-208.8c-2.3-13.9 7.1-27 21-29.3l152.1-25.2c13.9-2.3 27 7.1 29.3 21l34.6 208.8c2.3 13.8-7.1 27-20.9 29.3z'/%3E%3Cpath fill='none' stroke='%23e8eff3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m274.3 379.7 52.6-7.4'/%3E%3Cpath fill='%23ffffff' stroke='%232f5c8a' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M276.2 391H122c-14.1 0-25.5-11.4-25.5-25.5V153.9c0-14.1 11.4-25.5 25.5-25.5h154.2c14.1 0 25.5 11.4 25.5 25.5v211.6c0 14.1-11.4 25.5-25.5 25.5z'/%3E%3Cpath fill='none' stroke='%23e9ecef' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M131.8 220.8h96'/%3E%3Cpath fill='%239fb4cb' d='M266.7 189.2h-135c-4.1 0-7.4-3.3-7.4-7.4v-19c0-4.1 3.3-7.4 7.4-7.4h135c4.1 0 7.4 3.3 7.4 7.4v19c-.1 4.1-3.4 7.4-7.4 7.4z'/%3E%3Cpath fill='none' stroke='%23e9ecef' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='M130.5 249.2h53M132.5 281.4h96M131.2 309.8h53'/%3E%3Cpath fill='%23FFF' stroke='%232f5c8a' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m276.3 340.8-29.8 9.4c-7.6 2.4-14.5-5.1-11.4-12.5l12-28.8c.5-1.3 1.3-2.4 2.3-3.3l135.7-124.3c3.8-3.5 9.7-3.2 13.2.6l17.8 19.4c3.5 3.8 3.2 9.7-.6 13.2L279.8 338.8c-1 .9-2.2 1.6-3.5 2z'/%3E%3Cpath fill='%23FFF' stroke='%232f5c8a' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='16' d='m391.4 228.1-22-24.1c-2.3-2.5-2.1-6.4.4-8.7l14-12.8c2.5-2.3 6.4-2.1 8.7.4l22.1 24.1c2.3 2.5 2.1 6.4-.4 8.7l-14 12.8c-2.5 2.3-6.4 2.1-8.8-.4z'/%3E%3C/svg%3E%0A");
}

/*Collection Icon Style Starts Here 05-01-2024*/
.icon-new.mw4k-favorites-icon::before{
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23343a40' stroke-width='1'%3E%3Cpath d='M10.577 8.704C11.21 7.568 11.527 7 12 7c.473 0 .79.568 1.423 1.704l.164.294c.18.323.27.484.41.59.14.107.316.147.665.226l.318.072c1.23.278 1.845.417 1.991.888.147.47-.273.96-1.111 1.941l-.217.254c-.238.278-.357.418-.41.59-.055.172-.037.358 0 .73l.032.338c.127 1.308.19 1.962-.193 2.253-.383.29-.958.026-2.11-.504l-.298-.138c-.327-.15-.49-.226-.664-.226-.173 0-.337.076-.664.226l-.298.138c-1.152.53-1.727.795-2.11.504-.383-.29-.32-.945-.193-2.253l.032-.338c.037-.372.055-.558 0-.73-.053-.172-.172-.312-.41-.59l-.217-.254c-.838-.98-1.258-1.47-1.111-1.941.146-.47.76-.61 1.99-.888l.319-.072c.35-.08.524-.119.665-.225.14-.107.23-.268.41-.59l.164-.295Z'/%3E%3Cpath opacity='.5' d='M12 2v2M12 20v2M2 12h2M20 12h2' stroke-linecap='round'/%3E%3Cpath d='m6 18 .343-.343M17.657 6.343 18 6M18 18l-.343-.343M6.343 6.343 6 6' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}

.n-a-d-features li a:hover .icon-new.mw4k-favorites-icon::before{
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%232f5c8a' stroke-width='1'%3E%3Cpath d='M10.577 8.704C11.21 7.568 11.527 7 12 7c.473 0 .79.568 1.423 1.704l.164.294c.18.323.27.484.41.59.14.107.316.147.665.226l.318.072c1.23.278 1.845.417 1.991.888.147.47-.273.96-1.111 1.941l-.217.254c-.238.278-.357.418-.41.59-.055.172-.037.358 0 .73l.032.338c.127 1.308.19 1.962-.193 2.253-.383.29-.958.026-2.11-.504l-.298-.138c-.327-.15-.49-.226-.664-.226-.173 0-.337.076-.664.226l-.298.138c-1.152.53-1.727.795-2.11.504-.383-.29-.32-.945-.193-2.253l.032-.338c.037-.372.055-.558 0-.73-.053-.172-.172-.312-.41-.59l-.217-.254c-.838-.98-1.258-1.47-1.111-1.941.146-.47.76-.61 1.99-.888l.319-.072c.35-.08.524-.119.665-.225.14-.107.23-.268.41-.59l.164-.295Z'/%3E%3Cpath opacity='.5' d='M12 2v2M12 20v2M2 12h2M20 12h2' stroke-linecap='round'/%3E%3Cpath d='m6 18 .343-.343M17.657 6.343 18 6M18 18l-.343-.343M6.343 6.343 6 6' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
/*Collection Icon Style Ends Here 05-01-2024*/

.n-a-d-log{
	position: relative;
}

.n-a-d-log::before{
	--prop: 20px;
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='20' height='20' %3E%3Cpath d='M7,28H17a3,3,0,0,0,3-3V24a1,1,0,0,0-2,0v1a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H17a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V7a3,3,0,0,0-3-3H7A3,3,0,0,0,4,7V25A3,3,0,0,0,7,28Z' fill='%236c757d'/%3E%3Cpath d='M24.29,11.05a1,1,0,0,0-1.41,1.41L25.41,15H11a1,1,0,0,0,0,2H25.41l-2.53,2.54a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l2.83-2.83a3,3,0,0,0,0-4.24Z' fill='%236c757d'/%3E%3C/svg%3E");
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	height: var(--prop);
	width: var(--prop);
}

.n-a-d-log:hover::before{
	content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='20' height='20' %3E%3Cpath d='M7,28H17a3,3,0,0,0,3-3V24a1,1,0,0,0-2,0v1a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H17a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V7a3,3,0,0,0-3-3H7A3,3,0,0,0,4,7V25A3,3,0,0,0,7,28Z' fill='%23c1533f'/%3E%3Cpath d='M24.29,11.05a1,1,0,0,0-1.41,1.41L25.41,15H11a1,1,0,0,0,0,2H25.41l-2.53,2.54a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l2.83-2.83a3,3,0,0,0,0-4.24Z' fill='%23c1533f'/%3E%3C/svg%3E");
}

.n-a-d-features li a p,
.n-a-d-log p{
	font-size: 16px;
	font-weight: 600;
}

.n-a-d-features li a p{
	color: #343a40;
}

.n-a-d-log p{
	color: #6c757d;
}

.n-a-d-features li a span{
	color: #164b7d;
	background: #f1f5fa;
	padding: 2px 4px;
	border: 1px solid #d0e5ff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 5px;
}

.n-a-d-log{
	display: block;
	width: 100%;
	padding: 4px 10px 6px 35px !important;
	text-align: left !important;
	border-radius: 6px;
	margin-top: 4px;
}

.n-a-d-details{
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	text-align: left;
}

.n-a-d-details p{
	display: inline-block;
	vertical-align: middle;
}

.n-a-d-d-icon{
	--prop: 35px;
	height: var(--prop);
	width: var(--prop);
	margin-right: 5px;
	border-radius: 50%;
	background: linear-gradient(135deg, #94bbdf, #164b7d);
	position: relative;
	text-align: center;	
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
	color: #FFF;
	line-height: calc(var(--prop) - 3px);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}	

.auth-user-name{
	font-size: 17px;
	font-weight: 600;
	color: #164b7d;
	letter-spacing: 0.5px;
	max-width: 155px;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* New Navbar with dropdown (User View) styles ends here 19/07/23 */

.top_grade {
	width: 100%;
	max-width: 758px;
	padding-bottom: 5px;
	border-bottom: 2px solid #1390fb;
}

.sub_column, p {
	font-size: 15px;
    line-height: 1.6;
    padding-top: 5px;
    clear: both;
	padding-left: 0px;
	color: #474545;
}

.col-xs-3 {
	float: left;
    width: 27%;
    height: auto;
    margin-top: 10px;
    text-align: center;
	position: sticky;
}

.col-xs-9 {
    float: left;
    width: 70%;
    height: auto;
    margin-top: 5px;
    padding-left: 10px;
}

.col-xs-9 li {
    display: inline-block;
    padding-right: 12px;
}

.sm_img_div_new {
	width: 35%;
}

.padr0 {
    padding-right: 0;
}

.sm_cnt_div_new {
    width: 62%;
	padding-left: 0px;
}

.subnew {
	font-size: 15px;
    font-weight: bold;
    color: #06C;
    text-align: left;
}

.relnew, .rel1new{
	max-width: 99%;
}

.no_hrefurl {
	color: #c42c04 !important;
	text-decoration: none !important;
	cursor: default;
}
.no_hrefurl:hover {
	text-decoration: none !important;
}

.free1::before{
	content: '';
	height: 1em;
	background: url('/images/fill-free-n.png') 5px -1px no-repeat;
	display: block;
}

/*modal*/
	.modal {
		display: none; 
		position: fixed; 
		z-index: 1; 
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%; 
		overflow: auto; 
		background-color: rgb(0,0,0); 
		background-color: rgba(0,0,0,0.4); 
	}
	
	
	.modal-content {
		background-color: #fefefe;
		margin: 8% auto; 
		padding: 10px;
		border: 2px solid #8e9090;
		width: 40%; 
		text-align: center;
		font-family:ProximaNova, Arial, sans-serif;
		color:#7e868a;
	}
	
	
	.close {
		color: #aaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}
	
	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
	.head_unique {
	padding:15px 35px;
	margin:-10px -50px;
	text-align:center;
	border-radius:10px 10px 0 0;
	font-style:normal;
	font-weight: bold;
	font-size:16px;	
	}
	hr {
	margin:10px -10px;
	border:0;
	border-top:1px solid #50a5ce;
	}
	hr.type_3 {
	border: 0;
	height: 25px;
	background-image: url(/images/type_3.png);
	background-repeat: no-repeat;
	}
	.show_popup {
		cursor:pointer;
	}
	.link_txt {
		font-style:normal;
		color:#08abf9;
	}
	.hr_img {
		max-width:550px; 
		height:26px;
		width:100%;
	}
	.benefit_div {
		padding:20px 15px; 
		background-color:#f0f1f3; 
		font-family:ProximaNova, Arial, sans-serif;
		overflow: auto;
	}
	.head_txt {
		font-size:19px; 
		color: #06caf7;
	}
	.benefit_p {
		color: #656869;
		font-size:15px;
	}
	.span_p {
		font-size:25px; 
		color:#06caf7; 
		line-height: 0px;
	}
	.padd_lft {
		padding-left:26px;
	}
	.benefit_txtdiv {
		width:100%;
		float:left;
		text-align:left;
		margin-top: 15px;
		font-size: 14px;
		color: #574f4f;
		line-height: 20px;
	}
	.benefit_part {
		width:50%;
		float:left;
	}
	.span_pnew {
		line-height: 0px;
		font-size: 16px; 
		color: #06caf7;
		margin-left: 25px; 
		margin-right: 7px;
	}
	
	.txt_red {
		color: red;
		font-size: 13px;
		font-weight: bold;
	}
	
	/*modal*/
	
	/* Offline worksheets related css starts here */
	
	/* button related styles */
	.ans-key-disp,
	.add-to-col-disp{
		--wh: 32px;
		
		display: inline-block;
		width: var(--wh);
		height: var(--wh);
		position: relative;
		border-radius: 50%;
		cursor: pointer;
		vertical-align: text-bottom;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
		border: none;
		outline: none;
		margin-left: 4px;
		/* background-image: linear-gradient(to bottom right, #7ea5d1, #143359); */
		background: linear-gradient(to bottom, #003873, #25314A);
	}
	
	.dwd-set-section.befor-log{
		width: 100%;
		box-sizing: border-box;
	}
	
	.befor-log .ans-key-disp,
	.befor-log .add-to-col-disp{
		--wh: 35px !important;
		background: linear-gradient(to bottom right, #07b307, #085908);
	}
	
	.ans-key-disp::before,
	.add-to-col-disp::before{
		--thisWH: 18px;
		width: var(--thisWH);
		height: var(--thisWH);
		position: absolute;
		top: 50%;
		left: 50%;
	}
	
	.add-to-col-disp::before,
	.ans-key-disp::before{
		transform: translate(-50%, -50%) scale(1.15);
	}
	
	.ans-key-disp::before{
		content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75957 10.7059L10.4453 10.0028C10.4453 10.0028 12.3966 10.7588 14.3653 8.80746C16.0354 7.1374 15.2968 4.5184 14.2073 3.44628C13.0468 2.28584 10.5684 1.58272 8.75776 3.3934C6.94707 5.20409 7.72051 7.34834 7.72051 7.34834L2.74576 12.3057L2.88639 14.8898L5.41764 15.0478L5.55826 13.7822L6.87676 13.6242L6.99995 12.3057L8.30101 12.1296L8.49451 10.864L9.75957 10.7059ZM13.5216 4.1494C14.295 4.92284 14.5059 5.96009 13.9963 6.45228C13.4867 6.9619 12.4669 6.75096 11.6934 5.97753C10.92 5.20409 10.6916 4.16684 11.2013 3.67465C11.6934 3.16503 12.7481 3.37597 13.5216 4.1494ZM3.3437 13.29L3.30826 12.5515L8.03664 7.82309L8.42364 8.21009L3.3437 13.29Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
	}
	
	.add-to-col-disp::before,
	.add-to-col-disp[data-added='false']::before{
		content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.153 5.408C10.42 3.136 11.053 2 12 2c.947 0 1.58 1.136 2.847 3.408l.328.588c.36.646.54.969.82 1.182.28.213.63.292 1.33.45l.636.144c2.46.557 3.689.835 3.982 1.776.292.94-.546 1.921-2.223 3.882l-.434.507c-.476.557-.715.836-.822 1.18-.107.345-.071.717.001 1.46l.066.677c.253 2.617.38 3.925-.386 4.506-.766.582-1.918.051-4.22-1.009l-.597-.274c-.654-.302-.981-.452-1.328-.452-.347 0-.674.15-1.329.452l-.595.274c-2.303 1.06-3.455 1.59-4.22 1.01-.767-.582-.64-1.89-.387-4.507l.066-.676c.072-.744.108-1.116 0-1.46-.106-.345-.345-.624-.821-1.18l-.434-.508c-1.677-1.96-2.515-2.941-2.223-3.882.293-.941 1.523-1.22 3.983-1.776l.636-.144c.699-.158 1.048-.237 1.329-.45.28-.213.46-.536.82-1.182l.328-.588Z' fill='%23fff'/%3E%3C/svg%3E");
	}
	
	.add-to-col-disp[data-added='true']::before{
		content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23fdba74' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.153 5.408C10.42 3.136 11.053 2 12 2c.947 0 1.58 1.136 2.847 3.408l.328.588c.36.646.54.969.82 1.182.28.213.63.292 1.33.45l.636.144c2.46.557 3.689.835 3.982 1.776.292.94-.546 1.921-2.223 3.882l-.434.507c-.476.557-.715.836-.822 1.18-.107.345-.071.717.001 1.46l.066.677c.253 2.617.38 3.925-.386 4.506-.766.582-1.918.051-4.22-1.009l-.597-.274c-.654-.302-.981-.452-1.328-.452-.347 0-.674.15-1.329.452l-.595.274c-2.303 1.06-3.455 1.59-4.22 1.01-.767-.582-.64-1.89-.387-4.507l.066-.676c.072-.744.108-1.116 0-1.46-.106-.345-.345-.624-.821-1.18l-.434-.508c-1.677-1.96-2.515-2.941-2.223-3.882.293-.941 1.523-1.22 3.983-1.776l.636-.144c.699-.158 1.048-.237 1.329-.45.28-.213.46-.536.82-1.182l.328-.588Z' fill='%23fdba74'/%3E%3C/svg%3E")
	}
	
	.add-to-col-disp[data-added='processing']::before{
		content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 367.136 367.136' xml:space='preserve' stroke='%23fff'%3E%3Cpath d='M367.136 149.7V36.335l-39.14 38.953a182.447 182.447 0 0 0-47.732-44.706c-29.33-18.898-63.352-28.888-98.391-28.888C81.588 1.694 0 83.282 0 183.568s81.588 181.874 181.874 181.874c34.777 0 68.584-9.851 97.768-28.488 28.394-18.133 51.175-43.703 65.881-73.944l-26.979-13.119c-25.66 52.77-78.029 85.551-136.669 85.551C98.13 335.442 30 267.312 30 183.568S98.13 31.694 181.874 31.694c49.847 0 96.439 24.9 124.571 65.042L253.226 149.7h113.91z'/%3E%3C/svg%3E");
		opacity: .8;
		animation: loading 1s ease .1s infinite;
	}
	
	@keyframes loading {
		from{
			transform: translate(-50%, -50%) rotate(0);
		}
		to{
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	
	.wrks-section li{
		margin: 4px;
		border: 1px solid #cfcfcf;
		padding: 6px;
		border-radius: 20px;
		box-shadow: 0px 7px 10px rgba(0,0,0,.1);
	}
	
	.wrks-section li a{
		color: transparent;
	}
	
	.dwd-set-section{
		display: inline-block;
		margin: 6px 0 5px 0;
		padding-left: 5px;
	}

	.grd-margn-ul {
		margin: 25px 0 15px 0;
	}
	
	.dwd-all-btn{
		background: linear-gradient(to bottom right, #07b307, #085908);
		color: #fff;
		font-size: 15px;
		padding: 6px 14px 7px 30px !important;
		border-radius: 4px;
		outline: none;
		border: none;
		position: relative;
		cursor: pointer;
	}
	
	a.dwd-all-btn{
		text-decoration: none !important;
		color: #fff !important;
	}
	
	.dwd-all-btn::before{
		--wh: 14px;
	
		content: url('/images/arrow-grade-5.png');
		width: var(--wh);
		height: var(--wh);
		position: absolute;
		top: 50%;
		left: 9px;
		transform: translateY(-72%);
	}
	
	.dwd-set-section li:not(.free1){
		padding: 0 !important;
	}
	
	.dwd-set-section li.free1{
		padding-right: 0 !important;
	}
	
	.dwd-set-section li a{
		display: inline-block;
		vertical-align: middle;
	}
	
	.dwd-set-section li button{
		vertical-align: middle;
		cursor: pointer;
	}
	
	/* membership popups */
	.mod-cnt-disp-none{
		display: none;
	}
	
	.ans-key-modal-cnt *,
	.add-to-col-modal-cnt *{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
	
	.ans-key-modal-cnt,
	.ans-key-modal-leading::after,
	.ans-key-modal-leading svg,
	.add-to-col-modal-cnt,
	.add-to-col-modal-leading::after,
	.add-to-col-modal-leading svg{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.add-to-col-modal-cnt,
	.ans-key-modal-cnt{
		--badgeWH: 100px;
	
		width: 340px;
		background: linear-gradient(#fffbeb 80px, #fff 130px);
		border-radius: 15px;
		text-align: center;
		box-shadow: 0px 15px 30px rgba(0,0,0,.1);
	}
	
	.add-to-col-modal-leading,
	.ans-key-modal-leading{
		width: var(--badgeWH);
		height: var(--badgeWH);
		position: relative;
		border-radius: 50%;
		margin: 0 auto;
	}
	
	.add-to-col-modal-leading::before,
	.add-to-col-modal-leading::after,
	.ans-key-modal-leading::before,
	.ans-key-modal-leading::after{
		content: '';
		display: inherit;
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.add-to-col-modal-leading::before,
	.ans-key-modal-leading::before{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg class='vertical-lines' stroke='%23d97706'%3E%3Cpath d='M 0 10 L 100 10' /%3E%3Cpath d='M 0 20 L 100 20' /%3E%3Cpath d='M 0 30 L 100 30' /%3E%3Cpath d='M 0 40 L 100 40' /%3E%3Cpath d='M 0 50 L 100 50' /%3E%3Cpath d='M 0 60 L 100 60' /%3E%3Cpath d='M 0 70 L 100 70' /%3E%3Cpath d='M 0 80 L 100 80' /%3E%3Cpath d='M 0 90 L 100 90' /%3E%3C/g%3E%3Cg class='horizontal-lines' stroke='%23d97706'%3E%3Cpath d='M 10 0 L 10 100' /%3E%3Cpath d='M 20 0 L 20 100' /%3E%3Cpath d='M 30 0 L 30 100' /%3E%3Cpath d='M 40 0 L 40 100' /%3E%3Cpath d='M 50 0 L 50 100' /%3E%3Cpath d='M 60 0 L 60 100' /%3E%3Cpath d='M 70 0 L 70 100' /%3E%3Cpath d='M 80 0 L 80 100' /%3E%3Cpath d='M 90 0 L 90 100' /%3E%3C/g%3E%3C/svg%3E");
		opacity: .4;
	}
	
	.add-to-col-modal-leading::after,
	.ans-key-modal-leading::after{
		background: radial-gradient(#fffbeb2b 20%, #fffbeb 70%)
	}
	
	.add-to-col-modal-leading svg,
	.ans-key-modal-leading svg{
		z-index: 1;
		filter: drop-shadow(0px 5px 10px rgba(202, 138, 4, 0.15))
	}
	
	.add-to-col-modal-txt,
	.ans-key-modal-txt{
		padding: 16px 25px 25px 25px;
	}
	
	.add-to-col-modal-txt p,
	.ans-key-modal-txt p{
		font-size: 16px;
		color: #292524;
		line-height: 1.8;
	}
	
	.add-to-col-modal-txt p span,
	.ans-key-modal-txt p span{
		font-weight: 600;
	}
	
	.add-to-col-modal-txt p:nth-child(2),
	.ans-key-modal-txt p:nth-child(2){
		margin-top: 12px;
	}
	
	.add-to-col-modal-txt p .becom-membr-clr,
	.ans-key-modal-txt p .becom-membr-clr{
		font-weight: 600;
		text-decoration: underline;
		color: #b45309;
	}
	
	.add-to-col-modal-txt p .membr-amount,
	.ans-key-modal-txt p .membr-amount{
		color: #b45309;
	}
	
	.add-to-col-modal-cnt .close,
	.ans-key-modal-cnt .close{
		--wh: 25px;
		
		width: var(--wh);
		height: var(--wh);
		position: absolute;
		top: calc(var(--wh) / 2);
		right: calc(var(--wh) / 2);
		background: #fef3c7 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 8-8 8m4-4 4 4M8 8l2 2' stroke='%2392400e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		border-radius: 50%;
		border: 1px solid transparent;
		outline: none;
		cursor: pointer;
		transition: .2s;
	}
	
	.add-to-col-modal-cnt .close:hover,
	.ans-key-modal-cnt .close:hover{
		border-color: #d97706;
	}
	
	/* Limit exceed popup */
	.col-limit-modal-wrapper *{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
	
	.col-limit-modal-wrapper{
		height: 100vh;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 2;
	}
	
	.col-limit-modal{
		width: 320px;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #FFF;
		padding: 20px;
	}
	
	.c-l-m-close-icon{
		position: absolute;
		top: 12px;
		right: 15px;
		border: none;
		--prop: 25px;
		height: var(--prop);
		width: var(--prop);
		background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' height='25' width='25' fill='%2364748b'%3E%3Cpath d='m13.41 12 4.3-4.29a1 1 0 1 0-1.42-1.42L12 10.59l-4.29-4.3a1 1 0 0 0-1.42 1.42l4.3 4.29-4.3 4.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l4.29-4.3 4.29 4.3a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42z'/%3E%3C/svg%3E") no-repeat center;
		background-color: #FFF;
		cursor: pointer;
	}
	
	.col-limit-modal img{
		--prop: 70px;
		height: var(--prop);
		width: var(--prop);
		display: block;
		margin: 5px auto 10px auto;
	}
	
	.col-limit-modal h4{
		font-size: 17px;
		font-weight: 600;
		text-align: center;
		color: #334155;
		letter-spacing: 0.4px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	
	.col-limit-modal .c-l-m-close-btn{
		cursor: pointer;
		font-family: inherit;
		display: block;
		width: fit-content;
		min-width: 80px;
		margin: 0 auto;
		padding: 8px 16px 9px 16px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		color: #FFF;
		border: none;
		border-radius: 8px;
		background: linear-gradient(to right bottom, #4da1e3, #1868b1);
	}
	
	.wrks-section.one-by-one li{
		display: block;
		width: fit-content;
	}
	
	/*Redirection Link styles Starts Here 04-01-2024*/
	.redir-format a{
		color:#f9f4f4;
		text-decoration:underline;
		padding-left:25px;
		position:relative;
	}
	.redir-format a::before{
		content:"";
		position:absolute;
		width:11px;
		height:11px;
		border-radius:50%;
		background:#fff;
		border:.5px solid #7c7e7f;
		left:5px;
		top:2px;
	}
	.redir-format a:hover{
		text-decoration:none;
	}
	.redir-format a:hover::before{
		border:.5px solid #3b3b3b;
	}
	/*Redirection Link styles Ends Here 04-01-2024*/
	
	/* Offline worksheets related css ends here */
	
/* New Spelling Worksheets styles starts here - 18-01-2024 */

.top-qck-lnk-cnt, .pgtn-btn, .see-mre-optns-cnt {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.top-qck-lnk-cnt ul, .see-mre-optns-cnt ul {
	list-style: none;
}

.top-qck-lnk-cnt li {
	display: inline-block;
	width: 32.5%;
}

.top-qck-lnk-cnt {
	margin: 20px 0 30px 0;
	border: 1px solid #d4e9ff;
	border-radius: 5px;
}
.top-qck-lnk-cnt p {
	margin: 0;
	padding: 8px 0 10px 0;
	border-bottom: 1px solid #cce1ee;
	background-color: #f0f6ff;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #154b66;
	border-radius: 5px 5px 0 0;
}
.top-qck-lnk-cnt ul {
	padding: 18px 30px 3px 30px;
}
.top-qck-lnk-cnt li {
	margin-bottom: 17px;
}

.top-qck-lnk-cnt li a {
	position: relative;
	font-weight: 600;
	color: #336279;
}

.top-qck-lnk-cnt li a::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #5b92a4;
	vertical-align: middle;
}

.crnt-page::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(#a7ddf7, #195877);
}

.fotr-cnt {
	height: 41px;
	margin: 20px 0;
	position: relative;
}

.pgtn-btn {
	display: inline-block;
	width: 116px;
	padding: 10px;
	background-color: #5b8cc1;
	font-weight: 600;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 3px 3px 5px rgb(197, 208, 221);
}

.rght-align {
	position: absolute;
	right: 0;
}

.pgtn-btn:hover {
	color: #fff;
	text-decoration: unset;
}

.see-mre-optns-cnt {
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 6px rgb(220, 226, 234);
}

.see-mre-optns-cnt p {
	margin: 0 0 15px 0;
	font-weight: 600;
	font-size: 16px;
	color: #2d2d2d;
}

.see-mre-optns-cnt li {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	border: 1px solid #ecf0f4;
	border-radius: 5px;
}

.see-mre-optns-cnt li a {
	display: block;
	position: relative;
	padding: 10px;
	color: #1b4357;
	font-weight: 600;
}

.see-mre-optns-cnt li a::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 6px;
	width: 20px;
	height: 20px;
	background: url('/images/spell_arow_icn.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* New Spelling Worksheets styles ends here - 18-01-2024 */

/* Reading comprehension style starts here (16-10-23)*/

.main_head {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	background: #3ca5f5; 
	text-align:center; 
	margin: 0px auto; 
	color:#f3f5f7; 
	border-bottom: 1px solid #4c98d8; 
	font-size: 15px; 
	padding:3px;
}

.list_items {
	list-style-type:square;
	line-height:2.5em;
	color: #337ab7;
	font-size: 13.5px;
	cursor:pointer;
	font-weight: bold;
	float: left;
	width: 290px;
	margin-left: 30px;
    margin-top: 20px;
}
.list_items a {
	color:#1f6ee4; cursor:pointer;
}

.items_glimps{
	list-style:none;
	width:auto;
	box-sizing:border-box;
	padding:0 10px;
	margin:0;
	/* column-count:3; */
	float:none;
}

/*  */

.items_glimps li{
	max-width: 255px;
	min-width: 142px;
	margin-left: 14px;
}

/*  */

.active_list{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 5px;
	margin:12px auto;
	background:#fff;
	transition:.1s;
	position:relative;
	padding: 0 10px;
}
.active_list:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.active_list label {
	vertical-align: baseline;
	line-height: 1;
}

.active_list *,
.active_list ::after,
.active_list ::before {
	box-sizing: border-box;
}

.btns_cats {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border: 1px solid #c8ccd4;
	border-radius: 3px;
	cursor: pointer;
}
.btns_cats svg {
	position: relative;
	top: -1px;
	transform: scale(0);
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.btns_cats svg polyline {
	stroke-width: 2;
	stroke:#1892cd;
}
.btns_cats::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background: #1892cd;
	background-position:center;
	background-size:0px 0px;
	box-shadow: 0 -18px 0 #1892cd, 12px -12px 0 #1892cd, 18px 0 0 #1892cd, 12px 12px 0 #1892cd, 0 18px 0 #1892cd, -12px 12px 0 #1892cd, -18px 0 0 #1892cd, -12px -12px 0 #1892cd;
	transform: scale(0);
}
a.list_title {
	white-space:nowrap;
	color:#979797;
	transition: 0.3s ease;
	text-decoration:unset;
	background-image:linear-gradient(90deg, #1892cd, #1892cd);
	background-size:0 2px, 100% 2px;
	background-position:0 100%, 100% 100%;
	background-repeat:no-repeat;
	padding-bottom:3px;
}
.active_list input {
	-webkit-appearance: none;
	appearance: none;
}
.active_list input::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.active_list input:checked + .btns_cats {
	border-color: transparent;
}
.active_list input:checked + .btns_cats svg {
	transform: scale(1);
	transition: all 0.4s ease;
	transition-delay: 0.1s;
}
.active_list input:checked + .btns_cats::after {
	transform: scale(1);
	opacity: 0;
	background-size:100% 100%;
	transition: all 0.6s ease;
}
.active_list input:checked ~ a.list_title {
	color: #1892cd;
	background-size:100% 2px, 0 2px;
	transition:.2s;
}

/*pagination starts*/

.pg-num{
	float:left;
	width:100%;
	min-height:30px;
	position:relative;
	margin-top:10px;
}
.pg-prev,.pg-nxt{
	display:inline-block;
	position:relative;
	border-radius:7px;
	font-weight:bold;
	background:linear-gradient(225deg, rgb(93, 178, 220), rgb(17, 113, 160));
	color:#fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;	
}
.pg-nxt{
	position:absolute;
	right:0;
	padding:5px 30px 5px 10px;
}
.pg-prev{
	padding:5px 10px 5px 30px;	
}
.pg-prev::before,.pg-nxt::after{
	content:'';
	width:15px;
	height:15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='300px' height='300px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath style='opacity:0.933' fill='%23fefffe' d='M -0.5,159.5 C -0.5,153.833 -0.5,148.167 -0.5,142.5C 0.313823,140.369 0.813823,138.036 1,135.5C 9.95675,124.043 20.1234,113.709 31.5,104.5C 32.2508,103.624 32.7508,102.624 33,101.5C 58.6082,75.8918 84.1082,50.3918 109.5,25C 113.619,21.6071 118.286,19.2738 123.5,18C 118.322,16.1468 118.656,14.9801 124.5,14.5C 124.5,15.5 124.5,16.5 124.5,17.5C 155.561,17.404 168.394,32.7373 163,63.5C 157.315,72.8596 150.481,81.3596 142.5,89C 143.448,89.4828 144.448,89.6495 145.5,89.5C 145.5,90.5 145.5,91.5 145.5,92.5C 142.003,91.2952 139.003,91.7952 136.5,94C 131.55,98.4411 127.216,103.274 123.5,108.5C 121.176,108.662 119.509,109.828 118.5,112C 119.448,112.483 120.448,112.649 121.5,112.5C 121.5,113.5 121.5,114.5 121.5,115.5C 119.533,115.739 117.699,115.406 116,114.5C 109.106,121.394 102.272,128.228 95.5,135C 99.9578,135.861 100.291,137.028 96.5,138.5C 95.1362,137.957 93.8029,137.79 92.5,138C 88.5,142.333 84.5,146.667 80.5,151C 105.333,177.167 130.833,202.667 157,227.5C 161.299,233.272 163.799,239.772 164.5,247C 163.613,251.492 163.447,255.992 164,260.5C 162.092,263.215 160.759,266.215 160,269.5C 157.791,271.373 155.958,273.54 154.5,276C 149.565,278.636 144.565,280.97 139.5,283C 123.665,285.339 110.999,280.172 101.5,267.5C 92.902,260.771 85.2353,253.105 78.5,244.5C 56.5585,222.745 34.3918,201.079 12,179.5C 8.91332,175.291 5.57999,171.291 2,167.5C 1.05722,164.749 0.223887,162.083 -0.5,159.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.933' fill='%23fefffe' d='M 299.5,44.5 C 299.5,48.8333 299.5,53.1667 299.5,57.5C 297.486,62.5381 295.319,67.5381 293,72.5C 291.167,74.3333 289.333,76.1667 287.5,78C 289.256,78.2022 290.922,78.7022 292.5,79.5C 290.356,82.0929 288.189,82.0929 286,79.5C 283.795,82.0402 281.295,84.2068 278.5,86C 257.42,108.079 236.086,129.746 214.5,151C 223.587,160.516 232.587,170.016 241.5,179.5C 253.694,190.194 265.027,201.694 275.5,214C 279.916,216.412 283.749,219.578 287,223.5C 288.401,221.808 290.234,221.141 292.5,221.5C 292.5,222.5 292.5,223.5 292.5,224.5C 291.127,224.343 289.793,224.51 288.5,225C 289.826,227.158 291.493,228.992 293.5,230.5C 295.498,234.951 297.498,239.284 299.5,243.5C 299.5,248.5 299.5,253.5 299.5,258.5C 297.205,261.35 295.705,264.683 295,268.5C 293.859,270.609 292.359,272.442 290.5,274C 284.248,278.089 277.582,281.422 270.5,284C 265.828,284.168 261.161,283.834 256.5,283C 252.072,280.951 247.739,278.618 243.5,276C 209,241.5 174.5,207 140,172.5C 135.13,166.417 132.964,159.417 133.5,151.5C 132.624,144.241 134.124,137.575 138,131.5C 141.323,127.54 144.656,123.54 148,119.5C 173.725,95.4216 198.559,70.5883 222.5,45C 231.72,37.1985 240.72,29.1985 249.5,21C 251.619,20.9024 253.286,20.0691 254.5,18.5C 257,18.1667 259.5,17.8333 262,17.5C 269.394,17.7603 276.56,18.927 283.5,21C 286.323,23.9884 289.323,26.8217 292.5,29.5C 295.139,34.4397 297.472,39.4397 299.5,44.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.092' fill='%23fefffe' d='M 164.5,74.5 C 165.5,74.5 166.5,74.5 167.5,74.5C 167.5,75.5 167.5,76.5 167.5,77.5C 165.571,77.7692 163.905,77.2692 162.5,76C 163.416,75.7216 164.082,75.2216 164.5,74.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.074' fill='%23fefffe' d='M 140.5,97.5 C 142.167,97.5 143.833,97.5 145.5,97.5C 145.5,98.5 145.5,99.5 145.5,100.5C 143.833,100.5 142.167,100.5 140.5,100.5C 140.5,99.5 140.5,98.5 140.5,97.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.078' fill='%23fefffe' d='M 117.5,120.5 C 118.833,120.5 120.167,120.5 121.5,120.5C 121.5,121.5 121.5,122.5 121.5,123.5C 119.712,123.785 118.045,123.452 116.5,122.5C 116.863,121.817 117.196,121.15 117.5,120.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.07' fill='%23fefffe' d='M 93.5,144.5 C 95.604,144.201 97.604,144.534 99.5,145.5C 98.3073,147.384 96.6406,147.884 94.5,147C 93.7476,146.329 93.4142,145.496 93.5,144.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.085' fill='%23fefffe' d='M 117.5,175.5 C 118.833,175.5 120.167,175.5 121.5,175.5C 121.5,176.5 121.5,177.5 121.5,178.5C 120.127,178.657 118.793,178.49 117.5,178C 116.402,177.23 116.402,176.397 117.5,175.5 Z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:cover;
	margin:0 7px 0 0;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:75px;
}
.pg-nxt::after{
	margin:0 0 0 7px;
	right:10px;
	transform:rotate(180deg) translateY(50%);
	transform-origin:center;
}
.pg-num a:hover{
	color:#ffff;
	text-decoration:underline;
}
.pg-unset{
	display:none;
}

/*pagination ends*/


/* new grade section styles starts here(30-08-23)*/

.rdc-sizing{
	box-sizing: border-box !important;
}

/* .detail_div {
	margin: 15px;
} */

.col1new {
	width: 100%;
	max-width: 850px;
	float: left;
	margin-bottom: 10px;
}

.rdc-ws{
	padding: 20px 0;
}

.rdc-ws .col-xs-3 > a > img:hover{
	-moz-box-shadow: 0 0 10px #075a88;
    -webkit-box-shadow: 0 0 #075a88;
    box-shadow: 0 0 10px #02a1f9 !important;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.pdfnewlargenew {
	margin-top: 18px;	
	margin-bottom: 5px;
}

.ft-content{
	margin-top: 20px;
	float: left;	
}

.ft-content p{
	font-size:17px;
	margin:auto;
	width:95%;
	position:relative;
	/* padding:30px 10px 30px 55px; */
	padding:30px 10px 50px 55px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='700px' height='250px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath style='opacity:0.012' fill='%23b8c5ca' d='M 66.5,31.5 C 67.379,29.772 68.0457,27.9386 68.5,26C 68.5607,24.2894 67.8941,22.956 66.5,22C 59.8998,18.3952 53.5664,14.3952 47.5,10C 45.3225,8.79777 42.9892,8.29777 40.5,8.5C 41.3143,6.7274 42.6476,6.2274 44.5,7C 51.8333,11.3333 59.1667,15.6667 66.5,20C 71.734,23.8757 71.734,27.709 66.5,31.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23e7eef2' d='M 39.5,9.5 C 39.281,10.675 39.6143,11.675 40.5,12.5C 46.5815,16.6245 52.7481,20.6245 59,24.5C 59.4017,25.8721 59.9017,27.2054 60.5,28.5C 59.675,29.3857 58.675,29.719 57.5,29.5C 57.822,27.2776 57.1554,25.4443 55.5,24C 48.6087,20.3951 42.2754,16.0618 36.5,11C 34.5273,10.5045 32.5273,10.3379 30.5,10.5C 30.281,11.675 30.6143,12.675 31.5,13.5C 36.9284,16.23 41.9284,19.5634 46.5,23.5C 47.1445,24.7321 47.3112,26.0654 47,27.5C 49.6699,28.2239 51.1699,29.8906 51.5,32.5C 50.5,32.5 49.5,32.5 48.5,32.5C 48.5,33.5 48.5,34.5 48.5,35.5C 42.8516,33.3735 37.5183,30.5402 32.5,27C 31.5,26.3333 30.5,26.3333 29.5,27C 34.4372,31.475 39.7705,35.475 45.5,39C 41.3174,38.2132 37.484,36.3799 34,33.5C 33.6258,34.4162 33.1258,35.2496 32.5,36C 35.8333,38.3333 39.1667,40.6667 42.5,43C 39.2607,42.5544 36.2607,41.221 33.5,39C 32.1667,38.3333 30.8333,38.3333 29.5,39C 32.4285,42.7587 36.0952,45.592 40.5,47.5C 38.5868,48.0512 36.5868,48.2179 34.5,48C 35.3128,49.3139 36.3128,50.4805 37.5,51.5C 37,51.8333 36.5,52.1667 36,52.5C 30.8286,49.2467 25.4952,46.2467 20,43.5C 19.5,43.8333 19,44.1667 18.5,44.5C 18.9867,45.4461 19.3201,46.4461 19.5,47.5C 18.758,49.9798 17.758,52.3131 16.5,54.5C 16.685,55.5837 17.0183,56.5837 17.5,57.5C 15.6891,57.428 14.3557,56.5947 13.5,55C 11.7525,49.9373 10.9192,44.7707 11,39.5C 16.7495,29.6656 22.7495,19.9989 29,10.5C 31.9253,7.94057 34.9253,7.94057 38,10.5C 38.3826,9.94404 38.8826,9.61071 39.5,9.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23dddddd' d='M 548.5,30.5 C 547.078,30.2914 545.745,29.7914 544.5,29C 538.802,22.9675 532.802,17.3009 526.5,12C 525.5,11.3333 524.5,11.3333 523.5,12C 518.172,17.995 512.839,23.995 507.5,30C 507.667,30.5 507.833,31 508,31.5C 512.593,35.2148 517.093,39.0481 521.5,43C 525.206,42.6536 528.706,41.4869 532,39.5C 534.927,40.3766 537.427,41.8766 539.5,44C 539.167,44.5 538.833,45 538.5,45.5C 536.5,44.1667 534.5,42.8333 532.5,41.5C 530.133,43.7038 527.633,45.7038 525,47.5C 521.584,45.5382 518.417,43.2049 515.5,40.5C 515.167,40.8333 514.833,41.1667 514.5,41.5C 516.779,45.0608 518.779,48.7274 520.5,52.5C 515.689,45.5662 510.856,38.5662 506,31.5C 505.619,28.9589 504.786,26.6255 503.5,24.5C 503.608,23.5581 503.941,22.7247 504.5,22C 508.084,19.9586 511.584,17.792 515,15.5C 517.041,11.9162 519.208,8.4162 521.5,5C 522.833,4.33333 524.167,4.33333 525.5,5C 533.833,9.83333 542.167,14.6667 550.5,19.5C 551.287,20.2421 551.953,21.0754 552.5,22C 550.731,24.7005 549.398,27.5338 548.5,30.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.164' fill='%23ededed' d='M 548.5,30.5 C 550.145,31.4787 551.479,32.812 552.5,34.5C 548.647,38.5184 544.981,42.685 541.5,47C 537.284,48.2036 532.951,48.8702 528.5,49C 526.182,50.9927 523.516,52.1594 520.5,52.5C 518.779,48.7274 516.779,45.0608 514.5,41.5C 514.833,41.1667 515.167,40.8333 515.5,40.5C 518.417,43.2049 521.584,45.5382 525,47.5C 527.633,45.7038 530.133,43.7038 532.5,41.5C 534.5,42.8333 536.5,44.1667 538.5,45.5C 538.833,45 539.167,44.5 539.5,44C 537.427,41.8766 534.927,40.3766 532,39.5C 528.706,41.4869 525.206,42.6536 521.5,43C 517.093,39.0481 512.593,35.2148 508,31.5C 507.833,31 507.667,30.5 507.5,30C 512.839,23.995 518.172,17.995 523.5,12C 524.5,11.3333 525.5,11.3333 526.5,12C 532.802,17.3009 538.802,22.9675 544.5,29C 545.745,29.7914 547.078,30.2914 548.5,30.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.172' fill='%23e3e3e4' d='M 299.5,41.5 C 298.833,41.5 298.5,41.8333 298.5,42.5C 298.739,44.4672 298.406,46.3005 297.5,48C 300.353,49.4301 303.353,50.2634 306.5,50.5C 306.5,51.5 306.5,52.5 306.5,53.5C 303.306,52.2424 299.973,51.5758 296.5,51.5C 296.343,52.8734 296.51,54.2068 297,55.5C 299.818,56.3727 302.318,57.706 304.5,59.5C 302.008,60.1965 299.508,59.8632 297,58.5C 294.066,60.4108 293.9,62.4108 296.5,64.5C 295.508,64.3284 294.842,64.6618 294.5,65.5C 293.167,67.5 293.167,69.5 294.5,71.5C 292.901,71.2322 291.568,71.5655 290.5,72.5C 287.624,71.1968 284.624,70.6968 281.5,71C 280.601,72.6516 279.601,74.1516 278.5,75.5C 282.471,63.8817 287.304,52.5484 293,41.5C 293.49,40.2068 293.657,38.8734 293.5,37.5C 291.533,37.7394 289.699,37.4061 288,36.5C 286.991,38.0249 286.491,39.6916 286.5,41.5C 283.422,40.7976 280.422,39.7976 277.5,38.5C 275.296,38.5269 274.462,39.5269 275,41.5C 278.039,42.6031 280.873,44.1031 283.5,46C 280.298,45.9137 277.298,44.9137 274.5,43C 272.167,42.3333 269.833,42.3333 267.5,43C 271.204,45.8517 275.204,48.185 279.5,50C 277.095,50.1484 274.761,49.6484 272.5,48.5C 270.803,48.8988 269.137,49.3988 267.5,50C 271.455,52.2617 275.455,54.4284 279.5,56.5C 279.167,56.8333 278.833,57.1667 278.5,57.5C 273.814,54.476 268.814,52.6426 263.5,52C 265.327,52.8993 266.66,54.2326 267.5,56C 265.907,59.6381 264.073,63.1381 262,66.5C 261.566,63.0317 262.066,59.6984 263.5,56.5C 260.231,56.1156 257.397,54.7823 255,52.5C 254.86,48.766 255.36,45.0993 256.5,41.5C 254.61,41.2965 253.11,41.9632 252,43.5C 250.121,45.5268 248.954,47.8602 248.5,50.5C 247.522,50.189 246.855,49.5223 246.5,48.5C 249.471,46.2026 251.138,43.2026 251.5,39.5C 254.815,39.0283 257.149,37.195 258.5,34C 256.618,33.8019 254.952,33.3019 253.5,32.5C 256.059,32.8016 258.393,32.4682 260.5,31.5C 261.167,31.5 261.5,31.1667 261.5,30.5C 262.289,30.2172 262.956,29.7172 263.5,29C 257.509,28.5005 251.509,28.3338 245.5,28.5C 251.319,27.6724 257.319,27.1724 263.5,27C 266.316,24.4165 269.316,21.9165 272.5,19.5C 276.644,22.4763 280.644,25.643 284.5,29C 289.773,30.4878 295.107,31.6545 300.5,32.5C 300.296,35.5176 299.963,38.5176 299.5,41.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23eef4f7' d='M 446.5,32.5 C 449.825,34.1676 452.825,36.3343 455.5,39C 456.397,43.7245 457.397,48.3911 458.5,53C 452.02,62.636 445.02,71.8027 437.5,80.5C 436.469,81.355 435.303,82.0217 434,82.5C 426.089,77.6009 418.422,72.2675 411,66.5C 410.333,64.8333 410.333,63.1667 411,61.5C 415.014,54.4463 420.181,48.4463 426.5,43.5C 431.5,47.3333 436.5,51.1667 441.5,55C 443.217,56.5588 445.217,57.3921 447.5,57.5C 447.5,56.5 447.5,55.5 447.5,54.5C 448.978,54.762 450.311,54.4287 451.5,53.5C 444.98,47.956 437.98,43.2893 430.5,39.5C 432.428,36.1795 434.095,32.6795 435.5,29C 436.833,28.3333 438.167,28.3333 439.5,29C 441.577,30.705 443.91,31.8717 446.5,32.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23080a0b' d='M 261.5,30.5 C 261.5,31.1667 261.167,31.5 260.5,31.5C 258.076,31.8076 255.743,31.4742 253.5,30.5C 256.309,29.1997 258.976,29.1997 261.5,30.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%237f8081' d='M 245.5,28.5 C 251.509,28.3338 257.509,28.5005 263.5,29C 262.956,29.7172 262.289,30.2172 261.5,30.5C 258.976,29.1997 256.309,29.1997 253.5,30.5C 255.743,31.4742 258.076,31.8076 260.5,31.5C 258.393,32.4682 256.059,32.8016 253.5,32.5C 251.084,31.0318 248.417,30.3651 245.5,30.5C 245.171,44.0105 245.504,57.3438 246.5,70.5C 253.313,71.4912 260.313,71.8245 267.5,71.5C 267.5,71.8333 267.5,72.1667 267.5,72.5C 259.826,72.6664 252.159,72.4997 244.5,72C 243.748,71.3292 243.414,70.4959 243.5,69.5C 243.5,56.5 243.5,43.5 243.5,30.5C 243.5,29.1667 244.167,28.5 245.5,28.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23d7e6f1' d='M 204.5,31.5 C 208.458,32.7979 208.458,34.1312 204.5,35.5C 203.374,34.1916 203.374,32.8583 204.5,31.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c9ddec' d='M 318.5,32.5 C 320.337,32.6395 320.67,33.3061 319.5,34.5C 318.702,34.0431 318.369,33.3764 318.5,32.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c9dbe9' d='M 211.5,35.5 C 213.344,36.2039 213.844,37.5372 213,39.5C 212.209,38.255 211.709,36.9217 211.5,35.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23d3e2ee' d='M 304.5,36.5 C 306.973,36.9473 307.14,37.9473 305,39.5C 304.517,38.552 304.351,37.552 304.5,36.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23cbdded' d='M 219.5,36.5 C 220.573,37.2506 220.74,38.2506 220,39.5C 218.272,38.6477 218.105,37.6477 219.5,36.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23cedfec' d='M 312.5,35.5 C 313.465,36.7211 313.298,38.0544 312,39.5C 311.421,38.0715 311.588,36.7382 312.5,35.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23eef3f7' d='M 40.5,8.5 C 42.9892,8.29777 45.3225,8.79777 47.5,10C 53.5664,14.3952 59.8998,18.3952 66.5,22C 67.8941,22.956 68.5607,24.2894 68.5,26C 68.0457,27.9386 67.379,29.772 66.5,31.5C 60.5423,43.2972 53.5423,54.4638 45.5,65C 42.7431,65.782 40.2431,65.282 38,63.5C 36.0334,67.4918 33.2,68.3252 29.5,66C 25.2576,63.3904 21.2576,60.5571 17.5,57.5C 17.0183,56.5837 16.685,55.5837 16.5,54.5C 17.758,52.3131 18.758,49.9798 19.5,47.5C 19.3201,46.4461 18.9867,45.4461 18.5,44.5C 19,44.1667 19.5,43.8333 20,43.5C 25.4952,46.2467 30.8286,49.2467 36,52.5C 36.5,52.1667 37,51.8333 37.5,51.5C 36.3128,50.4805 35.3128,49.3139 34.5,48C 36.5868,48.2179 38.5868,48.0512 40.5,47.5C 36.0952,45.592 32.4285,42.7587 29.5,39C 30.8333,38.3333 32.1667,38.3333 33.5,39C 36.2607,41.221 39.2607,42.5544 42.5,43C 39.1667,40.6667 35.8333,38.3333 32.5,36C 33.1258,35.2496 33.6258,34.4162 34,33.5C 37.484,36.3799 41.3174,38.2132 45.5,39C 39.7705,35.475 34.4372,31.475 29.5,27C 30.5,26.3333 31.5,26.3333 32.5,27C 37.5183,30.5402 42.8516,33.3735 48.5,35.5C 48.5,34.5 48.5,33.5 48.5,32.5C 49.5,32.5 50.5,32.5 51.5,32.5C 51.1699,29.8906 49.6699,28.2239 47,27.5C 47.3112,26.0654 47.1445,24.7321 46.5,23.5C 41.9284,19.5634 36.9284,16.23 31.5,13.5C 30.6143,12.675 30.281,11.675 30.5,10.5C 32.5273,10.3379 34.5273,10.5045 36.5,11C 42.2754,16.0618 48.6087,20.3951 55.5,24C 57.1554,25.4443 57.822,27.2776 57.5,29.5C 58.675,29.719 59.675,29.3857 60.5,28.5C 59.9017,27.2054 59.4017,25.8721 59,24.5C 52.7481,20.6245 46.5815,16.6245 40.5,12.5C 39.6143,11.675 39.281,10.675 39.5,9.5C 39.5,8.83333 39.8333,8.5 40.5,8.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23cbddeb' d='M 203.5,42.5 C 205.263,41.6655 206.93,42.1655 208.5,44C 206.505,44.6128 204.838,44.1128 203.5,42.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23cedeed' d='M 319.5,41.5 C 321.337,41.6395 321.67,42.3061 320.5,43.5C 315.586,44.8694 315.253,44.2028 319.5,41.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23d1e0ec' d='M 311.5,44.5 C 311.947,42.0268 312.947,41.8601 314.5,44C 313.552,44.4828 312.552,44.6495 311.5,44.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.027' fill='%23d1dfea' d='M 198.5,44.5 C 202.31,45.7542 202.31,46.7542 198.5,47.5C 198.5,46.5 198.5,45.5 198.5,44.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23b3cbe2' d='M 243.5,30.5 C 243.5,43.5 243.5,56.5 243.5,69.5C 235.979,72.1306 228.313,73.9639 220.5,75C 217.422,66.9895 214.589,58.8229 212,50.5C 211.257,48.5594 211.424,46.7261 212.5,45C 210.355,44.2569 210.189,43.4235 212,42.5C 212.945,42.9054 213.612,43.572 214,44.5C 221.254,41.478 228.754,39.6446 236.5,39C 239.012,43.8561 240.845,49.0227 242,54.5C 242.171,46.3228 242.671,38.3228 243.5,30.5 Z M 236.5,45.5 C 238.332,50.3287 239.998,55.3287 241.5,60.5C 237.447,60.7386 233.447,62.0719 229.5,64.5C 233.554,64.9474 237.554,64.2807 241.5,62.5C 242.833,64.1667 242.833,65.8333 241.5,67.5C 234.884,69.8773 228.218,71.7106 221.5,73C 218.709,64.7185 216.042,56.3852 213.5,48C 213.905,47.0546 214.572,46.3879 215.5,46C 221.667,44.1667 227.833,42.3333 234,40.5C 235.876,41.619 236.709,43.2856 236.5,45.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23cfdfeb' d='M 323.5,45.5 C 324.675,45.281 325.675,45.6143 326.5,46.5C 324.948,47.7979 323.948,47.4646 323.5,45.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23aec9e4' d='M 298.5,42.5 C 298.5,41.8333 298.833,41.5 299.5,41.5C 303.584,42.1876 307.584,43.1876 311.5,44.5C 312.537,46.7375 312.703,49.0709 312,51.5C 309.819,59.2242 307.486,66.8909 305,74.5C 303.938,75.0968 302.772,75.4302 301.5,75.5C 297.753,74.6939 294.086,73.6939 290.5,72.5C 291.568,71.5655 292.901,71.2322 294.5,71.5C 297.313,71.5481 299.979,72.2147 302.5,73.5C 305.619,65.3715 308.286,57.0382 310.5,48.5C 310.167,47.8333 309.833,47.1667 309.5,46.5C 305.803,45.1651 302.136,43.8317 298.5,42.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23b5cce2' d='M 236.5,45.5 C 236.64,47.1238 235.973,48.2904 234.5,49C 231.736,49.5323 229.07,50.3657 226.5,51.5C 225.833,51.1667 225.167,50.8333 224.5,50.5C 223.043,53.6019 221.043,54.1019 218.5,52C 220.99,51.5048 222.49,50.0048 223,47.5C 223.667,48.1667 224.333,48.8333 225,49.5C 228.689,47.7851 232.522,46.4518 236.5,45.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23eaf0f4' d='M 671.5,40.5 C 671.666,47.175 671.5,53.8417 671,60.5C 669.246,62.25 667.079,62.9167 664.5,62.5C 664.896,65.0444 664.229,67.2111 662.5,69C 652.5,69.7781 642.5,70.1115 632.5,70C 632,69.5 631.5,69 631,68.5C 630.047,53.4993 629.213,38.4993 628.5,23.5C 628.369,22.6236 628.702,21.9569 629.5,21.5C 633.297,21.1962 635.463,19.1962 636,15.5C 636.75,14.8742 637.584,14.3742 638.5,14C 645.217,13.7962 651.883,13.2962 658.5,12.5C 663.137,15.6374 667.304,19.304 671,23.5C 671.499,29.1569 671.666,34.8236 671.5,40.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.168' fill='%23f1f6f9' d='M 647.5,14.5 C 651.167,14.5 654.833,14.5 658.5,14.5C 657.009,23.3386 660.675,26.672 669.5,24.5C 669.457,35.5145 669.791,46.5145 670.5,57.5C 666.891,58.7026 663.558,58.7026 660.5,57.5C 656.66,59.4325 652.994,59.4325 649.5,57.5C 646.904,58.4822 644.238,59.1489 641.5,59.5C 641.343,58.1266 641.51,56.7932 642,55.5C 650.073,55.8051 658.24,55.8051 666.5,55.5C 666.5,54.1667 666.5,52.8333 666.5,51.5C 662.818,51.6653 659.152,51.4986 655.5,51C 659.44,49.9847 663.44,49.4847 667.5,49.5C 667.5,48.5 667.5,47.5 667.5,46.5C 663.486,46.6655 659.486,46.4988 655.5,46C 658.817,45.5017 662.15,45.335 665.5,45.5C 665.5,44.5 665.5,43.5 665.5,42.5C 657.833,42.5 650.167,42.5 642.5,42.5C 642.5,43.8333 642.5,45.1667 642.5,46.5C 644.199,46.3398 645.866,46.5065 647.5,47C 645.444,47.3108 643.444,47.8108 641.5,48.5C 641.167,47.6667 640.833,46.8333 640.5,46C 639.561,35.8622 639.227,25.6956 639.5,15.5C 642.385,15.8064 645.052,15.4731 647.5,14.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.006' fill='%23d1e1ee' d='M 205.5,50.5 C 206.756,50.4614 207.756,50.9614 208.5,52C 207.167,52.6667 205.833,52.6667 204.5,52C 205.056,51.6174 205.389,51.1174 205.5,50.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23d3e0ec' d='M 316.5,50.5 C 318.103,50.3118 319.437,50.8118 320.5,52C 318.537,52.8442 317.204,52.3442 316.5,50.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23d0e0ed' d='M 208.5,56.5 C 210.337,56.6395 210.67,57.3061 209.5,58.5C 208.702,58.0431 208.369,57.3764 208.5,56.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.005' fill='%23b9cee3' d='M 236.5,52.5 C 238.466,53.2545 238.8,54.4212 237.5,56C 234.511,56.3304 231.678,57.1638 229,58.5C 228.127,58.2645 227.293,57.9312 226.5,57.5C 225.485,60.1677 223.818,60.8344 221.5,59.5C 222.853,58.4763 223.52,57.143 223.5,55.5C 224.822,55.33 225.989,55.6634 227,56.5C 230.353,55.3839 233.52,54.0505 236.5,52.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.006' fill='%23cedfec' d='M 314.5,56.5 C 317.137,58.1538 316.803,58.6538 313.5,58C 314.056,57.6174 314.389,57.1174 314.5,56.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.166' fill='%23efefef' d='M 278.5,75.5 C 278.265,76.0967 277.765,76.4301 277,76.5C 273.865,75.0137 270.698,73.6804 267.5,72.5C 267.5,72.1667 267.5,71.8333 267.5,71.5C 265.91,69.7662 263.91,68.5995 261.5,68C 260.128,66.7581 259.128,65.2581 258.5,63.5C 256.604,62.5344 254.604,62.2011 252.5,62.5C 253.609,61.71 254.942,61.21 256.5,61C 255.663,59.9887 255.33,58.8221 255.5,57.5C 254.448,57.6495 253.448,57.4828 252.5,57C 251.766,54.4393 250.433,52.2726 248.5,50.5C 248.954,47.8602 250.121,45.5268 252,43.5C 253.11,41.9632 254.61,41.2965 256.5,41.5C 255.36,45.0993 254.86,48.766 255,52.5C 257.397,54.7823 260.231,56.1156 263.5,56.5C 262.066,59.6984 261.566,63.0317 262,66.5C 264.073,63.1381 265.907,59.6381 267.5,56C 266.66,54.2326 265.327,52.8993 263.5,52C 268.814,52.6426 273.814,54.476 278.5,57.5C 278.833,57.1667 279.167,56.8333 279.5,56.5C 275.455,54.4284 271.455,52.2617 267.5,50C 269.137,49.3988 270.803,48.8988 272.5,48.5C 274.761,49.6484 277.095,50.1484 279.5,50C 275.204,48.185 271.204,45.8517 267.5,43C 269.833,42.3333 272.167,42.3333 274.5,43C 277.298,44.9137 280.298,45.9137 283.5,46C 280.873,44.1031 278.039,42.6031 275,41.5C 274.462,39.5269 275.296,38.5269 277.5,38.5C 280.422,39.7976 283.422,40.7976 286.5,41.5C 286.491,39.6916 286.991,38.0249 288,36.5C 289.699,37.4061 291.533,37.7394 293.5,37.5C 293.657,38.8734 293.49,40.2068 293,41.5C 287.304,52.5484 282.471,63.8817 278.5,75.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.175' fill='%23e8eef2' d='M 446.5,32.5 C 443.91,31.8717 441.577,30.705 439.5,29C 438.167,28.3333 436.833,28.3333 435.5,29C 434.095,32.6795 432.428,36.1795 430.5,39.5C 437.98,43.2893 444.98,47.956 451.5,53.5C 450.311,54.4287 448.978,54.762 447.5,54.5C 447.5,55.5 447.5,56.5 447.5,57.5C 445.217,57.3921 443.217,56.5588 441.5,55C 436.5,51.1667 431.5,47.3333 426.5,43.5C 420.181,48.4463 415.014,54.4463 411,61.5C 410.333,63.1667 410.333,64.8333 411,66.5C 418.422,72.2675 426.089,77.6009 434,82.5C 435.303,82.0217 436.469,81.355 437.5,80.5C 435.888,82.6587 434.221,84.8253 432.5,87C 434.272,94.7938 435.439,102.627 436,110.5C 433.575,111.643 431.408,112.976 429.5,114.5C 427.114,106.416 425.281,98.0827 424,89.5C 424.123,96.1912 424.457,102.858 425,109.5C 423.991,108.342 422.658,107.675 421,107.5C 414.168,108.9 407.334,110.233 400.5,111.5C 400.5,110.5 400.5,109.5 400.5,108.5C 407.783,108.094 414.783,106.594 421.5,104C 414.305,103.124 407.305,103.957 400.5,106.5C 398.431,106.176 398.098,105.342 399.5,104C 406.833,102.667 414.167,101.333 421.5,100C 417.148,99.5811 416.815,98.9145 420.5,98C 414.309,98.3019 408.142,99.1352 402,100.5C 397.565,99.7427 397.731,98.9094 402.5,98C 401.095,96.7308 399.429,96.2308 397.5,96.5C 397.5,95.5 397.5,94.5 397.5,93.5C 404.358,92.6952 411.192,91.6952 418,90.5C 419.767,92.1641 419.267,93.3308 416.5,94C 421.817,96.4728 423.651,94.6395 422,88.5C 421.667,87.8333 421.333,87.1667 421,86.5C 413.167,88.0258 405.334,89.6924 397.5,91.5C 396.614,90.675 396.281,89.675 396.5,88.5C 404.386,88.0748 412.053,86.5748 419.5,84C 418.737,83.0565 417.737,82.5565 416.5,82.5C 409.459,83.7286 402.459,85.0619 395.5,86.5C 395.5,85.5 395.5,84.5 395.5,83.5C 401.988,83.1963 408.322,82.0296 414.5,80C 412.348,77.1744 409.515,75.6744 406,75.5C 400.402,76.0845 394.902,77.0845 389.5,78.5C 390.911,76.461 392.911,75.461 395.5,75.5C 395.135,72.2544 396.135,69.5877 398.5,67.5C 397.182,65.0878 397.349,62.7544 399,60.5C 407.5,49.3333 416,38.1667 424.5,27C 427.497,26.2446 429.997,27.0779 432,29.5C 433.351,27.981 434.851,26.6477 436.5,25.5C 440.429,27.1129 443.762,29.4462 446.5,32.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23afc9e1' d='M 294.5,65.5 C 294.842,64.6618 295.508,64.3284 296.5,64.5C 298.665,64.1159 300.332,64.7826 301.5,66.5C 299.01,67.6321 296.676,67.2988 294.5,65.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c5d4e3' d='M 225.5,63.5 C 229.959,66.755 229.292,68.4217 223.5,68.5C 223.365,66.4458 224.032,64.7791 225.5,63.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.051' fill='%23bbc7cc' d='M 628.5,23.5 C 629.213,38.4993 630.047,53.4993 631,68.5C 631.5,69 632,69.5 632.5,70C 642.5,70.1115 652.5,69.7781 662.5,69C 664.229,67.2111 664.896,65.0444 664.5,62.5C 667.079,62.9167 669.246,62.25 671,60.5C 671.5,53.8417 671.666,47.175 671.5,40.5C 672.655,47.3209 672.821,54.3209 672,61.5C 670.364,63.5497 668.198,64.5497 665.5,64.5C 666.026,67.8078 664.693,69.9745 661.5,71C 653.658,71.3709 645.824,71.8709 638,72.5C 635.207,72.6953 632.707,72.0287 630.5,70.5C 628.034,54.4814 627.367,38.8147 628.5,23.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23bdbebe' d='M 252.5,62.5 C 254.604,62.2011 256.604,62.5344 258.5,63.5C 259.128,65.2581 260.128,66.7581 261.5,68C 263.91,68.5995 265.91,69.7662 267.5,71.5C 260.313,71.8245 253.313,71.4912 246.5,70.5C 252.176,70.6661 257.843,70.4994 263.5,70C 260.597,69.4314 258.597,67.7648 257.5,65C 255.423,64.8078 253.423,64.3078 251.5,63.5C 251.624,62.8933 251.957,62.56 252.5,62.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23f2f7fa' d='M 429.5,114.5 C 429.822,116.722 429.155,118.556 427.5,120C 421.357,121.295 415.191,122.462 409,123.5C 405.288,122.134 401.788,120.301 398.5,118C 396.513,116.681 395.346,114.848 395,112.5C 392.833,101.831 390.666,91.1642 388.5,80.5C 388.543,79.5836 388.876,78.9169 389.5,78.5C 394.902,77.0845 400.402,76.0845 406,75.5C 409.515,75.6744 412.348,77.1744 414.5,80C 408.322,82.0296 401.988,83.1963 395.5,83.5C 395.5,84.5 395.5,85.5 395.5,86.5C 402.459,85.0619 409.459,83.7286 416.5,82.5C 417.737,82.5565 418.737,83.0565 419.5,84C 412.053,86.5748 404.386,88.0748 396.5,88.5C 396.281,89.675 396.614,90.675 397.5,91.5C 405.334,89.6924 413.167,88.0258 421,86.5C 421.333,87.1667 421.667,87.8333 422,88.5C 423.651,94.6395 421.817,96.4728 416.5,94C 419.267,93.3308 419.767,92.1641 418,90.5C 411.192,91.6952 404.358,92.6952 397.5,93.5C 397.5,94.5 397.5,95.5 397.5,96.5C 399.429,96.2308 401.095,96.7308 402.5,98C 397.731,98.9094 397.565,99.7427 402,100.5C 408.142,99.1352 414.309,98.3019 420.5,98C 416.815,98.9145 417.148,99.5811 421.5,100C 414.167,101.333 406.833,102.667 399.5,104C 398.098,105.342 398.431,106.176 400.5,106.5C 407.305,103.957 414.305,103.124 421.5,104C 414.783,106.594 407.783,108.094 400.5,108.5C 400.5,109.5 400.5,110.5 400.5,111.5C 407.334,110.233 414.168,108.9 421,107.5C 422.658,107.675 423.991,108.342 425,109.5C 424.457,102.858 424.123,96.1912 424,89.5C 425.281,98.0827 427.114,106.416 429.5,114.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.167' fill='%23e3e3e3' d='M 116.5,79.5 C 117.338,93.1488 117.671,106.816 117.5,120.5C 121.741,121.25 125.074,119.917 127.5,116.5C 125.833,115.833 124.167,115.167 122.5,114.5C 126.122,113.675 129.789,113.175 133.5,113C 134.328,112.085 135.328,111.419 136.5,111C 131.825,110.203 127.159,109.37 122.5,108.5C 128.833,107.833 135.167,107.167 141.5,106.5C 141.709,105.914 142.043,105.414 142.5,105C 135.809,104.831 129.142,104.331 122.5,103.5C 129.476,102.669 136.476,102.169 143.5,102C 144.276,100.23 144.11,98.3969 143,96.5C 139.767,97.7864 136.267,98.453 132.5,98.5C 129.167,98.1667 125.833,97.8333 122.5,97.5C 128.807,96.6694 135.141,96.1694 141.5,96C 138.542,95.7707 136.042,94.604 134,92.5C 133.667,89.1667 133.333,85.8333 133,82.5C 131.855,81.3636 130.688,80.3636 129.5,79.5C 132.187,79.3359 134.854,79.5026 137.5,80C 140.167,82.6667 142.833,85.3333 145.5,88C 148.768,89.1503 152.101,89.9836 155.5,90.5C 152.82,100.713 150.653,111.046 149,121.5C 146.762,123.309 145.595,125.642 145.5,128.5C 139.897,127.69 134.397,126.357 129,124.5C 123.897,126.427 118.73,127.094 113.5,126.5C 110.442,115.1 107.775,103.6 105.5,92C 105.755,90.6739 106.422,89.6739 107.5,89C 110.117,88.1785 112.784,87.6785 115.5,87.5C 115.194,84.6146 115.527,81.9479 116.5,79.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23f1f1f1' d='M 116.5,79.5 C 120.833,79.5 125.167,79.5 129.5,79.5C 130.688,80.3636 131.855,81.3636 133,82.5C 133.333,85.8333 133.667,89.1667 134,92.5C 136.042,94.604 138.542,95.7707 141.5,96C 135.141,96.1694 128.807,96.6694 122.5,97.5C 125.833,97.8333 129.167,98.1667 132.5,98.5C 136.267,98.453 139.767,97.7864 143,96.5C 144.11,98.3969 144.276,100.23 143.5,102C 136.476,102.169 129.476,102.669 122.5,103.5C 129.142,104.331 135.809,104.831 142.5,105C 142.043,105.414 141.709,105.914 141.5,106.5C 135.167,107.167 128.833,107.833 122.5,108.5C 127.159,109.37 131.825,110.203 136.5,111C 135.328,111.419 134.328,112.085 133.5,113C 129.789,113.175 126.122,113.675 122.5,114.5C 124.167,115.167 125.833,115.833 127.5,116.5C 125.074,119.917 121.741,121.25 117.5,120.5C 117.671,106.816 117.338,93.1488 116.5,79.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.154' fill='%23dfdfdf' d='M 550.5,162.5 C 551.833,162.5 553.167,162.5 554.5,162.5C 557.631,165.129 560.631,167.962 563.5,171C 570.103,172.274 576.77,172.774 583.5,172.5C 583.5,159.167 583.5,145.833 583.5,132.5C 573.681,131.506 563.681,131.173 553.5,131.5C 553.666,135.846 553.499,140.179 553,144.5C 552.667,143.167 552.333,141.833 552,140.5C 551.002,143.628 549.836,145.962 548.5,147.5C 549.829,139.417 552.162,131.75 555.5,124.5C 556.333,124.167 557.167,123.833 558,123.5C 562.667,124.833 567.333,126.167 572,127.5C 577.16,126.246 582.327,125.413 587.5,125C 590.482,137.744 593.149,150.577 595.5,163.5C 592.399,163.692 589.399,164.358 586.5,165.5C 585.727,167.813 585.06,170.146 584.5,172.5C 577.524,173.664 570.524,173.831 563.5,173C 559.823,168.47 555.49,164.97 550.5,162.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23edf3f6' d='M 305.5,180.5 C 295.38,182.034 285.38,183.868 275.5,186C 275,185.5 274.5,185 274,184.5C 271.49,171.284 268.99,158.117 266.5,145C 265.599,140.567 267.265,138.9 271.5,140C 272.788,142.466 272.788,144.966 271.5,147.5C 273.636,148.852 273.97,150.518 272.5,152.5C 273.325,153.386 274.325,153.719 275.5,153.5C 275.664,150.813 275.497,148.146 275,145.5C 273.362,141.278 272.195,136.945 271.5,132.5C 272.058,131.21 273.058,130.377 274.5,130C 281.391,128.018 288.391,127.018 295.5,127C 299.088,129.377 302.588,131.877 306,134.5C 308.501,146.341 311.001,158.174 313.5,170C 312.859,173.922 310.525,175.422 306.5,174.5C 306.795,176.735 306.461,178.735 305.5,180.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.168' fill='%23e8e8e8' d='M 583.5,132.5 C 580.351,132.211 577.351,132.711 574.5,134C 574.043,134.414 573.709,134.914 573.5,135.5C 575.045,136.452 576.712,136.785 578.5,136.5C 578.5,137.5 578.5,138.5 578.5,139.5C 559.845,140.177 559.845,141.51 578.5,143.5C 571.622,143.959 564.955,145.125 558.5,147C 564.859,147.169 571.193,147.669 577.5,148.5C 570.858,149.331 564.191,149.831 557.5,150C 556.167,151 556.167,152 557.5,153C 564.336,153.039 571.003,153.706 577.5,155C 571.833,155.333 566.167,155.667 560.5,156C 562.219,157.057 564.053,157.89 566,158.5C 566.827,162.541 566.66,166.541 565.5,170.5C 564.516,167.572 564.183,164.572 564.5,161.5C 560.958,161.187 557.625,161.521 554.5,162.5C 553.167,162.5 551.833,162.5 550.5,162.5C 547.722,162.978 545.722,161.978 544.5,159.5C 545.668,155.329 547.002,151.329 548.5,147.5C 549.836,145.962 551.002,143.628 552,140.5C 552.333,141.833 552.667,143.167 553,144.5C 553.499,140.179 553.666,135.846 553.5,131.5C 563.681,131.173 573.681,131.506 583.5,132.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.163' fill='%23f1f1f1' d='M 583.5,132.5 C 583.5,145.833 583.5,159.167 583.5,172.5C 576.77,172.774 570.103,172.274 563.5,171C 560.631,167.962 557.631,165.129 554.5,162.5C 557.625,161.521 560.958,161.187 564.5,161.5C 564.183,164.572 564.516,167.572 565.5,170.5C 566.66,166.541 566.827,162.541 566,158.5C 564.053,157.89 562.219,157.057 560.5,156C 566.167,155.667 571.833,155.333 577.5,155C 571.003,153.706 564.336,153.039 557.5,153C 556.167,152 556.167,151 557.5,150C 564.191,149.831 570.858,149.331 577.5,148.5C 571.193,147.669 564.859,147.169 558.5,147C 564.955,145.125 571.622,143.959 578.5,143.5C 559.845,141.51 559.845,140.177 578.5,139.5C 578.5,138.5 578.5,137.5 578.5,136.5C 576.712,136.785 575.045,136.452 573.5,135.5C 573.709,134.914 574.043,134.414 574.5,134C 577.351,132.711 580.351,132.211 583.5,132.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.069' fill='%23d7dfe5' d='M 271.5,132.5 C 272.195,136.945 273.362,141.278 275,145.5C 275.497,148.146 275.664,150.813 275.5,153.5C 274.325,153.719 273.325,153.386 272.5,152.5C 273.97,150.518 273.636,148.852 271.5,147.5C 272.788,144.966 272.788,142.466 271.5,140C 267.265,138.9 265.599,140.567 266.5,145C 268.99,158.117 271.49,171.284 274,184.5C 274.5,185 275,185.5 275.5,186C 285.38,183.868 295.38,182.034 305.5,180.5C 303.37,182.529 301.704,184.862 300.5,187.5C 300.5,186.167 300.5,184.833 300.5,183.5C 297.518,183.104 294.851,183.771 292.5,185.5C 293.872,187.62 293.205,188.62 290.5,188.5C 290.5,189.833 290.5,191.167 290.5,192.5C 289.5,192.5 288.5,192.5 287.5,192.5C 287.5,193.833 287.5,195.167 287.5,196.5C 286.5,196.5 285.5,196.5 284.5,196.5C 284.5,197.833 284.5,199.167 284.5,200.5C 283.5,200.5 282.5,200.5 281.5,200.5C 281.5,201.833 281.5,203.167 281.5,204.5C 280.5,204.5 279.5,204.5 278.5,204.5C 278.5,205.833 278.5,207.167 278.5,208.5C 277.5,208.5 276.5,208.5 275.5,208.5C 275.5,209.833 275.5,211.167 275.5,212.5C 271.967,213.029 269.633,215.029 268.5,218.5C 267.5,219.167 266.5,219.833 265.5,220.5C 265.238,219.022 265.571,217.689 266.5,216.5C 274.902,207.094 282.569,197.094 289.5,186.5C 288.5,186.167 287.5,185.833 286.5,185.5C 282.951,186.759 279.284,187.593 275.5,188C 277.349,189.093 279.016,190.426 280.5,192C 280,192.167 279.5,192.333 279,192.5C 275.021,190.018 271.188,187.351 267.5,184.5C 264.96,183.146 263.46,181.146 263,178.5C 266,180.833 269,183.167 272,185.5C 272.667,184.167 272.667,182.833 272,181.5C 269.357,180.024 267.19,178.024 265.5,175.5C 266.002,174.479 266.668,174.312 267.5,175C 268.667,176.167 269.833,177.333 271,178.5C 270.882,174.073 270.048,169.74 268.5,165.5C 266.963,158.217 265.63,150.884 264.5,143.5C 263.963,139.702 265.629,137.702 269.5,137.5C 270.17,135.709 270.837,134.042 271.5,132.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23ecf2f6' d='M 268.5,165.5 C 270.048,169.74 270.882,174.073 271,178.5C 269.833,177.333 268.667,176.167 267.5,175C 266.668,174.312 266.002,174.479 265.5,175.5C 267.19,178.024 269.357,180.024 272,181.5C 272.667,182.833 272.667,184.167 272,185.5C 269,183.167 266,180.833 263,178.5C 263.46,181.146 264.96,183.146 267.5,184.5C 266.761,184.369 266.094,184.536 265.5,185C 269.038,189.114 273.038,192.781 277.5,196C 270.95,193.617 265.117,189.783 260,184.5C 259.691,185.766 259.191,186.933 258.5,188C 264.053,191.936 269.387,196.103 274.5,200.5C 273.624,201.251 272.624,201.751 271.5,202C 272.337,203.011 272.67,204.178 272.5,205.5C 271.167,205.5 269.833,205.5 268.5,205.5C 268.762,206.978 268.429,208.311 267.5,209.5C 263.691,206.858 260.024,204.025 256.5,201C 254.975,199.991 253.308,199.491 251.5,199.5C 251.657,200.873 251.49,202.207 251,203.5C 248.481,205.211 246.981,207.545 246.5,210.5C 245.883,210.389 245.383,210.056 245,209.5C 244.38,205.112 243.547,200.778 242.5,196.5C 249.59,185.908 257.257,175.742 265.5,166C 266.448,165.517 267.448,165.351 268.5,165.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.172' fill='%23eeeeee' d='M 435.5,177.5 C 437.509,179.065 439.843,180.065 442.5,180.5C 442.971,182.579 443.637,184.579 444.5,186.5C 444.674,188.861 445.007,191.194 445.5,193.5C 442.71,193.051 440.044,193.051 437.5,193.5C 438.074,195.059 438.74,196.559 439.5,198C 435.101,197.033 430.768,195.533 426.5,193.5C 425.304,193.846 425.304,194.346 426.5,195C 430.779,196.473 434.779,198.473 438.5,201C 435.5,201.667 432.5,201.667 429.5,201C 426.5,199.5 423.5,198 420.5,196.5C 420.167,196.833 419.833,197.167 419.5,197.5C 425.636,200.401 431.636,203.568 437.5,207C 430.551,207.52 424.218,205.686 418.5,201.5C 418.167,201.833 417.833,202.167 417.5,202.5C 418.328,203.415 419.328,204.081 420.5,204.5C 421.745,205.955 421.578,207.289 420,208.5C 416.504,205.296 414.337,205.963 413.5,210.5C 412.311,211.429 410.978,211.762 409.5,211.5C 408.402,210.399 408.235,209.066 409,207.5C 414.284,197.601 418.451,187.268 421.5,176.5C 421.685,174.804 422.519,173.471 424,172.5C 427.781,174.308 431.615,175.974 435.5,177.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23858687' d='M 435.5,177.5 C 441.842,177.334 448.175,177.5 454.5,178C 455.691,178.698 456.691,179.531 457.5,180.5C 456.519,193.754 456.186,207.087 456.5,220.5C 456.5,221.833 455.833,222.5 454.5,222.5C 448.642,222.822 442.975,222.489 437.5,221.5C 440.572,221.817 443.572,221.484 446.5,220.5C 443.914,219.52 441.247,219.187 438.5,219.5C 438.5,219.167 438.5,218.833 438.5,218.5C 441.167,218.5 443.833,218.5 446.5,218.5C 448.916,219.968 451.583,220.635 454.5,220.5C 454.5,214.167 454.5,207.833 454.5,201.5C 454.5,200.5 454.5,199.5 454.5,198.5C 454.5,192.5 454.5,186.5 454.5,180.5C 450.5,180.5 446.5,180.5 442.5,180.5C 439.843,180.065 437.509,179.065 435.5,177.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.16' fill='%23e0e0e0' d='M 421.5,176.5 C 418.451,187.268 414.284,197.601 409,207.5C 408.235,209.066 408.402,210.399 409.5,211.5C 415.154,214.727 421.154,217.394 427.5,219.5C 431.118,218.654 434.785,218.32 438.5,218.5C 438.5,218.833 438.5,219.167 438.5,219.5C 438.167,220.167 437.833,220.833 437.5,221.5C 442.975,222.489 448.642,222.822 454.5,222.5C 448.681,223.328 442.681,223.828 436.5,224C 434.04,225.458 431.873,227.291 430,229.5C 425.549,226.717 421.383,223.55 417.5,220C 412.228,218.512 406.895,217.346 401.5,216.5C 401.517,214.435 401.85,212.435 402.5,210.5C 402.5,209.5 402.5,208.5 402.5,207.5C 403.451,206.081 403.784,204.415 403.5,202.5C 404.404,201.791 404.737,200.791 404.5,199.5C 404.833,198.167 405.167,196.833 405.5,195.5C 405.5,194.5 405.5,193.5 405.5,192.5C 406.851,187.919 408.018,183.252 409,178.5C 412.151,177.819 415.317,178.152 418.5,179.5C 419.735,178.66 420.735,177.66 421.5,176.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23afc7df' d='M 456.5,220.5 C 456.186,207.087 456.519,193.754 457.5,180.5C 464.759,179.513 471.759,177.513 478.5,174.5C 479.5,175 480.5,175.5 481.5,176C 483.962,186.28 486.628,196.78 489.5,207.5C 489.192,208.308 488.692,208.975 488,209.5C 487.261,208.426 486.261,207.759 485,207.5C 478.259,209.351 471.592,211.351 465,213.5C 464,212.5 463,211.5 462,210.5C 460.667,205.833 459.333,201.167 458,196.5C 457.829,204.677 457.329,212.677 456.5,220.5 Z M 463.5,205.5 C 461.698,200.662 460.032,195.662 458.5,190.5C 462.887,190.306 467.221,188.972 471.5,186.5C 467.349,185.646 463.349,186.313 459.5,188.5C 457.783,187.332 457.116,185.665 457.5,183.5C 464.767,181.516 472.101,179.85 479.5,178.5C 481.364,186.953 483.697,195.286 486.5,203.5C 479.886,206.316 473.053,208.649 466,210.5C 464.124,209.381 463.291,207.714 463.5,205.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23bdcfe0' d='M 474.5,182.5 C 478.959,185.755 478.292,187.422 472.5,187.5C 472.365,185.446 473.032,183.779 474.5,182.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.007' fill='%23acc6df' d='M 405.5,192.5 C 405.5,193.5 405.5,194.5 405.5,195.5C 402.077,194.637 398.744,193.47 395.5,192C 398.802,190.471 402.135,190.638 405.5,192.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c8dae8' d='M 383.5,191.5 C 384.675,191.281 385.675,191.614 386.5,192.5C 384.948,193.798 383.948,193.465 383.5,191.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23f0f5f8' d='M 71.5,203.5 C 71.1968,211.889 71.5301,220.222 72.5,228.5C 70.9775,230.283 68.9775,230.949 66.5,230.5C 66.2229,227.552 66.5562,224.719 67.5,222C 64.9557,220.225 64.9557,218.392 67.5,216.5C 66.689,215.784 66.0223,214.95 65.5,214C 65.4871,211.586 65.8205,209.086 66.5,206.5C 63.8333,204.833 63.8333,203.167 66.5,201.5C 63.8333,199.833 63.8333,198.167 66.5,196.5C 64.3636,195.148 64.0302,193.482 65.5,191.5C 64.0921,190.757 62.7588,189.923 61.5,189C 53.4912,188.567 45.4912,188.734 37.5,189.5C 37.178,187.278 37.8446,185.444 39.5,184C 49.5003,183.222 59.5003,182.889 69.5,183C 71.1812,189.687 71.8479,196.52 71.5,203.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23ccddeb' d='M 489.5,192.5 C 491.973,192.947 492.14,193.947 490,195.5C 489.517,194.552 489.351,193.552 489.5,192.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23eff4f8' d='M 32.5,228.5 C 31.6662,216.499 31.1662,204.499 31,192.5C 31.3826,191.944 31.8826,191.611 32.5,191.5C 42.409,190.845 52.2423,190.845 62,191.5C 63.3871,206.806 64.2205,222.14 64.5,237.5C 57.5036,237.894 50.5036,238.227 43.5,238.5C 44.9915,229.661 41.3248,226.328 32.5,228.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23dee5ea' d='M 71.5,203.5 C 72.3625,212.004 73.0292,220.67 73.5,229.5C 72.3192,231.067 70.6526,231.901 68.5,232C 67.283,233.648 66.4497,235.481 66,237.5C 65.2496,238.126 64.4162,238.626 63.5,239C 56.2568,239.69 49.2568,240.024 42.5,240C 39,237.666 36,234.832 33.5,231.5C 33.4431,230.391 33.1098,229.391 32.5,228.5C 41.3248,226.328 44.9915,229.661 43.5,238.5C 50.5036,238.227 57.5036,237.894 64.5,237.5C 64.2205,222.14 63.3871,206.806 62,191.5C 52.2423,190.845 42.409,190.845 32.5,191.5C 34.1667,190.833 35.8333,190.167 37.5,189.5C 45.4912,188.734 53.4912,188.567 61.5,189C 62.7588,189.923 64.0921,190.757 65.5,191.5C 64.0302,193.482 64.3636,195.148 66.5,196.5C 63.8333,198.167 63.8333,199.833 66.5,201.5C 63.8333,203.167 63.8333,204.833 66.5,206.5C 65.8205,209.086 65.4871,211.586 65.5,214C 66.0223,214.95 66.689,215.784 67.5,216.5C 64.9557,218.392 64.9557,220.225 67.5,222C 66.5562,224.719 66.2229,227.552 66.5,230.5C 68.9775,230.949 70.9775,230.283 72.5,228.5C 71.5301,220.222 71.1968,211.889 71.5,203.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23b3cae1' d='M 475.5,190.5 C 477.103,190.312 478.437,190.812 479.5,192C 477.658,193.344 475.992,194.844 474.5,196.5C 473.808,195.975 473.308,195.308 473,194.5C 469.731,195.984 466.398,197.318 463,198.5C 462.308,197.975 461.808,197.308 461.5,196.5C 464.669,194.869 468.002,193.535 471.5,192.5C 473.616,193.756 474.949,193.09 475.5,190.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.171' fill='%23e6e6e6' d='M 444.5,186.5 C 445.833,186.5 447.167,186.5 448.5,186.5C 447.652,188.481 447.152,190.481 447,192.5C 449.663,194.334 452.163,196.334 454.5,198.5C 454.5,199.5 454.5,200.5 454.5,201.5C 451.223,204.101 449.223,207.435 448.5,211.5C 445.376,211.943 443.043,213.61 441.5,216.5C 443.291,217.17 444.958,217.837 446.5,218.5C 443.833,218.5 441.167,218.5 438.5,218.5C 434.785,218.32 431.118,218.654 427.5,219.5C 421.154,217.394 415.154,214.727 409.5,211.5C 410.978,211.762 412.311,211.429 413.5,210.5C 414.337,205.963 416.504,205.296 420,208.5C 421.578,207.289 421.745,205.955 420.5,204.5C 419.328,204.081 418.328,203.415 417.5,202.5C 417.833,202.167 418.167,201.833 418.5,201.5C 424.218,205.686 430.551,207.52 437.5,207C 431.636,203.568 425.636,200.401 419.5,197.5C 419.833,197.167 420.167,196.833 420.5,196.5C 423.5,198 426.5,199.5 429.5,201C 432.5,201.667 435.5,201.667 438.5,201C 434.779,198.473 430.779,196.473 426.5,195C 425.304,194.346 425.304,193.846 426.5,193.5C 430.768,195.533 435.101,197.033 439.5,198C 438.74,196.559 438.074,195.059 437.5,193.5C 440.044,193.051 442.71,193.051 445.5,193.5C 445.007,191.194 444.674,188.861 444.5,186.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23cfdfec' d='M 379.5,198.5 C 380.708,197.218 382.042,197.218 383.5,198.5C 382.192,199.626 380.858,199.626 379.5,198.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23afc7df' d='M 404.5,199.5 C 404.737,200.791 404.404,201.791 403.5,202.5C 399.714,201.855 396.38,200.355 393.5,198C 393.833,197.5 394.167,197 394.5,196.5C 397.727,197.909 401.06,198.909 404.5,199.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23f3f8fb' d='M 267.5,184.5 C 271.188,187.351 275.021,190.018 279,192.5C 279.5,192.333 280,192.167 280.5,192C 279.016,190.426 277.349,189.093 275.5,188C 279.284,187.593 282.951,186.759 286.5,185.5C 287.5,185.833 288.5,186.167 289.5,186.5C 282.569,197.094 274.902,207.094 266.5,216.5C 265.571,217.689 265.238,219.022 265.5,220.5C 264.686,222.273 263.352,222.773 261.5,222C 256.315,218.303 251.315,214.47 246.5,210.5C 246.981,207.545 248.481,205.211 251,203.5C 251.49,202.207 251.657,200.873 251.5,199.5C 253.308,199.491 254.975,199.991 256.5,201C 260.024,204.025 263.691,206.858 267.5,209.5C 268.429,208.311 268.762,206.978 268.5,205.5C 269.833,205.5 271.167,205.5 272.5,205.5C 272.67,204.178 272.337,203.011 271.5,202C 272.624,201.751 273.624,201.251 274.5,200.5C 269.387,196.103 264.053,191.936 258.5,188C 259.191,186.933 259.691,185.766 260,184.5C 265.117,189.783 270.95,193.617 277.5,196C 273.038,192.781 269.038,189.114 265.5,185C 266.094,184.536 266.761,184.369 267.5,184.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23ccddeb' d='M 492.5,198.5 C 493.675,198.281 494.675,198.614 495.5,199.5C 493.948,200.798 492.948,200.465 492.5,198.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23eef3f7' d='M 300.5,187.5 C 292.384,198.789 284.05,209.956 275.5,221C 272.386,222.087 270.053,221.254 268.5,218.5C 269.633,215.029 271.967,213.029 275.5,212.5C 275.5,211.167 275.5,209.833 275.5,208.5C 276.5,208.5 277.5,208.5 278.5,208.5C 278.5,207.167 278.5,205.833 278.5,204.5C 279.5,204.5 280.5,204.5 281.5,204.5C 281.5,203.167 281.5,201.833 281.5,200.5C 282.5,200.5 283.5,200.5 284.5,200.5C 284.5,199.167 284.5,197.833 284.5,196.5C 285.5,196.5 286.5,196.5 287.5,196.5C 287.5,195.167 287.5,193.833 287.5,192.5C 288.5,192.5 289.5,192.5 290.5,192.5C 290.5,191.167 290.5,189.833 290.5,188.5C 293.205,188.62 293.872,187.62 292.5,185.5C 294.851,183.771 297.518,183.104 300.5,183.5C 300.5,184.833 300.5,186.167 300.5,187.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23cdddea' d='M 373.5,202.5 C 374.675,202.281 375.675,202.614 376.5,203.5C 374.948,204.798 373.948,204.465 373.5,202.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23b4cae1' d='M 463.5,205.5 C 463.36,203.876 464.027,202.71 465.5,202C 468.264,201.468 470.93,200.634 473.5,199.5C 474.167,199.833 474.833,200.167 475.5,200.5C 476.957,197.398 478.957,196.898 481.5,199C 479.448,199.93 477.948,201.43 477,203.5C 476.275,202.941 475.442,202.608 474.5,202.5C 470.771,203.348 467.104,204.348 463.5,205.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23cbdbe8' d='M 499.5,203.5 C 501.332,204.14 501.665,205.14 500.5,206.5C 498.481,205.867 498.147,204.867 499.5,203.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23cbdceb' d='M 380.5,205.5 C 384.009,206.153 383.676,207.153 379.5,208.5C 379.167,208.167 378.833,207.833 378.5,207.5C 379.243,206.818 379.909,206.151 380.5,205.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23adc8e2' d='M 402.5,207.5 C 402.5,208.5 402.5,209.5 402.5,210.5C 397.973,208.935 393.473,207.269 389,205.5C 388.174,207.405 387.007,207.739 385.5,206.5C 387.137,201.927 388.637,197.261 390,192.5C 390.893,191.289 391.726,191.289 392.5,192.5C 391.578,195.684 390.578,198.851 389.5,202C 389.833,202.5 390.167,203 390.5,203.5C 394.405,205.142 398.405,206.476 402.5,207.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.031' fill='%23b8c4c9' d='M 660.5,189.5 C 657.411,187.806 654.911,188.472 653,191.5C 646,202.5 639,213.5 632,224.5C 631.333,226.167 631.333,227.833 632,229.5C 633.376,230.705 634.542,232.038 635.5,233.5C 630.613,232.395 628.779,229.395 630,224.5C 637.333,213.167 644.667,201.833 652,190.5C 654.656,187.058 657.49,186.724 660.5,189.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.168' fill='%23e8e8e8' d='M 179.5,198.5 C 180.496,198.414 181.329,198.748 182,199.5C 187.646,208.633 193.146,217.799 198.5,227C 198.241,228.261 197.574,229.261 196.5,230C 192.56,231.886 189.06,234.386 186,237.5C 184.566,241.382 182.4,244.715 179.5,247.5C 169.081,242.636 159.414,236.803 150.5,230C 151.321,227.357 152.654,225.024 154.5,223C 152.833,221.333 151.167,219.667 149.5,218C 153.167,213.667 156.833,209.333 160.5,205C 164.381,203.81 168.381,203.143 172.5,203C 175.239,201.974 177.572,200.474 179.5,198.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c7d9e7' d='M 491.5,206.5 C 494.372,206.635 495.872,207.969 496,210.5C 493.882,209.717 492.382,208.384 491.5,206.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.053' fill='%23c5d5d8' d='M 73.5,229.5 C 73.0292,220.67 72.3625,212.004 71.5,203.5C 71.8479,196.52 71.1812,189.687 69.5,183C 59.5003,182.889 49.5003,183.222 39.5,184C 37.8446,185.444 37.178,187.278 37.5,189.5C 35.8333,190.167 34.1667,190.833 32.5,191.5C 31.8826,191.611 31.3826,191.944 31,192.5C 31.1662,204.499 31.6662,216.499 32.5,228.5C 33.1098,229.391 33.4431,230.391 33.5,231.5C 32.0337,230.653 31.2004,229.32 31,227.5C 30.9652,216.576 30.1319,205.91 28.5,195.5C 29.1828,190.814 31.8495,188.814 36.5,189.5C 36.1043,186.956 36.771,184.789 38.5,183C 47.3992,182.252 56.5659,181.419 66,180.5C 67.8951,180.615 69.5618,181.282 71,182.5C 73.1339,198.281 73.9672,213.947 73.5,229.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23cddeec' d='M 394.5,210.5 C 395.776,211.386 395.776,212.386 394.5,213.5C 393.438,212.575 393.438,211.575 394.5,210.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23cddeeb' d='M 387.5,211.5 C 388.776,212.386 388.776,213.386 387.5,214.5C 386.438,213.575 386.438,212.575 387.5,211.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c8dae9' d='M 479.5,211.5 C 481.332,212.14 481.665,213.14 480.5,214.5C 479.614,213.675 479.281,212.675 479.5,211.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c5d8e7' d='M 486.5,212.5 C 488.332,213.14 488.665,214.14 487.5,215.5C 486.614,214.675 486.281,213.675 486.5,212.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c6d9e8' d='M 379.5,215.5 C 381.337,215.639 381.67,216.306 380.5,217.5C 379.702,217.043 379.369,216.376 379.5,215.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.004' fill='%23c4d7e7' d='M 493.5,216.5 C 495.225,216.843 495.725,217.843 495,219.5C 493.961,218.756 493.461,217.756 493.5,216.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.008' fill='%23171718' d='M 438.5,219.5 C 441.247,219.187 443.914,219.52 446.5,220.5C 443.572,221.484 440.572,221.817 437.5,221.5C 437.833,220.833 438.167,220.167 438.5,219.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23eef4f7' d='M 660.5,189.5 C 660.798,193.601 659.132,196.267 655.5,197.5C 655.5,198.833 655.5,200.167 655.5,201.5C 654.5,201.5 653.5,201.5 652.5,201.5C 652.5,202.833 652.5,204.167 652.5,205.5C 651.325,205.281 650.325,205.614 649.5,206.5C 650.246,207.736 650.579,209.07 650.5,210.5C 649.5,210.5 648.5,210.5 647.5,210.5C 647.5,211.833 647.5,213.167 647.5,214.5C 646.5,214.5 645.5,214.5 644.5,214.5C 644.5,215.833 644.5,217.167 644.5,218.5C 641.795,218.38 641.128,219.38 642.5,221.5C 641.311,222.429 639.978,222.762 638.5,222.5C 639.383,224.91 640.55,227.243 642,229.5C 647.586,233.043 653.086,236.709 658.5,240.5C 659.386,241.325 659.719,242.325 659.5,243.5C 656.833,243.5 654.167,243.5 651.5,243.5C 646.848,239.169 641.514,235.835 635.5,233.5C 634.542,232.038 633.376,230.705 632,229.5C 631.333,227.833 631.333,226.167 632,224.5C 639,213.5 646,202.5 653,191.5C 654.911,188.472 657.411,187.806 660.5,189.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23d8e1e5' d='M 677.5,192.5 C 680.721,193.709 683.721,195.376 686.5,197.5C 688.38,202.739 689.547,208.073 690,213.5C 683.5,223.333 677,233.167 670.5,243C 666.848,243.499 663.182,243.665 659.5,243.5C 659.719,242.325 659.386,241.325 658.5,240.5C 653.086,236.709 647.586,233.043 642,229.5C 640.55,227.243 639.383,224.91 638.5,222.5C 639.978,222.762 641.311,222.429 642.5,221.5C 641.128,219.38 641.795,218.38 644.5,218.5C 644.5,217.167 644.5,215.833 644.5,214.5C 645.5,214.5 646.5,214.5 647.5,214.5C 647.5,213.167 647.5,211.833 647.5,210.5C 648.5,210.5 649.5,210.5 650.5,210.5C 650.579,209.07 650.246,207.736 649.5,206.5C 650.325,205.614 651.325,205.281 652.5,205.5C 652.5,204.167 652.5,202.833 652.5,201.5C 653.5,201.5 654.5,201.5 655.5,201.5C 655.5,200.167 655.5,198.833 655.5,197.5C 659.132,196.267 660.798,193.601 660.5,189.5C 662.196,189.315 663.529,188.481 664.5,187C 669.721,186.608 674.055,188.441 677.5,192.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.169' fill='%23eff4f8' d='M 677.5,192.5 C 680.171,194.934 683.004,197.267 686,199.5C 687.277,203.097 687.61,206.764 687,210.5C 684.304,209.328 682.637,207.328 682,204.5C 681.833,205.333 681.667,206.167 681.5,207C 683.108,209.613 685.108,211.946 687.5,214C 681.756,223.487 675.756,232.82 669.5,242C 667.833,242.667 666.167,242.667 664.5,242C 657.074,237.538 649.908,232.705 643,227.5C 642.333,226.167 642.333,224.833 643,223.5C 650.926,211.913 658.426,200.08 665.5,188C 666.833,187.333 668.167,187.333 669.5,188C 671.817,190.157 674.484,191.657 677.5,192.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:0.012' fill='%23b1bcc1' d='M 635.5,233.5 C 641.514,235.835 646.848,239.169 651.5,243.5C 645.486,241.165 640.152,237.831 635.5,233.5 Z'/%3E%3C/g%3E%3C/svg%3E");
	background-color:#89d2ee;
	background-size:contain;
	box-sizing:border-box;	
	border-radius:10px 10px 30px 10px;
	box-shadow: -5px -5px 11px 0px #c4d3db;
	color:#0C3645;
}

.ft-content p img{
	bottom: calc(100% - 40px);
	left: 10px;
	width: 45px;
	height: 45px;
	position:absolute;
}

.ft-content p:first-letter{
	font-size:20px;
	font-weight:bold;
}

.ft-content p::before{
	content:'';
	position:absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border-radius:10px 0 0 0;
	background:linear-gradient(to left top,#ffff 50%,#6fbad7 50%);
	box-shadow: 2px 9px 1px 1px #fff;
}

.ft-content p::after{
	content:'';
	position:absolute;
	top:35px;
	top:0;
	left: 3px;
	width: 20px;
	height:85px;
	height:100%;
	border-radius:10px 10px 0 10px;
	background: radial-gradient(circle, #e0f6ff 40%, transparent 41%);
	background-size: 1.2em 1.2em;
}

.ft-list{
	margin:10px auto;
	padding:10px;
	list-style:none;
	column-count:2;
}

.ft-list li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:100%;
	margin:7px auto; 
	padding:10px 10px 10px 40px;
	box-sizing:border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius:5px;
}

.ft-list li::before{
	content:'';
	width:25px;
	height:25px;
	position:absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
	background:url("/images/grd-list-icon.png");
	background-size:cover;
}

.ft-list li a{
	font-size:16px;
	word-wrap: break-word;
}

/* Reading comprehension style ends here (16-10-23)*/

/* Top nav style starts here - 30/07/2025 */
.topnav a {
   padding: 15px 22px; /* Changed from 15px 26px */
}
.topnav.before-login .main_menudiv > a{	
    padding: 15px 22px;
}
/* Top nav style ends here - 30/07/2025 */

/*header styling added on 02-07-2025*/
#header {
    max-width: 1330px;
	padding:10px 0;
}
#header > div{
	display:inline-block;
	vertical-align:middle;
}
#header img {
	max-width:750px; 
}
.add_float2{
	position:relative;
	max-width:400px;
	width:100%;
	background-color:#f3f4f6;
	border:1px solid #bdb9b9;
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.topnav a {
    font-size: 17px;
}

.topnav.before-login .main_menudiv > a {
    padding: 15px 32px;
}

.member_btn{
	font-size:16px !important;
}
.before-login .nav-auth-wrapper{	
     margin-left: 10px;
}
.topnav a:hover {
	background:linear-gradient(to top, #0e79c9, #358fd3);
	color:#ffffff;
}
.nav-auth-wrapper label span{
	margin-right:2px;
}
/*search input styling starts here added on 28-05-2025*/
.nav-auth-wrapper{
	padding: 7px 15px;
	background: linear-gradient(0deg,rgba(41, 71, 108, 1) 0%, rgba(8, 42, 64, 1) 100%);
	border-radius:5px;
}
.zoom_query{
 	height: 100%;
	max-width:375px;
	width:100%;
	outline:none;
	border:none;
	border-radius:12px;
	padding:13px 15px;
	font-size:15px;
	background-color:#f3f4f6;
	margin:0;
	font-family: sans-serif;
}

#srch_btn{
	position:absolute;
	top:50%;
	transform:translateY(-51%);
	right:2px;
    border: none;
	padding:8px 10px;
	border-radius:5px;
    cursor: pointer;
	background:transparent;
}
.n-a-d-log:hover {
	text-decoration:none;
}
.n-a-d-features li a{
	z-index: 1;
}
.before-login .n-a-d-features {
    border: unset;
    padding-bottom: unset;
}
/*search input styling ends here added on 28-05-2025*/
/*header styling added on 02-07-2025*/
/*sidebar-styling starts here added on 04-07-2025*/
#cssmenu {
    margin-top:10px;
}
#cssmenu > ul > li {
	margin-top:5px;
}
#cssmenu > ul > li > a {
   background: linear-gradient(#08376a, #1f3251);/*added 0n 07-06-2025*/
}
#cssmenu > ul > li > a > span {
	 background:url("data:image/svg+xml,%3Csvg%20fill%3D%22%23fff%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%220%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11.178%2019.569a.998.998%200%200%200%201.644%200l9-13A.999.999%200%200%200%2021%205H3a1.002%201.002%200%200%200-.822%201.569z%22%2F%3E%3C%2Fsvg%3E") 96% center no-repeat;
}
#cssmenu > ul > li.toggle-active-arrow > a > span{
	background:url("data:image/svg+xml,%3Csvg%20fill%3D%22%23fff%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%220%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M3%2019h18a1.002%201.002%200%200%200%20.823-1.569l-9-13c-.373-.539-1.271-.539-1.645%200l-9%2013A.999.999%200%200%200%203%2019%22%2F%3E%3C%2Fsvg%3E") 96% center no-repeat;
}
#cssmenu ul ul li {
	 background:none;
	 border-bottom: 1px solid grey;
}
#cssmenu > ul > li > a:hover {
	 background: linear-gradient(#0e79c9, #358fd3); /*added on 30-05-25 to sidebar hover*/
}
#cssmenu ul ul ul li:hover{
	background:#dedada;
}
ul#first_order > li > a {
	color:#151539;
	background:linear-gradient(#fffdfd 0%, #dddfe0 100%);
}
ul#first_order > li > a:hover {
	color:#151539 !important;
	background:#f3f4f6 !important;
}

/*added on 07-07-2025*/
ul#first_order > li > a:hover {
    background: linear-gradient(#cedeef, #b0c7ed) !important;
}
/*added on 07-07-2025*/

.main_sidebardiv {
	width:26%;
}
a.menu_lastchild {
	background: linear-gradient(#b12a06 0%, #b12a06 100%) !important; /*added on 30-05-2025*/
}
/*sidebar-styling starts here added on 04-07-2025*/


/* Header design starts 09-07-2025 */
.before-login .nav-auth-wrapper {
    margin-right: unset;
}
.topnav a{
	padding: 15px 32px;
}
.topnav a{
	padding: 15px 32px;
}
.main_link1:hover{
	background-image: linear-gradient(to top, #0e79c9, #358fd3);
}
/* Header design ends 09-07-2025 */

/*h1-header style changes on 20-05-2025*/
#box{
	background: none;
	border: none;
}
#box h1 {
    font-size: 1.8em;
    font-weight: bold;
	color: #434e56;
}
/*h1-header style changes on 20-05-2025*/
/*for rp pages*/
.row3new{
	position:unset;
	border:1px solid transparent;
	border-radius: 10px;
	border-bottom:1px solid rgba(50,53,62,.11);
	box-shadow: 0 6px 5px -5px rgba(186, 182, 182, 0.75);
}
/*for rp pages*/
/*for subhome page add this styles for subtopics*/
.main_head,.main_head1{
	color:#434e56;
	background:none;
	border:none;
	font-size:1.3em;
	border-bottom:1px solid #6eb2eb;
	box-shadow: 0 6px 5px -5px #a5b3c1;
}
.main_head1{
	font-size:1.2em;
}

@media(max-width:768px){
/*h1-header style changes on 20-05-2025*/
	#box h1 {
		font-size: 1.4em;
	}
	.main_head{
		font-size:16px;
	}
	.main_head1{
		font-size:15px;
	}
/*h1-header style changes on 20-05-2025*/
}

@media (max-width: 400px) {
	.padd {
		padding: 2px;
	}

	#content {
		border:none;
		padding:0px;
	}

	#hide {
		text-align:center;
		font-size: 13px;
		color:#F9FAFC;
		display:block;
		margin-top: 20px;
	}
	
	#sidebar {
		width: 100%;
		max-width: 400px;
		border:none;
		float:right;
		display:none;
		margin-bottom: 0px;
	}
	
	#cssmenu {
	  width:100%;
	  max-width: 400px;
	}
	
	#row1 {
		width: 100%;
		max-width: 400px;
	}
	
	#page{
		border: 1px solid #4c98d8;
		border-radius: 3px;
		width: 100%;
		max-width: 400px;
		float:left;
	}
	
	#box {
		width: 100%;
		max-width: 400px;
		padding: 0px;
	}

	/* reading comprehension starts here */

	.rdc-sizing{
		margin-top:0px;
	}

	/* reading comprehension ends here */
	
	#box h1 {
		font-size:16px;
	}
	
	p {
		font-size: 14px;
		margin-top:5px;
		line-height:1.6;
	}
	
	.btn li{ 
		float:right;
		width:100%;
		max-width: 400px;
		display:block;
	}


	/*new*/
	.add_float2 {
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	/*new*/

	.authorbox {
		position: relative;
		z-index: 1;
	}

	.col-xs-3 {
		text-align:center;
		width:100% !important;
	}
	
	.col-xs-9 {
		text-align:left;
		width:100% !important;
		padding-left:0px;
	}	

	a:hover {
		color: #08B7BD;
		text-decoration: underline;
	}

	.row3new {
		width: 100%;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		clear: both;
		float: left;
	}
	
	.col-footer-9 {
		width:100% !important;
		text-align: center !important;
		
	}
	.col-footer-9 > p {
		font-size: 12px !important; 
	}
	.footer_link {
		padding: 5px 5px 5px 5px;
		border-radius: 4px;
		margin-top: 10px !important;
		width: 95% !important;
	}
	.col-footer-3 a {
		font-size: 11px !important;
		padding: 0px 10px 0px 10px !important;
		border-right: none !important;
	}
	
	.col-footer-3 {
		width: 47% !important;
		text-align: left !important;
		margin-top: 10px !important;
	}
	
	.col-xs-9 li {
		padding-right: 12px;
		display: inline-block;
		}
	/*modal*/
	.modal-content {
		width: 80%;
	}
	.hr_img {
		width: 100%;
	}
	.benefit_part {
		width:100%;
		float:left;
	 }
	/*modal*/
	
	#cssmenu > ul > li > ul.sub-active {
		display: block;
	}
	/*new design - main menu*/
	.mob_views {
		display:block;
	}
	.topnav {
		display:none;
	}
	.zoom_query {
		width:260px !important;
	}
	.srchside_div {
		width: 100%;
		max-width: 400px !important;
		text-align: center;
	}
	.btns_new {
		float:right;
		width:21px;
		padding: 10px 11px 10px 7px;
		margin-right: 10px;
	}	
	.main_sidebardiv {
		width:100% !important;
		float:none;
	}
	.newbtn-group {
		width: 98%;
		float: right;
		margin: 10px;
		text-align: center;
	}
	/*new design - main menu*/
	
	.ext_mar_lft {
	   margin-left:0px;
	}

    /* reading comprehension styles starts here */

    .list_items a:hover {
        color:#1f6ee4;
    }

    /* reading comprehension styles ends here */
		/* Header responsive starts 09-07-2025*/
	.zoom_query {
		max-width: 300px !important;
		box-sizing: border-box;
	}
	.before-login{
		width: 100%;
		background-color: #e2e3e5;
		padding-bottom: 8px;
	}
	.before-login .nav-auth-wrapper {
		margin-top: 10px;
		margin-left: 167px;
	}
	.mob_views {
		position: relative;
	}
	.newbtn-group {
		width: unset;
		float: unset;
		margin: 10px;
		text-align: unset;
		position: absolute;
		bottom: -8px;
		left: calc(50% - 55px);
		transform: translateX(-50%);
	}
	#header > .nav-auth-wrapper{
		margin-top:10px;
		margin-right: 4px;
	}
	#header:has(> .nav-auth-wrapper){
		padding: 10px 0 20px 0;
	}
	.nav-auth-wrapper.mobile{
		display:none;
	}
	.add_float2{
		margin-bottom:unset;
	}
	/* Header responsive ends 09-07-2025*/
/* Header alignment css starts here - 04/09/2025 */
    #header{
        padding: 10px 0 20px 0;
    }
    .newbtn-group {
        bottom: 4px;
    }
    #header > .nav-auth-wrapper {
        margin: 10px auto 0;
        display: block;
        max-width: 76px;
        box-sizing: border-box;
    }
/* Header alignment css ends here - 04/09/2025 */
}

@media (min-width: 401px) and (max-width: 768px) {
	.padd {
		padding: 5px;
	}

	#header img {
		width: 100%;
		max-width: 768px;
		max-height: 125px;
		border: none;
	}
	
	#content {
		float: right;
		width: 100%;
		max-width: 768px;
		border-top-style: solid;
		border-top-color: #0D2842;
		background-color: #FFF;
		padding:0;
		
	}
	
	#row1 {
		width: 100%;
		max-width: 768px;
		margin-top:0px;
	}

	#sidebar {
		width: 100%;
		max-width: 768px;
		border:none;
		float: right;
		display:none;
		margin-bottom:0px;
	}
	
	#cssmenu {
		width:100%;
	  max-width: 768px;
	}
	
	#hide {
		text-align:center;
		font-size: 13px;
		color:#F3F5F8;
		display:block;
		margin-top: 10px;
	}
	.btn li{
		float:right;
		width:100%;
		max-width: 768px;
		display:block;
	}
	
	#page{
		border: 1px solid #4c98d8;
		border-radius: 3px;
		width: 100%;
		max-width: 768px;
	}
	
	#box {
		width: 100%;
		max-width: 768px;
		padding: 0px;
		
	}

	/* reading comprehension starts here */

	.rdc-sizing{
		margin-top:0px;
	}

	/* reading comprehension ends here */
	
	p{
		font-size:13px;
		padding-top: 5px;
	}
	
	/*new*/
	.add_float2 {
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	/*new*/
	
	.authorbox {
		position: relative;
		z-index: 1;
	}
	
	.col-xs-3 {
		text-align:center;
		width:100% !important;
	}
	
	.col-xs-9 {
		text-align:left;
		width:100% !important;
		padding-left:0px;
	}
	
	a:hover {
		color: #08B7BD;
		text-decoration: underline;
	}
	
	.row3new {
		float: left;
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		clear: both;
	}
	
	.col-footer-9 {
		width:100% !important;
		text-align: center !important;
		margin-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.footer_link {
		padding: 5px 5px 5px 5px;
		border-radius: 4px;
		margin-top: 10px !important;
		width: 97% !important;
	}
	
	.col-footer-3 a {
		font-size: 12px !important;
		padding: 0px 10px 0px 10px !important;
		border-right: none !important;
	}
	
	.col-footer-3 {
		width: 48% !important;
		text-align: left !important;
		margin-top: 5px !important;
		margin-bottom: 10px;
	}
	
	.col-xs-9 li {
		padding-right: 12px;
		display: inline-block;
	}
	
	.affix-row.head {
		height: 51px;
	}

	/*modal*/
	.modal-content {
		width: 80%;
	}
	.hr_img {
		width: 100%;
	}
	/*modal*/
	
	#cssmenu > ul > li > ul.sub-active {
		display: block;
	}

	/*main menu*/
	.topnav a {
		display: none;
	}
	 
	/*main menu*/
	.mob_views {
		display:block;
	}
	
	.newbtn-group {
		width: 98%;
		margin: 10px;
		text-align: center;
	}
	
	.btn-primary { 
		width:25%;
	}
	
	.btn-warning {
		color: #fff;
		width: 75%;
	}
	
	.topnav {
		display:none;
	}

	.zoom_query {
		width:100% !important;
		max-width:300px !important;
	}
	
	.btns_new {
		float:right;
		width:21px;
		padding: 10px 11px 10px 7px;
		margin-right: 10px;
	}
	
	.main_sidebardiv {
		width:100% !important;
		max-width:768px;
		float:none;
		
	}
	
	#footer p {
		font-size:12px;
	}
	
	.srchside_div {
		width:100%;
		max-width:768px !important;
		text-align:center;
		margin:unset;
		padding:0 0 0 10px;
		box-sizing: border-box;
	}
	
	/* New media query Spelling Worksheets styles starts here - 18/01/2024 */

	.see-mre-optns-cnt, .top-qck-lnk-cnt {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.top-qck-lnk-cnt ul {
		padding: 18px 18px 3px 18px;
	}
	
	.top-qck-lnk-cnt li {
		width: 49%;
	}

	.see-mre-optns-cnt {
		display: inline-block;
		width: calc(100% - 14px);
	    box-sizing: border-box;
	}
	
	.fotr-cnt {
		clear: both;
		margin-top: 0;
		padding: 20px 10px 0 10px;
	}
	
	.rght-align {
		right: 10px;
	}
	
	.see-mre-optns-cnt {
		clear: both;
	}
	
	/* New media query Spelling Worksheets styles ends here - 18/01/2024 */

    /* reading comprehension styles starts here */

    .list_items a:hover {
        color:#1f6ee4;
    }

    /* reading comprehension styles ends here */
	/* Header responsive starts 09-07-2025 */
	.zoom_query {
		max-width:300px !important;
		width:290px !important;
		padding:10px 35px 10px 10px !important;
		box-sizing: border-box;
	}
	.newbtn-group:has(.main_link1) {
        	display: inline-block;
       	 	margin: 10px 0;
       		width: 100%;
   	 }
	.newbtn-group{
		display:none;
	}
	.add_float2{
		max-width:unset;
		width:unset;
		margin-bottom:unset;
	}
	/* Header responsive ends 09-07-2025 */
}

@media (min-width: 769px) and (max-width: 899px) {
	.padd {
		padding: 5px;
	}

	#header img {
		width: 100%;
		height: auto;
		border: none;
	}
	
	#content {
		float: right;
		width: 100%;
		max-width: 899px;
		border-top-style: solid;
		border-top-color: #0D2842;
		background-color: #FFF;
		padding:0px;
	}
	
	#row1 {
		width: 100%;
		max-width: 899px;
		margin-top:0px;
	}
	
	#cssmenu {
		width:100%;
		max-width: 897px;
	}
	
	#hide {
		text-align:center;
		font-size: 13px;
		color:white;
		display:block;
	}
	
	#page{
		border: 1px solid #9dd8ff;
		border-radius: 3px;
		width: 100%;
		max-width: 897px;
	}
	
	#box {
		width: 100%;
		max-width: 897px;
		padding: 10px 0px 10px 0px;
	}

	.btn li{
		float:right;
		width:100%;
		max-width: 897px;
		display:block;
	}

	.col-xs-3 {
		text-align:center;
		width:30%;	
	}
	
	.col-xs-9 {
		text-align:left;
		width:65%;	
	}
	
	a:hover {
		color: #08B7BD;
		text-decoration: underline;
	}
	
	.affix-row.head {
		height: auto;
	}
	
	/*modal*/
	.modal-content {
		width: 80%;
	}
	.hr_img {
		width: 100%;
	}
	/*modal*/
	
	#sidebar {
		width: 100%;
		max-width: 897px;
		border: none;
		float: right;
		display: none;
		margin-bottom: 0px;
	}
	.row3new {
		max-width: 100%;
	}
	
	.col-footer-3 {
		width: 24% !important;
		text-align: left !important;  
		margin-top: 5px !important;
	}
	
	.col-footer-9 {
		width: 100% !important;
		text-align: center !important;
		margin-top: 0px !important;
	}
	
	.footer_link {
		height: 35px;
	}
	
	.col-footer-3 a {
		font-size: 11px !important;
		padding: 0px 5px 0px 5px !important;
		border-right: none !important;
	}
	
	#cssmenu > ul > li > ul.sub-active {
		display: none;
	}
	
	.btns_new {
		float: right;
		width: 21px;
		margin-right: 10px;
		padding: 10px 10px 8px 8px;
	}
	
	.main_sidebardiv {
		width: 100% !important;
	}
	
	.topnav a {
		padding: 15px 14px;
		font-size: 12px;
		text-decoration:none;
	}
	
	/* New media query Spelling Worksheets styles starts here - 18/01/2024 */
	
	.see-mre-optns-cnt, .top-qck-lnk-cnt {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.see-mre-optns-cnt li {
		max-width: 340px;
	}
	
	.fotr-cnt {
		padding: 0 10px;
	}
	
	.rght-align {
		right: 10px;
	}
	
	/* New media query Spelling Worksheets styles ends here - 18/01/2024 */
	/* Top nav style starts here - 30/07/2025 */
   .topnav a {
       padding: 15px 12px; /* Changed from padding 15px 18px*/
	}
	/* Top nav style ends here - 30/07/2025 */
		/* Header responsive starts 09-07-2025 */
	.zoom_query {
		padding: 10px;
	}
	#srch_btn {
		padding: 5px;
		transform: translateY(-50%);
	}
	#srch_btn svg {
		width: 17px;
	}
	/* Header responsive ends 09-07-2025 */
}

@media (max-width: 450px) {
	.benefit_part {
		width: 100%;
		float: left;
	}
	.ext_mar_lft {
	   margin-left:0px;
	}
	
	/* New media query Spelling Worksheets styles starts here - 18/01/2024 */
	
	.see-mre-optns-cnt, .top-qck-lnk-cnt {
		margin-left: 7px;
		margin-right: 7px;
	}
	.top-qck-lnk-cnt li, .see-mre-optns-cnt li {
		width: 100%;
	}
	.top-qck-lnk-cnt ul {
		padding: 18px 18px 3px 18px;
	}
	.see-mre-optns-cnt {
		display: inline-block;
		width: calc(100% - 14px);
	    box-sizing: border-box;
	}
	.fotr-cnt {
		clear: both;
		margin-top: 0;
		padding: 20px 10px 0 10px;
	}
	.rght-align {
		right: 10px;
	}
	.see-mre-optns-cnt {
		clear: both;
	}
	
	/* New media query Spelling Worksheets styles starts here - 18/01/2024 */

	/* reading comprehension style starts here (16-10-23)*/

	/* .items_glimps{
		column-count:2;	
	} */

	.items_glimps li{
		width: 47%;
		margin-left: 1.5%;
	}

	/* reading comprehension style ends here (16-10-23)*/
	/* Header responsive starts 09-07-2025 */
	#header .add_float2 {
		max-width: 260px;
		margin-left: 5px;
	}
	.zoom_query {
		width: 230px !important;
	}
	.nav-auth-wrapper {
		padding: 5px 12px !important;
	}
	/* Header responsive ends 09-07-2025 */
}

@media (min-width: 450px) and (max-width: 600px) {
	#header img {
		max-width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 790px) {
    /* .topnav a added  */
	.topnav a{
		padding : 15px 12px;
	}
}

/* @media (min-width: 690px) and (max-width: 710px) {
	.col-xs-3 .prenew {
		left: 35%;
	}
} */

@media (max-width: 999px) and (min-width: 899px) {
	.topnav a {
		padding: 15px 19px; /* Changed from 15px 25px  */
		font-size: 13px;
		text-decoration: none;
	}
	.srchside_div { 
		max-width:220px;
	}
	.zoom_query {
		width: 178px;
	}
	#content {
		float:left;
		max-width:70%;
	}
	/* Top nav style starts here - 30/07/2025 */
	.topnav a {
		padding: 15px 16px;
	}
	/* Top nav style ends here - 30/07/2025 */
	/* Header responsive starts 09-07-2025 */
	.zoom_query {
		width: 100%;
		padding: 10px;
	}
	#srch_btn {
		padding: 5px 10px;
		transform: translateY(-50%);
	}
	#srch_btn svg {
		width: 17px;
	}
	.search-info-label {
		padding: 5px 15px;
	}
	.nav-auth-wrapper {
		padding: 5px 15px;
	}
	.topnav.before-login .main_menudiv > a {
		padding: 15px 16px;
	}
	.member_btn{
		font-size: 13px !important;	
	}
	/* Header responsive ends 09-07-2025 */
}

/* New Header child login media query styles starts here - 21/08/2023 */
@media (max-width: 900px){
	.topnav.before-login .main_menudiv > a{
		padding: 15px 8px;
	}
	/* Top nav style starts here - 30/07/2025 */
	.topnav.before-login .main_menudiv > a{
        padding: 15px 6px;
}
	/* Top nav style ends here - 30/07/2025 */
	/* Header responsive starts 09-07-2025 */
	.zoom_query {
		padding: 10px;
	}
	#srch_btn {
		padding: 5px 10px;
		transform: translateY(-50%);
	}
	#srch_btn svg {
		width: 17px;
	}
	.search-info-label {
		padding: 5px 15px;
	}
	.nav-auth-wrapper {
		padding: 5px 15px;
	}
	.topnav.before-login .main_menudiv > a{
			padding: 15px 10px;
	}
	/* Header responsive ends 09-07-2025 */
	.member_btn{
		font-size: 13px !important;	
	}
}
/* New Header child login media query styles ends here - 21/08/2023 */

/* New pagelayout width increased media query styles starts here*/
@media (max-width: 401px){
	#content{
		width: 100%;
		max-width: 720px;
	}
	
	#box{
		width: 100%;
	}
}
/* New pagelayout width increased media query styles ends here*/
/* Header responsive starts 09-07-2025 */
@media (max-width: 1350px){
	#header{
		text-align: center;
	}
}
/* Header responsive ends 09-07-2025 */	
