@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
body {
    font-family: "DM Sans", sans-serif;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.sticky-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.3s;
}

/*
.navbar-nav {
      margin-left: auto;
      margin-right: auto;
    }
    */
.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar-brand {
    font-weight: bold;
    color: #0066cc;
    font-size: 30px;
    margin-right: 60px;
    text-decoration: none !important;
}
.nav-link {
    font-size: 14px;
    font-weight: regular;
    color: #bbbbbb;
}
.nav-link.active {
    color: #505050 !important;
}
.navbar {
    background: #ffffff !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.addad {
    background: #00be5a;
    border-color: #00be5a;
    border-radius: 7px;
}

.login {
    background: #f1f4f8;
}
.login:hover {
    border:1px solid #0ad777;
    background: #f1f4f8;
}
.login > i {
    color: #0066cc;
}

.headbg {
    /*margin-top: 40px;*/
    background: url(/bgback3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 320px;
    border-radius: 20px;
}
.headText {
    font-size: 36px;
    font-weight: bold;
    word-spacing: 5px;
    margin: 20px;
    color: #ffffff;
}

/*SLIDE 1*/
#headCats .splide__slide {
    background: #ffffff70;
    margin: 5px;
    width: 188px !important;
    height: 112px;
    border-radius: 10px;
    color: #fff;
}

#headCats .splide__slide:hover {
    background: #0066cc;
}

#headCats .oneSlide {
    margin: 20px;
}

#headCats .slideCatimg {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 24px;
    width: 24px;
    object-fit: contain !important;
}

#headCats .oneSlide > div {
    width: 100px;
}

#headCats .slideCatText {
    color: #fff;
    font-size: 16px;
    font-weight: medium;
    /*word-break: break-word;*/
}

#headCats a {
    text-decoration: none;
    color: #fff;
}

.slideBtn {
    background: #ffffff70 !important;
    border-radius: 10px;
    color: #000;
    padding: 5px 15px;
    margin: 3px;
    cursor: pointer;
}


@media only screen and (max-width: 991px) {
    .headbg {
        /*zoom: 60%;*/
        height: auto;
        padding-bottom:10px;
    }
    .headText {
        font-size: 16px;
        font-weight: bold;
        word-spacing: 2px;
        margin-top: 20px;
        color: #ffffff;
    }
}

/*SLIDE 2*/

.searchArea {
    width: 100%;
    height: 140px;
    background: #bbc6d325;
    margin-top: 40px;
    border-radius: 20px;
}

.saCatsDiv {
    padding: 15px 15px 0 15px !important;
}

#saCats .splide__slide {
    margin: 7px;
    width: auto !important;
    white-space: nowrap;
    border-radius: 10px;
}


#saCats .slideCatText {
    font-weight: medium;
    font-size: 16px !important;
    color: #77818d;
    text-transform: uppercase;
    cursor: pointer;
}

#saCats .slideCatText.active {
    color: #0a192d;
    border-bottom: 2px solid #0a192d;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .searchArea {
        zoom: 60%;
    }
}

/*Search form*/

.searchDetail {
    width: 100%;
    margin-left: 20px;
}

.searchDetail a i {
    margin-right: 5px;
}

.searchDetail .aDetailedBtn {
    background-color: rgba(0, 142, 255, 0.15) !important;
    color: #0066cc !important;
    height: 50px;
    width: 100px;
    border: 0;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.searchDetail .aSearchBtn {
    background-color: #0066cc !important;
    color: #fff !important;
    height: 50px;
    width: 124px;
    border: 0;
    border-radius: 0 5px 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.searchDetail .aSelectInput {
    cursor: pointer;
    position: relative;
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
    border: 0 1px 0 0;
    border-radius: 0;
    height: 50px;
    white-space: nowrap;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 10px;
}

.aSelectInput text {
    position: absolute;
    width: 100%;
}

.searchDetail .aSelectInput:first-child {
    border-radius: 5px 0 0 5px !important;
}

form.d-flex {
    width: 96%;
}

form.d-flex > * {
    flex: 1;
    min-width: 0;
}

form.d-flex button {
    flex: 0 0 auto;
}


.searchDetail .hoverBox{
    display: none;
    top: 50px;
    z-index: 9999;
    position: relative;
    background: #FFF;
    height: 50px;
    width: 100%;
    left: 0 !important;
}