/* Introductory page css */
/* Inner banner css start */
.bannerInner {
  background-image: linear-gradient(to right, #F1F8F9, #F4FAEC);
  padding: 48px 0;
}

.bannerInner .breadcrumb {
  width: 100%;
  position: static;
  margin: 0 0 48px;
}

.bannerInner .breadcrumbs {
  border-radius: 8px;
}

.bannerInner h2 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 10px;
}

.bannerInnerContent {
  max-width: 620px;
  width: 100%;
}

.bannerInnerContent p {
  color: #797b83;
}
.breadcrumb a {
  align-items: center;
}

.breadcrumb a i {
  color: inherit;
}

.breadcrumb li.item:not(:first-child) {
  position: relative;
  padding-left: 30px;
  color: #616161;
}

.breadcrumb li.item:not(:first-child)::after {
  content: "\f054";
  position: absolute;
  left: 8px;
  top: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #616161;
  font-size: 12px;
}
/* Inner banner css end */
.introMainContent {
  position: relative;
  padding: 48px 0 110px;
  overflow: hidden;
}

.information-box {
  background-color: #fffafa;
  border: 1px solid #dc3545;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 32px;
}

.information-box .icon {
  width: 30px;
  height: 30px;
  background-color: #fee4e2;
  border: 5px solid #fef3f2;
  border-radius: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information-box .icon i {
  color: #d92d20;
  font-size: 12px;
}
.infoContent h6 {
  color: #101828;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 28px;
}

.infoContent ul {
  list-style: disc;
  padding-left: 25px;
}

.infoContent ul li {
  color: #222222;
}
.contentArea {
  background-color: #f9f9fb;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 48px;
}

.contentArea h4 {
  margin: 0 0 8px;
  color: #000;
}

.contentArea p {
  color: #000;
}

.contentWithIcon {
  margin-top: 24px;
}

.contentWithIcon p {
  color: #0d0d0d;
  margin: 0 0 16px;
}

.contentWithIcon ul li {
  color: #222;
  position: relative;
  padding-left: 28px;
  margin: 0 0 8px;
}

.contentWithIcon ul li::after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 14px;
  color: #95c940;
}

.contentWithIcon ul li strong {
  font-weight: 500;
}

.contentWithIcon ul {
  padding-left: 20px;
}
.btnWrap .mainBtn {
  background-color: #65a7ad;
  padding: 12px 27px;
  border-radius: 4px;
  color: white;
  font-weight: 600;
}
.termsContent p a {
  font-weight: 500;
  color: #548b90;
  text-decoration: underline;
}

.termsContent h4 {
  margin-bottom: 8px;
}

.sidebarInner .processToggle {
  background-color: #70b9c0;
  padding: 11px 23px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 190px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
  position: absolute;
  top: 48px;
  right: 210px;
}

.sidebarInner .processToggle i {
  color: inherit;
  margin-right: 10px;
  margin-left: -1px;
}
.processWrap {
  display: flex;
  flex-wrap: wrap;
}

.processWrap .processHeading,
.processWrap .processContent {
  width: 100%;
  flex: 0 0 100%;
}

.processWrap .procedure {
  background-color: #95c940;
  padding: 10px 12px;
  max-width: 230px;
  width: 100%;
}

.processWrap .processTime {
  background-color: #f45e5f;
  padding: 10px 12px;
  width: 100%;
  max-width: 170px;
}

.processWrap .processHeading {
  background-color: #70b9c0;
  border: 1px solid #70b9c0;
  padding: 10px 12px;
}

.processWrap .processHeading h5 {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 18.2px;
}
.processWrap .procedure p,
.processWrap .processTime p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 18.2px;
}

.sidebarInner .processMain {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 96px;
  right: 0px;
}

.processWrap .processContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eff3da;
}

.processWrap .processContent .process {
  width: 100%;
  max-width: 230px;
}

.processWrap .processContent .time {
  width: 100%;
  max-width: 170px;
  border-left: 1px solid #b9b9b9;
}

.processWrap .processContent > div {
  padding: 12px;
}
.processWrap .processContent .process ol {
  padding-left: 12px;
}

.introContentWrap {
  max-width: 74.4%;
  width: 100%;
}
.processWrap .processContent .process ol li {
  font-size: 14px;
  line-height: 18px;
  color: #74523c;
  font-weight: 500;
  list-style: auto;
}

.processWrap .processContent .time p {
  font-size: 14px;
  font-weight: 500;
  color: #74523c;
}

.processWrap .processContent .time p strong {
  color: inherit;
  display: block;
}
.introContentWrap.toggleSidebar .processMain {
  right: -100%;
}

.introContentWrap.toggleSidebar .processToggle {
  right: 0;
}
.btnWrap {
  text-align: right;
}

.btnWrap .mainBtn {
  margin-top: 48px;
}
.btnWrap .mainBtn.disable {
  opacity: 50%;
  pointer-events: none;
}

/* Introductory page css end */

/* Terms and Condition Modal css */
body.fixed {
  overflow: hidden;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.modal-content {
  background: white;
  margin: 40px auto 0;
  width: 100%;
  max-width: 790px;
  padding: 48px 48px 100px;
  position: relative;
  border-radius: 16px;
}
.modal-content .modal-cont {
  height: 60vh;
  overflow: auto;
  padding-right: 10px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 40px;
  line-height: 30px;
}
.buttons {
  text-align: right;
  margin-top: 20px;
}
.buttons button {
  padding: 10px;
  cursor: pointer;
  width: 100%;
  max-width: 132px;
  margin: 0;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  color: #344054;
  font-weight: 500;
}
.buttons button#accept {
  background-color: #65a7ad;
  color: #fff;
  font-weight: 500;
}
.modal-content h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px;
  color: #222222;
}

.modal-content p {
  margin-bottom: 15px;
  color: #000;
}

.modal-content p:last-child {
  margin-bottom: 0;
}

.modal-content .buttons {
  position: absolute;
  bottom: 0;
  background-color: #fcfcfd;
  border: 1px solid #eaecf0;
  width: 100%;
  left: 0;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 1;
  border-radius: 0 0 16px 16px;
}
.modal-content .modal-cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.modal-content .modal-cont::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.modal-content .modal-cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b2b2b2;
}
.buttons button i {
  font-weight: 500;
  margin-right: 8px;
  font-size: 16px;
}

.buttons button#accept i {
  font-size: 14px;
}

/* Modal css end */

/* Media Query for responsive */
@media (max-width: 1579px) {
  .introContentWrap {
    max-width: 73%;
  }
}

@media (max-width: 1535px) {
  body .container {
    max-width: 1230px;
    padding: 0 20px;
  }
  ul.slick-dots {
    right: calc(7% + 110px);
  }
  .videoSlider .slick-arrow {
    right: 7%;
  }
  .videoSlider .slick-arrow.slick-prev {
    right: calc(7% + 56px);
  }
  .tabs-content .content-main .content .heading {
    font-size: 20px;
  }
  .social-content .content .logo {
    max-width: 70px;
    height: 70px;
  }
}

@media (max-width: 1439px) {
  .introContentWrap {
    max-width: 71%;
  }
}

@media (max-width: 1365px) {
  .videoBtn {
    top: -55px;
  }
  .introContentWrap {
    max-width: 67%;
  }
}

@media (max-width: 1279px) {
  .introContentWrap {
    max-width: 65%;
  }
}

@media (max-width: 1200px) {
  body .site-header .bottom-bar.desktop .menu-wrapper ul li a {
    font-size: 16px;
    padding: 12px 15px 12px 15px;
  }
}

@media (max-width: 1199px) {
  .introContentWrap {
    max-width: 59%;
  }
  body .site-header .top-bar {
    padding: 15px 0;
  }
  .site-header .left-wrapper.desktop {
    width: 68%;
  }

  .site-header .right-wrapper {
    width: 28%;
  }

  .site-header .right-wrapper .logo-wrapper li img {
    max-width: 70px;
  }
  .quickLinks-section .linkwrap {
    gap: 20px;
  }
  body .container {
    max-width: 970px;
  }
  .slideContainer .banner-content h1 {
    font-size: 48px;
  }
  .slideContainer .banner-content p {
    font-size: 40px;
    line-height: 48px;
  }
  .counter-content .count {
    font-size: 48px;
  }
  .counter-content .content h3 {
    font-size: 30px;
  }
  .videoBtn {
    width: 55px;
    height: 55px;
  }
  ul.slick-dots {
    bottom: 45px;
  }
  .videoSlider .slick-arrow {
    bottom: 22px;
  }
  section.banner {
    min-height: 270px;
  }
  .expanding-card-sec::after {
    height: 60px;
    top: -34px;
  }
  .expanding-card-sec .cardWrapper {
    gap: 20px;
    height: 350px;
  }

  .expanding-card-sec .cardWrapper .card {
    min-width: 260px;
    max-width: 260px;
  }

  .cardWrapper .card .card-content {
    padding: 0 16px 25px 20px;
  }
  .expanding-card-sec .cardWrapper .card:nth-child(2) {
    background-size: auto 130%;
    background-position: -80px 40%;
  }
  .social-content {
    gap: 20px;
  }

  .tabs-content {
    padding: 25px;
  }

  .social-content .content {
    padding: 15px;
  }

  .social-content .headingwrap {
    gap: 10px;
  }

  .social-content .content .logo {
    max-width: 55px;
    height: 55px;
  }
  .tabs-content .content-main .content .heading {
    font-size: 18px;
  }
  .aggency-section .heading h2,
  .quickLinks-section .linkContent .heading h2 {
    line-height: 45px;
    font-size: 30px;
  }
  .linkwrap .link .content {
    padding-right: 10px;
  }
  body .site-header .top-bar .container .right-wrapper .logo-wrapper {
    max-width: 230px;
  }

  .site-header .right-wrapper .logo-wrapper li img {
    max-width: 55px;
  }
  .aggency-section .logo-wrap .logo img {
    max-width: 70px;
  }

  .aggency-section .logo-wrap {
    max-width: 800px;
    gap: 20px;
  }
  .counter-section .counter-content {
    max-width: 880px;
  }
  .counter-section .counter-content > div {
    padding: 20px;
  }
  .counter-section .counter-content .preCount {
    right: 20px;
    top: 44px;
    max-width: 205px;
  }

  .counter-section .counter-content .preCount a {
    font-size: 14px;
    padding: 5px;
    padding-left: 10px;
  }
  .aggency-section {
    padding: 45px 0 50px;
  }
}

@media (max-width: 1024px) {
  #mobileMenu .container {
    padding-top: 20px;
  }
  .aggency-section {
    padding: 25px 0 50px;
  }
  .processWrap .processContent .process {
    max-width: 55%;
  }

  .processWrap .processContent .time {
    max-width: 45%;
  }

  .processWrap .procedure {
    max-width: 55%;
  }

  .processWrap .processTime {
    max-width: 45%;
  }
  .sidebarInner .processMain {
    max-width: 380px;
  }
  .sidebarInner .processToggle {
    right: 190px;
  }
}

@media (max-width: 991px) {
  .social-content {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  body .container {
    padding: 0 24px;
  }
  .slideContainer .sliderVideo img {
    height: 530px;
    object-fit: cover;
  }

  .slideContainer .banner-content {
    top: 40%;
  }

  .videoSlider .slick-arrow {
    bottom: 87px;
    right: 36%;
    transform: translateX(50%);
  }

  .videoSlider .slick-arrow.slick-prev {
    right: calc(36% + 50px);
    transform: translateX(50%);
  }
  .videoSlider ul.slick-dots {
    right: calc(35% + 85px);
    bottom: 90px;
  }
  .expanding-card-sec .left-img,
  .expanding-card-sec .right-img {
    max-width: 250px;
  }
  .expanding-card-sec .cardWrapper {
    flex-wrap: wrap;
    height: auto;
  }

  .expanding-card-sec .cardWrapper .card {
    flex: 0 0 100%;
    max-width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 400px;
  }

  .cardWrapper .card .card-content {
    padding: 0 16px 40px 24px;
  }

  .expanding-card-sec {
    padding: 80px 0 72px;
  }
  .quickLinks-section .linkwrap {
    grid-template-columns: 1fr 1fr;
  }
  .counter-content .count {
    font-size: 40px;
  }
  .counter-content .content h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .videoBtn {
    width: 45px;
    height: 45px;
    top: -65px;
  }
  .videoBtn i {
    font-size: 20px;
  }

  .introContentWrap {
    max-width: 100%;
  }

  .introContentWrap .processToggle {
    position: static;
    right: 0;
    max-width: 100%;
  }

  .introContentWrap .processMain {
    max-width: 100%;
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    height: 0;
    transition: all 0.3s ease;
  }
  .introContentWrap.toggleSidebar .processMain {
    height: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .breadcrumb a,
  .bannerInner .breadcrumb li {
    font-size: 14px;
  }

  .breadcrumb li.item:not(:first-child)::after {
    top: 2px;
    left: 3px;
  }

  .breadcrumb li.item:not(:first-child) {
    padding-left: 20px;
  }
  .modal-content {
    width: 90%;
  }
  .sidebarInner .processToggle {
    display: none;
  }

  .sidebarInner .processToggle.mobile {
    display: block !important;
    text-transform: uppercase;
    border-radius: 4px;
  }

  .sidebarInner .processToggle.mobile i {
    font-size: 20px;
    transform: translateY(3px);
  }
  .sidebarInner {
    margin: 0 0 32px;
  }
  .introContentWrap.toggleSidebar .processToggle.mobile {
    border-radius: 4px 4px 0 0;
  }
}

@media (max-width: 767px) {
  .tabs-section .tabs-heading {
    flex-wrap: wrap;
    border-radius: 5px;
  }

  .tabs-section .tabs-heading .tab {
    width: 100%;
  }

  .tabs-content .content-main {
    flex-wrap: wrap;
    gap: 16px;
  }

  .social-content {
    grid-template-columns: 1fr;
  }

  .quickLinks-section .linkwrap {
    grid-template-columns: 1fr;
  }

  .aggency-section .logo-wrap {
    flex-wrap: wrap;
  }

  .counter-section .counter-content {
    flex-wrap: wrap;
  }

  .counter-section .counter-content > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tabs-content {
    padding: 48px;
  }
  .tabs-content .content-main .image-wrapper {
    flex: 0 0 100%;
  }
  .tabs-content {
    padding: 48px;
  }
  .tabs-section {
    padding: 48px 0;
  }
  .social-content .headingwrap .dated p {
    font-size: 14px;
  }
  .tabs-content .content-main .content .heading {
    font-size: 16px;
  }
  .social-content .content .logo {
    max-width: 40px;
    height: 40px;
    padding: 3px;
  }
  .social-content .headingwrap {
    gap: 5px;
  }
  .social-content .content .icon img {
    max-width: 20px;
  }
  .cardWrapper .card .card-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .counter-content .content h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .counter-section .counter-content > div {
    padding: 32px;
  }

  .counter-section .counter-content .preCount {
    display: none;
  }
  .counter-content .count {
    font-size: 56px;
  }
  body .site-footer .bottom-bar {
    padding-inline: 0;
  }
  .tabs-content .content-main .content .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .slideContainer .banner-content h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .videoSlider .slick-arrow {
    right: 20%;
  }
  .videoSlider .slick-arrow.slick-prev {
    right: calc(20% + 50px);
  }
  .videoSlider ul.slick-dots {
    right: calc(17% + 85px);
  }
  .videoSlider ul.slick-dots li:nth-child(2).slick-active::after,
  .videoSlider ul.slick-dots li:nth-child(3).slick-active::after,
  .videoSlider ul.slick-dots li:first-child.slick-active::after {
    font-size: 20px;
    top: -12px;
  }

  .videoSlider ul.slick-dots::after {
    font-size: 20px;
    left: -57px;
  }
  .slideContainer .banner-content p {
    font-size: 30px;
    line-height: 40px;
  }
  .aggency-section .heading h2,
  .quickLinks-section .linkContent .heading h2 {
    line-height: 54px;
    font-size: 36px;
  }
  .site-header .right-wrapper .logo-wrapper li img {
    max-width: 44px;
  }
  body .site-header .top-bar .container .right-wrapper .logo-wrapper {
    max-width: 150px;
    margin-right: 18px;
  }
  body .site-header .bottom-bar.mobile .menu-wrapper ul > li {
    border: 0;
    padding-top: 0;
  }
  .expanding-card-sec::after {
    background-size: 150% 100%;
  }
  .aggency-section .heading h2 {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 60px;
  }
  .aggency-section .logo-wrap {
    display: none;
  }
  .aggency-section .logo-wrap.logo-slider {
    display: block;
  }
  .logo-slider .slick-arrow {
    background-color: #70b9c0;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    top: -74px;
    right: 24px;
  }

  .logo-slider .slick-arrow.slick-prev {
    right: 79px;
    left: auto;
  }
  .aggency-section .container {
    padding-right: 0;
  }
  .logo-slider .slick-arrow.slick-disabled {
    background-color: #fafafa;
  }

  .logo-slider .slick-arrow.slick-disabled::before {
    color: #808080;
  }
  .expanding-card-sec .left-img {
    display: none;
  }

  .expanding-card-sec .right-img {
    max-width: 370px;
  }
  .expanding-card-sec .cardWrapper {
    gap: 30px;
  }
  .mainBtn {
    margin: 32px 0 0;
  }
  .bannerInner .breadcrumb {
    padding: 8px 16px;
    flex-wrap: wrap;
    margin: 0 0 32px;
  }
  .bannerInner h2 {
    font-size: 30px;
  }
  .infoContent ul {
    margin-left: -40px;
  }
  .sidebarInner {
    margin: 0 0 32px;
  }
  .bannerInner h2 {
    font-size: 30px;
  }

  .infoContent ul {
    margin-left: -40px;
  }

  .sidebarInner {
    margin: 0 0 32px;
  }
  .modal-content {
    width: 100%;
    padding: 48px 10px 75px 24px;
    margin: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-content .modal-cont {
    height: 100%;
    overflow: auto;
    padding-right: 14px;
  }
  .close-btn {
    top: 15px;
    right: 24px;
  }

  .introMainContent {
    padding: 48px 0;
  }
  .btnWrap .mainBtn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 389px) {
  .counter-content .count {
    font-size: 48px;
  }
  .videoSlider ul.slick-dots li:nth-child(2).slick-active::after {
    position: absolute;
    left: -104px;
  }

  .videoSlider ul.slick-dots li:nth-child(3).slick-active::after {
    left: -136px;
  }

  .videoSlider ul.slick-dots li:first-child.slick-active::after {
    left: -70px;
  }
  .videoSlider ul.slick-dots::after {
    left: -42px;
  }
  .logo-slider .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .logo-slider .slick-arrow.slick-prev {
    right: 70px;
  }
}
