/*
Theme Name: Custom LMS Theme
Theme URI: None
Author: Me
Author URI: None
Description: Our 2019 default theme is designed to show off the power of the block editor. Requires at least: WordPress 4.9.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/

.max-con {
  width: 90%;
  margin: auto;
}

body {
  font-family: "Guminert";
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
@keyframes drawPath {
  0% {
    stroke-dashoffset: -3100;
    fill-opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 3100;
    fill-opacity: 1;
  }
}
.preloader {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1111111;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.preloader svg path {
  fill: #bd202f;
  stroke: #bd202f;
  stroke-width: 10;
  stroke-dasharray: 3100;
  stroke-dashoffset: -3100;
  animation: drawPath 4s linear infinite;
}

table {
  width: 100%;
  margin: 1rem 0;
  color: #212529;
}
table tbody tr:nth-child(1) td,
table tbody tr:nth-child(1) td span {
  font-weight: 600 !important;
  background: #f9f9f9;
}
table tbody tr:nth-child(1) th,
table tbody tr:nth-child(1) th span {
  font-weight: 600 !important;
  background: #f9f9f9;
}
table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}
.ez-toc-open-icon {
  margin: auto;
  top: 0;
  bottom: 0;
  height: max-content;
}
.ez-toc-sticky-fixed .ez-toc-sidebar {
  height: calc(100vh - 86px) !important;
  margin-top: 86px;
}
#ez-toc-sticky-container li,
#ez-toc-sticky-container ul,
#ez-toc-sticky-container ul li,
div.ez-toc-sticky-widget-container,
div.ez-toc-sticky-widget-container li {
  list-style: disc !important;
  overflow: visible !important;
  margin: 5px 0;
}
div#ez-toc-container {
  display: none;
}
#ez-toc-sticky-container a {
  color: #000 !important;
}
#ez-toc-sticky-container a.active {
  color: #c30010 !important;
}
#gform_ajax_spinner_2 {
  display: none;
}

.menu-item-3883 > a,
.menu-item-3556 > a {
  border-bottom: 2px solid #fff;
}

/* .current-menu-parent > a ,
.current_page_item a {
    color: #c30010 !important;
} */

.blogLink a {
  color: #fff !important;
}

/* .current_page_item a {
    color: #c30010 !important;
} */
/* #ez-toc-sticky-container a:visited {
    color: #c30010 !important;
} */
.blog-load-more {
  margin-top: 40px;
}
.SocialShare {
  position: fixed;
  margin-left: -70px;
  top: 20%;
  z-index: 1;
}
.SocialShare .heateor_sss_sharing_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
a {
  /*  font-size: 16px;*/
  font-weight: normal;
  color: #000;
  transition: all 0.4s ease-In-out;
}

button {
  transition: all 0.4s ease-In-out;
}
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
/* block CTA */

.blog-cta {
  padding: 60px;
  gap: 20px;
}

/* HEADER START */
.mobile-nav {
  display: none;
}
.main-header {
  background: transparent;
  color: #000;
  padding: 16px 70px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
.main-header .call-to-action {
  background-color: #c30010;
  width: fit-content;
  padding: 8px 12px;
  position: absolute;
  right: 64px;
  top: 85px;
  z-index: 100;
  height: max-content;
  transition-duration: 0.5s;
  transform-origin: 214px 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotate(-90deg);
}
.main-header .call-to-action a {
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.main-header .active-rotate {
  right: 24px;
  transform: rotate(0deg);
}
.main-header .grid-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .grid-info .center-info .header-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}
.main-header .grid-info .center-info .header-menu ul li {
  padding: 10px 0;
}
.main-header .grid-info .center-info .header-menu ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.main-header .grid-info .center-info .header-menu ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #262525;
  gap: 0;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 5px;
  align-items: flex-start;
  border-radius: 0;
  z-index: 1;
}
.main-header .grid-info .center-info .header-menu ul li .sub-menu li {
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}
.main-header .grid-info .center-info .header-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-header .grid-info .center-info .header-menu ul .active {
  border-bottom: 2px solid #fff;
}
.main-header .grid-info .center-info .header-menu ul .li-hover .sub-menu li {
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}
.main-header .grid-info .center-info .header-menu ul .li-hover .sub-menu li a {
  padding: 0 !important;
  color: #fff;
}

.main-header .grid-info .center-info .header-menu ul .li-hover:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  box-shadow: 3px 3px 10px #000 47;
}
.main-header .grid-info .right-info button {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
	background:#fff !important;
	color:#BE1E2D;
	border:1px solid #fff;
}
.main-header .grid-info .right-info button:hover{
	color:#fff;
background:transparent !important;
}

/* HEADER END */

.highlighted-box {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* footer start */
.main-footer {
  background-color: #313030;
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.main-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 100px;
}
.main-footer .footer-grid .left-info h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 45.01px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 50px;
}
.main-footer .footer-grid .left-info .grid-info {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-footer .footer-grid .left-info .grid-info h5 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.main-footer .footer-grid .left-info .grid-info p {
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}
.main-footer .footer-grid .left-info .grid-info p a {
  color: #7b7a7a;
  transition: 0.5s;
}
.main-footer .footer-grid .left-info .grid-info p a:hover {
  color: #fff;
}
.main-footer .footer-grid .left-info .social-icon {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.main-footer .footer-grid .left-info .social-icon a i {
  font-size: 30px;
  color: #fff;
  transition: 0.5s;
}
.main-footer .footer-grid .left-info .social-icon a:hover i {
  scale: 1.2;
}
.main-footer .footer-grid .right-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.main-footer .footer-grid .right-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .footer-grid .right-info ul h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.main-footer .footer-grid .right-info ul li a {
  color: #7b7a7a;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  transition: 0.5s;
}
.main-footer .footer-grid .right-info ul li .active {
  color: #fff;
}
.main-footer .footer-grid .right-info ul li a:hover {
  color: #fff;
}
.main-footer .footer-grid .right-info img {
  max-width: 100px;
  min-height: 65px;
  width: auto;
  height: auto;
}
.main-footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer .copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.main-footer .copyright ul li a {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
  transition: 0.5s;
}
.main-footer .copyright ul li a:hover {
  color: #7b7a7a;
}
.main-footer .copyright p {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #7b7a7a;
  margin: 0;
}
.main-footer .copyright p a {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #7b7a7a;
  /*    text-decoration: underline;
   text-underline-position: under; */
  transition: 0.5s;
}
.main-footer .copyright p a:hover {
  color: #fff;
}

/* footer end */

/* BLOG MAIN */
.Banner {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-info {
  padding: 150px 0px;
  width: 45%;
}
.banner-info h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 20px;
  color: #ffffff;
}
.banner-info h1 span {
  font-family: "Scotch Text Comp Sm It";
  font-size: 54px;
}
.banner-info p {
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
}

.feature-blog-wrapper .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main{
    display:flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 20px;
}

.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image{
    min-width: 300px;
    height: 120px;
    max-width: 300px;
}

.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.blog-category-tab-wrapper .flex-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-category-tab-wrapper .flex-info .cus--search {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-category-tab-wrapper .flex-info .cus--search svg {
  position: absolute;
  top: 10px;
  left: 16px;
  margin: auto;
  width: 20px;
  height: 20px;
}

.blog-category-tab-wrapper .flex-info .cus--search input {
  border-radius: 40px;
  width: 280px;
  height: 40px;
  border: 1px solid #d2d2d2;
  padding-left: 45px;
  padding-right: 10px;
  outline: none;
}

.blog-tab-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0;
}
.blog-tab-category li {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
  color: #333333;
}
.blog-tab-category li a {
  color: #333333 !important;
  transition: 0s !important;
}

.blog-tab-category li.active {
  background: #be1e2d;
  color: #fff;
}
.blog-tab-category li.active a {
  color: #fff !important;
}
.blog-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.blog-posts {
  transition: 0.5s;
  box-shadow: 3px 4px 23.2px 0px #0000001f;
  border-radius: 16px;
}

.blog-posts .blog-content a{
	width:100%;
}

.short-cont {
  padding: 20px;
  transition: 0.5s;
}
.short-cont h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #333333 !important;
  margin-bottom: 20px;
}
.short-cont p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #969696;
}
.short-cont ul {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 10px;
  margin-bottom: 10px;
}
.short-cont ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #c30010 !important;
  background-color: #c300100d;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  width: fit-content;
}

.blog-img img {
  height: 240px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 16px;
}
.author--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author--wrapper .author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author--wrapper .author-info .author-img img {
  border-radius: 50px;
}
.author--wrapper .author-info .info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2b2c34;
}
.author--wrapper .author-info .info p {
  font-size: 14px;
  font-weight: 500;
  color: #2b2c34;
  line-height: 1;
  margin: 0;
}
.author--wrapper .reading-time-bubble {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2b2c34;
  margin: 0;
}
.post-date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7b7a7a;
}
.main {
  padding: 60px 0;
}
.main .cta-grid {
 display: grid;
    grid-template-columns: 1fr 1.3fr;
    align-items: center;
    gap: 50px;
}
.main .cta-grid .right-info h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -3px;
  text-align: left;
  margin-bottom: 25px;
	color:#333333;
}
.main .cta-grid .right-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
	margin-bottom:20px;
}
button {
  background-color: #D01F30;
  border: 1px solid #D01F30;
  box-shadow: none;
  padding: 12px 30px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
	border-radius:50px;
	letter-spacing:1px;
}
button:hover {
  background-color: #fff;
  color: #D01F30;
}
.main .cta-grid .left-info img {
  margin-left: auto;
  display: block;
  width: 100%;
  height: auto;
}
.recent-post-sec {
  padding-bottom: 120px;
  padding-top: 30px;
}
.recent-post-sec .recent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  background: #f4f6f8;
}
.recent-post-sec .recent-grid .left-info {
  padding: 30px 50px;
  height: 100%;
}
.recent-post-sec .recent-grid .left-info h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  margin-bottom: 30px;
}
.recent-post-sec .recent-grid .left-info p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #718096;
}

.recent-post-sec .recent-grid .left-info p {
  margin-bottom: 0;
}
.recent-post-sec .recent-grid .left-info .btn-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
.recent-post-sec .recent-grid .left-info .btn-grid a {
  background-color: #c30010;
  border: none;
  box-shadow: none;
  padding: 10px 25px;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 1px solid #c30010;
}
.recent-post-sec .recent-grid .left-info .btn-grid a:hover {
  background-color: #fff;
  color: #c30010;
}
.recent-post-sec .recent-grid .right-info {
  height: 100%;
}
.recent-post-sec .recent-grid .right-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.random-post-sec {
  padding-top: 100px;
  padding-bottom: 50px;
}
.random-post-sec .random-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  grid-gap: 50px;
  background-color: #f4f6f8;
}
.random-post-sec .random-grid .left-info {
  padding: 50px;
  background-color: #f4f6f8;
  height: 100%;
}
.random-post-sec .random-grid .left-info h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: left;
  margin-bottom: 30px;
}
.random-post-sec .random-grid .left-info p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #718096;
}

.random-post-sec .random-grid .left-info p {
  margin-bottom: 0;
}
.random-post-sec .random-grid .left-info .btn-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
.random-post-sec .random-grid .left-info .btn-grid a {
  background-color: #c30010;
  border: none;
  box-shadow: none;
  padding: 10px 25px;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 1px solid #c30010;
}
.random-post-sec .random-grid .left-info .btn-grid a:hover {
  background-color: #fff;
  color: #c30010;
}
.random-post-sec .random-grid .right-info {
  height: 100%;
}
.random-post-sec .random-grid .right-info img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* BLOG MAIN END */

/*SINGLE PAGE*/
.post-single-banner {
  padding-top: 60px;
}
.post-single-banner .single-banner h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -3px;
  text-align: left;
  margin-bottom: 20px;
  color: #000;
}
.post-single-banner .single-banner hr {
  margin-top: 20px;
  margin-bottom: 24px;
  border-top: 1px solid #c1ccd7;
}
.post-single-banner .single-banner .banner-image img {
  width: 100%;
  margin-bottom: 20px;
}
.post-single-banner .single-banner .title-Side {
  display: flex;
  align-items: center;
  gap: 40px;
}
.post-single-banner .single-banner .title-Side h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #1d1d1d;
  margin-bottom: 0;
  text-transform: capitalize;
}
.post-single-banner .single-banner .title-Side span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #7b7a7a;
}
.post-content-Single p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #7b7a7a;
}
.post-content-Single p a span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #313030;
  text-decoration: underline;
}
.post-content-Single p a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #313030;
  text-decoration: underline;
}

.post-content-Single .blog-main-content ul li a span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #313030;
  text-decoration: underline;
}
.post-content-Single .blog-main-content ul {
  list-style: disc;
}
.post-content-Single .blog-main-content ul li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #7b7a7a;
}
.post-content-Single .blog-main-content h2,
.post-content-Single .blog-main-content h2 span,
.post-content-Single .blog-main-content h2 span a {
  font-size: 32px;
  font-weight: 500 !important;
  line-height: 28px;
  color: #1d1d1d;
}
.post-content-Single .blog-main-content h3,
.post-content-Single .blog-main-content h3 span {
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 28px;
  color: #1d1d1d;
}
.heateor_sss_svg {
  box-shadow: 0px 0px 10px 0px #0000001a !important;
  padding: 4px !important;
  transition: 0.5s;
}
.heateor_sss_svg svg path {
  transition: 0.5s;
}
/* .heateor_sss_svg:hover{
  background:#c30010 !important;
} */
.heateor_sss_svg:hover svg path {
  fill: #c30010 !important;
}
.main-related-post {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.main-related-post h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: left;
  color: #1d1d1d;
  margin-bottom: 30px;
}
.related-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.blog-tab-content {
  padding: 0;
}
/*SINGLE PAGE END*/

/*POPUP START*/
.modal-dialog {
  max-width: 1010px;
}
.modal-body {
  padding: 0;
}
/*.popup-main-grid{
  display: grid;
    grid-template-columns: 1fr 1.3fr;
}
.popup-main-grid .left-info{
  padding: 40px;
    background-image: url(/blog/wp-content/uploads/2024/05/main-popup.webp);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position: top;
}
.popup-main-grid .left-info img{
  margin-right: auto;
}
.popup-main-grid .left-info .box-grid{
  background: hsla(0, 0%, 100%, .698);
    display: flex;
    gap: 20px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;
    border-radius: 6px;
}
.popup-main-grid .left-info .box-grid h2{
  font-size: 50px;
    font-weight: 700;
    line-height: 55.01px;
    letter-spacing: -2px;
    text-align: center;
    margin: 0;
}
.popup-main-grid .left-info .box-grid p{
  font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin: 0;
}*/
.main-popup-from .close {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  width: 26px;
  height: 26px;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 1;
  color: #fff;
}
.main-popup-from .main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-popup-from .main-grid .left-info {
  padding: 40px;
  background-image: url("/blog/wp-content/uploads/2025/07/texture-bg.webp");
  /*    background-image: url("/blog/wp-content/uploads/2024/10/popup-bg.webp"); */
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-position: center top;
  background-size: cover;
}
.main-popup-from .main-grid .left-info img {
  margin-right: auto;
}

.main-popup-from .main-grid .left-info .first-box h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 55.01px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
  color: #fff;
}

.main-popup-from .main-grid .left-info .second-box h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.main-popup-from .main-grid .left-info .second-box .client-grid {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}

.main-popup-from .main-grid .left-info .second-box .client-grid img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(2%)
    hue-rotate(294deg) brightness(115%) contrast(100%);
}

.main-popup-from
  .main-grid
  .left-info
  .second-box
  .client-grid
  img:nth-child(3) {
  width: 40%;
}

.main-popup-from
  .main-grid
  .left-info
  .second-box
  .client-grid
  img:nth-child(2) {
  width: 50%;
  height: 27px !important;
}

.main-popup-from .main-grid .left-info .third-box {
  text-align: center;
}

.main-popup-from .main-grid .left-info .third-box h3 {
  color: #fff;
  margin: 0;
}

.main-popup-from .main-grid .left-info .third-box p {
  color: #fff;
  font-size: 18px;
}

.main-popup-from .main-grid .left-info .third-box .info-box {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.main-popup-from .main-grid .left-info .third-box .info-box .boxOne h3 {
  color: #fff;
}

.main-popup-from .main-grid .left-info .third-box .info-box .boxOne p {
  color: #fff;
  font-size: 18px;
}

.main-popup-from .main-grid .left-info .box-grid {
  background: hsla(0, 0%, 100%, 0.698);
  display: flex;
  gap: 20px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 6px;
}
.main-popup-from .main-grid .left-info .box-grid h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55.01px;
  letter-spacing: -2px;
  text-align: center;
  margin: 0;
}
.main-popup-from .main-grid .left-info .box-grid p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin: 0;
}
.main-popup-from .main-grid .right-info {
  padding: 30px;
}
.main-popup-from .main-grid .right-info h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 55.01px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1d1d1d;
}
.main-popup-from .main-grid .right-info h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 55.01px;
  text-align: left;
  color: Grey;
}
/*  .main-popup-from .main-grid .right-info h4 span {
   font-size: 36px;
   color: #000;
   font-weight: 600;
} */
.main-popup-from .main-grid .right-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
  text-align: left;
  color: #7b7a7a;
}
.main-popup-from .main-grid .right-info .popupForm #gform_submit_button_2 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #c30010;
  border: 1px solid #c30010;
  color: #fff;
  padding: 0;
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  #gform_submit_button_2:hover {
  background-color: #fff;
  color: #c30010;
}

.main-popup-from .main-grid .right-info .popupForm .ginput_container {
  position: relative;
}
.main-popup-from .main-grid .right-info .popupForm .ginput_container {
  display: flex;
  /*   margin-bottom: 15px;*/
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  .ginput_container
  span::before {
  content: "";
  background-image: url("/blog/wp-content/uploads/2024/05/vector.png");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6px;
  top: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-popup-from .main-grid .right-info .popupForm .ginput_container img {
  position: absolute;
  top: 12px;
  left: 10px;
  margin: auto;
  display: block;
  width: 25px;
  object-fit: contain;
}
.main-popup-from .main-grid .right-info .popupForm input {
  border: 0;
  border-bottom: 1px solid #c1ccd7;
  font-family: var(--font-inter);
  color: #000;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  padding: 12px 12px 12px 40px;
  background-image: unset;
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  .inputField
  .input-flex
  input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}
.main-popup-from .main-grid .right-info .popupForm textarea {
  border: 0;
  border-bottom: 1px solid #c1ccd7;
  font-family: var(--font-inter);
  color: #000;
  border-radius: 0;
  resize: none;
  box-shadow: none;
  padding: 12px 12px 12px 40px;
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  .inputField
  .input-flex
  textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}
.main-popup-from .main-grid .right-info .popupForm .ginput_container::before {
  content: "";
  /*   background-image: url("/blog/wp-content/uploads/2024/05/vector.png");*/
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6px;
  top: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  .ginput_container_email::before {
  background-image: url("/blog/wp-content/uploads/2024/05/email.png");
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  .ginput_container_textarea::before {
  background-image: url("/blog/wp-content/uploads/2024/05/message.png");
  top: 15px;
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  .ginput_container_phone::before {
  background-image: url("/blog/wp-content/uploads/2024/05/call.png");
  background-size: contain;
}
.main-popup-from
  .main-grid
  .right-info
  .popupForm
  .ginput_container_number::before {
  background-image: url("/blog/wp-content/uploads/2024/05/dollar.png");
}
.main-popup-from .main-grid .right-info .popupForm .gfield {
  position: relative;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 14px !important;
  padding-top: 0px;
  width: fit-content !important;
  position: absolute;
  z-index: 1;
  right: 0;
  background: transparent;
  padding: 0 !important;
  border: 0;
  margin-top: 0 !important;
  color: #c30010 !important;
}
#gform_2_validation_container {
  display: none;
}

.faqSection {
  margin-top: 40px;
}

.faqSection h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.faqSection .card-header {
  padding: 10px 0px;
  border-bottom: none !important;
}

.faqSection .card-header h5 {
  font-size: 24px;
  font-weight: 600;
}
.faqSection .card {
  border-bottom: 1px solid #cacaca !important;
  border: 0px;
}
.faqSection .card-header {
  background-color: transparent !important;
}

.faqSection .card-header button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 20px;
  text-decoration: none !important;
  gap: 10px;
}
.faqSection .card-header button i {
  color: #e80101;
}

.faqSection .card-body ul {
  margin: 10px 0;
  padding-left: 20px;
}
.faqSection .card-body ul li {
  list-style: disc !important;
}

.faqSection .card-header .btn:focus {
  box-shadow: none;
}

/*POPUP END*/

/*  Halloween Destop  */

/* .topBar {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 background-color: #5e0b80;
	 position: sticky;
	 top: 0;
	 z-index: 15;
}
 .topBar .content {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 20px;
}
 .topBar .content p {
	 margin-bottom: 0;
	 color: #fff;
	 font-size: 14px;
	 font-weight: 500;
}
 .topBar .content p span {
	 color: #ffd707;
	 font-weight: 700;
}
 .topBar .content .limitedOffer {
	 display: flex;
	 align-items: baseline;
	 gap: 10px;
}
 .topBar .content .limitedOffer i {
	 color: #fff;
}
 .topBar .content .limitedOffer h6 {
	 animation: pulse-animation 2s infinite;
	 font-size: 18px;
	 letter-spacing: 2px;
	 font-weight: 400;
	 margin-bottom: 0;
	 color: #adcc29;
	 font-family: "Creepster";
}
 @keyframes pulse-animation {
	 0% {
		 transform: scale(1);
	}
	 50% {
		 transform: scale(0.9);
	}
	 100% {
		 transform: scale(1);
	}
} */

/*  Halloween Destop  */

/*  Halloween Mobile  */

/* .mobTopBar {
	 display: none !important;
	 align-items: center;
	 justify-content: space-between;
	 background-color: #5e0b80;
	 position: sticky !important;
	 top: 0;
	 z-index: 100;
	 padding: 10px 0;
}
 .mobTopBar .content {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .mobTopBar .content p {
	 margin-bottom: 0;
	 color: #fff;
	 font-size: 14px;
	 font-weight: 500;
}
 .mobTopBar .content p span {
	 color: #ffd707;
	 font-weight: 700;
}
 .mobTopBar .content .limitedOffer {
	 display: flex;
	 align-items: baseline;
	 gap: 10px;
	 padding: 0 20px;
}
 .mobTopBar .content .limitedOffer i {
	 color: #fff;
}
 .mobTopBar .content .limitedOffer h6 {
	 font-size: 18px;
	 letter-spacing: 2px;
	 font-weight: 400;
	 margin-bottom: 0;
	 color: #adcc29;
	 font-family: "Creepster";
} */
/*  Halloween Mobile  */

/* @media (max-width: 1200px) {
	 .topBar {
    display: none;
  }
	 .mobTopBar {
    display: flex !important;
  }
}
  */

/* RESPONSIVE START */

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
}

@media (min-width: 1366px) and (max-width: 1599px) {
  .container {
    max-width: 1240px !important;
  }
}
@media (max-width: 1600px) {
  .blog-img img {
    height: 180px;
    object-fit: fill;
  }
  .recent-post-sec .recent-grid .right-info {
    background: #f4f6f8;
  }
  .recent-post-sec .recent-grid .right-info img {
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 1440px) {
  .main .cta-grid .left-info h2 {
    font-size: 45px;
  }
  .main .cta-grid .left-info p {
    font-size: 16px;
  }
  .banner-info h1 {
    font-size: 45px;
    line-height: 1.3;
  }
  .short-cont h3 {
    font-size: 20px;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 45px;
    line-height: 1.3;
  }
  .post-single-banner .single-banner h1 {
    font-size: 34px;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 20px;
  }
  .main-related-post h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .modal-dialog {
    max-width: 70%;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .blog-img img {
    height: 170px;
    object-fit: fill;
  }
  .main-footer .footer-grid .left-info h2 {
    font-size: 40px;
  }
  .main-footer .footer-grid .left-info .grid-info h5 {
    font-size: 15px;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 15px;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 30px;
  }
  .main-footer .footer-grid .right-info ul h4 {
    font-size: 15px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 15px;
  }
  .main-footer .footer-grid .right-info img {
    max-width: 100px;
    min-height: 65px;
  }
  .main-footer .copyright ul li a {
    font-size: 16px;
  }
  .main .cta-grid .left-info h2 {
    font-size: 40px;
  }
  .main .cta-grid .left-info p {
    font-size: 16px;
  }
  .banner-info h1 {
    font-size: 40px;
  }
  .short-cont h3 {
    font-size: 20px;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 40px;
  }
  .post-single-banner .single-banner h1 {
    font-size: 32px;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 20px;
  }
  .main-related-post h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .post-content-Single .blog-main-content h3,
  .post-content-Single .blog-main-content h3 span {
    font-size: 20px;
  }
  .post-content-Single .blog-main-content h2,
  .post-content-Single .blog-main-content h2 span,
  .post-content-Single .blog-main-content h2 span a {
    font-size: 30px;
  }
  .main-popup-from .main-grid .left-info {
    padding: 30px;
  }
  .main-popup-from .main-grid .left-info .box-grid {
    gap: 10px;
  }
  .main-popup-from .main-grid .left-info .box-grid h2 {
    font-size: 40px;
    line-height: normal;
  }
  .main-popup-from .main-grid .left-info .box-grid p {
    font-size: 15px;
  }
  .main-popup-from .main-grid .right-info h2 {
    font-size: 45px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 {
    font-size: 28px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 span {
    font-size: 32px;
  }
  .main-popup-from .main-grid .right-info p {
    font-size: 15px;
  }
  .main-popup-from .main-grid .right-info .popupForm input {
    font-size: 16px;
  }
  .main-popup-from .main-grid .right-info .popupForm textarea {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1260px) {
  .single-post .container {
    max-width: 1080px;
  }
}

@media (max-width: 1200px) {
  .random-post-sec .random-grid {
    grid-gap: 0px;
  }
  .modal-dialog {
    max-width: 95%;
  }
  .main-header {
    padding: 16px 30px;
  }
  .main-header .grid-info .right-info .header-menu ul {
    gap: 18px;
    padding-left: 0;
  }
  .main-header .grid-info .right-info .header-menu ul li a {
    font-size: 14px;
  }

  .main-footer .footer-grid .left-info h2 {
    font-size: 35px;
  }
  .main-footer .footer-grid .left-info .grid-info h5 {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 30px;
  }
  .main-footer .footer-grid .right-info ul h4 {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  .main .cta-grid .left-info h2 {
    font-size: 35px;
  }
  .main .cta-grid .left-info p {
    font-size: 15px;
  }

  .banner-info h1 {
    font-size: 35px;
  }
  .short-cont h3 {
    font-size: 18px;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 35px;
  }
  .recent-post-sec {
    padding-top: 0;
  }
  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 20px;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 40px;
  }
  .recent-post-sec .recent-grid .left-info p {
    font-size: 15px;
  }
  .short-cont {
    padding: 15px;
  }
  .random-post-sec .random-grid .left-info p {
    font-size: 15px;
  }
  .blog-img img {
    height: 130px;
    object-fit: fill;
  }
  .short-cont ul {
    flex-wrap: wrap;
  }
  .short-cont ul li {
    font-size: 12px;
  }
  .post-single-banner .single-banner h1 {
    font-size: 30px;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 18px;
  }
  .post-single-banner .single-banner .title-Side span {
    font-size: 15px;
  }
  .post-content-Single .blog-main-content h2,
  .post-content-Single .blog-main-content h2 span,
  .post-content-Single .blog-main-content h2 span a {
    font-size: 28px;
  }
  .main-related-post h2 {
    font-size: 35px;
    line-height: 1.5;
  }
  .related-post .short-cont {
    padding: 15px 0;
  }
  .post-content-Single p {
    font-size: 15px;
  }
  .post-content-Single .blog-main-content ul li {
    font-size: 15px;
  }
  .main-popup-from .main-grid .left-info {
    padding: 40px;
  }
  .main-popup-from .main-grid .left-info .box-grid {
    gap: 10px;
  }
  .main-popup-from .main-grid .left-info .box-grid h2 {
    font-size: 40px;
    line-height: normal;
  }
  .main-popup-from .main-grid .left-info .box-grid p {
    font-size: 15px;
  }
  .main-popup-from .main-grid .right-info h2 {
    font-size: 40px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 {
    font-size: 26px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 span {
    font-size: 30px;
  }
  .main-popup-from .main-grid .right-info p {
    font-size: 15px;
  }
  .main-popup-from .main-grid .right-info .popupForm input {
    font-size: 15px;
  }
  .main-popup-from .main-grid .right-info .popupForm textarea {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .single-post .container {
    max-width: 870px;
  }
}

@media (max-width: 991px) {
  .random-post-sec .random-grid .left-info {
    padding: 30px;
  }
  .ez-toc-open-icon {
    display: none;
  }
  div#ez-toc-container {
    display: block;
    border-color: #c30010;
    background: #fff;
  }
  div#ez-toc-container p.ez-toc-title {
    color: #000;
  }
  #ez-toc-container .ez-toc-toggle label {
    margin-bottom: 0px;
    border: 1px solid #c30010 !important;
  }
  .ez-toc-title-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .ez-toc-icon-toggle-span {
  }
  .ez-toc-icon-toggle-span svg {
    color: #c30010 !important;
    fill: #c30010 !important;
  }
  header.main-header {
    display: none;
  }
  .mobile-nav {
    display: block;
    transition: all 0.3s ease-out;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.039);
  }
  .mobile-nav .main-header {
    padding: 14px 0;
    border-bottom: 0;
  }
  .mobile-nav .main-header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-nav .header-menu {
    background-color: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    right: -300px;
    padding-top: 20px;
    transition: 0.5s;
    height: 100vh;
  }
  .mobile-nav .header-menu .hamburg {
    text-align: end;
    color: #c30010;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mobile-nav .header-menu .hamburg svg {
    font-size: 24px;
  }
  .mobile-nav .header-menu .main-ul {
    position: relative;
    overflow: auto;
    height: calc(100vh - 60px);
  }
  .mobile-nav .header-menu ul {
    list-style: none;
    padding: 0;
  }
  .mobile-nav .header-menu ul li {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid;
  }
  .mobile-nav .header-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
  }
  .mobile-nav .header-menu ul li svg {
    float: right;
    position: relative;
    top: 6px;
    transition: 0.5s;
  }
  .mobile-nav .header-menu ul li .active {
    color: #c30010;
  }
  .mobile-nav .header-menu ul li:nth-last-child(1) {
    border-bottom: 0px;
  }
  .mobile-nav .header-menu ul li .open-submenu {
    rotate: 180deg;
  }
  .mobile-nav .header-menu ul li .sub-menu {
    display: none;
  }
  .mobile-nav .header-menu ul li .sub-menu.open {
    display: block;
  }
  .mobile-nav .header-menu ul .btn {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #c30010;
    display: block;
    color: #c30010;
    padding: 5px 14px;
    width: fit-content;
    border: 1px solid #c30010;
    transition: 0.5s;
    color: #fff;
    margin-left: 12px;
  }
  .mobile-nav .header-menu ul button {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #c30010;
    display: block;
    color: #c30010;
    padding: 5px 14px;
    width: fit-content;
    border: 1px solid #c30010;
    transition: 0.5s;
    color: #fff;
    margin-left: 12px;
  }
  .hamburg.open-menu {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    background: #c30010;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .hamburg.open-menu i {
    font-size: 24px;
  }
  .mobile-header-menu .li-hover::before {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 14px;
    transition: 0.5s;
  }
  .mobile-header-menu .li-hover.open::before {
    rotate: 180deg;
  }
  .header-menu.open {
    right: 0px;
  }

  .main-footer .footer-grid {
    grid-gap: 50px;
  }
  .main-footer .footer-grid .left-info h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .main-footer .footer-grid .left-info .grid-info {
    grid-template-columns: 1fr;
  }
  .main-footer .footer-grid .left-info .grid-info h5 {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 25px;
  }
  .main-footer .footer-grid .right-info ul h4 {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info img {
    max-width: 100px;
    min-height: 65px;
  }
  .main-footer .copyright ul li a {
    font-size: 15px;
  }
  .main .cta-grid .left-info h2 {
    font-size: 30px;
  }
  .main .cta-grid .left-info p {
    font-size: 15px;
  }

  .banner-info h1 {
    font-size: 30px;
  }
  .short-cont h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 30px;
  }

  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .recent-post-sec .recent-grid .left-info p {
    font-size: 14px;
  }
  .short-cont {
    padding: 15px;
  }
  .random-post-sec .random-grid .left-info p {
    font-size: 14px;
  }
  .post-date {
    font-size: 14px;
  }
  .short-cont ul li {
    font-size: 12px;
  }
  /*   .blog-img img {
    height: 180px;
  } */
  .blog-img img {
    height: 140px;
  }
  .blog-content-list {
    grid-template-columns: 1fr 1fr;
  }
  .random-post-sec .random-grid {
    grid-template-columns: 1fr 1fr;
  }
  .banner-info p {
    font-size: 14px;
  }
  .SocialShare .heateor_sss_sharing_ul {
    flex-direction: row;
  }
  .SocialShare {
    position: relative;
    margin-left: 0px;
    top: 35px;
  }

  .main-popup-from .main-grid .left-info {
    padding: 20px;
  }
  .main-popup-from .main-grid .left-info .box-grid {
    gap: 10px;
  }
  .main-popup-from .main-grid .left-info .box-grid h2 {
    font-size: 35px;
    line-height: normal;
  }
  .main-popup-from .main-grid .left-info .box-grid p {
    font-size: 14px;
  }
  .main-popup-from .main-grid .right-info h2 {
    font-size: 35px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 {
    font-size: 24px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 span {
    font-size: 28px;
  }
  .main-popup-from .main-grid .right-info p {
    font-size: 14px;
  }
  .main-popup-from .main-grid .right-info .popupForm input {
    font-size: 14px;
  }
  .main-popup-from .main-grid .right-info .popupForm input::placeholder {
    font-size: 14px;
  }
  .main-popup-from .main-grid .right-info .popupForm textarea {
    font-size: 14px;
  }
  .main-popup-from .main-grid .right-info .popupForm textarea::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 10px;
  }

  .faqSection .card-header button {
    font-size: 16px;
  }
  .main-footer {
    padding: 70px 0;
  }
  .main-footer .footer-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .main-footer .footer-grid .left-info h2 {
    font-size: 28px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info {
    justify-items: center;
  }
  .main-footer .footer-grid .left-info .grid-info h5 {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .social-icon {
    justify-content: center;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 25px;
  }
  .main-footer .footer-grid .right-info {
    justify-items: center;
  }
  .main-footer .footer-grid .right-info ul h4 {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info img {
    max-width: 100px;
    min-height: 65px;
  }
  .main-footer .copyright {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .main-footer .copyright ul li a {
    font-size: 14px;
  }
  .main {
    padding-bottom: 40px;
  }
  .main .cta-grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .main .cta-grid .left-info h2 {
    font-size: 26px;
    text-align: center;
  }
  .main .cta-grid .left-info p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .main .cta-grid .left-info button {
    margin: auto;
    display: block;
    margin-top: 10px;
  }

  .banner-info h1 {
    font-size: 28px;
  }
  .short-cont h3 {
    font-size: 15px;
    text-align: center;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 28px;
    text-align: center;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 0px;
  }
  .recent-post-sec .recent-grid .left-info {
    padding: 30px;
  }
  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 16px;
    text-align: center;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .recent-post-sec .recent-grid .left-info p {
    font-size: 14px;
    text-align: center;
  }
  .short-cont {
    padding: 15px;
  }
  .random-post-sec .random-grid .left-info p {
    font-size: 14px;
    text-align: center;
  }
  .post-date {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
  }
  .short-cont ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .short-cont ul li {
    font-size: 12px;
  }
  .blog-img img {
    height: 100%;
    width: 100%;
  }
  .blog-content-list {
    grid-template-columns: 1fr;
  }
  .random-post-sec .random-grid {
    grid-template-columns: 1fr;
  }
  .banner-info p {
    font-size: 14px;
  }

  .post-single-banner .single-banner h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 16px;
  }
  .post-single-banner .single-banner .title-Side span {
    font-size: 14px;
  }
  .post-content-Single .blog-main-content h2,
  .post-content-Single .blog-main-content h2 span,
  .post-content-Single .blog-main-content h2 span a {
    font-size: 26px;
  }
  .main-related-post h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .related-post .short-cont {
    padding: 15px 0;
  }
  .post-content-Single p {
    font-size: 14px;
  }
  .post-content-Single .blog-main-content ul li {
    font-size: 14px;
  }
  .post-content-Single .blog-main-content ul li a span {
    font-size: 14px;
  }
  .related-posts {
    grid-template-columns: 1fr;
  }

  .main-popup-from .main-grid {
    grid-template-columns: 1fr;
  }
  .main-popup-from .main-grid .left-info {
    display: none;
  }
  .main-popup-from .main-grid .right-info h2 {
    font-size: 30px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 {
    font-size: 22px;
    line-height: normal;
  }
  .main-popup-from .main-grid .right-info h4 span {
    font-size: 24px;
  }
  .main-popup-from .main-grid .right-info p {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .main-footer {
    padding: 70px 0;
  }
  .main-footer .footer-grid {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .main-footer .footer-grid .left-info h2 {
    font-size: 28px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info {
    justify-items: center;
  }
  .main-footer .footer-grid .left-info .grid-info h5 {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .social-icon {
    justify-content: center;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 25px;
  }
  .main-footer .footer-grid .right-info {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .main-footer .footer-grid .right-info ul h4 {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .right-info ul li {
    text-align: center;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info img {
    max-width: 100px;
    min-height: 65px;
  }
  .main-footer .copyright {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .main-footer .copyright ul li a {
    font-size: 14px;
  }
  .main-footer .copyright p {
    text-align: center;
  }

  .banner-info h1 {
    font-size: 26px;
  }
  .short-cont h3 {
    font-size: 15px;
    text-align: center;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 26px;
    text-align: center;
  }
  .recent-post-sec .recent-grid .left-info {
    padding: 20px;
  }
  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 16px;
    text-align: center;
  }
  .banner-info p {
    font-size: 14px;
  }
  .random-post-sec .random-grid .left-info {
    padding: 20px;
  }

  .main-popup-from .main-grid .right-info {
    padding: 20px;
  }
  .main-popup-from .main-grid .right-info h2 {
    font-size: 28px;
  }
  .main-popup-from .main-grid .right-info h4 {
    font-size: 20px;
  }
  .main-popup-from .main-grid .right-info h4 span {
    font-size: 22px;
  }
  .main-popup-from .main-grid .right-info p {
    font-size: 14px;
  }
}

/* RESPONSIVE END */
