﻿
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.btn-1-frames {
    background-color: #FFDE1A;
}

.btn-1-prints {
    background-color: #00AEEF;
}

.btn-1-albums {
    background-color: #EC008C;
}
.yellow-color {

    color: #ffde1a;
}

.light-blue-color {
    color: #00aeef;
}

.pink-color {
    color: #ec008c;
}

.color-gray {
    color: #887d73;
}

.light-gray {
    background: #f8f8f7;
}

.padding-100 {
    padding: 70px 0;
}

.padding-top {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.btn-gray1 {
    background: #d9d7d7;
    padding: 5px 40px;
    border-radius: 20px;
    font-size:14px;
}

ul {
    padding: 0;
}

    ul li {
        list-style: none;
    }

.btn-1 {
    border: 2px solid transparent !important;
    background: #887d73 !important;
    padding: 9px 23px !important;
    color: #fff !important;
    border: 1px transparent #887d73 !important;
}

    .btn-1:hover {
        background-color: #fff;
        color: #887d73;
        border: 1px solid #887d73;
    }

a {
    text-decoration: none;
}

h1 {
    font-size: 2.813rem;
    font-family: "DM Serif Display",serif;
}

.bg-yellow {
    background: #ffde1adb;
}

.bg-pink {
    background-color: #ec008cdb;
}

.bg-blue {
    background-color: #00aeefdb;
}

.bg-gray {
    background: #887d73;
}

@media(max-width:768px) {
    h1 {
        font-size: 1.576rem;
        font-family: "DM Serif Display",serif;
    }
}

h2 {
    font-size: 2.25rem;
    font-family: "DM Serif Display",serif;
}

@media(max-width:768px) {
    h2 {
        font-size: 1.563rem;
    }
}

h3 {
    font-size: 1.5rem;
    font-family: "DM Serif Display",serif;
}

@media(max-width:768px) {
    h3 {
        font-size: 1.125rem
    }
}

h4 {
    font-size: 1rem;
    font-family: "DM Serif Display",serif;
}


h5 {
    font-size: .875rem;
    font-family: "Mulish",sans-serif;
}

p {
    font-size: 1rem;
    color: #6c6c6c;
    font-family: "Mulish",sans-serif;
}

.btn-bg1 {
    border-radius: 20px 0 0 19px;
    background: #d9d7d7;
    padding: 5px 16px;
    font-size: 12px;
    border-right: 1px solid #c1c1c1;
}

.btn-bg2 {
    border-radius: 0 20px 20px 0;
    background: #d9d7d7;
    padding: 5px 16px;
    font-size: 12px;
}

.btn-animated-blue {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all .2s ease;
}

    .btn-animated-blue:hover::before {
        width: 100%;
        background: #00aeef;
    }

    .btn-animated-blue:hover span {
        color: #fff;
    }

    .btn-animated-blue::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        border-radius: 28px;
        background: rgba(0,174,239,.5);
        width: 40px;
        height: 40px;
        transition: all .3s ease;
    }

    .btn-animated-blue span {
        position: relative;
        color: #00aeef;
        border-bottom: 1px solid #00aeef;
    }

.btn-animated-pink {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all .2s ease;
}

    .btn-animated-pink:hover::before {
        width: 100%;
        background: #ec008c;
    }

    .btn-animated-pink:hover span {
        color: #fff;
    }

    .btn-animated-pink::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        border-radius: 28px;
        background: rgba(236,0,140,.5);
        width: 40px;
        height: 40px;
        transition: all .3s ease;
    }

    .btn-animated-pink span {
        position: relative;
        color: #ec008c;
        border-bottom: 1px solid #ec008c;
    }

.btn-animated-yellow {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all .2s ease;
}

    .btn-animated-yellow:hover::before {
        width: 100%;
        background: #ffde1a;
    }

    .btn-animated-yellow:hover span {
        color: #fff;
    }

    .btn-animated-yellow::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        border-radius: 28px;
        background: rgb(255 222 26 / 70%);
        width: 40px;
        height: 40px;
        transition: all .3s ease;
    }

    .btn-animated-yellow span {
        position: relative;
        color: #f8d501;
        border-bottom: 1px solid #ffde1a;
    }

header {
    background: #d6d6d6;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
}

    header .navbar-toggler {
        border: 0;
    }

    header .navbar .navbar-brand {
        width: 150px;
    }

    header .navbar .nav-top {
        border-bottom: 1px solid #fff;
    }

    header .navbar .count {
        position: absolute;
        top: -14px;
        right: -39px;
        z-index: 2;
        font-size: 11px;
        border-radius: 50%;
        background: #e90e92;
        background: -moz-linear-gradient(180deg,#e90e92 0%,#944193 51%,#4eb97e 79%);
        background: -webkit-linear-gradient(180deg,#e90e92 0%,#944193 51%,#4eb97e 79%);
        background: linear-gradient(180deg,#e90e92 0%,#944193 51%,#4eb97e 79%);
        width: 16px;
        height: 16px;
        line-height: 16px;
        display: block;
        text-align: center;
        color: #fff;
        font-family: 'Roboto',sans-serif;
        font-weight: bold;
    }
    @media(max-width:992px){
        header .navbar .count {
            position: absolute;
            top: -10px;
            right: -10px;
            z-index: 2;
            font-size: 11px;
            border-radius: 50%;
            background: #e90e92;
            background: -moz-linear-gradient(180deg,#e90e92 0%,#944193 51%,#4eb97e 79%);
            background: -webkit-linear-gradient(180deg,#e90e92 0%,#944193 51%,#4eb97e 79%);
            background: linear-gradient(180deg,#e90e92 0%,#944193 51%,#4eb97e 79%);
            width: 16px;
            height: 16px;
            line-height: 16px;
            display: block;
            text-align: center;
            color: #fff;
            font-family: 'Roboto',sans-serif;
            font-weight: bold;
        }
    }

    header .navbar .cart {
        position: relative;
    }

@media(max-width:992px) {
    header .navbar .navbar-nav {
        padding: 50px;
        background: #c7b7aa;
    }
}

@media(min-width:992px) {
    header .navbar .nav-item {
        padding-left: 40px !important;
    }
}

header .navbar .nav-link {
    font-family: "Mulish",sans-serif;
    font-size: 15px;
    color: #000 !important;
    position: relative;
}

    header .navbar .nav-link:hover, header .navbar .nav-link.active {
        color: #6a4120 !important;
    }

        header .navbar .nav-link:hover::after, header .navbar .nav-link.active::after {
            opacity: 1;
        }

    header .navbar .nav-link::after {
        position: absolute;
        content: url(../img/hover-underline.png);
        top: 38px;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0;
        transition: all .8s;
    }

#footer {
    color: #fff;
    background-color: #000;
}

    #footer .footer-top {
        border-top: 1px solid #fff;
    }

    #footer img {
        width: 90px;
    }

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #887d73;
        }

        #footer a.active {
            color: #887d73;
        }

#photo-select .upload-files-options {
    background-color: #eeeaea;
    border-radius: 13px;
    padding: 9px 50px;
    position: absolute;
    top:-16px;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
    -webkit-animation: conditionalOpen 1s normal forwards ease-in-out;
    -moz-animation: conditionalOpen 1s normal forwards ease-in-out;
    animation: conditionalOpen 1s normal forwards ease-in-out;
    margin: auto;
    width: fit-content;
}
@-webkit-keyframes conditionalOpen {
    from {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}

@-moz-keyframes conditionalOpen {
    from {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}

@keyframes conditionalOpen {
    from {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}
    #photo-select .upload-files-options .fileUpload {
        color: #000;
        font-size: 1em;
        margin: 1.25em auto;
        overflow: hidden;
        position: relative;
        width: 200px;
        cursor: pointer;
    }

        #photo-select .upload-files-options .fileUpload span {
            font-size: 17px;
        }

        #photo-select .upload-files-options .fileUpload:hover, #photo-select .upload-files-options .fileUpload:active, #photo-select .upload-files-options .fileUpload:focus {
            cursor: pointer;
        }

        #photo-select .upload-files-options .fileUpload input.upload {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
            width: 148px;
            height: 46px;
            cursor: pointer;
        }

    #photo-select .upload-files-options input[type="file"] {
        position: fixed;
        right: 100%;
        bottom: 100%;
    }

@media(max-width:456px) {
    #photo-select .time-line-section p {
        font-size: 11px;
    }
}

#photo-select .time-line-section span {
    background-color: #c2c2c2;
    padding: 12px 18px;
    border-radius: 100%;
    color: #fff;
}

@media(max-width:768px) {
    #photo-select .time-line-section span {
        padding: 4px 12px;
        font-size: 21px;
    }
}

#photo-select .time-line-section .first-number-time-line {
    background-color: #00aeef;
}

#photo-select .time-line-section .two-number-time-line {
    background-color: #ec008c;
}

#photo-select .time-line-section .three-number-time-line {
    background-color: #ffde1a;
}

#photo-select .time-line-section .time-line-before {
    position: relative;
}

#photo-select h3 {
    font-family: "Mulish",sans-serif;
}

#photo-select .upload-img-box, #photo-select .photos-box, #photo-select .total-photos-box {
    background: #f8f8f7;
    padding: 20px;
}

    #photo-select .upload-img-box select {
        width: 100%;
        margin: 8px 6px;
        outline: none;
        font-weight: 500;
        box-sizing: border-box;
        transition: .3s;
        background: #ecf3f1;
        border: 0;
        border-radius: unset;
    }

        #photo-select .upload-img-box select:focus {
            box-shadow: unset;
        }

    #photo-select .upload-img-box position-relative .upload-btn-wrapper, #photo-select .photos-box position-relative .upload-btn-wrapper, #photo-select .total-photos-box position-relative .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

    #photo-select .upload-img-box .btn, #photo-select .photos-box .btn, #photo-select .total-photos-box .btn {
        border: 1px solid #00aeef;
        color: #808080;
        padding: 8px 10px;
        border-radius: 0;
        font-size: 20px;
        font-weight: bold;
    }

    #photo-select .upload-img-box .upload-btn-wrapper input[type=file], #photo-select .photos-box .upload-btn-wrapper input[type=file], #photo-select .total-photos-box .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

#login h2 {
    font-family: "Mulish",sans-serif;
    font-weight: 700;
}

#login, #contact-us .login-form {
    background: #f9f9f9;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

    #login .login-icons .fa-dropbox, #contact-us .login-icons .fa-dropbox {
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 10px;
    }

    #login .login-icons .fa-google, #contact-us .login-icons {
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 10px;
    }

    #login input, #contact-us input {
        width: 100%;
        margin: 8px 0;
        outline: none;
        padding: 15px;
        box-sizing: border-box;
        transition: .3s;
        background: #ecf3f1;
        border: 0;
    }

    #login .inputWithIcon input, #contact-us .inputWithIcon input {
        padding-left: 50px;
    }

    #login .inputWithIcon, #contact-us .inputWithIcon {
        position: relative;
        position: relative;
        width: 80%;
        justify-content: center;
        display: flex;
        margin: auto;
    }

        #login .inputWithIcon i, #contact-us .inputWithIcon i {
            position: absolute;
            left: 15px;
            top: 17px;
            padding: 9px 8px;
            color: #aaa;
            transition: .3s;
        }

.login-headline {
    background: url(../img/login-headline-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    text-align: center;
    display: flex;
    color: #fff;
}

    .login-headline p {
        color: #fff !important;
    }

    .login-headline .btn-1 {
        border: 1px solid #fff;
    }

#sign-up .login-form {
    background: #f9f9f9;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    padding: 40px;
}

    #sign-up .login-form input[type='text'], #sign-up .login-form select {
        width: 100%;
        margin: 8px 0;
        outline: none;
        padding: 12px;
        box-sizing: border-box;
        transition: .3s;
        background: #ecf3f1;
        border: 0;
    }

    #sign-up .login-form .login-icons .fa-dropbox {
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 10px;
    }

    #sign-up .login-form .login-icons .fa-google {
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 10px;
    }

#photo-specification .form-select {
    width: 60%;
    border-radius: 0;
}

@media(max-width:992px) {
    #photo-specification .form-select {
        width: 100%;
    }
}

#cart-summary h3 {
    font-family: "Mulish",sans-serif;
}

#cart-summary .cart-heading {
    background: #c7b7aa;
}

#cart-summary .swiper-3d .swiper-slide-shadow {
    background: unset;
}

@media(max-width:992px) {
    #cart-summary .swiper-cards {
        overflow: hidden;
    }

    #cart-summary .swiper-button-next:after, #cart-summary .swiper-button-prev:after {
        font-size: 19px;
        color: #ffff;
        font-weight: bolder;
    }
}

@media(min-width:576px) {
    #cart-summary .swiper-button-next:after, #cart-summary .swiper-button-prev:after {
        display: none;
    }
}

#dashboard h3 {
    font-family: "Mulish",sans-serif;
}

@media(min-width:992px) {
    #dashboard .order-img {
        width: 50%;
    }
}

#testimonial .carousel-item {
    padding: 0 130px;
    text-align: center;
    height: 150px;
}

@media(max-width:768px) {
    #testimonial .carousel-item {
        padding: 0 0;
        height: unset;
    }
}

#testimonial .carousel-indicators {
    bottom: -72px;
}

    #testimonial .carousel-indicators [data-bs-target] {
        border-radius: 0 !important;
        background: #919090;
        width: 20px;
        height: 0px;
        transform: rotate(50deg);
        margin: 0px 10px;
    }

@media(min-width:992px) {
    #few-tap-for-print .line-bg {
        background: url(../img/Lines.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

#home-banner {
    position: relative;
}

    #home-banner .home-banner-text {
        position: absolute;
        top: 30%;
        left: 42px;
        right: 0;
        z-index: 2;
        width: fit-content
    }

@media(max-width:992px) {
    #home-banner .home-banner-text {
        top: 26%;
        left: 0;
        right: 0;
        width: auto;
    }
}

@media(max-width:568px) {
    #home-banner .home-banner-text {
        top: 28%;
        left: 0;
        right: 0;
        width: auto;
    }
}

#marque-part {
    background: #887d73;
    padding: 10px;
    margin-top: 88px;
}

@media(max-width:992px){
    #marque-part {
        margin-top: 128px;
        position: absolute;
        z-index: 999;
        width: 100%;
    }
}

    #marque-part marquee {
        color: #fff;
    }

#marque-part-2 {
    background: #c8c8c8;
    padding: 10px;
}

    #marque-part-2 marquee {
        color: #6c6c6c;
    }

.cart_quantity fieldset {
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.cart_quantity fieldset, .cart_quantity input[type="button"] {
    border: 0;
}

.cart_quantity input[type="button"] {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 0;
    border: 1px solid #343535 !important;
}

.cart_quantity input[type="text"] {
    width: 50px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 24px;
    line-height: 0;
    border: 1px solid #343535 !important;
}

.fixed_total {
    bottom: 0;
    background-color: #58524d;
    padding: 10px 0px 10px 0px;
    width: 439px;
}
@media(max-width:576px){
    .fixed_total {
        width: 100%;
        padding: 10px 50px 24px 0px;
    }
}

.if-product {
    height: 45vh;
}

@media(max-width:678px) {
    .if-product {
        height: 30vh;
    }
}

.offcanvas-cart {
    z-index: 1312312;
    top: 0;
    background-color: #58524d;
    --bs-offcanvas-width: 500px;
}

    .offcanvas-cart .offcanvas-body {
        color: #fff !important;
    }

        .offcanvas-cart .offcanvas-body a {
            text-decoration: none;
        }

            .offcanvas-cart .offcanvas-body a::after {
                content: "";
                position: absolute;
                border-top: unset;
                bottom: 0;
                left: 15px;
                right: 15px;
                border-bottom: 1px solid #343535;
            }

        .offcanvas-cart .offcanvas-body .offcanvas-body h2 {
            color: #fff !important;
        }

#forgot-pass h2 {
    font-family: "Mulish",sans-serif;
    font-weight: 700;
}

#forgot-pass .forgot-form {
    background: #f9f9f9;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

#forgot-pass input {
    width: 100%;
    margin: 8px 0;
    outline: none;
    padding: 15px;
    box-sizing: border-box;
    transition: .3s;
    background: #ecf3f1;
    border: 0;
}

#forgot-pass .inputWithIcon input {
    padding-left: 50px;
}

#forgot-pass .inputWithIcon {
    position: relative;
    position: relative;
    width: 66%;
    justify-content: center;
    display: flex;
    margin: auto;
}

    #forgot-pass .inputWithIcon i {
        position: absolute;
        left: 15px;
        top: 17px;
        padding: 9px 8px;
        color: #aaa;
        transition: .3s;
    }

.info-icon {
    z-index: 99;
    opacity: 0;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

    .info-icon .fa-info-circle {
        font-size: 33px;
        color: #fff;
        transition-duration: .5s;
    }

.info-icon1 .fa-info-circle {
    font-size: 33px;
    color: #fff;
    transition-duration: .5s;
}

.info-icon {
    z-index: 99;
    opacity: 0;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.info-icon1 {
    z-index: 99;
    opacity: 0;
    transform: translate(-50%,-50%);
    top: 40%;
    left: 50%;
}
/*   .info-icon {
            z-index: 99;
            opacity: 0;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
        }

            .info-icon .fa-info-circle {
                font-size: 33px;
                color: #fff;
                transition-duration: .5s;
            }

        .upload-img-all:hover .content-overlay {
            opacity: 1;
        }

        .upload-img-all:hover .info-icon {
            opacity: 1;
        }*/

.upload-img-all .content-overlay {
    background: rgba(0,0,0,.8);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition-duration: .5s;
}

#home-banner .carousel-control-next, .carousel-control-prev {
    z-index: 99
}

#home-banner .carousel-control-next-icon {
    background-image: url(../img/swiper-arrow.svg);
}

#home-banner .carousel-control-prev-icon {
    background-image: url(../img/swipper-arrow-2.svg);
}

#home-banner .carousel-control-next, #home-banner .carousel-control-prev {
    top: unset;
    bottom: 180px;
    width: fit-content;
    right: 19px;
}

#home-banner .carousel-control-prev {
    left: unset;
    right: 68px;
    width: fit-content;
}

.modal-form {
    position: absolute;
    top: 0px;
    justify-content: center;
    display: flex;
    margin: auto;
    width: 100%;
    text-align: center;
    background-image: url(../img/banner-modal.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: transparent;
    border: 0;
}

.modal-form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 232 177);
}

#faq .faq-1 {
    padding-bottom: 20px;
    color: #6c6c6c;
    position: relative;
    border-bottom: 1px solid #6c6c6c47;
}

    #faq .faq-1::after {
        background-image: unset;
        content: "\F135";
        font-family: bootstrap-icons !important;
        color: #6c6c6c;
        right: 0px;
        position: absolute;
        top: 5px;
    }


#faq .offcanvas, #photo-album .offcanvas, #photo-frame .offcanvas {
    transition: transform 1.5s ease-in-out;
    background-color: #d6d6d6;
}

.modal-backdrop.show {
    opacity: unset;
}

.modal-backdrop {
    --bs-backdrop-zindex: unset;
    --bs-backdrop-bg: unset;
    width: unset;
    height: unset;
}

#photo-album .offcanvas.offcanvas-bottom {
    height: 52vh;
}

#photo-frame .offcanvas.offcanvas-bottom {
    height: 52vh;
}

.navbar-toggler:focus {
    --bs-navbar-toggler-focus-width: 0px !important;
}


#photo-album .carousel-control-prev-icon {
    background-color: #413831;
    display: inline-block;
    width: 1.2rem;
    height: 2rem;
}

#photo-album .carousel-control-next-icon {
    background-color: #413831;
    display: inline-block;
    width: 1.2rem;
    height: 2rem;
    opacity: 1;
}

#photo-album .carousel-control-prev {
    left: 0px;
    width: unset;
    opacity: 1;
}

#photo-album .carousel-control-next {
    right: 0px;
    width: unset;
    opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}



#photo-frame .carousel-control-prev-icon {
    background-color: #413831;
    display: inline-block;
    width: 1.2rem;
    height: 2rem;
}

#photo-frame .carousel-control-next-icon {
    background-color: #413831;
    display: inline-block;
    width: 1.2rem;
    height: 2rem;
}

#photo-frame .carousel-control-prev {
    left: 0px;
    width: unset;
    opacity: 1;
}

#photo-frame .carousel-control-next {
    right: 0px;
    width: unset;
    opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

@media (min-width: 992px) {
    .info-side {
        background: #bebaba69;
        height: 100vh;
        position: sticky;
        overflow: auto;
        z-index: 1;
        top: 0;
        left: 0;
        padding-top: 50px;
    }
}

.checkout-padding {
    padding: 50px 0px;
}
.accordion-button::after {
    content: "\F282";
    margin-top: -31px;
    font-family: bootstrap-icons !important;
}
.accordion-button:not(.collapsed)::after {
    content: "\F286";
    margin-top: -31px;
    font-family: bootstrap-icons !important;
}
@media only screen and (min-width: 480px) {
    .ml_3 {
        margin-left: -27px;
    }
}

@media only screen and (min-width: 992px) {
    .ml_3 {
        margin-left: -26px;
    }
}

@media only screen and (min-width: 1200px) {
    .ml_3 {
        margin-left: -38px;
    }
}

@media only screen and (min-width: 1400px) {
    .ml_3 {
        margin-left: -46px;
    }
}



@media only screen and (max-width: 500px) {
    .ml_3 {
        margin-top: -6px;
        margin-bottom: 13px;
        margin-left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .ml_3 {
        margin-top: -6px;
        margin-bottom: 13px;
    }
}
@media only screen and (max-width:380px) {
    .ml_3 {
        margin-top: -6px;
        margin-bottom: 13px;
        margin-left: -8px;
    }
}
