
.card-title i {
	color: #fff;
	background-color: black;
	border-radius: 30px;
	padding: 1px 0;
	display: inline-block;
	font-size: 0.75em;
	cursor: pointer;
	height: 18px;
	line-height: 15px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 18px;
	min-width: 18px;
	text-align: center;
}


.saveBox {
	background-color: #fff0c2;
	border: 1px solid #fbb93d;
	border-radius: 8px;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 20px;
}

.titleBox {
	font-size: 26px;
}

.titleInfo, .card ul {
	font-size: 16px;
}

hr {
	margin: 2em 0;
	background-color: #000;
}

.dom-name {
	font-size: 18px;
}

.flex-2-col .col {
	margin: 20px auto;
}

.flex-2-col.s-t .col {
	width: auto;
}

.section-heading {
	padding-bottom: 1em;
}

section.section-heading {
	margin-bottom: 4em;
}

.s-input-wraper i.smaller-i {
	font-size: 1em;
}

#register_com_loading {
	margin-left: 30px;
}

#domainName {
	width: 100%;
	border-radius: 10px;
}

.input-container {
	position: relative;
	display: inline-block;
	width: 70%;
}

.input-container input {
	width: 100%;
	padding-right: 215px;
	box-sizing: border-box;
}

.inside-button,
.inside-loader {
	position: absolute;
	right: 8px;
	top: 18%;
	cursor: pointer;
}

.inside-loader {
	position: absolute;
	right: 65px;
	top: 33%;
	cursor: pointer;
}

.inside-txt {
	position: absolute;
	right: 152px;
	top: 28%;
}

.s-input-wraper input {
	height: 55px;
}

.on-670 {
	display: none;
}

h3 {
	margin-bottom: 1.5em;
}

.section-wraper.mt-negative-2-em {
	margin-bottom: 3.5em;
}

@media only screen and (max-width: 670px) {
	.off-670 {
		display: none;
	}
	
	.on-670 {
		display: inline-block;
	}
	
	.inside-search {
		font-size: 1.3em !important;
		top: 20%;
	}
	
	.inside-txt {
		top: 22%;
		right: 50px;
	}
	
	.input-container input {
		padding-right: 105px;
	}
}

@media only screen and (max-width: 550px) {
	#register_com_button {
		margin-top: 20px;
	}
	
	.flex-2-col.s-t .col {
		width: 313px;
	}
}

