@media (min-width:1200px) {
    .art-footer {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .art-footer {
        min-width: 940px;
        max-width: 940px;
    }
}

@media only screen and (max-width:1024px) {
    .titleBanner {
        min-height: 200px;
    }
    .imageOverlay .title, .imageOverlayBlack .title {
        font-size: 24px;
    }
        .box-arrow .blue-list {
        padding-left: 10px !important;
    }
    footer .footerHeading {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    /*.menusection {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        margin: 0;
        padding: 0;
    }*/

    .headerRightTopBar, #feedback, .footer-social {
        display: none;
    }

    .responsive .art-nav .art-menu-btn {
        display: inline-block;
        z-index: 999;
        right: 10px;
        background: linear-gradient(to bottom,#ffffff 0,#d6d6d6 100%);
        border: 1px solid #ccc;
        position: fixed;
        top: 15px;
    }

        .responsive .art-nav .art-menu-btn:hover span {
            background: #006780;
        }

    .responsive .art-nav ul.art-hmenu {
        float: left;
        text-align: center;
        display: none;
        position: fixed;
        right: 0;
        left: auto;
        background-color: #00385d;
        background-image: none;
        border-top: none;
        border-bottom: none;
        top: 0;
        padding-top: 70px;
        height: 100vh;
        overflow-y: scroll;
        width: 55%;
    }

        .responsive .art-nav ul.art-hmenu a {
            height: auto;
            white-space: normal;
            text-align: left;
            padding: 5px 10px 5px 20px !important;
            color: #fff;
        }

        .responsive .art-nav ul.art-hmenu ul a {
            padding: 5px 10px 5px 25px !important;
        }

    .responsive ul.art-hmenu > li ul li a, ul.art-hmenu > li ul li a:link {
        color: #ccc !important;
        font-weight: 400 !important;
    }



    .art-nav .art-menu-btn span {
        background: #006780;
        border-radius: 2px;
        display: block;
        height: 3px;
        margin: 3px 1px;
        position: relative;
        -moz-transition: background .2s;
        -o-transition: background .2s;
        -webkit-transition: background .2s;
        transition: background .2s;
    }



    .responsive nav.art-nav, .responsive .art-nav-inner {
        width: auto !important;
        position: relative !important;
        top: 10px !important;
        left: auto !important;
        right: 0 !important;
        bottom: auto !important;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 0;
        text-align: left !important;
    }

    .responsive header.top-header.fixed-header nav.art-nav {
        top: 0 !important;
    }

    .responsive .art-nav ul.art-hmenu a {
        height: auto;
        white-space: normal;
        text-align: left;
        padding: 5px 10px 5px 20px !important;
        color: #fff;
    }

    .responsive .art-nav ul.art-hmenu li.active > a.active {
        color: #fb4f00 !important;
        border-bottom: 1px solid #fb4f00;
    }

    ul.art-hmenu > li ul li a, ul.art-hmenu > li ul li a:link {
        font-size: 12px !important;
    }

    ul.art-hmenu li:hover {
        border-bottom: none;
        color: #fff;
    }

    ul.art-hmenu li, ul.art-hmenu li li {
        border-bottom: none;
    }

    .responsive .art-nav ul li.has-menu > a:after {
        content: "+";
        float: right;
        font-weight: 600;
        font-size: 22px;
    }
    .responsive .art-nav ul li.has-menu.active > a:after {
        content: "-";
    }
    

    .responsive .art-nav ul li:not(.has-menu) a:after,
    .responsive .art-nav ul li:not(.has-menu) a.active:after {
        content: "";
    }
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .sitelogo {
        max-width: 100%;
    }
    .dashBoardLeft {
        max-width: 69%;
    }

    .loginRight {
        width: 100%;
    }

    .footerMenu {
        float: none;
    }

    .loginRight {
        width: 100%;
    }

    .microPartnerLogo, #contact {
        display: none;
    }

    .carousel-inner h3 {
        font-size: 48px;
        line-height: 50px;
    }

    .carousel-caption {
        width: 100%;
        top: 50%;
    }

        .carousel-caption p {
            font-size: 24px;
        }

    .header-logo img {
        max-width: 100%;
    }

    .Headerphone {
        padding: 0 20px 0 20px;
    }

    .testimonialtxt {
        width: 80%;
    }
}

@media only screen and (max-width : 767px) {
    .responsive .art-content-layout img, .responsive .art-content-layout video {
        max-width: 100% !important;
        height: auto !important;
        float: left !important;
        margin: 0 0 10px 0 !important;
    }

    .boxPanel {
        padding: 10px 5px;
    }

    .gradientBtn, .gradientBtnGrayButton {
        margin-bottom: 5px;
    }

    .col-xs-12 .gradientBtn, .col-xs-12 .gradientBtnGrayButton {
        margin-top: 5px;
    }

    

    .SearchBigRadio {
        width: 100%;
    }

    .carousel-indicators {
        bottom: -10px;
    }

    .section-spacing {
        padding: 50px 0;
    }

    section#call-to-action p.cta-text {
        text-align: left;
        line-height: 24px;
    }

    .dashBoardLeft {
        max-width: 100%;
    }

    .section-spacing h2, .feature h1 {
        font-weight: 600;
        font-size: 20px;
        line-height: normal;
    }

    img.partnerlogos {
        margin: 30px 0 0 0;
    }

    footer .footer-menu li a {
        border-right: none;
    }

    .footerMenu {
        float: none;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
    }

    .contactDetails {
        padding: 0;
    }

    .technologyImage {
        position: relative;
        top: 0;
        transform: none;
    }

    .header-logo {
        padding: 0 60px 0 0;
    }

    .navbar {
        min-height: unset;
    }

    #contact, .isoCertificate, .navbar-header {
        display: none;
    }

    .carousel-inner > .item {
        min-height: auto;
        max-height: 50vh;
    }

        .carousel-inner > .item img {
            height: 100% !important;
        }



    .testimonialtxt {
        width: 90%;
    }

    .whoWeAreList {
        border: none;
        padding: 0;
        margin: 0;
    }

    .servicesPanel.BlueBoxService, .servicesPanel.BlueBoxService:hover {
        border: none;
    }

    .dashBoardLeft {
        max-width: 100%;
    }

    .whyCascoFX {
        width: 78%;
    }

    .art-footer {
        min-width: 600px;
        max-width: 600px;
    }

    .scrollup, .logotxt, .homelaunchboxModel {
        display: none !important;
    }

    .carousel-caption {
        margin-top: 0;
        left: 50%;
        text-align: center;
        width: 90%;
        max-width: 100%;
        transform: translate(-50%, -50%);
    }

    .carousel-inner h3 {
        font-size: 24px;
        white-space: normal;
        line-height: 30px;
        padding: 0;
        text-align: center;
    }

    .carousel-caption p {
        line-height: 20px;
        margin: 10px 0;
        padding: 0;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
    }

    .responsive .art-nav ul.art-hmenu {
        float: left;
        text-align: center;
        display: none;
        position: fixed;
        right: 0;
        left: auto;
        background-color: #00385d;
        background-image: none;
        border-top: none;
        border-bottom: none;
        top: 0;
        padding-top: 70px;
        height: 100vh;
        overflow-y: scroll;
        width: 75%;
    }



    .carousel-inner .slider-link-button {
        min-height: unset;
        font-size: 16px;
    }

    .title {
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        z-index: auto;
        position: relative;
    }

    .servicesPanel.BlueBoxService, .servicesPanel.BlueBoxService:hover {
        min-height: unset;
        border: none;
        float: left;
        width: 100%;
        padding-bottom: 30px;
        transition: all 0.2s;
    }

        .servicesPanel .box .icon, .servicesPanel.BlueBoxService ul li, .servicesPanel .box h2 {
            text-align: center;
        }

        .servicesPanel.BlueBoxService .box .viewmoreButton {
            float: none;
        }

    .footerMenu {
        margin-top: 20px;
    }

    footer .footer-menu a {
        margin-left: 0;
        margin-right: 20px;
    }

    .homelaunchboxModel {
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .loginRight {
        max-width: 100%;
    }
}
