@charset "utf-8";
/* CSS Document */
.inpage.blogpg {
  clear: both;
}
.blogpg .title_lg,.blodtlpg  .title_lg{margin-bottom:50px;}
.blodtlpg .blogdtl_left .title_lg{margin-bottom:30px;}
.ptag ul {
  display: flex;
  flex-wrap: wrap;
  margin: 27px 0;
  list-style-type: none;
}
.ptag ul li {
  padding-left: 20px;
  position: relative;
  width: 100%;
  font-size: 16px;
line-height: 24px;
margin-bottom: 20px;
letter-spacing: 0.2px;
}
.ptag ul li a:hover {
  color: #1d9add;
}
.ptag ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
}
.ptag ul li:not(:last-child) {
  margin-bottom: 20px;
}
.ptag ul li span {
  display: block;
  font-size: 17px;
  color: #040b42;
  margin: -2px 0 5px 0;
}

.bloglistbx a.btn_load{
	color: #1d9add;
border-color: #1d9add;
min-width: 137px;
margin: 0 auto;
width: 137px;
display: block;
text-align: center;
}
.bloglistbx a.btn_load:hover {
  color: #fff;
}
.bloglistpagination ul.page-numbers li{
	display: inline-flex;
align-content: center;
justify-content: center;
width: auto;
height: auto;background: transparent !important;
}
/* latest insight - blog styles */
.latestinsight_sec {
  width: 100%;
  clear: both;
}
.blogcontainer {
  width: calc(100% + 54px);
  margin: 0 0 0 -27px;
  clear: both;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bloglistbx {
  width: calc(33.33% - 54px);
  margin: 0 27px 54px;
}
section.inrpgcontainer {
  /*padding: 50px 0 !important;*/
}

.bloglistbx span {
  overflow: hidden;
  display: block;
}
.bloglistbx span img {
  transform: scale(1);
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}
.bloglistbx:hover span img {
  transform: scale(1.1);
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.bloglistbx:hover a.borderbtn:hover {
  background: #1d9add;
  border: 1px solid #1d9add;
  color: #fff;
}
.latestinsight_sec .wrapper {
  border-bottom: 1px solid #e3e3e3;
  padding: 100px 0 60px !important;
}

.bloginfobox {
  width: 100%;
  padding: 28px 30px 10px 30px;
  text-align: center;
}
.blogtitle {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
  text-align: center;

  letter-spacing: 0.64px;
  color: #040b42;
  height: 54px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bloginfobox p {
  height: 54px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blogdtl_container {
  width: 100%;
  clear: both;
}
.blogdtl_container .wrapper {
  display: flex;
  justify-content: space-between;
}

.blogcontainer .blogtitle {
  margin-bottom: 15px;
}
.blogcontainer .bloginfobox p {
  margin-bottom: 23px;
}

.blogdtl_left {
  width: calc(100% - 350px);
  border-right: 1px solid #dedede;
  padding-right: 10%;
}
.blogdtl_rightcol {
  width: 350px;
  padding-left: 50px;
}
.rightcol_title {
  width: 100%;
  clear: both;
  font-size: 24px;
  color: #363636;
  margin-bottom: 20px;font-weight: bold;
font-family: "ProximaNova-Bold";
}

.bloginfo_ul {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bloginfo_ul li {
  width: auto !important;
  display: inline-flex;
  padding: 0 40px 0 0 !important;
  align-items: center;
  font-size: 16px !important;
  list-style-type: none;
}
.bloginfo_ul li span {
  position: relative;
  width: 100%;
  font-size: 14px !important;
  line-height: 24px;
  color: #363636 !important;
  margin: 0 0 0 10px !important;
}
.bloginfo_ul li:before {
  display: none;
}
.ptag ul li {
  margin-bottom: 20px !important;
}

hr {
  margin: 40px 0 60px;
}

.ptag ol li {
  font-weight: 600;
}
h2,h3, h4{
  font-size: 32px;font-family: "ProximaNova-Bold";font-weight: bold;line-height:100%;color:#1d9add;margin-bottom:20px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}

.rightcol_cate .div_relatedposts {
  width: 100%;
  clear: both;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  float: left;
  margin-bottom: 50px;
}
.rightcol_cate dl {
  width: 100%;
  clear: both;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.rightcol_cate dl a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 28px 15px;
  width: 100%;
  color: #292b37;
}
.rightcol_cate dl:hover a,
.rightcol_cate dl.active a {
  padding-left: 15px;
  background: #f1f1f1;
  color: #1d9add;
}
.rightcol_cate dl dt {
  max-width: 75px;
  margin-right: 20px;
}
.rightcol_cate dl dt:after {
  display: none;
}
.rightcol_cate dl dd {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  width: calc(100% - 100px);
}
.rightcol_cate dl dd span {
  display: block;
  margin-bottom: 5px;
  height: 48px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;font-size: 16px;
 font-family: 'ProximaNova-Semibold';color: #5d5d5d;font-weight: normal;
}
.bloginfo_ul li.category a {
  color: #1d9add;
}
.bloginfo_ul li.category a:hover,
.ptag p a:hover {
  color: #1d9add;
}
.blogdtl_container figure img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blogdtl_rightcol {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
/* right col category */
.rightcol_cate {
  display: block;
  clear: both;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.rightcol_cate ul {
  display: block;
}
.rightcol_cate ul li {
  display: block;
  padding-left: 0;
}
.rightcol_cate ul li.active a,
.rightcol_cate ul li:hover a {
  color: #1d9add;
  text-decoration: underline;
}
.rightcol_cate ul li:before {
  display: none;
}

/* right col tag */
.rightcol_tags {
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
}
.rightcol_tags ul li {
  width: auto;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px !important;
}
.rightcol_tags ul li:hover,
.rightcol_tags ul li.active {
  background: #f5f5f5;
}
.rightcol_tags ul li:before {
  display: none;
}

/* blog list pagination styles */
.bloglistpagination {
  width: 100%;
  clear: both;
}
ul.page-numbers {
  width: 100%;
  clear: both;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 16px 0 5px 0;
  list-style-type: none;
  flex-wrap: wrap;
}
ul.page-numbers li {
  margin: 0 0 12px 0;
}
ul.page-numbers li a.page-numbers,
ul.page-numbers li span.page-numbers {
  background: #ececec !important;
  padding: 8px 17px;
  height: auto;
  margin: 0 4px;
  font-size: 16px;
  font-weight: 600 !important;
  border-radius: 0;
  color: #363636;
  height: 35px;
  width: 45px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;position: relative;
}

ul.page-numbers li a.prev.page-numbers {
  font-size: 0;
  /* background: url(../images/slider-left-arrow.svg) no-repeat center center !important; */
  border: 0px solid transparent;
  background-size: 100% !important;
  padding: 12px 20px;
  margin: 0 4px;
}
ul.page-numbers li a.prev.page-numbers:after {
  position: absolute;
  content: "";
  background: url(../images/slider-left-arrow.svg) no-repeat center center !important;
  width: 100%;
  height: 100%;
}
ul.page-numbers li a.next.page-numbers {
  font-size: 0;

  border: 0px solid transparent;
  background-size: 100% !important;
  padding: 12px 20px;
  margin: 0 4px;
position: relative;
  display: inline-flex;
}
ul.page-numbers li a.next.page-numbers:after {
  position: absolute;
  content: "";
  background: url(../images/slider-right-arrow.svg) no-repeat center center !important;
  width: 100%;
  height: 100%;
}

ul.page-numbers li:hover a.prev.page-numbers,
ul.page-numbers li:hover a.next.page-numbers {
 background: #1d9add !important;
color: #fff !important;
}
ul.page-numbers li:hover a.prev.page-numbers:after,
ul.page-numbers li:hover a.next.page-numbers:after {
  filter: invert(1) brightness(10);
}

ul.page-numbers li span.current,
ul.page-numbers li .page-numbers:hover {
  background: #1d9add !important;
  color: #fff;
}

.pgtitle.darkgreytxt {
  text-align: center;
  margin-bottom: 60px !important;
}
.woocommerce nav.woocommerce-pagination {
  padding: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  height: 42px;
  line-height: 26px;
}

.blogdtl_container .wp-block-columns {
  display: flex !important;
  flex-wrap: wrap !important;
}
.blodtlpg .sectiontitle {
  text-align: left;
}

main.blogpg {
  & section.blogpg {
    padding-block: 100px;
  } 
  & .blog-search-wrap { 
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    & .blog-search-form { 
      display: inline-flex;
      align-items: center;
      flex-wrap: nowrap;
      width: 100%;
    }

  }
  & .blogcontainer { 
    justify-content: flex-start;
    width:calc(100% + 40px);
    margin-inline: -20px;
    row-gap: 40px;
    & .bloglistbx { 
      width: calc(33.33% - 40px);
      margin-inline: 20px;
      background: #f5f5f5;
      padding-bottom: 30px;
      margin-bottom: 0;
    }
  }
  & .bloglistbx a.btn_load:hover {
    background-color: #007fbd;
  }


}
/*----- MEDIA QUERIES  -----*/
@media (max-width: 1900px) {
  .blogdtl_left {
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .blogdtl_left {
    padding-right: 40px;
  }
  .blogdtl_rightcol {
    padding-left: 30px;
  }
  .blogcontainer {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }
  .bloglistbx {
    width: calc(33.33% - 40px);
    margin: 0 20px 40px;
  }
}
@media (max-width: 1200px) {
  .blogcontainer {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }
  .bloglistbx {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 992px) {
  .blogdtl_rightcol {
    width: 280px;
    padding-left: 20px;
  }
  .blogdtl_left {
    padding-right: 30px;
    width: calc(100% - 280px);
  }
  .bloglistbx {
    width: calc(50% - 30px);
  }
  .blogcontainer .blogtitle {
    font-size: 22px;
  }
  .blogpg .title_lg, .blodtlpg .title_lg {
    margin-bottom: 20px;
}
}
@media (max-width: 768px) {
  .blogdtl_left {
    padding: 0 0 30px 0;
    width: 100%;
    border-right: 0px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
  }
  .blogdtl_container .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blogdtl_rightcol {
    width: 100%;
    padding-left: 0;
  }

  .rightcol_cate {
    border-bottom: 0px solid #dedede;
  }

  .rightcol_cate dl {
    width: 48%;
    clear: inherit;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .rightcol_cate .div_relatedposts {
    width: 100%;
    clear: both;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    float: left;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rightcol_cate ul li {
    display: inline-block;
    padding-left: 0;
    width: 47%;
    margin-right: 2%;
  }

  .rightcol_cate {
    border-bottom: 1px solid #dedede;
    display: block;
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  hr {
    margin: 20px 0 30px;
  }
  .blogdtl_left.ptag ul {
    margin: 20px 0 ;
  }
  .blg_dtl_heroimg .bloginfo_ul {
    margin: 27px 0 !important;
  }
  .blogcontainer .blogtitle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .rightcol_cate dl {
    width: 100%;
    margin-bottom: 5px;
  }
  .rightcol_cate dl a {
    padding: 10px 5px 10px 0;
  }
  .rightcol_cate dl dd span {
    height: auto;
  }
  .rightcol_cate .div_relatedposts {
    margin-bottom: 30px;
  }
  .rightcol_cate ul {
    margin: 27px 0 5px;
  }
  .rightcol_tags {
    margin-bottom: 30px;
  }
  .rightcol_cate ul li {
    width: 100%;
    margin-right: 0;
  }
  .ptag ul li {
    margin-bottom: 10px !important;
  }
  .blogcontainer {
    width: 100%;
    margin: 0;
  }
  .bloglistbx {
    width: calc(100% - 0px);
    margin: 0 0 20px 0;
  }
  .blogcontainer .blogtitle {
    font-size: 18px;
    height: auto;
  }
}
@media (max-width: 500px) {
	.ptag ul li{font-size: 14px;
line-height: 20px;
margin-bottom: 15px;}
}

/* blog post search box */
.blog-search-wrap {
  margin-bottom: 30px;
}
.blog-search-form {
  display: flex;
  gap: 12px;
  max-width: 460px;
}
.blog-search-form .formcontrol {
  height: 50px;
  border: 1px solid #e0e0e0;
}
.blog-search-form .btn_blue {
  flex-shrink: 0;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .blog-search-form {
    max-width: 100%;
  }
}

/* sidebar variant (single.php right column) — column too narrow for side-by-side */
.rightcol_cate .blog-search-wrap {
  margin-bottom: 0;
}
.rightcol_cate .blog-search-form {
  flex-direction: column;
  max-width: 100%;
}
.rightcol_cate .blog-search-form .btn_blue {
  width: 100%;
}
