/* 
Theme Name:		 GeneratePress Child
Theme URI:		 http://childtheme-generator.com/
Description:	 GeneratePress Child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			 Mindweb Tutorials
Author URI:		 http://childtheme-generator.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 generatepress-child
*/


/*
    Add your custom styles here

#page #primary h2 {
	font-size: 20px;
	margin-top: 50px;
}*/
:root {
    --my-color: rgba(34, 37, 233, 0.99);
}
.Cus-site-banner {
	background: url(https://us.top10schools.in/images/top10schools.webp) no-repeat top center;
}
.ad {
	text-align: center;
	margin-bottom: 10px;
}
body .listing-outer:nth-child(1), body .listing-outer:nth-child(2), body .listing-outer:nth-child(3), body .listing-outer:nth-child(4), body .listing-outer:nth-child(5), body .listing-outer:nth-child(6), body .listing-outer:nth-child(7), body .listing-outer:nth-child(8), body .listing-outer:nth-child(9) {
	margin-bottom: 55px !important;
}
body .listing-outer:nth-child(1) {
	margin-top: 45px;
}
body .listing-outer:nth-child(1)::before, body .listing-outer:nth-child(2)::before, body .listing-outer:nth-child(3)::before, body .listing-outer:nth-child(4)::before, body .listing-outer:nth-child(5)::before, body .listing-outer:nth-child(6)::before, body .listing-outer:nth-child(7)::before, body .listing-outer:nth-child(8)::before, body .listing-outer:nth-child(9)::before, body .listing-outer:nth-child(10)::before {
	width: auto;
	position: absolute;
	background: #f2f2f2;
	color: #000;
	height: auto;
	margin-top: -24px;
	padding: 0 5px 0 7px;
	border: 1px dashed #000;
	font-size: 12px;
	box-shadow: 0 0 2px #999;
	font-weight: bold;
}
.listing-wraper a:hover {
  color: var(--my-color);
}
body .listing-outer:nth-child(1)::before {
	content: "Position 1 - 🏆";
}
body .listing-outer:nth-child(2)::before {
	content: "Position 2 - 🏆";
}
body .listing-outer:nth-child(3)::before {
	content: "Position 3 - 🏆";
}
body .listing-outer:nth-child(4)::before {
	content: "Position 4 - 🏆";
}
body .listing-outer:nth-child(5)::before {
	content: "Position 5 - 🏆";
}
body .listing-outer:nth-child(6)::before {
	content: "Position 6 - 🏆";
}
body .listing-outer:nth-child(7)::before {
	content: "Position 7 - 🏆";
}
body .listing-outer:nth-child(8)::before {
	content: "Position 8 - 🏆";
}
body .listing-outer:nth-child(9)::before {
	content: "Position 9 - 🏆";
}
body .listing-outer:nth-child(10)::before {
	content: "Position 10 - 🏆";
}
article h4 {
	color: var(--my-color);
	font-size: 26px;
	border-left: 4px solid;
	padding-left: 10px;
	background: #f7f8f9;
}
article h5 {
	color: var(--my-color);
	font-size: 22px;
	border-left: 4px solid;
	padding-left: 10px;
	background: #f7f8f9;
}

.Cus-site-banner button {
background: #fab802!important;
color: #000!important;
	border: 3px solid #000;
}
.accordion.active span {
	background: var(--my-color) !important;
}
.social-share {
	display: flex;
	gap: 10px;
	padding: 8px 0 20px 0;
}
        .social-share a {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 5px;
            color: white;
            text-decoration: none;
            font-weight: bold;
					font-size: 12px;
        }
        .facebook { background: #1877F2; }
        .twitter { background: #1DA1F2; }
        .linkedin { background: #0077b5; }
        .whatsapp { background: #25D366; }
.kk {
	background: #fff;
	padding: 3px;
	box-shadow: 0 0 5px #ddd;
}
article h3 {
	font-size: 22px;
}
article h4 {
	font-size: 20px;
}
.panel h4 {
	font-size: 22px;
	color: var(--my-color);
}
.Cus-site-banner p {
	text-align: center;
	color: #fff;
	text-shadow: 0 0px 6px #000;
	font-weight: bold;
	max-width: 650px;
	margin: 0 auto;
	font-size: 22px !important;
	margin-bottom: 50px;
}
.listInner img {
	background: #fff;
	padding: 3px;
	box-shadow: 0 0 4px #ddd;
}
.listInner img {
	background: #fff;
	padding: 3px;
	box-shadow: 0 0 4px #ddd;
}
.custom-accordion .category-blog {
	display: none;
}
#cat option[value="2782"] {
	display: none;
}
.accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: right;
	outline: none !important;
	font-size: 18px;
	transition: 0.4s;
	background: none !important;
	color: #000 !important;
	margin-top: -20px;
}
.accordion span {
	background: #000 !important;
	color: #fff;
	padding: 9px 12px;
	border-radius: 15px;
}
.active, .accordion:hover {
	background:none;
	color:#000;
}

.panel {
  display: none;
  background-color: white;
  overflow: hidden;
	padding-top: 20px;
}
.Cus-site-banner {
	padding: 100px 20px;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 25px;
}
.Cus-site-banner h2 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0px 6px #000;
	font-weight: bold;
	max-width: 550px;
	margin: 0 auto;
	font-size: 40px;
	margin-bottom: 30px;
}
.Cus-search {
	max-width: 750px;
	margin: 0 auto;
}
.Cus-search .wp-block-search__label {
	display: none !important;
}
.Cus-search input {
	border: 3px solid #000;
}
.Cus-search button {
	
}
.Cus-search input::placeholder {
  color: #000!important;
  opacity: 1; /* Firefox */
}
.page-header-image{display:none;}
body .category-sh h2 {
	font-size: 25px;
	border-left: 5px solid rgba(34, 37, 233, 0.99);
}
@media (max-width:768px){
	.listing-outer h3 {
	font-size: 22px !important;
}
body .li-agents li {
	font-size: 16px !important;
}
body p {
	font-size: 16px !important;
	line-height: 28px !important;
}
body .inside-article li {
	font-size: 16px !important;
}
	.Cus-site-banner {
	padding: 80px 15px !important;
}
	.Cus-site-banner h2 {
	font-size: 35px !important;
}
	.site-logo img {
	max-width: 210px !important;
}
}
.site-logo img {
	max-width: 230px;
}
.footer-widgets h2 {
	font-size: 22px;
	font-weight: bold;
}
.wpcf7-text {
	border: 1px solid #000 !important;
	max-width: 400px !important;
}
.wpcf7-textarea {
	border: 1px solid #000 !important;
width: 100% !important;
}
.wpcf7-form label {
	font-weight: bold;
	margin: 12px 0 !important;
	width: 100%;
	float: left;
}
.site-info {
	font-size: 13px !important;
}
.copyright-bar a {
	font-size: 13px;
	color: #000;
}
#banner2 {
	padding: 90px 0;
}
.banner {
	background: #000;
	background-size: cover;
	padding: 150px 0;
	text-align: left;
}
.banner h3 {
	color: #fff;
	text-shadow: 0 0 13px #000;
	font-size: 40px;
	text-align: center;
}
.banner p {
	color: #fff;
	text-shadow: 0 0 13px #000;
	max-width: 700px;
	margin: 0 auto;
	font-size: 22px !important;
	text-align: center;
}
.content-home {
	background: #f2f2f2;
	padding: 30px 0;
	text-align: left;
}
.content-page {
	padding: 30px 0;
	text-align: left;
}
.content-page h2 {
	font-size: 25px;
	border: 0!important;
	background: none !important;
}
.content-home h2 {
	font-size: 25px;
	border: 0!important;
	text-align: center;
}
.content-home .select-st.center {
	text-align: center;
}
.content-home select {
	border: 2px solid #000 !important;
	font-size: 18px !important;
	height: 50px !important;
}
@media (max-width:768px){
	.inside-article img {
	margin-bottom: 0px !important;
}
	.kt {
	padding: 10px!important;
}
	.inside-header {
	padding: 10px 15px !important;
}
.menu-toggle {
	padding: 0px 15px;
	position: relative;
	top: 5px;
	background: none !important;
}
.menu-toggle span {
	font-size: 22px;
}
h2.entry-title, .inside-article h2 {
	font-size: 15px!important;
}
h1.entry-title {
	font-size: 25px!important;
	font-weight: bold!important;
	padding-top: 0px;
}
	.author-bio {
	padding: 15px 0 0 0 !important;
}
	.listInner-l {
	text-align: center;
}
	
	.inside-article{
padding: 10px !important;
}
	.inside-article li {
	margin: 20px 0!important;
}
}
.ez-toc-counter ul li {
	margin: 10px 0px !important;
}
.kt {
	background: #eee;
	padding: 20px;
	margin-bottom: 30px;
}
.featured-image img {
	margin-bottom: 0 !important;
}
.home .inside-article img{margin-bottom: 0px!important;
}
.inside-article img {
	margin-bottom: 25px;
}
.home .inside-article img {
	border: 0!important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, strong, ul, li , span{
	font-family: 'noto serif',serif !important;
}
.disclaimer-txt {
	font-size: 13px !important;
	margin-top: 15px;
	margin-bottom: 0;
	max-width: 850px;
}
.post-image img {
	border: 6px solid #eee;
}
.m-btn a {
	color: #fff !important;
	line-height: 45px !important;
}
.m-btn {
	background: var(--my-color);
	border-radius: 4px;
}
.main-title {
	font-size: 25px !important;
}
#header-widget-area h2 {
	display: none;
}
.head-search {
	text-align: center;
	padding-top: 20px;
}
.head-search select {
	border: 1px solid #444;
}
#ez-toc-container a:visited {
	color: #444;
}
.inside-article li {
	margin-bottom: 20px;
	font-size: 19px !important;
}
.main-navigation a, p {
	font-size: 18px !important;
}
.inside-article h2 {
	background: #f2f2f2;
	padding: 10px;
	border-left: 5px solid;
}
.inside-article h2,.inside-article h3, .inside-article h4,.inside-article h5,.inside-article h6 {
font-weight:600;
}
.ez-toc-counter nav ul li a::before {
	display: none;
}
.menu-btn a {
	background: var(--my-color);
	color: #fff !important;
	line-height: 41px!important;
	border-radius: 5px;
	padding-left: 12px !important;
  padding-right: 12px !important;
}
body .main-navigation .sub-menu li a {
	line-height: 20px!important;
}
/* listing css start  */
/* .listing-outer {
	margin: 25px 0 !important;
	display: block;
	border: 3px dashed rgb(37, 40, 233);
	padding: 15px;
	border-radius: 20px;
}*/
.listing-outer {
	margin-bottom: 40px;
	padding-bottom: 20px !important;
	border-bottom: 2px solid #000;
}
.listing-outer h3 {
	color:var(--my-color);
	font-size: 28px;
	text-transform: capitalize;
}
.listing-outer h4 {
	color: var(--my-color);
	font-size: 22px;
	border-left: 4px solid;
	padding-left: 10px;
	background: #f7f8f9;
}
.listing-outer .li-agents {
	border: 0 !important;
	margin-left: 12px;
}
.checked {
        color: orange;
} 
.listing-sub-li li {
	font-size: 16px!important;
	margin: 10px 0!important;
}
.li-agents i, .accordion i {
	color: var(--my-color);
	padding-right: 12px;
}
.select-st.center select {
	background: #fff;
	border: 1px solid #000;
	height: 32px;
	font-size: 15px;
}
.listInner {
	display: block;
	width: 100%;
}
.listInner-l {
	width: 250px;
	display: inline-block;
}
.listInner-r {
	width: calc(100% - 260px);
	display: inline-block;
	vertical-align: top;
}
.listInner-l img {
	max-width: 230px;
	border: 5px solid #fff;
	box-shadow: 0px 0 5px #ccc;
	width: 230px;
}
@media only screen and (max-width:780px) {
	.listInner-r, .listInner-l {
	width: 100% !important;
}
}
@media only screen and (max-width:550px) {
 .listing-outer {
    border-left: 0 !important;
    padding: 0px 0 15px 0 !important;
    border-right: 0 !important;
    border-radius: 0;
    border-top: 0;
  }
}
@media (max-width:415px){
	h3 {
	font-size: 25px !important;
}
}
.li-agents i {
	color: var(--my-color);
	padding-right: 12px;
}
.li-agents li {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
	list-style: none;
}
.li-agents li br {
	display: none;
}
.select-st select {
	height: 45px !important;
}
.fa {
	font-family: fontawesome !important;
}
.search label {
	display: none;
}
.search {
	padding: 4px;
	background: #fff;
	margin: 10px auto 10px auto;
	box-shadow: 0 0 4px #ccc;
}
#main, .inside-right-sidebar {
	margin-top: 0px!important;
}
.search form {
	margin-bottom: 0 !important;
}
.page-heading h1 {
	margin-bottom: 15px;
	margin-top: 10px;
}
/*.page-heading p {
	font-size: 14px !important;
	margin-bottom: 25px;
}*/
.page-heading img {
	margin-bottom: 0;
	background: #fff;
  padding: 3px;
  box-shadow: 0 0 4px #ddd;
}
.page-tags ul li {
	list-style: none;
	display: inline;
	padding-right: 12px;
	font-size: 12px !important;
}
.page-tags ul {
	margin:0;
}
.entry-title {
	font-weight: bold;
	font-size: 30px;
	color: var(--my-color);
}
@media (max-width:560px){
.category-sh {
	width: 100%!important;
}
}
.category-sh {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 20px;
}
.categories-list {
	box-sizing: border-box;
	width: 100%;
	margin-top: 50px !important;
}
.category-sh ul {
	margin-left: 10px;
	list-style: none;
}
.category-sh ul li {
	float: left;
	padding-right: 25px;
}
.widget-title {
	font-weight: bold;
}
@media (min-width:1250px){
.inside-header {
	padding: 10px 3px 10px 0px !important;
}
}
/* listing css end  */
/* author bio box  */
.author-bio {
    display: flex;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.author-avatar {
   margin-right: 15px;
	width: 65px;
}

.author-avatar img {
    border-radius: 50%;
	border: 1px solid #000;
}

.author-info h4 {
 margin: 3px 0 0 0 !important;
	font-size: 1.2em;
	font-family: roboto !important;
	line-height: 1.2em;
}

.author-info p {
	font-family: roboto !important;
   font-size: 14px !important;
	color: #000 !important;
	margin-bottom: 0 !important;
	line-height: 18px !important;
}
/* author bio box  */
.grecaptcha-badge {
	display: none !important;
}
.wpcf7 input {
	width: 100% !important;
	min-width: 100%;
}
.post h2 {
	font-size: 26px;
	padding: 0px 0px 10px 0px;
	border: 0;
	color: #333;
	background:none;
}
.post p img {
	margin-bottom: 0px !important;
}