@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   2.2
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
    color: #555;
    font-family: 'Calibri', helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
}

.mt {
    margin-top: 10px;
}

span.navy {
    color: #115472;
}

p.text-color {
    color: #676a6c;
}

a.navy-link {
    color: #115472;
    text-decoration: none;
}

    a.navy-link:hover {
        color: #17a185;
    }

address {
    font-size: 13px;
}

h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200;
}

.navy-line {
    width: 60px;
    height: 1px;
    margin: 40px auto 0;
    border-bottom: 2px solid #138c41;
}

.navy-bg {
    background-color: #115472;
    color: #ffffff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1500;
}
    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

.navbar-default.navbar-scroll {
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0px !important;
    padding: 0px;
    border-bottom: 1px solid #e7eaec;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

    .navbar-default .nav li a {
        color: #333;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 20px 10px;
        border-top: 6px solid #fff;
        font-weight: 700;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        background: transparent;
        color: #333;
        border-top: 6px solid #159c49;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #138c41;
    }

    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: #fff;
    }

    .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
        background: transparent;
        color: inherit;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .navbar-brand {
        color: #fff;
        height: auto;
        display: block;
        font-size: 14px;
        padding: 15px 0px;
        margin: 0px !important;
        font-weight: 700;
        transition: all 0.3s ease-in-out 0s;
    }

.navbar-scroll.navbar-default .nav li a:hover {
    color: #115472;
}

.navbar-wrapper .navbar.navbar-scroll {
    border-radius: 0;
    background: #fff;
    z-index: 1200;
}

.navbar.navbar-scroll .navbar-brand {
    border-radius: 5px;
    font-size: 12px;
    padding: 15px 0;
    height: auto;
}

.navbar-default .nav li.lnk-signin .btn,
.navbar-default .nav li.lnk-signup .btn {
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    border: none;
    margin: 18px 0px 10px 15px;
}

    .navbar-default .nav li.lnk-signin .btn:focus {
        color: #fff;
        background-color: #0082a2;
        border-color: #0082a2;
    }

    .navbar-default .nav li.lnk-signin .btn:hover {
        color: #fff;
        background-color: #0082a2;
        border-color: #0082a2;
    }

    .navbar-default .nav li.lnk-signup .btn:focus {
        color: #fff;
        background-color: #17a753;
        border-color: #12a04d;
    }

    .navbar-default .nav li.lnk-signup .btn:hover {
        color: #fff;
        background-color: #17a753;
        border-color: #0f9546;
    }

.navbar-toggle {
    margin: 20px;
}

.caption-center {
    text-align: center;
}

.main-search {
    padding: 10px 20px;
    color: #333;
    border: 1px solid #fff;
    width: 100%;
    font-size: 18px;
}

.support i {
    color: #115472;
    font-size: 26px;
    margin: 5px 0px;
}

.support a {
    color: #666;
    margin: 0px;
    display: block;
}

.support h3 {
    margin: 6px 0px;
    font-size: 18px;
}

.career {
    padding: 0px 0px 30px;
    text-align: center;
}

.career-list {
    margin: 10px 0px;
}

    .career-list i {
        margin: 0px 0px 0px 20px;
        font-size: 26px;
        font-weight: normal;
        vertical-align: middle;
    }

.career-list {
    list-style-type: none;
}

    .career-list li {
        display: inline-block;
        margin: 10px auto;
    }

        .career-list li a {
            text-decoration: none;
        }

.footer a {
    margin-left: 15px;
}

.page-content p {
    text-align: justify;
}

.page-content h4 {
    font-size: 22px;
    padding-top: 10px;
}

/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
    height: 550px;
    width: 100%;
    background: url('../img/banner-bg.jpg') 50% bottom no-repeat; /*background:#045372;*/
}

.inner-banner {
    background: url('../img/inner-banner-bg.jpg') 50% 0 no-repeat;
    color: #fff;
    margin-top: 75px;
    padding: 15px 0px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    height: 550px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 550px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 550px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    z-index: 1000;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control {
    width: 6%;
}

.carousel-inner .container {
    position: relative;
}

.carousel-inner {
    z-index: 1000;
    overflow: visible;
}

.carousel-caption {
    position: absolute;
    top: 100px;
    text-align: center;
}

    .carousel-caption input {
        background: rgba(255,255,255,.2);
        color: #fff;
        border-width: 1px;
        border-radius: 6px;
    }

    .carousel-caption .check-box {
        margin: 10px 0px;
    }

        .carousel-caption .check-box .i-checks {
            margin-right: 20px;
            font-size: 18px;
        }

            .carousel-caption .check-box .i-checks label {
                font-weight: normal;
            }

        .carousel-caption .check-box .iradio_square-green {
            vertical-align: top;
        }

.carousel-inner .phone {
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 100px;
}

.carousel-caption.caption-center {
    top: 200px;
}

.carousel-image {
    position: absolute;
    right: 10px;
    top: 150px;
}

.carousel-indicators {
    padding-right: 60px;
}

.carousel-caption h1 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    text-shadow: none;
    margin: 30px 0 5px;
}

.carousel-caption .small-text {
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: none;
}

.caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

    .caption-link:hover {
        text-decoration: none;
        color: inherit;
    }

.timer {
    font-size: 20px;
}

    .timer span {
        background: #fff;
        border-radius: 6px;
        margin-right: 5px;
        margin-left: 10px;
        padding: 7px 0px;
        text-shadow: none;
        color: #333;
        width: 50px;
        text-align: center;
        display: inline-block;
    }

/* Sections
------------------------- */
.services {
    padding-top: 60px;
}

    .services h2 {
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: 600;
        text-transform: uppercase;
    }

.features-block {
    margin: 20px 0;
}

.features-text {
    margin-top: 20px;
}

    .features-text img {
        margin: 10px auto 20px;
        text-align: center;
        display: block;
        width: 90px;
        height: 80px;
    }

    .features-text .icon {
        width: 120px;
        text-align: right;
    }

    .features-text p {
        text-align: justify;
    }

.features small {
    color: #115472;
}

.features h2 {
    font-size: 22px;
    margin: 0 0 10px;
    display: inline-block;
}

.features-text-alone {
    margin: 40px 0;
}

    .features-text-alone h1 {
        font-weight: 200;
    }

.features-icon {
    color: #115472;
    font-size: 26px;
    margin-right: 5px;
}

.solutions-list {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}

    .solutions-list li {
        text-align: justify;
        padding-bottom: 10px;
    }

    .solutions-list b {
        color: #125573;
    }

.table-pricing {
    margin: 30px 0 0;
}

    .table-pricing th {
        background: #115472;
        color: #fff;
    }

    .table-pricing th, .table-pricing td {
        text-align: center;
    }

        .table-pricing td:first-child {
            text-align: left;
        }

.price-tr td {
    color: #159c49;
    font-size: 18px;
    font-weight: 700;
}

.table-pricing td i.fa-check {
    color: #159c49;
}

.table-pricing td i.fa-remove {
    color: #d9534f;
}

.navy-section {
    margin-top: 60px;
    background: #115472;
    color: #fff;
    padding: 20px 0;
}

.gray-section {
    background: #f4f4f4;
    margin-top: 30px;
}

.team-member {
    text-align: center;
}

    .team-member img {
        margin: auto;
    }

.social-icon a {
    background: #115472;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px;
}

    .social-icon a:hover {
        background: #17a185;
    }

.img-small {
    height: 88px;
    width: 88px;
}

.pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px;
}

    .pricing-plan.selected {
        transform: scale(1.1);
        background: #f4f4f4;
    }

    .pricing-plan li {
        padding: 10px 16px;
        border-top: 1px solid #e7eaec;
        text-align: center;
        color: #aeaeae;
    }

    .pricing-plan .pricing-price span {
        font-weight: 700;
        color: #115472;
    }

li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px;
}

li.pricing-title {
    background: #115472;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}

.big-icon {
    font-size: 56px;
}

.features .big-icon {
    color: #115472;
}

.contact {
    background-image: url('../img/word_map.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 0px;
}
/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #115472;
    border-color: #115472;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #138c41;
        border-color: #138c41;
        color: #FFFFFF;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #1dc5a3;
            border-color: #1dc5a3;
        }
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

        .navbar-wrapper .container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar-wrapper .navbar {
            padding-right: 0;
            padding-left: 0;
        }
        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            border-radius: 4px;
        }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (max-width: 992px) {
    .carousel-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .carousel-caption,
    .carousel-caption.blank {
        top: 80px;
        left: 10%;
        right: 10%;
    }

        .carousel-caption h1 {
            font-size: 28px;
        }

    .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px;
    }

    .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 15px 0;
    }

    .navbar-right {
        margin-right: 0px;
    }

    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: inherit;
    }

    .navbar-default .nav li a {
        padding: 5px;
        margin-left: 0px !important;
    }

        .navbar-default .nav li a:hover {
            color: #115472;
        }

    .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }

    .nav > li > a {
        padding: 25px 10px 15px 10px;
    }

    .navbar-nav > li > a {
        padding: 20px 10px;
    }

    .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 5px;
        font-size: 12px;
        padding: 10px;
        height: auto;
    }

    .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #159c49;
    }

    .carousel-control {
        display: none;
    }

    #Features, #Features p {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

section.timeline {
    padding-bottom: 30px;
}

section.comments {
    padding-bottom: 80px;
}

.comments-avatar {
    margin-top: 25px;
    margin-left: 22px;
}

    .comments-avatar .commens-name {
        font-weight: 600;
        font-size: 14px;
    }

    .comments-avatar img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        margin-right: 10px;
    }

.bubble {
    position: relative;
    height: 120px;
    padding: 20px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 14px 0;
        border-color: #FFFFFF transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -15px;
        left: 30px;
    }
/* New Timeline style */
.vertical-container { /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .vertical-container::after { /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #f1f1f1;
    }

.vertical-timeline-content .btn {
    float: right;
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #vertical-timeline.center-orientation:before {
            left: 50%;
            margin-left: -2px;
        }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }

        .center-orientation .vertical-timeline-icon i {
            margin-left: -12px;
            margin-top: -10px;
        }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px;
    }

    .vertical-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .vertical-timeline-content .vertical-date {
        float: left;
        font-weight: 500;
    }

.vertical-date small {
    color: #115472;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .center-orientation .vertical-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }

        .center-orientation .vertical-timeline-content .btn {
            float: left;
        }

        .center-orientation .vertical-timeline-content .vertical-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 2px;
            font-size: 14px;
        }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: white;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
            float: right;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

.btn-primary {
    background-color: #159c49;
    border-color: #159c49;
    color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .btn-primary.active:focus {
        background-color: #138c41;
        border-color: #138c41;
        color: #FFFFFF;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #1dc5a3;
            border-color: #1dc5a3;
        }


.tab-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    clear: both;
}

    .tab-nav li.nav-item {
        margin: 0px 10px 0px 0px;
        padding: 0px;
        float: left;
    }

    .tab-nav li a {
        border-width: 1px 1px medium;
        border-style: solid solid none;
        border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6) currentColor;
        padding: 10px 15px;
        border-image: none;
        text-align: center;
        color: rgb(255, 255, 255);
        text-decoration: none;
        display: block;
        min-width: 100px;
    }

    .tab-nav li.current_item a {
        background: rgba(0, 0, 0, 0.4);
        border-width: 1px 1px medium;
        border-style: solid solid none;
        border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) currentColor;
        padding: 10px 0px;
        border-image: none;
        font-weight: bold;
    }

    .tab-nav li.fixed_item a {
        background: rgba(0, 0, 0, 0.4);
        border-width: 1px 1px medium;
        border-style: solid solid none;
        border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) currentColor;
        padding: 10px 15px;
        border-image: none;
        font-weight: bold;
    }

.tab-panel {
    padding: 10px 0px;
    clear: both;
    margin-bottom: 20px;
}

.searchlinks {
    background: none;
    margin: 0px auto;
    padding: 20px 0px;
    width: 600px;
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 100px;
}


.promo {
    position: relative;
}

    .promo .fixed-container {
        width: 100%;
        position: relative;
    }

    .promo .main-search1 {
        padding: 10px 22px;
        color: #333;
        font-size: 13px;
        border: none;
        width: 100%;
        font-weight: normal !important;
    }

    .promo .main-search1 {
        margin: 0px auto;
        padding: 0px;
        width: 602px;
        float: none;
    }

        .promo .main-search1 select {
            padding: 7px;
            border: currentColor;
            border-image: none;
            width: 160px;
            color: rgb(51, 51, 51);
            display: inline-block;
        }

        .promo .main-search1 .form-block {
            text-align: left;
            margin-left: 30px;
        }

            .promo .main-search1 .form-block label {
                margin-right: 10px;
            }

        .promo .main-search1 .form-group {
            margin: 10px auto;
            clear: both;
            vertical-align: middle;
        }

        .promo .main-search1 .form-control {
            padding: 5px 12px 11px;
            border: 1px solid rgb(255, 255, 255);
            border-image: none;
            width: 550px;
            height: 40px;
            color: #fff;
            vertical-align: top;
            display: inline-block;
            margin-top: 10px;
        }

    .promo .otherlinks {
        background: rgba(0, 0, 0, 0.4);
        margin: 0px auto;
        padding: 30px 0px;
        width: 880px;
        color: rgb(255, 255, 255);
        position: relative;
        min-height: 149px;
    }

    .promo .sub-title {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        margin-top: -5px;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
    }

    .promo .otherlinks .search-links a {
        margin: 10px;
        padding: 25px 0px;
        width: 130px;
        vertical-align: middle;
        display: inline-table;
        white-space: normal;
    }

        .promo .otherlinks .search-links a i {
            font-size: 30px;
            margin-bottom: 10px;
            display: block;
        }

.ufrdobox {
    margin-left: 8px !important;
    margin-right: 3px !important;
}

.ddlbox {
    width: 703px;
    text-align: left;
    margin-top: 0px;
    margin-left: 15px;
    position: absolute;
    z-index: 2000 !important;
    cursor: pointer;
}

    .ddlbox li {
        text-shadow: none !important;
        font-size: 13px !important;
        background: rgb(255, 255, 255);
        padding: 6px 10px;
        color: rgb(51, 51, 51);
        border-top-color: rgb(226, 226, 226);
        border-top-width: 1px;
        border-top-style: solid;
        display: block;
        z-index: 2000;
    }

        .ddlbox li:first-child {
            border-top-color: currentColor;
            border-top-width: medium;
            border-top-style: none;
            border-radius: 4px 4px 0 0;
        }

        .ddlbox li:last-child {
            border-radius: 0 0 4px 4px;
        }

        .ddlbox li:hover {
            background: rgb(51, 51, 51);
            color: rgb(255, 255, 255);
            text-decoration: none;
        }

    .ddlbox .vmenu {
        margin: 0;
        padding: 0;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    }

.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
    background-color: transparent;
}

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 40px;
    }

.body-small .navbar-top-links li:last-child {
    margin-right: 0;
}

.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
    text-transform: capitalize !important;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links > .open > a, .navbar-top-links > .open > a:hover, .navbar-top-links > .open > a:focus {
    background: none !important;
    border-color: #fff !important;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
    font-weight: normal;
    border: none !important;
}

    .navbar-top-links .dropdown-menu li a div {
        white-space: normal;
    }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}

.count-info {
    padding: 22px 15px !important;
}

    .count-info .label {
        line-height: 12px;
        padding: 2px 5px;
        position: absolute;
        right: 6px;
        top: 12px;
    }

.index-ads {
    position: absolute;
    top: 450px;
    width: 100%;
    display: block;
    text-align: center;
}

    .index-ads a {
        margin: 0px auto;
        width: 1170px;
        display: inline-block;
        overflow: auto;
    }

        .index-ads a img {
            border-radius: 6px;
        }

.SocialfloatingindexBtn {
    background: #115472;
    color: #fff;
    transform: rotate(-90deg);
    width: 144px;
    height: 50px;
    left: -47px;
    top: 280px;
    position: fixed;
    z-index: 3000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
}

.socilal-rotate {
    transform: rotate(90deg);
}

#socialShare a {
    color: #115472;
    font-size: 26px;
    margin: 5px 0px;
}

#socialShare i:hover {
    background: #fff;
    color: #0F9B49;
    text-decoration: none;
    cursor: pointer;
}

.verifypan-control {
    width: 100%;
    background: #115472;
    background-position: 0 100%;
    height: 280px;
}

.verifypan-caption {
    position: absolute;
    top: 100px;
    text-align: center;
    color: #fff;
}

    .verifypan-caption h2 {
        text-shadow: none;
        margin: 20px 0 25px;
    }

.form-verifypan .form-control {
    padding: 10px;
    height: 44px;
    line-height: 44px;
    font-size: 20px !important;
    display: inline-block;
    width: 280px;
    background: #fff;
    border-width: 1px;
    border-radius: 4px;
}

.form-verifypan .pantxt {
    width: 230px;
    vertical-align: middle !important;
}

.pantxt::-ms-clear {
    display: none;
}

.form-verifypan .captcha-box {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    height: 44px;
    vertical-align: top;
    padding: 2px;
}

    .form-verifypan .captcha-box img {
        border-radius: 4px 0 0 4px;
        height: 30px;
    }

    .form-verifypan .captcha-box .form-control {
        width: 120px;
        height: 32px;
        margin: 4px 10px;
        vertical-align: top;
    }

.form-verifypan .btn {
    vertical-align: top;
    font-size: 18px;
    padding: 9px 12px;
    text-transform: uppercase;
}

.verify-details {
    padding: 15px 0;
}

    .verify-details table {
        margin: 20px 0px 0px;
        background: #fff;
    }

        .verify-details table td, .verify-details table th {
            padding: 5px 10px !important;
            font-size: 18px;
        }

        .verify-details table th {
            background: #f9f9f9;
        }

.refresh {
    background: #115472 url("../img/inner-banner-bg.jpg")
}


.getpan-control {
    width: 100%;
    background: #115472 url("../img/inner-banner-bg.jpg") no-repeat 0 0;
    background-position: 0 100%;
    height: 280px;
}

.getpan-caption {
    position: absolute;
    top: 100px;
    text-align: center;
    color: #fff;
}

    .getpan-caption h2 {
        text-shadow: none;
        margin: 20px 0 25px;
    }

.form-getpan .form-control {
    padding: 10px;
    height: 44px;
    line-height: 44px;
    font-size: 16px !important;
    display: inline-block;
    width: 350px;
    background: #fff;
    border-width: 1px;
    border-radius: 4px;
}

.form-getpan .captcha-box {
    border: 1px solid #e2e2e2;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    height: 44px;
    vertical-align: top;
    padding: 2px;
}

    .form-getpan .captcha-box img {
        border-radius: 4px 0 0 4px;
        height: 30px;
    }

    .form-getpan .captcha-box .form-control {
        width: 120px;
        height: 32px;
        margin: 3px 10px;
        vertical-align: top;
    }

.form-getpan .btn {
    vertical-align: top;
    font-size: 18px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.getpan-details {
    padding: 20px 0;
    text-align: center;
}

    .getpan-details .check-box {
        margin-bottom: 10px;
    }

        .getpan-details .check-box .i-checks {
            margin-right: 15px;
        }

    .getpan-details table {
        margin-top: 15px;
        background: #fff;
        text-align: left;
    }

        .getpan-details table td, .getpan-details table th {
            padding: 5px 10px !important;
            font-size: 18px;
        }

        .getpan-details table th {
            background: #f9f9f9;
        }

.getpan-info {
    padding-top: 20px;
}

.alert-window .overlay {
    position: fixed;
    z-index: 2500;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,.5);
}

.alert-window .alert-content {
    position: fixed;
    width: 500px;
    height: 100px;
    padding: 0px;
    z-index: 9999;
    left: 35%;
    top: 25%;
}

    .alert-window .alert-content .panel-head {
        background: #f1f1f1;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 3px 3px 0 0;
        padding: 5px 0px;
    }

        .alert-window .alert-content .panel-head h3 {
            margin: 0px;
        }

    .alert-window .alert-content .panel-body {
        font-size: 15px;
        padding: 15px;
    }

/*----------------------------------------InstaFinancials top promotion--------------------------*/

.features .ia-promotion {
    width: 100%;
    height: auto;
    margin-top: 40px;
    width: 100%;
    height: auto;
    box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    border-radius: 6px;
    transition: all ease .4s;
}

    .features .ia-promotion:hover {
        box-shadow: 0 3px 30px rgba(0,0,0,0.3);
    }

/*----------------------------------------credentials-----------------------------------*/

.credentials-img {
    max-width: 325px;
    margin-top: 15px;
}

    .credentials-img img {
        width: 100%;
        height: auto;
    }

.cridential-list {
    color: #d9d9d9;
}
/*--------------Clients-------------------------------------*/
.clients__box ul {
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .clients__box ul {
        display: block;
        padding: 0px;
    }
}

.clients__box ul li {
    display: inline-block;
    vertical-align: top;
    margin: 1em;
    text-align: center;
}

    .clients__box ul li img {
        max-width: 150px;
        vertical-align: middle;
    }

/*----------------------career-----------------*/
.imp-data {
    color: #ee3126;
}

.career-header {
    background-image: linear-gradient(to bottom right, rgba(7, 133, 169,0.8),rgba(4, 83, 114,0.8)),url('/img/instaalerts/moniter-customer-1920x750.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
}

.hr-info {
    position: absolute;
    top: 16%;
    right: 0px;
    padding: 0 10px 0 0;
    color: #d9d9d9;
}



.career-header__text-box {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.if-heading-primary {
    font-family: "Montserrat", sans-serif;
    color: #f7f7f7;
    backface-visibility: hidden;
}

.if-heading-primary--lead {
    display: block;
    font-size: 52px;
    font-weight: 100;
    margin-bottom: 3rem;
}

.if-heading-primary--sub {
    display: block;
    font-size: 16px;
    font-weight: 100;
}

@media (min-width:1500px) {
    .hr-info {
        top: 13%;
    }

    .career-header__text-box {
        top: 50%;
    }
}

.insta-career {
    border: 1px solid #ed8231;
    border-radius: 3px;
    margin-top: 60px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px #ed8231;
}

.hiring-now {
    color: #fff;
    position: absolute;
    top: 19px;
    left: -30px;
    width: 126px;
    height: 30px;
    background-color: #ed8231;
    padding-top: 4px;
    transform: rotate(-45deg);
}

.career-job-listing {
    padding: 40px 0 20px 0;
}

    .career-job-listing .panel-group .panel:not(:last-child) {
        margin-bottom: 20px;
    }

@media (min-width: 1000px) {
    .view-job-btn {
        position: absolute;
        top: 30px;
        right: 15px;
    }
}

.career-job-box:hover {
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.career-apply-btn {
    margin: 30px 0 20px 0;
}

@media (max-width:992px) {
    .career-header {
        height: 125vh;
    }

    .career-header__text-box {
        top: 56%;
    }

    .hr-info {
        top: 11%;
    }
}

@media (min-width:320px) and (max-width: 400px) {
    .career-header {
        height: 145vh;
    }

    .career-header__text-box {
        top: 60%;
    }

    .hr-info {
        top: 11%;
    }
}

/*----------------------InstaBlog-----------------*/

.instaBlog__box {
    margin: 35px 0 35px 0;
}

    .instaBlog__box a {
        text-decoration: none;
        color: #555;
    }

.instaBlog__card {
    border-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 40px rgba(0,0,0,0.1);
    transition: all ease .5s;
}

    .instaBlog__card:hover {
        box-shadow: 0 5px 40px rgba(0,0,0,0.4);
    }

.instaBlog__card--top img {
    width: 100%;
    height: 239px;
    transform: scale(1);
    transition: all ease .3s;
}

.instaBlog__card:hover img {
    transform: scale(1.1);
}

.instaBlog__card--middle {
    padding: 0 15px 30px;
    position: relative;
}

span.visitBlog {
    position: absolute;
    right: 0;
    top: -50px;
    background: #045372;
    color: #f1f1f1;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-top-left-radius: 20px;
    border-top: 3px solid #1fb14c;
    font-weight: 600;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 54% 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 25% 0);
    padding-left: 10px;
    transform: scale(1);
    transition: all ease .3s;
}

.instaBlog__card:hover .visitBlog {
    transform: scale(1.8);
}

.instaBlog__card--middle h3 {
    font-weight: 600;
}

.instaBlog__card--middle p {
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.instaBlog__card--bottom {
    padding: 0 15px 30px;
    color: #b5b5b5;
}

.instaBlog__card--bottom-left {
    width: 68%;
    display: inline-block;
}

    .instaBlog__card--bottom-left .blogger-img {
        width: 13%;
        display: inline-block;
    }

        .instaBlog__card--bottom-left .blogger-img img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

span.blogger-name {
    width: 85%;
    display: inline-block;
}

.instaBlog__card--bottom-right {
    display: inline-block;
    width: 30%;
}

    .instaBlog__card--bottom-right span.blogPostTime {
        position: relative;
        right: -15px;
    }

@media(max-width: 999px) {
    .instaBlog__card {
        margin-bottom: 30px;
    }
}

/*style for company-not-found page*/
.fsz-16 {
    font-size: 16px;
}

.cnf-body section {
    margin-bottom: 80px;
}

.cnf-header {
    margin-top: 76px;
    padding: 90px 0;
}

.cnf-header--title {
    text-align: center;
}

.cnf__title {
    margin-bottom: 30px;
}

.cnf-userInfo__box {
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.cnf-userInfo__head {
    padding: 10px 20px;
    border-bottom: 2px solid #ddd;
    background: #eee;
}

.cnf-userInfo__body {
    padding: 0 20px 30px 20px;
}

.cnf-userInfo__list {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}

.cnf-userInfo__listItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

span.cnf-userInfo__icon {
    margin-right: 5px;
}

.cnf-userInfo__input {
    margin: 30px 0;
}

.cnf-userInfo__btn {
    display: block;
    text-align: center;
}

.cnf-userInfo__paraText {
    margin-bottom: 20px;
}

.cnf-searchCompany h3 {
    margin: 0;
}

.cnf-searchCompany__inner {
    text-align: center;
    padding: 50px 0;
    box-shadow: 0 5px 10px rgba(67, 208, 205, 0.6);
    color: #f1f2f3;
    border-radius: 6px;
    background-image: linear-gradient(-225deg, #44e29c 0%, #1a6e88 100%);
}

.cnf-searchCompany__inner--content {
    width: 70%;
    margin: 0 auto;
}

.cnf-footer__inner {
}

.cnf-footer__innerContent {
    width: 50%;
    margin: 0 auto;
}

.cnf-footer__howToReach {
}

.cnf-footer__htrList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cnf-footer__htrListItem {
    margin-bottom: 5px;
}

    .cnf-footer__htrListItem span {
        padding-left: 20px;
    }

/* -----  STYLES FOR QUICKLINKS  ----- */
.quickLinksSec {
    background: #eee
}

    .quickLinksSec a {
        background: #fff;
        transition: all .3s;
        width: calc((100% - 60px)/4);
        box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    }

        .quickLinksSec a:hover {
            text-decoration: none;
            background: rgb(245, 245, 245);
            box-shadow: 0 8px 8px rgba(0,0,0,0.1);
        }

            .quickLinksSec a:hover .quickLinks__arrow {
                opacity: 1;
                right: -6px;
            }

.quickLinks-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 24px 0;
}

.quickLinks {
    border-radius: 4px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.quickLinks__icon {
    margin-right: 16px;
    flex-basis: 10%;
}

.quickLinks__text {
    font-family: 'montserrat', sans-serif;
    flex-basis: 90%;
}

.quickLinks__name {
    font-size: 14px;
    font-weight: 600;
    color: #555555
}

.quickLinks__arrow {
    position: relative;
    opacity: 0;
    right: 0px;
    transition: all .3s ease-in-out;
    font-size: 12px;
}

@media (max-width: 600px) {
    .quickLinksSec a {
        width: calc((100% - 20px)/2);
        height: 100px;
        margin-bottom: 10px;
        display: flex;
    }

    .quickLinks {
        padding: 12px 12px;
    }

    .quickLinks__name {
        font-size: 11px;
        font-weight: 600;
        color: #555555
    }
}

/* ------------STYLES FOR NEW CART PAGE--------- */
.u-sm-only {
    display: none;
}

.vl {
    content: '';
    height: 20px;
    width: 1px;
    background: #ddd;
    display: inline-block;
    margin: 0 8px;
}

@media(max-width: 768px){
    .instacart__orderdetails .vl {
        display: none;
    }
}

.label-subtext {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
}

.instacart__btn--remove {
    color: #ee3126;
}

.instacart__btn--add {
    color: #1fb14c;
}

.instacart__btn--save {
    color: #045372;
}

.instacart button, .instacart button:focus {
    outline: 0;
}

.instacart-main {
    padding: 120px 0;
    background: #eee;
}

.instacart-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0 16px;
}

    .instacart-title h1 {
        font-weight: 600;
    }

.instacart__orderdetails--data {
    display: flex;
    justify-content: space-between;
}
@media(max-width: 768px) {
    .instacart__orderdetails--data {
        flex-direction: column;
    }
}

.instacart-title button {
    border: none;
    color: #555;
    text-decoration: underline;
    color: #ee3126;
    background-color: transparent;
}

.instacart-main h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4px;
}

.instacart-inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 32px;
}

.instacart-orders p {
    font-size: 14px;
    opacity: .8;
}

.instacart-listblock {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 0;
}

.instacart-orderlist {
    list-style-type: none;
    padding: 0;
    max-height: 285px;
}

.instacart-orders {
    padding: 8px 16px 12px 16px;
    border: 1px solid #ddd;
}

.instacart__orderblock {
    display: flex;
    justify-content: space-between;
    /*padding-bottom: 16px;*/
}

.instacart__ordercontent {
    margin-right: 32px;
}

.instacart-quantbtn {
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 16px;
    background-color: transparent;
    color: #07b948;
}

.instacart-removebtn {
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 16px;
}

.instacart__ordername {
}

.instacart__orderdetails {
    display: flex;
    align-items: flex-end;
}

    .instacart__orderdetails p {
        /*padding-right: 16px;*/
        /*border-right: 1px solid #ddd;*/
    }

        .instacart__orderdetails p:nth-child(2) {
            /*padding:0 16px;*/
            /*border-right: 1px solid #ddd;*/
        }

.instacart-customquantity {
    display: block;
    padding: 0 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background: transparent;
    border: none;
}

.instacart__orderprice {
}

.instacart-totalblock {
    border: 1px solid #ddd;
    background: #fff;
    padding: 24px;
    position: sticky;
    overflow: auto;
    top: 120px;
    height: auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    transition: .3s all;
}
.instacart__payment-btn {
    font-weight: 400;
    font-size: 18px;
}

    .instacart-totalblock:hover {
        box-shadow: 0 10px 40px rgba(0,0,0,0.16);
    }

    .instacart-totalblock ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.instacart__orderdetails--data-btn {
    margin-right: 8px;
}

.instacart-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #eee;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.1);
}
.instacart-footer p {
    margin: 0;
}

.instacart-footer__price {
    display: none;
}

.instacart-footer__price-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 768px) {
    .u-sm-only {
        display: block;
    }

    .u-lg-only {
        display: none;
    }

    .instacart-inner {
        grid-template-columns: 1fr;
    }

    .instacart-title {
        margin-top: 8px;
    }

    .instacart__orderblock {
        flex-direction: column;
    }

    

    .instacart__orderdetails {
        flex-direction: column;
        align-items: flex-start;
    }

    .instacart-quantbtn {
        margin-left: 0px;
    }

    .instacart__orderdetails--data-btn {
        margin-left: 0;
    }
    /*Style Override*/
    .instacart .navbar-collapse.in {
        overflow-y: visible;
    }

    .instacart-footer__price {
        text-align: left; 
        display: inline-block;
    }
    .instacart-footer__price p {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .instacart-footer__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .instacart-footer__price-btns{
        flex-direction: column;
    }
}
