/* @font-face {
  font-family: 'Gobold';
  src: url('../fonts/Gobold.eot');
  src: url('../fonts/Gobold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gobold.woff2') format('woff2'),
    url('../fonts/Gobold.woff') format('woff'),
    url('../fonts/Gobold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Agrozza Demo';
  src: url('../fonts/AgrozzaDemoRegular.woff2') format('woff2'),
    url('../fonts/AgrozzaDemoRegular.woff') format('woff'),
    url('../fonts/AgrozzaDemoRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.agrozza-family {
  font-family: 'Agrozza Demo';
}

.family {
  font-family: 'Inter', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: 100%;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.clr-grey {
  color: #2D2D2D;
}

.clr-yellow {
  color: #FF9900;
}

.clr-white {
  color: #fff;
}

.f-80 {
  font-size: 65px;
}

.f-60 {
  font-size: 60px;
}

.f-40 {
  font-size: 40px;
}

.f-30 {
  font-size: 30px;
}

.f-25 {
  font-size: 25px;
}

.f-24 {
  font-size: 24px;
}

.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-200 {
  font-weight: 200;
}

.fw-semibold {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.f-14 {
  font-size: 14px;
}

.f-50 {
  font-size: 50px;
}

.w-50 {
  width: 50%;
}

.w-90 {
  width: 90%;
}

.let-space {
  letter-spacing: 4px;
}

.border-the {
  border-bottom: 1px solid #F2F2F2;
  width: 86%;
}

.reviews-1 h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.style-btn {
  max-width: 160px;
  width: 100%;
  height: 46px;
  background-color: #146EB4;
  border: unset;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: 0.8s;
}

.style-btn:hover {
  background-color: #FF9900;
  color: #000;
  transition: 0.8s;
  cursor: pointer;
}

.white-btn {
  background-color: unset;
  border: unset;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  padding: 10px 25px;
  border: 1px solid #FF9900;
}

.custom-btn {
  background-color: unset;
  border: unset;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #FF9900;
  cursor: pointer;
  /* padding: 10px 25px; */
  border: unset;
  border-bottom: 2px solid #FF9900;
  transition: 0.8s;
  margin-left: 20px;
}

.custom-btn:hover {
  color: #146EB4;
  transition: 0.8s;
}

.yellow-btn {
  display: block;
  background-color: #FF9900;
  border: unset;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  padding: 10px 45px;
  /* border-bottom: 2px solid #FF9900; */
  transition: 0.8s;
  /* margin-left: 20px; */
  cursor: pointer;
}

.yellow-btn:hover {
  background-color: #146EB4;
  color: #000;
  transition: 0.8s;
}

.form-inline {
  position: relative;
  display: flex;
  justify-content: center;
}

.search-input {
  border: 1px solid #115D974D;
  border-radius: 5px;
  width: 500px;
  padding: 10px 10px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
}

.search-btn {
  position: absolute;
  top: 10px;
  right: 18%;
  border: unset;
  background-color: unset;
}

.f-icon {
  background-color: #F2F2F2;
  color: #000;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icons-fac {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 25%;
  border: 2px solid #ffff;
}

.main {
  margin: 20px 10px;
}

.house-sec {
  padding: 60px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ff9900 !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: unset !important;
}

.banner-home {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding: 30px; */
  height: 100vh;
  display: flex;
  align-items: center;
}

.letter {
  letter-spacing: 12px;
  font-family: 'Inter', sans-serif;
}

/* marquee div container */
/* .marquee {
  font-size: 2vw;
  color: #000;
  font-family: 'Courier New', Courier, monospace;
  height: 2.5vw;
  overflow: hidden;
  position: relative;
} */

/* nested div inside the container */
.marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 12s linear infinite;
}

/* span with text */
.marquee span {
  float: left;
  width: 50%;
}

/* keyframe */
@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee-margin {
  /* margin-top: 5px; */
  /* margin-bottom: 5px; */
  padding: 35px 0 40px;
}

.marquee-font {
  font-size: 40px;
  font-weight: 600;
  color: #ccc;
}

.button-navtabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}

.list-dots {
  list-style: disc;
  font-size: 25px;
  width: 85%;
}

.left-icon-img {
  width: 50px;
}

.w-85 {
  width: 85%;
}

.pad-columns {
  padding: 50px 50px 50px 100px;
}

.accidental-1 {
  height: 500px;
}

.margin-img {
  margin-top: 75px;
}

.crystal-bar {
  height: 80px;
  width: 10px;
  background: transparent linear-gradient(180deg, #FF9900 0%, #146EB4 100%);
}

.margin-guest {
  margin-left: 20px;
}

.f-40 {
  font-size: 40px;
}

.w-50 {
  width: 50%;
}

.card-1 {
  min-height: 325px !important;
  width: 100%;
  padding: 5px;
}

.crystal-border {
  height: 4px;
  width: 230px;
  background: transparent linear-gradient(180deg, #FF9900 0%, #146EB4 100%) 0% 0% no-repeat padding-box;
}

section.aboutsec h2 {
  position: relative;
}

section.aboutsec h2:before {
  content: "";
  height: 80px;
  width: 10px;
  background: transparent linear-gradient(180deg, #FF9900 0%, #146EB4 100%);
  position: absolute;
  left: -5%;
}
section.aboutsec {
    position: relative;
    top: -78px;
    z-index: -1;
}
.cardbox {
    background-color: #f2f2f2;
    padding: 10px;
    box-shadow: 1px 1px 2px 2px #ccccccba;
    margin: 20px 0;
    height: 325px;
    /* overflow-y: scroll; */
}
.innercard {
    border: 3px solid #b1b1b1;
    padding: 15px;
     height: 300px; 
    /* display: flex; */
    /* align-items: center; */
     overflow-y: scroll; 
}
.innercard::-webkit-scrollbar {
  width: 1px;
}
 
.innercard::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.innercard::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  outline: 1px solid #f2f2f2;
}
.innercard p {
    font-size: 14px;
    text-align: center;
}
.chapter-sec {
  padding: 50px;
}
section.chapter-sec .owl-prev span {
    position: absolute;
    left: 45%;
    bottom: 0;
    display: flex;
    background-color: #f90;
    font-size: 20px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
section.chapter-sec button.owl-next span {
    position: absolute;
    right: 45%;
    bottom: 0;
    display: flex;
    background-color: #f90;
    font-size: 20px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
section.chapter-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f90;
}
.reviews-1 {
  background-color: #F2F2F2;
  margin: 10px;
  padding: 40px 30px;
  position: relative;
  height: 600px !important;
  margin-bottom: 45px;
  max-height: 600px !important;
  min-height: 600px !important;
}

.position-icon {
  position: absolute;
  height: 65px;
  right: 15%;
  bottom: -5%;
}

.testimonial-sec {
  padding-top: 40px;
  padding-bottom: 60px;
}

.author-sec {
  padding: 60px 0px;
}

.update-sec {
  background-image: url("../images/update-ban.png");
  /* background-repeat: no-repeat; */
  /* background-position: ; */
  background-size: cover;
  padding: 50px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.email-btn {
  padding: 10px 20px;
  width: 80%;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: unset;
}

.submit-btn {
  padding: 10px 20px;
  background-color: #FF9900;
  border: unset;
  position: absolute;
  right: 7%;
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.icons-ins {
  display: flex;
  justify-content: space-between;
  width: 10%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.head-icon {
  width: 50%;
  margin: 0 auto;
}

.border-footer {
  border-bottom: 2px solid #F2F2F2;
  margin-top: 20px;
}

.footer-sec {
  padding: 50px 50px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: #146eb4 !important;
  /* height: 20px; */
  /* width: 20px; */
  border-radius: 50%;
  padding-top: 0px;
}

.reviews-card {
  padding: 20px 10px;
}

.foot-icon {
  background-color: #F2F2F2;
  color: #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  cursor: pointer;
}

.border-right {
  border-right: 2px solid #F2F2F2;
  height: 25px;
}

.foot-icon:hover {
  background-color: #FF9900;
  color: #f2f2f2;
  transition: 0.8s;
}

.f-icon:hover {
  background-color: #FF9900;
  color: #f2f2f2;
  transition: 0.8s;
}

.tab {
  padding-left: 20px;
}

.color-font {
  color: #feffff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #f90 !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(255 153 0) !important;
}

/* author css  */
.about-margin {
  width: 75%;
  margin: 0 auto;
}

.banner-author {
  background-color: #146EB4;
  padding: 93px;
}

/* shop sec  */
.store1 {
  border: 1px solid #9A9A9A;
  background-color: #ffffff;
  padding: 14px;
  margin: 10px;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
}

.store2 h5 {
  margin-top: 20px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}

.store3 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.line3 {
  border-bottom: 3px solid #ccc;
  width: 20%;
}

.store3 p {
  margin-bottom: 0px;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.store4 {
  margin-top: 20px;
  display: flex;
  text-align: center;
}

.store4 a {
  color: #000000;
  border: 2px solid #ccc;
  padding: 10px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}

.store1 img {
  display: flex;
  margin: 0 auto;
}

.shop-sec {
  padding: 60px 0px;
}

.store6 {
  padding: 30px 0px;
}

.cont1 {
  background-color: #ffffff;
  padding: 100px;
}

.cont2 p {
  font-size: 17px;
  color: #000000;
}

.form-group input {
  padding: 10px;
  margin: 10px 0px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
  min-height: 100px;
}

.form-footer {
  margin-top: 30px;
}

.form-footer button {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.4;
  border: 3px solid #000000;
  padding: 11px 23px;
  font-family: 'Agrozza Demo';
  font-weight: 700;
  transition: 1s;
  text-transform: uppercase;
}

.button1 {
  -webkit-animation: 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
  animation: 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
  box-shadow: 0 0 0 2px #000000;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.address-bg {
  height: 40px;
  width: 40px;
  background-color: #146eb4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.pl-55 {
  padding-left: 55px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 0.5rem; */
    /* padding-left: 0.5rem; */
    padding-right: 20px;
    padding-left: 20px;
  }
}

.search-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: 500px;
}

.margin-left {
  margin-left: 20px;
}

.form-control:focus {
  color: unset !important;
  background-color: #fff;
  border-color: unset;
  outline: unset !important;
  box-shadow: unset;
}

.contact-pad {
  padding: 40px 0px;
}

.author-1 {
  width: 530px;
}

.buyit {
  width: 27%;
}

section.testimonial-sec .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  background-color: #f90;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.testimonial-sec .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  background-color: #f90;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: black;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

/*modal css end*/
/*MODREN CSS end*/
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {
  section.banner-home h1 {
    font-size: 60px;
  }

  .button-navtabs {
    width: 95%;
  }

  .buyit {
    width: 30%;
  }

  .margin-left {
    margin-left: 0;
  }

  section.aboutsec h2 {
    font-size: 50px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.banner-home h1 {
    font-size: 60px;
  }

  .button-navtabs {
    width: 95%;
  }

  .buyit {
    width: 30%;
  }

  .margin-left {
    margin-left: 0;
  }

  section.aboutsec h2 {
    font-size: 50px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main h4 {
    text-align: center;
  }

  .icons-fac {
    justify-content: center;
    margin-top: 20px;
  }

  section.banner-home h1 {
    font-size: 30px;
  }

  section.banner-home h5 {
    font-size: 20px;
    line-height: 25px;
  }

  section.banner-home a {
    margin: 0 auto 14%;
    display: table;
    width: 100%;
  }

  .homebannerimg img {
    margin: 0 auto;
    display: table;
    width: 100%;
  }

  .marquee-margin {
    padding: 40px 0 20px;
  }

  .button-navtabs {
    display: block;
    width: 100%;
  }

  .pad-columns {
    padding: 50px 50px 50px 30px;
  }

  .accidentalhouseguestsec h3 {
    text-align: center;
  }

  .button-navtabs button {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .buyit {
    width: 100%;
    text-align: center;
  }

  .d-flex {
    display: block !important;
  }

  section.aboutsec {
    position: relative;
  }

  .crystal-bar {
    position: absolute;
  }

  section.testimonial-sec .slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    background-color: unset;
    width: unset;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reviews-1 {
    background-color: #F2F2F2;
    margin: 10px;
    padding: 40px 30px;
    position: relative;
    height: 493px !important;
    margin-bottom: 45px;
    max-height: 355px !important;
    min-height: 355px !important;
    overflow: scroll;
  }

  .position-icon {
    display: none !important;
  }

  .f-24 {
    font-size: 20px;
  }

  .f-60 {
    font-size: 40px;
  }

  .f-80 {
    font-size: 40px;
  }

  .chapter-sec {
    padding: 40px;
  }

  .testimonial-sec {
    padding-bottom: 0px !important;
  }

  .author-sec {
    padding: 20px 0px;
  }

  .margin-responsive {
    margin-top: 20px;
    text-align: center;
  }

  .w-85 {
    width: 100%;
  }

  .head-icon {
    width: 100%;
    margin: 0 auto;
  }

  .icons-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .marquee-font {
    font-size: 18px;
  }

  .update-sec {
    padding: 10px;
  }

  .f-50 {
    font-size: 35px;
  }

  .email-btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 12px;
  }

  .submit-btn {
    font-size: 12px;
  }

  .resp-center {
    text-align: center;
  }

  .banner-home {
    height: 500px;
}

  .author-1 {
    width: 485px;
  }
  .w-50 {
    width: 100% !important;
}
.resp-center{
  text-align: center;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main h4 {
    text-align: center;
  }

  .icons-fac {
    justify-content: center;
    margin-top: 20px;
  }

  section.banner-home h1 {
    font-size: 30px;
  }

  section.banner-home h5 {
    font-size: 20px;
    line-height: 25px;
  }

  section.banner-home a {
    margin: 0 auto 14%;
    display: table;
    width: 100%;
  }

  .homebannerimg img {
    margin: 0 auto;
    display: table;
    width: 100%;
  }

  .marquee-margin {
    padding: 40px 0 20px;
  }

  .button-navtabs {
    display: block;
    width: 100%;
  }

  .pad-columns {
    padding: 50px 50px 50px 30px;
  }

  .accidentalhouseguestsec h3 {
    text-align: center;
  }

  .button-navtabs button {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .buyit {
    width: 100%;
    text-align: center;
  }

  .d-flex {
    display: block !important;
  }

  section.aboutsec {
    position: relative;
  }

  .crystal-bar {
    position: absolute;
  }

  section.testimonial-sec .slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    background-color: unset;
    width: unset;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reviews-1 {
    background-color: #F2F2F2;
    margin: 10px;
    padding: 40px 30px;
    position: relative;
    height: 493px !important;
    margin-bottom: 45px;
    max-height: 355px !important;
    min-height: 355px !important;
    overflow: scroll;
  }

  .position-icon {
    display: none !important;
  }

  .f-24 {
    font-size: 20px;
  }

  .f-60 {
    font-size: 40px;
  }

  .f-80 {
    font-size: 40px;
  }

  .chapter-sec {
    padding: 40px;
  }

  .testimonial-sec {
    padding-bottom: 0px !important;
  }

  .author-sec {
    padding: 20px 0px;
  }

  .margin-responsive {
    margin-top: 20px;
    text-align: center;
  }

  .w-85 {
    width: 100%;
  }

  .head-icon {
    width: 100%;
    margin: 0 auto;
  }

  .icons-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .marquee-font {
    font-size: 18px;
  }

  .update-sec {
    padding: 10px;
  }

  .f-50 {
    font-size: 35px;
  }

  .email-btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 12px;
  }

  .submit-btn {
    font-size: 12px;
  }

  .resp-center {
    text-align: center;
  }

  .banner-home {
    height: 500px;
}

  .author-1 {
    width: 485px;
  }
  .w-50 {
    width: 100% !important;
}
.resp-center{
  text-align: center;
}
}

@media only screen and (max-width: 1024) {
  .f-80 {
    font-size: 50px !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .main h4 {
    text-align: center;
  }

  .icons-fac {
    justify-content: center;
    margin-top: 20px;
  }

  section.banner-home h1 {
    font-size: 30px;
    text-align: center;
  }

  .letter {
    text-align: center;
  }

  section.banner-home h5 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  section.banner-home a {
    margin: 0 auto 14%;
    display: table;
    width: 100%;
    text-align: center;
  }

  .homebannerimg img {
    margin: 0 auto;
    display: table;
    width: 100%;
  }

  .marquee-margin {
    padding: 40px 0 20px;
  }

  .button-navtabs {
    display: block;
    width: 100%;
  }

  .pad-columns {
    padding: 50px 50px 50px 30px;
  }

  .accidentalhouseguestsec h3 {
    text-align: center;
  }

  .button-navtabs button {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .buyit {
    width: 100%;
    text-align: center;
  }

  .d-flex {
    display: block !important;
  }

  section.aboutsec {
    position: relative;
  }

  .crystal-bar {
    position: absolute;
  }

  section.testimonial-sec .slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    background-color: unset;
    width: unset;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reviews-1 {
    background-color: #F2F2F2;
    margin: 10px;
    padding: 40px 30px;
    position: relative;
    height: 493px !important;
    margin-bottom: 45px;
    max-height: 355px !important;
    min-height: 355px !important;
    overflow: scroll;
  }

  .position-icon {
    display: none !important;
  }

  .f-24 {
    font-size: 20px;
  }

  .f-60 {
    font-size: 40px;
  }

  .f-80 {
    font-size: 40px;
  }

  .chapter-sec {
    padding: 40px;
  }

  .testimonial-sec {
    padding-bottom: 0px !important;
  }

  .author-sec {
    padding: 20px 0px;
  }

  .margin-responsive {
    margin-top: 20px;
    text-align: center;
  }

  .w-85 {
    width: 100%;
  }

  .head-icon {
    width: 100%;
    margin: 0 auto;
  }

  .icons-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .marquee-font {
    font-size: 18px;
  }

  .update-sec {
    padding: 10px;
  }

  .f-50 {
    font-size: 35px;
  }

  .email-btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 12px;
  }

  .submit-btn {
    font-size: 12px;
  }

  .resp-center {
    text-align: center;
  }

  .banner-home {
    min-height: 770px;
    max-height: 597px;
    height: 684px;
  }

  .author-1 {
    width: 485px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .main h4 {
    text-align: center;
  }

  .icons-fac {
    justify-content: center;
    margin-top: 20px;
  }

  section.banner-home h1 {
    font-size: 30px;
    text-align: center;
  }

  .letter {
    text-align: center;
  }

  section.banner-home h5 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  section.banner-home a {
    margin: 0 auto 14%;
    display: table;
    width: 100%;
    text-align: center;
  }

  .homebannerimg img {
    margin: 0 auto;
    display: table;
    width: 85%;
  }

  .marquee-margin {
    padding: 40px 0 20px;
  }

  .button-navtabs {
    display: block;
    width: 100%;
  }

  .pad-columns {
    padding: 50px 50px 50px 30px;
  }

  .accidentalhouseguestsec h3 {
    text-align: center;
  }

  .button-navtabs button {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .buyit {
    width: 100%;
    text-align: center;
  }

  .d-flex {
    display: block !important;
  }

  section.aboutsec {
    position: relative;
  }

  .crystal-bar {
    position: absolute;
  }

  section.testimonial-sec .slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    background-color: unset;
    width: unset;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reviews-1 {
    background-color: #F2F2F2;
    margin: 10px;
    padding: 40px 30px;
    position: relative;
    height: 493px !important;
    margin-bottom: 45px;
    max-height: 355px !important;
    min-height: 355px !important;
    overflow: scroll;
  }

  .position-icon {
    display: none !important;
  }

  .f-24 {
    font-size: 20px;
  }

  .f-60 {
    font-size: 40px;
  }

  .f-80 {
    font-size: 40px;
  }

  .chapter-sec {
    padding: 40px;
  }

  .testimonial-sec {
    padding-bottom: 0px !important;
  }

  .author-sec {
    padding: 20px 0px;
  }

  .margin-responsive {
    margin-top: 20px;
    text-align: center;
  }

  .w-85 {
    width: 100%;
  }

  .head-icon {
    width: 100%;
    margin: 0 auto;
  }

  .icons-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .marquee-font {
    font-size: 18px;
  }

  .update-sec {
    padding: 10px;
  }

  .f-50 {
    font-size: 35px;
  }

  .email-btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 12px;
  }

  .submit-btn {
    font-size: 12px;
  }

  .resp-center {
    text-align: center;
  }

  .banner-home {
    min-height: 645px;
    max-height: 597px;
    height: 620px;
  }
}