@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: "basicsanssf-regular"; 
    font-weight: 400;
    color: #4e4e4e;
    font-size: 15px;
    background: #EDF2F3 !important;
    background-color: #EDF2F3 !important;
}

ul,
li,
ol,
p {
    margin: 0;
    padding: 0;
}

a {
    color: #156b9e;
    text-decoration: none;
    transition: all ease 0.4s !important;
}

img {
    max-width: 100%;
}

a:hover {
    color: #156b9e;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
}

body h3 {
    /* font-family: 'Alfa Slab One'; */
    /* font-family: 'StagSans-Book'; */
    font-family: "basicsanssf-regular";   
    /* font-family:"Metropolis-ExtraBold"; */
    font-weight: 600;
}
@font-face {
    font-family:"Siro-SemiBold";
    src: url("Siro-SemiBold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"Metropolis-Bold";
    src: url("Metropolis-Bold.otf") /* OTF file for CSS3 browsers */
}
@font-face {
    font-family:"Metropolis-ExtraBold";
    src: url("Metropolis-ExtraBold.otf") /* OTF file for CSS3 browsers */
}
@font-face {
    font-family:"StagSans-Book";
    src: url("StagSans-Book.otf") /* OTF file for CSS3 browsers */
}
@font-face {
    font-family:"StagSans-Light";
    src: url("StagSans-Light.otf") /* OTF file for CSS3 browsers */
}
@font-face {
    font-family:"StagSans-Medium";
    src: url("StagSans-Medium.otf") /* OTF file for CSS3 browsers */
}

@font-face {
    font-family:"MVB-Pedestria-Regular";
    src: url("MVB-Pedestria-Regular.otf") /* OTF file for CSS3 browsers */
}
@font-face {
    font-family:"MVB-Pedestria-Medium";
    src: url("MVB-Pedestria-Medium.otf") /* OTF file for CSS3 browsers */
}
@font-face {
    font-family:"MVB-Pedestria-Bold";
    src: url("MVB-Pedestria-Bold.otf") /* OTF file for CSS3 browsers */
}
@font-face {
    font-family:"basicsanssf-regular";
    src: url("basicsanssf-regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"basicsanssf-bold";
    src: url("basicsanssf-bold.ttf") /* TTF file for CSS3 browsers */
}



header {
    z-index: 4;
    width: 100%;
    position: absolute;
    background: #EFF3ED;
    top: 0;
    /* padding: 5px 5px 0px 5px; */
    padding: 5px 0 0;
    
}

header a.btn {
    background-image: linear-gradient(to right, #1F95E5, #67C4DD) !important;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1vw;
    padding: 8px 1rem;
}

header a.btn:hover {
    color: #fff;
}
header a.btn:focus {
    box-shadow: none;
  }

.logo_img {
    max-height: 68px;
    width: auto;
}
.mobileDisplay{display:none;}
.desktopDisplay{display:block;}

#video1 {
    width: 100%;
}

.Comprehensive_text h4,
.Comprehensive_text p {
    color: #fff;
}

.overview_outer {
    background: url(../images/Platform_bg_web_v3.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2rem;
    margin-bottom: -1px;
}

/* .tstt_platform {
    background: url(../images/Platform_bg_web_v2.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2rem;
    margin-bottom: -1px;
} */

.Advance_web,
.Overview_web {
    display: block;
}

.Advance_mob,
.Overview_mob {
    display: none;
}

.download_dashboard p {
    font-size: 2vw;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.download_dashboard .btn {
    background: #fff;
    font-weight: 800 !important;
    color: #1F95E5;
    padding: 0.8em 1.2em;
    border-radius: 10px;
    font-size: 1.6vw;
    font-weight: 600;
}

.download_dashboard .btn:focus {
    background: #fff !important;
    color: #1F95E5 !important;
    text-decoration: none !important;
}

.download_dashboard {
    background: url(../images/download-bg.png) no-repeat;
    color: #fff;
    padding: 40px;
    background-size: cover;
}

.Comprehensive_text_web {
    display: block;
    text-align: left;
}

.Comprehensive_text_mob {
    display: none;
}

.overview_bottom_web {
    display: block;
}

.overview_bottom_mob {
    display: none;
}

.implementation_process {
    padding: 50px 0;
    background: url(../images/implementation_bg_web.png) no-repeat;
    background-size: cover;
}

.green {
    background: #CF3262 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 45px #0000001A;
    opacity: 1;
}

.yellow {
    background: #EA463D 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 45px #00000019;
    opacity: 1;
}

.pink {
    background: #F29839 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 45px #0000001A;
    opacity: 1;
}

.purple {
    background: #94BF4A 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 45px #00000019;
    opacity: 1;
}

.process_box h4 {
    font-weight: 700 !important;
    font-size: 1.3em !important;
    text-transform: capitalize;
}

.process_box h4 {
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 1;
}


/* .process_box.yellow h4 {
color: #efffa8;
}

.process_box.pink h4 {
color: #ffbec9;
}

.process_box.purple h4 {
color: #e6bcfd;
} */

.process_box img {
    width: 100px;
    margin-bottom: 12px;
}

.process_box {
    width: 17vw;
    height: 218px;
    border-radius: 20px;
    margin: auto;
    transition: .3s ease-out;
    padding: 30px 10px;
    position: relative;
    z-index: 99;
}

.process_box.purple:after {
    display: none;
}

.process_box.green:after {
    background: url(../images/ProcessLine1.png);
}

.process_box.yellow:after {
    background: url(../images/ProcessLine2.png);
}

.process_box.pink:after {
    background: url(../images/ProcessLine3.png);
}

.implementation_process .col-md-3 {
    position: relative;
}

.process_box:hover {
    transform: scale(1.2);
}

.process_arrow {
    position: absolute;
    right: -72px;
    top: 36%;
    width: 140px;
}

.process_box:hover:after {
    transform: scale(1);
}

.process_box:after {
    position: absolute;
    width: 127px;
    height: 48px;
    content: "";
    right: -62%;
    top: 85px;
    display: none;
    background-size: 100% 100% !important;
}

section.contactUs_outer {
    background-image: linear-gradient(to bottom, #1F95E5, #67C4DD);
    padding: 40px 0;
    margin-bottom: 2rem;
}

.contactUs_outer select {
    background: url(../images/select_arrow.png)#EFEFEF no-repeat right;
    background-size: 50px;
    border: none;
    padding: 7px;
    border-radius: 7px;
    height: 40px;
    width: 100%;
    color: #4e4e4e;
}
.contactUs_outer select:focus {
    outline: none;
}
form-check {
    display: block;
    margin-bottom: 15px;
}

.contactUs_inner .form-check {
    display: inline-block;
    float: right;
    font-size: 20px;
    color: #1F95E5;
    font-weight: 500;
    line-height: 30px;
}

.contactUs_inner .title h4 {
    display: inline-block;
    color: #797979;
    /* font-family: 'Alfa Slab One'; */
    font-weight: 400;
    font-size: 22px;
    /* font-family:"Metropolis-ExtraBold"; */
    font-family:"basicsanssf-regular";
}

.contactUs_inner {
    /* background: url(../images/ContactGraphics.png) no-repeat #fff 0 65px; */
    /* padding: 30px; */
    border-radius: 30px;
    background-size: 500px;
    padding-left: 0%;
    padding-top: 0%;
}

.contactLeftImg {
    padding-top: 5.6%;
    padding-bottom: 5%;
}

.contactRightForm {
    padding-top: 2%;
    padding-right: 3%;
}

.contact_form .row {
    padding-bottom: 8px;
}

.wpcf7-not-valid-tip {
    padding-left: 1% !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #00a0d2;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
.wpcf7 form.sent .wpcf7-response-output {    
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
  } 
  input.wpcf7-form-control.wpcf7-text.wpcf7-countrytext {
    background: #f0f0f0;
    border: none;
    padding: 7px px;
    border-radius: 7px;
    height: 40px;
    width: 100%;
    color: #4e4e4e;
} 
input#phoneNumberText {
    background: #f0f0f0;
    border: none;
    border-radius: 7px;
    height: 40px;
    width: 100%;
    color: #4e4e4e;
}

section#contact-section .container {    
    background: url(../images/contact_bg2.png) no-repeat;
    /* background: #ffffff; */
    border-radius: 25px;
    padding-left: 0px;
    background-size: cover;
}

.contact_form {
    clear: both;
    margin: 15px 0;
}
input#submitContactForm {
    margin-top: 10px;
}

.form-control {
    background: #EFEFEF;
    height: 45px;
    border-radius: 7px;
    font-size: 14px;
    border: none;
}

textarea.form-control {
    height: 150px;
    resize: none;
    border: none;
    border-radius: 7px;
}

.form-group {
    margin-bottom: 15px;
}

.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

button.btn.btn-primary {
    background: rgb(134, 197, 109);
    background: linear-gradient(93deg, rgba(134, 197, 109, 1) 0%, rgba(94, 169, 65, 1) 100%);
    border: none;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 5px;
}

input.btn.btn-primary {
    background: rgb(134, 197, 109);
    background: linear-gradient(93deg, rgba(134, 197, 109, 1) 0%, rgba(94, 169, 65, 1) 100%);
    border: none;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 5px;
}

.form-check label {
    position: relative;
    cursor: pointer;
}

.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #1F95E5;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 3px;
}

.form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 18px;
    width: 8px;
    height: 18px;
    border: solid #1F95E5;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.carousel-item {
    transform: scale(1);
    max-height: 100vh;
    min-height: calc(100vh-180px);
    overflow: hidden;
}

.sliderTitle {
    font-family: Roboto;
    font-size: 50px;
    display: none;
    top: calc(50vh - height);
    left: -10vw;
    color: white;
    position: absolute;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
}

.active .sliderTitle {
    display: block;
    top: 50vh;
    left: 10vw;
}

.sliderSubtitle {
    display: none;
    top: 50vh;
    left: -10vw;
    color: white;
    position: absolute;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
}

.active .sliderSubtitle {
    display: block;
    top: 50vh;
    margin-top: 100px;
    left: 10vw;
}

#carouselExampleIndicators {
    position: relative;
    min-height: 100vh;
}

.containerVideobg {
    background-color: var(--second);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    padding: 0 !important;
    max-height: 100vh;
    overflow: hidden;
}

.videoSliderBackground {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-width: 100vh;
    min-height: 100vh;
}

.elVideo {
    width: 100%;
    height: 100%;
}
.videoSlider {
    position: relative;
    width: 100%;
    /* width of iframe wrapper */
    height: 0;
    /* margin: auto; */
    padding-bottom: 56.15%;
    /* padding: 0% 0% 56.15%; */
    /* padding-bottom: 37.15%; */
    /* 16:9 ratio */
    /* overflow: hidden; */
    /* border-radius: 20px; */
    /* box-shadow: 1px 1px 8px 3px #53535166; */
}

.videoSlider{
    margin-bottom: -13em;
}

.videoSlider iframe {
    position: absolute;
    top: -13em;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 20px; */
    /* box-shadow: 1px 1px 8px 3px #53535166; */
}
#iframe-video {
    width: 100%;
    height: 100%;
    /* border-radius: 20px; */
    box-shadow: 1px 1px 8px 3px #53535166;
}

/* #iframe-thumbnail img {
    border-radius: 20px;
} */

.video-container {
    position: relative;
}

#unmute{
    display: none;
}

#mute, #unmute {
    position: absolute;
    right: 0%;
    top: 0%;
    cursor: pointer;
}
#fullscreen{
    position: absolute;
    right: 0;  
    top: 7.04rem; 
    cursor: pointer;
    /* background: #000000; */
    margin-top: 2.5%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon {
    background: url(../images/ArrowPrevious.png);
}

.carousel-control-next-icon {
    background: url(../images/ArrowNext.png);
}

#carouselExampleControls .container {
    position: relative;
}

.carousel-inner:after {
    background: url(../images/imgpsh_fullsize_anim.png);
    position: absolute;
    width: 110%;
    height: 90px;
    content: "";
    left: 0px;
    bottom: -20px;
    background-size: 100%;
}

.dashboard_video {
    background: url(../images/Dashboard_bg_web.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* .parent {
    background: url(../images/Dashboard_bg_web.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */

.testimonial_top a {
    background-image: linear-gradient(to right, #f77500, #ff5433) !important;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    /* padding: 7px 35px;
    font-size: 20px; */
    border-radius: 100px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 8px 3px #53535166;
    /* font-family: 'Alfa Slab One'; */
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1.25vw;
    padding: 8px 3rem;
}

.testimonial_text {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.8px;
}

.testimonial_text h3 {
    text-align: center;
    font-weight: 500;
    font-size: 2vw;
    /* letter-spacing: 0.8px; */
}

.gamechange_web {
    display: block;
}

.gamechange_mob {
    display: none;
}

.testimonial_outer {
    z-index: 1;
    position: relative;
}

.nav-tabs {
    border: none;
    background: #DBDBDB;
    float: none;
    height: 50px;
    border-radius: 5px;
    display: inline-flex;
    flex-wrap: inherit;
}

.tab-content {
    clear: both;
}

.nav-link {
    font-size: 16px;
    padding: 13px 70px;
    font-weight: 500;
    position: relative;
    color: #000 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    /*background-color: #68ad4d;*/
    padding: 13px 70px;
    background-image: linear-gradient(to right, #1F95E5, #67C4DD) !important;
}

@-moz-document url-prefix() {
    .nav-link {
        padding: 13px 71px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        padding: 13px 70px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 2050px) {
    .process_box {
        width: 12vw !important;
    }
}

.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 5px;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 5px 5px 0;
}

.nav-tabs .nav-item:first-child .nav-link.active:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    border-left: 21px solid #67C4DD;
    border-right: 19px solid transparent;
    border-top: 23px solid #67C4DD;
    border-bottom: 27px solid transparent;
    top: 0;
    right: -40px;
}

.nav-tabs .nav-item:last-child .nav-link.active:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    border-left: 21px solid transparent;
    border-right: 19px solid #1F95E5;
    border-top: 23px solid transparent;
    border-bottom: 27px solid #1F95E5;
    top: 0;
    left: -40px;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.testimonial_bottom{
    background: url('../assets/images/reel_bg.png') no-repeat;
    background-size: cover;
    background-position-y: bottom;
}



/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.owl-carousel .item img {
    border-radius: 10px;
}

.owl-carousel .item .img_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .5); */
    left: 0;
    top: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    display: none;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: 30px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: 30px;
}

.testimonial_bottom h4 {
    letter-spacing: 0.6px;
    color: #1271B1;
    padding-left: 3.5em;
}

.sub_title {
    color: #3A80AA;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.access_web {
    display: inline-block;
}

.access_mob {
    display: none;
}

.overview_top h6 {
    color: #3A80AA;
    text-transform: uppercase;
}

.overview_title {
    background: #428825;
    text-align: center;
    width: 80%;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    border-radius: 5px;
    margin: 15px auto 0;
    box-shadow: 0 4px 12px 0 #c7c4c4;
}

.feature_box {
    display: inline-block;
}

.overview_bottom {
    text-align: center;
}

.feature_box {
    display: inline-block;
    width: 110px;
    vertical-align: top;
}

.feature_box span {
    color: #3A80AA;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    display: block;
}

.feature_box {
    margin-top: 180px;
    position: relative;
}

.feature_box.even {
    margin-top: 60px;
}

.feature_box:before {
    position: absolute;
    width: 0;
    height: 160px;
    border-left: 2px dashed #ccc;
    content: "";
    top: -180px;
    left: 0;
    right: 0;
    margin: auto;
}

.feature_box.even:before {
    position: absolute;
    width: 0;
    height: 35px;
    border-left: 2px dashed #ccc;
    content: "";
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
}

.feature_box:first-child:before {
    width: 50px;
    border-top: 2px dashed #ccc;
    height: 180px;
    top: -200px;
    left: 40px;
}

.feature_box:last-child:before {
    width: 50px;
    border-top: 2px dashed #ccc;
    border-right: 2px dashed #ccc;
    height: 180px;
    top: -200px;
    left: -40px;
    border-left: 0;
}

.feature_box:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #ccc;
    border-radius: 50%;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.feature_box:last-child:after {
    left: 9px;
}

.feature_box:first-child:after {
    left: -9px;
}

.sidebar_outer {
    background: #89c770;
    border-radius: 10px;
}

.user_img img {
    border-radius: 10px 10px 0 0;
}

.user_img {
    position: relative;
}

.user_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    bottom: -54px;
}

.sidebar_outer ul {
    padding: 40px 20px;
    list-style: none;
    text-align: right;
}

.sidebar_outer ul li a {
    display: flex;
    justify-content: end;
    align-items: center;
}

.sidebar_outer ul li {
    margin-bottom: 10px;
}

.sidebar_outer ul li img {
    margin-left: 10px;
}

.sidebar_outer ul li span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.advance_box {
    height: 130px;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}

.advance_box_process {
    display: flex;
    justify-content: space-between;
}

.advance_box_process.blue,
.advance_box.blue {
    background: #5EB5C1;
}

.advance_box_process.blue1,
.advance_box.blue1 {
    background: #6F9FFF;
}

.advance_box_process.orange,
.advance_box.orange {
    background: #FF9548;
}

.advance_box_process.orange1,
.advance_box.orange1 {
    background: #F2C144;
}

.advance_box_process {
    display: flex;
    justify-content: space-around;
    padding: 13px 15px 17px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.advance_box_process h6 {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

.advance_box_process .process_sec img {
    width: 85px;
    position: relative;
    z-index: 99;
}

.process_sec {
    position: relative;
}

.process_sec:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 0;
    border-top: 2px dashed #fff;
    top: 40px;
}

.advance_box_process.blue1 .process_sec:after {
    width: 100px;
}

.advance_box_process.orange1 .process_sec:after {
    width: 300px;
}

.process_sec:last-child:after {
    display: none;
}

.advance_box_process_mid.green {
    text-align: center;
    background: #88D18A;
}

.advance_box_process_mid li {
    display: inline-block;
}

.advance_box_process_mid.green {
    text-align: center;
    background: #88D18A;
    border-radius: 10px;
    padding: 10px;
}

.advance_box_process_mid li {
    display: block;
    width: 20%;
    vertical-align: text-bottom;
    padding: 0 3px;
    margin-bottom: 5px;
}

.advance_box_process_mid li a {
    background: #4CA74E;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    min-height: 36px;
    padding: 7px 1px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advance_box_process_mid h5 {
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: inherit;
}

.advance_box_process_mid ul {
    display: flex;
    flex-wrap: wrap;
}

.advance_box_mid .col-md-4 {
    width: 30%;
}

.advance_box_mid .col-md-2 {
    width: 20%;
}

.col-md-4 .advance_box_process_mid li {
    width: 33.33%;
}

.col-md-2 .advance_box_process_mid li {
    width: 50%;
}

.col-md-2 .advance_box_process_mid li:last-child {
    width: 100%;
}

.advance_box {
    display: flex;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.advance_box:after {
    position: absolute;
    width: 86%;
    height: 85%;
    border: 1px solid #fff;
    content: "";
    border-radius: 10px;
}

.advance_box.blue:before {
    border-color: transparent transparent transparent #5EB5C1;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    height: 0;
    right: -13px;
    position: absolute;
    width: 0;
    content: "";
}

.advance_box.blue1:before {
    border-color: transparent transparent transparent #6F9FFF;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    height: 0;
    right: -13px;
    position: absolute;
    width: 0;
    content: "";
}

.advance_box.orange:before {
    border-color: transparent #FF9548 transparent transparent;
    border-style: solid;
    border-width: 8px 13px 8px 0px;
    height: 0;
    left: -13px;
    position: absolute;
    width: 0;
    content: "";
}

.advance_box.orange1:before {
    border-color: transparent #F2C144 transparent transparent;
    border-style: solid;
    border-width: 8px 13px 8px 0px;
    height: 0;
    left: -13px;
    position: absolute;
    width: 0;
    content: "";
}

.has-background .ehealthPageClass .button:not(:hover):not(:active):not(.has-text-color),
.has-background button:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
    color: var(--local--color-background, var(--global--color-primary));
}

.has-background .ehealthPageClass .button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background {
    color: var(--global--color-primary);
}

.ehealthPageClass .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
    background-color: none !important;
}

.form-check2 {
    display: inline-block;
    float: right;
    font-size: 20px;
    color: #5BA73D;
    font-weight: 500;
    line-height: 30px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
    outline: 0px dotted var(--form--border-color) !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control:focus {
    background: #f0f0f0 !important;
    outline: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:focus {
    outline: 0px solid !important;
    box-shadow: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #ffffff !important;
    background: linear-gradient(to right, #1F95E5, #67C4DD);
    padding: 8px 44px;
    border-radius: 7px;
}

input#business_quote {
    border: 2px solid #1F95E5;
    width: 20px;
    height: 20px;
}

input#business_quote:focus {
    border: 2px solid #1F95E5 !important;
}

.multi-select-button {
    padding: 0.6em 0.6em !important;
    max-width: 18.3rem !important;
    background-color: #f0f0f0 !important;
    border: 0px solid #aaaaaa !important;
    min-width: 18.3rem !important;
}

.multi-select-menuitem input {
    position: relative !important;
    margin-top: 0px !important;
    margin-left: -20px !important;
    padding-right: 0px !important;
    margin-right: 1% !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #cccccc !important;
    margin-bottom: -5px !important;
}

.multi-select-menuitem {
    padding: 1em 0em 0em 30px !important;
}

input[type=checkbox]:focus {
    border: 2px solid #cccccc !important;
}

.errorValidation {
    border: 2px solid rgb(247, 68, 68) !important;
}

.hidden {
    display: none !important;
}

@media (max-width: 1400px) {
    .feature_box {
        width: 90px;
    }
    .advance_box_process.orange1 .process_sec:after {
        width: 215px;
    }
}

@media (max-width: 1300px) {
    .feature_box {
        width: 74px;
    }
    .process_sec:after {
        width: 130px;
    }
    .advance_box_process_mid li {
        width: 33.33%;
    }
    .col-md-2 .advance_box_process_mid li {
        width: 100%;
    }
    .col-md-4 .advance_box_process_mid li {
        width: 50%;
    }
    .sidebar_outer ul li img {
        width: 40px;
    }
    .sidebar_outer ul li span {
        font-size: 12px;
    }
    .advance_box {
        font-size: 10px;
    }
    .advance_box_process h6 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 990px) {
    #mute, #unmute{
        width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .feature_box {
        width: 59px;
    }
    .media_box {
        padding: 8px;
    }
    .media_box p {
        font-size: 12px;
        line-height: 1.3;
        font-weight: 500;
    }
}

.testimonial-bg {
    /* background: url('../assets/images/Testimonial Reel.png') no-repeat;
    background-position-y: bottom; */
    padding-left: 6em;
    padding-right: 6em;
    /* background-size: cover; */
}

.testimonial_bottom h4 {
    /* background-color: #8BC7E6; */
    font-weight: 500;
    font-size: 23px;    
    /* font-family: 'Alfa Slab One'; */
    color: #1271B1;
    font-family: "Metropolis-ExtraBold";
    padding-left: 4em;
}

#carouselExampleControls .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 35px;
    font-size: 27px !important;
    width: 45px;
    background: #00000078 !important;
}

#carouselExampleControls .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 35px;
    font-size: 27px !important;
    width: 45px;
    background: #00000078 !important;
}

@media only screen and (max-width: 870px) {
    .banner-video {
        height: 500px;
    }
}

@media only screen and (max-width: 746px) {
    .testimonial_top a {
        border-radius: 10px;
        font-size: 3vw;
        padding: 6px 1.5rem;
    }
    .banner-video {
        height: 400px;
    }
    #carouselExampleControls .owl-carousel .owl-nav button.owl-prev {
        margin-top: 1.5em
    }
    #carouselExampleControls .owl-carousel .owl-nav button.owl-next {
        margin-top: 1.5em
    }
    .testimonial_bottom .owl-next {
        display: none;
    }
    .testimonial_bottom .owl-prev {
        display: none;
    }
    .testimonial-bg {
        padding-left: 1em;
        padding-right: 1em;
    }
    .testimonial_bottom h4 {
        padding-left: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .banner-video {
        height: 350px;
    }
}

@media only screen and (max-width: 450px) {
    .banner-video {
        height: 300px;
        padding: 1px;
    }
    .testimonial_bottom h4 {
        font-size: 14px;
    }
    #mute, #unmute, #fullscreen {
        width: 40px;
    }
    #fullscreen {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 820px) {
    .process_box h4 {
        font-weight: 700 !important;
        font-size: 1.2em !important;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 767.98px) {
    header a.btn {
        border-radius: 10px;
        /* font-size: 12px; */
        font-size: 3vw;
        padding: 6px 6px;        
    }
    .navbar-toggler {
        font-size: 1rem;
        padding: 0.25rem 0.5rem;
    }
    .gamechange_web {
        display: none;
    }
    .gamechange_mob {
        display: block;
    }
    .testimonial_text h3 {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: normal;
        
    }
    .access_web {
        display: none;
    }
    .dark_blue {
        padding: 0 3em;
    }
    .access_mob {
        display: block;
    }
    .nav-link {
        font-size: 16px;
        padding: 13px 50px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #68ad4d;
        padding: 13px 50px;
    }
    .title h3 {
        /* font-size: 20px; */
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
    }
    .sub_title {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .Advance_web,
    .Overview_web {
        display: none;
    }
    .Advance_mob,
    .Overview_mob {
        display: inline-block;
        padding-bottom: 2em;
    }
    div#overview {
        padding-bottom: 0;
    }
    .overview_title {
        width: 100%;
        font-size: 18px;
        padding: 8px;
        margin: 15px auto 0;
    }
    .Comprehensive_text h4 {
        text-align: center;
    }
    .Comprehensive_text p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.3;
        padding-top: 1em;
    }
    .Comprehensive_text_web {
        display: none;
    }
    .Comprehensive_text_mob {
        display: block;
    }
    .overview_outer {
        background: url(../images/Platform_bg_mob_v3.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 0;
    }
    /* .tstt_platform {
        background: url(../images/Platform_bg_mob.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 0;
    } */
    .overview_bottom_web {
        display: none;
    }
    .overview_bottom_mob {
        display: block;
        background-size: cover;
        padding: 0 0 10px;
        margin: 2em 0 0;
    }
    .overview_mob_tiles {
        background: #fff;
        margin: 2em 0;
        border: 1px solid #eee;
        border-radius: 1em;
    }
    .overview_mob_tiles span {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        color: #0e669b;
    }
    .overview_mob_tiles:nth-child(odd) {
        padding: 1em 0;
        height: 5em;
    }
    .overview_mob_tiles:nth-child(odd) img {
        text-align: right;
        position: absolute;
        right: 2.5em;
        margin-top: -1.5em;
    }
    .overview_mob_tiles:nth-child(odd) span {
        float: left;
        margin: 0.8em 1em;
    }
    .overview_mob_tiles:nth-child(even) {
        padding: 1em 0;
        height: 5em;
    }
    .overview_mob_tiles:nth-child(even) img {
        text-align: left;
        position: absolute;
        left: 3em;
        margin-top: -1.5em;
    }
    .overview_mob_tiles:nth-child(even) span {
        float: right;
        margin: 0.8em 1.5em;
    }
    .download_dashboard {
        padding: 1.5em 1em;
    }
    .download_dashboard .btn {
        padding: 8px 15px;
        width: auto;
        font-size: 15px;
    }
    .dashboard_btn {
        text-align: center !important;
        padding: 1em 0 0;
    }
    .implementation_process {
        padding: 1em 0 2em;
    }
    section#contact-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    section.contactUs_outer {
        padding: 3em 1.5em;
        margin-bottom: 3em;
    }
    .contactUs_inner {
        background: #fff;
        padding: 0 15px;
    }
    .contactUs_inner .title h4 {
        color: #797979;
        text-align: center;
        font-weight: 400;
        line-height: 1.2;
        font-size: 18px;
    }
    .contactUs_inner .form-check {
        float: left;
        font-size: 20px;
        color: #1F95E5;
        line-height: 20px;
        padding-left: 0;
    }
    .contactLeftImg img {
        display: none;
    }
    .form-check input:checked+label:after {
        top: 0px;
        left: 17px;
        width: 8px;
        height: 15px;
    }
    .form-check2 {
        float: left;
        font-size: 15px;
    }
    .contact_form .row {
        padding-bottom: 0;
    }
    .contactLeftImg {
        padding-top: 1rem;
        padding-bottom: 0;
        text-align: center;
    }
    .contactRightForm {
        padding-top: 0%;
        padding-right: 2.5%;
        text-align: center;
        padding-left: 2%;
    }
    .wpcf7-not-valid-tip {
        padding-left: 3% !important;
        text-align: left;
    }
    .wpcf7-spinner {
        margin: 0 !important;
    }
    .country-select .country-list {
        position: relative;
    }
    span.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div {
        width: 100% !important;
    }
    .contactLeftSection span.section_title2, .contactLeftSection span.section_title1, .contactLeftSection h4.rowThreeText {
        text-align: center;
        margin: 0 auto;
        padding: 10px 0;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {        
        width: 80%;
        margin: 0 auto;
        text-align: center; 
        margin-bottom: 1rem;      
    }
    .implementation_process .title {
        margin-bottom: 1em !important;
    }
    .mobileMenuLists{
        height: 0;
        z-index: 9;
        margin: 0;
        padding: 0;
    }
    .mobileDisplay{
        display:block !important;
    }
    .desktopDisplay{
        display:none !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    header a.btn {            
        font-size: 1.25vw;            
    }
}

@media only screen and (max-width: 380px) {
    .nav-link {
        font-size: 16px;
        padding: 13px 40px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        padding: 13px 40px;
    }
}

@media only screen and (min-width: 1850px) {
    .download_dashboard .btn {
        padding: 1em 2em;
        font-size: 1.33vw;
    }
    .dashboard_inner {
        width: 90%;
        margin: 0 auto;
    }
    .download_dashboard p {
        font-size: 1.5vw;
    }
    /* .testimonial_text h3 {
        width: 90%;
        margin: 0 auto;
    } */
}
