* {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgray;
}

:root {
  --size: 12px;
  --size2: 19px;
}
.greenlogo {
  width: 50px;
}

a:hover{
  text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px !important;
}
.headersticky {
  position: sticky;
  top: 0px;
  
  
  z-index: 999;
  background-color: #fff;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.heading1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.heading3 {
  font-weight: 800;
  font-size: 30px;
  color: #000;
  line-height: 40px;
}
.heading2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
.heading4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.heading6 {
  font-size: 16px;
  line-height: 20px;

  font-weight: 700;
  color: #000;
}
.heading7 {
  font-size: 12px;
  line-height: 20px;

  font-weight: 700;
  color: #000;
}
.p1 {
  font-size: var(--size);
  color: #fff;
  font-weight: 400;

  line-height: 21px;
}
.p2 {
  color: #000;
  font-weight: 400;

  font-size: 12px;
}
.p3 {
  color: gray;
  font-weight: 400;

  font-size: 14px;
}
.p4 {
  color: gray;
  font-weight: 400;
  line-height: 25px;
  font-size: 13px;
}
.btn1 {
  font-size: 11px;
  width: 220px;
  background-color: #51a2d7;
  border: none;
  padding: 6px 0px;
  outline: none;

  color: #fff;
  border-radius: 100px;
  transition: 0.5s;
}
.btn1:hover {
  background-color: #4a92c1;
}
.btn1 i {
  font-size: 9px !important;
  margin-left: 8px !important;
}
.btn2 {
  font-size: 11px;
  width: 190px;
  background-color: #fff;
  border: none;
  padding: 6px 0px;
  outline: none;

  color: #51a2d7;
  border-radius: 100px;
}
.btn3 {
  font-size: 11px;
  width: 190px;
  background-color: #fff;
  border: 1px solid #51a2d7;

  padding: 6px 0px;
  outline: none;

  color: #000;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.3s;
}
.btn3:hover {
  color: #fff;
  background-color: #51a2d7;
}
.btn3 a {
  text-decoration: none;
  color: #000;
}
.btn3:hover #a {
  color: #fff;
}
.smalltext {
  font-size: 14px;
  color: #51a2d7;
  font-size: 500;
}
.phonenumnber {
  border: 1px solid lightgray;
  padding: 5px 20px;
  border-radius: 100px;
  color: gray;
  margin-left: 135px;
  max-width: 200px;
  display: flex;

  align-items: center;
}
.phonenumnber p {
  font-size: 12px;
  color: gray;
}
.phonenumnber i {
  margin-right: 10px;
  color: gray;
}
.navLinks a {
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-right: 13px !important;
}
.navLinks {
  display: flex;
  justify-content: space-between;
}

.navLinks ul {
  margin-left: auto;
}
.rightNumber {
  margin-left: 80px;
}
.menubtn {
  border: 1px solid lightgray;
  background-color: transparent;
  border-radius: 5px;
  padding: 6px 10px;
  outline: none !important    ;
}
.customeHeader {
  height: 60px !important;
}
.Sidebar {
  height: 100vh;
  width: 210px;
  background-color: #fff;
  border-left: 1px solid lightgray;

  position: fixed;
  top: 0px;
  left: -100%;
  transition: 0.6s;
  padding: 10px;
  z-index: 9999;
}

.Sidebar ul {
  padding: 10px;
}
.Sidebar ul li a {
  font-weight: 600;
  color: #000;
  font-size: 12px;
}
.Sidebar ul li {
  list-style: none;
  margin: 15px 0px;
}
.sibarheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sibarheader i{
  cursor: pointer;
}
.herosection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90vh;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://images.pexels.com/photos/6343/village-hotel-building-countryside-6343.jpg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"); */

  background-repeat: no-repeat;

  background-size: cover;
  clip-path: polygon(0 1%, 100% 0%, 100% 93%, 52% 100%, 0 91%);
}

.inputBox {
  background-color: rgb(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 6px 10px;
  display: flex;
  border-radius: 100px;
  max-width: 500px;
}
.bold {
  font-weight: 700 !important;
}
.inputBox input::placeholder {
  font-size: 12px;
}

.blue {
  color: #51a2d7;
}
.inputBox input {
  padding-left: 10px;
  width: 90%;
  color: #fff;
  font-size: var(--size);
  background-color: transparent;
  border: none;
  outline: none;
}
.hero-content {
  /* padding-top: 100px; */
  /* margin-left: 130px; */
  margin-bottom: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-content P {
  margin-top: 10px;
  margin-bottom: 20px !important;
}

.singleFamily {
  width: 230px;
  height: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(0, 0, 0, 0.5);
  margin: 10px;
  backdrop-filter: blur(5.1px);

  -webkit-backdrop-filter: blur(5.1px);

  border-radius: 8px;
}
.heading5 {
  color: #fff;
}
.singleFamily i {
  color: #fff;
  margin-top: 20px;
  font-size: 30px;
}
.cardContainer {
  display: flex;
  justify-content: center;
  /* margin-top: 80px; */
  /* flex-wrap: wrap ; */
}
.conditiionsection {
  margin-top: 100px;
  display: flex;
  background-image: url("https://images.alphacoders.com/435/435117.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px;
  /* border-radius: 10px; */

  justify-content: center;
  margin-bottom: 100px;
  align-items: center;
}
.conditiionsection p {
  /* max-width:0px !important; */

  text-align: center;
  margin-top: 30px;
}
.conditiionsection img {
  width: 300px;
  margin-right: 20px;
  border-radius: 5px;
}
.conditiionContent {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  color: #f8f9fa;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5.1px);

  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
}
.conditiionContent h3 {
  margin-right: 20px;
  color: #fff;
}
.conditiionContent p {
  color: #f8f9fa;
  max-width: 800px;
}
.familyContent p {
  max-width: 500px;
  color: #88818b;

  margin-top: 40px;
  margin-bottom: 30px !important;
}
.familyContent i {
  font-size: 60px;
}
.rlaibleSection {
  display: flex;
  margin-top: 100px;
  align-items: center;
  padding-bottom: 100px;
  flex-wrap: wrap;
  padding: 15px;
  margin-bottom: 40px;

  justify-content: center;
}
.rlaibleSection img {
  border-radius: 10px;
  width: 500px;
  height: 400px;
  object-fit: cover;
  margin-left: 10px;
}
.bg-lightWihute {
  background-color: #f8f9fa;
}
.benifits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
}
.benifits img {
  border-radius: 10px;
  /* width: 450px; */
  margin-right: 40px;
}
.benifits p {
  max-width: 400px;

  margin-top: 30px;
  margin-top: 10px;
}
.calendarBox {
  width: 180px;
  height: 140px;
  border-radius: 10px;

  padding: 20px;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: rgb(211, 211, 211, 0.1);
  margin: 10px;
  backdrop-filter: blur(5.1px);

  -webkit-backdrop-filter: blur(5.1px);
}

.benifits button {
  padding: 10px 10px;
  width: 160px;
}
.calendarBox i {
  font-size: 30px;
  color: gray;
  margin-bottom: 20px;
}

.howwebuyHouse {
  background-color: #f8f9fa;
  clip-path: polygon(47% 0, 100% 0%, 100% 98%, 0 86%, 0 0);
  padding-top: 80px;
  padding-bottom: 100px;
}

.howwebuyDetails {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0px 10px;
}

.howwebuyDetails p {
  max-width: 600px;
  margin-top: 10px;
}

.buycrad {
  width: 360px;
  margin: 15px;
}
.buycradheader {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  background-color: #51a2d7;
  padding: 13px;
}
.buycradheader img {
  width: 100px;
}
.step1 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0px;
}

.step1 i {
  color: #51a2d7;
}
.buycardbody {
  background-color: #fff !important;
  padding: 20px;
  height: 270px;

  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.buyhouseContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

.spacingtop {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  /*Tablets [601px -> 1200px]*/
  .phonenumnber {
    margin-left: 0px;
  }
}

.circle {
  padding: 16px 20px;
  border-radius: 50%;
  background-color: #51a2d7;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}
p {
  color: #88818b;
}
h2 {
  color: #6f45a7;
  font-weight: bold;
}
.connecting-lines.row .col-2 {
  align-self: stretch;
}
.connecting-lines.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #51a2d7;
  z-index: 1;
}
.connecting-lines.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.connecting-lines.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.connecting-lines.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #51a2d7;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #51a2d7;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

/* ////Articale */
.latestartical {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%, 0 89%);
  padding-bottom: 100px;
}
.articalcarcontainer {
  margin-top: 130px;
}

.articalcard {
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  height: 400px;
  position: relative;

  text-align: start !important;
}
.articalcard img {
  width: 100%;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.profile {
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.profile img {
  width: 100%;
  border-radius: 50%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.articalprofile {
  display: flex;
  margin-top: 50px;

  position: absolute;
  bottom: 0px;
  gap: 20px;
  align-items: center;
}
.articalBody {
  padding: 20px 10px;
}

/* //artical Slider */

/* ///priceSectio */
.pricesection {
  padding: 10px;
  background-color: #51a2d7;
  border: none;
}

/* ///footer */
.col_white_amrc {
  color: #000;
}
footer {
  width: 100%;
  background-color: #f8f9fa;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: gray;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  font-size: 13px;
  color: #000;
}
.footer_ul_amrc li a:hover {
  color: #000;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #000;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #000;
  border: 1px solid #000;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}
.footerphone {
  width: 180px;
}
.footerbtn {
  width: 180px;

  margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .benifits {
    flex-wrap: wrap;
  }
  .benifitcontent {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .cardContainer {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .hero-content{
    margin-top: 100px;
  }
  .herosection {
    clip-path: none;
    height: auto;
  }
  .heading1 {
    font-size: 45px;
  }
  .inputBox {
    max-width: 350px;
  }
  .heading3 {
    font-size: 20px;
    line-height: 22px;
  }
  .heading2 {
    font-size: 30px;
  }
  .p3 {
    font-size: 12px;
  }
  .heading6 {
    font-size: 13px;
  }
  .calendarBox i {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-content {
    
    margin-left: 20px;

  }
  .heading1 {
    font-size: 35px;
  }
  .heading2 {
    font-size: 22px;
  }
  .heading6 {
    font-size: 10px;
    line-height: 15px;
  }
  .heading5 {
    font-size: 14px;
  }
  .heading4 {
    font-size: 15px;
  }
  .p4 {
    font-size: 10px;
    line-height: 15px;
  }
  .buycardbody {
    height: 220px;
  }
  .btn2 {
    width: 150px;
    font-size: 9px;
  }
  .step1 {
    margin: 10px 0px;
  }
  .buycardbody {
    height: auto;
  }
  .step1 i {
    font-size: 10px;
  }
  .calendarBox i {
    font-size: 17px;
  }
  .calendarBox {
    width: 150px;
    margin: 5px;
    height: 120px;
  }
  .howwebuyHouse {
    padding-top: 40px;
  }
  .buycrad img {
    width: 100px;
  }
  .p3 {
    font-size: 10px;
  }
  .p1 {
    font-size: 10px !important;

    line-height: 20px;
  }
  .hero-content p {
    color: #fff;
  }
  .btn1 {
    width: 180px;
    font-size: 9px;
  }
  .heading3 {
    font-size: 15px;
  }
  .conditiionsection {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .benifits {
    justify-content: flex-start;
  }
  .howwebuyDetails p {
    margin-top: 0px;
    max-width: 450px;
  }
  .foote_bottom_ul_amrc a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .heading1 {
    font-size: 25px;
  }

  .inputBox {
    max-width: 300px;
  }
  .rlaibleSection img {
    margin-left: 0px;
  }
  .rlaibleSection h6 {
    font-size: 14px !important;
  }
  .rlaibleSection {
    margin-top: 20px;
    padding-bottom: 90px !important;
  }
  .heading5 {
    font-size: 10px;
  }
  .btn2 {
    width: 120px;
    font-size: 8px;
  }
}

/* ///about section */
.aboutsection {
  height: 44vh;
  text-align: center;
  padding: 0px 20px;

  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://wallpaperaccess.com/full/1700222.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aboutsection h3 {
  margin-bottom: 5px !important;
}
.aboutsection h3,
.aboutsection p {
  color: #fff;
}

/* //about timeline */

.wrapper {
  max-width: 1080px;
  margin: 0px auto;
  padding: 10 20px;
  position: relative;
}
.wrapper .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #51a2d7;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.wrapper .row-1 {
  justify-content: flex-start;
  margin: 0px 10px;
}
.wrapper .row-2 {
  justify-content: flex-end;
  margin: 0px 10px;
}
.wrapper .row section {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  width: calc(50% - 40px);

  padding: 20px;
  position: relative;
}

.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  /* background: #AC00BF; */
  /* background-color: wheat; */
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before {
  right: -7px;
}
.row-2 section::before {
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #51a2d7;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  box-shadow: 0 0 0 4px #51a2d7, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.center-line .scroll-icon {
  bottom: 0px;
  left: 20%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon {
  top: 15px;
  right: -50px;
}
.row-2 section .icon {
  top: 15px;
  left: -50px;
}
.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.row section p {
  margin: 10px 0 17px 0;
}
.row section .bottom a {
  text-decoration: none;
  background: #ff7979;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover {
  transform: scale(0.97);
}
@media only screen and (max-width: 790px) {
  .wrapper .center-line {
    left: 40px;
  }
  .wrapper .row {
    margin: 30px 0 3px 60px;
    padding-right: 4px;
  }
  .wrapper .row section {
    width: 100%;
  }
  .row-1 section::before {
    left: -7px;
  }
  .row-1 section .icon {
    left: -31px;
  }
  .row-2 section .icon {
    left: -31px;
  }
}
@media only screen and (max-width: 440px) {
  .wrapper .row {
    margin: 30px 0 3px 3px;
    padding: 10px;
  }
  .wrapper .center-line,
  .row section::before,
  .row section .icon {
    display: none;
  }
  .wrapper .row {
    margin: 10px 10;
  }
  .foote_bottom_ul_amrc li a {
    margin: 5px;
  }
}
.timelinestep h4,
.timelinestep p {
  color: #000;
}
.sterpno1 {
  width: 100px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #51a2d7;
  padding: 5px;
  border-radius: 100px;
}
.timelineimage section {
  box-shadow: none !important;
  background-color: transparent !important;
}
.timelineimage img {
  width: 400px;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}
.abouttopspacing {
  margin: 120px 0px;
}

@media only screen and (max-width: 768px) {
  /*Tablets [601px -> 1200px]*/
  .abouttopspacing {
    margin: 10px 0px;
  }
  .timelineimage section {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 500px) {
  .timelineimage img {
    width: 100%;
  }
}

/* //benefits */
.benerits {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://www.spearity.com/wp-content/uploads/2021/07/how-to-be-a-grateful-leader.png");
}
.benifitcard1 {
  max-width: 500px;
  display: flex;

  border: 1px solid rgb(211, 211, 211, 0.2);
  border-radius: 10px;
  padding: 40px 20px;

  gap: 20px;
  align-items: center;
  margin: 15px;
  border: 1;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.benifitcard1 i {
  font-size: 40px;
  color: #51a2d7;
}

.benifitcard1 h4 {
  margin-bottom: 14px !important;
  color: #000;
}
.brnrfitcardcontainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.benifitcard1 p {
  color: gray;
}
.benenfitwrapper {
  margin: 100px 0px;
}
.Searchcard {
  max-width: 500px;

  border: 1px solid rgb(211, 211, 211, 0.2);
  border-radius: 10px;
  padding: 20px 20px;
  gap: 20px;
  margin: 15px;
  text-align: center;
  border: 1;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Searchcard h4 {
  color: #000;
  margin-bottom: 15px !important;
}
.beneifitsearch {
  background-color: transparent;
  border: 1px solid rgb(211, 211, 211, 0.2);
  margin-top: 30px;
}

.beneifitsearch input {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .benifitcard1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* //location */
.locationbg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://wallpaperaccess.com/full/1802075.jpg");
}
.Blue a{
  color: #51a2d7;
}
.locationcardcontainer {
  margin: 40px 0px;
}

.locationcardcontainer h2 {
  text-align: center !important;
}
.locationbox {
  width: 100%;
  overflow-x: scroll;
  padding: 20px;
  margin-bottom: 40px;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 6px;
}
.locations-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.locationBox h3 a {
  color: #51a2d7 !important;
  font-weight: 800;
}
.locationTable {
  overflow-x: scroll;
}

.locationTable table {
  width: 100%;
  padding: 10px;
}

.locationTable thead {
  background-color: rgb(211, 211, 211, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.locationTable table tr:nth-child(even) {
  background-color: rgb(211, 211, 211, 0.2);

  border-radius: 10px !important;
}
.locationTable table td {
  white-space: nowrap;
  padding: 10px;
  font-weight: 500;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .locationTable table td {
    padding: 12px 20px;

    font-size: 10px;
  }
}

/* ///blog */
.blog {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://img.freepik.com/free-photo/group-college-students-using-laptop-classroom_637285-8826.jpg?w=2000");
}

.blogcard {
  width: 260px;
  border-radius: 10px;
  padding-bottom: 20px;
  /* border: 1px solid red; */
  margin: 17px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blogcard img {
  width: 100%;
}

.blogcard img {
  border-radius: 10px;
}

.blogcard h6 {
  margin: 20px 0px;
  margin-bottom: 20px !important;
}
.bolgcardbody {
  padding: 0px 20px;
}
.blogCardCOntaine {
  margin: 80px 0px;
}
.blogcardrow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.more {
  width: 140px;
}

@media only screen and (max-width: 768px) {
  .blogCardCOntaine {
    margin: 30px 0px;
  }
  .aboutsection {
    height: 15vh;
  }
}

/* ///get Offer step */

.seteperBox {
  width: 800px;

  background-color: #fff;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.seteperBoxContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 15px;
}

.progreess {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background-color: lightgray;
  margin-top: 16px;
  position: relative;
}
#innerprogree{
width: 10%;
transition: .5s;
background-color: #51a2d7;
height: 3px;

}
/* .progreess::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #51a2d7;
  width: 10%;
  height: 4px;
} */

.getstep {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid rgb(211, 211, 211, 0.3);
  border-radius: 6px;
  display: flex;
  color: #000;
  margin: 10px;
  gap: 20px;
  width: 100%;
  align-items: center;
}

.setBox {
  display: flex;
  
  justify-content: space-between;
}
.stephide {
}
.steperBody {
  transition: 0.6s;
  margin-top: 30px;
}

#stepBox2 {
  display: none;
}
#stepBox3 {
  display: none;
}
#stepBox4 {
  display: none;
}
#stepBox5 {
  display: none;
}
#stepBox6 {
  display: none;
}
#stepBox7 {
  display: none;
}
#stepBox8 {
  display: none;
}

.finalBox {
  text-align: center;
}
.finalBox h5 {
  color: #000;
  text-align: center;
}
#stepBox9 {
  display: none;
}

@media only screen and (max-width: 567px){
  /*Tablets [601px -> 1200px]*/
  .setBox{
    flex-wrap: wrap;
  }
}


/* ///location clone */
.locatiorow{
  
}

.locatiorow ul {
  display: grid;
  grid-template-columns: repeat(4 , 1fr); 
  padding: 10px;
  

  
}

.locatiorow ul li {
  margin: 20px;
}

.locatiorow ul li a{
  font-size: 16px;

  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

@media only screen and (max-width: 768px){
  /*Tablets [601px -> 1200px]*/
  .locatiorow ul li a{
    font-size: 13px;
  }  
  .locatiorow ul li {
    margin: 15px;
  }
}
