@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;0,900;1,400;1,500&display=swap");

html,
body {
  overflow-x: visible;
  font-family: 'Roboto', sans-serif;
}

body {
  font-size: 16px;
  font-weight: 400;
}


@font-face {
  font-family: 'proxima_novasemibold';
  src: url("../assets/mark_simonson__proxima_nova_semibold-webfont.woff2") format("woff2"), url("../assets/mark_simonson__proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novabold';
  src: url("../assets/ProximaNova-Bold.woff2") format("woff2"), url("../assets/ProximaNova-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../assets/ProximaNova-Bold.woff2") format("woff2"), url("../assets/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../assets/ProximaNova-Regular.woff2") format("woff2"), url("../assets/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.btn {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px;
}

.btn-outline {
  padding: 10px 25px;
  border: 1px solid #080808;
}

.btn-outline:hover,
.btn-outline:focus {
  background: #080808;
  color: #fff;
}

.megaMenu h3 a,
.megaMenu .desc a {
  font-size: 1.4rem;
}

.megaMenu .desc a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
}

.logo {
  width: 178px;
}

.logo img {
  max-width: 100%;
}

.footerLogo {
  width: 178px;
}

.blog-banner {
  background-image: url("../assets/pic2.jpg");
  background: #000 url("../assets/pic2.jpg") no-repeat;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.blog-banner:before {
  content: "";
  background: #05060c;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .85;
}

.blog-banner .container {
  max-width: 1200px;
}

.blog-banner h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 40px;
}

.blog-banner .blog-banner-sub-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Proxima Nova Rg';
}

.blog-banner .blogContent {
  position: relative;
  text-align: left;
  padding-top: 50px;
}

.bottom-content {
  background: #080808;
  padding: 25px;
  text-align: center;
}

.bottom-content p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.blog-section {
  padding: 150px 0;
}

.blog-section p {
  font-size: 16px;
  line-height: 24px;
  color: #080808;
}

.blog-section .blog-list h2 {
  color: #080808;
  font-size: 29px;
  padding-bottom: 5px;
  font-weight: 700;
  padding-top: 25px;
}

.blog-section .blog-list h2 a {
  color: #080808;
  font-size: 26px;
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
}

.blog-section .blog-list h2 a:hover {
  color: #23a1dd;
}

.blog-section .blog-list h3 {
  font-size: 1.4rem;
}

/* heading style chagne on main page 10.1.23 */
.blog-section .blog-list h1 {
  color: #080808;
  /*font-size: 26px;*/
  padding-bottom: 5px;
  font-weight: 700;
}

.blog-section .blog-list h1 a {
  color: #080808;
  /*font-size: 26px;*/
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
}

.blog-section .blog-list h1 a:hover {
  color: #23a1dd;
}

.blog-section .blog-list h4 {
  color: #080808;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 400;
}

.blog-section .blog-list .blog-sub-title {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 400;
}

.blog-section .blog-list .blog-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin: 20px 0px;
  height: 450px;
}

.blog-section .blog-list .blog-image a {
  display: block;
}

.blog-section .blog-list .blog-image a img {
  border-radius: 5px;
  width: 100%;
  height: 351px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-sidebar {
  padding-left: 60px;
}

.blog-sidebar h4 {
  font-size: 15px;
  font-weight: 400;
  color: #080808;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.blog-sidebar .sub-img img {
  width: 100%;
  /*height: 220px;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-sidebar .sidebar-widget {
  margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.blog-search form .input-group {
  position: relative;
}

.blog-search form .input-group button {
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  right: 13px;
  top: 5px;
  width: 35px;
  height: 35px;
  outline: none;
}

.blog-search input {
  outline: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 20px;
}

.blog-categories {
  padding-left: 19px;
}

.blog-categories li {
  list-style: circle;
  margin-bottom: 10px;
}

.blog-categories li:last-child {
  margin-bottom: 0px;
}

.blog-categories li a {
  color: #080808 !important;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.blog-categories li a:hover {
  color: #23a1dd;
}

a:hover {
  color: #23a1dd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subscribe-blog {
  background: #ccc;
  padding: 20px;
}

.subscribe-blog input {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #4c4c4c;
  width: 100%;
}

.subscribe-blog input:focus {
  outline: none;
}

.subscribe-blog .btn {
  padding: 10px 30px;
  font-size: 15px;
}

.italic-heading {
  font-style: italic;
  color: #000;
  font-size: 16px;
}

.tb-content {
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0 0 10px #afafaf;
  box-shadow: 0 0 10px #afafaf;
  padding: 15px 25px 25px 25px;
  margin-bottom: 20px;
  width: 100%;
  display: table;
}

.tb-content h4 {
  margin-bottom: 20px;
}

.tb-content h4 a {
  font-size: 18px;
  color: #080808;
}

.tb-content li {
  margin-left: 40px;
  margin-bottom: 5px;
}

.tb-content li a {
  font-size: 15px;
  color: #080808;
  font-weight: 400;
  text-decoration: none;
}

.tb-content li a:hover {
  text-decoration: underline;
}

.sim_list {
  padding: 0px;
}

.sim_list li {
  margin-left: 40px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #080808;
  font-weight: 400;
  text-decoration: none;
}

.similarpost {
  padding-bottom: 50px;
}

.similarpost ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.similarpost ul li {
  width: 32%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
}

.similarpost ul li .smiliarTitle {
  padding: 15px 21px;
  display: block;
  overflow: hidden;
  font-family: proxima-nova;
  font-weight: 500;
  text-overflow: ellipsis;
  position: absolute;
  bottom: -70px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  letter-spacing: .3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  z-index: 99;
}

.similarpost ul li .smiliarTitle .btn-outline {
  background: #fff;
  border-color: #fff;
  margin-top: 20px;
}

.similarpost ul li:hover .smiliarTitle {
  bottom: 0;
}

.youmay-also-like-image {
  width: 250px;
  margin-bottom: 0px;
}

.youmay-also-like-image img {
  width: 100%;
  height: 200px;
}

.about_authore h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  padding-top: 20px;
  border-top: 1px solid;
}

.about_authore p {
  margin-bottom: 5px;
}

.about_authore .ab-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about_authore .ab-auth h4 {
  font-size: 16px;
  font-weight: 600;
}

.about_authore .ab-auth figure {
  width: 100%;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 30px;
}

.social-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-ic a {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #080808;
  margin-right: 10px;
}

.social-ic a svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 17px;
}

.share_this .social-ic a {
  width: auto;
  height: auto;
  padding: 6px 15px;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  min-width: 110px;
  text-align: center;
}

.share_this .social-ic a svg {
  margin-right: 8px;
}

.footer {
  background: #032c51;
  padding: 40px 0px;
  font-family: 'Proxima Nova Rg';
}

.footer .footerLogo {
  margin: 0px 0px 40px 0px;
}

.footer .footerLogo a {
  display: inline-block;
  max-width: 100%;
}

.footer .footerLogo a img {
  max-width: 100%;
}

.footer .footerSocil {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.footer .footerSocil li {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}

.footer .footerSocil li a {
  background: url("./social-icons.png") no-repeat 2px 3px;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
}

.footer .footerSocil a.linkedin {
  background-position: -57px 1px;
}

.footer .footerSocil a.twitter {
  background-position: -120px 2px;
}

.footer .footerSocil a.print {
  background-position: -177px 2px;
}

.footer .footerSocil a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.footer .footerContactInfo {
  margin: 0px 0px 20px 0px;
  display: inline-block;
  width: 100%;
}

.footer .footerContactInfo a {
  padding-left: 40px;
  margin-bottom: 20px;
  display: inline-block;
  color: #898d93;
  position: relative;
  font-size: 18px;
  float: left;
  clear: left;
  text-decoration: none;
  font-family: 'Proxima Nova Rg';
  font-size: 18px;
  font-weight: bold;
}

.footer .footerContactInfo a:before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -2px;
  background: url("./sprite.png") no-repeat -14px -94px;
}

.footer .footerContactInfo a:hover {
  color: #fff;
}

.footer .footerContactInfo a:nth-child(2):before {
  background-position: -14px -142px;
}

.footer .footerContactInfo a:nth-child(3):before {
  background-position: -15px -183px;
  background-color: #fd4822;
}

.footer .copyRigtText {
  font-size: 16px;
  color: #898d93;
  margin: 0px 0px 30px 0px;
  max-width: 270px;
}

.footer h3 {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
}

.footer .footerLink {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding: 0px;
}

.footer .footerLink li {
  margin-bottom: 17px;
  font-size: 18px;
}

.footer .footerLink li a {
  color: #898d93;
  text-decoration: none;
}

.footer .footerLink li a:hover,
.footer .footerLink li a:focus {
  color: #fff;
}

.footer .footerPartnerLogo {
  padding: 50px 0px 10px 0px;
}

.footer .footerPartnerLogo a {
  display: inline-block;
  margin: 0px 60px 10px 0px;
  opacity: 0.5;
}

.footer .footerPartnerLogo a img {
  max-width: 100%;
}

.footer .footerPartnerLogo a:last-child {
  margin-right: 0px;
}

.mobilesicky {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  padding: 10px 5px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #6666665d;
  box-shadow: 0 0 5px #6666665d;
  font-size: 11px;
  text-align: center;
}

.mobilesicky {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  padding: 10px 5px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #6666665d;
  box-shadow: 0 0 5px #6666665d;
  font-size: 11px;
  text-align: center;
}

.mobilesicky a {
  color: #444;
  text-decoration: none;
}

.mobilesicky a:hover {
  text-decoration: none;
}

.mobilesicky .no-gutters>.col,
.mobilesicky .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.mobilesicky .row {
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerlogo {
  background-image: url("./sprite.png");
  display: inline-block;
  position: relative;
}

.footerlogo.stickyfoot1 {
  background-position: -166px -8px;
  width: 50px;
  height: 21px;
}

.footerlogo.stickyfoot3 {
  background-position: -166px -106px;
  width: 50px;
  height: 21px;
}

.footerlogo.stickyfoot2 {
  background-position: -166px -57px;
  width: 50px;
  height: 21px;
}

.footerlogo.stickyfoot4 {
  background-position: -166px -157px;
  width: 50px;
  height: 21px;
}

.whatsappIcon {
  background-color: #4dc247;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  position: fixed;
  display: inline-block;
  left: 1436px;
}

.whatsappIcon svg {
  fill: white;
  height: 55px;
  width: 55px;
}

.header {
  padding: 25px 0 25px 0;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  font-family: 'Proxima Nova Rg';
}

.header .container {
  max-width: 1800px;
}

.header .mainNav {
  text-align: center;
}

.mobileNavBtn {
  display: none;
  border: 0;
  cursor: pointer;
  margin-top: 1px;
  float: right;
  width: 22px;
  height: 18px;
  border-radius: 0;
  background: 0;
  position: relative;
  z-index: 101;
  -webkit-transition: right .3s linear;
  transition: right .3s linear;
  margin-right: -20px;
}

.mobileNavBtn span {
  width: 100%;
  left: 0;
  top: 7px;
  height: 2px;
  background: #23a1dd;
  position: absolute;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.mobileNavBtn span:nth-child(2) {
  top: 0;
}

.mobileNavBtn span:nth-child(3) {
  top: 14px;
}

.overLay {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.openNav {
  overflow: hidden;
}

.openNav .mobileNavBtn span {
  background: var(--sky);
}

.openNav .mobileNavBtn span:nth-child(2) {
  display: none;
}

.openNav .mobileNavBtn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav .mobileNavBtn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.openNav .mobileNavBtn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav .mobileNavBtn span {
  background: #23a1dd;
}

.openNav .mobileNavBtn span:nth-child(2) {
  display: none;
}

.openNav .mobileNavBtn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.wrapper {
  position: relative;
}

.footerPartnerLogo a:hover {
  opacity: 1;
}

footer {
  font-family: 'Proxima Nova Rg';
}

@media (min-width: 1600px) {
  .navigation>ul>li {
    margin: 0 20px;
  }
}

@media (max-width: 1400px) {
  .blog-banner h1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 40px;
  }
}

@media (max-width: 1350px) {
  .email {
    display: none !important;
  }
}

@media (max-width: 1025px) {
  .header {
    padding: 10px 0;
  }

  .logo a {
    position: relative;
    z-index: 101;
    vertical-align: middle;
  }

  .logo a img {
    max-width: 200px;
  }

  .whiteLogo {
    display: none;
  }

  .openNav .overLay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
    z-index: 11;
  }

  li.hasChild {
    position: relative;
    font-size: 16px;
  }

  li.hasChild>a:after {
    border: 1px solid #000;
    border-width: 0 0 2px 2px;
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    display: inline-block;
    right: -10px;
    top: -2px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .navigation {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 100;
    max-height: 100%;
    overflow-y: auto;
    right: -105%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation>ul {
    margin: 70px auto 30px auto;
    padding: 10px 0 10px 0;
    list-style: none;
    max-height: calc(100% - 100px);
    overflow-x: auto;
    text-align: left;
    width: 100%;
  }

  .navigation>ul>li {
    font-size: 18px;
  }

  .navigation>ul>li>a {
    padding: 10px 20px 10px 20px;
    display: block;
    color: #000;
    text-decoration: none;
  }

  .mobileNavBtn {
    display: inline-block;
  }

  .openNav .navigation {
    right: 0;
  }

  .megaMenu h3 a {
    color: #000;
    text-decoration: none;
  }

  .megaMenu .desc {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .megaMenu .desc a {
    color: #000;
    text-decoration: none;
  }

  .megaMenu h3 {
    margin: 0 0 7px 0;
    font-size: 15px;
  }

  .blankEle {
    height: 5px;
    margin: 0 !important;
  }

  .megaMenu {
    background: #fff;
    padding: 10px 0 0 7px;
    display: none;
  }

  .blog-section .blog-list .blog-image {
    height: auto;
  }

}



@media (min-width: 1024px) {
  .megaMenu .container {
    max-width: 1300px;
  }

  .transparentHeader .blueLogo {
    display: none;
  }

  .headerFix .megaMenu {
    top: 59px;
  }

  .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    background: transparent;
  }

  .navigation>ul>li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 21px 6px;
    font-size: 13px;
  }

  .transparentHeader .navigation>ul>li>a {
    color: #fff;
  }

  .transparentHeader .post-detail>ul>li>a {
    color: #466dd6 !important;
  }

  .navigation>ul>li>a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    text-decoration: none;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
  }

  .navigation>ul>li>a:hover {
    color: #009e98;
  }

  .hasChild>a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: 4px;
    margin-left: 7px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .megaMenu {
    background: #fff;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    text-align: left;
    padding: 50px 0 10px 0;
    display: none;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .megaMenu .desc {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 1.6;
  }

  .megaMenu h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
  }

  .megaMenu h3:hover {
    text-decoration: underline;
  }

  .megaMenu h3 a,
  .megaMenu .desc a {
    color: #000 !important;
    text-decoration: none;
  }

  .megaMenu .desc a {
    color: #000;
    text-decoration: none;
  }

  .megaMenu .desc a:hover {
    color: #23a1dd !important;
  }


  .transparentHeader .email {
    color: #fff !important;
  }

  .headerRightLinks .btn {
    background: #009e98;
    padding: 10px 15px;
    border-color: #009e98;
  }

  .headerRightLinks .btn:hover {
    background: #078e89;
  }

  /** for blog detail page header **/
  .headerRightLinksDetail .btn {
    background: #009e98;
    padding: 10px 15px;
    border-color: #009e98;
  }

  .headerRightLinksDetail .btn:hover {
    background: #078e89;
  }

  /** for blog detail page header **/


  .transparentHeader ul>li>a {
    color: #fff;
  }

  .transparentHeader .whiteLogo {
    display: inline-block;
  }

  .whiteLogo {
    display: none;
  }

  .transparentHeader .hasChild>a:after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  .transparentHeaderNo .hasChild>a:after {
    border-right-color: blue !important;
    border-bottom-color: blue !important;
  }

}



/** fopr header email */
.headerRightLinks .email {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  /* color: var(--black) !important;*/
}

.headerRightLinks .email:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(sprite.webp) no-repeat -19px -228px;
  transition: all .2s linear;
}

/** fopr header detail email */
.headerRightLinksDetail .email {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  color: var(--black) !important;
}

/** fopr header detail email */
.headerRightLinksDetail .email:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(sprite.webp) no-repeat -19px -228px;
  transition: all .2s linear;
}


/** fopr header email */

@media screen and (max-width: 991px) {
  .blog-banner .blogContent {
    position: relative;
    text-align: left;
    padding-top: 0px;
  }

  .blog-banner {
    min-height: 351px;
  }

  .blog-sidebar {
    padding-left: 0px;
  }

  .similarpost ul {
    display: block;
  }

  footer {
    padding: 20px 0px;
  }

  footer .foot_content {
    margin-bottom: 20px;
  }

  footer ul {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .popUpTestiMonailItem .text {
    font-size: 1rem !important;
  }

  .popUpTestiMonailItem .name {
    font-size: 1rem !important;
  }

  .popUpRightBlock h2 {
    font-size: 2rem !important;
  }

  .popUpRightBlock .desc {
    font-size: 1rem !important;
  }

  .inputfield.icon label {
    font-size: 14px !important;
  }

  .inputfield .input {
    font-size: 14px !important;
  }

  .customFormOnWhite .inputfield label {
    color: #000;
    font-size: 14px !important;
  }

  .crisp-client .cc-1m7s {
    position: relative;
    bottom: 40px;
  }

  .megaMenu h3 a,
  .megaMenu .desc a {
    font-size: 1rem;
  }

  .megaMenu .desc a {
    font-size: 0.875rem;
  }

  .footBlockHead::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: unset;
    background: transparent url("./slider-arrow.webp") no-repeat 3px 2px;
    transition: all .1s linear;
  }

  .blog-section .headerRightLinks {
    display: block;
  }

  .blog-section .headerRightLinksDetail {
    display: block;
  }

  .blog-section .blog-list h4 {
    color: #080808;
    font-size: 15px;
  }

  #qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,
  #qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,
  #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,
  #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,
  #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,
  #qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
    margin: 0 auto !important;
  }

  #qlwapp.qlwapp-bottom-left,
  #qlwapp.qlwapp-bottom-right {
    width: 100%;
    bottom: 11px;
  }

  .footer h3 {
    font-size: 15px;
  }

  .footer .footerPartnerLogo a img {
    max-width: 87%;
  }

  .footer .footerLogo a img {
    max-width: 120px;
  }

  .joinUsSec .desc {
    font-size: 15px !important;
    max-width: 700px;
  }

  .blog-section .blog-list h2 {
    font-size: 19px !important;
  }

  .blog-banner h1 {
    font-size: 1.2rem;
    line-height: normal;
    text-align: center;
    margin-bottom: 33px;
  }

  .joinUsSec .desc {
    font-size: 15px;
    max-width: 700px;
  }

  .blog-banner .blog-banner-sub-title {
    font-size: 14px;
    text-align: center;
  }

  .blog-section .blog-list h2 a {
    color: #080808;
    font-size: 1.2rem;
  }

  .blog-section .blog-list .blog-image {
    font-size: 14px;
  }

  .blog-section p {
    font-size: 14px !important;
    line-height: 24px;
  }

  .whiteBtn {
    margin-top: 28px;
  }

  .joinUsSec h3 {
    font-size: 1.5rem !important;
  }

  .joinUsSec .desc {
    font-size: 16px;
  }

  .blog-section {
    padding: 50px 0 !important;
  }

  .blog-banner {
    min-height: 289px;
  }

  .blog-banner .blogContent {
    padding-top: 0px;
  }

  h3 {
    font-size: 1rem;
  }

  h2 strong {
    font-size: 17px;
  }

  .blog-categories li a span {
    font-size: 14px !important;
  }

  .joinUsSec {
    margin-top: 0px !important;
  }

  .categoriesBlock ul li a {
    color: #005db7 !important;
    margin-bottom: 12px;
    padding-left: 8px !important;
    transition: all .5s ease 0s;
    font-weight: 500;
    font-size: 15px !important;
    letter-spacing: .75px;
  }

  .footer .col-md-5 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footBlock {
    display: none;
    padding: 0 0 10px 0;
  }

  .footer .footerPartnerLogo {
    padding: 20px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .footer .footerPartnerLogo a {
    margin: 0 0 30px 0;
    width: 33%
  }

  .mobilesicky {
    display: block;
  }

  .headerRightLinks {
    display: none;
  }

  /* for blog detail page header **/
  .headerRightLinksDetail {
    display: none;
  }

  #qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
    margin-right: auto;
  }

  .qlwapp-container {
    position: absolute;
    bottom: -30px !important;
    right: 42% !important;
  }
}



#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
  margin: 0;
}

#qlwapp.qlwapp-button .qlwapp-toggle {
  height: 53px;
  white-space: nowrap;
  padding: 10px 10px;
  width: 53px;
  text-align: center;
  justify-content: center;
  display: flex;
}

#qlwapp .qlwapp-container {
  position: absolute;
  bottom: 68px;
  right: 10px;
}

.headerFix {
  -webkit-box-shadow: 0 0 5px #0c6d4740;
  box-shadow: 0 0 5px #0c6d4740;
  padding: 5px 0 5px 0;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}

.headerRightLinks .email:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/sprite.webp) no-repeat -19px -228px;
  transition: all .2s linear;
}

.joinUsSec {
  background: #009e98;
  padding: 40px 60px;
  color: #fff;
}

.joinUsSec h3 {
  font-size: 30px;
  margin: 0 0 10px 0;
  font-family: 'proxima_novabold';
}

.whiteBtn {
  border-radius: 0;
  background: #fff;
  border: 0;
  color: #009e98;
  font-size: 14px;
  font-family: 'proxima_novabold';
  padding: 15px 25px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.joinUsSec .desc {
  font-size: 18px;
  max-width: 700px;
}

.fontstyle {
  font-family: 'proxima_novasemibold';
  font-size: 20px !important;
}


.fontstyleMain {
  font-family: 'proxima_novasemibold';
  /*font-size: 20px !important;*/
}

.fontstyleRegular {
  font-family: 'Proxima Nova Rg';
  font-size: 20px !important;
}

/*# sourceMappingURL=style.css.map */