@import url('../../css2');

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfbfb;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.lightgrey {
  background: #f6f8fc;
}

.lightbrown {
  background: #F2EAD3;
}

.title {
  text-align: center;
}

.title p {
  font-size: .8rem;
  margin-bottom: 0;
}

.title.whitetune h2,
.title.whitetune p {
  color: #fff;
}

.owl-prev,
.owl-next {
  background: #fff !important;
  color: #303030 !important;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .12), 0 -8px 20px 0 rgba(0, 0, 0, .1);
  margin-left: 10px !important;
}

.owl-theme .owl-nav {
  text-align: right;
  margin-top: 1rem;
}

.btn-primary {
  background-color: #17254e !important;
  border-color: #17254e !important;
}

#pills-tab button {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  margin-right: 8px;
  font-size: 14px;
  color: #303030;
  padding: 0 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

#pills-tab button.active {
  background: #fff7e1;
  border-color: #2067d1;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.progressset {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 10px;
  z-index: 999;
  min-width: 100%;
}

.progressset.progressbg {
  background: #f2f2f2;
}

.pageprogress {
  transition: all linear 0.1s;
  min-width: 0%;
  height: 10px
}

.mobile-cta,
.mobileheader {
  display: none;
}

.mobform {
  display: none;
}

#pills-tab button {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  margin-right: 8px;
  font-size: 14px;
  color: #303030;
  padding: 0 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

#pills-tab button.active {
  background: #fff7e1;
  border-color: #2067d1;
}

header {
  padding: 10px 0px;
  background: #000;
}

header h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

header p {
  font-size: 1rem;
  margin-bottom: 0;
}

header ul {
  padding: 0;
  text-align: right;
  list-style: none;
  font-family: arial;
}

header ul li a {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  display: inline;
}

.logo {
  display: block;
}

.logo img {
  width: 150px;
}

.menu {
  background: #f2f2f2;
}

.homeicon {
  float: left;
  background: rgb(227 193 108 / 29%);
  padding: 9px 9px;
}

.homeicon img {
  width: 24px;
}

.menu ul.topmenu {
  list-style: none;
  padding: 0%;
  margin: 0%;
  text-align: left;
  float: left;
}

.menu ul.topmenu li {
  display: inline-block;
}

.menu ul.topmenu li a {
  padding: 0.5rem 0.7rem;
  display: block;
  color: #434242;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.menu ul.topmenu li a.is-current {
  background: #e3c16c;
}

.menu ul.topmenu li a:active {
  color: #fff;
  background: blue;
  border-color: blue;
}

.menu.has-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
  width: 100%;
  z-index: 99;
  top: 10px;
  backdrop-filter: blur(10px);
  animation: 0.35s ease-out 0s 1 normal none running slideDown;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}

.menu ul.childmenu {
  text-align: right;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  list-style: none;
  background: #fff;
}

.menu ul.childmenu a {
  padding: 0.5rem 0.7rem;
  display: block;
  color: #434242;
  text-transform: uppercase;
  font-weight: 600;
}

.questioncolor {
  padding: 30px 0;
}

.box_inner h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
  background: #17254e;
}

.box_inner ul {
  margin: 0;
  list-style: none;
  background: #e5e5e5;
  ;
  padding: 0;
}

.box_inner.fixscroll {
  height: 313px;
  overflow-y: scroll;
}

.box_inner ul li {
  border-top: 1px solid #fff;
  padding: 7px 10px;
  font-size: 0.8rem;
}

.details_form {
  background: #8c8c8c;
  padding: 18px 10px
}

.details_form p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff
}

.details_form input {
  height: 38px
}

.details_form .btn {
  line-height: .5
}

.details_form img {
  margin-bottom: 5px
}

.details_form .input-group-text {
  padding: 4px;
  font-size: .8rem
}

.form-number {
  background: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
  color: #b3b3b3;
  line-height: 40px;
  height: 38px;
  border: 1px solid #c9c9c9
}

.details_form img {
  width: 23px
}

.amenetiesli,
.projectdetails,
.specifications,
.advantages,
.rera,
.faqs,
.upcoming,
.keyhighlight,
.floorplan,
.project,
.ctaform,
.projectm3m {
  padding: 15px 0;
}

.projectbox,
.specification_box,
.advantages_box,
.faq_box,
.amenities_box,
.upcoming_box,
.highlight_box,
.floor_Box,
.project_box,
.cta_box,
.flatbhk_box,
.ebook_box {
  background-color: #fff;
  border-radius: 6px !important;
  -webkit-box-shadow: 2px 2px 5px 0 #00000014;
  box-shadow: 2px 2px 5px 0 #00000014;
  padding: 20px 20px;
}

.amenities_box h2,
.flatbhk_box h2,
.projectbox h2,
.specification_box h2,
.advantages_box h2,
.faq_box h2,
.amenitieslist h2,
.upcoming h2,
.highlight_box h2,
.project h2,
.floorplan h2 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.brands {
  padding: 40px 0;
}

.theprice {
  padding: 20px 0;
}

.theprice h2 {
  text-align: center;
  color: #414141;
  font-weight: 300;
  font-size: 35px;
  text-shadow: 2px 2px #fff;
  margin-bottom: 30px;
}

.theprice h2 b {
  font-weight: 600;
}

.buttonbox {
  text-align: center;
}

.buttonbox img {
  margin-top: -40px;
}

.buttonbox a {
  display: inline-block;
  border: #ed1c24 1px solid;
  background-color: #ed1c24;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 300;
  padding: 7px 20px 7px;
}

.buttonbox a:hover {
  background: #fff;
  color: #ed1c24;
}

.ourproduct {
  padding: 40px 0;
  background: #fff;
}

.ourproduct h2,
.explorelist h2,
.brands h2 {
  text-align: center;
  margin-bottom: 40px;
}

.productdetails {}

.productdetails img {}

.productdetails h3 {
  background: #ffbf24;
  color: #181818;
  text-align: center;
  margin-top: -6px;
  font-size: 17px;
  position: relative;
}

.productdetails h3 a {
  color: #181818;
  display: block;
  padding: 15px 10px;
}

.productdetails h3:before {
  content: "";
  display: block;
  background: url(../images/three-boxes-shape-1.png) center center no-repeat;
  background-size: 100% 100%;
  width: 71px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -45px;
  transform: rotate(180deg);
}


.productimage {
  padding: 10px;
}

.productimage img {
  width: 49%;
}

.productde h3 {
  font-size: 23px;
  margin: 0px 10px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.productde p {
  padding: 0px 10px;
  font-size: 14px;
  text-align: left;
}

.productde h4,
.productde .ptitle {
  background: #ffbf24;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}

.productde ul {}

.productde ul li {
  font-size: 15px;
}

.modal-overlay.slideuppopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.modal-content.slideupcontent {
  background-color: #e1e1e1;
  height: 100vh !important;
  width: 70%;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  right: 0;
}

.close-btn {
  position: absolute;
  top: 341px;
  left: -57px;
  padding: 2px;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  border-radius: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px auto;
  background-color: #000;
  border-radius: 30px;
}

#backgroundOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes slideleft {
  from {
    transform: translateX(+100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideleftOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(+100%);
  }
}

.whyus .modeltitle {
  text-align: center;
  padding: 10px;
  background: #F2EAD3;
  color: #121212;
  padding-top: 10px;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d1cbcb;
  text-transform: uppercase;
  font-size: 28px;
}

.scrollfix {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 7%;
}

.packageenquiry {
  position: fixed;
  width: 100%;
  max-width: 230px;
  top: 50%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-top: -184px
}

.packageenquiry input,
.packageenquiry textarea {
  margin-bottom: 4px;
  font-size: 14px;
}

.packageenquiry img {
  width: 21px;
}

.packageenquiry .form-number {
  height: 35px;
}

.packageenquiry h3 {
  font-size: 1rem;
  text-align: center
}

.packageenquiry p {
  font-size: 13px;
  text-align: center
}

footer {
  padding: 3rem 0 0;
  background: #373737;
}

footer h3 {
  color: #eb5976;
  border-bottom: 1px solid #757575;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

footer h5 {
  color: #c9c9c9;
  margin-bottom: 0;
  font-size: 1rem;
}

footer .footerfirst ul {
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
}

footer .footerfirst ul li {
  margin-bottom: 1rem;
}

footer .footerfirst ul li a {
  color: #f1f1f1;
}

footer .footerfirst ul li a i {
  margin-right: 0.6rem;
}

footer h6 {
  color: #f9f9f9
}

footer .approved img {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 10px
}

footer .accept img {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 100%
}

.disclamier {
  background: #f2ead3;
}

.disclamier p {
  margin-top: 10px;
  text-align: center;
  color: #000;
  padding: 10px;
  font-size: .9rem;
  margin-bottom: 0;
}

.copyright p {
  text-align: left;
  color: #fff;
  padding: 10px 0;
}

.tpcakage {
  border: 1px solid #c9c7c7;
  box-shadow: 2px 2px 5px 0 #00000014;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 25px;
  text-align: center;
}

.tpcakage img {
  border-radius: 10px;
}

.tpcakage .dayscount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
  width: 100%;
  margin: -44px auto 0px;
  background: rgb(0 0 0 / 45%);
  padding: 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
}

.tpcakage li .dcount {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.tpcakage .dayscount svg {
  margin-top: -8px;
}

.tpcakage .dayscount .rating {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 5px 0px 0px;
}

.tpcakage li span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.tpcakage h2 {
  color: #202020;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 0;
}

.ilternarylist {
  background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0));
  font-size: 12px;
  margin: 3px 0px;
  height: 36px;
}

.tpcakage .tprice {
  display: flex;
  justify-content: flex-start;
  gap: 3px;
  align-items: center;
}

.tpcakage .tprice .mprice {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-right: 5px;
}

.tpcakage .tprice .sprice {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: line-through;
}

.tpcakage .prolist {
  margin-top: 10px;
}

.tpcakage .prolist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: scroll;
}

.tpcakage .prolist ul li {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.benfits {
  margin-top: 20px;
}

.benfits ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.benfits ul li {
  text-align: center;
}

.benfits ul li img {
  width: 40px;
  height: auto;
  object-fit: inherit;
  margin-bottom: 5px;
  border-radius: 0;
}

.benfits ul li p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

.tbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.packagebtn a {
  border: 1px solid #000;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 7px;
}

.packagebtn a svg {
  color: #000;
}

.packagerequest a {
  background: #000;
  color: #fff;
  display: block;
  height: 51px;
  line-height: 51px;
  width: 100%;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}

.packagerequest {
  display: inline-block;
  padding: 0px 10px;
  width: calc(100% - 100px);
}

.packagebtn {
  width: 51px;
  display: inline-block;
}

.reviewlist {
  padding: 30px 0px;
}

.reviewlist h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.svgfile {
  margin-bottom: 1rem;
}

.revexc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.revstar img {
  width: 30px;
}

.glogo img {
  width: 110px;
  margin: 0px auto;
}

.revexc p {
  font-size: 13px;
  margin-top: 10px;
}

.reviewpoint {
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .13), 0 0 2px 0 rgba(0, 0, 0, .05);
  margin: 20px 5px;
  position: relative;
  transition: transform 300ms ease-out;
}

.reviewpoint:hover {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

/* .reviewpoint:before{display: block; content: ""; background: url(../images/gicon.svg) no-repeat; background-size: 20px 20px;width: 20px;height: 20px; position: absolute;right: 10px;} */
.reviewpoint1 .swiper-wrapper {
  margin-bottom: 1rem;
}

.reviewpic {
  display: flex;
  margin-bottom: 1rem;
}

.reviewpic img {
  width: 40px;
  height: 40px;
  margin-right: 2%;
}

.reviewpic .name {
  color: #000;
  font-weight: 600;
  font-size: 13px;
}

.reviewpic .name small {
  display: block;
  font-weight: 400;
  font-size: 10px;
}

.starimg img {
  width: 17px;
}

.reviewpoint i.fa-star {
  color: #fb8e28;
  font-size: 1.2rem;
}

.reviewpoint .reviewctn {
  font-size: .8rem;
  margin-top: 0.6rem;
  height: 100px;
  overflow-y: scroll;
}

.whychoose {
  padding: 40px 0;
}

.whychoose h2 {
  text-align: center;
  margin-bottom: 20px;
}

.whychoose ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.whychoose ul li {
  display: inline-block;
  width: 32.33%;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #f5f5f5;
}

.whychoose ul li img {
  margin-bottom: 10px;
}

.whychoose ul li h5 {
  font-size: 17px;
}

.explorelist {
  padding: 30px 0;
}

.explorebox {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 15px;
  border-radius: 10px;
  padding: 5px;
}

.explorebox .exploreimg img {
  border-radius: 10px;
  width: 50px;
}

.explorebox h4 {
  margin-bottom: 0;
  font-size: 13px;
}

.explorepi .swiper-wrapper {
  margin-bottom: 2rem;
}

.whychooseus {
  background: #ffffff;
  padding: 40px 0px;
}

.choosebox {
  border: 1px solid #4c4c4cdd;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.choosebox .chooseimg {
  width: 100px;
  height: 100px;
  background: #000;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  margin-bottom: 20px;
}

.choosebox h3 {
  font-size: 20px;
}

.choosebox p {
  font-size: 14px;
  height: 64px;
  margin-bottom: 0;
}

#popupmodel .modelclosebtn {
  position: absolute;
  right: 0px;
  top: -11px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
  box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
  z-index: 2;
}

#popupmodel .modelclosebtn .btn-close {
  transition: all .2s ease-in-out;
  font-size: 13px;
}

#popupmodel .modelclosebtn .btn-close:hover {
  transform: rotate(90deg);
  color: #000;
  font-size: 14px;
}

.mainform h3 {
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 3px;
}

.mainform h3 span {
  color: #fcaf17;
  font-weight: 600;
  margin-left: 5px;
}

.mainform p {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.mainform label {
  font-size: 14px;
  color: #cbcbcb;
  transition: all .1s linear;
}

.mainform label span {
  color: red;
}

.mainform .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.mainform .input-group-text {
  background: transparent;
  width: 14%;
  margin-right: 2%;
  border-radius: 5px;
}

.mainform .input-group input {
  border-radius: 5px;
}

.mainform textarea {
  height: 82px;
  margin-bottom: 11px;
}

.mainform input[type=submit] {
  border-radius: 7px;
  background: #f47625;
  width: 100%;
  height: 51px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all .1s linear;
  border: 0;
  text-decoration: none;
}

.mainform .form-floating,
.mainform .input-group-text {
  margin-bottom: 11px;
}

.mainform .form-floating .form-control {
  height: 52px;
  min-height: 52px;
  padding: .7rem .75rem 0;
  font-size: 14px;
}

.differntshow {
  background-color: #ed713b;
  padding: 15px 0 0;
  margin-bottom: 2rem;
}

.differbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.differbox .differctn {
  padding-bottom: 1rem;
}

.differbox .differctn h2 {
  color: #fff;
  border-bottom: 1px solid #f58f62;
  font-size: 30px;
  padding-bottom: 10px;
}

.differbox .differctn p {
  color: #fff;
  font-weight: 300;
}

.differbox .differctn a {
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 20px;
  border-radius: 60px;
  font-weight: 300;
  display: inline-block;
}

.readlater {
  background-color: #fff;
  box-shadow: 0 2px 6px #0003;
  padding: 15px;
  border-radius: 10px;
  width: 842px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.readctn {
  display: flex;
  gap: 10px;
}

.readctn img {
  width: 32px;
  height: 32px;
}

.readctn h2 {
  font-size: 1.25rem;
  margin-bottom: .25rem;
  text-align: left;
}

.readctn p {
  color: #111111e6;
  margin-bottom: 0;
  font-size: 14px;
}

.readbtn a {
  display: block;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 30px;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 10px;
}

.readbtn a img {
  width: 30px;
}

.mainbg {
  background: url(../images/mainbg.jpg) center center repeat-x;
  background-size: cover;
  min-height: 500px;
  padding: 5rem 0;
  position: relative;
  background-attachment: scroll;
  -webkit-animation: AnimateHorizontal 2500s linear infinite;
  -moz-animation: AnimateHorizontal 2500s linear infinite;
  -o-animation: AnimateHorizontal 2500s linear infinite;
  animation: AnimateHorizontal 2500s linear infinite;
}

@keyframes AnimateHorizontal {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -100000px 0;
  }
}

.sliderform {
  margin-left: auto;
  background-color: #fff;
  width: 373px;
  border-radius: 16px;
  padding: 20px 24px;
}

.sliderform h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.sliderform label {
  display: block;
  font-size: .9rem;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 5px;
}

.sliderform input,
.sliderform select {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  font-weight: 400;
  font-size: .8rem;
  line-height: 24px;
  padding: 9px 10px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  margin-bottom: .7rem;
}

.sliderform .input-group-text {
  padding: 9px 10px;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px 0px 0px 5px;
}

.sliderform .input-group-text img {
  width: 24px;
}

.sliderform input[type=submit] {
  background: #000000;
  color: #fff;
  text-transform: uppercase;
}

.slider_ctn {
  align-self: center;
}

.slider_ctn h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}

.review_list {
  margin-top: 2rem;
  margin-bottom: 123px;
}

.review_list span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}

.review_list i {
  color: #ffcc13;
  font-size: 1.7rem;
}

.review_list img {
  width: 20px;
  margin-top: -10px;
}

.trusrcard {
  background-color: rgba(4, 4, 4, .5);
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 7%;
  border-radius: 0 80px 80px 0;
  width: 100%;
  max-width: 540px;
}

.trusrcard ul {
  list-style: none;
  padding: 0%;
  margin: 0;
}

.trusrcard ul li {
  display: inline-block;
  text-align: center;
  width: 32.33%;
  vertical-align: middle;
}

.trusrcard ul li img {
  width: 50px;
}

.trusrcard h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.trusrcard ul li h5 span.counter {
  display: block;
  margin-top: 10px;
}

.trusrcard ul li .ct span {
  color: #fff
}



.naadnkd{
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #bdbdbd;
    border-radius: 8px;
    font-weight: 400;
    font-size: .8rem;
    line-height: 24px;
    padding: 9px 10px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    margin-bottom: .7rem;
}

.w-100{
  width: 100%;
}