*{
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5{
    margin: 0;
    padding: 0;
}
.btn__div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
[data-toggle="popup"],
.common-button {
    background-color: #37c2e8;
    font-size: 18px;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 21px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    gap: 8px;
}
[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: #1882a0;
    color: #fff;
}
a,
a:active,
a:hover,
a:visited,
a:focus{
    text-decoration: none;
}
.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;
    z-index: -1;
    box-shadow: 0 0 0 13px #ff6e00;
    -webkit-box-shadow: 0 0 0 13px #ff6e00;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
    -moz-animation: pulse-me 1s linear infinite;
    -ms-animation: pulse-me 1s linear infinite;
    -o-animation: pulse-me 1s linear infinite;
}
@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);
    }
}
ul,li,ol{
    padding: 0;
    list-style: none;
    margin: 0;
}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
p:last-child{
    margin-bottom: 0;
}
.heading-area{
    display: block;
    width: 100%;
}
.heading-style,
.heading-area .heading-style {
    font-family: 'Exo 2';
    font-weight: 700;
    font-size: 40px;
    line-height: 1em;
    color: #37C2E8;
    position: relative;
    margin:-8px 0 22px 0;
    display: block;
    text-transform: uppercase;
    padding-bottom: 7px;
    z-index: 1;
}
.heading-area.center > *{
    display: block;
    text-align: center;
}
.heading-area.white > *{color: #fff;}
.heading-area strong {
    margin-top: 18px;
    display: block;
    font-size: 17px;
    color: #000;
    line-height: 23px;
}
.heading-area p {
    margin-top: 5px;
}
.heading-area p:last-child{
    margin-bottom: 15px;
}
.heading-style::before,
.heading-area .heading-style::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../svg/title.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: -7px;
    z-index: -1;
}
.heading-area.white .heading-style::before {
    background-image: url(../svg/title-white.svg);
}
.heading-area.center .heading-style::before{
    background-position: center bottom;
}
.medical-page {
    margin: 84px auto 0 auto;
    max-width: 1920px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.medical-page > *{
    padding:45px 0;
}
/* ==================================== */
.main-banner {
    background: linear-gradient(89.66deg, #EBFEFC 0.29%, #FCFAEF 99.72%);
}
.main-banner-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.banner-caption {
    width: 50%;
}
.banner-caption strong {
    font-size: 26px;
    line-height: normal;
    color: #ffa200;
    font-weight: 600;
    font-family: "Exo 2";
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.banner-caption strong:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    max-width: 232px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ffa200;
    margin-left: 13px;
}
.banner-caption h1 {
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1em;
}
.banner-caption .describe {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1em;
    color: #000000;
    margin: 0 0 10px 0;
}
.banner-caption p{
    line-height: 28px;
}
.banner-left {
    width: 48%;
}
.gen-button {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background-color: #37c2e8;
    padding: 14px 32px 15px 32px;
    display: inline-block;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    text-decoration: none;
    outline: none;
}
.gen-button:hover {
    color: #fff;
    background-color: #1764c3;
}
@media (max-width:1920px) {
    .banner-left img {
        float: left;
        width: 42.11vw;
        text-align: right;
        max-width: inherit;
    }
}

.features-section-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}

.features-section ul.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    row-gap: 75px;
    margin-top: 75px;
}

.features-section ul.flex-row li {
    max-width: calc(25% - 20px);
    max-width: -o-calc(25% - 20px);
    max-width: -ms-calc(25% - 20px);
    max-width: -moz-calc(25% - 20px);
    max-width: -webkit-calc(25% - 20px);
    text-align: center;
    padding: 0px 10px 20px 10px;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.features-section ul.flex-row li span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
}

.features-section ul.flex-row li i {
    display: flex;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: -50px auto 16px auto;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    font-size: 50px;
    color: #37c2e8;
}
.features-section ul.flex-row li strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.features-section ul.flex-row li p{
    text-align: center;
}
.package-section {
    background-color: #f8f8f8;
}
.package-section-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.package-left {
    width: 50%;
}
.package-left .bold-title{
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.package-right {
    width: 50%;
    text-align: center;
}
.package-section ul {
    padding: 0;
}
.package-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
.package-section ul li:last-child{
    margin-bottom: 0;
}
.package-section ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../png/arrow.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 6px;
}
/**************************************************/
.product-client-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 394px auto;
    gap: 30px;
    align-items: center;
}
.product-client-column {
    position: relative;
}
.product-client .play-anim-ico {
    right: 30px;
    top: 30px;
    left: auto;
    margin: 0;
}
a.product-client-column {
    padding: 10px;
    border: 1px solid #37C2E8;
}
/**************************************************/
.video-section {
    position: relative;
}
.video-section .demo-video {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    max-width: 100%;
    display: block;
    border: 1px solid #ddd;
}

.video-section .demo-video::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.video-section .demo-video iframe,
.video-section .demo-video img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.video-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    padding-right: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
}
.play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
}
.play-anim-ico::before {
    content: '\e9c2';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    font-size: 60px;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.play-anim-ico.theme:before {
    color: #37C2E8;
}
.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;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    -webkit-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;
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #37c2e8;
    -webkit-box-shadow: 0 0 0 13px #37c2e8;
}
.video-data{
    position: relative;
}
.video-data  span {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    display: block;
    line-height: 1em;
    margin: 0 0 10px;
    font-weight: 600;
}
@keyframes pulse-me {
    0% {
        transform: scale(0.9);
        opacity: 0.2;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    50% {
        opacity: 0.5;
    }
    70% {
        opacity: 0.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);
    }
}
/********************************************/
.about-app-script-section {
    background-color: #e5fffe;
}
.about-app-script-section-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-app-script-left{
    width: 45%;
}
.about-app-script-right {
    width: 52%;
}
.about-app-script-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 31px;
    position: relative;
}
.about-app-script-section ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../png/right-arrow-2.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 2px;
}
.about-app-script-section ul li:last-child{
    margin-bottom: 0;
}
/***************************************/
.hidden-overflow {
    overflow-x: hidden;
}
.tabdatablock {
    margin-top: 20px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.TAB {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 10px 0 10px;
    border: 1px solid transparent;
    position: relative;
    border-bottom: none;
}
.TAB.active {
    color: #37c2e8;
    border: 1px solid #ddd;
    background-color: #fff;
    border-bottom: none;
}
.TABDATA {
    width: 100%;
    display: none;
    padding: 10px 0 0 0;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.TABDATA.active {
    display: block;
}
.TAB.active:after {
    content: '';
    width: 100%;
    bottom: -1px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
}
/* =================================================== */
.reviews {
    background-color: #f8f8f8;
    width: 100%;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
ul.reviews-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}
ul.reviews-list li {
    width: 25%;
    padding: 0 10px;
}
ul.reviews-list li a {
    display: block;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    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;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
ul.reviews-list li:not(:last-child) a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
ul.reviews-list li a img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(../svg/play-video-new.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #37c2e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
ul.reviews-list 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: #37c2e8;
    color: #fff;
    padding: 15px;
    text-align: center;
}
ul.reviews-list li.morereview a:hover {
    background-color: #1882a0;
}
ul.reviews-list 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;
}
ul.reviews-list 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;
    -webkit-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;
}
/************************************************/
.pricing {
    position: relative;
    z-index: 1;
}
.pricing-inner {
    max-width: 1334px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.pricing .get-quote {
    font-size: 22px;
    background-color: #37c2e8;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    display: inline-block;
    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;
    text-transform: capitalize;
}
.pricing .get-quote:hover {
    background-color: #1882a0;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    padding-top: 44.7%;
    width: 100%;
}
.torn-pricing img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*****************************************/
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
    gap: 15px;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    width: auto;
    margin: 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;
    background-color: #fff;
    border: 1px solid #ddd;
}
.TABROW .TAB.active {
    background-color: #37c2e8;
    font-weight: 600;
    color: #fff;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.screens ul.active {
    display: grid;
}
.screens ul li {
    box-sizing: border-box;
  }
.screens ul li img {
    max-width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.screens .screens-inner a {
    background-color: #37C2E8;
    font-size: 31px;
    color: #fff;
    padding: 20px 45px;
    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: table;
    width: auto;
    margin: 20px auto 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.screens .screens-inner a:hover {
    background-color: #1882a0;
}
/*****************************************/
/*******************************************/
.inq_form{
    background-color: #f8f8f8;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 30px 13px 30px;
    background-color: #37c2e8;
    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;
    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: #1882a0;
}
.inq_form .head-style {
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    font-weight: bold;
}
.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 {
    margin-top: 15px;
    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;
    list-style: none;
}
.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: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-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 {
    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-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #fd585c;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #bf0000;
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-height: 100%;
    text-align: center;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}

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

.unlimited-services {
    padding: 30px 0 50px 0;
    position: relative;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,255,254,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,255,254,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,255,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5fffe',GradientType=0 );
}
.unlimited-services-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.unlimited-services-inner .heading-area{
    text-align: left;
}
.services {
  padding: 100px 0px 35px 0px;
  position: relative;
  background-color: #fff;
}

.app-store-screen-left, .left-artical {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
}
.right-artical {
    width: 325px;
}
.right-artical img{
    vertical-align: top;
}
.services-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.services h3 {
  font-size: 32px;
  font-weight: 500;
  color: #1e1e1e;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  display: inline-block;
}
.services p {
  font-size: 15px;
  color: #5b5b5b;
  line-height: 27.2px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 33px;
  text-align: center;
}
.unlimited-services-tabs {
  width: 100%;
  text-align: left;
  margin: 0;
}
ul.services-tabs {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 -9px 20px -9px;
    padding: 0;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 18px);
    width: -o-calc(100% + 18px);
    width: -moz-calc(100% + 18px);
    width: -webkit-calc(100% + 18px);
}
ul.services-tabs li {
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
    padding: 10px 12px 12px 12px;
    color: #1f1f1f;
    font-size: 14px;
    font-family: 'Exo 2';
    font-weight: 500;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 0 2px #1f1f1f inset;
    -webkit-box-shadow: 0 0 0 2px #1f1f1f inset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 9px;
    min-width: calc((100% / 7) - 18px);
    min-width: -o-calc((100% / 7) - 18px);
    min-width: -moz-calc((100% / 7) - 18px);
    min-width: -webkit-calc((100% / 4) - 18px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
ul.services-tabs li span.span {
    width: 100%;
    word-break: break-word;
    display: inline-block;
    max-width: 165px;
}
ul.services-tabs li:last-child {
    border-width: 1px 1px 0px 1px;
}
ul.services-tabs li.active {
    background-color: #37c2e8;
    box-shadow: 0 0 0 2px #37c2e8 inset;
    -webkit-box-shadow: 0 0 0 2px #37c2e8 inset;
    color: #fff;
}
ul.services-tabs li.active:after {
    content: '';
    position: absolute;
    border-top: 11px solid #37c2e8;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
}
ul.services-tabs li:last-child {
    margin-bottom: 0px;
}
ul.services-tabs li img {
    height: 35px;
    margin: 0 auto;
    display: block;
}
.services-tabs_container {
    position: relative;
    text-align: left;
    align-items: center;
    flex-wrap: wrap;
}
.services-tabs_content {
    display: none;
    width: 100%;
    padding: 0;
}
.cat-block > strong {
    font-size: 16px;
    display: block;
    font-weight: 600;
    min-height: 38px;
}
.components-text {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.components-text .heading {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}
.components-text .heading ~ b {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.components-text .heading > img {
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.components-text .heading .video-btn {
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    margin-top: -7px;
}
.components-text .heading .video-btn img {
    width: 25px;
    animation: ripple-white-single 1s linear infinite;
    -webkit-animation: ripple-white-single 1s linear infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.tab_drawer_heading {
  display: none;
}
.services-tabs_content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  position: relative;
}
.product-version-block.basic_version .services-tabs_container {
    min-height: 576px !important;
}
.services-tabs_content ul li {
  width: 25%;
  list-style: none;
  text-align: center;
  padding: 10px;
}
.services-tabs_content ul li b img {
  height: 60px;
  vertical-align: top;
  width: 60px;
  display: inline-block;
  font-size: 0;
}
.services-tabs_content ul.havefive li b img {
  height: 40px;
  width: 40px;
  display: inline-block;
  font-size: 0;
}
.services-tabs_content#cat2 ul.havefive li b img {
    height: 55px;
    width: 55px;
    display: inline-block;
    font-size: 0;
}
.services-tabs_content ul.havetwo li {
  width: 50%;
}
.services-tabs_content ul.havefive li {
  width: 16.66%;
}
.services-tabs_content ul.havefive li.more-services {
    cursor: pointer;
}
.services-tabs_content ul.havefive li.more-services .single-service-inner {
    box-shadow: 0 0 0 2px #00a9b7 inset;
    -webkit-box-shadow: 0 0 0 2px #00a9b7 inset;
    background-color: #ecfeff;
    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;
}
.services-tabs_content ul.havefive li.more-services .single-service-inner:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10), 0 0 0 1px inset #00a1a3;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10), 0 0 0 1px inset #00a1a3;
}
.more_ser,
.more_ser1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    cursor: pointer;
    background-color: #fff;
}
.more_ser.active {
    display: flex;
    flex-wrap: wrap;
}
.services-tabs_content ul.havesix li {
  width: 16.66%;
}
.services-tabs_content ul.havesix li.fourwidth.last {
  width: 66.66%;
}
.services-tabs_content ul li b {
  display: block;
  margin-bottom: 2px;
}
.services-tabs_content ul li .single-service-inner strong {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-top: 8px;
    color: #000;
    margin-bottom: 3px;
}
.services-tabs_content ul li .single-service-inner strong:last-child {
    margin-bottom: 0;
}
.services-tabs_content ul.havesmall li .single-service-inner strong {
    font-size: 14px;
}
.services-tabs_content ul li .single-service-inner p {
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0;
}
.gojekclone-video-section .video-block {
  max-width: 700px;
  border: 3px solid #00a9b7;
  cursor: pointer;
  margin: 0;
}
.gojekclone-video-section .gojekclone-video-left {
    width: 42%;
}
.gojekclone-video-section .video-icon a {
  margin-top: -50px;
}
.services-tabs_content ul li strong img {
  vertical-align: top;
}
.services-tabs_content ul li .single-service-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 15px;
  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;
  min-height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-tabs_content#cat6 ul li .single-service-inner {
    align-items: center;
}
.services-tabs_content ul.havefive.havesmall li .single-service-inner {
    padding: 13px 8px;
}
.unlimited-services.fortechnology .services-tabs_content ul li {
  width: 33.333%;
}
.unlimited-services.fortechnology .services-tabs_content ul li b {
  display: block;
  margin-bottom: 2px;
  color: #005e66;
  font-size: 18px;
  font-weight: 600;
}
.unlimited-services.fortechnology .services-tabs_content ul li b img {
  display: block;
  margin: 0 auto 30px;
  height: 100px;
}
/*Last li css*/
.services-tabs_content ul.havefive li.fourwidth.last {
  width: 16.66%;
  text-align: left;
}
.services-tabs_content ul li.towwidth.last {
  width: 75%;
  text-align: left;
}
.services-tabs_content ul li.towwidth.last.half {
    width: 50%;
}
.services-tabs_content ul li.towwidth.last.half.eighty {
    width: 83.33%;
}
.services-tabs_content ul li.towwidth.fullWidth{
    width: 100%;
}
.services-tabs_content ul.havefive li.fourwidth.last b {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 5px 12px 1px #e8e8e8;
  -webkit-box-shadow: 2px 5px 12px 1px #e8e8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.services-tabs_content ul li.towwidth.last b {
  display: flex;
  width: 170px;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 5px 12px 1px #e8e8e8;
  -webkit-box-shadow: 2px 5px 12px 1px #e8e8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.services-tabs_content#online-video ul li.towwidth.last b,
.services-tabs_content#cat3 ul li.towwidth.last b {
    min-height: 78px;
}
.services-tabs_content ul.havefive li.fourwidth.last .single-service-inner,
.services-tabs_content ul li.towwidth.last .single-service-inner {
  display: flex;
  padding: 10px;
  justify-content: flex-start;
  flex-direction: row;
  /*! align-items: center; */
}
.services-tabs_content#deliver-anything ul li .single-service-inner > img {
    height: 329px;
}
.services-tabs_content#parcel ul li .single-service-inner > img {
    height: 153px;
}
.services-tabs_content#cat6 ul li .single-service-inner > img {height: 142px;}
.services-tabs_content#cat4 .components-text > img {
    height: 263px;
    margin: 0 auto;
    display: block;
}
.services-tabs_content ul li.towwidth.last strong {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin: 0;
}
.services-tabs_content ul.havefive li.fourwidth.last strong {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
}
.services-tabs_content ul li.towwidth.last strong {
    margin: 0;
}
.lastcaption {
    width: calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    padding-left: 14px;
    text-align: left;
    display: block;
}
.services-tabs_content ul li.towwidth.last .lastcaption strong {
    margin: 0 0 5px 0;
    padding: 0;
}
.flex {
  display: flex;
  align-items: center;
}
.unlimited-services-left {
    width: 100%;
}
.services_tab_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 15px;
}
.unlimited-services.forservices .heading-area {
    display: block;
    text-align: left;
}
.catblockrow {
    display: flex;
    flex-wrap: wrap;
}
.cat-block {
    width: 33.33%;
    padding: 0 5px;
}
.cat-block-inner {
    padding: 10px;
    border: 1px solid #ddd;
}
.services-tabs_content .cat-block ul li {
    width: 50%;
}
.services-tabs_content .cat-block ul li.lastone {
    width: 100%;
}
.services-tabs_content ul li .single-service-inner.noicon strong {
    margin: 0;
}
.services-tabs_content ul li .single-service-inner.noicon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cat-block-inner > strong {
    display: block;
    text-align: center;
    min-height: 47px;
}
.services-tabs_content .cat-block-inner ul li b img {
    height: 40px;
}
.services-tabs_content .cat-block-inner ul li .single-service-inner strong {
    font-size: 14px;
}
.services-tabs_content .catblockrow ul li .single-service-inner {
    padding: 10px 15px;
}
.demolinks {
    background-color: #37c2e8;
}
.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: 1210px;
    margin: 0 auto;
}
.demo-links-row li a {
    display: block;
    position: relative;
}
.demo-links-row li a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 32%;
}
.demo-links-row li a img{
    position: absolute;
    left: 0;
    top: 0;
}
.website {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,255,254,1) 100%);
}
.website-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
/* ============================================ */
.faq {
    padding: 40px 0;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.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;
    margin: 0;
}
.faq_list li strong {
    font-size: 20px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 15px;
    border-radius: 12px 12px 0 0;
    background: #EBFEFC;
    -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;
    font-weight: 600;
}
.faq_list li div {
    padding: 0 15px;
    color: #000;
}
.faq_list li ul li {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #000;
    line-height: normal;
    display: block;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}
.faq_list li ul li:last-child {
    margin-bottom: 0;
}
.faq_list li ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #4d55f6;
    left: 0;
    top: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* ============================================ */
@media (max-width:1400px) {
    .banner-caption h1{font-size: 38px;}
}
@media screen and (max-width:1320px) {
    .about-app-script-section:before {
        top: 0;
        content: '';
        position: absolute;
        border-right: 100vw solid transparent;
        border-top: 5.32vw solid #fff;
        z-index: -1;
        left: 0;
    }
    /**********************************************/
    .banner-caption .describe {
        font-size: 25px;
        line-height: 35px;
    }
    .banner-left img {
        float: right;
        width: auto;
        max-width: 100%;
    }
    .about-app-script-right {
        width: 55%;
        margin-right: auto;
    }
}
@media screen and (max-width:1200px) {
    /*********************************/
    .data-left img {
        display: none;
    }
    .main-banner-inner {
        flex-direction: column-reverse;
    }
    .banner-left {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .banner-left img {
        float: none;
        width: auto;
        max-width: 100%;
        text-align: center;
        display: block;
        margin: auto;
    }
    .banner-caption {
        padding-bottom: 0px;
        width: 100%;
    }
    .reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .heading-area .heading-style {
        font-size: 35px;
    }
}
@media screen and (max-width:991px) {
    /*****************************************/
    .about-app-script-section-inner {
        align-items: center;
    }
    .about-app-script-left {
        width: 100%;
        margin-bottom: 30px;
        order: 2;
    }
    .about-app-script-right {
        width: 100%;
        margin-top: 0;
        order: 3;
    }
    /*****************************/
    .video-section-inner {
        grid-template-columns: 100%;
        row-gap: 20px;
    }
    /*****************************/
    .happy-clients-section {
        margin-top: 228px;
    }
    .happy-clients-section-inner .flex-row {
        flex-direction: column;
        margin-top: -221px;
    }
    .happy-clients-section-left {
        width: 100%;
    }
    .happy-clients-section-right {
        margin-top: 60px;
        width: 100%;
        padding: 0;
    }
    .happy-clients-section-left:before {
        right: -15px;
        left: -15px;
        width: auto;
        bottom: -20px;
    }
    ul.client-test-videos li a img {
        width: 100%;
    }
    ul.client-test.slick-slider {
        margin-top: 28px;
    }
    .happy-clients-section h5 {
        text-align: center;
        display: block;
    }
    /***********************************/
    .product-client-inner {
        display: flex;
        flex-direction: column;
    }
    a.product-client-column {
        max-width: 394px;
    }
    /***********************************/
    .payment-logos>li {
        width: 33.33%;
        text-align: center;
    }
    .features-section ul.flex-row li {
        max-width: calc(50% - 15px);
        max-width: -o-calc(50% - 15px);
        max-width: -ms-calc(50% - 15px);
        max-width: -moz-calc(50% - 15px);
        max-width: -webkit-calc(50% - 15px);
    }
    .package-section-inner {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .package-right {
        width: 100%;
        text-align: center;
    }
    .package-left {
        width: 100%;
    }
    /* ****************************************** */
    .video-section-inner{
        padding: 0 15px;
        row-gap: 40px;
    }
    .video-section-inner::before{
        display: none;
    }
    .video-section .video-left{width: 100%;}
    .video-data {
        width: 100%;
        padding-left: 0;
    }

    .video-data .heading-area.white .heading-style{color: #37C2E8;}
    .video-data .heading-area.white .heading-style::before{
        background: url(../svg/title.svg) no-repeat left bottom;
    }
    .video-data p{color: #000;max-width: 100%;}
    .video-data span{color: #000;}
    .right-artical{
        display: none;
    }
    /*********************************/
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items: center;
    }
    ul.reviews-list li {
        width: 33.33%;
    }
    .app-store-screen-left, .left-artical{
        width: 100%;
    }
    .website-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .website-left {
        order: 2;
    }
    .website-right {
        order: 1;
    }
    .faq_list {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:767px) {
    /*******************************************/
    .happy-clients-section h5 {
        font-size: 25px;
    }
    /******************************/
    .links-column {
        margin-bottom: 20px;
    }
    /***************************************/
    .video-section .play-anim-ico.theme {
        width: 6vw;
        height: 6vw;
    }
    .video-section .play-anim-ico.theme:after {
        display: none;
    }
}

@media screen and (max-width:630px) {
     /**********************************/
     .medical-page > * {
        padding: 40px 0;
    }
    .heading-style, .heading-area .heading-style{
        margin:-4px 0 15px 0;
        padding-bottom: 0;
    }
    .heading-style::before, .heading-area .heading-style::before{
        display: none
    }
    .package-left .bold-title {
        font-size: 20px;
        line-height: 1em;
    }
    .links-column span {
        min-height: unset;
    }
    .features-section ul.flex-row li {
        max-width: 100%;
    }
    .banner-caption h1{
        font-size: 30px;
        line-height: 35px;
    }
    .banner-caption .describe {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    .demo-links-row .links-column {
        width: 50%;
    }
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .heading-area .heading-style {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .inq_form .head-style {
        font-size: 26px;
        margin-top: 0;
    }
    ul.reviews-list li {
        width: 50%;
    }
    .reviews ul li.morereview a {
        font-size: 4vw;
        line-height: 5vw;
    }
    .pricing .get-quote {
        font-size: 18px;
        padding: 10px 15px 10px 15px;
        min-width: auto;
        margin-top: 25px;
    }
    .unlimited-services-inner .heading-area{
        text-align: center;
    }
    .heading-area .unlimited-services-inner .heading-style::before{
        background-position:center bottom;
    }
    ul.services-tabs li {
        height: 50px;
        margin: 0 0 15px 0;
        width: 100%;
    }
    ul.services-tabs li.active:after{
        display: none;
    }
    ul.services-tabs li span.span{
        max-width: 100%;
    }
    .services-tabs_content ul li {
        width: 50%;
    }
    .services-tabs_content ul li.towwidth.mob-50 {
        width: 50%;
    }
    .services-tabs_content ul li.towwidth.mob-50 .single-service-inner {
        flex-direction: column;
        text-align: center;
    }
    .services-tabs_content ul li.towwidth.mob-50 .single-service-inner strong{
        padding: 0;
    }
    .services-tabs_content ul li.towwidth.mob-50  b {
        margin: 0 auto 20px auto;
        max-width: 170px;
        width: 100%;
    }
    .services-tabs_content ul.havesmall li .single-service-inner strong{
        word-break: break-all;
    }
    .reviews-inner {
        padding-left:  5px;
        padding-right:  5px;
    }
    .banner-caption strong {
        font-size: 18px;
    }
    ul.weblinks li {
        width: 49%;
    }
    ul.weblinks {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .components-text .heading {
        font-size: 18px;
        line-height: normal;
    }
    .demo-links-row {
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
		gap: 10px;
	}
    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    ul.reviews-list 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;
    }
    ul.reviews-list 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: 15px;
    }
    .inq_form form input[type=submit] {
        font-size: 18px;
        padding: 8px 15px;
    }
    .product-client .play-anim-ico {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        right: 10px;
        top: 10px;
    }
    .screens ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}


@media (max-width:480px) {
    .services-tabs_content ul li.towwidth.mob-50{
        width: 100%;
    }
    .services-tabs_content ul li.towwidth.mob-50 .single-service-inner {
        flex-direction: inherit;
        text-align: left;
    }
    .services-tabs_content ul li.towwidth.mob-50 .single-service-inner strong{
        padding-left: 14px;
    }
    .screens ul {
        grid-template-columns: 100%;
        text-align: center;
    }
    .services-tabs_content ul li.mob-100{width: 100%;}
    .screens .screens-inner a {
        font-size: 18px;
        padding: 15px 14px;
        margin-top: 15px;
    }
    .demo-links-row .links-column {
        margin-bottom: 10px;
    }
    .video-data span{font-size: 20px;}
}