/*
Theme Name: Hello Elementor Child
Theme URI: https://azure-crocodile-409648.hostingersite.com/
Description: Hello Elementor Child Theme
Author: Aman
Author URI: https://azure-crocodile-409648.hostingersite.com
Template: hello-elementor
Version: 1.0.0
*/
body {
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.error {
  color: red;
	font-size:13px;
}
.blue{
	color:#007CFF;
}
p:only-of-type {
    margin-bottom: 0;
}
.page-numbers.current {
    background: #007CFF;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.all_blog_posts .elementor-posts-container {
    align-items: stretch!important;
}
.all_blog_posts article {
    margin-top: 0!important;
}

@media only screen and (min-width:1320px){
	.header-menu .e-n-menu-content {
    width: 1320px !important;
    left: -250px !important;
}
}




.rm-accordion-js .rank-math-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.rm-accordion-js .rank-math-list-item {
    background: #ecf5ff !important;
    padding: 12px;
    border-radius: 10px;
    margin-top: 10px;
}
.rm-accordion-js .rank-math-question{
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  margin: 0;
	font-size: 18px;
}
.rm-accordion-js .rank-math-question::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
}

.rm-accordion-js .rank-math-list-item.is-open .rank-math-question::after{
  transform: translateY(-50%) rotate(-135deg);
}

@media (prefers-reduced-motion: reduce){
  .rm-accordion-js .rank-math-answer{ transition: none; }
  .rm-accordion-js .rank-math-question::after{ transition: none; }
}
