/* Grants-MRA 25th page */
.fa-minus::before {
  content: " ";
  background: url("https://creativeans.com/wp-content/uploads/2024/08/minus.webp");
  width: 32px;
  height: 4px;
  position: absolute;
  font-size: 0px !important;
  background-repeat: no-repeat;
  right: 0;
  top: 26px;
}

.fa-plus:before {
  content: " ";
  background: url("https://creativeans.com/wp-content/uploads/2024/08/plus-1.webp");
  width: 30px;
  height: 34px;
  position: absolute;
  font-size: 0px !important;
  background-repeat: no-repeat;
  right: 1px;
  top: 15px;
  background-size: contain;
}

.Grants_MRA_Overall {
  padding: 13rem 0 11rem;
/*   overflow: hidden; */
}

.mobileslideroverdot {
  min-height: unset;
}

.oritemsdot {
  position: unset !important;
  width: 85% !important;
  height: auto !important;
  margin: auto;
}

.oritemsdot .dologocnt img {
  width: 100px;
  height: 100px;
}

.Grants_MRA_Overall:after {
  background: url("https://creativeans.com/wp-content/uploads/2024/07/4d.webp");
  position: absolute;
  content: "";
  top: 16rem;
  width: 486px;
  height: 652px;
  z-index: -1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  right: 0;
}

.Grants_MRA_Overall:before {
  position: absolute;
  content: "";
  background: url("https://creativeans.com/wp-content/uploads/2024/07/2d.webp");
  top: 971px;
  width: 653px;
  height: 760px;
  z-index: 2;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  left: -22rem;
  transform: rotate(-5deg);
}

.bgbottom:after {
  position: absolute;
  content: "";
  background: url("https://creativeans.com/wp-content/uploads/2024/07/Rectangle-1841.png");
  bottom: -10rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.msgradient {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

html.js {
  margin: 0 !important;
}

.msgradient > .color {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  transform: scale(3) rotate(0deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.c1 {
  background: radial-gradient(#97bfff 25%, transparent 50%);
  background-size: 60% 80%;
  background-position: center;
  animation: c1 8s infinite alternate;
  opacity: 0.5;
}

.c2 {
  background: radial-gradient(#fff1d9 25%, transparent 50%);
  background-size: 70% 80%;
  background-position: 0 100%;
  animation: c2 10s infinite alternate;
}

.c3 {
  background: radial-gradient(#d3d2f3 25%, transparent 50%);
  background-size: 50% 50%;
  background-position: 50% 0;
  animation: c3 15s infinite alternate;
}

.c4 {
  background: radial-gradient(#dae8fe 25%, transparent 50%);
  background-size: 20% 70%;
  background-position: 10% 100%;
  animation: c4 16s infinite alternate;
}

@keyframes c1 {
  50% {
    background-size: 80% 80%;
    background-position: 50% 100%;
    transform: scale(3) rotate(-75deg);
  }
  
}

@keyframes c2 {
  50% {
    background-size: 80% 80%;
    background-position: 50% 0;
    transform: scale(3) rotate(90deg);
  }
  
}

@keyframes c3 {
  50% {
    background-size: 70% 80%;
    background-position: 0 100%;
    transform: scale(3) rotate(8deg);
  }
  
}

@keyframes c4 {
  50% {
    background-position: 0 0;
    animation: c1 10s infinite;
    transform: scale(3) rotate(-36deg);
  }
  
}

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

.Grants_MRA_Overall {
  padding: 13rem 0 0rem 0;
  position: relative;
}

.TopHeaderSection h1 {
  font-size: 104px;
  font-weight: 400;
  font-family: "Memogram", "sans-serif";
  color: #000;
  text-transform: uppercase;
}

.TopParaSection p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  color: #161617;
  margin-bottom: 30px;
}

.ActivitiesSection p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #161617;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ActivitiesSection li {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  color: #161617;
  margin-bottom: 13px;
  padding-left: 47px;
  position: relative;
  line-height: 34px;
}

.ActivitiesSection li span {
  margin-right: 10px;
  font-weight: 400;
  color: #3d3d3d;
  padding: 4px 11px;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white),
    linear-gradient(to right, #2929ce, #07a3e3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  width: 38px;
  height: 38px;
  line-height: 28px;
  top: -3px;
}

.ActivitiesSection {
  margin-bottom: 140px;
}

.QuestionHeader h2 {
  font-size: 56px;
  font-weight: 400;
  font-family: "Memogram", sans-serif;
  line-height: 74px;
  color: #161617;
  margin-bottom: 65px;
  text-transform: uppercase;
}

.QuestionSection {
  padding: 130px 150px 130px;
  border-radius: 20px;
  background-color: #fff;
  width: 89%;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}

.glassbackgrnd {
  z-index: 9 !important;
}

.TopHeaderSection {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.questionaccordion {
  position: relative;
  height: auto;
  margin: 10px auto;
}

/* .questionaccordion > .grouped_faq_category {
font-family: 'Memogram','sans-serif';
margin-top: 20px;
margin-bottom: 20px;
}
 */
.singleqn {
  position: relative;
  width: 100%;
  height: auto;
/*   margin-bottom: 3rem; */
}

.singleqn > a {
  font-size: 32px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 43px;
  color: #161617;
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  border-bottom: 2px solid #707070;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.singleqn > a i {
  font-size: 22px !important;
  float: right;
  margin-top: 13px;
}

.singleqn > a.active {
  color: #161617;
  border: none;
}

.answerpart {
  border-bottom: 2px solid #707070;
  display: none;
  padding-bottom: 25px;
}

.answerpart p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #161617;
  padding: 14px 0px 10px;
  margin: 0;
}

.answerpart li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  color: #161617;
  padding: 8px 0 8px 40px;
  margin: 0;
  position: relative;
}

.answerpart li span {
  padding: 5px 10px;
  background-color: #161617;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 30px;
  height: 32px;
  line-height: 23px;
  top: 7px;
}

ul#tabs-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

ul#tabs-nav li {
  display: inline-block;
}

ul#tabs-nav li span {
  font-size: 25px;
  font-weight: 400;
  margin-right: 5px;
}

#tabs-nav li a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 5px 29px 5px 28px;
  text-decoration: none;
  color: #161617;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #161617;
  border-radius: 8px;
  line-height: 33px;
}

#tabs-nav li.active a,
#tabs-nav a:hover {
  background-color: #000f98;
  color: #fff;
  border: 1px solid #000f98;
}

#tabs-nav li.active:hover a span {
  transform: none !important;
}

.actminus {
  display: none;
}

#tabs-nav li.active .actminus {
  display: block !important;
  top: -1px;
  position: relative;
}

#tabs-nav li.active .actplus {
  display: none !important;
}

#tab1 .QuestionSection {
  margin-top: 120px;
}

@media (max-width: 2500px) {
  .Grants_MRA_Overall:before {
    position: absolute;
    content: "";
    background: url("https://creative24.tryangled.online/wp-content/uploads/2024/07/2d.webp");
    top: 971px;
    width: 653px;
    height: 760px;
    z-index: 2;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    left: -27rem;
    transform: rotate(-5deg);
  }
  
}

@media (max-width: 1500px) {
  .ActivitiesSection li span {
    top: 4px;
  }
  
  .Grants_MRA_Overall:before {
    position: absolute;
    content: none;
    background: url("https://creativeans.com/wp-content/uploads/2024/07/2d.webp");
    bottom: 47rem;
    width: 653px;
    height: 760px;
    z-index: 2;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    left: -20rem;
    transform: rotate(-3deg);
  }
  
  .TopHeaderSection {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  
  .TopHeaderSection h1 {
    font-size: 60px;
    font-weight: 400;
    font-family: "Memogram", "sans-serif";
    color: #000;
    text-transform: uppercase;
  }
  
}

.management-tab .consulttab {
  display: none;
}

.management-tab .consulttab:first-child {
  display: block;
}

@media (max-width: 992px) {
  .Grants_MRA_Overall:before {
    content: none !important;
  }
  
  .desktoptab {
    display: none !important;
  }
  
  .mobeswipedivu {
    padding: 0 25px;
  }
  
  .TopHeaderSection {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  
  .desktoptab {
    display: none !important;
  }
  
  .ActivitiesSection li {
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    color: #161617;
    margin-bottom: 13px;
    padding-left: 43px;
    position: relative;
    line-height: 28px;
  }
  
  .answerpart li span {
    padding: 5px 11px;
    background-color: #161617;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    position: absolute;
    left: 1px;
    width: 30px;
    height: 30px;
    line-height: 21px;
    top: 9px;
    font-size: 15px;
  }
  
  .ActivitiesSection li span {
    top: 1px;
  }
  
  .trustedbrands,
  .areubranddead {
    background: transparent;
    clear: both;
  }
  
  .areubranddead {
    padding-top: 8rem;
    margin-top: 10rem;
    display: block;
  }
  
  .TopHeaderSection {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  
  .fa-minus::before {
    content: " ";
    background: url("https://creativeans.com/wp-content/uploads/2024/08/minus.webp");
    width: 29px;
    height: 3px;
    position: absolute;
    font-size: 0px !important;
    background-repeat: no-repeat;
    right: 0;
    top: 26px;
  }
  
  .fa-plus:before {
    content: " ";
    background: url("https://creativeans.com/wp-content/uploads/2024/08/plus-1.webp");
    width: 27px;
    height: 29px;
    position: absolute;
    font-size: 0px !important;
    background-repeat: no-repeat;
    right: 0;
    top: 16px;
    background-size: contain;
  }
  
  .ActivitiesSection {
    margin-bottom: 70px;
  }
  
  .TopHeaderSection h1 {
    font-size: 42px;
    font-weight: 400;
    font-family: "Memogram", "sans-serif";
    color: #000;
    text-transform: uppercase;
  }
  
  .Grants_MRA_Overall:after {
    background: url("https://creativeans.com/wp-content/uploads/2024/07/4d.webp");
    position: absolute;
    content: "";
    top: 16rem;
    width: 271px;
    height: 465px;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    right: 0;
  }
  
  .Grants_MRA_Overall:before {
    position: absolute;
    content: "";
    background: url("https://creativeans.com/wp-content/uploads/2024/07/2d.webp");
    bottom: 58rem;
    width: 469px;
    height: 658px;
    z-index: 2;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    left: -16rem;
    transform: rotate(-3deg);
  }
  
  #tab1 .QuestionSection {
    margin-top: 20px;
  }
  
  .QuestionHeader h2 {
    font-size: 29px;
    font-weight: 400;
    font-family: "Memogram", sans-serif;
    line-height: 38px;
    color: #161617;
    margin-bottom: 22px;
    text-transform: uppercase;
  }
  
  .QuestionSection {
    padding: 60px 50px 40px;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
  }
  
  .singleqn > a i {
    font-size: 22px !important;
    float: right;
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    right: 0;
  }
  
  .singleqn > a {
    font-size: 22px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 38px;
    color: #161617;
    display: block;
    position: relative;
    padding: 10px 27px 10px 0px;
    text-decoration: none;
    border-bottom: 2px solid #707070;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .answerpart li {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #161617;
  }
  
}

@media (max-width: 768px) {
  .fa-minus::before {
    content: " ";
    background: url("https://creativeans.com/wp-content/uploads/2024/08/minus.webp");
    width: 18px;
    height: 3px;
    position: absolute;
    font-size: 0px !important;
    background-repeat: no-repeat;
    right: 0;
    top: 26px;
  }
  
  .fa-plus:before {
    content: " ";
    background: url("https://creativeans.com/wp-content/uploads/2024/08/plus-1.webp");
    width: 22px;
    height: 29px;
    position: absolute;
    font-size: 0px !important;
    background-repeat: no-repeat;
    right: 0;
    top: 14px;
    background-size: contain;
  }
  
  .singleqn > a {
    font-size: 22px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 38px;
    color: #161617;
    display: block;
    padding: 10px 20px 10px 0;
    text-decoration: none;
    border-bottom: 2px solid #707070;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .QuestionHeader h2 {
    font-size: 29px;
    font-weight: 400;
    font-family: "Memogram", sans-serif;
    line-height: 38px;
    color: #161617;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  
  .Grants_MRA_Overall:after {
    background: url("https://creativeans.com/wp-content/uploads/2024/07/4d.webp");
    position: absolute;
    content: "";
    top: 16rem;
    width: 139px;
    height: 265px;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    right: 0;
  }
  
  .TopHeaderSection {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  
  /*.singleqn {*/
  /*  margin-bottom: 2rem;*/
  /*}*/
  
  .QuestionSection {
    padding: 35px 22px 1px;
    border-radius: 20px;
    background-color: #fff;
    width: 89%;
    margin: 0 auto;
  }
  
  .TopHeaderSection h1 {
    font-size: 33px;
    font-weight: 400;
    font-family: "Memogram", "sans-serif";
    color: #000;
    text-transform: uppercase;
    line-height: 46px;
  }
}