* {
  box-sizing: border-box;
}

.btn {
  background: #fff;
  border: 1px solid #0065ff;
  border-radius: 4px;
  opacity: 1;
  width: 100%;
  text-align: center;
  color: #0065ff;
  cursor: pointer;
  max-width: 300px;
}

.background-listing {
  width: 100%;
  margin: 20px 0;
}
.background-listing .heading-text {
  display: none;
}
.background-listing img {
  width: 100%;
}
@media (max-width: 980px) {
  .background-listing {
    width: 94%;
    margin: 10px auto;
    height: 130px;
    background: rgba(0, 101, 255, 0.0509803922);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  .background-listing:before {
    content: "";
    position: absolute;
    width: 62px;
    height: 82px;
    border-radius: 50%;
    background: url(../../images/author/b1.svg) no-repeat 0 0;
    left: 0px;
    bottom: -23px;
  }
  .background-listing:after {
    content: "";
    position: absolute;
    width: 110px;
    background: url(../../images/author/b2.svg) no-repeat 0 0;
    right: 0;
    height: 70px;
    bottom: 0px;
    background-size: cover;
  }
  .background-listing img {
    display: none;
  }
  .background-listing .heading-text {
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    align-items: center;
    margin: 0px auto;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: #253858;
  }
}

@media only screen and (max-width:768px) {
  #policybazaar {
    width: 100%;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 20px;
  }
}
.grid {
  width: 1170px;
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  .grid {
    width: 100%;
    padding: 0px 10px;
  }
  .grid.listing .authorProfileWidget {
    margin-bottom: 20px;
  }
  .grid .block_content_wrapper {
    background: #ffffff;
    border-width: 1px 0 1px 0;
    margin: 0px 0 20px;
    padding: 16px;
    clear: both;
  }
}
@media only screen and (max-width:768px) {
  .grid.listing .authorProfileWidget {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .grid {
    width: 100%;
    padding: 0px;
  }
}

.breifBox_withbanner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 10px 0 25px;
}
.breifBox_withbanner .authorImg {
  width: 48%;
  height: 360px;
  overflow: hidden;
}
.breifBox_withbanner .authorImg img {
  width: 100%;
}
.breifBox_withbanner .authorImg.noimg {
  background: #d6d6d6;
}
.breifBox_withbanner .authorImg.noimg img {
  object-fit: scale-down;
  height: 360px;
  width: 100%;
}
.breifBox_withbanner .breifBox {
  width: 48%;
  padding: 0 25px;
}
.breifBox_withbanner .breifBox h3, .breifBox_withbanner .breifBox h1 {
  color: #172B4D;
  font-size: 30px;
  margin: 0px 0 10px;
}
.breifBox_withbanner .breifBox .postCount {
  color: #97A0AF;
  font-size: 12px;
  margin-bottom: 30px;
}
.breifBox_withbanner .breifBox p {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}
@media only screen and (max-width:768px) {
  .breifBox_withbanner {
    margin: 0px 0 25px;
  }
  .breifBox_withbanner .authorImg {
    width: 100%;
    height: 320px;
  }
  .breifBox_withbanner .breifBox {
    width: 80%;
    padding: 15px;
    text-align: center;
    background: #fff;
    position: relative;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #ccc;
  }
  .breifBox_withbanner .breifBox h3 {
    margin: 15px 0 20px;
  }
  .breifBox_withbanner .breifBox p {
    text-align: center;
  }
}
@media only screen and (max-width: 440px) {
  .breifBox_withbanner .breifBox {
    width: 85%;
    max-width: 440px;
  }
  .breifBox_withbanner .breifBox h3 {
    font-size: 24px;
    margin: 5px 0 10px;
  }
  .breifBox_withbanner .breifBox p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    margin-top: 5px;
  }
  .breifBox_withbanner .breifBox .authorBlogs_video .container label {
    font-size: 15px;
  }
  .breifBox_withbanner .breifBox_withbanner .breifBox .authorImg {
    height: 360px;
  }
}

.authorBlogs_video .titleBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.authorBlogs_video .titleBox h2 {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .authorBlogs_video .titleBox {
    margin-top: 10px;
  }
  .authorBlogs_video .titleBox h2 {
    width: 100%;
    margin-top: 0;
  }
}
.authorBlogs_video .titleBox .seachItem {
  border: 1px solid rgba(122, 134, 154, 0.5);
  width: 30%;
  height: 40px;
  position: relative;
}
.authorBlogs_video .titleBox .seachItem .fa-search {
  position: absolute;
  top: 30%;
  right: 9px;
  color: #b5b8bd;
}
.authorBlogs_video .titleBox .seachItem input {
  width: 100%;
  font-size: 14px;
  border: none;
  padding: 10px;
  height: 100%;
  padding-right: 30px;
}
.authorBlogs_video .titleBox .seachItem input:focus {
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .authorBlogs_video .titleBox .seachItem {
    width: 100%;
    margin: 10px 0 30px;
    border-radius: 5px;
    padding: 5px;
    height: 50px;
  }
}
.authorBlogs_video .container {
  width: 100%;
}
.authorBlogs_video .container label {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  width: auto;
  color: #555;
  position: relative;
  cursor: pointer;
  margin-right: 35px;
}
.authorBlogs_video .container label::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  display: block;
  background: #333;
  bottom: -2px;
  opacity: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 320px) {
  .authorBlogs_video .container label {
    margin-right: 22px;
  }
}
.authorBlogs_video .container .content-container {
  position: relative;
  height: auto;
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 30px;
}
.authorBlogs_video .container .content-container .readmore {
  padding: 15px;
  margin: 20px auto 0;
  display: none;
}
@media only screen and (max-width: 440px) {
  .authorBlogs_video .container .content-container .readmore {
    width: 100%;
    display: block;
  }
}
.authorBlogs_video .container .content-container .content {
  padding: 10px 0;
  width: 100%;
  display: none;
}
.authorBlogs_video .container .content-container .content .groupItemBox {
  display: flex;
  flex-wrap: wrap;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox {
  max-width: 24%;
  display: inline-block;
  margin-right: 1.33%;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 1.33%;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox.video {
  height: 183px;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox.video iframe {
  width: 100%;
  height: 100%;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox .videobox_right {
  width: 100%;
  height: 200px;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox .videobox_right iframe {
  width: 100%;
  height: 100%;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox .imgBox {
  width: 100%;
  height: 100px;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox .imgBox img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox .postage {
  color: #7A869A;
  font-size: 14px;
  margin: 15px 0 5px;
}
.authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox {
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(3n) {
    margin-right: 0px;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width:640px) {
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox {
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(3n) {
    margin-right: 4%;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(4n) {
    margin-right: 4%;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(2n) {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 440px) {
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox {
    max-width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(3n) {
    margin-right: 0%;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(4n) {
    margin-right: 0%;
  }
  .authorBlogs_video .container .content-container .content .groupItemBox .itemBox:nth-child(2n) {
    margin-right: 0%;
  }
}
.authorBlogs_video .container .content-container .content h3 {
  font-weight: 600;
  margin: 10px 0;
  color: #253858;
  text-transform: inherit;
  font-size: 16px;
  line-height: 22px;
}
.authorBlogs_video .container .content-container .content p {
  margin: 10px 0;
  color: #253858;
}
.authorBlogs_video .container .content-container .content p, .authorBlogs_video .container .content-container .content i {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width:768px) {
  .authorBlogs_video {
    padding: 0px 10px;
  }
}

.authorBlogs_video .container input {
  display: none;
}

.authorBlogs_video .container input:checked + label:after {
  opacity: 1;
}

.authorBlogs_video .container input#article:checked ~ .content-container #c1 {
  display: block;
}

.authorBlogs_video .container input#video:checked ~ .content-container #c2 {
  display: block;
}

.authorBlogs_video .container input#press_releases:checked ~ .content-container #c3 {
  display: block;
}

.wraperPagination,
.wraperPagination *,
.wraperPagination *:before,
.wraperPagination *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}

.wraperPagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0 0px;
}
@media only screen and (max-width: 1024px) {
  .wraperPagination {
    margin: 10px 0 30px;
  }
}

.page_navigation {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.5em;
}

.page_navigation li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
  position: relative;
}
.page_navigation li:first-child a.previousAll, .page_navigation li:first-child a.previous {
  padding: 0px 0;
  width: 90px;
}
.page_navigation li:last-child a.next {
  padding: 0px 0;
  margin-left: 12px;
  width: 50px;
}

.page_navigation > a {
  font-size: 140%;
}

.page_navigation a {
  color: #777;
  font-size: 100%;
  padding: 3px 8px;
  display: flex;
  position: relative;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.page_navigation a:focus,
.page_navigation a:hover {
  color: #0065ff;
}

.page_navigation li a.active {
  background: rgba(0, 0, 0, 0.1);
}

/* Disabled & Hidden Styles */
.page_navigation .disabled,
.page_navigation [hidden],
.page_navigation [disabled] {
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 350px) {
  .page_navigation {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  .page_navigation {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  .page_navigation {
    font-size: 12pt;
  }
}
@media (min-width: 900px) {
  .page_navigation {
    font-size: 12pt;
  }
}
.link-more-post {
  position: absolute;
  font-size: 16px;
  line-height: 26px;
  width: 110px !important;
  right: 32px;
  overflow: initial !important;
  white-space: initial !important;
  text-overflow: initial !important;
  top: 10px;
}
.link-more-post span {
  position: absolute;
  right: -140px;
  transition: all 0.3s ease-in;
}

.long-arrow-right {
  display: block;
  margin: 10px auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #6B6B6B;
  border-left: 2px solid #6B6B6B;
  transform: rotate(93deg);
  top: -4px;
  position: absolute;
  right: -20px;
  transition: all 0.3s ease-in;
}
.long-arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #6B6B6B;
  transform: rotate(-47deg) translate(5px, 2px);
  left: 0;
}
@media (max-width: 980px) {
  .long-arrow-right {
    border-color: #0065ff;
  }
  .long-arrow-right::after {
    background-color: #0065ff;
  }
}

.listingwrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  width: 86%;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .listingwrapper {
    width: 100%;
  }
}
.listingwrapper .authorProfileWidget {
  width: 46%;
  margin: 30px 0;
  transition: all 0.3s ease-in;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .listingwrapper .authorProfileWidget {
    width: 100%;
  }
}
.listingwrapper .authorProfileWidget:hover {
  border: 1px solid #0065ff;
  box-shadow: 0px 2px 6px rgba(0, 101, 255, 0.2);
}
.listingwrapper .authorProfileWidget:hover .long-arrow-right {
  border-color: #0065ff;
}
.listingwrapper .authorProfileWidget:hover .long-arrow-right::after {
  background-color: #0065ff;
}
.listingwrapper .authorProfileWidget:hover .link-more-post span {
  right: 7px;
  color: #0065ff;
}
@media (max-width: 767px) {
  .listingwrapper .authorProfileWidget:hover .link-more-post span {
    display: none;
  }
}
.listingwrapper .authorProfileWidget:hover .contentWith_title .title a {
  display: block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listingwrapper .authorProfileWidget:hover .profilePic img {
  filter: grayscale(0);
}
.listingwrapper .authorProfileWidget .profilePic {
  position: absolute;
  width: 100px;
  height: 100px;
}
.listingwrapper .authorProfileWidget .profilePic img {
  border-radius: 50%;
  width: 100%;
  filter: grayscale(1);
  transition: all 0.2s ease-in;
}
@media (max-width: 980px) {
  .listingwrapper .authorProfileWidget .profilePic img {
    filter: grayscale(0);
  }
}
@media (max-width: 568px) {
  .listingwrapper .authorProfileWidget .profilePic {
    width: 70px;
    height: 70px;
  }
}
.listingwrapper .authorProfileWidget .contentWith_title {
  padding: 0 0 0 110px;
}
.listingwrapper .authorProfileWidget .contentWith_title .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.listingwrapper .authorProfileWidget .contentWith_title .title a {
  color: #253858;
}
@media (max-width: 568px) {
  .listingwrapper .authorProfileWidget .contentWith_title .title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 568px) {
  .listingwrapper .authorProfileWidget .contentWith_title {
    padding: 0 0 0 90px;
  }
}
.listingwrapper .authorProfileWidget .postage {
  background: rgba(67, 118, 108, 0.1607843137);
  display: inline-block;
  border-radius: 20px;
  color: #43766C;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 13px 6px 22px;
  margin-right: 10px;
  position: relative;
}
.listingwrapper .authorProfileWidget .postage .editnote {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
}
.listingwrapper .authorProfileWidget .postagecount {
  background: rgba(203, 178, 121, 0.1607843137);
  display: inline-block;
  border-radius: 20px;
  color: #CBB279;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 13px 6px 22px;
  margin-right: 10px;
  position: relative;
}
.listingwrapper .authorProfileWidget .postagecount .note {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
}
.listingwrapper .authorProfileWidget .author-blog {
  position: relative;
  margin-top: 12px;
}
.listingwrapper .authorProfileWidget .author-blog p {
  display: -webkit-box;
  margin: 0px;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: rgba(37, 56, 88, 0.6);
}
@media (max-width: 568px) {
  .listingwrapper .authorProfileWidget .author-blog p {
    font-size: 14px;
    line-height: 20px;
  }
}/*# sourceMappingURL=authorprofile.css.map */