body {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    position: relative;
    background-color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 600 !important;
    color: #4B4B4B !important;
}

.page-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #4B4B4B;
}
.page-category-title {
    font-size: 30px !important;
    color: #4185c9 !important;
}
.breadcrumb {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #4B4B4B !important;
}
.sub-title {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #4B4B4B !important;
}
.page-text {
    font-size: 16px;
    font-weight: 600 !important;
    color: #4B4B4B !important;
}
.page-text-small{
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #4B4B4B !important;
}

.c-w {
    color: #FFF !important;
}

.w-10 {
    width: 10% !important;
}

#itemSelectionTab {
    cursor: pointer !important;
}

.fa-circle-chevron-right,
.order-selection{
    cursor: pointer !important;
}

.invalid-feedback{
    display: block !important;
}

.valid-feedback{
    display: block !important;
}

#header-top {
    height: 70px !important;
}

.loader-spinner {
    font-size: 30px !important;
    color: #4185c9 !important;
}

header {
    position: fixed !important;
}

.item_selected {
    background: #4185c938;
}

.navbar {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    box-shadow: 0 0 20px -10px #000;
}

.navbar-brand > img {
    width: 180px !important;
}

.navbar {
    padding-top: 0px !important;
}

.slider-3 {
    height: 400px !important;
}

.navbar, .navbar-fixed-top{
    background: #FFFFFF !important;
}

.contact-social ul li a:hover {
    background: #4185c9 !important;
}

.body-content {
    padding-top: 90px;
}

.service-area a{
    text-decoration: none!important;
}
.service-area .row{
    margin-top: 1rem;
}
.service-area .square{
    overflow: hidden;
    width: 100%;
    text-align: center;
    border: 1px solid #808080 !important;
}
.service-area .square .card-img-top{
    width: 50%;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.service-area .square .card-text{
    font-size: 16px;
    font-weight: 600 !important;
    color: #4B4B4B !important;
}

.service-area textarea input:not([type='radio']) {
    border-color: #808080 !important;
}

.research-button {
    padding: 5px;
    text-align: center;
}

.research-button i,
.research-button svg{
    font-size: 35px;
    color: #4185c9;
}

.home-category-blocks {
    border: none;
    border-radius: 0;
}

.body-header {
    background: rgb(2,0,36);
    background: linear-gradient(155deg, rgba(2,0,36,1) 0%, rgba(28,57,101,1) 60%, rgb(75 114 122) 100%);
}

.assembly-instructions-card img {
    width: 64%;
    border-radius: 50% !important;
    filter: invert(7%) brightness(1) saturate(100%);
}

.assembly-instructions-card .col-12 {
    text-align: center !important;
}

.assembly-instructions-card .card {
    aspect-ratio: 5/7;
    border-radius: unset;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.fa-file-pdf {
    font-size: 40px;
    color: #4185c9;
}

.pdf-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media (min-width: 960px) {
    .assembly-instructions-card .card {
        aspect-ratio: 9/16;
    }
    .assembly-instructions-card .card-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 1200px) {
    .assembly-instructions-card .card {
        aspect-ratio: 9/13;
    }
    .body-header {
        width: 60% !important;
        padding: 40px 0px !important;
    }

    .service-area .container{
        padding: 0 !important;
        width: 60% !important;
    }

    .footer .container {
        width: 60% !important;
        max-width: 80%;
        background: #f0f0f0;
    }

//.assembly-instructions-card .card {
//    aspect-ratio: 9/10;
//}
}

@media (max-width: 740px) {
    .body-header {
        width: 80% !important;
        padding: 40px 0px !important;
    }
    .body-header h1 {
        .page-title;
        font-size: 30px !important;
        font-weight: 600;
        text-align: center;
        color: #FFF !important;
    }
    .body-header h2 {
        font-size: 20px !important;
        line-height: 20px;
        text-align: center;
    }
    .body-header h3 {
        .sub-title;
        text-align: center;
    }
    .body-header span {
        color: #4185c9;
    }

    .container{
        width: 100% !important;
        max-width: 100% !important;
    }
    .navbar .container {
        display: block !important;
    }
    .navbar-header {
        text-align: center !important;
        flex-direction: unset !important;
    }
    .navbar-sub-page {
        text-align: left !important;
        flex-direction: unset !important;
        line-height: 35px;
        height: 70px;
    }
    .language_selector{
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .navbar-home .nav-breadcrumb {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    #language_dropdown button {
        color: #4B4B4B;
        border: 0 !important;
    }
    #language_dropdown button:before{
        content: none !important;
    }
    #language_dropdown .dropdown-menu {
        --bs-dropdown-min-width: 1rem !important;
    }
    .dropdown-menu  li:hover {
        background-color: #f3f3f3;
    }

    .body-content {
        padding-top: 110px;
    }

    .footer .container {
        width: 100% !important;
        max-width: 100%;
        background: #f0f0f0;
    }
    .assembly-instructions-card .card {
        aspect-ratio: 9/10;
    }
}

@media (min-width: 740px) {

    #header-top {
        height: 100px !important;
    }

    #language_dropdown {
        height: 40px;
    }

    #language_dropdown button,
    #language_dropdown li a{
        font-size: 14px !important;
        color: #000 !important;
    }

    .navbar-home {
        position: relative;
    }
    .navbar-home .language_selector {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .navbar-home .nav-breadcrumb {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .navbar-home .nav-breadcrumb a {
        padding-bottom: 0 !important;
    }

    .navbar-brand > img {
        height: 50px !important;
        width: auto !important;
    }

    .body-content {
        padding-top: 150px;
    }
    .body-header {
        width: 80% !important;
        padding: 40px 0px !important;
        border-radius: 8px;
    }
    .body-header h1 {
        .page-title;
        font-size: 30px !important;
        font-weight: 600;
        text-align: center;
        color: #FFF !important;
    }
    .body-header h2 {
        line-height: 30px;
        text-align: center;
    }
    .body-header h3 {
        .sub-title;
        text-align: center;
    }
    .body-header span {
        color: #4185c9;
    }

    .square .card-text{
        font-size: 16px !important;
    }
    .service-area .container {
        padding: 0 !important;
        width: 80% !important;
    }
    .service-area textarea input:not([type='radio']) {
        border-color: #808080 !important;
        font-size: 16px !important;
    }
    .assembly-instructions-card img {
        width: 100%;
    }

}

@media (max-width: 500px) {
    .assembly-instructions-card .card {
        aspect-ratio: 9/13 !important;
    }

    .assembly-instructions-card .card-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .assembly-instructions-card img {
        width: 64%;
    }
}

.footer {
    width: 100% !important;
    background: #f0f0f0;
}

.service-area textarea input:not([type='radio']),
.service-area select {
    color: #4B4B4B !important;
    font-size: 16px !important;
}

.v-enter-active,
.v-leave-active {
   transition: opacity 0.5s ease;
}
.v-enter-from,
.v-leave-to {
    opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity .2s ease;
}
.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.list.move,
.list-enter-active,
.list-leave-active {
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

/* 2. declare enter from and leave to state */
.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: scaleY(0.01) translate(30px, 0);
}

/* 3. ensure leaving items are taken out of layout flow so that moving
      animations can be calculated correctly. */
.list-leave-active {
    display: none;
}

.callback_servcie_form input,
.callback_servcie_form textarea,
.callback_servcie_form #country_prefix {
    border: 1px solid #5c5c5c !important
}

.contact-item-image {
    width: 100%;
    border-radius: 0 !important;
    height: 150px !important;
    max-height: 150px !important;
    object-fit: cover;
}

.contact-item-selection {
    cursor: pointer;
}

.captcha_reload_button {
    font-size: 24px;
    color: #1f215e;
    font-weight: 800;
    cursor: pointer;
}

.home_card_link :hover {
    background: #f0f1ff;
}
