@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #fad16e;
  --secondary-color: #003286;
  --secondary-light-color: #acbbd4;
  --hyperlink-color: #1f86e6;
  --hyperlink-light-color: #b5d4f1;
  --primary-light-shade-color: #f7ebcd;
  --text-field-shade-color: #fffaf0;
  --error-color: #ed4337;
  --black-color: #282828;
  --dark-grey-color: #686868;
  --light-grey-color: #989898;
  --border-grey-color: #d8d8d8;
  --faded-grey-color: #eaeaea;
  --white-color: #fff;
  --selection-yellow-color: #ffbc1a;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*****  Please don't mess with this bootstrap override **********/

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

@media (min-width: 1023px) {
  .container {
    max-width: 1170px !important;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: none !important;
}

/********************* Icon CSS *************************/

.toefl__spriteIcon {
  background: url(/images/sprite/master-sprite.webp);
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.cancelIcon {
  background-position: -220px -124px;
  width: 14px;
  height: 14px;
}

.addIcon {
  background-position: -450px -22px;
  width: 14px;
  height: 14px;
}

.downArrowIcon {
  background-position: -249px -70px;
  width: 14px;
  height: 8px;
}

.instaIcon {
  background-position: -14px -16px;
  width: 30px;
  height: 30px;
}

.linkedInIcon {
  background-position: -63px -16px;
  width: 30px;
  height: 30px;
}

.pinterestIcon {
  background-position: -112px -16px;
  width: 30px;
  height: 30px;
}

.whatsappIcon {
  background-position: -161px -16px;
  width: 30px;
  height: 30px;
}

.twitterIcon {
  background-position: -211px -16px;
  width: 30px;
  height: 30px;
}

.youtubeIcon {
  background-position: -158px -116px;
  width: 30px;
  height: 30px;
}

.facebookIcon {
  background-position: -260px -16px;
  width: 30px;
  height: 30px;
}

.menuIcon {
  background-position: -417px -73px;
  width: 18px;
  height: 12px;
}

.copyIcon {
  flex-shrink: 0;
  background-position: -15px -69px !important;
  width: 19px !important;
  height: 22px !important;
}

.emailIcon {
  flex-shrink: 0;
  background-position: -52px -72px !important;
  width: 20px !important;
  height: 14px !important;
}

.linkedInIcon2 {
  flex-shrink: 0;
  background-position: -90px -69px !important;
  width: 21px !important;
  height: 21px !important;
}

.whatsappIcon2 {
  flex-shrink: 0;
  background-position: -125px -72px !important;
  width: 20px !important;
  height: 20px !important;
}

.checkIcon {
  background-position: -159px -72px !important;
  width: 20px !important;
  height: 20px !important;
  transform: scale(0.9);
}

.shareIcon {
  background-position: -444px -112px !important;
  width: 13px;
  height: 12px;
}

/********************** Drawer CSS **************************/

/************ Drawer Css *******************/

.toefl__side__drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 1001 !important;
  transition: all 0.15s linear;
}

/****** For BG black and blur ********/

.toefl__side__drawer__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: -1;
}

/****** For Content ********/

.toefl__side__drawerCtn {
  overflow: hidden;
  width: 80%;
  height: 100%;
  background-color: var(--white-color);
  z-index: 1;
}

.toefl__side__drawer__user__detail img {
  height: 50px;
  width: 94px;
}

/****** For Header ********/

.toefl__side__drawer__header {
  position: relative;
  padding: 5px 5px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
}

.toefl__side__drawer__header .cancelIcon {
  position: absolute;
  top: 20px;
  right: 16px;
}

.toefl__side__drawer__user__detail p {
  font-size: 16px;
  line-height: 24px;
  color: var(--black-color);
}

/**************** Overriding the menu css *****************/

#menu {
  background-color: var(--white-color);
}

#menu .active {
  padding: 0 !important;
}

#menu ul {
  padding: 0;
}

#menu ul li {
  border-bottom: 1px solid var(--border-grey-color);
}

#menu a {
  color: var(--black-color);
  font-size: 14px;
  text-decoration: none;
}

#menu a.next {
  background-color: var(--white-color);
}

#menu a.back {
  padding: 10px 0 0 10px;
}

.slinky-theme-default .title {
  padding: 10px 10px 10px 0 !important;
}

#menu .header {
  background: rgba(247, 235, 205, 0.4) !important;
  font-size: 15px;
  font-weight: 600;
  border-bottom: none;
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  content: "";
  background: url("/images/sprite/master-sprite.webp") no-repeat -253px -94px !important;
  width: 7px !important;
  height: 12px !important;
  opacity: 1 !important;
  transition: 200ms;
  z-index: 1;
}

.slinky-menu .header .title {
  margin: 0 0 0 10px !important;
}

.slinky-theme-default .back::before {
  padding: 5px 0px !important;
}

/********************** Header CSS **************************/

.toefl__header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/****************** Primary Header CSS ***********************/

.toefl__header__primary__ctn {
  width: 100%;
  padding: 5.5px 0;
  box-shadow: inset 0 -1px 0 0 var(--border-grey-color);
  background-color: var(--primary-light-shade-color);
}

.toefl__header__primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toefl__header__leading {
  display: none;
}

.toefl__header__menuBtn {
  padding: 0;
  margin: 0;
  font-size: 30px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
}

/********* Header Actions ***************/

.toefl__header__primary__action {
  display: none;
}

.toefl__header__secondary__action {
  display: flex;
  gap: 30px;
  align-items: center;
}

.toefl__header__link {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: var(--black-color);
  text-decoration: none;
}

.toefl__header__btn {
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: var(--black-color);
  border-radius: 100px;
  border: solid 1px var(--dark-grey-color);
  background-color: var(--text-field-shade-color);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.toefl__header__contactBtn {
  padding: 10px 20px;
}

.toefl__header__leadPopupBtn {
  width: 158px;
  height: 39px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
  border-radius: 100px;
  background: var(--white-color);
  border: 1px solid var(--dark-grey-color);
  box-shadow: 0px 4px 4px 0px #00000040;
  cursor: pointer;
}

/******************* Mega Menu CSS **************************/

.toefl__header__mega__menu__ctn {
  background-color: var(--white-color);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.toefl__header__mega__menu__ctn .container {
  position: relative;
}

.toefl__header__mega__menu__list {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.toefl__megaMenu__dropBtn {
  position: relative;
  margin: 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  text-align: center;
  color: var(--black-color);
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.toefl__megaMenu__dropBtn span a {
  text-decoration: none;
  color: var(--black-color);
}

.toefl__dropDown__arrow {
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.toefl__megaMenu__dropBtn:hover .toefl__dropDown__arrow {
  transform: rotate(180deg);
}

.toefl__megaMenu__dropBtn:hover .toefl__shareMenu {
  display: none !important;
}

.toefl__megaMenu__dropBtn::after {
  content: "";
  position: absolute;
  display: none;
  top: 100%;
  right: 0%;
  width: 120%;
  height: 20%;
  background-color: transparent;
  z-index: 10000;
}

.toefl__megaMenu__dropBtn::before {
  display: none;
  content: "";
  position: absolute;
  top: 78%;
  right: 25%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid var(--white-color);
  z-index: 10000;
}

.toefl__dropDown__content {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  border-radius: 5px;
  border: 1px solid var(--border-grey-color);
}

.toefl__dropDown__column {
  min-width: 200px;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
}

.toefl__dropDown__column h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.toefl__dropDown__column a {
  float: none;
  padding: 3px 10px;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #282828;
  margin-bottom: 5px;
}

.toefl__dropDown__column a:hover {
  color: var(--selection-yellow-color);
  background-color: var(--text-field-shade-color);
}

.toefl__dropDown__row {
  display: flex;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: var(--white-color);
}

.toefl__header__dropDown__contentBg {
  display: none;
  position: fixed;
  top: 104px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.toefl__megaMenu__dropBtn:hover .toefl__dropDown__content,
.toefl__megaMenu__dropBtn:hover .toefl__header__dropDown__contentBg {
  display: block;
}

.toefl__header__dropDown__contentBg:hover {
  display: none !important;
}

.toefl__megaMenu__dropBtn:hover::before,
.toefl__megaMenu__dropBtn:hover::after {
  display: flex !important;
}

.toefl__dropDown__container {
  position: relative;
}

.toefl__dropDown__anchor {
  position: relative;
}

.toefl__dropDown__subMenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  max-width: 180px;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  background-color: var(--white-color);
  z-index: 1;
}

.toefl__dropDown__anchor.has__subMenu::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  background: url(/images/sprite/master-sprite.webp) no-repeat -253px -94px;
  width: 7px;
  height: 12px;
}

.toefl__dropDown__anchor:hover+.toefl__dropDown__subMenu,
.toefl__dropDown__subMenu:hover {
  display: block;
}

/****************** Single Submenu **********************/

.toefl__megaMenu__singleMenu .toefl__dropDown__content {
  width: auto;
  left: unset;
}

.toefl__megaMenu__singleMenu .toefl__dropDown__row {
  padding: 0px;
  width: 200px;
}

.toefl__megaMenu__singleMenu .toefl__dropDown__column {
  width: 100%;
  height: auto;
}

/******************* Header Menu ***********************/

.toefl__header__menu {
  padding: 0px;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #282828;
}

/*************** Share Button -> Share Links ********************/

.toefl__articleCard__shareBtn {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 8px;
  background-color: var(--primary-light-shade-color);
  cursor: pointer;
}

audio {
  width: 100%;
}

/********************* Lead Popup Form ******************************/

.toefl__popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  animation: fadeIn 0.5s;
}

.toefl__popupFormTitle {
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  width: 100%;
}

.toefl__popupFormSubTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 34px;
}

form#toeflPopupResent .toefl__popupFormTitle,
.toefl__popupFormContrats .toefl__popupFormTitle {
  margin-bottom: 6px;
}

.toefl__popupFormContrats h3,
.toefl__popupFormContrats p {
  text-align: center;
  margin-bottom: 0 !important;
}

.toefl__popupFormContrats img {
  margin-bottom: 10px;
}

.toefl__popupForm {
  background: white;
  padding: 35px 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 1000;
  animation: popIn 0.5s;
  height: 480px;
  width: 400px;
}

.toefl__popupFormFlex,
form#toeflPopupLoginMobile,
form#toeflPopupResent {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

#toefl__popupLogin form#toeflPopupResent {
  display: block;
  align-items: start;
}

.toefl__popupFormContrats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.toefl__popupForm__inputField {
  margin-bottom: 23px;
  padding: 8px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 4px;
  outline: none;
  border: 1px solid var(--border-grey-color);
  background-color: var(--text-field-shade-color);
}

.toefl__popupForm__inputField.is-invalid {
  border: 1px solid var(--error-color);
}

.toefl__popupForm__inputFieldCtn {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.toefl__popupForm__inputFieldLabel {
  position: absolute;
  top: 10px;
  left: 12px;
  display: block;
  font-size: 14px;
  color: var(--dark-grey-color);
  background-color: var(--text-field-shade-color);
  transition: 0.2s;
  cursor: auto;
}

.toefl__popupForm__inputFieldReq {
  color: var(--error-color);
}

input.toefl__popupForm__inputField:focus {
  outline: none;
  border: 1px solid var(--dark-grey-color);
}

input.toefl__popupForm__inputField:not(:placeholder-shown)~.toefl__popupForm__inputFieldLabel,
input.toefl__popupForm__inputField:focus~.toefl__popupForm__inputFieldLabel,
.toefl__popupForm__inputFieldCtn label {
  top: -8px;
  font-size: 12px;
}

.toefl__popupForm__footerAction {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--dark-grey-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.toefl__popupForm__link,
.toefl__popupForm__loginReturn {
  margin-bottom: 20px;
  display: inline-block;
  outline: none;
  border: none;
  color: var(--hyperlink-color);
  background-color: transparent;
  cursor: pointer;
}

.toefl__popupForm__loginReturn {
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toefl__popupForm__loginBtn,
.toefl__popupForm__mobileBtn {
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  border: none;
  outline: none;
  background: var(--primary-color);
  letter-spacing: 0.10000000149011612px;
  cursor: pointer;
}

.toefl__popupForm__mobileBtn {
  margin-top: 11px;
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
}

.toggleLoginSignupBtn {
  font-size: 14px;
  outline: none;
  border: none;
  color: var(--hyperlink-color);
  background-color: transparent;
  cursor: pointer;
}

.toggleLoginSignupBtn:hover {
  text-decoration: underline;
}

.toefl__formCloseBtn {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 24px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.field-passwordresetrequestform-email .toefl__popupForm__inputField {
  margin-bottom: 10px;

}

.invalid-feedback {
  position: absolute;
  bottom: 1px !important;
  font-size: 10px !important;
  color: var(--error-color);
  margin-bottom: 7px !important;
}

.field-leadsignupform-phone {
  margin-bottom: 20px;
}

.field-leadloginform-phone .invalid-feedback {
  bottom: -20px !important;
}

#userSubNav .toefl__dropDown__content {
  z-index: 1000;
}

/************* Intl Number Input CSS ***************/

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 87px !important;
}

.toefl__popupForm__inputFieldCtn .iti__country-list {
  max-width: 340px;
}

.toefl__popupForm__inputFieldCtn .iti__selected-flag {
  padding: 0 16px !important;
  background-color: transparent !important;
  border-right: 1px solid var(--border-grey-color);
}

.toefl__popupForm__inputFieldCtn .iti__selected-dial-code {
  font-size: 14px;
  line-height: 1.71;
  color: var(--dark-grey-color);
}

.toefl__popupForm__inputFieldCtn .iti--allow-dropdown {
  position: relative;
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes popIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/********************* Lead Popup Form END ******************************/

@media (max-width: 1023px) {
  /****************** Primary Header CSS ***********************/

  .toefl__header__primary__ctn {
    width: 100%;
    padding: 3.5px 0;
    box-shadow: inset 0 -1px 0 0 var(--border-grey-color);
  }

  .toefl__header__primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toefl__header__leading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .toefl__header__logo {
    height: 45px;
    width: 80px;
  }

  .toefl__header__primary__action {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .toefl__header__secondary__action {
    display: none;
  }

  /******************* Mega Menu CSS **************************/

  .toefl__header__mega__menu__ctn {
    display: none;
  }

  /********************* Lead Popup **************************/

  #toefl__popupLogin,
  #toeflPopupSignup,
  #toeflPopupResent {
    height: 98%;
  }

  #modelBodySection,
  .toefl__popupFormContrats {
    height: 100%;
  }

  #toeflPopupLoginEmail,
  #toeflPopupLoginMobile {
    height: 90%;
  }

  .toefl__popupForm {
    height: 100% !important;
    width: 100%;
    max-width: 100%;
    padding: 25px 20px;
    border-radius: 0px;
  }

  .toefl__formCloseBtn {
    top: 15px;
    right: 5px;
  }

  .toefl__popupFormFlex,
  #toeflPopupReset {
    height: 93%;
    justify-content: unset;
  }

  form#toeflPopupLoginEmail,
  form#toeflPopupLoginMobile,
  form#toeflPopupResent {
    justify-content: space-between;
    align-items: start;
  }
}

/**************** Common CSS For All pages will be here so that *************************/
/******************* It can be globally accessible everywhere ***************************/
/***************************** In the code *********************************************/

/*************************** breadcrumbs ******************************/

.toefl__breadcrumbs {
  padding: 6px 0;
  background-color: #fafbfc;
}

.toefl__breadcrumbList {
  display: flex;
  align-items: inherit;
  flex-wrap: wrap;
}

.toefl__breadcrumbList a,
.toefl__breadcrumbList p {
  font-size: 14px;
  text-decoration: none;
  color: var(--black-color);
  font-weight: 400;
}

.toefl__breadcrumbList p {
  font-weight: 600;
  max-width: 56%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.toefl__breadcrumbList a:not(:last-child):after {
  content: "";
  background-image: url(/images/sprite/master-sprite.webp);
  background-position: -253px -94px;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: 0 8px;
}

/************************* Share List Button ***************************/

.toefl__shareMenu {
  display: none !important;
  position: absolute;
  bottom: 130%;
  min-width: 200px;
  margin: 0;
  border-radius: 5px;
  box-sizing: border-box;
  list-style-type: none;
  background-color: var(--white-color);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.16);
  z-index: 1001;
}

.toefl__shareMenu::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid var(--white-color);
}

.toefl__shareItem:nth-child(1) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid var(--border-grey-color);
}

.toefl__shareLink {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: var(--dark-grey-color);
  text-decoration: none;
}

.toefl__shareMenu.open {
  display: block !important;
}

.shareChecked {
  position: absolute;
  right: 10px;
  opacity: 0;
}

.toefl__shareLink:hover {
  background-color: #f9f9f9;
}

@media (max-width: 1023px) {
  /************** share Button *************/

  .toefl__shareMenu {
    right: 10%;
  }

  .toefl__shareMenu::before {
    left: 87%;
  }

  .toefl__breadcrumbList {
    display: flex;
    flex-wrap: wrap;
  }

  .toefl__breadcrumbList p {
    max-width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .toefl__mobile_btn {
    font-weight: 600;
    line-height: 1.56;
    border-radius: 100px;
    border: solid 1px var(--secondary-color);
    margin: 8px;
    width: max-content;
  }
}