

body {
    font-family: 'Exo 2';
}
img {
    max-width: 100%;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::after,
*::before {
    box-sizing: border-box;
}
p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
.heading-area {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}
.heading-style {
    font-size: 35px;
    line-height: 1em;
    color: #37c2e8;
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-weight: bold;
    margin: -8px 0 0 0;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area.center>* {
    text-align: center;
    display: block;
    width: 100%;
}
.heading-area>P {
    margin: 5px 0 0 0;
}
.play-anim-ico {
    background-image: url(../images/medical-app/play-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
}
.play-anim-ico.theme {
    background-image: url(../images/medical-app/play-button-theme.svg);
}
.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;
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #37c2e8;
}
.btn__div {
    display: flex;
    flex-wrap: wrap;
    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;
}
.common-button:hover,
.common-button:focus {
    background-color: #26a9ce;
    color: #fff;
}
ul,
li {
    list-style: none;
}
main {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 80px;
}
main>* {
    padding: 40px 0;
}
/*************************Banner section style start*******************************/
.banner {
    background-color: #f8f8f8;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.banner-left {
    width: 49%;
}
.banner-right {
    width: 48%;
}
.main-title {
    font-size: 40px;
    line-height: 1em;
    color: #37c2e8;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.main-title strong {
    font-size: 40px;
    line-height: 1em;
    font-weight: bold;
    color: #333;
    display: block;
}
.main-title~strong {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
/* ================================== */
ul.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    max-width: 100%;
    row-gap: 20px;
}
.features-section {
    padding: 50px 0 0 0;
}
.features-section ul.flex-row li a.feature-video-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #feb200;
    color: #feb200;
    background-color: transparent;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    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-section ul.flex-row li a.feature-video-link:hover {
    background-color: #feb200;
    color: #fff;
}
.features-section h2 span {
    font-size: 17px;
    color: #787878;
    font-weight: 500;
}
.features-section h2 span.proccess-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
}
.features-section h2 span.dot-saperation {
    width: 6px;
    display: inline-block;
    height: 6px;
    background-color: #787878;
    border-radius: 50%;
}
.features-section h2 span.name {
    margin-top: -1px;
    display: inline-block;
}
.features-section .small-cont {
    text-align: center;
    display: block;
    padding-top: 18px;
    position: relative;
}
.features-section .small-cont:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 2px;
    width: 70px;
    background-color: #fac82b;
    margin-left: -35px;
    top: 0;
}
.features-section-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features-section ul.flex-row li {
    width: 33.33%;
    text-align: center;
    position: relative;
    padding: 0 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;
}
.features-section ul.flex-row li span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
}
.features-section ul.flex-row li>img.sep {
    position: absolute;
    right: -53px;
    bottom: -46px;
}
.features-section ul.flex-row li i {
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 1px solid #bababa;
    margin: 0 auto 10px auto;
    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;
    font-size: 34px;
    color: #000;
}
.features-section ul.flex-row li strong {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px 0;
    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-section ul.flex-row li:hover i {
    background-color: #37c2e8;
    border-color: #37c2e8;
    color: #fff;
}
.features-section ul.flex-row li:hover i img {
    filter: brightness(0) invert(1);
}
.features-section ul.flex-row li p {
    text-align: center;
}

.unlimited-services {
    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;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.unlimited-services-inner .heading-area{
    margin-bottom: 20px;
}
.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 30px -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);
    gap: 15px;
}
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;
    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;
}
.services-tabs_content.active {
    display: block;
}
.cat-block>strong {
    font-size: 16px;
    display: block;
    font-weight: 600;
    min-height: 38px;
}
.components-text {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.components-text .text {
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #2d2c2c;
    text-align: justify;
}
.components-text .heading {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
    line-height: 1em;
}
.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;
    width: 60px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.services-tabs_content ul.havefive li b img {
    height: 40px;
}
.services-tabs_content#cat2 ul.havefive li b img {
    height: 55px;
}
.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 15px 20px 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;
}
.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;
}
/*****************************************/
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0 15px 0;
}
.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-block;
    text-align: center;
    margin: 0 10px;
    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;
    margin-right: 15px;
    border: 1px solid #ddd;
}
.TABROW .TAB.active {
    background-color: #37c2e8;
    font-weight: 600;
    color: #fff;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
.screens ul.active {
    display: flex;
    row-gap: 20px;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
    outline: 1px solid #dddd;
}
.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;
}
/**************************************************/
.video-section {
    background-color: #e4f9ff;
}
.video-section .demo-video {
    display: inline-flex;
    max-width: 800px;
    width: 100%;
    position: relative;
    outline: 5px solid #37c2e8;
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.video-section .demo-video::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.video-section .demo-video img,
.video-section .demo-video iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.video-section-inner {
    text-align: center;
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 15px;
}
.video-section .video-data {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.play-anim-ico {
    background-image: url(../images/medical-app/play-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
}
.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;
}
@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);
    }
}
/********************************************/
.workflow-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.workflow-left {
    width: 100%;
}
.workflow ul li {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 23px;
    padding-left: 28px;
    position: relative;
    color: #000;
    font-weight: 400;
}
.workflow ul li strong{
    text-transform: capitalize;
}
.workflow ul li:last-child{
    margin-bottom: 0;
}
.workflow ul li:before {
    content: '';
    width: 11px;
    height: 3px;
    background-color: #37c2e8;
    position: absolute;
    left: 0;
    top: 10px;
}
/***************************************/
.script-section {
    background-color: #f8f8f8;
}
.script-section-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.script-left {
    width: 38%;
}
.script-right {
    width: 57%;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
    gap: 15px;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-flex;
    text-align: center;
    border: 1px solid #d8d8d8;
    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;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    align-items: center;
    margin: 0;
}
.TABROW .TAB.active {
    background-color: #fff;
    color: #fff;
    border-color: #37c2e8;
    background-color: #37c2e8;
}
/***************************categories section style end***************************/
.about-section-of {
    float: left;
    width: 100%;
}
.about-section-of-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.about-section-of h5 {
    margin: 0;
    padding: 20px;
    font-size: 25px;
    font-family: 'exo_2bold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #37c2e8;
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
}
.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: 15px;
    color: #666;
    font-weight: 300;
}
.about-section-of h6 {
    font-size: 23px;
    text-transform: unset;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.box-rows ul {
    list-style: none;
    padding-left: 15px;
}
.box-rows ul li {
    margin-bottom: 14px;
    font-size: 15px;
    color: #666;
    padding: 0 0 0 18px;
    font-weight: 500;
    position: relative;
}
.box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #37c2e8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.box-rows h6 {
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
}
.sub-boxess {
    padding-left: 20px;
}
.sub-boxess h6:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #37c2e8;
    border-radius: 50%;
    left: -22px;
    top: 10px;
}
/*****************************************/
.pricing {
    position: relative;
    width: 100%;
    z-index: 1;
}
.pricing-inner {
    max-width: 1330px;
    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: 17px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    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;
    text-decoration: none;
    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: #1882a0;
}
.torn-pricing {
    position: relative;
    display: block;
}
.torn-pricing::before {
    content: '';
    padding-top: 45%;
    display: block;
    width: 100%;
}
.torn-pricing img {
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
}
/* ============================== */
.reviews{
    background-color: #f8f8f8;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
ul.reviews-list {
    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;
    border-radius: 0;
    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: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
ul.reviews-list li:not(:last-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
ul.reviews-list li:not(:last-child) a img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(../images/medical-app/play-button.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%;
    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;
    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;
}
/************************************************/
/**************************************/
.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;
    margin: 0 auto;
    max-width: 1220px;
}
.demo-links-row li a {
    position: relative;
    display: block;
}
.demo-links-row li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.5%;
}
.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: 20px;
    align-items: center;
}

@media (max-width:1199px) {
    .heading-style {
        font-size: 35px;
    }
    .main-title strong {
        font-size: 30px;
    }
    .main-title {
        font-size: 45px;
    }
    .banner-inner {
        row-gap: 20px;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        text-align: center;
    }
    .script-left {
        width: 42%;
    }
    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3vw;
    }
}
@media (max-width:991px) {
    .features-section ul.flex-row li {
        width: 50%;
    }
    /*****************************/
    .heading-style {
        font-size: 32px;
    }
    /*********************************/
    .TABROW .TAB {
        border-width: 1px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .TABROW .TAB.active:after {
        display: none;
    }
    .right-artical {
        display: none;
    }
    .script-right {
        width: 100%;
        padding: 0;
    }
    .script-left {
        width: 100%;
        text-align: center;
    }
    .script-section-inner {
        gap: 20px;
    }
    /*****************************************/
    /*****************************************/
    .payment-logos>li {
        max-width: 33.33%;
    }
    /************************************/
    ul.reviews-list li {
        width: 33.33%;
    }
    .categories-section h3~strong {
        padding: 0;
        font-size: 18px;
    }
    .app-store-screen-left,
    .left-artical {
        width: 100%;
    }
    .website-inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media (max-width:767px) {
    .categories-section ul.flex-row li {
        width: 50%;
    }
    .heading-style {
        font-size: 25px;
        margin-top: -4px;
    }
}
@media (max-width:630px) {
    main>* {
        padding: 40px 0;
    }
    .main-title strong {
        font-size: 25px;
    }
    .main-title {
        font-size: 35px;
    }
    .main-title~strong {
        font-size: 18px;
    }
    .features-section ul.flex-row li {
        width: 100%;
    }
    ul.reviews-list li {
        width: 50%;
        padding: 0 7px;
    }
    .demo-links-row {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    .unlimited-services-inner .heading-area {
        text-align: center;
    }
    ul.services-tabs li {
        height: 50px;
        width: 100%;
    }
    ul.services-tabs li.active:after {
        display: none;
    }
    ul.services-tabs li span.span {
        max-width: 100%;
    }
    .components-text .heading {
        font-size: 18px;
        line-height: normal;
    }
    .services-tabs_content ul li {
        width: 50%;
    }
    .demo-links-row .links-column {
        width: 50%;
    }
    ul.weblinks {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    ul.weblinks li {
        width: 49%;
    }
    ul.reviews-list li.morereview a {
        font-size: 4vw;
        line-height: 5vw;
    }
    .screens ul li {
        width: 50%;
        padding: 0 5px;
    }
}
@media (max-width:530px) {
    .categories-section ul.flex-row li {
        width: 50%;
    }
    .pricing .get-quote {
        font-size: 16px;
        padding: 12px 15px;
        min-width: inherit;
        line-height: 1em;
    }
    .play-anim-ico {
        width: 40px;
        height: 40px;
    }
}
@media (max-width:480px) {
    .services-tabs_content ul li.mob-100 {
        width: 100%;
    }
    .services-tabs_content ul li.towwidth.mob-50 {
        width: 100%;
    }
    .screens ul li {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .screens .screens-inner a {
        font-size: 18px;
        padding: 12px 14px;
        line-height: 1em;
        margin-top: 15px;
    }
    .demo-links-row .links-column {
        margin-bottom: 10px;
    }
    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    ul.reviews-list li a {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    ul.reviews-list li a img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    ul.reviews-list li.morereview a:before {
        border-radius: 8px 0 0 0;
        -webkit-border-radius: 8px 0 0 0;
        -moz-border-radius: 8px 0 0 0;
        -ms-border-radius: 8px 0 0 0;
        -o-border-radius: 8px 0 0 0;
        width: 40px;
        height: 40px;
    }
    ul.reviews-list li.morereview a:after {
        border-radius: 0 0 8px 0;
        -webkit-border-radius: 0 0 8px 0;
        -moz-border-radius: 0 0 8px 0;
        -ms-border-radius: 0 0 8px 0;
        -o-border-radius: 0 0 8px 0;
        width: 40px;
        height: 40px;
    }
}