/******************************************/
:root {
    --theme-color:#37C2E8;
    --theme-color-dark:#26a1c4;
    --theme-color-light:#def8ff;
}
body {
    font-family: 'Exo 2';
}
.web-screens img {
    max-width: 100%;
}
* {
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
.btn__div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-top: 15px;
}
.common-button {
    font-size: 18px;
    background-color: var(--theme-color);
    font-weight: 600;
    color: #ffffff;
    padding: 15px 15px;
    line-height: 1em;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.common-button:hover {
    background-color: var(--theme-color-dark);
    color: #fff;
}
.section-heading {
    font-size: 39px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.section-heading small {
    display: block;
    margin-top: 5px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.section-heading span {
    color: var(--theme-color);
}
.banner {
    background-size: auto 100%;
    position: relative;
    background-image: none;
    padding: 40px 0;
    background: var(--theme-color);
    background: linear-gradient(-180deg, #fff 0%, var(--theme-color-light) 100%);
}

.banner-inner {
    max-width: 1310px;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
}
.banner-left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 639px);
    width: -o-calc(100% - 639px);
    width: -moz-calc(100% - 639px);
    width: -webkit-calc(100% - 639px);
}
.banner-caption h1 {
    font-size: 42px;
    font-weight: bold;
    color: var(--theme-color);
    margin: 0 0 15px 0;
    line-height: 1em;
    text-transform: uppercase;
}
.banner-caption {
    margin-top: 0;
}
.banner-caption img {
    max-width: 100%;
}
.banner h1 span {
    font-size: 27px;
    color: #000;
    display: block;
    line-height: 1em;
    margin-top: 10px;
    text-transform: capitalize;
}
.banner-caption p{
    font-size: 16px;
    color:black;
    line-height: 23px;
    text-align: justify;
}
.banner-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 49%;
    flex-direction: column;
}
.banner-right img {
    min-width: 45vw;
    width: 100%;
}

.banner-caption .gomain {
    padding: 15px 15px;
    font-size: 20px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    margin: 0 10px 10px 0;
    transition: all 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 1em;
}

.banner-caption .gomain:hover {
    background-color: var(--theme-color-dark);
    color: #fff;
}
/******************************************/
.web-screens h3,
.web-screens h2 {
    line-height: normal;
    font-size: 45px;
    font-weight: bold;
    color: var(--theme-color);
    margin: -8px 0 10px 0;
    text-align: center;
    line-height: 1em;
}
.web-screens p {
    text-align: center;
    margin-bottom: 20px;
}
.web-screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.web-screens {
    padding: 40px 0 120px 0;
    position: relative;
}
.web-screens:nth-child(odd) {
    background-color: #f8f8f8;
}
.web-screens .app-small-circle  {
    position: absolute;
    left: 0;
    top: -130px;
    z-index: -1;
}
.web-screens .app-small-circle.bottom  {
    position: absolute;
    bottom: -150px;
    top: auto;
    right: 0;
    left: auto;
    z-index: -1;
}
.web-screens-inner > strong {
    font-size: 18px;
    color: #373737;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
.web-screens ul {
    width: 1255px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.web-screens ul li .image-holder {
    background-color: #7b7b7b;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.31);
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.web-screens ul li .image-holder img {
    max-width: 100%;
    vertical-align: top;
}
.web-caption {
    padding-top: 15px;
}
.web-caption strong {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    display: block;
}
.web-caption img {
    margin:0 auto;
    max-width: 100%;
}
.web-caption p {
    font-size: 16px;
    line-height: 23.2px;
    color: #373737;
    max-width: 894px;
    margin: 0 auto;
    font-weight: 300;
}
.web-screens ul .slick-arrow {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px var(--theme-color) inset;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.web-screens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(../images/medical-app-web-admin-panel/left.png);
}
.web-screens ul .slick-arrow.slick-prev.slick-disabled {
    background-image: url(../images/medical-app-web-admin-panel/left-dis.png);
}
.web-screens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(../images/medical-app-web-admin-panel/right.png);
}
.web-screens ul .slick-arrow.slick-next.slick-disabled {
    background-image: url(../images/medical-app-web-admin-panel/right-dis.png);
}
.web-screens ul .slick-arrow.slick-disabled {
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px #a7a7a7 inset;
}
.web-screens .slick-list {
    overflow: visible;
}
.web-screens .slick-slide {
    margin: 0 15px;
}
/******************************************/
.flow-column {
  width: 33.33%;
  padding: 0 15px;
}
.flow-column:nth-child(2) {
  border-width: 0 1px;
  border-color: #ddd;
  border-style: solid;
}
.front-end {
  padding: 35px 0px 40px;
  background-color: #F9F9F9;
}
.front-end .heading-area {
  text-align: left;
}
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1340px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.front-end-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.front-end-right {
  margin: 0;
  padding: 0px;
  float: right;
  width: 55.5%;
}
.front-end-right a {
  display: inline-block;
  padding: 11px 30px 13px 30px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  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-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.front-end-right a:hover {
  background-color: var(--theme-color-dark);
}
.front-end-right > strong {
  margin: 0 0 5px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: none;
  line-height: 26px;
}
/**********/
/******************************************/
#main-wrapper {
    margin-top: 80px;
}
/*----Media query------*/
@media screen and (max-width:1920px) {
    #main-wrapper {
        max-width: 1920px;
        margin: 80px auto 0 auto;
        overflow-x:hidden ;
    }
    .deviceimg {
        width: 100%;
    }
}
@media screen and (max-width:1280px) {
    .banner-caption h1 {
        font-size: 42px;
    }

}
@media screen and (max-width:1119px) {
    .banner-left{
        width: 100%;
        order: 2;
    }
    .banner-right{width: 100%; margin-bottom: 20px; order: 1;}
    .web-screens .app-small-circle {
        display: none;
    }
    .banner-caption {
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .banner::after{
        border: none;
    }
    .deviceimg {
        top: auto;
    }
    .banner-left{
        width: 100%;
    }
    .banner-caption h1 {
        font-size:40px;
    }
    .banner h1 span {
        font-size:22px;
    }
    .section-heading {
        font-size: 32px;
    }
    .web-screens h3,
    .web-screens h2 {
        font-size: 40px;
    }
}
@media screen and (max-width:767px) {
    .banner::after{
        border: none;
    }
    .banner-caption h1 {
        font-size:32px;
    }
    .banner-caption h2 {
        font-size:38px;
        font-weight: bold;
        color: white;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption h3{
        font-size: 24px;
        color:white;
        font-weight: 100;
    }
    .web-screens ul li .image-holder {
        border-radius:3px ;
    }
    .banner-caption .gomain {
        padding: 12px 15px 14px 15px;
        font-size: 16px;
    }
    .banner-right img {
        min-width: inherit;
        width: auto;
        max-width: 100%;
    }
    .section-heading {
        font-size: 28px;
    }
    .web-screens h3,
    .web-screens h2 {
        font-size: 32px;
    }
}
@media screen and (max-width:400px) {
    #middle-page {
        margin-top: 60px;
    }
}
@media screen and (min-width:1921px) {
    #main-wrapper {
        margin: 80px auto 0 auto;
        overflow: hidden;
        max-width: 1920px;
        float: none;
    }
}

.mb-25{
    margin: 0 0 15px 0;
}