.greyFbIcon,
.greyTwitterIcon,
.greylinkdInIcon {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.greyFbIcon {
  background-position: -61px -1058px;
}

.greyTwitterIcon {
  background-position: -61px -1089px;
}

.greylinkdInIcon {
  background-position: -61px -1121px;
}

.replyIcon {
  width: 25px;
  height: 20px;
  background-position: -33px -1087px;
  margin-right: 5px;
  vertical-align: middle;
}

.redirectIcon {
  width: 27px;
  height: 28px;
  background-position: -32px -1029px;
}

.cueBtn2Icon {
  background-position: -403px -4632px;
  width: 16px;
  height: 19px;
}

img,
svg {
  vertical-align: middle;
}

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

iframe {
  display: block;
  width: 100%;
  margin: 20px 0;
  margin-bottom: 30px;
  max-height: 420px;
  border: none;
}

#blog-post,
#blog-category,
#blog-tag,
#blog-find-route {
  margin-top: 101px;
}

#blog-search {
  margin-top: 130px;
}

/**************** Breadcrumb ********************/

.breadCrumb {
  background: #fafbfc;
  padding: 6px 0;
}

.breadCrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
}

.breadCrumb ul li {
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  color: #989898;
  display: inline-block;
  font-weight: var(--fweight-semibold);
}

.breadCrumb ul li a {
  color: var(--primary-font-color);
  white-space: nowrap;
  text-decoration: none;
  padding-right: 15px;
  position: relative;
}

.breadCrumb ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../images/caret.png) no-repeat;
  width: 11px;
  height: 9px;
  transform: rotate(-90deg);
}

/**************** Side Nav ****************************/

.sideBarImportantLinks {
  padding: 16px 32px;
}

.sideBarImportantLinks h2 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: var(--border-line);
}

.importantLinkDiv {
  padding: 10px 0;
  border-bottom: var(--border-line);
}

.importantLinkDiv:last-child {
  border-bottom: none;
}

.importantLinkDiv.row {
  margin: 0;
  align-items: center;
}

.importantLinkDiv .importantLinkImg {
  flex-basis: 88px;
  margin-right: 15px;
}

.importantLinkDiv .importantLinkImg img {
  display: block;
  width: 88px;
  height: 48px;
}

.importantLinkText {
  flex-basis: calc(100% - 88px - 15px);
}

.importantLinkText p,
.importantLinkText a {
  font-size: 16px;
  line-height: 24px;
  color: #686868;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.importantLinkText a:hover {
  color: var(--color-anchortext);
}

.sidebarWidgetDiv,
.formalSidebarWidget {
  padding: 16px 32px;
}

.formalSidebarWidget {
  margin-bottom: 20px;
}

.sidebarWidget {
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.sidebarWidget:last-child {
  margin-bottom: 0px;
}

.sidebarWidget a {
  display: inline-block;
}

.sidebarWidget button {
  border: none;
  outline: none;
  background-color: transparent;
}

.sidebarWidget img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.sidebarWidgetOutside {
  text-align: center;
}

/**************** Article Body **************************/

.introText {
  margin-top: 16px;
  padding: 27px 32px;
  background: #f5f5f5;
  border-left: 4px solid #02359e;
  margin-bottom: 30px;
}

.introText p {
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 0;
}

.articleBody {
  margin-top: 40px;
}

.articleBody h1 {
  font-size: 36px;
  line-height: 52px;
  padding-bottom: 10px;
}

.articleBody .row .col-md-4 a:hover {
  text-decoration: underline !important;
}

.articleBody a {
  text-decoration: none !important;
  cursor: pointer;
}

.articleBody a:hover {
  color: var(--color-anchortext);
  text-decoration: underline !important;
}

.updated-info {
  font-size: 16px;
  line-height: 24px;
}

.updated-info.row {
  margin: 0;
  align-items: center;
}

.updated-info.d-flex {
  margin: 0;
  align-items: center;
}

.updated-info a {
  display: inline-block;
  color: var(--primary-font-color);
  font-weight: var(--fweight-semibold);
  padding: 0 3px;
}

.updated-info a:hover {
  color: var(--color-anchortext);
}

.updated-info p,
.updated-info time {
  color: #686868;
  margin-bottom: 0rem;
}

.updated-info .updatedBy img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}

.bannerImg {
  margin: 30px 0;
  border-radius: 4px;
}

.bannerImg img {
  display: block;
  width: 100%;
  max-height: 450px;
  margin: 0 auto;
}

.introText {
  padding: 27px 32px;
  background: #f5f5f5;
  border-left: 4px solid #02359e;
  margin-bottom: 30px;
}

.introText p {
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

.articleInfo p,
.articleInfo li {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
}

.articleInfo ul {
  margin: 0;
}

.articleInfo ul li,
.otherInfo ul li {
  position: relative;
  list-style-type: none;
}

.articleInfo li {
  padding-bottom: 10px;
}

.articleInfo h2 {
  font-size: 28px;
  line-height: 44px;
  padding-bottom: 10px;
}

.articleInfo h3 {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 10px;
}

.articleListSection {
  padding: 30px 0;
  padding-bottom: 10px;
}

.articleListSection .row {
  margin: 0;
}

.articleListSection h2 {
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 30px;
}

.articleListSection .articleInfoDiv {
  flex-basis: 23%;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 0;
  border: var(--border-line);
  overflow: hidden;
}

.articleListSection .articleInfoDiv .articleImg {
  min-height: 199px;
  display: grid;
}

.articleListSection .articleInfoDiv .articleImg img {
  max-width: 262px;
  max-height: 199px;
  margin: 0 auto;
  display: block;
  align-self: center;
}

.articleListSection .articleInfoDiv:nth-of-type(4n) {
  margin-right: 0;
}

.articleListSection .articleInfoDiv:hover a {
  text-decoration: none;
}

.articleListSection .articleInfoDiv:hover .articleHeading {
  color: var(--color-anchortext);
  text-decoration: underline;
}

.articleListSection .articleInfoText {
  padding: 20px;
}

.articleListSection .articleInfoText p {
  font-size: 16px;
  line-height: 24px;
  color: #686868;
}

.articleListSection .articleInfoText .articleHeading {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--primary-font-color);
  font-weight: var(--fweight-semibold);
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.articleListSection .articleInfoText .articleHeading:hover {
  text-decoration: underline;
  color: var(--color-anchortext);
}

.articleInfo h4 {
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 10px;
}

/**************** New TOC **************************/

.table-content-ctn {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  margin-bottom: 40px;
}

.table-content-heading {
  background-color: #dbebff;
  padding: 20px 16px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.table-content {
  padding: 0px 16px;
  margin: 10px 0;
  list-style-type: none;
}

.table-content li {
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  list-style-type: none;
}

.table-content li a {
  color: #3d8ff2;
  text-decoration: none;
  font-size: 15px;
  line-height: 26px;
}

.table-content li:before {
  content: "";
  background: url(../images/homepage/sprite/master-sprite.webp) no-repeat -40px -1067px;
  width: 9px;
  height: 12px;
  position: absolute;
  left: 0%;
  top: 7px;
  z-index: 1;
}

/***************** TOC CSS *******************************/

.tableOfContent,
#toc_container {
  border-radius: 4px;
  background: #dbebff;
  padding: 32px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.tableOfContent p,
#toc_container p {
  font-size: 20px;
  font-weight: var(--fweight-semibold);
}

.tableOfContent ul,
#toc_container ul {
  margin: 0;
  padding-left: 36px;
}

.tableOfContent ul li,
#toc_container ul li {
  list-style-type: none;
  padding-bottom: 16px;
  position: relative;
}

.tableOfContent ul li:before,
#toc_container ul li:before {
  content: "";
  background: url("../images/homepage/sprite/master-sprite.webp") no-repeat;
  width: 25px;
  height: 25px;
  background-position: -93px -705px !important;
  position: absolute;
  top: 0;
  left: -34px;
}

.tableOfContent ul li:last-child,
#toc_container ul li:last-child {
  padding-bottom: 0px;
}

.tableOfContent ul li a,
#toc_container ul li a {
  display: inline-block;
  color: var(--primary-font-color);
}

.tableOfContent ul li a:hover,
#toc_container ul li a:hover {
  color: var(--color-anchortext);
}

.tableOfContent ul ul,
#toc_container ul ul {
  padding-top: 10px;
}

.tableOfContent ol,
#toc_container ol {
  margin: 0;
  padding: 0;
}

.tableOfContent ol li,
#toc_container ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--fweight-semibold);
  padding-bottom: 16px;
}

.tableOfContent ol li:last-child,
#toc_container ol li:last-child {
  padding-bottom: 0;
}

.tableOfContent ol li a,
#toc_container ol li a {
  color: var(--primary-font-color);
}

.tableOfContent ol li a:hover,
#toc_container ol li a:hover {
  text-decoration: underline;
  color: var(--color-anchortext);
}

.tableOfContent ol li ol,
#toc_container ol li ol {
  counter-reset: item;
}

.tableOfContent ol li ol li,
#toc_container ol li ol li {
  font-weight: normal;
  display: block;
  padding: 0;
  font-size: 14px;
}

.tableOfContent ol li ol li:before,
#toc_container ol li ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

#toc_container ol {
  counter-reset: item;
}

#toc_container ol li {
  display: block;
}

#toc_container ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.otherOptionsTags {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: var(--border-line);
}

.otherOptionsTags p {
  padding: 0;
  font-weight: var(--fweight-semibold);
  padding-right: 8px;
}

.otherOptionsTags ul {
  margin: 0;
  padding: 0;
}

.otherOptionsTags ul li {
  list-style-type: none;
  padding-bottom: 0px;
  display: inline-block;
  padding: 0 6px;
}

.otherOptionsTags ul li a {
  text-decoration: none;
  display: block;
  border: var(--border-line);
  border-radius: 4px;
  color: #1f86e6;
  padding: 10px 24px;
}

.listTypeImage {
  margin-bottom: 20px;
}

.listTypeImage ul {
  margin: 0;
  padding-left: 32px;
}

.listTypeImage ul li {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  position: relative;
}

.listTypeImage ul li:before {
  content: "";
  background: url("../images/homepage/sprite/master-sprite.webp") no-repeat;
  width: 14px;
  height: 18px;
  background-position: -37px -1064px;
  position: absolute;
  top: 5px;
  left: -32px;
}

.articleInfo ul li:before,
.otherInfo ul li:before {
  content: "";
  background: url("../images/homepage/sprite/master-sprite.webp") no-repeat;
  width: 14px;
  height: 18px;
  background-position: -37px -1064px !important;
  position: absolute;
  top: 3px;
  left: -25px;
}

.listTypeImage ul li:last-child {
  padding-bottom: 0;
}

.listTypeImage ul li span {
  font-weight: var(--fweight-semibold);
}

.authorBox {
  background: #f5f5f5;
  padding: 32px;
  margin: 30px 0;
}

.authorBox .row {
  margin: 0;
}

.authorBox .authorImg {
  height: 186px;
  width: 186px;
  flex-basis: 186px;
  margin-right: 32px;
}

.authorBox .authorImg img {
  max-width: 186px;
  max-height: 186px;
  display: block;
}

.authorBox .authorInfo {
  flex-basis: calc(100% - 186px - 32px);
}

.authorBox p {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.authorBox .authorName {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 10px;
  font-weight: var(--fweight-semibold);
}

.authorBox .authorDesignation {
  color: #989898;
  padding-bottom: 20px;
}

.unlockAnswerSection,
.hideAndShowDiv {
  position: relative;
}

.unlockAnswerSection .unlockAnswerBtn,
.unlockAnswerSection .show-hide,
.hideAndShowDiv .unlockAnswerBtn,
.hideAndShowDiv .show-hide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 12px 24px;
  cursor: pointer;
}

.unlockAnswerSection .show-hide,
.hideAndShowDiv .show-hide {
  background: #ff615d;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 40px;
}

.unlockAnswerSection .show-hide:before,
.hideAndShowDiv .show-hide:before {
  content: "";
  background: url("../images/homepage/sprite/master-sprite.webp");
  position: absolute;
  top: 9px;
  left: 14px;
  width: 21px;
  height: 27px;
  background-position: -96px -735px;
}

.hideAndShowDiv .show-hide {
  position: relative;
  left: auto;
  transform: none;
}

.sh-panel,
.unlockAnswerDiv {
  filter: blur(5px);
  transition: 0.3s ease;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 40px;
}

.articleInfo span {
  color: inherit;
}

.articleInfo .practicetest-heading {
  font-size: 28px;
  line-height: 44px;
  color: var(--color-blue);
  padding-bottom: 10px;
}

.articleInfo .practicetest-subHeading {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 10px;
}

.instructionDiv {
  background: #fff5d9;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.instructionDiv .row {
  margin: 0;
}

.instructionDiv p {
  padding: 0;
}

.instructionDiv p:last-child {
  padding-bottom: 0;
}

.instructionDiv .bulblightIcon {
  flex-basis: 48px;
  margin-right: 16px;
}

.instructionDiv .instructionText {
  flex-basis: calc(100% - 48px - 16px);
}

.numberStyle,
.alphabeticIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-blue);
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  font-weight: var(--fweight-semibold);
  color: var(--color-white) !important;
  font-size: 14px;
  vertical-align: middle;
}

.alphabeticIcon {
  background: #f5f5f5;
  color: var(--primary-font-color) !important;
  margin: 0 5px;
  text-transform: uppercase;
}

.squarebox {
  width: 40px;
  border-bottom: 1.5px solid grey;
  display: inline-block;
  margin-left: 5px;
}

.redirectCard {
  text-align: center;
  background: #f5f5f5;
  padding: 46px;
  margin-bottom: 20px;
}

.redirectCard a {
  display: inline-block;
}

.practiceTestAnsTable {
  border-radius: 4px;
}

.practiceTestAnsTable td:nth-of-type(odd) {
  text-align: center;
  background: #f5f5f5;
  width: 15%;
  padding: 15px 10px;
  font-weight: var(--fweight-semibold);
}

.loadMoreBtn {
  text-align: center;
}

.commentDiv:last-child {
  border-bottom: 0px;
}

.hideAndShowDiv .unloackAnswer {
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 1;
  font-size: 15px;
  text-align: center;
}

/**************** Practice Box ***********************/

.pratciceTestOption {
  padding: 30px 0;
  padding-bottom: 10px;
}

.pratciceTestOption h2 {
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 30px;
}

.pratciceTestOption .row {
  margin: 0;
}

.pratciceTestOption .questionType {
  flex-basis: 48%;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
  transition: 0.2s ease;
}

.pratciceTestOption .questionType:nth-of-type(2n) {
  margin-right: 0;
}

.pratciceTestOption .questionType:hover {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.16);
}

.pratciceTestOption .questionType .redirectIcon {
  position: absolute;
  top: 18px;
  right: 20px;
}

.pratciceTestOption .questionType.mcq {
  background: #ffeee7;
}

.pratciceTestOption .questionType.trueFalse {
  background: #efe8ff;
}

.pratciceTestOption .questionType .trueFalse a:hover {
  text-decoration: none;
}

.pratciceTestOption .questionType.sentence {
  background: #dbebff;
}

.pratciceTestOption .questionType.yesNo {
  background: #e8faf3;
}

.pratciceTestOption .questionType.summary {
  background: #f5f5f5;
}

.pratciceTestOption .questionType.completeTable {
  background: #fff5d9;
}

.pratciceTestOption .questionType a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-font-color);
  text-decoration: none;
  padding: 20px;
  padding-right: 40px;
  font-weight: var(--fweight-semibold);
}

.pratciceTestOption .questionType a:hover {
  text-decoration: none !important;
}

/***************** Comment Box ***********************/

.commentsContainer {
  padding: 30px 0;
}

.commentsContainer h3 {
  font-size: 30px;
  line-height: 44px;
  padding: 24px 0;
}

.commentDiv {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: var(--border-line);
}

.commentDiv:last-child {
  margin-bottom: 0;
  padding: 0;
}

.commentSection {
  padding: 32px;
  border: var(--border-line);
  border-radius: 4px;
}

.commentSection .form-group {
  padding-bottom: 0px !important;
}

.commentSection label {
  font-size: 12px;
  line-height: 30px;
  font-weight: var(--fweight-semibold);
  display: inline-block;
}

.commentSection input,
.commentSection textarea {
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 11px;
  border: var(--border-line);
}

.comment-response {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #282828;
  font-weight: 600;
  font-size: 24px;
}

.comment-response p {
  margin: 0;
}

.commentSection .commentForm {
  padding-bottom: 20px;
  border-bottom: var(--border-line);
}

.commetsList {
  padding: 20px 0;
  padding-bottom: 0;
}

.commetsList img {
  width: 56px;
  height: 56px;
}

.commetsList .row {
  margin: 0;
}

.commetsList .commentListImgDiv {
  padding: 0;
  flex-basis: 56px;
  max-width: 56px;
}

.commetsList .commentListContent {
  flex-basis: calc(100% - 56px);
  max-width: calc(100% - 56px);
  padding-left: 16px;
}

.commetsList .commentListContent p {
  margin-bottom: 0;
}

.commetsList p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  word-break: break-all;
}

.commetsList .reviewer-name {
  padding-bottom: 0px;
  font-weight: var(--fweight-semibold);
}

.commetsList .updatedTime {
  color: #989898;
  padding-bottom: 5px;
}

.commetsList .replyText {
  font-size: 14px;
  color: #ff4e53;
  padding: 0;
  font-weight: var(--fweight-semibold);
  cursor: pointer;
  display: inline-block;
}

.commentByOrganization {
  padding: 20px 0;
  padding-bottom: 0;
  margin-top: 20px;
  border-top: var(--border-line);
}

.commentForm .row {
  margin: 0 -15px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.cta_button,
button.cta_button,
a.cta_button,
.fasc-button {
  background: #ff615d;
  border-radius: 4px;
  font-weight: 700;
  color: #fff !important;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-block;
}

/********* ATF and BTF for article css start *********/
.banner-atf {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: 90px;
  padding: 35px 20px;
  border-radius: 4px;
  margin: 0px 14px 20px 14px;
  position: relative;
  background-color: #7554f6;
  background-image: url(/v2/images/version2/banner-cta-btf-and-atf/Group-9074.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner-atf div.banner-atf-img {
  position: absolute;
  top: 5px;
  right: 10px;
}

.banner-atf div.banner-atf-bottom {
  display: flex;
  align-items: center;
}

.banner-atf-bottom p {
  margin-bottom: 0;
}

.banner-atf p {
  text-align: left;
  width: 250px;
}

.banner-btf {
  height: 100px;
  padding: 10px;
  border-radius: 4px;
  margin: 0px 14px 20px 14px;
  background-color: #18c4aa;
  overflow: hidden;
}

.banner-btf .btf-inner-ctn {
  position: relative;
  display: flex;
  height: 80px;
  border-radius: 4px;
  border: 2px solid #fff;
  background-image: url(/v2/images/version2/banner-cta-btf-and-atf/btfbgdesk.webp);
  background-size: contain;
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

.banner-btf .btf-inner-ctn div.banner-btf-img {
  position: absolute;
  right: 10px;
  top: 5px;
}

.btf-text-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.btf-text-section p {
  width: 250px;
  margin-bottom: 0;
}

.banner-atf p,
.btf-text-section p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin-bottom: 0rem;
}

.banner-atf button,
.btf-text-section button {
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0px 24px;
  border-radius: 4px;
  border: solid 1px #ff615d;
  background-color: #ff615d;
}

/********* ATF and BTF for article css end *********/
.authorname::before,
.updatedBy::before,
.readTime::before {
  content: "";
  position: absolute;
  top: 43%;
  right: -10px;
  background-color: #686868;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

.authorname,
.updatedBy,
.readTime {
  position: relative;
  display: flex;
  align-items: center;
}

.updated-info.d-flex {
  gap: 16px;
}

.authorname,
.updatedBy a {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articleCard .readTime {
  overflow: visible !important;
}

/******************* Study Abroad CSS Start ***********************/

.ielts-contactCtn {
  margin: 20px 0 40px 0;
  width: 364px;
  height: 376px;
  padding: 20px 22px;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  box-shadow: 0 4px 4px 0 rgba(152, 152, 152, 0.5);
}

.ielts-contactCtn h2,
.tableListedHeading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
  color: #282828;
  margin-bottom: 10px !important;
}

.ielts-contact-inputCtn input.ielts-input {
  width: 100%;
  height: 36px;
  padding: 3px 14px;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 4px;
  outline: none;
  background-color: #fafbfc;
  border: solid 1px #d8d8d8;
}

.ielts-study-articleCtn .bannerImg {
  margin: 0 0 20px 0;
}

.ielts-contact-inputCtn input.ielts-input:focus {
  border: solid 1px #02359e;
  outline: none;
}

.ielts-contact-inputCtn input.ielts-input::placeholder {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: rgba(0, 0, 0, 0.2);
}

.ielts-contact-inputCtn .form-group {
  margin-bottom: 20px;
}

.ielts-contact-inputCtn .form-group.has-error input,
.ielts-contact-inputCtn .form-group.has-error select {
  border: 1px solid #ff615d !important;
}

.ielts-contact-inputCtn select {
  background-position: 95% 14px;
}

.ielts-contact-inputCtn .ielts-pop-app {
  background-color: #fafbfc;
  height: 36px !important;
  padding: 0 12px !important;
  border: solid 1px #d8d8d8 !important;
  outline: none !important;
}

.ielts-contact-inputCtn .ielts-pop-app:focus {
  border: 1px solid #02359e !important;
  outline: none !important;
}

.ielts-contact-inputCtn .iti--allow-dropdown {
  height: 36px !important;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
}

.ielts-contact-inputCtn .iti__selected-flag {
  padding: 0 12px 0 17px !important;
  border-right: 1px solid #d8d8d8;
  width: 65px;
}

.ielts-input-phone {
  border: none !important;
  height: 34px !important;
  padding-left: 70px !important;
}

.ielts-input-phone:focus .iti--allow-dropdown {
  border: 1px solid #02359e !important;
}

.ielts-contact-submitBtn {
  width: 138px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #ff615d;
  background-color: #ff615d;
}

.ielts-studyTabs {
  margin: 0;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style-type: none;
  overflow-x: auto;
}

.ielts-studyTabs::-webkit-scrollbar {
  height: 4px;
  background-color: none;
}

.ielts-studyTabs:hover::-webkit-scrollbar {
  height: 4px;
  background-color: #f5f5f5;
}

.ielts-studyTabs::-webkit-scrollbar-thumb {
  height: 8px;
  border-radius: 10px;
  background-color: none;
}

.ielts-studyTabs:hover::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
}

.ielts-studyTabs::-webkit-scrollbar-track {
  height: 10px;
}

.ielts-studyTabs li {
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #282828;
  border-radius: 34px;
  white-space: nowrap;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.ielts-studyTabs li.current {
  background-color: #ff615d;
  color: #fff;
  font-weight: 600;
}

.ielts-country-tabCtn .keyHighlightsSection {
  border-radius: 4px;
  background-color: #dbebff;
  padding: 30px 0px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.ielts-country-tabCtn .keyHighlightsSection h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #282828;
}

.ielts-country-tabCtn .keyHighlightsSection .highlightsList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ielts-country-tabCtn .keyHighlightsSection .highlightsList li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #282828;
  margin-top: 20px;
}

.ielts-country-tabCtn .keyHighlightsSection .highlightsList li::before {
  background-image: url(../images/homepage/sprite/master-sprite.webp);
  width: 20px;
  height: 20px;
  background-position: -95px -708px;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ielts-country-tabCtn .countryRowContainer {
  margin-top: 30px;
}

.ielts-country-tabCtn .countryContent h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.14;
  color: #282828;
}

.tableListedHeading,
.tabMainHeading {
  margin: 20px 0 !important;
}

.ielts-country-tabCtn .countryContent h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #282828;
}

.ielts-country-tabCtn .countryContent .countrySubText {
  margin: 20px 0;
}

.ielts-country-tabCtn .countryHighlightsTable h4 {
  text-align: center;
  margin-bottom: 20px;
}

.ielts-country-tabCtn .countryHighlightsTable .table-wrapper {
  overflow-x: auto;
  max-width: 100%;
  min-width: 300px;
  margin-bottom: 20px;
}

.ielts-country-tabCtn .countryHighlightsTable table {
  width: 100%;
  border-collapse: collapse;
}

.ielts-country-tabCtn .countryHighlightsTable table th {
  border: solid 1px #d8d8d8;
  background-color: #f5f5f5;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  color: #282828;
}

.ielts-country-tabCtn .countryHighlightsTable table th:first-child {
  padding: 12px 20px;
}

.ielts-country-tabCtn .countryHighlightsTable table td {
  text-align: center;
  padding: 12px 7px;
  border: solid 1px #d8d8d8;
}

.ielts-country-tabCtn .countryHighlightsTable table td:first-child {
  padding: 12px 20px;
}

.commonListStyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 10px;
  text-align: justify;
}

.commonListStyle li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}

.commonListStyle li:last-child {
  margin-bottom: 0;
}

.commonListStyle li::before {
  background-image: url(../images/homepage/sprite/master-sprite.webp);
  width: 9px;
  height: 12px;
  background-position: -40px -1067px;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ielts-country-tabCtn .reasonToMigrate p {
  margin-bottom: 10px;
}

.ielts-country-tabCtn .reasonToMigrate p:last-of-type {
  margin-bottom: 20px;
}

.ielts-country-tabCtn .requirementsToImmigrate .educationCardIcon {
  width: 52px;
  height: 31px;
  margin-right: 20px;
  flex-shrink: 0;
  background-position: -451px -3724px;
}

.ielts-country-tabCtn .requirementsToImmigrate .ageCardIcon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  flex-shrink: 0;
  background-position: -449px -3656px;
}

.ielts-country-tabCtn .requirementsToImmigrate .workExCardIcon {
  width: 49px;
  height: 41px;
  margin-right: 20px;
  flex-shrink: 0;
  background-position: -440px -3470px;
}

.ielts-country-tabCtn .requirementsToImmigrate .financialCardIcon {
  width: 47px;
  height: 47px;
  margin-right: 20px;
  flex-shrink: 0;
  background-position: -383px -3648px;
}

.ielts-country-tabCtn .requirementsToImmigrate .languageCardIcon {
  background-position: -449px -3592px;
  width: 43px;
  height: 43px;
  margin-right: 20px;
  flex-shrink: 0;
}

.ielts-country-tabCtn .requirementsToImmigrate .healthCardIcon {
  background-position: -451px -3532px;
  width: 35px;
  height: 43px;
  margin-right: 20px;
  flex-shrink: 0;
}

.ielts-country-tabCtn .requirementsToImmigrate .requirementCardList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.ielts-country-tabCtn .requirementsToImmigrate .requirementCardList .requirementCard {
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  max-width: 228px;
  flex-basis: 33%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 20px 0 20px 20px;
}

.ielts-country-tabCtn .requirementsToImmigrate .requirementCardList .requirementCard .cardTitle {
  max-width: 110px;
  line-height: 1.5;
}

/*************** FAQ ********************/

.ielts-country-tabCtn .applicationProcessAccordian .processRow {
  margin-top: 20px;
}

.processRow {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.processAccordianContent {
  padding: 13px 0px;
}

.processAccordianContent .commonListStyle {
  margin-bottom: 0;
}

.processAccordianContent .table-wrapper {
  margin-bottom: 0 !important;
}

.processRow .pathAccordion,
.processRow .processAccordion {
  background-color: #f5f5f5;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #282828;
  padding: 18px 20px;
  position: relative;
}

.table-wrapper table {
  margin-bottom: 0;
}

.processRow .active {
  font-weight: 600;
}

.processRow .pathAccordion:after,
.processRow .processAccordion:after {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(../images/homepage/sprite/master-sprite.webp);
  background-position: -4px -328px;
  float: right;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.processRow .active:after {
  background-position: -4px -359px;
}

.processRow .pathPanel,
.processRow .processPanel {
  padding-left: 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  padding-right: 18px;
  border-bottom: 1px solid #d8d8d8;
}

.processRow .pathPanel:last-child,
.processRow .processPanel:last-child {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.processRow .pathPanel .pathAccordianContent,
.processRow .pathPanel .processAccordionContent,
.processRow .processPanel .pathAccordianContent,
.processRow .processPanel .processAccordionContent {
  margin-top: 13px;
  margin-bottom: 24px;
}

.processRow .pathPanel .pathAccordianContent p,
.processRow .pathPanel .processAccordionContent p,
.processRow .processPanel .pathAccordianContent p,
.processRow .processPanel .processAccordionContent p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #282828;
  margin-bottom: 8px;
}

.processRow .pathPanel .pathAccordianContent p:last-child,
.processRow .pathPanel .processAccordionContent p:last-child,
.processRow .processPanel .pathAccordianContent p:last-child,
.processRow .processPanel .processAccordionContent p:last-child {
  margin-bottom: 0px;
}

.processRow button:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.processRow button:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ielts-stickySource {
  height: 100%;
}

.ielts-stickySource aside {
  height: calc(100% - 490px);
}

.ielts-stickySource aside .sideBarImportantLinks {
  position: sticky;
  background-color: #fff;
  top: 100px;
}

/**************** FAQ END *******************/

.tab-content {
  display: none;
}

.tab-content.current {
  display: block;
}

.articleListSection {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}

.faq_section {
  padding: 80px 0;
}

/**************** Table **********************/

table {
  border-spacing: 0;
  width: 100%;
  color: #333;
  border: 0.2px solid #d8d8d8;
  border-bottom: 0;
  margin-bottom: 30px;
}

table th {
  background: #f5f5f5;
  padding: 10px;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  border-right: 0.2px solid #d8d8d8;
  border-bottom: 0.2px solid #d8d8d8;
}

table th:last-child {
  border-right: none;
}

table td {
  font-size: 16px;
  line-height: 24px;
  padding: 11px;
  border-right: 0.2px solid #d8d8d8;
  border-bottom: 0.2px solid #d8d8d8;
  min-width: 130px;
}

/******************** FAQ *****************************/

.faq_section h2 {
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 10px;
}

.faq_section .faq_question {
  font-weight: var(--fweight-semibold);
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
  border-bottom: var(--border-line);
  cursor: pointer;
  position: relative;
  margin-bottom: 0 !important;
}

.faq_section .faq_question:after {
  content: " ";
  background: url(../images/homepage/sprite/master-sprite.webp);
  width: 16px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 25px;
  background-position: -4px -333px;
  transition: 0.2s ease;
}

.faq_section .faq_question.downAngle:after {
  transform: rotate(-180deg);
}

.faq_section .faq_answer {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
  border-bottom: var(--border-line);
  color: #686868;
}

/************** Pagination *********************/

.pagination {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.pagination .disabled {
  display: none;
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination ul li {
  text-align: center;
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

.pagination ul li a {
  min-width: 38px;
  height: 38px;
  display: inline-block;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-font-color);
  text-decoration: none;
  border-radius: 3px;
  border: var(--border-line);
  overflow: hidden;
  transition: 0.2s ease;
  max-width: 52px;
}

.pagination ul li a:hover {
  color: var(--color-white);
  border: 0.2px solid #ff615d;
  background: #ff615d;
  font-weight: var(--fweight-semibold);
}

.pagination ul li.active a {
  color: var(--color-white);
  border: 0.2px solid #ff615d;
  background: #ff615d;
  font-weight: var(--fweight-semibold);
}

/************* Side Tab *********************/

.sidebarTabSection {
  padding: 32px;
}

.sidebarTab ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.sidebarTab ul li {
  border-bottom: 4px solid #f5f5f5;
  font-size: 13px;
  line-height: 24px;
  width: 50%;
  flex-basis: 50%;
  text-align: center;
  list-style-type: none;
  padding: 12px 5px;
  padding-bottom: 8px;
  cursor: pointer;
  font-weight: var(--fweight-semibold);
}

.sidebarTab ul li.current {
  color: #ff615d;
  border-bottom: 4px solid #ff615d;
}

.sidebarTabDiv {
  padding: 20px 0;
}

.sidebarTabList {
  max-height: 100%;
}

.sidebarTabContent {
  padding: 12px 0;
  border-bottom: var(--border-line);
}

.sidebarTabContent:first-child {
  padding-top: 0;
}

.sidebarTabContent:last-child {
  border-bottom: none;
}

.sidebarTabContent.row {
  margin: 0;
  align-items: center;
}

.sidebarTabContent .sidebarImgDiv {
  flex-basis: 88px;
  margin-right: 16px;
}

.sidebarTabContent .sidebarImgDiv img {
  display: block;
  width: 88px;
  max-height: 48px;
}

.sidebarTabContent .sidebarDivText {
  flex-basis: calc(100% - 88px - 16px);
}

.sidebarTabContent .sidebarDivText a {
  color: #686868;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.sidebarTabContent .sidebarDivText a:hover {
  color: var(--color-anchortext);
}

/************** Cue Cards *******************/

.articleCard {
  padding-bottom: 38px;
  margin-bottom: 30px;
  border-bottom: var(--border-line);
}

.articleHeading {
  margin-bottom: 10px !important;
}

.articleCard .row {
  margin: 0;
}

.articleCard .articlecarImg {
  flex-basis: 246px;
  margin-right: 30px;
}

.articleCard .articlecarImg img {
  display: block;
  max-height: 184px;
  width: 100%;
}

.articleCard .articleText {
  flex-basis: calc(100% - 246px - 30px);
}

.articleCard .articleText h2 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.articleCard .articleText h2 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.articleCard .articleText a {
  display: inline-block;
  color: var(--primary-font-color);
}

.articleCard .articleText a:hover {
  color: var(--color-anchortext);
}

.articleCard .articleText p {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 16px;
  color: #686868;
}

.articleCard .articleText .updated-info p,
.articleCard .articleText .updated-info time {
  color: #686868;
  margin: 0;
}

.table-wrapper {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  overflow-x: auto !important;
  max-width: 100vw !important;
  min-width: 300px !important;
  /*white-space: nowrap !important;*/
  margin: 20px auto !important;
}

iframe#siqiframe {
  max-height: 100%;
}

.homeIcon {
  background: url(../images/homepage/sprite/master-sprite.webp);
  background-position: -390px -3076px;
  display: flex;
  width: 36px;
  height: 27px;
  Transform: scale(0.8);
}

.homeIcon::after {
  margin-top: 4px;
}

@media (max-width: 1023px) {

  #blog-category,
  #blog-post,
  #blog-tag {
    margin-top: 49px;
  }

  #blog-search {
    margin-top: 71px;
  }

  .table-wrapper {
    max-width: 55vw !important;
  }

  .articleCard .readTime {
    overflow: hidden !important;
  }

  .lastUpdateOn {
    margin: -13px 0px !important;
  }

  .articleBody {
    margin-top: 16px;
  }

  .articleBody h1 {
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 16px;
  }

  .updated-info {
    font-size: 13px;
  }

  .updated-info .updatedBy img {
    width: 24px;
    height: 24px;
  }

  .bannerImg {
    margin: 0px 0 40px 0;
  }

  .bannerImg img {
    max-height: 200px;
  }

  .introText {
    padding: 16px;
    margin-bottom: 16px;
  }

  .introText p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }

  .articleInfo p,
  .articleInfo li {
    font-size: 14px;
    padding-bottom: 16px;
  }

  .articleInfo li {
    padding-bottom: 10px;
  }

  .articleInfo h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 16px;
  }

  .articleInfo h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
  }

  .articleInfo h4 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
  }

  /****************** New TOC ************************/

  .table-content-ctn {
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin-bottom: 40px;
  }

  .table-content-heading {
    padding: 10px;
    margin-top: 0px;
    font-size: 16px;
  }

  .table-content {
    margin: 10px 0;
  }

  .table-content li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    list-style-type: none;
  }

  .table-content li a {
    color: #3d8ff2;
    text-decoration: none;
    font-size: 15px;
    line-height: 26px;
  }

  .table-content li:before {
    content: "";
    background: url(../images/homepage/sprite/master-sprite.webp) no-repeat -40px -1067px;
    width: 9px;
    height: 12px;
    position: absolute;
    left: 0%;
    top: 7px;
    z-index: 1;
  }

  .tableOfContent,
  #toc_container {
    padding: 16px;
    margin-bottom: 16px;
  }

  .tableOfContent .tocHeading,
  #toc_container .tocHeading {
    text-align: center;
    padding-bottom: 16px;
  }

  .tableOfContent ul,
  #toc_container ul {
    padding-left: 30px;
  }

  .tableOfContent ul li,
  #toc_container ul li {
    padding-bottom: 8px;
  }

  .tableOfContent ul li:before,
  #toc_container ul li:before {
    left: -29px;
  }

  .tableOfContent ol li,
  #toc_container ol li {
    font-size: 14px;
    padding-bottom: 8px;
  }

  .listTypeImage {
    margin-bottom: 14px;
  }

  .listTypeImage ul {
    padding-left: 20px;
  }

  .listTypeImage ul li {
    font-size: 14px;
  }

  .listTypeImage ul li:before {
    top: 3px;
    left: -20px;
  }

  .otherOptionsTags {
    display: block;
    padding: 16px 0;
  }

  .otherOptionsTags p {
    padding-right: 0;
  }

  .otherOptionsTags ul li {
    padding: 0;
    width: 47.4%;
    margin-right: 12px;
    margin-bottom: 16px;
    text-align: center;
  }

  .otherOptionsTags ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .authorBox {
    padding: 16px;
    margin: 20px 0;
  }

  .authorBox p {
    -webkit-line-clamp: initial;
  }

  .authorBox .authorImg,
  .authorBox .authorInfo {
    flex-basis: 100%;
    margin: 0;
  }

  .authorBox .authorImg {
    margin-bottom: 20px;
  }

  .authorBox .authorImg img {
    margin: 0 auto;
  }

  .authorBox .authorInfo .authorName {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 8px;
    text-align: center;
  }

  .authorBox .authorInfo .authorDesignation {
    padding-bottom: 16px;
    text-align: center;
  }

  .articleInfo .practicetest-heading {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 16px;
  }

  .instructionDiv p {
    padding: 0;
  }

  .redirectCard {
    padding: 38px 15px;
  }

  .unlockAnswerSection .unlockAnswerBtn,
  .unlockAnswerSection .show-hide,
  .hideAndShowDiv .unlockAnswerBtn,
  .hideAndShowDiv .show-hide {
    padding: 8px;
  }

  .unlockAnswerSection .show-hide,
  .hideAndShowDiv .show-hide {
    padding-left: 35px;
    min-width: 170px;
    text-align: center;
  }

  .unlockAnswerSection .show-hide:before,
  .hideAndShowDiv .show-hide:before {
    left: 8px;
    top: 5px;
  }

  .unlockAnswerDiv {
    margin-bottom: 20px;
  }

  .banner-atf,
  .banner-btf {
    padding: 10px;
    height: 120px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    flex-direction: column;
  }

  .banner-atf {
    background-image: url(/v2/images/version2/banner-cta-btf-and-atf/Group-9077.webp);
  }

  .banner-atf div.banner-atf-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .banner-atf div.banner-atf-img {
    top: 5px;
    right: 5px;
  }

  .banner-btf .btf-inner-ctn div.banner-btf-img {
    top: 3px;
    right: 5px;
  }

  .banner-atf p,
  .btf-text-section p {
    padding: 0px 40px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
  }

  .btf-text-section p {
    margin-top: 10px;
  }

  .banner-btf .btf-inner-ctn {
    height: 100%;
    background-size: 100% 100%;
    background-position: unset;
    background-image: url(/v2/images/version2/banner-cta-btf-and-atf/btfbg.webp);
  }

  .banner-atf button {
    width: 100%;
  }

  .banner-btf {
    margin: 0px 0px 20px 0px;
  }

  .btf-text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
  }

  .btf-text-section button {
    width: 100%;
    height: 30px;
    font-size: 16px;
  }

  .articleListSection {
    padding: 0 0 30px 0;
    margin-bottom: 10px;
  }

  #immigration-study-abroad .row .col-md-8 {
    order: 2;
  }

  #immigration-study-abroad .row .col-md-4 {
    order: 1;
  }

  .ielts-stickySource {
    height: auto;
  }

  .ielts-stickySource aside {
    height: auto;
  }

  .ielts-stickySource aside .sideBarImportantLinks {
    position: relative;
    top: unset;
  }

  /****************** Breadcrumb *********************/

  .breadCrumb ul li {
    font-size: 13px;
    line-height: 20px;
    display: inline;
  }

  /***************** Practice Css ********************/

  .pratciceTestOption {
    padding: 20px 0;
  }

  .pratciceTestOption h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 16px;
    margin: 0 auto !important;
    max-width: 250px;
    text-align: center;
  }

  .pratciceTestOption .questionType {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .pratciceTestOption .questionType .redirectIcon {
    top: 10px;
    right: 16px;
  }

  .pratciceTestOption .questionType a {
    padding: 12px 16px;
  }

  /*************** Side Bar Important *********************/

  .sideBarImportantLinks {
    padding: 16px 0 40px;
  }

  .sideBarImportantLinks h2 {
    padding-bottom: 16px;
  }

  .importantLinkText p,
  .importantLinkText a {
    font-size: 14px;
  }

  /*************** Comment Section ************************/

  .commentsContainer h3 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    text-align: center;
  }

  .commentSection {
    padding: 16px;
  }

  .commentSection input,
  .commentSection textarea {
    padding: 8px 16px;
    font-size: 14px;
  }

  .commentSection .commentForm {
    padding-bottom: 16px;
  }

  .commentSection .form-group {
    padding-bottom: 8px;
  }

  .form-group label {
    font-size: 12px;
  }

  /******************** Article List *********************/

  .articleListSection {
    margin-bottom: 10px;
  }

  .articleListSection h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  .articleListSection .row {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }

  .articleListSection .articleInfoDiv {
    width: 265px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
    white-space: initial;
  }

  /******************** FAQ CSS *************************/

  .faq_section {
    padding: 40px 0;
  }

  .faq_section h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 267px;
    margin: 0 auto !important;
    text-align: center;
  }

  .faq_section .faq_question {
    padding: 16px 0;
    padding-right: 16px;
  }

  .faq_section .faq_answer {
    font-size: 14px;
    padding: 16px 0;
  }

  /*************** Table ****************************/

  table {
    margin-bottom: 16px;
  }

  table td {
    padding: 8px;
    font-size: 14px;
  }

  iframe {
    max-height: 200px;
    margin: 16px 0;
  }

  /************** Side Tab ****************/

  .sidebarTabSection {
    padding: 0px;
  }

  .sidebarTabContent .sidebarDivText a {
    font-size: 14px;
  }

  /************ Cue Card *****************/

  .articleCard {
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .articleCard .row {
    display: block;
  }

  .articleCard .articlecarImg {
    margin-right: 0;
    padding: 0;
  }

  .articleCard .articlecarImg img {
    height: 245px;
    max-height: 200px;
  }

  .articleCard .articleText {
    padding: 16px 0;
  }

  .articleCard .articleText h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .articleCard .articleText p {
    margin-bottom: 8px;
  }

  .comment-response {
    font-weight: 600;
    font-size: 18px;
  }

  .homeIcon::after {
    margin-top: 2px;
  }
}

/******************* Study Abroad CSS End *************************/