:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #486898;
    --brand_red: #ed1c24;

    --acumin_light: Acumin_Light;
    --acumin_exlight: Acumin_exLight;
    --acumin_regular: acumin_regular;
    --acumin_medium: Acumin_Medium;
    --acumin_semibold: Acumin_Semibold;
    --acumin_bold: Acumin_Bold;

    --roboto_light: roboto_light;
    --roboto_reg: roboto_reg;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    color: initial;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* MAIN FONT USED BY BODY */

@font-face {
    font-family: "Acumin_Light";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AcuminPro-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Acumin_exLight";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AcuminPro-ExtraLight.ttf) format("truetype");
}

@font-face {
    font-family: "Acumin_Regular";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Acumin-RPro.woff) format("woff");
}

@font-face {
    font-family: "Acumin_Medium";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AcuminPro-Medium.otf) format("opentype");
}

@font-face {
    font-family: "Acumin_Semibold";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AcuminPro-Semibold.otf) format("opentype");
}

@font-face {
    font-family: "Acumin_Bold";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Acumin-BdPro.woff) format("woff");
}

@font-face {
    font-family: "roboto_light";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face {
    font-family: "roboto_reg";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

/* END OF MAIN FONT USED BY BODY */

html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-family: var(--acumin_regular);
    font-size: 15px;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.object-fit {
    object-fit: cover;
    object-position: center;

    object-position: center;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--black);
}

::selection {
    color: var(--white);
    background: var(--primary);
}

section {
    position: relative;
}

/* header css include login wrapper css starts */

/* header CSS starts */

header {
    top: 0;
    left: 0;
    position: fixed;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 99999;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #0000000d;
}

.camera {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 9999;
}

#openCamera {
    border: 1px solid #486898;
    border-radius: 35px;
    background: transparent;
    text-decoration: none;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-d-show {
    display: none;
}

.click-a-picture-cta {
    margin: 0 auto;
    width: 315px;
}

.click-a-picture-cta .browsefile {
    font-size: 16px;
}

.new-file-upload {
    cursor: pointer;
}

.nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.brand_logo {
    background: #ed1c24 0% 0% no-repeat padding-box;
    height: 80px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-left: 80px;
}

a.brand_logo img {
    height: 32px;
}

.desired-range-wrapper {
    margin-top: 90px;
    padding: 50px 120px;
    background: #f7f8fa 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 100vh;
}

.header-wrapper h2 {
    font-size: 36px;
    line-height: 16px;
    text-align: center;
    font: normal normal bold 36px/16px var(--acumin_bold);
    letter-spacing: -2.16px;
    color: #222222;
    opacity: 1;
    margin-bottom: 30px;
}

.login-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login-profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: auto;
    height: 80px;
    padding: 0 60px 0 25px;
    cursor: pointer;
    position: relative;
}

.profile-image {
    width: 39px;
    border-radius: 25px;
}

.needhelp-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-left: auto;
    padding-right: 40px;
    /* border-right: 1px solid rgb(0 0 0 / 20%); */
    cursor: pointer;
    margin-right: 15px;
}

.needhelp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #383636;
    border-radius: 25px;
    opacity: 1;
    padding: 9px;
}

.needhelp-icon img {
    width: 20px;
}

.needhelp-title span {
    text-align: left;
    text-decoration: underline;
    font: normal normal 14px/20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #383636;
    opacity: 1;
}

.profile-name {
    text-align: left;
    font: normal normal 14px/20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #11153b;
    opacity: 1;
}

.login-profile-wrapper:after {
    position: absolute;
    content: "";
    height: 11px;
    width: auto;
    right: 40px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #00000080;
}

.login-profile-wrapper.clicked:after {
    border-bottom: 5px solid #fff;
    height: auto;
    border-top: none;
}

.login-profile-wrapper.clicked {
    background: #486898;
}

.login-profile-wrapper.clicked .profile-name {
    color: #fff;
}

.post-login-wrapper {
    position: fixed;
    right: 0;
    top: auto;
    margin-top: 4px;
    width: 295px;
    height: auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 60px #0000001a;
    transform: translateX(30px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.post-login-wrapper.show {
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 22;
}

.account-details-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    bottom: 20px;
    padding: 22px;
    border-bottom: 1px solid #7070701a;
    opacity: 1;
}

.account-img img {
    width: 52px;
}

.account-name h3 {
    text-align: left;
    font: normal normal 16px/22px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #11153b;
    opacity: 1;
    margin: 0;
}

.account-name p {
    text-align: left;
    font: normal normal normal 12px/16px var(--acumin_regular);
    letter-spacing: 0px;
    color: #a1a1a1;
    opacity: 1;
    margin: 0;
}

.account-details-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 19px 32px;
}

.account-details-item img {
    width: 19px;
}

.account-details-item h3 {
    margin: 0;
    text-align: left;
    font: normal normal 14px / 20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.account-details-bottom {
    border-top: 1px solid #7070701a;
    opacity: 1;
}

h3.log-out-text {
    text-align: left;
    font: normal normal 14px/20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #d63548;
    opacity: 1;
    margin: 0;
}

.logout-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 19px 32px;
    background: none;
    border: 0;
}

.logout-btn img {
    width: 19px;
}

.create-account-wrap {
    margin-right: 40px;
    /* display: none; */
}

.create-account-icon {
    height: 40px;
    width: 40px;
    border-radius: 25px;
    border: 1px solid #ed1c24;
    background: #ed1c24;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-account-icon img {
    width: 17px;
}

.showMobile {
    display: none !important;
}

.hideMobile {
    display: block !important;
}

/* header CSS ends */

/* share modal css starts */

.share-modal-wrap .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    /* Adjust this value as needed */
    justify-content: center;
}

/* Apply zoom in effect */
.modal.share-modal-wrap.fade .modal-dialog {
    animation: zoomIn 0.3s forwards;
}

@keyframes zoomIn {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* Apply zoom out effect */
.modal.share-modal-wrap.fade .modal-dialog.zoomOut {
    animation: zoomOut 0.3s forwards;
}

@keyframes zoomOut {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0);
    }
}

/* share modal css Ends */

/* create account modal css starts */

.create-account-modal .modal-header {
    border-bottom: none;
}

.create-account-frm-wrap .modal-content {
    width: 600px;
    height: auto;
    border-radius: 0;
    outline: 0;
    border: none;
    padding: 10px 60px 55px;
}

.create-account-modal .modal-header .btn-close {
    background-size: 20px;
    right: 30px;
    position: absolute;
    top: 30px;
}

.create-account-from-header h3 {
    text-align: center;
    font: normal normal bold 36px / 36px var(--acumin_bold);
    letter-spacing: -1.16px;
    color: #222222;
    opacity: 1;
}

.create-account-from-header p {
    text-align: center;
    font: normal normal normal 18px / 30px var(--roboto_reg);
    letter-spacing: -0.72px;
    color: #444444;
    opacity: 1;
}

.create-account-modal .modal-header .btn-close:focus {
    box-shadow: none;
}

.create-account-from .form-control {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 1;
    border: none;
    padding: 18px 30px;
}

.create-account-from .form-submit {
    width: 100%;
    background: #486898 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    border: none;
    padding: 22px 30px;
    color: #fff;
}

.create-account-from .form-control::placeholder {
    opacity: 0.5;
}

.OrSignIn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 30px;
    position: relative;
}

.OrSignIn-wrap span {
    text-align: center;
    font: normal normal 14px / 18px var(--acumin_semibold);
    letter-spacing: -0.28px;
    color: #231f20;
    opacity: 0.4;
}

.OrSignIn-wrap span:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 37%;
    background: #231f20;
    opacity: 0.1;
    left: 0;
    top: 5px;
}

.OrSignIn-wrap span:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 37%;
    background: #231f20;
    opacity: 0.1;
    right: 0;
    top: 5px;
}

.sign-in-CTAs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.sign-in-CTAs a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ececec;
    border-radius: 8px;
    opacity: 1;
    padding: 19px 15px 17px;
    height: 50px;
    text-align: left;
    font: normal normal 600 14px/14px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #231f20;
    opacity: 1;
    width: 50%;
}

.sign-in-CTAs a img {
    width: 24px;
}

.sign-in-LINk-wrap {
    text-align: center;
    margin-top: 30px;
}

.sign-in-LINk-wrap span {
    text-align: left;
    font: normal normal normal 18px / 18px var(--acumin_regular);
    letter-spacing: -0.36px;
    color: rgb(35 31 32 / 50%);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.signin-link {
    text-align: left;
    text-decoration: underline;
    font: normal normal 18px/18px var(--acumin_semibold);
    letter-spacing: -0.36px;
    color: #486898;
    text-transform: uppercase;
    opacity: 1;
    background: none;
    border: 0;
    padding: 0;
}

.signin-link:hover {
    color: #486898;
    background: none;
    border: 0;
    padding: 0;
}

.create-account-frm-wrap .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    /* Adjust this value as needed */
    justify-content: center;
}

/* Apply zoom in effect */
.modal.create-account-frm-wrap.fade .modal-dialog {
    animation: zoomIn 0.3s forwards;
    max-width: 600px;
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

/* Apply zoom out effect */
.modal.create-account-frm-wrap.fade .modal-dialog.zoomOut {
    animation: zoomOut 0.3s forwards;
}

@keyframes zoomOut {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0);
    }
}

.password-field span.fa.fa-fw.fa-eye.field-icon.toggle-password,
.password-field span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    position: absolute;
    left: auto;
    right: 20px;
    top: 25px;
}

.form-group.password-field {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    position: relative;
}

.password-field .field-icon {
    opacity: 0.4;
}

/* create account modal css Ends */

/* enquernow Modal css starts */

.modal.DIY_enquire_form.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    max-width: 700px;
    margin: 0 0 0 auto;
    height: 100%;
}

.modal.right-transform-ex.DIY_enquire_form.fade .modal-dialog {
    transform: translateX(100px);
}

.modal.right-transform-ex.DIY_enquire_form.show .modal-dialog {
    transform: none;
}

.modal.leaflet-modal.DIY_enquire_form .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal.leaflet-modal.DIY_enquire_form .modal-header {
    border: 0;
    padding: 0;
}

.modal.leaflet-modal.DIY_enquire_form .btn-close {
    position: absolute;
    padding: 0;
    top: 30px;
    right: 30px;
    font-size: 19px;
    color: #1f2127;
    opacity: 1;
    z-index: 1;
}

.modal.leaflet-modal.DIY_enquire_form .modal-body {
    padding: 75px 50px;
    background: #fff;
}

.leaflet_heading-text {
    font-family: var(--acumin_bold);
    font-size: 60px;
    line-height: 90px;
    text-transform: capitalize;
    letter-spacing: -4.5px;
    color: #000;
    margin-bottom: 10px;
}

.modal.leaflet-modal.DIY_enquire_form .form-mb .form-control {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #efefef;
    border-radius: 35px;
    height: 60px;
    padding-left: 24px;
    font-size: 16px;
}

.modal.leaflet-modal.DIY_enquire_form .textareaSec {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    padding: 15px;
    width: 100%;
    height: 108px;
    resize: none;
    font-size: 16px;
    font: normal normal normal 16px / 30px var(--roboto_Reg);
    border: 1px solid #efefef;
    border-radius: 20px;
}

.modal.leaflet-modal.DIY_enquire_form .textareaSec:focus-visible {
    outline: none;
}

.textRequired {
    font-size: 12px;
    letter-spacing: -0.24px;
    color: #000000;
    opacity: 0.7;
    top: -20px;
    position: relative;
    font-family: var(--roboto_reg);
    font-size: 12px;
    line-height: 1.2;
    font-style: italic;
    left: 15px;
}

.modal.leaflet-modal .dropdownQuery {
    border: 1px solid #efefef;
    color: #000;
    border-radius: 30px;
    height: 60px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0 23px;
    outline: none;
    display: flex;
    align-items: center;
    position: relative;
}

.modal.leaflet-modal .dropdownQuery .dropdownQuery-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 10px;
    border-radius: 0;
    display: none;
    z-index: 9;
    box-shadow: 0px 0px 30px #0000001a;
    border-radius: 0px;
    padding: 13px 4px;
    top: 40px;
}

.modal.leaflet-modal .dropdownQuery .select span {
    opacity: 0.5;
    color: #000000;
    font-family: var(--roboto_reg);
    font-size: 16px;
}

.modal.leaflet-modal .dropdownQuery::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 2px solid #5e5e5e;
    position: absolute;
    top: 42%;
    right: 35px;
    border-top: 0;
    border-right: 0;
    transform: rotate(314deg);
    transition: all 0.3s ease-in-out;
}

.modal.leaflet-modal .dropdownQuery .dropdownQuery-menu li {
    border-bottom: 0;
    color: #383636;
    text-transform: uppercase;
    opacity: 0.8;
    font: normal normal 14px / 20px var(--acumin_medium);
    letter-spacing: 0.28px;
}

.filter_heading .dropdownQuery .dropdownQuery-menu li {
    padding: 12px 21px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.modal.leaflet-modal .submitBtn {
    width: 250px;
    height: 70px;
    background: #486898 0% 0% no-repeat padding-box;
    border-radius: 35px;
    margin-top: 15px;
    border: 0;
}

.modal {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* enquernow Modal css ends */

/* coutry code input field starts */

.form-group .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.form-group
    .iti--allow-dropdown
    .iti__flag-container:hover
    .iti__selected-flag {
    background-color: transparent;
}

.form-group .iti {
    width: 100%;
}

.form-group .iti--separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 125px !important;
    margin-left: 0;
}

.form-group .iti__flag {
    border-radius: 10px;
}

.iti__selected-flag:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 1px;
    right: 0;
    background: #d8d8d8;
}

.iti__selected-flag {
    padding: 0 12px 0 30px;
}

.form-control:focus {
    /* background-color: #fff;
  border: 1px solid #d8d8d8; */
    outline: 0;
    box-shadow: none;
}

/* coutry code input field Ends */

/* auto pop up range modal css starts */
.sign-in-form .modal-header {
    border-bottom: none;
}

.sign-in-form .modal-header .btn-close {
    background-size: 20px;
    right: 30px;
    position: absolute;
    top: 30px;
}

.sign-in-form .modal-content {
    border-radius: 0;
    outline: 0;
    border: none;
    padding: 10px 45px 55px;
}

.forgot-modal .modal-header {
    border-bottom: none;
}

.forgot-modal .modal-header .btn-close {
    background-size: 20px;
    right: 30px;
    position: absolute;
    top: 30px;
}

.forgot-modal .modal-content {
    border-radius: 0;
    outline: 0;
    border: none;
    padding: 10px 45px 55px;
}

.forgot-pswd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.forgot-pswd-CTA {
    background: none;
    border: none;
    outline: none;
    text-align: right;
    font: normal normal 14px/18px var(--acumin_semibold);
    letter-spacing: -0.28px;
    color: #486898;
    text-transform: capitalize;
    opacity: 1;
}

.forgot-pswd-CTA:hover {
    background: none;
    border: none;
    outline: none;
    text-align: right;
    font: normal normal 14px/18px var(--acumin_semibold);
    letter-spacing: -0.28px;
    color: #486898;
    text-transform: capitalize;
    opacity: 1;
}

.forgot_pass_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: #486898 0% 0% no-repeat padding-box;
    border-radius: 35px;
    font: normal normal 16px / 22px var(--acumin_bold);
    letter-spacing: -0.32px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    border: none;
}

.OTP-verification-modal .modal-content {
    border-radius: 0;
    outline: 0;
    border: none;
    padding: 45px 45px 55px;
}

.OTP-verification-modal .modal-header .btn-close {
    background-size: 20px;
    right: 30px;
    position: absolute;
    top: 30px;
}

.OTP-verification-modal .modal-header {
    border-bottom: none;
    padding: 0;
}

.OTP-verification-modal .create-account-from-header p {
    font: normal normal 18px/30px var(--acumin_regular);
    letter-spacing: -0.72px;
    color: rgb(68 68 68 / 70%);
    margin: 20px 0 50px;
}

.OTP-verification-modal .create-account-from-header p.otp_ver_timeout {
    font: normal normal normal 14px/20px var(--acumin_regular);
    letter-spacing: -0.42px;
    color: rgb(34 34 34 / 70%);
    margin: 0 0 30px;
}

.otp_ver_timeout span {
    color: #f57f17;
}

.resend_otp_a {
    text-align: center;
}

.resend_otp_a a {
    font: normal normal 12px/16px var(--acumin_regular);
    letter-spacing: -0.36px;
    color: #486898;
    text-transform: uppercase;
    opacity: 1;
    margin-right: 15px;
}

.resend_otp_a p {
    font: normal normal 14px/20px var(--acumin_regular);
    letter-spacing: -0.42px;
    color: #919dab;
    margin-bottom: 40px;
}

.opt-boxes {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.opt-boxes input {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e8ebf3;
    border-radius: 16px;
    width: 58px;
    height: 60px;
    text-align: center;
    font: normal normal 24px var(--acumin_semibold);
    letter-spacing: -1.44px;
    color: #000000;
    opacity: 1;
}

/* DIY ACTIVITY AREA CSS ENDS */
#rangeModal,
#create-account-modal,
#signIn-modal,
#forgot-paswd-modal,
#verification-modal,
#change_password_modal,
#create_paswd_modal,
#create-password-otp-modal,
#confirm-password_modal,
#modal_exe_1,
.share-modal-wrap,
#enter_Details_modal {
    z-index: 999999;
}

/* header css include login wrapper css Ends */

/* configure page css starts */

.main-wrapper {
    margin-top: 80px;
    /* height: calc(100vh - 80px); */
}

.search-result-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    /* grid-template-columns: 100% !important; */
    justify-content: flex-start;
    background: #f7f8fa;
}

.searched-module-right {
    padding: 30px;
    background: #fff;
}

.search-result-left {
    padding: 80px 80px 0;
}

.searched-module-wrap {
    /* display: grid;
    grid-template-columns: 80% 20%; */
    /* padding: 50px 0 50px; */
    display: block;
}

.searched-board {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    background: #fff;
    padding: 30px;
    padding-bottom: 0;
}

.searched-board-img img {
    width: 130px;
    height: auto;
    object-fit: cover;
}

.upload-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: 100%; */
    height: 230px;
    width: 100%;
    gap: 20px;
    background: #fafafa;
    /* border-left: 1px dashed #0000001a; */
    border: 1px dashed #0000001a;
}

.upload-wrap img {
    height: auto;
    width: 40px;
}

.upload-title {
    font-family: var(--acumin_semibold);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.04em;
    text-align: center;
    margin: 0;
    color: #486897;
    text-transform: uppercase;
}

.uploadfile-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.searched-board-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.searched-board-content h2 {
    font-family: var(--acumin_semibold);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.04em;
    text-align: left;
    margin: 0;
}

.searched-board-dropdowns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.search-dropdown {
    position: relative;
}

.search-dropdown-CTA {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    width: 142px;
    height: 48px;
    border-radius: 35px;
    padding: 0 20px;
    cursor: pointer;
}

.search-dropdown-title {
    margin: 0;
    font-family: var(--acumin_semibold);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    text-align: left;
    transition: all 0.5s ease-in-out;
}

.arrow:after,
.arrow::before {
    background: #000000;
    content: "";
    position: absolute;
    width: 8px;
    height: 2.45px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    top: 45%;
}

.arrow:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
}

.arrow:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
}

.expanded .arrow:after {
    transform: rotate(-45deg);
}

.expanded .arrow:before {
    transform: rotate(45deg);
}

.search-dropdown-list-wrap {
    position: absolute;
    width: 140px;
    transition: all 0.5s ease;
    transform: translateY(-20px);
    background: aliceblue;
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
}

.search-dropdown-list-wrap {
    background: #fff;
    border: 1px solid #f1f1f1;
    border: -ra;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    z-index: 1;
}

.search-dropdown-list-item {
    font-family: var(--acumin_regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.search-dropdown.expanded .search-dropdown-list-wrap {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
}

.common-CTA {
    width: auto;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-family: var(--acumin_semibold);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #ffffff;
    background: #486898;
}

.common-CTA:hover {
    color: #ffffff;
    background: #5b7db0;
}

.common-CTA:active,
.common-CTA:focus {
    color: #fff;
}

.search-result-banner {
    position: relative;
}

.search-result-banner-content {
    width: 100%;
    position: absolute;
    top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 60px;
}

.search-result-banner-title {
    font-family: var(--acumin_semibold);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 30px;
}

.most-viewed-wrapper {
    background: #ffffff;
    padding: 50px 50px 0px;
}

.most-viewed-card-wrapper {
    height: 270px;
    overflow-y: scroll;
}

.most-viewed-card-img img {
    width: 120px;
    height: 70px;
    object-fit: contain;
}

.most-viewed-card-wrapper::-webkit-scrollbar {
    display: none;
}

.most-viewed-title h3 {
    font-family: var(--acumin_semibold);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000000;
}

.most-viewed-card {
    position: relative;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
    background: #f5f5f5;
    gap: 40px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10px;
}

.most-viewed-card:last-child {
    margin-bottom: 30px;
}

.most-viewed-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.most-viewed-card-title {
    font-family: var(--acumin_semibold);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 0;
}

.most-viewed-list {
    display: flex;
    gap: 4px;
}

.most-viewed-list-item {
    font-family: var(--acumin_light);
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    letter-spacing: -0.05em;
    text-align: left;
    white-space: nowrap;
}

.outline-button {
    border: 1px solid #222222;
    color: #222222;
    border-radius: 20px;
    font-family: var(--acumin_semibold);
    font-weight: 600;
    cursor: pointer;
}

.solid-button {
    background: #ed1c24;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #ed1c24;
    cursor: pointer;
}

.most-viewed-CTA .outline-button {
    padding: 10px 20px 8px;
    font-size: 10px;
}

.most-viewed-CTA .solid-button {
    padding: 10px 20px 8px;
    font-size: 10px;
}

.most-viewed-CTA .solid-button:hover {
    color: #fff;
}

.most-viewed-CTA .solid-button:active,
.most-viewed-CTA .solid-button:focus {
    color: #fff;
}

.most-viewed-CTA .solid-button .most-viewed-CTA {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}

.most-viewed-card:hover .most-viewed-CTA {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.most-viewed-card:hover .most-viewed-card-txt {
    transition: all 0.5s ease;
    transform: translateY(-10px);
}

.product-listing-title {
    font-family: var(--acumin_semibold);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: left;
}

.grid-view-title {
    display: none;
}

.show-result .grid-view-title {
    display: block;
}

.show-result .list-view-title {
    display: none;
}

.product-listing-body {
    padding-top: 30px;
}

.product-listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-listing-tabs-wrap {
    display: none;
    gap: 10px;
}

.show-result .product-listing-tabs-wrap {
    display: flex;
}

.product-listing-tab {
    width: 60px;
    height: 60px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-listing-tab.active {
    border: 1px solid #4788c7;
    background: #4788c733;
}

.product-listing-tab svg {
    fill: #bdbdbd;
}

.product-listing-tab.active svg {
    fill: #4788c7;
}

.product-listing-tab img {
    width: 20px;
    height: 20px;
}

.product-listing-card {
    display: grid;
    grid-template-columns: 20% 50% 30%;
    padding: 25px 40px 23px 60px;
    background: #fff;
    align-items: center;
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;
}

.product-listing-card:hover {
    border: 2px solid #4788c7;
}

.product-listing-card-img img {
    width: 103px;
}

.product-listing-header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.product-listing-dropdown {
    position: relative;
}

.product-listing-dropdown-CTA {
    position: relative;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 170px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
}

.product-listing-drop-icn {
    background: #f5f5f5;
    border-radius: 35px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-listing-drop-icn img {
    width: 18px;
}

.product-listing-drop-content h5 {
    margin: 0;
    font-family: var(--acumin_semibold);
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: -0.03em;
    text-align: left;
}

.product-listing-drop-content p {
    margin: 0;
    font-family: var(--acumin_semibold);
    font-size: 14px;
    font-weight: 600;
    line-height: 15.2px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #868788;
}

.product-listing-dropdown-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.show-result .product-listing-dropdown-wrap {
    opacity: 1;
    visibility: visible;
}

.filter-icon-wrap {
    border-radius: 50%;
    position: relative;
    height: 60px;
    width: 60px;
    border: 1px solid #f1f1f1;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
}

.filter-icon-wrap img {
    width: 20px;
}

.product-dropdown-list-wrap {
    position: absolute;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.expanded .product-dropdown-list-wrap {
    position: absolute;
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
}

.product-dropdown-list-wrap {
    background: #fff;
    border: 1px solid #f1f1f1;
    border: -ra;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    z-index: 1;
}

.product-dropdown-list-item {
    font-family: var(--acumin_regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.product-listing-card-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-switch-icn img {
    width: 40px;
}

.product-switch-content h5 {
    font-family: var(--acumin_semibold);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.03em;
    text-align: center;
}

.product-switch {
    padding: 18px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    border-right: 1px solid #e5e5e5;
}

.product-switch:last-child {
    border: none;
}

.product-listing-card-CTA {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product-listing-card-CTA a {
    width: 130px;
    height: 40px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.confirm-search-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 50px;
    height: 450px;
    overflow-y: auto;
}

.confirm-search-wrapper::-webkit-scrollbar {
    display: none;
}

.product-listing-card-CTA .solid-button:hover {
    color: #fff;
}

.confirm-search-wrapper {
    display: none;
}

.confirm-search-wrapper.active {
    display: flex;
}

.show-result-wrapper {
    display: none;
}

.show-result-wrapper.active {
    display: block;
}

.searched-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    padding-bottom: 40px;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
}

.searched-card-wrapper::-webkit-scrollbar {
    display: none;
}

.searched-card {
    width: 31.5%;
}

.searched-card-top {
    position: relative;
    background-color: #fff;
    padding: 70px 30px 100px;
    border: 1px solid transparent;
}

.searched-card:hover .searched-card-top {
    border: 1px solid #4788c7;
}

.list-view-wrap .searched-card:hover .searched-card-top {
    border: none;
}

.list-view-wrap .searched-card:hover {
    border: 1px solid #4788c7;
}

.searched-card-CTA {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.searched-card-CTA a {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 10px 10px;
}

.searched-card-top:hover a {
    padding: 10px 26px;
}

.searched-card-CTA .solid-button:hover {
    color: #fff;
}

.searched-card-CTA a.solid-button:active,
.searched-card-CTA a.solid-button:focus {
    color: #fff;
}

.list-view-wrap .searched-card-CTA a {
    width: 135px;
}

a.add-boq-cta {
    border: 1px solid #485898;
    width: 40px;
    height: 40px;
    border-radius: 35px;
    background: none;
    cursor: pointer;
    gap: 10px;
    background-color: #486898;
    color: #fff;
    align-items: normal;
}

a.add-boq-cta svg {
    width: 16px;
    stroke: #fff;
    stroke-width: 0;
    margin-top: 3px;
}

a.add-boq-cta.remove-to-boq {
    background-color: #fff;
    stroke: #486898;
}

a.add-boq-cta.remove-to-boq svg {
    stroke: #486898;
    margin-top: 1px;
}

a.add-boq-cta.remove-to-boq Span {
    color: #486898;
}

.searched-card-top:hover .add-boq-cta {
    width: fit-content;
}

.searched-card-top .add-boq-cta span {
    display: none;
    font-size: 12px;
    font-family: var(--acumin_bold);
    color: #fff;
}

.searched-card-top:hover .add-boq-cta span {
    display: contents;
}

.searched-card-top:hover .add-boq-cta svg {
    margin-top: 0px;
}

a.add-boq-cta:hover {
    border-color: #fff;
    background-color: #486898;
}

.add-boq-cta.remove-to-boq:hover {
    border: 1px solid #486898;
    background-color: #fff;
    color: #fff;
}

.add-boq-cta.remove-to-boq:hover svg {
    stroke: #486898;
}

.add-boq-cta.remove-to-boq:hover span {
    color: #486898;
}

a.add-boq-cta:hover svg {
    stroke: #fff;
}

a.add-boq-cta:hover span {
    color: #fff;
}

.list-view-wrap .searched-card-CTA a.add-boq-cta {
    width: 40px;
    transition: width 0.3s ease;
}

.list-view-wrap .searched-card-CTA a.add-boq-cta span {
    display: none;
}

.list-view-wrap .searched-card:hover .searched-card-CTA a.add-boq-cta span {
    display: block;
}

.list-view-wrap .searched-card:hover .searched-card-CTA a.add-boq-cta {
    width: 135px;
}

.searched-card-img {
    display: flex;
    justify-content: center;
}

.searched-card-img img {
    width: 280px;
    /* width: 500px; */
    object-fit: contain;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    height: 170px;
}

.searched-card:hover .searched-card-img img {
    transform: scale(0.8);
}

.searched-card:hover .searched-card-CTA {
    opacity: 1;
    visibility: visible;
}

.searched-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searched-card-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.searched-card-bottom {
    padding: 20px 0;
}

.searched-card-title {
    font-family: var(--acumin_semibold);
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.03em;
    text-align: left;
}

.searched-card-price {
    font-family: var(--acumin_semibold);
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: -0.03em;
    text-align: right;
}

.searched-card-list-item {
    font-family: var(--acumin_regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: -0.05em;
    text-align: left;
    color: rgb(0 0 0 / 60%);
    white-space: nowrap;
}

.list-view-wrap .searched-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 40px;
    gap: 15px;
    border: 1px solid transparent;
    /* transition: all 0.5s ease-in-out; */
    width: 100%;
}

.list-view-wrap .searched-card-img img {
    max-height: 130px;
    object-fit: contain;
    transform: none;
    transition: none;
}

.list-view-wrap .searched-card:hover .searched-card-img img {
    transform: none;
    transition: none;
    max-height: 150px;
}

.list-view-wrap .searched-card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.list-view-wrap .searched-card-top {
    padding: 0;
    width: 30%;
}

.list-view-wrap .searched-card-bottom {
    width: 20%;
}

.list-view-wrap .searched-card-CTA {
    display: none;
}

.searched-card-CTA.list-CTA {
    display: none;
}

.list-view-wrap .searched-card-CTA.list-CTA {
    display: flex;
    position: unset;
    opacity: 1;
    visibility: visible;
    flex-grow: 3;
    justify-content: end;
}

.list-view-wrap .searched-card-price {
    display: none;
}

.price-listview .searched-card-price {
    display: none;
}

.list-view-wrap .price-listview .searched-card-price {
    display: block;
    margin: 0;
}

.close-filter {
    position: absolute;
    left: auto;
    top: 2%;
    right: 2%;
    background: none;
    border: none;
    height: 35px;
    width: 35px;
}

/* configure page css Ends */

/* upload file  page CSS starts */

.mobile-video {
    display: none;
}

/* Show desktop video by default */
.desktop-video {
    display: block;
    width: 100%;
    height: auto;
}

.find-upload-container {
    position: relative;
    height: 100%;
}

.find-upload {
    height: 100%;
}

.find-upload video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.find-upload-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.find-upload-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 135px 90px 90px 90px;
}

.find-upload-title {
    font-family: var(--acumin_semibold);
    font-size: 96px;
    font-weight: 600;
    line-height: 96px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #222222;
}

.find-upload-subtitle {
    font-family: var(--acumin_medium);
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #444444;
}

.find-upload-heading {
    width: 85%;
}

.upload-image-img img {
    height: 90px;
    width: 90px;
}

.find-upload-right {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
}

.upload-image-top {
    text-align: center;
}

.upload-image-wrap {
    position: relative;
    width: 480px;
    height: 600px;
    padding: 75px 15px 15px;
    border: 3px solid #ffffff;
    box-shadow: -38px -17px 73.8px 0px #0000000d;
    background: linear-gradient(
            164.17deg,
            rgba(227, 236, 247, 0.2) 8.16%,
            rgba(163, 160, 160, 0.2) 90.26%
        ),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.05)
        );
}

.upload-image-title {
    margin-top: 35px;
    font-family: var(--acumin_semibold);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.04em;
    text-align: center;
}

.upload-image-top p {
    font-family: var(--acumin_semibold);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 10px 29%;
}

.browsefile {
    font-family: var(--acumin_semibold);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #4788c7;
    text-decoration: underline;
    margin-bottom: 10px;
}

.upload-image-subtitle {
    font-family: var(--acumin_semibold);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #969696;
}

.qr-img {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
}

.qr-img img {
    width: 150px;
}

.upload-image-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.file-attach {
    text-align: center;
}

.upload-CTA {
    background: none;
    border: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: auto;
    height: 240px;
    background: #f5faffb2;
    border: 2px dashed #4788c7;
    animation-timing-function: ease-in-out;
    animation-duration: 600ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.upload-CTA img {
    width: 64px;
    height: 64px;
}

.upload-CTA p {
    color: #7291cc;
    font-family: var(--acumin_semibold);
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: -0.04em;
    text-align: center;
    margin: 17px 37%;
}

/* file upload css starts */
.progress-wrap {
    position: relative;
    width: 100px;
    /* Adjust as needed */
    height: 100px;
    /* Adjust as needed */
    margin-top: 20px;
}

.progress-wrap {
    position: relative;
    width: 94%;
    height: 240px;
    margin-top: 20px;
    border: 2px dashed #4788c7;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.progress-circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    mix-blend-mode: darken;
}

.progress-circle .progress-bar {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: white;
    border-radius: 50%;
}

#progressText {
    margin-top: 10px;
    position: absolute;
    font-size: 14px;
    color: #4788c7;
}

.updloaing-file {
    margin-top: 10px;
    color: #7291cc;
    font-family: var(--acumin_semibold);
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: -0.04em;
    text-align: center;
}

.cancel-CTA {
    margin-top: 10px;
}

.cancel-bt {
    background-color: #ffffff;
    color: black;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #4788c7;
    font-family: var(--acumin_semibold);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.04em;
    text-align: center;
    width: 96px;
    height: 36px;
}

/* file upload css starts */

.loaderBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    background: #fafafa;
    display: flex;
    align-items: center;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #4788c7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* uplaod file page css ends */

/* BOQ cart page css starts */

.breadcrumb1 a {
    text-align: center;
    letter-spacing: 0px;
    color: rgb(0 0 0 / 50%);
    text-transform: uppercase;
    opacity: 1;
    font-family: var(--acumin_bold);
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
}

.breadcrumb1 {
    text-align: center;
    letter-spacing: 0px;
    color: rgb(0 0 0 / 50%);
    text-transform: uppercase;
    opacity: 1;
    font-family: var(--acumin_bold);
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
}

.breadcrumb1 span {
    margin: 0 2px;
}

.breadcrumb1 .page {
    color: #000;
}

.temp-4 h2 {
    text-align: center;
    letter-spacing: -4.5px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    font-family: var(--acumin_bold);
    font-size: 90px;
    line-height: 1.2;
    margin-top: 69px;
}

.bg-gray {
    background-color: #f3f3f3;
}

.boq-banner .container {
    max-width: 100%;
    padding-top: 100px;
}

.boq-banner .breadcrumb1 {
    text-align: left;
}

.boq-banner .temp-4 h2 {
    text-align: left;
}

.boq-banner .temp-4-inner {
    padding: 0 56px;
}

.boq-banner .temp-4 {
    padding-bottom: 80px;
}

.product-details-wrapper {
    display: grid;
    grid-template-columns: 60% 34%;
    gap: 100px;
    padding: 0 80px 100px;
}

.product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0;
}

.product-header-left {
    width: 60%;
}

.product-header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}

.product-header p {
    text-align: left;
    font: normal normal bold 16px / 22px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.product-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.counter {
    width: 122px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #486898;
    border-radius: 15px;
    opacity: 1;
}

.counter input {
    width: 40px;
    border: 0;
    text-align: center;
    appearance: none;
    background: none;
    border-left: 1px solid #4b4d5333;
    border-right: 1px solid #4b4d5333;
    text-align: center;
    font: normal normal 600 16px / 30px var(--acumin_semibold);
    letter-spacing: -0.64px;
    color: #1b2d3a;
    text-transform: capitalize;
    opacity: 1;
}

.counter span {
    display: block;
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
    color: #1b2d3a;
    user-select: none;
}

.product-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 40px 34px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dadada;
    opacity: 1;
    gap: 20px;
}

.product-card-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    width: 20%;
}

/* .product-card-content {
  width: 60%;
} */

.product-card-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 80%;
}

.product-price {
    text-align: right;
    font: normal normal bold 18px / 26px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.product-totalPrice {
    text-align: right;
    font: normal normal bold 18px / 26px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.product-title {
    text-align: left;
    font: normal normal bold 24px / 34px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.product-SKU {
    text-align: left;
    font: normal normal 16px / 24px var(--acumin_medium);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 15px;
}

.product-SKU span {
    font-family: var(--acumin_bold);
}

.product-subTitle {
    text-align: left;
    font: normal normal normal 14px / 20px var(--acumin_regular);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0px;
}

.order-summary-wrapper {
    padding: 50px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dadada;
    opacity: 1;
    margin-top: 38px;
}

.order-summary-title h3 {
    text-align: left;
    font: normal normal bold 24px / 34px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.summary-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.summary-list-item p {
    text-align: left;
    font: normal normal 600 18px / 26px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

.summary-list-item span {
    text-align: right;
    font: normal normal bold 18px/26px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

.summary-list-item .subItem {
    opacity: 0.6;
}

.order-summary-title {
    margin-bottom: 20px;
}

.summary-list {
    border-bottom: 1px solid #dadada;
    margin: 30px 0;
    padding-bottom: 10px;
}

.subTotal {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    font: normal normal bold 24px/34px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

.download-CTA {
    margin-top: 30px;
}

.download-boq-btn {
    width: 100%;
    height: 70px;
    border: 0;
    background: #486898 0% 0% no-repeat padding-box;
    border-radius: 35px;
    color: #ffffff;
    text-align: center;
    font: normal normal bold 14px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boq-wrapper {
    height: 42px;
    width: 42px;
    margin-right: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #383636;
}

.boq-wrapper img {
    width: 20px;
}

.more-details-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.viewmore-cta {
    background: none;
    border: none;
    color: #486898;
    text-decoration: underline;
}

.more-details-list {
    display: none;
    padding-left: 15px;
    padding: 30px;
    background: #f8f8f8;
    padding-left: 50px;
    margin-bottom: 20px;
}

.more-details-list li {
    list-style: auto;
    font-family: var(--acumin_bold);
    margin-bottom: 10px;
}

.more-details-listitem h5 {
    text-align: left;
    font: normal normal 16px / 20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    margin: 0;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.more-details-listitem p {
    text-align: left;
    font: normal normal normal 14px / 18px var(--acumin_regular);
    letter-spacing: 0px;
    color: #787777;
    opacity: 1;
    margin: 0px;
}

.product-card-content-wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 45% 15% 16% 16%;
    gap: 20px;
}

.moredetails {
    display: grid;
    grid-template-columns: 51% 15% 10% 15%;
    gap: 20px;
    text-align: center;
}

.moredetails .counter {
    opacity: 0;
}

.moredetails .product-Price {
    text-align: center;
    font: normal normal bold 16px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #787777;
    opacity: 1;
}

.more-details-header {
    display: grid;
    grid-template-columns: 51% 15% 10% 15%;
    gap: 20px;
    text-align: center;
}

.more-details-header p {
    text-align: center;
    font: normal normal 14px / 20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
}

.moredetails .product-totalprice {
    text-align: center;
    font: normal normal bold 16px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #787777;
    opacity: 1;
}

.moredetails .quantity {
    text-align: center;
    font: normal normal bold 16px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #787777;
    opacity: 1;
}

.product-price-mob {
    display: none;
}

/* BOQ cart page css Ends */

/*My Orders page css starts */

.product-details-wrapper.my-orders {
    display: grid;
    grid-template-columns: 24% 70%;
    gap: 100px;
    padding: 0 80px 100px;
}

/* .my-orders .product-card-content {
  width: 50%;
} */

.my-orders .product-card-content-wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 43% 20% 25%;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.my-orders .product-card-right {
    width: 80%;
}

.myOrder-CTA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.myOrder-CTA a {
    width: 185px;
    height: 45px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.outline-button {
    border: 1px solid #222222;
    color: #222222;
    border-radius: 20px;
    font-family: var(--acumin_semibold);
    font-weight: 600;
    cursor: pointer;
}

a.outline-button:hover {
    background-color: #486898;
    color: #fff;
    border-color: #486898;
}

.solid-button {
    background: var(--primary);
    color: #fff;
    border-radius: 20px;
    border: 1px solid var(--primary);
    cursor: pointer;
}

.solid-button:hover {
    color: #fff;
    background-color: #5b7db0;
}

.order-status {
    text-align: left;
    /* font-size: 16px;
  line-height: 24px;
  font-weight: var(--acumin_light); */
    font: normal normal 16px / 24px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
    margin-top: 0px;
}

.order-statusdetail {
    text-align: left;
    font: normal normal normal 14px / 20px var(--acumin_regular);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0px;
}

.delivery-Adress {
    text-align: left;
    font: normal normal 16px / 24px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
    margin-top: 0px;
    margin-right: 50%;
}

.delivery-adressdetail {
    text-align: left;
    font: normal normal normal 14px / 20px var(--acumin_regular);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0px;
}

.delivery-adressdetail p {
    margin: 0;
}

.profile-details-wrap {
    padding: 50px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dadada;
    opacity: 1;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.profile-logo {
    text-align: center;
}

.profile-logo img {
    width: 100px;
}

.profile-details {
    margin-top: 50px;
}

.my-profile-header h2 {
    text-align: left;
    letter-spacing: -2.5px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    font-family: var(--acumin_bold);
    font-size: 60px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
}

.form-label {
    text-align: left;
    font: normal normal 14px / 24px var(--acumin_medium);
    letter-spacing: 0px;
    color: #00000073;
    opacity: 1;
    margin-bottom: 5px;
}

.form-title {
    text-align: left;
    font: normal normal 16px / 24px var(--acumin_bold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 15px;
}

.profile-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -40px;
    z-index: -1;
}

.editable {
    display: inline-block;
    cursor: text;
}

.pencil-icon {
    cursor: pointer;
    margin-left: 20px;
    color: #007bff;
}

.product-details-mobile-wrap {
    padding: 40px;
    display: none;
}

.accordion-button.orders-button {
    box-shadow: unset;
    background-color: unset;
    text-align: center;
    letter-spacing: -2.5px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    font-family: var(--acumin_bold);
    font-size: 40px;
    line-height: 1.2;
    margin-top: 0;
    justify-content: space-between;
}

.accordion-button.orders-button::after {
    margin-left: 35px;
}

.accordion.orders-wrap {
    border-radius: 50px;
}

.accordion-item.order-item {
    color: unset;
    background-color: unset;
    border: none;
}

.my-orders .product-totalPrice {
    text-align: left;
}

.myorder-dropdown {
    position: relative;
}

.myorder-dropdown-CTA {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #486898;
    background: #486898;
    height: 48px;
    width: 190px;
    border-radius: 35px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    z-index: 1;
}

.myorder-dropdown-list-wrap {
    position: absolute;
    width: 140px;
    transition: all 0.5s ease;
    transform: translateY(-20px);
    background: aliceblue;
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
}

.myorder-dropdown-list-wrap {
    background: #fff;
    border: 1px solid #f1f1f1;
    border: -ra;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
}

.myorder-dropdown-list-item a {
    font-family: var(--acumin_regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.myorder-dropdown.expanded .myorder-dropdown-list-wrap {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
}

.myorder-dropdown-title {
    margin: 0;
    font-family: var(--acumin_semibold);
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.04em;
    text-align: left;
    transition: all 0.5s ease-in-out;
}

.my-orders .arrow:after,
.my-orders .arrow::before {
    background: #fff;
}

/*My Orders page css ENDS */
/* newcss-for the password 10/22/2024  start*/
.eye-icon {
    width: 17px;
    position: absolute;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: 20px;
}

.form-group-eye {
    position: relative;
}

/* newcss-for the password 10/22/2024  END*/

/* .searched-module-wrap.sticky-board {
    padding: 0 0 20px;
    transition: all 0.5s ease;
}

.sticky-board .searched-board-content {
    flex-direction: row;
    align-items: center;
    transition: all 0.5s ease;
}

.sticky-board .searched-board {
    padding: 10px 50px;
    transition: all 0.5s ease;
}

.sticky-board .searched-board-content h2 {
    font-size: 20px;
    transition: all 0.5sease;
    line-height: 20px;
    margin: 0;
}

.sticky-board .searched-board-img img {
    width: 45px;
    transition: all 0.5s ease;
}

.sticky-board .search-dropdown-title {
    font-size: 12px;
    line-height: 14px;
}

.sticky-board .search-dropdown-CTA {
    width: 115px;
    height: 40px;
}

.sticky-board .upload-wrap {
    flex-direction: row;
}

.sticky-board .upload-wrap img {
    width: 15px;
} */

.confirm-search-wrapper.sticky-height {
    /* height: 700px; */
}

.searched-card-wrapper.sticky-height {
    /* max-height: 700px; */
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #4788c7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* seclect dropdown start  */
.custom-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.custom-dropdown__button {
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 45px;
    color: rgb(0 0 0/64%);
    cursor: pointer;
    display: flex;
    font: normal normal 16px/0px var(--acumin_medium);
    height: 50px;
    letter-spacing: 0;
    opacity: 1;
    padding: 0 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.custom-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.custom-dropdown__list {
    background: #fff;
    border: 1px solid #d3d3d34d;
    border-radius: 15px;
    display: block;
    left: 0;
    list-style-type: none;
    margin: 5px 0 0;
    opacity: 0;
    opacity: 1;
    padding: 15px 0 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: scale(1, 0);
    transform-origin: top left;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.cust-listwrap {
    max-height: 300px;
    overflow: auto;
}

.cust-listwrap::-webkit-scrollbar {
    width: 2px;
}

.custom-dropdown__list-item {
    cursor: pointer;
    display: block;
    list-style-type: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.custom-dropdown__list-item a {
    border-bottom: 0 solid #fff;
    color: #383636;
    display: flex;
    font: normal normal 14px/20px var(--acumin_medium);
    justify-content: left;
    letter-spacing: 0.28px;
    margin-bottom: 10px;
    opacity: 0.8;
    padding: 0 22px;
    position: relative;
}

.custom-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all 0.5s ease;
    transform: translateY(-50%);
}

.custom-dropdown__list-item:last-child a {
    margin: 0;
}

/* .custom-dropdown__button.custom_drp_clicked .zmdi-chevron-down {
position: absolute;
right: 15px;
top: 32px;
transform: rotate(180deg);
transition: all 0.5s ease;
} */
.custom-dropdown__button .zmdi-chevron-down:before,
.custom-dropdown__button .zmdi-chevron-down:after {
    background: 0 0;
    background-color: rgb(0 0 0/50%);
    border-radius: 50px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    width: 6px;
    opacity: 0.5;
}

.custom-dropdown__button .zmdi-chevron-down:before {
    right: -10px;
    transform: rotate(-45deg);
}

.custom-dropdown__button .zmdi-chevron-down:after {
    right: -7px;
    transform: rotate(45deg);
}

.custom_drp_clicked .zmdi-chevron-down:before {
    transform: rotate(45deg);
}

.custom_drp_clicked .zmdi-chevron-down:after {
    transform: rotate(-45deg);
}

.custom-dropdown-box {
    height: 125px;
    overflow-y: auto;
    max-height: fit-content;
}

.custom-dropdown-box::-webkit-scrollbar {
    width: 2px;
}

/* seclect dropdown end  */

.not-found-sec {
    /* height: calc(100% - 410px); */
    text-align: center;
    display: none;
}

.not-found-img img {
    height: 270px;
    width: 270px;
}

h5.not-found-title {
    font-family: var(--acumin_semibold);
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}

.not-found-description {
    font-family: "Acumin_Light";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;

    margin-bottom: 10px;
    color: #444444;
}

.not-found-description span {
    font-family: var(--acumin_bold);
}

.file-upload-new {
    font-family: var(--acumin_semibold);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #486897;
    cursor: pointer;
}

span.added-label {
    color: #000;
}

a.add-boq-cta:hover span.added-label {
    color: #fff;
}

.custom-dropdown__button.chage1 {
    color: rgb(0 0 0/100%);
}

/* Toast Container */
#toast {
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    min-width: 180px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: opacity 0.4s ease, bottom 0.4s ease;
}

#toast.show {
    opacity: 1;
    visibility: visible;
    bottom: 60px;
}

.boq-badge {
    position: absolute;
    content: "";
    background: #486898;
    height: 25px;
    width: 25px;
    top: -10px;
    right: -10px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
}

.mod-dropdown {
    width: 165px;
    position: relative;
    font-family: Arial;
}

.mod-dropdown-btn {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    width: 100%;
    height: 48px;
    border-radius: 35px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0;
    font-family: var(--acumin_semibold);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    text-align: left;
    transition: all 0.5s ease-in-out;
}

.mod-dropdown-list {
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 99;

    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.mod-dropdown.open .mod-dropdown-list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mod-dropdown-list .item {
    padding: 10px;
    cursor: pointer;
    font-family: var(--acumin_regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.04em;
    text-align: left;
    cursor: pointer;
}

.mod-dropdown-list .item:hover {
    background: #f1f1f1;
}

.mod-dropdown-btn:after,
.mod-dropdown-btn::before {
    background: #000000;
    content: "";
    position: absolute;
    width: 8px;
    height: 2.45px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    top: 45%;
}

.mod-dropdown-btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
}

.mod-dropdown-btn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
}

.open .mod-dropdown-btn:after {
    transform: rotate(-45deg);
}

.open .mod-dropdown-btn:before {
    transform: rotate(45deg);
}

.download-CTA {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.boq-download-cta {
    border: 1px solid #383636;
    background: transparent;
    color: #383636;
}

.noBoq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.noBoq img {
    max-width: 450px;
    max-height: 450px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.toast-msg {
    position: fixed;
    top: 100px;
    right: 8%;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 10px 18px;
    padding-top: 12px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0.9;
    display: block;
}

/* .toast-msg:before {
    position: absolute;
    top: -3px;
    content: "";
    left: 46%;
    height: 15px;
    width: 13px;
    background: #333;
    rotate: 45deg;
    transform: translateX(-50%);
} */

.product-Price span,
.quantity span,
.product-totalprice span {
    display: none;
}

.boq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.common-CTA.coming-soon {
    background: #ccc;
    color: #48689896;
    padding-top: 4px;
}
.filesupport {
    text-align: center;
}

.filesupport p {
    margin: 0;
    font-family: var(--acumin_regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: rgb(51, 51, 51, 60%);
    white-space: nowrap;
}

.filesupport span {
    margin: 0;
    color: #333;
}
