@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
  line-height: normal;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
  box-shadow: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

ul {
  list-style: none;
}

b, strong {
  font-weight: 700;
}

input:focus, textarea:focus, input:required, textarea:required {
  outline: none;
  box-shadow: none;
}

input, textarea, select {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input[placeholder] {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

footer, header, nav {
  display: block;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.pw__row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slide {
  outline: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 599px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 900px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 235px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: bold !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.tran {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.v-translate {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.h-translate {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.disp-b {
  display: block;
}

.disp-n {
  display: none;
}

.no-bord {
  border: none;
}

.no-bord-r {
  border-right: none;
}

.no-bord-l {
  border-left: none;
}

.no-bord-t {
  border-top: none;
}

.no-bord-b {
  border-bottom: none;
}

.no-marg {
  margin: 0;
}

.no-marg-r {
  margin-right: 0;
}

.no-marg-l {
  margin-left: 0;
}

.no-marg-t {
  margin-top: 0;
}

.no-marg-b {
  margin-bottom: 0;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

body {
  font-size: 14px;
  color: #252525;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

@font-face {
  font-family: "slick";
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAe8ABEAAAAACtQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcfFtvnkdERUYAAAGcAAAAHAAAAB4AJwAZT1MvMgAAAbgAAABKAAAAVmJGEVFjbWFwAAACBAAAAGUAAAF6i9wf72N2dCAAAAJsAAAACAAAAAgBJAG4ZnBnbQAAAnQAAAGxAAACZVO0L6dnYXNwAAAEKAAAAAgAAAAIAAAAEGdseWYAAAQwAAABNQAAAZhni7yJaGVhZAAABWgAAAAyAAAANg0LJxFoaGVhAAAFnAAAABkAAAAkDtkIFGhtdHgAAAW4AAAANAAAAExLCQEobG9jYQAABewAAAASAAAAKASgBKhtYXhwAAAGAAAAACAAAAAgASwAgW5hbWUAAAYgAAAA5wAAAZb4GEOhcG9zdAAABwgAAABpAAAAxzhXMidwcmVwAAAHdAAAAEAAAABAW8i7eXdlYmYAAAe0AAAABgAAAAaxq1rVAAAAAQAAAADV7pT1AAAAAM9xeH8AAAAA1vtiKXjaY2BkYGDgAWIxIGZiYARCISBmAfMYAARkAEF42mNgZP7IOIGBlYGF1YB1BgMDowyEZr7CkMIkwMDAxMDKyQAGDUBJIKXAAAUBaa4pDA4MvKp/2Bv+AyXZc/7nMEDUMAAA2pgMAQAAeNpjYGBgZoBgGQZGBhAoAfIYwXwWhgggLcQgABRhArJ4GRIVuBSUFPQV4lX//P8PVg0SY0AW+//1/6IHLPff3n94f9MtMaiZaICRjQEuwQgymQldAQPlgJkKZvAz0AwAAFSqFWYAAAAAAACUASQBJHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaY2BkmMIwhT2HPYfBncGYYZMBA4P2Rkeml5s4QAxFIMMMyNjAb7xZwpGDQ5txg4f+BsZrGzWZX270ZNRmMDAUEjA3A0FjI3ExcQglKijCpqyopK5mamLPqKasxM4GgiJAeSA0NoKolmcUExUBiSsDFQLhFJeAnIwNM/asmLOkZIqoLJ+AjobCPwYdCXbxBStelBQUeAQY6OgYBHgUFJR0VDT4SLAI8Mzh4WhZs+TCnhkbMnICmF0YK8AMFxuXgimirBI6/xgUNHQE+KQk5syBaHwBMcXGooAHqJeHQ2BOQADYVgYgQISDMIMpwyY2oK+3CDAxsLNoI7MZN4iA/L+FmxnEg1IbRZFCQgHkSQGQxxRAviqpOHGA8cOBExUlINY/ASCLmQNNAMQC2o8EDBkAccdp6QAAAHjaY2BkYGAA4uhZb63j+W2+MshzMIDA+cKKehB97XeSJohmz2HPAVIcDEwgHgAhYQlpAAB42mNgZGBgz2EAAg4QAWIzMqACYQAXvwEEAAAAeNrjYIAADgiewryNgYE9h4EBRjNVMjAw3gZiGwhmeAuka4B0JkQ9iA2SZ7/AwAAAL2oJdXjaY2CAghYc8AgYngEAiDAJSQAAAAEAAAATAEgAAQAAAAAAAgABAAIAFgAAAQAANQAAAAB42lWPTU4CQRSEPxggURKXhriaC2j4Mxp2sOAAQDRxpzJjJhB/RrwEa07hSURPoCdw7Qmo7n4wuOjuqvfqVb0G6iyJKFUOKHEIhssciQUcMaBhuMIJN4arHLMwXJN66/Oh+srwmibvhj/l+WP4S/rfgL8jef7xypyMe2aMSHjgTfyWnCFPPCrHvbnqCTFtzuQb09Mp5gJv0eXUn7Y0ju0r/ntfieXqZz7DzTrfQn+t/h2pbbDtTzTvtujzrGlXvdDdVFKPjr/P/XYh/5Kp1KnyXOrC/yLkDXe+Y17UzdTJpZ1vAGHmN78AeNp9xkEOgjAURdH/CoIgioSNtIWCDo2ErSgJIUwYsAK3DaRv7J2cK0r+V4pAIZAOIU6IEOOMBCkuyHDFTX7IcUcRfcZ1/pp4mQatdXdo96GGWlrRmjra0JY+6JO+vLb3Oq/r3xt/ySPQAAAAuAH/hbABjQBLsAhQWLEBAY5ZsUYGK1ghsBBZS7AUUlghsIBZHbAGK1xYALACIEWwAytEAbADIEWwAytEWbAUKwABWtWxqgAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
/* scrollbar */
::-webkit-scrollbar {
  background: #888888;
  width: 6px;
  height: 4px;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #3C56F5;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #3C56F5;
}

.header {
  position: sticky;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 102;
}
.header:not(.front__header) {
  border-bottom: 1px solid #DFDFEA;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header__wrapper .logo {
  width: 81px;
  font-size: 0;
}
.header__wrapper .logo a {
  display: block;
}
.header__wrapper .menu__footer {
  background-color: #F4F7FA;
  border-radius: 0 0 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 38px;
}
.header__wrapper .menu__footer .menu__reviews__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.header__wrapper .menu__footer .menu__reviews__wrapper .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #3C56F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__wrapper .menu__footer .menu__reviews__wrapper .content {
  flex: 1;
}
.header__wrapper .menu__footer .menu__reviews__wrapper .content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.header__wrapper .menu__footer .menu__reviews__wrapper .content p {
  font-size: 12px;
  font-weight: 500;
  color: #888888;
}
@media screen and (max-width: 599px) {
  .header__wrapper .menu__footer .menu__reviews__wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.header__wrapper .menu__footer .viewalltopics__wrapper .btn__link {
  font-size: 14px;
  font-weight: 600;
  color: #3C56F5;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header__wrapper .menu__footer .viewalltopics__wrapper .btn__link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .menu__footer {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 599px) {
  .header__wrapper .menu__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper {
    padding: 12px 0;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header__right .searchbtn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
}
.header__right .explore__btn {
  font-size: 16px;
  font-weight: 600;
  color: #2A3036;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  cursor: pointer;
}
.header__right .explore__btn span {
  font-size: 0;
}
.header__right .explore__btn:hover {
  color: #3C56F5;
}
.header__right .explore__btn:hover span svg path {
  fill: #3C56F5;
}
@media screen and (max-width: 1024px) {
  .header__right .explore__btn {
    display: none;
  }
}
.header__right .subscribe__btn {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #3C56F5;
  border: 2px solid #3C56F5;
  padding: 10px 12px;
  border-radius: 5px;
  cursor: pointer;
}
.header__right .subscribe__btn:hover {
  background-color: #FFFFFF;
  color: #3C56F5;
}
@media screen and (max-width: 1024px) {
  .header__right .subscribe__btn {
    padding: 6px 10px;
    font-size: 14px;
    display: none;
  }
}
.header__right .mobilemenu__icon {
  display: none;
  font-size: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header__right .mobilemenu__icon {
    display: block;
  }
}

.sticky.header {
  border-bottom: 1px solid #DFDFEA;
}

.menu__active {
  overflow: hidden;
}

.popup__search__box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 103;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup__search__box .popup__search__box__wrapper {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-right: 70px;
}
.popup__search__box .popup__search__box__wrapper form {
  position: relative;
}
.popup__search__box .popup__search__box__wrapper .closebtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .popup__search__box .popup__search__box__wrapper .closebtn {
    top: -64px;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 40px;
    height: 40px;
  }
}
.popup__search__box .popup__search__box__wrapper .searchicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  border-radius: 50px 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .popup__search__box .popup__search__box__wrapper .searchicon {
    height: auto;
    top: 23px;
    width: 56px;
  }
  .popup__search__box .popup__search__box__wrapper .searchicon svg {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .popup__search__box .popup__search__box__wrapper {
    padding: 0 15px;
  }
}
.popup__search__box .search__input {
  width: 100%;
  padding: 30px 250px 30px 80px;
  border: 1px solid #DFDFEA;
  border-radius: 50px;
  font-size: 20px;
  line-height: 1.5;
  color: #2A3036;
}
@media screen and (max-width: 1024px) {
  .popup__search__box .search__input {
    padding: 20px 20px 20px 66px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.popup__search__box .search__btn {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #DFDFEA;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 100%;
  color: #FFFFFF;
  background-color: #3C56F5;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .popup__search__box .search__btn {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    font-size: 16px;
  }
}

.search__active {
  overflow: hidden;
}

.footer__inner {
  padding: 60px 0;
  position: relative;
  background-color: #3C56F5;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding: 30px 0;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 100px;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper {
    gap: 0 40px;
  }
}
@media screen and (max-width: 899px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__left {
  width: 50%;
}
@media screen and (max-width: 899px) {
  .footer__left {
    width: 100%;
  }
}
.footer__right {
  width: 50%;
}
@media screen and (max-width: 899px) {
  .footer__right {
    width: 100%;
  }
}
.footer__content p {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.footer__address {
  width: 230px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
}
.footer__subscribe {
  position: relative;
  margin-bottom: 40px;
}
.footer__subscribe h2 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media screen and (max-width: 899px) {
  .footer__subscribe h2 {
    font-size: 16px;
  }
}
.footer__subscribe .subscribe__btn {
  font-size: 16px;
  font-weight: 600;
  color: #3C56F5;
  background-color: #FFFFFF;
  border: none;
  padding: 14px 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__subscribe .subscribe__btn:hover {
  background-color: #252525;
  color: #FFFFFF;
}
.footer__subscribe.mob__footer__subscribe {
  display: none;
}
@media screen and (max-width: 899px) {
  .footer__subscribe.mob__footer__subscribe {
    display: block;
  }
}
.footer__subscribe.desk__footer__subscribe {
  display: block;
}
@media screen and (max-width: 899px) {
  .footer__subscribe.desk__footer__subscribe {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .footer__subscribe {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.footer__quicklinks h2 {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.footer__quicklinks ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 10px;
}
.footer__quicklinks ul li {
  width: calc(33.33% - 8px);
  margin-bottom: 20px;
}
.footer__quicklinks ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  transition: all 0.3s ease;
}
.footer__quicklinks ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .footer__quicklinks ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .footer__quicklinks ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer__quicklinks ul {
    gap: 0;
  }
}
@media screen and (max-width: 899px) {
  .footer__quicklinks {
    margin-top: 20px;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copyright__wrapper {
  position: relative;
  padding: 20px 0;
  background-color: #2A3036;
}
.copyright__wrapper .footer__links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0 25px;
}
.copyright__wrapper .footer__links ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.copyright__wrapper .footer__links ul li a:not(:last-child) {
  margin-right: 10px;
}
.copyright__wrapper .footer__links ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .copyright__wrapper .footer__links ul {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .copyright__wrapper .footer__links {
    margin-bottom: 10px;
  }
}
.copyright__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  gap: 0 10px;
}
@media screen and (max-width: 1024px) {
  .copyright__inner {
    flex-direction: column;
    gap: 0;
  }
}
.copyright__left {
  flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  .copyright__left {
    flex: 1;
    width: 100%;
  }
}
.copyright__right {
  flex: 0 1 auto;
}
@media screen and (max-width: 1024px) {
  .copyright__right {
    flex: 1;
    width: 100%;
  }
}
.copyright__right .social__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 20px;
}
.copyright__right .social__links a {
  display: block;
  position: relative;
  font-size: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .copyright__right .social__links {
    justify-content: center;
  }
}
.copyright__box {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 1024px) {
  .copyright__box {
    flex-direction: column;
    gap: 0;
  }
}
.copyright__text p {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .copyright__text {
    margin-bottom: 10px;
    text-align: center;
  }
}

.scrollto__topbtn {
  background: #FFFFFF;
  border: 1px solid rgba(31, 59, 178, 0.11);
  box-shadow: 0px 4px 18px -2px #D5E4FE;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  position: fixed;
  right: 20px;
  bottom: 90px;
  padding: 18px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.33s linear;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.scrollto__topbtn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scrollto__topbtn:hover {
  background: #252525;
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px -2px rgba(60, 86, 245, 0.3);
}
.scrollto__topbtn:hover svg path {
  fill: #FFFFFF;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir=rtl] .slick-prev {
  right: 25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 0 30px 10px rgba(38, 38, 38, 0.5);
  border: 1px solid #B1BCFF;
  border-radius: 15px;
  z-index: 101;
  display: none;
  opacity: 0;
}
.menu__wrapper {
  width: 100%;
  position: relative;
}
.menu__wrapper__inner {
  max-height: 90vh;
  overflow-y: auto;
}
.menu__wrapper .menu__close {
  position: absolute;
  top: -16px;
  right: -14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 3px rgba(111, 108, 108, 0.5);
  z-index: 2;
}
.menu__wrapper .menu__close svg {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1024px) {
  .menu__wrapper .menu__close {
    top: -14px;
    right: -6px;
  }
}
.menu__tabs {
  display: flex;
  justify-content: space-between;
}
.menu__header {
  position: relative;
  overflow-y: auto;
  padding: 30px 40px 30px 20px;
  width: 380px;
  border-right: 1px solid #B1BCFF;
}
.menu__header h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}
.menu__header ul {
  list-style: none;
}
.menu__header ul li {
  position: relative;
}
.menu__header ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .menu__header ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.menu__header ul li .menulink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  padding: 20px;
  border-radius: 12px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.menu__header ul li .menulink .menu__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3C56F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__header ul li .menulink .menu__icon img {
  width: 20px;
  height: 20px;
}
.menu__header ul li .menulink .menu__content {
  flex: 1;
}
.menu__header ul li .menulink .menu__content .menu__title {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.menu__header ul li .menulink .menu__content .menu__title__text {
  font-size: 16px;
  font-weight: 500;
}
.menu__header ul li .menulink .menu__content .menu__title .arrow__icon {
  width: 16px;
  height: 9px;
  font-size: 0;
  font-weight: 0;
}
.menu__header ul li .menulink .menu__content .menu__title .arrow__icon svg {
  width: 100%;
  height: 100%;
}
.menu__header ul li .menulink .menu__content p {
  font-size: 12px;
  font-weight: 500;
  color: #888888;
}
.menu__header ul li .menulink.active {
  background-color: #F4F7FA;
}
.menu__header ul li:hover .menulink {
  background-color: #F4F7FA;
}
@media screen and (max-width: 1200px) {
  .menu__header {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .menu__header {
    display: none;
  }
}
.menu__body {
  position: relative;
  overflow-y: auto;
  flex: 1;
}
.menu__body .menu__body__heading {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu__body .menu__body__heading {
    display: block;
  }
}
.menu__body__panel {
  display: none;
  height: 100%;
}
.menu__body__panel .menuheaderitem {
  display: none;
}
.menu__body__panel .menuheaderitem .mobmenulink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  padding: 20px;
  border-radius: 12px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  position: relative;
}
.menu__body__panel .menuheaderitem .mobmenulink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  background: #F4F7FA url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACdSURBVHgBfVC7DcIwEL073AANI8AG1Agkj0AT+oziCWCElAgaNoAmEiUbkA2gQCkM8YNYGBTlc82797lXHM+ix1SAEbWMY74rhmgSrNtCBMRc4mKVX0EY13ziLN0NJuKJK+LmEmdK5CDMo/xIDP0PUJLuh/5Ygqh6XGkrnmLC/gudtv3sA1/DmfPB82rIt1m7IfDlZVVCXaOXt9rP3kC8M+PBcdy1AAAAAElFTkSuQmCC") no-repeat;
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3C56F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__icon img {
  width: 20px;
  height: 20px;
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__content {
  flex: 1;
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__content .menu__title {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__content .menu__title__text {
  font-size: 16px;
  font-weight: 500;
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__content .menu__title .arrow__icon {
  width: 16px;
  height: 9px;
  font-size: 0;
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__content .menu__title .arrow__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .menu__body__panel .menuheaderitem .mobmenulink .menu__content .menu__title .arrow__icon {
    display: none;
  }
}
.menu__body__panel .menuheaderitem .mobmenulink .menu__content p {
  font-size: 12px;
  font-weight: 500;
  color: #888888;
}
.menu__body__panel .menuheaderitem .mobmenulink.active {
  background-color: #F4F7FA;
}
.menu__body__panel .menuheaderitem .mobmenulink.active::before {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .menu__body__panel .menuheaderitem .mobmenulink {
    padding: 20px 30px 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .menu__body__panel .menuheaderitem {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .menu__body__panel {
    display: block !important;
    height: auto;
  }
}
.menu__panel__items {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .menu__panel__items {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .menu__panel__items {
    height: auto;
    display: none;
  }
}
.menu__panel__item {
  position: relative;
  padding: 30px 40px;
  flex: 1;
}
.menu__panel__item:not(:last-child) {
  border-right: 1px solid #B1BCFF;
}
.menu__panel__item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .menu__panel__item h3 {
    margin-bottom: 20px;
  }
}
.menu__panel__item .menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}
.menu__panel__item .menu__list li {
  width: calc(50% - 10px);
  margin-bottom: 40px;
}
.menu__panel__item .menu__list li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.menu__panel__item .menu__list li a:hover {
  color: #3C56F5;
}
@media screen and (max-width: 1200px) {
  .menu__panel__item .menu__list li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .menu__panel__item .menu__list li {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .menu__panel__item .menu__list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1024px) {
  .menu__panel__item .menu__list {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .menu__panel__item {
    padding: 15px 22px;
  }
}
.menu__blog__items {
  position: relative;
}
.menu__blog__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .menu__blog__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.menu__blog__item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  transition: all 0.3s ease;
}
.menu__blog__item a .menu__blog__thumbnail {
  width: 75px;
  border-radius: 8px;
  background-color: #B1BCFF;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu__blog__item a .menu__blog__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.menu__blog__item a .menu__blog__content {
  flex: 1;
}
.menu__blog__item a .menu__blog__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu__blog__item a .menu__blog__meta {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.menu__blog__item a .menu__blog__meta .cat__label {
  font-size: 12px;
  font-weight: 500;
  color: #888888;
}
.menu__blog__item a .menu__blog__meta .mint__text {
  font-size: 12px;
  font-weight: 500;
  color: #888888;
  position: relative;
  padding-left: 14px;
}
.menu__blog__item a .menu__blog__meta .mint__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #888888;
  border-radius: 50%;
  transform: translateY(-50%);
}
.menu__blog__item a:hover .menu__blog__thumbnail img {
  transform: scale(1.05);
}
.menu__blog__item a:hover .menu__blog__content .menu__blog__title {
  color: #3C56F5;
}
@media screen and (max-width: 1500px) {
  .menu {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .menu {
    position: fixed;
    width: auto;
    left: 15px;
    right: 15px;
    top: 20px;
    transform: none;
  }
}

.sidebar__wrapper {
  position: relative;
}
.sidebar__wrapper .section__heading {
  text-align: left;
  font-size: 26px;
  margin-bottom: 20px;
}
.sidebar__wrapper .join__our__expert {
  position: relative;
  margin-bottom: 30px;
  background-color: #ECF3FF;
  border-radius: 10px;
  padding: 30px;
  margin-top: 110px;
  text-align: center;
}
.sidebar__wrapper .join__our__expert figure {
  width: 100%;
  max-width: 160px;
  margin: -110px auto 20px;
}
.sidebar__wrapper .join__our__expert figure img {
  width: 100%;
  height: auto;
  display: block;
}
.sidebar__wrapper .join__our__expert__content h3 {
  font-size: 23px;
  font-weight: 600;
  color: #2A3036;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .sidebar__wrapper .join__our__expert__content h3 {
    font-size: 20px;
  }
}
.sidebar__wrapper .join__our__expert__content p {
  font-size: 14px;
  color: #2A3036;
  margin-bottom: 20px;
}
.sidebar__wrapper .join__our__expert__content .btn__link {
  padding: 15px 25px;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .sidebar__wrapper .join__our__expert__content .btn__link {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.sidebar__wrapper .related__reviews__block {
  position: relative;
  margin-bottom: 30px;
}
.sidebar__wrapper .related__reviews__list {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #DFDFEA;
}
.sidebar__wrapper .related__reviews__item {
  position: relative;
}
.sidebar__wrapper .related__reviews__item:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__wrapper .related__reviews__item .anchor__link {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0 50px 0 0;
  position: relative;
  transition: all 0.3s ease;
}
.sidebar__wrapper .related__reviews__item .anchor__link:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  background-image: url("./../../assets/img/common/green-right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .sidebar__wrapper .related__reviews__item .anchor__link:before {
    width: 18px;
    height: 16px;
  }
}
.sidebar__wrapper .related__reviews__item .anchor__link:hover h3 {
  color: #3C56F5;
}
.sidebar__wrapper .related__reviews__item .anchor__link .image {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #DFDFEA;
  padding: 2px;
}
.sidebar__wrapper .related__reviews__item .anchor__link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.sidebar__wrapper .related__reviews__item .anchor__link h3 {
  flex: 1;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  color: #2A3036;
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .sidebar__wrapper .related__reviews__item .anchor__link h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sidebar__wrapper .related__reviews__item .anchor__link h3 {
    font-size: 16px;
  }
}
.sidebar__wrapper .topreads__block {
  position: relative;
  margin-bottom: 30px;
}
.sidebar__wrapper .topreads__list {
  position: relative;
}
.sidebar__wrapper .topreads__item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #888888;
}
.sidebar__wrapper .topreads__item .cat__label {
  font-size: 12px;
  font-weight: 500;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.sidebar__wrapper .topreads__item .title a {
  display: block;
  font-size: 23px;
  font-weight: 600;
  color: #2A3036;
  line-height: 1.3;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.sidebar__wrapper .topreads__item .title a:hover {
  color: #4563FF;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .sidebar__wrapper .topreads__item .title a {
    font-size: 20px;
  }
}
.sidebar__wrapper .related__topics__block {
  position: relative;
  margin-bottom: 30px;
}
.sidebar__wrapper .related__topics__list {
  position: relative;
  background-color: #F1F3F6;
  padding: 20px;
  border-radius: 10px;
}
.sidebar__wrapper .related__topics__item {
  position: relative;
  padding-left: 15px;
}
.sidebar__wrapper .related__topics__item:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2A3036;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.sidebar__wrapper .related__topics__item:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__wrapper .related__topics__item .anchor__link {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.sidebar__wrapper .related__topics__item .anchor__link:hover {
  color: #4563FF;
  text-decoration: underline;
}

.best__products__section {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .best__products__section {
    padding: 30px 0;
  }
}
.best__products__wrapper {
  position: relative;
  overflow: hidden;
}
.best__products__wrapper .section__heading {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .best__products__wrapper .section__heading {
    font-size: 22px;
  }
}
.best__products__wrapper .bt__grid {
  padding: 0 15px;
}
.best__products__slider {
  margin: 0 -14px;
}
.best__products__item {
  border: 1px solid #DFDFEA;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background-color: #F8F9FA;
}
.best__products__item .best__producthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  margin-bottom: 25px;
}
.best__products__item .best__producthead .best__products__icon {
  width: 140px;
  height: 90px;
  border-radius: 8px;
  padding: 8px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border: 1px solid #DFDFEA;
}
.best__products__item .best__producthead .best__products__icon img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .best__products__item .best__producthead .best__products__icon {
    width: 120px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .best__products__item .best__producthead .best__products__icon {
    margin-bottom: 15px;
  }
}
.best__products__item .best__producthead .best__products__title {
  flex: 1;
}
.best__products__item .best__producthead .best__products__title h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .best__products__item .best__producthead .best__products__title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .best__products__item .best__producthead {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.best__products__content p {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 10px;
}
.best__products__content .button__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.best__products__content .button__wrapper .read__review__btn {
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 15px;
}
.best__products__content .button__wrapper .visit__site__btn {
  font-size: 16px;
  font-weight: 600;
  color: #35B782;
  transition: all 0.3s ease;
}
.best__products__content .button__wrapper .visit__site__btn:hover {
  text-decoration: underline;
}

.trendingblog__section {
  padding: 30px 0;
  position: relative;
}
.trendingblog__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
.trendingblog__wrapper h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  color: #0E0D33;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .trendingblog__wrapper {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.trendingblog__left {
  width: calc(100% - 360px);
}
.trendingblog__left .trendingblog__items {
  position: relative;
}
.trendingblog__left .trendingblog__items .first__block {
  width: 100%;
}
.trendingblog__left .trendingblog__items .first__block .tb__grid {
  width: 100%;
}
.trendingblog__left .trendingblog__items .first__block .trendingblog__item .content h3 {
  font-size: 20px;
}
.trendingblog__left .trendingblog__items .second__block {
  width: 100%;
}
.trendingblog__left .trendingblog__items .second__block .tb__grid {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .trendingblog__left .trendingblog__items .second__block .tb__grid {
    width: 100%;
  }
}
.trendingblog__left .trendingblog__item {
  margin-bottom: 40px;
}
.trendingblog__left .trendingblog__item a {
  position: relative;
  display: block;
}
.trendingblog__left .trendingblog__item .thumbnail {
  margin-bottom: 10px;
}
.trendingblog__left .trendingblog__item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.trendingblog__left .trendingblog__item .content .cat__label {
  position: relative;
  display: inline-block;
  color: #78788D;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-left: 16px;
}
.trendingblog__left .trendingblog__item .content .cat__label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #5548FB;
}
.trendingblog__left .trendingblog__item .content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #0E0D33;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.trendingblog__left .trendingblog__item .content .author__meta {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.trendingblog__left .trendingblog__item .content .author__meta .author__name {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #3C56F5;
}
.trendingblog__left .trendingblog__item .content .author__meta .date {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #888888;
  position: relative;
}
.trendingblog__left .trendingblog__item .content .author__meta .date:before {
  position: absolute;
  content: "";
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #888888;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .trendingblog__left {
    width: 100%;
  }
}
.trendingblog__right {
  width: 360px;
}
.trendingblog__right .topreads__items {
  position: relative;
  margin-bottom: 40px;
}
.trendingblog__right .topreads__item {
  position: relative;
  margin-bottom: 20px;
}
.trendingblog__right .topreads__item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFEA;
  margin-bottom: 20px;
}
.trendingblog__right .topreads__item a {
  display: block;
  transition: all 0.3s ease;
}
.trendingblog__right .topreads__item a:hover .title {
  color: #3C56F5;
}
.trendingblog__right .topreads__item .cat__label {
  position: relative;
  display: inline-block;
  color: #78788D;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-left: 16px;
}
.trendingblog__right .topreads__item .cat__label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #5548FB;
}
.trendingblog__right .topreads__item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #0E0D33;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .trendingblog__right {
    width: 100%;
  }
}

.trendingsingleblog__wrapper {
  position: relative;
  margin: 30px 0;
}
.trendingsingleblog__item {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 12px;
  overflow: hidden;
}
.trendingsingleblog__item .content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  background: linear-gradient(270.87deg, rgba(7, 24, 68, 0.35) 21.99%, rgba(7, 24, 68, 0) 100.98%);
  backdrop-filter: blur(7px);
}
.trendingsingleblog__item .content .cat__label {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-left: 16px;
}
.trendingsingleblog__item .content .cat__label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #5548FB;
}
.trendingsingleblog__item .content h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.trendingsingleblog__item .content .anchor__link {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
  transition: all 0.3s ease;
  padding: 8px 20px;
  background-color: #3C56F5;
  border-radius: 30px;
}
.trendingsingleblog__item .content .anchor__link:hover {
  background-color: #0E0D33;
}
@media screen and (max-width: 599px) {
  .trendingsingleblog__item .content {
    backdrop-filter: blur(2px);
  }
}
.trendingsingleblog__item .content .wb__btn {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 8px 20px 8px 10px;
}
.trendingsingleblog__item .content .wb__btn:hover {
  background-color: #0E0D33;
}
.trendingsingleblog__item .content .wb__btn .icon {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trendingsingleblog__item .content .wb__btn .icon svg {
  width: 20px;
}
.trendingsingleblog__item .content .wb__btn .arrow {
  flex-shrink: 0;
  font-size: 0;
}
.trendingsingleblog__item .content .wb__btn .arrow svg {
  width: 16px;
  height: 14px;
}
.trendingsingleblog__item .content .wb__btn .text__1 {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0D33;
}
.trendingsingleblog__item .content .wb__btn:hover {
  background-color: #FFFFFF;
}
.trendingsingleblog__item .content .wb__btn:hover .icon {
  background-color: #dee8e8;
}

.justinblog__section {
  padding: 0 0 30px 0;
  position: relative;
}
.justinblog__wrapper {
  position: relative;
}
.justinblog__wrapper h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  color: #0E0D33;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.justinblog__items {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .justinblog__items .jb__grid {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .justinblog__items .jb__grid {
    width: 100%;
  }
}
.justinblog__item {
  position: relative;
  margin-bottom: 40px;
}
.justinblog__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  transition: all 0.3s ease;
}
.justinblog__item a:hover .content h3 {
  color: #3C56F5;
}
.justinblog__item a .thumbnail {
  width: 136px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.justinblog__item a .thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
.justinblog__item a .content {
  width: calc(100% - 136px);
}
.justinblog__item a .content .cat__label {
  position: relative;
  display: inline-block;
  color: #78788D;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 8px;
  padding-left: 16px;
}
.justinblog__item a .content .cat__label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #5548FB;
}
.justinblog__item a .content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #0E0D33;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 480px) {
  .justinblog__item a .content h3 {
    font-size: 15px;
  }
}
.justinblog__item a .content .author__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 12px;
}
.justinblog__item a .content .author__meta .author__name {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #3C56F5;
}
.justinblog__item a .content .author__meta .date {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #888888;
  position: relative;
}
.justinblog__item a .content .author__meta .date:before {
  position: absolute;
  content: "";
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #888888;
  border-radius: 50%;
}

.teamexperts__wrapper {
  position: relative;
  background-color: #F5F6FA;
}
.teamexperts__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-radius: 10px 10px 0 0;
  background-color: #0E0D33;
}
.teamexperts__head h3 {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}
.teamexperts__head .arrow {
  width: 18px;
  height: 14px;
}
.teamexperts__head .arrow svg {
  width: 100%;
  height: 100%;
}
.teamexperts__head .arrow svg path {
  stroke: #FFFFFF;
}
.teamexperts__body {
  position: relative;
  padding: 14px;
  background-color: #F5F6FA;
  border-radius: 0 0 10px 10px;
}
.teamexperts__body:before {
  position: absolute;
  content: "";
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: auto;
  height: auto;
  background: url("./../../assets/img/common/team-bg-1.png") no-repeat center;
  background-size: contain;
}
.teamexperts__slider {
  position: relative;
}
.teamexperts__slider .slick-dots {
  left: auto;
  right: 15px;
  bottom: 10px;
  width: auto;
}
.teamexperts__slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.teamexperts__slider .slick-dots li button {
  background-color: #0E0D33;
  opacity: 1;
}
.teamexperts__slide {
  position: relative;
  z-index: 1;
}
.teamexperts__slide__item {
  position: relative;
  border-radius: 12px;
  width: 266px;
  height: 266px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #3C56F5;
}
.teamexperts__slide__item:before {
  position: absolute;
  content: "";
  left: -16px;
  bottom: 16px;
  width: 80%;
  height: 80%;
  background: url("./../../assets/img/common/team-bg-2.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .teamexperts__slide__item:before {
    width: 75%;
    height: 75%;
    left: -12px;
  }
}
.teamexperts__slide__item:after {
  position: absolute;
  content: "";
  right: -18px;
  top: 10px;
  width: 80%;
  height: 80%;
  background: url("./../../assets/img/common/team-bg-3.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .teamexperts__slide__item:after {
    width: 75%;
    height: 75%;
    right: -12px;
  }
}
.teamexperts__slide__item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 10px;
  position: relative;
  overflow: hidden;
  width: 266px;
  height: 266px;
  margin: 0 auto;
  border-radius: 50%;
}
.teamexperts__slide__item__inner figure {
  width: 190px;
  height: 100%;
  margin-left: -64px;
  margin-bottom: -80px;
}
.teamexperts__slide__item__inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .teamexperts__slide__item__inner {
    width: 230px;
    height: 230px;
  }
}
.teamexperts__slide__item .content__wrapper {
  width: 160px;
  position: relative;
  left: 20px;
}
.teamexperts__slide__item .content__wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .teamexperts__slide__item .content__wrapper h4 {
    font-size: 16px;
  }
}
.teamexperts__slide__item .content__wrapper p {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .teamexperts__slide__item .content__wrapper {
    width: 190px;
  }
}
.teamexperts__slide__item .author__social {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.teamexperts__slide__item .author__social a {
  display: block;
}
.teamexperts__slide__item .author__social a img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 480px) {
  .teamexperts__slide__item {
    width: 230px;
    height: 230px;
  }
}

.hero__banner__section {
  background: #FFFFFF;
  width: 100%;
  position: relative;
  padding: 10px 0 50px 0;
}
.hero__banner__section .latest__reads__wrapper {
  position: relative;
  margin-top: -50px;
}
.hero__banner__section .latest__reads__wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: #2A3036;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .hero__banner__section .latest__reads__wrapper {
    margin-top: 30px;
  }
}
.hero__banner__section .latest__reads__slider {
  position: relative;
  margin: 0 -15px;
}
.hero__banner__section .latest__reads__slider .slick-list {
  padding: 0 0 20px 0 !important;
}
.hero__banner__section .latest__reads__slider .slick-track {
  display: flex !important;
  gap: 0 15px;
}
.hero__banner__section .latest__reads__slider .slick-slide {
  height: auto !important;
}
.hero__banner__section .latest__reads__item {
  position: relative;
}
.hero__banner__section .latest__reads__item .anchor__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 8px 12px rgba(38, 38, 38, 0.05);
  border: 1px solid #E9ECFF;
}
.hero__banner__section .latest__reads__item .anchor__link .small__thumb {
  position: relative;
  width: 66px;
  flex-shrink: 0;
}
.hero__banner__section .latest__reads__item .anchor__link .small__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.hero__banner__section .latest__reads__item__content {
  width: calc(100% - 66px);
}
.hero__banner__section .latest__reads__item__content h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.hero__banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hero__banner__wrapper {
    flex-direction: column;
  }
}
.hero__banner__wrapper .slick-dots {
  bottom: -16px;
}
.hero__banner__left {
  width: 520px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .hero__banner__left {
    width: 470px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__banner__left {
    width: 100%;
  }
}
.hero__banner__right {
  width: calc(100% - 560px);
}
.hero__banner__right__thumbnail {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__banner__right__thumbnail .big__thumb {
  flex: 1;
}
.hero__banner__right__thumbnail .big__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.hero__banner__right__thumbnail .review__block {
  position: relative;
  left: 56px;
  top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E9ECFF;
  border-radius: 25px;
  padding: 10px 20px 10px 10px;
  box-shadow: 0px 10.75px 37.0278px rgba(38, 38, 38, 0.05);
  gap: 0 15px;
  flex-shrink: 0;
}
.hero__banner__right__thumbnail .review__block .icon {
  width: 145px;
  height: 130px;
}
.hero__banner__right__thumbnail .review__block .icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .hero__banner__right__thumbnail .review__block .icon {
    width: 108px;
    height: 103px;
  }
}
@media screen and (max-width: 767px) {
  .hero__banner__right__thumbnail .review__block .icon {
    width: 70px;
    height: 62px;
  }
}
.hero__banner__right__thumbnail .review__block .review__bx .review__num {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 1200px) {
  .hero__banner__right__thumbnail .review__block .review__bx .review__num {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .hero__banner__right__thumbnail .review__block .review__bx .review__num {
    font-size: 18px;
  }
}
.hero__banner__right__thumbnail .review__block .review__bx .review__text {
  font-size: 20px;
  font-weight: 400;
  color: #888888;
  display: block;
}
@media screen and (max-width: 1200px) {
  .hero__banner__right__thumbnail .review__block .review__bx .review__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .hero__banner__right__thumbnail .review__block .review__bx .review__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero__banner__right__thumbnail .review__block {
    border-radius: 12px;
    padding: 10px;
    left: auto;
    top: auto;
    margin-right: -100px;
  }
}
.hero__banner__right__thumbnail.desk__banner__right__thumbnail {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .hero__banner__right__thumbnail.desk__banner__right__thumbnail {
    display: none;
  }
}
.hero__banner__right__thumbnail.mob__banner__right__thumbnail {
  display: none;
  max-width: 450px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .hero__banner__right__thumbnail.mob__banner__right__thumbnail {
    display: flex;
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .hero__banner__right__thumbnail.mob__banner__right__thumbnail {
    display: flex;
    max-width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__banner__right__thumbnail {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.hero__banner__right .big__thumb {
  max-width: 450px;
  margin-left: -50px;
}
.hero__banner__right .big__thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .hero__banner__right {
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 1024px) {
  .hero__banner__right {
    width: 100%;
  }
}
.hero__banner__content {
  width: 100%;
}
.hero__banner__content h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
}
.hero__banner__content h2 strong {
  color: #FFFFFF;
  font-weight: 800;
  position: relative;
  padding: 10px 15px;
}
.hero__banner__content h2 strong:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/img/common/review-bg-img.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .hero__banner__content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__banner__content h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.hero__banner__content p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 70px;
}
.hero__banner__content p strong {
  color: #3C56F5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .hero__banner__content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hero__banner__searchform {
  position: relative;
  width: 100%;
}
.hero__banner__searchform__btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  margin-top: 10px;
}
.hero__banner__searchform__btm .pop__topics__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .hero__banner__searchform__btm .pop__topics__link {
    font-size: 13px;
  }
}
.hero__banner__searchform__btm .featired__porducts__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .hero__banner__searchform__btm .featired__porducts__link {
    font-size: 13px;
  }
}
.hero__banner__searchbox {
  position: relative;
  width: 100%;
  background-color: #3C56F5;
  padding: 35px 40px 25px;
  border-radius: 20px;
}
.hero__banner__searchbox h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .hero__banner__searchbox h3 {
    font-size: 14px;
  }
}
.hero__banner__searchbox .search__input {
  width: 100%;
  padding: 30px 92px 30px 15px;
  border: none;
  border-radius: 20px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #B1BCFF;
}
.hero__banner__searchbox .search__input::placeholder {
  color: #B1BCFF;
}
@media screen and (max-width: 1024px) {
  .hero__banner__searchbox .search__input {
    padding: 20px 70px 20px 15px;
  }
}
.hero__banner__searchbox .search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0 20px 20px 0;
  border-left: 1px solid #3C56F5;
  cursor: pointer;
  font-size: 0;
}
.hero__banner__searchbox .search__btn svg {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .hero__banner__searchbox .search__btn {
    width: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__banner__searchbox {
    padding: 20px 20px 10px;
    border-radius: 12px;
  }
}

.top__popular__topics__section {
  background: #F4F7FA;
  width: 100%;
  position: relative;
  padding: 70px 0 25px 0;
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__section {
    padding: 30px 0;
  }
}
.top__popular__topics__wrapper {
  position: relative;
}
.top__popular__topics__wrapper .btn__link {
  color: #3C56F5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.top__popular__topics__wrapper .btn__link:hover {
  text-decoration: underline;
}
.top__popular__topics__items {
  position: relative;
}
.top__popular__topics__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  background-color: #FFFFFF;
  border-radius: 30px 12px 12px 12px;
  padding: 20px;
  box-shadow: 0px 0 30px 10px rgba(38, 38, 38, 0.05);
  border: 1px solid #E9ECFF;
  margin-bottom: 20px;
}
.top__popular__topics__item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #3C56F5;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .number {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}
.top__popular__topics__item .left__block {
  position: relative;
  width: 40%;
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
.top__popular__topics__item .left__block figure {
  width: 50%;
  border-radius: 12px;
  align-self: center;
}
.top__popular__topics__item .left__block figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media screen and (max-width: 1250px) {
  .top__popular__topics__item .left__block figure {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .left__block figure {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .top__popular__topics__item .left__block figure img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .top__popular__topics__item .left__block figure {
    height: auto;
  }
}
.top__popular__topics__item .left__block .topic__content {
  width: 50%;
}
.top__popular__topics__item .left__block .topic__content h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  max-height: 1.3em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-transform: capitalize;
}
.top__popular__topics__item .left__block .topic__content h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  height: 2.6em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #888888;
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .left__block .topic__content h4 {
    margin-bottom: 15px;
    height: auto;
    max-height: 2.6em;
  }
}
.top__popular__topics__item .left__block .topic__content .viewmore__btn {
  display: none;
  font-size: 16px;
  font-weight: 600;
  color: #3C56F5;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.top__popular__topics__item .left__block .topic__content .auther__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 15px;
}
.top__popular__topics__item .left__block .topic__content .auther__meta .text__1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
}
.top__popular__topics__item .left__block .topic__content .auther__meta .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
  position: relative;
  padding-left: 10px;
}
.top__popular__topics__item .left__block .topic__content .auther__meta .date:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #8F98A1;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 1250px) {
  .top__popular__topics__item .left__block .topic__content {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .left__block .topic__content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .left__block {
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E9ECFF;
  }
}
.top__popular__topics__item .center__block {
  position: relative;
  width: 30%;
}
.top__popular__topics__item .center__block:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E9ECFF;
  left: -25px;
  top: 0;
}
@media screen and (max-width: 1290px) {
  .top__popular__topics__item .center__block:before {
    left: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .center__block:before {
    display: none;
  }
}
.top__popular__topics__item .center__block:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E9ECFF;
  right: -25px;
  top: 0;
}
@media screen and (max-width: 1290px) {
  .top__popular__topics__item .center__block:after {
    right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .center__block:after {
    display: none;
  }
}
.top__popular__topics__item .center__block h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  max-height: 1.3em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-transform: capitalize;
}
.top__popular__topics__item .center__block .article__item h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  height: 2.6em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.top__popular__topics__item .center__block .article__item h4 a {
  transition: all 0.3s ease;
}
.top__popular__topics__item .center__block .article__item h4 a:hover {
  color: #3C56F5;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .center__block .article__item h4 {
    margin-bottom: 15px;
    height: auto;
    max-height: 2.6em;
  }
}
.top__popular__topics__item .center__block .article__item .auther__meta {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}
.top__popular__topics__item .center__block .article__item .auther__meta .text__1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
}
.top__popular__topics__item .center__block .article__item .auther__meta .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
  position: relative;
  padding-left: 10px;
}
.top__popular__topics__item .center__block .article__item .auther__meta .date:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #8F98A1;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .center__block {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E9ECFF;
  }
}
.top__popular__topics__item .right__block {
  position: relative;
  width: 30%;
}
.top__popular__topics__item .right__block h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  max-height: 1.3em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-transform: capitalize;
}
.top__popular__topics__item .right__block .short__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #888888;
  display: block;
}
.top__popular__topics__item .right__block .viewless__btn {
  display: none;
  font-size: 16px;
  font-weight: 600;
  color: #3C56F5;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .right__block .viewless__btn {
    display: block;
  }
}
.top__popular__topics__item .right__block .toppick__items {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
@media screen and (max-width: 599px) {
  .top__popular__topics__item .right__block .toppick__items {
    gap: 0 5px;
  }
}
.top__popular__topics__item .right__block .toppick__item {
  width: calc(33.33% - 10px);
}
@media screen and (max-width: 599px) {
  .top__popular__topics__item .right__block .toppick__item {
    width: calc(33.33% - 5px);
  }
}
.top__popular__topics__item .right__block .toppick__item .anchor__link {
  position: relative;
  display: block;
  text-align: center;
}
.top__popular__topics__item .right__block .toppick__item .anchor__link:hover .product__name {
  color: #3C56F5;
}
.top__popular__topics__item .right__block .toppick__item .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E9ECFF;
}
.top__popular__topics__item .right__block .toppick__item .icon img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: inherit;
}
.top__popular__topics__item .right__block .toppick__item .product__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item .right__block {
    width: 100%;
  }
}
@media screen and (max-width: 1290px) {
  .top__popular__topics__item {
    gap: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item {
    flex-direction: column;
    gap: 0;
    padding: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .top__popular__topics__item.viewmore__item .left__block {
    flex-direction: row;
    gap: 0 15px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .top__popular__topics__item.viewmore__item .left__block figure {
    width: 115px;
    height: auto;
    margin: 0;
  }
  .top__popular__topics__item.viewmore__item .left__block figure img {
    height: 100px;
    display: block;
  }
  .top__popular__topics__item.viewmore__item .left__block .topic__content {
    align-self: center;
  }
  .top__popular__topics__item.viewmore__item .left__block .topic__content .auther__meta {
    display: none;
  }
  .top__popular__topics__item.viewmore__item .left__block .topic__content .btn__link {
    display: none;
  }
  .top__popular__topics__item.viewmore__item .left__block .topic__content .viewmore__btn {
    display: block;
  }
  .top__popular__topics__item.viewmore__item .center__block {
    display: none;
  }
  .top__popular__topics__item.viewmore__item .right__block {
    display: none;
  }
  .top__popular__topics__item.viewmore__item .right__block .viewless__btn {
    display: none;
  }
}

.top__featured__products__section {
  background: #F4F7FA;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 25px 0 30px 0;
}
@media screen and (max-width: 1024px) {
  .top__featured__products__section {
    padding: 30px 0 0 0;
  }
}
.top__featured__products__wrapper {
  position: relative;
}
.top__featured__products__items {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0 -10px;
}
@media screen and (max-width: 480px) {
  .top__featured__products__items {
    margin: 0;
  }
}
.top__featured__products__item {
  position: relative;
  width: calc(20% - 20px);
  margin-bottom: 45px;
}
.top__featured__products__item .anchor__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}
.top__featured__products__item .anchor__link:hover .product__icon__wrapper {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}
.top__featured__products__item .anchor__link .product__icon__wrapper {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 26px 15px;
  align-self: flex-start;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.top__featured__products__item .anchor__link .product__icon__wrapper .product__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__featured__products__item .anchor__link .product__icon__wrapper .product__icon img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: inherit;
}
@media screen and (max-width: 1024px) {
  .top__featured__products__item .anchor__link .product__icon__wrapper .product__icon {
    margin: 0 auto 10px;
  }
}
.top__featured__products__item .anchor__link .product__icon__wrapper .product__title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2A3036;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.top__featured__products__item .anchor__link .product__icon__wrapper .product__title .rating__wrapper {
  display: flex;
  justify-content: center;
  gap: 0 5px;
}
.top__featured__products__item .anchor__link .product__icon__wrapper .product__title .rating__wrapper .rating__score {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
  align-self: flex-end;
}
.top__featured__products__item .anchor__link .product__icon__wrapper .product__title .rating__wrapper .star_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2px;
  width: 73px;
  flex-shrink: 0;
}
.top__featured__products__item .anchor__link .product__icon__wrapper .product__title .rating__wrapper .star_rating svg {
  width: 100%;
  height: auto;
}
.top__featured__products__item .anchor__link .product__content {
  padding: 20px 0 0 0;
  text-align: center;
}
.top__featured__products__item .anchor__link .product__content .cat__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #8F98A1;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .top__featured__products__item {
    width: calc(25% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 899px) {
  .top__featured__products__item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .top__featured__products__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .top__featured__products__item {
    width: 100%;
  }
}

.top__reads__blog__section {
  position: relative;
  padding: 30px 0 60px 0;
  background-color: #F4F7FA;
}
@media screen and (max-width: 1024px) {
  .top__reads__blog__section {
    padding: 30px 0;
  }
}
.top__reads__blog__wrapper {
  position: relative;
}
.top__reads__blog__items .view__all__btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top__reads__blog__items .view__all__btn {
    margin-top: 30px;
  }
}
.top__reads__blog__item {
  margin-bottom: 20px;
}
.top__reads__blog__item .anchor__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
}
.top__reads__blog__item .anchor__link:hover .read__more__btn {
  text-decoration: underline;
}
.top__reads__blog__item .anchor__link:hover .content h3 {
  color: #3C56F5;
}
.top__reads__blog__item .anchor__link:hover .thumbnail img {
  transform: scale(1.05);
}
.top__reads__blog__item .anchor__link .thumbnail {
  width: 196px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.top__reads__blog__item .anchor__link .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: all 0.777s ease;
}
@media screen and (max-width: 899px) {
  .top__reads__blog__item .anchor__link .thumbnail {
    width: 135px;
  }
}
@media screen and (max-width: 380px) {
  .top__reads__blog__item .anchor__link .thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top__reads__blog__item .anchor__link .content {
  position: relative;
  flex: 1;
  width: 100%;
}
.top__reads__blog__item .anchor__link .content .cat__wrapper {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 0 10px;
  margin-bottom: 10px;
}
.top__reads__blog__item .anchor__link .content .cat__wrapper .cat__label {
  font-size: 12px;
  font-weight: 500;
  color: #2A3036;
  text-transform: capitalize;
}
.top__reads__blog__item .anchor__link .content .cat__wrapper .mint__text {
  font-size: 12px;
  font-weight: 500;
  color: #2A3036;
  position: relative;
  padding-left: 14px;
}
.top__reads__blog__item .anchor__link .content .cat__wrapper .mint__text::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #8F98A1;
  border-radius: 50%;
}
@media screen and (max-width: 899px) {
  .top__reads__blog__item .anchor__link .content .cat__wrapper {
    margin-bottom: 5px;
  }
}
.top__reads__blog__item .anchor__link .content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #2A3036;
  margin-bottom: 10px;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .top__reads__blog__item .anchor__link .content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 899px) {
  .top__reads__blog__item .anchor__link .content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top__reads__blog__item .anchor__link .content h3 {
    font-size: 14px;
  }
}
.top__reads__blog__item .anchor__link .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2A3036;
  margin-bottom: 15px;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .top__reads__blog__item .anchor__link .content p {
    margin-bottom: 10px;
  }
}
.top__reads__blog__item .anchor__link .content .author__meta {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.top__reads__blog__item .anchor__link .content .author__meta figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.top__reads__blog__item .anchor__link .content .author__meta figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.top__reads__blog__item .anchor__link .content .author__meta .author__info .author__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #2A3036;
  margin-bottom: 5px;
  display: block;
}
.top__reads__blog__item .anchor__link .content .author__meta .author__info .date {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #888888;
  display: block;
}
.top__reads__blog__item .anchor__link .content .read__more__btn {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #35B782;
  transition: all 0.3s ease;
}
@media screen and (max-width: 380px) {
  .top__reads__blog__item .anchor__link {
    flex-direction: column;
    gap: 0;
  }
}
.top__reads__blog__item.first__item {
  height: 100%;
}
.top__reads__blog__item.first__item .anchor__link {
  flex-direction: column;
  border-radius: 12px;
  padding: 25px;
  background-color: #FFFFFF;
  gap: 0;
  height: 100%;
}
.top__reads__blog__item.first__item .anchor__link .thumbnail {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .top__reads__blog__item.first__item .anchor__link .thumbnail {
    margin-bottom: 10px;
  }
}
.top__reads__blog__item.first__item .anchor__link .content {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .top__reads__blog__item.first__item .anchor__link {
    padding: 15px;
    height: auto;
  }
}

.our__expert__panel__section {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .our__expert__panel__section {
    padding: 30px 0;
  }
}
.our__expert__panel__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .our__expert__panel__wrapper {
    flex-direction: column-reverse;
    gap: 0;
    text-align: center;
  }
}
.our__expert__panel__left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .our__expert__panel__left {
    width: 100%;
  }
}
.our__expert__panel__right {
  position: relative;
  width: 50%;
}
.our__expert__panel__right figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .our__expert__panel__right {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 20px;
  }
}
.our__expert__panel__content {
  position: relative;
}
.our__expert__panel__content .title__wrapper {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 15px;
}
.our__expert__panel__content .title__wrapper .icon {
  width: 40px;
  height: 40px;
}
.our__expert__panel__content .title__wrapper .icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .our__expert__panel__content .title__wrapper .icon {
    margin-bottom: 10px;
  }
}
.our__expert__panel__content .title__wrapper h3 {
  font-size: 36px;
  font-weight: 800;
  color: #2A3036;
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .our__expert__panel__content .title__wrapper h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .our__expert__panel__content .title__wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .our__expert__panel__content .title__wrapper {
    flex-direction: column;
  }
}
.our__expert__panel__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.our__expert__panel__content .btn__link {
  padding: 15px 25px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .our__expert__panel__content .btn__link {
    padding: 10px 20px;
  }
}

.partner__with__us__section {
  position: relative;
  padding: 70px 0;
  background-color: #F4F7FA;
}
@media screen and (max-width: 1024px) {
  .partner__with__us__section {
    padding: 30px 0;
  }
}
.partner__with__us__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .partner__with__us__wrapper {
    flex-direction: column-reverse;
    gap: 0;
    text-align: center;
  }
}
.partner__with__us__left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .partner__with__us__left {
    width: 100%;
  }
}
.partner__with__us__right {
  position: relative;
  width: 50%;
}
.partner__with__us__right figure {
  width: 80%;
}
.partner__with__us__right figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .partner__with__us__right {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 20px;
  }
}
.partner__with__us__content {
  position: relative;
}
.partner__with__us__content h3 {
  font-size: 36px;
  font-weight: 800;
  color: #2A3036;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .partner__with__us__content h3 {
    font-size: 24px;
  }
}
.partner__with__us__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.partner__with__us__content .btn__link {
  padding: 15px 25px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .partner__with__us__content .btn__link {
    padding: 10px 20px;
  }
}

.page-id-159 .partner__with__us__section {
  background-color: transparent;
  padding: 120px 0;
}
.page-id-159 .partner__with__us__wrapper {
  gap: 0 80px;
}
.page-id-159 .partner__with__us__left {
  width: calc(100% - 470px);
}
.page-id-159 .partner__with__us__right {
  width: 470px;
}
.page-id-159 .partner__with__us__right figure {
  width: 100%;
}
.page-id-159 .partner__with__us__content p {
  color: #6C6E81;
  font-weight: 400;
}
.page-id-159 .partner__with__us__content .btn__link {
  border-radius: 50px;
  font-size: 20px;
}

.our__research__methodology__section {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .our__research__methodology__section {
    padding: 30px 0;
  }
}
.our__research__methodology__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .our__research__methodology__wrapper {
    flex-direction: column-reverse;
    gap: 0;
    text-align: center;
  }
}
.our__research__methodology__left {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .our__research__methodology__left {
    width: 100%;
  }
}
.our__research__methodology__right {
  position: relative;
  width: 40%;
}
.our__research__methodology__right figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .our__research__methodology__right {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 20px;
  }
}
.our__research__methodology__content {
  position: relative;
  width: 90%;
}
.our__research__methodology__content .title__wrapper {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 15px;
}
.our__research__methodology__content .title__wrapper .icon {
  width: 40px;
  height: 40px;
}
.our__research__methodology__content .title__wrapper .icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .our__research__methodology__content .title__wrapper .icon {
    margin-bottom: 10px;
  }
}
.our__research__methodology__content .title__wrapper h3 {
  font-size: 36px;
  font-weight: 800;
  color: #2A3036;
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .our__research__methodology__content .title__wrapper h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .our__research__methodology__content .title__wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .our__research__methodology__content .title__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.our__research__methodology__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.our__research__methodology__content .btn__link {
  padding: 15px 25px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .our__research__methodology__content .btn__link {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .our__research__methodology__content {
    width: 100%;
  }
}

.our__story__section {
  position: relative;
  padding: 70px 0;
  background-color: #F4F7FA;
}
@media screen and (max-width: 1024px) {
  .our__story__section {
    padding: 30px 0;
  }
}
.our__story__wrapper {
  position: relative;
  background: #BDE3FF url("./../../assets/img/common/story_bg.png") no-repeat center center;
  background-size: cover;
  padding: 40px 40px 30px;
  border-radius: 20px;
  overflow: hidden;
}
.our__story__wrapper .section__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .our__story__wrapper .section__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .our__story__wrapper {
    padding: 20px 20px 10px;
  }
}
.our__story__items {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .our__story__items {
    gap: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .our__story__items {
    gap: 0;
    flex-direction: column;
  }
}
.our__story__item {
  position: relative;
  width: calc(25% - 15px);
  text-align: center;
}
.our__story__item .number {
  font-size: 44px;
  font-weight: 800;
  display: block;
}
@media screen and (max-width: 1024px) {
  .our__story__item .number {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .our__story__item .number {
    font-size: 24px;
  }
}
.our__story__item .our__story__name {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 1024px) {
  .our__story__item .our__story__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .our__story__item {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .our__story__item {
    width: 100%;
  }
}

.research__methodology__top__section {
  position: relative;
  padding: 150px 0 0 0;
  background-color: #F1F3F6;
}
@media screen and (max-width: 1024px) {
  .research__methodology__top__section {
    padding: 50px 0 0 0;
  }
}
.research__methodology__top__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 1024px) {
  .research__methodology__top__wrapper {
    gap: 0;
    flex-direction: column;
  }
}
.research__methodology__top__left {
  position: relative;
  width: calc(100% - 480px);
}
.research__methodology__top__left h2 {
  font-size: 26px;
  font-weight: 800;
  color: #2A3036;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .research__methodology__top__left h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.research__methodology__top__left p {
  font-size: 20px;
  line-height: 1.5;
  color: #2A3036;
  margin-bottom: 30px;
}
.research__methodology__top__left p strong {
  font-weight: 700;
  color: #3C56F5;
}
.research__methodology__top__left p a {
  color: #3C56F5;
  transition: all 0.3s ease;
}
.research__methodology__top__left p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .research__methodology__top__left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .research__methodology__top__left {
    width: 100%;
  }
}
.research__methodology__top__right {
  position: relative;
  width: 480px;
  align-self: flex-end;
}
.research__methodology__top__right figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .research__methodology__top__right figure {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .research__methodology__top__right {
    width: 100%;
  }
}

.page-id-161 .research__methodology__top__left {
  width: calc(100% - 300px);
}
.page-id-161 .research__methodology__top__right {
  width: 300px;
}

.how__we__do__it__section {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .how__we__do__it__section {
    padding: 50px 0;
  }
}
.how__we__do__it__wrapper {
  position: relative;
}
.how__we__do__it__wrapper .section__heading {
  font-size: 26px;
  margin-bottom: 40px;
}
.how__we__do__it__wrapper .shortdescription {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #2A3036;
  margin-bottom: 30px;
  display: block;
}
.how__we__do__it__items {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
@media screen and (max-width: 1200px) {
  .how__we__do__it__items {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .how__we__do__it__items {
    flex-direction: column;
    gap: 0;
  }
}
.how__we__do__it__item {
  position: relative;
  width: calc(33.33% - 50px);
  text-align: center;
}
.how__we__do__it__item figure {
  height: 200px;
  margin-bottom: 20px;
}
.how__we__do__it__item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.how__we__do__it__item .content__wrapper h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .how__we__do__it__item .content__wrapper h3 {
    font-size: 21px;
  }
}
.how__we__do__it__item .content__wrapper p {
  font-size: 16px;
  line-height: 1.5;
  color: #6C6E81;
}
@media screen and (max-width: 1200px) {
  .how__we__do__it__item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .how__we__do__it__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.what__we__get__section {
  position: relative;
}
.what__we__get__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  border-top: 1px solid #DFDFEA;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .what__we__get__wrapper {
    padding: 40px 0;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.what__we__get__left {
  position: relative;
  width: 50%;
}
.what__we__get__left h2 {
  font-size: 26px;
  font-weight: 800;
  color: #2A3036;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .what__we__get__left h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.what__we__get__left h3 {
  font-size: 20px;
  font-weight: 400;
  color: #2A3036;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .what__we__get__left h3 {
    font-size: 17px;
  }
}
.what__we__get__left p {
  font-size: 16px;
  line-height: 1.5;
  color: #6C6E81;
}
@media screen and (max-width: 1024px) {
  .what__we__get__left {
    width: 100%;
  }
}
.what__we__get__right {
  position: relative;
  width: 50%;
}
.what__we__get__right figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .what__we__get__right {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sign__up__section {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .sign__up__section {
    padding: 30px 0;
  }
}
.sign__up__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  background-color: #ECF3FF;
  padding: 20px 40px 20px 0;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .sign__up__wrapper {
    gap: 0 20px;
    padding: 20px 20px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .sign__up__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.sign__up__left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
.sign__up__left figure {
  width: 190px;
  margin-left: -15px;
}
.sign__up__left figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sign__up__left figure {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .sign__up__left figure {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .sign__up__left {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.sign__up__right {
  position: relative;
  flex-shrink: 0;
}
.sign__up__right .signupbtn {
  padding: 12px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .sign__up__right .signupbtn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .sign__up__right {
    flex: 1;
    width: 100%;
  }
}
.sign__up__content {
  flex: 1;
}
.sign__up__content h4 {
  font-size: 23px;
  font-weight: 600;
  color: #2A3036;
  line-height: 1.3;
  margin-bottom: 10px;
}
.sign__up__content p {
  font-size: 14px;
  line-height: 1.5;
  color: #2A3036;
}
@media screen and (max-width: 599px) {
  .sign__up__content p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .sign__up__content {
    text-align: center;
  }
}

.page-id-164 .research__methodology__top__left p, .page-id-349 .research__methodology__top__left p {
  margin-bottom: 20px;
}
.page-id-164 .research__methodology__top__left p strong, .page-id-349 .research__methodology__top__left p strong {
  color: #3C56F5;
}
.page-id-164 .research__methodology__top__left p a:hover, .page-id-349 .research__methodology__top__left p a:hover {
  text-decoration: underline;
}

.expert__panel__zigzag__section {
  position: relative;
}
.expert__panel__zigzag__section__inner {
  background-color: #FFFFFF;
  padding: 48px 0;
}
.expert__panel__zigzag__section__inner:nth-child(even) {
  background-color: #F1F3F6;
  padding: 48px 0 0 0;
}
.expert__panel__zigzag__section__inner:nth-child(even) .expert__panel__zigzag__wrapper {
  flex-direction: row;
}
@media screen and (max-width: 899px) {
  .expert__panel__zigzag__section__inner:nth-child(even) .expert__panel__zigzag__wrapper {
    flex-direction: column-reverse;
  }
}
.expert__panel__zigzag__section__inner:nth-child(even) .expert__panel__zigzag__right {
  align-self: flex-end;
}
@media screen and (max-width: 899px) {
  .expert__panel__zigzag__section__inner:nth-child(even) {
    padding: 40px 0;
  }
}
@media screen and (max-width: 899px) {
  .expert__panel__zigzag__section__inner {
    padding: 40px 0;
  }
}
.expert__panel__zigzag__wrapper {
  position: relative;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 899px) {
  .expert__panel__zigzag__wrapper {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.expert__panel__zigzag__left {
  position: relative;
  width: calc(50% - 20px);
}
.expert__panel__zigzag__left h2 {
  font-size: 26px;
  font-weight: 800;
  color: #2A3036;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .expert__panel__zigzag__left h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.expert__panel__zigzag__left p {
  font-size: 13px;
  line-height: 1.5;
  color: #2A3036;
}
.expert__panel__zigzag__left ol {
  list-style: none;
}
.expert__panel__zigzag__left ol li {
  font-size: 13px;
  line-height: 1.5;
  color: #2A3036;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
.expert__panel__zigzag__left ol li:last-child {
  margin-bottom: 0;
}
.expert__panel__zigzag__left ol li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNyAzLjVDNyA1LjQzMyA1LjQzMyA3IDMuNSA3QzEuNTY3IDcgMCA1LjQzMyAwIDMuNUMwIDEuNTY3IDEuNTY3IDAgMy41IDBDNS40MzMgMCA3IDEuNTY3IDcgMy41Wk0xLjQgMy41QzEuNCA0LjY1OTggMi4zNDAyIDUuNiAzLjUgNS42QzQuNjU5OCA1LjYgNS42IDQuNjU5OCA1LjYgMy41QzUuNiAyLjM0MDIgNC42NTk4IDEuNCAzLjUgMS40QzIuMzQwMiAxLjQgMS40IDIuMzQwMiAxLjQgMy41WiIgZmlsbD0iIzNDNTZGNSIvPgo8L3N2Zz4K) no-repeat center;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.expert__panel__zigzag__left ul {
  list-style: none;
}
.expert__panel__zigzag__left ul li {
  font-size: 13px;
  line-height: 1.5;
  color: #2A3036;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
.expert__panel__zigzag__left ul li:last-child {
  margin-bottom: 0;
}
.expert__panel__zigzag__left ul li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNyAzLjVDNyA1LjQzMyA1LjQzMyA3IDMuNSA3QzEuNTY3IDcgMCA1LjQzMyAwIDMuNUMwIDEuNTY3IDEuNTY3IDAgMy41IDBDNS40MzMgMCA3IDEuNTY3IDcgMy41Wk0xLjQgMy41QzEuNCA0LjY1OTggMi4zNDAyIDUuNiAzLjUgNS42QzQuNjU5OCA1LjYgNS42IDQuNjU5OCA1LjYgMy41QzUuNiAyLjM0MDIgNC42NTk4IDEuNCAzLjUgMS40QzIuMzQwMiAxLjQgMS40IDIuMzQwMiAxLjQgMy41WiIgZmlsbD0iIzNDNTZGNSIvPgo8L3N2Zz4K) no-repeat center;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 899px) {
  .expert__panel__zigzag__left {
    width: 100%;
  }
}
.expert__panel__zigzag__right {
  position: relative;
  width: calc(50% - 20px);
}
.expert__panel__zigzag__right figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 899px) {
  .expert__panel__zigzag__right figure {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 899px) {
  .expert__panel__zigzag__right {
    width: 100%;
  }
}

.topics__we__cover__section {
  position: relative;
}
.topics__we__cover__wrapper {
  position: relative;
  padding: 70px 0;
  border-top: 1px solid #DFDFEA;
}
.topics__we__cover__wrapper .section__heading {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .topics__we__cover__wrapper {
    padding: 40px 0;
  }
}
.topics__we__cover__items {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}
.topics__we__cover__item {
  position: relative;
  width: calc(33.33% - 20px);
  margin-bottom: 15px;
}
.topics__we__cover__item h3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2A3036;
  transition: all 0.3s ease;
}
.topics__we__cover__item h3 a:hover {
  color: #3C56F5;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .topics__we__cover__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .topics__we__cover__item {
    width: 100%;
  }
}

.common__faqs__section {
  position: relative;
  background-color: #F1F3F6;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 1024px) {
  .common__faqs__section {
    padding: 40px 0;
  }
}
.common__faqs__wrapper {
  position: relative;
}
.common__faqs__wrapper .section__heading {
  margin-bottom: 30px;
  text-align: left;
}
.common__faqs__items {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 1024px) {
  .common__faqs__items {
    gap: 0;
    flex-direction: column;
  }
}
.common__faqs__item {
  position: relative;
  width: calc(33.33% - 20px);
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DFDFEA;
  margin-bottom: 30px;
}
.common__faqs__item .question__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 15px;
}
.common__faqs__item .question__wrapper .q__text {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #D9DCDF;
  position: relative;
}
.common__faqs__item .question__wrapper .q__text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #DFDFEA;
  right: -10px;
  top: 0;
}
.common__faqs__item .question__wrapper h3 {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #2A3036;
}
.common__faqs__item p {
  font-size: 14px;
  color: #6C6E81;
}
@media screen and (max-width: 1024px) {
  .common__faqs__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.testimonials__section {
  position: relative;
}
.testimonials__wrapper {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #DFDFEA;
  padding: 70px 0;
}
.testimonials__wrapper .section__heading {
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .testimonials__wrapper {
    padding: 40px 0;
  }
}
.testimonials__slider {
  position: relative;
}
.testimonials__slider .slick-track {
  display: flex !important;
  gap: 0 30px;
}
.testimonials__slider .slick-slide {
  height: auto !important;
}
.testimonials__item {
  position: relative;
  width: calc(33.33% - 30px);
  padding: 60px 0;
}
.testimonials__item:before {
  position: absolute;
  content: "";
  width: 44px;
  height: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAhCAYAAABN2CLhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJTSURBVHgB7ZhdbuIwFIVvTISQeBheAPEWVjCzhCyBWUEzK5h2BUlXMJoVlFnBdAfQFZSugFRC/D6UBwQ88NNzo7RCCJskTiJVyiehmNg5ObJ9Y/sSxWQ0Gv2gDGH94XBYU7URFAEWmc1m7nw+fyuXy8+TycSiFGH96XR6C/0e61er1Y6qvamqhDm7VCq5KNqUAaxvGEZHCHGDv7Woz5kSMQdCLgStC9X+drtdkgaqzsA7l7vdzlc9b5yJWRB7IEnPHg6Hv5vNxmu324lM8zTA0P9B0ZE0Gez3+5+tVstX6ZinhtG7PRStSw0hdg8xjxIS6v9H8WIgH4/Hf81m06EIiBPBnmQ6aBsOXgTD0Nc2HGiFgp7MMOjqGl4sFq7MMPDX6/UtxUBAkCP4RtaAe5k04FFELDiKJvdxY0SoBFH3dC0oImArRnHZaDS6FBMBwe+yStT1SRNMPelCgU55oSSaJIlmBqZ90gSmvynqhpQA5YqIqHaxvNYgLp1zmPM+plCfktGB/otKHx6WGJHB6TQ1sN4fSRMI+7jc4bP1eF6HQO+h3iZNoOFBP/goRNowXYMDDb+HLHeA0PfG43HwaUzFdEgNO7TflCGmaQb6aZpmbMoWi/cvaZvOnEql8vVMM4XpvChM50VhOi8K03lRmM4LkcaR6gNs1l/P72EfnOhIJYEPHL7gnAOlBLJT3oXbXUoJnJICr4JPwzCulSZg0Mt39Xq9f34f+pzq+oWiVv6PU3If+ZfPXF6YZXIoJny+W61W3Wu5izBPaKODLIqpj8vgtEPeAaXkBhNBE5n3AAAAAElFTkSuQmCC") no-repeat center;
  left: 0;
  top: 0;
  background-size: cover;
}
.testimonials__item:after {
  position: absolute;
  content: "";
  width: 44px;
  height: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAhCAYAAABN2CLhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJtSURBVHgB7ZhNbuJAEIULYyEQG8+Cv519gmFOMOQEww3GOUGSE4ScIHACyAmSnIDkBtzALJD4W8ACEEIC8gqZyEnsNqYbr/xJloGyH8/lcre7iAQ4jmMMBoMqXZDhcFijiKREwclkYmPXxtbbbret9Xr9YlnWnBQBw2Y6nXb2+30fWxPba6VS6Yedp9FpVCHezufzDi6kzX9GCkmlUqamaU2+AFe/JjpeCxHrY+fNrIHNdsW74/G4ThJks1nW7n/7mfVZ24F52+88YXkw7i3s4qMZcEhnuVzenVs2s9nM2Gw2TSTov1+cS2e32115yybU9BFceUckvFqt/sjUO/Qb0L8P0vcaP7WmqVQq2Tj5yS/GNYl6fyYJoN+A/kOQPmq+e3yWTjbNZDKZW/pZg0dqEG2QBGwcBl/8YmycB4PDZ4rIdDqtISPdgPAc9W3JlMlxGAyKY+i9ipRpplAovNHXEcWLkcvlbJKA6xZZfQuKI1aPbJpBpt+DYqi93yQJHjqR/r+zTIf8oUWSICmi8jJ17zd+18AoUA8xZeAW/aUzYH1MKDy7mqLjYPpGFP80PRqNbpF6HicN0Qk4hs6Bp2aYfQ7TZ5AUYVx3BW2YeaQL4ZlVlXBIm5vhiwH9BilE47mfB266INCXHlG8aHhHDq0xWfBg/SKFKB/y4iAxHReJ6bhITMdFYjouEtNxobm9BGX9ObzR+S1Ke6SO3iHTWI08kCKwWv6hxX06UkfrYLpcLrNoiyTA6+cchq/9up68gg9qxESBE1IsFjtf1jVoKlYhHrmpiEzOF4tFJ6zfwSsYXdfrvM6kiPrY9dz2BX0APxcL2kY7dpsAAAAASUVORK5CYII=") no-repeat center;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.testimonials__item .top__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 20px;
}
.testimonials__item .top__item .icon__wrapper {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.testimonials__item .top__item .icon__wrapper .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.testimonials__item .top__item .icon__wrapper .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}
.testimonials__item .top__item .icon__wrapper .title__wrapper h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  color: #2A3036;
}
@media screen and (max-width: 1200px) {
  .testimonials__item .top__item .icon__wrapper .title__wrapper h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .testimonials__item .top__item .icon__wrapper {
    margin-bottom: 15px;
  }
}
.testimonials__item .top__item .star_rating {
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .testimonials__item .top__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 10px;
  }
}
.testimonials__item__content p {
  font-size: 16px;
  line-height: 1.5;
  color: #6C6E81;
}

.aboutusinfo__section {
  position: relative;
  padding: 80px 0;
  background-color: #F1F3F6;
}
@media screen and (max-width: 1200px) {
  .aboutusinfo__section {
    padding: 30px 0;
  }
}
.aboutusinfo__wrapper {
  position: relative;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.aboutusinfo__wrapper h2 {
  font-size: 28px;
  font-weight: 800;
  color: #2A3036;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.3;
}
.aboutusinfo__wrapper p {
  font-size: 20px;
  color: #2A3036;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .aboutusinfo__wrapper p {
    font-size: 16px;
  }
}

.our__mission__vision__section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .our__mission__vision__section {
    padding: 30px 0;
  }
}
.our__mission__vision__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 1200px) {
  .our__mission__vision__wrapper {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.our__mission__vision__left {
  position: relative;
  width: 500px;
}
.our__mission__vision__left figure {
  width: 100%;
}
.our__mission__vision__left figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .our__mission__vision__left {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 30px;
  }
}
.our__mission__vision__right {
  position: relative;
  width: calc(100% - 500px);
}
.our__mission__vision__right h3 {
  font-size: 26px;
  font-weight: 800;
  color: #2A3036;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .our__mission__vision__right h3 {
    font-size: 24px;
  }
}
.our__mission__vision__right h4 {
  font-size: 20px;
  font-weight: 400;
  color: #2A3036;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .our__mission__vision__right h4 {
    font-size: 18px;
  }
}
.our__mission__vision__right p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #6C6E81;
}
.our__mission__vision__right p a {
  color: #3C56F5;
  transition: all 0.3s ease;
}
.our__mission__vision__right p a:hover {
  text-decoration: underline;
}
.our__mission__vision__right p b, .our__mission__vision__right p strong {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .our__mission__vision__right {
    width: 100%;
  }
}

.brandsreviews__counter__section {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .brandsreviews__counter__section {
    padding: 0 0 30px 0;
  }
}
.brandsreviews__counter__wrapper {
  position: relative;
}
.brandsreviews__counter__items {
  position: relative;
  background-color: #F1F3F6;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  flex-wrap: wrap;
  padding: 40px 50px;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .brandsreviews__counter__items {
    padding: 24px 15px;
  }
}
.brandsreviews__counter__item {
  position: relative;
  width: calc(25% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
}
.brandsreviews__counter__item:nth-child(2):before {
  background-color: #84AEFF;
  opacity: 0.2;
}
.brandsreviews__counter__item:nth-child(3):before {
  background-color: #FDE8F3;
}
.brandsreviews__counter__item:nth-child(4):before {
  background-color: #16BFB7;
  opacity: 0.3;
}
.brandsreviews__counter__item .icon {
  width: 50px;
  position: relative;
}
.brandsreviews__counter__item .icon:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #F8EAD2;
  left: 0;
  top: -20px;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .brandsreviews__counter__item .icon:before {
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
  }
}
.brandsreviews__counter__item .icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .brandsreviews__counter__item .icon {
    margin: 0 auto 15px;
  }
}
.brandsreviews__counter__item .content__wrapper {
  text-align: left;
  flex: 1;
}
.brandsreviews__counter__item .content__wrapper .title {
  font-size: 16px;
  line-height: 1.5;
  color: #2A3036;
  display: block;
}
.brandsreviews__counter__item .content__wrapper .count {
  display: block;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3;
  color: #2A3036;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .brandsreviews__counter__item .content__wrapper {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .brandsreviews__counter__item {
    width: calc(50% - 10px);
    margin-bottom: 40px;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .brandsreviews__counter__item {
    width: 100%;
  }
}

.popular__categories__section {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.popular__categories__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.popular__categories__wrapper h2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 80px;
}
@media screen and (max-width: 480px) {
  .popular__categories__wrapper h2 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .popular__categories__wrapper {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.popular__categories__items {
  flex: 1;
  width: calc(100% - 121px);
}
.popular__categories__items .slick-list {
  padding: 10px 0 !important;
}
.popular__categories__items .slick-track {
  display: flex;
}
.popular__categories__items .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 480px) {
  .popular__categories__items {
    width: 100%;
  }
}
.popular__categories__item {
  position: relative;
  background-color: #F5F6FA;
  border-radius: 12px;
  padding: 2px;
  transition: all 0.3s ease;
}
.popular__categories__item:hover {
  background: linear-gradient(93.62deg, #5548FB 5.98%, rgba(85, 72, 251, 0.1) 41.14%, #FFFFFF 77.21%), linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  box-shadow: 0px 4px 13px rgba(85, 72, 251, 0.1);
  backdrop-filter: blur(15px);
}
.popular__categories__item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  background-color: #F5F6FA;
  padding: 14px;
  border-radius: 12px;
  z-index: 1;
  backdrop-filter: blur(15px);
  transition: all 0.3s ease;
}
.popular__categories__item .icon__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.popular__categories__item .icon__wrapper .icon {
  width: 40px;
  height: 40px;
}
.popular__categories__item .icon__wrapper .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popular__categories__item .icon__wrapper h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #2A3036;
  text-transform: capitalize;
}
.popular__categories__arrow {
  flex-shrink: 0;
  font-size: 0;
}

.lst__top__banner__section {
  position: relative;
  padding: 30px 0 80px 0;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.lst__top__banner__section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAGgCAYAAACJ/hYPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA7SURBVHgB7ckxAQAgCAAwtH9IM1gACgAJtnfn/cxo3BgIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBC7FER1gcQQ67/8AAAAABJRU5ErkJggg==) repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .lst__top__banner__section:before {
    background: linear-gradient(203.41deg, rgba(213, 231, 253, 0) 10.02%, #D5E7FD 66.91%);
    z-index: 1;
  }
}
.lst__top__banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.lst__top__banner__content {
  width: 64%;
}
.lst__top__banner__content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2A3036;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .lst__top__banner__content h2 {
    font-size: 24px;
  }
}
.lst__top__banner__content p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  max-height: 3em;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .lst__top__banner__content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.lst__top__banner__content .updates__wrapper {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.lst__top__banner__content .updates__title {
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
  opacity: 0.4;
}
.lst__top__banner__content .updates__date {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  opacity: 0.4;
}
@media screen and (max-width: 1024px) {
  .lst__top__banner__content .updates__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .lst__top__banner__content {
    width: 100%;
  }
}

.lst__top__picks__section {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  z-index: 2;
}
.lst__top__picks__wrapper {
  position: relative;
  backdrop-filter: blur(11.3999996185px);
  border: 1px solid rgba(223, 223, 234, 0.8);
  background-color: rgba(244, 244, 244, 0.5);
  border-radius: 10px;
  padding: 15px;
}
.lst__top__picks__wrapper h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.lst__top__picks__wrapper .row {
  margin: 0 -8px;
}
.lst__top__picks__wrapper .col-md-6 {
  padding: 0 8px;
}
.lst__top__picks__wrapper .col-xs-12 {
  padding: 0 8px;
}
@media screen and (max-width: 1150px) {
  .lst__top__picks__wrapper {
    margin: 0 -15px;
    border-radius: 0;
  }
}
.lst__top__picks__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .lst__top__picks__items .lsttop__slide {
    width: 100%;
  }
}
.lst__top__picks__items .lsttop__slide:first-child .lst__top__picks__item {
  border-image: linear-gradient(93.62deg, #25B950 5.98%, rgba(85, 72, 251, 0.1) 41.14%, #FFFFFF 77.21%);
  border-image-slice: 1;
  box-shadow: 0px 4px 13px 0px rgba(85, 72, 251, 0.1019607843);
  border-radius: 7px;
}
.lst__top__picks__items .lsttop__slide:first-child .lst__top__picks__item .lst__top__picks__item__right .btn__link {
  background: linear-gradient(90deg, #25B950 0%, #0C9634 100%);
  border-color: transparent;
  color: #FFFFFF;
}
.lst__top__picks__items .lsttop__slide:first-child .lst__top__picks__item .lst__top__picks__item__right .btn__link:hover {
  background: linear-gradient(90deg, #0C9634 0%, #25B950 100%);
}
.lst__top__picks__items .lsttop__slide:first-child .lst__top__picks__item .lst__top__picks__item__right .cta__arrow svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.lst__top__picks__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DFDFEA;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.lst__top__picks__item.lstitem {
  padding: 40px 25px 20px 25px;
}
@media screen and (max-width: 1024px) {
  .lst__top__picks__item.lstitem {
    padding: 40px 14px 14px 14px;
  }
}
.lst__top__picks__item .lsttop__badge {
  position: absolute;
  left: 0;
  top: 10px;
}
.lst__top__picks__item .lsttop__badge .lsttop__badge__text {
  background: linear-gradient(242.62deg, #FFE23D 11.8%, #F8AF1B 84.34%);
  border-radius: 0 6px 6px 0;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .lst__top__picks__item .lsttop__badge .lsttop__badge__text {
    font-size: 12px;
  }
}
.lst__top__picks__item .anchor__overlay__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lst__top__picks__item__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.lst__top__picks__item__left .thumbnail {
  position: relative;
  width: 72px;
  border-radius: 6px;
  border: 1px solid #DFDFEA;
  padding: 6px;
  flex-shrink: 0;
}
.lst__top__picks__item__left .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.lst__top__picks__item__left .content h3 {
  font-size: 14px;
  font-weight: 600;
  color: #0E0D33;
  margin-bottom: 5px;
}
.lst__top__picks__item__left .content p {
  font-size: 13px;
  color: #78788D;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media screen and (max-width: 599px) {
  .lst__top__picks__item__left {
    margin-bottom: 10px;
  }
}
.lst__top__picks__item__right {
  position: relative;
  flex-shrink: 0;
}
.lst__top__picks__item__right .elx__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 7px;
  margin-bottom: 10px;
}
.lst__top__picks__item__right .elx__box .rating_num {
  position: relative;
  flex-shrink: 0;
  font-size: 0;
}
.lst__top__picks__item__right .elx__box .rating_num #rating-svg text {
  font-size: 14px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .lst__top__picks__item__right .elx__box .rating_num {
    width: 36px;
    height: 36px;
  }
  .lst__top__picks__item__right .elx__box .rating_num #rating-svg {
    width: 100%;
    height: 100%;
  }
}
.lst__top__picks__item__right .elx__box .elx__overview .star_rating {
  margin-bottom: 3px;
}
.lst__top__picks__item__right .elx__box .elx__overview .product__scale {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
  margin-bottom: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .lst__top__picks__item__right .elx__box .elx__overview .product__scale {
    font-size: 11px;
  }
}
.lst__top__picks__item__right .elx__box .elx__overview .product__overalltext {
  display: block;
  font-size: 11px;
  color: #78788D;
  line-height: 1.3;
  text-transform: capitalize;
}
@media screen and (max-width: 599px) {
  .lst__top__picks__item__right .elx__box {
    margin-bottom: 0;
  }
}
.lst__top__picks__item__right .btn__link {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
  transition: all 0.3s ease;
  padding: 8px 10px;
  background-color: #3C56F5;
  border-radius: 50px;
  border: 1px solid #3C56F5;
  position: relative;
  z-index: 2;
}
.lst__top__picks__item__right .btn__link:hover {
  background-color: #FFFFFF;
  color: #3C56F5;
}
.lst__top__picks__item__right .btn__link:hover .cta__arrow svg path {
  fill: #3C56F5;
  stroke: #3C56F5;
}
.lst__top__picks__item__right .btn__link .cta__arrow {
  flex-shrink: 0;
  font-size: 0;
}
.lst__top__picks__item__right .btn__link .cta__arrow svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .lst__top__picks__item__right .btn__link {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .lst__top__picks__item__right {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
}
.lst__top__picks__item:hover {
  border-image: linear-gradient(93.62deg, #5548FB 5.98%, rgba(85, 72, 251, 0.1) 41.14%, #FFFFFF 77.21%);
  border-image-slice: 1;
  box-shadow: 0px 4px 13px 0px rgba(85, 72, 251, 0.1019607843);
  border-radius: 7px;
}
@media screen and (max-width: 1024px) {
  .lst__top__picks__item {
    padding: 14px;
    height: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .lst__top__picks__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.lstpicks__wrapper {
  position: relative;
}
.lstpicks__items {
  position: relative;
}
.lstpicks__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DFDFEA;
  padding: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.lstpicks__item .lstpikcs__number {
  position: absolute;
  left: -15px;
  top: -20px;
}
.lstpicks__item .lstpikcs__number .circlenum__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lstpicks__item .lstpikcs__number .circlenum__link .circlenum {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EEF8FF;
  box-shadow: 0px 1.72px 2.58px 0px rgba(0, 0, 0, 0.12);
  font-size: 18px;
  color: #0E0D33;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lstpicks__item .lstpikcs__number .circlenum__link .editor__choice__badge {
  background: linear-gradient(242.62deg, #6ACCF6 11.8%, #5548FB 75.37%);
  border-radius: 6px;
  padding: 5px 13px 5px 21px;
  font-size: 13px;
  font-weight: 800;
  color: #FFFFFF;
  margin-left: -12px;
}
.lstpicks__item .anchor__overlay__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lstpicks__item__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.lstpicks__item__left .thumbnail {
  position: relative;
  width: 140px;
  border-radius: 6px;
  flex-shrink: 0;
}
.lstpicks__item__left .thumbnail .imglink {
  display: block;
  border: 1px solid #DFDFEA;
  padding: 6px;
  border-radius: 6px;
}
.lstpicks__item__left .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
@media screen and (max-width: 1150px) {
  .lstpicks__item__left .thumbnail {
    width: 105px;
  }
}
@media screen and (max-width: 480px) {
  .lstpicks__item__left .thumbnail {
    width: 140px;
    margin-bottom: 15px;
  }
}
.lstpicks__item__left .content {
  flex: 1;
}
.lstpicks__item__left .content h3 {
  font-size: 14px;
  font-weight: 600;
  color: #0E0D33;
  margin-bottom: 5px;
}
.lstpicks__item__left .content p {
  font-size: 14px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
  margin-bottom: 12px;
}
.lstpicks__item__left .content ul li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  font-weight: 400;
  color: #78788D;
  margin-bottom: 8px;
}
.lstpicks__item__left .content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #5548FB;
}
@media screen and (max-width: 480px) {
  .lstpicks__item__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.lstpicks__item__right {
  position: relative;
  flex-shrink: 0;
}
.lstpicks__item__right .elx__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 7px;
  margin-bottom: 10px;
}
.lstpicks__item__right .elx__box .rating_num {
  position: relative;
  flex-shrink: 0;
  font-size: 0;
}
.lstpicks__item__right .elx__box .rating_num #rating-svg text {
  font-size: 14px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
}
.lstpicks__item__right .elx__box .elx__overview {
  flex: 1;
}
.lstpicks__item__right .elx__box .elx__overview .star_rating {
  margin-bottom: 3px;
}
.lstpicks__item__right .elx__box .elx__overview .product__scale {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.lstpicks__item__right .elx__box .elx__overview .product__overalltext {
  display: block;
  font-size: 11px;
  color: #78788D;
  line-height: 1.3;
  text-transform: capitalize;
}
@media screen and (max-width: 480px) {
  .lstpicks__item__right .elx__box {
    width: 100%;
  }
}
.lstpicks__item__right .btn__link {
  font-size: 12px;
  font-weight: 600;
  background-color: #5548FB;
  border-radius: 50px;
  padding: 10px;
  color: #FFFFFF;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5548FB;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.lstpicks__item__right .btn__link:hover {
  background-color: #FFFFFF;
  color: #5548FB;
}
@media screen and (max-width: 599px) {
  .lstpicks__item__right .btn__link {
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .lstpicks__item__right .btn__link {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .lstpicks__item__right {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .lstpicks__item__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.lstpicks__item:hover {
  border-image: linear-gradient(93.62deg, #5548FB 5.98%, rgba(85, 72, 251, 0.1) 41.14%, #FFFFFF 77.21%);
  border-image-slice: 1;
  box-shadow: 0px 4px 13px 0px rgba(85, 72, 251, 0.1019607843);
  border-radius: 7px;
}
@media screen and (max-width: 1150px) {
  .lstpicks__item {
    padding: 30px 14px 14px 14px;
  }
}
@media screen and (max-width: 599px) {
  .lstpicks__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.tableofcontent__widget {
  position: relative;
}
.tableofcontent__widget h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  color: #2A3036;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tableofcontent__widget h2 b {
  color: #3C56F5;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .tableofcontent__widget h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .tableofcontent__widget h2 {
    font-size: 22px;
  }
}
.tableofcontent__widget__items {
  border-radius: 10px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DFDFEA;
}
.tableofcontent__widget__items ul {
  list-style: none;
}
.tableofcontent__widget__items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tableofcontent__widget__items ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 14px;
  transition: all 0.3s ease;
}
.tableofcontent__widget__items ul li a:hover .product__name {
  color: #3C56F5;
}
.tableofcontent__widget__items ul li a .icon {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(204, 204, 204, 0.2);
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableofcontent__widget__items ul li a .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.tableofcontent__widget__items ul li a .product__name {
  font-size: 23px;
  font-weight: 600;
  color: #2A3036;
  line-height: 1.3;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .tableofcontent__widget__items ul li a .product__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .tableofcontent__widget__items ul li a .product__name {
    font-size: 16px;
  }
}

.lstpicks__main__section {
  position: relative;
  padding: 40px 0;
}
.lstpicks__main__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.lstpicks__main__left {
  position: relative;
  width: calc(100% - 360px);
}
.lstpicks__main__left .lstpicks__content__block h2 {
  font-size: 23px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
  margin-bottom: 20px;
}
.lstpicks__main__left .lstpicks__content__block h2 b {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block h2 strong {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__left .lstpicks__content__block h2 {
    font-size: 22px;
  }
}
.lstpicks__main__left .lstpicks__content__block h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
  margin-bottom: 8px;
}
.lstpicks__main__left .lstpicks__content__block h3 b {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block h3 strong {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__left .lstpicks__content__block h3 {
    font-size: 15px;
  }
}
.lstpicks__main__left .lstpicks__content__block h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0E0D33;
  line-height: 1.3;
  margin-bottom: 8px;
}
.lstpicks__main__left .lstpicks__content__block h4 b {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block h4 strong {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__left .lstpicks__content__block h4 {
    font-size: 15px;
  }
}
.lstpicks__main__left .lstpicks__content__block p {
  font-size: 16px;
  color: #78788D;
  line-height: 1.3;
  margin-bottom: 20px;
}
.lstpicks__main__left .lstpicks__content__block p b {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block p strong {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block p a {
  color: #3C56F5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__left .lstpicks__content__block p {
    font-size: 15px;
  }
}
.lstpicks__main__left .lstpicks__content__block ol {
  list-style: decimal;
  margin-left: 20px;
  list-style-position: outside;
}
.lstpicks__main__left .lstpicks__content__block ol li {
  font-size: 16px;
  color: #78788D;
  line-height: 1.3;
  margin-bottom: 5px;
}
.lstpicks__main__left .lstpicks__content__block ol li::marker {
  color: #0E0D33;
}
.lstpicks__main__left .lstpicks__content__block ol li b {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block ol li strong {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block ol li a {
  color: #3C56F5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__left .lstpicks__content__block ol li {
    font-size: 15px;
  }
}
.lstpicks__main__left .lstpicks__content__block ul {
  list-style: disc;
  margin-left: 20px;
  list-style-position: outside;
}
.lstpicks__main__left .lstpicks__content__block ul li {
  font-size: 16px;
  color: #78788D;
  line-height: 1.3;
  margin-bottom: 5px;
}
.lstpicks__main__left .lstpicks__content__block ul li::marker {
  color: #0E0D33;
}
.lstpicks__main__left .lstpicks__content__block ul li b {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block ul li strong {
  font-weight: 600;
}
.lstpicks__main__left .lstpicks__content__block ul li a {
  color: #3C56F5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__left .lstpicks__content__block ul li {
    font-size: 15px;
  }
}
.lstpicks__main__left .postshare__links__block {
  position: relative;
  border-top: 1px solid #DFDFEA;
  border-bottom: 1px solid #DFDFEA;
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
}
.lstpicks__main__left .postshare__links__block .post__pub__bx {
  text-align: right;
}
.lstpicks__main__left .postshare__links__block .post__pub__bx .text__1 {
  font-size: 16px;
  color: #0E0D33;
  display: block;
}
.lstpicks__main__left .postshare__links__block .post__pub__bx .date {
  font-size: 16px;
  font-weight: 600;
  color: #0E0D33;
  display: block;
}
@media screen and (max-width: 380px) {
  .lstpicks__main__left .postshare__links__block .post__pub__bx {
    text-align: left;
    margin-bottom: 10px;
  }
}
.lstpicks__main__left .postshare__links__block .post__social__links {
  text-align: center;
  position: relative;
}
.lstpicks__main__left .postshare__links__block .post__social__links:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 42px;
  background-color: #DFDFEA;
  transform: translateY(-50%);
}
.lstpicks__main__left .postshare__links__block .post__social__links .text__1 {
  font-size: 12px;
  font-weight: 600;
  color: #78788D;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.lstpicks__main__left .postshare__links__block .post__social__links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  list-style: none;
  margin: 0;
}
.lstpicks__main__left .postshare__links__block .post__social__links ul li a {
  font-size: 16px;
  color: #0E0D33;
}
@media screen and (max-width: 380px) {
  .lstpicks__main__left .postshare__links__block .post__social__links {
    text-align: left;
  }
}
@media screen and (max-width: 380px) {
  .lstpicks__main__left .postshare__links__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.lstpicks__main__right {
  position: relative;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .lstpicks__main__right {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
}

.archive .breadcrumb__section {
  display: none;
}

.singleproduct__main__section {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .singleproduct__main__section {
    padding: 30px 0 0 0;
  }
}
.singleproduct__main__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 1150px) {
  .singleproduct__main__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.singleproduct__main__left {
  width: calc(100% - 360px);
}
.singleproduct__main__left h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .singleproduct__main__left h1 {
    font-size: 30px;
  }
}
.singleproduct__main__left .rating__block {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
.singleproduct__main__left .rating__block .rating__text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.singleproduct__main__left .rating__block .rating__stars {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.singleproduct__main__left .post__social__links {
  position: relative;
  margin-bottom: 20px;
}
.singleproduct__main__left .post__social__links .text__1 {
  font-size: 12px;
  font-weight: 600;
  color: #78788D;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.singleproduct__main__left .post__social__links ul {
  display: flex;
  align-items: center;
  gap: 0 10px;
  list-style: none;
  margin: 0;
}
.singleproduct__main__left .post__social__links ul li a {
  font-size: 16px;
}
.singleproduct__main__left .post__social__links ul li a img {
  width: 100%;
  height: auto;
  display: block;
}
.singleproduct__main__left .product__info__block {
  position: relative;
  border-top: 1px solid #DFDFEA;
  border-bottom: 1px solid #DFDFEA;
  background: #FFFFFF;
  width: 100%;
  padding: 24px 15px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.singleproduct__main__left .product__info__block__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.singleproduct__main__left .product__info__block__inner .thumbnail__wrapper {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.singleproduct__main__left .product__info__block__inner .thumbnail__wrapper figure {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #DFDFEA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleproduct__main__left .product__info__block__inner .thumbnail__wrapper figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.singleproduct__main__left .product__info__block__inner .thumbnail__wrapper .product__name {
  font-size: 23px;
  font-weight: 600;
  color: #0E0D33;
  text-transform: capitalize;
}
@media screen and (max-width: 599px) {
  .singleproduct__main__left .product__info__block__inner .thumbnail__wrapper .product__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .singleproduct__main__left .product__info__block__inner .thumbnail__wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.singleproduct__main__left .product__info__block__inner .visit__site__btn {
  border-radius: 50px;
  font-size: 20px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .singleproduct__main__left .product__info__block__inner .visit__site__btn {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .singleproduct__main__left .product__info__block__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .singleproduct__main__left .product__info__block {
    padding: 20px 15px;
  }
}
.singleproduct__main__left #productsticky__block {
  position: sticky;
  top: 83px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .singleproduct__main__left #productsticky__block {
    top: 64px;
  }
}
.singleproduct__main__left .productdetails__block {
  position: relative;
}
.singleproduct__main__left .productdetails__block .published__date {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-bottom: 30px;
}
.singleproduct__main__left .productdetails__block .published__date b {
  font-weight: 700;
}
.singleproduct__main__left .productdetails__block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .singleproduct__main__left .productdetails__block h2 {
    font-size: 22px;
  }
}
.singleproduct__main__left .productdetails__block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .singleproduct__main__left .productdetails__block h3 {
    font-size: 18px;
  }
}
.singleproduct__main__left .productdetails__block h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.singleproduct__main__left .productdetails__block p {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 30px;
}
.singleproduct__main__left .productdetails__block p a {
  color: #3C56F5;
  font-weight: 700;
}
.singleproduct__main__left .productdetails__block ol {
  list-style: decimal;
  margin-left: 20px;
  list-style-position: outside;
}
.singleproduct__main__left .productdetails__block ol li {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 8px;
}
.singleproduct__main__left .productdetails__block ol li::marker {
  color: #252525;
}
.singleproduct__main__left .productdetails__block ol li a {
  color: #3C56F5;
  font-weight: 700;
}
.singleproduct__main__left .productdetails__block ul {
  list-style: disc;
  margin-left: 20px;
  list-style-position: outside;
}
.singleproduct__main__left .productdetails__block ul li {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 8px;
}
.singleproduct__main__left .productdetails__block ul li::marker {
  color: #252525;
}
.singleproduct__main__left .productdetails__block ul li a {
  color: #3C56F5;
  font-weight: 700;
}
.singleproduct__main__left .productdetails__block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.singleproduct__main__left .productdetails__block table th {
  font-size: 16px;
  color: #6C6E81;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #DFDFEA;
}
.singleproduct__main__left .productdetails__block table td {
  border: 1px solid #DFDFEA;
  font-size: 16px;
  color: #252525;
}
.singleproduct__main__left .productdetails__block table td p {
  margin: 0;
  padding: 0;
  border: 0;
  color: #252525;
}
.singleproduct__main__left .productdetails__block table tr {
  border: 1px solid #DFDFEA;
}
.singleproduct__main__left .productdetails__block table tr:first-child {
  background-color: #F8F9FA;
}
.singleproduct__main__left .productdetails__block table th, .singleproduct__main__left .productdetails__block table td {
  padding: 10px;
}
.singleproduct__main__left .productdetails__block .faqs__block {
  position: relative;
}
.singleproduct__main__left .productdetails__block .faqs__block .section__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
.singleproduct__main__left .productdetails__block .faqs__block .faq__item {
  margin-bottom: 30px;
}
.singleproduct__main__left .productdetails__block .faqs__block .faq__item h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2A3036;
}
.singleproduct__main__left .productdetails__block .faqs__block .faq__item p {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 0;
}
.singleproduct__main__left .productdetails__block .writter__info__block {
  margin-top: 30px;
}
.singleproduct__main__left .productdetails__block .writter__info__block h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.singleproduct__main__left .productdetails__block .writter__info__block .title__wrapper {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 10px;
}
.singleproduct__main__left .productdetails__block .writter__info__block .title__wrapper .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.singleproduct__main__left .productdetails__block .writter__info__block .title__wrapper .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.singleproduct__main__left .productdetails__block .writter__info__block .title__wrapper h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
}
.singleproduct__main__left .productdetails__block .writter__info__block p {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 0;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin: 50px 0;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__left {
  width: 50%;
  background-color: #F8F9FA;
  border-radius: 10px;
  padding: 30px 20px 20px;
  border: 1px solid #DFDFEA;
  position: relative;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__left .icon {
  position: absolute;
  right: 30px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #DFDFEA;
  background: #FFFFFF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTg1NSA4LjMzNjY3SDEuMDQ2MzZDMC40Njg0NzQgOC4zMzY2NyAwIDguODA1MTggMCA5LjM4MzAzVjIyLjQ2M0MwIDIzLjA0MDggMC40Njg1MSAyMy41MDkzIDEuMDQ2MzYgMjMuNTA5M0g0LjE4NTVDNC43NjMzOSAyMy41MDkzIDUuMjMxODcgMjMuMDQwOCA1LjIzMTg3IDIyLjQ2M1Y5LjM4MzAzQzUuMjMxODcgOC44MDUxNCA0Ljc2MzM2IDguMzM2NjcgNC4xODU1IDguMzM2NjdaIiBmaWxsPSIjMTZCRkI3Ii8+CjxwYXRoIGQ9Ik0xNy42Mzg4IDguMzM2NTdDMTYuODMzMiA4LjMzNjU3IDE2LjMxNzkgNy40NzgwMiAxNi42OTcxIDYuNzY3TDE4LjYwMzQgMy4xOTMwMkMxOS4yNTY2IDEuOTY4MDYgMTguMzY5MSAwLjQ4ODc3IDE2Ljk4MDkgMC40ODg3N0MxNi40OTMxIDAuNDg4NzcgMTYuMDI1NSAwLjY4MjUwOSAxNS42ODA2IDEuMDI3MjhMOS41OTcwNiA3LjExMDgxQzguODEyMDggNy44OTU3OSA4LjM3MTA5IDguOTYwNDMgOC4zNzEwOSAxMC4wNzAzVjE5LjMyMzVDOC4zNzEwOSAyMS42MzUyIDEwLjI0NDkgMjMuNTA5IDEyLjU1NjYgMjMuNTA5SDIxLjIyMjdDMjIuNjUxMiAyMy41MDkgMjMuODk5NiAyMi41NDQ1IDI0LjI2MDEgMjEuMTYyNEwyNi42OTY5IDExLjgyMTFDMjYuNzU2OSAxMS41OTE3IDI2Ljc4NzIgMTEuMzU1NyAyNi43ODcyIDExLjExODdDMjYuNzg3MiA5LjU4MjE4IDI1LjU0MTYgOC4zMzY1NyAyNC4wMDUgOC4zMzY1N0gxNy42Mzg4WiIgZmlsbD0iIzE2QkZCNyIvPgo8L3N2Zz4K) no-repeat center;
}
@media screen and (max-width: 767px) {
  .singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__left .icon {
    width: 40px;
    height: 40px;
    top: -20px;
    background-size: 20px;
  }
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__left ul li {
  font-size: 16px;
  color: #6C6E81;
  position: relative;
  padding-left: 25px;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__left ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 11px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjA3NSA2LjM2NjA0TDkuOTc1IDAuNDY2MDRDMTAuMTU4MyAwLjI4MjcwNiAxMC4zOTE3IDAuMTkxMDQgMTAuNjc1IDAuMTkxMDRDMTAuOTU4MyAwLjE5MTA0IDExLjE5MTcgMC4yODI3MDYgMTEuMzc1IDAuNDY2MDRDMTEuNTU4MyAwLjY0OTM3MyAxMS42NSAwLjg4MjcwNiAxMS42NSAxLjE2NjA0QzExLjY1IDEuNDQ5MzcgMTEuNTU4MyAxLjY4MjcxIDExLjM3NSAxLjg2NjA0TDQuNzc1IDguNDY2MDRDNC41NzUgOC42NjYwNCA0LjM0MTY2IDguNzY2MDQgNC4wNzUgOC43NjYwNEMzLjgwODMzIDguNzY2MDQgMy41NzUgOC42NjYwNCAzLjM3NSA4LjQ2NjA0TDAuMjc1IDUuMzkxMDRDMC4wOTE2NjYzIDUuMjA3NzEgMCA0Ljk3NDM3IDAgNC42OTEwNEMwIDQuNDA3NzEgMC4wOTE2NjYzIDQuMTc0MzcgMC4yNzUgMy45OTEwNEMwLjQ1ODMzMyAzLjgwNzcxIDAuNjkxNjY3IDMuNzE2MDQgMC45NzUgMy43MTYwNEMxLjI1ODMzIDMuNzE2MDQgMS40OTE2NyAzLjgwNzcxIDEuNjc1IDMuOTkxMDRMNC4wNzUgNi4zNjYwNFoiIGZpbGw9IiMxNkJGQjciLz4KPC9zdmc+Cg==) no-repeat center center;
  border-radius: 50%;
  content: "";
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__right {
  width: 50%;
  background-color: #F8F9FA;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #DFDFEA;
  position: relative;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__right .icon {
  position: absolute;
  right: 30px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #DFDFEA;
  background: #FFFFFF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTg1ODcgMTUuNjYyNkgxLjA0NjQ2QzAuNDY4NTE1IDE1LjY2MjYgMCAxNS4xOTQgMCAxNC42MTYxVjEuNTM1MDhDMCAwLjk1NzEzNSAwLjQ2ODU1MSAwLjQ4ODYyMyAxLjA0NjQ2IDAuNDg4NjIzSDQuMTg1ODdDNC43NjM4MSAwLjQ4ODYyMyA1LjIzMjMzIDAuOTU3MTcgNS4yMzIzMyAxLjUzNTA4VjE0LjYxNjFDNS4yMzIzMyAxNS4xOTQxIDQuNzYzNzggMTUuNjYyNiA0LjE4NTg3IDE1LjY2MjZaIiBmaWxsPSIjRUIzRDE3Ii8+CjxwYXRoIGQ9Ik0xNy42NDE2IDE1LjY2M0MxNi44MzU5IDE1LjY2MyAxNi4zMjA1IDE2LjUyMTYgMTYuNjk5OCAxNy4yMzI3TDE4LjYwNjIgMjAuODA3QzE5LjI1OTUgMjIuMDMyMSAxOC4zNzE5IDIzLjUxMTUgMTYuOTgzNiAyMy41MTE1QzE2LjQ5NTggMjMuNTExNSAxNi4wMjgyIDIzLjMxNzcgMTUuNjgzMiAyMi45NzI5TDkuNTk5MTIgMTYuODg4OUM4LjgxNDA3IDE2LjEwMzggOC4zNzMwNSAxNS4wMzkxIDguMzczMDUgMTMuOTI5MVY0LjY3NTA4QzguMzczMDUgMi4zNjMyMiAxMC4yNDcxIDAuNDg5MjEyIDEyLjU1ODkgMC40ODkyMTJIMjEuMjI1N0MyMi42NTQ0IDAuNDg5MjEyIDIzLjkwMjkgMS40NTM4NCAyNC4yNjM0IDIuODM2MDdMMjYuNzAwNCAxMi4xNzgyQzI2Ljc2MDQgMTIuNDA3NSAyNi43OTA3IDEyLjY0MzYgMjYuNzkwNyAxMi44ODA2QzI2Ljc5MDcgMTQuNDE3MyAyNS41NDUgMTUuNjYzIDI0LjAwODMgMTUuNjYzSDE3LjY0MTZaIiBmaWxsPSIjRUIzRDE3Ii8+Cjwvc3ZnPgo=) no-repeat center;
}
@media screen and (max-width: 767px) {
  .singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__right .icon {
    width: 40px;
    height: 40px;
    top: -20px;
    background-size: 20px;
  }
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__right ul li {
  font-size: 16px;
  color: #6C6E81;
  position: relative;
  padding-left: 25px;
}
.singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__right ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgNi40MzY2OUwxLjY0NjM5IDkuNzkwM0MxLjUyMDkxIDkuOTE1NzggMS4zNjEyMiA5Ljk3ODUyIDEuMTY3MyA5Ljk3ODUyQzAuOTczMzg0IDkuOTc4NTIgMC44MTM2ODggOS45MTU3OCAwLjY4ODIxMyA5Ljc5MDNDMC41NjI3MzcgOS42NjQ4MyAwLjUgOS41MDUxMyAwLjUgOS4zMTEyMkMwLjUgOS4xMTczIDAuNTYyNzM3IDguOTU3NiAwLjY4ODIxMyA4LjgzMjEzTDQuMDQxODMgNS40Nzg1MkwwLjY4ODIxMyAyLjEyNDlDMC41NjI3MzcgMS45OTk0MyAwLjUgMS44Mzk3MyAwLjUgMS42NDU4MkMwLjUgMS40NTE5IDAuNTYyNzM3IDEuMjkyMiAwLjY4ODIxMyAxLjE2NjczQzAuODEzNjg4IDEuMDQxMjUgMC45NzMzODQgMC45Nzg1MTYgMS4xNjczIDAuOTc4NTE2QzEuMzYxMjIgMC45Nzg1MTYgMS41MjA5MSAxLjA0MTI1IDEuNjQ2MzkgMS4xNjY3M0w1IDQuNTIwMzRMOC4zNTM2MSAxLjE2NjczQzguNDc5MDkgMS4wNDEyNSA4LjYzODc4IDAuOTc4NTE2IDguODMyNyAwLjk3ODUxNkM5LjAyNjYyIDAuOTc4NTE2IDkuMTg2MzEgMS4wNDEyNSA5LjMxMTc5IDEuMTY2NzNDOS40MzcyNiAxLjI5MjIgOS41IDEuNDUxOSA5LjUgMS42NDU4MkM5LjUgMS44Mzk3MyA5LjQzNzI2IDEuOTk5NDMgOS4zMTE3OSAyLjEyNDlMNS45NTgxNyA1LjQ3ODUyTDkuMzExNzkgOC44MzIxM0M5LjQzNzI2IDguOTU3NiA5LjUgOS4xMTczIDkuNSA5LjMxMTIyQzkuNSA5LjUwNTEzIDkuNDM3MjYgOS42NjQ4MyA5LjMxMTc5IDkuNzkwM0M5LjE4NjMxIDkuOTE1NzggOS4wMjY2MiA5Ljk3ODUyIDguODMyNyA5Ljk3ODUyQzguNjM4NzggOS45Nzg1MiA4LjQ3OTA5IDkuOTE1NzggOC4zNTM2MSA5Ljc5MDNMNSA2LjQzNjY5WiIgZmlsbD0iI0VCM0QxNyIgc3Ryb2tlPSIjRUIzRDE3IiBzdHJva2Utd2lkdGg9IjAuMyIvPgo8L3N2Zz4K) no-repeat center center;
  border-radius: 50%;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .singleproduct__main__left .productdetails__block .content__block__2 .proscons__block__right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .singleproduct__main__left .productdetails__block .content__block__2 .proscons__block {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1150px) {
  .singleproduct__main__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.singleproduct__main__right {
  width: 360px;
}
@media screen and (max-width: 1150px) {
  .singleproduct__main__right {
    width: 100%;
  }
}

.singleblog__main__section {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .singleblog__main__section {
    padding: 20px 0 0 0;
  }
}
.singleblog__main__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 1150px) {
  .singleblog__main__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.singleblog__main__left {
  width: calc(100% - 360px);
}
.singleblog__main__left figure {
  margin-bottom: 20px;
  width: 100%;
}
.singleblog__main__left figure img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
  margin: 0 auto;
}
.singleblog__main__left h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .singleblog__main__left h1 {
    font-size: 30px;
  }
}
.singleblog__main__left .blogdetails__block {
  position: relative;
}
.singleblog__main__left .blogdetails__block .published__date__wrapper {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}
.singleblog__main__left .blogdetails__block .published__date__wrapper .divider {
  font-size: 0;
}
.singleblog__main__left .blogdetails__block .published__date__wrapper .text__1 {
  font-size: 16px;
  font-weight: 600;
  color: #2A3036;
}
@media screen and (max-width: 767px) {
  .singleblog__main__left .blogdetails__block .published__date__wrapper .text__1 {
    font-size: 13px;
  }
}
.singleblog__main__left .blogdetails__block .published__date__wrapper .published__date {
  font-size: 16px;
  font-weight: 600;
  color: #2A3036;
}
@media screen and (max-width: 767px) {
  .singleblog__main__left .blogdetails__block .published__date__wrapper .published__date {
    font-size: 13px;
  }
}
.singleblog__main__left .blogdetails__block .author__info__wrapper {
  margin-bottom: 15px;
}
.singleblog__main__left .blogdetails__block .author__info__wrapper__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.singleblog__main__left .blogdetails__block .author__info__wrapper__inner .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.singleblog__main__left .blogdetails__block .author__info__wrapper__inner .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.singleblog__main__left .blogdetails__block .author__info__wrapper__inner .author__info .text__1 {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.singleblog__main__left .blogdetails__block .author__info__wrapper__inner .author__info .name {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.singleblog__main__left .blogdetails__block .thumbnail {
  margin-bottom: 20px;
}
.singleblog__main__left .blogdetails__block .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.singleblog__main__left .blogdetails__block h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .singleblog__main__left .blogdetails__block h1 {
    font-size: 22px;
  }
}
.singleblog__main__left .blogdetails__block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .singleblog__main__left .blogdetails__block h2 {
    font-size: 20px;
  }
}
.singleblog__main__left .blogdetails__block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .singleblog__main__left .blogdetails__block h3 {
    font-size: 17px;
  }
}
.singleblog__main__left .blogdetails__block h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.singleblog__main__left .blogdetails__block p {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 30px;
}
.singleblog__main__left .blogdetails__block p a {
  color: #3C56F5;
  font-weight: 700;
}
.singleblog__main__left .blogdetails__block ol {
  list-style: decimal;
  margin-left: 20px;
  list-style-position: outside;
}
.singleblog__main__left .blogdetails__block ol li {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 8px;
}
.singleblog__main__left .blogdetails__block ol li::marker {
  color: #252525;
}
.singleblog__main__left .blogdetails__block ol li a {
  color: #3C56F5;
  font-weight: 700;
}
.singleblog__main__left .blogdetails__block ul {
  list-style: disc;
  margin-left: 20px;
  list-style-position: outside;
}
.singleblog__main__left .blogdetails__block ul li {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 8px;
}
.singleblog__main__left .blogdetails__block ul li::marker {
  color: #252525;
}
.singleblog__main__left .blogdetails__block ul li a {
  color: #3C56F5;
  font-weight: 700;
}
.singleblog__main__left .blogdetails__block .writter__info__block {
  margin-top: 30px;
}
.singleblog__main__left .blogdetails__block .writter__info__block h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .singleblog__main__left .blogdetails__block .writter__info__block h2 {
    font-size: 22px;
  }
}
.singleblog__main__left .blogdetails__block .writter__info__block .title__wrapper {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 10px;
}
.singleblog__main__left .blogdetails__block .writter__info__block .title__wrapper .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.singleblog__main__left .blogdetails__block .writter__info__block .title__wrapper .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.singleblog__main__left .blogdetails__block .writter__info__block .title__wrapper h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
}
.singleblog__main__left .blogdetails__block .writter__info__block p {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .singleblog__main__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.singleblog__main__right {
  width: 360px;
}
@media screen and (max-width: 1150px) {
  .singleblog__main__right {
    width: 100%;
  }
}

.authors__section {
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .authors__section {
    padding: 30px 0 0 0;
  }
}
.authors__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
.authors__wrapper .section__heading {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .authors__wrapper .section__heading {
    margin-bottom: 60px;
  }
}
.authors__wrapper__left {
  width: calc(100% - 360px);
}
.authors__wrapper__left .author__card {
  border: 1px solid #DFDFEA;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
.authors__wrapper__left .author__card:last-child {
  margin-bottom: 0;
}
.authors__wrapper__left .author__card:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}
.authors__wrapper__left .author__card figure {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.authors__wrapper__left .author__card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 599px) {
  .authors__wrapper__left .author__card figure {
    width: 90px;
    height: 90px;
    margin-top: -64px;
    margin-bottom: 15px;
  }
}
.authors__wrapper__left .author__card .author__info {
  flex: 1;
}
.authors__wrapper__left .author__card .author__info .author__name {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.authors__wrapper__left .author__card .author__info .author__name:hover {
  color: #3C56F5;
}
.authors__wrapper__left .author__card .author__info .author__role {
  font-size: 16px;
  font-weight: 600;
  color: #3C56F5;
  margin-bottom: 10px;
  display: block;
}
.authors__wrapper__left .author__card .author__info .author__bio {
  font-size: 15px;
  color: #828AA3;
  margin-bottom: 10px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.9em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}
.authors__wrapper__left .author__card .author__info .read__more__btn {
  display: inline-block;
  font-size: 14px;
  color: #3C56F5;
  transition: all 0.3s ease;
}
.authors__wrapper__left .author__card .author__info .read__more__btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .authors__wrapper__left .author__card {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .authors__wrapper__left {
    width: 100%;
  }
}
.authors__wrapper__right {
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .authors__wrapper__right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .authors__wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.author__dtls__section {
  padding: 30px 0;
  position: relative;
}
.author__dtls__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
.author__dtls__wrapper .section__heading {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .author__dtls__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.author__dtls__left {
  width: calc(100% - 360px);
}
.author__dtls__left .author__post__card {
  margin-bottom: 30px;
}
.author__dtls__left .author__post__card .post__link {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: center;
}
.author__dtls__left .author__post__card .post__link:hover .readarticle__btn {
  text-decoration: underline;
}
.author__dtls__left .author__post__card .post__link figure {
  width: 330px;
  border-radius: 10px;
}
.author__dtls__left .author__post__card .post__link figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .author__dtls__left .author__post__card .post__link figure {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .author__dtls__left .author__post__card .post__link figure {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.author__dtls__left .author__post__card .post__link .content {
  flex: 1;
}
.author__dtls__left .author__post__card .post__link .content .label {
  font-size: 12px;
  font-weight: 600;
  color: #828aa3;
  margin-bottom: 10px;
}
.author__dtls__left .author__post__card .post__link .content h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2A3036;
  line-height: 1.3;
  max-height: 2.6em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .author__dtls__left .author__post__card .post__link .content h3 {
    font-size: 18px;
  }
}
.author__dtls__left .author__post__card .post__link .content .author__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 25px;
}
.author__dtls__left .author__post__card .post__link .content .author__meta .author__name {
  font-size: 14px;
  color: #828aa3;
}
@media screen and (max-width: 480px) {
  .author__dtls__left .author__post__card .post__link .content .author__meta .author__name {
    font-size: 13px;
  }
}
.author__dtls__left .author__post__card .post__link .content .author__meta .date {
  flex: 1;
  font-size: 14px;
  color: #828aa3;
  position: relative;
  padding-left: 10px;
}
.author__dtls__left .author__post__card .post__link .content .author__meta .date:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #828aa3;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 480px) {
  .author__dtls__left .author__post__card .post__link .content .author__meta .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .author__dtls__left .author__post__card .post__link .content .author__meta {
    margin-bottom: 12px;
  }
}
.author__dtls__left .author__post__card .post__link .content p {
  margin-bottom: 10px;
  color: #6C6E81;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}
.author__dtls__left .author__post__card .post__link .content .readarticle__btn {
  font-size: 16px;
  font-weight: 600;
  color: #35B782;
  transition: all 0.3s ease;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .author__dtls__left .author__post__card .post__link .content {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .author__dtls__left .author__post__card .post__link {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1100px) {
  .author__dtls__left {
    width: 100%;
  }
}
.author__dtls__right {
  width: 360px;
}
.author__dtls__right .authorinfo {
  margin-top: 100px;
  background-color: #F1F3F6;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}
.author__dtls__right .authorinfo figure {
  width: 160px;
  height: 160px;
  margin: -100px auto 20px;
  overflow: hidden;
}
.author__dtls__right .authorinfo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.author__dtls__right .authorinfo .author__name {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.author__dtls__right .authorinfo .author__role {
  font-size: 16px;
  font-weight: 600;
  color: #3C56F5;
  display: block;
  margin-bottom: 20px;
}
.author__dtls__right .authorinfo .author__description {
  border-top: 1px solid #DFDFEA;
  padding-top: 20px;
}
.author__dtls__right .authorinfo .author__description p {
  font-size: 15px;
  color: #828AA3;
}
.author__dtls__right .authorinfo .author__description p a {
  color: #3C56F5;
  transition: all 0.3s ease;
}
.author__dtls__right .authorinfo .author__description p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .author__dtls__right {
    width: 100%;
  }
}

.plain__template__section {
  padding: 60px 0;
  position: relative;
}
.plain__template__wrapper {
  position: relative;
}
.plain__template__wrapper .section__heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 26px;
}
.plain__template__wrapper h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: #6C6E81;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
.plain__template__wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #6C6E81;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
.plain__template__wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #6C6E81;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
.plain__template__wrapper h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #6C6E81;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
.plain__template__wrapper p {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 20px;
  line-height: 1.5;
}
.plain__template__wrapper p a {
  color: #3C56F5;
  font-weight: 700;
}
.plain__template__wrapper p a:hover {
  text-decoration: underline;
}
.plain__template__wrapper ul {
  list-style: disc;
  margin: 0 0 40px 20px;
  list-style-position: outside;
  list-style-type: upper-alpha;
}
.plain__template__wrapper ul li {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 8px;
}
.plain__template__wrapper ul li::marker {
  color: #6C6E81;
}
.plain__template__wrapper ul li a {
  color: #3C56F5;
  font-weight: 700;
}
.plain__template__wrapper ul li a:hover {
  text-decoration: underline;
}
.plain__template__wrapper ol {
  list-style: decimal;
  margin-left: 20px;
  list-style-position: outside;
}
.plain__template__wrapper ol li {
  font-size: 16px;
  color: #6C6E81;
  margin-bottom: 8px;
}
.plain__template__wrapper ol li::marker {
  color: #252525;
}
.plain__template__wrapper ol li a {
  color: #3C56F5;
  font-weight: 700;
}
.plain__template__wrapper ol li a:hover {
  text-decoration: underline;
}

.page-id-162 .plain__template__wrapper h3 {
  color: #2A3036;
  text-transform: capitalize;
}
.page-id-162 .plain__template__wrapper h4 {
  color: #2A3036;
  text-transform: capitalize;
}
.page-id-162 .plain__template__wrapper h5 {
  color: #2A3036;
  text-transform: capitalize;
}
.page-id-162 .plain__template__wrapper ul {
  list-style-type: disc;
}
.page-id-162 .plain__template__wrapper table {
  text-align: center;
}
.page-id-162 .plain__template__wrapper table tr:first-child td {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #2A3036;
}
.page-id-162 .plain__template__wrapper table tr td {
  width: 33.33%;
  font-size: 14px;
  color: #6C6E81;
}

.viewall__topics__section {
  position: relative;
  padding: 70px 0;
}
.viewall__topics__wrapper {
  position: relative;
}
.viewall__topics__block {
  position: relative;
}
.viewall__topics__block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.viewall__topics__block .viewall__topics__items {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
}
.viewall__topics__block .viewall__topics__item {
  position: relative;
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
}
.viewall__topics__block .viewall__topics__item .anchor__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
  border: 1px solid #E9ECFF;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}
.viewall__topics__block .viewall__topics__item .anchor__link:hover {
  border-color: #3C56F5;
}
.viewall__topics__block .viewall__topics__item .anchor__link:hover .content .name {
  color: #3C56F5;
}
.viewall__topics__block .viewall__topics__item .anchor__link .thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.viewall__topics__block .viewall__topics__item .anchor__link .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.viewall__topics__block .viewall__topics__item .anchor__link .content {
  flex: 1;
}
.viewall__topics__block .viewall__topics__item .anchor__link .content .name {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .viewall__topics__block .viewall__topics__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .viewall__topics__block .viewall__topics__item {
    width: 100%;
    gap: 0;
  }
}

.search__section {
  padding: 20px 0 40px 0;
}
.search__section__wrapper {
  position: relative;
}
.search__section__wrapper .result__title {
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 20px;
}
.search__section__wrapper .result__title span {
  font-size: inherit;
}
.search__result__block {
  display: flex;
  justify-content: space-between;
}
.search__result__block__left {
  width: calc(100% - 400px);
}
.search__result__block__left__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .search__result__block__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.search__result__block__right {
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .search__result__block__right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .search__result__block {
    flex-direction: column;
    gap: 0;
  }
}

main {
  position: relative;
}

.main__sticky__content {
  min-height: calc(100vh - 151px);
}

.no__scroll {
  overflow: hidden;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ft__container {
  float: left;
  width: calc((100% - 1280px) / 2 + 1250px);
}
@media screen and (max-width: 1280px) {
  .ft__container {
    float: none;
    width: 100%;
  }
}

.rt__container {
  float: right;
  width: calc((100% - 1280px) / 2 + 1250px);
}
@media screen and (max-width: 1280px) {
  .rt__container {
    float: none;
    width: 100%;
  }
}

.section__heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  color: #2A3036;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}
.section__heading b {
  color: #3C56F5;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.primary__btn {
  display: inline-block;
  background-color: #3C56F5;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 8px 20px;
  color: #FFFFFF;
  border: 2px solid #3C56F5;
  transition: all 0.3s ease;
}
.primary__btn:hover {
  background-color: #FFFFFF;
  color: #3C56F5;
  border-color: #3C56F5;
}
@media screen and (max-width: 767px) {
  .primary__btn {
    font-size: 14px;
  }
}

#blk__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity 0.3s;
}
#blk__overlay.active {
  display: block;
  opacity: 1;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #3C56F5;
  opacity: 0.4;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #3C56F5;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

.breadcrumb__section {
  position: relative;
}
.breadcrumb__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 5px 5px;
  border-bottom: 1px solid #DFDFEA;
  padding: 10px 0;
}
.breadcrumb__wrapper a {
  font-size: 13px;
  color: #2A3036;
  line-height: 1.5;
}
.breadcrumb__wrapper a:hover {
  color: #3C56F5;
}
.breadcrumb__wrapper .divider {
  font-size: 14px;
  font-weight: 500;
  color: #2A3036;
  line-height: 1.3;
}
.breadcrumb__wrapper .current-item {
  font-size: 13px;
  font-weight: 600;
  color: #2A3036;
  line-height: 1.5;
  text-transform: capitalize;
}

.cookie-btn {
  background-color: #533ef9;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: inherit;
  margin: 0 0 0 10px;
  outline: none;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap;
}

.cookie-notice-container .cn-close-icon {
  right: 5px;
  top: 6px;
  margin-top: auto;
}
.cookie-notice-container .hidetext {
  display: none;
}
.cookie-notice-container #cn-notice-buttons {
  display: block !important;
}
.cookie-notice-container .readmorebtn {
  text-decoration: underline;
  border: 0 none;
  outline: 0 none;
  background-color: transparent;
  cursor: pointer;
  font-size: 13px;
  font-family: inherit;
}

.pagination {
  position: relative;
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.pagination .wp-pagenavi .pages, .pagination .wp-pagenavi .extend, .pagination .wp-pagenavi .first, .pagination .wp-pagenavi .last {
  display: none;
}
.pagination .wp-pagenavi a {
  font-size: 16px;
  color: #2A3036;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2A3036;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .wp-pagenavi a:hover {
  background-color: #3C56F5;
  color: #FFFFFF;
  border-color: #3C56F5;
}
.pagination .wp-pagenavi a.current {
  background-color: #3C56F5;
  color: #FFFFFF;
  border-color: #3C56F5;
}
.pagination .wp-pagenavi span {
  font-size: 16px;
  color: #2A3036;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2A3036;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .wp-pagenavi span:hover {
  background-color: #3C56F5;
  color: #FFFFFF;
  border-color: #3C56F5;
}
.pagination .wp-pagenavi span.current {
  background-color: #3C56F5;
  color: #FFFFFF;
  border-color: #3C56F5;
}
.pagination .wp-pagenavi a.nextpostslink {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjg2OTk5IDkuNzAxM0w1Ljc3MDE2IDUuODEyN0M1LjgxNjQ1IDUuNzY2NDEgNS44NDkxNiA1LjcxNjI2IDUuODY4MyA1LjY2MjI1QzUuODg3NzQgNS42MDgyNCA1Ljg5NzQ2IDUuNTUwMzggNS44OTc0NiA1LjQ4ODY2QzUuODk3NDYgNS40MjY5MyA1Ljg4Nzc0IDUuMzY5MDcgNS44NjgzIDUuMzE1MDZDNS44NDkxNiA1LjI2MTA1IDUuODE2NDUgNS4yMTA5IDUuNzcwMTYgNS4xNjQ2MUwxLjg2OTk5IDEuMjY0NDRDMS43NjE5OCAxLjE1NjQzIDEuNjI2OTYgMS4xMDI0MiAxLjQ2NDkzIDEuMTAyNDJDMS4zMDI5MSAxLjEwMjQyIDEuMTY0MDMgMS4xNjAyOCAxLjA0ODMgMS4yNzYwMkMwLjkzMjU2NCAxLjM5MTc1IDAuODc0Njk4IDEuNTI2NzcgMC44NzQ2OTggMS42ODEwOEMwLjg3NDY5OCAxLjgzNTM5IDAuOTMyNTY0IDEuOTcwNDEgMS4wNDgzIDIuMDg2MTRMNC40NTA4MSA1LjQ4ODY2TDEuMDQ4MyA4Ljg5MTE3QzAuOTQwMjggOC45OTkxOSAwLjg4NjI3MiA5LjEzMjIgMC44ODYyNzIgOS4yOTAyMkMwLjg4NjI3MiA5LjQ0ODU0IDAuOTQ0MTM4IDkuNTg1NTYgMS4wNTk4NyA5LjcwMTNDMS4xNzU2IDkuODE3MDMgMS4zMTA2MiA5Ljg3NDg5IDEuNDY0OTMgOS44NzQ4OUMxLjYxOTI0IDkuODc0ODkgMS43NTQyNiA5LjgxNzAzIDEuODY5OTkgOS43MDEzWiIgZmlsbD0iIzNDNTZGNSIgc3Ryb2tlPSIjM0M1NkY1Ii8+Cjwvc3ZnPgo=) no-repeat center center;
}
.pagination .wp-pagenavi a.nextpostslink:hover {
  background-color: #3C56F5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjg2OTk5IDkuNzAxM0w1Ljc3MDE2IDUuODEyN0M1LjgxNjQ1IDUuNzY2NDEgNS44NDkxNiA1LjcxNjI2IDUuODY4MyA1LjY2MjI1QzUuODg3NzQgNS42MDgyNCA1Ljg5NzQ2IDUuNTUwMzggNS44OTc0NiA1LjQ4ODY2QzUuODk3NDYgNS40MjY5MyA1Ljg4Nzc0IDUuMzY5MDcgNS44NjgzIDUuMzE1MDZDNS44NDkxNiA1LjI2MTA1IDUuODE2NDUgNS4yMTA5IDUuNzcwMTYgNS4xNjQ2MUwxLjg2OTk5IDEuMjY0NDRDMS43NjE5OCAxLjE1NjQzIDEuNjI2OTYgMS4xMDI0MiAxLjQ2NDkzIDEuMTAyNDJDMS4zMDI5MSAxLjEwMjQyIDEuMTY0MDMgMS4xNjAyOCAxLjA0ODMgMS4yNzYwMkMwLjkzMjU2NCAxLjM5MTc1IDAuODc0Njk4IDEuNTI2NzcgMC44NzQ2OTggMS42ODEwOEMwLjg3NDY5OCAxLjgzNTM5IDAuOTMyNTY0IDEuOTcwNDEgMS4wNDgzIDIuMDg2MTRMNC40NTA4MSA1LjQ4ODY2TDEuMDQ4MyA4Ljg5MTE3QzAuOTQwMjggOC45OTkxOSAwLjg4NjI3MiA5LjEzMjIgMC44ODYyNzIgOS4yOTAyMkMwLjg4NjI3MiA5LjQ0ODU0IDAuOTQ0MTM4IDkuNTg1NTYgMS4wNTk4NyA5LjcwMTNDMS4xNzU2IDkuODE3MDMgMS4zMTA2MiA5Ljg3NDg5IDEuNDY0OTMgOS44NzQ4OUMxLjYxOTI0IDkuODc0ODkgMS43NTQyNiA5LjgxNzAzIDEuODY5OTkgOS43MDEzWiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIi8+Cjwvc3ZnPgo=);
}
.pagination .wp-pagenavi a.previouspostslink {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjkwMjQ3IDEuMjc2TDEuMDAyMzEgNS4xNjQ1OUMwLjk1NjAxMyA1LjIxMDg4IDAuOTIzMjk5IDUuMjYxMDMgMC45MDQxNjUgNS4zMTUwNEMwLjg4NDcyMiA1LjM2OTA1IDAuODc1MDAxIDUuNDI2OTIgMC44NzUwMDEgNS40ODg2NEMwLjg3NTAwMSA1LjU1MDM2IDAuODg0NzIyIDUuNjA4MjMgMC45MDQxNjUgNS42NjIyNEMwLjkyMzI5OSA1LjcxNjI1IDAuOTU2MDEzIDUuNzY2NCAxLjAwMjMxIDUuODEyNjlMNC45MDI0NyA5LjcxMjg1QzUuMDEwNDkgOS44MjA4NyA1LjE0NTUxIDkuODc0ODggNS4zMDc1MyA5Ljg3NDg4QzUuNDY5NTUgOS44NzQ4OCA1LjYwODQzIDkuODE3MDEgNS43MjQxNiA5LjcwMTI4QzUuODM5OSA5LjU4NTU1IDUuODk3NzYgOS40NTA1MyA1Ljg5Nzc2IDkuMjk2MjJDNS44OTc3NiA5LjE0MTkxIDUuODM5OSA5LjAwNjg5IDUuNzI0MTcgOC44OTExNkwyLjMyMTY1IDUuNDg4NjRMNS43MjQxNyAyLjA4NjEyQzUuODMyMTggMS45NzgxMSA1Ljg4NjE5IDEuODQ1MDkgNS44ODYxOSAxLjY4NzA4QzUuODg2MTkgMS41Mjg3NiA1LjgyODMzIDEuMzkxNzMgNS43MTI1OSAxLjI3NkM1LjU5Njg2IDEuMTYwMjcgNS40NjE4NCAxLjEwMjQgNS4zMDc1MyAxLjEwMjRDNS4xNTMyMiAxLjEwMjQgNS4wMTgyIDEuMTYwMjcgNC45MDI0NyAxLjI3NloiIGZpbGw9IiMzQzU2RjUiIHN0cm9rZT0iIzNDNTZGNSIvPgo8L3N2Zz4K) no-repeat center center;
}
.pagination .wp-pagenavi a.previouspostslink:hover {
  background-color: #3C56F5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjkwMjQ3IDEuMjc2TDEuMDAyMzEgNS4xNjQ1OUMwLjk1NjAxMyA1LjIxMDg4IDAuOTIzMjk5IDUuMjYxMDMgMC45MDQxNjUgNS4zMTUwNEMwLjg4NDcyMiA1LjM2OTA1IDAuODc1MDAxIDUuNDI2OTIgMC44NzUwMDEgNS40ODg2NEMwLjg3NTAwMSA1LjU1MDM2IDAuODg0NzIyIDUuNjA4MjMgMC45MDQxNjUgNS42NjIyNEMwLjkyMzI5OSA1LjcxNjI1IDAuOTU2MDEzIDUuNzY2NCAxLjAwMjMxIDUuODEyNjlMNC45MDI0NyA5LjcxMjg1QzUuMDEwNDkgOS44MjA4NyA1LjE0NTUxIDkuODc0ODggNS4zMDc1MyA5Ljg3NDg4QzUuNDY5NTUgOS44NzQ4OCA1LjYwODQzIDkuODE3MDEgNS43MjQxNiA5LjcwMTI4QzUuODM5OSA5LjU4NTU1IDUuODk3NzYgOS40NTA1MyA1Ljg5Nzc2IDkuMjk2MjJDNS44OTc3NiA5LjE0MTkxIDUuODM5OSA5LjAwNjg5IDUuNzI0MTcgOC44OTExNkwyLjMyMTY1IDUuNDg4NjRMNS43MjQxNyAyLjA4NjEyQzUuODMyMTggMS45NzgxMSA1Ljg4NjE5IDEuODQ1MDkgNS44ODYxOSAxLjY4NzA4QzUuODg2MTkgMS41Mjg3NiA1LjgyODMzIDEuMzkxNzMgNS43MTI1OSAxLjI3NkM1LjU5Njg2IDEuMTYwMjcgNS40NjE4NCAxLjEwMjQgNS4zMDc1MyAxLjEwMjRDNS4xNTMyMiAxLjEwMjQgNS4wMTgyIDEuMTYwMjcgNC45MDI0NyAxLjI3NloiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPgo8L3N2Zz4K);
}

.slick-slider-generic {
  white-space: nowrap;
  visibility: hidden;
}

.slick-slider-generic.slick-initialized {
  visibility: visible;
}

.slick-slider-generic .slick-slide {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}

.parent__table {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .parent__table {
    overflow-x: scroll;
  }
}
.parent__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 1024px) {
  .parent__table table {
    min-width: 750px;
  }
}
.parent__table table th {
  font-size: 16px;
  color: #6C6E81;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #DFDFEA;
}
.parent__table table td {
  border: 1px solid #DFDFEA;
  font-size: 16px;
  color: #252525;
}
.parent__table table td p {
  margin: 0;
  padding: 0;
  border: 0;
  color: #252525;
}
.parent__table table tr {
  border: 1px solid #DFDFEA;
}
.parent__table table tr:first-child {
  background-color: #F8F9FA;
}
.parent__table table th, .parent__table table td {
  padding: 10px;
}
