html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #cf9f54;
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.page-content-wrapper {
  min-height: 100vh;
  position: relative;
}

.bluebar {
  background-color: rgb(2, 24, 47);
  color: white;
  text-align: center;
  height: 45px;
  font-size: large;
  position: relative;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bluebar div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.white {
  background-color: white;
  padding: 0 30px;
}

.padm {
  padding-top: 7px;
  padding-bottom: 9px;
  height: 24px;
  border-bottom: 0.8px solid rgb(156, 156, 156);
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: Quicksand, sans-serif !important;
  background-color: white;
}

.padm div {
  color: rgb(33, 37, 41);
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 24px;
  display: block;
}

.padm a:hover {
  color: #f48170;
  ;
}

.padm a {
  color: black;
}

.addr {
  line-height: 21px;
  margin-right: 24px;
  text-decoration: none;
}

.tel {
  line-height: 21px;
  text-decoration: none;
}

.insta {
  line-height: 24px;
  margin-right: 15px;
  font-size: 16px;
}

.main-nav {
  position: sticky;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  border-bottom: 1px solid black;
  z-index: 8;
  padding: 0;
}

.right {
  display: flex;
}

.nav-center {
  display: flex;
}

.nav-right {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  padding-right: 0;
}

.logo {
  width: 135px;
  height: 70px;
}

.desktop-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
}

.desktop-menu>li {
  position: relative;
  margin: 0;
}

.desktop-menu>li>a {
  display: block;
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 20px 18px;
  font-size: 110%;
}

.desktop-menu>li>a:hover {
  color: rgb(243, 219, 183);
  background-color: rgb(34, 68, 95);
}

.sub-menu {
  position: absolute;
  top: 100%;
  margin: 8px 0;
  padding: 0;
  width: max-content;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
  list-style: none;
  font-size: 120%;
}

.desktop-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.last {
  border-right: 1px solid black;
  margin-right: 0;
}

.sub-menu li {
  padding: 5px;
  border-radius: 0;
}

.sub-menu li a {
  color: black;
  background-color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 10px;
}

.sub-menu li a:hover {
  background-color: gray;
}

#signinbtn {
  width: 50px;
  height: auto;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 0;
}

.image-container {
  position: relative;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: auto;
  left: 0px;
  background-size: 1440px 800px;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: rgb(243, 219, 183);
}

.content-overlay h1 {
  font-size: 230%;
}

.content-overlay p {
  font-size: 130%;
}

.underline::after {
  display: block;
  content: "";
  width: 200px;
  height: 33px;
  background-image: url("images/underline.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

.underlinel::after {
  display: block;
  content: "";
  width: 420px;
  height: 33px;
  background-image: url("images/underline.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

#spiritual {
  padding-top: 60px;
  font-size: 300%;
}

.services {
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 300%;
}

.so,
.to {
  display: flex;
  width: 100%;
}

.so {
  background-color: #cf9f54;
}

.si {
  display: block;
  width: 25%;
  padding: 10px;
}

.ti {
  display: block;
  width: 16.67%;
  padding: 10px;
}

.si img {
  width: 100%;
  height: auto;
}

.sb {
  width: 100%;
  text-align: center;
}

.si button {
  margin: auto;
  padding: 10px;
  border: 0;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  letter-spacing: 1.5px;
  border-radius: 5px;
  cursor: pointer;
}

td {
  padding: 10px;
}

.testimonials,
.faqh,
#spiritual {
  text-align: center;
}

.testimonials {
  margin-top: 70px;
}

.testimonials h1 {
  font-size: 70px;
  margin-top: 8px;
}

.testimonials b {
  font-size: 230%;
}

.vwrapper {
  width: 100%;
  position: relative;
}

.golden {
  color: rgb(34, 68, 95);
  font-size: 250%;
}

.spiritualt {
  width: 100%;
  height: min-content;
}

.spiritualt td {
  text-align: center;
  width: 25%;
}

td img {
  width: 100%;
  height: 100%;
}

.tdiv {
  display: flex;
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

.tdiv>* {
  display: block;
}

.tdiv img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}

.tdiv span {
  color: white;
  padding-left: 50px;
  padding-top: 21px;
  vertical-align: top;
  max-width: 100%;
  font-size: 18px;
}

.marquee {
  width: 988px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  display: block;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}


.marquee-track:hover {
  animation-play-state: paused;
}

.vwrapper {
  border: 2px solid rgb(34, 68, 95);
  padding: 2px;
  margin-right: 10px;
  margin-left: 10px;
  box-sizing: border-box;
}

.marquee video {
  width: 219px;
  height: 370.4px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

#trust {
  padding: 10px;
  background-color: #F9F2F2;
  table-layout: fixed;
}

#trust img {
  max-width: 100%;
  height: auto;
  display: block;
}

#trust h1 {
  text-align: center;
  font-size: 300%;
  margin-top: 45px;
  margin-bottom: 30px;
}

#trust table {
  width: 100%;
  max-width: 100%;
}

#trust td {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.large {
  font-size: 35px;
}

#trust h2 {
  font-size: 4em;
}

#faq {
  margin-top: 50px;
}

#faq h1 {
  font-size: 300%;
  margin-top: 6px;
}

.faq-item {
  margin: 10px auto;
  width: 80%;
}

.faq-question {
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  text-align: left;
  font-weight: bold;
}

.faq-answer {
  padding: 15px 20px;
  display: none;
  overflow: hidden;
  text-align: left;
  border-bottom-left-radius: 5px;
}

#footer {
  background-color: rgb(27, 22, 16);
  padding-top: 2%;
  padding-bottom: 4%;
  padding-left: 10%;
  padding-right: 5%;
  color: rgb(184, 164, 129);
  max-width: 100vw;
  height: auto;
}

b.fu {
  display: inline-block;
  width: 135px;
  text-align: center;
}

.fu::after {
  content: "";
  width: 135px;
  height: 48px;
  background-image: url("images/underline-alt.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

#footer h1 {
  margin-bottom: 10px;
}

.outerdiv {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.innerd {
  display: block;
}

.innerd a {
  text-decoration: none;
  color: rgb(184, 164, 129);
}

.connectw {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.connect {
  text-align: right;
}

.connect input {
  color: rgb(184, 164, 129);
  padding: 10px;
  background-color: transparent;
  border: 1px solid rgb(55, 46, 39);
  border-radius: 5px;
}

.connect button {
  color: rgb(184, 164, 129);
  padding: 10px;
  background-color: rgb(164, 126, 77);
  border-radius: 5px;
}

#fh {
  border: 1px solid rgb(55, 46, 39);
}

.footer-b {
  display: flex;
  justify-content: space-between;
}

.whatsapp-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background-color: rgb(77, 194, 71);
  fill: rgb(255, 255, 255);
  ;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  padding: 3px;
  box-sizing: border-box;
  position: fixed;
  left: 20px;
  bottom: 10%;
  z-index: 7;
}

#reachouter {
  display: flex;
  padding-left: 3%;
  gap: 20px;
  background-color: #cbc7a0;
}

#reachouter h1 {
  margin-top: 50px;
  font-size: 300%;
}

.content {
  display: block;
  width: 50%;
  font-size: 140%;
}

.tab {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 20px;
}

.tab button {
  border: 0;
  cursor: pointer;
  padding: 14px 16px;
  transition: .3s;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 83%;
}

.tab button:hover {
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
}

.tab button.tactive {
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
}

.cont {
  display: none;
  height: 580px;
  padding: 20px 0;
}

iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

.books {
  text-align: center;
}

.bookbtn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border: 0;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  outline: none;
  letter-spacing: 1.5px;
  border-radius: 5px;
  cursor: pointer;
}

.bookbtnc {
  font-size: 22px;
  font-weight: bold;
  padding: 25px;
  border: 0;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  outline: none;
  letter-spacing: 1.5px;
  border-radius: 5px;
  cursor: pointer;
}

.c {
  text-align: center;
}

.bigbook {
  font-size: 40px;
  font-weight: bold;
}

.reduce {
  font-size: 40px;
}

.navy {
  color: navy;
}

#servicet,
#hrt {
  border-collapse: collapse;
}

#servicet td,
#servicet th,
#hrt td,
#hrt th {
  border-bottom: 1px solid black;
}

#servicet tr:last-child td,
#hrt tr:last-child td {
  border-bottom: 0;
}

#hrt td,
#hrt th {
  padding-top: 35px;
  padding-bottom: 40px;
}

.blue {
  color: lightblue;
}

#site {
  color: lightblue;
  text-decoration: none;
}

#mainPopup-overlay {
  background-color: #1c1c1c9e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
  position: fixed !important;
  overflow: hidden;
  z-index: 99999;
  top: 0;
}

#mainPopup {
  background-color: #fff;
  border-radius: 15px;
  margin: auto;
  position: relative !important;
  width: 900px;
  max-width: 100%;
  height: fit-content;
  box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
  padding: 1rem !important;
  display: flex;
}

.closeOuter {
  position: absolute;
  top: 10px;
  right: 10px;
  justify-content: flex-end;
  display: flex;
  width: 100%;
}

.closebtn {
  background-color: rgb(34, 68, 95);
  padding: 2px 8px;
  border-radius: 50%;
  cursor: pointer;
  color: rgb(243, 219, 183);
  box-sizing: border-box;
}

.pouter {
  width: 50%;
}

.pouter:first-of-type {
  display: flex;
  flex-direction: column;
}

#plogo {
  width: 100%;
  height: 80px;
  margin-bottom: 1.5rem !important;
  display: flex;
  justify-content: space-between;
}

#plogo img {
  width: 120px;
  height: 80px;
}

#deskhide {
  display: none;
}

.pColorText {
  margin-bottom: 1.5rem !important;
}

.pTitle {
  font-size: 22px;
  color: rgb(34, 68, 95);
  margin: 0 !important;
  padding: 0 !important;
}

.pTitle2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: rgb(34, 68, 95);
  margin: 0 !important;
  padding: 0 !important;
}

.pdt {
  margin-bottom: .5rem !important;
}

.pbtnouter {
  display: flex;
  gap: .5rem !important;
}

.pbtnouter button {
  border: none;
  box-shadow: none;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  padding: 15px 22px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  width: 100% !important;
  box-sizing: border-box;
}

.pimgdiv {
  padding: 1rem !important;
  display: flex;
  justify-content: center;
}

#pimgouter {
  display: flex;
  border-radius: 80px;
  width: 80%;
  height: fit-content;
  overflow: hidden;
}

#pimgouter img {
  width: 100%;
  height: auto;
}

#sidePopupOuter {
  display: block;
  position: fixed;
  top: 30%;
  right: 0px;
  width: 300px;
  box-shadow: rgb(203, 203, 203) 2px 2px 10px;
  border: 1px solid rgb(34, 68, 95);
  border-image: initial;
  z-index: 7;
}

.sidePopupMess {
  background-color: rgb(34, 68, 95);
  padding: 1rem !important;
  display: flex;
  align-self: center !important;
  box-sizing: border-box;
}

.sidePopupMess:first-child p {
  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.sidePopupMess:nth-child(2) {
  background-color: white;
  display: block;
}

.sidePopupMess:nth-child(2) p {
  margin: .25rem !important;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.sidePopupMess:nth-child(2) p:last-child {
  margin: 0;
}


.sidePopupMess a {
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  color: rgb(34, 68, 95);
}

.sidePopupMess svg {
  vertical-align: middle;
}

#sidePopupOuter span {
  position: absolute;
  top: -10px;
  left: -10px;
  background: black;
  padding: 2px;
  width: 28px;
  height: 28px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid black;
  cursor: pointer;
  color: white;
}

#enquirebtn {
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  display: block;
  transition: .5s;
  font-weight: 500;
  position: fixed;
  right: 30px;
  bottom: 12px;
  z-index: 7;
  padding: 10px 38px !important;
  font-size: 15px !important;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  box-sizing: border-box;
}

#enquireOverlay {
  display: none;
  padding-left: 0px;
  overflow-x: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  box-sizing: border-box;
  background-color: #1c1c1c9e;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.enquireOuter {
  width: 100%;
  max-width: 800px;
  background-color: #f8f8f8;
  border: 4px solid white;
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border-radius: 8px;
  outline: 0;
  box-sizing: border-box;
  overflow-y: auto;
}

.enquireHead {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-sizing: border-box;
}

.enquireTitle {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: calc(1.275rem + .3vw);
  box-sizing: border-box;
}

.enquireHead button {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
  cursor: pointer;
  box-sizing: content-box;
  background: transparent;
  border: 0;
  border-radius: 8px;
  opacity: .5;
  text-transform: none;
  width: 1em;
  height: 1em;
  font-size: 40px;
}

.enquireBody {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.formWhole {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-right: -.5rem;
  margin-left: -.5rem;
  box-sizing: border-box;
}

.singleGroup {
  width: 100%;
  display: flex;
  margin-top: 1rem;
}

.control {
  margin: 0 .5rem;
  color: black;
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

.control:focus {
  color: black;
  border-color: #adc6a8;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(91, 140, 81, 0.25);
}

.formWhole textarea {
  height: 150px;
}

#sendmess {
  margin: 0 .5rem;
  margin-top: 1rem;
  border: 2px solid white;
  cursor: pointer;
  transition: .5s;
  font-weight: 500;
  font-size: 18px;
  border-radius: 10px;
  padding: 1rem 3rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  user-select: none;
  text-transform: none;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
}

#riship {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
  color: midnightblue;
  font-size: 60px;
}

#page {
  padding: 5%;
  background-color: #cf9f54;
}

#page2{
  padding: 2.5% 0;
  background-color: #cf9f54;
}

#page2 h1{
  font-size: 40px;
}

#ci {
  text-align: center;
}

#page h2:not(.reduce) {
  font-size: 45px;
}

#page:not(h1) {
  font-size: 35px;
}

#page button:not(.bookbtn):not(.courseb):not(.bookcb):not(.bookbtnc) {
  font-weight: bold;
  padding: 10px;
  border: 0;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  font-size: 16px;
  outline: none;
  letter-spacing: 1.5px;
  border-radius: 5px;
  cursor: pointer;
}

.h2c {
  text-align: center;
}

.pad {
  padding-left: 6%;
}

.pul {
  margin-left: 3%;
}

#ph {
  color: rgb(34, 68, 95);
  text-align: center;
  font-size: 300%;
}

.ph2 {
  color: rgb(34, 68, 95);
  border-bottom: 3px solid rgb(34, 68, 95);
  display: inline;
  padding-bottom: 5px;
  margin-left: 15%;
  font-size: 250%;
}

.lop {
  font-size: 150%;
}

.ml {
  margin-left: 15%;
}

.ml select {
  font-size: 125%;
}

.submitbtn {
  font-size: 14px;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  letter-spacing: 1.5px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.paypalimg {
  width: 140px;
  height: auto;
}

#pf select {
  width: 40%;
}

.bank {
  margin: 1% 10%;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgb(2, 24, 47);
  color: white;
}

.lastb {
  margin-top: 6%;
}

.l {
  font-size: 300%;
}

.acc {
  font-size: 150%;
}

.cs {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 300%;
}

.upid {
  display: flex;
}

.upid>div {
  margin-bottom: 0;
  width: 50%;
  padding-bottom: 0;
  height: fit-content;
  font-size: 150%;
}

.accepted {
  font-size: 29px;
}

.upid div:last-child {
  text-align: center;
  width: fit-content;
}

.fp {
  margin-left: 15%;
}

.fp li {
  font-size: 150%;
}

.courset {
  width: 100%;
  display: flex;
}

.u {
  text-decoration: underline;
  color: navy;
}

.coursei {
  display: block;
  padding: 10px;
  width: 33.33%;
  height: fit-content;
}

.coursei img {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 10px;
}

.coursei .sb button,
.bookcb {
  font-weight: bold;
  padding: 25px;
  border: 0;
  background-color: rgb(34, 68, 95);
  color: rgb(243, 219, 183);
  font-size: 20px;
  outline: none;
  letter-spacing: 1.5px;
  border-radius: 5px;
  cursor: pointer;
}

.mblue {
  color: midnightblue;
}

.big {
  font-size: 130%;
}

.bigger {
  font-size: 180%;
  font-weight: bold;
  color: midnightblue;
}

.who {
  text-align: center;
  font-size: 130%;
  color: navy;
}

.bwrap {
  width: 100%;
  text-align: center;
}

.bt {
  width: 100%;
}

.bt tr td:last-child {
  text-align: right;
}

.payment {
  background-color: rgb(254, 247, 231);
  padding: 20px 0;
  text-align: center;
  color: rgb(68, 40, 9);
}

#astrohimalayan {
  font-size: 300%;
}

#tick {
  width: 100px;
  height: 100px;
}

#success {
  font-size: 350%;
}

.payment p {
  font-size: 150%;
  padding: 0 35%;
}

.payment button {
  color: white;
  background-color: rgb(97, 138, 43);
  padding: 20px 35px;
  border-radius: 10px;
  border: 0;
  font-size: 120%;
  cursor: pointer;
}

.circle-container {
  width: 100px;
  height: 100px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.cross {
  position: relative;
  width: 60%;
  height: 60%;
}

.cross::before,
.cross::after {
  content: '';
  position: absolute;
  background-color: white;
}

.cross::before {
  width: 100%;
  height: 20%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.cross::after {
  width: 20%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

#cancelr {
  background-color: red;
}

.arrowimg {
  height: 40px;
  width: 40px;
}

pre {
  font-size: large;
  white-space: pre-wrap;
}

pre img {
  width: 100px;
  height: 100px;
}

#lt {
  margin: auto;
}

.error {
  color: red;
  text-align: center;
}

#fp {
  text-align: center;
  margin: 0 1%;
}

#fp h1{
  margin-top: 0;
}

#fouter1,
#router {
  display: flex;
  flex-wrap: wrap;
  column-gap: 127px;
  padding-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 60px;
}

.fpinner {
  text-align: left;
  border-radius: .5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  width: 27%;
  margin-bottom: 20px;
  height: fit-content;
}

.fpinner img {
  width: 100%;
  height: 305px;
}

#rp {
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 25px;
  background-color: rgb(2, 24, 47);
  color: white;
}

.rpinner {
  text-align: left;
  border-radius: .5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  width: 27%;
  margin-bottom: 20px;
  height: fit-content;
}

.rpinner img {
  width: 100%;
  height: 305px;
}

.fpinner a, .rpinner a{
  display: block;
  text-align: center;
}

.fpinner h3, .rpinner h3{
  text-align: center;
}

.fpinner p, .rpinner p{
  font-size: medium;
}

#inner {
  margin: 0 1%;
}

#inner h1{
  text-align: center;
  font-size: 60px;
}

.article-image{
  text-align: center;
}

.article-image img{
  width: 100%;
}

@media (max-width: 768px) {
  .padm {
    display: none;
  }

  .desktop-menu {
    display: none;
  }

  .bluebar {
    font-size: 12px;
  }

  .bluebar div {
    width: 100%;
  }

  .main-nav {
    padding: 10px;
    align-items: center;
  }

  .logo {
    margin-bottom: 10px;
  }

  #signinbtn {
    margin-right: 0;
  }

  .content-overlay h1 {
    font-size: 1em;
  }

  .content-overlay p {
    font-size: 0.7em;
  }

  .so,
  .to,
  .courset {
    flex-direction: column;
  }

  .si,
  .ti {
    width: 100%;
    box-sizing: border-box;
  }

  .spiritualt {
    display: block;
    width: 100%;
  }

  .spiritualt tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .spiritualt td {
    width: 100%;
    text-align: center;
  }

  #trust h2 {
    font-size: 1.4em;
  }

  .large {
    font-size: 19px;
  }

  .faq-item {
    width: 95%;
  }

  #reachouter {
    flex-direction: column;
    padding: 0 20px;
    row-gap: 250px;
  }

  #reachouter h1 {
    text-align: center;
  }

  .tab {
    width: 100%;
  }

  .content {
    width: 100%;
    box-sizing: border-box;
  }

  .content:first-child {
    height: max-content;
  }

  .outerdiv {
    flex-direction: column;
  }

  .innerd {
    padding-top: 20px;
    padding-bottom: 20px;
    width: fit-content;
    border-bottom: 1px solid rgb(55, 46, 39);
  }

  .innerd:first-child {
    padding-top: 0;
  }

  .connectw {
    flex-direction: column;
  }

  .footer-b {
    flex-direction: column;
  }

  .pouter {
    width: 100%;
  }

  #deskhide {
    display: inline-block;
    width: 80px;
    height: auto;
  }

  #po2 {
    display: none;
  }

  .singleGroup {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    padding: 10px;
    margin-top: 0;
  }

  .enquireOuter {
    width: auto;
    max-height: 100vh;
  }

  .control {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 20px);
  }

  #sendmess {
    margin-left: 20px;
  }

  .coursei {
    width: 100%;
  }

  .center {
    font-size: 39px;
  }

  #page h2 {
    font-size: 30px;
  }

  #page:not(h1) {
    font-size: 19px;
  }

  img {
    max-width: 100%;
  }

  #servicet {
    font-size: 50%;
  }

  #cft {
    font-size: 77%;
  }

  #rct {
    font-size: 74%;
  }

  #hrt {
    font-size: 77%;
  }

  #allt {
    font-size: 98%;
  }

  #pf select {
    width: 85%;
  }

  #astrohimalayan {
    font-size: 280%;
  }

  .payment p {
    padding: 0 5%;
  }

  .fpinner, .rpinner{
    width: 100%;
  }

  #inner h1{
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .main-nav {
    padding: 5px;
  }

  .logo {
    width: 80px;
    height: auto;
  }

  .content-overlay h1 {
    font-size: 0.6em;
  }

  .content-overlay p {
    font-size: 0.4em;
  }

  .faq-item {
    width: 98%;
  }
}

@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
    font-size: 28px;
    cursor: pointer;
    color: black;
  }

  .mobile-menu {
    position: fixed;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
    top: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9;
  }

  .nav-left,
  .nav-center,
  .nav-right {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }

  .nav-left {
    justify-content: flex-start;
    column-gap: 10px;
  }

  .nav-center {
    justify-content: center;
  }

  .nav-right {
    justify-content: flex-end;
    gap: 0;
  }

  .mobile-menu.open {
    display: block;
  }

  .mobile-menu li {
    border-bottom: 1px solid #eee;
  }

  .mobile-menu li:last-child {
    border-bottom: none;
  }

  .mobile-menu a {
    display: block;
    padding: 15px 20px;
    color: black;
    text-decoration: none;
  }

  .mobile-menu a:hover {
    background-color: #f0f0f0;
  }

  .mobile-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-top: 1px solid #eee;
    margin-top: 0;
    border-radius: 0;
    font-size: 100%;
  }

  .mobile-menu .sub-menu li a {
    padding-left: 40px;
  }
}