.paginatebtn{
    margin-top: 30px !important;
    margin-right: 15px;
    padding: 5px 15px;
    height: 40px;
    color: purple !important;
    background: #bf2abf;
    border: 2px solid gold;
}
.page-item.disabled .page-link {
    margin-left: 15px !important;
}

.page-link {
    font-weight: bold !important;
    box-shadow: 3px 3px 8px #888888 !important;
}

.page-link1 {
    background-color: #bf2abf !important;
    color: white !important;
    border: 2px solid #ffdc24 !important;
    font-weight: bold !important;
    box-shadow: 3px 3px 8px #888888 !important;
}
#download{
  padding: 72px 50px 0px 50px !important;
}
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

#file-upload-button {
    background-color: white;
}

#photo {
    width: 100%;
    background-color: white;
    padding: 5px 0px 5px 20px;
    color: black;
    /* border-radius: 0%; */
    border-top-left-radius: -8%;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    font-size: 12px;
    font-weight: 700;
    color: #495057 !important;
    /* margin-top: 5px; */
}


/* navbar */

.change::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #909;
}

.navbar {
    background-color: purple;
    height: 25px;
}


/* cubic */

.navbar-collapse {
    position: absolute;
    top: 12px;
}

.slogan {
    width: 49%;
    margin-top: 2px;
    float: left;
}

#slideshow-wrapper {
    z-index: 1;
    margin: 20% auto 0px 5px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.logo {
    width: 28%;
    margin-top: 1px;
    float: left;
}

.know {
    padding: 4px 10px 4px 10px;
    color: white;
    background-color: rgb(191 42 191);
    border-radius: 26px;
    font-size: auto;
    border: 3px solid gold;
}

.wrapper {
    left: -41px;
    height: 340px;
    width: 340px;
    position: relative;
    margin: 18% auto 0 auto;
}

.image-cube {
    /* margin-top: 17px; */
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    animation: spin 10s linear infinite;
}

.image-cube div {
    position: absolute;
    backface-visibility: hidden;
}

.image-cube div img {
    margin-top: -10px;
    height: 560px;
    width: 390px;
}

@keyframes spin {
    100% {
        transform: rotateY(360deg);
    }
}


/* img{
    width: 100%;
} */

.front1 {
    transform: translateZ(190px);
}

.right1 {
    transform: rotateY(-270deg) translateX(150px);
    transform-origin: 100% 0;
}

.back1 {
    transform: translateZ(-150px) rotateY(180deg);
}

.left1 {
    transform: rotateY(270deg) translateX(-150px);
    transform-origin: 0 50%;
}

.bgimage_set {

    /* background-image: url("https://assets.shreevivah.com/static/images/pink-web-bg.jpg") no-repeat; */
    background: url("https://assets.shreevivah.com/static/images/pink-web-bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 25px;
}

.img1 {
    height: 80%;
    width: 80%;
    padding-top: 150px;
    padding-left: 170px;
}

label {
    padding: 0;
    display: inline-block;
}

input[type=text],
select,
textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    /* width: 93%; */
}


/* Style the container */

.lakota {
    background: url("https://assets.shreevivah.com/static/images/lakota/lakhottttaaaa-f-2.png") no-repeat;
    background-size: 540px 600px;
    padding-top: 34px;
    height: 101%;
    margin-top: 10px;
}

#terms {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500 !important;
    color: white;
}

.form-control {
    border-radius: 23px;
    font-weight: 700;
}

input[type=text],
select,
textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 23px;
    box-sizing: border-box;
    resize: vertical;
    /* height: calc(1.5em + 6px + 2px) !important; */
    /* width: 66%; */
}

#gender {
    width: 100%;
}

.sec2 {
    margin-right: 0px;
}

.register_lable {
    font-size: 12px;
    font-weight: 1000;
    /* font-size: 15px; */
    /* font-weight: 1000; */
    /* margin-top: -9px; */
}

#photo {
    width: 100%;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #495057 !important;
}

#free {
    color: white;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 3px;
}

#easy {
    color: white;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 5px;
}

#left {
    width: 60%;
    margin: 0 auto;
    color: white;
    font-size: 13px;
}

#left .form-group {
    margin-bottom: 2px;
}

#left .form-group label {
    margin-bottom: 0px;
}

input[type=text],
select,
textarea {
    padding: 5px;
    font-size: 12px !important;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 23px;
    box-sizing: border-box;
    resize: vertical;
    /* width: 42%; */
}

.small,
small {
    font-weight: 700;
}

.regi {
    margin-top: -2px;
    color: #63009ed6;
    background-color: gold;
    box-shadow: 0px 0px 2px 2px #63009ed6;
    border-radius: 30px;
    cursor: pointer;
    border: 4px solid rgb(192 42 192);
    font-size: 14px;
    padding: 8px 25px;
    text-align: center;
    display: inline-block;
}

.regi:hover {
    margin-top: -2px;
    color: gold;
    background-color: #822aba;
    box-shadow: 0px 0px 5px 5px #bcae64;
    border: 4px solid gold;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 25px;
    text-align: center;
    display: inline-block;
}

.know:hover {
    color: rgb(185, 48, 185);
    background-color: gold;
    box-shadow: 5px 6px 10px 0px rgb(192 42 192);
    border: 6px solid rgb(192, 42, 192);
    transition: 1s;
}


/* .button:hover {
    background-color: gold;
    color: rgb(187, 23, 187);
  } */


/* .login {
    color: white;
    background-color: rgb(226 50 226);
    border-radius: 50px;
    font-size: 20px;
    border: 3px solid gold;
} */


/* .login:hover {
    color: white;
    background-color: gold;
} */

.btn1 {
    color: white;
    background-color: rgb(226 50 226);
    border-radius: 50px;
    font-size: 20px;
    border: 3px solid gold;
}

.btn1:hover {
    color: white;
    background-color: gold;
}

.register_now:hover {
    color: rgb(192, 42, 192);
    background-color: gold;
    box-shadow: 5px 6px 10px 0px rgb(192, 42, 192);
    border: 6px solid rgb(192, 42, 192);
    transition: 1s;
}

.register_now {
    color: white;
    background-color: rgb(191 42 191);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    border: 4px solid gold;
}

.register_now1 {
    color: white;
    background-color: rgb(191 42 191);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    border: 4px solid gold;
}

.register_now2 {
    color: white;
    background-color: rgb(191 42 191);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    border: 4px solid gold;
}

.register_now1:hover {
    color: rgb(192, 42, 192);
    background-color: gold;
    box-shadow: 5px 6px 10px 0px rgb(192, 42, 192);
    border: 6px solid rgb(192, 42, 192);
    transition: 1s;
}

.register_now2:hover {
    color: rgb(192, 42, 192);
    background-color: gold;
    box-shadow: 5px 6px 10px 0px rgb(192, 42, 192);
    border: 6px solid rgb(192, 42, 192);
    transition: 1s;
}

.col-lg-9 {
    padding-left: 1px;
    padding-right: 19px;
}

.col-4 {
    display: flex;
    justify-content: space-between;
}

.bgimage_set2 {
    background-image: url("https://assets.shreevivah.com/static/images/pink-web-bg.jpg");
    background-size: cover;
    height: auto;
    width: 100%;
}

.img4 {
    width: 350px;
    margin-bottom: -30px;
}

.myPara {
    margin-top: 0px;
    font-size: 25px;
    color: #760b90;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.bgimage_set3 {
    background-image: url("https://assets.shreevivah.com/static/images/yellow-web-bg.jpg");
    background-size: cover;
}

.logo1 {
    width: 28%;
    margin-top: 1px;
}

.myh1 {
    color: #71038c;
    font-size: 43px;
    font-weight: 800;
    margin-bottom: -6px;
}

.myh2 {
    color: #73088c;
    font-size: 23px;
    margin-bottom: -2px;
    padding-bottom: 15px;
    font-weight: 400;
}

.cube_top {
    margin-top: -62px;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    box-shadow: -7px 10px 11px -8px;
}

.card-title {
    font-weight: 900;
    color: #71038c;
}

.card-text,.card-text span {
    color: #a96cb8;
    font-size: 17px !important;
    text-align: left;
    /* padding-bottom: 10px; */
}

.leftlogo {
    position: absolute;
    left: 10%;
}

.logo1 {
    height: 99%;
    width: 159%;
    /* padding-top: 10px; */
    padding-left: 166px;
}

.row0 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 63px;
}

.img1div {
    margin-top: -1% !important;
    width: 417px;
    height: 114px;
    background-repeat: no-repeat;
    background-size: 46%;
    background-position: center;
}


/* .img1div:hover {
    background-size: 40%;
    background-position: center;
 /* } */


/* images/PNG\ Logo.png */

.img2div {
    margin-top: 0.5% !important;
    margin-left: 160px;
    width: 369px;
    height: 126px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: center;
}


/* .img2div:hover {
    background-size: 64%;
    background-position: center;
} */


/* .img3div {
    background-image: url("https://assets.shreevivah.com/static/images/header-3.png");
} */


/* login button */

.login {
    margin-bottom: 8px;
    padding: 10px 45px;
    color: white;
    background-color: #b813c8;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 800;
    border: 4px solid gold;
    box-shadow: 3px 4px 6px 0px grey;
    margin-top: 14%;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.login:hover {
    background-color: gold;
    color: white;
    box-shadow: 5px 6px 10px 0px rgb(192 42 192);
    padding: 10px 55px;
    border: 5px solid #b813c8;
    transition: 1s;
    font-size: 26px;
    margin-top: 5%;
    margin-left: -10%;
    color: #b813c8;
}


/* circle */

.bgimage_set1 {
    position: relative;
    background-image: url("https://assets.shreevivah.com/static/images/yellow-web-bg.jpg");
    background-size: 100%;
    width: 100%;
    padding: 3rem 0;
}


/* .container {
    max-width: 1313px;
    margin: 18px;
} */

ul {
    margin-top: -20px;
}

.circle-container {
    position: relative;
    width: 32em;
    height: 30em;
    border-radius: 50%;
    padding: 0;
    top: 11%;
    list-style: none;
    margin: 0em auto 0;
    border: solid 5px gold;
}

.circle-container>* {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3em;
    width: 6em;
    height: 6em;
}

#login_username::placeholder {
    color: purple !important;
}
#login_password::placeholder {
    color: purple !important;
}
#login_username {
    color: #495057 !important;
}
#login_password {
    color: #495057 !important;
}
/* .circle-container img {
    display: block;
    top: 150%;
    border-radius: 50%;
    transition: .15s;
  } */
#fullname::placeholder {
    color: #495057 !important;
}
#fullname{
    color: #495057!important;
}
#email_id::placeholder {
    color: #495057 !important;
}
#email_id{
    color: #495057!important;
}
#mobile::placeholder {
    color: #495057 !important;
}
#mobile{
    color: #495057!important;
}
#fullname::placeholder {
    color: #495057 !important;
}
#fullname{
    color: #495057!important;
}
.register_now {
    background-color: rgb(191 42 191);
    position: relative;
    top: 122px;
    font-weight: 700;
    left: 0;
    border: 4px solid #ffd700;
    z-index: 66;
}

.center-block {
    display: block;
    /* margin-left: auto;
    margin-right: auto; */
    margin-left: -90%;
    margin-top: -111%;
}

.zero {
    width: 250px;
    height: 200px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/3.png");
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
}

.one {
    width: 250px;
    height: 200px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/4.png");
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
}

.two {
    width: 250px;
    height: 217px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/5.png");
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
}

.three {
    width: 250px;
    height: 217px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/6.png");
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
}

.four {
    width: 250px;
    height: 200px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/7.png");
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
}

.five {
    width: 250px;
    height: 200px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/8.png");
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
}

.six {
    width: 250px;
    height: 200px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/samp.png");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.seven {
    width: 250px;
    height: 200px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/1.png");
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
}

.eight {
    width: 250px;
    height: 200px;
    background-image: url("https://assets.shreevivah.com/static/images/9bx/2.png");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    transition: 0.5s;
}

.hov {
    margin-top: 1%;
}

.nine {
    width: 14em;
    transform: rotate( 0deg)!important;
    margin-top: -6em;
    height: 13.5em;
    transition: .2s !important;
    cursor: pointer;
    margin-left: -7em;
}

.nine:hover {
    cursor: pointer;
    width: 16em;
    margin-top: -7.5em;
    margin-left: -8em;
    height: 15em;
}

.zero:hover {
    background-size: 147%;
    background-position: center;
    transition: 0.5s;
}

.one:hover {
    background-size: 147%;
    background-position: center;
    transition: 0.5s;
}

.two:hover {
    /* height: 234px; */
    background-size: 147%;
    background-position: center;
    transition: 0.5s;
}

.three:hover {
    height: 234px;
    background-size: 147%;
    background-position: center;
    transition: 0.5s;
}

.four:hover {
    background-size: 147%;
    background-position: center;
    transition: 0.5s;
}

.five:hover {
    background-size: 147%;
    background-position: center;
    transition: 0.5s;
}

.six:hover {
    background-size: 132%;
    background-position: center;
    transition: 0.5s;
}

.seven:hover {
    background-size: 147%;
    background-position: center;
    transition: 0.5s;
}

.eight:hover {
    background-size: 129%;
    background-position: center;
    transition: 0.5s;
}


/* .nine:hover {
    background-size: 120%;
    background-position: center;
    transition: 0.5s;
} */

.ten {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.ten:hover {
    color: white;
}
.circle-container>*:nth-of-type(1) {
    transform: rotate( 328deg) translate(12em) rotate( 32deg);
}

.circle-container>*:nth-of-type(2) {
    transform: rotate(28deg) translate(10em) rotate(333deg);
}

.circle-container>*:nth-of-type(3) {
    transform: rotate(83deg) translate(11em) rotate(276deg);
}

.circle-container>*:nth-of-type(4) {
    transform: rotate( 142deg) translate(16.5em) rotate(219deg);
}

.circle-container>*:nth-of-type(5) {
    transform: rotate( 172deg) translate(21em) rotate(189deg);
}

.circle-container>*:nth-of-type(6) {
    transform: rotate(201deg) translate(22.5em) rotate(160deg);
}

.circle-container>*:nth-of-type(7) {
    transform: rotate( 226deg) translate(23em) rotate( 134deg);
}

.circle-container>*:nth-of-type(8) {
    transform: rotate(254deg) translate(20em) rotate( 105deg);
}
.circle-container>*:nth-of-type(9) {
    transform: rotate( 290deg) translate(17.5em) rotate( 70deg);
}

#HP_Top_Elite {
    height: 50px;
    width: 50px
}


/* footer */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

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


/* .container{
    margin: -2px 1px 0px 37px;
}
.row{
    display: flex;
    flex-wrap: wrap;
} */

ul {
    list-style: none;
}

.footer {
    width: 100%;
    position: relative;
    min-height: 344px;
    background-color: rgb(191 42 191);
    padding: 20px 10px;
    line-height: 18px;
}

h4 {
    color: white;
    font-size: 15px;
    font-weight: 1000;
}

ol,
ul {
    padding-left: 0;
}

#footer-col1,
#footer-col2,
#footer-col3,
#footer-col4,
#footer-col5 {
    padding: 0 5px;
}

#footer-col1 {
    width: 11%;
}

#footer-col2 {
    width: 15%;
}

#footer-col3 {
    width: 37%;
}

#footer-col4 {
    width: 18%;
}

#footer-col5 {
    width: 18%;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 1000;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    /* background-color: #e91e63; */
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

#services {
    margin-left: 0%;
    margin-top: -8%;
}

.footer-col ul li a {
    font-size: 13px !important;
    font-weight: 600 !important;
}

#social-links1 {
    display: flex;
    flex-direction: row;
    width: 15vw;
    margin-top: 8px;
    margin-bottom: 23%;
}

#slideshow-wrapper1 {
    z-index: 1;
    margin: -3.8% auto 0px -9%;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

#slideshow1 {
    position: absolute;
    list-style-type: none;
    padding: 5px 0px;
    height: 100px;
    width: 100px;
    margin-top: -39px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#slideshow1>* {
    display: block;
    position: absolute;
}

#slideshow1 img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* box-shadow: 0 0 5px #ccc; */
    width: 170px;
    height: 170px;
}

#slideshow1 .front {
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -o-transform: translateZ(50px);
    transform: translateZ(50px);
    opacity: 1;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    -o-transition: -o-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
}

#slideshow1 .right {
    -webkit-transform: rotateY(90deg) translateZ(100px);
    -moz-transform: rotateY(90deg) translateZ(100px);
    -o-transform: rotateY(90deg) translateZ(100px);
    transform: rotateY(90deg) translateZ(100px);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    -o-transition: -o-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
}

#slideshow1 .left {
    -webkit-transform: rotateY(-90deg) translateZ(10px) translateX(-360px);
    -moz-transform: rotateY(-90deg) translateZ(10px) translateX(-360px);
    -o-transform: rotateY(-90deg) translateZ(10px) translateX(-360px);
    transform: rotateY(-90deg) translateZ(10px) translateX(-360px);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    -o-transition: -o-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
}

@media (max-width:500px) {
    #footer-col1,
    #footer-col2,
    #footer-col3,
    #footer-col4,
    #footer-col5 {
        padding: 0 15px;
        width: 100%;
        margin-bottom: 10px;
    }
    #social-links {
        width: 84vw;
    }
    .slide {
        margin-right: 1px !important;
    }
h5.lorem.ltr font {
    letter-spacing: 0.8px;
}


}

.footer-col ul li a {
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    color: #fffdfd;
    display: block;
    transition: all 0.3s ease;
}


/* #slideshow-wrapper1 {
    margin: 296px auto 0px 3%;
} */

#social-links,
#social-links1 {
    display: flex;
    flex-direction: row;
    width: 45vw;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: purple;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.social_link {
    background-size: 75%;
    width: 64px;
    height: 50px;
}

.social-links:hover {
    height: 100px;
}

#fac {
    background-image: url("https://assets.shreevivah.com/static/images/FB@4x.png");
    background-position: center;
    background-repeat: no-repeat;
}

#what {
    background-image: url("https://assets.shreevivah.com/static/images/WHT@4x.png");
    background-position: center;
    background-repeat: no-repeat;
}

#you {
    background-image: url("https://assets.shreevivah.com/static/images/YTB@4x.png");
    background-position: center;
    background-repeat: no-repeat;
}

#insta {
    background-image: url("https://assets.shreevivah.com/static/images/INS@4x.png");
    background-position: center;
    background-repeat: no-repeat;
}

#twi {
    background-image: url("https://assets.shreevivah.com/static/images/TWT@4x.png");
    background-position: center;
    background-repeat: no-repeat;
}

#linkd {
    background-image: url("https://assets.shreevivah.com/static/images/LKIN@4x.png");
    background-position: center;
    background-repeat: no-repeat;
}

#fac:hover {
    background-size: 78%;
    /* width: 160%; */
    background-position: center;
}

#what:hover {
    background-size: 78%;
    /* width: 160%; */
    background-position: center;
}

#you:hover {
    background-size: 78%;
    /* width: 160%; */
    background-position: center;
}

#insta:hover {
    background-size: 78%;
    /* width: 160%; */
    background-position: center;
}

#twi:hover {
    background-size: 78%;
    /* width: 160%; */
    background-position: center;
}

#linkd:hover {
    background-size: 78%;
    /* width: 160%; */
    background-position: center;
}

.footer-col .social-links a:hover {
    color: #3a63c9;
    background-color: #ffffff;
}

#copy {
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 18%;
}


/* Big Screen */


/* @media (max-width:2050px) {
    .login {
        margin-top: 10%!important;
    }
    .login:hover {
        margin-top: 8%!important;
        padding: 19px 73px!important;
    }
} */

@media (min-width:1900px) {
    .bgimage_set {
        min-height: 84vh;
    }
    .bgimage_set1 {
        justify-items: center;
        min-height: 102vh;
    }
    .bgimage_set2 {
        min-height: 101vh;
    }
    .bgimage_set3 {
        min-height: 100vh;
    }
    .slogan {
        margin-top: 7px;
    }
    input[type=text],
    select,
    textarea {
        height: 6px;
    }
    .nine {
        width: 14em;
        margin-top: -6em;
        height: 13em;
        margin-left: -6em;
    }
    .nine:hover {
        width: 15em;
        height: 14em;
        margin-top: -6em;
        margin-left: -6em;
    }
    .form-control {
        padding: .375rem -0.25rem;
    }
    .cars {
        height: 1px;
    }
    .cars1 {
        padding-right: 0px;
    }
    .lakota {
        background-size: 551px 539px;
        height: 105%;
    }
    .login {
        margin-top: 24%;
        margin-bottom: 9px;
        padding: 31px 59px;
    }
    .login:hover {
        background-color: gold;
        color: white;
        box-shadow: 2px 3px 9px 0px rgb(192 42 192);
        padding: 12px 82px;
        border: 6px solid rgb(192, 42, 192);
        transition: 1s;
        font-size: 31px;
        margin-top: 10%;
        color: rgb(192, 42, 192);
        padding: 40px 73px;
    }
    #social-links,
    #social-links1 {
        width: 88vw;
    }
    .social_link {
        background-size: 75%;
    }
    #fac:hover {
        background-size: 78%;
    }
    #what:hover {
        background-size: 78%;
    }
    #you:hover {
        background-size: 78%;
    }
    #insta:hover {
        background-size: 78%;
    }
    #twi:hover {
        background-size: 78%;
    }
    #linkd:hover {
        background-size: 78%;
    }
}
/* @media (min-width:2600px) and (max-width:3840px){
    .login{
        margin-top: 22%;
        margin-bottom: 9px;
        padding: 34px 100px;
        font-size: 40px;
    }
} */
@media (min-width:1440px) {
    /* .login {
        margin-top: 10%;
    } */
    
    .login:hover {
        /* margin-left: 20%; */
        margin-top: 8%;
    }
    .lakota {
        width:111%;
        background-size: 600px 600px;
    }
    #slideshow-wrapper1 {
        margin: -5% auto 0px -9%;
    }
    #services {
        margin-left: 1%;
        margin-top: -10.5%;
    }
    #copy {
        margin-top: 19%;
    }
    #slideshow img {
        width: 212px !important;
        height: 215px !important;
    }
    #slideshow1 img {
        width: 212px !important;
        height: 215px !important;
    }
    #slideshow-wrapper {
        margin: 23% auto 0px 6px!important;
    }
    #social-links1 {
        margin-bottom: 11%;
    }
}

@media (min-width:1300px) and (max-width:1440px) {
    .login {
        margin-top: 10%;
    }
    .login:hover {
        margin-left: -19%;
        margin-top: 4.5%;
    }
    .lakota {
        background-size: 540px 575px;
    }
    #slideshow-wrapper1 {
        margin: -3.8% auto 0px -9%;
    }
    #services {
        margin-left: 0%;
        margin-top: -10%;
    }
    #copy {
        margin-top: 19%;
    }
    #slideshow img {
        width: 212px !important;
        height: 215px !important;
    }
    #slideshow1 img {
        width: 212px !important;
        height: 215px !important;
    }
    #slideshow-wrapper {
        margin: 23% auto 0px 6px!important;
    }
    #social-links1 {
        margin-bottom: 11%;
    }
}


/* Large screen */


/* @media (max-width:1240px) {
    .login {
        margin-top: 5%!important;
    }
} */

@media (max-width:1440px) {
    .bacck {
        /* background-image:url("/assets/img/header-4.png"); */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left;
        /* height: 100vh; */
        height: 149px;
        position: relative;
        margin: -13px 0px 0px 5px;
        /* margin: 10px; */
        width: 100%;
        padding: 5px;
    }
    .nine {
        margin-top: -7em;
        margin-left: -7.2em;
        transform: rotate( 1deg)!important;
    }
    .new1 {
        width: 99%;
    }
    #free {
        color: white;
        font-weight: 600;
        font-size: 24px;
        margin-top: 1%;
    }
    #easy {
        color: white;
        font-size: 13px;
        margin-bottom: -2px;
        margin-top: -1%
    }
    #left {
        color: white;
        font-size: 14px;
    }
    .register_now2 {
        margin-bottom: 1%;
        margin-top: 1px;
    }
    .login {
        margin-top: 8%;
        margin-bottom: 17px;
        padding: 10px 45px;
    }
    .login:hover {
        background-color: #ffd700;
        padding: 10px 48px;
        transition: 1s;
        margin-top: 4%;
        margin-left: -0.9%;
    }
    .lakota {
        background-size: 530px 605px;
    }
    /*.bgimage_set2 { 
        background-image: url("https://assets.shreevivah.com/static/images/pink-web-bg.jpg");
        min-height: 60vh;

        }*/
    #social-links,
    #social-links1 {
        display: flex;
        flex-direction: row;
        width: 14vw;
    }
    .slogan {
        width: 44%;
        margin-top: 8px;
    }
}


/* Small screen */

@media (max-width:1090px) {
    .lakota {
        background-size: 450px 653px;
        padding-top: 53px;
    }
    #services {
        margin-left: 0%;
        margin-top: -11%;
    }
    #slideshow1 {
        margin-top: -51px;
    }
    #slideshow-wrapper1 {
        z-index: 1;
        margin: -3% auto 0px -11%;
    }
    .nine {
        width: 15em;
        margin-top: -19%;
        margin-left: -7em;
        height: 14em;
    }
    .nine:hover {
        width: 16em;
        height: 15em;
        margin-top: -22%;
    }
    .register_now1 {
        top: 1px;
        margin-bottom: 1%;
    }
    .new1 {
        width: 99%;
    }
    #social-links,
    #social-links1 {
        width: 16vw;
    }
    #left {
        margin-top: -9px;
    }
    .button {
        margin-top: -4px;
    }
    #easy {
        margin-top: -2px;
        margin-bottom: 1%;
    }
    .col-md-8 {
        margin-bottom: 2%;
        /* -ms-flex: 0 0 66.666667%; */
        flex: 0 0 99.666667%;
        /*max-width: 132.666667%;*/

    }
    #terms {
        margin-top: 3px;
        font-size: 11px;
        color: white;
    }
    #free {
        margin-top: -4%;
    }
    #left .form-group {
        margin-bottom: 1px;
    }
    .login {
        margin-top: 2%;
        padding: 6px 36px;
    }
    .slogan {
        width: 47%;
        margin-top: 0.5%;
    }
    .logo {
        width: 30%;
        margin-top: -3px;
    }
    .form-check {
        padding-top: 6px;
    }
    .bgimage_set2 {
        min-height: 119vh;
    }
    .login:hover {
        box-shadow: 5px 6px 10px 0px rgb(192 42 192);
        padding: 1px 24px;
        border: 6px solid rgb(192, 42, 192);
        transition: 1s;
        font-size: 24px;
        margin-top: 2%;
        color: rgb(192, 42, 192);
    }
    .register_now1 {
        top: 1px;
    }
    .register_now2 {
        position: relative;
        top: -16px;
        left: 2%;
        border: 3px solid gold;
        z-index: 66;
    }
    #groom {
        margin-bottom: 1%;
    }
    #grom {
        width: 315%;
    }
}


/* Tablet */

@media (max-width:907px) {
    .nine {
        width: 15em;
        margin-top: -21%;
        margin-left: -7em;
        height: 14em;
    }
    #slideshow1 {
        margin-top: 23px;
    }
    .login {
        padding: 0px 17px 1px 20px;
        margin-top: 0px;
    }
    #services {
        margin-left: 0%;
        margin-top: -15%;
    }
    #slideshow {
        margin-left: -44%;
    }
    #social-links1 {
        margin-bottom: 55%;
    }
    .new1 {
        width: 99%;
    }
    #slideshow-wrapper1 {
        margin: -15% auto 0px -15%;
    }
    #social-links,
    #social-links1 {
        width: 16vw;
    }
    .regi {
        margin-left: -7%;
        margin-top: 2px;
    }
    .login:hover {
        box-shadow: 2px 3px 8px 0px rgb(192 42 192);
        padding: 1px 20px;
        font-size: 18px;
        margin-top: -2%;
    }
    .cube_top {
        margin-top: 0px;
    }
    .wrapper {
        margin: 0% auto 0 auto;
        margin-bottom: 13%;
    }
    .image-cube div img {
        height: 335px;
        width: 353px;
    }
    .register_now1 {
        top: 1px;
        margin-bottom: 1%;
    }
    .lakota {
        height: 119%;
        margin-top: -9%;
        background-size: 571px 644px;
        margin-left: 6%;
    }
    #free {
        margin-top: -3%;
        margin-left: -10%;
    }
    #left {
        margin-top: -10px;
        padding-right: 9%;
    }
    #easy {
        margin-left: -14%;
        margin-bottom: 1%;
    }
    #grom {
        width: 314%;
        margin-bottom: 2%;
    }
    .front1 {
        transform: translateZ(191px);
    }
}


/* rotate mobile */

@media (min-width:570px) and (max-width: 690px) {
    .lakota {
        background-size: 422px 640px;
        width: 186%;
    }
    #free {
        margin-top: -3%;
        margin-left: -2%;
        font-size: 26px;
    }
    #easy {
        margin-left: -6%;
        margin-bottom: 2%;
    }
    .regi {
        margin-left: 9%;
        margin-top: 2px;
    }
    /*.nine {
        width: 60vw;
        margin-top: -85%;
        margin-left: 3%;
        height: 21em;
    }*/
    .bgimage_set2 {
        min-height: 68vh;
    }
}


/* Large Mobiles */

@media (max-width:550px) {
    #slideshow-wrapper1 {
        margin: 55% auto 0px -26%;
    }
    #slideshow1 {
        margin-top: -33px;
    }
    #slideshow-wrapper {
        margin: 10% auto 0px 2%;
    }
    .nine {
        width: 10em;
        height: 9em;
        margin-top: -4em;
        margin-left: -4.5em;
    }
    .nine:hover {
        width: 11em;
        height: 10em;
        margin-top: -4em;
        margin-left: -4.9em;
    }
    #marital_status {
        width: 80%;
    }
    #grom_bride {
        width: 76%;
    }
    #fullname {
        width: 79%;
    }
    #services {
        margin-left: 3%;
        margin-top: 40%;
    }
    #social-links1 {
        margin-bottom: 0%;
    }
    #slideshow {
        margin-left: 0%;
    }
    /* .know {
        padding: 7px 25px 7px 25px;
    } */
    .background_img {
        height: 5em;
    }
    .slogan {
        width: 149%;
        margin-top: 5.5%;
    }
    .log {
        margin-left: 12%;
    }
    .logo {
        width: 112%;
        margin-top: -2%;
    }
    #img_center {
        margin-left: -10%;
    }
    .bacck {
        width: 122%;
    }
    .login {
        width: 57%;
        height: 37%;
        top: 13px;
        font-size: 8px;
        /* margin-left: 48px; */
        border: 3px solid gold;
        padding: 6px 46px 19px 18px;
    }
    .login:hover {
        background-color: gold;
        box-shadow: 5px 6px 10px 0px rgb(192 42 192);
        border: 3px solid rgb(192, 42, 192);
        transition: 1s;
        font-size: 9px;
        margin-top: 1%;
        margin-left: 1%;
        padding: 5px 46px 19px 18px;
        color: rgb(192, 42, 192);
    }
    .image-cube {
        display: none;
    }
     :root {
        --size: 200px;
        --half: 100px;
        --half-n: -100px;
        --shadow: 25px;
        --s1-bg: url("https://assets.shreevivah.com/static/images/1.jpg");
        --s2-bg: url("https://assets.shreevivah.com/static/images/2.jpg");
        --s3-bg: url("https://assets.shreevivah.com/static/images/3.jpg");
        --s4-bg: url("https://assets.shreevivah.com/static/images/4.jpg");
        --s5-bg: url("https://assets.shreevivah.com/static/images/4.jpg");
    }
    html,
    body,
    .wrapper {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    .mini {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .new1 {
        width: 78%;
    }
    .minicube {
        width: var(--size);
        height: var(--size);
        position: relative;
        transform-style: preserve-3d;
        transform: rotateX(0deg) rotateY(-360deg);
        animation: minicube 15s linear infinite;
        z-index: 1;
        margin-left: 20%;
        margin-top: 10%;
    }
    @keyframes minicube {
        0% {
            transform: rotateX(0deg) rotateY(-360deg)
        }
        100% {
            transform: rotateX(0deg) rotateY(0deg)
        }
    }
    .side {
        width: var(--size);
        height: var(--size);
        position: absolute;
        top: 0;
        left: 0;
    }
    .s-1 {
        background-image: var(--s1-bg);
        background-size: cover;
        transform: translateZ(var(--half));
    }
    .s-2 {
        background-image: var(--s2-bg);
        background-size: cover;
        transform: translateY(var(--half-n)) rotateX(90deg);
    }
    .s-3 {
        background-image: var(--s3-bg);
        background-size: cover;
        transform: translateZ(var(--half-n));
    }
    .s-4 {
        background-image: var(--s4-bg);
        background-size: cover;
        transform: translateX(var(--half-n)) rotateY(90deg);
    }
    .s-5 {
        background-image: var(--s5-bg);
        background-size: cover;
        transform: translateX(var(--half)) rotateY(90deg);
    }
    .s-6 {
        background-image: var(--s6-bg);
        background-size: cover;
        transform: translateY(var(--half)) rotateX(90deg);
    }
    .lakota {
        background-size: 412px 658px;
        margin-left: -9px;
        margin-top: 7%;
        height: 119%;
    }
    #free {
        margin-top: -15px;
        margin-left: -222px;
        font-size: 24px;
        margin-bottom: -3px;
    }
    #easy {
        margin-left: -226px;
        font-size: 13px;
    }
    .col-lg-3 {
        max-width: 29%;
    }
    #left {
        margin-left: 80px;
        font-size: 17px;
    }
    #gender {
        width: 80%;
    }
    #religion,
    #photo,
    #caste,
    #cars,
    #email {
        width: 79%;
    }
    #grom {
        width: 75%;
    }
    #name {
        margin-top: 1%;
        width: 79%;
    }
    #mobile {
        width: 79%;
    }
    #cars2 {
        width: 79%;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    #terms {
        margin-top: 2px;
        font-size: 9.5px;
        color: white;
    }
    .regi {
        margin-top: 5px;
        margin-left: -23%;
    }
    .circle-container {
        margin-left: 6%;
        width: 20em;
        height: 20em;
    }
    .six,
    .eight {
        background-size: 134%;
    }
    .circle-container>*:nth-of-type(1) {
        transform: rotate( 354deg) translate(8.8em) rotate( 24deg);
    }
    .circle-container>*:nth-of-type(2) {
        transform: rotate(33deg) translate(10em) rotate(334deg);
    }
    .circle-container>*:nth-of-type(3) {
        transform: rotate(72deg) translate(10em) rotate(278deg)
    }
    .circle-container>*:nth-of-type(4) {
        transform: rotate( 117deg) translate(10em) rotate(217deg);
    }
    .circle-container>*:nth-of-type(5) {
        transform: rotate( 155deg) translate(10em) rotate(189deg);
    }
    .circle-container>*:nth-of-type(6) {
       transform: rotate(193deg) translate(9.2em) rotate(154deg);
    }
    .circle-container>*:nth-of-type(7) {
        transform: rotate( 226deg) translate(10em) rotate(135deg);
    }
    .circle-container>*:nth-of-type(8) {
        transform: rotate(268deg) translate(10em) rotate( 104deg);
    }
    .circle-container>*:nth-of-type(9) {
        transform: rotate( 311deg) translate(10em) rotate( 73deg);
    }
    .zero,
    .one,
    .two,
    .three,
    .four,
    .five,
    .seven,
    .six,
    .eight {
        width: 30%;
        height: 30%;
    }
    .zero,
    .one,
    .two,
    .three,
    .four,
    .five,
    .seven {
        background-size: 150%;
    }
    .zero:hover {
        background-size: 175%;
    }
    .one:hover {
        background-size: 175%;
    }
    .two:hover {
        background-size: 175%;
    }
    .three:hover {
        background-size: 175%;
    }
    .four:hover {
        background-size: 175%;
    }
    .five:hover {
        background-size: 175%;
    }
    .six:hover {
        background-size: 175%;
    }
    .seven:hover {
        background-size: 175%;
    }
    .eight:hover {
        background-size: 175%;
    }
    .register_now {
        top: 69px;
        left: -19%;
        border: 4px solid gold;
    }
    .card {
        margin-bottom: 4%;
    }
    .register_now1 {
        top: 2px;
        margin-bottom: 3%;
    }
    #copy {
        margin-top: 50%;
    }
    .bgimage_set {
        width: 158%;
        height: auto;
    }
    .bgimage_set1 {
        width: 158%;
    }
    .bgimage_set2 {
        height: auto;
    }
    .button {
        color: white;
        background-color: gold;
        border: 2px solid rgb(155, 10, 46);
        border-radius: 30px;
        width: 39%;
        margin-top: 9px;
        margin-left: 108px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        display: inline-block;
    }
    #social-links,
    #social-links1 {
        width: 45vw;
    }
}


/* Medium Mobiles */

@media (min-width:320px) and (max-width: 400px) {
    .bgimage_set {
        height: auto;
    }
    #services {
        margin-top: 45%;
    }
    .nine {
        width: 11em;
        margin-top: -4.5em;
        margin-left: -5em;
        height: 10em;
    }
    .nine:hover {
        width: 12em;
        height: 11em;
        margin-top: -4.5em;
    }
    #slideshow-wrapper1 {
        margin: 61% auto 0px -29%;
    }
    .new1 {
        width: 78%;
    }
    .lakota {
        height: 98%;
        background-size: 373px 653px;
        margin-left: -13px;
    }
    .register_now1 {
        top: 1px;
        margin-bottom: 3%;
    }
    #slideshow {
        margin-left: 0%;
    }
    #social-links,
    #social-links1 {
        width: 52vw;
    }
    .login {
        width: 59%;
        height: 37%;
        top: 13px;
        font-size: 8px;
        border: 3px solid gold;
        padding: 5px 46px 19px 18px;
    }
    .login:hover {
        background-color: gold;
        box-shadow: 5px 6px 10px 0px rgb(192 42 192);
        border: 3px solid rgb(192, 42, 192);
        transition: 1s;
        font-size: 9px;
        margin-top: 1%;
        padding: 5px 14px 19px 12px;
        color: rgb(192, 42, 192);
        padding: 5px 46px 19px 18px;
    }
    #free {
        margin-top: -16px;
        margin-left: -202px;
    }
    #left {
        margin-left: 72px;
    }
    #grom {
        width: 75%;
    }
    #terms {
        font-size: 8.5px;
        color: white;
    }
    .circle-container {
        margin-left: 3%;
    }
    .bgimage_set2 {
        height: auto;
    }
    #copy {
        margin-top: 52%;
    }
    .cube_top {
        margin-top: 1%;
        margin-bottom: 3%;
    }
    .wrapper {
        margin: 0 auto 0 auto;
        left: -15%;
    }
    .image-cube,
    .wrapper {
        margin-left: 16%;
    }
    .front1 {
        transform: translateZ(76px);
    }
    .right1 {
        transform: rotateY(-270deg) translateX(147px);
        transform-origin: 100% 0;
    }
    .back1 {
        transform: translateZ(-147px) rotateY(180deg);
    }
    .left1 {
        transform: rotateY(270deg) translateX(-150px);
        transform-origin: 0 50%;
    }
    .minicube {
        margin-left: 11%;
    }
}


/* Small Screens */

@media (min-width:0px) and (max-width: 320px) {
    .log {
        margin-left: 12%;
    }
    .nine {
 	width: 8em;
    	margin-top: -4em;
    	margin-left: -3.9em;
    	height: 8em;
    }
    .nine:hover {
        width: 8em;
        height: 8em;
        margin-top: -3.5em;
        margin-left: -3.4em;
    }
    #slideshow {
        margin-left: 0%;
    }
    .new1 {
        width: 78%;
    }
    #services {
        margin-top: 54%;
    }
    #slideshow-wrapper1 {
        margin: 74% auto 0px -34%;
    }
    .slogan {
        width: 185%;
        margin-top: 11.5%;
    }
    .front1 {
        transform: translateZ(47px);
    }
    .logo {
        width: 169%;
        margin-top: -3%;
    }
    .register_now1 {
        top: 1px;
        margin-bottom: 1%;
    }
    .bacck {
        width: 122%;
    }
    .login {
        width: 59%;
        height: 37%;
        top: 13px;
        font-size: 8px;
        border: 3px solid gold;
        padding: 5px 46px 19px 18px;
    }
    .login:hover {
        background-color: gold;
        box-shadow: 5px 6px 10px 0px rgb(192 42 192);
        border: 3px solid rgb(192, 42, 192);
        transition: 1s;
        font-size: 9px;
        margin-top: 1%;
        padding: 5px 46px 19px 18px;
        color: rgb(192, 42, 192);
    }
    .lakota {
        height: 645px;
        background-size: 311px 646px;
        margin-left: -9px;
        margin-top: 3%;
    }
    #free {
        margin-top: -15px;
        margin-left: -173px;
        font-size: 17px;
        margin-bottom: -3px;
    }
    #easy {
        margin-left: -170px;
        font-size: 8px;
    }
    #left {
        margin-left: 57px;
        font-size: 17px;
    }
    #gender {
        width: 80%;
    }
    #religion,
    #photo,
    #caste,
    #cars,
    #email {
        width: 79%;
    }
    #grom {
        width: 75%;
    }
    #name {
        width: 79%;
    }
    #mobile {
        width: 79%;
    }
    #cars2 {
        width: 79%;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    #terms {
        margin-top: 8px;
        font-size: 7.5px;
        color: white;
    }
    .regi {
        margin-top: 5px;
        margin-left: -23%;
    }
    .regi:hover {
        margin-top: 6px;
    }
    .circle-container {
        margin-left: 6%;
        width: 15em;
        height: 15em;
    }
    .six,
    .eight {
        background-size: 111%;
    }
    .circle-container>*:nth-of-type(1) {
        transform: rotate( 354deg) translate(8em) rotate( 13deg);
    }
    .circle-container>*:nth-of-type(2) {
        transform: rotate(33deg) translate(8.5em) rotate(323deg);
    }
    .circle-container>*:nth-of-type(3) {
        transform: rotate(64deg) translate(8.5em) rotate(293deg);
    }
    .circle-container>*:nth-of-type(4) {
        transform: rotate( 114deg) translate(7.5em) rotate(262deg);
    }
    .circle-container>*:nth-of-type(5) {
        transform: rotate( 155deg) translate(7em) rotate(200deg);
    }
    .circle-container>*:nth-of-type(6) {
        transform: rotate(193deg) translate(6.5em) rotate(158deg)
    }
    .circle-container>*:nth-of-type(7) {
        transform: rotate( 232deg) translate(6.5em) rotate(131deg);
    }
    .circle-container>*:nth-of-type(8) {
        transform: rotate(275deg) translate(6.5em) rotate( 82deg);
    }
    .circle-container>*:nth-of-type(9) {
        transform: rotate( 321deg) translate(7.7em) rotate( 41deg);
    }
    .zero,
    .one,
    .two,
    .three,
    .four,
    .five,
    .seven,
    .six,
    .eight {
        width: 30%;
        height: 30%;
    }
    .zero,
    .one,
    .two,
    .three,
    .four,
    .five,
    .seven {
        background-size: 125%;
    }
    .zero:hover {
        background-size: 175%;
    }
    .one:hover {
        background-size: 175%;
    }
    .two:hover {
        background-size: 175%;
    }
    .three:hover {
        background-size: 175%;
    }
    .four:hover {
        background-size: 175%;
    }
    .five:hover {
        background-size: 175%;
    }
    .six:hover {
        background-size: 175%;
    }
    .seven:hover {
        background-size: 175%;
    }
    .eight:hover {
        background-size: 175%;
    }
    .register_now {
        top: 69px;
        left: -19%;
        border: 4px solid gold;
    }
    .register_now1 {
        top: 5px;
        margin-bottom: 5%;
    }
    .myh1 {
        color: rgb(99 48 99);
        font-size: 33px;
        font-weight: 800;
        margin-bottom: -6px;
        line-height: 116%;
    }
    .myh2 {
        color: rgb(99 48 99);
        font-size: 18px;
        margin-top: 4%;
        padding-bottom: 15px;
        font-weight: 400;
    }
    .img4 {
        padding-right: 24%;
    }
    .card {
        margin-bottom: 2%;
    }
    #copy {
        margin-top: 64%;
    }
    .bgimage_set {
        width: 158%;
        height: auto;
    }
    .bgimage_set1 {
        width: 158%;
    }
    .bgimage_set2 {
        height: auto;
    }
    #img_center {
        margin-left: 2%;
        width: 113%;
    }
    .button {
        color: white;
        background-color: gold;
        border: 2px solid rgb(155, 10, 46);
        border-radius: 30px;
        width: 39%;
        margin-top: 9px;
        margin-left: 108px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        display: inline-block;
    }
    #social-links,
    #social-links1 {
        width: 60vw;
    }
    .minicube {
        margin-left: 7%;
    }
}

.title {
    /* padding: 0px; */
    /* margin-top: 35px; */
    width: 100%;
    height: auto;
    border: 3px solid orange;
    /* padding-top: 100px; */
    padding-left: 30px;
    font-size: 20px;
    background-color: orange;
    display: flex;
    flex-wrap: wrap;
}

.successstorycontent{
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: pre-wrap; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.card img{height: 260px;
    object-fit: cover;
    object-position: top;}
/*.backk {margin-left: 0 !important;margin-right: 0 !important;}*/
/*.banner_img{width: 60%;}*/
.plan:hover {background-color: gold;color: #ec0ce0;text-decoration: none;}
.plan2:hover {background-color: gold;color: #ec0ce0;text-decoration: none;}
.plan4:hover {background-color: gold;color: #ec0ce0;text-decoration: none;}
.plan3:hover {background-color: gold;color: #ec0ce0;text-decoration: none;}
/*#bt2:hover{background-color: gold;color: #ec0ce0;text-decoration: none;}*/
.plan5:hover {background-color: gold;color: #ec0ce0;text-decoration: none;}
.plan22:hover {background-color: gold;color: #ec0ce0;text-decoration: none;} 
.diamond-card {margin-top: 10px !important;font-size: 24px; width: 100%;}
.payment_main_header{position: relative;}
.table1 {width: 100%;text-align: left; margin-left: 10px;font-size: 20px;margin-top: 0 !important;} 
.new_padd{padding: 10px;}
.top_plan {margin: 0 0 15px 25px}
.diamond-card{margin-left: 0 !important}
.top_plan_inner_top {margin-top: 15px;}
.yes_check{position: relative;display: flex;align-items: center;margin-top: -10px; padding-bottom: 10px;}
#flexCheckDefault{margin-left: 15px;}
.yes_check input{margin-bottom: 0;margin-left: 25px;}
.yes_check .form-check-label{margin-left: 50px;}
.table thead th {vertical-align: bottom;border-bottom: 0px solid #dee2e6;}
.new_table .table td, .table th{font-size: 16px;}
.new_code_box{position: relative;margin: 0px !important;padding: 5px 10px !important;}
.paynow {position: relative;margin: 15px 0;}
.top_plan_inner_box{margin-bottom: 0px !important;}

.afterloginlabel{width: 20% !important;}
.afterlogininput{width: 75%;}
















@media only screen and (min-width:1801px) and (max-width:3400px) {}

@media only screen and (min-width:1501px) and (max-width:1600px) {}

@media only screen and (min-width:1401px) and (max-width:1500px) {}

@media only screen and (min-width:1301px) and (max-width:1400px) {}

@media only screen and (min-width:1200px) and (max-width:1300px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {
.bgimage_set2 {min-height: 65vh;}
.wrapper {left: -10px;}
#groom.col-sm-2 {-webkit-box-flex: 0; -ms-flex: 0 0 95%; flex: 0 0 95%;max-width: 95%;}
.myh1{text-align: center;}
.myh2{text-align: center;}
.card img{height: auto;}
#top_row {margin-left: 0 !important;}
#top_row { margin-left: 0 !important;margin-right: 0 !important;}
#download {padding: 0px 15px !important;}
.btnright{padding-right: 0 !important;}
.btnright1{padding-right: 0 !important;}
.col-md-12.bg-white .row .col-sm-6{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.backk {margin-left: 0;width: 100%;}
.top_in_row {margin-left: 0;margin-right: 0;}




}

@media only screen and (min-width:768px) and (max-width:991px) {
 #email_id{width: 80%;}   
 #navbarSupportedContent .row{justify-content: space-between;padding: 0 10px;align-items: center;}
.log {margin-left: 0;}
.lakota {height: 100%;background-size: 100% 100%;margin-left: 0;margin-top: 10px;width: 100%;}
#left {width: 64%; margin: 0 auto;}
#free { margin-top: 0px;margin-left: 0; font-size: 22px; margin-bottom: 5px;}
#easy { margin-left: 0; font-size: 13px; margin-bottom: 5px;}
#left .form-group {margin-bottom: 10px;}
#left .form-group label {margin-bottom: 0px; font-size: 14px;margin: 0 0 10px 0;}
#gender {width: 100%;}
#marital_status {width: 100%;}
#grom_bride {width: 100%;margin-bottom: 8px;}
#fullname {width: 100%;}
#email_id {width: 100%;}
.bgimage_set {width: 100%;height: auto;padding: 30px 0 40px 0;}
#left {margin-top: -0px;padding-right: 0;}
#groom{padding-right: 15px !important;}
#mobile {width: 100%;}
#religion, #photo, #caste, #cars, #email {width: 100%;}
.form-control {height: 30px !important;}
.regi{display: block;text-align: center;margin: 10px auto 0;}
.login {width: 100%;height: 60%;top: 13px;font-size: 8px;border: 3px solid gold;padding: 8px 25px 8px 30px;right: 10px;z-index: 999;}
.login {top: 0px !important;*margin: 0 !important;}
.wrapper{left: 100%;}
.image-cube, .wrapper { margin-left: 0;}
.minicube {margin: 0px auto;text-align: center;}
.wrapper {margin-left: 0 !important;left: 0 !important;margin-bottom: 15px !important;margin-right: 0 !important;
    display: inline-block !important;}
.circle-container {margin: 0 auto;}
.myh2 {font-size: 14px;margin-bottom: 10px;padding-bottom: 10px;text-align: center;padding-top: 10px;}
.myh1 {font-size: 20px;margin-bottom: 10px;text-align: center;}
.img4 {width: 100%;margin-bottom: -20px;}
.card {margin-bottom: 10%;}
#footer-col1, #footer-col2, #footer-col3, #footer-col4, #footer-col5 {padding: 10px 0 0 0;flex: 0 0 100%;}
.slogan {width: 80px;margin-top: 0px;}
.logo { width: 70px; margin-top: 0;margin-left: -10px !important;margin-right: 0 !important;display: inline-block !important;}
.background_img{height: 95px;}
.myPara h5{position: relative;font-size: 14px;}
.navbar-collapse{top: 10px;}
.card{margin-bottom: 20px;}
.bgimage_set1 {width: 100% !important;}
.register_now{left: 0 !important;}
#services {margin-top: 160px !important;display: none;}
#slideshow-wrapper1 {margin: 160px 0 20px -5px !important;}
#social-links1 {margin-bottom: 25px;}
#slideshow {margin-left: 0;}
#slideshow1{position: relative;margin: 0 !important;}
.bgimage_set .row .col-sm-6 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
#groom.col-sm-2 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;}

.navbar{position: absolute;width: 100%;top: 0;z-index: 1;}
.title{padding: 0 !important;}
.title h4{margin: 0 !important;padding: 15px 0 !important;}
.box{padding: 15px 0 0 0 !important;color: #333;}
#navbarNavAltMarkup {margin-top: 60px !important;}
.card img{height: auto;}
.back2 p{margin-left:0 !important;width: 100% !important;}
.container table tr td a{font-size: 10px;}
.view{font-size: 10px !important;width: 65px !important;}
.container{padding: 10px !important;}
#copy {margin-top: 35%;}
.navbar{height: 70px !important;}
.membershipheader{width: 100% !important;margin-left: 0 !important;}
.backk {margin-left: 0 !important;margin-right: 0 !important;width: 100% !important;}
.top_in_row, #top_row {width: 100% !important;margin-left: 0 !important;position: relative !important;display: block !important;}
.backk .row .col-lg-3 {max-width: 100% !important;}
.backk .row .col-sm-3 {max-width: 100% !important;}
.backk .row .col-md-3 {max-width: 100% !important;}
#top_plan1 {margin-left: 0 !important; width: 100% !important;margin-bottom: 20px;}
.centered{font-size: 10px !important;}
#bt11 { margin-top: 0 !important;}
#bt1 { margin-top: 0 !important;}
.alg h1{font-size: 25px !important;}
.bt {margin-top: 0 !important;}
.alg + .container .container .col-9 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.mt-3 h1{margin-top: -75px !important;}
#navbarNavAltMarkup {margin-top: 65px !important;}
.container h1{font-size: 20px !important;}
#profile_id{width: 100%;margin: 0 0 10px 0;}
.container.col-md-4 h5{height: 90px !important;}
.carousel-item .card-img.p-4 {padding: 45px !important;}
strong p {font-size: 20px !important;}
.container.col-md-4 h5{height: 90px !important;}
.container .mb-5.text-left{height: 60px !important;}
.frt{font-size: 10px;}
.card-body-right .btn{margin-left: -15px !important;}
.bgimage_set1 .container .mt-3{margin-top: 90px !important;}
.rounded {padding: 15px !important;}
.tablecell {font-size: 12px !important;}

#top_row .col-md-3 {-ms-flex: 0 0 100% !important;flex: 0 0 100% !important;max-width: 100% !important;}
#top_row1 .col-md-3 {-ms-flex: 0 0 100% !important;flex: 0 0 100% !important;max-width: 100% !important;}
.blk {margin-top: 0%;}
#download {padding: 0px 15px !important;}
.btnright{padding-right: 0 !important;}
.btnright1{padding-right: 0 !important;}
.contactfooter{margin: 0 !important;}
.bgimage_set1 .container .col-md-7 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.bgimage_set1 .container .col-sm-5 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.col-md-12.bg-white .row .col-sm-6{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.backk {margin-left: 0;width: 100%;}
.top_in_row {margin-left: 0;margin-right: 0;}

}







@media only screen and (max-width:767px) {
#email_id{width: 80%;}   
#navbarSupportedContent .row{justify-content: space-between;padding: 0 10px;align-items: center;}
.log {margin-left: 0;}
.lakota {height: 100%;background-size: 100% 100% !important;margin-left: 0;margin-top: 10px;width: 100%;}
#left {width: 64%; margin: 0 auto;}
#free { margin-top: 0px;margin-left: 0; font-size: 22px; margin-bottom: 5px;}
#easy { margin-left: 0; font-size: 13px; margin-bottom: 5px;}
#left .form-group {margin-bottom: 10px;}
#left .form-group label {margin-bottom: 0px; font-size: 14px;margin: 0 0 10px 0;}
#gender {width: 100%;}
#marital_status {width: 100%;}
#grom_bride {width: 100%;margin-bottom: 8px;}
#fullname {width: 100%;}
#email_id {width: 100%;}
.bgimage_set {width: 100%;height: auto;padding: 30px 0 40px 0;}
#left {margin-top: -0px;padding-right: 0;}
#groom{padding-right: 15px !important;}
#mobile {width: 100%;}
#religion, #photo, #caste, #cars, #email {width: 100%;}
.form-control {height: 30px !important;}
.regi{display: block;text-align: center;margin: 10px auto 0;}
.login {width: 100%;height: 60%;top: 13px;font-size: 8px;border: 3px solid gold;padding: 8px 25px 8px 30px;}
.login {top: 0px !important;*margin: 0 !important;}
.wrapper{left: 100%;}
.image-cube, .wrapper { margin-left: 0;}
.minicube {margin: 0px auto;text-align: center;}
.wrapper {margin-left: 0 !important;left: 0 !important;margin-bottom: 15px !important;margin-right: 0 !important;
    display: inline-block !important;}
.circle-container {margin: 0 auto;}
.myh2 {font-size: 14px;margin-bottom: 10px;padding-bottom: 10px;text-align: center;padding-top: 10px;}
.myh1 {font-size: 20px;margin-bottom: 10px;text-align: center;}
.img4 {width: 100%;margin-bottom: -20px;}
.card {margin-bottom: 10%;}
#footer-col1, #footer-col2, #footer-col3, #footer-col4, #footer-col5 {padding: 10px 0 0 0;flex: 0 0 100%;}
.slogan {width: 80px;margin-top: 0px;}
.logo { width: 70px; margin-top: 0;margin-left:margin-right: 0 !important;display: inline-block !important;position:relative;z-index:999;}
.background_img{height: 80px;}
div#navbarSupportedContent a.btn.btn-default.login {
    margin: 0px!important;
    font-size: 12px;
    margin-top: 5px!important;
    z-index: 999;		
}
.myPara h5{position: relative;font-size: 14px;}
.navbar-collapse{top: 10px;}
.card{margin-bottom: 20px;}
.bgimage_set1 {width: 100% !important;}
.register_now{left: 0 !important;}
#services {margin-top: 160px !important;display: none;}
#slideshow-wrapper1 {margin: 160px 0 20px -5px !important;}
#social-links1 {margin-bottom: 25px;}
#slideshow {margin-left: 0;}
#slideshow1{position: relative;margin: 0 !important;}
.bgimage_set .row .col-sm-6 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
#groom.col-sm-2 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;}
.titlebar{margin-top: 45px;}
.navbar{position: absolute;width: 100%;top: 0;z-index: 1;}
.title{padding: 0 !important;}
.title h4{margin: 0 !important;padding: 15px 0 !important;}
.box{padding: 15px 0 0 0 !important;color: #333;}
#navbarNavAltMarkup {margin-top: 60px !important;}
.card img{height: auto;}
.back2 p{margin-left:0 !important;width: 100% !important;}
.container table tr td a{font-size: 10px;}
.view{font-size: 10px !important;width: 65px !important;}
.container{padding: 10px !important;}
#copy {margin-top: 35%;}
.navbar{height: 70px !important;padding-left: 15px!important;}
.membershipheader{width: 100% !important;margin-left: 0 !important;}
.backk {margin-left: 0 !important;margin-right: 0 !important;width: 100% !important;}
.top_in_row, #top_row {width: 100% !important;margin-left: 0 !important;position: relative !important;display: block !important;}
.backk .row .col-lg-3 {max-width: 100% !important;}
.backk .row .col-sm-3 {max-width: 100% !important;}
.backk .row .col-md-3 {max-width: 100% !important;}
#top_plan1 {margin-left: 0 !important; width: 100% !important;margin-bottom: 20px !important;}
.centered{font-size: 12px !important;}
#bt11 { margin-top: 0 !important;}
#bt1 { margin-top: 0 !important;}
/*.banner_img{width: 100%;}*/
.payment_main_header .row .col-lg-3{max-width: 100%;width: 100%;}

.payment_main_header .row .col-lg-3, .col-md-3, .col-sm-3 {max-width: 100%;}
.paynow {margin-left: 300px;}
.apply{margin-left: 0 !important;}
.hdsection .navbar-nav li a{font-size: 16px;}
h5{padding: 20px;font-size: 14px;}
#registerbackground {width: 100%;margin-left: 0;margin-top: 15px !important;margin-bottom: 15px !important;}
.lorem{text-align: center !important;font-size: 16px !important;}
.container1 {width: 100% !important;margin-left: 0 !important;}
.centered1 {top: 60%;}
.cont {margin-left: 0;}
.card2{width: 100%;margin: 0;}
.downcard{padding: 15px 15px 60px 15px;}
.alg h1{font-size: 25px !important;}
.bt {margin-top: 0 !important;}
.alg + .container .container .col-9 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.mt-3 h1{margin-top: -60px !important;}
#navbarNavAltMarkup {margin-top: 65px !important;}
.container h1{font-size: 20px !important;}
#profile_id{width: 100%;margin: 0 0 10px 0;}
.rounded {padding: 15px !important;}
.row.mb-4{justify-content: center !important;}
.font-weight-bold{margin-left: 0 !important;}
.button{width: 100% !important;margin-left: 0 !important;}
.card-img.p-4{padding: 15px 0 0 0 !important;}
.mb-5.text-left{height: 65px !important;}
.afterloginlabel {width: 100% !important;padding-left: 0;}
.afterlogininput {width: 100% !important;}
.carousel-item .card-img.p-4 {padding: 45px !important;}
strong p {font-size: 20px !important;}
.container.col-md-4 h5{height: 90px !important;}
.container .mb-5.text-left{height: 60px !important;}


.frt{font-size: 10px;}
.card-body-right .btn{margin-left: -15px !important;}
.bgimage_set1 .container .mt-3{margin-top: 90px !important;}
.padd_none{padding: 0 !important;}
#registerform{margin: 0px;margin-bottom: 20px;}
#registerform2{margin: 0px;margin-bottom: 20px;}
.tablecell {font-size: 10px !important;}
#kndlg {top: 16%;font-size: 12px;margin-left: 15px;}
.container form .row .col-md-12 + .col-md-12{padding-left: 0;}
#download {padding: 0px 15px !important;}
.btnright{padding-right: 0 !important; float: none;}
.btnright1{padding-right: 0 !important; float: none;}
.contactfooter{margin: 0 !important;}
.bgimage_set1 .container .col-10 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.backk {margin-left: 0;width: 100%;}
.top_in_row {margin-left: 0;margin-right: 0;}
}


@media (max-width:767px) {
.container.personal select {
    width: 100%!important;
    display: block!important;
    margin: 0 0 15px 0!important;
}
div#mobile-nofirst-div input,.container.personal input[type="number"]{
    margin: 0px 0 15px 0!important;
    width: 100%;
    padding: 3px 7px!important;
    border: 1px solid #ccc;
}
.container.personal .conatiner.name input#social-email-id {
    margin-bottom: 15px;
}
.col-md-8.clgmb {
    margin-left: 0!important;
}
.col-sm-5.col-md-8.otml,
.col-md-8.cosd,
.col-md-8.dcos,
.col-sm-3.col-md-8.gmi,
.col-md-9.dietvne,
.col-md-9.drinkyno { 
    margin-left: 0!important;
}

.row.top_in_row.nbxmmbr .top_plan,
.row.top_in_row.kmcenterbx .top_plan {
     margin-left: 0px!important;
}

div#registerbackground {
    padding: 2rem!important;
}

.container.mmbrp1 img.desgin {
    height: 5em !important;
}

div#registerbackground h2,
div#registerbackground h3,
div#registerbackground h4,
div#registerbackground h5,
div#registerbackground h6
div#registerbackground span
div#registerbackground font {
    padding: 0;
}

.bgimage_set1 {
  padding: 20px 0px;
}
button.btn.register_now {
    margin-bottom: 20px;
}
.myPara.index-about h5 {
    padding: 0px;
}
.card.success_story.rightcard.index-rwbox img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.card.success_story.rightcard.index-rwbox h5.card-title {
    font-size: 20px;
    padding: 0;
}
.card.success_story.rightcard.index-rwbox .card-body.text-left .card-text.text-left.successstorycontent {
    height: 96px;
}
.ps-button-box {
    justify-content: flex-start!important;
}
.top_plan {
    margin: 0 0 15px 0px;
}
.match2.profile-mob .div5 {
    font-size: 14px;
}
.div8.tabs-nav {
    width: 100%;
    display:block;
}
.titlebar {
    display: none!important;
}
}



div#registerbackground.mmbrdesc h4,
div#registerbackground.mmbrdesc h5,
div#registerbackground.mmbrdesc span,
div#registerbackground.mmbrdesc font {
   font-size: 18px!important;
   line-height: 28px;
   letter-spacing: 0.5px;
   color: #000!important;
   font-weight: normal;
   padding:0px;
}

#download.para-content,
#download.para-content h2,
#download.para-content h3,
#download.para-content h4,
#download.para-content h5,
#download.para-content h6,
#download.para-content p,
#download.para-content strong,
#download.para-content a,
#download.para-content ul,
#download.para-content li,
#download.para-content font,
#download.para-content span {
    font-size: 18px!important;
    line-height: 28px!important;
    letter-spacing: 0.5px;
    color: #000!important;
    font-weight: normal;
}

.passgroup i.toggle-password {
     position: absolute;
     right: 8px;
     top: 8px;
     color: #93189f;
}

.passgroup {position: relative;}

.passgroup input#login_password {
    padding: 5px 15px;
}
img.image_show.blog-thumbimg {
   height: 270px;
}

.text.blog-details .successstorycontent h2, .text.blog-details .successstorycontent h5 {
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.text.blog-details .successstorycontent h2, .text.blog-details .successstorycontent h5, .text.blog-details .successstorycontent h5 font {
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    color: #000!important;
}
.text.blog-details h3 {
   font-size: 24px;
   font-weight: 500;
   color: #e232e2;
   letter-spacing: 0.5px;
}
.row.top_in_row.nbxmmbr {
    justify-content: center;
}
.klrbox label{
    margin-left: 15px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(1.75rem + 2px);
}
div#registerform form#refferal-register .form-group label.name1.text-left {
    line-height: normal;
    margin-bottom: 13px;
}
label#choose-file-label {
    line-height: normal;
}
