
@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto medium';
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf');
}


@font-face {
    font-family: 'Roboto Light Italic';
    src: url('../fonts/Roboto-LightItalic.ttf');
}

body, html {
    font-family: "Roboto Regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Light Italic","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: normal;
}


/*Slider*/
.first-slide, .second-slide, .third-slide {
    background-image: url(../img/carouselImg02.png);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


/*Theme for Solution Section*/
.inverted {
    background-color: #ed1c24;
}

.home-concept strong {
    color: #ed1c24;
}

.home-concept strong {
    display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px;
}

h1.word-rotator-title .inverted {
    min-height: 56px;
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px;
}

.inverted {
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}


.mb-sm {
    margin-bottom: 40px !important;
}

.home-concept {
    background: transparent url(../img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}


    .home-concept .sun {
        background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
        width: 60px;
        height: 56px;
        display: block;
        position: absolute;
        left: 10%;
        top: 35px;
    }

    .home-concept .cloud {
        background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
        width: 116px;
        height: 56px;
        display: block;
        position: absolute;
        left: 57%;
        top: 35px;
    }

    .home-concept .process-image {
        background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
        width: 200px;
        margin: 90px auto 0 auto;
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
    }

        .home-concept .process-image img {
            /* border-radius: 150px;*/
            margin: 7px 8px;
            width: auto;
            height: auto;
            max-width: 200px;
            max-height: 200px;
        }

    .home-concept .project-image {
        background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
        width: 350px;
        margin: Auto;
        padding-bottom: 45px;
        position: relative;
        z-index: 1;
    }

.fc-slideshow {
    position: relative;
    width: 338px;
    height: 338px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    top: 29px;
}

ul.fc-slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.fc-slides li {
        display: block;
    }

.fc-slideshow img {
    border-radius: 50%;
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em;
}

.CirculTitle {
    font-family: "Roboto Light Italic","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 20px;
    font-style: italic;
    color: #8D8D8D;
}

/*Section For Word Rotate*/

.Sec-Solution .lead {
    font-size: 16px;
    font-weight: lighter;
    color: #999999;
    font-family: "Roboto Light Italic","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    max-width: 900px;
    margin: auto;
}
/* Word Rotate */
.word-rotate {
    display: inline-block;
    overflow: visible;
    text-align: center;
    position: relative;
    max-height: 22px;
    line-height: 22px;
}

    .word-rotate .word-rotate-items {
        position: relative;
        top: 0;
        /*	width: 0;*/
        display: inline-block;
    }

        .word-rotate .word-rotate-items span {
            display: inline-block;
            white-space: nowrap;
        }

            .word-rotate .word-rotate-items span:not(:first-child) {
                display: none;
            }

    .word-rotate.active .word-rotate-items {
        position: relative;
    }

        .word-rotate.active .word-rotate-items span {
            display: inline-block;
            float: left;
            clear: both;
        }

h1.word-rotator-title .inverted {
    min-height: 50px;
}

h1.word-rotator-title .word-rotate {
    max-height: 46px;
    line-height: 46px;
    margin-bottom: -9px;
}

h2.word-rotator-title .inverted {
    min-height: 46px;
}

h2.word-rotator-title .word-rotate {
    max-height: 42px;
    line-height: 42px;
    margin-bottom: -9px;
}

h3.word-rotator-title .inverted {
    min-height: 25px;
}

h3.word-rotator-title .word-rotate {
    max-height: 24px;
    line-height: 24px;
    margin-bottom: -2px;
}

h4.word-rotator-title .inverted {
    min-height: 32px;
}

h4.word-rotator-title .word-rotate {
    max-height: 27px;
    line-height: 27px;
    margin-bottom: -6px;
}

h5.word-rotator-title .inverted {
    min-height: 18px;
}

h5.word-rotator-title .word-rotate {
    max-height: 18px;
    line-height: 18px;
    margin-bottom: -4px;
}

h6.word-rotator-title .inverted {
    min-height: 20px;
}

h6.word-rotator-title .word-rotate {
    max-height: 18px;
    line-height: 18px;
    margin-bottom: -4px;
}

p .inverted {
    min-height: 24px;
}

p .word-rotate {
    max-height: 22px;
    line-height: 22px;
    margin-bottom: -6px;
}

.align-center, .center {
    text-align: center !important;
}



/*Navigation*/
.header-nav {
    display: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ed1c24;
    background-color: #f3f3f3;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #ed1c24;
    background-color: transparent;
}

.quickContact ul {
    margin-top: 8px;
    margin-bottom: 0px;
}


.navbar-wrapper .navbar {
    border-radius: 0px;
}

.navbar-wrapper {
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.31);
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

    .navbar-inverse .navbar-brand {
        color: #EA3940;
    }

.navbar {
    margin-bottom: 0px;
    margin-top: 50px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #ed1c24;
    background-color: transparent;
    border-bottom: 3px solid #ed1c24;
}

.navbar-inverse .navbar-nav > li > a {
    color: #505050;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #ed1c24;
        border-bottom: 3px solid #ed1c24;
    }

.navbar-inverse .navbar-toggle {
    border-color: #ed1c24;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ed1c24;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0,0,0,.05);
    }

#SecNav {
    padding-top: 25px;
}


/*carousel*/
.carousel-inner > .item > img {
    height: 100%;
}

.carousel {
    height: 100%;
    margin-bottom: 0px;
}

    .carousel .item {
        height: 695px;
        background-color: #e1e7e5 !important;
    }

.carousel-caption {
    text-align: right;
    color: #505050;
    text-shadow: none;
    font-style: italic;
    bottom: 0px;
    color: #051432;
}

    .carousel-caption h1 {
        font-weight: 800;
        color: #051432;
    }

    .carousel-caption .btn-default {
        width: 200px;
        color: #cd181f;
        /* font-weight: 500; */
        text-shadow: none !important;
        background-color: transparent;
        border-color: #cd181f !important;
        border: 2px solid;
        border-radius: 8px;
        font-family: "Roboto medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

.carousel-indicators .active {
    background-color: #ED1C24;
}

.carousel-indicators li {
    background-color: #bcbbbb;
    border: none;
}



/*buttons Style*/
.btnPricing {
    font-family: "Roboto Light Italic" !important;
    padding: 5px 30px !important;
}

.btn {
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    /*font-family: 'Roboto Light';*/
    letter-spacing: 0.5px;
    font-style: normal;
    /*text-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15),0 -3px 0 0 rgba(0,0,0,.2)inset;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.15), 0 -3px 0 0 rgba(0,0,0,.2) inset;*/
}

.btn-primary {
    background-color: #ed1c24;
}

    .btn-primary:hover {
        background-color: #be171d;
    }

/*Left Panel*/
.LeftPanel {
    display: none;
    /*  background-color: rgba(255,255,255,0.50);
    height: 695px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: 5%;
    z-index: 1;
    box-shadow: 0px -3px 5px #888888;
    -webkit-box-shadow: 0px -3px 5px #888888;
    -moz-box-shadow: 0px -3px 5px #888888;*/
}

.LPanelContent {
    margin-top: 40%;
    font-size: 15px;
}


.LeftPanel h4 {
    font-family: "Roboto Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.LeftPanel a, .LeftPanel a:hover {
    text-decoration: none;
    color: #676767;
}

.LeftPanel .img-circle {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: 5px;
    /* box-shadow: 0px 0px 0px 2px rgba(84, 84, 84, 0.2); */
    background-color: #ED1C24;
    width: 50px;
    height: 50px;
}

.LeftPanel svg {
    fill: #fff;
    stroke: #fff;
    margin: 7px 0px 0px 7px;
    vertical-align: middle;
    text-align: center;
    height: 35px;
    width: 35px;
}

.LeftPanel .icon {
    /* width: 28px;*/
}

.AnalyticsIcon {
    width: 35px !important;
}

.LeftPanel .OurFeature a {
    color: #000018;
}

.LeftPanel .OurFeature svg {
    margin: 0px 0px 0px 7px;
    vertical-align: middle;
    text-align: center;
    fill: #0C2344;
    height: 25px;
    width: 35px;
}

.LeftPanel .OurFeature .img-circle {
    display: inline-block;
    overflow: visible;
    vertical-align: middle;
    margin: 5px;
    /* box-shadow: 0px 0px 0px 2px rgba(84, 84, 84, 0.2); */
    background-color: transparent;
    width: 45px;
    height: 25px;
}



/* common styles*/
h2 {
    font-size: 30px;
}

.strong {
    font-family: "Roboto medium", arial;
}

.light {
    font-family: "Roboto Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

svg {
    fill: rgba(88, 88, 88, 0.58);
}

    svg:not(:root) {
        vertical-align: middle;
    }

.Sec-Payment .icon {
    width: 35px;
    height: 35px;
}

.logo {
    width: 160px;
}

.navbar-brand {
    float: left;
    height: 100px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

/*Section what is medexcloud*/
.txt-medex {
    color: #ed1c24;
}

.whatMX ul {
    font-size: 13px;
}

.whatMX .CheckIcon {
    width: 25px;
    stroke: #ed1c24;
}

.whatMX ul li {
    margin-bottom: 10px;
}

.Red {
    color: #ed1c24;
    font-family: "Roboto medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    display: block;
    margin-left: 29px;
}

.featurette-divider {
    border-top: 1px solid transparent;
}

.txt-cloud {
    color: #0c2344;
}

.whatMX-heading {
    /*font-size: 40px;*/
}

.whatMx-P {
    width: 95%;
    margin: 20px 0 10px;
    line-height: 1.7;
}

.whatMX {
    background-color: #FFFFFF;
    padding: 20px 0px 20px 0px;
    text-align: left;
}




/*Sec-Products*/

.Sec-Products {
    background: #f2f2f2;
    color: #051432;
}

.SecSepration {
    margin-top: 6%;
}

.In-Patient, .Claims {
    stroke: none !important;
}

.ProductIcon svg, .ProductIcon svg, .Sec-Products svg {
    width: 40px;
    height: 40px;
    stroke: #cd181f;
    fill: #cd181f;
}

.Sec-Products h4 {
    font-family: "Roboto medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    color: #6b6b6b;
}

.Sec-Products p {
    color: #949494;
}

.ProductBGImg {
    background-image: url("../img/img_BG.png");
}

.modal-footer {
    border: none !important;
}

.BG-Img {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
}

.Sec-Benefits a {
    margin-top: 20px;
}


.panel-group svg {
    width: 30px !important;
    height: 30px !important;
    stroke: #999 !important;
    fill: #999 !important;
}

    .panel-group svg:hover, .panel-group svg:focus {
        stroke: #cd181f !important;
        fill: #cd181f !important;
    }
/* Counters */
.counters .counter {
    text-align: center;
}

.counters .fa, .counters .icons {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px !important;
    margin-top: 50px !important;
    text-align: center;
}

.counters span {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 10px;
    margin-top: 10px;
    font-family: "Roboto Light Italic","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    text-align: center;
}

.appear-animation {
    margin-top: 60px;
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
    display: inline-block;
}

.counter:after {
    content: " +";
    font-size: 34px;
    vertical-align: top;
}

.counters .counter-with-unit strong {
    display: inline-block;
}

.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 25px;
}

.counters.counters-sm .fa, .counters.counters-sm .icons {
    font-size: 25px;
    line-height: 25px;
}

.counters.counters-sm strong {
    font-size: 35px;
    line-height: 35px;
}

.counters.counters-sm label {
    font-size: 15px;
    line-height: 15px;
}

.counters.counters-lg .fa {
    font-size: 45px;
    line-height: 45px;
}

.counters.counters-lg strong {
    font-size: 60px;
    line-height: 60px;
}

.counters.counters-lg label {
    font-size: 25px;
    line-height: 25px;
}

.counters.counters-text-light .counter {
    color: #FFF !important;
}

    .counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
        color: #FFF !important;
    }


.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
    color: #ffffff !important;
}


/*Sec benifits*/

.panel-group.without-borders .panel {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #DDD;
    border-radius: 0;
}

.panel-group.without-bg .panel-default > .panel-heading {
    background: transparent !important;
}

.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
    text-decoration: none;
    color: #cd181f;
}

.panel-group .panel-heading a {
    color: #a4a4a4;
    font-family: 'Roboto Light Italic';
    font-weight: 600;
}

.panel-group .panel-body p {
    color: #929292;
    font-family: 'Roboto Light Italic';
}

.panel-group .panel-heading a .fa, .panel-group .panel-heading a .icons {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}


/*Sec-Pricing*/
.pricing-table {
    padding-top: 10px;
}

.Header-hr {
    margin-top: 6px;
    margin-left: 35px;
    margin-bottom: 20px;
    border: 0;
    width: 50%;
    border-top: 5px solid #eee;
}

.HugeNumber span {
    font-size: 12px;
}

.CreditBased h5 {
    margin-bottom: -11px;
}

.checklist li {
    margin-bottom: 10px;
}

.Sec-Pricing {
    background: #f2f2f2;
    background-image: url("../img/img_BG.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.HugeNumber {
    font-size: 10em;
    color: #FFF;
    font-weight: 800;
    margin-top: 0px;
}

.CreditBased {
    background-color: #cd181f;
    color: #ffffff;
}

    .CreditBased h5 {
        color: #ffffff !important;
    }


/* common Section*/
section {
    padding: 50px 0px 60px 0px;
}

.Heading {
    margin-bottom: 50px;
}

.sectionHeading {
    margin-bottom: 50px;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #777;
}

.btn-default:hover {
    color: #ffffff !important;
    background-color: #cd181f !important;
    border-color: #cd181f !important;
    border: 2px solid rgba(205, 24, 31, 0.49);
    border-radius: 8px;
}


.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #bebebe !important;
    border: 2px solid;
    border-radius: 8px;
}


.marketing .btn {
    padding: 8px 20px;
    font-size: 14px;
    color: #8a8a8a;
    border-radius: 5px;
}


/*Solutions Section*/

.Sec-Solutions {
    background-color: #ed1c24;
    color: #fff;
}

.SolutionsIcon {
    height: 180px;
}

/*Seprat-Sec*/

.Seprat-Sec {
    background: #cd181f;
    color: #FFF;
    text-align: center;
}

    .Seprat-Sec p {
        font-size: 16px !important;
        font-family: 'Roboto Light';
    }

    .Seprat-Sec strong {
        /*font-size: 18px !important;*/
    }

    .Seprat-Sec .btn-default {
        color: #ffffff !important;
        border-color: #ffffff !important;
    }

        .Seprat-Sec .btn-default:hover {
            color: #cd181f !important;
            border-color: #cd181f !important;
            background-color: #ffffff !important;
        }

.Dif-Font {
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: normal;
}
/*Payment Section*/

.Sec-Payment {
    background-image: url("../img/img-Cover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: #000018;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

    .Sec-Payment .cover {
        position: absolute;
        pointer-events: none;
        z-index: 0;
    }

    .Sec-Payment img .cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        overflow-x: hidden;
        filter: blur(7px);
        -webkit-filter: blur(7px);
    }

    .Sec-Payment .sectionHeading {
        margin-bottom: 10px;
    }

.PaymentP {
    font-family: "Roboto Light";
    letter-spacing: .5px;
    margin-bottom: 4%;
}

.Sec-Payment .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    font-family: "Roboto medium", arial;
    letter-spacing: .5px;
}

.Sec-Payment .nav-tabs > li.active, .Sec-Payment .nav-tabs > li:hover {
    border-bottom: 3px solid #009DDC;
    fill: #fff;
    color: #fff;
    cursor: hand;
}


    .Sec-Payment .nav-tabs > li.active svg, .Sec-Payment .nav-tabs > li:hover svg {
        fill: #fff;
    }

.Sec-Payment .nav-tabs > li > a {
    color: rgba(184, 184, 184, 0.58);
    letter-spacing: .5px;
}

.Sec-Payment .nav-tabs > li:hover > a {
    color: #fff;
    font-family: "Roboto medium", arial;
    background-color: transparent;
    border: none;
}

.Sec-Payment .nav-tabs {
    border-bottom: 1px solid rgba(52, 67, 92, 0.64);
    width: 50%;
    margin: 0 auto 5% auto;
}

    .Sec-Payment .nav-tabs > li {
        padding: 0px 5% 0px 5%;
    }

.Sec-Payment hr {
    border-top: 1px solid rgba(107, 107, 107, 0.30);
}

.PriceName {
    color: #6b6b6b;
    letter-spacing: .5px;
    font-size: 16px;
    display: block;
    margin-bottom: -17px;
}

.price {
    display: inline-flex;
    vertical-align: middle;
}

.pricing-price span {
    vertical-align: middle;
    margin-top: 35px;
}

.free {
    margin-bottom: 6px;
}

.EGP {
    color: #6b6b6b;
    font-size: 16px;
}

.btnScreenNum {
    background-color: transparent;
    font-family: "Roboto Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid gray;
    padding: 9px 30px;
    font-size: 20px;
    margin: 12px 0px 20px 0px;
    width: 100%;
}

    .btnScreenNum:hover {
        color: #fff;
    }

.btn-StartNow {
    background-color: #0793dc;
    letter-spacing: 1px;
}

    .btn-StartNow:hover {
        background-color: #0775AE;
        letter-spacing: 1px;
        color: #fff;
    }

.btn-Red {
    background-color: #ed1c24;
    letter-spacing: 1px;
}

    .btn-Red:hover {
        background-color: #AE0E14;
        letter-spacing: 1px;
        color: #fff;
    }

.PatientNumIcon {
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    fill: #ffffff;
}

.ScreenIcon {
    width: 30px;
    height: 30px;
    fill: #1b4f99;
}

/*Slider*/
.slider.slider-horizontal {
    width: 100%;
    /*    width: 610px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;*/
}

.items {
    font-size: 16px;
}

    .items li {
        border: 1px solid gray;
        border-radius: 4px;
        padding: 10px;
        margin: 2% 0 2% 0;
    }

        .items li:hover, .items li:active {
            background-color: rgba(255, 255, 255, 0.2);
            cursor: pointer;
        }

.liactive {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.items b {
    font-size: 21px;
}

.Fess {
    float: right;
    font-size: 21px;
}

#ex1Slider .slider-selection {
    background: #089eec !important;
}

.slider-track {
    border-radius: 6px !important;
}

.slider-handle {
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) !important;
    box-shadow: inset 1px 1px 2px rgb(90, 90, 90), 0 1px 2px rgba(0, 0, 0, 0.39) !important;
    border: 5px solid rgb(230, 229, 229) !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #FFF;
    border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FFF;
}




/*footer*/
footer {
    background-color: #051432;
    min-height: 200px;
    color: #ffffff;
    padding-top: 10px;
    margin-bottom: -40px;
}

.fa-facebook, .social-icons-twitter, .social-icons-linkedin {
    /*font-size: 25px;*/
}

footer .social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #051432 !important;
    text-decoration: none;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
    color: #ffffff !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
    color: #ffffff !important;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
    color: #ffffff !important;
}

footer .btn-primary, #contactForm .btn-primary {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer h4 {
    color: #ffffff;
    margin-top: 40px;
}

footer label, #contactForm label , label {
    margin-top: 15px;
}

footer .list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

.carousel-caption .btn {
    margin-bottom: 10px;
}

.marketing {
    text-align: center;
}

.Seprate-span {
    display: none;
}

.navbar-fixed-top {
    background-color: rgba(238, 244, 244, 0.61);
}

.top-nav-collapse {
    padding: 0;
}

.scrollDownNav {
    background-color: rgb(241, 246, 247);
    display: none;
}

    .scrollDownNav .logo {
        width: 100px;
    }

    .scrollDownNav .navbar {
        margin-top: 0px;
    }

    .scrollDownNav .navbar-brand {
        float: left;
        height: 40px;
        padding: 4px 0px 0px 48px;
        margin: auto;
    }

/*======================================Media Query============================================================================================*/
@media (min-width: 1024px) {
    .navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .appear-animation {
        margin-top: 0px;
    }

    .counters label {
        margin-top: 20px;
    }

    .Red {
        display: inline-block;
        margin-left: 0px;
    }

    .first-slide, .second-slide, .third-slide {
        background-image: url(../img/carouselImg01.jpg);
        background-color: rgba(0, 0, 0, 0);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    .carousel-caption {
        text-align: right;
        color: #505050;
        text-shadow: none;
        font-style: italic;
        top: 200px;
        color: #051432;
    }

    .Sec-Benefits .btn-lg {
        float: right;
    }


    /*===========================================scroll Down Nav=========================================*/
    .hideMainnav {
        display: none;
    }
    #SecNav {
    padding-top: 0px;
}
    .ShowMainnav {
        display: block;
    }

    .ShowScrollnav {
        display: block !important;
    }

    .scrollDownNav {
        background-color: rgb(241, 246, 247);
        display: none;
    }

        .scrollDownNav .logo {
            width: 100px;
        }

        .scrollDownNav .navbar {
            margin-top: 0px;
        }

        .scrollDownNav .navbar-brand {
            float: left;
            height: 40px;
            padding: 4px 0px 0px 48px;
            margin: auto;
        }


    .navbar-nav {
        float: right;
        margin: 0;
    }

    .carousel-caption .btn {
        margin-bottom: 0px;
    }

    .Seprat-Sec {
        text-align: left;
    }

    .Seprate-span {
        display: block;
    }

    .marketing {
        text-align: left;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: rgba(179, 179, 179, 0);
    }

    .header-nav {
        display: inline-flex;
        float: right;
        margin-top: 10px;
        margin-right: 2%;
    }

    .whatMX {
        padding: 20px 0px 20px 0px;
    }

        .whatMX ul {
            font-size: 14px;
        }

        .whatMX p:first-child {
            width: 85%;
            margin-top: 20px;
        }

    /*Left Panel*/
    .LeftPanel {
        display: block;
        background-color: rgba(255,255,255,0.50);
        height: 695px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-left: 5%;
        z-index: 1;
        box-shadow: 0px -3px 5px #888888;
        -webkit-box-shadow: 0px -3px 5px #888888;
        -moz-box-shadow: 0px -3px 5px #888888;
    }

    .carousel-inner > .item > img {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .home-concept {
        background: none;
    }
}
