/*-----------------------------------------------------------------------------------
    Theme Name: UCARI Styles
    Description: Styles used for UCARI
    Author: UCARI
    Version: 1018b
-----------------------------------------------------------------------------------*/
/* ----------------------------------
        
    01. Common styles
    02. Header
    03. Page title
    04. Owl carousel
    05. Tabs
    06. Team
    07. Portfolio
    08. Pages
    09. Others
    10. Shop
    11. Blog
    12. Footer
        
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}

#middle {
    padding: 10px;
}
  

@font-face {
    font-family: "Flaticon";
    src: local("Flaticon"), url("../fonts/flaticon/Flaticon.woff2") format("woff2"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.eot") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fi {
    
    vertical-align: middle;
    display: inline-block;
}

body.layout-admin {
    background-color: #eef0f8;
    display: flex;
    flex-direction: column;
}

body {
    margin: 0;
    font-family: Roboto,Rubik,Source Sans Pro,Muli,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px;
}

.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #164A97;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.top-margin-97 {
    margin-top: -97px;
}

/* theme color and basic options */
a:hover,
a:active {
    color: #164A97;
    text-decoration: none;
}

.bg-theme {
    background-color: #164A97;
}

.bg-theme-primary {
    background: #164A97;
}

.theme-overlay[data-overlay-dark]:before {
    background: #164A97;
}

.text-theme-color {
    color: #164A97;
}

.text-secondary-color {
    color: #164A97;
}

p {
    word-spacing: 0;
}

.line-through {
    text-decoration: line-through;
}

.red {
    color: red;
}

.uBlue {
    color: #164A97;
}

.font-white {
    color: #fff;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
    /* margin: 0 5px 15px 0; */
}

.font-13 {
    font-size: 0.8125rem;
}

/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #232323;
    line-height: normal;
}

/*button style*/
.butn {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
   /* font-weight: 700; */
    text-transform: uppercase;
    padding: 0.5em 2em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #000;
    border: 1px solid #CDCDCD;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    /*box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);*/
    transition: all 0.4s linear 0s;
    letter-spacing: 1px;
}

.butn.subscribe {
    border-radius: 0px;
    background-color: #606060;
    border: none;
    color: #fff;
}

.butn:hover,
.butn:focus,
.butn:active {
    color: #fff;
    background-color: #164A97;
}

.butn.secondary {
    background-color: #164A97;
    border-color: #164A97;
}

.butn.secondary:hover,
.butn.secondary:focus,
.butn.secondary:active {
    background-color: #164A97;
}

.butn.style2 {
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.butn.small {
    font-size: 0.875rem;
    padding: 10px 20px 10px;
}

.butn.medium {
    font-size: 0.9375rem;
    padding: 14px 28px;
}

.butn.square {
    border-radius: 4px;
    padding: 17px 35px 17px;
}

@media screen and (max-width: 399px) {
    html, body {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 0.6px;
        font-family: 'Montserrat', sans-serif;
    }
}

@media screen and (min-width: 400px) and (max-width: 991px) {
    html, body {
        font-size: 14px;
        line-height: 1.625;
        letter-spacing: 0.6px;
        font-family: 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .butn {
        padding: 0.625em 2em;
        font-size: 0.9375rem;
    }
}

/* social icon style1 */
.social-icon-style1 {
    margin-bottom: 0;
}

.social-icon-style1 li {
    text-align: center;
    margin-right: 4px;
    display: inline-block;
}

.social-icon-style1 li a {
    background: #164A97;
    border: 1px solid #164A97;
    color: #ffffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 2.5;
    font-size: 0.875rem;
    display: inline-block;
}

.social-icon-style1 li a:hover {
    background: #164A97;
    border-color: #164A97;
    color: #fff;
}

/* social icon style2 */
.social-icon-style2 {
    margin-bottom: 0;
}

.social-icon-style2 li {
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}

.social-icon-style2 li a {
    color: #6f6f6f;
    display: inline-block;
    font-size: 1.5625rem;
}

.social-icon-style2 li a:hover {
    color: #164A97;
}

.social-icon-style2 li:last-child {
    margin-right: 0;
}

/* listing style1 */
.list-style1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style1 li {
    position: relative;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    font-size: 0.9375rem;
}

.list-style1 li span {
    float: right;
    text-align: right;
    padding-left: 10px;
}

.list-style1 li:first-child {
    padding-top: 10px;
}

.list-style1 li:first-child:before {
    top: 10px;
}

.list-style1 li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* list-style2 */
.list-style2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style2 li {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}

.list-style2 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-style2 li:before {
    content: "";
}

/* list-style3 */
.list-style3 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
list-style-type: disc !important;
}

.list-style3 li:last-child {
    margin-bottom: 0;
}

/*.list-style3 li:before {
    position: absolute;
    content: '\f111';
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    left: 0;
    font-size: 4px;
}*/

/* list-style4 */
.list-style4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style4 li {
    position: relative;
    padding: 0 0 15px 0;
    margin: 0px 0 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    font-size: 1.0625em;
}

.list-style4 li span {
    float: right;
    text-align: right;
    padding-left: 10px;
}

.list-style4 li:first-child {
    padding-top: 10px;
}

.list-style4 li:first-child:before {
    top: 10px;
}

.list-style4 li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* list-style_sitemap */
.list-style_sitemap li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    text-transform: uppercase;
}

.list-style_sitemap li:last-child {
    margin-bottom: 0;
}

.list-style_sitemap li:before {
    position: absolute;
    content: '\f35a';
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    left: 0;
    font-size: 0.9375rem;
    color: #164A97;
}

/* list-style-tea */
.list-style-tea {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
}

.list-style-tea li {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}

.list-style-tea li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-style-tea li:before {
    content: "";
}


/* scroll to top */
.scroll-to-top {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #164A97;
    border: 1px solid #164A97;
    width: 35px;
    height: 35px;
    line-height: 34px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease;
}

.scroll-to-top i {
    color: #fff;
}

.scroll-to-top:hover {
    color: #fff;
    background: #164A97;
    border-color: #164A97;
}

.scroll-to-top:hover i {
    color: #fff;
}

.scroll-to-top:visited {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 1400px) {
    .container.lg-container {
        max-width: 67%;
    }
}

.login-form input[type=checkbox],
input[type=radio] {
    margin-top: .3rem;
    margin-left: -1.25rem;
}

@media screen and (max-width: 575px) {
    .mobile-margin-15px-bottom {
        margin-bottom: 15px !important;
    }

    .mobile-margin-20px-bottom {
        margin-bottom: 20px !important;
    }

    .mobile-margin-25px-bottom {
        margin-bottom: 25px !important;
    }

    .mobile-margin-30px-bottom {
        margin-bottom: 30px !important;
    }

    .mobile-margin-40px-bottom {
        margin-bottom: 40px !important;
    }

    .mobile-padding-15px-bottom {
        padding-bottom: 15px !important;
    }

    .mobile-padding-20px-bottom {
        padding-bottom: 20px !important;
    }

    .mobile-padding-25px-bottom {
        padding-bottom: 25px !important;
    }

    .mobile-padding-50px-bottom {
        padding-bottom: 50px !important;
    }

    .mobile-padding-50px-tb {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .mobile-display-none {
        display: none !important;
    }

    .mobile-width-100 {
        width: 100% !important;
    }

    .mobile-margin-20px-right {
        margin-right: 20px !important;
    }

    .mobile-no-margin-right {
        margin-right: 0 !important;
    }

    .mobile-text-center {
        text-align: center !important;
    }
}

input,
textarea,
select {
    border-radius: 5px;
}

/* ===================================
    Header
====================================== */
/* top bar */
.top-bar-info {
    /*padding-top: 3px !important;*/
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: left;
}

.top-bar-info ul {
    margin-bottom: 0;
}

.top-bar-info li {
    color: #fff;
    list-style-type: none;
    padding: 0 8px 0;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.top-bar {
    /*height: 30px;*/
    display: block;
    position: relative;
    z-index: 999;
    background: #86C440;
/*    padding: 5px 0;	*/
/*  text-align: center; */
    transition: max-height 0.15s ease-out;
    transition: padding 0.15s ease-out;
    overflow: hidden;
}

.top-bar-info li i {
    font-size: 1rem;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 5px 0 0 0;
}

.top-social-icon li {
    font-size: 0.875rem;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px;
}

.top-social-icon li:last-child {
    padding-right: 0;
}

.top-social-icon li:last-child a {
    padding-right: 0;
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 1rem;
    padding: 0 3px;
}

.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 767px) {
    .top-bar-info {
        display: block;
        position: relative;
        z-index: 999;
        background: #86C440;
        padding: 8px 50px;
        text-align: center;

    }



}

/* navigation */


.navbar-nav li.active > a {
    color: #164A97;
}



.menubar-link {
    top: -3.5px ;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 1.3125rem;
    line-height: 1.2;
}

.navbar > ul > li.has-sub > a:after {
    top: 30px;
}

.navbar-nav li.current > a {
    color: #164A97;
}

.navbar ul.cart-list > li > h6 {
    font-size: 0.875rem;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .navbar-nav > li {
        margin-left: 8px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        background: #fff;
    }

    .navbar-nav > li {
        margin-left: 0;
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -173px;
    }

    .navbar .cart-list .butn {
        color: #fff;
        background: #164A97;
    }

    .navbar ul ul li.active > a {
        color: #164A97;
    }
}

/* ===================================
    Page title
====================================== */
.page-title-section {
    padding: 135px 0 115px;
    text-align: center;
}

.page-title-section h1 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.page-title-section ul {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.page-title-section ul li {
    display: inline-block;
}

.page-title-section ul li:last-child a {
    color: #164A97;
}

.page-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    padding: 0 5px 0 10px;
}

.page-title-section ul li:last-child:after {
    content: none;
}

.page-title-section ul li a {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}

.page-title-section .active a,
.page-title-section li.active:last-child a {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 95px 0 80px;
    }

    .page-title-section h1 {
        font-size: 2.625rem;
        line-height: 1.1;
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 75px 0 60px 0;
    }

    .page-title-section h1 {
        font-size: 2.25rem;
        line-height: 1.166;
    }

    .page-title-section ul {
        margin-top: 5px;
    }
}

/* ===================================
    Owl carousel
====================================== */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d94b38;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #164A97;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #FFF;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}

.owl-nav i,
.owl-nav span {
    color: #232323;
    font-size: 1.125rem;
    padding-top: 4px;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.owl-carousel .caption .overflow-hidden {
    display: inline-block;
}

.owl-carousel .caption h3 {
    font-weight: 200;
    visibility: hidden;
    opacity: 0;
    position: relative;
    display: inline-block;
}

.owl-carousel .caption h1 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    visibility: hidden;
    opacity: 0;
}

.owl-carousel .caption p {
    font-size: 1.75rem;
    word-spacing: 1px;
    max-width: 800px;
    letter-spacing: 2px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.owl-carousel .caption .butn {
    visibility: hidden;
    opacity: 0;
}

.owl-carousel .caption span {
    display: inline-block;
    font-weight: 600;
}

.owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9;
}

@media screen and (max-width: 1399px) {
    .owl-carousel .caption h1 {
        font-size: 64px;
    }
}

@media screen and (max-width: 1199px) {
    .owl-carousel .caption h1 {
        font-size: 58px;
    }

    .owl-carousel .caption p {
        font-size: 1rem;
        max-width: 700px;
    }
}

@media screen and (max-width: 991px) {
    .owl-carousel .caption h1 {
        font-size: 3rem;
    }

    .owl-carousel .caption p {
        font-size: 1rem;
        max-width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .owl-carousel .caption h1 {
        font-size: 2.375rem;
        margin-bottom: 20px;
    }

    .owl-carousel .caption h3 {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 575px) {
    .owl-carousel .caption h1 {
        font-size: 1.75rem;
    }
}

/*slider fade*/
.slider-fade {
    height: 100%;
}

.slider-fade .owl-carousel,
.slider-fade .owl-stage-outer,
.slider-fade .owl-stage {
    height: 100%;
}

.slider-fade .owl-item {
    height: 100%;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.slider-fade .item .caption {
    width: 100%;
    padding: 0 15px;
    z-index: 9;
    top: 55%;
}

.slider-fade .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.slider-fade .owl-theme .owl-nav {
    margin-top: 0;
}

.slider-fade .owl-nav i,
.slider-fade .owl-nav span {
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #fff;
    font-size: 1.25rem;
    padding-top: 6px;
}

.slider-fade .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
    left: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.3;
}

.slider-fade .owl-theme .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.3;
}

.slider-fade .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #164A97;
}

.slider-fade .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #164A97;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #fff;
    background: none;
    width: 12px;
    height: 12px;
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span {
    background: #164A97;
}

.slider-fade .active h1,
.slider-fade .active p,
.slider-fade .active .butn {
    -webkit-animation: anislide 1s ease 100ms both;
    animation: anislide 1s ease 100ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    opacity: 1;
}

.slider-fade .active p {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.slider-fade .active h1 {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.slider-fade .active .butn {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

@-webkit-keyframes anislide {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 1399px) {
    .slider-fade .owl-theme .owl-nav {
        display: none;
    }

    .slider-fade:hover .owl-theme .owl-nav {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .slider-fade .owl-carousel.owl-theme .owl-dots {
        bottom: 17vh;
    }

    .slider-fade .item {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .slider-fade .owl-theme .owl-nav .owl-next {
        right: 3vh;
    }

    .slider-fade .owl-theme .owl-nav .owl-prev {
        left: 3vh;
    }
}

@media screen and (max-width: 767px) {
    .slider-fade .owl-theme .owl-nav .owl-next {
        right: 1vh;
    }

    .slider-fade .owl-theme .owl-nav .owl-prev {
        left: 1vh;
    }

    .slider-fade .owl-nav i,
    .slider-fade .owl-nav span {
        font-size: 1.375rem;
    }
}

/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
}

.resp-tabs-list li:last-child {
    margin-right: 0;
}

.resp-tabs-list li i {
    font-size: 1.25rem;
    padding-right: 5px;
    vertical-align: text-bottom;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.resp-tab-content {
    display: none;
    padding: 20px;
}

.resp-tabs-list li.resp-tab-active {
    border: 1px solid #164A97;
    border-bottom: none;
    border-color: #164A97 !important;
    margin-bottom: -1px;
    padding: 12px 14px 14px 14px;
    border-top: 4px solid #164A97 !important;
    border-bottom: 0px #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: #164A97;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1;
    float: left;
    width: 100%;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 1rem;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 14px 15px;
    float: left;
    width: 100%;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    background-color: #164A97 !important;
    color: #fff;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px;
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px;
}

/* accordion styles */
.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    border-color: #164A97 !important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

h2.resp-accordion.resp-tab-active {
    border-color: #164A97 !important;
}

/* tab-style1 */
@media screen and (min-width: 768px) {
    .tab-style1 ul.resp-tabs-list {
        text-align: center;
    }

    .tab-style1 ul.resp-tabs-list li:last-child {
        margin-right: 0;
    }

    .tab-style1 ul.resp-tabs-list li.resp-tab-active {
        border: none;
        border-top: none !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #f7f7f5;
        color: #164A97;
    }

    .tab-style1 .resp-tab-content {
        border: none;
        border-radius: 5px;
        border-top-left-radius: 0;
        padding: 40px;
        border-color: #164A97;
        background-color: #f7f7f5;
    }

    .tab-style1 .resp-tabs-list li {
        font-size: 1.375rem;
        font-weight: 900;
        padding: 15px 20px 15px 20px;
    }
}

/* change the breakpoint to set the accordion */
@media screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    h2.resp-accordion i {
        margin-right: 8px;
        font-size: 1.125rem;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-tab-content {
        background-color: #fff;
    }
}

/* ===================================
    Team
====================================== */
/* team style-1 */
.team-block {
    position: relative;
}

.team-block:hover .team-overlay {
    opacity: 1;
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(225, 195, 64, 0.9);
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear;
    border-radius: 5px;
}

.team-overlay a {
    top: 36%;
    left: 0;
    color: #fff;
    right: 0;
    margin: auto;
    font-weight: 800;
    position: absolute;
    font-size: 2.25rem;
}

.team-overlay a:after {
    content: "";
    /* background-image: url(../img/content/old.png); */
    width: 66px;
    height: 152px;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 18px auto 0;
}

/* team style-2 */
.team-block1 {
    position: relative;
}

.team-block1 .inner-box {
    position: relative;
    box-shadow: 2px 2px 30px #ccc;
    transition-duration: .5s;
}

.team-block1 .inner-box:hover {
    box-shadow: none;
}

/* team style-3 */
.team-block2 {
    box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48);
    background: #fff;
    overflow: hidden;
    transition: all .3s ease;
    z-index: 1;
    position: relative;
}

.team-block2 .team-img {
    overflow: hidden;
    position: relative;
}

.team-block2 .team-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #222, transparent);
    transition: all .4s;
    opacity: 0;
}

.team-block2:hover .team-img:after {
    opacity: 1;
}

.team-block2 .team-icons {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
    transition: opacity .3s, bottom .3s;
    display: block;
    opacity: 0;
}

.team-block2 .team-icons i {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-left: 10px;
}

.team-block2:hover .team-icons {
    opacity: 1;
    bottom: 28%;
}

/* ===================================
    Portfolio
====================================== */
/* portfolio page */
.portfolio-item {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.portfolio-item-overlay {
    background: #3b3d42;
    background-color: rgba(59, 61, 66, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1);
}

.portfolio-item-overlay .hover-icon {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 44%;
    transform: scale(0.2);
    transition: all .3s ease 0s;
}

.portfolio-item-overlay .icon {
    color: #fff !important;
    display: inline-block !important;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    background-color: #164A97;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    text-align: center;
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-item-overlay:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* portfolio */
.masonry {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}

.masonry > a {
    display: block;
    margin-top: 10px;
}

.masonry > a:first-child {
    margin-top: 0;
}

.masonry-item {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.masonry-item:first-child {
    margin-top: 0;
}

@media screen and (min-width: 576px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 992px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/*masonry-style-1*/
.masonry-style-1 {
    margin: 10px 0;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 30px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}

.masonry-style-1 > a {
    display: block;
    margin-top: 30px;
}

.masonry-style-1 > a:first-child {
    margin-top: 0;
}

@media screen and (min-width: 576px) {
    .masonry-style-1 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width: 768px) {
    .masonry-style-1 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 992px) {
    .masonry-style-1 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 1200px) {
    .masonry-style-1 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/* masonry style-2 */
.masonry-4 {
    margin: 15px 15px 0 15px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 20px;
}

.masonry-4 a {
    display: block;
    margin-top: 20px;
}

.masonry-4 a:first-child {
    margin-top: 0;
}

@media screen and (min-width: 576px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 768px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 992px) {
    .masonry-4 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 1200px) {
    .masonry-4 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.masonry-item-overlay {
    background: #3b3d42;
    background-color: rgba(59, 61, 66, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    right: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1);
}

.masonry-item-overlay .hover-icon {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    transform: scale(0.2);
    transition: all .3s ease 0s;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 45px;
    width: 45px;
}

.masonry-item-overlay .icon1 span {
    color: #fff !important;
    display: inline-block !important;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 0;
    width: 45px;
    background-color: #164A97;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    text-align: center;
}

.masonry-item:hover .masonry-item-overlay {
    opacity: 1;
    visibility: visible;
}

.masonry-item-overlay:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* ===================================
    Pages
====================================== */
/* services */
.paw-services i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5625rem;
}

@media screen and (max-width: 575px) {
    .paw-services i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 1.125rem;
    }
}

/*404 page*/
.page-container .title {
    font-size: 11.25rem;
    line-height: 1;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .page-container .title {
        font-size: 12.5rem;
    }
}

@media screen and (max-width: 991px) {
    .page-container .title {
        font-size: 7.8125rem;
    }
}

@media screen and (max-width: 767px) {
    .page-container .title {
        font-size: 4.6875rem;
    }
}

/* testimonial paw */
#testmonials-carousel .owl-nav {
    position: absolute;
    left: 13%;
    bottom: 7%;
}

#testmonials-carousel .owl-nav button.owl-next,
#testmonials-carousel .owl-nav button.owl-prev {
    color: #FFF;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    box-shadow: none;
}

#testmonials-carousel .owl-nav button.owl-next {
    margin-left: 15px;
}

/* working hour section */
.working-hour li {
    margin-bottom: 10px;
}

.working-hour li:last-child {
    margin-bottom: 0;
}

.working-hour li:before {
    font-family: 'themify';
    content: "\e64c";
    font-weight: 900;
    color: #164A97;
    font-size: 1rem;
    margin-right: 10px;
}

/* subscribe */
.subscribe-paw {
    margin-bottom: -92px;
}

@media screen and (max-width: 767px) {
    .subscribe-paw {
        margin-bottom: -76px;
    }
}

@media screen and (max-width: 575px) {
    .subscribe-paw {
        margin-bottom: -56px;
    }
}

@media screen and (max-width: 320px) {
    .subscribe-paw {
        margin-bottom: -33px;
    }
}

/* offer banner */
.offer-banner {
    top: 22%;
    left: 8%;
}

.banner-1 {
    padding-top: 73%;
}

@media screen and (max-width: 991px) {
    .offer-banner {
        top: 16%;
    }
}

@media screen and (max-width: 767px) {
    .banner-1 {
        padding-top: 62%;
        padding-bottom: 10%;
    }
}

/* new arrivals */
#new-arrivals .owl-nav button.owl-next,
#new-arrivals .owl-nav button.owl-prev {
    position: absolute;
    top: 32%;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #ececec;
}

#new-arrivals .owl-nav button.owl-next {
    right: -8%;
}

#new-arrivals .owl-nav button.owl-prev {
    left: -8%;
}

@media screen and (max-width: 991px) {
    #new-arrivals .owl-nav button.owl-prev {
        left: -10%;
    }

    #new-arrivals .owl-nav button.owl-next {
        right: -10%;
    }
}

/* categories section */
.categories-content {
    margin-top: -20px;
}

.categories-content a {
    background: #fff;
    padding: 15px 40px;
    box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2);
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
}

@media screen and (max-width: 991px) {
    .categories-content {
        margin-top: -15px;
    }

    .categories-content a {
        padding: 8px 30px;
    }
}

/* contact us page */
.contact-paw {
    bottom: -5.3%;
    right: -29%;
}

@media screen and (max-width: 991px) {
    .contact-paw {
        bottom: -6.2%;
        right: -23%;
    }
}

@media screen and (max-width: 767px) {
    .contact-paw {
        right: -31%;
    }
}

@media screen and (max-width: 575px) {
    .contact-paw {
        right: -28%;
    }
}

/* pricing page */
.pricing-img {
    margin-bottom: -90px;
    text-align: center;
}

.pricing-table1 {
    background-color: #f7f7f7;
    padding: 110px 40px 50px 40px;
}

/* ===================================
    Others
====================================== */
/* video */
.story-video {
    min-height: 400px;
    height: 100%;
}

.video_btn {
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.video {
    color: #fff;
}

a.video:active,
a.video:focus {
    color: #164A97;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #164A97;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.video_btn:hover i,
.video_btn:focus i {
    color: #fff;
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .story-video {
        min-height: 275px;
    }
}

/* count down */
ul.countdown li {
    border-right: 1px solid #c5c5c5;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
}

ul.countdown li:last-child {
    border: medium none;
    padding-right: 0;
}

ul.countdown li:first-child {
    padding-left: 0;
}

ul.countdown li span {
    font-size: 2.25rem;
    font-weight: 700;
    color: #232323;
    line-height: normal;
    position: relative;
}

ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    ul.countdown li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 575px) {
    ul.countdown li {
        padding: 0 11px;
    }

    ul.countdown li span {
        font-size: 1.625rem;
    }
}

/* filtering */
.filtering {
    margin-bottom: 20px;
}

.filtering span {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.filtering span:last-child {
    margin: 0;
}

.filtering .active {
    border-color: #164A97;
    color: #fff;
    background-color: #164A97;
}

@media screen and (max-width: 767px) {
    .filtering span {
        margin-right: 15px;
    }
}

/* ===================================
    Accordian
====================================== */

.accordion > .card {
    overflow: hidden;
    border: none;
}

.accordion > .card .card-header {
    background: none;
    padding: 0;
    border-bottom: none;

}

.accordion > .card .btn-link.collapsed:before {
    content: "\f105" !important;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: Font Awesome\ 5 Free;
    top: 19px;
    left: 29px;
    position: absolute;
    color: #232323;
}

.accordion > .card .btn-link:before {
    content: "\f107" !important;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: Font Awesome\ 5 Free;
    top: 19px;
    left: 29px;
    position: absolute;
    color: #232323;

}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.accordion > .card .btn-link {
    /*background-color: #164A97;
     border-radius: 30px;*/
    margin: 6px 0 !important;
    color: #232323 !important;
    padding: 0.9rem 0 0.9rem 50px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.accordion > .card .btn-link.collapsed {
    background-color: transparent;
    /* box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    color: #232323 !important;
}

.card-body {
    border-bottom: 1px solid #cccccc;
    padding-left: 80px;
}

/* ===================================
    Shop
====================================== */
/* product cert */
.product-pet {
    transition: all .3s ease 0s;
}

.product-cart {
    background-color: #164A97;
    box-shadow: 0 0.3px 7px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 13px 0 11px;
    position: absolute;
    top: 60%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.6s ease 0s;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
}

.product-cart a {
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 18px;
    position: relative;
}

.product-cart a:before {
    background-color: #f7f7f5;
    content: "";
    height: 21px;
    position: absolute;
    right: -18px;
    top: 0px;
    width: 1px;
}

.product-cart a:last-child:before {
    display: none;
}

.product-pet:hover .product-cart {
    top: 50%;
    opacity: 1;
    visibility: visible;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* shop product detail*/
.product-detail .label-sale {
    margin-left: 5px;
    vertical-align: top;
    padding: 2px 7px;
}

.product-detail .offer-price {
    text-decoration: line-through;
    color: red;
}

.product-rating .far:hover {
    color: #232323;
}

/* shop product cart*/
.shop-cart-table {
    width: 100%;
    overflow-x: auto;
}

.shop-cart-table .shop-cart td {
    line-height: 26px;
    vertical-align: middle;
    padding: 16px 8px;
}

.table.cart-sub-total {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px;
}

.table.cart-sub-total td,
.table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px;
}

.table.cart-sub-total td {
    padding-right: 0;
}

.shop-cart-table input[type="text"] {
    height: 35px;
    width: 50px;
    margin: 0;
}

/* shop product grid and list*/
.product-block {
    padding: 20px;
}

.product-name {
    margin-bottom: 5px;
}

.product-block:hover img {
    opacity: 0.65;
}

.control-top .owl-nav {
    margin: 0;
    position: absolute;
    right: -2px;
    top: -53px;
}

.control-top.owl-theme .owl-nav [class*='owl-'] {
    background: #fff !important;
    padding: 0 7px;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
}

.control-top.owl-theme .owl-nav i {
    color: #6f6f6f;
    padding-top: 4px;
}

/* ===================================
    Blog
====================================== */
/* blog-grid */

.blog-read-more {
   padding-left: 15px;
}

.blog-block .blog-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    border-radius: 5px;
    transition: 0.3s;
}

.blog-block .blog-img .blog-date {
    position: absolute;
    left: -9px;
    top: 30px;
    padding: 8px 28px;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    background-color: #164A97;
}

.blog-block .blog-content {
    background: #f5f5f5;
}

.blog-block .blog-content .read-more {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    position: absolute;
    bottom: -25px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog-block .blog-content .read-more i {
    color: #232323;
}

.blog-block .blog-content .read-more:hover {
    background: #164A97;
}

.blog-block .blog-content .read-more:hover i {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .blog-block .blog-img .blog-date {
        width: auto;
        height: auto;
        line-height: normal;
    }
}

/* blog-post */
.blog-list-simple {
    margin: 0 0 40px 0;
}

.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-list-simple-text {
    color: #6f6f6f;
}

.blog-list-simple-text > span {
    color: #164A97;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #6f6f6f;
    margin-bottom: 0;
    padding: 15px 0;
}

.blog-list-simple-text .meta {
    margin: 0 0 5px 0;
}

.blog-list-simple-text li {
    display: inline-block;
    font-size: 0.75rem;
    color: #777;
    margin: 5px;
}

.blog-list-simple-text h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 5px 0;
    line-height: normal;
}

.blog-list-simple-text ul {
    margin: 10px 0;
}

.blog-list-simple-text ul li {
    color: #999;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 3px 0;
    margin: 0 5px;
}

.blog-list-simple-text ul li i {
    color: #164A97;
    margin-right: 5px;
    font-size: 0.875rem;
}

/* blog-details */
.blogs .post {
    margin-bottom: 30px;
}

.blogs .post .content {
    padding-top: 30px;
}

.blogs .post .content .post-title h5 {
    font-size: 1.875rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.blogs .post .content .post-title h5 a {
    color: #232323;
}

.blogs .post .content .post-title h5 a:hover {
    color: #F24259;
}

.blogs .post .content .meta {
    margin-bottom: 0px;
}

.blogs .post .content .meta li {
    display: inline-block;
    font-size: 0.875rem;
    color: #777;
    margin: 0 5px 5px 5px;
}

.blogs .post .content .special {
    padding: 20px;
    margin: 30px 0;
    border-left: 2px solid #164A97;
    font-size: 1.375rem;
    color: #164A97;
}

.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 0.75rem;
}

.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #F24259;
}

.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left;
}

.blogs .post .share-post span {
    font-weight: 700;
}

.blogs .post .share-post ul {
    float: right;
}

.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px;
}

.blogs .post .post-img img {
    width: 100%;
}

.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 1.5625rem;
    margin-bottom: 10px;
}

/* comments */
.blogs .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px;
}

.blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px;
}

.blogs .comment-box .author-thumb {
    width: 80px;
    float: left;
}

.blogs .comment-box .comment-info {
    margin-left: 100px;
}

.blogs .comment-box .comment-info h6 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600;
}

.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 0.75rem;
}

/* pagination */
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff;
}

.pagination a:hover {
    background-color: #232323;
    color: #fff;
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default;
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #164A97;
    font-size: 1rem;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px;
}

.blockquote p {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px;
}

.blockquote h4 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px;
}

.side-bar .widget {
    margin-bottom: 30px;
}

.side-bar .widget:last-child {
    margin-bottom: 0;
}

.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 1.625rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.side-bar .widget li {
    position: relative;
    color: #6f6f6f;
}

.side-bar .widget li:last-child {
    margin: 0;
}

.side-bar .widget .social-listing {
    margin-bottom: 0;
}

.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block;
}

.side-bar .widget .social-listing li:after {
    background: none;
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0;
}

.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #f7f7f7;
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #1c1c1c;
    color: #fff;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
}

@media (max-width: 767px) {
    .blog-grid-simple-content a:after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .blogs .post .content .post-title h5 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    .blogs .post .content .post-title h5 {
        font-size: 1.5rem;
    }
}

.tags a {
    padding: 5px 20px;
    border: 1px solid #164A97;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    color: #164A97;
}

.tags a:hover {
    background-color: #164A97;
    color: #fff;
}

.blog-icon li {
    display: inline-block;
}

.blog-icon li a {
    display: inline-block;
    margin-top: 0;
}

#blog-post .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}

#blog-post .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}

/* blog style-1 */
.blog-block .blog-img .blog-date2 {
    bottom: -17px;
    left: 0;
    right: 0;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    padding: 5px 25px;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    background-color: #164A97;
    display: inline-block;
}

/* ===================================
    Footer
====================================== */


@media screen and (max-width: 767px) {
    .resp-center {
        align-content: center;
         !important;
        text-align: center;

    }
}


footer .drkbg {
    background-color: #464545;
}

footer .drkbg-text {
    color: #dadada;
    line-height: 1.2;
    font-size: 0.75rem;
}

footer p {
    margin-bottom: 0;
    font-size: 0.9375rem;
}

footer h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    color: #164A97;
}

footer input {}

/* footer h3:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #164A97;
    margin-top: 12px;
} */

footer .list-style-1 span {
    color: #164A97;
    margin-right: 10px;
    line-height: unset;
}

footer .list-style-1 li {
    color: #939393;
}

footer .list-style-1 li a {
    color: #939393;
}

.footer-list {
    margin: 0;
}

.footer-list li {
    list-style-type: none;
    color: #dadada;
    /* padding: 6px 0; */
}

.footer-list li:first-child {
    padding-top: 0;
}

.footer-list li a {
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: lowercase;
    color: #939393;
}

/*.footer-list li a:before {
    content: '\f105';
    font-weight: 700;
    vertical-align: bottom;
    font-family: Font Awesome\ 5 Free;
    color: #939393;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
*/
.footer-list li a:hover {
    color: #164A97;
}

.footer-list li a:hover:before {
    color: #164A97;
}

.footer-center {
    align-content: center;
     !important;
    text-align: center;
}

footer .margin-15 {
    margin: 15px 0px;
}

.footer-newsletter {
    color: #86C440;
    font-size: 1.25rem;
    font-weight: 600;
}


/* ----------
Custom Styles
-----------*/

.img-blubar-left {
    /* color: #164A97; */
    border-left: 14px solid rgba(22, 74, 151, 0.8);
}

.img-blubar-right {
    /* color: #164A97; */
    border-right: 14px solid rgba(22, 74, 151, 0.8);
}

.img-block {
    max-width: 400px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.full-bg-ltgray {
    background-color: #cacaca;
}

.full-padding-tb {
    padding: 100px 0px;
}


@media screen and (max-width: 768px) {
    .sml-spacing {
        margin-top: 20px;
    }

    .hide-frame-sml {
        display: none;
    }

    .sml_banner {
        padding-top: 100px;
    }

    .mid-banner-sml {
        height: 350px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .hide-frame-sml {
        display: none;
    }
}


@media screen and (min-width: 991px) {
    .hide-frame-lrg {
        display: none;
    }

    .mid-banner-img-450 {
        height: 450px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .blue-header-txt-aboutus {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 991px) {
    .hide-frame-lrg {
        display: none;
    }
}


.screen-height-header {
    max-height: 400px;
}

.stroke {
    color: #2d2d2d;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order)  
    -webkit-text-stroke-width: 0.5px; 
    -webkit-text-stroke-color: #606060; 
	*/
}

.upper-txt {
    text-transform: uppercase;
}

.center-txt {
    text-align: center;
}

.center-content {
    text-align: center;
}


.margin-top {
    margin-top: 25px;
}

.margin-top-100 {
    margin-top: 100px;
}

/* Shop Items */


.frame-border {
    border: solid 1px #000000;
    max-width: 250px;
    max-height: 300px;
    margin-left: 20px;
    padding-left: 25px;

}

.prod-base {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
/*    height: 132px; */
    height: 122px;
    background: rgba(22, 74, 151, 0.8);
}

.prod-base .prod-shop-item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 4px;
    height: 28px;
    font-size: 0.75rem;
    color: white;
    background-color: #164A97;
    text-align: center;
    font-weight: 700;
}

.prod-base .prod-head {
    font-size: 0.75rem;
    letter-spacing: 0px;
    color: #c0c0c0;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 6px;
    margin-left: 7px;
    font-family: 'Montserrat', sans-serif;
}

.prod-base .prod-title {
    font-size: 0.875rem;
    line-height: 1.1;
    color: #ffffff;
/*    text-transform: uppercase; */
    margin-left: 7px;
    margin-top: 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.prod-base .prod-txt {
    font-size: 0.75rem;
    margin-left: 7px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
}

.prod-base .prod-price {
    position: absolute;
    font-size: 1.125rem;
/*    margin-left: 15px; */
    left: 145px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
/*    margin-top: 10px; */
    bottom: 0.375rem;
    font-family: 'Montserrat', sans-serif;
}

.prod-base .prod-cart-plus {
    position: absolute;
    right: 0.5em;
    bottom: 0.375rem;
    font-size: 1.1em;
    color: #fff;
}

.prod-base .prod-learn-more {
    position: absolute;
    font-size: 0.875rem;
    line-height: 1.1;
    bottom: 0.4375rem;
    left: 7px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.prod-cart-plus.ajax-cart-link {
    transition: all .3s ease 0s;
}

.prod-cart-plus.ajax-cart-link:hover {
    transform: scale(1.25);
}

.prod-cart-plus.ajax-cart-added {
    font-size: 1.3rem;
    color: #ccc;
}

.prod-img {
/*    min-width: 315px; */
    min-width: 262px; 
    min-height: 343px;
/*    max-width: 315px; */
    max-width: 262px; 
    max-height: 343px;

/*    width: 315px; */
    width: 262px; 
    height: 343px;

    padding: 0;
    margin-bottom: 25px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-size: 100%; // cover;
    background-repeat: no-repeat;
/*    background-position-x: -35px; */
/*    background-position-y: -13px; */
    border-radius: 4px;
}

.article-img {
/*    min-width: 315px; */
    min-width: 262px; 
    min-height: 315px;
/*    max-width: 315px; */
    max-width: 262px; 
    max-height: 315px;

/*    width: 315px; */
    width: 262px; 
    height: 315px;

    padding: 0;
    margin-bottom: 25px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.elim-diet-img {
/*    min-width: 315px; */
    min-width: 262px; 
    min-height: 315px;
/*    max-width: 315px; */
    max-width: 262px; 
    max-height: 315px;

/*    width: 315px; */
    width: 262px; 
    height: 315px;

    padding: 0;
    margin-bottom: 25px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}





.blue-header-txt {
    color: #164A97;
    font-weight: 700;
    font-size: 1.85rem;
    margin-bottom: 10px;
}

.blue-menu-txt {
    color: #164A97;
    font-weight: 500;
    font-size: 1.25rem !important;
    border: none !important;
    line-height: 1.5;
    margin-bottom: .625rem;
}

@media screen and (max-width: 768px) {
  .blue-menu-txt {
      font-size: 1rem !important;
      line-height: 1.25;
      margin-bottom: 10px;
  }
}

.list-group-item.active {
    /* background-color: #164A97 !important; */
}

.blue-bold {
    color: #164A97;
    font-weight: 700px;
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.blue-header-txt-why {
    color: #164A97;
    font-weight: 700;
    font-size: 2rem;
    text-transform: lowercase;
    font-style: oblique;
    margin-bottom: -20px;

}

.grey-sub-txt {
    color: #606060;
    font-size: 1rem;
    margin-top: 10px;
}

.grey-bg {
    background-color: #F5F3F3;
}

.top-bot-bar {
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gray-txt {
    color: #606060;
}

.gray-sub-txt {
    color: #606060;
    font-size: 1rem;
    margin-top: 10px;
}

.blog-article-txt {
    color: #606060;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.81;
}

.gray-sub-txt-20 {
    color: #606060;
    font-size: 1.25rem;
    margin-top: 5px;
    margin-left: 50px;
    margin-right: 50px;
}

.p-txt {
    color: #606060;
    font-size: 1rem;
    margin-top: 10px;
}

.font-w-700 {
    font-weight: 700;
}

.gray-bg {
    background-color: #DADADA;
}

.dark-gray-bg {
    background-color: #CACACA;
}

.light-gray-bg {
    background-color: #F5F3F3;
}

.process-img {
    height: 115px;
    margin-bottom: opx;
    margin-top: 10px;

}

.process-head {
    margin-top: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    text-align: center;
}

.social-head-blue {
    font-size: 1.75rem;
    color: #164A97;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.social-head-pink {
    font-size: 1.75rem;
    color: #EE5B9F;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

/* Testimonials */

    .testimonials-sm {
      display: none;
    }
    .testimonials-main-container {
      width: 1120px; 
/*	width: 1130px;   */
/*      min-width: 99%;  */
      padding: 0;
      margin: 0 auto;
      height: 400px;
    }
    .testimonials-left-half {
      width: 560px;
      min-width: 560px;
      max-width: 560px;
      padding: 0;
      margin: 0;
      height: 400px;
      float: left;
    }
    .testimonials-container {
      width: 550px; 
      margin: 0; 
      padding: 0; 
      position: relative;
      overflow-x: hidden; 
      white-space: nowrap;
    }
    .testimonials-right-half {
      width: 560px;
      min-width: 560px;
      max-width: 560px;
      padding: 0;
      margin: 0;
      height: 400px;
      float: left;
    }
    .testimonials-right-half-a {
/*      width: 500px;  */
      margin: 0; 
      padding: 0; 
      position: relative; 
      overflow-x: hidden; 
      overflow-y: hidden; 
      white-space: nowrap; 
      height: 325px;
    }    
    .testimonials-right-half-b {
      width: 500px;
      margin: 0;
      padding: 0;
      height: 99px;
      text-align: center;
    }
    .testimonial-quote {
      color: #000000; 
      float: left;
      width: 240px;
      min-width: 240px;
      max-width: 240px;
      margin: 0; 
      padding: 0;
      text-align: left; 
      white-space: normal;
      font-family: Montserrat;
      font-size: 2.0625rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1.175;
      letter-spacing: 0em;
    }
    .testimonial-image {
      width: 300px;
      height: 392px;
      float: right;
      border: 8px solid #164A96;
      position: relative;
    }
    .testimonial-play {
      position: absolute;
/*      top: 200px; */
      bottom: 70px;
      left: 70px;
      width: 1px;
      height: 1px;
      margin: 0;
      padding: 0;
    }
    .testimonial-play > img {
      width: 100px;
      min-width: 100px;
      height: 100px;
      transform:translate(-50%,-50%);
    }
    .testimonial-left-box {
      overflow-y:hidden;
      display: inline-block;
      width: 550px;
      height: 400px;
      margin: 0px -2px 0px 0px;
      padding: 0px;
      position: relative;
      left: 0px;
      top: 0px;
      transition-duration: initial;

      -ms-transition-duration: initial;

      -moz-transition-duration: initial;

      -webkit-transition-duration: initial;

      -o-transition-duration: initial;
    }
    .testimonial-right-box {
      display: inline-block;
      width: 250px;
      height: 325px;
      margin: 0px -2px 0px 36px;
      padding: 0px;
      position: relative;
      left: 0px;
      top: 0px;
    }

.testimonial-quote > span {
   font-family: Montserrat;
   font-size: 1em;
   font-style: normal;
   font-weight: 500;
   line-height: 1.1;
   letter-spacing: 0em;
   text-align: left;
   display: block;
   padding: 0;
}

.testimonial-quote-author-name, .testimonial-quote-author-location {
   font-size: 0.75rem !important;
}

.testimonial-quote-author-name {
   margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
   .testimonial-quote-author-location {
      margin-top: -34px;
   }
}

@media screen and (max-width: 991px) {
   .testimonial-quote-author-location {
      margin-top: -18px;
   }
}

    @media (max-width: 990px) {

        #middle {
            padding-left: 15px;
            padding-right: 15px;
        }
      .testimonials-sm {
        display: block;
        width: 500px;
        margin: 0;
        padding: 0;
        height: 99px;
        text-align: center;
      }
      .testimonials-main-container {
        width: 50%; 
        min-width: 450px; 
        max-width: 800px; 
        margin: 0 auto;
      }
      .slide-left {
        top: 340px;
        left: 30%;
        position: absolute;
      }
      .slide-right {
        top: 340px;
        right: 30%;
        position: absolute;
      }
      .testimonials-left-half {
        width: 99%;
        min-width: 99%;
        max-width: 99%;
        height: 320px;
      }
      .testimonials-container {
        width: 400px; 
      }
      .testimonial-left-box {
        width: 400px;
        height: 320px;
      }
      .testimonials-right-half {
        display: none !important;
      }
      .testimonial-quote {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        font-size: 1.4375rem;
        line-height: 1.15;
      }
      .testimonial-image {
        width: 240px;
        height: 320px;
        border: 4px solid #164A96;
      }
    }

    @media (min-width: 376px) and (max-width: 990px) {

        #middle {
            padding-left: 10px;
            padding-right: 10px;
        }
      .testimonial-play {
        bottom: 60px;
        left: 60px;
      }
      .testimonial-play > img {
        width: 90px;
        min-width: 90px;
        height: 90px;
      }
    }

@media screen and (max-width: 375px) {
   .testimonial-image {
      width: 210px;
      height: 280px;
      border: 3px solid #164A96;
      float: left;
   }
   .testimonial-play {
      bottom: 55px;
      left: 55px;
   }
   .testimonial-play > img {
      width: 80px;
      min-width: 80px;
      height: 80px;
   }
}

    @media (min-width: 991px) and (max-width: 1200px) {
      .testimonials-main-container {
        width: 865px; 
        margin: 0 auto;
      }
      .testimonials-right-half {
        width: 300px; 
        min-width: 300px;
        max-width: 300px;
      }
      .testimonials-right-half-a {
        width: 250px; 
      }
      .testimonials-right-half-b {
        width: 250px;
      }
    }

.sitemap-header {
    margin-top: 35px;
}

/* ===================================
    Section Classes
====================================== */

.section-pad-50 {
    padding: 50px 0;
}

.section-pad-80 {
    padding: 80px 0;
}

.section-pad-100 {
    padding: 100px 0;
}

.section-pad-200x100-tb {
    padding: 100px 0;
}


.section-pad-40 {
    padding: 40px 0;
}

.section-pad-50-top {
    padding-top: 50px;
    padding-bottom: 15px;
}

.section-pad-75 {
    padding: 75px 0;
}

.section-pad-25 {
    padding: 25px 0;
}


.section-pad-10 {
    padding: 10px 0;
}

.section-margin-t-smlb {
    margin-bottom: 0px;
}

.section-margin-top-25 {
    margin-top: 25px !important;
}

.section-margin-top-50 {
    margin-top: 50px !important;
}

.no-pad-bottom {
    padding-bottom: 0px;
}

.mid-banner-img {
    height: 350px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mid-banner-img-500 {
    height: 500px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.container-cover {
    height: 100% !important;
}
.row-pad-top-200 {
    padding-top: 200px;
}

.blue-cover {
    background-color: rgba(22, 74, 151, 0.7);
    width: 100%;
    height: 100%;
}

.content-middle {
    padding-top: 100px;
}

.content-middle-20p {
    padding-top: 20%;
}

.content-middle-10p {
    padding-top: 10%;
}

.content-middle-p35 {
    padding-top: 35px;
}

.center-txt-wht {
    text-align: center;
    color: #ffffff;
    font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
    
    .center-txt-wht {
       font-size: 1.325rem;
    }
}

.drkgray-header-txt {
    color: #606060;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.drkgray-txt-22 {
    color: #606060;
    font-size: 1.25rem;
}

.drkgray-txt-18 {
    color: #606060;
    font-size: 1.125rem;
}

.drkgray-txt-22:not(h5) {
    font-weight: 500;
}

.white-txt-22 {
    color: #fff;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.82;
}

.drkgray-header-txt-48 {
    color: #606060;
    font-weight: 600;
    font-size: 1.5rem;
/*    line-height: 1.063; */
    margin-bottom: 20px;
}

.blue-half {
    background-color: rgba(22, 74, 151, 0.7);
    position: absolute;
    /* top: 0; */
    padding: 24px 0px;
    right: 0px;
    height: 100%;
    width: 40%;
}

@media screen and (max-width: 1370px) {
	.blue-half {
    	padding: 0px;
	}
}

.mid-banner-img-600 {
    height: 600px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mid-banner-img-top {
    height: 350px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.gray-header-title {
    color: #606060;
    font-size: 1.1875rem;
    font-weight: 700;
    margin-bottom: 20px;

}

.cover-bg-top {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: top !important;
    background-repeat: no-repeat !important;

}

/************** Doc Section **************/

.blue-header-txt-doc {
    color: #164A97;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0px;

}

.doc-quote {
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
}

.doc-long-quote {
    font-size: 1.5rem;
}

.doc-credit {
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .doc-quote-cover {
        background-position-x: 43% !important;
    }
    .doc-quote {
        font-size: 1.375rem;
    }
    .doc-long-quote {
        font-size: 1rem;
        min-width: 110%;
        margin-left: -2em;
    }
    .doc-credit {
        font-size: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .doc-quote {
        font-size: 1.6875rem;
    }
    .doc-long-quote {
        font-size: 1.375rem;
        min-width: 110%;
    }
    .doc-credit {
        font-size: 1.25rem;
    }
}

.doc-followup {
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 30px;
}

.doc-img-round {}

.meet-doc-name {
    font-weight: 800;
    margin-top: 30px;
}

.meet-doc-descript {}

.meet-doc-link {
    margin-top: 16px;
}


/************** Tea Section **************/

.tea-gray-header1 {
    color: #606060;
    font-size: 1.1875em;
    font-weight: 700;
}

.tea-gray-descript {
    color: #606060;
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}

.tea-header {
    text-align: center;
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: 600;
}

.tea-content-wht {
    text-align: center;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 30px;
}

.tea-list-header {
    text-align: center;
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gray-cover {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

.top-border-green {
    border-top: 10px solid #86c440;
}

.padding-lr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.sport-img-round {
    width: 100px;
}

.sport-icon-name {
    font-weight: 700;
    margin-top: 5px;
}

.sport-icon-descript {
    padding-left: 25px;
    margin-right: 25px;

}

.prod-gray-header1 {
    color: #606060;
    font-size: 1.1875rem;
    font-weight: 700;
}

.prod-gray-descript1 {
    color: #606060;
    font-size: 1rem;
    margin-bottom: 25px;
}

.bmas-gray-descript1 {
    color: #606060;
    font-size: 1rem;
    /*font-weight: 500;*/
    line-height: 1.8;
    margin-bottom: 25px;
}

.bmas-gray-descript2 {
    color: #606060;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8;
}

.test-gray-sub-txt {
    color: #606060;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.test-quote-txt {
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    margin-top: 25px;
}

.test-quote-name {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    margin-top: 25px;
}

.test-quote-location {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    line-height: 1;
}

.test-mainbox {
    height: 400px;
    margin: 0px;
    width: 100%;

}

/* ===================================
    Team Member Section 
====================================== */

.blue-header-txt-member {
    color: #164A97;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0px;

}

.member-quote {
    text-align: center;
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: 600;
}

.member-credit {
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
}

.member-followup {
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 30px;
}

.member-img-round {}



.meet-member-link {
    margin-top: 25px;
}

/* ===================================
    About Us Section 
====================================== */


.blue-header-txt-aboutus {
    color: #164A97;
    font-weight: 700;
    font-size: 2rem;

}

.container-aboutus {
    padding-left: 5em;
    padding-right: 5em;
}

@media (max-width: 425px) {
   .container-aboutus {
       padding-left: 3em;
       padding-right: 3em;
   }
}

/* ===================================
    Test Landing Page
====================================== */

.section-banner-top-gray {
    padding: 0 !important;
    margin: 0px;
    background-color: rgba(218, 218, 218, 0.9);
    /* background-color: #c6c6c6; */
    max-height: 85px;
    height: 60px;
    position: relative;
    z-index: 1000;
}

.banner-top-title {
    font-family: Montserrat;
    padding-top: 1rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.banner-product-title {
    font-family: Montserrat;
    padding-top: 1.1rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.banner-price {
    font-weight: 700 !important;
    text-align: right;
    display: block;
    color: #e60023;
    font-size: 1.45rem;
    /*font-size: 1.35rem;*/
    margin-top: 5px;
    position: relative;
}

.banner-descript {
    display: none !important;;
    text-align: right;
    display: block;
    font-size: 0.65rem;
    top: 30px;
    left: 68px;
    line-height: 13px;
    position: absolute;
    color: #000;

}

@media screen and (max-width: 991px) {
	.banner-butn-small {
	font-size: 0.775rem !important;
        padding: 0.5em 2em !important;
        margin-top:0.8rem;
	}
}

@media screen and (max-width: 375px) {
	.banner-butn-small {
        padding: 5px !important;
}
}

.banner-butn-small {
    font-weight: 500;
    right: -10px;
    font-size: 0.875rem;
    padding: 10px 20px 10px;
    margin-top: 0.6rem;
}

.menubar-caret.collapsed:before {
    content: "\f105" !important;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: Font Awesome\ 5 Free;
    top: 19px;
    left: 29px;
    position: absolute;
    color: #232323;
}

.menubar-caret:before {
    content: "\f107" !important;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: Font Awesome\ 5 Free;
    top: 3px;
     /* left: 50%; */
    position: relative;
    color: #232323;

}

/* ===================================
    Registered Kits Page
====================================== */

@media screen and (max-width: 1039px) {
    .row-m-hdn {
        display: none;
    }
}

@media screen and (min-width: 1039px) {
    .row-m-shw {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    #navbarToggleMobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .margin-bottom-sm-50 {
        margin-bottom: 50px;
    }
}

.full-height {
    height: 100%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full-width {
    width: 100% !important;
}

.border-right {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    border-right: 1px solid rgba(0,0,0,.125);
}

.blue-background {
    background-color: #164A97 !important;
    color: #fff;
}

/* test results */
.results-container-details {
    margin-bottom: 20px;
    margin-top: 14px;
    width: 100%;
    color: #606060;
}
.results-container-match {
    float: left;
    font-size: 1.125rem;
    font-weight: 800;
}
.results-pager {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
}
.results-pager-prev-btn {
    width: 19%;
    min-width: 19%;
    white-space: nowrap;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}
div.results-pager-prev-btn > a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #606060;
}
.results-pager-next-btn {
    width: 17%;
    min-width: 17%;
    white-space: nowrap;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
}
div.results-pager-next-btn > a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #606060;
}
.results-pager-pgxofy {
    width: 60%;
    white-space: nowrap;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}
.results-check-input {
    position: absolute;
    margin-top: .4rem;
    margin-left: 1.75rem;
    width: 1em !important;
    height: 1em !important;
}
.results-check-label {
    margin: 0 0 0 3.4rem;
    font-size: 0.9rem;
    font-weight: 400;
}
.results-filter-on-btn {
    color: #fff;
    width: 75%;
    height:34px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    font-size: 1rem;
    border-width: 0 !important;
    margin-top: 1rem!important;
}
.results-search-box {
    border: 1px solid #BBBBBB;
    background-color: #E8E8E8;
    height: 270px;
}
@media screen and (max-width:767px) and (min-width: 399px) {
	.results-search-box {
		height: 230px;
	}
}

@media screen and (max-width:399px) and (min-width: 367px) {
	.results-search-box {
		height: 220px;
	}
}

@media screen and (max-width:365px) {
	.results-search-box {
		height: 210px;
	}
}
.results-search-label {
    margin-top: 12px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #606060;
}
.results-searchby-label {
    font-size: 1.2rem;
    font-weight: 800;
    color: #606060;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .results-filter-on-btn {
        font-size: 1rem;
        margin-top: 0.75rem!important;
    }
    .results-search-box {
       /*height: 428px;*/
	height:230px;
    }
    .results-search-label {
        margin-top: 10px;
        font-size: 1.375rem;
    }
    .results-searchby-label {
        font-size: 1rem;
    }
}
.results-filter-on-btn:active {
   -webkit-box-shadow: inset 1px 1px 10px #333;
   -moz-box-shadow:    inset 1px 1px 10px #333;
   box-shadow:         inset 1px 1px 10px #333;
}
.results-filter-off-btn {
    float: left;
    position: relative;
    height: 21px;
    max-height: 21px;
    margin: 3px 5px;
    padding: 2px 4px;
    font-size: 0.875rem;
    line-height: 1;
    background-color: #C4C4C4;
    border-radius: 4px;
    border: solid 1px #C4C4C4;
}
.results-filter-off-btn > img {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 12px;
    width: 12px;
    padding: 0;
    margin: 0;
}
.results-filter-off-btn > div {
    position: absolute;
    top: 2px;
    left: 18px;
    height: 14px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #606060;
}
.test-item-category-toggle-btn {
/*    border-radius: 50%; */
    border: none;
    background-color: transparent;
/*    width: 1.5625rem;
    max-width: 1.5625rem;
    height: 1.5625rem;
    max-height: 1.5625rem; */
    font-size: 1.5rem;
    color: #C4C4C4;
}
.test-item-group-toggle-btn {
/*    border-radius: 50%; */
    border: none;
    background-color: transparent;
/*    width: 1.5625rem;
    max-width: 1.5625rem;
    height: 1.5625rem;
    max-height: 1.5625rem; */
    font-size: 1.5rem;
    color: #C4C4C4;
}

@media screen and (max-width: 1199px) {
  .results-hr {
   margin-bottom: 2.3rem !important;
	}
}

.results-item-body {
    font-size: 0.75rem;
    line-height: 1.25;
    color: #606060;
    letter-spacing:0rem;
}
@media screen and (max-width: 767px) {
    .results-container-match {
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .results-filter-off-btn {
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
.toggle-btn-plus {
    position: relative;
    top: -6px;
    width: 86%;
    height: 86%;
    padding: 0;
    margin-bottom: 5px;
    font-size:1.1rem;
}
.toggle-btn-minus {
    position: relative;
    top: -6px;
    width: 86%;
    height: 3px;
    padding: 0;
    margin: auto;
    font-size:1.1rem;
}

.gray-cover8 {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.results-page-banner {
    background-repeat: no-repeat;
    height: 400px;
    padding: 0px;
    margin: 0 auto;
}
.results-page-panel {
    background-repeat: no-repeat;
    height: 400px;
    padding: 0px;
    margin: 30px auto;
}

.results-page-banner-txt {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    text-align: center;
}

.wht-txt-60 {
    font-size: 3.75rem;
    font-weight: 600;
    color: white;
    text-align: center;
}

.green-txt {
    color: #86C440;
}

.yellow-txt {
    color: #E6C018;
}

.pink-txt {
    color: #EE5B9F;
}

.pink-text {
    line-height: 1.47;
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
    font-size: 2.125rem;
    color: #EE5B9F;
}

.drkgray-txt36 {
    color: #606060;
    font-weight: 600;
    font-size: 1.625rem;
    margin-bottom: 20px;

}

.red-txt {
color: #DF0101;
}

.blue-txt26 {
    color: #164A97;
    font-weight: 600;
    font-size: 1.625rem;
    margin-bottom: 10px;
}

.green-circle-txt {
   font-size: 3rem;
   font-weight: 400;
   line-height: 1.2;
   color: #fff;
   width: 1.4375em;
   height: 1.4375em;
   background: #86C440;
   border-radius: 50%;
   position: relative;
   margin: 40px auto 10px auto;
   padding-top: 5px;
}

.red-txt-line-thru {
   text-decoration: line-through;
   color: #DE582D;
}


.top-menu-blue-promo {
   width: 300%; 
   margin: 0;
   background: rgba(22, 74, 151, 0.85); /* #164A97 */
   font-size: 0.75rem;
   font-weight: 400;
   text-align: center;
   line-height: 23px;
   color: #fff;    
/* transform: translateX(-33%); */
}

.right8p {
    right: 8%;
}

/*@media screen and (max-width: 1200px) {
	.top-menu-blue-promo {
  	width: 300%;
	}

	.right8p {
	right: 0%;
	}
}*/



.sub-menu {
   z-index: 1000;
}


ul.article-bullet-list-item > li {
   list-style: disc;
   margin-left: 40px;
   color: #606060;
   font-size: 1rem;
   line-height: 1.8;
   font-weight: 500;
}
ul.article-bullet-list-mb > li {
   margin-bottom: 1rem;
}

ul.article-bullet-list-item > li > span {
   color: #606060;
   font-size: 1.125rem;
   line-height: 1.8;
   font-weight: 700;
}

div.blog-post > p {
   color: #606060;
   font-size: 1rem;
   line-height: 1.8;
   font-weight: 500;
}

div.blog-post > h2 {
   color: #606060;
   font-size: 1.5rem;
   line-height: 1.8;
   font-weight: 700;
   margin-top: 1.5rem;
   margin-bottom: 0.5rem;
}

input.form-control {
   border-top-left-radius: 0.3rem !important;
   border-top-right-radius: 0.3rem !important;
   border-bottom-right-radius: 0.3rem !important;
   border-bottom-left-radius: 0.3rem !important;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


/* make menu logo section a little tighter */
.navbar-brand img {
    max-height: 75px !important;
    max-width: 140px !important;
    
}
.navbar {
/*    padding-top: .25rem !important;
    padding-bottom: .25rem !important; */
}

.order-history-container > hr {
    border: 1px solid #606060;
}

.cart-summary-value {
    text-align: right;
}


/* What We Test For */
  .uti-item-food {
     color: #164A97;
     border-color: #164A97;
  }
  .uti-item-skin, a.uti-item-skin {
     color: #E6C018;
     border-color: #E6C018;  //yellow
  }
  .uti-item-environmental, a.uti-item-environmental {
     color: #86C440;
     border-color: #86C440;  // green
  }
  .uti-item-nutrition, a.uti-item-nutrition {
     color: #EE5B9F;
     border-color: #EE5B9F;  // pink
  }

  span.uti-item-food > i.fa,
  span.uti-item-skin > i.fa,
  span.uti-item-environmental > i.fa,
  span.uti-item-nutrition > i.fa {
     font-size: 22px;
     padding-top: 12px;
     padding-bottom: 12px;
  }

  a.uti-item-category-lnk {
     display: block;
     transition: all 0.5s ease 0s;
  }
  a.uti-item-category-lnk:active {
     color: inherit;
  }
  a.uti-item-category-lnk:hover {
     transform: scale(1.1,1.1);
  }

  .uti-expandable {
     transition: height 0.35s ease 0s;
  }

  .uti-item-category-head {
     font-weight: 800;
     font-size: 3.5rem;
     line-height: 1.2;
  }
  .uti-item-category-body {
     font-weight: 600;
     font-size: 2rem;
     line-height: 1.2;
  }

  .uti-item-grp-lnk {
     font-weight: 700;
     font-size: 1.5625rem;
     line-height: 1.5;
  }

  .uti-item-grp-lnk:not(.active)  {
/*  a.uti-item-grp-lnk:not(:active),
  a.uti-item-grp-lnk:not(:focus) */
     color: #606060 !important;
/*     text-decoration: underline; */
  }
  .uti-item-grp-lnk.active  {
/*  a.uti-item-grp-lnk:active,
  a.uti-item-grp-lnk:focus */
     color: inherit !important;
     text-decoration: underline;
  }

  .uti-item-category-grp {
     background-color: #fff;
     border: 2px solid;
     border-top-left-radius: 7px;
     border-top-right-radius: 7px;
     padding-top: 8px;
     padding-bottom: 5px;
  }

  .uti-item-category-grp > ul {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     margin-bottom: 0;
  }
  .uti-item-category-grp > ul > li:not(:first-child) {
     list-style: disc;
     margin-left: 30px;
  }
  .uti-item-category-grp {
     margin-left: auto;
     margin-right: auto;
  }

  .uti-item-grp-body > ul {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
/*     align-items: center; */
/*     justify-content: center; */
     border: 2px solid;
     border-bottom-left-radius: 7px;
     border-bottom-right-radius: 7px;
     background-color: #fff;
  }

  .uti-item-grp-body > ul > li {
     width: 20%;
     color: #606060;
     margin-left: 15px;
     font-size: 0.875rem;
     line-height: 1.3;
     text-align: left;
  }

@media screen and (max-width: 414px) {
  .uti-item-grp-body > ul > li {
     width: 25%;
  }
}

.fa-stack[data-count]:after{
  position:absolute;
  right:-16%;
  top:-22%;
  content: attr(data-count);
  font-size:50%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  border-style:solid;
  font-family: 'Montserrat', sans-serif;
}

.small-blue-butn {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 8px;
    line-height: 0.7;
    display: inline-block;
    text-align: center;
    color: white;
    border: 1px solid #606060;
    background-color: #164A97;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s linear 0s;
    letter-spacing: 1px;
}

.small_butn {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 8px;
    line-height: 0.7;
    display: inline-block;
    text-align: center;
    color: #000;
    border: 1px solid #606060;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s linear 0s;
    letter-spacing: 1px;
}

#fading_cart_message_container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}

.fading-cart-message {
    transition: all 1.1s ease 0s;
    position: absolute;
/*    top: -35px;  was used by cart-add icon, removed */
/*    right: -15px;  was used by cart-add icon, removed */
    top: -55px;
    left: 45px;   // now used in sell page
    width: 80px;
    border: 1px solid #606060;
    background-color: #fff;
    border-radius: 10px;
    font-size: 13px;
    color: #000;
    opacity: 0.9;
    transition: all 0.4s linear 0s;
    text-align: center;
    padding: 5px 10px;
}

.fading-cart-message.fade {
    opacity: 0;
    top: -120px;
}

.max-width-1200px {
    max-width: 1200px !important;
}

.view-my-test-results {
    background-color: #164A97;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-align: center;
    width: 438px;
    height: 64px;
    padding-top: 0.25em;
    margin-left: auto;
    margin-right: auto;
}

ul.list-item-disc {
   display: inline-flex;
   flex-wrap: wrap;
}

li.list-item-disc {
   list-style: disc inside none;
   display: list-item;
   margin-left: auto;
   margin-right: auto;
   padding-right: 14px;
}

.ml-a,
.mx-a {
   margin-left: auto !important;
}
.mr-a,
.mx-a {
   margin-right: auto !important;
}

.ci-product-descr-sm {
  margin-top: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
}

/* -- Credit Cards -- */
.payment-method-form__fields {
    padding-left: 3.2rem;
    padding-right: 1.6rem;
}

.payment-method-form--single .payment-method-form__option {
    display: none;
}

.payment-method-form--single .payment-method-form__fields {
    padding: 0;
}

.payment-method-form__credit-card-icon {
    height: 2rem;
}

.payment-method-form__credit-card-icon svg {
    width: 3.5rem;
    height: 2.16rem;
}

.custicon {
    display: inline-block;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    min-height: 30px;
    color: currentColor;
}

.custicon-inline {
    display: inline-block;
    vertical-align: bottom;
    line-height: 0;
}

.custicon-inline svg {
    display: block;
}

.custicon-inline--responsive {
    width: 100%;
    height: 100%;
}

.custicon-inline--responsive svg {
    width: 100%;
}

.credit-card-form .cc-icons {
    display: block;
    position: absolute;
    right: 0;
    top: .8rem;
    height: 1.6rem;
}


//Inicio CSS NOVO


.container-xlg {
   
}

.container-xlg {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


@media only screen and (min-width: 1400px) {
    .container-xlg {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 1400px) {
    .container-xlg {
        max-width: 100%;
    }
}
#navbarMainNav{
    justify-content:space-between;
}

.nav-item {
    font-family: Roboto,Rubik,Source Sans Pro,Muli,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1.0625rem
}
.fi:before {
    font-family: Flaticon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1.5;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.fi-graph:before {
    content: "\f110";
}

.fi-task-list:before {
    content: "\f15b";
}

.fi-user-plus:before {
    content: "\f119";
}

.fi-cart-1:before {
    content: "\f1a1";
}

.fi-user-male:before {
    content: "\f147";
}

.bold{ font-weight:bold;}


.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.text-center {
    text-align: center !important;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}



.aside-primary {
    color: #ddd;
    background: #1e1e2d;
    background: linear-gradient( 180deg,#2e2e45 0,#1e1e2d) !important;
}

.text-white {
    color: #fff !important;
}

@media only screen and (min-width: 992px) {
    body:not(.aside-compact).layout-admin #footer {
        padding-left: 260px;
    }
}