    @media only screen and (min-width: 1280px) {
        .container {
            width: 1200px;
            max-width: 1200px;
        }
    }

    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-family: 'Roboto', sans-serif;
    }

    .bg-main {
        background: #12C391 !important;
    }

    .text-main {
        color: #12C391 !important;
    }

    .bg-main-dark {
        background-color: #004987;
    }

    .text-main-dark {
        color: #004987 !important;
    }

    .bg-white {
        background: white !important;
    }

    .bg-black {
        background: black !important;
    }

    .text-white {
        color: white !important;
    }

    .text-black {
        color: black !important;
    }

    .border-main {
        border: 1px solid #12C391 !important;
    }

    .border-main-2x {
        border: 2px solid #12C391 !important;
    }

    .border-main-3x {
        border: 3px solid #12C391 !important;
    }

    .text-black {
        color: black !important;
    }

    .section-heading {
        color: black;
        font-weight: 800;
        font-size: 40px;
        letter-spacing: 1px;
        font-family: "Montserrat", sans-serif;
    }

    .section-subheading {
        margin: auto;
        margin-bottom: 20px;
        text-transform: none;
        margin-top: 10px;
        font-weight: 400;
        font-size: 16px;
        color: #343a40;
    }

    .single-feature h6 {
        font-size: 110%;
    }

    .single-feature {
        transition: 0.3s;
        cursor: pointer;
    }

    .single-feature:hover {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .single-feature:hover i {
        background: #AA1A55;
        color: white !important;
    }

    .carousel-img {
        width: 100%;
        height: 600px;
    }

    .inner-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: rgba(000, 000, 000, 0.2);
    }


    .main-features h4 {
        color: black;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }

    .main-features .sub-heading {
        color: #363636;
        font-size: 95%;
        margin-bottom: 0px;
    }

    .main-features .sub-features p {
        margin-bottom: 10px;
        padding-bottom: 0px;
        transition: 0.5s;
    }

    .main-features .sub-features p i {
        transition: 0.5s;
    }

    .main-features .sub-features {
        padding-top: 10px;
    }

    .main-features .sub-features p:hover {
        font-size: 110%;
        cursor: pointer;
    }

    .main-features .sub-features p:hover i:first-child {
        padding-right: 5px;
    }

    .main-features .sub-features p:hover i:last-child {
        padding-left: 5px;
    }

    .main-features .img-box {
        margin-bottom: 10px;
        border-radius: 50%;
        border: 3px solid #363636;
        width: 90px;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-features img {
        border-radius: 50%;
        width: 100%;
    }


    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus,
    a:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }

    .btn-delete {
        cursor: pointer;
    }


    .hide-in-sm {
        display: flex !important;
    }

    .show-in-sm {
        display: none !important;
    }

    @media only screen and (max-width:786px) {
        footer .text-uppercase div {
            text-align: center;
            width: 100%;
            margin-top: 10px;
        }

        footer .nav.justify-content-end {
            text-align: center;
            width: 100%;
            justify-content: center !important;
        }

        table {
            overflow-x: auto;
            display: block;
            width: 100%;
        }

        .hide-in-sm {
            display: none !important;
        }

        .show-in-sm {
            display: flex !important;
        }

        .no-padding-sm {
            padding: 0px !important;
        }

        .no-xpadding-sm {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .no-margin-sm {
            margin: 0px !important;
        }
    }


    /** INDEX */


    .main-features .icon {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        padding: 10px;
        padding-top: 23px;
    }

    .main-features .icon i {
        font-size: 40px;
    }

    .select-type {
        cursor: pointer;
    }

    .active-type {
        background: #004987 !important;
        color: white !important;
    }

    .select-location.active {
        box-shadow: 0 2rem 4rem rgba(0, 0, 0, .175) !important;
        border: 3px solid black !important;
    }

    .owl-carousel .owl-item {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
    }

    .newsletter svg {
        max-width: 100%;
        width: 100%;
    }



    .newsletter input.form-control {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border: 0px;
        background: rgba(000, 000, 000, 0.2);
        color: white !important;
        border-radius: 0 !important;
        font-size: 14px;
        height: 50px;
        transition: 0.5s;
    }

    .newsletter input.form-control:hover,
    .newsletter input.form-control:focus,
    .newsletter input.form-control:active {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border: 0px;
        background: #111111 !important;
        color: white !important;
        border-radius: 0 !important;
        font-size: 14px;
        height: 50px;
    }


    .banner-inside {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: rgba(000, 000, 000, 0.2);
    }

    .main-banner .carousel-caption {
        text-align: left;
        margin-bottom: 0%;
    }

    .main-banner .carousel-caption h1 {
        font-size: 72px;
        letter-spacing: 6px;
        font-weight: 700;
        font-family: sans-serif;
        margin-bottom: 20px;
        text-transform: uppercase;
        margin-bottom: 8px;
        color: white !important;
        font-family: "Montserrat", sans-serif;
    }

    .main-banner .carousel-caption h1 span {
        background: white;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-banner .carousel-caption p {
        font-size: 18px;
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
    }

    /** */


    .font-weight-500 {
        font-weight: 500;
    }

    .font-weight-600 {
        font-weight: 600;
    }

    .font-weight-800 {
        font-weight: 800;
    }

    .font-weight-900 {
        font-weight: 900;
    }

    .font-95 {
        font-size: 95%;
    }

    .font-90 {
        font-size: 90%;
    }

    .font-85 {
        font-size: 85%;
    }

    .font-80 {
        font-size: 80%;
    }

    .pointer {
        cursor: pointer;
    }
