@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav ul li:not(:last-child)
	{
		margin-right: 40px;
	}
	.team_col:not(:nth-child(n+3))
	{
		margin-bottom: 30px;
	}
	.cta_title
	{
		font-size: 30px;
	}
	.cta_price
	{
		font-size: 36px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav,
	.log_reg
	{
		display: none;
	}
	.hamburger
	{
		display: block;
	}
	.domain_search_input
	{
		height: 50px;
	}
	.domain_search_dropdown
	{
		height: 50px;
	}
	.domain_search_input::-webkit-input-placeholder
	{
		font-size: 20px !important;
	}
	.domain_search_input:-moz-placeholder
	{
		font-size: 20px !important;
	}
	.domain_search_input::-moz-placeholder
	{
		font-size: 20px !important;
	} 
	.domain_search_input:-ms-input-placeholder
	{ 
		font-size: 20px !important;
	}
	.domain_search_input::input-placeholder
	{
		font-size: 20px !important;
	}
	.domain_search_selected,
	.domain_search_dropdown ul li,
	.domain_search_button
	{
		font-size: 20px;
	}
	.domain_search_button
	{
		height: 50px;
	}
	.why
	{
		padding-bottom: 44px;
	}
	.why_col:not(:last-child)
	{
		margin-bottom: 50px;
	}
	.why_image
	{
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		text-align: center;
	}
	.video
	{
		height: 567px;
	}
	.extra_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.cta_content
	{
		height: 300px;
	}
	.cta_price
	{
		margin-top: 11px;
	}
	.cta_button
	{
		margin-top: 11px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 95px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.domain_search_form_container
	{
		height: 206px;
	}
	.domain_search_form > div
	{
		width: 100%;
		margin-right: 0;
	}
	.domain_search_button
	{
		margin-top: 18px;
	}
	.team_col:not(:nth-child(n+3))
	{
		margin-bottom: 0px;
	}
	.team_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.contact_form > div:not(:last-of-type)
	{
		margin-bottom: 0px;
	}
	.contact_form div:not(:last-of-type)
	{
		margin-bottom: 21px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h2
	{
		font-size: 30px;
	}
	p
	{
		font-size: 13px;
	}
	.home_title
	{
		font-size: 28px;
	}
	.domain_search_input,
	.domain_search_dropdown,
	.domain_search_button
	{
		height: 40px;
	}
	.domain_search_input::-webkit-input-placeholder
	{
		font-size: 16px !important;
	}
	.domain_search_input:-moz-placeholder
	{
		font-size: 16px !important;
	}
	.domain_search_input::-moz-placeholder
	{
		font-size: 16px !important;
	} 
	.domain_search_input:-ms-input-placeholder
	{ 
		font-size: 16px !important;
	}
	.domain_search_input::input-placeholder
	{
		font-size: 16px !important;
	}
	.domain_search_selected,
	.domain_search_dropdown ul li,
	.domain_search_button
	{
		font-size: 16px;
	}
	.why_list ul li
	{
		font-size: 13px;
	}
	.video
	{
		height: 400px;
	}
	.video_content
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.video_play_icon
	{
		width: 83px;
		height: 83px;
	}
	.video_play_icon i
	{
		font-size: 24px;
	}
	.video_title
	{
		font-size: 24px;
		margin-top: 22px;
	}
	.extra_icon
	{
		width: 120px;
		height: 120px;
	}
	.extra_1
	{
		padding-left: 95px;
	}
	.extra_2
	{
		padding-left: 123px;
	}
	.cta_title
	{
		font-size: 24px;
	}
	.cta_content
	{
		height: 258px;
	}
	.cta_price
	{
		font-size: 24px;
		margin-top: 11px;
	}
	.cta_price span
	{
		font-size: 14px;
	}
	.cta_button
	{
		width: 128px;
		height: 53px;
		margin-top: 11px;
	}
	.cta_button a
	{
		font-size: 14px;
		line-height: 53px;
	}
	.footer_logo
	{
		font-size: 36px;
	}
	.footer_list_col:not(:nth-child(n+3))
	{
		margin-bottom: 0px;
	}
	.footer_list_col:not(:last-child)
	{
		margin-bottom: 60px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

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

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
.home {height:250px !important;}
.header_content {height:100px;}	
.why {padding:40px 0px;}
.printer_details h1 { font-size:30px;}
.printer_details p { font-size:20px;}
.contact_col:not(:last-child) {margin-bottom: 5px;}
.cta_content {height: 200px; text-align: center;}
.cta_title {font-size: 24px;}
.cta_button {width: 150px; height: 53px; margin-top: 10px;}
.cta_button a {font-size: 14px;line-height: 35px; padding: 10px;}
.printer_details fieldset {padding:10px 20px 30px;}
.footer {padding:50px 0px;}
.footer_col:not(:last-child) {margin-bottom: 25px;}
.footer_list { margin-top: 20px;}
.logo img {width:120px;}
.extra_section {padding:40px 0px;}
.extra_1 { padding-left: 20px;}
.extra_2 { padding-left: 20px;}
.extra_icon {display:none;}
.about_sec { padding: 40px 0px;}
.about_cont h3 {font-size:28px;}
.picimg { margin-top: 20px;}
.why_col { padding: 25px; margin: 15px;}
.section_title h2 {font-size:26px;}
.why_text p {font-size: 17px; line-height: 26px;}
.modal-content {width:90% !important;}

}