body {
  margin: 0;
  font-size: 16px;
  overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
p{
  line-height: 2rem;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
/*li {
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
   line-height: 2.5rem;
   padding-left: 10px;
}*/
.text-right{
  text-align: right !important;
}
.sv-header {
  background: #2d3892 url(/new/images/shivame-vibuti-2023.jpg) no-repeat 10% center;
  padding: 80px 0;
  text-align: center;
  display: none;
}
.sv-header.sv-header-mob{
  display: none;
}
.svh-d1 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 10px 10px 0px 0px rgba(255, 255, 255,0.7); */
}
.sv-header h1 {
  color: #ffcc01;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.sv-header h2 {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
h3 {
  font-size: 2rem;
  color: #000;
}
.sv-model h4 {
  font-size: 1.1rem;
}
.sv-header p {
  font-size: 1.3rem;
  color: #ffcc01;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
}
.sv-topform{
  background-color: #ffcc01;
  border-radius: 0px;
  display: inline-block;
  cursor: pointer;
  color: #2e3792;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 25px;
  text-decoration: none;
  position: relative;
  font-family: 'Poppins', sans-serif;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sv-topform:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border-radius: 5px;
  color: #001b5d;
}
.sv-topform:hover:after {
  color: #001b5d;
  width: 110%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
.sv-formpopup {
  background-color: #001b5d;
  color: #93fafd !important;
}
.sv-model {
  text-align: center;
}
.sv-formpopup:focus,
.sv-submit:focus {
  box-shadow: none;
}
.sv-formpopup:after {
  color: #93fafd;
}
.sv-formpopup:hover:after {
  color: #93fafd;
}
.sv-overview {
  padding: 40px 0;
}
.sv-overview hr {
  border: 1px solid #000;
  width: 15%;
  margin: auto;
}
.dis-row {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  text-align: center;
  width: 70%;
  margin: auto;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.dis-col1 {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dis-col2 {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv-video {
  text-align: center;
}

.sv-model .modal-header {
  border: none;
}
.sv-submit {
  background-color: #001b5d;
  color: #93fafd;
  font-size: 1.1rem;
}
.sv-submit:hover {
  border: 2px solid #001b5d;
  background-color: transparent;
  color: #001b5d;
  font-weight: 600;
}

.sv-clrsec {
  background: #e8f7fb;
  padding: 50px 0;
  color: #000;
  position: relative;
}
ul {
  position: relative;
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 0;
}
/*li:before {
  content: url("/new/images/linga.png");
  position: absolute;
  left: 2px;
}*/
.sv-blkpoint li:before{
  filter: invert();
}
.sv-faq li:before{
    filter: invert(100);
}
.sv-faq {
  padding: 40px 0;
  background: #e8f7fb;
}
.sv-faq .accordion-collapse {
  transition: 0.5s;
}
.sv-acop1 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #001b5d;
  position: relative;
}
.sv-faq .accordion-button:not(.collapsed),
.sv-faq .accordion-button {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
.sv-faq .accordion-item{border: none;background: #f0f8ff;}
.sv-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(100) invert(1);
}
.sv-faq .accordion-button:focus{box-shadow: none;outline: none;}
.accordion-button::after{
    filter: brightness(100) invert(1);
}
.sv-faq p{
    margin-bottom: 0;
    text-align: left;
    padding: 10px 20px;
}
.sv-vimg{
    text-align: center;
    margin-bottom: 10px;
}
.sv-vibimg{
    position: relative;
}
.sv-vibimg img{
    position: absolute;
    top: 25%;
}

.sv-pkg{
    padding: 40px 0;
}

.box-bg .sv-formctrl{
  width: 100%;
  align-self: center;
  border: 1px dashed;
  padding: 30px 30px 30px;
  border-radius: 10px;
  background: #f4f4f4;
}
.sa-videosec {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.box-bg .form-label{
  display: block;
  color: #2d3892;
  font-weight: 500;
}
.box-bg .form-element{
  display: inline-block;
  width: 49.6%;
  margin-bottom: 10px;
}
label {
    margin-bottom: 5px;
}
.box-bg #user-name-id, .box-bg #user-email-id, .box-bg #drp-birth-star, .box-bg #user-prayer-id, #user-phone-id {
 width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.5);
    border: 1px solid #cccccc;
}
.form-element.form-name {
  border-right: 10px solid transparent;
}
.box-bg #user-name-id:focus-visible, .box-bg #user-email-id:focus-visible, .box-bg #drp-birth-star:focus-visible,.box-bg #user-prayer-id:focus-visible{
  box-shadow: none;
  outline: none;
}
.box-bg .sv-bs{
  display: block;
  width: 100%;
  margin-top: 10px;
}
.box-bg #btn-details-submit {
  color: #ffffff;
    background: #2d3892;
    border: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}
.sv-formpkg .sv-hr {
  background: #fff;
}
.box-bg label#errormsgId {
  background: transparent;
  margin-top: 10px;
  border: 1px dashed #fc0000;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  display: none;
}
.box-bg .sv-thank {
  display: block;
  width: auto;
  text-align: center;
}
.box-bg .sv-pras {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.sv-bg{
    background: #e9feff00 url(/new/images/shiva-bg.png) no-repeat center;
    padding:120px;
    background-size: cover;
    z-index: 999;
    position: relative;
}
.sv-altcont{

  padding: 40px 0 0;
}
.sec-btms{padding-bottom: 60px;}
.sv-altcont h3{
  text-align: left;
}
.sv-textctr{
  font-weight: 600;
}
.sv-hr{
  height: 2px;
    width: 90px;
    background: #2c3791;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 0px;
}
.sv-vhmain {
  display: flex;
  align-items: center;
}
.box-bg{
background-color: transparent;
color: #fff;
display: flex;
position: relative;
margin-bottom: 30px;
}
.sv-videotit{
font-size: 1.1rem;
    line-height: 1.7rem;
    padding-bottom: 20px;
    margin-top: 27px;
}
.sv-altcont.wt iframe,.sv-altcont.bg iframe {
  border-radius: 10px;
  box-shadow: 0px 5px 0px 10px #001b5d;
}
.sv-pkg .sv-vh {
  top:20%;
}
.sv-hrb .sv-hr2{
  background: url(/new/images/sv-hr2.jpg);
}
.sv-hrb .sv-hr1{
  background: url(/new/images/sv-hr1.jpg);
}
.sv-hrb .sv-hr{
  background: url(/new/images/sv-hr.jpg);
}
.sv-hrb .sv-hr, .sv-hrb .sv-hr1, .sv-hrb .sv-hr2   {
  display: block;
  width: 244px;
  height: 9px;
  margin: auto;
  margin-bottom: 20px;
}
  
.sv-thank{
  color: green;

}
.sv-return{
  background: transparent;
  border: 1px solid #001b5d;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 5px 10px;
  display: block;
  margin: 0 auto;
}
h3.form-title {
    color: #2d3892 !important;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
}
.sv-yesbtn {
  background: #001b5d;
  border: 1px dashed #001b5d;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 5px 20px;
  color: #93fafd;
}
.form-title {
    color: #2d3892;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
}
.link-text {
    color: #000;
    font-size: 15px;
}
.link-btn {
    border: none;
    background: transparent;
    text-decoration: underline;
    color: #0077df;
}
.signin-wrap {
    margin: 20px 0px 0px;
}
.sv-yesbtn:hover{
  background: transparent;
  color: #001b5d;
  border: 1px dashed #001b5d;
}
.sv-nobtn {
  background: #93fafd;
  border: 1px dashed #001b5d;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 5px 20px;
  color: #001b5d;
}
.sv-nobtn:hover{
  background: transparent;
  color: #001b5d;
  border: 1px dashed #001b5d;
}
.sv-btndiv {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.sv-acnew label {
  display: block;
  color: #001b5d !important;
}
label#InrerrormsgId {
    color: red !important;
    font-weight: 400;
}
.sa-creacc {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.sv-acnew input#username,.sv-acnew input#password,.sv-acnew input#confirmPassword {
  width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.5);
    border: 1px solid #cccccc;
}
.password-container{
  position: relative;
}
.password-container .eye-icon{
  position: absolute;
  top: 29%;
    right: 2%;
}
.sv-chkbt .click-btn{
  color: #93fafd;
  background: #001b5d;
  border: none;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
}
.sv-acnew .click-btn{
  color: #ffffff;
    background: #2d3892;
    border: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}
.sv-acnew p {
  margin-top: 20px;
}
.sa-creacc.form-element {
  display: block;
  width: 100%;
}
.sv-acnew input#username:focus-visible,.sv-acnew input#password:focus-visible, .sv-acnew input#confirmPassword:focus-visible{
  outline: none;
}
.sv-chkmsg{
  display: block;
  width: 100%;
}

.loaderBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
  overflow: hidden;
  background: rgba(0,0,0,.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1001;
  left: 0;
  border-radius: 10px;
}
.spinner {
position: relative;
width: 150px;
height: 150px;
border-radius: 50%;
background: transparent;
border: solid white 1px;
animation: round 1s linear infinite;
}
.spinner::after {
content: '';
position: absolute;
left: 2px;
top: 2px;
width: 150px;
height: 150px;
border-radius: 50%;
border-top: #ffffff 5px solid;
}
@keyframes round {
from {
   rotate: 0deg;

}
to {
   rotate: 360deg;
}   
}
.loading-txt {position: absolute;color: #000;}
.loading-txt:before {
content: attr(data-text);
position: absolute;
overflow: hidden;
max-width: 7em;
white-space: nowrap;
color: #fff;
animation: loading 3s infinite;
padding-top: 0px;
margin-left: -30px;
}
@keyframes loading {
0% {
   max-width: 0;
}
}
.loading-txt img {
display: initial;
}
.loading-txt span {
display: block;
color: #fff;
font-size: 18px;
font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
.sv-formpkg h3{color: #fff;}
.sv-formpkg{
  background: #e8f7fb00 url(/new/images/form-bg-image.png) no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 90px;
  z-index: 999;
  position: relative;
}

/*newsly added css--*/
.sv-quotes {
    border-top: 1px dashed #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
    position: relative;
    margin-top: 50px;
    padding: 15px 0px;
}
.sv-titlexl{
    font-family: 'Bubblegum Sans', cursive;
    color: #2c3791;
    font-size:40px;
}
.sv-titlelg {
    color: #2c3791;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}
.pilai-image {
    background: url(/new/images/dr-pillai.png) no-repeat;
    width: 221px;
    height: 232px;
    position: absolute;
    bottom: -15px;
    background-size: 220px;
}
.svexp-wrap {
    background: #def5fb;
    padding: 30px;
    border-radius: 40px;
    /*margin-top: -86px;*/
}
.sv-exp-section {
    margin: 50px 0px;
}
.sv-clrsec::before {
    position: absolute;
    content: '';
    background: url(/new/images/left-shiva.png);
    width: 600px;
    height: 595px;
    opacity: 0.2;
    bottom: 0;
}
.sv-clrsec::after {
    position: absolute;
    content: '';
    background: url(/new/images/right-shiva.png);
    width: 600px;
    height: 595px;
    right: -6px;
    bottom: 0;
    opacity: 0.2;
}
.sv-shape{
    background: #e8f7fb;
    width: 100%;
    height: 100px;
}
.sv-titlexl.color-light{
  color: #ddf7fb;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}
input#user-phone-id:focus-visible {
    outline: none;
}

@media (min-width: 1100px) {
  header.sv-header{
    display:block;
  }
  
}
@media (max-width: 1099px) {
  .sv-header.sv-header-mob{
    display: block;
    background: #2d3892;
    padding: 30px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .sv-header h1 {
    font-size: 26px;
  }
  .sv-header h2, .sv-header p {
    font-size: 16px;
  }
  .sv-topform {
    font-size: 14px;
  }
  .sv-header.sv-header-mob {
    padding: 5px 15px 20px;
  }
  .sv-overview {
    padding: 10px;
  }
  .pilai-image {
    position: initial;
    background-position: center;
    margin: 0 auto;
    background-size: 150px;
    height: 145px;
  }
  .sv-bg {
    padding: 20px;
    background: #e3e8fb;
  }
  .container.svexp-wrap {
    padding: 30px 25px;
    margin-top: 0px;
    border-radius: 0px;
  }
  .sv-exp-section {
    margin: 0px;
  }
  .sv-altcont {
    padding: 30px 25px;
  }
  img.sv-shape {
    display: none;
  }
  .sv-clrsec::before, .sv-clrsec::after {
    display: none;
  }
  .sv-formpkg {
    padding: 100px 0px;
  }
  .sv-titlexl {
    font-size: 30px;
  }
  p{
    font-size: 1.1rem;
  }
  .sv-videotit {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .sv-vhmain {
    padding: 30px 0 0px;
  }
  .sv-clrsec {
    padding: 30px 10px;
  }
  .sv-share {
    padding: 30px 25px !important;
  }
  .sv-titlexl.color-light {
    padding-top: 30px;
  }
  #order {
    padding: 30px 15px;
  }
  .box-bg .sv-formctrl {
    margin-bottom: 30px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
    .pilai-image{
      background-size: 180px;
      width: 180px;
    }

.sv-vh {
    background: #fff;
    padding: 20px;
}
.sa-videosec{
  margin-top:20px;
}
}
@media (max-width: 767px){
.box-bg .form-element{
  width: 100%;
  border: none;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100% !important;
}
}

.sa-videosec iframe {
    border-radius: 10px;
    box-shadow: 0px 5px 0px 10px #001b5d;
}
#usernamesignin, #passwordsignin {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.5);
    border: 1px solid #cccccc;
}
.back-btn {
    border: none;
    background: transparent;
    display: block;
    float: right;
    color: #000000;
    font-weight: 500;
    border-radius: 3px;
    padding: 4px 10px;
}
.back-btn:focus {
    outline: none;
}
#InrsigninerrormsgId{
  color: Red !important;
  font-weight: 400;
}
#InrsigninerrormsgId{
  color: Red !important;
  font-weight: 400;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 97%;
}
textarea#user-prayer-id {
    height: 100px;
}
.form-group{
  margin-bottom: 15px;
}
.iti--separate-dial-code .iti__selected-flag {
    background: #fff;
}
.svtitle-lg {
    font-size: 25px;
    margin: 10px 0px 15px;
    color: #001b5d;
    font-weight: 600;
}
section.sv-share {
    padding: 50px 0px;
}
span.iti__country-name {
    color: #000;
    font-size: 14px;
}
div#checkoutid {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
label#InrerrormsgId, #InrsigninerrormsgId {
    background: transparent;
    margin-top: 10px;
    border: 1px dashed #fc0000;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    display: none;
}
.sv-acnew .acc-err {
  color: red !important;
  text-align: center;
}
.sv-acop1:after {
    content: '';
    position: absolute;
    background: url(../images/bottom-arrow.png);
    width: 30px;
    height: 30px;
    right: 0px;
}
.sv-faq .accordion-button.collapsed .sv-acop1::after {
    content: '';
    transform: rotate(0deg);
}
.sv-faq .accordion-button .sv-acop1::after {
    content: '';
    transform: rotate(-180deg);
}