@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  background: #fff;
}

a {
  text-decoration: none;
}

h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%; /* 49.92px */
  letter-spacing: -1.92px;
}
h2 span {
  font-family: "ivypresto-display", serif;
  color: #000;
  /*font-size: 48px;*/
  font-style: italic;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
  h2 span {
    font-size: 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: pretty;
  margin: 0px;
}

p {
  text-wrap: pretty;
  margin: 0px;
}

.desktop_view {
  display: block;
}
@media screen and (max-width: 991px) {
  .desktop_view {
    display: none;
  }
}

.mobile_view {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile_view {
    display: block;
  }
}

.contactBtn_wrap {
  position: fixed;
  z-index: 6;
  bottom: 10%;
  width: 64px;
  height: 64px;
  margin: 0 16px 16px auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contactBtn_wrap {
    right: 16px;
    margin-bottom: 16px;
  }
}
.contactBtn_wrap .callUs_btn .icon {
  width: 100%;
  height: 100%;
  -webkit-animation: mailscale 1.5s alternate infinite ease-in;
  animation: mailscale 1.5s alternate infinite ease-in;
}
@-webkit-keyframes mailscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes mailscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.header_section {
  border: 1px solid #f2eeed;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 112px 31px 0px rgba(209, 209, 209, 0),
    0px 71px 29px 0px rgba(209, 209, 209, 0.01),
    0px 40px 24px 0px rgba(209, 209, 209, 0.05),
    0px 18px 18px 0px rgba(209, 209, 209, 0.09),
    0px 4px 10px 0px rgba(209, 209, 209, 0.1);
  box-shadow: 0px 112px 31px 0px rgba(209, 209, 209, 0),
    0px 71px 29px 0px rgba(209, 209, 209, 0.01),
    0px 40px 24px 0px rgba(209, 209, 209, 0.05),
    0px 18px 18px 0px rgba(209, 209, 209, 0.09),
    0px 4px 10px 0px rgba(209, 209, 209, 0.1);
  z-index: 100;
}
.header_section .header_content {
  padding-block: 14px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header_section .header_content {
    padding-block: 8px;
  }
}
.header_section .header_content img {
  width: 100%;
  height: 100%;
}
.header_section .header_content .header_right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_section .header_content .header_right .black_btn {
  padding: 18px 24px;
  border-radius: 64px;
  background: #000;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin : 0;
}
.header_section .header_content .header_right .black_btn span {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
 .header_section .header_content .header_right .br_black {
    display: none;
  }
}

.banner_section {
  padding-top: 180px;
}
@media screen and (max-width: 991px) {
  .banner_section {
    padding-top: 120px;
  }
}
.banner_section h2 {
  max-width: 622px;
}
.banner_section p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
  max-width: 416px;
  margin-block: 16px 32px;
}
.banner_section .awards_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-block: 32px 0px;
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  .banner_section .awards_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .banner_section .awards_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-block: 0px;
    padding-left: 0px;
    gap: 24px;
  }
}
.banner_section .awards_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .banner_section .awards_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: start;
    width: calc(50% - 24px);
    gap: 12px;
  }
}
.banner_section .awards_list li p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: -0.56px;
  max-width: 108px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .banner_section .awards_list li p {
    max-width: 108px;
  }
}
.banner_section .banner_img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .banner_section .banner_img {
    margin-block: 0;
  }
}
.banner_section .banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner_section .banner_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner_section .banner_img .mobile_view {
  margin-block: 32px 40px;
}

.trusted_section {
  padding-block: 120px 50px;
}
@media screen and (max-width: 991px) {
  .trusted_section {
    padding-block: 56px 0px;
  }
}
.trusted_section h2 {
  margin-bottom: 80px;
  line-height: 110%;
}
@media screen and (max-width: 991px) {
  .trusted_section h2 {
    margin-bottom: 32px;
    font-size: 40px;
  }
}
.trusted_section .trusted_card {
  display: inline-block;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .trusted_section .trusted_card {
    margin-bottom: 32px;
  }
}
.trusted_section .trusted_card p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .trusted_section .trusted_card p {
    padding-right : 40px;
  }
}
.build_section {
  padding-block: 80px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .build_section {
    padding-block: 24px 56px;
  }
}
.build_section .build_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.build_section .build_content p {
  max-width: 414px;
  color: #2d2f31;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
}
.build_section .cards_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  gap: 48px 24px;
}
@media screen and (max-width: 991px) {
  .build_section .cards_wrap {
    padding-top: 32px;
    gap: 32px 0px;
  }
}
.build_section .cards_wrap .build_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: auto;
  width: calc(50% - 24px);
}
@media screen and (max-width: 991px) {
  .build_section .cards_wrap .build_card {
    width: 100%;
    gap: 8px;
  }
}
.build_section .cards_wrap .build_card h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.96px;
}
.build_section .cards_wrap .build_card p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
}

@media screen and (max-width: 991px) {
  .build_section .cards_wrap .build_card p {
    padding-right: 40px;
  }
}
.streamlined_section {
  padding-block: 80px;
}
@media screen and (max-width: 991px) {
  .streamlined_section {
    padding-block: 56px 0px;
  }
}
.streamlined_section .streamlined_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .streamlined_section .streamlined_content {
    gap: 16px;
  }
}
.streamlined_section .streamlined_content p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
  max-width: 416px;
}
.streamlined_section .streamlined_list_wrap {
  height: 100%;
  width: 100%;
}
.streamlined_section .streamlined_list_wrap .streamlined_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .streamlined_section .streamlined_list_wrap .streamlined_list {
    gap: 32px;
    padding: 32px 0px 0px 0px;
  }
}
.streamlined_section .streamlined_list_wrap .streamlined_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .streamlined_section .streamlined_list_wrap .streamlined_list li {
    gap: 8px;
  }
}
.streamlined_section .streamlined_list_wrap .streamlined_list li h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.96px;
}
@media screen and (max-width: 991px) {
  .streamlined_section .streamlined_list_wrap .streamlined_list li h5 {
    font-size: 20px;
  }
}
.streamlined_section .streamlined_list_wrap .streamlined_list li p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
}

@media screen and (max-width: 991px) {
  .streamlined_section .streamlined_list_wrap .streamlined_list li p {
    padding-right: 40px;
  }
}

.transparent_section {
  height: 100%;
  width: 100%;
  padding-block: 80px;
}
@media screen and (max-width: 991px) {
  .transparent_section {
    padding-block: 56px;
  }
}
.transparent_section h2 {
  max-width: 416px;
  margin-bottom: 32px;
}
.transparent_section .transparent_card {
  padding: 40px;
  border-radius: 8px;
  border: 1px solid rgba(34, 34, 33, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .transparent_section .transparent_card {
    margin-bottom: 32px;
    height: auto;
  }
}
.transparent_section .transparent_card .transparent_wrap {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 274px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_title
  h6 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.96px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_list {
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 24px;
  margin-block: 24px 32px;
  padding: 0px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_list
  li {
  color: #2d2f31;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
  padding-left: 24px;
  position: relative;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_list
  li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2d2f31;
  position: absolute;
  top: 6px;
  left: 4px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_price {
  padding-bottom: 32px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_price
  p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_price
  h4 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  letter-spacing: -1.28px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content_wrap
  .transparent_price
  h4
  span {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.92px;
}
.transparent_section .transparent_card .transparent_wrap .bordered_btn {
  width: 100%;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .bordered_btn.br_black {
  border-radius: 64px;
  border: 1.5px solid #000;
  background: #fff;
}
.transparent_section .transparent_card .transparent_wrap .transparent_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 0px;
  padding-top: 32px;
  position: relative;
  margin: 0px;
}

@media screen and (max-width:767px){
    .transparent_section .transparent_card .transparent_wrap .transparent_content {
        gap: 16px
    }
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content
  li {
  position: relative;
  gap: 16px;
  padding-left: 40px;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content
  li::before {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("../../campaign-assets/img/transparent/Tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content
  .plus_icon::before {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("../../campaign-assets/img/transparent/Plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.transparent_section
  .transparent_card
  .transparent_wrap
  .transparent_content
  li
  p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
}
.transparent_section .transparent_card .customised_plan_wrap {
  width: 100%;
  padding-block: 48px 82px;
}
@media screen and (max-width: 1400px) {
  .transparent_section .transparent_card .customised_plan_wrap {
    padding-block: 48px 66px;
  }
}

@media screen and (max-width: 767px) {
  .transparent_section .transparent_card .customised_plan_wrap {
    padding-block: 0px 40px;
  }
}
.transparent_section .transparent_card .customised_plan_wrap h5 {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 45.6px */
  letter-spacing: -1.52px;
  padding-block: 8px 16px;
}
.transparent_section .transparent_card .customised_plan_wrap p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
}
.transparent_section .transparent_btn_wrap {
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .transparent_section .transparent_btn_wrap {
    padding-top: 24px;
  }
}


.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-dialog {
  max-width: 636px;
}
.modal-dialog .modal-header {
  top: 24px;
  border: none;
  position: absolute;
  right: 24px;
}
.modal-dialog .modal-content {
  padding: 80px 72px;
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-content {
    padding: 48px 24px 24px 24px;
  }
}
.modal-dialog .modal-content h2 {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%;
  /* 66.56px */
  letter-spacing: -2.56px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-content h2 {
    margin-bottom: 44px;
    font-size: 36px;
    max-width: 192px;
  }
}
.modal-dialog .modal-content h2 span {
  color: #000;
  font-family: "IvyPresto Display";
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -2.56px;
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-content h2 span {
    font-size: 36px;
  }
}
.modal-dialog .modal-content .terms_services {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
  padding-top: 64px;
  text-wrap: unset;
}
.modal-dialog .modal-content .terms_services a {
  color: #2d2f31;
  text-decoration: underline;
}
.modal-dialog .modal-content .bordered_btn {
  background: #fff;
  border-radius: 58.754px;
}
.modal-dialog .modal-content .location {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.64px;
  padding-top: 16px;
}

.iti {
  display: block;
  width: 0px;
}

.phoneCode {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.phone_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone_code {
  width: 40px;
  padding-left: 60px;
  border: 0px;
}

.phone_input {
  padding-left: 102px !important;
}
@media screen and (max-width: 991px) {
  .phone_input {
    padding-left: 102px !important;
  }
}

.iti__selected-flag {
  background-color: #fff !important;
}

.iti__country-list {
  margin: 0px auto;
  width: 250px !important;
}
@media screen and (max-width: 767px) {
  .iti__country-list {
    min-width: 100% !important;
  }
}

.iti-mobile .iti--container {
  left: 30% !important;
}
@media screen and (max-width: 1400px) {
  .iti-mobile .iti--container {
    left: 28% !important;
    min-width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .iti-mobile .iti--container {
    min-width: 100% !important;
    left: 20% !important;
  }
}
@media screen and (max-width: 991px) {
  .iti-mobile .iti--container {
    min-width: 80% !important;
    left: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  .iti-mobile .iti--container {
    min-width: 80% !important;
    left: 6% !important;
  }
}

.bordered_btn {
  padding: 18px 24px;
  border-radius: 64px;
  border: 1.5px solid #000;
  border-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #c1c1c1;
  display: inline-block;
  min-width: 160px;
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bordered_btn {
    padding: 16px 24px;
  }
}
.bordered_btn:last-child {
  margin-right: 0;
}
.bordered_btn .img {
  overflow: hidden;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 12px;
}
.bordered_btn .img .icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
    0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 0;
}
.bordered_btn .img .icon:nth-child(2) {
  -webkit-transform: translate(-110%, 110%);
  transform: translate(-110%, 110%);
}
.bordered_btn.br_black {
  color: #000000;
  font-size: 16px;
  border: 1.5px solid #000000;
  border-radius: 58.311px;
  margin-right: 0px;
}
.bordered_btn.br_white {
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
}
.bordered_btn.bg_white {
  background-color: #ffffff;
  border: none;
}
.bordered_btn.downloads {
  color: #ffffff;
  font-size: 16px;
}
.bordered_btn.downloads .img {
  height: 20px;
}
.bordered_btn.downloads .img::after {
  content: "";
  background-image: url("../../assets/img/icons/download-pattern.svg");
  width: 20px;
  height: 8px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bordered_btn.downloads .img .icon {
  width: 10px;
  height: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bordered_btn.downloads .img .icon:nth-child(2) {
  -webkit-transform: translate(0%, -102%);
  transform: translate(0%, -102%);
}
.bordered_btn.downloads_black {
  color: #000000;
  border-color: #000000;
  margin-top: 20px;
}
.bordered_btn.downloads_black .img::after {
  background-image: url("../../assets/img/icons/download-pattern-black.svg");
}
.bordered_btn.downloads_black[disabled] {
  opacity: 0.5;
}
.bordered_btn:hover {
  border-color: #ff3014;
  color: #ff3014;
}
.bordered_btn:hover.br_black {
  border-color: #000000;
  color: #000000;
}
.bordered_btn:hover.downloads .img::after {
  background-image: url("../../assets/img/icons/download-pattern-red.svg");
}
.bordered_btn:hover.downloads .img .icon:nth-child(1) {
  -webkit-transform: translate(0, -102%);
  transform: translate(0, -102%);
  visibility: hidden;
}
.bordered_btn:hover .img .icon:nth-child(1) {
  -webkit-transform: translate(90%, -75%);
  transform: translate(90%, -75%);
}
.bordered_btn:hover .img .icon:nth-child(2) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.submit_btn {
  border: 1.5px solid #000000;
  border-radius: 64px;
  padding: 10px 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: auto;
}
.submit_btn::before {
  content: "";
  background-color: #000000;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: -1;
}
.submit_btn .icons {
  overflow: hidden;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 12px;
}
.submit_btn .icons .icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
    0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 0;
}
.submit_btn .icons .icon:nth-child(2) {
  -webkit-transform: translate(-84%, 0);
  transform: translate(-84%, 0);
}
.submit_btn:hover {
  color: #ffffff;
}
.submit_btn:hover::before {
  width: 100%;
}
.submit_btn:hover .icons .icon:nth-child(1) {
  -webkit-transform: translate(90%, 0%);
  transform: translate(90%, 0%);
}
.submit_btn:hover .icons .icon:nth-child(2) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.submit_btn[disabled] {
  color: #000000;
  opacity: 0.5;
}
.submit_btn[disabled]::before {
  display: none;
}
.submit_btn[disabled] .icons .icon:nth-child(1) {
  -webkit-transform: none;
  transform: none;
}
.submit_btn[disabled] .icons .icon:nth-child(2) {
  -webkit-transform: translate(-84%, 0);
  transform: translate(-84%, 0);
}

.testimonial__wrapper {
  padding: 80px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .testimonial__wrapper {
    padding-block: 56px 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .swiper-wrapper
    .swiper-slide
    .testimonial_contents {
    padding: 0 10px 0 10px;
  }
}

.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  position: relative;
  margin-bottom: 32px;
  padding-top: 48px;
  height: 282px;
  overflow: hidden;
  letter-spacing: -1.28px;
}
@media screen and (max-width: 1024px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
    height: 324px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
    height: 326px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
    font-size: 24px;
    margin-bottom: 24px;
    height: 278px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 span {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.28px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 span {
    font-size: 24px;
  }
}

.testimonial__wrapper
  .testimonialSwiper
  .swiper-wrapper
  .swiper-slide
  .testimonial_contents
  h3:before {
  content: "";
  background-image: url("../../campaign-assets/img/testimonials/symbol.svg");
  width: 43px;
  height: 27px;
  position: absolute;
  top: 0;
}
.testimonial__wrapper
  .testimonialSwiper
  .swiper-wrapper
  .swiper-slide
  .testimonial_contents
  .flex_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .swiper-wrapper
    .swiper-slide
    .testimonial_contents
    .flex_info {
    padding-bottom: 62px;
  }
}
.testimonial__wrapper
  .testimonialSwiper
  .swiper-wrapper
  .swiper-slide
  .testimonial_contents
  .flex_info
  .img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .swiper-wrapper
    .swiper-slide
    .testimonial_contents
    .flex_info
    .img {
    width: 40px;
    height: 40px;
  }
}
.testimonial__wrapper
  .testimonialSwiper
  .swiper-wrapper
  .swiper-slide
  .testimonial_contents
  .flex_info
  .img
  img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.testimonial__wrapper
  .testimonialSwiper
  .swiper-wrapper
  .swiper-slide
  .testimonial_contents
  .flex_info
  .details {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .swiper-wrapper
    .swiper-slide
    .testimonial_contents
    .flex_info
    .details {
    margin-left: 8px;
  }
}
.testimonial__wrapper
  .testimonialSwiper
  .swiper-wrapper
  .swiper-slide
  .testimonial_contents
  .flex_info
  .details
  h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .swiper-wrapper
    .swiper-slide
    .testimonial_contents
    .flex_info
    .details
    h5 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.testimonial__wrapper
  .testimonialSwiper
  .swiper-wrapper
  .swiper-slide
  .testimonial_contents
  .flex_info
  .details
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #777777;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .swiper-wrapper
    .swiper-slide
    .testimonial_contents
    .flex_info
    .details
    p {
    font-size: 14px;
  }
}
.testimonial__wrapper .testimonialSwiper .navigation_controls {
  width: 280px;
  height: 100px;
  position: absolute;
  top: 76%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .navigation_controls {
    width: 100%;
  }
}
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_next,
.testimonial__wrapper
  .testimonialSwiper
  .navigation_controls
  .testimonial_prev {
  width: 48px;
  height: 48px;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .navigation_controls
    .testimonial_next,
  .testimonial__wrapper
    .testimonialSwiper
    .navigation_controls
    .testimonial_prev {
    display: none;
  }
}
.testimonial__wrapper
  .testimonialSwiper
  .navigation_controls
  .testimonial_next::after,
.testimonial__wrapper
  .testimonialSwiper
  .navigation_controls
  .testimonial_prev::after {
  content: "";
  background-image: url("../../campaign-assets/img/testimonials/swiper-arrow.svg");
  font-family: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.testimonial__wrapper
  .testimonialSwiper
  .navigation_controls
  .testimonial_next {
  right: 0;
  left: 28%;
}
.testimonial__wrapper
  .testimonialSwiper
  .navigation_controls
  .testimonial_prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial__wrapper
  .testimonialSwiper
  .navigation_controls
  .testimonial_pagination {
  height: 1px;
  top: 90%;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper
    .testimonialSwiper
    .navigation_controls
    .testimonial_pagination {
    width: 100%;
    right: 0;
    margin: 0 auto;
  }
}
.testimonial__wrapper
  .testimonialSwiper
  .navigation_controls
  .testimonial_pagination
  .swiper-pagination-progressbar-fill {
  height: 1.5px;
  background: #000000;
}

.form_tabs_wrap {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_tabs_wrap {
    margin-top: 32px;
  }
}
.form_tabs_wrap .tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px 0;
  padding: 0;
}
.form_tabs_wrap .tabs_list li {
  border: 1px solid #000000;
  padding: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.72px;
  width: 136px;
  cursor: pointer;
}
.form_tabs_wrap .tabs_list li.active {
  background: #000000;
  color: #ffffff;
}
.form_tabs_wrap .tabs_list li:first-child {
  border-radius: 4px 0 0 4px;
}
.form_tabs_wrap .tabs_list li:last-child {
  border-radius: 0 4px 4px 0;
}
.form_tabs_wrap .tab_content {
  display: none;
}
.form_tabs_wrap .tab_content.tab_show {
  display: block;
}

.select_wrap {
  position: relative;
  margin-bottom: 32px;
}
.select_wrap .select_dropdown {
  height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  position: relative;
}
.select_wrap .select_dropdown .selected_text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.select_wrap .select_dropdown .selected_text sup {
  color: #ff3014;
}
.select_wrap .select_dropdown .icon {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 25px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.select_wrap .select_dropdown .invalid-feedback {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #ff3014;
}
.select_wrap .select_dropdown.open .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select_wrap .select_dropdown.open ~ .checkbox_wrap {
  display: block;
}
.select_wrap .checkbox_wrap {
  position: absolute;
  top: 28px;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1019607843);
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  z-index: 2;
  width: 100%;
}
.select_wrap .checkbox_wrap::-webkit-scrollbar {
  display: block;
  width: 4px;
  height: 0;
}
.select_wrap .checkbox_wrap::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 24px;
}
.select_wrap .checkbox_wrap .item_check {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.select_wrap .checkbox_wrap .item_check label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  width: 100%;
  cursor: pointer;
}

.form_group_c {
  position: relative;
  margin-bottom: 32px;
}
.form_group_c .form_control {
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding: 10px 16px 10px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.form_group_c .form_control::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group_c .form_control::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group_c .form_control:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group_c .form_control::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group_c .form_control::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group_c
  .form_control:not(:-moz-placeholder-shown).form_control:not(:focus)
  + label {
  top: -24%;
  font-size: 12px;
}
.form_group_c
  .form_control:not(:-ms-input-placeholder).form_control:not(:focus)
  + label {
  top: -24%;
  font-size: 12px;
}
.form_group_c .form_control:focus + label,
.form_group_c
  .form_control:not(:placeholder-shown).form_control:not(:focus)
  + label {
  top: -24%;
  font-size: 12px;
}
.form_group_c
  .form_control:not(:-moz-placeholder-shown).form_control:not(:focus)
  + .label_msg {
  top: -10%;
}
.form_group_c
  .form_control:not(:-ms-input-placeholder).form_control:not(:focus)
  + .label_msg {
  top: -10%;
}
.form_group_c .form_control:focus + .label_msg,
.form_group_c
  .form_control:not(:placeholder-shown).form_control:not(:focus)
  + .label_msg {
  top: -10%;
}
.form_group_c label {
  color: #2d2f31;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  position: absolute;
  top: 30%;
  left: 14px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form_group_c label sup {
  color: #ff3014;
}
.form_group_c label.label_msg {
  top: 16px;
}
.form_group_c label.phone_label {
  left: 22%;
}
@media screen and (max-width: 767px) {
  .form_group_c label.phone_label {
    left: 30% !important;
  }
}
@media screen and (max-width: 350px) {
  .form_group_c label.phone_label {
    left: 38% !important;
  }
}
.form_group_c .invalid-feedback {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #ff3014;
}

input[type="radio"] {
  position: relative;
  border: 1.5px solid #000000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  display: none;
}

input[type="checkbox"]:checked {
  background-color: #000000;
  opacity: 1;
}

.invalid {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #ff3014;
}

.thankyou_section {
  height: 100vh;
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .thankyou_section {
    padding-top: 68px;
  }
}
.thankyou_section .thankyou_content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thankyou_section .thankyou_content h1 {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 66.56px */
  letter-spacing: -2.56px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .thankyou_section .thankyou_content h1 {
    font-size: 40px;
  }
}
.thankyou_section .thankyou_content P {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.96px;
  padding-block: 24px 38px;
}
@media screen and (max-width: 991px) {
  .thankyou_section .thankyou_content P {
    font-size: 16px;
  }
}
.thankyou_section .thankyou_content .done_btn {
  padding: 18px 24px;
  border-radius: 58.754px;
  border: 1px solid #000;
  background: #fff;
}
.thankyou_section .thankyou_content .done_btn span {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 17.311px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 20.774px */
  letter-spacing: -0.692px;
}

.rb__footerMain p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.64px;
  padding-block: 25px;
}

.showreel_modal .modal-dialog {
  max-width: 100%;
}

.showreel_modal .modal-dialog .modal-content {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.showreel_modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.showreel_modal .modal-dialog .modal-content .modal-body .banner_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.showreel_modal .modal-dialog .modal-content .modal-body:hover .cursor {
  display: block;
}
@media screen and (max-width: 1200px) {
  .showreel_modal .modal-dialog.modal-fullscreen {
    height: auto;
  }
}

.cursor {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  pointer-events: none;
  display: none;
}
.cursor .txt {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 120%;
  text-align: center;
}

.msg_campiagn {
  left: 0 !important;
}

.button_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .button_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 114px 40px;
  }
}
.button_wrap .white_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  
}
@media screen and (max-width: 767px) {
  .button_wrap .white_btn {
    width: 100%;
  }
}
.button_wrap .white_btn span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.96px;
  padding: 18px 24px;
  border-radius: 80px;
  text-align: center;
  background-color: #FF3014;
}
@media screen and (max-width: 991px) {
  .button_wrap .white_btn span {
    width: 100%;
  }
}

.mobile_consult{
    display: none;
}

.desktop_consult {
    display: block;
}
@media screen and (max-width: 767px){
.desktop_consult {
    display: none;
}
}

@media screen and (max-width: 767px){
.mobile_consult{
    display: block;
}
}

.projects_img_section {
  padding-block: 40px;
}
@media screen and (max-width: 991px) {
  .projects_img_section {
    padding-block: 24px 0px;
  }
}
.projects_img_section .projects_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .projects_img_section .projects_wrap {
    padding: 32px 12px;
  }
}
.projects_img_section .projects_wrap .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.projects_img_section .projects_wrap .swiper .swiper-slide {
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  position: relative;
}
.projects_img_section .projects_wrap .swiper .swiper-slide .play__pause_wrap {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 40px;
  z-index: 3;
  right: 40px;
  display: none;
}
@media screen and (max-width: 991px) {
  .projects_img_section .projects_wrap .swiper .swiper-slide .play__pause_wrap {
    display: none !important;
  }
}
.projects_img_section .projects_wrap .swiper .swiper-slide .play__pause_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects_img_section .projects_wrap .swiper .swiper-slide .play__pause_wrap .play_img {
  display: block;
  cursor: pointer;
}
.projects_img_section .projects_wrap .swiper .swiper-slide .play__pause_wrap .pause_img {
  display: none;
  cursor: pointer;
}
.projects_img_section .projects_wrap .swiper .swiper-slide video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .projects_img_section .projects_wrap .swiper .swiper-slide video {
    border-radius: 8px;
  }
}
.projects_img_section .projects_wrap .swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.projects_img_section .projects_wrap .swiper .swiper-slide.swiper-slide-active .play__pause_wrap {
  display: block;
}
.projects_img_section .projects_wrap .project_next,
.projects_img_section .projects_wrap .project_prev {
  width: 48px;
  height: 48px;
  top: 40%;
}
@media screen and (max-width: 991px) {
.projects_img_section .projects_wrap .project_next,
.projects_img_section .projects_wrap .project_prev {
  width: 32px;
  height: 32px;
  display: none;
}
}


/*@media screen and (max-width: 991px) {*/
/*  .projects_img_section .projects_wrap .project_next,*/
/*  .projects_img_section .projects_wrap .project_prev {*/
/*    display: none;*/
/*  }*/
/*}*/
.projects_img_section .projects_wrap .project_next::after,
.projects_img_section .projects_wrap .project_prev::after {
  content: "";
  background-image: url("../../campaign-assets/img/new-arrow-right.svg");
  font-family: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px){
   .projects_img_section .projects_wrap .project_next::after,
.projects_img_section .projects_wrap .project_prev::after {
  content: "";
  background-image: url("../../campaign-assets/img/mobile-arrow-right.svg");
  font-family: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
} 
}

.projects_img_section .projects_wrap .project_next {
  right: 40px;
  left: auto;
}
.projects_img_section .projects_wrap .project_prev {
  left: 40px;
  right: auto;
}

@media screen and (max-width: 991px) {
.projects_img_section .projects_wrap .project_next{
    right: 0px;
    left: auto;
}

}
@media screen and (max-width: 991px) {
.projects_img_section .projects_wrap .project_prev{
    left: 0px;
    right: auto;
}

}

.projects_img_section .projects_wrap .project_prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.projects_img_section .projects_wrap .project_pagination {
  height: 1px;
  top: 96%;
  background: #ccc;
  display: none;
}
@media screen and (max-width: 991px) {
  .projects_img_section .projects_wrap .project_pagination {
    width: 100%;
    display : block;
    right: 0;
    margin: 0 auto;
  }
}
.projects_img_section .projects_wrap .project_pagination .swiper-pagination-progressbar-fill {
  height: 1.5px;
  background: #000;
}
