/* blog page design start here  */
.blog-sec img {
  width: 100%;
}
h2 b,
.blog-sec h3 b {
  font-weight: 600 !important;
}
.blur-body:after {
  z-index: 10000000;
}
table {
  border-color: var(--dark-color);
  width: 100%;
  margin: 1rem 0 1.5rem 0;
}
table td,
table th {
  border-width: 1px !important;
  padding: 0.5rem;
}
.blog-heading {
  padding: 0px;
  max-width: 900px;
}
.blog-heading h1:after {
  margin-left: 0 !important;
}
iframe {
  display: block !important;
}
/***********Blogs Listing*******/
.blog-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-banner-text h1:after {
  min-width: 90px;
  max-width: 90px;
}
.blog-sec .col-left,
.tax-blog_category .all-blog {
  width: 100%;
  order: 2;
}
.tax-blog_category .blog-sec .all-blog .col-md-12 {
  margin-bottom: 24px;
}
.tax-blog_category .blog-sec .all-blog .wp-pagenavi {
  padding-top: 1rem;
}
.blog-sec .col-right,
.tax-blog_category .col-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  order: 1;
}
.single-blog .blog-sec {
  padding:0;
}
.single-blog .blog-details-main {
  position: relative;
  padding: 80px 0;
}
/* .single-blog .blog-details-main:after {
  content: "";
  position: absolute;
  width: 100%;
  min-height: 500px;
  top: 0;
  left: 0;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 100%
  );
  z-index: -1;
} */
.blog-sec .blog-sec-main {
  padding: 96px 0 80px 0;
  position: relative;
}
.blog-sec.author-listing .blog-sec-main {
  padding:0;
}
.blog-sec .blog-sec-main:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -16px;
  left: 0;
  height: 500px;
  z-index: -1;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}
.blog-sec h1 {
  font-weight: 600;
  color: var(--primary-color);
  margin: 20px 0;
  text-transform: capitalize;
}
.blog-sec h1 span {
  color: var(--secondary-color);
}
.blog-sec a:hover {
  text-decoration: none;
}
.blog-list-link {
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 15px;
  padding: 24px;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.blog-category-tabs {
  border-right: 1px solid var(--lightBlue-color);
  width: calc(75% - 12px);
  padding-right: 16px;
}

.blog-category-tabs h3 {
  margin-bottom: 0.5rem;
}
.blog-list-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-list-link ul li {
  list-style: none;
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}
.search-blog,
.search-blog form {
  position: relative;
}
.blog-list-link .search-blog {
  order: 2;
  width: calc(25% - 12px);
}
.blog-list-link .search-blog p,.blog-category-tabs p{
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  margin-bottom:8px !important;
}
.search-blog input.form-control {
  height: 50px !important;
  width: 100%;
  box-shadow: none;
  padding-right: 44px;
}
.search-blog input.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--grey-color);
}
.search-blog input.submit {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 8px;
  top: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z' stroke='%23004485' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9984 19.0004L14.6484 14.6504' stroke='%23004485' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 100%;
  text-indent: -9999px;
}
.center-links {
  justify-content: center;
}
.center-links li {
  padding: 10px 20px;
}
.blog-list-link ul li a {
  font-size: 14px;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.blog-list-link ul li.active {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.blog-list-link ul li.active a {
  color: var(--light-color);
  font-weight: 600;
}
.blog-list-link ul li a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem 1rem 0rem;
}
.blog-header h4 {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
}
.blog-header a svg {
  margin-left: 5px;
}
.blog-header a:hover svg path {
  fill: var(--secondary-color);
  transition: all 0.3s;
}
.blog-header a img {
  margin-left: 5px;
  display: inline-block;
}
.all-blog .single-blog {
  background-color: var(--light-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 3px 3px 26px rgb(0 0 0 / 10%);
  position: relative;
  padding: 20px 20px 20px 20px;
  height: 100%;
  transition: all 0.3s;
}
.all-blog .single-blog p.blog_title,.blog_title{
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 56px;
  margin-bottom:8px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.all-blog .single-blog .blog-date {
  color: var(--grey-color);
}
.all-blog .single-blog .blog-img {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.all-blog .single-blog .blog-img img {
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: fill;
  height: auto !important;
}
.all-blog .single-blog span,
.blog-full-img-sec span {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--primary-color);
  padding: 8px 12px;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 12px;
}

.all-blog .single-blog span.blog-cate {
  border: 1px solid var(--primary-color);
}
.all-blog .single-blog .blog-text-box {
  background-color: var(--light-color);
  transition: all 0.3s ease-in-out;
  padding: 1rem 0.5rem;
}
.all-blog .single-blog:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.all-blog .single-blog .blog-text-box h5 {
  font-weight: 600;
  color: var(--primary-color);
}
.all-blog .single-blog .blog-text-box p a {
  color: var(--dark-color);
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.all-blog .single-blog .blog-text-box p a:last-child {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-top: 15px;
  display: block;
}
.next-blog-sec h2 {
  color: var(--primary-color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 30px 0;
}
.next-blog-sec h2 span {
  color: var(--secondary-color);
}
.blog-detail h1 {
  color: var(--dark-color);
  font-weight: 600;
  margin: 0px 0 25px;
}
.blog-full-img-sec {
  position: relative;
  margin-bottom: 30px;
}
.blog-full-img {
  width: 100%;
}
.blog-full-img img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.blog-full-img-sec ul {
  position: absolute;
  bottom: 40px;
  right: 0;
  background-color: var(--secondary-color);
  height: 38px;
  min-width: 130px;
  border-radius: 5px 0 0 5px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-share-button a {
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 100%;
  height: 100%;
  width: 30px;
  height: 30px;
}
.wp-share-button a .button-icon,
.wp-share-button a .button-count {
  display: none !important;
}
.wp-share-button .facebook {
  background: url(../../images/blog/facebook.svg) no-repeat center !important;
  background-size: 100% !important;
}
.wp-share-button .twitter {
  background: url(../../images/blog/twitter.svg) no-repeat center !important;
  background-size: 100% !important;
}
.wp-share-button .pinterest {
  background: url(../../images/blog/pinterest.svg) no-repeat center !important;
  background-size: 100% !important;
}
.wp-share-button .linkedin {
  background: url(../../images/blog/linkedin.svg) no-repeat center !important;
  background-size: 100% !important;
}
.wp-share-button .whatsapp {
  background: url(../../images/blog/whatsapp.svg) no-repeat center !important;
  background-size: 100% !important;
}
.wp-share-button .reddit {
  background: url(../../images/blog/reddit.svg) no-repeat center !important;
  background-size: 100% !important;
}
.wp-share-button .mail {
  background: url(../../images/blog/mail.svg) no-repeat center !important;
  background-size: 100% !important;
}
.wp-share-button.theme1 .share-button {
  border: none !important;
}
.blog-full-img-sec ul .wp-share-button .button-count {
  display: none !important;
}
.blog-full-img-sec ul {
  list-style: none !important;
}
.blog-detail ul {
  padding-left: 16px;
  list-style: disc !important;
}
.blog-detail h6 {
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 25px;
}
.blog-detail h2,
.single-blog .blog-details-main .comment-from h2 {
  font-size: 24px !important;
  line-height: 32px !important;
  color: var(--primary-color);
  text-transform: unset !important;
  margin: 1rem 0;
}
.blog-detail h3 {
  font-size: 18px !important;
  line-height: 28px !important;
  color: var(--dark-color);
  text-transform: unset !important;
  font-weight: 600 !important;
  margin: 0.5rem 0;
}
.blog-detail h2:after,
.single-blog .blog-details-main .comment-from h2:after {
  display: none;
}
.blog-detail p {
  color: var(--dark-color);
}

.blog-detail-subscribe {
  justify-content: center;
  text-align: center;
}
.blog-detail-subscribe h6 {
  color: var(--light-color);
  font-weight: 500;
  text-transform: inherit;
  margin: 0 auto;
  max-width: 70%;
}
.blog-detail-subscribe a {
  display: inline-block;
  color: var(--light-color);
  border: 1px solid var(--light-color);
  font-size: 18px;
  font-weight: 600;
  padding: 7px 23px;
  border-radius: 25px;
  text-transform: uppercase;
  margin: 30px auto 0;
}
.blog-detail {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
}
.blog-detail h1.blog-main-title {
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 42px !important;
  margin-bottom: 16px;
  color: var(--primary-color);
  text-align: left;
}
.blog-detail h1.blog-main-title:after {
  display: none;
}
.blog-detail .blog-detail-box {
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  padding: 1.5rem;
  padding-top:0;
}
.blog-detail .blog-detail-box p {
  padding: 0 0 10px 0 !important;
  font-size: 16px;
  line-height: 26px;
  font-weight:300;
}
.blog-detail .blog-detail-box p span{
  font-weight:300 !important;
}
.blog-detail .blog-detail-box p a{
  font-weight: 400;
}
.blog-detail div#ez-toc-container {
  position: sticky;
  left: 0;
  width: calc(25% - 30px);
  top: 100px;
  background: transparent;
  padding: 0.5rem;
  border: none;
  box-shadow: unset !important;
  border-radius: 25px;
  margin-bottom: 0px;
  display: block;
  height: 85vh;
}
.blog-detail div#ez-toc-container nav {
  height: 95%;
  overflow-y: auto;
}
.blog-detail div#ez-toc-container nav::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--lightBlue-color);
}

.blog-detail div#ez-toc-container nav::-webkit-scrollbar {
  width: 5px;
  background-color: var(--lightBlue-color);
}

.blog-detail div#ez-toc-container nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary-color);
}

.blog-detail .ez-toc-title-toggle {
  display: none !important;
}
.blog-detail div#ez-toc-container nav ul {
  padding: 1rem !important;
  border-left: 1px solid var(--primary-color);
}
.blog-detail div#ez-toc-container nav ul li {
  position: relative;
  overflow: visible !important;
}
.blog-detail div#ez-toc-container nav ul li a:before {
  display: none !important;
}
.blog-detail div#ez-toc-container nav ul li:before {
  content: "";
  position: absolute !important;
  left: -27px;
  top: calc(50%);
  width: 20px;
  height: 1px;
  background: var(--primary-color);
}
.blog-detail div#ez-toc-container .ez-toc-title-container {
  padding: 0.5rem 1rem;
  background: linear-gradient(45deg, #0d2f5d 0%, #0d2f5d 85%, transparent 85%);
  color: var(--light-color);
}
li.ez-toc-page-1.ez-toc-heading-level-2 {
  font-weight: 500 !important;
  margin-bottom: 8px;
}
.blog-detail div#ez-toc-container .ez-toc-title {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: var(--light-color);
}

.single-blog .blog-details-main .blog-detail .blog_details_category {
  margin-bottom: 1rem;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
#ez-toc-container a:visited,
#ez-toc-sticky-container a:visited {
  color: var(--dark-color) !important;
}
.ez-toc-list-level-1 > .ez-toc-page-1 > a {
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 4px 0;
  color: var(--dark-color) !important;
}
ul.ez-toc-list-level-3 {
  padding: 0.5rem 0 !important;
}
li.ez-toc-heading-level-3 {
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 2px 0 !important;
}
li.ez-toc-heading-level-3 a {
  font-weight: 400 !important;
  color: var(--dark-color) !important;
}
.single-blog .blog-details-main .blog-detail span.blog-date {
  padding: 0.5rem 1rem;
  color: var(--grey-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  border-radius: 5px;
}
.single-blog .blog-details-main .comment-from {
  max-width: 78.5%;
  margin: 2rem 0 0 auto;
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 25px;
  padding: 2rem;
}
.single-blog .blog-details-main .comment-from .form-group-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-blog .blog-details-main .comment-from .form-group textarea,
.single-blog .blog-details-main .comment-from .form-group input {
  width: 100%;
  border: 1px solid var(--lightGrey-color);
  border-radius: 5px;
  padding: 0.75rem 1rem;
}
.single-blog .blog-details-main .comment-from .form-group {
  margin: 1rem 0;
}
.single-blog .blog-details-main .comment-from .form-group label {
  color: var(--dark-color);
  padding-bottom: 0.25rem;
}
.single-blog .blog-details-main .comment-from .wpcf7-spinner {
  display: none;
}
.single-blog
  .blog-details-main
  .comment-from
  .form-group-row
  .form-group.half-width {
  width: calc(50% - 12px);
}
.single-blog .blog-details-main .comment-from input.wpcf7-submit {
  margin: 1.5rem 0 0 0;
  background: var(--primary-color);
  color: var(--light-color);
  border: 1px solid var(--primary-color);
  padding: 0.75rem 1rem;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0px 11px 17px #09346f26;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.single-blog .blog-details-main .comment-from .form-submit {
  text-align: right;
}
.single-blog .blog-details-main .comment-from input.wpcf7-submit:hover {
  background: var(--light-color);
  color: var(--primary-color);
  box-shadow: 3px 3px 26px rgb(0 0 0 / 10%);
}
.single-blog .blog-details-main .comment-from .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 21px;
  padding-top: 5px;
}
.all-blog .single-blog h5 {
  color: var(--primary-color);
}
.about-map .map-box.display-block {
  margin-top: 40px;
}
.wp-share-button-popup .close,
.wp-share-button-popup,
.wp-share-button span.button-name {
  display: none;
}
.wp-share-button {
  margin: 0;
  width: 100%;
  position: relative;
  text-align: right;
  display: flex;
  gap: 5px;
  flex-direction: row;
}
.wp-share-button {
  justify-content: flex-end;
}
.wp-share-button.theme10 .share-button,
.wp-share-button.theme10 .share-button-more {
  margin: 0px !important;
}

.subscribe-sec {
  background: url("../../images/blog/subscribe-bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 3rem 2rem;
  border-radius: 25px;
  overflow: hidden;
  min-height: 400px;
}
.subscribe-sec h2 {
  text-transform: uppercase;
  color: var(--light-color);
  text-align: left;
  padding-top: 1.5rem;
}
.subscribe-sec h2 span {
  font-weight: 700;
  color: var(--light-color);
}
.subscribe-sec h2:after {
  min-width: 80px;
  max-width: 80px;
  top: 0px;
  margin: 0 auto auto 0;
}
.subscribe-sec form {
  position: relative;
  z-index: 1;
}
.subscribe-sec p {
  color: var(--light-color);
}
.subscribe-sec .email-field input::placeholder {
  color: var(--light-color) !important;
}
.subscribe-sec .email-field input {
  width: 100%;
  background-color: rgb(255 255 255 / 10%);
  border: 1px solid var(--light-color);
  border-radius: 5px;
  height: 50px;
  color: var(--light-color) !important;
  position: relative;
  padding: 5px 16px;
}
.subscribe-sec .email-field input:focus {
  outline: none;
}
.subscribe-sec input::placeholder {
  color: var(--light-color);
  text-transform: capitalize;
}
.subscribe-sec form {
  width: 100%;
}
.subscribe-sec form .email-field:after {
  content: "";
  filter: brightness(5.5);
  position: absolute;
  right: 3px;
  top: 0;
  width: 35px;
  height: 100%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0303 6.53033C20.3232 6.23744 20.3232 5.76256 20.0303 5.46967L15.2574 0.696699C14.9645 0.403806 14.4896 0.403806 14.1967 0.696699C13.9038 0.989593 13.9038 1.46447 14.1967 1.75736L18.4393 6L14.1967 10.2426C13.9038 10.5355 13.9038 11.0104 14.1967 11.3033C14.4896 11.5962 14.9645 11.5962 15.2574 11.3033L20.0303 6.53033ZM0 6.75H19.5V5.25H0V6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 1;
}
.subscribe-sec form .wpcf7-response-output {
  color: var(--light-color);
}
.subscribe-sec form .wpcf7-spinner {
  display: none;
}
.subscribe-sec input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background: transparent;
  text-indent: -9999px;
  border: none;
  z-index: 10;
}
.subscribe-sec .email-field {
  position: relative;
  width: 100%;
  display: inline-block;
}
.subscribe-sec .email-field p {
  margin-bottom: 0;
}
.ez-toc-open-icon {
  top: 80px !important;
}
.tax-blog_category .all-blog .single-blog .blog-date {
  padding: 0;
  display: inline-block;
}
.blog-detail .blog-detail-box ul {
  padding-left: 32px !important;
}
.blog-detail .blog-detail-box ul li {
  list-style-type: disc !important;
  padding:6px 0;
  font-weight:300;
  line-height:26px;
  color:var(--dark-color);
}
.blog-detail .blog-detail-box ul li strong{
  font-weight:600;
}
.author-data p{
  font-weight:300;
}
.blog-form {
  position: sticky;
  top: 100px;
  background-color: var(--primary-color);
  width: calc(25% - 30px);
  padding: 24px;
}
.blog-form .form-group {
  margin-bottom: 8px !important;
}
.blog-form p,
.blog-form input::placeholder,
.blog-form textarea::placeholder,
.blog-form textarea,
.blog-form input,
.blog-form select,
.blog-form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  line-height: 19px !important;
}
.blog-form select{
  background-color: #ffffff !important;
}
.blog-form p {
  display: flex;
  align-items: center;
  color: var(--light-color);
}
.blog-form .wpcf7-spinner {
  margin: 0 8px !important;
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-color: var(--light-color);
  opacity: 1 !important;
}
.blog-form textarea {
  max-height: 100px !important;
}
.blog-form .wpcf7-submit {
  margin: 0;
  border: 1px solid;
  padding: 8px 16px;
  width: 100%;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  box-shadow: unset !important;
  color: var(--light-color);
  transition: all 0.5s;
  font-weight: 500 !important;
  border-radius: 5px;
}
.secure-text + p {
  position: relative;
}
.blog-form .wpcf7-form-control-wrap {
  width: 100%;
}
.blog-form .wpcf7-spinner::before {
  background-color: var(--primary-color);
}
.blog-form select {
  padding: 6px 12px !important;
}
.blog-form input,
.blog-form textarea {
  background-color: var(--light-color);
}
.blog-form h3 {
  color: var(--secondary-color) !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-top: 0;
}
.blog-form .wpcf7-response-output {
  font-size: 14px;
  line-height: 21px;
  color: var(--light-color);
  border-color: var(--secondary-color);
}
/*****Authore Css***/
.author-content {
  border-bottom: 1px solid var(--lightBlue-color);
  padding: 32px 0;
}
.author-data {
  background-color: var(--light-color);
  border-radius: 25px;
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  padding: 2rem;
  width: 78.5%;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.author-data img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid var(--lightBlue-color);
}
.author-data h3 a {
  color: var(--primary-color);
}
.error {
  color: var(--danger-color) !important;
}

/***Blog social icons****/
.blog-social-icons {
  display: flex;
  margin-top: 12px;
}
.blog-social-icons a {
  border: 1px solid var(--thin-dark-color);
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-right: 8px;
}

.author-listing .author-data {
  background-color: transparent;
  box-shadow: unset;
  width: 100%;
  margin-top: -124px;
}
.author-listing .author-stripe {
  width: 100%;
  height: 180px;
  background-color: var(--primary-color);
  margin-top: -16px;
}
.author-listing .author-data img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 5px solid var(--lightBlue-color);
  background: #fff;
}
.author-listing .author-data h2::after {
  display: none;
}
.author-listing .author-data h2 {
  color: var(--light-color);
}
.author-listing .author-content {
  border: none;
}
.author-listing .author-data p {
  margin-top: 24px;
}
.search-no-results .entry-title,
.search-no-results .entry-title + p {
  text-align: center;
}
.blog-row{
  flex-wrap: wrap !important;
}

/************Responsive CSS********/

@media (max-width: 1500px) {
  .blog-sec .blog-sec-main {
    padding: 76px 0 60px 0;
  }
  .blog-sec.author-listing .blog-sec-main {
    padding:0;
  }
  .subscribe-sec {
    padding: 2rem;
    min-height: 370px;
  }
  .all-blog .single-blog span,
  .blog-full-img-sec span {
    font-size: 13px;
  }

  .blog-detail .blog-detail-box {
    width: 66%;
  }
  .blog-detail h2,
  .single-blog .blog-details-main .comment-from h2,
  .blog-detail div#ez-toc-container .ez-toc-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .single-blog .blog-details-main .comment-from {
    margin-top: 1.5rem;
  }
  .single-blog .blog-details-main .comment-from {
    padding: 1.5rem;
  }
  .single-blog .blog-details-main .comment-from h2 {
    margin: 0;
  }
  .single-blog .blog-details-main {
    padding: 60px 0;
  }
  .blog-detail div#ez-toc-container,
  .blog-detail .blog-detail-box,
  .author-data,
  .single-blog .blog-details-main .comment-from,
  .subscribe-sec,
  .blog-list-link {
    border-radius: 20px;
  }
  .blog-detail div#ez-toc-container nav {
    height: 85%;
  }
  .blog-detail h1.blog-main-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  .blog-form {
    border-radius: 20px;
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .single-blog .blog-sec {
    padding:0px 16px;
  }
  .post-type-archive-blog .blog-sec .blog-sec-main:before {
    display: none;
  }
  .subscribe-sec,
  .blog-list-link {
    border-radius: 15px;
    flex-wrap: wrap;
  }
  .blog-sec .blog-sec-main {
    padding: 66px 0 50px 0;
  }
  .blog-sec.author-listing .blog-sec-main {
    padding:0;
  }
  .all-blog .single-blog span,
  .blog-full-img-sec span {
    font-size: 12px;
  }
  .blog-sec .col-right,
  .tax-blog_category .col-right,
  .blog-sec .col-left,
  .tax-blog_category .all-blog {
    width: 100%;
  }
  .subscribe-sec {
    min-height: auto;
  }
  .subscribe-sec h2 {
    padding-top: 0;
    padding-bottom: 1rem;
    width: 100%;
    text-align: center;
  }
  .subscribe-sec h2:after {
    top: unset;
    bottom: 5px;
    margin: auto;
  }
  .subscribe-sec form,
  .subscribe-sec p {
    text-align: center;
  }
  .subscribe-sec .email-field {
    max-width: 300px;
  }
  .subscribe-sec .email-field .wpcf7-not-valid-tip {
    position: absolute;
  }
  .subscribe-sec .email-field input {
    height: 45px;
  }
  .blog-category-tabs {
    width: 100%;
    border: unset;
  }
  .blog-list-link .search-blog {
    order: 2;
    width: 100%;
  }
  #ez-toc-container {
    display: none !important;
  }
  .blog-detail .blog-detail-box,
  .single-blog .blog-details-main .comment-from,
  .author-data {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
  }
  .single-blog .blog-details-main {
    padding: 50px 0;
  }
  .ez-toc-open-icon,
  .ez-toc-open-icon:hover {
    top: 75px !important;
    color: var(--secondary-color);
  }
  .blog-detail h3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .blog-detail h2,
  .single-blog .blog-details-main .comment-from h2,
  .blog-detail div#ez-toc-container .ez-toc-title,
  .ez-toc-sticky-title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .ez-toc-sticky-title {
    color: var(--primary-color) !important;
  }
  .ez-toc-sticky-page-1.ez-toc-sticky-heading-level-2 {
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 500 !important;
  }
  .ez-toc-sticky-fixed .ez-toc-sidebar {
    padding: 16px !important;
  }
  .search-blog input.submit {
    width: 30px;
    background-size: 20px;
  }
  .search-blog input.form-control {
    height: 45px !important;
  }
  .ez-toc-sticky-fixed .ez-toc-sidebar {
    box-shadow: unset !important;
  }
  .blog-form {
    display: none;
    border-radius: 15px;
  }
  .tax-blog_category .all-blog {
    order: 2 !important;
  }
  .blog-sec .col-right,
  .tax-blog_category .col-right {
    order: 1 !important;
  }
}
@media (max-width: 768px) {
  .single-blog .blog-details-main {
    padding: 40px 0;
  }
  .blog-detail h1 {
    margin: 24px 0;
  }
  .next-blog-sec h2 {
    margin: 30px 0;
  }
  .blog-detail {
    padding-bottom: 30px;
  }
  .all-blog .single-blog .blog-img img {
    object-fit: cover;
  }
  .search-blog input.form-control {
    width: 100%;
  }
  .blog-list-link ul li {
    padding: 4px 12px;
  }
  .blog-list-link ul li a {
    font-size: 14px;
    line-height: 21px;
  }
  .blog-sec .blog-sec-main {
    padding: 56px 0 40px 0;
  }
  .blog-sec.author-listing .blog-sec-main {
    padding:0;
  }
  .blog-terms {
    display: block !important;
    margin-bottom: 1rem;
  }
  .blog-detail .blog-main-title {
    margin-top: 0.5rem;
  }
  .ez-toc-sticky-fixed .ez-toc-sidebar {
    min-height: 100vh !important;
  }
  .wp-share-button {
    justify-content: flex-start;
  }
  .author-data {
    flex-wrap: wrap;
    gap: 16px;
  }
  .blog-detail h1.blog-main-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .author-listing .author-data h2 {
    color: var(--primary-color);
  }
  .author-listing .author-data {
    padding: 0;
    margin-top: -90px;
  }
  .author-listing .author-data p {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .blog-detail h1.blog-main-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .next-blog-sec .all-blog .single-blog span {
    top: 24px;
    left: 24px;
  }
  .all-blog .single-blog span,
  .blog-full-img-sec span {
    top: 12px;
  }
  .blog-full-img-sec ul {
    bottom: 12px;
  }
  .all-blog .row {
    gap: 20px;
  }
  .subscribe-sec {
    padding: 24px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 40px;
    font-size: 14px;
    line-height: 21px;
    padding: 6px;
  }
  .subscribe-sec .email-field,
  .subscribe-sec .email-field input,
  .subscribe-sec form {
    width: 100%;
  }
  .all-blog .single-blog {
    padding: 12px;
  }
  .all-blog .single-blog .blog-text-box {
    padding: 1rem 0;
  }
  .blog-detail .blog-detail-box {
    padding: 0rem;
  }
  .blog-full-img-sec {
    margin-bottom: 16px;
  }
  .single-blog .blog-details-main .blog-detail .blog_details_category {
    font-size: 13px;
    line-height: 19px;
  }
  .wp-share-button a {
    width: 25px;
    height: 25px;
  }
  .blog-detail {
    padding-bottom: 24px;
  }
  .single-blog
    .blog-details-main
    .comment-from
    .form-group-row
    .form-group.half-width {
    width: 100%;
  }
  .blog-list-link {
    padding: 1.5rem;
  }
 
  .blog-sec .blog-sec-main {
    background: transparent;
  }
  .blog-row {
    gap: 16px;
  }
  .all-blog .single-blog .blog-text-box p a:last-child {
    margin: 8px 0 16px 0;
  }
  .inner-enquiry .inner-enquiry-content span {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 400px) {
  .blog-list-link ul li a {
    font-size: 14px;
    line-height: 21px;
  }
}
/* 24/01/2023 css start here  */
.blog-page-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.blog-page-inner h1 {
  position: absolute;
  margin: auto;
  width: 100%;
  text-align: center;
  color: var(--light-color);
  font-weight: 700;
}
.blog-page-inner h1:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 114px;
  background-color: var(--secondary-color);
  left: 0 !important;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.blog-detail-box #ez-toc-container {
  display: none;
}

@media (min-width: 992px) {
  .ez-toc-open-icon {
    display: none !important;
  }
  .modal-dialog {
    min-width: 950px !important;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    min-width: 1100px !important;
  }
}

/*----- comment css ----*/

.comment-section h3 {
  font-size: 22px !important;
  line-height: 30px !important;
  color: var(--primary-color);
  text-transform: capitalize;
  margin: 1rem 0;
  position: relative;
  display: inline-block;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment-section #commentform label {
  display: block;
  color: var(--dark-color);
  padding-bottom: 0.25rem;
  font-size: 16px;
  position: relative;
}

.comment-section #commentform .comment-form-cookies-consent {
  display: none;
}
.comment-section textarea,
.comment-section input:not([type="button"]):not([type="checkbox"]) {
  width: 100%;
  border: 1px solid var(--lightGrey-color);
  border-radius: 5px;
  padding: 0.75rem 1rem;
}
.comment-section #commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comment-section #commentform p {
  margin-bottom: 20px !important;
}
.comment-section #comment-notes {
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px !important;
  display: block;
}
.comment-section .comment-form-comment,
.comment-section .comment-form-url {
  width: 100%;
}
.comment-section .comment-form-author,
.comment-section .comment-form-email {
  width: calc(50% - 20px);
}
.comment-section .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}
.comment-section .comment-form-cookies-consent input {
  margin: 3px 10px 0 0;
}
.comment-section #submit {
  margin: 1.5rem 0 0 0;
  background: var(--primary-color);
  color: var(--light-color);
  border: 1px solid var(--primary-color);
  padding: 0.75rem 1rem;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0px 11px 17px #09346f26;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: inline-block;
  width: 160px;
}
.comment-section #submit:hover {
  background: var(--light-color);
  color: var(--primary-color);
  box-shadow: 3px 3px 26px rgb(0 0 0 / 10%);
}
.comment-section .form-submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.comment-section ol {
  padding: 0px;
  border-top: 1px solid var(--lightBlue-color);
}
.comment-section footer {
  background: transparent !important;
}
.comment-section .comment-author img {
  width: 64px;
  float: left;
  margin: 0 20px 0 0;
  height: 64px;
}
.comment-section .comment-metadata,
.comment-section .comment-content,
.comment-section .reply {
  margin-left: 84px;
}
.comment-section .comment-author .url {
  font-weight: 600;
  color: var(--dark-color);
}
.comment-section .comment-author .says {
  color: var(--grey-color);
  font-size: 14px;
  line-height: 21px;
}
.comment-section .comment-content {
  margin: 5px 0 15px 84px;
}
.comment-section .comment-content p {
  font-size: 15px;
}
.comment-section .commentlist li {
  width: 100%;
  margin: 10px 0;
}
.comment-section .comment-reply-link {
  border: 1px solid var(--primary-color);
  padding: 4px 12px;
  color: var(--primary-color);
  border-radius: 5px;
  font-size: 14px;
  margin: 0px 0 10px 0;
  display: inline-block;
}
.comment-section .comment-reply-link:hover {
  border-color: var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}
.comment-section .comment-metadata a {
  font-size: 14px;
  color: var(--primary-color);
}
#cancel-comment-reply-link {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 22px;
  border: 1px solid var(--secondary-color);
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: 500;
}
#comments {
  display: none;
}
.comment-body {
  border-bottom: 1px solid var(--lightBlue-color);
  padding: 0.5rem 0;
}
.commentlist .children li:first-child .comment-body {
  border-top: none;
}
.edit-link a.comment-edit-link {
  color: var(--primary-color) !important;
  font-weight: 500;
  text-decoration: underline !important;
}
.comment-body b.fn {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .comment-section .comment-metadata a {
    font-size: 12px;
    line-height: 18px;
  }
  .comment-section h3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .comment-body b.fn {
    font-size: 16px;
    line-height: 24px;
  }
  .comment-section .comment-form-author,
  .comment-section .comment-form-email {
    width: 100%;
  }
}
.post-type-archive-blog #algolia-autocomplete-listbox-6,.tax-blog_category #algolia-autocomplete-listbox-6{
    display: none !important;
} 