body
{
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
}

.navbar-design
{
    background-color:#6d1140;
    height:80px;
    border-radius:0px 0px 20px 20px;
}

.navbar-design .nav-link
{
    color:#fff !important;
    margin-top:5px;
    margin-left:20px;
    margin-right:20px;
    text-transform: uppercase;
    font-size:15px !important;
}


.loginbtn
{
    background-color:#E0C27F;
    border-radius:50px;
    width:130px;

    text-align:center;
    color:#000 !important;
    text-decoration: none;
    /* margin-top:5px; */
    padding:10px;

}
.navbar-design .navbar-nav
{
    margin-right:100px !important;
}

.banner-section
{
    background-image: url('../images/banner_img.jpeg');
    background-size:cover;
    background-position:center;
    height:100vh;
}

.banner-content
{
    position:absolute;
    top:5%;
    left:50%;
    transform:translate(-50%);
    width:900px;

}
.form-design
{
    border-radius:50px;
    /* background-color:#CBB7CC; */
    border:1px solid #6d1140;
    text-align:center;
    height:45px;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.5);

}
.select2-container--default .select2-selection--multiple
{
    border-radius:50px !important;
    background-image: linear-gradient(to right, #cf97a2 0%, #cf97a2 41%, #cbc2d9 100%) !important;
    background-color:#CBB7CC !important;
    border:1px solid #6d1140 !important;
    text-align:left !important;
    /* height:45px !important; */
    padding:7px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border-radius:50px !important;
    background-image: linear-gradient(to right, #cf97a2 0%, #cf97a2 41%, #cbc2d9 100%) !important;
    background-color:#CBB7CC !important;
    border:1px solid #6d1140 !important;
    text-align:left !important;
    /* height:45px !important; */
    padding:7px !important;
}
.select2-container--default .select2-selection--single
{
    border-radius:50px !important;
    background-image: linear-gradient(to right, #cf97a2 0%, #cf97a2 41%, #cbc2d9 100%) !important;
    background-color:#CBB7CC !important;
    border:1px solid #6d1140 !important;
    text-align:left !important;
    height:45px !important;
    padding:7px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top:9px !important;
    right:15px !important;
}
.select2-container--open .select2-dropdown--above
{
    border-radius:10px 10px 10px 10px !important;
    overflow:hidden !important;
}
.select2-container--open .select2-dropdown--below
{
    border-radius:10px 10px 10px 10px !important;
    overflow:hidden !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
    background-color: #6d1140 !important;
}
.form-design-2
{
    border-radius:50px !important;
    background-image: linear-gradient(to right, #cf97a2 0%, #cf97a2 41%, #cbc2d9 100%) !important;
    background-color:#CBB7CC !important;
    border:1px solid #6d1140 !important;
    text-align:left !important;
    height:45px !important;
    /* box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.5); */
}

.form-design-3
{
    border-radius:50px !important;
    /* background-image: linear-gradient(to bottom, #cf97a2 0%, #cf97a2 41%, #cbc2d9 100%) !important; */
    /* background-color:#CBB7CC !important; */
    border:1px solid #B88A40 !important;
    text-align:left !important;
    height:45px !important;
    /* box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.5); */
}

.form-control:focus
{
    border-color:#6d1140 !important;
    box-shadow:0 0 0 0.25rem rgb(109 17 64 / 25%);
}
.btnstyle
{
    background-color:#6d1140 !important;
    border-radius:50px !important;
    color:#fff !important;
    /* font-size:13px !important; */
}
.navbar-collapse
{
    background-color:#6d1140 !important;
    border-radius:0px 0px 15px 15px !important;
}
.slider-section
{
    background-image: url('../images/flower_bg.png');
    background-size:cover;
    background-position: center;
    padding:50px 0px;
}
.slider-section h3
{
    font-weight:bold;
    color:#6d1140;
    margin-bottom:20px;
}
.slider-section p
{
    font-size:25px;

    margin:10px auto;
    display:block;
}
.carouseldesign
{
    width:700px !important;
    margin:0 auto;
    display:block;

}
.carouseldesign img
{
    border-radius:30px;
}
.mobile-section
{
    background-image: url('../images/heart_bg.png');
    background-size:cover;
    background-position:center;
}

.footer-ul li
{
    list-style-type: none;
    color:#fff;
    margin:10px 0px;
}
.register-section
{
    /* height:100vh; */
    background-image: url('../images/flower_bg.png');
    background-size:cover;
    background-position:center;
    background-attachment: fixed;
}
.register-inner
{
    padding:170px 0px;
    /* border:1px solid blue; */
    border-radius:50px;
    overflow:hidden;
}
.form-container
{
    background-color:#6d1140;
    overflow: hidden;
    border-radius:50px;
    /* height:250px; */
    padding:30px 20px;
    margin-left:-50px !important;
    box-shadow: -11px 13px 28px 0px rgba(0,0,0,0.27);

}
.label-2
{
    color:#fff !important;
    text-align: center !important;
    margin:10px 0px !important;

}
.label-1
{
    color:#fff;
    text-align: center !important;
    font-weight:bold
}
.form-check-label
{
    color:#fff !important;
    font-weight:bold !important;
}

.switch-field {
	display: flex;
	/* margin-bottom: 36px; */
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-image: linear-gradient(to bottom, #cf97a2 0%, #cf97a2 41%, #cbc2d9 100%);
	color:#000;
    font-weight:bold;
	font-size: 14px;
	line-height: 1;
    width:100px;
	text-align: center;
	padding: 8px 16px;
	margin:0px 10px;
	/* border: 1px solid rgba(0, 0, 0, 0.2); */
	/* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
	transition: all 0.1s ease-in-out;
    border-radius:50px;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	/* background-color: #a5dc86; */
    background-image: linear-gradient(to bottom, #98803b 0%, #98803b 41%, #b69972 100%);
	box-shadow: none;
}

/* .switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
} */

.label-2
{
    color:#fff;
    font-size:15px;
    margin-bottom:15px;
}

.textbox
{
    display:flex;
    width:100%;
    justify-content: center;

}
.menuicons
{
    display:flex;
}
.menuicons li
{
    list-style-type: none;
    background-color:#6d1140;
    padding:30px 45px;
    border-right:2px solid #fff;
}
.menuicons li:first-child
{
    border-radius:20px 0px 0px 0px;
}
.menuicons li:last-child
{
    border-radius:0px 20px 0px 0px;
}

.right-sidebar
{
    width:350px;
    height:100vh;
    position:fixed;
    background-color:#fff;
    right:-350px;
    z-index:9999;
    transition: 0.5s;
}
.right-sidebar-close
{

    right:-350px;

}
.right-sidebar-open
{
    right:0px;
}

.closebtn
{
    color:#fff;
    position:absolute;
    left:25px;
    top:25px;
    cursor: pointer;
    z-index:999;
}

.top-head
{
    height:35vh;
    background-color:#98803b;
    position: relative;
}

.profileimg
{
    width:100%;
    height:100%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#98803b;
    padding:20px;
    overflow:hidden;
}
.profileimg img
{
    width:220x;
    height:220px;
    margin:0 auto;
    display:block;
}

.detail
{
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 5;
    text-align:center;
    width:100%;
    background-color: #6d1140;
    color:#fff;
}
.sidebar-list
{
    padding-left:0px;

}
.sidebar-list li
{
    list-style: none;
    padding:15px 25px;
    border-bottom:1px solid #ccc;
}
.sidebar-list li .bi
{
    margin-right:20px;
    font-size:25px;
}

.sidebar-list li a
{
    text-decoration: none;
    font-size:16px;
    font-weight:bold;
    color:#6d1140;
}

.formcontainer
{
    border:1px solid #6d1140;
    border-radius:10px;
    margin:25px;
    padding:25px;
}

.imagecontainer
{
    height:200px;
    width:200px;
    border:1px solid #D7BB71;
    border-radius:10px;
    position: relative;
    margin:0 auto;
    display: block;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.33);
-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.33);
cursor: pointer;
}
.iconbox
{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:55px;
    color:#6d1140;
}
.whatsapp-btn {
    position: fixed;
    z-index: 10;
    bottom: 3%;
    left: 2%;
    background-color: green;
    height: 60px;
    width: 60px;
    color: #fff;
    text-align: center;
    font-size: 31px;
    box-shadow: 0px 0px 26px -5px rgb(0 0 0 / 23%);
    border-radius: 50px;
    /*animation-name: whatsapp;*/
    /*animation-duration: 1s;*/
    /*animation-iteration-count: infinite;*/
    /*animation-timing-function: linear;*/
    }

    .social {
        position: fixed;
        top: 30%;
        width:0px;
        z-index:9999;
      }

      .social ul {
        list-style-type: none;
        padding: 0;
        transform: translatex(-270px);
      }

      .social ul li {
        display: block;
        margin: 5px;
        background-color: rgba(0, 0, 0, 0.5);
        width: 325px;
        text-align: right;
        padding: 10px;
        border-radius: 0 30px 30px 0;
        transition: all 1s;
      }

      .social ul li:hover {
        transform: translatex(110px);
      }

      .social ul li.twitter:hover {
        background-color: #e4405f;
      }

      .social ul li.facebook:hover {
        background-color: #e4405f;
      }

      .social ul li.google-plus:hover {
        background-color: #dd4b39;
      }

      .social ul li.instagram:hover {
        background-color: #e4405f;
      }

      .social ul li a {
        color: white;
        text-decoration: none;
      }

      .social ul li i {
        text-align: center;
        margin-left: 14px;
        color: #6d1140;
        background-color: white;
        padding: 10px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 20px;
        transform: rotate(0deg);
      }

      .social ul li:hover i {
        transform: rotate(360deg);
        transition: all 1s;
      }

      .profile-image-box
      {
          width:200px;
          height:200px;
          border:6px solid #B88A40;
          border-radius:50%;
          margin:0 auto;
          display:block;
          overflow:hidden;
      }
      .profilebox
      {
        width: 18rem;box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);border-radius: 20px;
        margin:0 auto;
        display:block;
      }
.profile-img-thumb
{
    margin:10px;
    border-radius:50%;
    width:75px;
    height:75px;
    border:1px solid #6d1140;
    overflow:hidden;
}
.profile-info
{
    border-radius:20px;
    background-color:#fff;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
    padding-top:25px;
    /* padding-left:25px; */
}
.profile-name
{
    font-size:30px;
    font-weight:bold;
}
.profile-id
{
    font-size:15px;
    font-weight:bold;
}
.profiledetail-list
{
    list-style-type: none;
    padding-left:0px !important;
    margin-top:30px;
}
.profiledetail-list li
{
    margin:30px 0px;
}
.profiledetail-list span
{
    margin-left:20px;
    font-size:18px;
    font-weight:bold;
}

.sidebarlist
{
    margin:0 auto;
    display:block;
}
.sidebarlist .list-group-item
{
    width: 20rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin:10px 0px;
    display: block;
    padding:20px 30px;
    font-size:18px;
    font-weight:bold;
}

.detailssection
{
    background-color:#fff;
}
.detailssection
{
    border-radius:20px;
    background-color:#fff;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
    padding-top:35px;
    padding-bottom:35px;
    padding-left:35px;
    margin-top:35px;
}
.detailssection span
{
    margin-left:20px;
    font-size:25px;
    font-weight:bold;
}
.qn-details-ul
{
    list-style-type: none;
    padding-left:0px;
}
.qn-details-ul li
{
    margin:15px 0px;
    font-size:18px;
    font-weight:bold;
    color:#6d1140;
}
.ans-details-ul
{
    list-style-type: none;
    padding-left:0px;
}
.ans-details-ul li
{
    margin:15px 0px;
    font-size:18px;
    font-weight:bold;
    color:#000000;
}
.head
{
    width:100%;
    display: flex;
}

.detailssection th
{
    margin:15px 0px;
    font-size:18px;
    font-weight:bold;
    color:#6d1140;
}
.detailssection td
{
    margin:15px 0px;
    font-size:18px;
    font-weight:bold;
    color:#000000;
}
.matchesbtn
{
    padding-left:0px;
}
.matchesbtn li
{
    list-style-type: none;
    margin:10px auto;
    display: block;
    padding:10px 0px;
    width:100%;
    background-color:#6d1140;
    border-radius:10px;
}
.matchesbtn li a
{
    text-decoration:none;
    text-align:left;
    padding:20px 0px;
    width:100px;
    color:#fff;

}
.matches-container
{
    border-radius: 20px;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
    padding-top:25px;
    margin-top:25px;
    padding-bottom:0px;
}

.matchimg
{
    border:4px solid #D9C180;
    padding:20px;
    border-radius:20px;
}
.matchimg img
{
    width:240px;
    height:240px;
    margin:0 auto;
    display:block;
    border-radius:10px;
}
.matchesbtn img
{
    margin-left:20px;
}
.matchesbtn span{
    margin-left:10px;
}
.activematches
{
    background-image: linear-gradient(to right, #E17824 0%, #E17824 41%, #DB356F 100%) !important;
}
.matches-container .profile-name
{
    font-weight:bold;
    font-size:35px;
}
.matches-container .profile-name sub
{
    margin-left:10px;
    font-size:15px;
}

.profilematches span
{
    margin-left:20px;
    font-weight:bold;
    font-size:16px;
}

.profilematches
{
    padding:15px 15px !important;
}

.cardbottom
{
    background-color:#FFDDED;
    padding:20px;
    width:100%;
    padding-right:25px;
    padding-left:25px;
    margin-top:20px;
    border-radius:0px 0px 20px 20px;
}
.cardbottom span
{
    margin-left:20px;
    color:#6d1140;
    font-weight:bold
}

.biobtn
{
    background-image: linear-gradient(to right, #E17824 0%, #E17824 41%, #DB356F 100%) !important;
    border:0px !important;
    padding:15px 0px;
    margin-top:20px;
}
.biobtn span
{
    margin-left:15px;
}
.submitbtn
{
    background-image: linear-gradient(to right, #E17824 0%, #E17824 41%, #DB356F 100%) !important;
    border:0px !important;
    margin-top:20px;
}
.searchbox
{
    padding:15px;
}
.accountsetting
{
    padding:25px;
}
.accountbtn
{
    padding:20px;
    background-color:#fff;
    width:100%;
    margin:0 auto;
    display:block;
    font-weight:bold;
    color:#6d1140;
    text-align:left;
}
.bg-overlay
{
    background-color:rgba(110, 17, 65, 0.74);
    padding:10px;
    margin-top:25px;
    border-radius:15px;
    height:550px;
}
.price-description
{
    color:#fff;

}
.price-box
{
background-color: #fff;
padding:20px;
text-align: center;
width:270px;
margin:0 auto;
display:block;
border-radius:10px;
margin-top:-70px;
}
.price-description ul
{
    list-style-type: none;
    margin-top:30px;
}
.price-description ul li
{
    margin:15px 0px;
    font-size:18px;
}
.price-description ul li i
{
    margin-right:20px;
    font-size:25px;
}
.price-title
{
    color:#6d1140;
    font-weight:bold;
}
.price
{
    color:#6d1140;
    font-weight:bold;
    font-size:20px;
    margin-top:15px;
}
.bi-check-circle-fill
{
    color:#D7BB71;
}
.bi-x-circle-fill
{
    color:#E27B21;
}
.whychoose
{
    background-image: linear-gradient(to right, #CA4472 0%, #CA4472 41%, #6D1140 100%) !important;
    padding:35px 0px;
}
.storydetails
{
    background-image: linear-gradient(to right, #E27B21 0%, #E27B21 41%, #DB3470 100%) !important;
    padding:40px 0px;
}
.storydetails h1
{
    font-weight:bold;
    color:#fff;
}
.faqsection
{
    padding:35px 0px;
}
.testimonialsection
{
    background-image: linear-gradient(to right, #E27B21 0%, #E27B21 41%, #DB3470 100%) !important;
    padding:40px 0px;
}
.sponserdetails
{
    background-image: linear-gradient(to right, #E27B21 0%, #E27B21 41%, #DB3470 100%) !important;
    padding:40px 0px;
}
.sponserdetails h1
{
    color:#fff;
    font-weight:bold;
}
.sponsercontainer
{
    background-color:#fff;
    height:200px;
    border-radius:20px;
}
.sponsercontainer img
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
/* .sponsercontainer img
{
    background-color:#fff;
    height:200px;
    border-radius:20px;
} */
.paymentsuccess
{
    background-color:#fff;
    padding:25px;
    width:400px;
    margin:0 auto;
    display:block;
    border-radius:25px;

}

.matchesdetails
{
    border:1px solid #6d1140;
}
.matchbox
{
    width:200px;
    height:50px;
    background-image: linear-gradient(to right, #E27B21 0%, #E27B21 41%, #DB3470 100%) !important;
    /* background-color:#6d1140; */
    border-radius:10px;
    margin:15px auto;
    display:block;
    position: relative;
}
.matchbox h3
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.delbtn
{
    position:absolute;
    top:5%;
    right:5%;
    color:red;
    font-size:15px;
}

.interestbox h3
{
    text-align:center;
    font-size:65px;
    color:#fff;
}

.nav-pills .nav-link
{
    background-image: linear-gradient(to right, #E27B21 0%, #E27B21 41%, #DB3470 100%) !important;
    width:300px !important;
    margin:0 auto;
    display:block;
    padding:15px 0px;
    font-weight:bold;
    color:#fff !important
}

.privacy-container
{
    padding:120px 0px;
}
.videoiframe
{
    width:360px;
    height:315px;
}
    .sociallinks ul
    {
        list-style: none;
        display:flex;
        padding-left:0px;
    }
    .sociallinks ul li
    {
        margin:0px 10px;
    }
    .sociallinks ul li a
    {
        color:#fff;
        font-size:18px;
    }

    .mblopen
    {
        width:50%;
        height:40px;
        background-color: #6d1140;
        color:#fff;
        position:fixed;
        bottom:0%;
        z-index:9999;
        display:none;
        border-radius:0px !important;
        border:0px !important;
    }
    .mblopen i
    {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        font-size:20px;
        color:#fff;
    }
    .premiumbtn
    {
        color:#000;font-weight:bold;border:0px;border-radius:50px;background-image: linear-gradient(to right, #E2C887 0%, #E2C887 41%, #B98E44 100%) !important;
    }
    .pagination
    {
        justify-content: center !important;
        margin-top:25px;
    }
    .addressbox
    {
        /* border:1px solid black; */
        margin:25px;
        padding:25px;
        border-radius:10px;
        -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    }
    .addressbox h3
    {
        color:#6d1140;
        font-weight:bold;
    }
    .addressbox address
    {
        font-weight:600;
    }
    .contact-box
    {
        /* border:1px solid black; */
        margin:25px;
        padding:25px;
        border-radius:10px;
        -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    }
    .contact-box a
    {
        text-decoration:none;
        color:#000000;
        font-weight:bold;

    }
    .contact-box h5
    {
        font-weight:bold;
        color:#6d1140;
        padding:5px 0px;
    }
    .notification-card
    {
        /* padding:15px; */
        margin-top:15px;

    }
    .notification-card span
    {
        font-weight:bold;
    }
    .notification-card .card
    {
        padding:15px;
        box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.35);
-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.35);
-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.35);
    }

    .notification-card h5
    {
        margin-top:15px;
    }
    .notificationbtn
    {
        display:none;
    }

@media only screen and (max-width:600px)
{
     .notificationbtn
    {
        display:block;
    }

    .banner-content
    {
        top:3% !important;
    }
    .switch-field
    {
        display:block !important;
    }
    .label-2
    {
        margin:10px 0px !important;
    }
    .switch-field label
    {
        margin-top:10px !important;
    }
    .login-img
    {
        display:none !important;
    }
    .navbar-design .navbar-nav
    {
        margin-right:0px !important;
        margin-top:19px !important;
        border-top:2px solid #fff !important;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center !important;
    }
    .loginbtn
    {
        margin:0 auto !important;
        display: block !important;
    }
    .banner-content
    {
        width:100%;
    }
    .carouseldesign
    {
        width:320px !important;
    }
    .videoiframe
    {
        width:100% !important;
        height:280px;
    }
    .slider-section p
    {
        font-size:15px !important;
    }
    .form-container
    {
        margin-left:0px !important;
    }
    .register-img
    {
        display:none !important;
    }
    .select2-dropdown .select2-dropdown--below
    {
        width:250px !important
    }
    .otp-image
    {
        display:none !important
    }
    .menuicons
    {
        overflow-x:scroll;
    }
    .menuicons li
    {
        padding:15px 29px !important;
    }
    .formcontainer
    {
        padding:20px 0px !important;
    }
    .vendorimg
    {
        display:none !important;
    }
    .social
    {
        display:none;
    }
    .mblopen
    {
        display: block !important;
    }
    .matches-container .profile-name {
        font-size:20px !important;
        margin-top:20px;
    }
    .profilematches span
    {
        font-size:13px !important;
    }
    .profilematches img
    {
        width:20px !important;
    }
    .price-description ul li
    {
        font-size:14px !important;
    }
    .bg-overlay
    {
        margin-top:71px !important;
    }
    .loginotp
    {
        display:none !important;
    }
    .mobileresponsive
    {
        flex-direction: column-reverse !important;
    }
    .detailssection th
    {
        font-size:14px !important;
    }
    .detailssection td
    {
        font-size:14px !important;
    }

}

.page-link
{
    background: #6d1140;
    padding: 15px 35px;
    color: #fff;
}
