@import url(../NeueMontreal_font/stylesheet.css);
* {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Neue Montreal";
  letter-spacing: 0.8px;
  font-weight: 500;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

.container {
  max-width: 90%;
}

.GET_Process_btn {
  background: #ff724c;
  color: #fff;
  font-size: 13px;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  margin-left: 14px;
}
.GET_Process_btn img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}

.btn_access {
  background: #c2e96a;
  color: black;
  font-weight: 500;
}

.navbar {
  padding-bottom: 14px;
  padding-top: 14px;
}
.navbar .navbar-toggler {
  padding: 4px 6px;
  font-size: 15px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .logo-img {
  width: 154px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar a.nav-link {
  color: #000000 !important;
  font-size: 14px;
  margin: 0 12px;
}

.banner_top {
  background-image: url("../image/home_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 65px);
  padding: 60px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .banner_top {
    height: auto;
    padding: 30px 0;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .banner_top {
    height: auto;
  }
}
.banner_top .left-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.banner_top .left-details h6 {
  color: #6892ff;
  font-size: 15px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 9px;
}
@media (max-width: 767px) {
  .banner_top .left-details h6 {
    font-size: 12px;
  }
}
.banner_top .left-details h6:before {
  content: "";
  background: linear-gradient(90deg, rgb(104, 146, 255) 0%, rgb(104, 146, 255) 35%, rgb(245, 249, 252) 100%);
  width: 40px;
  height: 28px;
  position: absolute;
  top: -4px;
  left: 0px;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .banner_top .left-details h6:before {
    top: -7px;
  }
}
.banner_top .left-details h4 {
  font-size: 57px;
  font-weight: 500;
  line-height: 74px;
}
@media (max-width: 767px) {
  .banner_top .left-details h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .left-details h4 {
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
  }
}
.banner_top .left-details span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .banner_top .left-details span {
    font-size: 15px;
  }
}
.banner_top .right-details {
  display: flex;
  justify-content: center;
}
.banner_top .right-details .content {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.banner_top .right-details .home_right_img {
  width: 325px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .banner_top .right-details .home_right_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_top .right-details .home_right_img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .right-details .home_right_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner_top .right-details .box1 {
  position: absolute;
  left: -148px;
  bottom: 92px;
}
@media (max-width: 575px) {
  .banner_top .right-details .box1 {
    position: absolute;
    left: -20px;
    bottom: -20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_top .right-details .box1 {
    position: absolute;
    left: -63px;
    bottom: 92px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .right-details .box1 {
    position: absolute;
    left: -48px;
    bottom: -20px;
  }
}
.banner_top .right-details .box1 img {
  width: 207px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 575px) {
  .banner_top .right-details .box1 img {
    width: 164px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_top .right-details .box1 img {
    width: 178px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .right-details .box1 img {
    width: 182px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.banner_top .right-details .box2 {
  background-color: #ffeae5;
  position: absolute;
  top: 0;
  left: 50px;
  padding: 8px 24px;
  border-radius: 12px 12px 0 12px;
}
@media (max-width: 575px) {
  .banner_top .right-details .box2 {
    top: 0;
    left: 65px;
    padding: 4px 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_top .right-details .box2 {
    top: 20px;
    left: 105px;
    padding: 6px 20px;
    border-radius: 12px 12px 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .right-details .box2 {
    top: 0;
    left: 70px;
    padding: 6px 16px;
  }
}
.banner_top .right-details .box2 h5 {
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .banner_top .right-details .box2 h5 {
    font-size: 24px;
  }
}
.banner_top .right-details .box2 p {
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .banner_top .right-details .box2 p {
    font-size: 10px;
  }
}
.banner_top .right-details .box3 {
  background: #fff;
  position: absolute;
  right: -34%;
  bottom: 50px;
  padding: 12px;
  border-radius: 12px 12px 12px 0;
}
@media (max-width: 575px) {
  .banner_top .right-details .box3 {
    right: -17px;
    bottom: 31px;
    padding: 4px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_top .right-details .box3 {
    right: -36px;
    bottom: 44px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .right-details .box3 {
    right: -30px;
    bottom: 60px;
    padding: 8px;
  }
}
.banner_top .right-details .box3 img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 12px;
}
@media (max-width: 575px) {
  .banner_top .right-details .box3 img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .right-details .box3 img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
  }
}
.banner_top .right-details .box3 h6 {
  font-size: 14px;
  margin-bottom: 6px;
}
@media (max-width: 575px) {
  .banner_top .right-details .box3 h6 {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_top .right-details .box3 h6 {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_top .right-details .box3 h6 {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
.banner_top .banner_app {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-top: 16px;
}
.banner_top .banner_app .android_ios_img {
  width: 120px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .banner_top .banner_app .android_ios_img {
    width: 90px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.why_choose_us {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .why_choose_us {
    padding: 30px 0;
  }
}
.why_choose_us .details_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why_choose_us .details_heading h5 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .why_choose_us .details_heading h5 {
    font-size: 28px;
    text-align: center;
  }
}
.why_choose_us .details_heading p {
  font-size: 14px;
  width: 50%;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .why_choose_us .details_heading p {
    font-size: 12px;
    width: 100%;
  }
}
.why_choose_us .details_heading .nav-link {
  color: #1b1b1b;
  background: transparent;
  border-radius: 0px 22px 22px 0;
  font-size: 14px;
  padding: 6px 16px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .why_choose_us .details_heading .nav-link {
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 3px;
  }
}
.why_choose_us .details_heading .nav-link.active,
.why_choose_us .details_heading .show > .nav-link {
  border-color: #dee2e6 #dee2e6 #fff;
  color: #ff724c;
  border: 1px solid #ff724c;
  background: #ffe4dd;
  border-radius: 22px;
  font-size: 14px;
  padding: 6px 16px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .why_choose_us .details_heading .nav-link.active,
  .why_choose_us .details_heading .show > .nav-link {
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 0px;
  }
}
.why_choose_us .details_heading .nav-tabs {
  border-bottom: none;
  background-color: rgba(211, 211, 211, 0.4588235294);
  border-radius: 100px;
}
.why_choose_us .left_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_choose_us .box-icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .why_choose_us .box-icon {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.why_choose_us h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .why_choose_us h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why_choose_us h6 {
    font-size: 19px;
  }
}
.why_choose_us .tick-icon {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .why_choose_us .tick-icon {
    width: 10px;
    height: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
  }
}
.why_choose_us p {
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .why_choose_us p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why_choose_us p {
    font-size: 13px;
  }
}
.why_choose_us .Get_access_btn {
  background: #ff724c;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  margin-top: 26px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .why_choose_us .Get_access_btn {
    font-size: 13px;
    padding: 7px 12px;
    margin-top: 20px;
  }
}
.why_choose_us .Get_access_btn img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .why_choose_us .Get_access_btn img {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
  }
}

.Features_banner {
  position: relative;
  background-image: url(../image/featurebg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .Features_banner {
    padding: 30px 0;
  }
}
.Features_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.FAQ_section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .FAQ_section {
    padding: 30px 0;
  }
}
.FAQ_section .left-details h5 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .FAQ_section .left-details h5 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.FAQ_section .left-details p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .FAQ_section .left-details p {
    font-size: 12px;
  }
}
.FAQ_section .right-details .main_accordion {
  min-width: 0;
  margin: auto;
  max-width: 100%;
}
.FAQ_section .right-details .main_accordion .accordion-body {
  font-size: 15px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.8196078431);
}
@media (max-width: 575px) {
  .FAQ_section .right-details .main_accordion .accordion-body {
    font-size: 14px;
  }
}
.FAQ_section .right-details .main_accordion .accordion-button {
  padding: 18px 8px;
}
.FAQ_section .right-details .main_accordion .accordion-button:focus {
  box-shadow: none;
}
.FAQ_section .right-details .main_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: black;
}
.FAQ_section .right-details .main_accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}
.FAQ_section .right-details .main_accordion .accordion-button:before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 35px;
  height: 2px;
  width: 1rem;
  background-color: black;
}
@media (max-width: 767px) {
  .FAQ_section .right-details .main_accordion .accordion-button:before {
    top: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .FAQ_section .right-details .main_accordion .accordion-button:before {
    top: 28px;
  }
}
.FAQ_section .right-details .main_accordion .accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 27px;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: black;
}
@media (max-width: 767px) {
  .FAQ_section .right-details .main_accordion .accordion-button.collapsed:after {
    top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .FAQ_section .right-details .main_accordion .accordion-button.collapsed:after {
    top: 20px;
  }
}
.FAQ_section .right-details .main_accordion h4 {
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .FAQ_section .right-details .main_accordion h4 {
    font-size: 15px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .FAQ_section .right-details .main_accordion h4 {
    font-size: 18px;
    margin-right: 16px;
  }
}

.Get_started {
  padding: 60px;
  margin-bottom: 60px;
  background-image: url(../image/Get_started_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .Get_started {
    padding: 30px 12px;
    margin-bottom: 30px;
  }
}
.Get_started h5 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 22px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .Get_started h5 {
    font-size: 28px;
    margin-bottom: 22px;
  }
}
.Get_started p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .Get_started p {
    font-size: 12px;
  }
}
.Get_started .left-details img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  transform: scale(1.8);
  padding-top: 74px;
}
@media (max-width: 767px) {
  .Get_started .left-details img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    padding-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Get_started .left-details img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    transform: none;
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .Get_started .left-details img {
    transform: scale(1.5);
  }
}
.Get_started .right-details {
  background-color: white;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .Get_started .right-details {
    padding: 18px;
    border-radius: 18px;
  }
}
.Get_started .right-details h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .Get_started .right-details h6 {
    font-size: 16px;
  }
}
.Get_started .right-details input.form-control {
  border: none;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  font-size: 16px;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .Get_started .right-details input.form-control {
    font-size: 14px;
    padding: 6px 0;
  }
}
.Get_started .right-details input.form-control:focus {
  outline: none;
  box-shadow: none;
}

.footer_section {
  background-color: #1b1b1b;
  padding: 60px 0;
  padding-bottom: 0;
  color: #ffffff;
}
.footer_section .center_details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer_section .center_details .logo_footer {
  width: 240px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .footer_section .center_details .logo_footer {
    width: 210px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 20px;
  }
}
.footer_section .center_details p {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.568627451);
}
@media (max-width: 767px) {
  .footer_section .center_details p {
    font-size: 12px;
  }
}
.footer_section h6 {
  font-size: 15px;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer_section h6 {
    font-size: 13px;
  }
}
.footer_section i {
  font-size: 20px;
  margin-right: 16px;
}
.footer_section .para {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.568627451);
  padding-bottom: 16px;
  margin-bottom: 0;
  text-align: start;
}
@media (max-width: 767px) {
  .footer_section .para {
    font-size: 10px;
    text-align: center;
  }
}
.footer_section .banner_app {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-top: 16px;
}
.footer_section .banner_app .android_ios_img {
  width: 113px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer_section a {
  font-size: 15px;
  margin-right: 10px;
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer_section a {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_section a {
    font-size: 14px;
  }
}
.footer_section a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer_section .bottomdetail a {
    margin-bottom: 16px;
    font-size: 12px;
    margin-right: 10px;
    font-size: 14px;
  }
  .footer_section .bottomdetail a:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .Get_access_modal .modal-lg,
  .Get_access_modal .modal-xl {
    max-width: 833px;
  }
}
@media (min-width: 576px) {
  .Get_access_modal .modal-dialog {
    margin: 70px auto;
  }
}
.Get_access_modal .bg_modal_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Get_access_modal .bg_modal_responsive {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.Get_access_modal .modal-content {
  border-radius: 8px;
  border: none;
}
.Get_access_modal .mockup_modal {
  width: auto;
  height: 480px;
  -o-object-fit: cover;
  object-fit: contain;
  position: absolute;
  left: 48px;
  bottom: 0;
}
@media (max-width: 991px) {
  .Get_access_modal .mockup_modal {
    display: none;
  }
}
.Get_access_modal h4 {
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .Get_access_modal h4 {
    font-size: 23px;
  }
}
.Get_access_modal p {
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .Get_access_modal p {
    font-size: 11px;
  }
}
.Get_access_modal .content {
  position: absolute;
  top: 14px;
  right: 40px;
}
@media (max-width: 575px) {
  .Get_access_modal .content {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Get_access_modal .content {
    position: absolute;
    top: 20px;
    left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Get_access_modal .content {
    position: absolute;
    top: 20px;
    left: 40px;
  }
}
.Get_access_modal .details {
  padding: 20px 40px 40px 40px;
}
@media (max-width: 575px) {
  .Get_access_modal .details {
    padding: 20px;
  }
}
.Get_access_modal button.btn1 {
  background: #1b1b1b;
  color: white;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  margin-right: 10px;
}
.Get_access_modal .btn2 {
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
}
.Get_access_modal input {
  font-size: 14px;
}
.Get_access_modal input:focus {
  box-shadow: none;
  border: 1px solid #ced4da !important;
}

.new_pages {
  padding: 60px 0;
}
.new_pages .card {
  border: none !important;
}
.new_pages .card-body {
  padding: 0;
}
.new_pages h3 {
  font-size: 24px;
  margin-top: 26px;
  margin-bottom: 26px;
}
.new_pages .boxbg {
  padding: 60px 0;
  background-image: url(../image/Get_started_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.new_pages .boxbg a {
  color: #212529;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767px) {
  .new_pages .boxbg li.breadcrumb-item {
    font-size: 12px;
  }
}
.new_pages .boxbg h4 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .new_pages .boxbg h4 {
    font-size: 18px;
  }
}

.privacy-policy-content {
  border: none !important;
  padding: 0 !important;
}

.contact_page input {
  font-size: 14px !important;
}
.contact_page textarea {
  font-size: 14px !important;
  margin-top: 12px;
}
.contact_page textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ced4da !important;
}

.linktree_main .main_bg_linktree {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .linktree_main .main_bg_linktree {
    background-image: none !important;
    background-color: transparent !important;
    padding: 30px 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree {
    padding: 30px 15px;
  }
}
.linktree_main .main_bg_linktree .content {
  width: 30%;
}
@media (max-width: 1366px) {
  .linktree_main .main_bg_linktree .content {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .linktree_main .main_bg_linktree .content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree .content {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .linktree_main .main_bg_linktree .content {
    width: 100%;
  }
}
.linktree_main .main_bg_linktree .content .profile_details {
  text-align: center;
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 575px) {
  .linktree_main .main_bg_linktree .content .profile_details {
    box-shadow: none;
    padding: 0;
  }
}
.linktree_main .main_bg_linktree .content .profile_details img {
  width: 200px;
  margin: 0 auto;
}
.linktree_main .main_bg_linktree .content .profile_details .title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 8px;
}
.linktree_main .main_bg_linktree .content .profile_details .description {
  color: gray;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 12px;
}
.linktree_main .main_bg_linktree .content .profile_details .tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.linktree_main .main_bg_linktree .content .profile_details .tags div {
  font-size: 11px;
  background-color: #f3f3f3;
  margin: 0 10px;
  padding: 3px 7px;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #3b3b3b;
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree .content .profile_details .tags div {
    margin: 0 7px;
    margin-bottom: 14px;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .social_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree .content .profile_details .social_links {
    gap: 10px;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .social_links a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 8px;
  margin-top: 0;
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree .content .profile_details .social_links a {
    font-size: 11px;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .social_links a i {
  font-size: 14px;
  position: absolute;
  right: 10px;
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree .content .profile_details .social_links a i {
    font-size: 11px;
    right: 5px;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .social_links a img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree .content .profile_details .social_links a img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .contact-number {
  display: flex;
  justify-content: center;
}
.linktree_main .main_bg_linktree .content .profile_details .contact-number .details {
  background: #ffece8;
  border-radius: 6px;
  padding: 8px;
}
@media (max-width: 991px) {
  .linktree_main .main_bg_linktree .content .profile_details .contact-number .details {
    padding: 8px;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .contact-number .india {
  display: flex;
  align-items: center;
  border-right: 1px solid lightgray;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .linktree_main .main_bg_linktree .content .profile_details .contact-number .india {
    padding-left: 7px;
    padding-right: 7px;
    border-right: none;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .contact-number .india:last-child {
  border-right: none;
}
.linktree_main .main_bg_linktree .content .profile_details .contact-number .india .flg-icon img {
  width: 20px !important;
  height: 20px !important;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .linktree_main .main_bg_linktree .content .profile_details .contact-number .india .flg-icon img {
    width: 15px !important;
    height: 15px !important;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
  }
}
.linktree_main .main_bg_linktree .content .profile_details .contact-number .india a {
  font-size: 12px;
  white-space: nowrap;
  color: #212529;
}/*# sourceMappingURL=style.css.map */