@font-face {
  font-family: 'gilroy';
  src: url(./gilroy/Gilroy-Black.ttf),url(https://btroomer.com/assets-new/font/gilroy/Gilroy-Bold.ttf);
}
@font-face {
  font-family: 'inter';
  src: url(https://btroomer.com/assets-new/font/Inter/Inter-VariableFont_opsz\,wght.ttf);

}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.ltn__no-gutter>[class*='col-'] {
  /* No padding only for child columns */
  padding-right: 0;
  padding-left: 0;
}

.ltn__no-gutter-all [class*='col-'] {
  /* No padding for every columns */
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {

  /* Modify this based on column def */
  .ltn__custom-gutter {
    margin-left: -0px;
    margin-right: -0px;
  }

  .ltn__custom-gutter>[class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ltn__custom-gutter-all .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ltn__custom-gutter-all .row [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {

  /* Modify this based on column def */
  .ltn__custom-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ltn__custom-gutter>[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ltn__custom-gutter-all {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ltn__custom-gutter-all [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {

  /* Modify this based on column def */
  .ltn__product-gutter .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .ltn__product-gutter [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* ----------------------------------------------------
    Normalize    0B2C3D
---------------------------------------------------- */
:root {
  --ltn__primary-color: #000000;
  --ltn__primary-color-2: #041113;
  /* Darken */
  --ltn__primary-color-3: #133236;
  /* Lighten */
  --ltn__secondary-color: #8787FF;
  --ltn__secondary-color-2: #cb3421;
  /* Darken */
  --ltn__secondary-color-3: #fb412a;
  /* Lighten */
  --ltn__heading-color: #071c1f;
  --ltn__paragraph-color: #5C727D;
  --ltn__heading-font: gilroy, sans-serif;
  --ltn__body-font: Inter,sans-serif;
  /* Footer ACD2D8 8CB2B2  */
  --ltn__color-1: #8cb2b2;
  --ltn__color-2: #ACD2D8;
  --ltn__color-3: #A3BCC0;
  --ltn__color-4: #84A2A6;
  --ltn__color-5: #5C727D;
  --ltn__color-6: #F5DFDC;
  /* Gradient Colors */
  --gradient-color-1: linear-gradient(90deg, rgba(242, 139, 194, 1) 0%, rgba(216, 177, 242, 1) 50%);
  --gradient-color-2: linear-gradient(to top, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90%);
  --gradient-color-3: linear-gradient(to bottom, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90%);
  --gradient-color-4: linear-gradient(to top, rgba(242, 246, 247, 0) 0%, rgba(242, 246, 247, 1) 90%);
  --gradient-color-5: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70%);
  /* Background Colors ( 1, 2, 3, 4, 5 )  */
  --section-bg-1: #F2F6F7;
  /* White */
  --section-bg-2: #312F8B;
  /* Black */
  --section-bg-5: #e9e9f3;
  /* White */
  --section-bg-6: #0B2C3D;
  /* Black */
  --section-bg-7: #282b38;
  /* Black */
  /* Border Colors */
  --border-color-1: #e5eaee;
  /* White */
  --border-color-2: #1e2021;
  /* Black */
  --border-color-3: #5C617F;
  /* Black */
  --border-color-4: #eb6954;
  /* Red */
  --border-color-5: #bc3928;
  /* Red */
  --border-color-6: #103034;
  /* Black */
  --border-color-7: #d1dae0;
  /* White */
  --border-color-8: #f6f6f6;
  /* White */
  --border-color-9: #e4ecf2;
  /* White */
  --border-color-10: #ebeeee;
  /* White */
  --border-color-11: #ededed;
  /* White */
  --border-color-12: #e1e6ff;
  /* White */
  --border-color-13: #f1f8ff;
  /* White */
  /* Box Shadow Colors */
  --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
  /* like border */
  --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, .28);
  /* like border GGL */
  --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
  --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
  --ltn__box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, 0.2);
  /* Common Colors */
  --black: #000000;
  --black-2: #22355B;
  --white: #fff;
  --white-2: #F2F6F7;
  --white-3: #e8edee;
  --white-4: #e6ecf0;
  --white-5: #f0f4f7;
  --white-6: #f1f1f1;
  --white-7: #F7F7F7;
  --white-8: #FAFAFA;
  --white-9: #F2F7FA;
  --white-10: #EDEDED;
  --red: #FF0000;
  --red-2: #f34f3f;
  --red-3: #DB483B;
  --silver: #C0C0C0;
  --gray: #808080;
  --maroon: #800000;
  --yellow: #FFFF00;
  --olive: #808000;
  --lime: #00FF00;
  --green: #77C720;
  --green-2: #008000;
  --aqua: #00FFFF;
  --teal: #008080;
  --blue: #0000FF;
  --navy: #000080;
  --fuchsia: #B13BFF;
  --purple: #800080;
  --pink: #FFC0CB;
  --nude: #ebc8b2;
  --orange: #ffa500;
  --ratings: #FFB800;
  /* social media colors */
  --facebook: #365493;
  --twitter: #3CF;
  --linkedin: #0077B5;
  --pinterest: #c8232c;
  --dribbble: #ea4c89;
  --behance: #131418;
  --google-plus: #dd4b39;
  --instagram: #e4405f;
  --vk: #3b5998;
  --wechat: #7bb32e;
  --youtube: #CB2027;
  --email: #F89A1E;
}


/* -------------------------------------
    Typography
------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--ltn__body-font);
  font-display: swap;
}


* {

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  /* WebKit  */
}
button, input, select, textarea {
  font-family: "gilroy, sans-serif";
}
body {
  /* color: var(--ltn__paragraph-color); */
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
  font-family: "Inter,Nunito Sans, sans-serif", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h2,
h3,
h4,
h5 {
  color: var(--ltn__heading-color);
  clear: both;
  /* font-family: var(--ltn__heading-font); */
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  /* font-family: "Poppins", sans-serif; */
}

p {
  color: var(--ltn__paragraph-color);
  margin-bottom: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--ltn__paragraph-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: #312f8b;
}

button,
input,
select,
textarea {
  font-family: var(--ltn__body-font);
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  margin-top: 1rem;
}

/* -------------------------------------
    Custom Class
------------------------------------- */

.section-bg-2 {
  background-color: #8787FF;
}

.section-bg-2 h4,
.section-bg-2 p,
.section-bg-2 li,
.section-bg-2 i,
.section-bg-2 span {
  color: var(--white);
}

.before-bg-bottom {
  position: relative;
}

.before-bg-bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #8787FF;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.border-top {
  border-top: 1px solid var(--border-color-1);
}

.border-bottom {
  border-bottom: 1px solid var(--border-color-1);
}

.position-relative {
  position: relative;
}

.bg-white {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

/* ----------------------------------------------------
    input and button type focus outline disable
---------------------------------------------------- */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/* ----------------------------------------------------
    Form input box
---------------------------------------------------- */
input[type="text"],
input[type="email"],
textarea {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--ltn__paragraph-color);
  font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: var(--ltn__secondary-color);
}

textarea {
  resize: vertical;
  padding: 15px 20px;
  min-height: 150px;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}


iframe {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

/* ----------------------------------------------------
    Captions
---------------------------------------------------- */

/* ----------------------------------------------------
    Galleries
---------------------------------------------------- */

/* ----------------------------------------------------
    Unit test
---------------------------------------------------- */

ul {
  padding-left: 20px;
}


.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

/* ----------------------------------------------------
    Padding Bottom
---------------------------------------------------- */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

/* ----------------------------------------------------
    Margin Top
---------------------------------------------------- */

.mt-30 {
  margin-top: 30px !important;
}

/* ----------------------------------------------------
    Margin Bottom
---------------------------------------------------- */

.mb-20 {
  margin-bottom: 20px !important;
}

/* ----------------------------------------------------
    Custom margin Padding
---------------------------------------------------- */

/* Padding left right */

.plr--5 {
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 1599px) {

  .plr--5 {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 1399px) {

  .plr--5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {

  /* Margin Top Minus */
}
.ltn__header-area {
  /* z-index: 9999; */
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 1000;
}
.ltn__header-middle-area {
  z-index: 999;
}

/* ltn__drop-menu */
.ltn__drop-menu {
  display: inline-block;
  text-align: left;
}

.ltn__drop-menu li {
  margin-top: 0;
}

.ltn__drop-menu ul {
  margin-bottom: 0;
}

.ltn__drop-menu>ul>li {
  display: inline-block;
  position: relative;
}

.ltn__drop-menu ul li ul {
  position: absolute;
  min-width: 150px;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  z-index: 999;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border-top: 1px solid #ececec;
  top: 130%;
  padding: 10px 0;
  margin: 0;
  -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  opacity: 0;
  visibility: hidden;
}

.ltn__drop-menu ul li ul li {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  font-weight: 500;
}

.ltn__drop-menu ul li ul li a {
  color: inherit;
}

.ltn__drop-menu ul li:hover>ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.ltn__drop-menu ul li:hover>a {
  color: var(--ltn__secondary-color);
}

.ltn__drop-menu>ul>li {
  font-size: 20px;
}
.ltn__header-3 .ltn__header-middle-area {
  padding: 0px 0;
}
@media (max-width: 767px) {

  .ltn__drop-menu>ul>li {
    position: inherit;
  }

  .ltn__drop-menu ul li ul {
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.modal-dialog {
  margin-top: 150px;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 0;
  border: 0;
}

.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.modal-body {
  padding: 30px;
}

/* Bootstrap Tab with Slider Issue Fix Start */
.tab-content {
  width: 100%;
}


.bg-image-top {
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}

/* Responsive Device under :991px. */
@media (max-width: 991px) {
  .bg-image-top {
    background-size: inherit;
  }
}

/* ----------------------------------------
  Section title
---------------------------------------- */
.section-title-area {
  margin-bottom: 50px;

}

.section-title-area p {
  color: #312F8B;
}

.section-title-area p+p {
  margin-top: 15px;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

.section-title span {
  color: var(--ltn__secondary-color);
}


@media (max-width: 1199px) {
  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  .mb-011{
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 22px;
  }
  .section-title-area {
    margin-bottom: 17px;
}
}

.ltn__feature-item {
  padding: 40px 25px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.ltn__feature-icon {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.ltn__feature-item-6 {
  border: 1px solid var(--border-color-8);
  margin-bottom: 30px;
  padding: 40px 30px 35px;
  background-color: #F7F6FF !important;
  border-radius: 24px;
  overflow: hidden;
}

.ltn__feature-item-6::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.ltn__feature-item-6 .ltn__feature-icon {
  color: var(--ltn__secondary-color);
}

.ltn__feature-item-6 .ltn__feature-info p {
  /* font-size: 14px; */
  margin-bottom: 0;
}

.ltn__feature-item-6:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}

.ltn__feature-item-6:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.ltn__feature-item-6:hover .ltn__feature-icon {
  color: var(--ltn__secondary-color);
}

.ltn__blog-item {
  position: relative;
  margin-bottom: 30px;
}

.ltn__blog-img {
  position: relative;
}

.ltn__blog-img img {
  margin-bottom: 0;
}

.ltn__blog-brief {
  padding: 30px 0 30px;
}

.ltn__blog-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.ltn__blog-meta {
  margin-bottom: 20px;
}

.ltn__blog-meta ul {
  padding: 0;
  margin: 0;
}

.ltn__blog-meta li {
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
  margin-top: 0;
}

.ltn__blog-meta li:last-child {
  margin-right: 0;
}

.ltn__blog-item-3 .ltn__blog-brief {
  padding: 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ltn__blog-item-3 .ltn__blog-meta {
  margin-bottom: 15px;
}

/* ltn__blog-item-3 */
.ltn__blog-item-3 .ltn__blog-brief {
  width: calc(100% - 30px);
}

.ltn__blog-item-3 .ltn__blog-img+.ltn__blog-brief {
  margin-top: -50px;
}

.ltn__blog-item-3-normal .ltn__blog-item-3 {
  margin-bottom: 50px;
  border-radius: 24px;
  background-color: #F7F6FF !important;
  padding: 16px 12px;
}

.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-brief {
  width: calc(100%);
}

.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-img+.ltn__blog-brief {
  margin-top: 0px;
}

.ltn__blog-item-3 .ltn__blog-img {
  overflow: hidden;
}

.ltn__blog-item-3 .ltn__blog-img img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
}

.ltn__blog-item-3 .ltn__blog-img a {
  width: 100%;
}

.ltn__blog-item-3:hover .ltn__blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


@media (max-width: 991px) {
  .ltn__blog-title {
    font-size: 20px;
  }

  .ltn__blog-item-3 .ltn__blog-brief {
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .ltn__blog-title {
    font-size: 16px;
  }

  .ltn__blog-meta li {
    margin-right: 10px;
    font-size: 12px;
  }
}

.ltn__testimonial-item {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.ltn__testimonial-item .ltn__testimoni-img img {
  border-radius: 100%;
}

.ltn__testimoni-img {
  max-width: 120px;
  margin-bottom: 30px;
}

.ltn__testimoni-img img {
  border-radius: 0;
}

.ltn__testimonial-item-7 {
  background-color: var(--white);
  padding: 30px 35px 40px;
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border: 1px solid;
  border-color: var(--border-color-13);
  position: relative;
  min-height: 250px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info p {
  font-size: 18px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
  max-width: 40px;
  margin-right: 15px;
  margin-bottom: 0;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-name-designation h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.ltn__testimonial-item-7::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.ltn__testimonial-item-7:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/* testimonial-item-8 */

@media (max-width: 991px) {

  .ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  .ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 14px;
  }

  .ltn__testimonial-item-7 .ltn__testimoni-info-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
    margin-bottom: 10px;
  }
}

.about-us-img-wrap {
  position: relative;
}

.about-us-info-wrap {
  position: relative;
}

.about-img-left {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .about-img-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.call-to-action-inner-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 53px 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  background: #fff;
}

.ltn__call-to-action-area {
  background-color: #F7F6FF;
  padding-top: 60px;
}

.call-to-action-inner-6 .coll-to-info p {
  margin-bottom: 0;
}

.coll-to-info h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.call-to-action-inner-6 .btn-wrapper {
  margin-top: 0;
}

/* Device :991px. */
@media (max-width: 991px) {

  .call-to-action-inner-6 {
    padding: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .call-to-action-inner-6 .btn {
    margin-top: 30px;
  }
}

.footer-widget .footer-title {
  font-size: 22px;
}

/* footer-2 */

/* footer-color-1 */

/* footer-color-2 */

/*-------------------------
    Footer Area
-------------------------*/
.footer-top-area {
  padding-top: 92px;
  padding-bottom: 20px;
}

.footer-widget {
  margin-bottom: 60px;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 22px;
}

/* footer-menu */
.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
}

.footer-menu ul li a {
  position: relative;
}

.footer-menu ul li a::before {
  position: absolute;
  content: "//";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  opacity: 0;
  visibility: hidden;
  margin-left: -20px;
  color: #312f8b;
}

.footer-menu ul li:hover a {
  padding-left: 20px;
}

.footer-menu ul li:hover a::before {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.footer-newsletter form {
  position: relative;
}

.footer-newsletter input[type="email"] {
  margin: 0;
  padding-right: 50px;
  border-radius: 17px;
  height: 48px;
  overflow: hidden;
}


.ltn__copyright-design p {
  margin-bottom: 0;
}

.btn-wrapper {
  display: block;
  margin-top: 30px;
}

.btn {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}

.btn:last-child {
  margin-right: 0;
}

.theme-btn-1 {
  background-color: #003585;
  color: var(--white);
}

.theme-btn-1:hover {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-effect-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--white);
}

.btn-effect-1:hover {
  color: var(--ltn__heading-color);
}

.btn-effect-1:hover::after {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    padding: 12px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}


/* New add Css */
.container-new {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container-new {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container-new {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container-new {
    max-width: 95%;
  }
}

@media (min-width:1200px) {

  .container-new {
    max-width: 95%;
  }
}

@media (min-width:1400px) {

  .container-new {
    max-width: 1360px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: end !important;
  }
}

.navbar-nav .nav-item {
  margin: 0px 9px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 17px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  border-radius: 9px;
  border-radius: 12px;
  color: #000000;

}

.sign-btn2 {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  background: #E7E5FF;
  color: #312F8B;
}

.sign-btn3 {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  background: #6151FF;
  color: #fff;
}

.btn-heads {
  display: flex;
  align-items: center;
  gap: 5px;
}


.form-searcher {
  display: inline-flex;
}

#searchInputsa {
  height: 40px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 400px;
}

.serch-btn-loaction {
  border-radius: 12px;
  background: rgba(97, 81, 255, 0.15);
  padding: 7px 24px;
  height: fit-content;
}

@media(min-width:991px) and (max-width:1199px) {
  .navbar-nav .nav-item {
    margin: 0px 0px;
  }
}

@media(max-width:520px) {
  .form-searcher {
    display: inline-flex;
    margin: auto;
  }

  .search-btn-checkbox {
    display: flex;
    flex-wrap: wrap;
  }

  #searchInputsa {
    width: 200px;
  }

  .main-location-banner {
    place-content: center;
  }
}

@media (max-width:1199px) {
  .main-location-banner {
    place-content: center;
  }
}

.explore {
  margin-bottom: 30px;
}
.explore-heading {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
}


.explore-card img {
  width: 100%;
  margin: auto;
}

.explore-card h5 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
}

.explore {
  position: relative;
}

.explore .slick-prev {
  left: -36px;
}

.explore .slick-next {
  right: -36px;
}

.theme-btn-1:hover {
  overflow: hidden;
  background: rgb(0, 0, 0) !important;
}

@media(max-width:1024px) {

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.theme-btn-1 {
  border-radius: 12px;
  background: #000;
  height: 48px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  overflow: hidden;
}

.section-1 {
  margin-top: 40px;
}

.benifits-content {
  margin-bottom: 0;
  padding: 20px 17px;
  background: #fff;
  border-radius: 10px;
}

.step-1 {
  border-radius: 16px;
  background: #E7E5FF;
  display: flex;
  padding: 9px 24px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #312F8B;
  font-weight: 600;
}

#faqAccount {
  background: #F7F6FF;
  padding: 31px 29px;
  border-radius: 24px;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0px !important;
}

.accordion-button::after {
  background-image: url(https://www.btroomer.com/new-img/down-arrow.svg) !important;
}

.get-form {
  position: relative;
}

.get-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  background: #6151FF;
  color: #fff;
  padding: 5px 23px;
  border-radius: 11px;
}

.footer-newsletter-widget {
  width: 100%;
}

.footer-menu ul li a:hover {
  color: #312f8b !important;
}

.icon-s {
  padding: 10px 12px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: 20px;
  color: #8787ff;
}

.icon-s i {
  color: #8787ff;

}

@media(max-width:991px) {
  #faqAccount {
    padding: 23px 8px;
  }

  .ltn__blog-item-3 .ltn__blog-brief {
    padding: 30px 14px 30px;
  }
}


/* Hide the spin buttons for number inputs */

/* Basic styling for the input fields */
/* .property-data-1 {
  background: #fff;
} */
/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
  .container {
      /* max-width: 1200px; */
      max-width: 1066px;
  }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Global */
  h2 {
      font-size: 26px;
  }
  h3 {
      font-size: 22px;
  }
  h4 {
      font-size: 20px;
  }
  h5 {
      font-size: 18px;
  }

}


/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /* Global */
  body {
      font-size: 14px;
  }
  h2 {
      font-size: 22px;
  }
  h3 {
      font-size: 20px;
  }
  h4 {
      font-size: 18px;
  }
  h5 {
      font-size: 16px;
  }
  p {
      font-size: 14px;
  }

}


/* small mobile :320px. */
@media (max-width: 767px) {
  /* Global */
  body {
      font-size: 14px;
  }
  h2 {
      font-size: 20px;
  }
  h3 {
      font-size: 18px;
  }
  h4 {
      font-size: 17px;
  }
  h5 {
      font-size: 16px;
  }
  p {
      font-size: 14px;
  }

}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
  transition: all linear 0.3s;
}

h3,
h4 {
  font-weight: 700;
  color: #0e1133;
  margin: 0px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505056;
  margin: 0px;
}

/*===== All Button Style =====*/

.appie-section-title {
  padding-bottom: 25px;
}
.appie-section-title .appie-title {
  font-size: 44px;
  line-height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .appie-section-title .appie-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
}
.appie-section-title p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-section-title p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-section-title p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .appie-section-title p {
    font-size: 15px;
  }
}

.appie-features-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
}


.accordion-flush .accordion-item .accordion-button {
  color: #000;
}

.accordion-body p {
  color: #000;
}

.accordion-body {
  padding: 0px 1.25rem;
}

.footer-top-area {
  padding-top: 38px;
}

.modal-header{
  padding: 20px !important;
  padding-bottom: 10px !important;
}
#exampleModalLabel{
  font-size: 23px;
  line-height: 1;
}
.modal-body{
  padding: 20px;
}
#sedual-form  .form-group .form-control {
      height: 52px;
      padding: 0 20px;
  }

  #sedual-form .form-group {
      position: relative
  }

  #sedual-form  .form-control {
      font-size: 15px;
      font-weight: 500;
      height: 46px;
      border-radius: .5rem
  }

  #sedual-form .form-group .form-control {
      height: 54px;
      padding: 0 0px;
      margin-bottom: 12px;
      padding-left: 10px;
  }

  #sedual-form .form-group label {
      position: absolute;
      top: -11px;
      left: 10px;
      pointer-events: none;
      z-index: 4;
      background: #fff;
      padding: 0 10px;
      font-weight: 500;
      color: var(--bs-dark)
  }

  #sedual-form .form-control:hover {
      -webkit-box-shadow: inset 0 0 0 1px var(--bs-primary);
      box-shadow: inset 0 0 0 1px var(--bs-primary)
  }

  @-webkit-keyframes autofill {
      to {
          color: #212529;
          background-color: #fff;
          border-color: #e4e4e4
      }
  }

  #sedual-form .form-control:-webkit-autofill {
      -webkit-animation-name: autofill;
      -webkit-animation-fill-mode: both
  }

  #sedual-form .form-control:focus {
      -webkit-box-shadow: inset 0 0 0 1px var(--bs-primary);
      box-shadow: inset 0 0 0 1px var(--bs-primary);
      border-color: transparent
  }

  #sedual-form .required:after {
      content: "*";
      position: relative;
      font-size: inherit;
      color: rgba(var(--bs-danger-rgb)) !important;
      padding-left: .15rem;
      font-weight: 600
  }

  #sedual-form .has-icon .form-icon {
      right: 12px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  }

  #sedual-form .form-control {
      border-radius: .5rem !important;
  }


@media (max-width: 767px){
  .ltn__blog-title{
      font-size: 22px;
  }
}

/* header CSS */
.footer-menu ul li a:hover{
color: #a9a7ff !important;
}
.footer-widget {
  margin-bottom: 30px !important; 
}

.before-bg-bottom:before{
  display:none;
}
.ltn__call-to-action-area{
  background:none;
}
.ltn__call-to-action-area{
  margin-bottom: 60px;
}
.get-submit{
  background: #000;
}
.icon-s i{
  color: #000;
}
.footer-menu ul li a::before{
  color: #a9a7ff !important;
}
.footer-bottom{
  padding: 37px 0px;
  text-align: center;
  border-top: 1px solid #fff;
}
.sign-btn3{
  background: #000;
}
.sign-btn2{
  background: #e7e5ff00;
  border: 1px solid;
  color: #000000;
}

.ltn__blog-title {
  font-size: 20px;
}
.ltn__blog-item-3 .ltn__blog-brief{
  padding: 0px;
}
.ltn__blog-item-3 .ltn__blog-meta{
  margin-bottom: 0px;
}
#searchInputsa {
  width: 100%!important;

}

@media(min-width:1200px){
#searchInputsa {
  width:350px!important;

}
}
@media (max-width: 520px) {
#searchInputsa {
  width: 100%;

}
.navbar-toggler:focus{
  box-shadow: none;
  border-color: #9999e4;
  color: #9999e4;
}
  
  
}
@media (max-width: 767px){
  .ltn__drop-menu ul li ul{
          left: 80px !important;
  }
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.main-location-banner{
  background-image: none !important;
  height:auto;
  background: none;
}
.loction-content{
  margin: auto !important;
}
#searchInputsa{
  border-color: #bfb8ff;
  border-radius: 30px;
  border-width: 1px;
}
.search-box-1{
  border:1px solid #000000;
  background: #F5F5FF;
  border-radius:10px;
  padding: 20px;
}
.serch-btn-loaction{
  color: #fff;
  transform: scale(1.08);
  padding: 7px 32px;
  background: rgb(8 8 8);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #000;
}
.form-d{
display: flex;
}
.search-btn-checkbox{
  text-align: end;
}
.explore-section{
  background: inherit;
  margin-top: 40px;
  padding: 20px;
  /* border-radius: 15px; */
}
.explore-heading{
  text-align: center;
  display: block;
}
.explore-card{
  background: none;
  position: relative;
  overflow: hidden;
  border-radius:10px;
  padding: 0;
}

.feature-cards{
  padding: 10px 5px;
  border: 2px solid;
  border-radius: 20px;
  width: 40%;
  display: grid;
  place-content: center;
  min-height: 117px;
  margin: 7px;
  text-align: center;
}
.feature-cards i{
  font-size: 30px;
  margin-bottom: 2px;
}
.feature-cards h2{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.fs-card-color-1{
  border-color: #E3D600;
}
.fs-card-color-1:hover{
  background-color: #E3D600;
}

.fs-card-color-1.active{
  background-color: #E3D600;
}
.fs-card-color-2{
  border-color: #F36363;
}
.fs-card-color-2:hover{
  background-color: #F36363;
}

.fs-card-color-2.active{
  background-color: #F36363;
}
.fs-card-color-3{
  border-color: #2988E1;
}
.fs-card-color-3:hover{
  background-color: #2988E1;
}

.fs-card-color-3.active{
  background-color: #2988E1;
}
.fs-card-color-4{
  border-color: #6454FC;
}
.fs-card-color-4:hover{
  background-color: #6454FC;
}

.fs-card-color-4.active{
  background-color: #6454FC;
}
.fs-card-color-5{
  border-color: #E3D600;
}
.fs-card-color-5:hover{
  background-color: #E3D600;
}

.fs-card-color-5.active{
  background-color: #E3D600;
}
.fs-card-color-6{
  border-color: #F36363;
}
.fs-card-color-6:hover{
  background-color: #F36363;
}

.fs-card-color-6.active{
  background-color: #F36363;
}
.fs-card-color-7{
  border-color: #2988E1;
}
.fs-card-color-7:hover{
  background-color: #2988E1;
}

.fs-card-color-7.active{
  background-color: #2988E1;
}
.rent-collection{
  display:none;
  padding: 35px;
  background: #e4d700;
  border-radius: 20px;
}
.rent-collection-list{
  list-style: none;
  padding: 0;
  color: #000;
}
.rent-collection-list li{
  margin-top: 5px;
}
.rent-collection-list li img{
  width: 45px;
  margin-right: 7px;
}
.feature-img-iphone{
  width: 70%;
  display:none;
  margin:auto;
}
.content-sections-1{
  border-radius: 40px;
  background-color: #FFE8E8;
  background-image: url("https://btroomer.com/new-img-2/bg-feature-1.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 50px;
  border-radius: 50px;
}
.section-title-area p {
  color: #000000;
  font-weight: 500;
}
.content-sections-2{
  border-radius: 40px;
  background-color: #ECFFE6;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  border-radius: 50px;
}
.colloction-card-3{
  display: flex;
  padding: 27px 41px;
}
.colloction-card-3 img{
  margin-right: 27px;
  height: 112px;
  width: fit-content;
}
.content-sections-2 b{
  font-size: 20px;
  color: #000;
}
.colloction-cards{
  border-radius: 24px;
  border: 1px solid #81A575;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.colloction-cards p{
  color: #312F8B;
}
.tenant-card-1{
  display: flex;
  padding: 27px 21px;
}
.tenant-card-1 img{
  margin-right: 27px;
  height: 40px;
}
.content-sections-3{
  border-radius: 40px;
  background-color: #FCFAE2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  border-radius: 50px;
}
.content-sections-3 b{
  font-size: 20px;
  color: #000;
}
.content-sections-4{
  border-radius: 40px;
  background-color: #F1F8FF;
  background-image: url("https://btroomer.com/new-img-2/bg-theme-11.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 50px;
  border-radius: 50px;
  margin-top: 50px;
}
.content-sections-4 b{
  font-size: 20px;
  color: #000;
}
.step-cards{
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
  color: #000;
}

.step-1{
  margin-bottom: -17px;
  border-radius: 16px 16px 0px 0px;
  background-color: #000;
  color: #fff;
  padding: 9px 24px 26px;

}
.step-cards-1{
  background-color: #F36363;
}
.step-cards-1 p{
  color: #fff;
}
.step-cards-2{
  background-color: #E3D600;
}
.step-cards-2 p{
  color: #000;
}
.step-cards-3{
  background-color: #2988E1;
}
.step-cards-3 p{
  color: #fff;
}
.content-sections-5{
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-sections-6{
  border-radius: 40px;
  background-color: #FFE8E8;
  background-image: url("https://btroomer.com/new-img-2/bg-girl.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 50px;
  border-radius: 50px;
}
.content-sections-6 b{
  font-size: 20px;
  color: #000;
}
.card-lists-1 li{
  margin-top: 2px;
  color: #000;
}

.content-sections-7{
  margin-top: 60px;
  margin-bottom: 60px;
}
.service-section-1{
  width: 20%;
}
.service-section-2{
  width: 76%;
  background: #2E2882;
  height: fit-content;
  padding: 21px;
  border-radius: 0px 20px 20px 0px;
  align-self: center;
}
.service-section-2 p{
  color: #fff;
}
.btn-availble{
  background-color: #E3D600;
  border-radius: 10px;
  padding: 4px 11px;
  margin-left: 17px;
}
.ltn__feature-item-6::before{
  opacity: 0!important;
}
.theme-btn-1{
  background-color: #000;
  text-transform: uppercase;
}
.theme-btn-1:hover{
  background-color: none !important;
}
.ltn__testimonial-item-7{
  background-color: #FFFEEB;
  border: 2px solid;
  border-color: #CCC873;
}
.ltn__testimonial-item-7:hover::before{
  opacity: 0 !important;
}
.ltn__blog-item-3-normal .ltn__blog-item-3{
  border: 2px solid #B5B0DA;
}
#faqAccount{
  background-color: #FFFEEB !important;
}
.nice-select{
  width: 140px;
  border-radius: 30px;
}
.over-text{
  position: absolute;
  bottom: 12px;
  left: 14px;
  color: #fff;
}
#feature-scllor-card-1 .active{
  display:block;
}
#feature-scllor-1 .active{
  display:block;
}
#feature-content-1 .active{
  display:block;
}
.fc-black{
  color:#000 !important;
}
.listing-data a{
  width: 80%  ;
}
.heading-121{
  font-size: 26px;
}
@media(max-width:768px){
  .colloction-card-3{
      flex-wrap: wrap;
      flex-direction: column;
      padding: 27px 10px;
  }
  .explore-card{
      padding: 0;
      margin-bottom: 10px;
  }
  .colloction-cards{
      margin-top: 0px;
  }
  .tenant-card-1 {
      padding: 13px 21px;
      flex-wrap: wrap;
  }
  .tenant-card-1 img{
      height:50px;
  }
  .form-d{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .feature-img-iphone{
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .form-d:first-child{
      order: 1;
  }
  #searchInputsa{
      order: 3;
      margin-top: 2px;
  }
  .serch-btn-loaction{
      order: 2;
      transform: scale(1);
      padding: 4px 23px;
  }
  .search-box-1{
      padding: 10px;
  }
  .heading-main-banner{
      margin-bottom: 10px;
  }
  .heading-main-banner h2{
      margin-bottom: 5px;
  }
}
@media(max-width:991px){
  .service-section-1{
      width: 100%;
      text-align: center;

  }
  .service-section-2{
      width: 100%;
      border-radius: 20px;
      margin-top: 29px;

  }
}

@media(min-width:991px){
  .step-cards{
      min-height: 200px;
  }
  .nice-select{
      width: 200px;
  }
}
@media (min-width: 1000px) {
#searchInputsa {
width: 318px !important;
}
}


.switch-field {
display: flex;
overflow: hidden;
}

.switch-field input {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}

.switch-field label {
background-color: #6F78941A;
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
line-height: 1;
text-align: center;
padding: 12px 37px;
margin-right: -1px;
/* border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
cursor: pointer;
}
.switch-field input:checked + label {
background-color: #6151ff;
box-shadow: none;
color: #fff;
}
.switch-field label:first-of-type {
border-radius: 24px;
margin-right: 9px;
}

.switch-field label:last-of-type {
border-radius: 24px;
}
@media(min-width:768px){
.switch-field {
margin-right: 36px;
}
}
@media(max-width:767px){
.switch-field {
margin-bottom: 10px;
}
.data-img-1{
height: 74px !important;
}
}

.property-img-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.property-img-slider img {
  width: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.data-third{
  margin-top: 7px;
}

.property-img-slider img.active {
  display: block;
}

.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.dots span {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dots span.active {
  background-color: #717171;
}
.select2-container .select2-selection--single{
  border: none;
  background: none;
  border-radius: 8px;
}

.select2-container .selection{
  width: 100%;
}
.select2-container .select2-selection--single{
  height: 40px;
}
.search-form .ideal1 .nice-select{
  border-radius: 10px !important;
}
@media only screen and (min-width: 991px){
  .search-first{
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .select2-container .select2-selection--single{
      margin-bottom: 10px;
  }
}
}

.slick-dots {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1;
}

.slick-dots li {
  display: inline-block;
  list-style: none;
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: var(--silver);
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slick-dots li button {
  display: none;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: var(--ltn__secondary-color);
  height: 15px;
  width: 15px;
  margin-bottom: -2px;
}

/* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 9;
}

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color: var(--white);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--white-4);
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--ltn__primary-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.slick-arrow-1 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto;
}

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto;
}

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto;
  }

  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto;
  }
}

/* slick-arrow-2 */
.slick-arrow-2 .slick-arrow {
  color: var(--ltn__primary-color) !important;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: block;
  left: 15px;
  border: 1px solid var(--border-color-1);
  text-align: center;
}

.slick-arrow-2 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}

.slick-arrow-2 .slick-next {
  left: 60px;
}

/* slick-arrow-3 */
.slick-arrow-3 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: -120px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  display: block;
  left: auto;
  right: 100px;
  border: 2px solid;
  text-align: center;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}

.slick-arrow-3 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}

.slick-arrow-3 .slick-next {
  right: 15px;
  background-color: var(--white);
  border-color: var(--white);
  color: var(--ltn__primary-color) !important;
}

.slick-arrow-3 .slick-prev {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}

/* slick-arrow-4 */
.slick-arrow-4 {
  margin: 0;
}

.slick-arrow-4 .slick-arrow {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 100%;
}

.slick-arrow-4 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}

.slick-arrow-4 .slick-next {
  right: -60px;
}

.slick-arrow-4 .slick-prev {
  left: -60px;
}

@media (max-width: 767px) {
  .slick-dots {
    margin: 0 0 15px;
  }
}
.data-secound p {
  display: block;
}


#nearByPgLists .explore-card{
  min-height: 350px;
  background: #ffffff;
  margin-bottom: 12px;
}
.listing-data{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px !important;
  overflow: visible;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px !important;
}
@media (max-width: 767px){
  .ltn__drop-menu ul li ul{
          left: 80px !important;
  }
}


.map-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.20);
}

.map-arrow img {
  width: 30px;
}

.explore {
  margin-bottom: 30px;
}

.explore .slick-arrow {
  position: absolute;
  top: 20%;
  padding: 6px 16px;
  border-radius: 68px;
  background: #ffffff;
  box-shadow: 0px 33px 9px 0px rgba(3, 23, 41, 0.00), 0px 21px 8px 0px rgba(3, 23, 41, 0.02), 0px 12px 7px 0px rgba(3, 23, 41, 0.06), 0px 5px 5px 0px rgba(3, 23, 41, 0.10), 0px 1px 3px 0px rgba(3, 23, 41, 0.12);
}

.explore-card img {
  width: 100%;
  margin: auto;
}

.explore-card h5 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
}

.property-img-slider .slick-dots {
  margin: -20px 0 0px;
  position: relative;
  z-index: 100;
}

.data-first {
  display: flex;
  justify-content: space-between;
}

.data-secound {
  display: flex;
}


.data-third {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
.slider-occp {
  display: flex;
  padding: 6px 6px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 26px;
  background: #F3F3FF;
  font-size: 13px;
}
.like-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  border-radius: 100%;
  padding: 2px 10px;
  background: rgba(255, 255, 255, 0.20);
  cursor: pointer;
  display: none;
}

.navbar-nav .active .nav-link{
  background:#FFFDE0;
  border-color:#312F8B;
  border: 1px solid;
}
.nav-item.active .menu-icon {
  display: inline-block;
}
.menu-icon {
  display: none;
  width: 20px;
  margin-right: 5px;
}