:root {
    --tone: #00a859;
    --shade: #205438;
    --tint: #ecf3d4;
    /* --PrimaryColor:#073b74; */
    /* --SecondaryColor:#2877cf; */
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
input:focus,
button:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
.other-primary-text{
    color: var(--PrimaryColor) !important;
}
.other-primary-bg{
    background-color: var(--PrimaryColor) !important;
    border-color: var(--PrimaryColor) !important;
}
.other-secondary-text,.other-secondary-text:focus{
    color: var(--SecondaryColor) !important;
}
button.other-secondary-text,button.other-secondary-text:focus,a.other-secondary-text,a.other-secondary-text:focus{
    color: var(--SecondaryColor) !important;
}
.dark-close-btn,.dark-close-btn:focus{
    background-color: #d2d2d2 !important;
    border-color: #d2d2d2 !important;
    color: #000 !important;
}
.other-secondary-bg{
    background-color: var(--SecondaryColor) !important;
}

.upload-artwork-btn{
    color:var(--PrimaryColor) !important;
    font-size: 15px;
    font-weight: 600;
    padding-inline: 20px;
    border-color:var(--PrimaryColor) !important;
  }
  .upload-artwork-btn:hover {
    background-color:var(--PrimaryColor) !important;
    color: var(--SecondaryColor) !important;;
  }
/*Dashboard Css */
/* main-content-section */

.main-content-section .content-area {
    width: calc(100% - 300px);
    height: calc(100dvh - 133px);
    overflow: auto;
}
.content-area .form-control:fou {
    box-shadow: inherit !important;
}
.main-content-section .content-area::-webkit-scrollbar {
    width: 10px;
}
.main-content-section .content-area::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}
.main-content-section .content-area::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b8b8b8;
}
.main-content-section .content-area .carousel-item img {
    height: auto !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.main-content-section .content-area .images-slider-section .dott {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 4px;
}
.main-content-section .content-area .images-slider-section .dott.active {
    width: 14px;
    height: 14px;
}

/* body-content-area */
.padding-l-r {
    padding: 0 40px;
}
.body-content-area {
    overflow-x: hidden;
}
.body-content-area .content-title {
    color: #201e1e;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}
.body-content-area .form-control {
    border-color: #d2d3d5;
    border-radius: 0;
}
.body-content-area .textareaBox .form-control {
    resize: none;
    color: #201e1e;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.main-images-row .images-box {
    padding: 0;
    background-color: transparent;
}
.main-images-row .images-box img {
    object-fit: cover;
}
.content-area .border {
    /* border-color: #d2d3d5 !important; */
    border:0 !important;
}
.common-file-browse-section-main-file .border{
    border: 1px solid #d2d3d5 !important;
}
.textareaBox p{
    color: #201e1e;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.common-file-browse-section-main-file .up-file-nameDetail-height {
    height: 350px;
}
.textareaBox p:last-child{
    margin-bottom:0;
}
.main-images-row .four-images-row .images-box img {
    height: auto;
}
.main-images-row .three-images-row .images-box img {
    height: auto;
}
.main-images-row .two-images-row .images-box img {
    height: auto;
}
.main-images-row .one-images-row .images-box img {
    height: auto;
}
.image-textVersion-box .image-textVersion img {
    height: 370px;
    object-fit: cover;
}
.image-textVersion-box span {
    color: #201e1e;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.second-main-images-row .two-images-row .images-box img,
.second-main-images-row .one-images-row .images-box img {
    height: auto !important;
}
.video-wrapper .video-container {
    position: relative;
}

.image-textVersion .video-btn,
.video-container .play-button-wrapper,
.video-block-wra .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-wrapper .video-container #circle-play-b,
.image-textVersion .video-btn .circle-play {
    cursor: pointer;
    pointer-events: auto;
}
.video-wrapper .video-container svg,
.image-textVersion .video-btn svg,
.video-block-wra .video-btn svg {
    width: 90px;
    height: 90px;
    fill: var(--PrimaryColor);
    stroke: var(--PrimaryColor);
    cursor: pointer;
}
.one-video-block-wra .video-btn svg {
    width: 70px !important;
    height: 70px !important;
}
.four-video-block-wra .video-btn svg {
    width: 120px !important;
    height: 120px !important;
}
.video-wrapperModal .modal-dialog {
    max-width: 1000px;
}
.video-wrapper video {
    height: 100%;
    width: 100%;
}
.video-wrapperModal .close span {
    opacity: 0.5;
    font-size: 34px;
    display: block;
}

.body-content-area .warning-boxs-ct span {
    color: #b91212;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.body-content-area .warning-boxs-ct .triangle-box{
    margin-top: 5px;
}
.body-content-area .warning-boxs-ct .triangle-box svg {
    font-size: 21px;
    color: #b91212;
    width: 140px;
}
.body-content-area .contact-title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}
.valid-st {
    color: red;
}
.form-content-boxs {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.form-content-boxs .needs-validation label,
.form-content-boxs .needs-validation .form-control {
    color: #201e1e;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.form-content-boxs .needs-validation .form-control {
    min-height: 40px;
    border: 1px solid #d2d3d5 !important;
}
.form-content-boxs .needs-validation .form-control::placeholder {
    color: #b3b3b3;
}
.form-body{
    border: 1px solid #d2d3d5 !important;
}
.form-content-boxs .needs-validation textarea {
    resize: none;
    height: 200px;
}
.form-content-boxs .needs-validation .send-btn {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    /* color: #fff; */
    transition: all 0.5s;
    /* background-color: #377dff; */
    border-radius: 6px;
    padding: 10px 20px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.form-content-boxs .needs-validation .send-btn:hover {
    text-decoration: none;
    background-color:var(--PrimaryColor);
}
.content-category-block {
    gap: 15px;
}

.content-category-block .category-img {
    width: calc(20% - 15px);
}
.content-category-block .category-img img {
    height: 200px;
    object-fit: cover;
}
.content-category-block .category-img span {
    color: #201e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.category-tabs-block .nav-pills .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.category-tabs-block .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--PrimaryColor);
    background-color: transparent !important;
}
.category-tabs-block .product-img-box {
    overflow: hidden;
    border-radius: 15px;
}
.category-tabs-block .item{
    transition: all 0.5s ease;
    border-radius: 15px;
    background: #fff;
    height: 100%;
    min-height: 330px;
    border: 1px solid #e2e2e2;
}
.content-area .category-tabs-block{
    padding: 15px;
}
.category-tabs-block .item:hover{
    background-color: #fff;
}
.category-tabs-block .item .product-content{
    padding: 6px 10px;
}
.category-tabs-block .item .product-content a:hover{
    color: #000;
}
.category-tabs-block .product-img-box img {
    height: 230px;
    object-fit: cover;
}
.category-tabs-block .product-content h4 {
    color: #201e1e;
    font-size: 16px;
    font-weight: 500;
}
.category-tabs-block .product-content .amount span {
    color: #201e1e;
    font-size: 13px;
    font-weight: 500;
}
.category-tabs-block .product-content .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.category-tabs-block .product-content .rating-stars ul > li.star {
    display: inline-block;
}
.video-wrapperModal .modal-header-1 .close{
    padding: 0 !important;
    margin: 0 0 0 auto !important;
    color: #377dff;
}
/* Idle State of the stars */
.category-tabs-block .product-content .rating-stars ul > li.star > i.fa {
    font-size: 18px;
    color: #ccc;
}
/* Selected state of the stars */
.category-tabs-block
    .product-content
    .rating-stars
    ul
    > li.star.selected
    > i.fa {
    color: #ff912c;
}
.message-box .text-message span {
    font-size: 13px;
    font-weight: 600;
}
.ct-slider-arrow .owl-nav button i {
    font-size: 45px;
    color: var(--PrimaryColor);
}
.ct-slider-arrow .owl-nav .owl-prev,
.ct-slider-arrow .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ct-slider-arrow .owl-nav .owl-prev {
    left: 30px;
}
.ct-slider-arrow .owl-nav .owl-next {
    right: 30px;
}
.del span {
    text-decoration: line-through !important;
    color: #dc3545 !important;
}
.faq-section-ct button {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: all 0.5s ease;
}
.faq-section-ct .border{
    border: 1px solid #d2d3d5 !important;
}
.faq-section-ct p{
    margin-bottom: 10px;
}
.faq-section-ct button i {
    font-size: 38px;
    transition: all 0.5s ease;
}
.faq-section-ct button[aria-expanded="true"] {
    color: var(--PrimaryColor) !important;
}
.faq-section-ct button[aria-expanded="true"] i {
    transform: scaleY(-1);
}
.faq-section-ct .card .card-body ul li span {
    display: block;
    color: #201e1e;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
}
.faq-section-ct .card .card-body .ct-faq-video {
    max-width: 600px;
}
.logos-boxs-block .brand-logo {
    padding: 10px;
}
.logos-boxs-block .brand-logo img {
    height: 120px;
    object-fit: contain;
}
.testimonials-slider-ct .testimonials-img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.testimonials-slider-ct .right-content-text {
    width: calc(100% - 250px);
}
.testimonials-slider-ct .testimonials-text {
    max-width: 850px;
    margin: 0 auto;
}
.testimonials-slider-ct .testimonials-text span,
.testimonials-slider-ct .testimonials-text h6 {
    color: #201e1e;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    line-height: 40px;
}
.testimonials-slider-ct .testimonials-text h6 i {
    font-weight: 600;
}
.first-testimonials-ct .items-card {
    padding: 0 150px;
}
.testimonials-slider-ct .owl-nav .owl-prev,
.testimonials-slider-ct .owl-nav .owl-next {
    top: 50% !important;
    transform: translateY(-50%);
}
.map-section iframe {
    height: 500px;
}

/* ==== MEDIA === */

@media (max-width: 1500px) {
    .padding-l-r {
        padding: 0 25px;
    }

    .main-images-row .four-images-row .images-box img {
        height: auto;
    }
    .main-images-row .three-images-row .images-box img {
        height: auto;
    }
    .main-images-row .two-images-row .images-box img {
        height: auto;
    }
    .main-images-row .one-images-row .images-box img {
        height: auto;
    }
    .category-tabs-block .product-img-box img,
    .content-category-block .category-img img {
        height: 230px;
    }
    .first-testimonials-ct .items-card {
        padding: 0 89px;
    }
    .container-cat-main {
        padding: 0;
    }
}
@media (max-width: 1400px) {
    .main-images-row .four-images-row .images-box img {
        height: 110px;
    }
    .main-images-row .images-box {
        padding: 0;
    }
    .main-images-row .three-images-row .images-box img {
        height: 135px;
    }
    .main-images-row .two-images-row .images-box img {
        height: 203px;
    }
    .main-images-row .one-images-row .images-box img {
        height: auto;
    }
    .image-textVersion-box .image-textVersion img {
        height: 286px;
        object-fit: cover;
    }
    .second-main-images-row .two-images-row .images-box img,
    .second-main-images-row .one-images-row .images-box img {
        height: 188px !important;
    }
    .logos-boxs-block .brand-logo img {
        height: 70px;
    }
    .testimonials-slider-ct .testimonials-text {
        max-width: 600px;
    }
}
@media (max-width: 1300px) {
    .logos-boxs-block .brand-logo img {
        height: 50px;
    }
    .main-content-section .content-area {
        width: calc(100% - 240px);
    }

    .video-wrapper .video-container svg,
    .image-textVersion .video-btn svg,
    .video-block-wra .video-btn svg {
        width: 60px;
        height: 60px;
    }
    .one-video-block-wra .video-btn svg {
        width: 40px !important;
        height: 40px !important;
    }
    .four-video-block-wra .video-btn svg {
        width: 80px !important;
        height: 80px !important;
    }
    .category-tabs-block .product-img-box img,
    .content-category-block .category-img img {
        height: 230px;
    }
    .category-tabs-block .product-img-box img {
        height: 230px;
    }
    .category-tabs-block .product-img-box img,
    .content-category-block .category-img img {
        height: 230px;
    }
    .testimonials-slider-ct .testimonials-img img {
        width: 186px;
        height: 186px;
    }
    .testimonials-slider-ct .right-content-text {
        width: 100%;
        padding-top: 20px;
    }
    .items-card {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .testimonials-slider-ct .owl-nav .owl-prev {
        left: 0;
    }
    .testimonials-slider-ct .owl-nav .owl-next {
        right: 0;
    }
}
@media (max-width: 1200px) {
    .padding-l-r {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .main-content-section .content-area {
        width: 100%;
    }

    .main-content-section .content-area {
        height: calc(100dvh - 104px);
    }

    /* .body-content-area {
    padding-top: 16px !important;
  } */

    .close-btn-search i {
        font-size: 25px;
        color: #018849;
    }

    .main-images-row .three-images-row .images-box img {
        height: auto;
    }
    .main-images-row .four-images-row .images-box img {
        height: auto;
    }
    .image-textVersion-box .image-textVersion img {
        height: auto;
        margin-bottom: 20px;
        max-width: 400px;
    }
    .image-textVersion-box .video-textVersion {
        max-width: 400px;
    }
    .p-4 {
        padding: 16px !important;
    }
    .category-tabs-block .product-img-box img {
        height: 230px;
    }
    .content-category-block .category-img {
        width: calc(25% - 15px);
    }
    .content-category-block .category-img img {
        height: auto;
    }
    .main-images-row .images-box {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .body-content-area .content-title {
        font-size: 28px;
        line-height: 39px;
    }

    .form-content-boxs .needs-validation textarea {
        height: 135px;
    }
    .content-category-block .category-img {
        width: calc(33.33% - 15px);
    }
    .testimonials-slider-ct {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .first-testimonials-ct .items-card {
        padding: 0 0px;
    }
    .testimonials-slider-ct .owl-nav .owl-next {
        right: -55px;
    }
    .testimonials-slider-ct .owl-nav .owl-prev {
        left: -55px;
    }
    .ct-slider-arrow .owl-nav button i {
        font-size: 37px;
    }
}
@media (max-width: 600px) {
    .main-content-section .content-area .carousel-item img {
        height: auto;
    }
}
@media (max-width: 575px) {
    .category-tabs-block .product-img-box img {
        height: 230px;
    }
    .body-content-area .textareaBox .form-control {
        font-size: 14px;
        line-height: 25px;
    }
    .main-images-row .images-box {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .main-images-row .images-box img {
        height: auto !important;
    }
    .image-textVersion-box .image-textVersion img {
        height: 320px;
        max-width: 100%;
    }
    .image-textVersion-box span,
    .body-content-area .warning-boxs-ct span {
        line-height: 30px;
    }
    .second-main-images-row .two-images-row .images-box img,
    .second-main-images-row .one-images-row .images-box img {
        height: 100% !important;
    }
    .image-textVersion-box .video-textVersion {
        max-width: 100%;
    }
    .one-video-block-wra .video-btn svg,
    .four-video-block-wra .video-btn svg {
        width: 60px !important;
        height: 60px !important;
    }
    .body-content-area .warning-boxs-ct {
        padding: 20px 20px;
    }
    .body-content-area .contact-title {
        font-size: 34px;
        line-height: 53px;
    }
    .category-tabs-block .nav-pills .nav-link {
        font-size: 17px;
        padding: 8px 10px;
    }
    .content-category-block .category-img {
        width: calc(50% - 15px);
    }
    .faq-section-ct button {
        font-size: 16px;
    }
    .faq-section-ct button i {
        font-size: 26px;
    }
    .logos-boxs-block .brand-logo img {
        height: auto;
    }
    .testimonials-slider-ct {
        padding-top: 20px !important ;
    }
    .testimonials-slider-ct .testimonials-text span,
    .testimonials-slider-ct .testimonials-text h6 {
        line-height: 30px;
    }
    .map-section iframe {
        height: 274px;
    }
}
@media (max-width: 400px) {
    .main-content-section .content-area {
        height: calc(100dvh - 99px);
    }
    .main-images-row .images-box,
    .image-textVersion-box .image-textVersion img {
        height: auto;
    }
    .testimonials-slider-ct {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .content-category-block .category-img img {
        height: auto;
    }
    .faq-section-ct .card .card-body {
        padding: 20px 0;
    }
    .ct-slider-arrow .owl-nav button i {
        font-size: 30px;
    }
    .testimonials-slider-ct .owl-nav .owl-prev {
        left: -36px;
    }
    .testimonials-slider-ct .owl-nav .owl-next {
        right: -36px;
    }
    .testimonials-slider-ct .testimonials-text span,
    .testimonials-slider-ct .testimonials-text h6 {
        line-height: 27px;
    }
}
