html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}
a {
	color: #fd8a2e;
}
a:hover {
	color: black;
}
.logo {
}
.logo a {
	display: inline-block;
}
.logo a img {
	max-width: 185px;
}
.header_hero {
	padding: 10px 0 4px 0;
	border-bottom: 2px solid #fd8a2e;
}
header.header_desktop {
	box-shadow: 0 0 20px rgb(0 0 0 / 7%);
	position: sticky;
	top: 0;
	z-index: 9999;
}
.header_hero_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header_hero_right ul li {
	padding-left: 20px;
	text-align: right;
}

.header_hero_right ul li a:not(.btn) {
	display: inline-block;
	color: black;
	text-decoration: none !important;
	transition: 0.3s ease all;
	padding: 7px 8px;
}
.header_hero_right ul li a .header_details {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	transition: 0.3s ease all;
}
.header_hero_right ul li a .header_icon {
	display: inline-block;
	font-size: 16px;
	border: 2px solid black;
	height: 35px;
	width: 35px;
	text-align: center;
	border-radius: 80px;
	line-height: 28px;
	margin-left: 10px;
	transition: 0.3s ease all;
}
.header_hero_right ul li a:hover .header_details {
	color: #fd8a2e;
	transition: 0.3s ease all;
}
.header_hero_right ul li a:hover .header_icon {
	border-color: #fd8a2e;
	color: #fd8a2e;
	transition: 0.3s ease all;
}
.header_hero_right .btn {
	font-size: 19px;
}
.mc {
	color: #fd8a2e;
}
.bb {
	border-bottom: 1px solid #d6d6d6;
}
#message {
	height: 149px !important;
}

.btn-primary {
	color: #fff;
	background: rgb(243,145,0);
	background: -moz-linear-gradient(180deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	background: linear-gradient(180deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	font-size: 18px;
	padding: 10px 20px;
	border: 1.5px solid #fd8a2e !important;
	transition: 0s ease all !important;
}
.btn-primary:hover {
	/*background: rgb(243,145,0);
	background: -moz-linear-gradient(360deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	background: -webkit-linear-gradient(360deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	background: linear-gradient(360deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);*/
	background: #ca6d23 !important;
	border-color: #ca6d23 !important;
}

.btn-primary:after {

}

.btn.focus, .btn:focus {
	box-shadow: 0 0 0 0.2rem rgb(253 138 46 / 40%);
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(253 138 46 / 40%);
}
.btn-outline-primary {
	border: 1.5px solid black;
	color: black;
	font-size: 18px;
	padding: 10px 20px;

	background: transparent !important;
}
.btn-outline-primary:hover {
	background: black !important;
	border-color: black !important;
}

.topbar {
	text-align: center;
	background: #fd8a2e;
	padding: 6px 0;
	font-size: 16px;
}
.topbar p {
	margin: 0;
	color: white;
}



.bg-primary {
	background-color: #fd8a2e!important;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(0 0 0) !important;
	font-size: 18px;
	padding: 8px 2px;
	margin: 0px 16px 1px 16px;
	transition: 0.3s ease all !important;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fd8a2e !important;
}

.hvr-underline-from-center:before {
	background: #fd8a2e;
	height: 2px;
	width: 100%;
	transition: unset !important;
	left: 0;
	opacity: 0;
	transition: 0.3s ease all !important;
}
.navbar-light .navbar-nav .nav-link.hvr-underline-from-center:hover:before {
	opacity: 1 !important;
	transition: 0.3s ease all;
}

.navbar-light .navbar-nav .nav-link.hvr-active {
	color: #fd8a2e !important;
}
.hvr-active:before {
	opacity: 1 !important;
}

.nav-item .dropdown-menu {
	top: 93%;
}
.header_desktop {
	
	background: white;
}
.header_menu.header_desktop {
	box-shadow: 0 0 20px rgb(0 0 0 / 7%);
	position: sticky;
	top: 0;
	z-index: 1071;
}
.header_desktop_non_sticky {
	position: relative;
	z-index: 9999;
	box-shadow: unset !important;
}
@media (min-width: 576px){
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
		left: 13px;
	}
	.navbar-expand-sm > .container > .navbar-nav > li.dropdown:first-child > .dropdown-menu {
		left: 0px !important;
	}

}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .9rem;
}
.dropdown-submenu .dropdown-menu {
	position: absolute;
	top: -11px;
	left: 100% !important;
	margin-left: -.02rem;
}

@media (min-width: 992px) {
	.animate {
		animation-duration: 0.3s;
		-webkit-animation-duration: 0.3s;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform:translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}



.hhr_nav {

}
.hhr_nav ul {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px;
}
.hhr_nav ul li {
	display: inline-block;
	padding: 0;
}
.hhr_nav ul li a {
	padding: 9px 5px !important;
	border-bottom: 2px solid white;
	margin: 0 10px;
	margin-bottom: 0;
	transition: 0.3s ease all !important;
	display: inline-block;
	text-decoration: none !important;
}

.hhr_nav ul li a:hover {
	border-color: #fd8a2e !important;
	color: #fd8a2e !important;
}
.hhr_nav_action {
	padding: 15px 0;
	text-align: right;
}
.hhr_nav_action a {
	color: black;
	font-weight: 600;
	display: inline-block;
	margin-right: 20px;
	transition: 0.3s ease all;
}
.hhr_nav_action a:hover {
	text-decoration: none;
	color: #fd8a2e;
	transition: 0.3s ease all;
}
.hhr_nav_action a:last-child {
	margin: 0;
	border: 0;
}
.hhr_nav_action a i {
	color: #fd8a2e !important;
	font-style: normal;
}
.hhr_nav_action a:hover {

}
.hhr_active {
	border-color: #fd8a2e !important;
	color: #fd8a2e !important;
}


/* Header Mobile */
.header_mobile {
	display: none;
}
.mheader_topbar {
	background: #fd8a2e!important;
	padding: 5px 0px;
	text-align: center;
}
.mheader_topbar a {
	color: white;
	display: inline-block;
	font-size: 14px;
	text-decoration: none !important;
	padding: 0 5px;
}
.mheader_nav {

}
.mheader_logo img {
	max-width: 135px;
}
@media screen and (max-width: 992px) {
	.header_desktop {
		display: none;
	}
	.header_mobile {
		display: block;
		position: sticky;
		top: 0;
		z-index: 999;
		background: white;
	}
	.hhr_nav ul li {
		display: block;
	}
	.hhr_nav ul {
		border-bottom: 0;
		padding: 0;
		margin: 0 !important;
	}
	.hhr_nav ul li a {
		margin: 2px 0 !important;
		color: black;
		padding: 5px 0 !important;
		font-size: 18px;
	}
}
.mobile_menu_collapse {
	position: fixed;
	left: -320px;
	opacity: 0;
	visibility: hidden;
	top: 0;
	height: 100%;
	width: 320px;
	background: white;
	padding: 10px;
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
	z-index: 999999;
	transition: 0.3s ease all;
}
.am_menu_opened {
	left: -0;
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.mmc_inner {
	height: 100%;
	position: relative;
}
.mmc_close {
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 5;
	width: 100%;
	padding: 0 19px 0 35px;
}
.mmc_cloned {
	padding: 5px 16px;
	height: calc(100vh - 100px);
	overflow-y: auto;
	margin-top: 50px;
}
.mmc_cloned .nav-link {
	color: black;
	font-size: 18px;
}
/*.mmc_cloned .navbar-nav .dropdown-menu {
	display: block;
	border: 0;
	padding: 0;
	border-left: 3px solid #fd8a2e;
	border-radius: 0;
}
*/

.mmc_cloned .navbar-nav .dropdown-menu {
	position: unset !important;
	transform: unset !important;
	border: 0;
	padding: 0 0;
}
.mmc_cloned .navbar-nav .dropdown-menu a {
	padding-left: 13px;
}

/* Main */
.main {
	background: url(../images/cube_bg.jpg);
	background-position: left;
	background-attachment: fixed;
}
.main_home {
	background: url(../images/main_bg.png);
	background-size: cover;
}

.main_content {

}
.main_content h3 {
	font-weight: 900;
	font-size: 56px;
	margin-bottom: 0;
}
.main_content hr {
	border-top: 4px solid #fd8a2e;
	max-width: 60px;
	margin: 12px 0;
}
.main_content p {
	font-size: 17px;
	font-style: italic;
	padding-top: 7px;
}
.main_content h6 {
	letter-spacing: 6px;
	margin: 0;
	padding: 6px 0;
}
.main_content_img img {
	width: 100%;
	max-width: 520px;
	display: block;
	margin: auto;
	padding-top: 30px;
}

.title {
	margin-bottom: 30px;
	text-align: center;
}
.title h2 {
	text-align: center;
	margin: 0;
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 20px;
}
.title hr {
	border-top: 4px solid #fd8a2e;
	max-width: 60px;
	margin: 12px auto;
	display: none !important;
}

.section {
	padding: 50px 0;
}



/* Pricing */

.intro_header {
	height: 66px;
}
.intro_header img {
	max-width: 50px;
}
.intro_body {
	height: 60px;
}
.intro_body h3 {
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}
.intro_footer {
	font-size: 14px;
}

.pricing_header .pricing_icon {
	font-size: 47px;
	text-align: center;
	transition: 0.3s ease all !important;
	color: #fd8a2e;
}
.pricing_header .pricing_icon .icon {
	display: block;
	width: 80px;
	margin: auto;
}
.pricing_header p {
	text-align: center;
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
}
.pricing_header h2 {
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	padding-top: 6px;
}
.pricing_header h3 {
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	padding-top: 6px;
}
.pricing_t {
	font-size: 14px;
}
.pricing_body {
	padding: 20px;
}
.pricing_body p {
	text-align: center;
	font-size: 18px;
}
.pricing_body .preview {
	border: 1px solid rgb(177 177 177 / 20%);
	box-shadow: 0 0 8px rgb(177 177 177 / 40%);
	padding: 1px;
}
.pricing_cta {
	text-align: center;
}
.pricing_cta a {
	font-size: 17px;
	padding: 8px 24px;
}

.pricing {
	padding: 15px 15px 25px 15px;
	border-bottom: 4px solid #fd8a2e;
	margin: 10px 0;
}
.pricing:hover .pricing_icon {
	color: #fd8a2e;	
}
.pricing:hover .pricing_cta a {
	background: #fd8a2e;
	color: white;
}
.pricing_original {
	font-size: 21px;
	padding-right: 5px;
	color: #b1b1b1;
}




.shost_content_img img {
	width: 100%;
}

.shost_content {
	margin: auto;
}
.shost_content p {
	font-size: 16px;
}
.shost_content .title {
	text-align: left;
	margin: 0;
}
.shost_content .title span {
	color: #fd8a2e;
	font-weight: 600;
}
.shost_content .title h2 {
	text-align: left;
	font-size: 30px;
}
.shost_content .title hr {
	margin: 12px 0;
}


.s30_try img {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: auto;
}

.s30_try .fa-ul li {
	font-size: 19px;
	padding: 3px 0;
}

footer {
	background: #fff;
	padding: 25px 0 0 0;
	/* border-top: 4px solid #f29401; */
	background-image: url(../images/lp.png);
}
.footer_no_tage_section #tage_kosten {
	display: none;
}
.ftr_2 {
	padding-bottom: 45px;
}
.footer_logo {

}
.footer_logo a {
	display: inline-block;
}
.footer_logo a img {
	max-width: 180px;
}

.footer_sub p {
	margin: 0;
	font-size: 17px;
	margin-bottom: 6px;
}
.footer_sub {

}

.ftr_2 {
	padding-top: 40px;
}
.ftr_2 h4 {
	font-size: 17px;
	font-weight: 600;
	color: #333333;
}
.ftr_2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 19px;
}
.ftr_2 ul li {

}
.ftr_2 ul li a {
	color: black;
	font-size: 14px;
	display: inline-block;
	text-decoration: none !important;
}
.ftr_2 ul li a:hover {
	color: #fd8a2e;
	transition: 0.3s ease all;
}
.ftr_2 ul li a:before {
	background: #fd8a2e;
	height: 1.5px;
}


.footer_copyright {
	background: #fd8a2e;
	padding: 15px 0;
}
.footer_copyright p {
	text-align: center;
	margin: 0;
	color: white;
}



.s30_trial {
	padding: 30px;
	border: 1.5px solid #e6e6e6;
	border-radius: 0;
	box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	position: relative;
}
.s30_trial ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.s30_trial ul li {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.s30_trial ul li i {

	font-size: 34px;

	color: #f29401;

	padding-right: 10px;
}
.s30_trial ul li:last-child {
	border:0;
}

.s30_trial ul li p {

	margin: 0;

	font-size: 17px;
}
.s30_trial_header {
	position: absolute;
	left: -0;
	top: -55px;
}
.s30_trial_header h3 {
	color: #fff;
	background: rgb(243,145,0);
	background: -moz-linear-gradient(180deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	background: linear-gradient(180deg, rgba(243,145,0,1) 0%, rgba(237,118,0,1) 100%);
	display: inline-block;
	padding: 13px 25px 13px 30px;
	font-size: 23px;
	position: relative;
	left: -2px;
}


.s30_trial_r {
	padding: 20px 0;
	border: 1.5px solid #e6e6e6;
	border-radius: 0;
	box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	position: relative;
	margin: 10px auto;
	max-width: 400px;
}

.s30_grid {
	overflow: hidden;
}
.s30_grid .s30_info_each {
	float: left;
	width: 50%;
	border-right: 1.5px solid #e6e6e6;
	padding: 25px 15px;
}
.s30_info_each:last-child {
	border: 0;
}
.s30_info_each h3 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.s30_trial_r img {
	width: 100%;
}
.s30_count {

}
.s30_count i {
	font-size: 23px;
}
.s30_count p {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	color: #f38f00;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: auto;


}
.ftr_1 .hhr_nav a {
	margin: 0 4px;
	color: black;
	padding: 6px 8px !important;
	border-color: #f8f9fa;
}
.sth_content {
	text-align: center;
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 20px 20px 30px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
}
.sth_content i {
	font-size: 50px;
}
.sth_content p {
	margin-bottom: 0;
}
.sth_row {
	margin: 0 -5px;
}
.sth_row .col-lg {
	padding: 5px;
}
.sth_count_content {
	position: relative;
	text-align: center;
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 23px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
}
.sth_count_content h3 {
	font-size: 18px;
	margin: 0;
	color: black;
	display: inline-block;
	/*border-bottom: 10px solid rgb(212 212 212 / 27%);*/
	line-height: 6px;
	padding-top: 13px;
}
.sth_count_content p {
	margin: 0;
	font-size: 29px;
	font-weight: 600;
	color: #f38f00;
}
.sth_count_content i {
	position: absolute;
	right: 20px;
	opacity: 0.04;
	font-size: 52px;
}
.sth_count .row {
	margin: 0 -5px;
}
.sth_count .col-lg-4 {
	padding: 5px;
}
.ftr_social {

}
.ftr_social a {
	font-size: 22px;
	color: white;
	padding: 0 6px;
}



/* Contact Page */

.subpage_header {
	background: url(../images/cube_bg.jpg);
	padding: 20px 0;
}
.subpage_header > .container > .row {
	-ms-flex-align: unset!important;
	align-items: unset !important;
}
.subpage_header_content {
	padding-top: 90px;
}


.subpage_header_illus {
	height: 415px;
	position: relative;
}
.subpage_header_illus img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: auto;
}
/*
.subpage_header_illus img {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: auto;
}
*/
.subpage_header_content h2 {
	font-size: 36px;
}
.subpage_header_content p {
	font-size: 17px;
}
.st_contactp_cards {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 26px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
	margin: 15px 0;
}
.card_icon i {
	font-size: 34px;
	color: #fd8a2e;
}
.card_icon {
	margin-right: 20px;
}
.card_disc h5 {
	font-size: 22px;
	margin-bottom: 10px;
}
.card_disc p {
	margin: 0;
	font-size: 17px;
	margin-top: 5px;
}
.card_disc p i {
	padding-right: 5px;
}
.h_220 {
	height: 220px !important;
}
/* Animated Input */

div.wrap_input_div .wrap_input {
	position: relative;
}

.wrap_input label {
	position: absolute;
	top: 10px;
	font-size: 18px;
	margin: 0 10px;
	padding: 0 10px;
	background-color: white;
	-webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
	transition: top .2s ease-in-out, font-size .2s ease-in-out;
	transition: 0.2s ease all !important;
	color: #80868B;
}
.wrap_select select {
	font-size: 19px;
	padding: 0 15px;
	color: #80868B;
}
.wrap_input .riseInput {
	width: 100%;
	font-size: 17px;
	color: black;
	box-shadow: unset !important;
	height: auto !important;
	padding: 10px 19px;
}
.active_label {
	top: -10px !important;
	font-size: 15px !important;
	color: #fd8a2e !important;
}


.wrap_input .riseInput:focus {
	outline: none;
}

.form-control:focus {
	border: 1.5px solid #fd8a2e !important;
}
.wrap_input_div {
	margin-bottom: 12px;
}
.wrap_input_div .form-control {
	/*height: calc(33px + .75rem + 2px);*/
	resize: none;
}

.contact_map {
	filter: grayscale(1);
	transition: 0.3s ease all;
}
.contact_map:hover {
	filter: grayscale(0);
	transition: 0.3s ease all;
}

.st_pp_content {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 25px 20px 20px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
	margin: 0;
	height: 100%;
}
.st_pp_content_full {
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-left: 4px solid #fd8a2e;
}
.st_pp_content h3 {
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 20px;
}
.st_pp_content hr {
	border-top: 4px solid #fd8a2e;
	max-width: 60px;
	margin: 15px 0;
	display: none;
}
.st_pp_contentp p {
	font-size: 17px;
}
.st_pp_content li {
	font-size: 17px;
}

.have_icon {
	position: relative;
}
.have_icon .have_icon_i {
	font-size: 79px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	opacity: 0.05;
}



/* BreadCrumb */
.st_checkout_breakcrumbs {
	margin-bottom: 30px;
}
.st_checkout_breadcrumb_each {

}
.st_checkout_breadcrumb_each p {
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 2px solid #000;
}
.st_checkout_breadcrumb_each p.breadcrumb_active {
	color: #fd8a2e;
	border-bottom: 2px solid #fd8a2e;
	cursor: pointer;
}
.st_checkout_breadcrumb_each p.breadcrumb_active i {
	color: #fd8a2e;
}
.st_checkout_breadcrumb_each p i {
	float: right;
	padding: 4px 0;
}

.breadcrumb_section {
	padding-top: 30px;
	padding-bottom: 0px;
}


.st_checkout_step_box {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 20px 20px 30px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
	background: white;
}
.st_checkout_box {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 20px 20px 15px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
	background: white;
	position: sticky;
	top: 192px;
}

/* Slider CSS */
#ex1Slider .slider-selection {
	background: #fd8a2e;
}

.slider-handle {
	background: #fd933d;
}
#ex1Slider .slider-selection {
	background: #fd933d;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slider.slider-horizontal {
	width: 100%;
	height: 20px;
}
.tooltip.tooltip-main.bs-tooltip-top {
	opacity: 1;
}
.st_checkout_slider {
	padding: 35px 60px 0px 60px;
}
.slider-tick.in-selection {
	background: #fd8a2e;
}
.tooltip-inner {
	background-color: #fd8a2e;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	border-top-color: #fd8a2e;
}
.st_checkout_box_nested_each {
	padding: 5px 0;
	border-bottom: 1px solid #d6d6d6;
}
.st_checkout_box_nested_each p {
	margin: 0;
	font-size: 17px;
}
.st_checkout_box_label {

}
.st_checkout_box_right_val {
	color: #fd8a2e;
	font-weight: 600;
	font-size: 20px !important;
	max-width: 190px;
}
.st_checkout_box_right_val .small {
	font-weight: 500;
	font-size: 16px !important;
}
.st_checkout_box_each h3 {
	font-weight: 500;
	font-size: 23px;
	text-align: left;
	margin-bottom: 7px;
}
.st_checkout_box_each .icon {
	display: block;
	width: 26px;
	margin-right: 1px;
}
.custom-switch .custom-control-label::before {
	height: 22px;
	width: 45px;
	border-radius: 80px;
}
.custom-switch .custom-control-label::after {
	width: calc(20px - 4px);
	height: calc(20px - 4px);
	top: calc(5px + 2px);
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
	-webkit-transform: translateX(24px);
	transform: translateX(24px);
}
.custom-switch {
	position: relative;
	right: 9px;
	top: -3px;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #fd8a2e;
	background-color: #fd8a2e;
}
.custom-control-label {
	cursor: pointer;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(253, 138, 46, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #adb5bd;
}
  
.st_checkout_box_each .st_checkout_box_nested_each:last-child {
	border: 0;
}

.st_checkout_box_total {
	padding-top: 20px;
}
.st_checkout_box_total h3 {
	margin: 0;
}

.st_checkout_box_total .st_checkout_box_right_val {
	font-size: 26px !important;
}
.st_checkout_box_total .st_checkout_box_right_val del {
	color: #c2c2c2;
	font-size: 16px;
}


.st_checkout_step_box p {

}
.st_checkout_step_box img.wh {
	width: 100%;
	max-width: 535px;
	margin-bottom: 12px;
	margin-top: -9px;
}
.flag {
	width: 20px !important;
	height: 14px !important;
	margin: -4px 6px 0px -22px !important;
}
.st_checkout_features {
	padding: 30px 0;
	border-bottom: 1px solid #d6d6d6;
}

.st_tech_details .title {
	display: block;
	font-size: 20px;
	text-align: left;
	margin-bottom: 7px;
}
.st_tech_details ul li {
	font-size: 14px;
	margin-bottom: 5px;
}
.st_tech_details ul {
	margin-left: 24px;
}

.st_checkout_step_box .st_checkout_features:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.st_last_step_checkout_message {
	padding-top: 30px;
}
.st_last_step_checkout_message:first-child {
	padding-top: 0;
}
.st_last_step_checkout_message h4 {
	font-size: 25px;
}

.st_checkout_last_img img {
	max-width: 320px;
}

.st_domain_main {

}
.st_domain_input_control input {

}
.st_domain_select_drop select {

}
.st_domain_button button {

}
.st_domain_page_layer {
	height: 80vh;
	background: rgb(0 0 0 / 70%);
}
.st_domain_page {
	background-size: cover !important;
	background-position: center !important;
}

.st_domain_page_content {
	max-width: 800px;
	margin: auto;
	padding: 0px;
	background: white;
	box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
	border-radius: 6px;
	margin-top: -52px;
}

.st_domain_page_content h2 {
	color: white;
	text-align: center;
	margin: 0;
}
.st_domain_page_content hr {
	border-top: 4px solid #fd8a2e;
	max-width: 60px;
}
.st_domain_page_content p {
	text-align: center;
	font-size: 18px;
	color: white;
}

.st_domain_main {
	padding: 15px 15px;
	background: white;
	border-radius: 4px;
}
.st_domain_main .form-control {
	height: 100%;
	font-size: 18px;
	border: 0 !important;
	border-left: 1px solid #c5c5c5 !important;
	border-radius: 0;
}
.st_domain_input_control .form-control {
	border-left: 0 !important;
	box-shadow: none !important;

}
.st_domain_select_drop {
	padding-right: 12px;
}

.st_domain_server {
	padding-top: 20px;
	text-align: center;
}
.st_domain_server div {
	display: inline-block;
	padding-right: 0;
	background: white;
	padding: 4px 10px;
	border-radius: 4px;
	border-left: 2px solid #fd8a2e;
	margin: 5px 0;
}

.st_domain_server div label {
	margin: 0;
	color: black;
	font-size: 19px;
	padding-left: 4px;
}




/*
.st_content_box {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 20px 20px 15px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
	background: white;
}
.st_content_box ul li {
	padding: 2px 0;
}
.st_content_left_box ul a {
	color: black;
	font-size: 18px;
	display: inline-block;
}
*/



.st_content_box {

}
.st_content_box ul li {
	padding-bottom: 9px;
}
.st_content_box ul li:last-child {
	padding-bottom: 0 !important;
}
.st_content_box ul li i {
	display: none;
}
.st_content_left_box ul a {
	color: black;
	font-size: 17px;
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 9px 9px;
	border-radius: .25rem;
	border-left: 3px solid #fd8a2e;
	padding-left: 14px;
	transition: 0.3s ease all;
	background: white;
	display: block;
}
.st_content_left_box ul a.active {
	color: #fd8a2e;
}
.hvr-underline-from-left:hover {
	color: #fd8a2e;
}
.hvr-underline-from-left:before {
	background: #fd8a2e;
}

.st_content_right {
	padding-top: 20px;
}
.st_content_right > h3 {
	margin-bottom: 28px;
}

.st_content_right_boxes {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 20px 20px 15px 20px;
	border-radius: .25rem;
	border-bottom: 4px solid #fd8a2e;
	transition: 0.3s ease all;
	background: white;
	margin-bottom: 20px;
}
.st_content_right_b_left_boxes {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	padding: 20px 20px 15px 20px;
	border-radius: .25rem;
	border-left: 4px solid #fd8a2e;
	transition: 0.3s ease all;
	background: white;
	margin-bottom: 20px;
}

.st_content_right_p h2,
.st_content_right_p h4 {
	margin-bottom: 19px;
	color: #969696;
}
.st_content_right_p h5 {
	color: #969696;
}
.st_content_right_p p {
	font-size: 18px;
}

.st_content_box {
	position: sticky;
	top: 185px;
}
.st_content_left_box li a {
	text-decoration: none;
}
.hvr-underline-from-left:before {
	background: #fd8a2e;
	height: 2px;
}



.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgb(249 249 249);
}
.st_table_domains {
	border-bottom: 1px solid #dee2e6;
	max-width: 800px;
	margin: auto;
}
.st_table_domains .btn {
	font-size: 16px;
	width: 100%;
	padding: 8px 10px;
}
.st_table_domains td {
	vertical-align: middle;
}
#domainCheckAdditionalResultProgress {
	max-width: 800px;
	margin: auto;
}
.progress-bar{
	background-color: #fd8a2e;
}

.tr_st_pp_content {

}
.tr_st_pp_content p {

}
.tr_st_pp_content img {
	width: 100%;
}


.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(243 142 0 / 23%);
}
.colorbox img {
	max-width: 100%;
}