@media(max-width: 767px) {
	.inpage-form-last img{
		max-width:100%;
	}
}
section.hero {
    margin-top: 91px;
	padding-bottom: 50px;
}
section.hero img{
	max-width:100%;
}
section.hero h2{
    padding: 50px 0 0px;
}
.bottom-right h3,
.details-right h3{
	font-weight: bold;
}
.hero-img {
    margin-top: 50px;
    margin-bottom: 30px;
}
.details-right h3{
	margin-bottom:20px;
}
section.table-contents {
    background: #2a2d32;
    padding: 50px 0;
    color: #fff;
}
h2{
	margin-bottom:20px;
}
p{
	margin-bottom:20px;
}
.table-contents ul li {
    list-style: none;
    border-bottom: 1px solid #7f8184;
    padding-bottom: 20px;
    margin-bottom: 20px;
	max-width: 80%;
}
.table-contents ul li a{
	color:#fff;
}
.table-contents ul li a:hover{
	text-decoration:none;
	color: #22ac60;
}
.ul-left {
    float: left;
    width: 50%;
}
.table-contents h2{
	margin-bottom: 20px;
}
/*.types {
    padding-top: 60px;
}*/
.details-num {
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    float: left;
    margin-right: 22px;
    margin-bottom: 10px;
    color: #22ac60;
    font-weight: 700;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    margin-top: 5px;
}
.details-right {
    float: right;
    width: 93%;
}
.rm-details-ec {
    margin-top: 60px;
}
.details-right h4{
	margin-bottom:10px;
}
.details-right p{
	margin-bottom:15px;
}
section.starting {
    background: #f7f7f7;
	padding: 50px 0;
}
.details-right ul li{
    list-style: none;
    margin-bottom: 15px;
}
section.faq-section {
    background-color: #fff;
    padding: 30px 0 100px;
	border-top: 1px solid #e7e8ec;
}
section.faq-section h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 38px;
}
.faqs {
	background-color: #fff;
	border: 1px solid #e7e8ec;
	border-radius: 4px;
}
.faq {
	border-bottom: 1px solid #e7e8ec;
}
.faq:last-child {
	border-bottom: none;
}
.faq-question {
    padding: 20px 40px 20px 25px;
    font-weight: bold;
    cursor: pointer;
	position: relative;
	-webkit-transition: height 250ms; /* Safari */
    transition: height 250ms;
}
.faq-answer {
    padding: 0 100px 30px 25px;
    text-align: justify;
	display: none;
	margin-top: 10px;
}
.faq-question:after {
    content: "+";
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #2a2d32;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.faq.active .faq-question:after {
	 content: "-";
	 background-color: #27ae60;
}
.faq-question:hover:after {
	background-color: #27ae60;
}
.faq-question:hover {
	color: #27ae60;
}
section.sourcing {
    padding: 50px 0;
}
.sourcing-text {
    float: left;
    width: 63%;
}
.sourcing-image {
    float: right;
    width: 32%;
    text-align: right;
}
.sourcing-text h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sourcing p.text-center,
.sales-channel p.text-center{
    margin-bottom: 50px;
}
section.sales-channel {
    background: #f7f7f7;
    padding: 50px 0;
}
.sales-text {
    float: right;
    width: 58%;
}
.sales-image {
    float: left;
    width: 42%;
}
.sales-text h3{
	margin-bottom:30px;
}
.sales-text ul li{
	margin-bottom:10px;
}
.building-website {
    padding: 50px 0;
}
.sourcing#tab5{
	background: #f7f7f7;
}
.hosting-holder {
    float: left;
    width: 46%;
    text-align: center;
	margin: 0 2%;
}
.hosting-holder p {
    text-align: left;
    padding: 0 18px;
    margin-bottom: 40px;
}
.hosting {
    margin-top: 50px;
}
.hosting-holder h3{
    font-weight: bold;
    margin: 15px 0;
}
.hosting ul{
	padding:0;
}
.hosting ul li{
	list-style:none;
	margin-bottom: 15px;
}
.hosting ul li:last-child{
	margin-bottom:0;
}
.expanding {
    padding: 50px 0;
}
.expanding-image {
    float: left;
    width: 45%;
}
.expanding-text {
    float: right;
    width: 50%;
    margin-top: 70px;
}
section.creating-website {
    padding: 50px 0;
    background: #f7f7f7;
}
@media(max-width:1199px){
	.bottom-left img,
	.top-left img,
	img{
		max-width:100%;
	}
	.table-contents ul li {
		max-width: 90%;
	}
	.sales-image {
		width: 38%;
		margin-top: 50px;
	}
	.expanding-text {
		float: right;
		width: 50%;
		margin-top: 0;
	}
}
@media(max-width:1023px){
section.hero h2 {
    font-size: 29px;
}
.table-contents ul li {;
    max-width: 100%;
}
.name-gen{
	text-align:center;
	margin: 20px 0;
}
.details-right {
    width: 90%;
}
.sourcing-text {
    float: none;
    width: 100%;
}
.sourcing-image {
    float: none;
    width: 100%;
    text-align: center;
}
.sales-text {
    float: none;
    width: 100%;
}
.sales-image {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.hosting-holder {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
}
.hosted.hosting-holder {
    margin-top: 70px;
}
.expanding-text {
    float: none;
    width: 100%;
    margin-top: 0;
}
.expanding-image {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
}

@media(max-width:767px){
.ul-left {
    float: none;
    width: 100%;
}
.ul-left ul{
	padding:0;
}
section.hero h2 {
    padding: 25px 0 0px;
}
.table-contents h2 {
    font-size: 26px;
}
section.hero {
    padding-bottom: 20px;
}
.details-num{
	float:none;
	margin-left: auto;
	margin-right: auto;
}
.details-right {
    float: none;
    width: 100%;
    text-align: center;
}
.rm-details-ec {
    margin-top: 20px;
}
.rm-btn {
    margin-top: 20px;
}
.faq-answer {
    padding: 0 25px 30px 25px;
}
.tc-btn-md {
    font-size: 14px;
}
div#types p,.sourcing p.text-center, .sales-channel p.text-center,.building-website .text-center{
    text-align: left;
}
.hosting-holder p {
    padding: 0;
}
section.faq-section h2 {
    font-size: 28px;
}
.details-right ul li {
    text-align: left;
}


}