

#msform {
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: url("../images/testimonial_bg.png") #ecf5fb no-repeat left bottom 10px;
	background-size: 200px;
    border: 1px solid #e5f3fd;
    border-radius: 3px;
    padding: 40px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}
#msform .action-button {
	width: 100px;
	background: #27AE60;
	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 #27AE60;
}
.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 {
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #F26A02;
    font-size: 18px;
    width: 16.5%;
    float: left;
    position: relative;
}
.contact_progress li {
	width: 50% !important;
}
#progressbar li.active {
	color: #F26A02;
}
#progressbar li img {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  margin: 0 auto 6px;
  display: block;
  background: #F26A02;
  border-radius: 50%;
  padding: 6px;
}
#progressbar li.active img {
	background: #F26A02;
	border-color: #fec726;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #fec726;
	position: absolute;
	left: -50%;
	top: 34px;
	z-index: -1;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:after {
	background: #fec726;
}
.booking_form_heading {
    color: #F26A02;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
	text-transform: capitalize;
	margin-top: 40px;
}
.booking_form_subheading {
    color: #666;
    font-size: 16px;
	margin-bottom: 15px;
}
.booking_form_subheading strong {
    color: #333;
    font-size: 18px;
}
.booking_form_label {
    margin-top: 25px;
    font-size: 15px;
    color: #333;
	text-align: left;
}
#msform fieldset .form-control {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    min-height: 50px;
    margin-top: 5px;
    border-radius: 4px;
    padding: 5px 15px 7px;
    resize: none;
}
#msform fieldset select {
    background: url("../images/dropdown.png") #fff no-repeat center right 14px;
    padding: 10px 30px 5px 15px !important;
}
.van_radio {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.van_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.van_radio .checkmark {
    height: 110px;
    width: 110px;
    background-color: #eee;
    display: block;
    margin: 10px auto 0;
    position: relative;
    border-radius: 50%;
    padding: 10px;
}
.van_radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.van_radio input:checked ~ .checkmark {
    background-color: #F26A02;
}
.van_radio .checkmark::before {
    display: none;
    width: 30px;
    height: 30px;
    background: #F26A02;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    border-radius: 50%;
}
.van_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.van_radio input:checked ~ .checkmark:before, .van_radio input:checked ~ .checkmark:after {
  display: block;
}
.van_radio .checkmark:after {
    left: 13px;
	top: 10px;
	width: 8px;
	height: 13px;
	border: solid #fec726;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.booking_form_subtext {
    color: #909090;
    font-size: 14px;
    margin-top: 10px;
}
.timetable {
    background: #fff;
	margin-top: 10px;
}
.timetable tr td:last-child {
    text-align: right;
}
.result_table {
  margin-top: 30px;
  border: 1px solid #ddd;
}
.loading_tab {
	text-align: center;
}
.loading_tab .nav-pills {
    display: block;
}
.loading_tab .nav-pills .nav-link {
    background: #F26A02;
    border-radius: 5px 5px 0 0;
    position: relative;
	color: #fff;
    font-size: 16px;
    text-transform: none;
    display: inline-block;
    padding: 9px 12px 11px;
}
.loading_tab .nav-pills .nav-link.active {
    background-color: #000;
	color: #fff;
}
.loading_tab .tab-content {
	padding: 20px 0 30px;
}
.loading_tab_block {
	margin-top: 20px;
}
.loading_tab_block_inner {
	min-height: 100%;
	padding: 20px 10px;
	border: 1px solid #ddd;
}
.loading_tab_block .form-control {
    margin: 0 10px !important;
    min-height: 30px !important;
    border-radius: 5px !important;
    text-align: center;
    padding: 0 !important;
    font-size: 13px;
}
.loading_tab_block .input-group {
	margin-top: 20px;
}
.loading_tab_block .input-group .btn {
    height: 30px;
    background: #F26A02;
    width: 30px;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 20px;
    padding: 0;
    border-radius: 50%;
    line-height: 22px;
}
.loading_tab_block_name {
    margin-top: 12px;
    line-height: 18px;
}
.prev_btn {
	background: #000;
	color: #fff !important;
	text-transform: uppercase;
	padding: 10px 25px 12px;
	font-weight: 600;
	margin-top: 18px;
	font-size: 16px;
	border-radius: 35px;
	border: none;
}
.next_btn {
	background: #F26A02;
	color: #fff !important;
	text-transform: uppercase;
	padding: 10px 25px 12px;
	font-weight: 600;
	margin-top: 18px;
	font-size: 16px;
	border-radius: 35px;
	border: none;
	margin-bottom: 25px;
}

.omsc-toggle {
    margin-bottom: 12px !important;
}
.omsc-expanded {
	border-color: #F26A02 !important;
}
.omsc-toggle-title {
	border: 1px solid #e1e1e1 !important;
}
.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
    background: #F26A02 !important;
	border-color: #F26A02 !important;
	color: #F26A02;
}
.omsc-accordion {
    border-top: none !important;
    margin-top: 35px !important;
}
.van_radio_time {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.van_radio_time input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.van_radio_time .checkmark2 {
    width: 186px;
    background-color: #eee;
    display: block;
    margin: 10px auto 0;
    position: relative;
    padding: 10px;
}
.van_radio_time:hover input ~ .checkmark2 {
  background-color: #ccc;
}
.van_radio_time input:checked ~ .checkmark2 {
    background-color: #F26A02;
}
.van_radio_time .checkmark2::before {
    display: none;
    width: 30px;
    height: 30px;
    background: #F26A02;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    border-radius: 50%;
}
.van_radio_time .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}
.van_radio_time input:checked ~ .checkmark2:before, .van_radio_time input:checked ~ .checkmark2:after {
  display: block;
}
.van_radio_time .checkmark2:after {
    left: 13px;
	top: 10px;
	width: 8px;
	height: 13px;
	border: solid #F26A02;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.confirmation_message {
  background: #F26A02;
  color: #fff;
  font-size: 13px;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
}
.result_table tr td:first-child {
	text-align: left;
	font-size: 15px;
}
#msform .form-control {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  min-height: 50px;
  margin-top: 5px;
  border-radius: 4px;
  padding: 5px 15px 7px;
  resize: none;
}
.payment_box {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	padding: 10px 25px 30px;
}
.form_radio {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 27px;
    margin: 12px 10px 0 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form_radio .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
	border-radius: 50%;
    background-color: #e8e8e8;
}
.form_radio:hover input ~ .checkmark {
  background-color: #F26A02;
}
.form_radio input:checked ~ .checkmark {
  background-color: #F26A02;
}
.form_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form_radio input:checked ~ .checkmark:after {
  display: block;
}
.form_radio .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_page_mid_section {
	background: url("../images/choose_bg.jpg") #F26A02 no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	position: relative;
}
.contact_page_mid_section:before {
	background: rgba(14, 115, 178, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.contact_page_mid_section .container {
	position: relative;
	z-index: 9;
}
.inner_page_text2 {
	margin-top: 20px;
	color: #fff;
}
.inner_page_heading2 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	line-height: 32px;
}
.inner_page_heading2::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #fff;
}
.inner_page_heading2 strong {
  color: #fff;
  font-weight: bold;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	color: #666;
	padding-left: 25px;
	margin-top: 2px;
}
.inner_page_list ul li:before {
	background: url("../images/bullet.png") no-repeat;
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 17px;
	height: 17px;
	background-size: 100%;
}
.inner_mid_box {
	background: #F26A02;
	padding: 30px;
	margin-bottom: 23px;
	text-align: center;
  color:#fff;
}
.inner_mid_box_heading {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	line-height: 32px;
}
.inner_mid_box_heading strong {
	color: #F26A02;
	font-weight: bold;
}
.inner_mid_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 30px;
	border-bottom: 4px solid #F26A02;
	transform: translate(-50%, 0);
}
.inner_mid_box_text {
  margin-top: 20px;
}
.inner_page_text {
  margin-top: 20px;
  color: #666;
}
.terms_page_heading {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  color: #F26A02;
}

/*========*/

.job_radio {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
}
.job_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.job_radio .checkmark {
    height: 75px;
    width: 75px;
    background-color: #eee;
    display: block;
    margin: 10px auto 0;
    position: relative;
    border-radius: 50%;
    padding: 10px;
	border: solid 1px #F26A02;
}
.job_radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.job_radio input:checked ~ .checkmark {
    background-color: #F26A02;
}
.job_radio .checkmark::before {
    display: none;
    width: 30px;
    height: 30px;
    background: #F26A02;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    border-radius: 50%;
}
.job_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.job_radio input:checked ~ .checkmark:before, .job_radio input:checked ~ .checkmark:after {
  display: block;
}
.job_radio .checkmark:after {
    left: 13px;
	top: 10px;
	width: 8px;
	height: 13px;
	border: solid #fec726;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.joblist {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.joblist li {
	list-style: none;
	width: 19%;
}
.menu_new {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.menu_btn {
  background: #F26A02;
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 5px;
	margin-top: 20px !important;
}
.menu_client_img {
	margin-top: 20px;
}
.menu_client_img img {
  height: 35px !important;
  margin: 15px 7px 0 0;
}
.menu_qa {
  margin-top: 18px;
  color: #666;
  font-size: 14px;
}
.menu_qa strong {
	display: block;
	font-weight: 600;
	color: #555;
}
#menu_testimonial_slide .owl-dots {
	display: none;
}



/*========== Responsive ==========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {

#back-to-top {
  bottom: 55px;
}
.inner_page_banner {
  padding: 140px 0 60px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_mid_box {
  margin-bottom: 40px;
}
.contact_right {
  margin-top: 35px;
}
#progressbar li {
  font-size: 16px;
  width: 33%;
  margin-bottom: 10px;
}
.joblist li {
  width: 50%;
}
.job_radio .checkmark {
  height: 85px;
  width: 85px;
}
.job_radio {
  font-size: 16px;
}
#msform fieldset {
  padding: 30px 20px;
}
.booking_form_heading {
  font-size: 22px;
}
.loading_tab .nav-pills {
  display: flex;
}
.loading_tab .nav-pills .nav-link {
  width: 50%;
  border-radius: 0;
  margin: 2px 0;
}
.loading_tab_block {
  width: 50%;
}
}

@media only screen and (max-width : 320px) {
.contact_page_info a {
  font-size: 13px;
}
.footer_contact_info a {
  font-size: 14px;
}
.loading_tab_block {
  width: 100%;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.home_service_block, .home_choose_block {
  width: 50%;
}
.stellarnav.mobile.dark ul {
  max-height: 280px;
  overflow: auto;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
}
.menu > ul > li > ul {
  width: 936px !important;
  left: -293px !important;
}
.banner_heading {
  font-size: 28px;
  line-height: 35px;
}
.home_banner_section {
  padding: 190px 0 125px;
}
.home_service_block_text {
  font-size: 18px;
}
.home_client_icons img {
  height: 45px;
}
.footer_top_block {
  padding-left: 20px;
}
.footer_contact_info a {
  font-size: 13px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
.contact_page_info a {
  font-size: 15px;
}
.menu > ul > li > ul {
  width: 100% !important;
  left: 0 !important;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
.contact_page_info a {
  font-size: 15px;
}
.menu > ul > li > ul {
  width: 100% !important;
  left: 0 !important;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
.contact_page_info a {
  font-size: 15px;
}
.menu > ul > li > ul {
  width: 100% !important;
  left: 0 !important;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
