/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

@media(max-width:1920px){
    .cb-solution-b-inner-section .md-content-wrapper h2{
        font-size:30px;
        line-height:38px;
        margin-bottom:30px
    }
    .cb-solution-b-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding:35px 40px
    }
}
@media(max-width:1680px){
    .cb-solution-b-inner-section .md-image-wrapper{
        width:50%;
        overflow:hidden
    }
    .cb-solution-b-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        width:50%
    }
    .cb-solution-b-inner-section .md-image-wrapper img{
        width:auto;
        max-width:inherit
    }
    #software-high-tech-banner .inner-page-banner-caption{
        max-width: 900px;
    }
}
@media(max-width:1366px){
    .about-us-img{
        padding:0
    }
    .cs-testi-second-text-wrap p{
        margin-left:71px;
        padding-right:46px
    }
    .cs-testi-second-text-wrap::before{
        margin-left:82px
    }
    .cs-testi-second-author-wrap>img:nth-child(1){
        width:194px
    }
    div#home-hero-banner .inner-page-banner-caption h1{
        font-size:26px;
        line-height:36px;
        margin-bottom:20px
    }
    div#home-hero-banner .inner-page-banner-caption h1 span{
        padding-bottom:10px
    }
    div#home-hero-banner .inner-page-banner-caption h3{
        font-size:15px;
        line-height:30px;
        max-width:460px
    }
    div#home-hero-banner .inner-page-banner-caption{
        padding:45px 4% 0
    }
    #industries-hero-banner,#about-agnos-hero-banner{
        overflow:hidden
    }
    #industries-hero-banner .inner-page-banner-image img,#about-agnos-hero-banner .inner-page-banner-image img{
        transform:translateX(10%);
        -webkit-transform:translateX(10%)
    }
    #industries-hero-banner .inner-page-banner-caption,#about-agnos-hero-banner .inner-page-banner-caption{
        padding:0 4% 0
    }
    #industries-hero-banner h1,#about-agnos-hero-banner h1{
        line-height:40px;
        margin-bottom:5px
    }
    #industries-hero-banner .inner-page-banner-caption h3,#about-agnos-hero-banner .inner-page-banner-caption h3{
        font-size:15px;
        line-height:25px
    }
    #industries-hero-banner .inner-page-banner-caption ul,#about-agnos-hero-banner .inner-page-banner-caption ul{
        padding:25px 0 0
    }
    .industries-industries-we-serve-section .md-content-wrapper{
        padding-right:25px
    }
    .industries-industries-we-serve-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-right:0;
        padding-left:25px
    }
    .get-in-touch-section{
        padding:40px 0 60px
    }
    #service-page-hero-banner h1{
        font-size:30px;
        line-height:40px;
        margin-bottom:5px
    }
    #service-page-hero-banner .inner-page-banner-caption h3{
        font-size:15px;
        line-height:25px
    }
    .services-landing-servies-section .md-image-content-wrapper{
        padding:20px 15px 20px
    }
    .services-landing-servies-section .md-image-content-wrapper .md-content-wrapper{
        padding-right:25px
    }
    .services-landing-servies-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-right:25px
    }
    .services-landing-other-servies-section .md-content-wrapper{
        padding-right:25px
    }
    #our-business-model-hero-banner .inner-page-banner-caption h1{
        font-size:30px;
        line-height:40px;
        margin-bottom:5px
    }
    #our-business-model-hero-banner .inner-page-banner-caption h3{
        font-size:15px;
        line-height:25px;
        max-width:550px
    }
    #our-business-model-hero-banner .inner-page-banner-caption{
        top:27%
    }
    #careers-hero-banner .inner-page-banner-caption{
        top:150px
    }
    #careers-hero-banner .inner-page-banner-caption h1{
        font-size:34px;
        line-height:44px
    }
    #careers-hero-banner .inner-page-banner-caption h3{
        font-size:16px!important;
        line-height:26px
    }
    .careers-why-work-for-us-inner-section .hs_cos_wrapper_type_rich_text{
        padding:0 0 0;
        margin-top:-30px
    }
    .careers-why-work-for-us-section{
        padding:60px 5% 40px
    }
    #contact-us .inner-page-banner-caption h3{
        max-width:380px;
        font-size:15px;
        line-height:25px
    }
    #contact-us .inner-page-banner-caption{
        padding:20px 4% 0
    }
    #contact-us .inner-page-banner-caption h1{
        font-size:30px;
        line-height:40px;
        margin-bottom:5px
    }
  
    #contact-us .inner-page-banner-image img.mobile-banner {
        margin-top: -250px;
    }
  
    #software-high-tech-banner .inner-page-banner-caption{
        top:20%;
        max-width: 600px;
    }
    #software-high-tech-banner .inner-page-banner-caption h1{
        line-height:40px;
        margin-bottom:5px
    }
  
  
    #software-high-tech-banner .inner-page-banner-caption p{
        max-width:540px
    }
    .indus-service-inner-wrap h3{
        font-size:16px
    }
    .industries-we-serve-section .indus-service-inner-wrap{
        margin-bottom:0;
        padding:45px 10px
    }
    #digital-agency-hero-banner .inner-page-banner-caption h1{
        font-size:30px;
        line-height:40px;
        margin-bottom:5px
    }
    #digital-agency-hero-banner .inner-page-banner-caption h3{
        font-size:16px;
        margin-bottom:10px
    }
    #digital-agency-hero-banner .inner-page-banner-caption{
        top:20%
    }
    .dd-technology-for-senior-section.about-what-we-believe-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        width:50%!important
    }
    .dd-technology-for-senior-section .md-image-wrapper{
        width:50%!important
    }
    #customer-experience-banner .inner-page-banner-caption{
        top:28%
    }
    .how-agnos-helped-header-section h2{
        font-size:28px;
        line-height:38px;
        margin-bottom:30px
    }
    .how-agnos-helped-left-section p{
        font-size:24px;
        padding-right:0;
        line-height:40px
    }
    .how-agnos-helped-left-section{
        float:left!important;
        background:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/quote.png) no-repeat 30px 40px #efefef;
        padding:100px 30px;
        background-size:65px
    }
    .how-agnos-helped-left-section:after{
        background-size:65px;
        height:80px
    }
    .how-agnos-helped-right-section{
        padding:40px
    }
    .cs-our-approach-section .cs-our-approach-title-section p{
        padding:0 5%
    }
    .cs-testimonial-inner-wrap{
        background-size:100%
    }
    .cs-our-approach-section .cs-our-approach-right ul li{
        padding-bottom:15px
    }
    .technology-stack-wrap{
        padding:60px 0
    }
    .cs-test-about-section .page-wrapper{
        max-width:inherit;
        overflow:hidden
    }
    .cs-testi-second-text-wrap{
        max-width:calc(100% - 125px)
    }
    .cs-testi-second-author-wrap{
        max-width:125px
    }
}
@media(max-width:1280px){
     #industries-hero-banner .inner-page-banner-image img,#about-agnos-hero-banner .inner-page-banner-image img{
        transform:translateX(15%);
        -webkit-transform:translateX(15%)
    }
    .industries-industries-we-serve-section .md-content-wrapper{
        width:65%!important
    }
    .industries-industries-we-serve-section .md-image-wrapper{
        width:35%!important;
        float:left
    }
    .industries-industries-we-serve-section .md-image-content-wrapper{
        padding-bottom:40px
    }
    #service-page-hero-banner .inner-page-banner-caption{
        padding:40px 4% 0
    }
    #service-page-hero-banner .inner-page-banner-caption h3{
        max-width:415px
    }
    .services-landing-servies-section .md-image-content-wrapper .md-image-wrapper{
        width:35%!important;
        float:left
    }
    .services-landing-servies-section .md-image-content-wrapper .md-content-wrapper{
        width:65%!important
    }
    .services-landing-other-servies-section .md-content-wrapper{
        width:65%!important
    }
    .services-landing-other-servies-section .md-image-content-wrapper .md-image-wrapper{
        width:35%!important;
        float:left
    }
    #our-business-model-hero-banner .inner-page-banner-caption{
        top:25%
    }
    .careers-why-work-for-us-inner-section .hs_cos_wrapper_type_rich_text p{
        font-size:22px
    }
    .contact-us-general-inquiries-section{
        padding:40px 0
    }
    #contact-us-get-in-touch.get-in-touch-section{
        padding: 0;
    }
    .about-purpose-driven-section{
        padding:40px 0 20px
    }
    .about-agnos-means-section .md-image-content-outer{
        padding:40px 0
    }
  
    .our-business-model {
      background-color: #ebebeb;
    }
  
    .about-agnos-means-section h2{
        font-size:26px;
        padding-bottom:20px;
        line-height:36px
    }
    .our-leadership-section #our-leadership .md-content-wrapper h2{
        font-size:26px;
        padding-bottom:15px
    }
    .our-leadership-section #our-leadership .leader-info h3{
        font-size:24px
    }
    .our-leadership-section #our-leadership .leader-info span{
        font-size:16px;
        padding-left:28px
    }
    .about-letter-from-ceo-section .section-header-wrapper h2{
        padding-bottom:30px
    }
    .about-letter-from-ceo-section .hs_cos_wrapper_type_rich_text h3{
        font-size:18px;
        padding-bottom:15px
    }
    .our-leadership-section #our-leadership .leader-info span:before{
        width:20px
    }
    .about-agnos-means-section .md-image-wrapper img{
        float:none
    }
    .our-leadership-section{
        padding:60px 0 0
    }
    .about-our-core-values-section{
        padding:40px 0
    }
    .about-our-core-values-section .section-header-wrapper h2{
        font-size:26px;
        padding-top:10px!important
    }
    .about-what-we-believe-section .md-content-wrapper h2{
        font-size:26px;
        padding-bottom:15px;
        line-height:40px
    }
    .about-what-we-believe-section .md-content-wrapper h3,.about-diverse-teams-inner-section .md-content-wrapper h3{
        padding-bottom:15px
    }
    .industry-inner-question-section .md-content-wrapper{
        width:calc(100% - 300px)!important
    }
    .industry-healthcare-life-page .industry-inner-question-section{
        padding:40px 4px
    }
    .industry-healthcare-life-page .industry-inner-question-section .md-content-wrapper h2{
        font-size:18px;
        padding-bottom:20px
    }
    .industry-healthcare-life-page .industry-inner-question-section .md-content-wrapper ul li{
        font-size:14px;
        margin-bottom:12px;
        padding-left:40px
    }
    .industry-we-can-help-section h2.section-header-main-title{
        font-size:26px;
        line-height:36px
    }
    .industry-we-can-help-section .md-image-content-outer{
        padding:40px
    }
    .points-left-ection ul li{
        font-size:18px;
        padding-bottom:25px;
        padding-left:40px;
        background-size:24px
    }
    .points-left-ection{
        padding:40px
    }
    .points-right-ection,.industry-healthcare-life-page .points-right-ection{
        padding:40px
    }
    .points-right-ection h2{
        font-size:20px;
        line-height:30px
    }
    .points-right-ection p{
        font-size:14px;
        line-height:24px;
        padding-bottom:25px
    }
    .points-right-ection h3{
        font-size:16px;
        line-height:28px;
        font-family:'Montserrat-bold';
        padding-bottom:20px;
        padding-right:0
    }
    .points-right-ection ul li{
        float:left;
        width:100%;
        color:#fff;
        font-size:14px;
        padding-bottom:20px;
        position:relative;
        padding-left:35px;
        font-family:'Montserrat-regular';
        padding-right:0
    }
    .industry-our-services-section{
        padding: 0 0 20px
    }
    .industry-ready-to-talk-left h3{
        font-size:24px;
        line-height:34px
    }
    .industry-ready-to-talk-left h2{
        font-size:18px;
        line-height:28px
    }
    .industry-ready-to-talk-right h2{
        font-size:26px;
        padding-bottom:10px
    }
    h2.section-header-main-title{
        font-size:26px;
        padding-bottom:20px;
      color: #ffffff;
        text-align: center;
    }
    .web-app-development-services-section{
        padding-bottom:40px;
        padding-top:0
    }
    .mobile-app-development-services-section{
        padding:40px 0
    }
    .emerging-technologies-section{
        padding:40px 0
    }
    .services-inner-first-section{
        padding:30px 0 0;
    }
    .specific-services-right-section{
        padding:40px 20px
    }
    .specific-services-left-section{
        padding:40px 20px
    }
    .specific-services-left-section h2{
        font-size:30px;
        line-height:40px
    }
    .industries-we-serve-section{
        float:left!important;
        width:100%;
        padding:40px 0 50px;
    }
     .service-ready-to-talk-section{
        padding:40px 0;
    }
    .specific-services-detail-section{
        padding:30px 0 20px;
    }
    .specific-services-box-title h2{
        font-size:20px;
        font-family:'Montserrat-SemiBold';
    }
    .specific-services-box-title{
        padding-bottom:10px;
    }
    .error-page-content{
        padding:40px 0;
    }
    .digital-divide-page .about-what-we-believe-section .md-content-wrapper h2{
        font-size:24px;
        padding-bottom:15px;
        line-height:40px
    }
    .digital-divide-question-section{
        padding:40px 0
    }
    .digital-divide-solution-section{
        padding:40px 0
    }
    .what-can-do-section{
        padding:40px 0 40px
    }
    .what-can-do-inner-section h2{
        font-size:26px;
        padding-bottom:15px;
        line-height:40px
    }
    #customer-experience-banner .inner-page-banner-caption h1{
        font-size:24px;
        line-height:34px;
        margin-bottom:5px
    }
    #customer-experience-banner .inner-page-banner-caption h3{
        font-size:14px;
        max-width:400px;
        line-height:28px
    }
    .feedback-lp-form-wrapper{
        margin-top:-100px
    }
    .cb-solution-b-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        width:60%
    }
    .cb-solution-b-inner-section .md-image-wrapper{
        width:40%;
        overflow:hidden
    }
    .tech-stack-section:before{
        width:90%;
        left:50%;
        transform:skewX(0deg) translateX(-50%);
        -webkit-transform:skewX(0deg) translateX(-50%);
        border-right:10px solid #3e4a7f;
        border-left:10px solid #3e4a7f;
        box-sizing:border-box
    }
    .technology-stack-item:nth-child(n+4){
        transform:translateX(0);
        -webkit-transform:translateX(0)
    }
    .technology-stack-title-wrap h2{
        transform:translateX(0);
        -webkit-transform:translateX(0)
    }
    .integrated-ehr-section .md-content-wrapper{
        padding-right:40px
    }
    .cs-result-statics-title-wrap h2{
        margin-bottom:25px;
        font-size:32px;
        line-height:35px
    }
    .cs-result-statics-title-wrap ul li{
        margin-bottom:15px;
        font-size:16px;
        line-height:22px;
        padding-left:45px
    }
    .cs-result-statics-title-wrap ul li:after{
        width:5px;
        height:12px;
        border-width:0 3px 3px 0;
        left:7px
    }
    .cs-result-retun-section{
        padding:45px 0
    }
    .cs-result-statics-box h3{
        margin-bottom:10px;
        font-size:32px;
        line-height:44px
    }
    .hp-new-testimonial-section .hp-new-testi-inner-sec{
        //padding:25px 30px
    }
  
    .home-dancing-video .youtube-videojs-wrapper iframe {
  width: 270px;
  height: 270px;
}

}
@media(max-width:1170px){
     #industries-hero-banner .inner-page-banner-caption,#about-agnos-hero-banner .inner-page-banner-caption{
        padding:15px 4% 0
    }
    #software-high-tech-banner .inner-page-banner-caption{
        top:16%
    }
    #our-business-model-hero-banner .inner-page-banner-caption{
        top:22%
    }
    .careers-expect-from-you-out-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-left:60px
    }
    .about-diverse-teams-section .md-content-wrapper{
        padding-left:0
    }
    .about-what-we-believe-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding:40px 20px
    }
    #software-high-tech-banner .inner-page-banner-caption h1{
        font-size:24px;
        line-height:34px;
        margin-bottom:5px
    }

    .industry-ready-to-talk-left,.industry-healthcare-life-page .industry-ready-to-talk-left{
        padding-left:20px
    }
    .service-ready-to-talk-left h2{
        font-size:26px;
        line-height:36px;
        margin-bottom:15px
    }
    .service-ready-to-talk-left ul li{
        padding:0 0 10px 35px;
        font-size:16px
    }
    .digital-divide-page .about-diverse-teams-section{
        padding:60px 15px
    }
    .cx-how-we-can-help-inner-section .md-content-wrapper{
        width:100%!important
    }
    .cx-how-we-can-help-inner-section .md-image-content-section-wrapper{
        padding:20px 0 0
    }
    .cx-journey-section{
        padding:40px 0 0
    }
    .cs-testi-second-text-wrap{
        max-width:inherit;
        margin-bottom:30px;
        padding:0
    }
    .cs-testi-second-author-wrap{
        max-width:inherit;
        text-align:center
    }
    .cs-result-inner-section h3{
        padding:0;
        margin-bottom:50px
    }
    .cs-testi-second-text-wrap p{
        margin-left:-23px;
        text-align:justify
    }
    .cs-testi-second-text-wrap::before{
        margin-left:20px
    }
    .cs-testi-second-text-wrap p::after{
        margin-left:10px;
        right:45px
    }
    .cs-testi-second-author-wrap>img:nth-child(1){
        margin-left:116px
    }
    .cs-testi-second-title-wrap h2{
        text-align:center
    }
  
  #our-leadership .md-image-wrapper {
    height: auto !important;
  }
}
@media(max-width:1024px){
     #software-high-tech-banner .inner-page-banner-caption{
        top:12%!important
    }
    .about-what-we-believe-inner-section .md-image-wrapper img{
        margin-top:0
    }
    div#home-hero-banner .inner-page-banner-caption{
        padding:15px 4% 0
    }
    div#home-hero-banner .inner-page-banner-caption h1{
        font-size:24px;
        line-height:36px
    }
    .our-leadership-section #our-leadership .md-content-wrapper p{
        font-size:15px;
        line-height:28px
    }
    .service-ready-to-talk-right a{
        padding:12px 40px!important
    }
    .service-ready-to-talk-right h2{
        font-size:22px;
        margin-bottom:15px
    }
    .cx-journey-section .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module h2{
        margin-bottom:10px;
        font-size:30px
    }
    .cs-patient-experience-solution-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-left:30px
    }
    .cs-result-retun-note .widget-type-rich_text p{
        font-size:22px;
        line-height:32px
    }
}
@media(max-width:990px){

    .inner-page-banner-caption p {
      font-size: 16px;  
    }
  
  inner-page-banner-caption h3 {
          font-size: 16px;  
    }
  
  
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module{
        padding:0 15px 20px
    }
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module h2{
        font-size:34px;
        margin-bottom:15px
    }
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module h3{
        font-size:14px
    }
    .talent-hungry-section-wrap h2{
        font-size:32px
    }
    .talent-hungry-section-wrap h3{
        font-size:18px;
        padding-bottom:20px
    }
    .talent-hungry-section-wrap h4{
        font-size:16px;
        padding-bottom:25px
    }
    .talent-hungry-section{
        padding:40px 0 40px
    }
    div#home-hero-banner .inner-page-banner-caption{
        padding:15px 15px 0
    }
    div#home-hero-banner .inner-page-banner-caption h1 br{
        display:none
    }
    div#home-hero-banner .inner-page-banner-caption h1 span{
        padding-right:6px
    }
    div#home-hero-banner .inner-page-banner-caption h1{
        line-height:24px;
        margin-bottom:15px
    }
    div#home-hero-banner .inner-page-banner-caption h3{
        max-width:inherit
    }
    #industries-hero-banner h1,#about-agnos-hero-banner h1{
        font-size:24px;
        line-height:32px
    }
    #industries-hero-banner .inner-page-banner-caption h3,#about-agnos-hero-banner .inner-page-banner-caption h3{
        font-size:16px;
        line-height:24px;
        max-width:inherit
    }
    #industries-hero-banner .inner-page-banner-caption h3 br,#about-agnos-hero-banner .inner-page-banner-caption h3 br{
        display:none
    }
    #industries-hero-banner .inner-page-banner-image img,#about-agnos-hero-banner .inner-page-banner-image img{
        transform:translateX(0);
        -webkit-transform:translateX(0)
    }
    #industries-hero-banner .inner-page-banner-caption ul li,#about-agnos-hero-banner .inner-page-banner-caption ul li{
        font-size:16px;
        margin-bottom:8px
    }
    .industries-industrial-revolution-section .md-content-wrapper h2{
        padding:0 0 25px;
        font-size:24px;
        line-height:32px
    }
    .industries-industrial-revolution-section .md-content-wrapper p{
        padding:0 0 20px;
        font-size:14px;
        line-height:24px
    }
    .industries-industrial-revolution-section{
        padding:35px 0 15px
    }
    #industries-hero-banner .inner-page-banner-caption,#about-agnos-hero-banner .inner-page-banner-caption{
        padding:15px
    }
    .industries-industries-we-serve-section{
        padding:20px 0 0
    }
    .industries-industries-we-serve-section h2.section-header-main-title{
        font-size:28px;
        line-height:40px
    }
    .get-in-touch-section{
        padding:40px 0
    }
    .home-our-presence-left h2{
        font-size:24px
    }
    .get-in-touch-inner-section form{
        padding:20px 0 0
    }
    div#service-page-hero-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/banner-bg.jpg);
        background-size:cover
    }
    #service-page-hero-banner .inner-page-banner-caption h3{
        max-width:inherit
    }
    #our-business-model-hero-banner{
        background-color:#020941
    }
    .different-from-traditional-business-section{
        padding:40px 0
    }
    .our-business-moduel-first-section .md-content-wrapper{
        width:100%;
        padding:25px
    }
    .our-business-moduel-first-section .md-image-wrapper{
        padding:0;
        width:100%
    }
    .our-business-moduel-first-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .our-business-moduel-first-section .md-image-wrapper img{
        transform:translateX(0);
        -webkit-transform:translateX(0);
        width:100%
    }
    #careers-hero-banner{
        background-color:#020941
    }
    #careers-hero-banner .inner-page-banner-caption{
        top:0
    }
    #careers-hero-banner .inner-page-banner-caption h1{
        font-size:26px;
        line-height:36px
    }
    #careers-hero-banner .inner-page-banner-caption h3{
        font-size:14px!important;
        line-height:24px
    }
    .careers-question-section .md-content-wrapper{
        padding:30px 75px 30px 30px;
        width:100%
    }
    .careers-question-section{
        padding:60px 0 40px
    }
    .careers-why-work-for-us-section{
        padding:40px 15px
    }
    .careers-why-work-for-us-section .our-services-title-wrapper h2{
        font-size:26px;
        padding-bottom:0;
        padding-right:0;
        padding-left:33px;
        margin:-49px;
        margin-left:-25px;
        padding-top:15px
    }
    #our-business-model-hero-banner .inner-page-banner-caption h1{
        font-size:24px;
        line-height:32px;
        margin-bottom:5px
    }
    .careers-page .specific-services-left-section{
        width:100%!important;
        padding:40px 15px 0;
        background-image:none;
        background-color:#002c57
    }
    .careers-page .specific-services-right-section{
        padding:30px 20px;
        width:100%!important
    }
    .specific-services-inner-section>.row-fluid-wrapper>.row-fluid{
        flex-wrap:wrap
    }
    .specific-services-inner-section .widget-type-rich_text{
        width:100%
    }
    .careers-page .specific-services-left-section h2{
        text-align:left!important;
        font-size:40px!important
    }
    .careers-why-work-for-us-inner-section .hs_cos_wrapper_type_module{
        float:left;
        width:100%;
        text-align:center;
        padding:18px
    }
    .careers-page .specific-services-right-section ul li{
        padding:0 0 15px 35px;
        font-size:15px
    }
    .careers-page .specific-services-right-section ul li:before{
        width:10px
    }
    .careers-stand-out-section h2{
        font-size:24px;
        line-height:34px
    }
    .careers-expect-from-you-out-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        width:100%;
        padding:30px 30px 5px
    }
    .careers-expect-from-you-out-section .md-image-content-wrapper[data-direction="reverse"] .md-image-wrapper{
        width:100%;
        float:left;
        padding:0
    }
    .careers-expect-from-you-out-section .md-image-content-wrapper[data-direction="reverse"] .md-image-wrapper img{
        width:100%;
        transform:translateX(0);
        -webkit-transform:translateX(0)
    }
     .careers-expect-from-you-out-section .md-image-content-wrapper[data-direction="reverse"]{
        flex-wrap:wrap-reverse
    }
    .careers-expect-from-you-out-section{
        padding: 0;
    }
    .careers-quotes-inner-section p{
        font-size:24px;
        line-height:34px
    }
    .careers-quotes-section{
        padding:30px 0 30px
    }
    .careers-quotes-inner-section span.quote-author{
        font-size:16px;
        margin-top:10px;
        padding-bottom:0
    }
    .careers-stand-out-inner-section .md-content-wrapper ul li:after{
        width:5px;
        height:15px;
        left:5px
    }
    .careers-stand-out-inner-section .md-content-wrapper ul li{
        padding:0 0 25px 35px;
        font-size:14px
    }
    .our-services-box-inner{
        border-bottom:1px solid #ccc;
        padding:30px 0 20px 30px;
        padding-right:0
    }
    #contact-us{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/banner-bg.jpg);
        background-size:cover
    }
    #contact-us .inner-page-banner-caption h3{
        max-width:inherit;
        font-size:14px;
        line-height:24px
    }
    #contact-us .inner-page-banner-caption h1{
        font-size:24px;
        line-height:34px
    }
    .contact-us-general-inquiries-inner-section h2.section-header-main-title{
        font-size:26px;
        line-height:36px
    }
    #contact-us-get-in-touch .get-in-touch-inner-section h2{
        font-size:24px;
        line-height:34px
    }
    #contact-us-get-in-touch .get-in-touch-inner-section .title-content p br{
        display:none
    }
    #contact-us-get-in-touch .get-in-touch-inner-section .title-content p{
        font-size:15px
    }
    #contact-us-get-in-touch .get-in-touch-inner-section .hs_cos_wrapper_type_form{
        padding:30px 0
    }
    .get-in-touch-inner-section form .hs-form-field .input .hs-input{
        width:100%!important
    }
    .about-letter-from-ceo-inner-section{
        padding:40px 25px;
        transform:translateY(0);
        -webkit-transform:translateY(0)
    }
    .about-our-core-values-section{
        padding:40px 0;
        margin:0
    }
    .our-leadership-section #our-leadership .leader-info h3{
        font-size:22px
    }
    .about-agnos-means-section .md-image-content-wrapper .md-image-wrapper{
        width:100%!important;
        margin-bottom:40px
    }
    .about-agnos-means-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .about-agnos-means-section .md-image-content-wrapper .md-content-wrapper{
        width:100%!important;
        padding:0
    }
    .about-agnos-means-section h2{
        font-size:24px;
        padding-bottom:10px;
        line-height:34px
    }
    .about-agnos-means-section .md-content-wrapper p{
        font-size:16px;
        line-height:24px
    }
    #our-leadership .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-right:0;
        padding-left:30px
    }
    .about-our-core-values-section .section-header-wrapper h2{
        font-size:24px;
        line-height:34px;
        padding-bottom:16px
    }
    .about-what-we-believe-inner-section .md-content-wrapper{
        width:calc(100% - 35%)!important
    }
    .about-what-we-believe-inner-section .md-image-wrapper{
        width:35%!important
    }
    .about-what-we-believe-inner-section .md-image-wrapper img{
        float:left;
        box-shadow:none;
        transform:translateY(0);
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0)
    }
    .about-diverse-teams-section{
        padding:50px 20px
    }
    .about-diverse-teams-section .md-content-wrapper{
        width:calc(100% - 30%)!important
    }
    .about-diverse-teams-section .md-image-wrapper{
        text-align:right;
        width:30%!important
    }
    .about-our-mission-section{
        padding:40px 20px
    }
    .about-our-mission-section .md-content-wrapper{
        width:calc(100% - 30%)!important
    }
    .about-our-mission-section .md-image-wrapper{
        text-align:right;
        width:30%!important
    }
    .about-our-people-section{
        padding:40px 0 25px
    }
    #software-high-tech-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/banner-bg.jpg);
        background-size:cover
    }

    .industry-healthcare-life-page .md-image-content-wrapper .md-image-wrapper{
        max-width:300px;
        padding-top:70px
    }
    .industry-inner-question-section .md-content-wrapper{
        padding-right:15px
    }
    .industry-healthcare-life-page .industry-inner-question-section:after{
        height:100px
    }
    .industry-we-can-help-section .md-image-content-outer{
        padding:25px 15px
    }
    .industry-we-can-help-section .md-content-wrapper h2{
        font-size:18px;
        line-height:24px;
        padding-bottom:15px
    }
    .industry-we-can-help-section .md-content-wrapper p{
        font-size:14px;
        margin-bottom:10px
    }
    .industry-inner-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module{
        padding:0 15px 15px
    }
    .industry-inner-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module h2{
        font-size:36px
    }
    .points-left-ection{
        width:100%!important;
        margin:0!important
    }
    .points-right-ection,.industry-healthcare-life-page .points-right-ection{
        width:100%!important;
        margin:0!important
    }
    .industry-pointers-inner-section>.row-fluid-wrapper>.row-fluid{
        flex-wrap:wrap-reverse
    }
    .industry-ready-to-talk-left,.industry-healthcare-life-page .industry-ready-to-talk-left{
        padding-left:0;
        width:100%!important;
        margin-bottom:30px;
        text-align:center !important;
        float:left!important
    }
  
    .industry-ready-to-talk-left h2 {
          text-align:center !important;
  }
  
    .industry-ready-to-talk-right{
        max-width:inherit;
        margin:0!important;
        width:100%!important;
        float:left!important
    }
    .wasdc-inner-section{
        float:left!important;
        width:100%!important;
        margin-bottom:20px;
        margin-left:0!important
    }
    .wasdc-section{
        padding:40px 0 20px
    }
    .wasdc-inner-section h2.section-header-main-title{
        font-size:24px;
        line-height:34px
    }
    .wasdc-inner-section h3.section-header-sub-title{
        font-size:26px;
        line-height:36px
    }
    .wasdc-inner-section p{
        font-size:16px;
        line-height:26px
    }
    .industry-inner-question-inner-section .md-image-wrapper{
        max-width:30%
    }
    .industry-inner-question-section .md-content-wrapper{
        padding-right:15px;
        width:calc(100% - 30%)!important
    }
    .industry-inner-question-section .md-content-wrapper h2{
        font-size:20px;
        padding-bottom:0;
        padding:0 22px 0 22px;
        line-height:30px
    }
    .industry-inner-question-section .md-content-wrapper p{
        font-size:16px;
        padding-top:15px;
        line-height:24px
    }
    .industry-inner-question-section{
        padding:30px 0
    }
    .service-blcok-section-title h2 span{
        font-size:20px
    }
    .industry-tth-page #software-high-tech-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/travel-hero-bg.jpg);
        background-position:right center
    }
    .industry-bif-page #software-high-tech-banner{
        background-image:none;
        background-color:#020941
    }
    .industry-rd-page #software-high-tech-banner{
        background-image:none;
        background-color:#020941
    }
    .industry-rd-page .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-right:0;
        padding-left:0
    }
    .industry-ready-to-talk-section{
        padding:30px 15px
    }
    .specific-services-left-section h2{
        font-size:30px;
        line-height:40px
    }
    .specific-services-right-section ul li:before{
        width:10px;
        top:10px
    }
    .specific-services-right-section ul li{
        padding:0 0 18px 30px;
        font-size:14px
    }
    .specific-services-left-section.why-agnos-left-section p{
        font-size:16px;
        padding-bottom:24px
    }
    .specific-services-left-section.why-agnos-left-section{
        padding:30px 20px 10px;
        width:100%!important
    }
    .specific-services-right-section.why-agnos-right-section{
        padding:0 20px 20px;
        align-items:center;
        display:flex;
        width:100%!important
    }
    .industries-we-serve-section .indus-service-wrap{
        max-width:50%
    }
    .industries-we-serve-section .indus-service-wrap:nth-child(3){
        border-right:1px solid #ddd
    }
    #software-high-tech-banner .inner-page-banner-caption{
        padding:0 15px
    }
    .end-to-end-software-development-page #software-high-tech-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/Compressed%20Images%20v2/end-to-end-bg-min.jpg);
        background-position:right center
    }
    .application-optimization-services-page #software-high-tech-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/travel-hero-bg.jpg);
        background-position:right center
    }
    .specific-services-box-title h2{
        font-size:20px;
        line-height:20px
    }
    .specific-services-box-content p{
        margin-bottom:20px;
        font-size:16px
    }
    .specific-services-box{
        margin-bottom:20px
    }
    .service-ready-to-talk-left h3{
        font-size:18px;
        line-height:28px;
          text-align: center;
    }
  
  .service-ready-to-talk-left h2 {
    text-align: center;
  }
  
    .it-advisory-services-page #software-high-tech-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/It-advisory-bg.jpg);
        background-position:right center
    }
    .services-inner-first-section .md-image-content-section-wrapper ul{
        float:left;
        width:100%;
        padding-bottom:0
    }
    .services-inner-first-section .md-image-content-section-wrapper ul li:last-child{
        margin-bottom:0
    }
    .startup-services-page #software-high-tech-banner{
        background-image:none;
        background-color:#040627
    }
    .cto-section{
        padding:60px 0;
        margin-top:0
    }
    #home-hero-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/home-bg.jpg);
        background-size:cover
    }
    #digital-agency-hero-banner .inner-page-banner-caption h1{
        font-size:24px;
        line-height:34px;
        margin-bottom:5px
    }
    .digital-agency-services #digital-agency-hero-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/about-us-bg.jpg);
        background-size:cover;
        background-position:right top
    }
    #digital-agency-hero-banner .inner-page-banner-caption{
        padding:0 15px
    }
    #digital-agency-hero-banner .inner-page-banner-caption h3{
        font-size:15px;
        line-height:25px;
        margin-bottom:10px
    }
    .call-us-at h4,.email-us-at h4,.agnos-address h4, .book-meeting p, .book-meeting h1{
        font-family:'Montserrat-regular';
        font-size:18px !important;
    }
    .agnos-address h4 br{
        display:none
    }
    .agnos-address h3{
        font-family:'Montserrat-Bold';
        font-size:18px
    }
    .call-us-at h3,.email-us-at h3, .book-meeting h3{
        font-family:'Montserrat-Bold';
        font-size:18px
    }
    .inner-page-banner-caption p .hs-cta-wrapper a.cta_button{
        display:inline;
        padding:5px 7px!important;
        font-size:13px!important;
        letter-spacing:1px!important
    }
    .digital-divide-question-inner-section .md-image-content-wrapper .md-content-wrapper{
        width:100%!important
    }
    .digital-divide-question-inner-section .md-image-content-wrapper .md-image-wrapper{
        width:100%!important
    }
    .digital-divide-page .dd-technology-for-senior-section .md-image-content-wrapper .md-image-wrapper{
        width:50%!important
    }
    .digital-divide-page #software-high-tech-banner{
        background-image:none;
        background-size:cover;
        background-color:#2158b1
    }
    .digital-divide-page #software-high-tech-banner .inner-page-banner-caption h3{
        font-size:15px
    }
    #customer-experience-banner .inner-page-banner-caption{
        padding:0 20px
    }
    #customer-experience-banner{
        background:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/cx-mobile-bg.jpg);
        background-size:cover
    }
    .cx-first-section{
        padding:40px 0
    }
    .cx-first-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-right:0;
        padding-left:0;
        width:100%!important
    }
     .cx-first-section .md-image-wrapper{
        width:100%!important;
        margin-top:20px
    }
    .cx-first-section .md-image-wrapper iframe{
        width:100%!important
    }
    .cx-first-section .md-image-content-wrapper{
        flex-wrap:wrap
    }
    .cx-first-section p{
        float:left;
        width:100%;
        padding-bottom:15px;
        font-size:15px
    }
    .cx-how-we-can-help-section{
        padding:40px 0
    }
    .cx-how-we-can-help-inner-section p{
        padding-bottom:15px;
        font-size:15px
    }
    .cx-how-we-can-help-inner-section .md-image-content-section-wrapper ul{
        padding-bottom:0
    }
    .customer-experience-page .home-our-process-section .title-content p{
        font-size:14px;
        line-height:22px;
        padding:10px 0 0
    }
    .blog-container{
        padding:0 10px 0 10px
    }
    .post-cloned .body-container-wrapper h1.blog-page-h1{
        margin:0 0 15px;
        text-transform:uppercase;
        font-size:30px
    }
    .feedback-lp-form-wrapper{
        margin-top:50px;
        margin-bottom:50px;
        padding:25px 15px;
        float:left!important
    }
    .feedback-page-wrapper{
        overflow:visible;
        padding:0;
        max-width:90%
    }
    .feedback-lp .inner-page-banner-caption{
        max-width:450px
    }
    #software-high-tech-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/feedback-2.jpg);
        background-size:cover;
    }
    .feedback-lp-form-wrapper form .hs-form-field.hs_ease_of_use.hs-ease_of_use>label,.feedback-lp-form-wrapper form .hs-form-field.hs_informative>label,.feedback-lp-form-wrapper form .hs-form-field.hs_visually_pleasing>label{
        max-width:30%
    }
    .feedback-lp-form-wrapper form .hs-form-field.hs_ease_of_use.hs-ease_of_use>.input,.feedback-lp-form-wrapper form .hs-form-field.hs_informative>.input,.feedback-lp-form-wrapper form .hs-form-field.hs_visually_pleasing>.input{
        float:left;
        width:100%;
        max-width:70%;
        text-align:center
    }
    .feedback-lp-form-wrapper form ul.overall-impression-title-wrap li{
        text-align:center;
        line-height:18px;
        max-width:33.33%;
        box-sizing:border-box;
        float:left
    }
    .feedback-lp-form-wrapper form ul.overall-impression-title-wrap{
        float:right;
        width:100%;
        text-align:right;
        max-width:70%
    }
    .how-agnos-helped-text-wrap>.row-fluid-wrapper>.row-fluid{
        flex-wrap:wrap
    }
    .how-agnos-helped-left-section{
        float:left!important;
        background:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/quote.png) no-repeat 20px 27px #efefef;
        padding: 90px 40px;
        background-size:52px;
        width:100%!important;
          text-align: center;
    }
    .how-agnos-helped-left-section:after{
        height:70px;
        background-size:52px
    }
    .how-agnos-helped-right-section{
        padding:40px 25px;
        width:100%!important
    }
    .how-agnos-helped-section{
        padding:40px 0 10px;
    }
    .how-agnos-helped-header-section h2{
        font-size:24px;
        line-height:35px;
        margin-bottom:40px;
        padding:0 20px
    }
    .how-agnos-helped-header-section h2 br{
        display:none
    }
    .how-agnos-helped-left-section p{
        font-size:20px;
        padding-right:0;
        line-height:34px
    }
    .how-agnos-helped-right-section ul{
        margin-bottom:20px
    }
    .how-agnos-helped-right-section ul li{
        margin-bottom:10px;
        padding-left:25px;
        font-size:16px
    }
    .how-agnos-helped-right-section h4{
        font-size:16px;
        margin-bottom:15px;
        font-family:'Montserrat-SemiBold'
    }
    .cs-our-approach-section .cs-our-approach-right{
        float:left!important;
        width:100%;
        margin:0!important;
        padding:0 10%
    }
    .cs-our-approach-section .cs-our-approach-left{
        float:left!important;
        width:100%;
        padding-bottom:10px
    }
    .cs-testimonial-inner-wrap{
        background:no-repeat;
        background-size:auto!important;
        padding:0 10%;
        box-sizing:border-box;
        min-height:inherit
    }
    .cs-our-approach-section .cs-our-approach-title-section p{
        font-size:18px
    }
    .cs-our-approach-section .cs-our-approach-title-section{
        margin-bottom:35px
    }
    .cs-our-approach-section{
        padding:20px 0
    }
    .cs-challenges-section{
        padding: 0;
    }
    .cs-testimonial-author-wrap{
        font-size:20px
    }
    .technology-stack-wrap{
        padding:40px 0
    }
    .technology-stack-title-wrap h2{
        font-size:24px;
        margin-bottom:0px
    }
    .tech-stack-section:before{
        width:calc(100% - 30px)
    }
    .cs-patient-experience-solution-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-left:0;
        width:100%
    }
    .cs-patient-experience-solution-section .md-image-wrapper{
        width:100%;
        margin-bottom:45px;
        text-align:center
    }
    .cs-patient-experience-solution-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
  
  .cs-patient-experience-solution-section .md-image-content-wrapper p {
    font-size: 16px;
  }
  
    .cb-solution-b-inner-section .md-content-wrapper h2{
        font-size:24px;
        line-height:35px
    }
    .cb-solution-b-inner-section .md-content-wrapper h3{
        font-size:16px;
        margin-bottom:20px
    }
  
  .cb-solution-b-inner-section .md-content-wrapper ul li {
        font-size:16px;
  }
  
    .integrated-ehr-section{
        padding:50px 0
    }
    .integrated-ehr-section .hs_cos_wrapper_type_rich_text h2{
        font-size:24px;
        margin-bottom:30px
    }
    .integrated-ehr-section .md-image-content-wrapper{
        flex-wrap:wrap
    }
    .integrated-ehr-section .md-content-wrapper{
        padding-right:0;
        width:100%;
        margin-bottom:25px
    }
    .integrated-ehr-section .md-image-content-wrapper p{
        font-size:16px;
        line-height:22px;
        margin-bottom:20px;
        font-family:'Montserrat-Regular'
    }
    .integrated-ehr-section .md-image-wrapper{
        width:100%
    }
    .cs-result-inner-section p{
        font-size:16px;
        line-height:24px;
        margin-bottom:20px;
        font-family:'Montserrat-Regular'
    }
    .cs-test-about-section .page-wrapper>.row-fluid-wrapper>.row-fluid{
        flex-wrap:wrap
    }
    .carecloud-cs-test-section{
        margin:0!important;
        padding:40px 15px;
        max-width:inherit
    }
    .cs-testi-second-title-wrap h2{
        text-align:center
    }
    .cs-about-agnos-section{
        padding:40px 25px
    }
    body.carecloud-casestudy-lp .inner-page-banner{
        background:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/case-study-banner-bg.png);
        background-size:cover
    }
    .hp-new-testimonial-section .row-fluid-wrapper .row-fluid{
        float:left;
        width:100%;
        display:flex;
        flex-wrap:wrap
    }
    .hp-new-testimonial-section .hp-new-testi-inner-sec{
        width:100%!important
    }
  
    .services-inner-first-section .md-image-content-section-wrapper .md-image-wrapper{
        width:100%;
        margin-bottom:40px
    }
    .services-inner-first-section .md-image-content-section-wrapper .md-content-wrapper{
        width:100%
    }
  
  #software-high-tech-banner .inner-page-banner-caption p {
    font-size: 16px;
  }
  /* ---------------------------------------------------------------------------------------------*/
  /* FONT SIZES FOR MOBILE */
  /* ---------------------------------------------------------------------------------------------*/
  
      .services-inner-first-section .md-image-content-section-wrapper p {
      font-size: 16px;
    }
  
    .industry-healthcare-life-page .industry-inner-question-section .md-content-wrapper ul li {
      font-size: 16px;
    }
  
  .points-right-ection p {
    font-size: 16px;
  }
  .points-right-ection h3 {
    font-size: 20px;
  }
  .points-right-ection ul li {
    font-size: 16px;
  }
  
  .our-services-box-content {
    font-size: 16px;
  }
  
  .service-manager-inner-section .md-image-content-section-wrapper h2 {
    font-size: 20px;
  }
  
  .service-manager-inner-section .md-image-content-section-wrapper ul li {
      font-size: 16px;
  }
  
  .specific-services-right-section.why-agnos-right-section ul li{
      font-size: 16px;
  }
  
  #software-high-tech-banner .inner-page-banner-caption h3 {
      font-size: 16px !important;
  }
  
  .services-inner-first-section .md-image-content-section-wrapper ul li {
        font-size: 16px;
  }
  
  .services-inner-first-section .md-image-content-section-wrapper ul li {
        font-size: 16px;
  }
  
  .specific-services-box-content p {
        font-size: 16px;
  }
  
  .about-what-we-believe-section .md-content-wrapper p {
    font-size: 16px;
  }
  
  .about-our-mission-section .md-content-wrapper p {
    font-size: 16px;
  }
  
  .about-our-people-section p {
    font-size: 16px;
  }
  
  .cs-challenges-inner-section .md-content-wrapper h2{
    font-size:22px
      margin-bottom: 0;
  }
  .cs-challenges-inner-section .md-content-wrapper p,
  .cs-challenges-inner-section .md-content-wrapper ul li {
    font-size: 16px;  
  }
  
   .cs-our-approach-section .cs-our-approach-right ul li{
        padding-bottom:15px;
        background-size:20px;
        padding-left:32px;
        font-size:16px
    }
  
    /* ---------------------------------------------------------------------------------------------*/
  /* FONT SIZES FOR MOBILE END */
  /* ---------------------------------------------------------------------------------------------*/
  
}

@media(max-width:768px){
     #hs_cos_wrapper_widget_1607429832732_ h2{
        padding-top:20px
    }
    #hs_cos_wrapper_widget_1607429492011{
        padding-top:0
    }
    #hs_cos_wrapper_widget_1607429832732{
        padding-right:0
    }
    #digital-divide-para-3{
        flex-direction:column-reverse
    }
    .digital-divide-solution-section .feasible-solution-section{
        padding:0
    }
  
  .digital-divide-solution-section p {
    margin-top: 10px;
  }
  
  .feasible-solution-section {
    padding-top: 0;
  }
  
    .digital-divide-feasible-para{
        flex-direction:column-reverse
    }
    .digital-divide-our-people{
        padding-top:inherit!important
    }
    .about-what-we-believe-tech-inner-section{
        padding-left:10px!important
    }
    .about-our-core-values-section{
        padding-bottom:0px!important
    }
    #hs_cos_wrapper_widget_1604906916399{
        display:none
    }
    .footer-section-outer{
        margin-top:-1px
    }
    .footer-section{
        background-color:#dee3ff!important
    }
    .video-container .row-fluid-wrapper{
        margin:0;
        transform:skewX(0deg)
    }
    .video-col{
        width:100%!important;
        padding-right:0
    }
  
.the-video {
  width: 100% !important;
}

  
    .video-row .row-fluid-wrapper .row-fluid{
        flex-direction:column!important
    }
    a#cta_button_4737825_e7ea3cc8-f383-41b9-9aab-7707baa10ece{
        display:block!important;
        margin-top:0
    }
    .hp-ebook-box-wrap1 .hp-ebook-box1 p{
        margin-left:18px
    }
    .hs-embed-wraper p a img,.hp-ebook-box1 p a img{
        margin-left:0
    }
    .hp-ebook-box-wrap1 .hp-ebook-box1 .hs-embed-wrapper,.hp-ebook-box-wrap1 .hp-ebook-box1 .hs-embed-wraper{
        margin-left:20px!important;
        margin-top:10px!important
    }
    .hp-ebook-box-wrap .hp-ebook-box .hs-embed-wrapper{
        text-align:center
    }
    #digital-divide-img-2 .md-image-wrapper{
        transform:translateY(0)!important
    }
    #hs_cos_wrapper_widget_1570096328362{
        padding: 0  10px
    }
    .footer-right{
        padding-left:15px
    }
    #hs_cos_wrapper_widget_1577363029913{
        padding-right:0
    }
    #hs-link-widget_1605698536582_ img,#hs-link-widget_1577363029913_ img{
        width:fit-content;
        height:fit-content
    }
    .whitepaper-section-inner-list{
        align-items:center
    }
    #hs_cos_wrapper_widget_1605698536582{
        padding:0!important;
        padding-bottom:15px!important
    }
    .health-care-videos{
        padding:0;
        padding:7px 0;
        align-self:center
    }
    .whitepaper-section-inner .whitepaper-section-text h3{
        line-height:2!important
    }
    .whitepaper-section-inner .whitepaper-section-text p{
        line-height:2!important
    }
    .digital-divide-question-section{
        padding-top:0px!important
    }
    #healthcare-case-study-img{
        padding-top:0px!important
    }

    .our-services-box-wrapper{
        margin-top:-31px
    }
    .body-container-wrapper{
        overflow-x:hidden
    }
    #hs_cos_wrapper_module_1605183973132494{
        padding:0
    }
    #hs_cos_wrapper_module_1605184152183512{
        padding:0
    }
    #hs_cos_wrapper_module_1605199120428117{
        padding:0!important
    }
    #cta_button_4737825_487cdd7e-0226-4c7c-9ffa-f6b4371a5ee6>div:nth-child(1)>div:nth-child(1)>img:nth-child(1){
        margin-left:140px!important
    }
    #cta_button_4737825_487cdd7e-0226-4c7c-9ffa-f6b4371a5ee6>div:nth-child(1)>div:nth-child(2)>u:nth-child(1){
        margin-left:20px
    }
    #hp-case-study{
        margin-right:0
    }
    .hp-ebook-box-wrap{
        margin:0;
        flex-direction:row;
        align-items:self
    }
    .about-our-people-section{
        padding-bottom:0px!important
    }
    .about-us-page .get-in-touch-section{
        padding-bottom:0px!important
    }
    .technology-stack-item-wrap{
        padding:0 10%
    }
    .technology-stack-item{
        max-width:50%
    }
    .cs-challenges-inner-section .md-image-content-wrapper{
        flex-wrap:wrap
    }
    .cs-challenges-inner-section .md-content-wrapper{
        width:100%
    }
    .cs-challenges-inner-section .md-image-wrapper img{
        width:100%!important
    }
    .cs-challenges-inner-section .md-image-wrapper{
        width:100%
    }
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module{
        width:50%;
        border:none
    }
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module:nth-child(3n-3){
        border:none
    }
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module:nth-child(odd){
        border-right:1px solid #dfdfdf
    }
    .home-our-presence-right{
        padding:60px 0 0;
        float:left!important;
        width:100%!important
    }
    .get-in-touch-inner-section form{
        padding:30px 0 0
    }
    .get-in-touch-inner-section form .hs-form-field .input{
        margin-right:0px!important
    }
    .get-in-touch-inner-section form .hs-form-field{
        padding:0 10px 30px
    }
    #home-our-services-section{
        padding:40px 0
    }
    .get-in-touch-section{
        padding:40px 0
    }
    .home-our-process-section{
        padding:40px 0
    }
    #home-our-services-section{
        padding:40px 0 60px
    }
    .services-landing-title-inner-section h2.section-header-main-title{
        padding:0 0 25px;
        font-size:24px;
        line-height:32px;
      display: none;
    }
    #service-page-hero-banner .inner-page-banner-caption{
        padding:10px 15px
    }
     #service-page-hero-banner h1{
        font-size:24px;
        line-height:32px;
        margin-bottom:5px
    }
    .careers-question-section .md-image-wrapper{
        padding:0;
        width:100%
    }
    .careers-question-section .md-image-wrapper img{
        transform:translateX(0);
        -webkit-transform:translateX(0);
        width:100%
    }
    .careers-question-section .md-image-content-wrapper{
        align-items:inherit;
        flex-wrap:wrap
    }
    .careers-question-section{
        padding:60px 0 40px
    }
    .careers-why-work-for-us-inner-section .hs_cos_wrapper_type_rich_text p{
        font-size:20px;
        line-height:30px
    }
    #our-leadership .md-image-wrapper{
        overflow:hidden;
        text-align:center;
        max-width:250px;
        float:left;
        margin-bottom: 20px;
    }
    #our-leadership .md-content-wrapper{
        width:calc(100% - 250px)!important;
        padding-left:20px
    }
    .our-leadership-section{
        padding:40px 0 20px
    }
    .our-leadership-section #our-leadership .md-content-wrapper h2{
        font-size:24px;
        padding-bottom:10px;
        line-height:34px
    }
    .our-leadership-section #our-leadership .md-content-wrapper p{
        font-size:16px;
        line-height:24px;
        padding-bottom:15px;
        margin-bottom:10px
    }
    .our-leadership-section #our-leadership .leader-info h3{
        font-size:18px;
        margin-bottom:4px
    }
    .our-leadership-section #our-leadership .leader-info span{
        font-size:14px;
        padding-left:20px
    }
    .our-leadership-section #our-leadership .leader-info span:before{
        width:10px
    }
    .about-us-page .get-in-touch-section{
        padding-top:0px!important
    }
    .about-letter-from-ceo-inner-section{
        padding:35px 25px
    }
    .about-letter-from-ceo-section .section-header-wrapper h2{
        padding-bottom:30px;
        font-size:22px;
        font-family:'Montserrat-Bold'
    }
    .about-letter-from-ceo-section .hs_cos_wrapper_type_rich_text p{
        font-size:16px;
        padding-bottom:20px;
        line-height:24px
    }
    .about-letter-from-ceo-section .hs_cos_wrapper_type_rich_text h4{
        font-size:18px;
        padding-top:10px;
        padding-bottom:7px
    }
    .about-what-we-believe-inner-section .md-content-wrapper{
        width:100%!important
    }
    .about-what-we-believe-inner-section{
        padding-top:0px!important
    }
    .about-what-we-believe-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding:30px 0 0
    }
    .about-what-we-believe-inner-section .md-image-wrapper img{
        width:100%
    }
    .about-what-we-believe-inner-section .md-image-wrapper{
        width:100%!important;
        padding:0
    }
    .about-what-we-believe-section{
        background:#ebebeb!important;
        padding:10px 15px 10px
    }
    .about-what-we-believe-section .md-content-wrapper h2{
        padding-bottom:8px;
        line-height:36px;
        text-align:center;
        border-bottom:1px solid #ccc;
        margin-bottom:20px
    }
    .about-what-we-believe-section .md-content-wrapper h3,.about-diverse-teams-inner-section .md-content-wrapper h3{
        padding-bottom:8px;
        font-size:20px
    }
    .about-diverse-teams-section{
        padding:40px 15px 25px
    }
    .about-diverse-teams-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .about-diverse-teams-section .md-content-wrapper{
        width:100%!important;
        padding:0
    }
    .about-diverse-teams-section .md-image-wrapper{
        text-align:center;
        width:100%!important;
        margin-bottom:20px
    }
    .about-diverse-teams-section .md-image-wrapper img{
        float:none
    }
    .about-our-mission-section{
        padding:40px 15px 25px
    }
    .about-our-mission-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding:0;
        width:100%!important
    }
    .about-our-mission-section .md-image-wrapper{
        width:100%!important;
        text-align:center;
        margin-bottom:20px
    }
    .about-our-mission-section .md-content-wrapper h2{
        font-size:26px;
        padding-bottom:8px
    }
    .about-our-mission-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .about-our-mission-section .md-image-wrapper img{
        float:none;
      margin-top: 0;
    }
    .about-our-vision-inner-section h2{
        font-size:26px;
        line-height:36px
    }
    .about-our-vision-section{
        padding:60px 0
    }
    .about-our-people-section h2{
        font-size:26px;
        line-height:36px
    }
    .industry-inner-question-section .md-content-wrapper{
        padding-right:0;
        width:100%!important;
        margin-bottom:30px
    }
    .industry-healthcare-life-page .md-image-content-wrapper .md-image-wrapper{
        width:100%!important;
        max-width:inherit;
        padding:20px 0 0;
        text-align:center
    }
    .industry-healthcare-life-page .md-image-content-wrapper .md-image-wrapper img{
        max-width:300px;
        float:none
    }
    .industry-healthcare-life-page .md-image-content-wrapper{
        align-items:flex-start;
        flex-wrap:wrap
    }
    .industry-we-can-help-section .md-image-content-outer{
        padding:35px 25px;
        max-width:inherit
    }
    .industry-we-can-help-section .md-content-wrapper ul li:last-child{
        margin:0
    }
    .industry-we-can-help-section .md-content-wrapper ul{
        padding-bottom:0
    }
    .industry-we-can-help-section .md-image-content-outer:nth-child(2),.industry-we-can-help-section .md-image-content-outer:nth-child(4){
        background-color:#dfdfdf
    }
    .industry-we-can-help-section .md-image-content-outer:nth-child(3){
        background-color:#efefef
    }
    .industry-inner-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module{
        width:100%;
        padding:25px 15px;
        border-right:none!important;
        border-bottom:1px solid #ddd;
        margin:0;
        text-align:center
    }
    .industry-inner-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module:last-child{
        border-bottom:none
    }
    .industry-inner-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module span{
        float:left;
        width:100%;
        display:block
    }
    .industry-statistics-inner-section{
        padding:0
    }
    .industry-we-can-help-section h2.section-header-main-title{
        font-size:22px;
        line-height:32px
    }
    .industry-we-can-help-section .md-content-wrapper h2{
        font-size:20px;
        line-height:20px
    }
  
  .industry-we-can-help-section .md-content-wrapper ul li {
    font-size: 16px;
  }
    .industry-ready-to-talk-left h3{
        font-size:20px;
        line-height:30px
    }
    .points-right-ection,.industry-healthcare-life-page .points-right-ection{
        padding:30px 15px
    }
    .points-left-ection{
        padding:30px 15px 15px
    }
    .industry-inner-question-inner-section .md-image-wrapper{
        max-width:inherit!important;
        width:100%!important;
        text-align:center
    }
    .industry-inner-question-inner-section .md-image-content-wrapper{
        flex-wrap:wrap
    }
    .industry-inner-question-inner-section .md-image-wrapper img{
        max-width:40%;
        float:none
    }
    .points-left-ection ul li{
        font-size:16px;
        padding-bottom:15px;
        padding-left:28px;
        background-size:16px;
        background-position:0 4px
    }
    .points-left-ection ul li span{
        font-size:14px
    }

    .industries-we-serve-section .indus-service-wrap{
        max-width:100%;
        border-right:none;
        border-left:none;
        margin-bottom:25px;
    }
    .industries-we-serve-section .indus-service-inner-wrap{
        padding:25px 10px
    }
    .industries-we-serve-section .indus-service-wrap:nth-child(3){
        border-right:none
    }
    .industries-we-serve-section .indus-service-wrap:last-child{
        border-bottom:none
    }
    .industries-we-serve-section{
        padding:0 0 20px
    }
    .indus-sevices-section-title-wrapper h2{
        font-size:26px;
        padding-bottom:20px
    }
    .service-ready-to-talk-inner-section>.row-fluid-wrapper>.row-fluid{
        flex-wrap:wrap
    }
    .service-ready-to-talk-right{
        float:left!important;
        width:100%!important;
        text-align:center;
        padding-top:30px
    }
    .service-ready-to-talk-left h2{
        font-size:22px
    }
    .about-cto-section .md-image-wrapper{
        margin-right:0;
        width:100%!important;
        text-align:center;
        margin-bottom:-50px;
        padding-bottom:0px!important;
        padding-top:0px!important
    }
    .about-cto-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding:80px 30px 30px;
        width:100%!important
    }
    .about-cto-section .md-image-wrapper img{
        float:none
    }
    .about-cto-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .cto-section .page-wrapper{
        padding-bottom:0px!important
    }
    .different-from-traditional-business-section{
        padding-top:0px!important;
        padding-bottom:0px!important
    }
    .our-business-model-page .get-in-touch-section{
        padding-top:0px!important
    }
    .our-business-moduel-first-section{
        padding-bottom:0px!important
    }
    .our-business-moduel-first-inner-section .md-content-wrapper{
        padding-bottom:0px!important
    }
    .cto-section{
        padding-top:0px!important;
        padding-bottom:0px!important
    }
    #industries-hero-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/about-us-bg.jpg)
    }
    #about-agnos-hero-banner{
        background-image:url(https://4737825.fs1.hubspotusercontent-na1.net/hubfs/4737825/about-us-bg.jpg)
    }
    .contact-us-general-inquiries-inner-section .row-fluid{
        display:flex;
        flex-wrap:wrap
    }
    .contact-us-general-inquiries-inner-section .call-us-at,.contact-us-general-inquiries-inner-section .email-us-at,     .contact-us-general-inquiries-inner-section .agnos-address {
        border-right:none;
        border-bottom:1px solid #ddd;
        max-width:100%;
        padding-bottom:25px;
        margin-bottom:30px
    }
  
      .contact-us-general-inquiries-inner-section .book-meeting{
        max-width:100%
    }
  
  .contact-us-general-inquiries-inner-section .book-meeting img {
        width: 60px !important;
    }
  
    .contact-us-general-inquiries-inner-section .book-meeting img:hover {
        width: 80px !important;
    }
  
    .digital-divide-page .digital-divide-question-inner-section .md-image-content-wrapper{
        flex-wrap:wrap
    }
    .digital-divide-question-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding:30px 20px 0 20px!important
    }
    .digital-divide-question-inner-section .md-image-content-wrapper .md-image-wrapper img{
        width:100%
    }
    .digital-divide-question-section .page-wrapper{
        padding-bottom:0px!important
    }
    .digital-divide-solution-section{
        padding:10px 0
    }
    .digital-divide-solution-inner-section .widget-type-widget_container{
        float:left;
        width:100%
    }
    .digital-divide-solution-section .row-fluid{
        flex-wrap:wrap
    }
    .digital-divide-solution-section iframe{
        box-shadow:none;
        margin-top:10px!important
    }
    .what-can-do-section{
        padding:0 0 20px 7px!important
    }
    .digital-divide-page .about-diverse-teams-section{
        padding:10px 15px
    }
    .digital-divide-page .about-diverse-teams-section .md-image-wrapper img{
        width:100%
    }
    .dd-technology-for-senior-section.about-what-we-believe-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        width:100%!important
    }
    .digital-divide-page .dd-technology-for-senior-section .md-image-content-wrapper .md-image-wrapper{
        width:100%!important
    }
    .digital-divide-page .about-what-we-believe-inner-section .video-wrap{
        transform:translateY(0);
        -webkit-transform:translateY(0);
        box-shadow:none
    }
    .cx-how-we-can-help-inner-section .md-image-content-section-wrapper .md-image-wrapper{
        width:100%!important;
        text-align:center;
        margin-bottom:30px
    }
    .cx-how-we-can-help-inner-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .cx-how-we-can-help-inner-section .md-image-content-section-wrapper .md-image-wrapper img,.cx-how-we-can-help-inner-section .md-image-content-section-wrapper .md-image-wrapper img:hover{
        box-shadow:none
    }
    .customer-experience-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module{
        padding:0 10px 0;
        margin-top:40px
    }
    .customer-experience-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module span{
        width:100%
    }
    .cx-journey-section h2{
        font-size:26px!important;
        margin-bottom:0
    }
    .cx-journey-section h3{
        font-size:18px
    }
    .customer-experience-page .home-our-process-section{
        padding:35px 0 0
    }
    .cx-how-we-can-help-inner-section .md-content-wrapper{
        padding:0
    }
    .feedback-lp-form-wrapper ul.inputs-list.multi-container li>label input+span{
        padding:0 0 0 19px
    }
    .cs-result-statics-box p br{
        display:none
    }
    .cs-about-agnos-section p{
        font-size:14px;
        line-height:24px
    }
    .cs-testi-second-description-wrap p{
        font-size:16px;
        line-height:24px
    }
  
  .cs-testi-second-title-wrap {
    margin-top: 0;
  }
  
  .cs-result-section {
    padding: 80px 0 20px;
  }
  
  .cs-about-agnos-section h2 {
    margin-bottom: 0;
  }
  .service-manager-inner-section .md-image-content-section-wrapper {
    margin-bottom: 0;
  }
  
  .industry-inner-question-section {
    padding: 30px 0;
  }
  
   .home-dancing-video .youtube-videojs-wrapper iframe {
     width: 100%;
    height: 500px;
  }
  
}
@media(max-width:600px){
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module{
        width:100%;
        border:0;
        border-bottom:1px solid #dfdfdf
    }
    .home-page-new .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module:nth-child(odd){
        border:none;
        border-bottom:1px solid #dfdfdf
    }
    #home-our-services-section .indus-sevices-section-title-wrapper h2{
        font-size:26px;
        padding-bottom:20px
    }
    .industries-industries-we-serve-section .md-image-content-wrapper{
        padding-bottom:40px;
        flex-wrap:wrap-reverse
    }
    .industries-industries-we-serve-section h2.section-header-main-title{
        padding-bottom:40px
    }
    .industries-industries-we-serve-section .md-content-wrapper{
        width:100%!important;
        padding-right:0
    }
    .industries-industries-we-serve-section .md-image-wrapper{
        width:100%!important;
        text-align:center;
        margin-bottom:40px
    }
    .industries-industries-we-serve-section .md-image-wrapper img{
        max-width:40%;
        height:auto;
        float:none
    }
    .industries-industries-we-serve-section .md-content-wrapper h2{
        font-size:20px;
        line-height:30px;
        font-family:'Montserrat-SemiBold';
        margin-bottom:5px
    }
    .industries-industries-we-serve-section .md-content-wrapper h3{
        font-size:16px
    }
    .industries-industries-we-serve-section .md-content-wrapper p{
        font-size:14px
    }
    .industries-industries-we-serve-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-left:0
    }
    .services-landing-servies-section .md-image-content-wrapper .md-image-wrapper{
        width:100%!important;
        text-align:center;
        margin-bottom:40px
    }
    .services-landing-servies-section .md-image-content-wrapper .md-content-wrapper{
        width:100%!important;
        padding-right:0
    }
    .services-landing-servies-section .md-content-wrapper h2{
        font-size:20px;
        line-height:30px;
        font-family:'Montserrat-SemiBold';
        margin-bottom:5px
    }
    .services-landing-servies-section .md-content-wrapper h3{
        font-size:16px;
        line-height:26px
    }
    .services-landing-servies-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse;
        padding:50px 15px 20px
    }
    .services-landing-servies-section .md-image-content-wrapper .md-image-wrapper img{
        max-width:40%;
        height:auto;
        float:none
    }
    .services-landing-servies-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-left:0
    }
    .services-landing-other-servies-section .md-image-content-wrapper .md-image-wrapper{
        width:100%!important;
        text-align:center;
        margin-bottom:40px
    }
    .services-landing-other-servies-section .md-image-content-wrapper .md-content-wrapper{
        width:100%!important;
        padding-right:0
    }
    .services-landing-other-servies-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .services-landing-other-servies-section .md-image-content-wrapper .md-image-wrapper img{
        max-width:45%;
        float:none
    }
    .services-landing-title-section{
        padding:35px 0 20px
    }
    .services-landing-servies-inner-section .section-header-wrapper{
        padding:40px 0 0
    }
    .home-our-process-section h2.section-header-main-title{
        font-size:26px;
        padding-bottom:0
    }
    .home-our-process-section{
        padding:35px 0
    }
    .home-testimonial-section{
        padding:40px 0 0
    }
    .testimonials-section-title-wrapper h2{
        font-size:20px;
        padding-bottom:10px
    }
    .testimonials-section-title-wrapper h3{
        font-size:26px;
        line-height:36px
    }
    .talent-hungry-section-wrap h2{
        font-size:26px;
        line-height:36px;
        margin-bottom:10px
    }
    .our-business-moduel-first-section .hs_cos_wrapper_type_rich_text h2{
        font-size:15px;
        font-family:'Montserrat-Semibold';
        margin-bottom:25px;
        line-height:25px
    }
    .our-business-moduel-first-section{
        padding:15px 0 30px
    }
    .our-business-moduel-first-section .gain-share-model-wrap h3{
        font-size:26px;
        padding-bottom:8px
    }
    .different-from-traditional-business-section h2.section-header-main-title{
        font-size:20px;
        line-height:32px
    }
    .different-from-traditional-business-section h2.section-header-main-title br{
        display:none
    }
    .get-in-touch-inner-section form .hs-submit{
        padding:30px 10px 0
    }
    .different-from-traditional-business-section table td{
        padding:15px 10px
    }
    .careers-question-wrap h2{
        font-size:18px;
        line-height:26px
    }
    .careers-question-wrap h2{
        font-size:16px;
        line-height:26px
    }
    .careers-question-section .md-content-wrapper{
        padding:20px
    }
    .careers-question-wrap p{
        font-size:14px
    }
    .careers-why-work-for-us-inner-section .hs_cos_wrapper_type_rich_text p{
        font-size:18px;
        line-height:28px
    }
    .careers-why-work-for-us-inner-section .hs_cos_wrapper_type_rich_text h3{
        font-size:24px;
        line-height:34px;
        margin:20px 0 14px
    }
    #careers-hero-banner .inner-page-banner-caption h3 br{
        display:none
    }
    .careers-why-work-for-us-inner-section .hs_cos_wrapper_type_rich_text h3{
        font-size:20px;
        line-height:30px;
        margin:20px 0 14px
    }
    .call-us-at h3,.email-us-at h3{
        font-size:15px
    }
    .call-us-at h4,.email-us-at h4{
        font-size:20px
    }
    .contact-us-general-inquiries-inner-section svg{
        width:50px;
        height:50px
    }
    .contact-us-general-inquiries-inner-section .title-content h3{
        font-size:20px
    }
    .get-in-touch-inner-section form .hs-form-field{
        padding:0 10px 30px;
        width:100%!important
    }
    #contact-us-get-in-touch .get-in-touch-inner-section h2{
        font-size:20px;
        line-height:30px
    }
    .md-image-content-wrapper#our-leadership{
        align-items:center;
        flex-wrap:wrap-reverse
    }
    #our-leadership .md-content-wrapper{
        width:100%!important;
        padding-left:0
    }
    #our-leadership .md-image-wrapper{
        max-width:inherit;
        width:100%!important;
        text-align:center;
    }
    .our-leadership-section .md-image-wrapper img{
        float:none;
        max-width: 250px
    }
    .about-letter-from-ceo-inner-section{
        padding:20px 10px 40px;
        box-shadow:none
    }
    .about-letter-from-ceo-section .section-header-wrapper h2{
        padding-bottom:7px;
        font-size:20px;
        font-family:'Montserrat-Bold';
        border-bottom:1px solid #ddd;
        margin-bottom:25px
    }
    .home-our-presence-left h2{
        padding:0
    }
    h2.section-header-main-title{
        font-size:18px;
        padding-bottom:20px;
        color: #213790;
    }
    .service-blcok-section-title h2 span{
        font-size:16px;
        padding:0 8px
    }
    .service-blcok-section-title-text p strong{
        font-size:15px;
        line-height:18px
    }
    .service-blcok-section-title-text p{
        font-size:14px;
        line-height:24px;
        padding:0 10px 10px
    }
    .specific-services-left-section{
        width:100%!important;
        padding:30px 15px 15px;
        background-image:none;
        background-color:#002c57
    }
    .specific-services-left-section h2{
        font-size:26px;
        line-height:36px;
        font-family:'Montserrat-Bold';
        text-align:left
    }
    .specific-services-right-section{
        margin:0!important;
        padding:0 15px 20px;
        width:100%!important
    }
    .specific-services-right-section ul li:before{
        left:0
    }
    .specific-services-right-section ul li{
        padding:0 0 10px 25px
    }
    .error-page .inner-page-banner{
        padding-bottom:40px
    }
    .customer-experience-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module{
        padding:0 5px
    }
    .customer-experience-page .industry-statistics-inner-section>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module h3{
        font-size:13px;
        line-height:20px
    }
    .feedback-lp-form-wrapper{
        margin-top:30px;
        margin-bottom:30px;
        padding:25px 0;
        float:left!important;
        border:2px solid #c2e3fd
    }
    .feedback-page-wrapper{
        max-width:98%
    }
    .feedback-lp-form-wrapper form .hs-form-field{
        padding:0 10px 20px
    }
    .feedback-lp-form-wrapper ul.inputs-list.multi-container li>label input:checked+span:after{
        content:"";
        width:6px;
        height:6px;
        display:block;
        position:absolute;
        border-radius:50%;
        left:4px;
        top:7px;
        background-color:#999
    }
    .feedback-lp-form-wrapper ul.inputs-list.multi-container li>label input+span:before{
        content:"";
        width:10px;
        height:10px;
        border:2px solid #999;
        display:block;
        position:absolute;
        border-radius:50%;
        left:0;
        top:3px
    }
    .technology-stack-item{
        max-width:50%;
        padding-bottom:0;
        padding-right:10px;
        padding-left:10px
    }
    .technology-stack-item-content img{
        margin-bottom:-2px;
        max-width:57px!important
    }
    .technology-stack-item-content h3{
        font-size:14px
    }
    .cs-patient-experience-solution-section .hs_cos_wrapper_type_text{
        font-size:24px;
        margin-bottom:20px
    }
    .cs-patient-experience-solution-section .md-image-wrapper{
        margin-bottom:25px
    }
    .cs-patient-experience-solution-section{
        padding:60px 0 20px
    }
    .cb-solution-b-inner-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        width:100%;
        padding:40px 20px 20px
    }
    .cb-solution-b-inner-section .md-image-wrapper{
        display:none
    }
    .cs-result-statics-title-wrap h2{
        font-size:26px;
        line-height:38px
    }
    .cs-test-section{
        padding-bottom:20px
    }
    .carecloud-cs-test-section{
        padding:0 15px
    }
    .technology-stack-item-wrap{
        padding:0
    }
    .technology-stack-item-inner{
        height:160px;
        width:160px
    }
    .technology-stack-item-wrap{
        padding:0
    }
    .how-agnos-helped-left-section{
        padding:40px 30px 40px 60px;
        background-size:34px
    }
    .how-agnos-helped-left-section:after{
        padding:40px 30px 40px 60px;
        background-size:34px;
        height:50px
    }
    .how-agnos-helped-left-section p{
        font-size:17px;
        padding-right:0;
        line-height:29px
    }
    .cs-our-approach-section .cs-our-approach-title-section h2{
        font-size:25px
    }
    .cs-our-approach-section .cs-our-approach-title-section p{
        font-size:16px
    }
    .cs-testimonial-inner-wrap{
        padding:0 25px
    }
    .cs-our-approach-section .cs-our-approach-right{
        padding:0 25px
    }
     .cs-result-statics-box{
        max-width:100%
    }
    .cs-result-statics-box:nth-child(3n+1){
        background-color:transparent
    }
    .cs-result-statics-box:nth-child(even){
        background-color:#1e2456
    }
    .cs-result-retun-note .widget-type-rich_text p{
        font-size:18px;
        line-height:28px
    }
  
     .home-dancing-video .youtube-videojs-wrapper iframe {
     width: 100%;
    height: 400px;
  }
}
@media(max-width:480px){
    .get-in-touch-inner-section form .hs-form-field{
        padding:0 10px 30px;
        width:100%!important
    }
    .call-us-at h4,.email-us-at h4{
        font-size:20px
    }
    .call-us-at h3,.email-us-at h3{
        font-size:15px
    }
    .indus-sevices-section-title-wrapper h2{
        font-size:22px;
        padding-bottom:20px
    }
    .tech-stack-section:before{
        display:none
    }
    .technology-stack-title-wrap h2{
        color:#fff
    }
    .technology-stack-item-inner{
        height:150px;
        width:150px
    }
  
     .home-dancing-video .youtube-videojs-wrapper iframe {
     width: 100%;
    height: 300px;
  }
}
@media(max-width:768px){
     #hs_cos_wrapper_widget_1577363029913{
        padding-right:0;
        width:335px;
        margin:0 0 0 12px
    }
    .healthcare-whitepaper-content{
        margin-left:-18px!important
    }

    #inovalon-casestudy-cms-rules img{
        margin-top:26px;
        margin-right:0
    }

    .cs-testimonial-wrap{
        padding:0 6rem 0 1em
    }
    .cs-our-approach-section .cs-our-approach-right{
        padding: 30px;
    }
    .cs-result-section .md-image-content-wrapper{
        flex-wrap:wrap-reverse
    }
    .cs-result-section .md-content-wrapper{
        padding-right:0;
        width:100%;
        margin-bottom:25px
    }
    .cs-result-section .md-image-wrapper{
        width:100%
    }
    #healthcare-case-study-img{
        margin-left:-33px;
        padding-right:20px;
        padding-top:0px!important;
        padding-left:13px!important
    }
    #healthcare-blogs-img{
        margin-left:-80px;
        padding-top:34px;
        padding-bottom:20px
    }
    #healthcare-blog-text{
        margin-right:-8px
    }
    .hp-ebook-box-wrap1 .hp-ebook-box1{
        width:100%;
        margin-bottom:50px;
        padding-right:0;
        margin-left:2px
    }
    .hp-ebook-box-wrap .hp-ebook-box{
        width:100%;
        margin-bottom:20px
    }
    .healthcare-whitepaper-content{
        margin-left:-11px
    }
    .cs-testi-second-author-wrap{
        text-align:center;
        margin-top:22px;
        width:100%
    }
    .cs-testi-second-author-wrap>img:nth-child(1){
        margin-left:0
    }
    .cs-testi-second-text-wrap p{
        text-align:center;
        margin-left:-2px
    }
    .cs-testi-second-text-wrap::before{
        margin-left:5px
    }
    .carecloud-cs-test-section .cs-testi-second-text-wrap p::after{
        right:19px;
        top:334px
    }
    .industry-healthcare-life-page .industry-inner-question-section{
        padding:40px 4px
    }
    #hs_cos_wrapper_widget_1565794805011{
        padding-left:11px
    }
    .wasdc-inner-section p{
        padding:0 33px
    }
    .industry-inner-question-section .md-content-wrapper h2{
        padding:0 22px 0 22px
    }
    .industry-inner-question-section .md-content-wrapper p{
        padding:10px 22px 0 22px
    }
    .industry-rd-page .industry-ready-to-talk-left h2{
        padding-right:3%
    }
    .md-image-wrapper img{
        margin-left:-6px
    }
    #hs_cos_wrapper_widget_1580380054975_{
        margin-left:-52px;
        margin-top:24px
    }
    #hs_cos_wrapper_widget_1587972122133_{
        margin-bottom:-21px;
        margin-left:10px;
        margin-right:17px;
        margin-bottom:-6px
    }
    .service-manager-inner-section .md-image-content-section-wrapper h2{
        padding-bottom:4px;
        margin-top:18px
    }
    .tt-problem-container .list-container .list ul li{
        line-height:24px!important
    }
    .tt-problem-container .list-container .list ul{
        margin-left:-12px
    }
    .how-agnos-helped-left-section p{
        font-size:17px;
        padding-right:0;
        line-height:29px;
        text-align:center;
        margin-left:0
    }
    .how-agnos-helped-left-section:after{
        right:22px
    }
    .cs-challenges-inner-section .md-image-content-wrapper{
        flex-wrap:wrap;
        flex-direction:column-reverse!important
    }
    .cs-challenges-container{
        float:left;
        width:100%;
        background:#fff;
        padding:30px 32px 0 0
    }
    #carecloud-casestudy-challenges{
        float:left;
        width:100%;
        background:#fff;
        padding:10px 0 20px
    }
  
  .how-agnos-helped-header-section h1 {
    padding: 0 20px 40px;
  }
  
    .how-agnos-helped-header-section h2{
        margin-bottom:50px;
        font-size:28px
    }
    #hs_cos_wrapper_widget_1610328287769_{
        padding-left:20px;
        padding-right:20px;
        text-align:center
    }
    #hs_cos_wrapper_widget_1610315948687{
        display:block!important;
        margin-top:-20px!important;
        margin-right:14px;
        margin-left:-59px
    }
    #hs_cos_wrapper_module_16103296755581080_ h2{
        font-size:24px;
        line-height:38px;
        padding:0 4px 0 4px;
        margin-bottom:4px;
        color:#232c63;
        text-align:center
    }
    #hs_cos_wrapper_module_1611972376371774_{
        display:none
    }
    .cs-test-section{
        padding:100px 15px 0
    }
    #healthcare-case-study-left-heading{
        padding-bottom:96px;
        margin-left:-69px
    }
    #healthcare-casestudy-right-heading{
        margin-left:-15px;
        margin-top:27px;
        width:350px
    }
    .innovalon-cs-test-section .cs-testi-second-text-wrap p:after{
        margin-top:-186px;
        margin-right:-43px
    }
}
@media(max-width:892px){
    .innovalon-cs-test-section .cs-testi-second-text-wrap p{
        padding-left:8px;
        padding-right:18px
    }
    .innovalon-cs-test-section .cs-testi-second-text-wrap:before{
        margin:0 0 0 -32px
    }
}
@media(max-width:780px){
    .innovalon-cs-test-section .cs-testi-second-text-wrap p{
        padding-left:0;
        padding-right:0
    }
}
@media (max-width:900px){
    .innovalon-cs-test-section .cs-testi-second-text-wrap p:after{
        margin-top:-5px;
        margin-right:-60px
    }
    .innovalon-cs-test-section .cs-testi-second-description-wrap p{
        width:125%;
        padding-left:20px
    }
    .innovalon-cs-test-section .cs-testi-second-title-wrap h2 span{
        font-size:16px
    }
}
@media only screen and (min-width:768px) and (max-width:1000px){
    .head p{
        width:761px;
        padding-left:10px
    }
    #case-study-inner .row-fluid{
        display:flex;
        align-items:center;
        justify-content:center;
        align-content:center
    }
    .casestudy-carecloud{
        margin-left:50px;
        padding-bottom:50px;
        width:max-content
    }
    .casestudy-carecloud .case-study-carecloud-img{
        margin:0 0 0 -132px
    }
    .case-study-my-healthrecordapp{
        margin-left:-72px;
        padding-bottom:50px;
        width:max-content
    }
    .case-study-my-healthrecordapp .case-study-my-healthrecordapp-img{
        margin-left:11px;
        width:100%
    }
    .case-study-ehealth{
        margin-left:-63px;
        padding-bottom:50px;
        width:max-content
    }
    .case-study-ehealth .case-study-ehealth-img{
        margin-left:2px;
        width:100%
    }
    .cs-challenges-container{
        padding: 10px 30px;
    }
    .cs-challenges-inner-section .md-image-wrapper{
        width:40%;
        margin-left:20px
    }
    .cs-patient-experience-solution-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-left:10px;
        width:100%;
        padding-right:30px
    }
    .cs-patient-experience-solution-section .md-image-content-wrapper .md-image-wrapper img{
        margin-left:1px
    }
    .md-content-wrapper{
        width:100%
    }
    .cs-patient-experience-solution-section .hs_cos_wrapper_type_text{
        padding:16px
    }
    .carecloud-case-study-title{
        margin-left:9px;
        max-width:354px
    }
    .innovalon-case-study-title{
        max-width:358px;
        margin-left:5px;
        padding-bottom:50px
    }
    .ehealth-case-study-title{
        margin-left:5px
    }
    .woundtech-case-study-title{
        margin-left:22px
    }
}
@media only screen and (min-width:300px) and (max-width:400px){
    .head p{
        text-align:center;
        padding-left:10px;
        padding-right:10px;
        max-width:100%;
        width:380px
    }
    .cs-challenges-inner-section .md-image-wrapper img{
        margin-right:0
    }
    .cs-challenges-container{
        padding:30px 32px 0 22px
    }
    .cs-patient-experience-solution-section .md-image-wrapper{
        margin-left:12px
    }
    .md-content-wrapper{
        width:100%
    }
    .cs-patient-experience-solution-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-right:15px
    }
    .cs-testi-second-title-wrap h2{
        font-size:28px;
        padding-top:50px
    }
    .casestudy-carecloud{
        margin-left:55px;
        width:100%;
        padding-bottom:50px
    }
    .casestudy-carecloud .case-study-carecloud-img{
        margin:0 0 0 -75px
    }
    .case-study-my-healthrecordapp{
        margin-left:-9px;
        width:100%;
        padding-bottom:50px
    }
    .case-study-my-healthrecordapp .case-study-my-healthrecordapp-img{
        margin-left:19px;
        width:100%
    }
    .case-study-ehealth{
        margin-left:7px;
        width:100%;
        padding-bottom:20px
    }
    .case-study-ehealth .case-study-ehealth-img{
        margin-left:3px;
        width:100%
    }
    .carecloud-case-study-title{
        margin-left:0
    }
    .innovalon-case-study-title{
        margin-left:0;
        padding-bottom:50px
    }
    .ehealth-case-study-title{
        margin-left:0;
        padding-bottom:50px
    }
    .woundtech-case-study-title{
        margin-left:7px
    }
    #new-case-study-banner{
        width:100%;
        text-align:justify;
        margin-left:0;
        padding-right:30px
    }
}
@media only screen and (min-width:400px) and (max-width:600px){
    .cs-challenges-inner-section .md-image-wrapper img{
        margin-right:0
    }
    .cs-challenges-container{
        padding:30px 32px 0 25px
    }
    .cs-patient-experience-solution-section .md-image-wrapper{
        margin-left:11px
    }
    .md-content-wrapper{
        width:100%
    }
    .cs-patient-experience-solution-section .md-image-content-wrapper[data-direction="reverse"] .md-content-wrapper{
        padding-right:24px
    }
    .cs-testi-second-text-wrap p:after{
        right:0!important
    }
    .cs-testi-second-title-wrap h2{
        padding-top:50px
    }
    .casestudy-carecloud{
        margin-left:54px;
        width:100%;
        padding-bottom:50px
    }
    .casestudy-carecloud .case-study-carecloud-img{
        margin:0 0 0 -46px
    }
    .case-study-my-healthrecordapp{
        margin-left:-4px;
        width:100%;
        padding-bottom:50px
    }
    .case-study-my-healthrecordapp .case-study-my-healthrecordapp-img{
        margin-left:42px;
        width:100%
    }
    .case-study-ehealth{
        margin-left:11px;
        width:100%;
        padding-bottom:20px
    }
    .case-study-ehealth .case-study-ehealth-img{
        margin-left:26px;
        width:100%
    }
    .carecloud-case-study-title{
        margin-left:5px
    }
    .innovalon-case-study-title{
        margin-left:5px;
        padding-bottom:50px
    }
    .ehealth-case-study-title{
        margin-left:21px;
        padding-bottom:50px
    }
    .woundtech-case-study-title{
        margin-left:33px
    }
    #new-case-study-banner{
        width:100%;
        text-align:justify;
        margin-left:0;
        padding-right:0
    }
}
@media only screen and (min-width:1000px) and (max-width:1200px){
    .casestudy-carecloud .case-study-carecloud-img{
        margin:0 0 0 -81px;
        width:304px
    }
    .case-study-my-healthrecordapp .case-study-my-healthrecordapp-img{
        margin-left:10px;
        width:94%
    }
    .case-study-ehealth .case-study-ehealth-img{
        margin-left:-10px;
        width:100%
    }
}
@media only screen and (min-width:1200px) and (max-width:1300px){
    .head p{
        width:1166px
    }
    .casestudy-carecloud .case-study-carecloud-img{
        margin:0 0 0 -52px
    }
    .case-study-my-healthrecordapp .case-study-my-healthrecordapp-img{
        margin-left:39px
    }
    .case-study-ehealth .case-study-ehealth-img{
        margin-left:19px
    }
    .down-footer-section{
        padding:0 25px
    }
    .cs-testi-second-title-wrap h2{
        padding-left:25px
    }
     .cs-testi-second-wrap{
        padding-left:15px
    }
    .cs-testi-second-text-wrap p::after{
        margin-right:50px
    }
    .cs-testi-second-description-wrap p{
        padding-left:16px
    }
    .carecloud-case-study-title{
        margin-left:110px
    }
    .innovalon-case-study-title{
        margin-left:112px
    }
    .ehealth-case-study-title{
        margin-left:128px
    }
    .woundtech-case-study-title{
        margin-left:140px
    }
    #new-case-study-banner{
        margin-left:-76px
    }
}
@media only screen and (min-width:1300px) and (max-width:1400px){
    .head p{
        width:1242px
    }
    .casestudy-carecloud .case-study-carecloud-img{
        margin:0 0 0 -33px
    }
    .case-study-my-healthrecordapp .case-study-my-healthrecordapp-img{
        margin-left:54px
    }
    .case-study-ehealth .case-study-ehealth-img{
        margin-left:25px
    }
    .cs-testi-second-title-wrap h2{
        padding-left:30px
    }
    .cs-testi-second-wrap{
        padding-left:20px
    }
    .cs-testi-second-text-wrap p::after{
        margin-right:50px
    }
    .cs-testi-second-description-wrap p{
        padding-left:16px
    }
    .down-footer-section{
        padding-left:20px;
        padding-right:20px
    }
    .footer-inner-section{
        padding-left:20px
    }
    .carecloud-case-study-title{
        margin-left:131px
    }
    .innovalon-case-study-title{
        margin-left:132px
    }
    .ehealth-case-study-title{
        margin-left:150px
    }
    .woundtech-case-study-title{
        margin-left:161px
    }
    #new-case-study-banner{
        margin-left:-115px
    }
}
@media only screen and (min-width:1400px) and (max-width:1500px){
    .head p{
        width:1345px
    }
    .get-in-touch-inner-section form{
        padding:50px 0 0 20px
    }
    .home-our-presence-left h2{
        padding-left:16px
    }
    .talent-hungry-section-wrap p{
        padding-left:20px;
        padding-right:20px
    }
    .home-our-presence-right img{
        padding-right:20px
    }
    .cs-testi-second-title-wrap h2{
        padding-left:40px;
        padding-top:39px;
        margin-top:-59px
    }
    .cs-testi-second-wrap{
        padding-left:28px
    }
    .cs-testi-second-description-wrap p{
        padding-left:30px
    }
    .casestudy-carecloud .case-study-carecloud-img{
        margin:0 0 0 -23px
    }
    .case-study-my-healthrecordapp .case-study-my-healthrecordapp-img{
        margin-left:66px
    }
    .case-study-ehealth .case-study-ehealth-img{
        margin-left:44px
    }
    .footer-inner-section{
        padding:0 10px 0 50px
    }
    .footer-lower-section{
        padding:115px 26px 30px 23px
    }
    .innovalon-cs-test-section .cs-testi-second-title-wrap h2{
        margin-top:-121px
    }
    .cs-testi-second-title-wrap{
        margin-top:78px
    }
    .health-our-presence-left h2{
        padding-left:34px
    }
    .carecloud-case-study p{
        margin-left:72px
    }
    .carecloud-case-study-title{
        margin-left:188px
    }
    .innovalon-case-study p{
        margin-left:-50px
    }
    .innovalon-case-study-title{
        margin-left:126px
    }
    .ehealth-case-study p{
        margin-left:71px
    }
    .woundtech-case-study p{
        margin-left:-50px
    }
    .woundtech-case-study-title{
        margin-left:178px
    }
    .integrated-ehr-section .md-content-wrapper{
        padding-left:33px
    }
    #new-case-study-banner{
        margin-left:-146px
    }
}
@media screen and (min-width:768px){
     #healthcare-case-study-img #healthcare-IT-Solutions-whitepaper #healthcare-blogs-img{
        width:70%
    }
    #healthcare-blogs-img{
        margin-left:auto;
        margin-right:auto;
        align-items:center;
        justify-content:center
    }
}
@media screen and (max-width:678px){
    .hs-embed-wrapper{
        width:100%!important;
        float:none!important;
        clear:right!important;
        margin:auto!important;
        height:100%!important;
        justify-content:center!important;
        align-items:center!important
    }
}