.box_reg {
    border: 1px solid #910f0f;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 25px;
    margin-top: 20px;
}

.box_reg h4 {
    margin-top: -35px;
    padding-bottom: 15px;
}

.box_reg h4 span {
    background: #fff;
    padding: 3px 10px;
    box-shadow: 0px 0px 7px 4px #ececec;
    font-size: 20px;
}

.registration-page .registration-input input {
    border: 0;
    background-color: #fff1cb75;
    box-shadow: 0px 1px 3px 1px rgb(144 1 5 / 29%);
    border-radius: 4px;
    background: transparent;
    margin-bottom: 10px;
}

.registration-page .registration-input label {
    margin-bottom: 3px;
    font-size: 12px;
}

#Mobile_header,
.banner_mobile {
    display: none;
}

.side-nav-container {
    z-index: 20;
}

.registration-page .col-md-4 input,
textarea,
.col-md-6 input,
select {
    border-radius: 4px;
    width: 100%;
    height: 32px;
    border: 1px solid #8c000763;
    padding-left: 10px;
    background-color: #fff1cb75;
    box-shadow: 2px 3px 3px 0px #9001054a;
    font-size: 12px;
}


/*step css start here*/
#msform {
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    /*width: 80%;
	 margin: 0 10%;*/
    position: initial;
}

/*#msform fieldset {
    display:none
}
#msform fieldset:first-child{
    display:block;
}*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {
    width: 100px;
    background: #67d5bf;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
}

.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #63a2cb;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 10%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #67d5bf;
    color: white;
}

#stepsUL {
    padding-bottom: 20px;
}

#stepsUL li {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
}

#stepsUL li.active {
    background: #960107;
    color: white;
    border: 1px solid transparent;
}

.help-block {
    font-size: .8em;
    color: #7c7c7c;
    text-align: left;
    margin-bottom: .5em;
}

.bride_row .row .col-6.px-1:first-child,
.groom_row .row .col-6.px-1:first-child,
.bride_row .row .col-6.px-1:nth-child(3),
.bride_row .row .col-6.px-1:nth-child(3) {
    padding-right: 0 !important;
}

.bride_row .row .col-6.px-1:nth-child(2),
.groom_row .row .col-6.px-1:nth-child(4),
.bride_row .row .col-6.px-1:nth-child(2),
.groom_row .row .col-6.px-1:nth-child(4) {
    padding-left: 0 !important;
}

.search_profileFields {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

.search_profileFields {
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
}

.search_profileFields .box_reg {
    padding: 20px 10px;
    margin: 0;
}

.profile-boxnew {
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    padding: 15px 10px;
    border-radius: 4px;
}


.view-profile-search .img-div img {
    width: 100%;
}

.view-profile-search .img-div {
    min-height: initial;
    max-height: initial;
    width: 110px;
    height: 110px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #cecece;
    border-radius: 50%;
}

.view-profile-search h5 {
    color: darkred;
}

.profile-boxnew .col-md-10 .profile_boxIMG {
    border-left: 3px solid #f6d430;
    padding-left: 10px;
    min-height: 156px;
}

.profile-boxnew .col-md-10 .profile_boxIMG .detail-table td:first-child strong {
    font-weight: normal;
    color: gray;
}

i.fas.fa-phone {
    transform: rotate(95deg);
}


.change_div .form-group .form-control {
    background: #fff1cb;
}

.change-btn {
    font-size: 16px !important;
}

.change-btn:hover {
    cursor: pointer;
}


#mobile_footer_icon {
    display: none;
}

.suggestion_row1 {
    padding: 15px 12px 3px 10px;
}

.suggestion_row {
    border-left: 2px solid #900d0d;
    padding: 5px 10px;
    background: #fff6cf;
}

.suggestion_row span.rep {
    color: #900d0d;

}

.App_download img {
    width: auto;
    max-width: 160px;
    margin-left: 10px;
}

.App_download span {
    color: #fff;
}

.App_download {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}

.App_download .d-flex {
    border: 1px solid #cecece;
    border-radius: 8px;
    padding: 15px 15px;
}


.app_down {
    padding-top: 40px;
}

.app_down h4,
.app_down h5,
.app_down a {
    color: #fff;
}

.app_down h4 {
    font-size: 40px;
    padding-bottom: 15px;
}

.app_down h4 span {
    font-size: 16px;
}

.app_down a:hover {
    color: #900d0d;
}

.app_down a img {
    max-height: 60px;
    margin-left: 10px;
}

.detail-table td:first-child strong {
    font-weight: normal;
}

.detail-table td:first-child {
    font-weight: 600;
    color: gray;
    font-weight: normal;
}

#Desktop_Header .container {
    max-width: 1220px;
}

.menu-2 div>img {
    margin-left: 20px;
}

.menu-2 .navbar-nav {
    margin-left: 40px;
}

.store_img {
    min-height: 245px;
    height: 245px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    margin-left: 6px;
}

.store_img img {
    width: 100%;
    max-height: 245px;
    /*object-fit: contain;*/
}

.rating_star span {
    width: 28px;
    height: 18px;
    border-radius: 3px;
    background-color: #428b2c;
    font-size: 12px;
    font-weight: 500;
    float: left;
    color: #fff;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_search p,
.th_right p {
    margin-bottom: 15px;
}

.right_search h4,
.th_right h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

.right_search p i,
.th_right p i {
    color: #888;
}

.business_Page {
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    padding: 15px;
    border-radius: 8px;
}

.free_listingPage {}

.bottom_area1 nav ul li,
.bottom_area1 .nav.nav-pills li {
    margin-right: 20px;
    padding: 10px 15px;
    font-weight: 600;
}

.bottom_area1 .nav.nav-pills li {
    margin-right: 0;
    padding: 10px 8px;
}

.bottom_area1 nav ul li.active,
.bottom_area1 .nav.nav-pills a.active {
    background: #890302;
    color: #fff;
}

.bottom_area1 .nav.nav-pills {
    box-shadow: 0px 2px 0px #cecece7a;
}

.pro_box1 {
    padding: 15px;
    box-shadow: 0px 0px 9px 4px #cecece;
    border-radius: 8px;
    margin-bottom: 30px;
}

.pro_boxBody {
    padding-top: 10px;
}

.pro_boxBody a {
    display: inline-block;
    margin-top: 10px;
}

.pro_boxIMG img {
    min-height: 200px;
    max-height: 200px;
}

.soc_ic li a i {
    margin-right: 15px;
    font-size: 28px;
    color: #888
}

.add_moreImg {
    display: block;
    height: 120px;
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: #888;
}

.review_boxdetail .rev_img1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.fillstar {
    color: #ff7200;
}

.btn_whatsapp {
    background: #25D366;
    color: #fff;
    border-radius: 30px;
}

.r-btn,
.gahoi-view,
.user_btn1,
.user-dashboard .profile-btn,
.g-btn,
.new-btn02 {
    border-radius: 30px;
}

.free_listingPage .th_right .btn_whatsapp {
    font-size: 14px;
}

.sub-internal-link.box_001 {
    min-height: 150px;
}

.fix-icon-whataap {
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 5;
    transition: .5s ease-in-out;
}

.fix-icon-whataap {
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 5;
    transition: .5s ease-in-out;
}

.fix-icon-whataap-item {
    border-radius: 50%;
    text-align: center;
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 55px;
    height: 55px;
    background: #25d366;
    margin-top: 5px;
    line-height: 55px;
}

.fix-icon-whataap i {
    font-size: 30px;
    line-height: 55px;
    color: #fff;
}


.top-social li a {
    font-size: 16px;
    margin-left: 8px;
    margin-right: 4px;
    color: #fff !important;
    /* background: #cecece; */
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    transition: all ease .5s;
}

.top-social li:nth-child(1) a {
    background-color: #4267B2;
}

/* .top-social li:nth-child(2) a {
    background-color: #000;
} */
.top-social li:nth-child(2) a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.top-social li:nth-child(4) a {
    background-color: #0e76a8;
}

.top-social li:nth-child(5) a {
    background-color: red;
}

.desk-soc {
    display: none;
}

@media (min-width:991px) {

    .desk-soc .top-social li a {
        border-radius: 0;
    }

    .desk-soc {
        display: block;
        position: fixed;
        right: 0;
        top: 60%;
        transform: translateY(-50%);
        z-index: 1;
    }
}

/*Section matrimonial Profile hover effect starts*/
.box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.box .overbox {
    background-color: #560000b8;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.box:hover .overbox {
    opacity: 1;
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box .title {
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    line-height: 20px;
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box .tagline {
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}