﻿.field-validation-error {
    color: #cb2744;
    font-size: 13px;
}


/*--------youtube video css--------------*/

.video-container {
    border: 4px solid #F2F2F2;
}

.youtube-player {
    position: relative;
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0px;
    margin-top: -4px;
    z-index: 9;
}

    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        /*height: 425px;*/
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

        .youtube-player img:hover {
            -webkit-filter: brightness(75%);
        }

    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("../../images/play-btn-icon.png") no-repeat;
        cursor: pointer;
        background-position: -4px -4px;
    }

    .youtube-player:hover .play {
        background-position: -5px -91px;
    }
/*--------youtube video css--------------*/


.m-0 {
    margin: 0px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.p-0 {
    padding: 0px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-t-7 {
    padding-top: 7px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-12 {
    padding-top: 12px;
}

.p-t-14 {
    padding-top: 14px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}
/*.ulTAndC{padding:0 15px}
.ulTAndC > li {
    line-height: 24px;
    list-style: outside none disc;
}*/

.radio-custom:checked ~ .radio-custom-label:before {
    background: #E11665 !important;
}

.checkbox-custom ~ .checkbox-custom-label::before, .radio-custom ~ .radio-custom-label::before {
    content: '';
    background: #fff;
    border: 2px solid #333;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked ~ .checkbox-custom-label::before {
    background: #E11665;
}

textarea.form-control {
    height: 130px;
}


@media (max-width: 1366px) {
    .s40.social_text {
        min-height: 269px !important;
    }
}

a.short-btn, a.profile-btn {
    color: #fff;
}

.register_login_btn {
    background-color: #c32143 !important;
    display: inline-flex;
    align-items: center;
}
    .regEditHeader a.active {
        text-decoration: none;
        cursor: default;
    }


.dropdown-menu a::after {
    display: none;
}

.dropdown-nav .dropdown li a:hover {
    color: #fff;
    background-color: #c32143;
}
.dropdown::after {
    border-bottom: 10px solid #ebebeb;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: 25px;
    margin: auto;
    position: absolute;
    top: -8px;
    width: 0;
}
.dropdown.mydrop.dropdown::after{
    display:none;
}

.dropdown-nav .dropdown {
    padding: 0;
    margin: 0;
    background: #fff;
    color: #333;
    display: block;
    position: absolute;
    z-index: 9999;
    width: 174px;
    visibility: hidden;
    opacity: 0;
    top: 90%;
    visibility: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 400px;
    overflow-y: scroll;
}

    .dropdown-nav .dropdown li {
        display: block;
        width: 100%;
    }

        .dropdown-nav .dropdown li a {
            color: #000;
            padding: 10px 20px;
            font-size: 14px;
            letter-spacing:0px;
        }

@media (min-width: 993px) {


    .nav-main li:hover .dropdown {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}

/*Added by krishna*/
.custom-hint {
    position: absolute;
    right: 0;
    left: 0;
}

.newAlerHS {
    display: none;
}

.btn-small {
    padding: 3px 15px !important;
}

.custom-pointer {
    cursor: pointer;
}
/*.gradiant-bg{
    background: rgba(0, 0, 0, 0) linear-gradient(120deg, #ffffe9, #ffeaf3) repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
}*/

.gradiant-bg {
    background: #f4f4f4;
    display: inline-block;
    position: relative;
    width: 100%;
}

.control-label-focused {
    margin-bottom: 0px;
    font-size: 12px !important;
    color: #333;
}

.alert-info {
    background-color: #cef2f5 !important;
    color: #333 !important;
}

button.close {
    margin-top: 7px !important;
}

.cursor-default {
    cursor: default !important;
}

.short-btn.cursor-default:hover {
  
}

div#divPlanexpired {
    margin-top: 15px;
}

#snackbar-container {
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    position: fixed;
    z-index: 99999;
}

.msgSnackbar {
    background-color: #D59B3C;
}

.btnCancelRequest {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
}
.btnCancelRequest:hover {
text-decoration:none;
}

.top_line {
    border-top: 1px solid #cccccc;
    height: 46px;
    line-height: 35px;
    margin-top: 5px;
    padding-top: 10px;
}

.box-border01 {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 40px;
}

.action-text {
    text-align: center;
}

.white-bg {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 0 #c8c8c8;
    position:relative;
}

@media (min-width: 769px) {
    .my-account-dropdown {
        width: 225px !important;
    }
}

@media (max-width: 768px) {
    .dropdown-nav .dropdown {
    background: #223e69;

}

    li .open-child::after {
    background-image: url("../images/sprite.png");
    background-position: -42px -129px;
    background-repeat: no-repeat;
    border: 1px solid #ffffffd1;
    content: "";
    cursor: pointer;
    display: block;
    height: 25px;
    left: 5px;
    position: absolute;
    top: 11px;
    width: 25px;
    border-radius: 50px;
    }

    .open-child.open-close::after {
        background-image: url("../images/sprite.png");
        background-position: -42px -110px;
        background-repeat: no-repeat;
    }

    li.dropdown-nav .open-child {
        cursor: pointer;
        display: block;
        font-size: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.2s ease 0s;
        height: 49px;
        width: 40px;
    }

    .dropdown-nav .dropdown {
        position: relative;
        display: none;
    }

    .dropdown-nav .dropdown {
        visibility: visible;
        opacity: 1;
        width: 100%;
        box-shadow: none;
    }

    .dropdown-menu li a {
        height: auto !important;
        line-height: 25px !important;
    }

    .dropdown-menu li {
        border-bottom: none;
    }

    .uneditable-input {
        display: none !important;
    }

    .upload-photo-text, .upload-photo-sec, .upload-photo-sec label {
        width: 100% !important;
        text-align: center !important;
        margin: 0 !important;
    }
}

select.form-control {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.congratulations_text {
    color: #e11665;
    font-size: 28px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .congratulations_text {
        font-size: 22px !important;
    }
}
/* Added by Himanshu Login CSS*/
.mobile__login__sec {
    display: none;
}

@media (max-width: 992px) {
    .login_rightside {
        background-color: #0d274f;
        bottom: 0;
        right: -300px;
        text-align: left;
        overflow: auto;
        padding: 0;
        position: fixed;
        display: block;
        top: 0;
        width: 235px;
        z-index: 99999;
        transition: all 0.25s linear 0s;
    }

        .login_rightside.opened {
            right: 0;
        }

    .slider-bar-opened .navOverlay {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .slider-bar-opened {
        overflow: hidden;
    }

    .navbar-main .nav-main, .mobile__login__sec {
        display: block;
    }

        .navbar-main .nav-main li a {
            color: #fff;
            display: block;
            height: 48px;
            line-height: 48px;
        }

    .mobile_login, .moblogin {
        font-weight: bold;
        color: #333;
        padding: 10px 0;
        display: inline-block;
        cursor:pointer;
    }

        .mobile_login:hover, .moblogin:hover {
            color: #333;
            text-decoration: none;
        }
}

.login {
    position: relative;
}

.my_account_dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #333;
    display: block;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 225px;
    z-index: 99;
    right: 0;
}

    .my_account_dropdown::after {
        border-bottom: 10px solid #f1f1f1;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        display: block;
        height: 0;
        right: 15px;
        margin: auto;
        position: absolute;
        top: -10px;
        width: 0;
    }

.user_myaccount li {
    border-bottom: 1px solid #dadada82;
    padding: 10px 15px;
}

.login:hover .my_account_dropdown {
    opacity: 1;
    top: 40px;
    visibility: visible;
}

.user_sec {
    background-color: #c32143;
    padding: 8px 10px;
    color: #fff;
}

.user_id {
    color: #fff;
    font-weight: bold;
}

.user_information img, .user_name {
    display: inline-block;
    vertical-align: middle;
}

.user_information img {
    border-radius: 50%;
}

.user_myaccount {
    padding: 5px 0;
}

    .user_myaccount ul {
        margin: 0;
        padding: 0;
    }

    .user_myaccount ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    text-decoration:none;
   }

            .user_myaccount ul li a:hover {
                text-decoration: none;
                color: #e11665;
            }

#womens-menu li:last-child a::after {
    display: none;
}

@media (max-width: 992px) {
    .user_sec {
        padding: 10px;
        width: 235px;
        z-index: 999;
    }

    .user_information img, .user_name {
        display: table;
        margin: auto;
        text-align: center;
    }

    .user_myaccount {
        margin-top;
    }

        .user_myaccount li {
            padding: 0px;
        }

    .user_photos {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin: auto;
    }
}

.center_box {
    text-align: center;
}


@media (min-width: 992px) {
    /*#slider-load {
        height: 570px;
        width: 100%;
        background-color: #f6f6f6;
    }

        #slider-load::after {
            background: url("../images/processing.gif") no-repeat scroll 0 0;
            background-size: 25px;
            bottom: 0;
            content: "";
            height: 25px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 20%;
            width: 25px;
            z-index: 999;
        }*/

    /*#inner_bg {
        position: relative;
        height: 280px;
        width: 100%;
        background-color: #f6f6f6;
    }

        #inner_bg::after {
            background: url("../images/processing.gif") no-repeat scroll 0 0;
            background-size: 25px;
            bottom: 0;
            content: "";
            height: 25px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 25px;
            z-index: 999;
        }*/
}

.moblogin i {
    display: inline-block;
    vertical-align: middle;
}

.btnSendRequest {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 48px;
    text-align: center;
    text-transform: uppercase;
}
.btnSendRequest:hover {
    text-decoration:none;
}
.text-success {
    color: #4caf50;
}
.view-order-head {
    font-size: 23px;
    text-align: center;
}
.m-t-2.top_line.p-md-t > span {
    line-height: 30px;
    vertical-align: middle;
}

.clsbtnRequest {
    background-color: #fff;
    border: 1px solid #c32143;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
}
.clsbtnRequest a{
    text-decoration:none;
}
.clsbtnRequest a:hover{
    text-decoration:none;
}

.plan_box {
    background: rgba(0, 0, 0, 0) url("../images/Plan_bg.jpg") no-repeat scroll center top;
    box-shadow: 1px 1px 0 #c8c8c8;
    height: 135px;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
}
.gold_tag01 {
    background-color: #c32143;
    float: left;
    height: 135px;
    padding: 40px 0 0 20px;
    position: relative;
    width: 30%;
    z-index: 9;
}

.plan_title {
    border-bottom: 2px solid #cc9197;
    color: #ffffff;
    font-size: 23px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Elsie', cursive;
}
.plan_pricebox {
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    padding-top: 9px;
}
.plan_detail {
    color: #000000;
    float: left;
    font-size: 15px;
    padding: 7% 0 0 10%;
    text-align: center;
    width: 38%;
}
.month {
    font-size: 19px;
    font-weight: bold;
    line-height: 31px;
}

.get_btn {
    float: right;
    margin-right: 3%;
    margin-top: 9%;
    background-color: #fff;
    border: 2px solid #c32143;
    color: #c32143;
    display: block;
    font-weight: bold;
    padding: 7px 20px;
    text-decoration: none;
}
.get_btn:hover {
    background-color: #c32143;
    text-decoration: none;
    color:#fff;
}
.get_btn01{
    display:none;
}
@media (max-width: 580px) {
.plan_detail {
    color: #000000;
    float: left;
    font-size: 14px;
    padding:3% 3% 0px 3%;
    text-align: center;
    width: 70%;
}

.get_btn{
    display: none;
}
.get_btn01 {
    background-color: #e8e0c9;
    border: 2px solid #c32143;
    color: #c32143;
    display: block;
    font-weight: bold;
    margin: 10px auto auto;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 13px;
}
.gold_tag01 {
    width: 50%;
}
.plan_detail {
    width: 50%;
}
.plan_title {
    font-size: 23px;
}
.plan_pricebox {
    font-size: 18px;
}


}

@media (max-width: 991px) {
    .dropdown::after {
        display:none;
    }
.get_btn {
    color: #c32143;
    font-size: 11px;
    padding: 7px 13px;
    text-decoration: none;
    }
}

.about_text {
    font-size: 15px;
    line-height: 28px;
    padding: 15px 30px;
    text-align: justify;
}

/* START Scrollbar */
html {
    scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar {
    width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px #FFF; */
    border-radius: 0px;
    background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7d1329;
    opacity: 1;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        opacity: 0.7;
    }
/* END Scrollbar */


/*chat css start*/

.profile-letter-name {
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #c32143;
    font-size: 15px;
    display: inline-block;
    background-color: #c32143;
    color: #fff;
    width: 32px;
    text-align: center;
}

.msg-text {
    display: inline-block;
    font-size: 15px;
    background-color: #d9e8ff;
    color: #000;
    padding: 16px;
    border: 1px solid #b2d0fc;
    border-radius: 10px;
    max-width: 80%;
    line-height: 26px;
    font-weight: 400;
}

.text-right .mesaage-box .msg-text {
    text-align: left;
}

input#Message {
    background-color: #fff;
    padding: 25px 20px;
    height: 65px;
    border: 1px solid #dedede;
}

button#btnContactUsInq21 {
    background-color: #c32143;
    color: #fff;
    padding: 11px 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
}
.section-header.chat-header {
    background-color: #0d274f;
    color: #fff;
    padding: 4px 0px;
}

span.header-letter-name {
    background-color: #c32143;
    padding: 5px 3px 5px 6px;
    border-radius: 30px;
    text-align: center;
    margin-right: 6px;
    font-size: 14px;
}
#divChatBox {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #dcdcdc;
    max-height: 423px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.span-date {
    font-size: 12px;
}
.left-block.text-left .msg-text {
    background-color: #ffd39d;
    border: 1px solid #d2974f;
}
.mesaage-box {
    margin-top: 5px;
}
.chat-list-box {
    padding: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    max-height: 437px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.chat-item.text-left {
    border: 1px solid #ccc;
}
.item-a {
    display: flex;
    align-items: center;
}
.chat-name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.chat-item-msg-text {
    color: #333;
}

a.item-a:hover {
    text-decoration: none;
}
.chat-item-msg-text {
    text-decoration: none;
}

.chat-letter-name.chat-letter-left {
    display: inline-block;
    background-color: #c32143;
    color: #fff;
    padding: 11px;
    font-size: 19px;
    border-radius: 100%;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 28px;
    margin-right: 10px;
    text-transform: uppercase;
}

.chat-item.text-left {
    border: 1px solid #cadefc;
    margin: 10px;
    border-radius: 10px;
    background-color: #f2f7ff;
    padding: 15px;
}
.chat-item.text-left:hover {
    border: 1px solid #0d52b8;
}
.chat-btn {
    background-color: #c32143;
}
/*chat css end*/