/*
|----------------------------------------------------------------------------
	Quotation Booking - Multi Step Quotation Booking Request PHP Form For Cleaning Service Script Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
	Version: 2.7
|----------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. FONTS: Google Font
|----------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,700,700i');
.QuoteForm-section, #QuoteForm {
	font-family: 'Poppins', sans-serif;
}
/* scrollbars */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/ 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  /*background: purple; */
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #000;*/ 
}
/*
|----------------------------------------------------------------------------
	2. Form Design
|----------------------------------------------------------------------------
*/
.QuoteForm-section .intro-text {
	border: 1px solid #3e3e3e;
    border-radius: 10px;
    font-size: 18px;
    margin: 50px 20%;
    padding: 30px;
}
.QuoteForm-section {
	/*background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  cover;*/
	background:#fff; 
    margin: 0 auto;
    padding: 0;
	position: relative;
    width: 100%;
	z-index: 1;
}
.QuoteForm-section::before {
	background-color: #fff;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	opacity: 0.7;
	top: 0;
    width: 100%;
	z-index: -1;
}
.columnbottommargin {
	margin: 0 0 50px;
}
.QuoteForm-section .display-table {
    display: table;
    height: 100vh;
    width: 100%;
}
.QuoteForm-section .display-table-cell {
    display: table-cell;
    /*vertical-align: middle;*/
}
.QuoteForm-section .form-wrap {
    /* background-color: rgba(250, 250, 250, 0.9); */
    border-radius: 4px;
    margin: 3px auto;
    padding: 30px;
}
.QuoteForm-section h2.form-title {
    /*font-size: 32px;
    font-weight: bold;
	color: #0c43b3;
    margin: 50px 0;
    padding: 0 30px;
    text-align: center;*/
	font-size: 42px;
    color: #0e93a5;
    padding: 0 30px;
    text-align: center;
}
.QuoteForm-section h3.section-title {
	background-color: rgba(62, 62, 62, 0.9);
    border: 1px solid rgba(62, 62, 62, 0.9);
    border-radius: 5px;
    color: #c96;
    font-weight: normal;
    padding: 10px;
    margin: 0px 0 20px 0;
    text-align: center;
	font-family: sans-serif;
}
#QuoteForm .section-wrap {
    overflow: hidden;
    position: relative;
}
#QuoteForm .section {
    overflow: hidden;
	-webkit-transition: all 0.23s ease-in-out 0s;
    -moz-transition: all 0.23s ease-in-out 0s;
    -ms-transition: all 0.23s ease-in-out 0s;
    -o-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
}
#QuoteForm .section.slide-right {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
}
#QuoteForm .section.slide-left {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
#QuoteForm .section.open {
    height: auto;
    opacity: 1;
}

form#QuoteForm {
    margin: 0 0 20px;
}
#QuoteForm h4 {
    font-size: 18px;
    font-weight: bold;
	margin: 10px 0 5px;
}
#QuoteForm .form-group {
    margin: 0 0 30px;
	position: relative;
}
#QuoteForm .form-group-min {
    margin: 0 0 -10px;
	position: relative;
}
#QuoteForm .form-control {
	max-width: 690px;
	padding: 6px 12px 6px 50px;
	font-size: 14px;
	background-image: none;
	border-radius: 6px;
}
#QuoteForm .input-group-icon {
    background-color: #3e3e3e;
    border: 0 none;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    height: 100%;
    padding: 8px 7px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
    position: absolute;
    top: 0;
}
#QuoteForm .has-error .form-control {
    border-color: #ce0606;
}
#QuoteForm .has-error .input-group-icon {
    background-color: #ce0606;
    color: #ffffff;
}
#QuoteForm .form-control:focus, #QuoteForm .has-error .form-control:focus {
	border-color: #0311ca;
	box-shadow: 0 1px 1px rgba(3, 17, 202, 0.075) inset, 0 0 8px rgba(3, 17, 202, 0.6);
}
#QuoteForm .form-control:focus + .input-group-icon, #QuoteForm .has-error .form-control:focus + .input-group-icon{
    background-color: #0311ca;
    color: #fff;
}
#QuoteForm .help-block {	
	font-size: 14px;
    color: #ce0606;
    margin: 0;
    position: absolute;
    bottom: -36px;
}
#QuoteForm .help-block ul.list-unstyled {
    list-style: none;
	padding-left: 0;
	margin-bottom: 8px;
}
#QuoteForm .help-block ul.list-unstyled li::before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
	font-weight: 700;
    position: relative;
    padding-right: 5px;
    top: 0;
    left: 0;
}
#QuoteForm .validagree .help-block.with-errors {
    bottom: -45px;
}
#QuoteForm .help-block.with-errors.mandatory-error {
    bottom: auto;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
#QuoteForm .form-group .help-block ul li {
    background-color: #ce0606;
    color: rgba(255, 255, 255, 0.99);
	padding: 1px 5px;
    border-radius: 2px;
    top: 0;
	position: relative;
	max-height: 24px;
	font-size: 14px;
}
#QuoteForm .form-group .help-block ul li::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 50%;
    top: -9px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ce0606;
}
#QuoteForm .text-danger {
    color: #ce0606;
    font-size: 20px;
}


/*Check box / Radio button */
#QuoteForm .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin: 3px 0 0 -20px;
}
#QuoteForm .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline  {
	margin-left: 0;
}
#QuoteForm .checkbox-inline, .radio-inline  {
	margin: 0 10px 5px 0;
}
#QuoteForm .validagree .checkbox label {
    font-weight: bold;
}
#QuoteForm .mgs-checkbox li, #QuoteForm .mgs-radio li {
    display: inline-block;
    margin: 0 3% 0 0;
}
#QuoteForm .mgs-radio.mgsimagetyperadio li {
	width: 30%;
}
#QuoteForm .mgs-radio.mgsstyleradio li, #QuoteForm .mgs-checkbox.mgsstylecheckbox li {
	width: auto;
    margin: 0 2px 0 0;
	font-size: 16px;
	color: #929292;
}
#QuoteForm .mgs-radio.mgsstyleradio li label, #QuoteForm .mgs-checkbox.mgsstylecheckbox li label  {
	padding: 5px 37px;
}
#QuoteForm .mgs-checkbox li:last-child, #QuoteForm .mgs-radio li:last-child {
    margin: 0;
}
#QuoteForm .mgs-checkbox input[type="checkbox"][id^="preferreddays"],
#QuoteForm .mgs-checkbox input[type="checkbox"][id^="kitchenitems"],
#QuoteForm .mgs-radio input[type="radio"][id^="servicetype"],
#QuoteForm .mgs-radio input[type="radio"][id^="cleaningtype"],
#QuoteForm .mgs-radio input[type="radio"][id^="propertysize"],
#QuoteForm .mgs-radio input[type="radio"][id^="bedrooms"],
#QuoteForm .mgs-radio input[type="radio"][id^="bathrooms"],
#QuoteForm .mgs-radio input[type="radio"][id^="bathtubs"],
#QuoteForm .mgs-radio input[type="radio"][id^="diningroom"],
#QuoteForm .mgs-radio input[type="radio"][id^="kitchen"],
#QuoteForm .mgs-radio input[type="radio"][id^="oven"],
#QuoteForm .mgs-radio input[type="radio"][id^="priority"],
#QuoteForm .mgs-radio input[type="radio"][id^="frequencycleaning"],
#QuoteForm .mgs-radio input[type="radio"][id^="preferredtime"],
#QuoteForm .mgs-radio input[type="radio"][id^="rooms"],
#QuoteForm .mgs-radio input[type="radio"][id^="washrooms"],
#QuoteForm .mgs-radio input[type="radio"][id^="storerooms"],
#QuoteForm .mgs-radio input[type="radio"][id^="conferenceroom"],
#QuoteForm .mgs-radio input[type="radio"][id^="handles"],
#QuoteForm .mgs-radio input[type="radio"][id^="direction"],
#QuoteForm .mgs-radio input[type="radio"][id^="sill"],
#QuoteForm .mgs-radio input[type="radio"][id^="folding"],
#QuoteForm .mgs-radio input[type="radio"][id^="trickle"] {
	display: none;
	/*top: 25px;
    left: 7px;
    position: relative;*/
}
#QuoteForm .mgs-radio input[type="radio"][id^="servicetype"] {
	display: block;
	position: relative;
	left: 3px;
	top: 17px;
	z-index: 1;
}
#QuoteForm .mgs-radio input[type="radio"][id^="servicetype"]:checked {
	display: none;
}

#QuoteForm .mgs-checkbox label, .mgs-radio label {
	border: 1px solid #79797978;
    border-radius: 5px;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
}
#QuoteForm .mgs-checkbox label:hover, .mgs-radio label:hover {
	background-color: #f8f8f8;
	color: #000;
}
#QuoteForm .mgs-checkbox label img, .mgs-radio label img {
	max-width: 208px; /*102px; /*250px;*/
}
#QuoteForm .mgs-checkbox :checked + label, .mgs-radio :checked + label {
	border-color: #0311ca;
	background-color: #0311ca;
	color: #000;
}
#QuoteForm .mgs-checkbox :checked + label:before, .mgs-radio :checked + label:before {
	color: #c96;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 600;
    left: 8px;
    position: absolute;
    top: 0px !important;
}
#QuoteForm .mandatory {
	color: #ce0606;
	font-size: 20px;
}

#QuoteForm .mgs-checkbox :checked + label, #QuoteForm .mgs-radio :checked + label,
#QuoteForm .mgs-checkbox label:active, #QuoteForm .mgs-radio label:active {
    border-color: rgb(204 153 102);
    background-color: rgb(53 148 213 / 11%);
    transition: all 1.6s;
    color: #000;
}
.hiddenData {
	display:none;
	font-size:14px !important;
	font-weight:normal !important;
}
/************** MgsRadioStyle Radio button ***************/
.radio-inline.mgsradio-circle-buttons {
    padding-left: 0;
}
.radio-inline.mgsradio-circle-buttons, .radio-inline.mgsradio-circle-buttons li {
    display: inline-block;
}
.mgsradio-circle-buttons label {
    display: block;
    position: relative;
    padding: 0 25px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
}
.mgsradio-circle-buttons input[type="radio"]:checked ~ .check {
    border: 11px solid rgba(3, 121, 202, 0.7);
	width: 0;
	height: 0;
}
.mgsradio-circle-buttons input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.mgsradio-circle-buttons .check {
    display: block;
    position: relative;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: -25px;
    z-index: 5;
}
.radio-inline.mgsradio-circle-buttons {
    padding-left: 0;
	margin: 0;
	display: inline-block;
	height: 30px;
}

/************** MgsCheckbox Style Checkbox ***************/
.mgsstyle-checkbox.mgscheckbox-style {
    padding-left: 0;
}
.mgsstyle-checkbox.mgscheckbox-style li {
    display: inline-block;
	width: auto;
    margin: 0 3% 0 0;
}
.mgsstyle-checkbox.mgscheckbox-style li:last-child {
    margin: 0;
}
.mgsstyle-checkbox.mgscheckbox-style input[type="checkbox"] {
	display: none;
}
.mgsstyle-checkbox.mgscheckbox-style label  {
	position: relative;
	padding: 5px 30px;
}
.mgsstyle-checkbox.mgscheckbox-style label:before {
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 4px;
	width: 24px;
	height: 24px;
}
.mgsstyle-checkbox.mgscheckbox-style :checked + label:before {
	border: 12px solid rgba(3, 121, 202, 0.7);
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 5px;
	width: auto;
	height: auto;
}



/*Form Step*/
#QuoteForm .form-layer-steps {
	margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}
#QuoteForm .form-layer-progress {
    background-color: #b5b5b5;
    height: 1px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
}
#QuoteForm .form-layer-progress-line {
    background-color: #0379ca;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
}
#QuoteForm .form-layer-tolal-steps-5 .form-layer-step {
    float: left;
    padding: 0;
    position: relative;
	text-align: center;
    width: 20%;
}
#QuoteForm .form-layer-tolal-steps-4 .form-layer-step {
    float: left;
    padding: 0;
    position: relative;
	text-align: center;
    width: 25%;
}
#QuoteForm .form-layer-step-icon {
    background-color: #b5b5b5;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    width: 40px;
	text-align: center;
}
#QuoteForm .form-layer-step-icon.activestep {
    background-color: #3e3e3e;
}
#QuoteForm .form-layer-step.activated .form-layer-step-icon {
    background-color: #fff;
    border: 1px solid #0379ca;
    color: #0379ca;
    line-height: 38px;
}
#QuoteForm .form-layer-step.active .form-layer-step-icon {
    background-color: #cc9966;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    margin-top: 0;
    width: 48px;
}
#QuoteForm .form-layer-step p.steptitle {
    margin: 5px 0 10px;
}
#QuoteForm .form-layer-step.active p.steptitle {
    margin: 0 0 10px;
}
#QuoteForm .form-layer-step.currentstep p.steptitle {
	border: 1px solid rgb(204 153 102 / 24%);
    border-radius: 5px;
    padding: 3px;
}
#QuoteForm .form-layer-step.currentstep .form-layer-step-icon::before {
    position: absolute;
    left: calc(50% - 8px);
    top: 18px;
    color: #3e3e3e;
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    font-weight: 700;
}


/************************ Theme 2 ************************/
#QuoteForm .form-layer-steps.mgscmultisteptheme2 {
	padding: 0 5px;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step p.steptitle {
    margin: 10px 0 10px;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.currentstep p.steptitle {
    margin: 7px 0 10px;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon {
	background-color: #ddd;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon {
	background-color: #696969;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon {
	color: #333;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .active .form-layer-step-icon {
	background-color: #0379ca;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover,
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.active .form-layer-step-icon,
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon {
	color: #fff;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-progress {
    top: 23px;
    width: calc(100% - 20px);
	background-color: transparent;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-progress-line {
	background-color: transparent;
}	
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon,
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon {
    border-radius: inherit;
    width: calc(100% - 20px);
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 4px;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover {
	background: #696969;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .active .form-layer-step-icon:hover {
	background: #0379ca;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon::before,
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::before {
	content: "";
	position: absolute;
	top: 24px;
	margin-top: -20px;
	border-width: 20px 0 20px 16px;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -5px;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::before {
	border-color: #696969 #696969 #696969 transparent;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover::before {
	border-color: #696969 #696969 #696969 transparent;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon::after,
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::after {
	content: "";
	position: absolute;
	top: 24px;
	margin-top: -20px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 16px solid #ddd;
	right: -5px;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::after {
	border-left: 16px solid #696969;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover::after {
	border-left-color: #696969;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.active .form-layer-step-icon::before {
	border-color: #0379ca #0379ca #0379ca transparent;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.active .form-layer-step-icon::after {
	border-left-color: #0379ca;
}

/************************ Theme 3 ************************/
#QuoteForm .form-layer-steps.mgscmultisteptheme3 .form-layer-step.active .form-layer-step-icon {
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme3 .form-layer-step.active p.steptitle {
    margin: 10px 0;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme3 .form-layer-step-icon,
#QuoteForm .form-layer-steps.mgscmultisteptheme3 .currentstep .form-layer-step-icon {
    border-radius: inherit;
    width: 100%;
	border-right: 1px solid #9b9a9a;
	border-bottom: 1px solid #9b9a9a;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme3 .form-layer-step.active .form-layer-step-icon {
	border-bottom: 1px solid #0379ca;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme3 .form-layer-step.currentstep .form-layer-step-icon {
	border-bottom: 1px solid #333;
}
#QuoteForm .form-layer-steps.mgscmultisteptheme3 .form-layer-step.currentstep p.steptitle {
    margin: 10px 0 6px;
}

/*attachment*/
#QuoteForm .section .form-group.attachmentFile {
	display: table;
	margin: 15px 0 40px;
}
#QuoteForm .section .input-group-btn ~ .form-control {
    border-radius: 0 4px 4px 0;
    cursor: not-allowed;
    padding-left: 10px;
}
#QuoteForm .section .input-group-btn > .btn {
    background-color: #3e3e3e;
    border: 1px solid #3e3e3e;
    border-radius: 4px 0 0 4px;
    color: #fff;
    height: 35px;
    padding: 5px 14px;
}
#QuoteForm .attachmentFile .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-left: 0;
}
#QuoteForm .section .input-group-btn > .btn > input[type="file"] {
    display: none;
}

/*upload file b4 fix*/
.form-group.attachmentFile .input-group-btn ~ .form-control {
	width: calc(100% - 90px);
	margin-left: -5px;
	border-left: none;
	display: inline;
}
.form-group.attachmentFile .input-group-btn > .btn {
	width: 90px;
	margin-top: -2px;
	height: 38px;
}
/*checkbox b4 fix*/
#QuoteForm .checkbox input[type="checkbox"],
#QuoteForm .radio-inline input[type="radio"] {
    margin: 6px 5px 0 0;
}

/*select box*/
#QuoteForm select {
	background-color: transparent;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#QuoteForm select {
	background-image: linear-gradient(45deg, transparent 50%, #0379ca 50%),
		linear-gradient(135deg, #0379ca 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
#QuoteForm select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #0c43b3 50%),
		linear-gradient(135deg, #0c43b3 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
}
#QuoteForm select::-ms-expand {
    display: none;
}

/*Service*/
.service-item {
    border: 1px solid #0c43b3;
    border-radius: 10px;
    margin: 0 0 50px;
    padding: 30px 15px;
	text-align: center;
}
.service-item i {
	border: 1px solid #0c43b3;
    border-radius: 50%;
    color: #0c43b3;
    font-size: 24px;
    line-height: 48px;
    width: 48px;
}
.service-item:hover i {
	background-color: #0311ca;
	border-color: #0311ca;
    color: #fff;
}
.service-item > h4 {
	font-size: 16px;
    margin: 15px 0 0;
}
.service-item:hover > h4 {
	color: #0311ca;
}

/*service-quotation-price-box*/
.service-quotation-price-box {
    position: fixed;
    right: 0;
	bottom: 50px;
    width: 160px;
    background-color: #ddd;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #3e3e3e;
	text-align: center;
}
.service-quotation-price-box h4.quotation-boxtitle  a.close{
	margin-top: -3px;
}	
.service-quotation-price-box h4 {
	font-size: 16px;
	color: #0c43b3;
	margin-top: 5px;
	margin-bottom: 5px;
}	
#service-quotation-price-box {
	font-size: 16px;
	color: #000;
}
#service-quotation-price-box i.fa-times-circle {
	font-size: 24px;
}
#service-quotation-price-box input.form-control {
	font-size: 16px;
	color: #000;
	padding: 0;
	border: none;
	box-shadow: none;
	text-align: center;
	width: 60px;
	display: inline;
}

/*
|----------------------------------------------------------------------------
| Review page
|----------------------------------------------------------------------------
*/
.review-submit-section h4 {
    background-color: transparent;
    border: 1px solid #3e3e3e;
    border-radius: 6px;
    color: #222;
    padding: 10px;
	font-weight: bold;
	text-align: center;
}
.review-submit-section h5 {
    background-color: rgba(62, 62, 62, 0.99);
    border-radius: 6px;
    color: #fff;
    padding: 10px;
	/*margin: 50px 0 20px;*/
	margin: 20px 0 10px;
	font-size: 18px;
	text-align: center;
}
p#AggreData {
    margin: 0 0 40px;
}
.section-info-box strong {
    padding-right: 5px;
}

/*
|----------------------------------------------------------------------------
| Math Captcha
|----------------------------------------------------------------------------
*/
#humanCheckCaptchaBox {
    font-weight: bold;
}
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit,  #mathfirstnum, #mathsecondnum {
    display: inline;
}
#humanCheckCaptchaInput.form-control {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
    width: 30px;
    height: 30px;
	padding: 0;
    pointer-events: none;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
| Button
|----------------------------------------------------------------------------
*/
#QuoteForm .btn-default {
    background-color: transparent;
    border-color: #0379ca;
    color: #222;
}
#QuoteForm .form-control[disabled], .form-control[readonly], .form-control {
    background-color: transparent;
    border: 1px solid #3e3e3e
}
#QuoteForm .btn {
    overflow: hidden;    
	font-size:16px;
	padding: 6px 20px;
}
#QuoteForm .btn-custom {
    background-color: rgba(3, 121, 202, 0.8);
	border: 1px solid rgba(3, 121, 202, 0.8);
    box-shadow: 0 0 1px transparent;
	color: #fff;
    display: inline-block;
    position: relative;
	text-transform: capitalize;
    -webkit-transform: perspective(1px) translateZ(0px);
    -moz-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: middle;
}
#QuoteForm .btn-custom::before {
    background-color: #cd9a67;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;	
	-ms-transform-origin: 50% 50% 0;	
	-o-transform-origin: 50% 50% 0;	
    transform-origin: 50% 50% 0;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: -1;
}
#QuoteForm .btn-custom:hover, #QuoteForm .btn-custom:focus, #QuoteForm .btn-custom:active {
    border-color: #cc9966;
    color: #fff;
}
#QuoteForm .btn-custom:hover::before, #QuoteForm .btn-custom:focus::before, #QuoteForm .btn-custom:active::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
	transform: scaleX(1);
}
#QuoteForm .btn.btn-default.disable {
    pointer-events: none;
}
#QuoteForm .btn.disabled, #QuoteForm .btn[disabled], #QuoteForm fieldset[disabled] .btn {
	opacity: 1;
}
.QuoteForm-section .close {
    opacity: .5;
}

/*
|----------------------------------------------------------------------------
	Sidebar
|----------------------------------------------------------------------------
*/
.QuoteForm-section .intro-text.bgcdiv {
    background-color: rgba(250, 250, 250, 0.5);
    border-color: rgba(250, 250, 250, 0.5);
}
#servicequotationpricesidebar {
	position: relative;
    background-color: #cc996621;
    margin: 30px auto;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #cc996678;
    text-align: center;
}
.service-quotation-price-sidebar h4.quotation-boxtitle  a.quotationpricesidebarclose{
	margin-top: -3px;
}	
.service-quotation-price-sidebar h4 {
	font-size: 20px;
    color: #d4a87c;
    margin-top: 5px;
    margin-bottom: 5px;
}	
#servicequotationpricesidebar {
	font-size: 16px;
	color: #000;
}
#servicequotationpricesidebar input.form-control {
	font-size: 30px;
    color: #000;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 140px;
    display: inline-block;
    transition: all 2s !important;
}

@media screen and (max-width: 767px) {
	.QuoteForm-section .form-wrap.form-col-space {
		padding: 30px;
	}
	
	#servicequotationpricesidebar {
		position: fixed;
		right: 0;
		bottom: 50px;
		width: 160px;
		padding: 10px;
		border-radius: 10px 0 0 10px;
		border-width: 1px 0 1px 1px;
	}
	#service-quotation-price-box i.fa-times-circle {
		font-size: 24px;
	}
}

/*
|----------------------------------------------------------------------------
	3. Responsive
|----------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
	.QuoteForm-section h2.form-title {
		padding: 0 15px;
	}
	.QuoteForm-section .intro-text {
		margin: 50px 15%;
	}
}
@media screen and (max-width: 568px) {
	.QuoteForm-section .intro-text {
		margin: 50px 10%;
	}
}
@media screen and (max-width: 480px) {
	.QuoteForm-section .form-wrap {
		padding: 30px 15px;
	}
	.QuoteForm-section .col-xs-6 {
		width: 100%;
	}
	#QuoteForm .mgs-radio.mgsimagetyperadio li {
		width: 47%;
	}
	#QuoteForm .form-layer-step p {
		display: none;
	}
}
@media screen and (max-width: 420px) {
	#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
		width: 20px;
	}
}
@media screen and (max-width: 360px) {
	#QuoteForm span.sub-text {
		right: 30px;
	}
}
@media screen and (max-width: 340px) {
	#QuoteForm .form-group.quoteForm-step-1 {
		text-align: right;
	}
	#QuoteForm .btn {
		margin: 0 0 20px 10px;
	}
}