.JR--bar--fixed {
    position: relative!important;
}
.former {
    background-color: #E4E4E4;
    background-image: url(/templates/restore/images/form/pattern.png);
    padding: 80px 20px;
}
.servicesCont {
    max-width: 1120px;
    margin: auto;
    padding: 75px 0 100px;
    text-align: center;
}
.servicesCont > h3 {
    color: #4d3161;
    font-size: 1.5rem;
    font-weight: 300;
}
.servicesCont > h2 {
    font-size: 2.3rem;
    font-weight: 700;
}
.servicesCont > p {
    color: #636262;
    font-size: 15px;
}
.mini-circle {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #4b305d;
    border-radius: 50%;
    display: inline-block;
}
.mini-circle:before, .mini-circle:after {
    position: absolute;
    content: '';
    width: 155px;
    height: 2px;
    background-color: #4d345e;
    top: 7px;
}
.mini-circle:before {
    left: 18px;
}
.mini-circle:after {
    right: 18px;
}
.selectTool {
    color: #FFF;
    font-size: 17px;
    background: #353336;
    padding: 30px 10px;
    text-align: center;
}
.selectTool > span {
    font-weight: normal;
    font-style: italic;
}
.emailList ul li {
    position: relative;
    color: #636262;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin: 1rem 1%;
    padding: 3rem 2rem;
    border: 1px solid rgba(0,0,0,.1);
}
.selectTool + ul {
    padding: 2rem;
}
.emailList ul li > img,.emailList ul li > svg {
    margin-right: 10px;
}
.emailList ul li > svg {
    width: 35px;
    width: 35px;
}
.emailList ul li input[type=checkbox]{
	position: absolute;
	visibility: hidden;
}
.emailList ul li label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 9;
    cursor: pointer;
}
.emailList ul li .check {
    position: absolute;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    height: 25px;
    width: 25px;
    top: initial;
    right: 2rem;
    z-index: 5;
}
.emailList ul li:hover .check {
    border: 3px solid #13276B;
}
.emailList ul li .check::before {
    position: absolute;
    content: '';
    font-family: FontAwesome;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #151218;
}
.emailList input[type=checkbox]:checked ~ .check{
  border: 3px solid #13276B;
}
.emailList input[type=checkbox]:checked ~ .check::before{
  content: '\f00c';
}
.mailers ul li {
    position: relative;
    color: #636262;
    font-size: 15px;
    width: 100%;
    height: 100px;
    text-align: center;
    max-height: 47px;
}
.mailers ul li:not(:last-child){
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.mailers ul li input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}
.mailers ul li label {
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding: 23px 0;
    width: 100%;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-align: left;
}
.mailers ul li .check{
    position: absolute;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    height: 25px;
    width: 25px;
    top: 18px;
    right: 0;
    z-index: 5;
}
.mailers ul li:hover .check{
  border: 5px solid #13276B;
}
.mailers ul li .check::before {
	position: absolute;
	content: '';
	font-family: FontAwesome;
	top: -4px;
	left: -2px;
	font-size: 22px;
	color: #121212;
	margin: auto;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.mailers input[type=checkbox]:checked ~ .check{
  border: 3px solid #13276B;
}
.mailers input[type=checkbox]:checked ~ .check::before{
  content: '\f00c';
}
.mainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0 20px;
}
.mainers {
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
	margin-right: 4%;
}
.mailers {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.mainFieldsHeader {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    background: #646464;
    padding: 20px 10px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 3px #909090;
    box-shadow: 0px 3px 3px #909090;
}
.mainFieldsHeader > p {
    font-weight: bold;
}
.mainFieldsHeader > p > span {
    font-weight: normal;
    font-style: italic;
}
.mainers > div > input, .mainers > div > textarea {
    padding: 15px 10px;
    margin: 0 0 15px;
    width: 100%;
    font-size: 15px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.25);
    font-family: inherit;
}
.mainers > div > textarea {
    resize: none;
    height: 100px;
}
.dt-zone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    background-color: rgba(255,255,255,.6);
    border-radius: 10px;
}
.selectToolTimeStamp {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    background: #646464;
    padding: 20px 10px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 3px #909090;
    box-shadow: 0px 3px 3px #909090;
}
.spanner {
    display: block;
    margin-top: 8px;
    color: #607D8B;
    font-size: 16px;
    font-weight: bold;
}
.contactor {
    padding: 0 0 70px 0;
}
.recList > section {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
}
.recList > section > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	cursor: pointer;
}
.contactBody {
    max-width: 1140px;
    margin: 0 auto;
    background-color: #FFF;
}
.setTime {
    position: relative;
    text-align: center;
    font-size: 15px;
    padding: 9px;
    background: #dcdcdc;
    color: #66696b;
    height: 72px;
}
.setTime > div {
    position: absolute;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 70px;
    z-index: 1;
    display: none;
}
.setTimeInner > div:not(:last-child) {
    margin-bottom: 0.5rem;
}
.setDate {
    text-align: center;
}
.setDate label {
    font-size: 15px;
    display: block;
    color: #66696b;
    background-color: #dcdcdc;
    padding: 0.5rem 0.75rem;
	cursor: inherit;
}
.setDate input {
    border: 1px solid transparent;
    line-height: 1.5rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #607D8B;
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    background: #dcdcdc;
    cursor: inherit;
}
input:focus {outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: #ffffff;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}
.setTime label {
    display: inline-block;
    cursor: pointer;
}
._setterTime {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #FFF;
    border: 2px solid #331345!important;
    min-width: 150px;
    padding: 0.1rem 0;
}
.setTime input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}
.setTime input[type="checkbox"] + div {
    position: relative;
}
.setTime input[type="checkbox"]:checked + div {
  background-color: #6132a5;
}
.setTime input[type="checkbox"]:checked + div>span {
  color: #ffffff;
}
.setTime input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}
.setTime input[type="checkbox"] + div {
    position: relative;
}
.setTime input[type="checkbox"]:checked + div {
  background-color: #6132a5;
}
.setTime input[type="checkbox"]:checked + div>span {
  color: #ffffff;
}
.setTime input[type="checkbox"]:checked + div::before {
    content:"✔";
    position: absolute;
    bottom: 18px;
    right: 0px;
    font-size: 21px;
    color: #ffffff;
}
.setTime input[type="checkbox"]:checked + div::before {
    font-family: FontAwesome;
    content: "\f08d";
    position: absolute;
    bottom: 25px;
    font-size: 21px;
    color: #202020;
    right: -5px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
	-webkit-animation: fall 0.5s forwards;
	animation: fall 0.5s forwards;
}
@keyframes fall {
    100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}
@-webkit-keyframes fall {
     100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}
.steppers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding: 25px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.for-service {
    max-width: 400px;
    text-align: center;
    font-size: 13px;
}
.steppers > div {
    width: 135px;
    background-color: #FFF;
    color: #2C3E50;
    font-size: 14px;
    margin: 0 20px;
    padding: 10px 0;
    font-weight: 700;
    border: 2px solid #2C3E50;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.steppers > div:hover {
    background-color: #2C3E50;
    color: #FFF;
}
.challenger {
    padding: 20px 0;
}
.steppers > .not{
	opacity: .5;
	pointer-events: none;
}
.choose-header {
    color: #2c3e50;
    font-size: 19px;
    text-align: center;
}
.already-selected {
	position: relative;
	margin: 15px auto 35px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}
.already-selected span {
    display: block;
}
.already-selected > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    padding: 10px 0;
    border: 1px solid #2c3e50;
    text-align: center;
}
._s1, ._d1, ._t1, ._e1 {
    position: relative;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 800;
}
._s1:after, ._d1:after, ._t1:after, ._e1:after {
    position: absolute;
    content: '';
    width: 25%;
    height: 1px;
    background-color: rgba(0,0,0,.2);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -6px;
}
@media screen and ( max-width: 1680px ){
    .servicesCont {
        padding: 75px 20px 100px;
    }
    .servicesCont > h3 {
        font-size: 21px;
    }
    .servicesCont > h2 {
        font-size: 38px;
    }
    .servicesCont > p {
        font-size: 14px;
    }
}
@media screen and ( max-width : 1024px ){
    .former {
        padding: 20px;
    }
    .for-service {
        position: relative;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}
@media screen and ( max-width: 600px ){
    .emailList ul li {
        -ms-flex: 0 0 40%;
        -webkit-box-flex: 0;
                flex: 0 0 40%;
    }
    .emailList ul li:after {
        display: none;
    }
    .mainers {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
    .already-selected > div {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
    }
}
@media screen and (max-width: 600px){
    .emailList ul li {
		-ms-flex: 0 0 94%;
		flex: 0 0 94%;
    }
}
@media screen and ( max-width: 385px ){
    ._prev_step.basic_stepper {
        margin-bottom: 10px;
    }
    .mainFieldsHeader {
        font-size: 14px;
    }
    .selectToolTimeStamp {
        font-size: 14px;
    }
    .selectTool {
        font-size: 14px;
    }
    .mailers ul li label {
        padding: 15px 0;
        width: 92%;
    }
    .mailers ul li .check {
        top: 20px;
    }
}
@media screen and ( max-width: 360px ){
    .mini-circle:before, .mini-circle:after {
        width: 100px;
    }
    .servicesCont > h2 {
        font-size: 30px;
    }
    .already-selected > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
    }
}