/**
* template Name: Medicio
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General 

    Theme color : #0086AC*
     font-family: "source-sans-pro", sans-serif;
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.container-fluid {
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

a {
    color: #0086AC;
    text-decoration: none;
}

    a:hover {
        color: #111;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "source-sans-pro", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #0086AC;
        border-top-color: #ecf8f9;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0086AC;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #0086AC;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    height: 35px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
}

    #topbar.topbar-scrolled {
        top: -35px;
    }

    #topbar .contact-info {
        font-size: 15px;
    }

        #topbar .contact-info a {
            line-height: 1;
            color: #444444;
            transition: 0.3s;
        }

            #topbar .contact-info a:hover {
                color: #0086AC;
            }

        #topbar .contact-info i {
            color: #0086AC;
            padding-right: 4px;
            margin-left: 15px;
            line-height: 0;
        }

            #topbar .contact-info i:first-child {
                margin-left: 0;
            }

    #topbar .sidemenu a {
        color: #0086AC;
        padding-left: 15px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
        text-align: right;
    }

        #topbar .sidemenu a:hover {
            color: #0086AC;
        }

        #topbar .sidemenu a:first-child {
            border-left: 0;
        }

.sidemenu {
    text-align: right;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 990;
    padding: 10px 0;
    top: 35px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
    #header.header-scrolled {
        top: 0;
    }

    #header .logo {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #555555;
        }

        #header .logo img {
            max-height: 75px;
        }


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 18px;
        color: #000000;
        white-space: nowrap;
        transition: 0.3s;
        text-transform: uppercase;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #0086AC;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 5px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 5px;
            text-transform: none;
            font-size: 16px;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #0086AC;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

    .navbar .dropdown .megamenu {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding-top: 5px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
        width: 500px;
        height: 250px;
    }

    .navbar .dropdown:hover .megamenu {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

        .navbar .dropdown:hover .megamenu ul, .navbar .dropdown .megamenu ul {
            opacity: 1;
            top: 0;
            visibility: visible;
            box-shadow: none;
        }

            .navbar .dropdown:hover .megamenu ul li {
                display: block;
            }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #555555;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 8px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #555555;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #0086AC;
        }

    .navbar-mobile .dropdown ul, .navbar-mobile .dropdown .megamenu ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 0 10px 10px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #0086AC;
            }

    .navbar-mobile .dropdown > .dropdown-active, .navbar-mobile .dropdown > .dropdown-active ul {
        display: block;
    }

.mobile-megamenu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

@media(max-width:991px) {
    .navbar-mobile .dropdown > ul.mobile-megamenu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

        .navbar-mobile .dropdown > ul.mobile-megamenu.dropdown-active {
            display: block !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
}
/*Flash*/

.flash {
    margin-top: 180px;
}

.flash-text {
    background-color: #0086AC;
    color: white;
    font-size: 23px;
    text-align: center;
    font-family: "source-sans-pro", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.flash-input {
    width: 80px;
    background-color: #00789b;
    border: 0px;
    padding: 10px 0;
}

    .flash-input img {
        width: 35px;
        height: 35px;
    }

.flash-input-text {
    margin-bottom: 0;
    padding: 10px 0;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    overflow-x: hidden;
    padding: 0;
}

    .hero .carousel {
        width: 100%;
        min-height: 100vh;
        padding: 80px 0;
        margin: 0;
        position: relative;
    }

    .hero .carousel-item {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 1;
        transition-duration: 0.4s;
    }

        .hero .carousel-item::before {
            content: "";
            background-color: rgba(0, 0, 0, 0.7);
            position: absolute;
            inset: 0;
        }

    .hero .info {
        position: absolute;
        inset: 0;
        z-index: 2;
    }



        .hero .info h2 {
            color: #fff;
            margin-bottom: 30px;
            padding-bottom: 30px;
            font-size: 56px;
            font-weight: 700;
            position: relative;
        }

            .hero .info h2:after {
                content: "";
                position: absolute;
                display: block;
                width: 80px;
                height: 4px;
                background: var(--color-primary);
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

        .hero .info p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 18px;
        }

        .hero .info .btn-get-started {
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 12px 40px;
            border-radius: 50px;
            transition: 0.5s;
            margin: 10px;
            color: #fff;
            border: 2px solid var(--color-primary);
        }

            .hero .info .btn-get-started:hover {
                background: var(--color-primary);
            }

    .hero .carousel-control-prev {
        justify-content: start;
    }

    .hero .carousel-control-next {
        justify-content: end;
    }



    .hero .carousel-control-next-icon,
    .hero .carousel-control-prev-icon {
        background: none;
        font-size: 26px;
        line-height: 0;
        background: rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.6);
        border-radius: 50px;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        z-index: 3;
        transition: 0.3s;
    }

        .hero .carousel-control-prev:focus,
        .hero .carousel-control-next:focus {
            opacity: 0.5;
        }

        .hero .carousel-control-prev:hover,
        .hero .carousel-control-next:hover {
            opacity: 0.9;
        }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-area {
    padding: 20px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7fcfc;
}

.section-title {
    text-align: center;
}

.section-title-left {
    text-align: left;
}

    .section-title h2, .section-title-left h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 150px;
            height: 3px;
            background: #0086AC;
            bottom: 0;
            left: calc(50% - 75px);
        }

        .section-title-left h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 150px;
            height: 3px;
            background: #0086AC;
            bottom: 0;
            left: 0;
        }

.section-title h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .section-title h3::after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: #0086AC;
        bottom: 0;
        left: calc(50% - 25px);
    }

.section-title p, .section-title-left p {
    margin-bottom: 20px;
}



/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #0086AC;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.services .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #0086AC;
    overflow: hidden;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

    .services .icon i {
        font-size: 36px;
        line-height: 0;
    }

.services .icon-box:hover .icon {
    box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

    .services .title a {
        color: #444444;
        transition: 0.3s;
    }

        .services .title a:hover {
            color: #0086AC;
        }

    .services .title::after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 2px;
        background: #0086AC;
        bottom: 0;
        left: calc(50% - 25px);
    }

.services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #eeeeee;
    color: #555555;
    font-size: 16px;
}

    #footer .footer-top {
        background: #f6f6f6;
        padding: 15px 0 15px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 15px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 17px;
                line-height: 24px;
                margin-bottom: 0;
            }

        #footer .footer-top h4 {
            font-size: 18px;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 20px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 5px;
                    color: #0086AC;
                    font-size: 14px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    display: flex;
                    align-items: center;
                    font-size: 16px;
                }

                #footer .footer-top .footer-links ul a {
                    padding: 8px 0;
                    color: #555555;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li:first-child a {
                    padding-top: 0;
                }

                #footer .footer-top .footer-links ul a:hover {
                    color: #0086AC;
                }

    #footer .copyright {
        padding: 5px;
    }

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    padding: 15px 0;
    transition: 0.3s;
    color: #0086AC;
    border-radius: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid #e2e4e6;
}

    .features .nav-link i {
        padding-right: 15px;
        font-size: 48px;
    }

    .features .nav-link h4 {
        font-size: 18px;
        margin: 0;
    }




    .features .nav-link.active, .features .nav-link:hover, .features .nav-link:focus {
        color: #0086AC;
        background-color: transparent;
        outline: 0;
        border-color: #0086AC;
    }

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .features .tab-pane h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: #0086AC;
        left: 0;
        bottom: 0;
    }

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li {
        padding-top: 10px;
    }

    .features .tab-pane ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #0086AC;
    }

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

.headfoot {
    font-family: "source-sans-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.fontR {
    font-family: "source-sans-pro", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.FontBl {
    font-family: "source-sans-pro", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.FontSB {
    font-family: "source-sans-pro", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}


.top-right {
    position: absolute;
    top: 1px;
    right: 22px;
}

p.headgst {
    color: black;
    font-size: 17px;
    margin-bottom: 0px;
}

.img-50 {
    height: 50px;
}

.caindicator {
    position: absolute;
    bottom: 10px;
    padding: 10px 0px;
    left: 30%;
    z-index: 15;
    width: 26%;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    bottom: -57px;
    background-color: #0086AC;
    margin-bottom: 15px;
}

.marimg {
    margin-left: 120px;
}

.imgborder {
    border: 1px solid #d7d7d7;
}

.imgfont {
    font-size: 11px;
    margin-top: 2px;
    padding-right: 0px;
}

.imgfonts {
    font-size: 16px;
    margin-top: 2px;
}

.imgsize {
    height: 16px;
}

.continfo {
    font-size: 18px;
    max-width: 400px;
    background-color: #fff;
    position: absolute;
    right: 48px;
    height: 401px;
    padding: 19px 17px;
}

.contacthead {
    font-size: 30px;
    font-weight: 600;
    color: #0086AC;
    padding-left: 27px;
}

.courselmain {
    background: none;
    font-size: 26px !important;
    line-height: 0 !important;
    background: #fff !important;
    color: #0086AC !important;
    border-radius: 50px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.carousel-control {
    width: 5%
}

.footercopy {
    margin-top: 12px;
    text-align: start;
    font-size: 14px;
}

.footerpay {
    margin-top: 12px;
    text-align: end;
    font-size: 14px;
}

.footersym {
    display: inline-flex;
    align-items: center;
}

.fontbr {
    font-size: 18px;
}

.hdr {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

    .hdr::after {
        content: "";
        position: absolute;
        display: block;
        width: 150px;
        height: 3px;
        background: #0086AC;
        bottom: 0;
        left: 0;
    }

/* Cart */

.gridordr {
    border: 0;
    width: 100%;
    background: #fff;
    border-collapse: separate !important;
    border-spacing: 0 8px
}

    .gridordr th {
        background: #f9f9f9;
        color: #444 !important;
        text-align: center;
        border: 1px solid #C5C8C9;
        border-left: 0;
        border-right: 0;
        font-weight: 700;
    }

    .gridordr td {
        text-align: center;
        border: 1px solid #fff;
        color: #000;
        background: #fff;
        border-bottom: 1px solid #C5C8C9;
        border-top: 0 solid #f9f9f9
    }

    .gridordr td, .gridordr th {
        padding: 5px 15px !important;
        vertical-align: middle
    }

.btnremove {
    padding: 10px 0;
    display: inline-block;
    font-size: 12px
}

.qty-group {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px
}

    .qty-group .qtycart {
        width: 50px;
        font-size: 16px;
        color: #0086AC;
        vertical-align: top
    }

    .qty-group .minus, .qty-group .plus, .qty-group .qtycart {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        border: 2px solid #0086AC33;
        border-radius: 2px;
        cursor: default
    }

    .qty-group .minus, .qty-group .plus {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #0086AC;
        background-color: #fff;
        padding: 5px 10px;
        cursor: pointer
    }

.prodcheader {
    background: #fff;
    color: #0086AC !important;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.cartpbox {
    padding: 10px;
    border: 1px solid #0086AC;
}

.shop {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    font-size: 18px;
    color: #292929;
    padding: 10px
}
.iconsize{
    width:30px;
    height:30px;
}

/*Responsive */
@media(min-width:1800px) and (max-width:2100px) {
    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-1 {
        width: 8.33333333%
    }
}

@media(min-width:1600px) and (max-width:1799px) {
    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1578px) {

    .container-fluid {
        padding-right: 50px !important;
        padding-left: 50px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .flash-input-text {
        background-color: #0086AC;
        color: white;
        font-size: 30px;
        text-align: center;
    }

    .imgfont {
        font-size: 18px;
        margin-top: 2px;
        padding-right: 0px;
    }

    .imgsize {
        height: 20px;
    }

    .imgfonts {
        font-size: 18px;
        margin-top: 2px;
    }


    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 20px;
        color: #000000;
        white-space: nowrap;
        transition: 0.3s;
        text-transform: uppercase;
    }

    .fontbr {
        font-size: 24px;
    }
}

@media(max-width:1300px) {
    .navbar a, .navbar a:focus {
        padding: 10px 0 10px 15px;
    }
}

@media (min-width: 1210px) {
    .imgfont {
        font-size: 15px;
        margin-top: 2px;
        padding-right: 0px;
    }
}


@media(max-width:1200px) {
    .navbar a, .navbar a:focus {
        padding: 10px 0 10px 10px;
    }

    .section-title h2, .section-title-left h2 {
        font-size: 25px;
    }
}

@media(max-width:1100px) {
    .navbar a, .navbar a:focus {
        padding: 10px 0 10px 10px;
        font-size: 14px;
    }

    .bqimg {
        width: 28%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .marimg {
        margin-left: 15px;
    }

    .imghead {
        height: 376px;
    }

    .flash-input-text {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    #header {
        top: 35px;
    }


    .imghead {
        height: 276px;
    }

    .flash-input {
        padding: 5px 0;
    }

    .flash-input-text {
        font-size: 17px;
    }

    .footercopy {
        text-align: center;
    }

    .footerpay {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .hero .info {
        padding: 0 50px;
    }

        .hero .info h2 {
            font-size: 36px;
        }

    .continfo {
        position: static;
        max-width: 100%;
        height: auto;
    }


    #header {
        top: 85px;
    }

    #topbar .contact-info {
        text-align: center;
    }

    p.headgst {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .offset-xs-0 {
        margin-left: 0 !important;
    }

    .flash, .main-box {
        margin-top: 230px;
    }

    .sidemenu {
        padding-top: 5px;
        text-align: center;
    }

    .footersym {
        justify-content: center;
    }

    .footerpay {
        text-align: center;
    }
}



@media (max-width: 575px) {
    .features .nav-link h4 {
        font-size: 16px;
    }



    #header .logo img {
        max-height: 65px;
    }

    .prdsize {
        font-size: 12px !important;
    }
}
