@charset "utf-8";
/* CSS Document
css/style.css
*/
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Nunito Sans', sans-serif !important;
	font-style: normal !important;
}
textarea:focus, input:focus{
    outline: none;
}
.blckbg {
    background: #420d58;
    height: auto;
    float: left;
    width: 100%;
    padding: 0px 0;
    margin-bottom: 3px;
}
.call i {
    float: left;
    margin: 3px 7px 0 0;
}
.time {
    float: left;
}
.call {
    margin-top: 2px;
}
.call a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
}
.call a:hover {
    color: #d9a403;
}
.call a i {
    font-size: 22px;
    margin-right: 10px;
}
.w_auto {
    width: auto;
    float: right;
    margin-left: 20px;
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}
.w_auto:hover {
    color: #cc8809;
    text-decoration: none;
}
.logobox {
    width: 100%;
    font-weight: 100;
}
.searchbox {
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    padding: 3px;
    border-radius: 3px;
}
.searchform {
    border: 0;
    width: 77%;
    float: left;
    height: 36px;
}
.searchbox i {
    width: auto;
    float: left;
    margin-top: 10px;
    font-size: 22px;
    margin-right: 10px;
    color: #000000cc;
    margin-left: 10px;
}
.searchbutt {
    background: #cc8809;
    border: 0;
    width: auto;
    padding: 10px 24px;
    border-radius: 3px;
    color: #fff;
    font-weight: 100;
    float: right;
}
.searchbutt:hover {
    background: #090f21;
}
.cart {
    float: right;
    width: 50px;
    height: 45px;
    position: relative;
    right: 0;
    top: 20px;
    text-align: center;
}
.cart i {
    font-size: 20px;
}
.cart h6 {
    position: absolute;
    background: #cc8809;
    width: 25px;
    height: 25px;
    border-radius: 60%;
    line-height: 25px;
    right: 0px;
    top: -15px;
    color: #fff;
    font-size: 12px;
}
.menustrip {
    background: #fca600;
    padding: 0;
    margin-top: 5px;
	position: relative;
}
.legal_box {
    background: #101323;
    padding: 10px 0;
}
.yelw_box {
    background: linear-gradient(to right, #cc8809, #cc8809);
    height: auto;
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0;
    border-radius: 3px;
    border: solid 1px #fff;
    min-height: 180px;
}
.yelw_box:hover {
    background: #000
}
.yelw_box i {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 68px;
    color: #fff;
}
.yelw_box a {
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    float: left;
    padding: 0 21px;
}
.heading_box {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.heading_box h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #be7f0c;
}
.heading_box h2 span {
    font-weight: 100;
    color: #000;
}
.heading_box p {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 50px;
}
.logobox img {
    width: 100%;
    height: auto;
}
.call {
    font-size: 13px;
    color: #fff;
}
.invest {
    background: #420d58;
    border-radius: 3px;
	    color: #fff !important;
}
a.invest:hover {
    border: 0 !important;
    background: #583a00;
}
.log_bnr {
    background-image: url(../img/log_bnr.png);
    background-repeat: no-repeat;
    height: 120px;
    color: #fff;
}
.log_bnr span {
    float: left;
    /* position: absolute; */
    margin-top: 15px;
    font-size: 32px;
    font-weight: 100;
}
.log_bnr font {
    width: 100%;
    float: left;
}
.log_bnr font a {
    float: left;
    color: #fff;
    margin-right: 10px;
}
.log_bnr font b {
    font-weight: 300;
    color: #ccc;
}
.log_bnr font a i {
    margin-left: 10px;
}
.bg-white {
    margin-bottom: 20px;
}
i.fa.fa-laptop {
    margin-left: 10px;
}
.tptxt {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

.formbox ul {
    list-style-type: none;
}
.mr_tb {
    margin: 100px 0 0 0;
}
.bgyelw {
    background: #ffa300;
}
.formbox ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.liwid200 {
    font-size: 16px;
    float: right;
    min-height: 80px;
    /* position: relative; */
    /* top: 30px; */
    padding-top: 27px;
    text-align: right;
	width: 100% !important;
}
.liwid100 {
    font-size: 16px;
    float: right;
    /* position: relative; */
    /* top: 30px; */
    /*padding-top: 27px;*/
	width: 100% !important;
}
.loginbtn {
    background: #420d58;
    padding: 15px 40px;
    border-radius: 3px;
    color: #fff;
}

.loginbtn:hover {
    background: #ffa800;
    color: #000;
}
a { text-decoration:none !important;}
.liwid100 h3 {
    text-align: center;
    border: solid 1px #ccc;
    border-right: none;
    border-left: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding:5px 0;
	    margin-top: 0;
}
.liwid100 font {
    width: 100%;
    float: left;
}
.form101 {
    width: 98%;
    margin-right: 2%;
    float: left;
    height: 45px;
    border: solid 1px #eee;
    box-shadow: 0 0 15px #e9e9e9;
    border-radius: 4px;
	padding-left: 5%;
}
.formbox ul li font {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    /* font-weight: 400; */
}
.create_ac {
    width: 100%;
    float: left;
    text-align: center;
    background: #420d58;
    padding: 12px 0;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
	border: 0;
}
.create_ac:hover {
    background: #fca600;
    color: #000;
}
.formbox {
    width: 90%;
    margin: 0 auto;
}
.logbg {
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -130px;
}
.milk {
    width: 90%;
    height: auto;
	display: none;
}
div#ctl00_ContentPlaceHolder1_txtCaptcha_IMGD {
    border-color: #420d58 !important;
    border-width: 1px !important;
    border-style: dashed !important;
}

/**************************** login page css *************************/

.formbox h2 {
       /* text-transform: uppercase; */
    /* font-weight: 900; */
    /* font-size: 46px; */
    /* color: #000; */
    /* margin-top: 25px; */
    text-align: center;
    border: solid 1px #ccc;
    border-right: none;
    border-left: none;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 0;
    margin-top: 15px;

}
.mr_t5 {
    margin-top: 20px;
}
.formbox p {
    width: 100%;
    float: left;
	color: #000;
	margin: 0;
}
.formbox200 {
    width: 100%;
    float: left;
}
.formbox200 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.formbox200 h4 {
       width: 100%;
    float: left;
    height: 55px;
    border: solid 1px #eee;
    box-shadow: 0 0 15px #e9e9e9;
    border-radius: 4px;
    padding-left: 2%;
    margin-top: 25px;
    padding-top: 5px;
    position: relative;
}
.formbox200 h4 em {
    width: auto;
    float: left;
    margin-right: 15px;
    /* padding-left: 15px; */
    font-size: 30px;
    margin-top: 6px;
    color: #420d58;
}
.form111 {
    width: 85%;
    float: left;
    height: 43px;
    border: none;
    /* font-weight: 300; */
    font-size: 17px;
}
.signup_frgt {
    width: 50%;
    float: right;
    font-size: 16px;
}
.signup_frgt a {
    width: 100%;
    float: left;
    color: #000;
}
.sbmt {
        width: 100%;
    height: 43px;
    /* margin-top: 80px; */
    background: #420d58;
    border: 0;
    border-radius: 3px;
    color: #fff;
    float: left;
	    text-align: center;
    line-height: 43px;
}
.sbmt:hover {
    background: #fca600;
    color: #000;
}
#ctl00_ContentPlaceHolder1_updatepanel2 > div > div:nth-child(2) > div.col-lg-7 > div > em {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
}
.chk_signbox {
    width: 100%;
    float: left;
}
.checkbox {
    width: 50%;
    float: left;
}
.signup22 {
    width: 70%;
    /* float: left; */
    margin: 0 auto;
}
.signup22 label {
    float: right;
    margin: 20px 10px;
    text-align: center;
    /* width: 100%; */
}
.signup22 a {
    width: 30%;
    float: right;
    text-align: center;
    background: #fca600;
    color: #000 !important;
    line-height: 39px;
    vertical-align: middle;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 30px;
}
.signup22 a:hover {
    background: #420d58;
    color: #fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
div#ctl00_ContentPlaceHolder1_txtCaptcha_IMGD {
    margin-top: 5px;
}
div#ctl00_ContentPlaceHolder1_btnSignup {
    width: 100% !important;
    float: left;
}
.formbox ul li span {
    top: 45px;
}
.lbl22 {
    margin: 0 auto;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
/************************** user form step by step css ************************/
.step_box {
    width: 90%;
    float: left;
	opacity: 0.2;
	    min-height: 190px;
}
.step_box:hover {
	opacity:10;
}
.clr_ylw {
    color: #fca600 !important;
}

.clr_ylw:hover {
    color: #fca600 !important;
}
.step_box a {
    width: 100%;
    float: left;
	padding: 20px 0;
}
.step_box a:hover {
   background: #f5f5f5;
    border-radius: 3px;
    height: 129px;
}
.active3 {
    opacity: 10;
}
.step_box a div {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 38px;
    color: #35ac00;
    position: absolute;
    left: 21px;
}
.step_box a font {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #420d58;
    position: absolute;
    right: -16px;
}
.step_box a font:hover {
	color: #00a516;
}
.step_box a span {
       width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    min-height: 40px;
}

.step_box a i {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 38px;
    color: #420d58;
	position: relative;
}

.step_box a i font {
    position: absolute;
    right: -21px;
    font-size: 30px;
    color: #00a516;
}
.step_box a i font:hover {
    color: #420d58;
}
.swiper-slide {
	width: 25% !important;}
.validation {
   position: absolute;
    top: 18px;
    right: 20px;
    font-size: 16px;
    color: red;
}

.error-message {
  color: darkred;
    background-color: #fcf8e3;
    border-color: #faebcc;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    border: dashed 1px;
    margin-bottom: 5px;
}

    .error-message hr {
        border-top-color: #f7e1b5
    }

    .error-message .alert-link {
        color: #66512c
    }

.sent-message {
       color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: dashed 1px;
}

    .sent-message hr {
        border-top-color: #c9e2b3
    }

    .sent-message .alert-link {
        color: #2b542c
    }

.mr_bt20 {
	margin-bottom:20px;
}

.active2 {background:red}

.carousel-control.left {
     background-image: none !important; 
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); */
    /* background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    /* background-repeat: repeat-x; */
}
.carousel-inner {
    min-height: 163px;
}
.carousel-control {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: -20px;
    width: 20px;
    font-size: 50px;
    color: #000;
    text-align: center;
    /* text-shadow: 0 1px 2px rgb(0 0 0 / 60%); */
    /* background-color: rgba(0,0,0,0); */
    filter: alpha(opacity=50);
    /* opacity: .5; */
	
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

/***************************************** contact us ****************************/
.content_block_12 .content-box .sec-title {
    margin-bottom: 24px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    color: #000;
    /* font-family: 'Roboto Condensed', Verdana !important; */
    /* margin: 0 auto; */
    font-weight: 400 !important;
}
.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    position: relative;
}
.input-container span {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 13px;
    color: red;
}
.input-field {
    width: 100%;
    padding: 10px;
    /* border-top: 1px solid #ff7722; */
    /* border-bottom: 1px solid #ff7722; */
    /* border-right: 1px solid #ff7722; */
    outline: none;
    text-transform: uppercase;
    border: 1px solid #ff7722;
    font-size: 13px;
	height: 50px;
}
.mb-50 {
    margin-bottom: 30px;
}
.theme-btn {
    background: #420d58;
    color: #fff;
    padding: 15px 40px;
    border: 0;
    border-radius: 3px;
}
.theme-btn:hover {
    background: #f3a000;
	color:#000;
}
.theme-btn2 {
    background: #f3a000;
    color: #000;
    padding: 15px 40px;
    border: 0;
    border-radius: 3px;
}
.theme-btn2:hover {
    background: #420d58;
	color:#fff;
}
.iconc {
    padding: 10px;
    background: #fff;
    color: #ff7722;
    line-height: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    min-width: 50px;
    text-align: center;
}
.tb b a {
    color: #000;
    font-weight: 400;
}
.contactbg {
    background-image: url(../assets/img/contactbg.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: top;
}
.elementor-top-section {
    padding: 30px 0 0 0;
}
.tb i {
    color: #fca600;
    font-size: 21px;
}
hr {
    border-bottom: solid 1px #f3a000 !important;
    margin-bottom: 25px;
}
.active2 {
    background: #420d58 !important;
    border-radius: 30px;
    color: #fff !important;
}
.stdnt_left {
    margin-top: 25px;
}
.page-ttl h4 {
    margin-top: 19px;
}
.dashboard_imgbox {
   width: 100%;
    border: solid 1px #f3a000;
    margin-bottom: 20px !important;
    min-height: 330px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.dashboard_imgbox:hover {
    /* border: solid 5px #420d58; */
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 0px 10px #fca600;
    -moz-box-shadow: inset 0px 0px 0px 10px #fca600;
    box-shadow: inset 0px 0px 0px 10px #fca600;
	-webkit-transition: -webkit-box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -o-transition: -o-box-shadow 1s;
    transition: box-shadow 1s;
	border: solid 1px #fca600;
}
#ctl00_ctl00_dvCustomer a span {
    color: #ffff;
    font-weight: 300;
    font-size: 14px;
}
#ctl00_lnkLogout a {
    color: #fca600 !important;
    margin-left: 10px;
}
#ctl00_dvCustomer {
    text-align: right;
} 
#ctl00_ctl00_dvCustomer {
    text-align: right;
}
#ctl00_ctl00_dvCustomer a {
	color: #fca600;}

.dxgvControl_DevEx a {
	color: #f3a000 !important;
    /*font-size: 25px;*/
}

.dxgvControl_DevEx a:hover {
	color: #420d58 !important;
        font-size: inherit;
}
.dxgvHHEC tbody tr td a {
    font-size: 12px !important;
}

.name2 span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
}
.logout {
    color: #fca600;
	font-size: 14px;
}
.dashbox {
	border-left: 0px solid #7f3877 !important;}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantInfo > tbody > tr:nth-child(3) {display:none;}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_tblApplicantInfo > tbody > tr:nth-child(1) > td {display:none;}

/* Styling Checkbox Starts */
.checkbox-label {
color: white;
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 50px;
    width: 24px;
    clear: both;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .mark {
	top: 30px;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    border: 2px solid white;
    border: solid 1px #673ab7;
}
.checkbox-label input:checked ~ .mark {
    background-color: #673ab7;
    border-radius: 5px;
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid white;
}
.checkbox-label .mark::after {
    position: absolute;
    content: "";
    border-radius: 5px;
}
.checkbox-label input:checked ~ .mark::after {
  transform: rotate(45deg) scale(1);
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}
/* For Ripple Effect */ 
.checkbox-label .mark::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    border: 5px solid #673ab7;
    transform: scale(0);
}

.checkbox-label input:checked ~ .mark::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    transform: scale(3);
    opacity:0;   
    transition: all 0.3s ease-out;
}
span#ctl00_ContentPlaceHolder1_lblExpansionofCapacity {
    color: #000 !important;
    font-weight: 600 !important;
}
/*input#ctl00_ContentPlaceHolder1_chkExpansionofCapacity {
    width: 24px;
    height: 24px;
    background: #ccc;
}*/
/*input#ctl00_ContentPlaceHolder1_chkNewEstablishmentUnit {
    width: 24px;
    height: 24px;
}*/
/*#ctl00_ContentPlaceHolder1_tblApplicant > tbody > tr:nth-child(2){display:none;}*/
.dashbox h4 {
    min-height: 72px;
}
.dashbox .icon i {
    font-size: 68px;
}
.swiper-wrapper {
    margin-top: 15px;
}
.logodairy {
    min-height: auto;
    min-width: 80px;
    /*margin-top: 17px;*/
}
.site-logo {
    width: 100%;
    height: auto;
}
.Dep-title {
    float: none;
    margin-top: 0px;
}
.Dep-title h1 {
  color: #2f2f2f;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    line-height: 26px;
    font-size: 20px;
}
#services > div.container.aos-init.aos-animate > div.service-title > p.titleheading {
    font-size: 19px !important;
    color: #000 !important;
    font-weight: 600 !important;
	width: 100%;
}
table#ctl00_ContentPlaceHolder1_txtCaptcha_TB {
        border: solid 1px #ccc !important;
    width: 100%;
    float: left;
    height: 55px;
    border: solid 1px #eee;
    box-shadow: 0 0 15px #e9e9e9;
    border-radius: 4px;
    padding-left: 2%;
    padding-top: 5px;
    position: relative;
}
input#ctl00_ContentPlaceHolder1_txtCaptcha_TB_I {
    font-size: 18px;
	text-align: center;
}
.capta_bx {
    width: 100%;
    float: left;
	    margin-bottom: 40px;
}

#ctl00_ContentPlaceHolder1_lnkDashboard {
    width: auto;
    float: right;
    background: #fca600;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 20px;
    border-radius: 3px;
    color: #000;
}
#ctl00_ContentPlaceHolder1_lnkDashboard:hover {
    background: #420d58;
    color: #fff;
}
.topimg-text p {
    text-align: left;
    font-size: 30px;
}
.dxca-imageDiv img {
    width: 70% !important;
    height: auto !important;
}

/*#ctl00_ContentPlaceHolder1_pnlCustomerRegister > li:nth-child(6) {
    margin: 0;
}*/
#ctl00_ContentPlaceHolder1_pnlCustomerRegister > li:nth-child(7) {
    margin-bottom: 0px;
}
.min-hit {
    min-height: 600px;
}
.size14 {
    font-size: 28px !important;
    color: #420d58;
}
.size14:hover {
    font-size: 28px;
    color: #fca600;
}

.dxpLite_Material .dxp-current {
	background-color: #fca600 !important;}

.dxmLite_Material .dxm-item.dxm-checked, .dxmLite_Material .dxm-item.dxm-selected {
    background-color: #420d58 !important;
}
.text_area {
    text-align: justify;
}
.btn32 {
    float: left;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 5px 20px;
    background: #420d58;
    color: #fff;
    font-weight: 200;
}
.btn32:hover {
    background: #fca600;
    color: #000;
}
.mini-list ul {
    list-style: circle;
    float: left;
    width: 100%;
}
.mini-list ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.cntnt p {
    text-align: justify;
}
.text_area h5 strong {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fca600;
}
.Notification em strong {
    font-size: 14px;
    color: #420d58;
}
.Notification em {
    font-size: 14px;
    font-weight: 300;
}
.bg_grey {
    background: #efefef;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
}
.form-control-static {
    float: left;
    margin: 6px 10px 0 0;
}

.form-control1 {
    margin-top: 7px;
    margin-right: 10px;
}
.mar_top {
    float: right;
}

.form-control25 {
    height: 35px;
    border-radius: 3px;
    margin-right: 10px;
}

.btn-success2 {
background: #420d58;
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 300 !important;
    padding: 8px 32px;
    border: 0;
    border-radius: 3px;
}

.btn-success2:hover {
    background: #fca600;
    color: #000;
}
.lblFooter {
    text-align: center;
    width: 100%;
    float: left;
    padding: 100px 0;
    font-size: 28px;
    color: #a8a8a8;
}

.dxcaControl_SoftOrange table tbody tr {
    width: 50%;
    float: left;
}

.dxca-imageDiv {
    line-height: 108px !important;
    text-align: center;}

#ctl00_ContentPlaceHolder1_pnlCustomerRegister > li:nth-child(6) {
    margin-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_txtCaptcha_TB > tbody > tr {
    width: 100%;
    margin-top: 8px;
}

td#ctl00_ContentPlaceHolder1_txtCaptcha_TB_EC {
    position: relative;
    left: -40px;
    top: 15px;
}
.signinbut_box {
    width: 50%;
    margin: 0 auto;
}

.img_th img {
    width: 90%;
    height: auto;
    /* margin: 0 auto; */
	
    border-radius: 0 80px 80px 80px;
    box-shadow: 0 5px 16px #ccc;
}

.form-group span strong {
    color: red;
}
.note {
    width: 100%;
    float: left;
}
.note span {
    font-size: 13px !important;
    width: 100% !important;
    float: left;
    line-height: 18px;
    margin-top: 10px;
    padding: 0 !important;
    color: #000 !important;
}
table#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_UploadedFilesContainer1_FilesRoundPanel {
    margin-top: 5px;
    /* width: 100% !important; */
}
.posnall {
    width: 100%;
    position: absolute;
    left: 0;
    top: 137px;
}
.man-m-t {
    margin-top: 75px;
}
