@media only screen and (max-width: 1024px) {
  /* Home Page Css Start */

  .headLinks ul {
    gap: 30px;
  }

  .hed-mn-row {
    gap: 15px;
    grid-template-columns: 1fr 200px auto;
  }

  .headIcons .searchIcon {
    height: 35px;
    width: 35px;
  }

  .headMain {
    padding: 20px 0;
  }

  .ban-mn-hldr {
    padding: 50px 20px;
  }

  .h1_main-head {
    font-size: 36px;
    line-height: 46px;
  }

  .ban-mn-row p {
    font-size: 16px;
    line-height: 24px;
  }

  .tabsBlogSec {
    padding-top: 80px;
  }

  .head_upper-h2,
  .head_side-h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .menu-item.current-menu-item a {
    color: #fff;
    text-decoration: underline;
  }

  .tabBlogHead {
    gap: 30px;
  }

  .tabs-blog {
    font-size: 18px;
    line-height: 22px;
  }

  .prod-tab-blog-row {
    padding-top: 30px;
  }

  .blog-tab-cnt-row {
    gap: 30px 20px;
  }

  .blog-box-img {
    height: 240px;
  }

  .blog-name h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .view-more-btn a {
    margin: 50px auto 0;
  }

  .latestBlogSec {
    padding-top: 80px;
  }

  .ltst-blg-sc-row {
    grid-template-columns: 1fr 270px;
  }

  .blogBox.yisLay .blog-box-img {
    height: 190px;
  }

  .pagination-list {
    padding-top: 50px;
  }

  .instaGallSec {
    padding-top: 80px;
  }

  .footTop {
    padding-top: 60px;
  }

  .main-foot-row {
    gap: 30px;
  }

  .sbscHldr {
    gap: 15px;
  }

  .footTopImg {
    padding-top: 50px;
    height: 200px;
  }

  .latestBlog-hldr .blogBox.yisLay h3 {
    margin-top: 0 !important;
  }

  .inn-blg-row {
    grid-template-columns: 2fr 1fr;
  }

  /* Home Page Css End */

  /* Contact Page Css Start */

  .contMain {
    padding-top: 40px;
  }

  .headHldr p {
    font-size: 16px;
    line-height: 24px;
  }

  .cnt-main-row {
    margin-top: 50px;
  }

  /* Contact Page Css End */

  /* About Page Css Start */

  .abt-row p {
    font-size: 16px;
    line-height: 25px;
  }

  .abt-row {
    padding-top: 15px;
  }

  .abt-row h3 {
    font-size: 26px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .followMe {
    padding-top: 30px;
  }

  .socList {
    padding-top: 20px;
    gap: 15px;
  }

  .category_main .tabBlogHead {
    padding: 30px 0 20px;
  }

  .category_main .tabBlogHead .tabs-blog a {
    font-size: 18px;
    line-height: 26px;
  }

  /* About Page Css End */

  /* Inner Blog Page Css Start */

  .inn-blg-row {
    gap: 20px;
  }

  .inn-blg-content .blog-box-img {
    height: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .inn-blg-content p {
    font-size: 16px;
    line-height: 23px;
  }

  .inn-blg-content #ez-toc-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .inn-blg-content h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .blog-box-cont img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 400px !important;
  }

  .latestBlog-hldr .blogBox.yisLay .blog-box-img {
    height: 100px;
  }

  .prevBlog,
  .nextBlog {
    gap: 11px;
  }

  .followMe h3,
  .latestBlog-hldr h3,
  .authDiscImg .auth-desc h3 {
    font-size: 20px;
    line-height: 1;
  }

  .inn-blg-content .blog-box-cont h3 {
    font-size: 20px;
    line-height: 24px;
  }

  /* Inner Blog Page Css End */

  /* Error Page Css Start */

  body.error404 #site-content .intro-text p,
  body.search-no-results #site-content .intro-text p {
    font-size: 16px;
    line-height: 23px;
  }

  body.error404 #site-content .search-form,
  body.search-no-results #site-content .search-form {
    padding-top: 30px;
  }

  /* Error Page Css End */

  /* Search Page Css Start */

  body.search-results #site-content .intro-text p {
    font-size: 16px;
    line-height: 23px;
  }

  .pagination-list nav .nav-links {
    margin-top: 10px;
  }

  /* Search Page Css End */

  /* drawer header */

  .humburgerMenu {
    height: 35px;
    width: 35px;
    background: #ff5414;
    border-radius: 50%;
    border: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    z-index: 1000;
    padding: 11px;
    transition: all 0.2s ease-in-out;
  }

  .humburgerMenu span {
    display: block;
    height: 0.1rem;
    background-color: #fff;
    border-radius: 5px;
  }

  .humburgerMenu span:nth-child(1) {
    width: 100%;
  }

  .humburgerMenu span:nth-child(2) {
    width: 100%;
  }

  .humburgerMenu span:nth-child(3) {
    width: 100%;
  }

  #humburgerMenu.activeburger {
    padding: 8px;
  }

  #humburgerMenu.activeburger span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
  }

  #humburgerMenu.activeburger span:nth-child(2) {
    opacity: 0;
  }

  #humburgerMenu.activeburger span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
  }

  #headLinks.activeban {
    display: block;
  }

  #headLinks {
    position: fixed;
    background: #ff5414;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 999;
    width: 270px;
    opacity: 0;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #headLinks.activeban {
    left: 0;
    opacity: 1;
    display: flex;
  }

  .headLinks ul {
    flex-direction: column;
    align-items: self-start;
    padding: 0 10px;
    justify-content: center;
    height: 100%;
  }

  .headLinks ul li a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }

  .headLinks ul li a:hover {
    color: #fff;
  }

  /* drawer header */
}

@media only screen and (max-width: 768px) {
  /* Home Page Css Start */

  .headLogo {
    width: 140px;
    height: 40px;
  }

  .headMain {
    padding: 15px 0;
  }

  .humburgerMenu {
    display: block;
    height: 35px;
    width: 35px;
    background: #ff5414;
    border-radius: 50%;
    border: none;
    margin: 0 auto;
  }

  .humburgerMenu img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1972%)
      hue-rotate(291deg) brightness(117%) contrast(108%);
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin: 0 auto;
  }

  /* drawer header */

  .headSrch .headSrch-wrapper {
    gap: 15px;
  }

  #headLinks.activeban {
    display: block;
  }

  #headLinks {
    display: none;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    position: fixed;
    background: #ff5414;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 33;
    width: 20rem;
  }

  #headLinks.activeban {
    display: block;
    transform: translateX(0);
  }

  .headLinks ul {
    flex-direction: column;
    align-items: self-start;
    padding: 0 10px;
    justify-content: center;
    height: 100%;
  }

  /* drawer header */

  .headIcons a {
    height: 35px;
    width: 35px;
  }

  .hed-mn-row {
    gap: 15px;
    grid-template-columns: 1fr 200px auto;
  }

  .headLinks {
    display: none;
  }

  .ban-mn-hldr {
    padding: 40px 20px;
  }

  .h1_main-head {
    font-size: 32px;
    line-height: 40px;
  }

  .ban-mn-row p {
    font-size: 14px;
    line-height: 20px;
  }

  .ban-mn-hldr {
    border-radius: 20px;
  }

  .tabsBlogSec {
    padding-top: 60px;
  }

  .head_upper-h2,
  .head_side-h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .tabBlogContent {
    padding-top: 20px;
  }

  .tabs-blog {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-tab-cnt-row.xAcesRow {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-name h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .view-more-btn a {
    margin: 40px auto 0;
  }

  .mainBtn a {
    font-size: 14px;
    line-height: 20px;
  }

  .latestBlogSec {
    padding-top: 60px;
  }

  .ltst-blg-sc-row {
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-desc {
    padding-top: 14px;
  }

  .blog-desc p {
    font-size: 14px;
    line-height: 20px;
  }

  .blogBox.yisLay .blog-box-img {
    height: 160px;
    border-radius: 20px;
  }

  .blogBox.yisLay .blog-box-img img {
    border-radius: 20px;
  }

  .add-hldr {
    height: 400px;
  }

  .add-hldr img {
    height: 100%;
    border-radius: 20px;
  }

  .pagination-list {
    padding-top: 40px;
  }

  .pagination-list {
    gap: 15px;
  }

  .instaGallSec {
    padding-top: 60px;
  }

  .footTop {
    padding-top: 50px;
  }

  .footTopImg {
    padding-top: 40px;
    height: 160px;
  }

  .footBottom {
    padding: 12px;
  }

  .main-foot-row {
    grid-template-columns: 1fr 1fr;
  }

  .pagination-list {
    padding-top: 40px;
  }

  /* Home Page Css End */

  /* Contact Page Css Start */
  .contMain {
    padding-top: 40px;
  }

  .cnt-main-row {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .cont-left {
    height: 400px;
  }

  .cont-left img {
    border-radius: 20px;
  }

  .cont-right {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .field-ct input[type="submit"] {
    margin-top: 10px;
  }

  .field-ct textarea {
    border-radius: 20px;
    padding: 10px 20px;
  }

  .field-ct input {
    padding: 10px 20px;
  }

  /* Contact Page Css End */

  /* About Page Css Start */

  .abt-row p {
    font-size: 14px;
    line-height: 22px;
  }

  .abt-row {
    padding-top: 10px;
  }

  .abt-row h3 {
    font-size: 23px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .socList {
    padding-top: 20px;
    gap: 15px;
  }

  .category_main .tabBlogHead {
    padding: 20px 0 20px;
  }

  /* About Page Css End */

  /* Inner Blog Page Css Start */

  .blog-box-cont .inn-blog-faq {
    border-radius: 20px;
  }

  .inn-blg-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .latestBlog-hldr .blogBox.yisLay .blog-box-img {
    height: 100px;
    width: 20%;
  }

  .followMe h3,
  .latestBlog-hldr h3,
  .authDiscImg .auth-desc h3 {
    font-size: 18px;
  }

  .inn-blg-content h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .inn-blg-content .blog-box-img {
    height: 450px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .inn-blg-content p {
    font-size: 16px !important;
    line-height: 26px;
  }

  .inn-blg-content #ez-toc-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .inn-blg-content #ez-toc-container {
    padding: 10px;
  }

  .inn-blog-content #ez-toc-container .ez-toc-title {
    font-size: 16px;
    line-height: 18px;
  }
  .inn-blog-content #ez-toc-container nav {
    padding-bottom: 10px;
  }
  .inn-blog-content #ez-toc-container ul {
    padding: 10px 15px;
  }
  .inn-blog-content #ez-toc-container ul li ul {
    padding: 0 0 12px 8px;
  }
  div#ez-toc-container ul:first-child li:first-child {
    padding-top: 10px;
  }

  .blog-box-cont img {
    height: 350px !important;
    border-radius: 20px;
  }

  .authDiscImg {
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
  }

  .authDiscImg .auth-img {
    width: 70px;
  }

  .prevBlog a,
  .nextBlog a {
    font-size: 14px;
  }

  .innerBlogMain .prevBlog img,
  .innerBlogMain .nextBlog img {
    height: 12px !important;
    width: 12px !important;
    margin: 0;
  }

  .prevNextBtn {
    margin-top: 40px;
  }

  .inn-blg-content ul li a,
  .inn-blg-content ul li,
  .inn-blg-content ol li {
    font-size: 14px;
    line-height: 20px;
  }

  .inn-blg-content .blog-box-cont h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0;
  }

  .inn-blg-content .blog-box-cont .inn-blog-faq h3 {
    font-size: 18px;
    line-height: 24px;
  }

  /* Inner Blog Page Css End */

  /* Error Page Css Start */

  body.error404 #site-content .search-form input[type="submit"],
  body.search-no-results .search-form input[type="submit"] {
    margin-left: 15px !important;
    padding: 8px 13px !important;
  }

  body.error404 #site-content .search-form input[type="search"],
  body.search-no-results #site-content .search-form input[type="search"] {
    padding: 8px 13px;
  }

  /* Error Page Css End */

  /* Search Page Css Start */

  body.search-results #site-content .blog-tab-cnt-row.xAcesRow {
    padding-top: 30px;
  }

  /* Search Page Css End */

  /* drawer header */

  .humburgerMenu {
    height: 35px;
    width: 35px;
    background: #ff5414;
    border-radius: 50%;
    border: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    z-index: 1000;
    padding: 11px;
    transition: all 0.2s ease-in-out;
  }

  .humburgerMenu span {
    display: block;
    height: 0.1rem;
    background-color: #fff;
    border-radius: 5px;
  }

  .humburgerMenu span:nth-child(1) {
    width: 100%;
  }

  .humburgerMenu span:nth-child(2) {
    width: 100%;
  }

  .humburgerMenu span:nth-child(3) {
    width: 100%;
  }

  #humburgerMenu.activeburger {
    padding: 8px;
  }

  #humburgerMenu.activeburger span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
  }

  #humburgerMenu.activeburger span:nth-child(2) {
    opacity: 0;
  }

  #humburgerMenu.activeburger span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
  }

  #headLinks.activeban {
    display: block;
  }

  #headLinks {
    position: fixed;
    background: #ff5414;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 999;
    width: 270px;
    opacity: 0;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #headLinks.activeban {
    left: 0;
    opacity: 1;
    display: flex;
  }

  .headLinks ul {
    flex-direction: column;
    align-items: self-start;
    padding: 0 10px;
    justify-content: center;
    height: 100%;
  }

  .headLinks ul li a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }

  .headLinks ul li a:hover {
    color: #fff;
  }

  /* drawer header */
}

@media only screen and (max-width: 576px) {
  /* Home Page Start */

  .container {
    padding: 0 15px;
  }

  .hed-tp-row p a {
    font-size: 11px;
    line-height: 14px;
    gap: 10px;
  }

  .headTop {
    padding: 5px;
  }

  .hed-tp-row p a img {
    height: 8px;
    width: 8px;
  }

  .headLogo {
    width: 130px;
    height: 34px;
  }

  .hed-mn-row {
    gap: 10px;
    grid-template-columns: 1fr max-content auto;
  }

  .headIcons a {
    height: 30px;
    width: 30px;
  }

  .headIcons .searchIcon {
    height: 30px;
    width: 30px;
  }

  .headIcons {
    position: static;
  }

  .headIcons a img {
    height: 15px;
    width: 15px;
  }

  .humburgerMenu {
    height: 30px;
    width: 30px;
  }

  .headIcons {
    position: static;
  }

  form#searchForm button {
    width: 25px;
  }

  .cross-btn {
    height: 25px;
    width: 25px;
  }

  form#searchForm button img {
    height: 15px;
    width: 15px;
    object-fit: contain;
  }

  form#searchForm {
    height: 36px;
    padding: 5px;
  }

  form#searchForm input {
    font-size: 10px;
    line-height: 10px;
  }

  form#searchForm input::placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .headSrch .headSrch-wrapper {
    gap: 10px;
  }

  .humburgerMenu img {
    height: 15px;
    width: 15px;
  }

  .ban-mn-hldr {
    padding: 30px 15px;
  }

  .ban-mn-row p {
    font-size: 12px;
    line-height: 16px;
  }

  .h1_main-head {
    font-size: 26px;
    line-height: 30px;
  }

  .search-hldr input {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .search-hldr input::placeholder {
    font-size: 10px;
    line-height: 14px;
  }

  .search-hldr {
    gap: 5px;
  }

  .search-hldr {
    padding: 4px 4px;
  }

  .search-hldr button {
    height: 26px;
    width: 26px;
  }

  .search-hldr button img {
    height: 13px;
    width: 13px;
  }

  .catg-btn {
    gap: 10px;
    padding-top: 15px;
  }

  .ban-mn-hldr {
    border-radius: 10px;
  }

  .tabsBlogSec {
    padding-top: 40px;
  }

  .head_upper-h2,
  .head_side-h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .tabBlogHead {
    gap: 15px;
  }

  .prod-tab-blog-row {
    padding-top: 20px;
  }

  .tabBlogContent {
    padding-top: 10px;
  }

  .blog-tab-cnt-row.xAcesRow {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .blog-box-img {
    height: 200px;
    border-radius: 10px;
  }

  .blog-box-img img {
    border-radius: 10px;
  }

  .blog-name h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .mainBtn a {
    font-size: 12px;
    line-height: 16px;
  }

  .view-more-btn a {
    margin: 30px auto 0;
  }

  .blogBox {
    gap: 10px;
  }

  .blogBox.yisLay .blog-box-img {
    height: 120px;
    border-radius: 10px;
  }

  .blogBox.yisLay .blog-box-img img {
    border-radius: 10px;
  }

  .blog-desc {
    padding-top: 10px;
    display: none;
  }

  .blog-desc p {
    font-size: 12px;
    line-height: 15px;
    max-width: 100%;
  }

  .blog-catg-date span {
    font-size: 10px;
  }

  .add-hldr {
    height: 300px;
  }

  .add-hldr img {
    border-radius: 10px;
  }

  .ltst-blg-sc-row {
    gap: 30px;
  }

  .instaGallSec {
    padding-top: 40px;
  }

  .main-foot-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .ft-lnks-pr:has(.news-letter-foot) {
    margin-left: 0;
    max-width: 290px;
  }

  .pagination-list .page-list.active-page a {
    height: 27px;
    width: 27px;
  }

  .pagination-list .page-list a {
    font-size: 12px;
    line-height: 16px;
  }

  .main-foot-row {
    gap: 20px;
  }

  /* .linkSite li a {
        font-size: 12px;
        line-height: 20px;
    } */

  .linkSite {
    padding-top: 10px;
  }

  /* .ft-lnks-pr h3 {
        font-size: 14px;
        line-height: 20px;
    } */

  .sbscHldr input,
  .sbscHldr input::placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .sbscHldr input {
    padding: 3px 10px;
  }

  .sbscHldr {
    gap: 10px;
  }

  .footTop {
    padding-top: 40px;
  }

  .socList {
    gap: 15px;
    padding-top: 15px;
  }

  .ft-lnks-pr p {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
  }

  .news-letter-foot {
    padding-top: 30px;
  }

  .sbscHldr input[type="submit"] {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 15px;
  }

  .footTopImg {
    padding-top: 30px;
    height: 140px;
  }

  .footBottom {
    padding: 10px;
  }

  .footBottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .blog-tab-cnt-row {
    gap: 20px;
  }

  .pagination-list {
    padding-top: 20px;
  }

  .pagination-list .page-list.active-page span,
  .pagination-list .page-list.active-page a {
    height: 30px;
    width: 30px;
  }

  .pagination-list .page-list a,
  .pagination-list .page-list span {
    font-size: 12px;
    line-height: 12px;
  }

  .ft-lnks-pr:has(.sbscHldr) p label {
    max-width: 195px;
  }

  .tabs-blog {
    font-size: 14px;
    line-height: 18px;
  }

  .catg-btn a {
    font-size: 10px;
    line-height: 15px;
    padding: 4px 12px;
  }

  .category_main .tabBlogHead .tabs-blog a {
    font-size: 14px;
    line-height: 18px;
  }

  .latestBlogSec {
    padding-top: 40px;
  }

  /* Home Page End */

  /* Contact Page Css Start */
  .contMain {
    padding-top: 30px;
  }

  .cnt-main-row {
    margin-top: 30px;
  }

  .cont-left {
    height: 300px;
  }

  .cont-left img {
    border-radius: 10px;
  }

  .cont-right {
    border-radius: 10px;
    padding: 30px 20px;
  }

  .field-ct input[type="submit"] {
    margin-top: 10px;
  }

  .field-ct textarea {
    border-radius: 10px;
    padding: 8px 14px;
    height: 150px;
    font-size: 12px;
    line-height: 16px;
  }

  .field-ct textarea::placeholder,
  .field-ct input::placeholder {
    font-size: 12px;
    line-height: 16px;
  }

  .field-ct input {
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
  }

  .cnt-frm-hldr {
    gap: 10px;
  }

  .field-ct input[type="submit"] {
    margin-top: 0px;
  }

  .field-ct input[type="submit"] {
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
  }

  .headHldr p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
  }

  /* Contact Page Css End */

  /* About Page Css Start */

  .abt-row p {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
  }

  .abt-row {
    padding-top: 5px;
  }

  .abt-row h3 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .followMe {
    padding-top: 20px;
  }

  .socList {
    padding-top: 20px;
    gap: 15px;
  }

  .followMe h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .socList {
    padding-top: 10px;
    gap: 10px;
  }

  .category_main .tabBlogHead {
    padding: 20px 0 10px;
  }

  /* About Page Css End */

  /* Inner Blog Page Css Start */

  .latestBlog-hldr .blogBox.yisLay .blog-box-img {
    height: 80px;
    width: 30%;
  }

  .blogBox.yisLay .blog-box-cont {
    width: 77%;
  }

  .latestBlog-hldr .blog-tab-cnt-row .blogBox.yisLay {
    gap: 12px;
  }

  .blog-name {
    padding-top: 4px;
  }

  .followMe h3,
  .latestBlog-hldr h3,
  .authDiscImg .auth-desc h3 {
    font-size: 16px;
  }

  .latestBlog-hldr .blog-tab-cnt-row {
    margin-top: 14px;
  }

  .inn-blg-row {
    gap: 30px;
  }

  .inn-blg-content .blog-box-img {
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
    .prevNextBtn {
        margin-top: 30px;
    }
  .inn-blg-content p {
    font-size: 16px;
  }

  .ez-toc-icon-toggle-span {
    height: 20px !important;
  }

  .inn-blg-content h2 {
    font-size: 21px;
    line-height: 1.3;
  }

  .blog-box-cont img {
    height: 300px !important;
    border-radius: 10px;
    margin: 10px 0;
  }

  .inn-blg-content h2 {
    margin: 10px 0;
  }

  .inn-blg-content ul li a {
    font-size: 15px;
    line-height: 16px;
  }

  .inn-blg-content ul li,
  .inn-blg-content ol li {
    margin: 10px 0;
  }

  .authDiscImg {
    margin-top: 20px;
    padding: 12px;
    border-radius: 10px;
    gap: 12px;
    grid-template-columns: 50px auto;
  }

  .authDiscImg .auth-img {
    width: 50px;
    height: 50px;
  }

  .authDiscImg .auth-desc p {
    font-size: 13px !important;
    line-height: 1.3;
    margin: 0;
  }

  .inn-blg-content #ez-toc-container {
    margin: 20px 0;
  }

  .prevBlog a,
  .nextBlog a {
    font-size: 12px;
    line-height: 1.1;
  }

  .innerBlogMain .prevBlog img,
  .innerBlogMain .nextBlog img {
    height: 10px !important;
    width: 10px !important;
    margin: 0;
  }

  .homeRetBtn a {
    padding: 9px 11px;
  }

  .inn-blog-content #ez-toc-container ul li a,
  .inn-blg-content ul li,
  .inn-blg-content ol li {
    font-size: 15px;
    line-height: 1.4;
  }

  .prevBlog,
  .nextBlog,
  .prevNextBtn {
    gap: 6px;
  }

  .wp-block-table td:has(strong) {
    font-size: 15px;
  }

  .wp-block-table td {
    font-size: 15px;
  }

  .inn-blg-content .blog-box-cont .inn-blog-faq h3 {
    font-size: 16px !important;
    line-height: 20px;
    padding-bottom: 10px;
  }

  .inn-blog-faq {
    padding: 20px;
    border-radius: 10px;
  }

  /* Inner Blog Page Css End */

  body.error404 #site-content .search-form input[type="submit"],
  body.search-no-results #site-content .search-form input[type="submit"] {
    margin-left: 10px !important;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.1;
  }

  body.error404 #site-content .search-form input[type="search"],
  body.search-no-results #site-content .search-form input[type="search"] {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.1;
  }

  body.error404 #site-content .search-form input[type="search"]::placeholder,
  body.search-no-results
    #site-content
    .search-form
    input[type="search"]::placeholder {
    font-size: 13px;
    line-height: 1.1;
  }

  body.error404 #site-content .intro-text p,
  body.search-no-results #site-content .intro-text p {
    font-size: 14px;
    line-height: 20px;
  }

  body.error404 #site-content .search-form,
  body.search-no-results #site-content .search-form {
    padding-top: 20px;
  }

  /* Error Page Css End */

  /* Search Page Css Start */

  body.search-results #site-content .blog-tab-cnt-row.xAcesRow {
    padding-top: 20px;
  }

  body.search-results #site-content .intro-text p {
    font-size: 14px;
    line-height: 20px;
  }

  nav .nav-links {
    margin-top: 0;
  }

  .pagination-list nav .nav-links {
    gap: 15px;
  }

  .pagination-list nav .nav-links .page-numbers.current {
    height: 30px;
    width: 30px;
  }

  .pagination-list nav .nav-links .page-numbers {
    font-size: 12px;
  }

  /* Search Page Css End */
  /* drawer header */

  .headLinks ul li a {
    font-size: 18px;
    line-height: 23px;
  }

  .humburgerMenu {
    padding: 9px;
  }

  #humburgerMenu.activeburger span:nth-child(1) {
    top: 6px;
  }

  #humburgerMenu.activeburger span:nth-child(3) {
    top: -6px;
  }

  body p {
    font-size: 14px !important;
    line-height: 1.3;
  }

  /* drawer header */
}
