.main-header {z-index: 10;}
 .header-top{z-index:9;}
 .modal-backdrop { z-index:10;}
 .frm-wizrd-popup {z-index:11; }
 .frm-wizrd-popup .modal-content {background-color: transparent;border: 1px solid transparent;}
 .frm-wizrd-popup .modal-header {border-bottom: 0; border-top-left-radius: .3rem;}
 .frm-wizrd-popup  .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    position: absolute; 
    width: 100%;
    z-index: 1000;}
	
	.frm-wizrd-popup button.close {
    float: right;
    font-size: 39px;
    font-weight: 400;
    line-height: 2px !important;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background-color: #ed1c24  !important;
    width: 50px;
    height: 55px;
    margin: 0;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: -8px; z-index: 10001;
}
	
				 /*form styles*/
#msform {
	width:450px;
	margin:80px auto 50px auto;
	text-align: center;
	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:100%;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}

#edit-payment-information-billing-information .profile {
	display: none;
}
.address-book-edit-button {
	display: none;
}
#edit-payment-information-billing-information-address-0 {
    display: none;
}
#edit-payment-information-billing-information-field-title-wrapper {
    display: none;
}

#edit-payment-information-billing-information-field-phone-number-wrapper {
    display: none;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #115ba2;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #115ba2;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size:13px;
	width: 33.33%;
	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 connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #115ba2;
	color: white;
}

.details-listng { margin-top:10px; }
.details-listng .list-style-two li { padding-left: 14px;text-align: left;}
.details-listng .list-style-two li .left-dl { float:left; width:40%; font-weight:700; }
.details-listng .list-style-two li .ryt-dl { float:left; width:58%; }
.details-listng .list-style-two li .divlr{ float:left; width:2%; }

.checkout-pane.checkout-pane-completion-message .checkout-complete{
	line-height: inherit;
	margin:.5rem;
	min-width: auto;
	max-width: 500px;
	width:100%;
}
.checkout-pane.checkout-pane-completion-message .checkout-complete span{
	display: block;
	line-height: 1.7rem;
}
.checkout-pane.checkout-pane-completion-message .checkout-complete a.close {
    position: absolute;
    right: -15px;
    width: 30px;
	height: 30px;
	font-size:18px;
    background: #ed1c24;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    top: -15px;
    border: 2px solid #fff;
	padding: 0 0 0 3px;
	text-align:center;
	text-transform:lowercase;
}

.checkout-complete a.button {
    cursor: pointer;
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    background-color: #242f6c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.checkout-complete a.button:hover {
    background: #ed1c24;
}

.page-wrapper .title .row.region.region-imageholder,
.page-wrapper .title .row.region.region-imageholder .view .view-content.row{
	margin:0;
	display:block;
}



@media only screen and (max-width:768px){	
	.checkout-pane.checkout-pane-completion-message .checkout-complete a.close {
		right:0;
		top:0;
	}
}


@media only screen and (max-width:480px){
#msform {  width: 100%;}
  .details-listng .list-style-two li .left-dl { float:left; width:auto; font-weight:700; }
.details-listng .list-style-two li .ryt-dl { float:left; width:100%; }
.details-listng .list-style-two li .divlr{ float:left; width:auto; }

div#quicktabs-talents-testimonials{
	flex-direction: column;
} 

.testimonial-section .testimonial-blk .sec-title h2{ 
	font-size: 24px;
}

.main-slider .slide .content{
	padding: 20px 30px 80px;
}

section.row.region.region-testimonials{
	flex-direction: column-reverse !important;
}

}

/*---- new css add -----*/

div#quicktabs-talents-testimonials{
    display: flex;
	background-color: #ffffff;
	border-radius: 4px;	
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
}

.quicktabs-wrapper .quicktabs-tabs.list-group .list-group-item a{
	padding: 14px 16px;
    display: block;
    color: #125ba2;
    font-weight: 700;
}

.quicktabs-wrapper .active.list-group-item{
	color:#ffffff;
	background-color:#125ba2;
	border-color:#125ba2;
}

.quicktabs-wrapper .quicktabs-tabs .active.list-group-item a{
	color:#ffffff;
	background-color:#125ba2;
}

.quicktabs-wrapper .active.list-group-item:after{
	content: '';
    position: absolute; 
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #125ba2;
}

div.bhoechie-tab-container{
	margin-top:0px;
}

.quicktabs-main .quicktabs-tabpage{
   padding: 20px 20px 5px;
}

.quicktabs-main .views-field-field-heading-title{
	color: #242f6c;
    font-weight: 700;
	font-size: 16px;
    padding-bottom:8px;
}

section.row.region.region-testimonials {
    flex-direction: row-reverse;
}

.quicktabs-main .views-field-field-front-icon img{
	width: 130px;
    margin-bottom: 10px;
}

.col-md-7.testimonial-blk.contextual-region .content .quicktabs-wrapper{
	z-index: 10;
    background-color: #ffffff;
    border-radius: 4px;	
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
}


#quicktabs-container-clients .quicktabs-tabpage .views-element-container .view-clients .views-row .row{ margin:0 !important; }
#quicktabs-container-clients .quicktabs-tabpage .views-element-container .view-clients .views-row .row .client-box.col-md-2{ width:100% !important; flex: 100%;  max-width: 100%; }
#quicktabs-container-clients .quicktabs-tabpage .views-element-container .view-clients .views-row .row .client-box.col-md-2 img{ height:99px !important; }
#quicktabs-container-clients .quicktabs-tabpage .views-element-container .view-clients .views-row { width:16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	
.payment-icon::before{	
	width:80px;
	height:40px;
	background-image:url('../images/paypal_2014_logo_detail.png');
	background-size:cover;
}

.fieldset-legend::after{
	content: "Select Payment Gateway";
	color: #444444;
	font-size:26px;  
}

#edit-payment-information span.fieldset-legend {
    font-size: 0px;
}

.fieldset-wrapper .fieldgroup .fieldset-legend{
	visibility:hidden; 
}

.default-form.confirmation-form.assessmnt-form a{
	width: 100px;
    background: #115ba2;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 12px 18px;
    margin: 10px 5px; 
}

.default-form.confirmation-form.assessmnt-form a:hover{
	box-shadow: 0 0 0 2px white, 0 0 0 3px #115ba2;
}

.default-form .text-right{
	margin-top:25px;
}

.payment-icon .custom-control-label::before{
	background-color: #ffffff !important;
	border:1px solid #cacaca !important;
}

.payment-icon .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff !important;
}

.paypal-button-container{
	margin-top: 3em !important;
}

#edit-contact-information{
	display: none;
}

#block-webform-2 .col-lg-6.col-md-6.col-sm-12.form-group.js-form-item {
    width: 50%;
    float: left;
}

#block-webform-4 .col-lg-6.col-md-6.col-sm-12.form-group.js-form-item.js-form-type-textfield.form-type-textfield{
	width: 50%;
	float: left;
	z-index: 1;
}

#block-webform-6 .col-lg-6.col-md-6.col-sm-12.form-group.js-form-item{
	width: 50%;
	float: left;
	z-index: 1;
}

#block-webform-6 .js-form-item.js-form-type-textarea.form-type-textarea{
	width: 100%;
}

#block-views-block-slider-block-1 .owl-theme .owl-controls{
	position: absolute;
    top: 50%;
    left: 4%;
    right: 4%;
}

#block-views-block-slider-block-1 .owl-buttons {
    display: flex;
    justify-content: space-between;
}

#block-views-block-slider-block-1 .owl-prev::before{
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 45px;
}

#block-views-block-slider-block-1 .owl-prev:hover{
	color: #ed1c24;
}

#block-views-block-slider-block-1 .owl-next::after{
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 45px;
}

#block-views-block-slider-block-1 .owl-next:hover{
	color: #ed1c24;
}

.owl-theme .owl-controls .owl-buttons div{
   background: transparent;
    opacity: 1;
    font-size: 0px;
}


.quicktabs-tabpage p{
	text-align: justify;
}

#block-webform-5 .col-lg-6.col-md-6.col-sm-12.form-group.js-form-item{
	float: left;
	z-index: 1;
}

#block-mainpagecontent .list-style-three{
	left: -30px;
}

.contact-section .info-column .inner-column .content-box{
	top: -25px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal{
	width:380px !important;
	left: 485.5px !important;
	text-align: center;
	padding:20px;
	border: none;
}


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .ui-dialog-titlebar-close{
	    right: -30px !important;
    top: -30px !important;
}


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal span.ui-dialog-title {
    text-align: center;
    line-height: normal;
    visibility: visible;
    white-space: unset;
    padding: 15px 0;
	width: 100%;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal span.ui-dialog-title:before {
    margin: auto;
    right: 0;
    left: 0;
}




.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix{
    background-color: #fff;
    border: none;
}

#ui-id-2.ui-dialog-title{
	font-size: 20px;
    margin-bottom: 20px;
    color: #56e19a;
    font-weight: 400;
}

.ui-dialog .ui-dialog-titlebar-close{
	right: -36px;
    top: -47px;
    background: #ed1c24;
    border-radius: 50%;
    color: #fff !important;
}



#tabs .nav-tabs .nav-link{
	color: #f7f7f7;
}

.page-node-10 #tabs .nav-tabs .nav-link{
	color: #242f6c;
}

#block-talentsectioncustomblock .nav-tabs{
	max-width: 1140px;
	margin: 0px auto;
}

#block-quicktabsclients .item-list .quicktabs-tabs.list-group{
	flex-wrap: wrap;
	flex-direction: inherit;
	margin-bottom: 10px;
}

#block-quicktabsclients .item-list ul li{
	margin: 0px 5px 10px;
    font-size: 13px;
}

#block-quicktabsclients .item-list ul li:last-child{
	border-radius: 0px;
}

#block-quicktabsclients .quicktabs-wrapper .quicktabs-tabs.list-group .list-group-item a{
	padding: 4px 7px 6px 15px;
    display: block;
    font-size: 13px;
    color:#333;
    font-weight: 500;
}

#block-quicktabsclients .quicktabs-wrapper .quicktabs-tabs .active.list-group-item a{
	color: #fff;
}

#block-quicktabsclients .quicktabs-wrapper .active.list-group-item:after{
	border:none;
}
.main-header {z-index: 10;}
			     .header-top{z-index:9;}
			     .modal-backdrop { z-index:10;}
			     .frm-wizrd-popup {z-index:11; }
				 .frm-wizrd-popup .modal-content {background-color: transparent;border: 1px solid transparent;}
				 .frm-wizrd-popup .modal-header {border-bottom: 0; border-top-left-radius: .3rem;}
				 .frm-wizrd-popup  .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;}
	
	.frm-wizrd-popup button.close {
    float: right;
    font-size: 39px;
    font-weight: 400;
    line-height: 2px !important;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background-color: #ed1c24  !important;
    width: 50px;
    height: 55px;
    margin: 0;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: -8px; z-index: 10001;
}
	
				 /*form styles*/
#msform {
	width:450px;
	margin:80px auto 50px auto;
	text-align: center;
	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:100%;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #115ba2;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #115ba2;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size:13px;
	width: 33.33%;
	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 connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #115ba2;
	color: white;
}

.details-listng { margin-top:10px; }
.details-listng .list-style-two li { padding-left: 14px;text-align: left;}
.details-listng .list-style-two li .left-dl { float:left; width:33%; font-weight:700; }
.details-listng .list-style-two li .ryt-dl { float:left; width:65%; }
.details-listng .list-style-two li .divlr{ float:left; width:2%; }

.view-upcoming-drive .view-content.row{ margin:0; }
.page-view-frontpage .page-wrapper{ margin-top:-22px; }
span.red-txt { color: red;}

body.page-node-162 article.node--type-jobs-details .field.field--type-image .field__item img{ width:300px !important;  }
body.page-node-25 fieldset.js-form-item.js-form-type-select.form-type-select.js-form-item-service-requests.form-item-service-requests.form-group,
body.page-node-25 div#edit-actions {
    padding: 0 15px;
}

.ui-button .ui-icon {
    background-image: url(https://asporea.co.in/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png) !important;
}
@media only screen and (max-width:1124px){
.main-slider .slide .content {padding: 30px;min-height: 250px;}
.main-slider h1 br{ display:none; }
.main-slider .title {padding-top: 15px; margin-bottom:15px;}
header .header-upper .outer-container {padding: 0px 15px !important;}
.main-header .nav-outer { margin-top: 0px; float: right; width: auto;}
.testimonial-section .block-views-blocktalents-seeker-testimonials-view-block-1,
.testimonial-section .block-views-blocktalents-testimonials-block-1{flex:100%; max-width: 100%;}
section.row.region.region-testimonials { flex-direction: unset;}
}
@media only screen and (max-width:1024px){
.main-slider .slide .content {padding: 30px;min-height: 250px;}
.main-slider h1 br{ display:none; }
.main-slider .title {padding-top: 15px; margin-bottom:15px;}

}
@media only screen and (max-width:991px){
.testimonial-section .block-views-blocktalents-seeker-testimonials-view-block-1,
.testimonial-section .block-views-blocktalents-testimonials-block-1{flex:100%; max-width: 100%;}
section.row.region.region-testimonials { flex-direction: unset;}
}
@media only screen and (max-width:767px){
#quicktabs-container-clients .quicktabs-tabpage .views-element-container .view-clients .views-row { width:25%; flex: 0 0 25%; max-width: 25%;}
.testimonial-section .testimonial-blk:first-child { margin: 40px 0 0 0;}
}	
	
@media only screen and (max-width:666px){
.main-header .header-upper .outer-container {
    padding: 0px 15px;
}
.main-header .header-upper .logo-box {
    padding: 0 0px;
	}
	
	.main-header .header-upper .logo-box .logo img{    padding-top: 5px;}
.main-menu .navbar-header .navbar-toggler {
    top: 20px;
    position: absolute;
    right: 0px;
}
.main-slider-section .owl-item img {
    position: relative;
}

#block-views-block-slider-block-1 .owl-theme .owl-controls {
    position: absolute;
    top: 38%;}
#quicktabs-container-clients .quicktabs-tabpage .views-element-container .view-clients .views-row { width:50%; flex: 0 0 50%; max-width:50%;}	
}
@media only screen and (max-width:480px){
#msform {  width: 100%;}
  .details-listng .list-style-two li .left-dl { float:left; width:auto; font-weight:700; }
.details-listng .list-style-two li .ryt-dl { float:left; width:100%; }
.details-listng .list-style-two li .divlr{ float:left; width:auto; } 
#quicktabs-container-clients .quicktabs-tabpage .views-element-container .view-clients .views-row { width:100%; flex: 0 0 100%; max-width:100%;}	 
}

