/* font */
@font-face {
    font-family: "TCMen-Black";
    src: url("../fonts/Objective-Black.otf") format(opentype);
}

@font-face {
    font-family: "TCMen-Extra";
    src: url("../fonts/Objective-ExtraBold.otf") format(opentype);
}

@font-face {
    font-family: "TCMen-Bold";
    src: url("../fonts/Objective-Bold.otf") format(opentype);
}

@font-face {
    font-family: "TCMen-Medium";
    src: url("../fonts/Objective-Medium.otf") format(opentype);
}

@font-face {
    font-family: "TCMen-Regular";
    src: url("../fonts/Objective-Regular.otf") format(opentype);
}

a{
	color: #0A2064;
	text-decoration: none;
}

a:hover{
	color: #000;
}

/* navbarcss */
.nav-scrolled {
    transition: 500ms ease;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #0A2064;
}

.nav-scrolled .nav-link {
    color: #0A2064;
}

.navbar-nav .dropdown-item {
    color: #0A2064;
    padding: 10px;
    font-size: 14px;
}

.navbar-nav .dropdown-divider {
    margin: 0px 0px;
}

.navbar-nav .dropdown-menu {
    padding: 0px 0px;
}

.navbar-nav .dropdown-menu .text-menu-product {
    text-align: right;
    float: right;
    padding-top: 0px !important;
    padding-bottom: 20px;
}

.navbar-toggler {
    border: 1px solid #0A2064;
    /* background: rgba(255, 255, 255, 0.20); */
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-item {
    margin: -10px 10px 0px 10px;
}

.navbar-nav .nav-item .active {
    color: white;
    font-weight: bold;
    border-radius: 0px 0px 15px 15px;
    background: #0A2064;
    padding: 0px 15px;
    height: 38px;
    align-content: center;
    margin-top: -15px;
}

.nav-link {
    color: white;
}

.nav-link:focus, .nav-link:hover {
    color: #0A2064;
	font-weight: bold;
}

.dropdown-menu .product-menu {
    position: fixed;
    margin-top: 21px !important;
    left: 0;
    padding: 50px 0px;
    border-bottom-left-radius: 95px;
    width: 100%;
    border: none;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0px 28px 35px -15px rgba(0, 0, 0, 0.21);
}


.slick-current {
    display: block !important;
    margin: 0 auto !important;
}

.slick-prev, .slick-next {
    width: auto !important;
}

.slick-prev:before, .slick-next:before {
    color: transparent !important;
    font-size: 8px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	display: none !important;
}

.slick-next:before {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.slick-prev:before {
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}


/* articles */

.wyswyg-content h1{
	font-size: 1.5rem;
}

.wyswyg-content h2{
	font-size: 1.3rem;
}

.wyswyg-content h3{
	font-size: 1.1rem;
}

.wyswyg-content h4{
	font-size: 0.9rem;
}

.wyswyg-content h5{
	font-size: 0.7rem;
}


/* footercss */

.footer {
    background-color: #DDDDDB;
}

.footer .container {
    padding: 2rem 12px 2rem;
}

.footer .container .phone {
    text-align: end;
    justify-content: end;
    align-items: end;
    font-family: TCMen-Regular !important;
    color: #0A2064;
}

.footer .container .phone .lead b {
    font-family: TCMen-Bold !important;
    font-size: 26px;
}

.footer .container .phone p small {
    font-size: 15px;
}

.footer .container .menu hr {
    border: 1px solid #598CD9;
    margin: 5px 0px 10px 0px;
}

.footer .container .menu a {
    text-decoration: none;
    color: #0A2064;
}

.footer .container .menu a h6 {
    font-family: TCMen-Bold !important;
}

.medsos .container {
    text-align: end;
    color: #0A2064;
    font-family: TCMen-Regular !important;
}

.medsos .container a {
    color: #0A2064;
}

.medsos .container a i {
    font-size: 18px;
}

.copy {
    background-color: #0A2064;
    padding: 14px 0px 10px 0px;
    color: white;
    font-family: TCMen-Regular !important;
}

.copy a {
    color: white;
}

/* homecss */
.home-banner img {
    width: 100%;
    margin-top: -50px;
}

/* categorycss */

.category {
    padding: 15px;
}

.category img, .img-menu {
    border-top-left-radius: 55px;
}

.category img, .product-menu img {
    width: 100%;
    margin-bottom: 5px;
}

.category h1, .product-menu h1 {
    font-family: TCMen-Extra;
    font-size: 40px;
    color: #0A2064;
    text-align: end;
}

.category p, .product-menu p {
    font-family: TCMen-Regular;
    font-size: 18px;
    color: black;
    line-height: normal;
    padding-top: 65px;
}

.category a , .product-menu a{
    text-decoration: none;
}

.category h3, .product-menu h3 {
    font-size: 20px;
    font-family: TCMen-medium;
    color: #0A2064;
    padding-bottom: 0px;
    align-content: end;
}

.category i, .product-menu i {
    color: #598CD9;
    font-size: 25px;
}

/* highlightcss */

.highlight {
    background: var(--Linier-Gradient, linear-gradient(180deg, #3255BF 0%, #012169 100%));
    padding: 15px 15px 0px 15px;
    margin-top: 250px;
}


.highlight h1 {
    font-family: TCMen-Bold;
    font-size: 40px;
    color: white;
    margin-bottom: 0px;
    text-align: start;
    margin: 20px 0px 80px 0px;
}

.highlight span {
    padding-left: 40px;
}

.highlight p {
    font-family: TCMen-Regular;
    font-size: 18px;
    color: white;
    line-height: normal;
    padding-left: 40px;
    margin-bottom: 60px;
}

.highlight .container .col-md-5 {
    position: relative;
}

.highlight img {
    width: 90%;
    bottom: 0;
    position: absolute;
}

/* productcss */

.product {
    margin-top: -50px;
    margin-bottom: 40px;
    height: 600px;
}

.product .container {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.product img {
    max-width: fit-content;
    max-height: fit-content;
    width: 100%;
    margin-top: 20px;
    z-index: 2 !important;
}

.product h3 {
    color: #0A2064;
    font-family: TCMen-Bold;
    padding: 0px 5px;
}

.product p {
    color: #598CD9;
    font-family: TCMen-Regular;
    padding: 0px 5px;
}

.product .button {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* productdetailcss */

.product-detail {
    margin-top: -30px;
    height: auto !important;
}

.product-detail .img-product {
    background: #EFEFEF;
    margin-bottom: 30px;
    border-top-left-radius: 50px;
}

.product-detail .container {
    position: relative !important;
    padding-bottom: 40px;
}

.product-detail img {
    width: 100%;
}

.product-detail .modal img {
    width: auto;
	margin-top: auto;
}

.product-detail h1, .related-products h1 {
    color: #0A2064;
    font-family: "TCMen-Bold";
    font-size: 38px;
    margin: 0px 0px;
}

.related-products h1 span {
    padding-left: 55px;
}

.product-detail h3 {
    color: #0A2064;
    font-family: TCMen-Bold;
    padding: 0px 5px 0px 5px;
	font-size: 24px;
}

.product-detail h6 {
    font-family: "TCMen-Bold";
}

.product-detail p {
    color: #0A2064;
    font-family: "TCMen-Regular";
    padding: 0px 5px;
}

.product-detail .button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 55px;
}

.product-detail .content-prod-row {
    color: #0A2064;
}

.product-detail .content-prod-row img {
    padding: 5px 20px 5px 0px;
}

.product-detail .col-sticky {
    min-height: 130vh;
    height: auto;
}

.product-detail .col-sticky .content-sticky {
    min-height: 200px; 
    overflow: auto;  
    position: -webkit-sticky;  
    position: sticky; 
    top: 20%;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
}

.product-detail .col-sticky .content-sticky .nav .nav-item {
    padding: 5px 0;
}

.product-detail .col-sticky .content-sticky .nav .nav-item a {
    text-decoration: none;
    border: transparent;
}

.product-detail .col-sticky .content-sticky .nav .nav-item a img {
    width: 55px;
	border: 1px solid #dedede;
}

/* tipscss */

.tips {
    margin-bottom: 50px;
}

.tips h1 {
    font-family: TCMen-Extra;
    font-size: 40px;
    color: #0A2064;
    text-align: start;
    margin-bottom: 10px;
}

.tips h1 span {
    padding-left: 60px;
}

.tips h3 {
    font-size: 20px;
    font-family: TCMen-Bold;
    color: #0A2064;
    padding-bottom: 0px;
}

.tips p {
    font-family: TCMEN-Regular;
    color: black;
}

.tips .read img {
    width: 100%;
}

.tips .read {
    display: flex;
}

.tips .read h1 {
    font-family: TCMen-Extra;
    font-size: 40px;
    text-align: start;
    margin-bottom: 10px;
    color: #0A2064;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0A2064;
}

/* allbannercss*/

.all-banner {
    background: linear-gradient(0deg, #0A2064 -8.25%, #598CD9 100%);
}

.all-banner .container {
    padding-top: 40px;
    margin-top: -30px;
}

.all-banner h1 {
    font-family: TCMen-Extra;
    font-size: 40px;
    color: white;
    margin-bottom: 0px;
    text-align: start;
    margin-bottom: 50px;
    margin-top: 0px;
}

.all-banner span {
    padding-left: 40px;
}

.all-banner p {
    font-family: TCMen-Regular;
    font-size: 18px;
    color: white;
    line-height: normal;
    padding-left: 40px;
    margin-top: 40px;
}

.all-banner .container .col-md-5 {
    position: relative;
}

.all-banner img {
    width: 100%;
    bottom: 0;
    z-index: 1;
}


/* storecss */

.store {
    margin: 40px 0px;
}

.store h6 {
    color: #0A2064;
    font-family: TCMen-Regular;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

/* modalcss */


.modal .modal-content  {
    border-radius: 25px;
}

.modal .modal-content .modal-header h1 {
    color: #0A2064;
    font-family: "TCMen-Bold";
}

.modal .modal-content .modal-header h3 {
    color: #0A2064;
    font-family: "TCMen-Bold";
	font-size: 16px !important;
}

.modal .modal-content .modal-footer {
    border-radius: 0px 0px 25px 25px;
    background: var(--Linier-Gradient, linear-gradient(180deg, #3255BF 0%, #012169 100%));
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

.modal .modal-content a {
    text-decoration: none;
}

.modal .modal-content .modal-footer p {
    margin-bottom: 0px;
    color: white;
    font-family: "TCMen-Bold";
}

.modal .modal-body .panel-listing{
	width: 180px;
	margin: 0 auto;
}

/* buttoncss */

.btn-text {
    text-decoration: underline 2px solid #598CD9;
    margin-top: 50px;
}

.breadcrumb .breadcrumb-item a {
    color: #0A2064;
}

.breadcrumb .breadcrumb-item.active {
    color: #598CD9;
    font-weight: 900;
}

.btn-text h6 {
    color: #0A2064;
    font-family: TCMen-Bold;
}

.btn-tcm-pry {
    background-color: #0A2064;
    height: 42px;
    border-radius: 5px;
    color: white;
    align-content: center;
}

.btn-tcm-pry:hover {
    background-color: #0f3094;
    height: 42px;
    border-radius: 5px;
    color: white;
}

.btn-tcm-sec {
    background-color: white;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #0A2064;
    color: #0A2064;
    align-content: center;
	font-weight: bold;
}

.btn-tcm-sec:hover {
    background-color: #D9D9D7;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #0A2064;
    color: #0A2064;
}

.carousel-control-next, .carousel-control-prev {
    height: 15%;
    width: 5%;
}

.carousel-control-prev {
    left: auto !important;
    right: 5%;
}

.order-sm-last {
    order: 0 !important;
}

.order-sm-first {
    order: 1 !important;
}

.gmaps{
	background: none;
}

/* responsive */

@media (max-width: 575.98px) {

    .nav-mobile {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-mobile li {
        display: inline-block;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        padding: 1px 20px 0px 0px;
    }

    .read .carousel-control-prev {
        width: 10%;
    }

    .read .carousel-control-prev span i, .read .carousel-control-next span i{
        font-size: 30px !important;
    }

    .product-detail .col-sticky .content-sticky {
        position: static;
    }

    .tab-content {
        width: 100% !important;
    }

    .btn-tcm-sec,
    .btn-tcm-pry {
        font-size: 10px;
    }

    /* mhome */

    .home-banner img {
        margin-top: -20px;
    }


    /* mhighlightcss */
    .highlight {
        height: auto;
        margin-top: 15px;
        padding: 0px;
    }

    .highlight img {
        width: 100%;
        bottom: 0;
        position: relative;
    }

    .highlight h1 {
        font-size: 26px;
        margin: 10px 0px;
    }

    .highlight p {
        margin-bottom: 0px;
        padding-left: 0px;
        padding-top: 10px;
        font-size: 14px;
    }

    /* mcategorycss */
    .category h1 {
        text-align: start;
        margin-top: 20px;
        font-size: 26px;
    }

    .category h1 span {
        padding-left: 135px;
    }

    .category h3, .product-menu h3 {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .category p {
        padding-top: 0px;
        font-size: 14px;
    }

    .category i {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .category img {
        margin-bottom: 5px;
    }

    /* mproductcss */
    .product {
        min-height: 220vh !important;
        height: auto;
    }

    .order-sm-last {
        order: 1 !important
    }

    .order-sm-first {
        order: 0 !important
    }

    .product h3 {
        font-size: 20px;
    }

    .all-banner h1 {
        margin-bottom: 0px;
        margin-top: 90px;
        padding: 0px 10px;
    }

    .all-banner p {
        padding: 0px 10px;
        margin-top: 10px;
    }

    .product-detail {
        margin-top: -30px;
    }

    .product-detail .col-sticky {
        min-height: auto;
    }

    /* mfooter */
    .footer .container .phone {
        text-align: center;
		margin-top: 30px;
    }

    .footer .container .phone p small {
        font-size: 14px;
    }

    .footer .container .phone .lead b {
        font-size: 20px;
    }

    .medsos .container {
        text-align: center;
    }

    .medsos .container p small {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .copy {
        font-size: 10px;
        text-align: center;
    }

    /* mbutton */

    .nav-scrolled-m {
        background: rgba(255, 255, 255, 0.70);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        color: #0A2064;
    }

    .nav-scrolled {
        background: rgba(255, 255, 255, 0.70);
    }

    .navbar-expand-lg {
        margin-top: 50px !important;
    }

    .navbar-toggler {
        margin-left: 10px;
    }

    .navbar-m {
        height: 50px !important;
    }

    .navbar-brand {
        display: block;
        margin: 0 auto;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 10px 0px;
        color: #0A2064;
		font-weight: bold;
        padding-left: 8px;
    }

    .navbar-nav .nav-item .active {
        color: white;
    }

    .dropdown-menu {
        background-color: transparent !important;
    }
    .dropdown-menu .product-menu {
        position: relative;
        background-color: transparent !important;
        
        margin-top: 64px !important;
        border-bottom-left-radius: 0px;
        padding: 0px;
        box-shadow: none;
        margin-top: 0px !important;
        margin-bottom: 15px;
        backdrop-filter:none !important

      
    }

    .navbar-nav .dropdown-menu {
        border: transparent;
    }

    .btn-tcm-pry, .btn-tcm-sec {
        font-size: 12px;
    }
    
}