.registerRow{
    display:flex;
    align-items:center;
}
.register-Section {
    /*background: linear-gradient(to right, #3931af 0, #00c6ff 100%);*/
    background: linear-gradient(to left, #a02a67 0, #11abed 100%);
}
.login-box {
    background: #f8f9fa;
    border-top-right-radius: 10% 50%;
    border-bottom-right-radius: 10% 50%;
    padding: 15px 50px !important;
}
div#pro.tab-content.shad .form-control{
    border:0 !important;
}
.form-control {
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
}
.mt-0{
    margin-top:0px!important;
}
.flt-right{
    float:right !important;
}
.mt8{
    margin-top:8px;
}
.w-100{
    width:100%;
}
/*footer css start*/
ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
    padding-bottom:0px;
}

.footer-cta {
    border-bottom: 1px solid #a02a67;
    padding-bottom:10px;
}

.single-cta i {
    color: #a02a67;
    font-size: 30px;
    float: left;
    margin-top: 0px;
    margin-right:15px;
}

.cta-text {
    padding-left: 15px;
    display:block;
}

    .cta-text h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 13px;
    }

.footer-content {
    position: relative;
    z-index: 2;
    padding: 10px 0px;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}
.insta-bg {
    background: #bf4279;
}

.pristine-bg {
    background: #cb2027;
}
.bings-bg {
    background: #eef10a;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #a02a67;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: #a02a67;
    }

    .footer-widget ul li a {
        color: #878787;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #a02a67;
        padding: 13px 20px;
        border: 1px solid #a02a67;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyRightRow {
    align-items: center;
    display: flex;
}
.copyright-area {
    /* background: #202020;*/
    background: #fff;
    padding: 10px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 13px;
    color: #878787;
    text-align:left;
}

    .copyright-text p a {
        color: #ff5e14;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #ff5e14;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }
/*footer css end*/
.shawdq{
    box-shadow:none;
}
.maised {
    background: #fff !important;
    padding: 30px 5px;
    border: 1px solid #c5c5c5;
    border-radius: 14px;
    margin-top: 40px;
}
.texclassdc {
    background: #fff !important;
    border-radius:5px;
}
.myclsinpt {
    border: 1px solid #c5c5c5 !important;
    border-radius: 5px;
}
.sendmassage {
    background: #a02a67;
    font-size: 13px;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
.call-center a i {
    color: #a12967;
}
.call-center a {
    font-size: 14px !important;
}
.call-center p {
    font-size: 14px !important;
    font-weight: 600;
}
.call-center h3{
    color:#000 !important;
    font-weight:600 !important;
}
#ui-datepicker-div.ui-datepicker td {
    padding: 0px !important;
}
.modifydivmain {
    background: linear-gradient(to left, #a02a67 0, #11abed 100%);
}
@media only screen and (max-width: 600px) {

    .registerRow {
        display: block;
        align-items: center;
    }

    .logdv {
        display: none;
    }
    .registerRow .panel-body {
        padding: 10px;
    }
    .login-box {
        background: #f8f9fa;
        border-top-right-radius: 0% 50%;
        border-bottom-right-radius: 0% 50%;
        padding: 15px 15px !important;
    }
   .minhedf {
       font-size:18px !important;
   }
    .displaynon-cls {
        margin: 20px 0 0 0 !important;
        padding: 20px 8px;
    }
    .mainhadsec .panel-body {
        padding: 0px 10px;
    }
    .imsedgse {
        height: 462px;
    }
    .logoimgdv {
        width: 100% !important;
    }
}
.tab-content #ui-datepicker-div {
    left: 638px !important;
}

.datepicker-custom #ui-datepicker-div {
    left: 638px;
}
.firsnum{
    display:none !important;
}
#imgReturn {
    display: none !important;
}
.clrFilter {
    font-size: 14px;
    margin-right: 3px;
}