
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@font-face {
  font-family:Helvetica;
  src: url(../fonts/HelveticaNeue.ttc);
}

/*font-family: 'Dancing Script', cursive;*/


@font-face {
  font-family:Newyork;
  src: url(assets/fonts/NewYork.otf);
}

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

body
{
    /* font-family: 'Helvetica';*/
     font-family: 'Inter', sans-serif;

}
body {
    background-color: #000;
}

.ptbcrd-3 {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
/*.wrapper {
    width: 100%;
    background-image: url(../images/bg-banner.jpg);
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 9;
}
.wrapper section {
    position: relative;
    z-index: 99;
}*/
/*.wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0606066e;
    z-index: 0;
}*/
/*.bg-clr6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #060606b0;
    z-index: 0;
}*/

.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;

}
.container-form{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;

}
.container-deity{
     width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;

}
.container-5{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
}
.card-img {
    
    background: #89389e52;
        /*background-image: linear-gradient(to right, #ffffff17 , #49494940);*/
    /*background: url(../images/back.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 4%;
    margin: 55px;
    margin-top: 0px;*/
   border-radius: 20px;
    box-shadow: 2px 2px 8px 2px #00000036;
     z-index: 9999999;
     position: sticky;
}
/*.card-img {
        background: ;
        
        margin-top: 20%;
       
        
    }*/
/*.card-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #00000014;
}*/
.pstn-rlt{
    position: relative !important;
}

.row {
    display: flex;
}
.twoimg-row
{
    margin-top: 25px;
}
.col-1{
  flex: 8.33%;
}
.col-2{
  flex: 16.66%;
}
.col-3{
  flex: 25%;
}
.col-4{
  flex: 33.3%;
}
.col-5{
  flex: 41.6%;
}
.col-6{
  flex: 50%;
}
.col-7{
  flex: 58.33%;
}
.col-8{
  flex: 66.66%;
}
.col-9{
  flex: 75%;
}
.col-10{
  flex: 83.33%;
}
.col-11{
  flex: 91.66%;
}
.col-12{
  flex: 100%
}
.genie-lamb {
                cursor: pointer;
            }
            .dsply-none{

                display: none;
            }
section#lamp {
    padding-bottom: 50px;
}

.dsply-blck {
    display: block !important;
}

.txt-cntr{
    text-align: center !important;
}
.txt-lft{
    text-align: left; !important;
}
.txt-rht{
    text-align: right; !important;
}


.bg-white{
    background-color: #fff !important;
}
.bdr-rdus-2{
    border-radius: 20px !important;
}
.ptb-1{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.ptb-2{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-3{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pb-10
{
    padding-bottom: 10px !important;  
}
.ptb-4{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.ptb-5{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pt-2{
    padding-top: 20px !important;
}
.pt-5{
    padding-top: 50px !important;
}
.pb-2{
    padding-bottom: 20px !important;
}
.pl-5{
    padding-left: 50px !important;
}
.mb-15
{
    margin-bottom: 15px;
}
.ml-15
{
    margin-left: 15px;
}
.plr-2{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.plr-3{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.plr-7{
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.pt-5{
    padding-top: 50px !important;
}
.pt-3{
    padding-top: 30px !important;
}

.mtb-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mtb-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mb-4 {
    margin-bottom: 40px;
}
.mb-20{
    margin-bottom:20px;
}


.bg-img1 {
    background-image: url(../images/energy-ball-03.png);
    background-size: 30% 39%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}


.mtb-mns6{
    margin-top: 5%;
    margin-bottom: 0%;
}
.mrb-mns27 {
    margin-right: 29%;
    margin-bottom: 19%;
}

.ml-mns300 {
    margin-left: 29%;
}

.mt-mns159 {
    margin-top: -30%;
}

.mr-mns345 {
    margin-right: 32%;
    margin-top: 5%;
}


.mtbl-mns {
    margin-left: 35%;
    margin-top: -11%;
    margin-bottom: 10%;
}


.bx-shdw-1{
    box-shadow: 0px 0px 4px #fff;
}

img.logo-img {
    width: 100%;
    max-width: 300px;
}
h1.main-he {
    font-size: 6rem;
    /* font-family: 'newyork'; */
    /*font-family: 'Inter', sans-serif;*/
    font-family: 'Dancing Script', cursive;
    color: #fff;
    line-height: 1.1;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 0px 2px 1px #d0ba99;
}

h1.heading1 {
    font-size: 100px;
    text-align: center;
    font-family:'inherit'!important;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
}

.heading-h3 {
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'inherit';
    color: #fff;
}


h4.main-he1 {
     color: #ffffffd6;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    /* font-family: 'Helvetica'; */
    font-family: 'Inter', sans-serif;
    letter-spacing: 2px;
    word-spacing: 1px;
}

h4.main-he2 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    /* font-family: 'Helvetica'; */
    font-family: 'Inter', sans-serif;
    padding: 10px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-shadow: 0 0px 4px #3030305c;
}
.main-he3 {
    color: #000;
    font-size: 32px;
    /*font-family: 'Helvetica';*/
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: underline;
     text-shadow: 0 0px 2px #3030305c;
}

h6.heading-h6 {
    font-size: 19px;
    color: #ffff;
    font-weight: 300;
    font-family: 'Helvetica';
}
.wish-button-link {
    color: #fd9700;
    font-size: 20px;
    display: block;
    text-align: center;
}
.circle-img11 {
    background-size: cover;
    background-image: url(../images/page2/circle-bg.png);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
    z-index: 97;
    background-position: center;
}


img.genie-lamb {
    width: 100%;
    max-width: 325px;
    margin-bottom: 10px;
}


.book-img img {
    width: 100%;
    max-width: 380px;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
    margin-top: 30px;
}
.note-img img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0px auto;
   }
.bg-clr6{
            /*background-image: url(assets/images/bg-img.jpg);
            background-size: cover;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
            z-index: 9;*/
        background-color: #000;
        }

.bg-img{
    background-image: url(../images/bg-banner.jpg);
    background-size: cover;
}
.bg-img7{
    background-image: url(../images/bg-banner.jpg);
    background-size: cover;
}
.bg-clr-form1{
/*    background: linear-gradient(100deg, #5c0570 15.52%, #ed73a0 91.92%);*/
    background: linear-gradient(100deg, #882e9d 15.52%, #ed73a0 91.92%);
}

.bg-grad-clr{
/*    background: linear-gradient(120.19deg, #9867FF 3.32%, #B339ED 21.16%, #993fe1 27.69%, #FF48CC 43.79%, #CE67FF 51.62%, #FF61DC 51.63%, #5887FF 71.2%, #C020F8 81.2%);*/

background: linear-gradient(100deg, #5c0570 15.52%, #ed73a0 91.92%);
}
.over-hid{
    overflow: hidden;
}


img.girl-img {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

img.circle-img {
    width: 100%;
    max-width: 500px;    
}
.ball-with-bottle{
    width: 100%;
    max-width: 500px;
}
img.ball-1 {
    width: 100%;
    max-width: 400px;
}

img.img-main {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#circle {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.animation-img {
    animation: 40s linear wheelround infinite;
    z-index: 1;
}
.animation-1 {
    animation: 40s linear spin1 infinite;
}
/*#mapster_wrap {
    max-width: 526px !important;
    width: 100% !important;
    height: auto !important;
    margin: auto !important;
}*/
img.img-responsive.center-block.d-block.circle-img {
    max-width: 100%;
}

@keyframes spin1{
    0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}

.sub-heading {
  /* border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
    padding: 10px 0;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: 'Helvetica';
    font-weight: 500;
    text-shadow: -2px 6px 4px black;
}

ul {
    display: flex;
    justify-content: center;
}
ul li{

    list-style: none;
    color: #fff;
}

img.btl-1 {
    width: 100%;
    max-width: 120px;
}




img.btl1 {
    width: 100%;
    max-width: 100px;
}

.telescope-img{
    display: block;
    margin: 0px auto;
    border-radius: 75px;
    box-shadow: -1px 2px 7px 0 #06053e;
    width: 100%;
    max-width: 151px;
}
/*.form-control {
    padding: 24px;
    letter-spacing: 1px;
    font-family: 'Helvetica';
    height: auto !important;
    border-radius: 10px;
    outline: none;
    color: #1f1f1f !important;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    border: 0px solid #b1b1b1;
    margin: 20px 0px;
    width: 100%;
    box-shadow: 0 0 2px #00000036;
    max-width: 80%;
}*/
.form-dis
{
    margin-top: 30px;
}
   .form-dis p {
   /* color: #222;*/
    line-height: 1;
}
.form-para p {
    font-size: 22px;
    color: #fff !important;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Helvetica';
}

.form-status{
    display:flex;
    justify-content:center;
    align-items:start;
}

/*form icon*/
.heading1-new{
    font-size: 40px;
    text-align: center;
    font-family: 'inherit';
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
}
.body-clr{
    background:#fff;
}
.bg-blk1 {
    background-color: #16021d;
}
.foot-clr{
    background-color: #403838 !important;
}
.footer-content {
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-family: 'Helvetica',sans-serif !important;
    font-size: 26px;
    font-weight: 300;
}
.main-heading{
    font-size: 52px;
    /* font-family: 'newyork'; */
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Dancing Script', cursive;
    color: #6656a9;
    line-height: 1.1;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 0px 2px 1px #d0ba99;
}
.main-head2 {
    color: #5151e3;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    /* font-family: 'Helvetica'; */
    font-family: 'Inter', sans-serif;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 0 0px 4px #3030305c;
}
.logo-section{
    background: #fff;
}
.bg-clr-form {
/*    background: linear-gradient(100deg, #5c0570 15.52%, #ed73a0 91.92%);*/
    background: linear-gradient(100deg, #882e9d 15.52%, #ed73a0 91.92%);
}
.card-img-frm{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    /* background-image: linear-gradient(to right, #ffffff17 , #49494940); */
    border-radius: 20px;
    box-shadow: 2px 2px 8px 2px #00000036;
    z-index: 9999999;
    position: sticky;
}
.sub-heading-dtt{
    font-size: 30px;
    text-align: center;
    /*width: 100%;
    max-width: 75%;
    margin: auto;*/
    color: #fff;
    font-weight: 500;
    font-family: 'inherit';
    line-height: 1.2;
    margin-bottom: 20px
}
div#first-active {
    padding: 25px;
}
/*div#second-active {
    margin: -34px;
}*/
div#fourth-active {
    padding: 28px 0 0px 0;
}
.pt-15 {
    padding-top: 15px !important;
}
.wish-bottle span{
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.genderimg{
    width:100%;
    max-width:180px;
}
.img-link {
    text-decoration: none;
    color: #5c0570;
    font-weight: 500;
    }
    .img-link span {
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.img-link:hover{
    color:purple;
}
.formkit-alert-success {
    text-align: center;
}

.gen-bck{
    color: #9e94c8 !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 12px 8px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 15px;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Balsamiq Sans', cursive;
}
.gentn{
    margin-top:-30px;
}
.mt-50{
    margin-top:50px;
}
/*#box-content1{
    display:none;
}*/
#submit-forms{
    display:none;
}
#forms-status{
    display:none;
}
.active-border {
    /* border: 2px solid #9007b9; */
    padding: 7px 0;
    /* border-radius: 46px; */
    /* background-color: #d284e9; */
    margin: 0 10px;
    border-top: 2px solid #f53d81;
}
.deactive-border {
    border-top: 2px solid #e0ddee;
    padding: 7px 0;
    margin:0 10px;
/*    border-radius: 46px;*/
/*    background-color: #e7dede;*/
}
.sub-heading-deity{
    font-size: 34px;
    /* text-align: center; */
    width: 100%;
/*    max-width: 60%;*/
    /* margin: auto; */
    color: #fff;
    font-weight: 500;
    font-family: 'inherit';
    line-height: 1.2;
    text-shadow: 0px 1px 2px black;
        margin-bottom: 20px
}
.text-left{
    text-align:left !important;
}
.text-center{
    text-align:center !important;
}
.sub-heading-dt{
padding: 10px 0;
font-family: 'newyork';
    text-transform: capitalize;
    /* text-align: center; */
    color: #fff;
    font-size: 42px;
    font-family: 'Helvetica';
    font-weight: 500;
    text-shadow: -2px 6px 4px black;
}
.gender-txt {
    color: #8c4099;
    font-weight: 600;
    margin-top:10px;
    padding-bottom: 0px !important;
}
.customs-btn {
    font-size: 19px;
    text-align: center;
    width: 100%;
    max-width: 500px;
    padding: 10px;
    background: linear-gradient(253.58deg, #d33cba -14.34%, #c72c2c 114.83%);
    box-shadow: 1px 1px 5px 0 #e91e63;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 20px;
    margin-top: 20px;
    display: block;
    margin: auto;
}
.customs-btn2{
   font-size: 19px;
    text-align: center;
    width: 95%;
   display: block;
   margin: 0 auto;
    padding: 10px 15px;
   background: linear-gradient(253.58deg, #d33cba -14.34%, #c72c2c 114.83%);
      box-shadow: 1px 1px 5px 0 #e91e63;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 20px;
     margin-top: 20px; 
     text-decoration: none;
}
.customs-btn:hover{
     background: linear-gradient(253.58deg, #f503cd -14.34%, #fb3939 114.83%);
}
.customs-btn2:hover{
     background: linear-gradient(253.58deg, #f503cd -14.34%, #fb3939 114.83%);
}
.true-wish{
   color: #332083;
    font-size: 32px;
    /* font-family: 'Helvetica'; */
    font-family: 'Inter', sans-serif;
    font-weight: 500;
     text-decoration: none; 
    text-shadow: 0 0px 2px #3030305c; 
}
.wish-bottle{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 60px !important;
}
.soul-img {
    max-width: 55px !important;
    height: 100%;
    max-height: 83px !important;
}
.timless-img
{
    height: 100%;
    max-height: 75px;
}
.wish-button {
    text-decoration: none;
}
.wish-texts {
    text-align: center !important;
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.cont-wdth{
    width:100%;
    margin:0 auto;
    max-width:600px;
}
.info-notes{
    font-size: 20px !important;
    text-align: center;
    line-height: 1.4 !important;
    margin: 0px 0px;
    font-weight: 600;
    color: #744aff !important;
    padding: 10px 0px;
    letter-spacing: 1px;
    font-family: 'Helvetica';
}
.pa-bot-30{
    padding-bottom:30px;
}
input.required {
    border: 0px solid #f1c2f97d !important;
}
.avtar-img1{
    width:100%;
    max-width:100px;
      border-radius: 100%;
/*    background: #cda2b4;*/
    transition: all 0.4s linear;
    transform: scale(1);
}
.avtar-img2{
    width:100%;
    max-width:100px;
    border-radius: 100%;
/*     background: #cda2b4;*/
    transition: all 0.2s linear;
    /*transform: scale(1);*/
}
.active img{    
   
/*    transform: scale(1.2);*/
    
    background:#8f858526;
    /*border:2px solid #810981;*/
    box-shadow: 0px 0px 5px 1px #5c057099;
}
/*.active .avtar-img1{
     padding:10px 15px;
}
.active .avtar-img2 {
    padding: 9px 18px;
}*/
.forms-status{
  margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: start;  
}
.forms-status3{
    display:none;
}
div#third-active {
    margin-top: 60px;
}
div#fourth-active{
    display:none;
}
.fa-globe:before {
    content: "\f0ac";
/*    color: #4e0091;*/
/*    font-size: 35px;*/
/*    padding: 0 20px;*/
   
}
.fa-envelope:before {
    content: "\f0e0";
/*     color: #8f98b7;*/
/*    font-size: 35px;*/
/*    padding: 0 20px;*/
    
}
.icon-status{
    color: #e0ddee;
    font-size: 35px;
    padding: 0 20px;
}
.active-color i{
    color:#f53d81  !important;
}
.active-color {
    border-top: 2px solid #f53d81;
}
.result-databox {
    width: 100%;
    max-width: 800px;
    border: 1px solid #cdc6c6;
    border-radius: 10px;
    box-shadow: 1px 3px 0px 0 #410d4a;
    margin: 0 auto;
}
.result-data{
    text-align:center;
} 
.result-data p{
    color:#000;
}
.col-data{
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    font-weight:400;
    color: #4a2358;
}

p {
    font-size: 21px;
    font-family: 'Helvetica',sans-serif;
    
    letter-spacing: 1.5px;
/*    padding-bottom: 18px !important;*/
    font-weight: 500;
}
/*input[type="text"] {
    width: 100%;
    max-width: 80%;
    padding: 15px 10px;
    box-shadow: 0 0 1px #000;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    font-family: auto;
    line-height: 2;
}*/
.box-sect {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px 0;
    box-shadow: inset 0 0 5px 2px #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}
.form-input-fields {
    font-size: 17px !important;
    width: 100%;
    max-width: 500px !important;
    margin: 0 auto !important;
    padding:10px;
    /*line-height: 1.3;*/
    /*background-color: #ffecf4a1 !important;*/
    text-align: center;
    font-weight: 500;
    color: #000 !important;
    border: 0px solid #fff;
    border-radius:20px !important;
    box-shadow: 0 0 2px #000000b5;
    border-radius: 5px;
    margin-top: 20px;
}

.clr-yel{
    color: #dbdb21;
}
.form-status2{
    margin-top:20px;
}
.wish-button {
    text-decoration: none;
    color: #fff;

}
.error-msg {
    display: none;
    text-align: center;
    /* background: #fff !important; */
    color: #c70f0f !important;
    font-weight: 500;
    padding: 0px;
    line-height: 1.8;
    margin: 0 auto !important;
    width: 100%;
    max-width: 500px !important;
    margin-top: -4px;
}
.genderval-err {
    display: none;
    color: #c70f0f;
    font-size: 16px;
    padding-top: 10px;
}
.genderval-dis
{
    display: block;
}

input[type="text"]{
        font-size: 24px;
    width: 100%;
/*    max-width: 82%;*/
    margin: 0 auto;
    line-height: 1;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
    color: #000;
    border: 0px solid #fff;
    box-shadow: 0 0 2px #000000b5;
    border-radius: 5px;
        margin-top: 20px;
}
input[type="email"]{

    font-size: 24px;
    width: 100%;
/*    max-width: 82%;*/
    margin: 0 auto;
    line-height: 1;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
    color: #000;
    border: 0px solid #fff;
    box-shadow: 0 0 2px #000000b5;
    border-radius: 5px;
        margin-top: 20px;

}

/*input:focus {
    outline-color: #4e4848 !important;
}*/

input:focus {
    outline-color: #f2a3ff !important;
}
input::placeholder {
    font-weight: 500;
    color: #938e8e;
  /*color: red;*/
    font-size: 16px;
}
h5.notes {
    font-size: 22px;
    text-align: center;
    line-height: 2;
    font-weight: 600;
    color: #000;
    padding: 22px;
    letter-spacing: 1px;
        font-family: 'Helvetica';
}

.custom-btn{

    font-size: 28px;
    text-align: center;
    width: 100%;
    max-width: 82%;
    padding: 20px 0px;
    background-color: darkorchid;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 10px;
        margin-top: 20px;
        margin-bottom:30px;
}
.btn-box{
    width: 100%;
  margin: 20px auto;
  text-align: center;
}

form {
    text-align: center;
    margin: 20px 0px;
   /* padding: 50px;
*/    padding-left: 40px;
    padding-right: 40px;
/*    padding-bottom: 50px;*/
}
.input-field {
    padding: 20px 0;
}
.status-heading {
    font-family: 'Patrick Hand', cursive;
    font-size: 2.2rem !important;
    text-align: left;
    display: block;
    text-shadow: 2px 2px 0px #000a86;
}
.input-field label {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}
.checked label.status {
    /* background: linear-gradient(45deg, #42c58e, #2c8ee2); */
    background: linear-gradient(45deg, #5012a478, #bd693291);
}
label.status {
    background: linear-gradient(45deg, #4f11a3, #cb7523);
    box-shadow: 0 0 10px 2px rgb(5 2 76);
    display: block;
    padding: 12px 8px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 15px;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Balsamiq Sans', cursive;

}
.gen {
    display: none;
}
label.status:after {
    font-size: 27px;
}
.reltn .col-6:nth-child(1) label.gender:after {
    content: 'male';
}
.reltn .col-6:nth-child(2) label.gender:after {
    content: 'female';
}
label.status:after {
    font-size: 27px;
}


span.name {
    font-size: 21px;
    display: inherit;
    color: #fff !important;
}

 .form-status {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: start;
    background: #f3f3f3;
}
ul {
    
    display: flex;
    justify-content: center;
}
.para-list
{
    display: block;
}
.para-list li {
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: 'Helvetica',sans-serif;
    padding: 10px 2px;
}
.form-status .icon-tele {
    color:#f44336 !important;
}

.animated {
    animation: zoom-in-out 4s linear infinite;
    animation-duration: 6s !important;
}
.round-round-1{
    
    animation:spin1 2s linear infinite;
    animation-direction: alternate-reverse;

    
}

@keyframes zoom-in-out 
{
    0%{
        transform: scale(1, 1);
    } 
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
/*@keyframes spin1 
{
    0%{
        transform:rotate(0deg); 
    }
    25%{
        transform:rotate(10deg); 
    }
    50%{
        transform:rotate(15deg); 
    }
    100%{
        transform:rotate(30deg); 
   }
}*/




#footer {
    background-color: #000000;
}

.footer-content {
    text-align: center;
    padding: 10px 0px;
    color: #fff;
}

.footer-content p {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Helvetica',sans-serif;
    padding-bottom: 5px !important;
    line-height: 1.5;
    margin-bottom:8px !important;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Helvetica';
}

.bottle-circle {
    position: relative;
}

@keyframes wheelround{

    0%{
        transform: rotate(0deg);
    }

     100%{
        transform: rotate(360deg);
    }
}
.sbtl{
    display: none;
}
.blink-anmtn{
    animation: 3s linear glow-btl infinite ;
}

@keyframes glow-btl{

    0%{
        display: none;
    }
    50%{
        display: block;
    }
    75%{
        display: none;
    }
    100%{
        display: block;
    }

}
/*.img-heading {
    text-align: center;
    font-size: 29px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: 1px 1px 0 #160a13;
    font-family: 'Helvetica';
    margin-bottom: 16px;
}*/



.img-heading {
    text-align: center;
    font-size: 28px;
    color: #fd9700;
    text-transform: capitalize;
    font-weight: 500;
    text-shadow: 1px 1px 0 #1e0e1a;
    margin-bottom: 16px !important;
    
    padding: 20px 0px;
    text-decoration: underline;
    text-decoration-color: #ffffff;
     /*font-family: 'newyork'; 
    font-family: 'Inter', sans-serif;
    /*font-family: 'Dancing Script', cursive;*/
    letter-spacing: 1.5px;
}
.logo {
    width: 100%;
    max-width: 90px;
    margin-top:10px;
    /*position: fixed;*/
}
.logo1 {
    width: 100%;
    max-width: 90px;
    margin-top:10px;
    
}

span.txt-clr {
    color: #fd9700;
}
/*.design-ides {
    padding: 50px;
}*/

img#img {
    width: 100%;
    max-width: 100px;
    position: fixed;
    bottom: 8%;
    left: 1%;
    animation: mover 2s infinite alternate;
}
img#img2 {
   width: 100%;
    max-width: 100px;
    position: fixed;
    bottom: 43%;
    left: 2%;
    animation: mover 2s infinite alternate;
}

img#img3 {
        width: 100%;
    max-width: 100px;
    position: fixed;
    top: 12%;
    right: 4%;
    animation: mover 2s infinite alternate;
}
img#img4 {
    width: 100%;
    max-width: 100px;
    position: fixed;
    bottom: 7%;
    right: 4%;
    animation: mover 2s infinite alternate;
}
img#img5 {
    width: 100%;
    max-width: 100px;
    position: fixed;
    bottom: 43%;
    right: 4%;
    animation: mover 2s infinite alternate;
}

@keyframes mover {
    0% {transform: translateY(0); }
    100% { transform: translateY(-20px); }
}



/*responsive start*/






@media(max-width: 1440px){
.heading1-new {
    font-size: 34px;
}
    img#img {
        bottom: 12%;
    }
    img#img4 {
        bottom: 12%;
    }
    .submit {
        font-size: 19px;
    }
    h5.notes {
    font-size: 20px;}

    h4.main-he1 {
        font-size: 18px;
    }

    h1.main-he {
        font-size: 5.5rem;
    }
    h1.heading1 {
        font-size: 100px;
    }

    .heading-h3 {
        font-size: 34px;
    }
    h4.main-he2 {
    
        font-size: 18px;
    }
    .sub-heading {
        font-size: 41px;
    }

    p {
        font-size: 19px;
    }

    .form-para p {
        font-size: 19px;
    }
    
    

    img.btl1 {
    
        max-width: 105px;
    }
    span.name {
        font-size: 19px;
    }

    
    
     .form-control {
        font-size: 19px;
        
    }

    .bg-img1 {
   
        background-size: 25% 34%;
    
    }


    .mtb-mns6{
        margin-top: 5%;
        margin-bottom: 0%;
    }   
    .mrb-mns27 {
        margin-right: 31%;
        margin-bottom: 19%;
    }   

    .ml-mns300 {
        margin-left: 31%;
    }

    .mt-mns159 {
        margin-top: -30%;
    }

    .mr-mns345 {
        margin-right: 33%;
        margin-top: 5%;
    }


    .mtbl-mns {
        margin-left: 35%;
        margin-top: -11%;
        margin-bottom: 10%;
    }

    .img-heading {
        text-align: center;
        font-size: 27px;
    }


}

@media(max-width: 1024px){
    .card-img {
   
        padding: 21px;
    }
    .submit {
        font-size: 19px;
    }
    h5.notes {
        font-size: 18px;
    }
    img.genie-lamb {
  
        max-width: 380px;
    }
    .heading1-new {
    font-size: 32px;
}
    .heading-h3 {
        font-size: 32px;
    }

    h4.main-he1 {
        font-size: 17px;
        line-height: 1.5;
    }
    h1.main-he 
    {
        font-size: 4.6rem;
    }
    h1.heading1 {
        font-size: 100px;
    }

    h4.main-he2 {
    
        font-size: 20px;
    }

    .sub-heading{

        font-size: 40px;
    }
    p {
        font-size: 18px;
    }
    .form-para p {
        font-size: 18px;
    }
    .ptb-5 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    

    span.name {
        font-size: 18px;
    }

    .formkit-input {
    
        max-width: 80%;
    }

   
    input::placeholder {
        font-size: 16px;
    }
     .form-control {
        font-size: 18px;
        font-weight: 500;
        
    }

    .bg-img1 {
   
        background-size: 30% 37%;
    
    }


    .mtb-mns6{
        margin-top: 5%;
        margin-bottom: 0%;
    }   
    .mrb-mns27 {
        margin-right: 28%;
        margin-bottom: 19%;
    }   

    .ml-mns300 {
        margin-left: 27%;
    }

    .mt-mns159 {
        margin-top: -33%;
    }

    .mr-mns345 {
        margin-right: 33%;
        margin-top: 5%;
    }


    .mtbl-mns {
        margin-left: 35%;
        margin-top: -14%;
        margin-bottom: 10%;
    }

    .img-heading {
        text-align: center;
        font-size: 25px;
    }

}

@media(max-width: 768px){
    .avtar-img1{
       
    max-width:100px;
}
.avtar-img2{
   
     max-width:94px;
}
    .row-flx{
        display:flex !important;
    }
    .form-input-fields {
    max-width: 350px !important;
}
    .customs-btn {
    max-width: 350px;
}
    .over-hid {
        display:flex !important;
}
    .container-form {
    max-width: 600px;
}
.container-deity {
    width: 100%;
    max-width: 650px;
}
    .input-field {
        padding: 5px 0;
    }

    .card-img {
        margin: 5%;
    }
    

    input[type="submit"] {
        
        font-size: 21px;
    }

    h1.heading1 {
        font-size: 75px;
    }

    .submit {
        font-size: 18px;
    }
    h5.notes {
        font-size: 17px;
    }
    img.genie-lamb {
  
        max-width: 300px;
    }

    .row{
        display: block;
    }

    .plr-7 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }   
    img.girl-img {
        width: 100%;
        max-width: 300px;
    }
    .heading1-new {
    font-size: 28px;
}
    .heading-h3 {
        font-size: 28px;
    }

    h4.main-he1 {
        font-size: 16px;
        line-height: 1.5;
    }
    
    h1.main-he {
        font-size: 4.5rem;
    }

    h4.main-he2 {
    
        font-size: 18px;
    }

   
    .sub-heading{

        font-size: 38px;
    }
    p{
        font-size: 17px;
    }
    .form-para p {
        font-size: 17px;
    }
    
    .btl-set1 {
        position: absolute;
        bottom: 66vw;
        left: 20vw;
    }
    .btl-set2 {
        position: absolute;
        right: 48vw;
        bottom: 37vw;
    }
    .btl-set3 {
        position: absolute;
        bottom: 2vw;
        right: 26vw;
    }
    .btl-set5 {
        position: absolute;
        bottom: 43vw;
        right: -14vw;
    }  

    
   

    
    img.btl1 {
        max-width: 95px;
    }

    span.name {
        font-size: 17px;
    }

    

    .formkit-input {
        max-width: 90%;
    }

    
    .form-control{
        max-width: 98%;
    }

    
    input::placeholder {
        font-size: 15px;
    }
     .form-control {
        font-size: 17px;
        
    }
    .bg-img1 {
        background-size: 38% 38%;
    }


    .mtb-mns6{
        margin-top: 5%;
        margin-bottom: -5%;
    }   
    .mrb-mns27 {
        margin-right: 24%;
        margin-bottom: 17%;
    }   

    .ml-mns300 {
        margin-left: 24%;
    }

    .mt-mns159{
        margin-top:-33%;
    }

    .mr-mns345 {
        margin-right: 27%;
        margin-top: 6%;
    }


    .mtbl-mns {
        margin-left: 32%;
        margin-top: -14%;
        margin-bottom: 13%;
    }

    .img-heading {
        text-align: center;
        font-size: 25px;
        max-width: 620px;
    }

    img.logo {
        width: 100%;
        max-width: 90px;
    }
    /*.heading1-new{
    font-size: 40px;
    }*/
    .sub-heading-dtt {
    font-size: 28px;
}
.sub-heading-deity {
    font-size: 28px;
    }
    .form-input-fields
    {
        padding: 8px;
    }
    form {
      padding-left: 35px;
    padding-right: 35px;
    
}
.para-list li {
    font-size: 17px !important;
}
.true-wish {
 font-size: 25px;
}
.customs-btn2 {
     width: 100%;
    line-height: 1.5;
}

}

@media (max-width: 600px){
     .over-hid {
        display:flex;
}
    .container-form {
    max-width: 570px;
}
    .container-deity {

    max-width: 570px
}
    h1.main-he {
      font-size: 3.8rem;
    }
    .plr-3 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .card-img {
        margin: 10%;
    }
    .card-img-frm {
        width: 100%;
        max-width: 536px;
    }
    .wish-button {
 font-size: 13px;
}
.heading1-new {
    font-size: 35px;
}
.heading-h3 {
    font-size: 30px;
}
.sub-heading-dtt {
    font-size: 23px;
}
 .sub-heading-deity {
    font-size: 22px;
}
a.btn-btn {
    font-size: 19px;
    }
    .error-msg {
     font-size: 14px;
}
input::placeholder {
   font-size: 14px;
}
.book-img img {
   max-width: 280px;
   }
   .note-img img {
   max-width: 320px;
   }
.wish-button-link {
  font-size: 17px;
    }
}


@media(max-width: 500px){
    /*.row-flx{
        display:block !important;
    }*/
.mrgn-btm{
    margin-bottom:5px;

}
  
    .sub-heading-dtt {
    font-size: 22px;
}
    .form-input-fields {
    padding: 0 0 3px 0;
}
    .container-form {
    max-width: 470px;
}
   
    .container-deity {
    max-width: 470px;
}
    
    .main-heading {
    font-size: 38px;
}
    .card-img-frm {
        width: 100%;
        max-width: 436px;
    }

.telescope-img {
    max-width: 110px;
}

    .customs-btn {
    width: 100%;
/*    max-width: 40%;*/
}

    .custom-btn {
    
    max-width: 100%;}

    input[type="submit"] {
        
        font-size: 19px;
    }

    h1.main-he {
        font-size: 2.8rem;
    }
    h1.heading1 {
    font-size: 42px;
    }

    h4.main-he1 {
        font-size: 14px;
        line-height: 1.5;
    }
    /*.heading-h3 {
        font-size: 24px;
    }*/

     .footer-content p {
        font-size: 15px;
    }

    .footer-content a {
        font-size: 15px;
    }
     .form-control {
        font-size: 16px;
        
    }

    .bg-img1 {
        background-size: 48% 37%;
    }


    .mtb-mns6{
        margin-top: 5%;
        margin-bottom: 0%;
    }   
    .mrb-mns27 {
        margin-right: 15%;
        margin-bottom: 1%;
    }   

    .ml-mns300 {
        margin-left: 13%;
    }

    .mt-mns159{
        margin-top:-24%;
    }

    .mr-mns345 {
        margin-right: 19%;
        margin-top: 2%;
    }


    .mtbl-mns {
        margin-left: 26%;
        margin-top: -25%;
        margin-bottom: 17%;
    }

    .eball{
        top: 133;
        left: 135px;
        max-width: 134px;
    }

    .img-heading {
        text-align: center;
        font-size: 20px;
        max-width: 450px;
    }
    .plr-3 {
    padding-left: 14px !important;
    padding-right: 14px !important;
    }

    img#img3 {
    
        max-width: 70px;
    }
     img#img2 {
    
        max-width: 70px;
    }
    
     img#img {
    
        max-width: 70px;
    }
    
     img#img4 {
    
        max-width: 70px;
    }
    
     img#img5 {
    
        max-width: 70px;
    }
    .img-one {
        display: none;
    }
    .wish-bottle {
  max-width: 50px !important;
}
.soul-img {
    max-height: 70px !important;
}
.timless-img {
    max-height: 64px;
}
.heading1-new {
    font-size: 22px;
}
.heading-h3 {
    font-size: 22px;
}
h6.heading-h6 {
    font-size: 16px;
}
form {
      padding-left: 30px;
    padding-right: 30px;
    }
    .form-input-fields {
    font-size: 14px !important;
    padding: 8px !important;
   }
   input[type="text"] {
     line-height: 1;
    }
    input[type="email"] {
    line-height: 1;
    }
    .avtar-img2 {
    max-width: 80px;
}
.avtar-img1 {
    max-width: 80px;
}

.deactive-border {
    
    margin: 0 3px;
    }
}
   


@media(max-width: 428px){
    .sub-heading-deity {
    font-size: 20px;
}
    .container-form {
    max-width: 395px;
}
    .container-deity {
    max-width: 395px;
}
     .card-img-frm {
        width: 100%;
        max-width: 400px;
    }
     .icon-status {
    
    font-size: 20px;
}
    .telescope-img {
    max-width: 110px;
}
    .card-img{
        margin:20px;
    }
.plr-3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    .eball{
        top: 115px;
        left: 157px;
        max-width: 1400px;
    }
    .heading1-new {
    font-size: 20px;
}
    .heading-h3 {
        font-size: 20px;
    }
    h1.heading1 {
        font-size: 42px;
    }

    h1.main-he {
        font-size: 2.6rem;
    }

    .img-heading {
        text-align: center;
        font-size: 18px;
        max-width: 405px;
    }
    h4.main-he1 {
        font-size: 12px;
        line-height: 1.5;
    }
    h4.main-he2 {
     font-size: 16px;
    }
    input[type="submit"] {
        
        font-size: 18px;
    }
    .customs-btn {
    width: 100%;
/*    max-width: 40%;*/
}
.box-sect {
   padding: 10px 5px;
}
.wish-button {
    font-size: 12px;
}
.lion-img {
    /* max-width: 27px; */
   height: 100%;
    max-height: 70px !important;
}
.sm-img-row {
margin-top: 4px;
}
.sub-heading-dtt {
    font-size: 20px;
}
a.btn-btn {
    font-size: 17px;
}
.true-wish {
    font-size: 20px;
}
.info-notes {
    font-size: 19px !important;
    }
.customs-btn {
    font-size: 17px;
    padding: 7px;
    }
    .submit {
    font-size: 17px;
    padding: 8px;
}
input::placeholder {
   font-size: 14px;
}
.main-heading {
    font-size: 34px;
}
.main-head2 {
    
    font-size: 20px;
    padding: 10px 5px;
    letter-spacing: 1px;
    
}
}



@media(max-width: 425px){
    
    .genderval-err {
    font-size: 13px;
}
    .telescope-img {
    max-width: 110px;
}
    .customs-btn {
    width: 100%;
/*    max-width: 40%;*/
}
    h5.notes {
        font-size: 15px;
    }

    h1.heading1 {
        font-size: 36px;
    }

    .heading-h3 {
        font-size: 18px;
    }

    img.genie-lamb {
  
        max-width: 250px;
    }

    h4.main-he1 {
        font-size: 14px;
        line-height: 1.5;
    }
    h1.main-he{
        font-size: 2.6rem;
        line-height: 1.3;
    }

    h4.main-he2 {
    
        font-size: 14px;
    }

    .sub-heading {

        font-size: 34px;
    }
    p {
        font-size: 16px;
        line-height: 1.5;
    }
    .form-para p {
        font-size: 16px;
    }
    img.logo-img {
        width: 100%;
        max-width: 250px;
    }
    img.ball-1 {
        width: 100%;
        max-width: 300px;
    }

    span.name {
        font-size: 16px;
    }
    

    img.btl1 {
        max-width: 80px;
    }
    
    span .dsply-blck{
        display: block;
    }
   

   
    
    .formkit-input {
        max-width: 84%;
    }

    
    .form-control{
        max-width: 100%;
    }
    .footer-content a {
    
        font-size: 14px;
    }
    .footer-content p {
        font-size: 14px;
    }
   

    input::placeholder {
   font-size: 14px;
}

     .form-control {
        font-size: 15px;
        
    }

    .bg-img1 {
        background-size: 50% 35%;
    }


    .mtb-mns6{
        margin-top: 5%;
        margin-bottom: 0%;
    }   
    .mrb-mns27 {
        margin-right: 10%;
        margin-bottom: 1%;
    }   

    .ml-mns300 {
        margin-left: 9%;
    }

    .mt-mns159{
        margin-top:-24%;
    }

    .mr-mns345 {
        margin-right: 16%;
        margin-top: 2%;
    }


    .mtbl-mns {
        margin-left: 26%;
        margin-top: -19%;
        margin-bottom: 13%;
    }   


    .eball{
        top: 98px;
        left: 120px;
        max-width: 140px;
    }

    .img-heading {
        text-align: center;
        font-size: 18px;
    }
     .plr-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }

    .para-list li {
    font-size: 16px !important;
}

}

@media(max-width: 390px){
    .main-heading {
    font-size: 30px;
}
    .heading1-new {
    font-size: 20px;
}
    .container-form {
    max-width: 350px;
    padding:5px 10px;
}
    .card-img-frm {
        width: 100%;
        max-width: 350px;
    }
    .telescope-img {
    max-width: 110px;
}
.customs-btn {
    width: 100%;
/*    max-width: 40%;*/
}
    .eball{
        top: 105px;
        left: 146px;
        max-width: 125px;
    }
    h1.heading1 {
        font-size: 38px;
    }
    .heading-h3 {
        font-size: 20px;
    }
    h6.heading-h6 {
    font-size: 17px;
}

    .img-heading {
        text-align: center;
        font-size: 15px;
        max-width: 363px;
    }
    h4.main-he1 {
        font-size: 14px;
    }
    h1.main-he {
        font-size: 2.3rem;
        line-height: 1.3;
    }
    .img-heading {
        text-align: center;
        font-size: 16px;
    }
    input[type="submit"] {
        
        font-size: 16px;
    }
/*.true-wish {
    font-size: 21px;
}*/
.info-notes {
    font-size: 18px !important;
}
.submit {
    font-size: 16px;
   
}
.main-head2 {
    font-size: 18px;
    padding: 10px 1px;
   }
   .avtar-img2 {
    max-width: 75px;
}
.avtar-img1 {
    max-width: 75px;
}
.true-wish {
    font-size: 19px;
}
.deactive-border {
    margin: 0 0px;
}
}


@media(max-width: 375px){
    .container-deity {
    max-width: 355px;
}

    .icon-status {
    
    font-size: 20px;
}
    .telescope-img {
    max-width: 110px;
}
    .customs-btn {
    width: 100%;
/*    max-width: 40%;*/
}
    h5.notes {
        font-size: 14px;
    }
    h1.heading1 {
        font-size: 36px;
    }
    img.genie-lamb {
  
        max-width: 220px;
    }

    p {
        font-size: 15px;
    }
    .form-para p {
        font-size: 15px;
    }
    .heading-h3 {
        font-size: 20px;
    }
    .sub-heading {

        font-size: 30px;
    }

   /* h4.main-he1 {
        font-size: 15px;
        line-height: 1.5;
    }*/
    h1.main-he {
        font-size: 2rem;
    }

    h4.main-he2 {
        font-size: 13px;
    }

    /*.mt-50 {
        margin-top: -60px;
    }*/
    
    img.btl1 {
        max-width: 65px;
    }

    
    span.name {
        font-size: 15px;
    }

  

     .footer-content p {
        font-size: 13px;
    }

    .footer-content a {
        font-size: 13px;
    }
    input::placeholder {
        font-size: 14px;
    }
     .form-control {
        font-size: 14px;
        
    }

    .bg-img1 {
        background-size: 55% 40%;
    }


    .mtb-mns6{
        margin-top: 5%;
        margin-bottom: 0%;
    }   
    .mrb-mns27 {
        margin-right: 10%;
        margin-bottom: 1%;
    }   

    .ml-mns300 {
        margin-left: 9%;
    }

    .mt-mns159{
        margin-top:-24%;
    }

    .mr-mns345 {
        margin-right: 16%;
        margin-top: 2%;
    }


    .mtbl-mns {
        margin-left: 26%;
        margin-top: -19%;
        margin-bottom: 13%;
    }

    .eball{
        top: 100px;
        left: 111px;
        max-width: 110px;
    }

    .img-heading {
        text-align: center;
        font-size: 16px;
    }
     input[type="submit"] {
        
        font-size: 16px;
    }
   
.wish-bottle {
    max-width: 45px !important;
}
.wish-button {
    font-size: 11px;
}
.soul-img {
    max-height: 63px !important;
}
.lion-img {
    max-height: 63px !important;
}
.timless-img {
    max-height: 59px;
}
.info-notes {
    font-size: 17px !important;
}

}

@media(max-width: 320px){
    .main-heading {
    font-size: 2.5rem;
}
.main-head2 {
    font-size: 15px;
    padding: 10px 3px;
}
.deactive-border {
    margin: 0px 3px;
}
    .sub-heading-deity {
    font-size: 18px;
}
    .container-form {
    max-width: 295px;
}
    .container-deity {
    max-width: 295px;
}
    .main-heading {
    font-size: 26px;
}
    .card-img-frm {
        width: 100%;
        max-width: 300px;
    }
    .icon-status {
    
    font-size: 18px;
}
    .telescope-img {
    max-width: 110px;
}
    .customs-btn {
    width: 100%;
/*    max-width: 40%;*/
}

    img#img2 {
    
        bottom: 58%;
    }
     img#img5 {
    
        bottom: 58%;
    }

    img#img3 {
   
    top: 4%;}

    img#img {
        bottom: 27%;
    }
    img#img4{
        bottom: 27%;
    }

    input[type="submit"] {
        
        font-size: 15px;
    }

    h6.heading-h6 {
        font-size: 14px;
    }

    h5.notes {
        font-size: 13px;
    }
    h1.heading1 {
        font-size: 28px;
    }

    img.girl-img {
        max-width: 250px;
    }
    img.genie-lamb {
  
        max-width: 200px;
    }

    p {
        font-size: 14px;
    }
    .form-para p {
        font-size: 14px;
    }
    .sub-heading {

        font-size: 28px;
    }

    h4.main-he1 {
        font-size:0.8rem;
        line-height: 1.5;
    }

    /*h1.main-he {
        font-size: 31px;
        line-height: 1.3;
    }*/

    h4.main-he2 {
    
        font-size: 13px;
    }
    span.name {
        font-size: 14px;
    }
    

   .submit {
        font-size: 15px;
    }
    
    
    
    .footer-content p {
        font-size: 12px;
    }

    .footer-content a {
        font-size: 12px;
    }
    input::placeholder {
        font-size: 13px;
    }

    .form-control {
        font-size: 13px;

    }

    .bg-img1 {
        background-size: 55% 40%;
    }


    .mtb-mns6{
        margin-top: 5%;
        margin-bottom: 0%;
    }   
    .mrb-mns27 {
        margin-right: 10%;
        margin-bottom: 1%;
    }   

    .ml-mns300 {
        margin-left: 7%;
    }

    .mt-mns159{
        margin-top:-24%;
    }

    .mr-mns345 {
        margin-right: 14%;
        margin-top: 2%;
    }


    .mtbl-mns {
        margin-left: 26%;
        margin-top: -19%;
        margin-bottom: 13%;
    }


    .eball{
        top: 70px;
        left: 80px;
        max-width:90px;
    }

    .img-heading {
        text-align: center;
        font-size: 14px;
        max-width: 295px;
    }
    .plr-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
form {
    
    padding-left: 22px;
    padding-right: 22px;
   }
   .error-msg {
    font-size: 13px;
}
.sub-heading-dtt {
    font-size: 17px;
}
a.btn-btn {
    font-size: 15px;
}
.true-wish {
    font-size: 17px;
}
.info-notes {
    font-size: 15px !important;
}
.heading1-new {
    font-size: 18px;
}
.heading-h3 {
    font-size: 18px;
}
.para-list li {
    font-size: 14px !important;
}
.wish-button-link {
    font-size: 15px;
}
}
