
img {
    max-width: 100%;
}
li,ul,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
a:hover,a:active,a:visited,a:focus{text-decoration: none;}
p{
    font-size: 15px;
    line-height: 23px;
    color: #000;
    margin-bottom: 15px;
}
p:last-child{margin-bottom: 0;}
.page-content>*{
    padding: 40px 0;
}
.heading-area {
    text-align: center;
    margin-bottom: 15px;
}
.heading-area.left {
    text-align: left;
}
.heading-area p {
    margin-bottom: 0;
}
.heading-area .heading-style {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading-area.white h3 {
    color: #fff;
}
.heading-area.white p {
    color: #fff;
}
.mainWrapper {
    margin: 80px 0 0 0;
}
/* CSS */
.banner {
    padding: 40px 0 40px 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}
.banner h1 {
    font-size: 42px;
    text-transform: uppercase;
    color: #ff6c6c;
    margin-top: 0;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 5px;
}
.banner h1 span {
    color: #333;
    font-weight: 600;
    display: inline;
}
.banner b {
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    display: block;
    margin: 0 0 15px 0;
}
.banner h1 strong {
    color: #333;
    font-size: 62px;
    display: block;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-left {
    width: 41.4%;
    position: relative;
}
.banner-right {width: 54.4%;}
.banner-right p:last-child {margin-bottom: 0;}
.banner.gradient {
    background: #ff6e00;
    background: -moz-linear-gradient(-45deg,  #ff6e00 0%, #f3aa00 100%);
    background: -webkit-linear-gradient(-45deg,  #ff6e00 0%,#f3aa00 100%);
    background: linear-gradient(135deg,  #ff6e00 0%,#f3aa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e00', endColorstr='#f3aa00',GradientType=1 );
}
.banner.gradient h1,
.banner.gradient p {
    color: #fff;
}
.banner a {
    box-shadow: 0 0 0 2px #ff6c6c inset;
    background-color: transparent;
    font-size: 18px;
    line-height: normal;
    text-transform: initial;
    font-weight: bold;
    padding: 15px 40px 15px 40px;
    color: #ff6c6c;
    display: inline-block;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}
.banner a:hover {
    background-color: #ff6c6c;
    color: #fff;
}
/************************************/
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
/****************************************/
.features {
    position: relative;
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.features ul li {
    margin: 0 0 25px 0px;
    width: 33.33%;
    position: relative;
    padding: 0 10px;
}
.features ul li .fet-heading {
    margin-bottom: 15px;
}
.features ul li .fet-heading i {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}
.features ul li .fet-heading i img {
    width: 70px;
    height: 70px;
    display: inline-block;
}
.features ul li .fet-heading strong {
    font-weight: 600;
    font-size: 24px;
    color: #ff6c6c;
    line-height: 30.4px;
    text-align: left;
    display: block;
}

.fet-inner-block {
    padding: 32px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 0 1px transparent inset, 0 0 13px 0 rgba(0,0,0,0.10);
    height: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.features ul li:hover .fet-inner-block {
    box-shadow: 0 0 0 1px #ff6c6c inset, 0 0 27px 0 rgba(0,0,0,0.30);
}
/**************************************/
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff6c6c inset;
    font-weight: 600;
    color: #ff6c6c;
    padding: 17px 40px 19px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 75px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing a {
    margin: 0 10px 10px 10px;
}
.pricing .get-quote:hover {
    background-color: #ff6c6c;
    color: #fff;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(torn-paper-31.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -1px;
    pointer-events: none;
}
.pricing [data-toggle="popup"] {
    padding: 14px 40px 17px 40px;
    font-size: 22px;
}
/**************************************/
.support{
        background: #ffeeee;
}
.support .heading-area.white p {
    opacity: 0.7;
}
.support-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.support ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
}
.support ul li {
    padding: 0 15px;
    width: 33.33%;
    text-align: center;
}
.support ul li strong {
    display: block;
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin: 20px 0 15px 0;
}

.support-caption {
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background-color: #fff;
}
.support-caption img{height: 200px;}
.support-caption:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
/**************************************/
.launch-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.launch-left {
    width: 52.2%;
    margin-left: auto;
    margin-right: auto;
}
.launch-right {
    width: 35.4%;
}
/**************************************/
.purpose {
    background-color: #f2f2f2;
}
.purpose-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.purpose-left {
    width: 48%;
}
.purpose-right {
    width: 48%;
}
.purpose ul {
    display: block;
    margin-bottom: 10px;
}
.purpose ul li {
    font-size: 15px;
    color: #000;
    margin: 0 0 8px 0;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 20px;
    line-height:normal;
}
.purpose ul li:last-child{margin-bottom: 0;}
.purpose ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ff6c6c;
    border-radius: 50%;
    top: 8px;
}
/**************************************/
.feature-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.feature {
    padding: 35px 0 40px 0;
}
.feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature ul li {
    padding: 0 15px;
    text-align: center;
    width: 25%;
}
.feature ul li i {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: inline-flex;
    background-color: #ff6c6c;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.feature ul li strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 0 40px;
    line-height: 32.4px;
    margin: 20px 0 0 0;
}
/**************************************/
.delivery-types {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.delivery-types .heading-area {
  margin-bottom: 15px;
}
.delivery-types-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.delivery-types ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.delivery-types ul li {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.delivery-types-box {
  background-color: #fff;
  box-shadow: 0 0 0 1px #ff6c6c inset, 0 0 13px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.delivery-types ul li a {
    display: block;
}
.delivery-types ul li img {
    width: 60px;
    height: 60px;
    display: inline-block;
}
.delivery-types ul li strong {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px 0;
    line-height: 34.2px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.delivery-types ul li:hover .delivery-types-box {
    position: relative;
    box-shadow: 0 0 0 1px #ff6c6c inset, 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
.delivery-types ul li:hover strong {
    color: #ff6c6c;
}
/**************************************/
/***************************************/
.client-reviews {
    padding-bottom: 10px;
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.client-reviews ul li {
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0 15px;
}
.client-reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    border: 8px solid #fff;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    vertical-align: top;
    width: 100%;
}
.client-reviews ul li:not(:last-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    top: 15px;
    right: 15px;
    background-image: url(play-video-49.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #ff6c6c;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.heading-area .heading2 {
    font-size: 18px;
    font-weight: 500;
}
.client-reviews .button-part a {
    font-size: 40px;
    padding: 20px 50px 25px;
    border-radius: 101px;
}
.client-reviews .button-part {
    padding-top: 0;
    text-align: center;
}
.client-reviews ul li.morereview a {
  height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: 0 0 0 2px #ff6c6c inset;
  color: #ff6c6c;
  padding: 15px;
  text-align: center;
  flex-direction: column;
}
.client-reviews ul li.morereview a:hover {
    background-color: #ff6c6c;
    color: #ffffff;
}
.client-reviews ul li.morereview a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ff6c6c;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.client-reviews ul li.morereview a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ff6c6c;
  background-image: none;
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
.client-reviews ul li.morereview a:hover:before,
.client-reviews ul li.morereview a:hover:after {
    border-color: #ffffff;
}
/**************************************/
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 20px 0;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}
.TABROW .TAB.active {
    background-color: #ff6c6c;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.screens .view-app-flow {
    font-size: 31px;
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff6c6c inset;
    font-weight: 600;
    color: #ff6c6c;
    padding: 8px 40px 11px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 25px 0 0;
}
.screens .view-app-flow:hover {
    background-color: #ff6c6c;
    color: #fff;
}
/**************************************/
/***********************app-links-sections stylesheet**********************/
.app-links-sections {
    background-color: #ff6c6c;
    padding-bottom: 30px;
}
.app-links-sections .heading-area.center {
    margin-bottom: 0;
}
.app-links-sections .app-links-sections-inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.app-links-sections .heading-style1 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.app-links-sections .links-col a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    bottom: 0px;
    margin-bottom: 15px;
    width: 100%;
}
.app-links-sections .links-col a:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 33%;
}
.app-links-sections .links-col img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    left: 0;
    top: 0;
}
.app-links-sections .links-col a:hover {
    bottom: 3px;
}
.live-demo-row-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0 auto;
}
.app-links-sections .links-col {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
.app-links-sections .clickText {
    font-weight: 500;
    font-size: 26px;
    display: block;
    float: none;
}
.app-links-sections .flowText {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    float: none;
}
.app-links-sections .demolinksbtn {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

/**************************************/
@media screen and (max-width:1300px) {
    .launch-left {
        width: 60.2%;
    }
}
@media screen and (max-width:1024px) {
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    /******************************/
    .features ul li {
        width: 50%;
    }
    /******************************/
}
@media screen and (max-width:991px) {
    .banner h1 {
        font-size: 45px;
    }
    /***********************************/
    .support ul li {
        padding: 0 6px;
        width: 50%;margin-bottom: 20px;
    }
    .support ul li:last-child{margin-bottom: 0;width: 100%;}
    .support ul {margin: 0;}
    .support ul li strong {
        font-size: 25px;
    }
    /***********************************/
    .launch-left {
        width: 100%;
    }
    .launch-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    /***********************************/
    /***********************************/
    .feature ul li {
        width: 50%;
        margin: 0 0 30px 0;
    }
    /***********************************/
    .delivery-types ul li {
        width: 33.33%;
    }
    /***********************************/
    .client-reviews ul li {
        width: 33.33%;
    }
    /***********************************/
    .screens ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .screens ul li:last-child{margin-bottom: 0;}
    .TABROW .TAB {
        margin-bottom: 20px;
    }
    .purpose-left{width: 100%;}
}
@media screen and (max-width:767px) {
    .banner h1 {
        font-size: 40px;
        line-height: normal;
    }
    .heading-area .heading-style {
        font-size: 37px;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .features ul li .fet-heading strong {
        font-size: 22px;
        line-height: normal;
        text-align: center;
    }
    .features ul li .fet-heading i {
        margin: 0 auto 20px auto;
    }
    /******************************/
    .pricing .get-quote {
        margin-top: 40px;
    }
    /******************************/
    .client-reviews ul li {
        width: 50%;
    }
    .client-reviews {
        background-color: #fff;
    }
    /******************************/
    .app-links-sections .links-col {
        padding: 0 4px;
    }

}
@media screen and (max-width:630px) {
    .banner h1 {
        font-size: 30px;
    }
    .banner b {
        font-size: 22px;
    }
    .heading-area .heading-style {
       font-size: 26px;
       margin-bottom: 5px;
    }
    /*******************************/
    .feature ul li {
        width: 100%;
        padding: 0;
    }
    /*******************************/
    .delivery-types ul li {
        width: 50%;
    }
    /*****************************************/
    .client-reviews ul li {
        width: 50%;
    }
    .client-reviews ul li.morereview a {
        font-size: 13px;
        line-height: 17px;
    }
    /*************************************/
    .client-reviews ul li {
        width: 50%;
        padding: 0 10px;
        margin: 0 0 20px 0;
    }
    .client-reviews ul li.morereview a {
        font-size: 13px;
        line-height: 17px;
    }
    .client-reviews ul li a::before {
        width: 36px;
        height: 36px;
        background-size: 30px;
    }
    .client-reviews ul li a {
        padding: 0;
    }
    /*************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    .TABROW .TAB:last-child{margin-bottom: 0;margin-left: 0;margin-right: 0;}
    .screens .view-app-flow {
        font-size: 18px;
        padding: 14px 15px 14px 15px;
    }
    .app-links-sections .links-col {
        width: 50%;
    }
    .pricing .get-quote {
        font-size: 18px;
        padding: 12px 15px 12px 15px;
        min-width: inherit;
    }
    .delivery-types ul li strong {
        font-size: 17px;
        margin: 15px 0px 0;
        line-height: normal;
    }
    .features ul li p {
        text-align: center;
    }
    .support ul li{width: 100%;padding: 0;}
    .support-caption img{height: auto;}
}
@media screen and (max-width:480px) {
    .delivery-types-box {
        padding: 20px;
    }
    .delivery-types ul li:last-child {
        width: 100%;
    }
    .screens ul li{width: 100%;}
}