.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  text-overflow: ellipsis;
  background-clip: padding-box;
  border: 0.0625rem solid #caced3;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464646;
    background-color: #fff;
    border-color: #efa603;
    outline: 0; }
    .form-control:focus ::placeholder {
      opacity: 0; }
  .form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control::-moz-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control:-ms-input-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control::-ms-input-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control::placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ebee;
    opacity: 1;
    font-weight: 500; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

.field {
  display: flex;
  flex-flow: column; }
  .field input {
    font-size: 1rem;
    min-height: 4.5rem;
    padding: 2.2rem 1.5rem 1.25rem; }
  .field label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #8d8d8d; }
  .field label,
  .field input {
    transition: all 0.2s;
    touch-action: manipulation; }
  .field input:placeholder-shown + label {
    position: absolute;
    width: max-content;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(1.5rem, 1.5rem) scale(1.3); }
  .field ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit; }
  .field :-moz-placeholder {
    opacity: 0;
    transition: inherit; }
  .field ::-moz-placeholder {
    opacity: 0;
    transition: inherit; }
  .field :-ms-input-placeholder {
    opacity: 0;
    transition: inherit; }
  .field ::-ms-input-placeholder {
    opacity: 0;
    transition: inherit; }
  .field input:focus::-webkit-input-placeholder {
    opacity: 1; }
  .field input:focus:-moz-placeholder {
    opacity: 1; }
  .field input:focus::-moz-placeholder {
    opacity: 1; }
  .field input:focus:-ms-input-placeholder {
    opacity: 1; }
  .field input:focus::-ms-input-placeholder {
    opacity: 1; }
  .field input:not(:placeholder-shown) + label,
  .field input:focus + label {
    position: absolute;
    max-width: max-content;
    transform: translate(1.5rem, 0.5rem) scale(1);
    pointer-events: none; }

.booking {
  position: relative;
  padding-top: 6.625rem;
  min-height: 28rem;
  background-image: linear-gradient(116deg, #ffd684 1%, #ffb25b 101%); }
  .booking.b-top {
    padding-top: 2rem; }
  .booking .tabs {
    margin-top: 1rem; }
  .booking .tab-info {
    margin-top: 2.5rem; }
    .booking .tab-info div span {
      display: block; }
      .booking .tab-info div span:first-child {
        font-size: 1.375rem;
        font-weight: 600;
        color: #222222; }
      .booking .tab-info div span:not(:first-child) {
        font-size: 1rem;
        font-weight: 400;
        color: #222222; }

@media (min-width: 992px) {
  .booking::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2rem;
    width: 29rem;
    height: 23rem;
    background: url("/assets/images/home-bg.png") 40% no-repeat;
    background-size: contain; } }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  z-index: 4; }
  .input-group .form-control {
    min-height: 5.5rem;
    box-shadow: 0 7px 6px 0 rgba(188, 188, 188, 0.14);
    border: solid 0.063rem #f3f3f3;
    padding: 0.375rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #222222; }
    .input-group .form-control::placeholder {
      font-size: 1rem;
      font-weight: 500;
      color: #9094a1; }
    .input-group .form-control:focus {
      box-shadow: none; }
  .input-group > .inputs {
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .inputs:focus {
      z-index: 3; }
  .input-group .position-relative .form-control:first-child {
    border-right: none; }
  .input-group .position-relative .form-control:not(:first-child) {
    border-left: none; }
  .input-group input[type="text"]:first-child {
    border-right: solid 0.063rem #f0f0f0; }
  .input-group input[type="text"] + img {
    content: "";
    position: absolute;
    top: 2.125rem;
    left: 0.625rem;
    pointer-events: none; }
  .input-group .position-relative {
    width: 50%; }
    .input-group .position-relative:only-child {
      width: 100%; }
  .input-group .info-cancel {
    position: absolute;
    top: 2.25rem;
    right: 0.625rem;
    cursor: pointer;
    pointer-events: fill;
    transition: transform 0.2s ease-in-out; }
    .input-group .info-cancel:hover {
      transform: rotate(180deg); }
  .input-group .btn-dark {
    min-height: 5.5rem;
    width: 10rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff; }
    .input-group .btn-dark:focus {
      z-index: 5; }
    .input-group .btn-dark:disabled {
      background-color: #9094a1;
      border: #9094a1;
      cursor: not-allowed;
      opacity: 0.95;
      pointer-events: all; }

@media (min-width: 577px) and (max-width: 991px) {
  .booking .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 576px) {
  .booking {
    padding-top: 6rem;
    min-height: 38rem; }
    .booking.b-top {
      padding-top: 1.5rem; }
    .booking .f-36,
    .booking .f-32 {
      font-size: 1.625rem; }
    .booking .f-22 {
      font-size: 1rem; }
    .booking .tab-info {
      margin-top: 2rem;
      margin-bottom: 1rem; }
      .booking .tab-info div span:first-child {
        font-size: 1rem; }
      .booking .tab-info div span:not(:first-child) {
        font-size: 0.875rem; }
    .booking .tabs .tab-list {
      display: flex;
      justify-content: space-between; }
      .booking .tabs .tab-list .tab-list-item {
        margin-right: 0;
        width: 83px;
        padding: 0.5rem 0.3rem;
        background-color: transparent; }
      .booking .tabs .tab-list .tab-list-active {
        background-color: transparent !important;
        border-bottom: 4px solid #222222 !important; }
  .input-group {
    flex-direction: column; }
    .input-group .form-control {
      min-height: 4.813rem; }
    .input-group > .inputs {
      flex-direction: column;
      width: 100%; }
    .input-group .position-relative {
      width: 100%; }
    .input-group .btn-dark {
      margin-top: 2.5rem;
      width: 100%; }
    .input-group input[type="text"] + img {
      top: 1.9rem; }
    .input-group .info-cancel {
      top: 2rem; } }

.review-card {
  display: flex;
  background-color: #fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0.7rem;
  width: fit-content; }
  .review-card a img {
    object-fit: cover;
    object-position: center; }
  .review-card a:nth-child(1) img {
    width: 150px;
    height: 68px; }
  .review-card a:nth-child(2) img {
    width: 145px;
    height: 75px;
    margin-left: 0.5rem; }

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2a2d37;
  line-height: 1.5;
  -webkit-appearance: none;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out; }

.btn:hover {
  text-decoration: none; }

.btn:focus,
button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.button:disabled,
.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  pointer-events: none; }

.btn-profile {
  color: #222222;
  background-color: transparent;
  border-color: #222222;
  min-height: 42px; }
  .btn-profile:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }
  .btn-profile:focus, .btn-profile.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  min-height: 38px; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2a2d37;
    border-color: #2a2d37; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #c2c2c2;
    border-color: #c2c2c2; }

.btn-yellow,
.btn-warning {
  color: #fff;
  background-color: #efa603;
  border-color: #efa603;
  min-height: 38px; }
  .btn-yellow:hover,
  .btn-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-yellow:focus, .btn-yellow.focus,
  .btn-warning:focus,
  .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 203, 16, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled,
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #fff;
    background-color: #c2c2c2;
    border-color: #c2c2c2; }

.btn-account, .btn-terms {
  border: 0;
  margin-top: -0.375rem; }
  .btn-account:hover, .btn-terms:hover {
    text-decoration: underline; }
  .btn-account:focus, .btn-account.focus, .btn-terms:focus, .btn-terms.focus {
    box-shadow: none; }

.btn-account {
  color: #efa603;
  background-color: transparent;
  border-color: transparent; }

.btn-terms {
  color: #016eff;
  background-color: transparent;
  border-color: transparent; }
  .btn-terms:hover {
    color: #016eff; }

.pac-container {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  animation-name: gmacShow;
  animation-duration: 0.2s; }

@keyframes gmacShow {
  from {
    transform: translateY(-20%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
  .pac-container .pac-item {
    border-top: none;
    padding: 0.3rem 2.5rem; }
    .pac-container .pac-item:hover {
      background-color: #f6f7fb; }
    .pac-container .pac-item .pac-icon.pac-icon-marker {
      display: none; }
    .pac-container .pac-item .pac-item-query,
    .pac-container .pac-item span:nth-child(3) {
      font-size: 0.938rem;
      font-weight: 400;
      color: #2a2d37;
      line-height: 2.27; }

@media (min-width: 600px) {
  .pac-container {
    min-width: 400px; } }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: 100%; }

.card-title {
  margin-bottom: 0.75rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.35; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.usp:hover {
  box-shadow: 0 21px 20px 0 rgba(52, 62, 100, 0.1);
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out; }

.usp-card img {
  height: 4.063rem; }

.offer-card {
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .offer-card img {
    width: 100%;
    height: 125px; }
  .offer-card .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 130px; }

.offer-card-btn {
  float: right !important; }

.so-card {
  border-radius: 2px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .so-card img {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .so-card .card-title {
    font-size: 1rem; }
    .so-card .card-title a {
      color: #000; }
  .so-card .card-text {
    font-size: 0.813rem; }
  .so-card .card-cnt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .so-card a,
  .so-card button {
    font-size: 1rem;
    font-weight: 900;
    color: #faa821; }
  .so-card button {
    background-color: transparent;
    border: none; }
    .so-card button:hover {
      text-decoration: underline; }
    .so-card button:focus {
      outline: 0;
      box-shadow: none; }

.so-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.so-h .so-card img {
  max-height: 8rem;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.tr-card {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f1f1f1; }
  .tr-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .tr-card img {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem; }
  .tr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #5e5e5e; }
  .tr-card div.d-flex {
    gap: 30%;
    align-items: flex-end; }
    .tr-card div.d-flex p {
      margin-bottom: 0; }

.nu-card img {
  margin-right: 0.5rem;
  width: 3.8rem;
  height: 3.8rem; }

.nu-card h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.75; }

.nu-card .card-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5e5e5e;
  margin-bottom: 1rem; }

.ptr-card {
  flex-direction: row !important;
  min-height: 5rem;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f1f1f1; }
  .ptr-card img {
    width: 5rem;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  .ptr-card div {
    width: calc(100% - 6rem); }
    @media (max-width: 500px) {
      .ptr-card div {
        width: calc(100% - 5rem); } }
  .ptr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000; }
    .ptr-card h6 a {
      color: #000; }
  .ptr-card p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 0; }
  .ptr-card .t-ryt {
    width: 100%; }
    .ptr-card .t-ryt a {
      font-size: 0.75rem;
      font-weight: 600;
      color: #faa821; }

.ba-card img {
  width: 100%;
  max-height: 12rem;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem; }

.ba-card .card-title,
.ba-card .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.ba-card .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  min-height: 3.15rem;
  margin-bottom: 0.25rem;
  -webkit-line-clamp: 2; }

.ba-card .card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  -webkit-line-clamp: 5; }

.rar-card {
  border-radius: 2px;
  cursor: pointer; }
  .rar-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .rar-card div:nth-child(1) {
    min-height: 3.2rem; }
  .rar-card div:nth-child(2) img {
    margin-right: 0.5rem; }
  .rar-card div.d-flex div {
    min-height: 1rem !important; }
    .rar-card div.d-flex div span {
      font-size: 0.875rem;
      font-weight: 400;
      color: #000; }
      .rar-card div.d-flex div span:nth-child(1) {
        margin-right: 0.5rem; }
  .rar-card div.d-flex div + span a {
    font-size: 0.75rem;
    font-weight: 400;
    color: #faa821; }

.blog-rightbar.offer-rightbar {
  border: none; }

.blog-caro.offer-caro {
  border-bottom: none; }

.blog-rightbar {
  border-radius: 6px;
  box-shadow: 3px 8px 6px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #c2c2c2;
  min-height: 100%; }
  .blog-rightbar .rb-content:not(:last-child) {
    border-bottom: 0.063rem solid #c2c2c2; }
  .blog-rightbar .rb-content:last-child {
    margin-bottom: 0; }
  .blog-rightbar .rb-content .rb-btn {
    font-size: 1rem;
    margin-bottom: 0; }
    .blog-rightbar .rb-content .rb-btn .btn {
      padding: 0;
      margin-bottom: 1rem;
      text-align: left;
      font-size: 1rem;
      font-weight: 600;
      color: #222222; }
      .blog-rightbar .rb-content .rb-btn .btn:focus {
        outline: 0;
        box-shadow: none; }
  .blog-rightbar .rb-content .rb-link h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem; }
    .blog-rightbar .rb-content .rb-link h3::first-letter {
      text-transform: capitalize; }
    .blog-rightbar .rb-content .rb-link h3 a {
      font-size: 1rem;
      font-weight: 400;
      color: #222222; }
    .blog-rightbar .rb-content .rb-link h3:last-child a {
      color: #faa821; }

.blog-caro {
  padding: 2rem 0 2.5rem;
  border-top: 0.063rem solid #c2c2c2;
  border-bottom: 0.063rem solid #c2c2c2;
  overflow: hidden; }
  .blog-caro .slide-container {
    position: relative;
    display: flex;
    padding: 0;
    width: 100%; }
    .blog-caro .slide-container div {
      display: flex;
      flex-direction: column;
      min-width: 100%; }
      .blog-caro .slide-container div span {
        width: 100%;
        height: 100%; }
  .blog-caro h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222222; }
  .blog-caro .caro-main {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .blog-caro .caro-main .card {
      box-shadow: none;
      padding-bottom: 0; }
  .blog-caro .c-indicators {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .blog-caro .c-indicators li:nth-of-type(n + 2) {
      margin-left: 0.2rem; }
    .blog-caro .c-indicators .c-indicator {
      display: block;
      width: 0.4rem;
      height: 0.4rem;
      background-color: #d8d8d8;
      border-radius: 50%;
      margin-bottom: 1.5rem;
      cursor: pointer;
      transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); }
      .blog-caro .c-indicators .c-indicator:hover {
        opacity: 0.5; }
      .blog-caro .c-indicators .c-indicator-active, .blog-caro .c-indicators .c-indicator-active:hover {
        background-color: #faa821; }

.offer-hp,
.off-pg-cnt {
  background-color: #f6f7fb; }
  .offer-hp .booking,
  .off-pg-cnt .booking {
    padding: 1rem 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.05);
    min-height: 16rem; }
    .offer-hp .booking::after,
    .off-pg-cnt .booking::after {
      background-image: none; }
    .offer-hp .booking .mt-5,
    .offer-hp .booking .tab-info,
    .off-pg-cnt .booking .mt-5,
    .off-pg-cnt .booking .tab-info {
      margin-top: 1.5rem; }
    .offer-hp .booking form .c-lg-8.c-12.mb-4 h1,
    .off-pg-cnt .booking form .c-lg-8.c-12.mb-4 h1 {
      display: none; }
      .offer-hp .booking form .c-lg-8.c-12.mb-4 h1 + span,
      .off-pg-cnt .booking form .c-lg-8.c-12.mb-4 h1 + span {
        display: none; }
    .offer-hp .booking form .tabs,
    .off-pg-cnt .booking form .tabs {
      margin-bottom: 2rem; }
      .offer-hp .booking form .tabs .tab-info,
      .off-pg-cnt .booking form .tabs .tab-info {
        display: none; }

.offer-cnt {
  margin-top: 2.5rem;
  padding-bottom: 3rem; }
  .offer-cnt .lft-side {
    width: 66%; }
  .offer-cnt .rgt-side {
    width: 32%; }
  @media (max-width: 768px) {
    .offer-cnt .d-flex.jc-between {
      flex-wrap: wrap; }
    .offer-cnt .lft-side {
      width: 100%; }
    .offer-cnt .rgt-side {
      width: 100%; } }

.off-main {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 364px;
  background-image: url("/assets/images/offer-student-view.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .off-main h6 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff; }
  .off-main p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.43; }
  .off-main .offer-code {
    background-color: none;
    border-bottom: 2px #fff dashed;
    border-top: 2px #fff dashed;
    border-left: 2px #fff dashed;
    color: #fff; }
  .off-main .copy-code-btn {
    background-color: #fff !important; }
  .off-main .success {
    color: #fff; }
  .off-main .off-cou {
    min-height: 5rem; }
  @media (min-width: 992px) {
    .off-main h6,
    .off-main p,
    .off-main .off-cou {
      padding-left: 10%;
      margin-bottom: 1.2rem; } }
  @media (max-width: 576px) {
    .off-main h6 {
      font-size: 1.75rem; } }

.offer-body {
  background-color: #f6f7fb; }
  .offer-body .offer-bg {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .offer-body .offerdd-link {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .offer-body .offerdd-link li {
      width: 100%;
      font-size: 0.875rem;
      font-weight: 300;
      color: #5e5e5e;
      line-height: 1.5rem;
      padding: 0.75rem 1rem 0.5rem; }
      .offer-body .offerdd-link li::before {
        content: "\2022";
        color: #faa821;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -0.5em; }
  .offer-body .tdd-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 3rem;
    height: 4rem; }
    .offer-body .tdd-btn:focus {
      outline: 0;
      box-shadow: none; }
    .offer-body .tdd-btn img {
      width: 0.75rem;
      height: 0.375rem;
      transition: all 0.2s ease-in-out; }
      .offer-body .tdd-btn img.tdd-rotate {
        transform: rotate(180deg); }
  @media (max-width: 576px) {
    .offer-body .offerdd-link {
      padding-left: 0.6rem; }
    .offer-body .tdd-btn {
      padding: 0 1rem; } }

