﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*background-color: #f3f6fb;*/
    background-color:white;
     margin-top: 20px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width:none;
}

/*Master page Css*/
.topup {
    padding: 10px;
    background-color: #4FCE5D;
    border-radius: 12px 0px 0px 12px;
}

/*whatsup floating css*/
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 11px;
}
/* end whatsup floating css*/

@media (max-width: 760px) {
    

    .body-content {
        padding: 0;
        margin-top: 2px;
        background-color: white;
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
        margin-top: 20px;
        background-color: white;
    }
}

/**/
.MeruFooter {
    background-color: black;
}


.footer_Color {
    color: white;
    margin: 0 0 10px;
}

    .footer_Color a:hover {
        color: white;
    }

.footer {
    background-color: #cc3333;
    margin-top: 5px;
}

.BackgroundWhite {
    border-radius: 5px;
    border: 1px solid #f3f6fb;
    margin: 10px;
    padding: 20px;
    background-color: white;
}
.BgWhiteProfile {
    border-radius: 10px;
    border: 1px solid #f3f6fb;
    margin: 10px;
    padding:0px 20px;
    background-color: white;
}
.bgprev {
    background-color: white;
    padding: 10px;
    border: 1px solid #dadce0;
    margin-bottom: 15px;
    height: 45px;
}
/* SignUP & Sign In*/

.ReqError {
    color: red;
    padding: 10px 25px 0px 5px;
    margin: 5px 5px 20px 5px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background-color: #f1f2f3;
}

.BorderSignIn {
    border: 1px solid #f3f6fb;
    margin: 10px;
    background-color: white;
    padding: 0px 30px;
    border-radius: 20px;
}

    .BorderSignIn h3::before {
        width: 20px;
        background-color: pink;
        border-bottom: 1px solid orange;
    }

    .BorderSignIn h3::after {
        width: 20px;
        background-color: rebeccapurple;
        border-bottom: 1px solid Pink;
    }

/* //*/

.BorderSignup {
    border-radius: 20px;
    border: 1px solid #f3f6fb;
    margin: 10px;
    padding: 0px 20px;
    background-color: white;
}

.ReqSignup {
    border-radius: 8px;
    border: 1px solid #cc3333;
    margin: 10px;
    padding: 0px 20px;
    background-color: white;
}

.WhiteBg {
    border-radius: 5px;
    border: 1px solid #f3f6fb;
    margin: 10px;
    padding: 20px 20px;
    background-color: white;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
}

.WhiteBgProfileDetails {
    border-radius: 15px;
    border: 1px solid #f3f6fb;
    margin: 10px 0px;
    padding: 20px 20px;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  
}
.pd20 {
    padding: 20px 20px;
}
.p-3 {
    padding: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}



/*changepassword*/
#TxtChangeCnfirmNewPwd {
    margin-bottom: 5px;
}

.Changepassword {
    border: 1px solid #f3f6fb;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 10px;
    background-color: white;
    padding: 10px 15px;
    margin-top: 90px;
}

    .Changepassword h4 {
        text-align: center
    }
/*End changepassword*/

/* End  SignUP & Sign In */

.uname {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:16px;
}

.maxwidthmech .unamewrap {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Masterheader .dropdown-content a {
    font-size: medium;
}

.Masterheader .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
}

.Masterheader .dropdown {
    position: relative;
    display: inline-block;
}

.Masterheader .dropdown-content {
    display: none;
    position: fixed;
    background-color: white;
    min-width: max-content;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    border-radius: 5px;
    margin-left: 0px;
}

    .Masterheader .dropdown-content a {
        color: black;
        padding: 5px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }

        .Masterheader .dropdown-content a:hover {
            background-color: transparent;
            color: #cc3333;
        }


.Masterheader .dropdown:hover .dropdown-content {
    display: block;
}

/**/
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*Profile Details*/
.button {
    transition: 0.3s;
    padding: 12px 36px 12px 36px;
    display: inline-block;
    color: var(--bs-white);
    font-size: 14px;
    background: var(--bs-red);
    border-radius: 3px;
}
.mt-2 {
    margin-top: 1rem !important;
}

.fs-5 {
    font-size: 20px;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.d-block {
    display: block !important;
}
b, strong {
    font-weight: bolder;
}
a {
    color: var(--bs-black);
    text-decoration: none;
}
    a:hover {
        text-decoration: none;
        color: #cc3333;
    }

.panel-title a:hover {
    text-decoration: none;
    color: white;
}

.text-danger {
    opacity: 1;
    color: #cc3333;
}
.me-2 {
    margin-right: .5rem !important;
}

.font_15 {
    font-size: 15px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

ul {
    list-style: none;
    padding: 0;
}
li {
    display: list-item;
    text-align:match-parent;
    unicode-bidi: isolate;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 1rem;
}
.d-flex {
    display: flex !important;


}
.line {
    height: 3px !important;
    width: 30px;
    background: #cc3333;
    margin: 10px 0px 10px 0px;
}
.hr1 {
    margin: 1rem 0;
}
.me-1 {
    margin-right: .25rem !important;
}

.align-middle {
    vertical-align: middle !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.px_28 {
    padding-left: 28px;
    padding-right: 28px;
}
.justify-content-between {
    justify-content: space-between !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.font_14 {
    font-size: 14px;
}
.d-flex {
    display: flex !important;
}

/*End */

/* Marriage Groom Bride */

.profileCard {
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    transition: 0.3s;
    width: 250px;
    height:350px;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
}


.Info1 .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 250px;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
    background-color: white;
}

/*Responsive*/

@media screen and (min-width: 268px) and (max-width: 751px) {
    .card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 240px;
        border-radius: 10px;
        margin: 10px 85px 10px 85px;
        background-color: white;
    }
    .card_img_brde_groom {
        width: 240px;
        height: 240px;
    }
}


@media(min-width: 1060px)  {
    .card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 240px;
        border-radius: 10px;
        margin: 10px 0px 10px 0px;
        background-color: white;
        border-color:#ddd;
        /*#f7f7f7*/
    }
    .card_img_brde_groom {
        width: 235px;
        height: 240px;
    }
}

/*/Tab/*/
@media (min-width: 760px) and (max-width: 1020px) {
    .card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 236px;
        border-radius: 10px;
        margin: 10px 0px 10px 0px;
        background-color: white;
        border-color: #ddd;
        /*#f7f7f7*/
    }
    .card_img_brde_groom {
        width: 236px;
        height: 240px;
    }
}

/*/Tab/*/
@media (min-width: 1020px) and (max-width: 1050px) {
    .card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 175px;
        border-radius: 10px;
        margin: 10px 0px 10px 0px;
        background-color: white;
        border-color: #ddd;
        /*#f7f7f7*/
    }

    .card_img_brde_groom {
        width: 175px;
        height: 240px;
    }
}


.card p
{
    margin:10px 0px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/*/Mobile/*/
@media (min-width: 768px) and (max-width: 968px)
{
    
    img {
        border-radius: 10px 10px 0 0;
        width: 170px;
        height: 240px;
    }
}

    img {
        border-radius: 10px 10px 0 0;
       
    }

/*.container {
  padding: 2px 16px;
}*/
.f14p {
    font-size: 13px
}

    /*//*/

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox-primary input[type="checkbox"]:checked + label::before {
        background-color: #cc3333;
        border-color: #cc3333;
    }

    .checkbox-primary input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #555555;
    }
    /*
 marriage groom bride page*/


    .FilterHeading {
        font-weight: bold
    }

    .Filter-underline {
        border-top: 2px solid #337ab7;
        margin-top: 3px;
    }


    .slider-container {
        display: flex;
        align-items: center;
        padding: 5px; /* Adds spacing between slider and button */
    }

    #slider-range {
        width: 400px; /* Adjust width as needed */
    }

    .go-button {
        padding: 0 10px 0 10px;
        font-size: 14px;
        margin: 0px 10px;
    }
    /*#slider-range {
            width: 80%;
            margin: 20px auto;
        }*/
    #amount {
        font-size: 18px;
        color: #f6931f;
        font-weight: bold;
        border: none;
        background: none;
        text-align: center;
        width: 200px;
        display: block;
        margin: 10px auto;
    }
    /*End Groom & Bride page*/

    /* Home page*/
    .mgL5 {
        margin-left: 10px;
    }

    .font_50 {
        font-size: 50px;
    }

    .text-danger {
        --bs-text-opacity: 1;
        color: #CC3333
    }

    .exep_m {
        margin-top: -80px;
        position: sticky;
        padding: 30px;
    }

    .bg-white {
        opacity: 1;
        background-color: white;
    }

    .p-4 {
        padding: 20px;
    }

    .shadow {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .mb-4 {
        margin-bottom: 24px !important;
    }
    /*        //*/

    #section {
        padding: 25px 0;
        overflow: hidden;
    }

    .services li {
        width: 250px;
    }

    .services .icon-box {
        padding: 50px 20px;
        margin-top: 35px;
        margin-bottom: 25px;
        /* text-align: center; */
        border: 1px solid #ebe6e4;
        height: auto;
        /* height: 200px; */
        position: relative;
        background: white;
    }

    .services .icon {
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
        transition: 0.2s;
        border-radius: 50%;
        border: 3px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 72px;
        height: 72px;
        background: #cc3333;
        color: white;
    }

    .services .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    }

    .services .description {
        line-height: 24px;
        font-size: 14px;
        text-align: justify;
    }

    .services li {
        padding: 5px;
        font-size: 18px;
    }

    /*End Home page*/