:root {
    --theme: #ff3044;
    --theme-light: #ffecee;
    --theme-dark: #da192c;
}
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: 16px;
    line-height: 23px;
    color: #000;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
.page-content>* {
    padding: 40px 0;
}
.heading-area {
    display: block;
    margin: 0 0 15px;
}
.heading-area .heading-style {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    display: block;
}
.heading-area>p {
    margin: 5px 0 0 0;
}
.heading-area.center>* {
    display: block;
    text-align: center;
}
.heading-area.white>* {
    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: var(--theme);
    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: 24px;
    line-height: normal;
    font-weight: 600;
    display: block;
    margin: 0 0 15px 0;
    color: #000;
    text-transform: initial;
}
.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: 44.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;
}
.btn__div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.btn__div.center {
    justify-content: center;
}
.mt-15 {
    margin-top: 15px;
}
.banner a {
    background-color: var(--theme);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 15px 14px 15px;
    color: #fff;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.banner a:hover {
    background-color: var(--theme-dark);
    color: #fff;
}
.common-button.btn-color1 {
    background-color: #0c8ee4;
}
.common-button.btn-color1:hover,
.common-button.btn-color1:focus {
    background-color: #0976be;
}
.common-button.btn-color2 {
    background-color: #FE9B00;
}
.common-button.btn-color2:hover,
.common-button.btn-color2:focus {
    background-color: #c07a24;
}
.common-button.btn-color3 {
    background-color: #0fb158;
}
.common-button.btn-color3:hover,
.common-button.btn-color3:focus {
    background-color: #0a8d45;
}
/************************************/
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap-inner img {
    display: block;
    margin: 0 auto;
}
/****************************************/
.features {
    background-color: #f8f8f8;
    padding: 40px 0;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.features ul li .fet-heading i {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 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: 20px;
    color: var(--theme);
    line-height: 1em;
    text-align: left;
    display: block;
    margin: 0 0 10px;
}
.fet-inner-block {
    padding: 20px;
    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 var(--theme) 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 {
    background-color: var(--theme);
    font-size: 24px;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    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;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing .get-quote:hover {
    background-color: #b83a3a;
}
.torn-pricing {
    position: relative;
}
.torn-pricing img {
    position: absolute;
    left: 0;
    top: 0;
}
.torn-pricing::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 41%;
}
.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: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.support ul li {
    text-align: center;
}
.support ul li strong {
    display: block;
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
    margin: 10px 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: var(--theme);
    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: var(--theme);
    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: 40px 0;
}
.delivery-types-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.delivery-types ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.delivery-types-box {
    background-color: #fff;
    box-shadow: 0 0 0 1px var(--theme) 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 var(--theme) inset, 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
.delivery-types ul li:hover strong {
    color: var(--theme);
}
/**************************************/
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.client-reviews ul li img {
    width: 100%;
    border-radius: 12px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    border: 6px solid #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    border-radius: 12px;
    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(../svg/play-video-27.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: var(--theme);
    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;
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
    background-color: var(--theme);
}
.client-reviews ul li.morereview a:hover {
    background-color: #b83a3a;
}
.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: #fff;
    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: #fff;
    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;
}
/**************************************/
.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;
    gap: 20px;
}
.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;
    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: var(--theme);
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    list-style: none;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.screens ul.active {
    display: grid;
}
.screens ul li {
    box-sizing: border-box;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    vertical-align: top;
}
.screens .view-app-flow {
    background-color: var(--theme);
    font-size: 31px;
    color: #fff;
    padding: 15px 25px 16px 25px;
    font-weight: 600;
    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;
    display: inline-block;
    margin: 0 0 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.screens .view-app-flow:hover {
    background-color: var(--theme-dark);
}
/**************************************/
/***********************app-links-sections stylesheet**********************/
.demolinks {
    padding: 40px 0;
    background: var(--theme);
}
.demolinks-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    margin: 0 auto;
    max-width: 1200px;
}
/* ----------------------------------------------------- */
.faq {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
}
.faq_list li strong {
    font-size: 20px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background: #fff6f6;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
}
.faq_list li p {
    padding: 0 20px;
}
.__list {
    padding-left: 30px;
}
.__list span {
    display: block;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: normal;
    position: relative;
    margin: 0 0 6px 0;
}
.__list span::before {
    content: '';
    width: 100%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
/* ----------------------------------------------------- */
@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;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .pricing .get-quote {
        font-size: 25px;
        padding: 13px 25px 18px 25px;
    }
    .screens .view-app-flow {
        font-size: 26px;
        padding: 14px 25px 17px 25px;
    }
}
@media screen and (max-width:991px) {
    .banner {
        background: #fff;
    }
    .banner h1 {
        font-size: 45px;
    }
    .launch-left {
        width: 100%;
    }
    .launch-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .support ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .delivery-types ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .purpose-left {
        width: 100%;
    }
    .screens ul {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:767px) {
    .banner-right {
        margin-bottom: 20px;
    }
    .banner h1 {
        font-size: 40px;
        line-height: normal;
    }
    .heading-area .heading-style {
        font-size: 37px;
    }
    .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;
    }
    .app-links-sections .links-col {
        padding: 0 4px;
    }
    .faq_list {
        grid-template-columns: 100%;
    }
}
@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;
    }
    .features ul {
        grid-template-columns: 1fr;
    }
    .support ul {
        grid-template-columns: 1fr;
    }
    .delivery-types ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .client-reviews ul li.morereview a {
        font-size: 4.2vw;
        line-height: 5.5vw;
    }
    .client-reviews ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .client-reviews ul li a {
        border: 2px solid #fff;
    }
    /*************************************/
    .TABROW .TAB {
        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;
    }
    .pricing .get-quote {
        font-size: 18px;
        padding: 10px;
        min-width: inherit;
        margin: 10px 0 0 0;
    }
    .delivery-types ul li strong {
        font-size: 17px;
        margin: 15px 0px 0;
        line-height: normal;
    }
    .features ul li p {
        text-align: center;
    }
    .support-caption img {
        height: auto;
    }
    .screens ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .TABROW {
        gap: 10px;
    }
    .TABROW .TAB {
        padding: 12px;
        font-size: 14px;
        height: auto;
        min-width: initial;
    }
    .fet-inner-block {
        padding: 20px 15px;
    }
    .support-caption {
        padding: 20px 15px;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        grid-auto-flow: row;
    }
}
@media screen and (max-width:480px) {
    .delivery-types-box {
        padding: 20px 10px;
    }
    .delivery-types ul li:last-child {
        width: 100%;
    }
    .delivery-types ul li strong {
        font-size: 15px;
    }
    .screens ul {
        grid-template-columns: 1fr;
    }
    .client-reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }
    .client-reviews ul li.morereview a:after {
        width: 40px;
        height: 40px;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
}
@media screen and (max-width:360px) {
    .screens ul {
        grid-template-columns: 100%;
    }
}