/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 479px) {
.container{	
	width:310px;
	padding:0 5px;
	overflow:hidden;
}
.logo_section {
    max-width: 130px;
    position: absolute;
    top: 20px;
    left: 25px;
}
header {
    position: relative;
	padding: 0;
}

h1, h2 {
    font-size: 22px;
    margin-bottom: 18px;
}

footer {
    text-align: center;
}
footer .footer-left {
    float: none;
    margin-bottom: 12px;
    width: 100%;
}
footer .footer-right {
    float: none;
}
.main-banner .caption .caption-text {
    display: block;
}
.load .caption h1{
	margin-bottom: 26px;
}
.main-banner .caption .caption-footer span {
    display: block;
    padding: 20px 0;
}
.main-banner .caption .caption-footer span:before {
    width: 1px;
    height: 12px;
    top: 4px;
    left: 50%;
}
.main-banner .caption .caption-footer span:after {
    width: 1px;
    height: 12px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 4px;
}
.btn {
    font-size: 13px;
    min-width: 160px;
    height: 45px;
    line-height: 43px;
    padding: 0 25px;
}
.service-section {
    padding: 45px 0 0 0;
}
.service-section .service-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
}
.service-section .service-list .service {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 26px;
}
.service-section .service-list .service span {
    margin-bottom: 20px;
}
.service-section .platforms {
    display: none;
}
.shopify-desc p {
    width: 100%;
}
.portfolio-section .work-list .work-item {
    width: 100%;
    float: none;
}
.portfolio-section .work-list {
    margin-bottom: 34px;
}
.portfolio-section {
    padding: 54px 0 44px 0;
}

.header-banner {
    margin-bottom: 44px;
    height: 200px;
}
.header-banner .caption h1:after{
	content: none;
}
.header-banner .caption h1 {
    top: 62%;
}
.about-content .about-phoenix {
    width: 100%;
}
.quick-info {
    padding-top: 45px;
    padding-bottom: 15px;
    margin-top: 20px;
}
.quick-info .info-list .item::after {
    width: 3px;
    height: 14px;
    margin-top: -7px;
    background-size: contain;
}
.quick-info .info-list .item h5 {
    font-size: 14px;
}
.quick-info .info-list .item h1 {
    font-size: 26px;
    margin-bottom: 16px;
}
.quick-info .info-list .item {
    width: 33.33%;
	margin-bottom: 26px;
}

.service-listing .service-item .service-img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.service-listing .service-item .service-desc {
    width: 100%;
    padding-right: 0;
	text-align: center;
}
.service-listing .service-item .container {
    position: static;
    transform: none;
}
.service-listing .service-item .service-desc h1{
	font-size: 18px;
	margin-bottom: 22px;
	text-align: center;
}
.service-listing .service-item:nth-child(even) .service-desc {
    padding-left: 0;
}
.service-listing .service-item .service-desc p {
    margin-bottom: 20px;
}
.service-listing .service-item {
    margin-bottom: 15px;
}
.service-listing {
    margin-bottom: 30px;
}

.quote-section {
    padding: 45px 20px;
}
.quote-section .row .column {
    width: 100%;
}
.quote-section input, .quote-section textarea {
    margin-bottom: 25px;
}
.quote-section .client-services .row .column {
    width: 100%;
}
.quote-section form > div {
    margin-bottom: 30px;
}
.quote-section .more-detail .row .column {
    width: 100%;
}
.quote-section .more-detail textarea {
    padding: 15px 18px;
    height: 145px;
}

.quick-detail > div {
    float: none;
    width: 100%;
	margin-bottom: 35px;
}
.quick-detail > div span {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
}
.quick-detail > div span img {
    width: 20px;
}
.quick-detail {
    padding-bottom: 20px;
}
.testimonial-section {
    padding: 50px 0;
}
.testimonial-section .review-item{
    width: 100% !important;
    padding-left: 0;
}
.testimonial-section .review-item:before{
    content: none;
}
.start-project .content {
    width: 100%;
    display: block;
}
.start-project .content > div{
    margin-bottom: 20px;
}

.find-map .container {
    position: static;
    transform: none;
}
.contact-section .contact-form {
    width: 100%;
    padding-right: 0;
}
.find-map {
    padding: 50px 0;
}
.contact-map {
    width: 100%;
    position: static;
}
textarea {
    height: 110px;
}
.find-map .contact-map {
    height: 340px;
}
.contact-section {
    padding: 20px 0 0 0;
}
.quick-detail .contact-info > div {
    width: 100% !important;
    margin-bottom: 30px;
}
.address-section {
    padding: 30px 0;
}
.contact-section .address-section .country {
    width: 100%;
    padding: 30px 0;
}
.contact-section .address-section .country .quick-detail .contact-info {
    width: 100%;
    padding: 0 25px;
    margin-left: 0;
    margin-right: 0;
}
.quick-detail .contact-info > div span {
    width: 50px;
    height: 50px;
}
.quick-detail .contact-info > div p {
    margin-left: 20px;
    font-size: 13px;
}


}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 480px)
and (max-width : 767px) {
.container{
	width:470px;
	padding:0 5px;
	overflow:hidden;
}
.logo_section {
    max-width: 130px;
    position: absolute;
    top: 20px;
    left: 25px;
}
.contact-section .address-section .country .quick-detail .contact-info > div {
    width: 100%;
    margin-bottom: 20px;
}
.contact-section .address-section .country .quick-detail .contact-info {
    margin-left: 0;
    margin-right: 0;
}
.quick-detail .contact-info > div p {
    margin-left: 0;
}
.contact-section .address-section .country {
    padding: 20px 40px;
}
header {
    position: relative;
	padding: 0;
}
h1, h2 {
    font-size: 24px;
    margin-bottom: 42px;
}
footer {
    text-align: center;
}
footer .footer-left {
    float: none;
    margin-bottom: 22px;
    width: 100%;
}
footer .footer-right {
    float: none;
}

.main-banner .caption .caption-text {
    display: block;
}
.load .caption h1{
	margin-bottom: 26px;
}
.main-banner .caption .caption-footer span {
    display: block;
    padding: 20px 0;
}
.main-banner .caption .caption-footer span:before {
    width: 1px;
    height: 12px;
    top: 4px;
    left: 50%;
}
.main-banner .caption .caption-footer span:after {
    width: 1px;
    height: 12px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 4px;
}
.btn {
    font-size: 13px;
    min-width: 160px;
    height: 45px;
    line-height: 43px;
    padding: 0 25px;
}
.service-section {
    padding: 45px 0 0 0;
}
.service-section .service-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
}
.service-section .service-list .service {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 26px;
}
.service-section .service-list .service span {
    margin-bottom: 20px;
}
.service-section .platforms {
    display: none;
}
.shopify-desc p {
    width: 100%;
}
.shopify-desc span img {
    max-width: 310px;
}
.portfolio-section .work-list .work-item {
    width: 50%;
}
.portfolio-section .work-list {
    margin-bottom: 34px;
}
.portfolio-section {
    padding: 54px 0 44px 0;
}
.testimonial-section .review-item {
    width: 100% !important;
    padding-left: 0;
}
.testimonial-section .review-item:before{
    content: none;
}
.start-project .content {
    width: 100%;
    display: block;
}
.start-project .content > div{
    margin-bottom: 25px;
}
.testimonial-section {
    padding: 60px 0;
}
.header-banner {
    margin-bottom: 44px;
    height: 200px;
}
.header-banner .caption h1:after{
	content: none;
}
.header-banner .caption h1 {
    top: 62%;
}
.about-content .about-phoenix {
    width: 100%;
}
.quick-info {
    padding-top: 45px;
    padding-bottom: 15px;
    margin-top: 20px;
}
.quick-info .info-list .item::after {
    width: 3px;
    height: 14px;
    margin-top: -7px;
    background-size: contain;
}
.quick-info .info-list .item h5 {
    font-size: 15px;
}
.quick-info .info-list .item h1 {
    font-size: 26px;
    margin-bottom: 16px;
}
.quick-info .info-list .item {
    width: 33.33%;
	margin-bottom: 30px;
}

.service-listing .service-item .service-img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.service-listing .service-item .service-desc {
    width: 100%;
    padding-right: 0;
	text-align: center;
}
.service-listing .service-item .container {
    position: static;
    transform: none;
}
.service-listing .service-item .service-desc h1{
	font-size: 18px;
	margin-bottom: 22px;
	text-align: center;
}
.service-listing .service-item:nth-child(even) .service-desc {
    padding-left: 0;
}
.service-listing .service-item .service-desc p {
    margin-bottom: 20px;
}
.service-listing .service-item {
    margin-bottom: 15px;
}
.service-listing {
    margin-bottom: 30px;
}

.quick-detail > div {
    float: none;
    width: 100%;
	margin-bottom: 35px;
}
.quick-detail > div span {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
}
.quick-detail > div span img {
    width: 20px;
}
.quick-detail {
    padding-bottom: 20px;
}
.find-map {
    height: auto;
}
.find-map .container {
    position: static;
    transform: none;
}
.contact-section .contact-form {
    width: 100%;
    padding-right: 0;
	padding: 40px 0;
}
.contact-map {
    width: 100%;
    position: static;
}
textarea {
    height: 110px;
}
.find-map .contact-map {
    height: 340px;
}
.contact-section {
    padding: 20px 0 0 0;
}

.quote-section {
    padding: 45px 20px;
}
.quote-section .row .column {
    width: 100%;
}
.quote-section input, .quote-section textarea {
    margin-bottom: 25px;
}
.quote-section .client-services .row .column {
    width: 100%;
}
.quote-section form > div {
    margin-bottom: 30px;
}
.quote-section .more-detail .row .column {
    width: 100%;
}
.quote-section .more-detail textarea {
    padding: 15px 18px;
    height: 145px;
}

}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 980px) {
.container{
	width: 758px;
	padding: 0 5px;
	overflow: hidden;
}
.logo_section {
    max-width: 130px;
    position: absolute;
    top: 20px;
    left: 25px;
}
header {
    position: relative;
    padding: 0;
}
header.sticky {
    padding: 0;
}
h1, h2 {
    font-size: 24px;
    margin-bottom: 38px;
}
.service-section {
    padding: 54px 0 0 0;
}
.service-section .service-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.service-section .platforms {
    display: none;
}
.service-section .service-list .service {
    margin-bottom: 32px;
}
.portfolio-section {
    padding: 45px 0 50px 0;
}

.header-banner {
    margin-bottom: 50px;
    height: 230px;
}
.header-banner .caption h1:after{
	content: none;
}
.header-banner .caption h1 {
    top: 62%;
}
.about-content .about-phoenix {
    width: 85%;
}
.quick-info {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 20px;
}
.quick-info .info-list .item::after {
    width: 3px;
    height: 14px;
    margin-top: -7px;
    background-size: contain;
}
.quick-info .info-list .item h5 {
    font-size: 15px;
}
.quick-info .info-list .item h1 {
    font-size: 26px;
    margin-bottom: 16px;
}

.service-listing .service-item {
    margin-bottom: 40px;
}
.service-listing .service-item .service-img {
    width: 35%;
}
.service-listing .service-item .container {
    top: 50%;
}
.service-listing .service-item .service-desc {
    width: 65%;
    padding-right: 20px;
}
.service-listing .service-item:nth-child(even) .service-desc {
    padding-left: 20px;
}
.service-listing .service-item .service-desc h1 {
    margin-bottom: 24px;
	font-size: 20px;
}
.service-listing .service-item .service-desc p {
    margin-bottom: 20px;
	font-size: 13px;
}

.find-map {
    height: 420px;
}
.find-map .contact-map {
    height: 420px;
}
.contact-section .contact-form {
    padding-right: 20px;
}
.contact-section {
    padding: 20px 0 60px 0;
}
.quick-detail > div span {
    width: 76px;
    height: 76px;
    margin-bottom: 22px;
}
.contact-section .address-section .country {
    width: 90%;
    padding: 50px 20px;
}
.quote-section .client-services [type=checkbox] + label {
    font-size: 14px;
    margin-bottom: 20px;
}
.quote-section .more-detail .row .column {
    width: 90%;
}
.quote-section form > div {
    margin-bottom: 30px;
}


}


/* iPads (landscape) ----------- */
@media only screen
and (min-width : 981px)
and (max-width : 1024px) {
.container{
	width: 961px;
	padding: 0 10px;
	overflow: hidden;
}
.logo_section {
    max-width: 130px;
    position: absolute;
    top: 20px;
    left: 25px;
}
header {
    position: relative;
    padding: 0;
}
header.sticky {
    padding: 0;
}
h1, h2 {
    font-size: 24px;
    margin-bottom: 40px;
}
.service-section {
    padding: 54px 0 0 0;
}
.service-section .service-list {
    width: 672px;
    margin-left: 0;
    margin-right: 0;
}
.service-section .platforms {
    display: none;
}
.service-section .mob-services {
    display: block;
    float: right;
    width: 260px;
}
.service-section .service-list .service {
    margin-bottom: 32px;
}
.portfolio-section {
    padding: 45px 0 50px 0;
}
.portfolio-section .work-list .work-item {
    height: 265px;
}
.quick-info {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 38px;
}
.quick-info .info-list .item h1 {
    font-size: 30px;
    margin-bottom: 22px;
}
.quick-info .info-list .item h5 {
    font-size: 17px;
}

}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 1025px)
and (max-width : 1280px) {

.container{
	width: 1020px;
}
.service-section .service-list {
    width: 652px;
}
.service-section .platforms {
    width: 378px;
}
h1 {
    font-size: 26px;
    margin-bottom: 50px;
}
	
}