
/*LOGIN HEADER START CSS*/
.login_header{height:33px; overflow:hidden;background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#cccccc);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#cccccccc)";}
.login_mini_header{font-size:11px; line-height:30px; font-weight:normal; color:#000;overflow:hidden;letter-spacing:0.5px;}
.header_link {float:left;}
.login_mini_header a {color:#000; margin-right:10px; text-decoration:none; border-right:1px solid #333333; padding-right:10px;}
.login_mini_header a:hover {color:#333;text-decoration:underline;}
/*LOGIN HEADER ENDS CSS*/

#at4-share, #at4-soc {display:none !important;}

h1, h2, h3, h4{line-height: initial;}

a{text-decoration:none;}

body a, .prodListbtnImg a, .prodListbtnImg a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.container {box-sizing:border-box;}

.prodGallInfo {
    width: 100%;
}
.content-box {
    box-sizing: border-box;
width: 100%;
}
/*TOP HEADER HERE*/
.contact-header {padding-top: 10px; padding-bottom: 10px;}
.email, .call, .page-Visits, .bizMAX-verified, .social_links{margin-right: 2%;}
.visitor_count{font-weight: bold;}
.social_links a {padding: 0 2px 0 0;}

.social_links a i{padding: 5px; border-radius:100%; background:#fff; width: 15px; text-align: center;}

.fa-facebook{color: #3B5998;}
.fa-twitter{color: #55ACEE;}
.fa-google-plus{color: #dd4b39;}
.fa fa-whatsapp{color: #33b560;}
.fa-linkedin{color: #007bb5;}
.fa-instagram{color: #e33f5f;}
/*This code Added By SAtish Bangar 27 11 2017*/
.fa-pinterest{color: #e33f5f;}
.fa-youtube{color: #e33f5f;}
.fa-heart{color: #55ACEE;}
/*End Here*/
.fa-facebook:hover{background: #3B5998; color:#fff;}
.fa-twitter:hover{background: #55ACEE; color:#fff;}
.fa-google-plus:hover{background: #dd4b39; color:#fff;}
.fa-linkedin:hover{background: #007bb5; color:#fff;}
.fa-instagram:hover{background: #125688; color:#fff;}
.fa-instagram:hover{background:
radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
/*This code Added by  Satish Bangar 27 11 2017*/
.fa-pinterest:hover{background:#dd4b39; color:#fff;}
.fa-youtube:hover {
    background:red;
    color: #fff;
}
/*End Here*/
.social_links a i:hover{transform: rotateY(180deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;}
/*--Send SMS--*/
.send-sms, .send-sms i {cursor: pointer;}
/* The Modal (background) */
.modal {display: none; position: fixed; z-index: 10000; padding-top: 2%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);}
/* Modal Content */
.modal-content {position: relative; margin: auto; padding: 0; width: 25%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align:center; border-radius: 5px;}
.modal-header {padding: 15px; font-size: 20px; text-transform: uppercase; font-weight: 600;}
.modal-body {padding:30px 20px; border-radius: 0 0 5px 5px;}
.modal-footer {padding: 15px; border-radius: 0 0 15px 15px;}
.s-fields i{margin-right: 5px;}
.s-fields{border: 1px solid #ddd; margin-bottom: 15px; padding: 5px; border-radius: 5px;}
.s-fields input, .s-fields textarea{width: 90%; border: 0; font-size:14px; outline: none; line-height: inherit; font-family: inherit;}
.s-fields:hover, .s-fields:focus{}
.s-fields .fa-pencil{vertical-align: top;}
.company-name {
    display: none;
}
.tab-pane hr{display: none;
}
.s-btn{display: block; padding: 10px; width: 100%; border-radius: 10px; font-size: 16px;
    font-weight: 600; cursor:pointer;}
.s-btn i{margin-right: 5px !important; color:#fff !important; padding:0;}
.otp{width:50%; float:left;}
.otp-btn{width:42%; float:right; background: #f5f5f5; padding: 5px; font-size:14px; border: 1px solid #ddd; margin-bottom: 15px; border-radius: 5px; color: green; cursor:pointer; line-height:inherit; font-family:inherit;}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.sms-close {float: right; font-size: 25px; cursor: pointer;}
.blink {
			-webkit-animation: blink .75s linear infinite;
			-moz-animation: blink .75s linear infinite;
			-o-animation: blink .75s linear infinite;
			 animation: blink .75s linear infinite;	
		}
@-webkit-keyframes blink {
			0% { opacity: 1; }
			50% { opacity: 1; }
			50.01% { opacity: 0; }
			100% { opacity: 0; }
		}
@-moz-keyframes blink {
			0% { opacity: 1; }
			50% { opacity: 1; }
			50.01% { opacity: 0; }
			100% { opacity: 0; }
		}
@-ms-keyframes blink {
			0% { opacity: 1; }
			50% { opacity: 1; }
			50.01% { opacity: 0; }
			100% { opacity: 0; }
		}
@-o-keyframes blink {
			0% { opacity: 1; }
			50% { opacity: 1; }
			50.01% { opacity: 0; }
			100% { opacity: 0; }
		}
@keyframes blink {
			0% { opacity: 1; }
			50% { opacity: 1; }
			50.01% { opacity: 0; }
			100% { opacity: 0; }
		}
/*--//Send SMS--*/
/*//TOP HEADER HERE*/

/*COMPANY LOGO AND NAME STARTS HERE*/
.company-Name {padding: 15px 0; text-align: left;}
.companylogo {width: 100%; display: inline-flex; margin: 15px 0;}
.compnyname a {line-height: initial;}
.logo {padding-right:15px;}
.compnySlogan {margin-top: 5px;}
/*//COMPANY LOGO AND NAME STARTS HERE*/

/*MENUBAR STARTS HERE*/
.navbar-Outer-Container {position:relative; display: flex;}
.navButtons{width:100%; box-sizing: border-box;}
.navButtons ul{list-style:none; padding:0;}
.navButtons ul li{float: left;}
.navButtons ul li a {display: block; /*margin-bottom: -1px;*/}
.navButtons ul li a:hover{}
.dropdown:hover ul.liProductsSub {display: block;}
#ctl00_MenuBar_lnkProducts::after {content: "\f107"; margin-left: 5px; font-family: FontAwesome; line-height: initial;}
/*--DROPDOWN--*/
ul.liProductsSub{max-width: 250px; display:none; position: absolute; z-index: 500;  
background: #fff; /*border: 1px solid #ccc;*/ border-radius:4px; box-shadow: 0 6px 12px rgba(0,0,0,.175); box-sizing:border-box;}
ul.liProductsSub li{float: none !important; margin: 0;}
ul.liProductsSub li a{padding: 7px 10px;  background:#fff !important; color:#777 !important; border:0 !important; margin:0 !important; text-transform: capitalize; font-weight:400;}
ul.liProductsSub li a:hover{margin:0; background:#F1F1F1 !important; color:#212121 !important; border:0; border-radius:0;}
/*--MOBILE MENU--*/
#pull {display: none; font-weight: bold; position: relative; padding: 10px 15px;}
#pull i {font-size: 21px; margin-top: 3px;}
.fa-bars {float: right;}
/*MENUBAR ENDS HERE*/

/* EXCLUSIVE BANNER STARTS HERE */
.banner{position: relative;}
.divProductScoller{display: table; margin: 0 auto;}
.img_gallery{width:1140px !important; padding: 30px 0;}
.slider_small_images {overflow: hidden; width: 285px !important; height: 100% !important;
    padding: 0 7px; box-sizing: border-box; display: inline-flex;}
.slider_small_images img{width:100%; height:100%; box-sizing: border-box; padding: 10px; border-radius: 5px;}
.leftarrow, .rightarrow {position: absolute; z-index: 99; top: 40%;}
.leftarrow{left: 2%;}
.rightarrow {right: 2%;}
.leftarrow a i, .rightarrow a i{font-size:30px;}
/* EXCLUSIVE BANNER ENDS HERE */

/*ABOUT US STARTS HERE*/
.tab-content {overflow: auto; max-height: 500px;}
.readMore {cursor: pointer;}
blockquote {margin: 0; text-align: justify;}
blockquote p{margin:0 0 10px;}
blockquote p span{background:#fff;}
blockquote h1{text-align:left;}
blockquote h2{text-align:left !important;}
blockquote h3{text-align:left !important;}

blockquote ul{padding: 0 0 0 30px;}
table{width: 100% !important; box-sizing: border-box; display: block; overflow-x: auto; max-width: 100%; border-collapse: collapse; background-color: transparent; border: 0;}
table tr:nth-of-type(1) {background:#f2f2f2; font-weight:600;}
table td{text-align: center !important; box-sizing: border-box !important; padding: .75rem !important; vertical-align: middle !important; border: 1px solid #ddd !important;}
table td p{text-align: center; padding: 0; margin: 0;}

.formfields {border-bottom: 0; clear: both; overflow: hidden; padding: 5px 0px;}
/*//ABOUT US STARTS HERE*/

/*RIGHTPANEL/LEFT STYLE HERE*/
.SocialNetwork{display:none;}
.rightPanel ul li, .leftPanel ul li {list-style-type: none;}
.contPersonimg{width:94px; height:auto; margin: 10px auto; box-sizing:border-box;}
.contPersonimg img {border: 0; border-radius: 0;}


/*--bizcard--*/
.card {position: fixed; left: 27%; top: 5%; z-index: 999; width: 46%; margin: auto;}
.cardBgbizmax {overflow: hidden; background-repeat:no-repeat; padding: 20px; background-size: 100% 100%; box-sizing:border-box;}
.close{position: absolute; right: 7px; top: 7px;}
.verifiedLogo{position:absolute;}
.verifiedLogo img{width:30px;}
.org{font-weight: bold; padding-bottom: 15px; }
.cardmaincontent{ width:100%; padding: 15px 0; overflow:hidden; display:inline-flex;}
.cardLeft{width: 35%; padding-right: 10px; text-align: left; box-sizing: border-box;}
.cardCustName{font-weight: bold; text-transform: capitalize;}
.cardCustPost{}
.cardRight{width:65%; padding-left: 10px; text-align: left; box-sizing: border-box;}
.cardRight ul{margin:0px; padding:0px; list-style:none; background: transparent; border: 0;}
.cardRight ul li{margin-bottom: 5px;  padding: 0 15px 0 0 !important; text-align:left;}
.cardRight ul li.url{margin-bottom: 0px;}
.cardRight ul li a{text-transform:none;}
.cardRight ul li a::before {display:none;}
.cardBgbizmax i{margin-right: 5px;}
.cardBgbizmax .fa-phone{padding: 7px 7.5px !important;}
.cardBgbizmax .fa-envelope-o{padding: 8px 6px !important;}
.cardBgbizmax .fa-globe{padding: 8px 7px !important;}
.cardAddress{font-weight:bold; width:100%; text-align:center; height:auto; overflow:hidden; box-sizing: border-box; padding: 15px; padding-top: 10px; word-wrap: break-word;}
/*--//bizcard--*/
.viewbizkardLink a{cursor:pointer; font-weight: 600;}
.contPersonname a {cursor:auto;}
/*//RIGHTPANEL/LEFT STYLE HERE*/

/*MIDDLE PANEL CSS HERE*/
.middlePanel, .leftPanel, .rightPanel {margin: 40px 0;}
#send-msg {margin-top: 40px;}
.productList h2, .middlePanel h2 {margin: 0 0 20px 0;}
.leftPanel {padding-right:15px; box-sizing:border-box;}
.rightPanel {padding-left:15px; box-sizing:border-box;}
.productThumbnailswrapper h2::before, .productList h2::before, .middlePanel h2::before{
    content: " "; position: absolute; z-index: -1; height: 40px; bottom: -6px;}
.productThumbnailswrapper h2::before {width: 40%; left: 30%;}
.productList h2::before {width: 70%; left: 15%;}
.middlePanel h2::before {width: 40%; left: 30%;}
/*//MIDDLE PANEL CSS HERE*/

/*KEY PRODUCTS STYLE HERE*/
.productName, .prodGallName{height:100px; word-wrap: break-word;}
.Key-Products-Container {margin-top:40px;}
.productImg {text-align: center;}
.col-5{width: 20%; float: left; padding: 0 7px 15px; box-sizing: border-box;}
.productThumbnailswrapper {/*margin-right: -15px;*/ height: auto; overflow: hidden;}
/*//KEY PRODUCTS STYLE HERE*/

/*PRODUCT LIST PAGE CSS*/
.Enquiry-Sent-Alert-Box{color: #3c763d; background-color: #dff0d8; border:1px solid #d6e9c6; padding:15px; margin-bottom:15px; border-radius: 4px;}
.Enquiry-Sent-Alert-Box a{color: #a94442; font-weight:600; text-decoration:none;}

.Company-Name-Alert{color: #a94442; background-color: #f2dede; border:1px solid #ebccd1; padding:5px 15px; border-radius: 4px; font-weight:600;}

.Send-Success-Msg{color: #3c763d; background-color: #dff0d8; border:1px solid #d6e9c6; padding:5px 15px; border-radius: 4px; margin-top: 15px; font-weight: 600; text-align:center; display: block;}

.Enquiry-Failed-Alert-Box{color: #a94442; background-color: #f2dede; border:1px solid #ebccd1; padding:15px; margin-bottom:15px; border-radius: 4px; font-weight:600; text-align:center;}

.send-inquiry-btn-top {font-family: inherit; font-size: inherit; background-color:transparent; padding: 0; cursor: pointer; border:0;}
.checkBox {float: none; margin: 0;}
.select {width: 33%; padding:0;}
.ListView {margin-right: 15px;}
.ProductpageView {width: 34%; padding:0; text-align: center;}
.selectProNo-top {width: 33%; padding:0; text-align: right;}

.productListImage{position:relative;}
.prodGallcheckBox {display:none; position:absolute; z-index: 100; margin-top:-5px; margin-left: -5px;}
.productListImage:hover .prodGallcheckBox{display:block;}
.prodDiv:hover .prodGallcheckBox{display:block;}
.prodGallcheckBox:checked{display:block;}
.productListImage {width: 30%;}
.product-img, .productListImage img {width: 100%; box-sizing: border-box;}
.productListDesc {width: 70%; padding-left:15px; box-sizing:border-box;}

.btns, .prodListbtn{margin-top: 15px; text-align: justify; display: block; width: 100%; float: left;}
.prodListbtnImg{float: left; margin-right:10px;}
.prodListbtnImg a{display: block; padding: 7px 15px; text-align: center;}
.prodListbtnImg a {cursor: pointer;}

/*--Showcase--*/
.backgroundOverlay{width:100%; height:100%; opacity:0.3; background-color:#000000; position:fixed; z-index:1000; top:0px; left:0px;}
#divProductShowcase ul{list-style-type:none; padding:0; margin:0; width:5000000%;}
.closePopUp{background-color:#ffffff; font-weight:bold; color:red; float:right; cursor:pointer; font-size:14px; text-align:right;}
.showcasePrevious {cursor: pointer; height: 268px; margin-top: 12%; background-image: url('../images/showcasePrevious.png'); background-repeat: no-repeat; background-position: center; position: absolute; left: 3px; z-index: 1001; width: 30px; float: left;}
.showcaseNext {cursor: pointer; height: 268px; margin-top: 12%;
    background-image: url('../images/showcaseNext.png'); background-repeat: no-repeat;
    background-position: center; position: absolute; right: 3px; z-index: 1000; width: 30px; float: right;}
#productShowcaseGallery{}
#divProductShowcase ul li{float:left; margin-right:60px;}
.productShowcaseName{padding-bottom:10px; width:400px;}
.productShowcaseName a{font-size: 18px; }
.productShowcaseDescr{padding-top:10px; width:400px; text-align: justify;}
#divProductShowcase{background-color: #FFFFFF; border: 1px solid #000; border-radius: 10px; display: none; height: auto; left: 30%;opacity: 100; overflow:hidden; padding: 15px; position: fixed; top: 5%; width: 450px; z-index: 1001;}
/*--//Showcase--*/
/*//PRODUCT LIST PAGE CSS*/ 

/*OFFERS PAGE CSS*/ 
.offerFrame h2, h3,h4{background:transparent; line-height: initial; color: inherit; font-size: inherit; font-weight: inherit; padding-bottom: 15px;}
.offerFrame, .offerFrame p, .offerFrame span{font-family:inherit !important; color:inherit !important; font-size:inherit !important;}
.view-more-offer-details{margin-top: 15px;}
/*//OFFERS PAGE CSS*/ 

/*PRODUCT INFORMATION CSS*/ 
.bizPro-info-summary .protitle h1, .productListName{margin: 0 0 15px 0; text-align:left;}
.company-name h1 {text-align: center; margin: 20px 0;}
.bizPro-info-img {float:left;width: 50%; box-sizing:border-box;}
.bizPro-info-summary {width: 50%; float:left; padding-left: 15px; box-sizing:border-box;}
#accordion {width:100%; box-sizing: border-box; margin: 15px 0 0;}
#accordion .content-title {cursor:pointer; padding:10px; background-color:#f2f2f2; line-height: 25px; font-size:18px;}
#accordion .content-title.active {border:0;}
#accordion .content-title:after {content: '\02795'; float: right; margin-left: 5px; width: 45px; line-height: 45px; margin-top: -10px; text-align: center; margin-right: -10px; background: #ddd;}
#accordion .content-title.active:after {content: "\2796";}
#accordion .content {background-color:#fff; padding:15px; height:auto; text-align: justify;}
#accordion .content ul li{margin:0 15px;}
#accordion .content h2{font-size: 1.1em; margin: 10px 0;}
#accordion .content a{text-decoration:none;}
.brand, .spefirst {font-weight: 600;}
/*//PRODUCT INFORMATION CSS*/ 

/*PRODUCT GALLERY STYLE HERE*/
.col-4{width: 25%; float: left; padding: 10px; box-sizing: border-box;}
/*//PRODUCT GALLERY STYLE HERE*/

/*CUSTOM PAGE HERE*/
.custom_content {
float:left;
}
.custom_content table{width:100% !important;}
/*.custom_content iframe{width:100% !important;} */
.custom_content p {font-family: inherit; line-height: initial;}
div#video-header {height : 683px; margin : -1px 0 0;}
.custom_content ol, .custom_content ul{margin:0; padding: 0 15px;}
/*//CUSTOM PAGE HERE*/

/*VERIFIED MEMBER CSS*/
.verified-info {background:#fff url('../images/VerifiedMember-page-bg.png') no-repeat; padding: 157px 10px 0 51px;}
.veri-comp-name {line-height: initial;}
/*//VERIFIED MEMBER CSS*/

/*MANAGEMENT PAGE STYLE HERE*/
.manage-info-wrapper {margin-bottom: 15px;}
/*//MANAGEMENT PAGE STYLE HERE*/

/*CAREER PAGE STYLE HERE*/
.career-info-wrapper {margin-bottom: 15px;}
.career-info-person-name {margin-bottom: 10px; display: block;}
.job-apply-btn{margin-top:15px;}
.job-apply-btn input{padding: 5px 10px; background: #0051a0; border: 2px solid #fff; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 5px; cursor:pointer; box-shadow: 1px 2px 3px #979797;}
/*//CAREER PAGE STYLE HERE*/

/*REVIEWS PAGE ENDS HERE*/
.heading_review{border-bottom: 1px dotted #ddd; padding-bottom: 15px;}
.reviewername{text-transform: capitalize;}
.reviews_con{border-bottom:1px solid #ddd; margin-bottom: 15px;}
.rating-and-review, .NoRecords{color: #fff; padding: 10px 15px; text-transform: uppercase; font-weight: 800; border-radius: 3px; margin: 15px auto; display: block; text-align: center; width: 40%; box-sizing: border-box;}
.rating-and-review{background: #308014;}
.rating-and-review:hover {background: #16be48;}
.NoRecords {background: #16be48; display:none;}
.NoRecords:hover {background: #308014;}
.NoRecords a{color:#fff;}
.divMainReviews{padding:5px;}
/*REVIEWS PAGE ENDS HERE*/

/*CONTACT US PAGE HERE*/
.contact-us {display: flex;}
.Contact-Form{width: 50%; padding-right: 15px; box-sizing: border-box;}
.Contact-Form .subjectTable {text-align:left !important; }
.bold-text{font-weight:600;}
.map-and-details{width:50%;}
.googleMap .map {width: 100%; height: 200px; box-sizing: border-box;}
.Contact-Form #send-msg{margin-top:0;}
.cont-Info-profile {box-sizing:border-box;}
.googleMap {margin-top: 15px;}
.googleMap .map {width: 100%; height: 250px; box-sizing: border-box;}
.Contact-Form h2.send-msg-title::after, .Contact-Form h2.send-msg-title::before{content:none;}
/*--Contact-Info-Tab--*/
.tabs {width:100%; display:inline-block;}
.contact-tab-links:after {display:block; clear:both; content:'';}
.contact-tab-links li {margin:0px 5px; float:left; list-style:none;}
.contact-tab-links a {padding:9px 15px; display:inline-block; border-radius:3px 3px 0px 0px; font-size:16px; font-weight:600; transition:all linear 0.15s;}
.contact-tab-links a:hover {text-decoration:none;}
li.active a, li.active a:hover {background:#fff; margin-bottom: -1px !important; border-bottom: none;}
.contact-tab-content {padding:15px; box-sizing:border-box; border-radius:3px; background:#fff;}
.tab {display:none;}
.tab.active {display:block;}
/*--//Contact-Info-Tab--*/

/*--Send Message--*/
.subjectTable{}
.Reg-Notification{}
.hidden-details-alert {color: red; text-transform: capitalize;}
.click-here a{color: red;}
.subjectTable .label , .contactusFormLeft{display: none;}
.subjectTable .field input, .subjectTable .field textarea, .subjectTable .field select{display: block; outline: none; font-family: inherit; box-sizing:border-box; width: 100%; margin: 15px 0; font-size: inherit !important; color: inherit;}
.submitbutton{margin-top: 15px; cursor: pointer;}
.subjectTable .field input{height: 45px;}
.subjectTable .field textarea{height: 150px;}
.subjectTable .field select{height: 45px;}
.change-chapcha{width: 137px;}
.capcha{margin-left: 10px; padding-bottom: 8px;}
#ctl00_ContentPlaceHolder1_ctrlContactMember_imgCaptcha{width:137px;}
#ctl00_ContentPlaceHolder1_WbReviews_RVimgCaptcha{width: 137px;}
#ctl00_ContentPlaceHolder1_WbReviews_RVImageButton1{margin-top: 10px; margin-left: 10px; vertical-align: top;}
#ctl00_ContentPlaceHolder1_WbReviews_RVtxtCode{width:100%;}
#ctl00_ContentPlaceHolder1_ctrlContactMember_divincorrectpassword {color:red;}
#ctl00_ContentPlaceHolder1_WbReviews_RVimgCaptcha{width: 137px;}
#ctl00_ContentPlaceHolder1_WbReviews_RVImageButton1{margin-top: 10px; margin-left: 10px;}
#ctl00_ContentPlaceHolder1_WbReviews_txtReviewName{margin-right: 15px;}
#ctl00_ContentPlaceHolder1_WbReviews_txtRvEmailId{margin-right: 15px;}
.send-msg-img {float:left; height:25px; width:25px;}
.msg_note{display:none;}
.send-msg-img-name {margin:0px; padding:0px;}
.send-msg-comp-name {margin:0px; font-weight:normal;}
#send-msg-details {margin: 5px 0;overflow: hidden;padding: 5px 0px 0px;}
#ctl00_ContentPlaceHolder1_ctrlContactMember_UpdatePanel2{}
.errormsg {color: red; margin: 15px 0; display:none;}
.forgot-password{color: #427fed; text-decoration:none;}
.forgot-password a{color: #427fed;}
/*--//Send Message--*/
/*//CONTACT US PAGE HERE*/

/*FOOTER GOES HERE*/
.poweredbydiv{text-transform:capitalize;}
.footer-address {width: 75%; margin: 0 auto; padding-top: 15px; padding-bottom: 15px;}
.footer-contacts {padding:0; margin:0;}
/*//FOOTER GOES HERE*/


.apply-now-overlay {
   
    position: relative;

}