/************************************/
:root {
    --theme:#ff623a;
    --theme-dark:#cc3c17;
    --theme-light:#ffece7;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,*::before{
    box-sizing: border-box;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
img {
    vertical-align: top;
    max-width: 100%;
}
p {
    line-height: 23px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Exo 2';
    margin-bottom: 10px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
li {
    list-style: none;
}
.mainWrapper {
    margin: 80px auto 0 auto;
}
.mainWrapper>* {
    padding: 45px 0;
}
.heading-area {
    margin-bottom: 15px;
    width: 100%;
}
.heading-area.center>* {
    text-align: center;
}
.heading-area .sub-title {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--theme);
    font-weight: 600;
    display: block;
}
.heading-area .main-title,
.head-style {
    font-size: 35px;
    font-weight: bold;
    margin: -6px 0 0 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1em;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area>p {
    margin: 5px 0 0 0;
}
.play-anim-ico {
    background-image: url(play-video-15.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}

img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.banner {
    background-color: #f8f8f8;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-right {
    width: 54%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.banner-right img {
    width: auto;
    max-width: 100%;
}
.banner-left {
    width: 44%;
}
.banner .h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 9px;
    display: block;
    text-transform: uppercase;
}
.banner .h1 strong{
    color: var(--theme);
}
.banner .strong {
    font-size: 24px;
    color: var(--theme);
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}
.banner b {
    font-size: 21px;
    line-height: 1em;
    margin: 0 0 10px 0;
    display: block;
    color: #000;
    text-transform: capitalize;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.features ul li {
    width: 33.333%;
    position: relative;
    text-align: center;
    padding: 0 10px;
}
.fet-caption {
    padding: 0 0 20px 0;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-height: 100%;
    position: relative;
    overflow: hidden;
    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;
}
.features ul li i {
    width: 80px;
    height: 80px;
    display: inline-flex;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid var(--theme);
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--theme);
}
.features ul li strong {
    display: block;
    line-height: 1em;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
}
.fet-caption p {
    text-align: center;
}
.provide {
    background: var(--theme-light);
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.provide-left {
    width: 51%;
}
.provide-right {
    width: 44.2%;
}
.provide ul li {
    font-size: 16px;
    color: #fff;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 5px;
    line-height: normal;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.howitworks {
    background-color: #f8f8f8;
}
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks ul li {
    color: #000;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
    padding-left: 20px;
}
.howitworks ul li strong{
    text-transform: capitalize;
}
.howitworks ul li:last-child {
    margin-bottom: 0;
}
.howitworks ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--theme);
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/**************************************/
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0 0 15px 0;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    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;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
.TABROW .TAB.active {
    background-color: var(--theme);
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.screens ul.active {
    display: grid;
}
.screens ul li img {
    max-width: 100%;
    outline: 1px solid #ddd;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.screens .view-app-flow:hover {
    background-color: #a11d66;
}
/**************************************/
.demolinks {
    background: var(--theme);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demo-links-row {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
    max-width: 920px;
    margin: auto;
}
.demo-links-row li {
    position: relative;
    width: 100%;
}
.demo-links-row li a {
    display: block;
    position: relative;
    width: 100%;
}
.demo-links-row li a img {
    position: absolute;
    left: 0;
    top: 0;
}
.demo-links-row li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 34.3%
}
.front-end {
    background: #f8f8f8;
}
.front-end-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.front-end-left {
    width: 45.5%;
}
.front-end-right {
    width: 53%;
}
.pricing {
    position: relative;
    z-index: 1;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
    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;
}
.pricing .get-quote:hover {
    background-color: var(--theme-dark);
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: "";
    display: block;
    padding-top: 49%;
    width: 100%;
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    vertical-align: top;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.reviews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.reviews ul li a {
    width: 100%;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #fff;
    border: 8px solid #fff;
    vertical-align: top;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.reviews ul li:not(:last-child) a:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71.08%
}
.reviews ul li a::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
    background-image: url(play-video-theme-3.svg);
    background-repeat: no-repeat;
    background-size: 39px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.reviews ul li.morereview a {
    min-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: var(--theme);
    color: #fff;
    padding: 15px;
    text-align: center;
}
.reviews ul li.morereview a:hover {
    background-color: var(--theme-dark);
}
.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;
}
.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;
    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;
}
.button-part {
    display: flex;
    grid-gap: 15px;
    width: 100%;
    text-align: left;
    flex-wrap: wrap;
}
.button-part.center {
    justify-content: center;
}
.button-part a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px 13px 16px;
    width: auto;
    min-height: auto;
    line-height: 24px;
    background-color: var(--theme);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.button-part a:hover {
    background-color: var(--theme-dark);
    color: #fff;
}
.inq_form {
    background-color: #f8f8f8;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 30px 13px 30px;
    background-color: var(--theme);
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.inq_form form input:hover[type=submit] {
    background-color: var(--theme-dark);
}
.inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: flex-start;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    width: 100%;
}
.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
}
.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
    padding: 20px 30px 30px 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}
.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child{
    margin-bottom: 0;
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: var(--theme);
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: var(--theme-dark);
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}
.about-section-of {
    padding-bottom: 0;
}
.about-section-of-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.about-section-of .about-section-of-inner .footer-toggle-btn {
    margin: 0;
    padding: 20px;
    font-size: 25px;
    font-family: 'Exo 2';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: var(--theme);
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
    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;
}
.about-section-of .about-section-of-inner .footer-toggle-btn:hover {
    background-color: var(--theme-dark);
}
.about-section-of .about-section-of-inner .footer-toggle-btn:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: inline-block;
    margin: 0 0 0 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;
}
.about-section-of .about-section-of-inner .footer-toggle-btn.active:after {
    transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
}
.about-section-of-data {
    text-align: initial;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8f8f8;
    display: none;
}
.about-section-of-data .about-section-of-inner {
    text-align: unset;
}
.about-section-of-data p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.box-rows h5,
.box-rows h3 {
    font-size: 21px;
    margin-bottom: 5px;
    position: relative;
    font-weight: bold;
}
.about-section-of h6 {
    font-size: 23px;
    text-transform: unset;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.box-rows ul {
    list-style: none;
    padding-left: 0;
}
.box-rows ul li {
    margin-bottom: 14px;
    font-size: 15px;
    color: #666;
    padding: 0 0 0 18px;
    font-weight: 500;
    position: relative;
}
.box-rows {
    margin-bottom: 25px;
}
.box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: var(--theme);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.box-rows h6 {
    font-size: 21px;
    margin-bottom: 5px;
    position: relative;
    color: #000;
}
.sub-boxess strong {
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    display: block;
    color: #000;
}
.sub-boxess {
    padding-left: 20px;
    margin-bottom: 20px;
}
.sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--theme);
    border-radius: 50%;
    left: -22px;
    top: 10px
}
@media screen and (max-width:1199px) {
    .banner .h1 {
        font-size: 40px;
    }
    .banner .strong {
        font-size: 24px;
    }
    .reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.2vw;
    }
}
@media screen and (max-width:991px) {
    .heading-area .main-title,
    .head-style {
        font-size: 30px;
    }
    .heading-area .sub-title {
        font-size: 18px;
    }
    .banner .h1 {
        font-size: 35px;
        line-height: 1em;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .banner-left,
    .banner-right {
        width: 100%;
        margin: 0;
    }
    .banner-right {
        margin-bottom: 30px;
    }
    .features ul li {
        width: 50%;
    }
    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .provide-inner {
        flex-direction: column-reverse;
    }
    .front-end-inner {
        flex-direction: column-reverse;
    }
    .front-end-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        order: 2;
    }
    .front-end-right {
        width: 100%;
    }
    .pricing~.front-end .front-end-inner {
        flex-direction: unset;
    }
    .pricing~.front-end .front-end-left {
        order: 2;
    }
    .pricing~.front-end .front-end-right {
        order: 3;
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .reviews ul li {
        width: 33.33%;
    }
}
@media screen and (max-width:630px) {
    .mainWrapper>* {
        padding: 40px 0;
    }
    .heading-area .main-title,
    .head-style {
        font-size: 26px;
        margin-top: -4px;
    }
    .sub-title {
        font-size: 16px;
    }
    .banner b {
        font-size: 24px;
        line-height: 1em;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .screens ul {
        grid-template-columns: 1fr 1fr;
    }
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    .pricing .get-quote {
        font-size: 18px;
        padding: 10px 15px;
        min-width: inherit;
    }
    .pricing~.front-end .front-end-left {
        margin-bottom: 20px;
    }
    .demo-links-row {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    .reviews ul li {
        width: 50%;
    }
    .reviews ul li a {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 0;
    }
    .reviews ul li a img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
    .reviews ul li.morereview a {
        font-size: 4.1vw;
        line-height: 5.2vw;
    }
    .reviews ul li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .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;
    }
    .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;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 20px;
        box-shadow: none;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .inq_form form input[type=submit] {
        font-size: 18px;
        padding: 10px 15px;
    }
    .about-section-of {
        padding-bottom: 0;
    }
    .about-section-of .about-section-of-inner .footer-toggle-btn {
        padding: 12px;
        font-size: 18px;
        border-radius: 13px 13px 0 0;
    }
}
@media screen and (max-width:480px) {
    .screens ul {
        grid-template-columns: 1fr;
    }
    .screens ul li {
        text-align: center;
    }
}