/*Default style added from here*/
@media only screen and (min-width: 768px) {

	@font-face {
		font-family: 'Rubik';
		src: url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Rubik-Regular.woff2') format('woff2'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Rubik-Regular.woff') format('woff'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Rubik-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	  }
	  
	  @font-face {
		font-family: 'Rubik';
		src: url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Rubik-Medium.woff2') format('woff2'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Rubik-Medium.woff') format('woff'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Rubik-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	  }
	  
	  @font-face {
		font-family: 'RobotoSerif';
		src:  url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/RobotoSerif-Medium.woff2') format('woff2'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/RobotoSerif-Medium.woff') format('woff'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/RobotoSerif-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	  }

	  @font-face {
		font-family: 'RobotoSerif';
		src:  url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Roboto-Bold.woff2') format('woff2'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Roboto-Bold.woff') format('woff'),
			url('https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/fonts/Roboto-Bold.ttf') format('truetype');
		font-weight: 700;
		font-style: normal;
		font-display: swap;
	  }




  

}



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  body {
	font-family: 'Rubik';
	color: #666E86;
	font-size: 16px;
  }
  
  html {
	scroll-behavior: smooth;
  }
  h1, h2{ font-family: 'RobotoSerif'; font-weight: 500;}
  h1 {

    font-size: 40px;
    line-height: 55px;
	color: #414141;
  }
  
  h2 {
	font-size: 36px;
	line-height: 50px;
	color: #414141;
	
  }
  
  h2 a {
	color: #253053;
  }
  
  h3 a{
	color: #414141;
  }
  
  h3 {
	font-weight: 500;
    font-size: 20px;
    line-height: 23px;
	color: #414141;
	
  }
  
  h4 {
	font-size: 20px;
	line-height: 25px;
	color: #414141;
	font-weight: 500;
  }
  
  h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #414141;
	font-weight: 500;
  }
  
  p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #414141;
  }
  
  a {
	color: #016be3;
	text-decoration: none;
  }
  
  h1,
  h2,
  p {
	margin: 0 0 20px;
  }
  
  h3,
  h4,
  h5,
  h6 {
	margin: 0 0 15px;
  }
  
  ul {
	list-style: none;
  }
  
  .container {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 20px;
  }
  
  img {
	max-width: 100%;
	height: auto;
  }
  
  section {
	position: relative;
  }
  
  .light-theme {
	background: #f6f8fb;
  }
  
  .dark-theme {
	background: #05247e;
  }
  
  .dark-theme .heading h2 {
	color: #ffffff;
  }
  
  .dark-theme .heading h2::after {
	background: #ffffff;
  }
  
  .dark-theme .heading p {
	color: #ffffff;
  }
  
  .width-100 {
	width: 100%;
  }
  
  .dis-flex {
	display: flex;
	flex-wrap: wrap;
  }
  
  .items-center {
	align-items: center;
  }
  
  .justify-center {
	justify-content: center;
  }
  
  .item-end {
	align-items: flex-end;
  }
  
  .justify-sb {
	justify-content: space-between;
  }
  
  .block {
	display: block;
  }
  
  .row {
	margin-left: -10px;
	margin-right: -10px;
  }
  
  .flex-1 {
	flex-basis: 100%;
  }
  
  .flex-2 {
	flex-basis: 50%;
  }
  
  .flex-3 {
	flex-basis: 33.33%;
  }
  
  .flex-4 {
	flex-basis: 25%;
  }
  
  .flex-5 {
	flex-basis: 20%;
  }
  
  .padding-t-200 {
	padding-top: 200px;
  }
  
  .padding-t-120 {
	padding-top: 120px;
  }
  
  .padding-b-120 {
	padding-bottom: 120px;
  }
  
  .margin-t-100 {
	margin-top: 100px;
  }
  
  .margin-t-80 {
	margin-top: 80px;
  }
  
  .margin-t-70 {
	margin-top: 70px;
  }
  
  .margin-t-60 {
	margin-top: 60px;
  }
  
  .margin-t-50 {
	margin-top: 50px;
  }
  
  .margin-t-20 {
	margin-top: 20px;
  }
  
  .text-center {
	text-align: center;
  }
  
  .text-right {
	text-align: right;
  }
  
  .read-more {
	color: #016be3;
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 19px;
  }
  
  .read-more::after {
	content: "";
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/arrow.png) top center no-repeat;
	position: relative;
	width: 20px;
	height: 10px;
	background-size: 100%;
	top: 0;
	left: 6px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
  }
  
  .read-more:before {
	content: "";
	clear: both;
	display: block;
	background: #016be3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 1px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
  }
  
  .read-more:hover:before {
	opacity: 1;
  }
  
  .read-more:hover::after {
	left: 10px;
  }
  
  ::placeholder {
	color: #737373;
	font-weight: 400;
  }
  
  input:-internal-autofill-selected {
	background-color: #fff !important;
  }
  
  input:focus-visible {
	border: 0;
  }
  
  .cmn-btn {
	color: #016be3;
	border: 1.5px solid #016be3;
	border-radius: 3px;
	background: transparent;
	font-size: 18px;
	line-height: 36px;
	display: block;
	width: 100%;
	padding: 8px 0 12px;
	margin: 30px 0 0;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
  }
  
  .cmn-btn:hover {
	background-color: #016be3;
	color: #fff;
  }
  
  .white-btn {
	color: #fff;
	border: 1.5px solid #fff;
	border-radius: 5px;
	padding: 14px 50px;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	transition: 0.5s all ease-in-out;
  }
  
  .white-btn:hover {
	background-color: #fff;
	color: #016be3;
	border: 1.5px solid #fff;
  }
  
  .white-btn.blue {
	color: #016be3;
	border: 1.5px solid #016be3;
  }
  
  .white-btn.blue:hover {
	background-color: #016be3;
	color: #fff;
  }
  
  .white-btn.white {
	background-color: #fff;
	color: #000;
  }
  
  .white-btn.white:hover {
	background-color: #016be3;
	color: #000;
	border: 1.5px solid #016be3;
  }
  
  .heading h2 {
	position: relative;
	margin-bottom: 40px;
  }
  
  .heading h2:after {
	content: "";
	background: #016be3;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
  }
  
  .heading p {
	width: 75%;
	margin: auto;
	font-size: 20px;
  }
  
  .get-started p {
	margin-top: 15px;
  }
  
  .get-started p:first-child {
	margin-top: 0;
  }
  
  .get-started p a {
	color: #ffffff;
  }
  
  /*Default Style End Here*/
  
  /*Blog Style Start From Here*/
  
  .topsec p{
    font-size: 18px;
    line-height: 29px;
  }
  
  .filters {
	padding: 45px 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
  }
  
  .searchBox {
	flex-basis: 49%;
	position: relative;
  }
  
  .search-field {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e9ecf0;
	box-shadow: 0px 4px 30px rgba(230, 240, 248, 0.5);
	border-radius: 11px;
	height: 66px;
	padding: 0 90px 0 20px;
	color: #b5c1d2;
	font-size: 16px;
    line-height: 26px;
	position: relative;
  }
  
  .search-field::-webkit-input-placeholder {
	color: #b5c1d2;
  }
  
  .searchBox .submit {
	width: 70px;
	height: 66px;
	position: absolute;
	background: #016be3 url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/search-icon.png) no-repeat center;
	height: 100%;
	border-radius: 0px 11px 11px 0px;
	right: 0;
	top: 0;
	border: 0;
	cursor: pointer;
  }
  
  .searchBox .submit:hover {
	opacity: 0.75;
  }
  
  .select-cat {
	flex-basis: 49%;
  }
  
  .select-box {
	position: relative;
	display: flex;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e9ecf0;
	box-shadow: 0px 4px 30px rgb(230 240 248 / 50%);
	border-radius: 11px;
	height: 66px;
	padding: 0 20px;
	color: #b5c1d2;
	font-size: 16px;
    line-height: 26px;
	position: relative;
	align-items: center;
	line-height: 1;
	cursor: pointer;
  }
  
  .select-box.active a {
	opacity: 1;
  }
  .select-box .select-first {
	opacity: 0.4;
	text-decoration: none;
	color: #b5c1d2;
	text-transform: capitalize;
  }
  
  .select-box .arw-btn {
	cursor: pointer;
	width: 70px;
	background: #016be3;
	position: absolute;
	right: 0;
	top: -1px;
	border-radius: 0px 11px 11px 0px;
	display: flex;
	align-items: center;
	height: 100%;

  }

  .select-box .arw-btn::after {
	content: "";
	clear: both;
	display: block;
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/arrow-down.png) no-repeat right center;
	width: 20px;
	height: 11px;
	margin: 0 auto;
  }
  
  .select-box .arw-btn.rotate::after {
	transform: rotate(180deg);
  }
  
  .select-box .arw-btn:hover {
	opacity: 0.75;
  }
  
  .select-list {
	position: relative;
  }
  
  .select-list ul {
	list-style-type: none;
	background: #ffffff;
	box-shadow: 0px 13px 25px rgba(103, 84, 226, 0.2);
	border-radius: 0px 0px 0px 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	display: none;
	margin: 0;
	height: 250px;
	overflow-y: scroll;
  }
  
  .select-list ul li {
	color: #737373;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #e9ecf0;
	
  }

  .select-list ul li a{padding: 15px 30px; display:block;}
  
  .select-list ul li.active {
	background: rgba(1, 107, 227, 0.16);
  }
  
  .select-list ul li:hover {
	background: rgba(1, 107, 227, 0.16);
  }
  
  .select-list ul li:last-child {
	border-bottom: 0;
  }
  
  .select-list ul.open-close {
	display: block;
  }
  
  .blog-wrap {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	-ms-grid-columns: 1fr [3];
	grid-template-columns: repeat(3, 1fr);
	position: relative;
  }
  
  .pxl-bcard {
	background: #ffffff;
	border: 1px solid #efefef;
	border-radius: 5px;
  }
  
  .blog-thumb {
	position: relative;
	transition: 0.5s all ease-in-out;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
  }
  
  .blog-thumb img {
	width: 100%;
	display: block;
	transition: 0.3s all ease-in-out;
	height:265px;
  }



  .page-description{
	word-break: break-word;}
  
  .blog-thumb:hover img {
	transform: scale(1.1);
  }
  
  .blog-content {
	padding: 20px 30px 27px;
  }

  .blog-content .entry-subtitle{display:none;}
  
  .blog-content .entry-title {
	margin: 0 0 20px;
    font-weight: 500;
   font-size: 20px;
   line-height:30px;
  }
  .blog-content .entry-title{    
    font-size: 20px;
    line-height:30px;}
  
  .blog-content .entry-title:hover {
	text-decoration: underline;
  }
  
  .pxl-bcard .entry-meta {
	margin: 0 0 20px;
  }
  
  .author-mid-row span {
	font-size: 14px;
	line-height: 16px;
  }
  
  .byline {
	color: #016be3;
	line-height: 16px;
    font-size: 14px;
  }
  
  .byline a {
	color: #016be3;
  }
  
  .posted-on {
	color: #666E86;
	position: relative;
  }
  
  .posted-on:before {
	content: "/";
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	padding: 0 10px;
	color: #666E86;
	display: inline-block;
  }
  /*.author-mid-row a {
    pointer-events: none;
 }*/
  .posted-on a {
    color: #666E86;
    font-size: 14px;
    line-height: 16px;
   }
  /*.entry-meta a {
   cursor: default !important;
   pointer-events: none !important;
	}*/
  .post-categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 20px;
  }
  
  .post-categories li {
	background: rgba(1, 107, 227, 0.16);
	border-radius: 2px;
	color: #016be3;
	font-size: 12px;
    line-height: 15px;
	font-weight: 500;
	padding: 3px 9px;
	margin: 0 5px 5px 0;
	display: inline-block;
  }
  
  .pxl-bcard:hover {
	border-color: #016be3;
  }
  
  .pagination {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .pagination .nav-links .nav-previous {
	order: 2;
  }
  
  .pagination .nav-links .nav-next {
	order: 1;
  }
  
  .pagination a {
    border: 1px solid #016be3;
    border-radius: 5px;
    color: #016be3;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    min-width: 228px;
    padding: 20px 60px;
    margin: 0 10px;
  }
  
  .pagination a:after {
	content: "";
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/pre-icon.png) top center no-repeat;
	position: relative;
	width: 17px;
	height: 13px;
	background-size: 100%;
	top: 0;
	left: 10px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
  }
  
  .pagination a:hover::after {
	left: 14px;
  }
  
  .nav-next a:after {
	display: none;
  }
  
  .nav-next a:before {
	content: "";
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/pre-icon.png) top center no-repeat;
	position: relative;
	width: 17px;
	height: 13px;
	background-size: 100%;
	top: 0;
	right: 10px;
	transform: rotate(180deg);
	display: inline-block;
	transition: all 0.3s ease-in-out;
  }
  
  .pagination a:hover:before {
	right: 14px;
  }
  
  .pagination a:hover {
	background: rgba(1, 107, 227, 0.16);
	border-color: rgba(1, 107, 227, 0.16);
  }
  
  .single-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .left-bar {
	flex-basis: 63%;
	max-width: 63%;
  }
  
  .right-bar {
	flex-basis: 30%;
	max-width: 30%;
  }
  
  .left-bar h1 {
	margin: 0 0 26px;
    font-size: 36px;
    line-height: 50px;
  }
  
  .left-bar .entry-footer {
	display: none;
  }
  
  .left-bar .navigation {
	display: none;
  }
  
  .widget-title {
    color: #444444;
  }
  
  

  .entry-content p a,
  .entry-content li a {
	color: #016be3;
	opacity: 0.9;
  }

 
  
  .entry-content ul li,
  .entry-content ol li {
	  font-family: 'Noto Sans';
  }
  
  .entry-content ul,
  .entry-content ol {
	margin: 20px 0;
  }
  
  .entry-content ul li,
  .entry-content ol li {
	margin: 0 0 8px;
	position: relative;
	list-style: none;
	padding-left: 20px;
	line-height: 25px;
  }
  
  .entry-content ul li:before,
  .entry-content ol li:before {
	content: "";
	width: 9px;
	height: 9px;
	background: #016be3;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 9px;
  }
  
 
  
  .left-bar strong a,
  .left-bar b a {
	font-weight: 600;
  }
  
  .left-bar a:hover {
	text-decoration: underline;

  }
  

  
  .comment-notes {
	margin: 0 0 50px;
  }
  
  .comment-form label {
	display: block;
	width: 100%;
	color: #253053;
	font-weight: 400;
	margin-bottom: 10px;
  }
  
  .comment-form textarea {
	width: 100%;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	color: #b5c1d2;
	padding: 20px;
	resize: none;
	height: 190px;
	font-family: "DINPro";
	word-break: break-all;
  }
  
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	height: 63px;
	padding: 0 20px;
	color: #b5c1d2;
	font-size: 16px;
	font-family: "DINPro";
  }
  
  .comment-form-cookies-consent {
	display: flex;
	align-items: center;
  }
  
  .comment-form-cookies-consent label {
	margin-left: 10px;
	margin-bottom: 0;
  }
  
  .comment-form input[type="checkbox"] {
	margin-top: 3px;
  }
  
  .comment-form input[type="submit"] {
	background: #60ac0b;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding: 14px 24px;
	border-radius: 4px;
	letter-spacing: 0.05em;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease-in-out;
	margin: 20px 0 0;
  }
  
  .comment-form input[type="submit"]:hover {
	background-color: #082eb5;
  }
  
  #ez-toc-container {
	background: #f6f8fb;
	border: 1px solid #efefef;
	border-radius: 6px;
	padding: 40px;
	box-shadow: none;
	border: 0;
	margin: 80px 0 0;
	min-width: 480px;
  }
  
  div#ez-toc-container p.ez-toc-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #253053;
    margin: 0 0 27px;
    display: block;
  }
  
  .ez-toc-widget-container nav ul {
	display: block;
	list-style-type: none;
	padding: 2px 0 0;
	border-left: 0;
  }
  
  div#ez-toc-container ul li {
	margin: 0 0 15px;
	padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  
  div#ez-toc-container ul li a {
	  color: #666E86;
  }
  
  div#ez-toc-container ul li:before {
	content: "";
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/check-icon.png) top center no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 7px;
	left: 0;
  }
  
  div#ez-toc-container ul ul {
	margin: 10px 0 0;
  }
  
  div#ez-toc-container ul ul li {
	margin: 0 0 5px;
  }
  
  #ez-toc-container a:visited {
	color: #737373;
  }
  
  .wp-block-search__label {
	display: none;
  }
  
  .right-bar .wp-block-search__inside-wrapper {
	align-items: center;
  }
  
  .right-bar .wp-block-search__input {
	width: 100%;
	background: #f6f8fb;
	border-radius: 11px;
	height: 66px;
	padding: 0 60px 0 30px;
	border: 0;
	position: relative;
  }
  
  .right-bar .wp-block-search__button {
	position: absolute;
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/search-btn.png) top center no-repeat;
	width: 20px;
	height: 20px;
	right: 30px;
	font-size: 0;
	padding: 0;
	border: 0;
	display: block;
	cursor: pointer;
  }
  
  .right-bar .widget {
	margin:0;
  }
  .widget-area .widget_archive {
    display: none;
   }
  .widget-area #block-15 {
    display: none;
   }
     .widget-area #block-12 {
    display: none;
   }
     .widget-area #block-14 {
    display: none;
   }

  
  .wp-block-latest-comments__comment{font-size: 0;}
  .wp-block-latest-comments__comment-link{font-size: 16px;}

  
  .right-bar .widget_search {
	margin-top: 0;
  }
  
  .right-bar .widget li {
    border-top: 1px solid #D4E0ED;
    padding: 15px 0;
    margin: 0;
    line-height: 26px;
    border-radius: 5px;
    font-size: 16px;
  }
  
   .right-bar .widget li a {
	color: #666E86;
  }
  
  .right-bar .widget li a:hover {
	color: #016be3;
  }
  
  .addtoany_content {
	display: flex;
	width: 100%;
	justify-content: right;
	align-items: center;
	margin: -25px 0 30px !important;
  }
  
  .addtoany_header {
	margin: 0 10px 0 0 !important;
	font-size: 0;
	line-height: 17px;
	position: relative;
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/blog_share_img.png) top center no-repeat;
	width: 85px;
	height: 30px;
  }
  
  .right-bar .entry-meta {
	margin: 10px 0 0;
  }
  
  .addtoany_list a {
	border: 1px solid #016BE3 !important;
	border-radius: 100% !important;
	margin-left: 10px !important;
	font-size: 16px;
	padding: 0;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	vertical-align: middle;
  }
  
  .addtoany_list a span {
	width: auto !important;
	line-height: initial !important;
	height: auto !important;
	background-size: auto;
	border-radius: 3px;
	line-height: auto !important;
	vertical-align: middle;
  }
  
  .comment-list {
	list-style: none;
  }

  .comment-content{word-break: break-all;}
  
  .comment-reply-link {
	background: #60ac0b;
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff !important;
  }
  
  .error {
	font-size: 14px;
	color: red;
	margin: 5px 0 0;
  }
  
  .comment-reply-link:hover {
	background-color: #082eb5;
  }
  
  .not-found {
	padding: 200px 0;
	text-align: center;
  }
  
  .errorimg {
	margin: 0 0 40px;
  }
  
  .not-found h1 {
	font-size: 40px;
	color: #010101;
	font-weight: 700;
  }
  
  .not-found p {
	font-size: 24px;
	color: #737373;
  }
  
  .not-found .search-form {
	width: 590px;
	margin: 40px auto 0;
	position: relative;
  }
  
  .not-found .search-form label {
	color: #010101;
  }
  .not-found .search-form .screen-reader-text{display:none;}
  .not-found .search-field {
	width: 100%;
	height: 66px;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	border-radius: 11px;
	color: #010101;
  }
  
  .not-found .search-submit {
	width: 70px;
	height: 66px;
	position: absolute;
	background: #016be3 url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/search-icon.png) no-repeat center;
	height: 100%;
	border-radius: 0px 11px 11px 0px;
	right: 0;
	top: 0;
	border: 0;
	cursor: pointer;
	font-size: 0;
  }
  
  .not-found .search-field::-webkit-input-placeholder {
	color: #010101;
  }
  
  .goback a {
	color: #016be3;
	display: block;
	border: 1px solid #016be3;
	border-radius: 5px;
	color: #016be3;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	font-family: "DINPro";
	padding: 10px 30px;
	margin: 70px 0 0;
  }
  
  .goback a::before {
	content: "";
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/pre-icon.png) top center no-repeat;
	background-size: auto;
	position: relative;
	width: 17px;
	height: 13px;
	background-size: 100%;
	top: 0;
	right: 10px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	transform: rotate(180deg);
  }
  
  .goback a:hover:before {
	right: 14px;
  }
  
  .comment-form-url {
	display: none;
  }
  
  .comment-respond {
	padding: 40px 0 0;
  }
  
  .comment-reply-link {
	color: #010101;
  }
  
  .comment-author {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
  }
  
  .comment-author img {
	margin: 0 20px 0 0;
  }
  
  .comment-metadata {
	margin: 0 0 20px;
  }
  
  .reply {
	margin: 0 0 10px;
  }
  
  .a2a_kit {
	display: none;
  }
  
  .a2a_svg {
	background-color: transparent !important;
  }
  
  .a2a_svg svg {
	width: 21px !important;
	height: 21px !important;
  }
  
  .search-no-results .page-title {
	text-align: center;
  }
  
  .search-no-results .not-found {
	padding: 0;
  }
  
  .search-no-results .not-found .page-header {
	display: none;
  }
  
  .search-no-results .margin-t-50 {
	margin: 10px 0 0;
  }
  
  /*Blog Style End Here*/
  
  /*Footer Form Section Start From Here*/
  
  .footer-form-section {
	position: relative;
	background-color: #021652;
  }
  
  .footer-form-section ::placeholder {
	color: rgba(50, 50, 50, 0.5);
  }
  
  .footer-form-section .left-box {
	flex-basis: 40%;
	padding-right: 45px;
	background: #021652;
	color: #ffffff;
	position: relative;
	z-index: 1;
  }
  
  .footer-form-section .left-box p {
        color: #DFDFDF;
    font-size: 18px;
    line-height: 29px;
}

.footer-form-section .left-box h2{color:#fff;}
  }
  
  .footer-form-section .left-box h2 {
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
  }
  @media only screen and (max-width: 1440px) {
	.footer-form-section .left-box h2 {
	  font-size: 32px;
	}
  }
  @media only screen and (max-width: 1320px) {
	.footer-form-section .left-box h2 {
	  font-size: 30px;
	}
  }
  
  .footer-form-section .left-box h3 {
margin-bottom: 10px;
font-weight: 500;
font-size: 20px;
line-height: 23px;
color: #fff;
  }
  @media screen and (max-width: 1320px) {
	.footer-form-section .left-box h3 {
	  font-size: 22px;
	}
  }
  @media screen and (max-width: 1320px) {
	.footer-form-section .left-box h3 {
	  font-size: 20px;
	}
  }
  @media screen and (max-width: 767px) {
	.footer-form-section .left-box h3 {
	  font-size: 22px;
	  line-height: 28px;
	}
  }
  
  .footer-form-section .left-box .profile-outer {
	margin-top: 20px;
  }
  
  .footer-form-section .left-box .profile-pic {
	margin-right: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
  }
  
  .footer-form-section .left-box .profile-pic .pic2 {
	background-position: -68px 4px;
  }
  
  .footer-form-section .left-box .profile-pic i {
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/acc-prof.png) 2px 4px no-repeat;
	width: 60px;
	height: 60px;
	display: block;
  }
  
  .footer-form-section .left-box .profile-pic .pic3 {
	background-position: -137px 4px;
  }
  
  .footer-form-section .left-box .profile-pic .pic4 {
	background-position: -207px 4px;
  }
  
  .footer-form-section .left-box .profile-pic span {
	display: block;
	margin-top: 7px;
  }
  
  .footer-form-section .list-box {
	padding-left: 60px;
	position: relative;
	padding-top: 25px;
  }
  
  .footer-form-section .list-box::before {
	clear: both;
	background: #016be3;
	box-shadow: 0 0 10px rgba(9, 39, 149, 0.25);
	color: #fff;
	font-size: 18px;
	line-height: 21.09px;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	justify-content: center;
	display: flex;
	align-items: center;
	z-index: 1;
  }
  
  .footer-form-section .side-dash1 p {
	padding-bottom: 15px;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-form-section .side-dash1::before {
	content: "1";
  }
  
  .footer-form-section .side-dash1::after {
	content: "";
	clear: both;
	display: block;
	height: 100%;
	border-left: 0.8px dashed rgba(223, 223, 223, 0.5);
	width: 4px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 0;
  }
  
  .footer-form-section .side-dash2::before {
	content: "2";
  }
  
  .footer-form-section .contact-form-box {
	background: #ffffff;
	border-radius: 15px;
	padding: 40px 65px;
  }
  
  .footer-form-section .right-box {
	flex-basis: 60%;
	padding-left: 40px;
	border-radius: 0 10px 10px 0;
  }
  
  .footer-form-section .form-text-cont {
	flex-basis: 50%;
	margin-top: 20px;
	position: relative;
  }
  
  .footer-form-section .form-text-cont:nth-child(2n -1) {
	padding-right: 20px;
  }
  
  .footer-form-section .form-text-cont .dis-flex {
	flex-wrap: nowrap;
	justify-content: space-between;
  }
  
  .footer-form-section .input-field {
	padding: 18px 30px 18px 15px;
	background: transparent;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	border: 0.5px solid #e2e2e2;
	border-radius: 5px;
	color: #323232;
	outline: 0;
	resize: none;
    font-family: 'Noto Sans';
  }
  
  .footer-form-section .input-field:focus {
	border: 0.5px solid #010101;
  }
  
  .footer-form-section small {
	display: none;
	color: #ff0000;
	font-size: 12px;
  }
  
  .footer-form-section .verror small {
	display: block;
	margin-top: 5px;
  }
  
  .footer-form-section .verror .input-field,
  .footer-form-section .verror .user-input {
	border-color: #ff0000 !important;
  }
  
  .footer-form-section .verror.user-input {
	position: relative;
  }
  
  .footer-form-section .textarea-box.verror small {
	top: 40px;
  }
  
  .footer-form-section .comment-input {
	min-height: 165px;
	border: 0;
	outline: 0;
	width: 100%;
	resize: none;
	font-size: 16px;
	line-height: 20px;
	color: #323232;
	  font-family: 'Noto Sans';
  }
  
  .footer-form-section .drop-input {
	position: relative;
	bottom: 0;
	left: 0;
  }
  
  .footer-form-section .drop-box {
	text-decoration: none;
	padding: 5px 10px;
	border: 0.5px solid #ffffff;
	font-size: 12px;
  }
  
  .footer-form-section .checkout {
	flex-basis: 34%;
	text-align: right;
  }
  
  .footer-form-section .checkout .checkout-submit {
	background: #60ac0b;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	padding: 14px 24px;
	border-radius: 4px;
	letter-spacing: 0.05em;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease-in-out;
  }
  
  .footer-form-section .checkout .checkout-submit:focus,
  .footer-form-section .checkout .checkout-submit:hover {
	background-color: #082eb5;
  }
  
  .footer-form-section .form-text-cont.width-full {
	flex-basis: 100%;
	padding-right: 0;
  }
  
  .footer-form-section .drop-area-box {
	display: inline-block;
	background: none;
	font-weight: 500;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	border-radius: 0;
	cursor: pointer;
	color: #323232;
  }
  
  .footer-form-section .drop-area-box input {
	display: none;
  }
  
  .footer-form-section .drop-area-box button {
	cursor: pointer;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	border: 0.5px solid #e2e2e2;
	padding: 6px 10px;
	background: none;
	color: #767676;
  }
  
  .footer-form-section .for-two-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 50px;
  }
  
  .footer-form-section .autocomplete-items {
	display: none;
  }
  
  .footer-form-section .autocomplete-items.has-data {
	background: #fff;
	display: block;
	height: 140px;
	overflow-y: auto;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	max-width: 280px;
	box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.4);
	border-radius: 5px;
	z-index: 2;
  }
  
  .footer-form-section .autocomplete-items.has-data div {
	color: #444444;
	background: #fff;
	border-bottom: 1px solid #444444;
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
	padding: 15px 20px;
  }
  
  .footer-form-section .autocomplete-items.has-data div.autocomplete-active,
  .footer-form-section .autocomplete-items.has-data div:hover {
	background-color: rgba(0, 0, 0, 0.05);
  }
  
  .footer-form-section .gal-loader {
	position: relative;
	padding: 20px;
	margin-bottom: 15px;
	display: none;
  }
  
  .footer-form-section .gal-loader.active {
	display: block;
	background: rgba(0, 0, 0, 0.1);
	margin-top: 30px;
  }
  
  .footer-form-section .gal-loader.active .loader {
	display: block;
  }
  
  .footer-form-section .gal-loader.show-me {
	display: block;
	min-height: 100px;
  }
  
  .footer-form-section .gal-loader .loader {
	border: 5px solid #9f9f9f;
	border-radius: 50%;
	border-top: 5px solid #016be3;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 50%;
	display: none;
  }
  
  .footer-form-section .gallery div {
	display: inline-flex;
	margin-right: 10px;
	vertical-align: baseline;
	align-items: flex-start;
	position: relative;
	transition: all 0.3s ease-in-out;
  }
  
  .footer-form-section .gallery div button,
  .footer-form-section .gallery div a {
	text-decoration: none;
	background: #ffb81d;
	padding: 4px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: absolute;
	right: 0;
	cursor: pointer;
	border: 0;
	outline: 0;
  }
  
  .footer-form-section .gallery div button:focus,
  .footer-form-section .gallery div a:focus {
	background: #f30909;
  }
  
  .footer-form-section .gallery img {
	width: auto;
	height: 54px;
	margin-right: 10px;
	vertical-align: middle;
  }
  
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	}
  
	100% {
	  -webkit-transform: rotate(360deg);
	}
  }
  
  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .footer-form-section .form-quiz-group {
	display: flex;
	align-items: center;
	flex-basis: 66%;
  }
  
  .footer-form-section .form-quiz-group .quizQ {
	border: 1px dashed #c4c4c4;
	border-radius: 4px;
	padding: 13px 30px;
	background: url("https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/quiz-bg.png") 5px center no-repeat;
	height: 50px;
  }
  
  .footer-form-section .form-quiz-group .equal {
	margin: 0 15px;
  }
  
  .footer-form-section .form-quiz-group span {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #4a4c55;
  }
  
  .footer-form-section .form-quiz-group .refreshbtn {
	background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/refresh-icon.png) top center no-repeat;
	background-size: 100%;
	width: 24px;
	height: 21px;
	margin-left: 35px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	display: inline-block;
	vertical-align: bottom;
  }
  
  .footer-form-section .form-quiz-group .refreshbtn:active {
	transform: rotate(360deg);
  }
  
  .footer-form-section .form-quiz-group .quizAns input {
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	height: 50px;
	max-width: 67px;
	text-align: center;
	padding: 10px 20px;
  }
  
  .footer-form-section .form-quiz-group .quizAns span {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #ff0000;
  }
  
  .footer-form-section .user-input .pcode-prefix {
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: 0;
	border: 0;
	outline: 0;
	width: 100px;
	background: none;
	padding-left: 44px;
	color: #737373;
  }
  
  .footer-form-section .flag-box {
	flex-basis: 26%;
  }
  
  .footer-form-section .phone-flag-box .user-input:last-child {
	flex-basis: 74%;
	padding-left: 20px;
  }
  
  @media screen and (max-width: 1320px) {
	.footer-form-section .input-field {
	  padding: 14px 30px 14px 14px;
	}
  
	.footer-form-section .form-quiz-group .equal {
	  margin: 0 5px;
	}
  }
  
  @media screen and (max-width: 1200px) {
	.footer-form-section .verror.user-input small {
	  right: -30px;
	}
  
	.footer-form-section .right-box {
	  padding-left: 0;
	}
  
	.footer-form-section .contact-form-box {
	  border-radius: 10px;
	  padding: 40px 20px;
	}
  }
  
  @media screen and (max-width: 991px) {
	.footer-form-section .left-box {
	  flex-basis: 100%;
	  padding-right: 0;
	}
  
	.footer-form-section .left-box h2 {
	  margin-bottom: 30px;
	}
  
	.footer-form-section .right-box {
	  flex-basis: 100%;
	  margin-top: 40px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.footer-form-section .phone-flag-box .user-input:last-child {
	  padding-left: 10px;
	}
  
	.footer-form-section .user-input .pcode-prefix {
	  top: 25px;
	}
  
	.footer-form-section .form-text-cont {
	  flex-basis: 100%;
	}
  
	.footer-form-section .form-text-cont:nth-child(2n-1) {
	  padding-right: 0px;
	}
  
	.footer-form-section .contact-form-box {
	  padding: 40px 20px;
	}
  
	.footer-form-section .for-two-col {
	  margin-top: 30px;
	}
  
	.footer-form-section .for-two-col .attachment-box {
	  flex-basis: 100%;
	}
  
	.footer-form-section .for-two-col .checkout {
	  flex-basis: 100%;
	  text-align: left;
	  margin-top: 40px;
	}
  
	.footer-form-section .left-box h2 br {
	  display: none;
	}
  
	.footer-form-section .left-box .profile-pic img {
	  max-width: 45px;
	}
  
	.footer-form-section .side-dash1::after {
	  left: 15px;
	}
  
	.footer-form-section .list-box {
	  padding-left: 45px;
	}
  
	.footer-form-section .list-box::before {
	  height: 30px;
	  width: 30px;
	}
  
	.footer-form-section .right-box .form-text-cont:first-child {
	  margin-top: 0;
	}
  
	.footer-form-section .comment-input {
	  min-height: 85px;
	}
  
	.footer-form-section .drop-area-box label::before {
	  background-position: 4px 6px;
	  background-size: 70%;
	  width: 28px;
	  height: 28px;
	  top: -5px;
	}
  
	.footer-form-section .verror.user-input small {
	  position: relative;
	  left: 0;
	  top: 0;
	  margin-top: 15px;
	  border: 0px;
	  padding: 0px;
	}
  
	.footer-form-section .verror.user-input small::before {
	  display: none;
	}
  
	.footer-form-section .verror.user-input small:after {
	  display: none;
	}
  
	.footer-form-section .form-quiz-group {
	  flex-basis: 100%;
	}
  
	.footer-form-section .form-quiz-group .quizQ {
	  padding: 12px 10px;
	}
  
	.footer-form-section .form-quiz-group .refreshbtn {
	  margin-left: 10px;
	}
  }
  
  /*Footer Form Section End Here*/
  
  /*Responsive Start from Here*/
  
  @media only screen and (max-width: 1600px) {
	.padding-t-120 {
	  padding-top: 100px;
	}
  
	.padding-b-120 {
	  padding-bottom: 100px;
	}
  
	.heading p {
	  width: 87%;
	}
  
	.margin-t-100 {
	  margin-top: 80px;
	}
  
	.margin-t-80 {
	  margin-top: 60px;
	}
  
	.padding-t-200 {
	  padding-top: 150px;
	}
  
	.topsec h1,
	.not-found h1 {
	  font-size: 36px;
	}
  }
  
  @media only screen and (max-width: 1440px) {
	.container {
	  max-width: 1260px;
	}
  
	.topsec h1,
	.not-found h1 {
	  font-size: 32px;
	}
  
	h1 {
	  font-size: 30px;
	  line-height: 1.4;
	}
  
	h2 {
	  line-height: 28px;
	  font-size: 22px;
	}
  
	.filters {
	  padding: 30px 0 60px;
	}
  
	#ez-toc-container {
	  margin: 50px 0 0;
	}
  
	.detail-page .comments-area {
	  padding: 30px 0 0;
	}
  
	.detail-page h2 {
	  margin: 30px 0 20px;
	}
	.footer-form-section .left-box h3{font-size: 18px;}
      .blog-thumb img {height:240px;}
  }
  
  @media only screen and (max-width: 1320px) {
	.container {
	  max-width: 1160px;
	}
  }
  
  @media only screen and (max-width: 1024px) {
	.padding-t-120 {
	  padding-top: 60px;
	}
  
	.padding-b-120 {
	  padding-bottom: 60px;
	}
  
	.flex-3 {
	  flex-basis: 50%;
	}
  
	.margin-t-100 {
	  margin-top: 60px;
	}
  
	.margin-t-80 {
	  margin-top: 50px;
	}
  
	.blog-thumb img {
	  height: 200px;
	}
  
	.posted-on::before {
	  padding: 0 5px;
	}
	.site-main{padding:120px 0 !important;}
  }
  
  @media only screen and (max-width: 991px) {
	.flex-4 {
	  flex-basis: 50%;
	}
  
	.blog-wrap {
	  -ms-grid-columns: 1fr [2];
	  grid-template-columns: repeat(2, 1fr);
	}
  
	
  
	.not-found {
	  padding: 150px 0;
	}
  }
  
  @media screen and (max-width: 767px) {
	body {
	  font-size: 14px;
	  font-family: sans-serif;
	}
	
	.topsec h1,
	.not-found h1 {
		font-size: 27px;
		line-height: 1.3;
	}
  
	h1 {
	  line-height: 1.3;
	}
  
	h2 {
	  font-size: 21px;
	}
  
	.padding-t-120 {
	  padding-top: 50px;
	}
  
	.padding-b-120 {
	  padding-bottom: 50px;
	}
  
	.container {
	  max-width: 100%;
	}
  
	p {
	  font-weight: 400;
	  font-size: 14px;
	  line-height: 24px;
	}
  
	.margin-t-100 {
	  margin-top: 40px;
	}
  
	.margin-t-80 {
	  margin-top: 30px;
	}
  
	.margin-t-70 {
	  margin-top: 40px;
	}
  
	.heading h2 br {
	  display: none;
	}
  
	.heading p {
	  width: 100%;
	  font-size: 18px;
	}
  
	.cmn-btn {
	  font-size: 16px;
	  line-height: 28px;
	}
  
	.blog-wrap {
	  -ms-grid-columns: 1fr [1];
	  grid-template-columns: repeat(1, 1fr);
	}
  
	.blog-thumb img {
	  height: 250px;
	}
  
	.padding-t-200 {
	  padding-top: 130px;
	}
  
	.filters {
	  padding: 15px 0 40px;
	  row-gap: 10px;
	}
  
	.searchBox,
	.select-cat {
	  flex-basis: 100%;
	}
  
	.search-field,
	.select-box,
	.right-bar .wp-block-search__input,
	.not-found .search-field {
	  height: 60px;
	}
  
	
  
	.pagination a {
	  font-size:16px;
	  min-width: auto;
	  padding:10px;
	  line-height: initial;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  margin: 0 5px;
	}
  
	
	.nav-next a::before {background-size: 100%; width: 12px;
		height:10px; right: 3px; top: 0px;}
		.paged-1 .nav-next a::before{top:2px;}
		.pagination a::after {background-size: 100%; width: 12px;
			height: 10px; left: 3px; top:2px;}	

			.nav-next a:hover:before {
				right: 3px;
			}
		  
			.pagination a:hover::after {
				left: 3px;
			}		
  
	h1,
	h2,
	p {
	  margin: 0 0 15px;
	}
  
	.left-bar h1 {
	  margin: 0 0 20px;
	  font-size: 28px;
	  line-height: 36px;
	}
  
	.addtoany_content {
	  margin: 20px 0 0 !important;
	  justify-content: left;
	}
  
	#ez-toc-container {
	  min-width: 90%;
	  padding: 30px;
	  margin: 30px 0 0;
	}
  
	.detail-page h2 {
	  margin: 30px 0 15px;
	}
  
	.right-bar .widget {
	  margin: 20px 0;
	}
  
	.goback a {
	  font-size: 16px;
	  margin: 40px 0 0;
	}
  
	.not-found p {
	  font-size: 20px;
	}
  
	.not-found .search-form {
	  width: 100%;
	}
  
	.not-found {
	  padding: 150px 0 80px;
	}
	.blog-content{padding:20px;}

	.search-field{padding: 0 90px 0 20px; font-size: 16px;}
	.select-box{padding: 0 20px; font-size: 16px;}
	.fn {margin-right: 5px;}
	.pxl-bcard .entry-meta {margin: 0 0 12px;}
	.author-mid-row{line-height: 22px;}
	.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{height: 50px;}
    .left-bar iframe{height:300px;}

	hr {margin:10px 0;}
	.margin-t-50 {margin-top: 30px;}
}


.ig_popup.ig_inspire .ig_message{text-align: center !important;}





  
  /*Responsive End*/



/*New Section added in for blog custom banner*/

.cust-secton1{width:100%;  background:#04247B; border-radius:10px;}
.padd-all{padding:15px 40px 30px;}
.cust-secton1 .dis-flex{justify-content: space-between; align-items: center;}
.cust-secton1 .colleft{flex-basis:76%;}
.cust-secton1 .colrit{flex-basis:24%;}
.colleft .pb-heading{color:#fff; margin:20px 0 0; font-size: 24px; line-height:28px; font-weight: 500;}
.cust-secton1  ul {margin:10px 0 0 !important;}
.cust-secton1  ul li{display:inline-block; color:#fff; padding:0 15px 0 0 !important; margin:15px 15px 0 0; position: relative;}
.cust-secton1  ul li:after{width:1px; height:100%; content:''; position:absolute; top:0; right:0; background-color:#fff;}
.cust-secton1  ul li:before{display:none !important;}
.cust-secton1  ul li:last-child:after{display:none;}
.cust-secton1 p{margin:10px 0 0 !important; color:#fff !important;}
.margin-40{margin:40px 0;}
.banner-btn{background: #36A926; font-weight: 500; font-size:15px; line-height: 22px; color: #fff; padding:10px 24px;
 border-radius:3px; cursor: pointer; border: none; display: inline-block; margin:0; transition: all 0.3s ease-in-out;}
.banner-btn:hover{background:#fff; color:#253053;}

.cust-secton2{background:#04247B;}
.cust-secton2 .dis-flex{align-items: center;    justify-content: center; }
.padd-sides{padding:15px 20px;}
.cust-secton2 p{margin:10px 0 0 !important; color:#fff;}

.right-bar li.cat-item-2414 a{text-transform: capitalize !important;}

.cust-secton2 .banner-logo{width:10%;}
.cust-secton2 .colleft{width:70%; padding:0 10px; text-align: center;}
.cust-secton2 .colleft .pb-heading{font-size: 22px; margin:0; font-family: 'Noto Sans'; font-weight: 500;}
.cust-secton2 .colrit{width:20%;}
.cust-secton2 .colleft p{color:#fff !important;}
.rightcustom{padding:25px 30px 60px; background:#04247B; color:#fff;}
.rightcustom h2{font-size: 32px; line-height: 38px; color:#fff; font-family: 'Noto Sans'; font-weight: 500;}
.rightcustom .btn-container{margin:30px 0 0;}

.cust-secton1 .banner-logo img{margin: 0;}




@media screen and (max-width: 1600px){

.footer-form-section .left-box h2{font-size: 32px;
	line-height: 40px;}	
}

@media screen and (max-width: 1320px){
	.footer-form-section .left-box h2{font-size: 30px;
		}	
	.footer-form-section .form-quiz-group .quizQ {
		padding: 13px 20px;
	}
}




@media screen and (max-width: 1440px) {
.cust-secton1 ul li{padding: 0 11px 0 0; margin:10px 11px 0 0;}
.padd-all {padding: 15px 30px 28px;}
.colleft .pb-heading{font-size: 22px; margin: 15px 0 0;}
.banner-btn{font-size: 14px; padding: 10px 15px;}


}

@media screen and (max-width: 1240px) {
.cust-secton1 ul li{padding: 0 11px 0 0; margin:10px 11px 0 0;}
.colleft .pb-heading{font-size: 22px;}
.banner-btn{font-size: 13px;}
.rightcustom h2 {font-size: 28px; line-height: 36px;}
.cust-secton1 .colleft{flex-basis: 70%;}
.cust-secton1 .colrit{flex-basis: 30%;}

}

@media screen and (max-width: 1240px) {
.padd-all{padding: 30px 20px;}
.cust-secton1 ul li{font-size: 14px; padding: 0 5px 0 0; margin:10px 5px 0 0;}
.colleft .pb-heading{font-size: 20px;}
.rightcustom h2 {font-size: 28px; line-height: 36px;}
.cust-secton1 .colleft{flex-basis:100%;}
.cust-secton1 .colrit{flex-basis:100%;}
.cust-secton1 .text-center, .cust-secton2 .text-center{margin:20px 0 0; text-align: left;}
.cust-secton2 .banner-logo, .cust-secton2 .colleft, .cust-secton2 .colrit{width:100%; padding:0;}
.cust-secton2 .colleft{text-align: left;}
.cust-secton2 .colleft h2{margin:15px 0 0; font-size: 20px;}
.padd-sides{padding:30px 20px 50px;}
.rightcustom p{color:#fff;}
.margin-40 {margin: 20px 0;}
	
}
	

/*New Section added in content css ends*/


/*popup form css start from here*/
.country-fld{position:relative;}
.eguide-section .autocomplete-items {display: none;}	
.eguide-section .autocomplete-items.has-data {background: #fff; display: block; height: 140px; overflow-y: auto; position: absolute;
top:74px; left: 0; width: 100%; max-width: 280px; box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.4); border-radius: 5px; z-index: 2;}
.eguide-section .autocomplete-items.has-data div {color: #444444; background: #fff; border-bottom: 1px solid #444444;
padding: 10px; font-size: 14px; cursor: pointer; padding: 15px 20px;}
.eguide-section .autocomplete-items.has-data div.autocomplete-active,
.eguide-section .autocomplete-items.has-data div:hover {background-color: rgba(0, 0, 0, 0.05);}
/*popup form css ends here*/


.es_subscription_message.error{margin:5px 0 0;}

/*detail page css 21-7-2023*/

.es_spinner_image{width: 100%; margin: 20px 0 0;}
.single .header-two .large .white-theme-logo{display:block;}
.single .header-two .large .dark-theme-logo{display:none;}
.single .header-two .menu ul li a{color:#fff;}


.banner-section .single-post-container{position: relative; z-index: 9;}


.popup-wrapper {display: none; position: fixed; z-index: 999; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%;
overflow: auto; background-color: #000; background-color: rgba(0, 0, 0, 0.6);}
.popWrap {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.popup-content {width: 612px; background: #fff; border-radius:10px; padding: 36px 50px; text-align: center; position: relative;}
.close,
.closeicon {background: url(https://www.pixelcrayons.com/blog/wp-content/themes/pxlblog-v2/assets/images/cross-image.svg) no-repeat; background-size: 100%; width: 20px !important; height: 20px !important; float: right; z-index: 1;
position: absolute; right: 9px; top: 10px; border-radius: 100%; cursor: pointer;}
.search_box {position: relative; display: flex; border-radius: 5px; justify-content: space-between;}
input#search {width:100%; height: 58px;     font-family: 'Rubik'; margin-bottom: 0 !important; padding: 0 15px;}
.banner-section .popup-content .searchsubmit {margin: 0; border-radius: 0 5px 5px 0; background-color: #016be3; height: 58px; width: 70px;}
.popup-content .searchsubmit:hover{border-color: #016be3; opacity: 0.8;}
.closeicon {width: 12px; height: 12px;right: 9px; top: 10px}
.popup-content h3 {color: #212121; margin: 0 0 20px;}
.popup-content label,
.popup-content input[type="email"] {width:50% !important; height:45px; padding:0 10px;  margin: 5px 0 0;}
.popup-content .es_subscription_form_submit{background: #60ac0b; font-weight: 500;
font-size: 18px; line-height: 22px; color: #ffffff; padding: 12px 20px; border-radius: 4px; letter-spacing: 0.05em; cursor: pointer;
border: none; transition: all 0.3s ease-in-out;  min-width: 120px;}
.popup-content .es_subscription_form_submit:hover{background-color: #082eb5;}


@media (max-width:991px){
.popup-content{width: 95%; padding: 30px;}											
}

@media (max-width:767px){
body {font-size: 14px; font-family: sans-serif; line-height: 24px;}
h1, h2, input#search{font-family: sans-serif; }
.select-box{font-size: 16px; font-family: sans-serif; }
.topsec p {font-size: 16px; line-height: 26px;}
.blog-content .entry-title {font-size: 18px; line-height: 28px;}
.author-mid-row span{font-size: 13px;}	
.post-categories{margin: 0 0 15px;}
.blog-content .entry-title{margin: 0 0 15px;}
.popup-content .es_subscription_form_submit{
font-size:16px;  min-width: initial;}
.popup-content label, .popup-content input[type="email"]{width:100% important;}
.ig_popup.ig_inspire .ig_headline{font-size: 25px !important;}
.site-main{padding:140px 0 50px !important;}
}

body.single-post .meta-wrap .author-img img{border-radius:50%;}