@import "slick_slick.css";
@import "aos.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
.slick-dots {
  text-align: center;
  display: flex !important;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 50px;
  border: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
  width: 18px;
  background: #ED193B;
}

.slick-slider .slick-prev {
  background: url(../img/button-previous.svg) no-repeat 0 0;
  font-size: 0;
  width: 46px;
  height: 44px;
  border: none;
  cursor: pointer;
  display: none !important;
}
.slick-slider .slick-next {
  background: url(../img/button-next.svg) no-repeat 0 0;
  font-size: 0;
  width: 46px;
  height: 44px;
  border: none;
  cursor: pointer;
  display: none !important;
}

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

/**global css start***/
body {
  font-family: "Montserrat", sans-serif;
  color: #4D4D4D;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-top:92px;
}

img {
  max-width: 100%;
  height: auto;
}

body * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-block {
  display: block;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.slogan {
  color: #133240;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
}

.btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-radius: 4px;
  border: solid 1px transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 23px;
  /* 85.714% */
}
.btn.btn-primary {
  border-color: #ED193B;
  background: #ED193B;
  color: #ffffff;
}
.btn.btn-secondary {
  border-color: #ED193B;
  background: #FFF4F6;
  font-size: 12px;
  color: #ED193B;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #4D4D4D;
}
a:hover, a:focus {
  color: #4D4D4D;
}

.bg-grey {
  background: #F8F8F8;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.size-40,
.size-27 {
  font-family: "Montserrat", sans-serif;
}

h1,
.h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}

h2,
.h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 20px;
    line-height: normal;
  }
}

h3,
.h3 {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

h4,
.h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.44px;
}

h6,
.h6 {
  color: #2D2D2D;
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}

p,
.size-16 {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 22.4px;
}

.size-20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.size-14 {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 12px;
}

.size-12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.15px;
}

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

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

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

.mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.container,.page-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .mobile-view {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .desktop-view {
    display: none !important;
  }
}
.heading-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-title a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #ED193B;
  display: flex;
  align-items: center;
  gap: 5px;
}
.heading-title.text-center {
  justify-content: center;
}

/**global css start***/
/***header wrapper**/
.header-wrapper {
  background: #ffffff;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
  padding: 28px 0;
  position: absolute;
  height: 92px;
   transition: all .5s ease-in; 
  width: 100%;
  z-index: 100;
  top:0px;
}
.header-wrapper.fixed{
  position: fixed;
  padding: 20px 0;
  z-index: 100;
  height:auto
}
.header-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper__colLeft {
  display: flex;
  gap: 13px;
  align-items: center;
}
.header-wrapper__colLeft .logo {
  max-height: 36px;
}
.header-wrapper__colLeft .logo img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-wrapper__colLeft .logo {
    line-height: 1;
    max-height: 37px;
  }
}
.header-wrapper__colRight {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-wrapper__colRight .search-group {
  position: relative;
}
.header-wrapper__colRight .search-group input[type=text] {
  border-radius: 70px;
  background: #F6F3F2;
  padding: 9px 16px 9px 35px;
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
  z-index: 0;
}
.header-wrapper__colRight .search-group .search-icon {
  position: absolute;
  left: 12px;
  top: 7px;
  width: 14px;
  height: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-wrapper__colRight .search-group {
    display: none;
  }
}
.header-wrapper__colRight .menu_wrapper > ul {
  display: flex;
  gap: 45px;
  align-items: center;
}
.header-wrapper__colRight .menu_wrapper > ul li {
  list-style: none;
  position: relative;
}
.header-wrapper__colRight .menu_wrapper > ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #133240;
}
.page-container section.learn h2.learn__heading {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  padding-bottom: 6px;
}
.page-container section.learn {
  margin-top: 0;
  border: none;
}
.page-container section.learn h2.learn__heading:after {
  display: none;
}
.header-wrapper__colRight .menu_wrapper > ul li.login .hvr_bx a {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}
.header-wrapper__colRight .menu_wrapper > ul li p.b2boauth-user-name{
  margin-top:0;
}
.header-wrapper__colRight .menu_wrapper ul li a:hover {
  color: #ED193B;
}
.header-wrapper__colRight .menu_wrapper ul li.login a {
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .header-wrapper__colRight .menu_wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: #ffffff;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.2s ease-in;
    padding: 10px;
    z-index: 100;
  }
  .header-wrapper__colRight .menu_wrapper.show {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .header-wrapper__colRight .menu_wrapper ul {
    display: block;
  }
  .header-wrapper__colRight .menu_wrapper ul li {
    border-bottom: solid 1px #f1f1f1;
  }
  .header-wrapper__colRight .menu_wrapper ul li:last-child {
    border-bottom: none;
  }
  
  .header-wrapper__colRight .menu_wrapper ul li a {
    font-size: 14px;
    display: block;
  }
  .header-wrapper__colRight .menu_wrapper .popup-header {
    padding: 10px;
    text-align: right;
    display: block;
  }
  .header-wrapper__colRight .menu_wrapper .popup-header a {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__colRight {
    gap: 20px;
  }
  .header-wrapper__colRight .user-toggle {
    display: block;
  }
  .header-wrapper__colRight .user-toggle img {
    width: 24px;
    height: 24px;
  }
  .header-wrapper__colRight .search-icon-toggle {
    max-width: 18px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    padding: 15px 0;
    position: absolute;
    height:auto;
  }
  body{
    padding-top: 67px;
  }
  .header-wrapper__colRight .account-section.login .topSignBX.user-area {
    min-width: 1px;
}
.header-wrapper__colRight .account-section.login .login-panel__toggler {
  background: none;
  border: none;
  padding: 0;
}
  .header-wrapper.show {
    padding-bottom: 50px;
    position: absolute;
  }
  .header-wrapper__colLeft .logo img {
    height: auto;
    max-width: 148px;
    margin-top: 4px;
}
  .header-wrapper.show .header-wrapper__colRight .search-group {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 10px 10px 0;
  }
  .header-wrapper.show .header-wrapper__colRight .search-group input[type=text] {
    width: 100%;
  }
  .header-wrapper.show .header-wrapper__colRight .search-group .search-icon {
    left: 22px;
    top: 19px;
  }
}

/**times-learn**/
.times-learn {
  padding: 85px 0% 30px;
}
.times-learn h1,
.times-learn .h1 {
  margin-bottom: 18px;
}

/**larner-stats**/
.larner-stats {
  background: #F8F8F8;
}
.larner-stats__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.larner-stats__container__col {
  width: 50%;
}
.larner-stats__container__col h2,
.larner-stats__container__col .h2 {
  margin-bottom: 8px;
  font-weight: 700;
}
.larner-stats__container__col h2 span,
.larner-stats__container__col .h2 span {
  color: #ED193B;
  display: block;
}
.larner-stats__container__colRight {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
.larner-stats__container__colRight__box {
  width: 47%;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .larner-stats__container {
    flex-wrap: wrap;
  }
  .larner-stats__container__col {
    width: 100%;
  }
  .larner-stats__container__colRight {
    width: 100%;
    gap: 0;
  }
  .larner-stats__container__colRight__box {
    width: 50%;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .larner-stats__container__colRight__box h4,
  .larner-stats__container__colRight__box .h4 {
    font-size: 20px;
  }
}

/**slick slider**/
.slick-slider-container .slick-prev,
.slick-slider-container .slick-next {
  display: none !important;
}

/**live events**/
.live-events {
  background: #ffffff;
}
.live-events__wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.live-events .container > .action a {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #ED193B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.live-events .container > .action {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
 
 
}

/**image card**/
.image-card {
  width: 360px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.image-card .image {
  width: 100%;
  height: 350px;
  position: relative;
}
.learn-master .image-card .image {
  height: 190px;
}
.learn-master .image-card .image:before{
  padding-top:60%;
}
.image-card .image:before {
  border-radius: 6px;
  content: "";
  display: block;
  overflow: hidden;
  padding-top: 56%;
  width: 100%;
}
.image-card .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-card .caption {
  padding: 16px;
  min-height:115px;
}
.image-card .caption a {
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #133240;
  margin-bottom: 8px;
  -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    /* font-weight: 500; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-transform: capitalize;
}
.image-card .caption a:hover {
  color: #ED193B;
}
.image-card .caption span.date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
}
.image-card .caption .action {
  margin-top: 22px;
}
.image-card .caption .action .btn {
  line-height: 16px;
  text-transform: uppercase;
  color: #ED193B;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .image-card {
    margin-bottom: 10px;
    width: 100%;
  }
}

/***hero wrapper***/
.hero-wrapper {
  background: #F8F8F8;
}
.hero-wrapper__container {
  display: flex;
  align-items: center;
  gap: 60px;
}
.hero-wrapper__container .caption {
  width: 45%;
}
.hero-wrapper__container .caption h2 {
  margin-bottom: 16px;
  font-weight: 700;
}
.hero-wrapper__container .caption h2 span {
  color: #ED193B;
}
.hero-wrapper__container .caption p {
  margin-bottom: 16px;
}
.hero-wrapper__container .banner-slide {
  width: 55%;
}
.hero-wrapper__container .banner-slide .slick-slider .slick-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-wrapper__container .banner-slide .slick-slider .slick-next {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hero-wrapper__container {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .hero-wrapper__container .caption {
    width: 100%;
    text-align: center;
  }
  .hero-wrapper__container .caption h2,
  .hero-wrapper__container .caption .h2 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
  }
  .hero-wrapper__container .caption h2 br,
  .hero-wrapper__container .caption .h2 br {
    display: none;
  }
  .hero-wrapper__container .banner-slide {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero-wrapper {
    margin-top: 0;
  }
}

/**learn-master**/
.learn-master__wrapper {
  padding-left: 8%;
}
.learn-master__wrapper .slick-track {
  margin-left: -35px;
}
.learn-master__wrapper .slick-track .slick-slide {
  margin-left: 35px;
}
.learn-master__wrapper .image-card {
  width: 100%;
}
.learn-master__wrapper .slick-dots {
  margin-top: 40px;
  position: static;
}
.learn-master__wrapper .slick-slider .slick-prev {
  position: absolute;
  left: 40%;
  top: inherit;
  transform: none;
  bottom: -16px;
}
.learn-master__wrapper .slick-slider .slick-next {
  position: absolute;
  right: 40%;
  top: initial;
  transform: none;
  bottom: -16px;
}
@media screen and (max-width: 767px) {
  .learn-master__wrapper {
    padding-right: 14px;
    padding-left: 14px;
  }
  .learn-master__wrapper .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .learn-master__wrapper .slick-track {
    margin-left: -10px;
  }
  .learn-master__wrapper .slick-track .slick-slide {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .learn-master .action a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #ED193B;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

/***customer-feedback***/
.customer-feedback .slick-dots {
  margin-top: 40px;
}
.customer-feedback .slick-slider .slick-prev {
  position: absolute;
  left: 40%;
  top: inherit;
  transform: none;
  bottom: -16px;
}
.customer-feedback .slick-slider .slick-next {
  position: absolute;
  right: 40%;
  top: initial;
  transform: none;
  bottom: -16px;
}
.customer-feedback .slick-track {
  margin-left: -35px;
}
.customer-feedback .slick-track .slick-slide {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .customer-feedback .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .customer-feedback .slick-track {
    margin-left: -10px !important;
  }
  .customer-feedback .slick-track .slick-slide {
    margin-left: 10px !important;
  }
}

/***customer-feedback**/
.customer-feedback h3,
.customer-feedback .h3 {
  letter-spacing: 0.64px;
  margin-bottom: 4px !important;
}
.customer-feedback .slick-track {
  margin-left: -24px;
}
.customer-feedback .slick-track .slick-slide {
  margin-left: 24px;
}
.customer-feedback__box {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background: #ffffff;
  padding: 24px;
  min-height:250px;
}
.customer-feedback__box__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.customer-feedback__box__header .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.customer-feedback__box__header .image img {
  max-height: 100%;
}
.customer-feedback__box__body h5,
.customer-feedback__box__body .h5 {
  margin-bottom: 12px;
  color: #133240;
  font-size: 18px;
}
.customer-feedback__box__body p {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/***testimonial-section***/
.testimonial-section .accordion {
  padding: 0 10%;
}
.testimonial-section .accordion .inner {
  display: none;
  padding: 0 0px 13px 30px;
  border-bottom: solid 1px #E0E0E0;
}
.testimonial-section .accordion li {
  margin: 0em 0;
}
.testimonial-section .accordion li .toggle {
  width: 100%;
  display: block;
  padding: 24px;
  position: relative;
  transition: background 0.3s ease;
  color: #4D4D4D;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border-bottom: solid 1px #E0E0E0;
  position: relative;
  padding-left: 30px;
}
.testimonial-section .accordion li .toggle span {
  position: absolute;
  left: 0;
}
.testimonial-section .accordion li .toggle:after {
  position: absolute;
  right: 10px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  top: 28px;
  width: 12px;
  border-color: #4D4D4D;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}
.testimonial-section .accordion li .toggle.active {
  border-bottom-color: transparent;
}
.testimonial-section .accordion li .toggle.active:after {
  transform: rotate(225deg);
  transition: all 0.2s ease-in;
  top: 33px;
}
.testimonial-section .accordion li:last-child .toggle {
  border-bottom: none;
}
.testimonial-section .accordion li:last-child .inner {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .testimonial-section .accordion {
    padding: 0;
  }
  .testimonial-section .accordion li .toggle {
    padding-right: 30px;
  }
}

/**about-times-learn**/
.about-times-learn .sub-heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 37px;
}
.about-times-learn__wrapper {
  display: flex;
}
.about-times-learn__wrapper__box {
  padding-left: 43px;
  padding-right: 43px;
  border-right: solid 1px rgba(0, 0, 0, 0.13);
}
.about-times-learn__wrapper__box:first-child {
  padding-left: 0;
}
.about-times-learn__wrapper__box:last-child {
  padding-right: 0px;
  border-right: none;
}
.about-times-learn__wrapper__box h6,
.about-times-learn__wrapper__box .h6 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about-times-learn__wrapper {
    flex-wrap: wrap;
  }
  .about-times-learn__wrapper__box {
    padding: 0;
    border: none;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about-times-learn .sub-heading {
    text-align: center;
  }
  .image-card .image{
    height:280px;
  }
  .image-card .image:before{
    padding-top: 97%;
  }
  .learn-master .image-card .image {
    height: 128px;
}
.learn-master .image-card .image:before{
  padding-top:57%;
}
}

/**footer wrapper**/
.footer-wrapper {
  background: #1A1A1A;
  padding: 25px 0;
}
.footer-wrapper .footer-link {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer-wrapper .footer-link a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: none;
  transition: all 0.2s ease-in;
}
.footer-wrapper .footer-link a:hover {
  color: #ED193B;
}
.footer-wrapper .copyright {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-decoration-line: none;
  transition: all 0.2s ease-in;
}
.footer-wrapper .copyright a {
  text-decoration: underline;
  color: #ffffff;
}
.footer-wrapper .copyright a:hover {
  color: #ED193B;
}/*# sourceMappingURL=style.css.map */

@media screen and (min-width:768px) and (max-width:991px){
  .header-wrapper__colRight .search-group{
    display: none;
  }
  .header-wrapper__colRight .menu_wrapper > ul{
    gap:30px;
  }
  .header-wrapper__colRight .menu_wrapper > ul li a{
    font-size: 14px;
  }
}
@media screen and (min-width:992px) and (max-width:1100px){
  .header-wrapper__colRight .menu_wrapper > ul{
    gap: 22px;
  }
  .header-wrapper__colRight .menu_wrapper > ul li a{
    font-size: 13px;
  }
}
@media screen and (max-width:991px){
  .header-wrapper__colLeft span.toggle-menu.mobile-view{
    min-width:20px;
  }
  .header-wrapper__colLeft span.toggle-menu.mobile-view img{
    width:auto;
    height:auto;
  }
  .header-wrapper__colRight .account-section.login .topSignBX.user-area span#logged_username p.b2boauth-user-name {
    margin-top: 0;
}
.header-wrapper__colRight .account-section.login .topSignBX.user-area span#logged_username a {
  max-width: 70%;
  top: 3px;
}

.header-wrapper__colRight .account-section.login .topSignBX.user-area span#logged_username .hvr_bx a {
  width: 100%;
  max-width: 100%;
}
body.pg-homepage .image-det-cards[data-id="experts_det_cards"]{
  margin-top: 60px
}
body.pg-homepage .image-det-cards__items__ul{
  padding-bottom: 10px;
}
}

@media screen and (max-width:767px){
/**20 nov css start**/
.footer-wrapper .footer-link a{
  text-decoration: underline;
}
.footer-wrapper .footer-link{
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 10px;
  margin-bottom: 20px;
}
.footer-wrapper .copyright{
  line-height: 1.4;
}
.header-wrapper__colRight .account-section.login .topSignBX.user-area span#logged_username .hvr_bx {
  position: absolute;
    width: 175px;
    right: 20px;
    text-align: left;
    z-index: 9999;
    padding: 0;
    box-shadow: 0 2px 3px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(200, 200, 200, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(200, 200, 200, 0.2);
    padding-top: 11px;
}
.header-wrapper__colRight .account-section.login .topSignBX.user-area span#logged_username .hvr_bx ul {
  background: #fdfdfd;
  border: 1px solid #e4e4e4;
  border-radius: 6px; 
}
/**20 nov css end **/
}


span#logged_username {
  position: relative;
}