@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #070505;
  font-weight: 700;
  font-size: 11px;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 13px;
  min-width: 13px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: 0;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: #0EA5E9;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Roboto';
}
p {
  width: 100%;
}
ul,
li,
p {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
  color: #070505;
  font-size: 14px;
}
ul,
li {
  padding: 0;
  list-style: none;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 600;
  font-style: normal;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.rera .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.rera .buttons .btn-transparent,
.rera .buttons .btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  z-index: 1;
  transition: 1s all;
  overflow: hidden;
  position: relative;
}
.rera .buttons .btn-transparent:hover::before,
.rera .buttons .btn-blue:hover::before {
  height: 450%;
}
.rera .buttons .btn-transparent::before,
.rera .buttons .btn-blue::before {
  content: '';
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transition: 1s all;
}
.rera .buttons .btn-blue {
  background-color: #0EA5E9;
  color: #FFFFFF;
  min-width: 148px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 500;
}
.rera .buttons .btn-blue img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.rera .buttons .btn-blue:hover::before {
  background-color: #1967DD;
}
.rera .buttons .btn-transparent {
  background-color: transparent;
  border: 1px solid #070505;
  min-width: 46px;
  min-height: 46px;
}
.rera .buttons .btn-transparent img {
  margin-right: 0;
}
.rera .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.rera .heading p {
  margin-top: 1rem;
}
.rera .heading h2 {
  width: 100%;
  font-size: 22px;
}
.rera .center-heading {
  justify-content: center;
  align-items: center;
}
.rera .center-heading h2,
.rera .center-heading p {
  text-align: center;
}
.rera .white-heading h2,
.rera .white-heading p {
  color: #FFFFFF;
}
.rera .banner {
  flex-direction: column;
  padding: 0;
}
.rera .banner .timer,
.rera .banner .timer-content,
.rera .banner .logo-container,
.rera .banner .tka-logo,
.rera .banner .menu,
.rera .banner .menu-toggle {
  display: flex;
}
.rera .banner .timer-container,
.rera .banner .banner-outer,
.rera .banner .banner-container,
.rera .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.rera .banner .timer-container {
  align-items: center;
  padding: 0.6rem;
  background-image: linear-gradient(270deg, #1967DD 0%, #1190E5 100%);
}
.rera .banner .timer-container .timer {
  margin-bottom: 0.5rem;
}
.rera .banner .timer-container .timer img {
  width: 12px;
  height: 15px;
  margin-right: 0.5rem;
}
.rera .banner .timer-container .timer strong {
  font-size: 13px;
  color: #FFFFFF;
}
.rera .banner .timer-container .timer-content {
  justify-content: center;
  width: 150px;
}
.rera .banner .timer-container .timer-content b {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 0.2rem;
  margin-right: 1rem;
  position: relative;
  color: #FFFFFF;
}
.rera .banner .timer-container .timer-content b:last-child {
  margin-right: 0;
}
.rera .banner .timer-container .timer-content b:last-child:after {
  content: none;
}
.rera .banner .timer-container .timer-content b:after {
  content: ":";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: -11px;
  top: 5px;
}
.rera .banner .banner-outer {
  padding: 1.5rem 1.5rem 2rem;
  background-image: url(/_public/images/rera/background-image.png);
  background-size: 100% 100%;
}
.rera .banner .logo-container {
  padding-bottom: 1rem;
  border-bottom: 1px solid #070505;
}
.rera .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
}
.rera .banner .logo-container .tka-logo img,
.rera .banner .logo-container .menu img {
  height: 100%;
  width: 100%;
}
.rera .banner .logo-container .tka-logo {
  max-width: 215px;
}
.rera .banner .logo-container .menu {
  height: 23px;
  width: 23px;
}
.rera .banner .logo-container .menu-links {
  position: fixed;
  width: 0;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  transition: 0.5s all;
  z-index: 5;
}
.rera .banner .logo-container .menu-links .menu-toggle {
  align-items: center;
  color: #070505;
  font-weight: 500;
}
.rera .banner .logo-container .menu-links .menu-toggle img {
  height: 15px;
  width: 15px;
  margin-right: 0.5rem;
}
.rera .banner .logo-container .menu-links .links-li {
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #070505;
}
.rera .banner .logo-container .menu-links .links-li:first-child {
  padding-top: 0;
}
.rera .banner .logo-container .menu-links .links-li:nth-of-type(5) {
  padding-bottom: 0;
  border-bottom: 0;
}
.rera .banner .logo-container .menu-links .links-li:last-child {
  display: none;
}
.rera .banner .logo-container .active + .menu-links {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 1rem;
}
.rera .banner .logo-container .active + .menu-links .menu-toggle {
  justify-content: flex-end;
}
.rera .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
  transition: 1s all;
  padding: 1rem 1.5rem;
  background-color: white;
  border-bottom: none;
}
.rera .banner .sticky-down {
  top: -100px;
}
.rera .banner .banner-container {
  padding-top: 2rem;
}
.rera .banner .banner-content h1 {
  font-size: 32px;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.rera .banner .banner-content h1 span {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.44px;
}
.rera .banner .banner-content h1 span img {
  width: 32px;
  height: 32px;
  margin-right: 1.1rem;
}
.rera .banner .banner-info {
  display: flex;
  margin-top: 2rem;
}
.rera .banner .banner-info img {
  width: 100%;
  height: 100%;
}
.rera .banner .banner-info img:nth-child(2) {
  display: none;
}
.rera .role .role-container,
.rera .role .role-content,
.rera .role .role-list,
.rera .role .info,
.rera .role .course,
.rera .role .course-list,
.rera .role .course-item {
  display: flex;
  flex-direction: column;
}
.rera .role .role-item {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.rera .role .role-item p {
  font-size: 13px;
  line-height: 1.5;
}
.rera .role .role-item span {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 0.8rem;
  background: linear-gradient(104deg, #86D3FB 0.91%, #D7F2FB 40.18%, #D3F3F8 66.85%, #7B71FE 101.21%);
}
.rera .role .role-item span img {
  width: 100%;
  height: 100%;
}
.rera .role .role-item .info {
  width: calc(100% - 95px);
}
.rera .role .role-item .info strong {
  margin-bottom: 0.6rem;
  font-size: 18px;
}
.rera .role .course {
  margin-top: 3rem;
}
.rera .role .heading {
  margin-bottom: 0;
}
.rera .role .heading p {
  margin-top: 0;
}
.rera .role .heading p strong {
  color: #1967DD;
}
.rera .role .course-item {
  align-items: center;
  border-radius: 15px;
  border: 1px solid #D8D8D8;
  padding: 2.4rem 2rem;
  margin-top: 2.5rem;
  transition: 1s all;
  cursor: pointer;
}
.rera .role .course-item h3,
.rera .role .course-item p {
  text-align: center;
}
.rera .role .course-item h3 {
  font-size: 16px;
  line-height: 1.5;
}
.rera .role .course-item p {
  font-size: 11px;
  color: #8C8C8C;
}
.rera .role .course-item p:first-of-type {
  margin-top: 0.6rem;
}
.rera .role .course-item p:last-of-type {
  margin-top: 0.1rem;
}
.rera .role .course-item .btn-transparent {
  min-width: 148px;
  font-weight: 600;
}
.rera .role .course-item .btn-transparent img {
  margin-left: 7px;
  width: 13px;
  height: 13px;
}
.rera .overview .overview-container,
.rera .overview .overview-content,
.rera .overview .content,
.rera .overview .overview-info,
.rera .overview .info,
.rera .overview .item {
  display: flex;
  flex-direction: column;
}
.rera .overview .overview-info {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  margin-top: 2rem;
  padding: 2.2rem 1.8rem 2.2rem;
}
.rera .overview .overview-info span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  align-self: center;
  height: 178px;
  position: relative;
}
.rera .overview .overview-info span::before {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  width: 126px;
  height: 121px;
  background-image: url(/_public/images/rera/home.svg);
  background-size: 106px 64px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 1;
}
.rera .overview .overview-info span img {
  width: 100%;
  height: 100%;
}
.rera .overview .content {
  align-items: center;
}
.rera .overview .content p {
  text-align: center;
}
.rera .overview .list {
  display: flex;
  justify-content: space-between;
  margin: 2.8rem 0;
}
.rera .overview .item {
  text-align: center;
  width: 110px;
}
.rera .overview .item:first-child {
  position: relative;
}
.rera .overview .item:first-child::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 61px;
  background-color: #D8D8D8;
  right: -27px;
}
.rera .overview .item strong {
  font-size: 20px;
}
.rera .overview .support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
  width: 207px;
  padding: 1rem 1.5rem;
  align-self: center;
}
.rera .overview .support img {
  width: 34px;
  height: 34px;
}
.rera .overview .support .info {
  width: calc(100% - 50px);
}
.rera .overview .support .info strong {
  font-size: 20px;
}
.rera .method {
  background-image: url(/_public/images/rera/background-image.png);
  background-size: 100% 100%;
}
.rera .method .method-container,
.rera .method .method-list,
.rera .method .method-item,
.rera .method .method-info {
  display: flex;
  flex-direction: column;
}
.rera .method .method-info .heading h2 {
  line-height: 1.4;
}
.rera .method .method-info .buttons {
  margin-top: 0;
}
.rera .method .method-info .buttons .btn-blue img {
  width: 13px;
  height: 13px;
  margin: 0 0 0 10px;
  filter: invert(1);
}
.rera .method .method-list {
  counter-reset: section;
}
.rera .method .method-item {
  align-items: flex-start;
  counter-increment: section;
  border-bottom: 1px solid #8C8C8C;
  margin-top: 1.5rem;
}
.rera .method .method-item:first-child {
  margin-top: 2rem;
}
.rera .method .method-item::before {
  content: 'Method ' counter(section);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #8C8C8C;
  padding: 4px 17px;
  background-color: #FFFFFF;
  opacity: 0.5;
}
.rera .method .method-item a {
  font-size: 18px;
  font-weight: 700;
  margin: 0.5rem 0 0.8rem;
}
.rera .method .method-content {
  display: none;
}
.rera .method .active::before {
  color: #070505;
  margin-left: 2.2rem;
  opacity: 1;
}
.rera .method .active a {
  position: relative;
  color: #0EA5E9;
  margin-left: 2.2rem;
}
.rera .method .active a::before {
  position: absolute;
  content: '';
  background-image: url(/_public/images/rera/arrow-up.svg);
  background-size: 100% 100%;
  width: 17px;
  height: 16px;
  top: -9px;
  left: -34px;
}
.rera .onsite .onsite-container,
.rera .onsite .onsite-content {
  display: flex;
  flex-direction: column;
}
.rera .onsite .onsite-info {
  display: flex;
  margin-top: 2rem;
}
.rera .onsite .onsite-info img {
  width: 100%;
  height: 100%;
}
.rera .choose {
  padding-top: 0;
  padding-bottom: 0;
}
.rera .choose .choose-container,
.rera .choose .choose-list,
.rera .choose .choose-item {
  display: flex;
  flex-direction: column;
}
.rera .choose .heading {
  margin-bottom: 0;
}
.rera .choose .choose-list {
  counter-reset: counter;
}
.rera .choose .choose-item {
  align-items: center;
  text-align: center;
  width: 272px;
  align-self: center;
  margin-top: 2rem;
}
.rera .choose .choose-item span {
  display: flex;
  width: 85px;
  height: 85px;
  border-radius: 10px;
  padding: 1.2rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.rera .choose .choose-item span::before {
  content: counter(counter);
  position: absolute;
  width: 19px;
  height: 19px;
  color: #FFFFFF;
  background-color: #0EA5E9;
  border-radius: 50px;
  font-size: 12px;
  counter-increment: counter;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  right: -6px;
}
.rera .choose .choose-item span img {
  width: 100%;
  height: 100%;
}
.rera .choose .choose-item h3 {
  font-size: 16px;
  margin: 1.2rem 0 0.8rem;
}
.rera .choose .choose-item p {
  font-size: 13px;
}
.rera .objective .objective-container,
.rera .objective .objective-list,
.rera .objective .objective-item,
.rera .objective .objective-content,
.rera .objective .fact-item {
  display: flex;
  flex-direction: column;
}
.rera .objective .objective-list {
  border-radius: 35px;
  border: 1px solid #D8D8D8;
  box-shadow: 0px 0px 16.5px 0px rgba(210, 210, 210, 0.25);
  padding: 1.5rem;
}
.rera .objective .objective-list .heading {
  margin-bottom: 1rem;
}
.rera .objective .objective-item {
  border-radius: 12px;
  background: #F6F6F6;
  padding: 1rem;
  margin-top: 0.7rem;
}
.rera .objective .objective-item img {
  width: 30px;
  height: auto;
}
.rera .objective .objective-content b {
  margin: 0.8rem 0 0.5rem;
  font-size: 14px;
}
.rera .objective .objective-content p {
  font-size: 12px;
}
.rera .objective .fact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(/_public/images/rera/background-image.png);
  background-size: 100% 100%;
  border-radius: 15px;
  padding: 2rem 1rem;
  margin-top: 2rem;
}
.rera .objective .fact-list .heading {
  margin-bottom: 0;
}
.rera .objective .fact-list .fact-item {
  align-items: center;
  text-align: center;
  margin-top: 1.5rem;
  width: 48%;
}
.rera .objective .fact-list .fact-item span {
  display: flex;
  width: 65px;
  height: 65px;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 1.1rem;
}
.rera .objective .fact-list .fact-item span img {
  width: 100%;
  height: 100%;
}
.rera .objective .fact-list .fact-item .fact-count {
  display: flex;
  margin-top: 1rem;
}
.rera .objective .fact-list .fact-item .fact-count strong {
  font-size: 22px;
}
.rera .importance {
  padding-top: 0;
  padding-bottom: 0;
}
.rera .importance .importance-container,
.rera .importance .importance-content {
  display: flex;
  flex-direction: column;
}
.rera .importance .importance-content {
  align-items: center;
}
.rera .importance .importance-content p {
  text-align: center;
}
.rera .importance .importance-info {
  display: flex;
  margin-top: 2rem;
}
.rera .importance .importance-info img {
  width: 100%;
  height: 100%;
}
.rera .query .query-container,
.rera .query .form,
.rera .query .input-list,
.rera .query .form-content {
  display: flex;
  flex-direction: column;
}
.rera .query .form {
  margin-bottom: 0;
}
.rera .query .form .input-container {
  display: flex;
  border-radius: 5px;
  margin-bottom: 1.3rem;
  padding: 0.6rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #8C8C8C;
}
.rera .query .form .input-container span {
  display: flex;
  width: 18px;
  height: 18px;
}
.rera .query .form .input-container span img {
  width: 100%;
  height: 100%;
}
.rera .query .form .input-container span img:last-child {
  display: none;
}
.rera .query .form .input-container input,
.rera .query .form .input-container textarea {
  border: none;
  padding: 0;
  outline: 0;
  font-size: 14px;
  width: calc(100% - 30px);
  background-color: transparent;
}
.rera .query .form .input-container textarea {
  resize: none;
  overflow: auto;
  height: 60px;
}
.rera .query .form .input-container:nth-of-type(5) {
  align-items: flex-start;
}
.rera .query .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #8C8C8C;
}
.rera .query .form .input-container :-ms-input-placeholder {
  /* Firefox */
  color: #8C8C8C;
}
.rera .query .form .input-container ::placeholder {
  /* Chrome */
  font-size: 13px;
  font-weight: 500;
  color: #8C8C8C;
}
.rera .query .form .input-error {
  border: 1px solid #ff0000;
}
.rera .query .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.rera .query .form .input-error :-ms-input-placeholder {
  /* Firefox */
  color: #ff0000;
}
.rera .query .form .input-error ::placeholder {
  /* Chrome */
  color: #ff0000;
}
.rera .query .form .input-error span img:first-child {
  display: none;
}
.rera .query .form .input-error span img:last-child {
  display: flex;
}
.rera .query .form .form-content p {
  font-size: 11px;
  line-height: 1.5;
}
.rera .query .form .form-content .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.rera .query .form .form-content .form-consent:nth-child(5) {
  margin-bottom: 0;
}
.rera .query .form .form-content .form-consent label {
  font-size: 11px;
  align-self: center;
  width: auto;
  line-height: 1.5;
  cursor: pointer;
  margin-left: 0.5rem;
}
.rera .query .form .form-content .form-consent:nth-child(2) p a {
  font-weight: 600;
  background-image: linear-gradient(270deg, #1967DD 0%, #1190E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rera .query .form .form-content .consent-error {
  margin-bottom: 0.5rem;
}
.rera .query .form .form-content .consent-error p {
  color: #ff0000;
}
.rera .query .form .buttons {
  align-self: center;
}
.rera .query .form .buttons .btn-blue {
  min-width: 135px;
}
.rera .query .form .buttons .btn-blue img {
  width: 16px;
  height: 16px;
}
.rera .function {
  padding-top: 0;
  padding-bottom: 0;
}
.rera .function .function-container,
.rera .function .function-content {
  display: flex;
  flex-direction: column;
}
.rera .function .function-content {
  align-items: center;
}
.rera .function .function-content p {
  text-align: center;
}
.rera .function .function-info {
  display: flex;
  margin-top: 2rem;
}
.rera .function .function-info img {
  width: 100%;
  height: 100%;
}
.rera .review .review-container,
.rera .review .review-list,
.rera .review .review-info {
  display: flex;
  flex-direction: column;
}
.rera .review .heading {
  margin-bottom: 0;
}
.rera .review .images {
  display: flex;
  align-items: center;
  margin: 1.5rem auto 0;
}
.rera .review .images span {
  display: flex;
  border-radius: 100px;
  opacity: 24%;
  transform: scale(0.5);
}
.rera .review .images span img {
  width: 100%;
  height: 100%;
}
.rera .review .owl-item.active.center .image-item {
  transform: scale(1);
  opacity: 1;
}
.rera .review .review-item {
  display: none;
  align-items: center;
  width: 90%;
  margin: auto;
}
.rera .review .review-item span {
  display: flex;
  background-image: linear-gradient(104deg, #86D3FB 0.91%, #D7F2FB 40.18%, #D3F3F8 66.85%, #7B71FE 101.21%);
  height: 12px;
  margin: 1.5rem auto;
  border-radius: 50px;
  width: 56px;
}
.rera .review .review-item strong,
.rera .review .review-item b,
.rera .review .review-item p {
  text-align: center;
}
.rera .review .review-item img {
  width: 110px;
  height: 20px;
  margin: 1rem 0 1.3rem;
}
.rera .review .review-item strong {
  font-size: 14px;
}
.rera .review .review-item .review-info {
  margin-top: 0.8rem;
}
.rera .review .review-item .review-info strong {
  margin-bottom: 0.2rem;
}
.rera .review .review-item .review-info b {
  font-size: 12px;
  font-weight: 400;
}
.rera .review .review-active {
  display: flex;
  flex-direction: column;
}
.rera .review .owl-nav {
  display: flex;
  align-self: center;
  justify-content: space-between;
  width: 20%;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
}
.rera .review .owl-nav .owl-prev,
.rera .review .owl-nav .owl-next {
  background-image: url(/_public/images/rera/nav-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-color: #0EA5E9;
  width: 23px;
  height: 23px;
  border-radius: 30px;
  opacity: 15%;
}
.rera .review .owl-nav .btn-active {
  opacity: 1;
}
.rera .review .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.rera .faq .faq-container,
.rera .faq .faq-list,
.rera .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.rera .faq .faq-item:first-child .ques {
  margin-top: 0;
}
.rera .faq .ques {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #A7A5A5;
  border-radius: 6px;
  margin-top: 1.3rem;
  cursor: pointer;
  padding: 1rem 1.3rem;
  transition: 0.8s all;
  box-shadow: 0px 6px 4px 0px rgba(210, 210, 210, 0.25);
}
.rera .faq .ques h3 {
  font-size: 15px;
  width: calc(100% - 30px);
}
.rera .faq .ques::after {
  content: "";
  background-image: url(/_public/images/rera/black-arrow.svg);
  background-size: 100% 100%;
  margin-top: 0.2rem;
  width: 18px;
  height: 18px;
  transition: 0.5s all;
}
.rera .faq .ans {
  display: none;
  margin: 1rem 0 0 0.3rem;
}
.rera .faq .ans p {
  font-size: 13px;
}
.rera .faq .ans ul {
  padding-left: 1rem;
}
.rera .faq .ans ul li {
  list-style: decimal;
  margin-top: 0.5rem;
}
.rera .faq .active .ques {
  border: 1px solid #0EA5E9;
}
.rera .faq .active .ques::after {
  background-image: url(/_public/images/rera/blue-arrow.svg);
  transform: rotate(180deg);
}
.rera .footer {
  background-image: url(/_public/images/rera/background-image.png);
  background-size: 100% 100%;
}
.rera .footer .footer-container,
.rera .footer .footer-content,
.rera .footer .footer-list,
.rera .footer .info {
  display: flex;
  flex-direction: column;
}
.rera .footer .heading {
  margin-bottom: 0;
}
.rera .footer .footer-item {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.rera .footer .footer-item span {
  display: flex;
  min-width: 55px;
  width: 55px;
  height: 55px;
  padding: 0.9rem;
  border-radius: 8px;
  margin-right: 1.4rem;
  border: 1px solid #0EA5E9;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.rera .footer .footer-item span img {
  width: 100%;
  height: 100%;
}
.rera .footer .footer-item .info {
  width: auto;
  align-items: flex-start;
}
.rera .footer .footer-item .info b {
  font-size: 17px;
}
.rera .footer .footer-item .info a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0.4rem;
}
.rera .footer .footer-item .info img {
  display: none;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .rera .banner .timer-container {
    flex-direction: row;
    justify-content: center;
  }
  .rera .banner .timer-container .timer {
    margin: 0 0.7rem 0 0;
  }
  .rera .banner .logo-container .active + .menu-links {
    width: 50%;
  }
  .rera .banner .sticky {
    padding: 1rem 2rem !important;
  }
  .rera .banner .banner-outer {
    padding: 1.5rem 2rem 3rem;
  }
  .rera .banner .banner-info {
    display: none;
  }
  .rera .role .role-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rera .role .role-content {
    width: 54%;
  }
  .rera .role .course {
    width: 40%;
    margin-top: 0;
  }
  .rera .role .course .heading h2,
  .rera .role .course .heading p {
    text-align: left;
  }
  .rera .overview .overview-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .rera .overview .overview-info {
    margin-top: 0;
    width: 323px;
  }
  .rera .overview .content {
    align-items: flex-start;
    width: 45%;
  }
  .rera .overview .content h2,
  .rera .overview .content p {
    text-align: left;
  }
  .rera .method .method-container {
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .rera .method .method-info {
    width: 100%;
  }
  .rera .method .method-list {
    width: 48%;
  }
  .rera .method .method-content {
    display: flex;
    width: 45%;
    margin-top: 2rem;
  }
  .rera .method .method-content img {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 344px;
    object-fit: cover;
    filter: brightness(0.6);
    border-radius: 20px;
  }
  .rera .onsite .onsite-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rera .onsite .onsite-content {
    width: 45%;
  }
  .rera .onsite .onsite-info {
    width: 47%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .rera .choose .choose-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .rera .choose .choose-item {
    width: 30%;
    align-self: flex-start;
  }
  .rera .objective .objective-list {
    padding: 2.2rem 2.2rem 1.8rem;
  }
  .rera .objective .objective-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rera .objective .objective-content {
    width: calc(100% - 45px);
  }
  .rera .objective .objective-content b {
    margin-top: 0;
  }
  .rera .objective .fact-list {
    padding: 2rem;
  }
  .rera .objective .fact-list .fact-item {
    width: 22%;
    align-items: flex-start;
    text-align: left;
  }
  .rera .importance .importance-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rera .importance .importance-content {
    width: 48%;
    align-items: flex-start;
  }
  .rera .importance .importance-content h2,
  .rera .importance .importance-content p {
    text-align: left;
  }
  .rera .importance .importance-info {
    margin-top: 0;
    width: 47%;
  }
  .rera .query .form .input-container {
    width: 48.3%;
  }
  .rera .query .form .input-container:last-child {
    width: 100%;
  }
  .rera .query .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .rera .function .function-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rera .function .function-content {
    width: 47%;
    align-items: flex-start;
  }
  .rera .function .function-content h2,
  .rera .function .function-content p {
    text-align: left;
  }
  .rera .function .function-info {
    width: 47%;
    margin-top: 0;
  }
  .rera .review .images {
    width: 65%;
  }
  .rera .review .review-item .review-info {
    flex-direction: row;
    align-items: center;
    margin-top: 1.8rem;
  }
  .rera .review .review-item .review-info strong {
    margin: 0 1rem 0 0;
  }
  .rera .faq .faq-list {
    counter-reset: number;
  }
  .rera .faq .ques h3 {
    width: calc(100% - 60px);
  }
  .rera .faq .ques::before {
    content: 'Q' counter(number) '.';
    counter-increment: number;
    font-weight: 600;
    margin-top: 0.2rem;
  }
  .rera .footer .footer-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .rera .footer .footer-item {
    width: 47%;
  }
}
@media (min-width : 1024px) {
  p,
  li {
    line-height: 1.8;
  }
  .rera .heading h2 {
    font-size: 28px;
  }
  .rera .buttons .btn-transparent,
  .rera .buttons .btn-blue {
    font-size: 16px;
  }
  .rera .banner .logo-container {
    padding-bottom: 0;
    border-bottom: none;
  }
  .rera .banner .logo-container .menu,
  .rera .banner .logo-container .menu-toggle {
    display: none;
  }
  .rera .banner .logo-container .menu-links {
    display: flex;
    position: relative;
    width: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .rera .banner .logo-container .menu-links ul {
    display: flex;
    align-items: center;
  }
  .rera .banner .logo-container .menu-links .links-li {
    border-bottom: 0;
    padding: 0;
    margin-right: 1.5rem;
    position: relative;
    font-size: 15px;
  }
  .rera .banner .logo-container .menu-links .links-li:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(270deg, #1967DD 0%, #1190E5 100%);
    height: 0;
    width: 0px;
    right: 0;
    left: 0;
    border-radius: 3px;
    bottom: -8px;
    margin: auto;
    transition: 1s all;
  }
  .rera .banner .logo-container .menu-links .links-li:hover:after {
    width: 35px;
    height: 4px;
  }
  .rera .banner .logo-container .menu-links .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .rera .banner .logo-container .menu-links .links-li:last-child:hover::after {
    content: none;
  }
  .rera .banner .logo-container .menu-links .links-li .btn-blue,
  .rera .banner .logo-container .menu-links .links-li .btn-transparent {
    font-size: 15px;
  }
  .rera .banner .logo-container .menu-links .links-li .btn-blue {
    padding: 10px 23px;
  }
  .rera .banner .logo-container .menu-links .links-li .btn-transparent {
    margin-right: 1.5rem;
  }
  .rera .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 0;
  }
  .rera .banner .banner-container::before {
    content: '';
    position: absolute;
    width: 211px;
    height: 183px;
    background-image: url(/_public/images/rera/hand.png);
    background-size: 100% 100%;
    right: 19%;
    bottom: -47px;
  }
  .rera .banner .banner-content {
    width: 48%;
    padding-top: 6.3rem;
  }
  .rera .banner .banner-content h1 {
    font-size: 45px;
  }
  .rera .banner .banner-content h1 span {
    font-size: 35px;
  }
  .rera .banner .banner-content h1 span img {
    width: 42px;
    height: 42px;
  }
  .rera .banner .banner-info {
    display: flex;
    width: 50%;
    margin-top: 6rem;
  }
  .rera .banner .banner-info img:nth-child(1) {
    display: none;
  }
  .rera .banner .banner-info img:nth-child(2) {
    display: flex;
  }
  .rera .role .role-container {
    justify-content: space-around;
  }
  .rera .role .course {
    width: 30%;
  }
  .rera .overview .overview-container {
    width: 90%;
    margin-left: auto;
  }
  .rera .overview .content {
    width: 55%;
  }
  .rera .overview .overview-info {
    position: relative;
  }
  .rera .overview .support {
    position: absolute;
    left: -90px;
    top: 87px;
  }
  .rera .overview .list {
    margin-bottom: 0;
  }
  .rera .overview .item strong {
    font-size: 30px;
  }
  .rera .method .method-info {
    width: 22%;
  }
  .rera .method .method-list {
    width: 38%;
  }
  .rera .method .method-item:first-child {
    margin-top: 0;
  }
  .rera .method .method-content {
    width: 30%;
    margin-top: 0;
  }
  .rera .onsite .onsite-container {
    align-items: center;
  }
  .rera .onsite .onsite-content {
    width: 51%;
  }
  .rera .onsite .onsite-info {
    width: 38.65%;
    position: static;
  }
  .rera .choose {
    padding-top: 2rem;
  }
  .rera .choose .choose-item {
    width: 25%;
    margin-top: 3rem;
    position: relative;
  }
  .rera .choose .choose-item:last-child::after {
    content: none;
  }
  .rera .choose .choose-item::after {
    content: '';
    position: absolute;
    width: 108px;
    height: 10px;
    background-image: url(/_public/images/rera/dashed-arrow.svg);
    background-size: 100% 100%;
    right: -47%;
    top: 19%;
  }
  .rera .choose .choose-item p {
    font-size: 14px;
  }
  .rera .objective .objective-container {
    position: relative;
  }
  .rera .objective .objective-container::before,
  .rera .objective .objective-container::after {
    content: "";
    position: absolute;
    background-size: 100% 100%;
    top: 85px;
  }
  .rera .objective .objective-container::before {
    background-image: url(/_public/images/rera/boy.png);
    width: 165px;
    height: 355px;
  }
  .rera .objective .objective-container::after {
    background-image: url(/_public/images/rera/lady.png);
    width: 165px;
    height: 365px;
    right: 0;
  }
  .rera .objective .objective-list {
    width: 62%;
    margin: auto;
  }
  .rera .objective .fact-list {
    margin-top: 6rem;
    align-items: center;
  }
  .rera .objective .fact-list::before {
    content: "";
    background-image: url(/_public/images/rera/trophy.png);
    background-size: 169px 172px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 201px;
    height: 212px;
  }
  .rera .objective .fact-list .heading {
    display: none;
  }
  .rera .objective .fact-list .fact-item {
    width: 16%;
    margin-top: 0;
  }
  .rera .objective .fact-list .fact-item .fact-count strong {
    font-size: 38px;
  }
  .rera .importance {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .rera .importance .importance-info {
    width: 42.69%;
    top: 82px;
  }
  .rera .query .heading {
    margin-bottom: 3.3rem;
  }
  .rera .query .input-list {
    width: 51%;
  }
  .rera .query .form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .rera .query .form .input-container:last-child {
    margin-bottom: 0;
  }
  .rera .query .form .form-content {
    width: 46%;
  }
  .rera .query .form .buttons {
    align-self: flex-start;
  }
  .rera .function {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .rera .function .function-info {
    top: 80px;
  }
  .rera .review .review-item {
    width: 65%;
    margin: auto;
  }
  .rera .review .owl-nav {
    top: 35%;
    width: 86%;
    bottom: auto;
  }
  .rera .review .review-container {
    position: relative;
  }
  .rera .review .images {
    position: static;
    width: 448px;
  }
  .rera .review .owl-item.active .image-item,
  .rera .review .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active .image-item {
    transform: scale(0.75);
  }
  .rera .review .owl-item.active + .owl-item.active .image-item,
  .rera .review .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active .image-item {
    transform: scale(0.85);
  }
  .rera .review .owl-item.active.center .image-item {
    transform: scale(0.9) !important;
  }
  .rera .faq .faq-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .rera .faq .faq-container::before {
    content: "";
    position: absolute;
    background-image: url(/_public/images/rera/girl.png);
    background-size: 100% 100%;
    width: 276px;
    height: 315px;
    bottom: 0;
  }
  .rera .faq .heading {
    width: 30%;
    margin-bottom: 0;
  }
  .rera .faq .heading h2 {
    text-align: left;
  }
  .rera .faq .faq-list {
    width: 65%;
  }
  .rera .faq .ques h3 {
    font-size: 16px;
  }
  .rera .faq .ans p {
    font-size: 14px;
  }
  .rera .footer {
    padding-bottom: 0;
  }
  .rera .footer .footer-container {
    flex-direction: column-reverse;
  }
  .rera .footer .heading {
    width: 72%;
  }
  .rera .footer .footer-item {
    margin-top: 0;
    width: auto;
  }
  .rera .footer .footer-item .info img {
    display: flex;
    width: 105px;
    height: 17px;
    margin-top: 0.4rem;
  }
  .rera .footer .footer-item:nth-child(2) {
    padding: 1.2rem 2.2rem;
    border-left: 1px solid #070505;
    border-right: 1px solid #070505;
  }
  .rera .footer .footer-content {
    border: 9px solid #070505;
    padding: 2.5rem 2.5rem 3.3rem;
    border-bottom: none;
    border-radius: 15px;
    width: 90%;
    margin: 2.6rem auto 0;
    position: relative;
  }
  .rera .footer .footer-content::after {
    content: "";
    position: absolute;
    background-image: url(/_public/images/rera/woman.png);
    background-size: 100% 100%;
    width: 174px;
    height: 251px;
    right: 42px;
    bottom: 0;
  }
  .rera .footer .footer-content .buttons {
    width: 72%;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .rera .heading h2 {
    font-size: 34px;
  }
  .rera .banner .banner-outer {
    padding: 1.2rem 0 1.6rem;
  }
  .rera .banner .sticky {
    padding: 1rem 0 !important;
  }
  .rera .banner .banner-container::before {
    bottom: -26px;
  }
  .rera .banner .banner-content h1 {
    font-size: 55px;
  }
  .rera .banner .banner-info {
    width: 601px;
    margin-top: 3rem;
  }
  .rera .role .role-container {
    justify-content: space-between;
  }
  .rera .role .role-content {
    width: 68%;
  }
  .rera .role .role-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .rera .role .role-item {
    width: 45%;
  }
  .rera .role .role-item p {
    font-size: 15px;
    line-height: 1.7;
  }
  .rera .role .course {
    width: 28%;
  }
  .rera .role .course-item {
    background-image: url(/_public/images/rera/course-bg.png);
    background-size: 0 0;
    background-repeat: no-repeat;
    background-position: center;
  }
  .rera .role .course-item:hover {
    border-color: transparent;
    background-size: 100% 100%;
  }
  .rera .role .course-item:hover .btn-transparent {
    background-color: #0EA5E9;
    color: #FFFFFF;
    border: none;
  }
  .rera .role .course-item:hover .btn-transparent img {
    filter: invert(1);
  }
  .rera .overview .overview-container {
    width: 92%;
  }
  .rera .overview .content {
    width: 60%;
  }
  .rera .overview .overview-list {
    width: 94%;
    margin: 0 auto;
  }
  .rera .method {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
  .rera .method .method-container {
    align-items: flex-start;
  }
  .rera .method .method-info {
    width: 31%;
    margin-top: 3rem;
  }
  .rera .method .method-info .heading h2 {
    font-size: 38px;
  }
  .rera .method .method-content {
    width: 33%;
    transform: translateY(-41px);
  }
  .rera .method .method-content img {
    min-height: 436px;
    border-radius: 0 0 216px 216px;
  }
  .rera .method .method-list {
    width: 35%;
    transform: translateX(80px);
  }
  .rera .choose .choose-container {
    width: 86%;
    margin: auto;
  }
  .rera .objective .objective-container::before {
    width: 192px;
    height: 382px;
  }
  .rera .objective .objective-container::after {
    width: 185px;
    height: 381px;
  }
  .rera .objective .fact-list .fact-item {
    width: 15%;
  }
  .rera .importance .importance-container {
    align-items: center;
  }
  .rera .query .query-container {
    width: 92%;
    margin: auto;
  }
  .rera .function .function-container {
    align-items: center;
  }
  .rera .function .function-content {
    width: 50%;
  }
  .rera .function .function-info {
    width: 43.25%;
  }
  .rera .faq .heading h2 {
    font-size: 50px;
    opacity: 0.1;
  }
  .rera .footer .heading {
    width: 65%;
  }
  .rera .footer .footer-list {
    width: 96%;
    margin: auto;
  }
  .rera .footer .footer-item:nth-child(2) {
    padding: 1.2rem 5.2rem;
  }
}
@media (min-width : 1500px) {
}
