*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
}

.top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-main {
    background: #212222;
    padding: 6px 0px;
}

.top-bar-left ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-left ul li {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.top-bar-left ul li a {
    color: #fff;
}

.top-bar-left ul li i {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.social-media-icon i {
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #212222;
    font-size: 14px;
    margin-right: 5px;
}

.main-header {
    padding: 7px 0px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.mob-header {
    display: none;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left img {
    width: auto;
    max-width: 100%;
    max-height: 100px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-links {
    /* background-color: #00aeef; */
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.header-links ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-links ul li {
    text-transform: uppercase;
    color: #4a4d48;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.header-links ul li.active a,
.header-links ul li:hover a {
    color: #df8935;
}

.header-links ul li a {
    color: #4a4d48;
}

.connect-btn-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #df8935;
    display: flex;
    justify-content: center;
    align-items: center;
}

.connect-btn-left img {
    width: 20px;
    height: 20px;
    border-radius: unset;
    filter: invert(1);
}

.connect-btn-right span,
.connect-btn-right p {
    font-size: 15px;
    color: #4a4d48;
    line-height: 1.4;
}

.connect-btn-right p a,
.connect-btn-right p {
    color: #000;
}

.connect-btn-right span {
    display: block;
}

.connect-btn-right p {
    font-weight: 700;
}

.home-banner-main,
.home-banner-slider {
    position: relative;
}

.home-btn-flex,
.client-btn-flex {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    padding: 0px 40px;
}

.home-btn-flex button,
.client-btn-flex button {
    background-color: #fff !important;
    width: 50px;
    height: 60px;
    border: unset;
    opacity: .6;
    border-radius: 6px;
}

.home-btn-flex img,
.client-btn-flex img {
    width: 20px !important;
    height: 20px !important;
}

.home-banner-bg {
    height: 670px;
    position: relative;
    overflow: hidden;
}

.home-banner-bg::before,
.main-client-bg::before,
.breadcrumbs-bg::before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.home-banner-info,
.main-client-info,
.breadcrumbs-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner-info .container-main,
.main-client-info .container-main,
.breadcrumbs-info .container-main {
    height: 100%;
}

.home-banner-content,
.main-clients-content,
.breadcrumbs-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 800px;
}

.home-banner-content h6 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.home-banner-content h1 {
    font-size: 72px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px;
    max-width: 600px;
}

.home-banner-content h1 span {
    font-weight: 700;
}

.home-banner-content p {
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
}

.btn-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.home-banner-content a,
.home-about-right a,
.submit-btn input,
.cta-btn {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 42px;
    text-align: center;
    text-transform: uppercase;
    background-color: #df8935;
    color: #fff;
    width: max-content;
    position: relative;
    transition: .3s;
    border-radius: 7px;
}

.home-banner-content a:hover {
    background-color: #fff;
    color: #1D1E34;
}

.learn-btn {
    background-color: transparent !important;
    border: 1px solid #fff;
}

.learn-btn:hover {
    background-color: #df8935 !important;
    border: unset;
    color: #fff !important;
}

.home-about-main,
.home-products-main,
.our-clients-main,
.core-values-main,
.cta-main,
.contact-us-main,
.product-detail-main,
.realted-products-main {
    padding-top: 100px;
    padding-bottom: 150px;
}

.home-about-flex,
.core-values-flex,
.contact-us-flex,
.product-detail-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-left,
.home-about-right,
.core-values-left,
.core-values-right,
.contact-us-left,
.contact-us-right {
    width: 50%;
}

.home-about-left {
    position: relative;
    height: 445px;
}

.home-about-left img {
    border-radius: 10px;
}

.about-bottom-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    margin-bottom: -55px;
    height: 430px;
}

img.about-img1 {
    max-width: 60%;
    border: 6px solid #fff;
    position: relative;
    z-index: 1;
}

.home-about-right {
    padding-left: 70px;
}

.home-about-right h6,
.home-products-heading h6,
.our-clients-heading h6 {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    color: #df8935;
    margin-bottom: 8px;
}

.home-about-right h2,
.home-products-heading h2,
.our-clients-heading h2,
.core-values-right h2,
.main-clients-content h2,
.cta-right h2,
.contact-us-left h2,
.form-heading h3 {
    font-size: 40px;
    font-weight: 800;
    color: #212222;
    margin-bottom: 45px;
    position: relative;
}

.home-about-right h2::before {
    background: #df8935;
    content: "";
    width: 56px;
    height: 2px;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.home-about-right p,
.core-values-right ul li,
.cta-right p,
.vision-content p,
.contact-us-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212222;
    margin-bottom: 15px;
}

.home-about-right a {
    font-size: 16px;
    margin-top: 15px;
}

.home-about-right a:hover {
    background-color: #212222;
}

.text-anime-main {
    overflow: hidden;
    padding: 30px 0px;
    background: #df8935;
    position: relative;
}

.text-anime-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/banner-with-eco-craft-paper.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.text-anime h4 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-products-main,
.core-values-main,
.realted-products-main {
    padding-bottom: 100px;
    background-color: #f4f4f6;
}

.home-products-heading {
    margin-bottom: 50px;
}

.home-products-heading h6,
.home-products-heading h2,
.our-clients-heading h2,
.our-clients-heading h6,
.main-clients-content h2 {
    text-align: center;
}

.home-products-heading h2 {
    margin-bottom: 0;
}

.home-products-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.home-products-block {
    width: 33.33%;
    padding: 15px;
    border-radius: 10px;
}

.home-products-bg {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.home-products-bg img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: .3s;
}

.home-products-block:hover .home-products-bg img {
    transform: scale(1.1);
}

.home-products-content {
    background-color: #df8935;
    padding: 10px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home-products-content h4,
.client-box-title h4,
.vision-content h4,
.add-info-right h6,
.product-modal .modal-header h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.home-products-content h4 a {
    color: #fff;
}

.our-clients-main,
.cta-main,
.contact-us-main,
.product-detail-main {
    padding-bottom: 100px;
    position: relative;
}

.our-client-slider,
.our-main-clients,
.main-client-bg {
    position: relative;
}

.client-btn-flex {
    padding: 0;
}

.client-btn-flex button {
    background-color: unset !important;
    padding: 0;
    width: unset;
    height: unset;
    opacity: 1;
}

.client-btn-flex img {
    width: 30px !important;
    height: 30px !important;
}

button.prev-btn1 {
    margin-left: -45px;
}

button.next-btn1 {
    margin-right: -45px;
}

.client-block img {
    height: 200px;
    object-fit: scale-down;
}

.core-values-main {
    background-color: #df8935;
}

.core-values-left {
    padding-right: 50px;
}

.core-values-left h4 {
    font-size: 32px;
    font-weight: bold;
    color: #212222;
    margin-bottom: 30px;
}

.form-inner {
    background: #fff;
    padding: 50px 45px;
    border-radius: 5px;
}

.form-flex,
.contact-form-flex {
    display: flex;
    flex-wrap: wrap;
}

.form-field,
.contact-form-field  {
    width: 100%;
    margin-bottom: 15px;
}

.form-field input,
.form-field textarea,
.contact-form-field input,
.contact-form-field textarea {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #14212B;
    padding: 0px 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    outline: none;
}

.form-field textarea,
.contact-form-field textarea {
    padding: 15px;
    height: 145px;
}

.submit-btn input {
    border: unset;
    width: 100%;
    padding: 15px 40px;
    background-color: #212222;
}

.submit-btn input:hover {
    background-color: #df8935;
}

.core-values-right h2 {
    color: #fff;
}

.core-values-right h2,
.cta-right h2 {
    margin-bottom: 20px;
}

.core-values-right ul li {
    margin-bottom: 13px;
    display: flex;
    align-items: baseline;
    color: #fff;
}
.core-values-right ul li:last-child{
    margin-bottom: 0;
}

.core-values-right ul li i {
    background-color: #fff;
    color: #212222;
    border-radius: 50%;
    margin-right: 12px;
    padding: 4px 5px;
    font-size: 15px;
}

.main-client-bg {
    height: 400px;
}

.cta-main {
    padding-top: 0;
}

.main-clients-content {
    max-width: 1000px;
    margin: 0 auto;
}

.main-client-bg::before {
    opacity: 1;
    background: #fff;
}

.cta-right h2,
.cta-right p {
    color: #fff;
}

.client-box-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.client-box {
    width: 25%;
    padding: 15px;
}

.client-box-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    /* border: 4px solid #df8935; */
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100px;
    background: #df8935;
    transition: .3s;
}

.client-box:hover .client-box-icon {
    transform: scale(1.1);
}

.client-box-title h4,
.vision-content h4,
.add-info-right h6,
.product-modal .modal-header h5 {
    text-align: center;
    color: #212222;
}

.client-box-icon img {
    width: 80px;
    height: 80px;
    filter: invert(1);
    padding: 10px;
}

.cta-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(193, 87, 45, 1) 0%, rgba(223, 137, 53, 1) 50%, rgba(235, 164, 94, 1) 100%);
}

.cta-left,
.cta-right {
    width: 50%;
}

.cta-left {
    height: 400px;
}

.cta-left img {
    /* Curved right side */
    clip-path: path("M0,0 H100% V100% H0 C80% 80%, 80% 20%, 0 0 Z");
    clip-path: ellipse(90% 100% at 0% 50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cta-right {
    padding: 50px;
}

.cta-right ul li a {
    color: #fff;
}

.cta-right .cta-btn {
    margin-top: 30px;
    background-color: #fff;
    color: #212222;
}

.cta-right .cta-btn:hover {
    background-color: #212222;
    color: #fff;
}

.cta-right ul li {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 800;
    width: 100%;
    max-width: 100%;
}

.cta-right ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    width: 70px;
    height: 70px;
}

.footer-main {
    padding-top: 70px;
    background: #212222;
    position: relative;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-block p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
    max-width: 370px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.social-icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #df8935;
    ;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}

.social-icons i:hover {
    background-color: #fff;
    color: #212222;
}

.footer-block h6 {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.footer-block h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 1px;
    display: inline-block;
    background: #fff;
    bottom: -13px;
}


.footer-block ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
    transition: all 0.35s;
    padding-top: 17px;
    position: relative;
    padding-left: 16px;
}

.footer-block ul li::before {
    color: #fff;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 20px;
}

.footer-block.add ul li:first-child {
    align-items: flex-start;
}

.footer-block.add ul li {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.footer-block.links ul li:nth-child(5) {
    max-width: 280px;
}

.footer-block ul li span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 7px;
}

.footer-block ul li a {
    color: #ffffff;
    position: relative;
}

.footer-block.add ul li::before {
    content: unset;
}

.footer-block.add ul li i {
    margin-right: 10px;
    color: #fff;
}

.footer-block.links.prod {
    margin-right: -40px;
}

.footer-copyright-main {
    background: #df8935;
    padding: 25px 0;
    /* border-top: 1px solid #e7e7e75c; */
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.footer-copyright p a {
    color: #212222;
}

.breadcrumbs-bg-main {
    position: relative;
}

.breadcrumbs-bg {
    height: 200px;
    position: relative;
}

.breadcrumbs-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.breadcrumbs-content {
    max-width: unset;
    margin: 0 auto;
}

.breadcrumbs-content h1 {
    font-weight: 700;
    font-size: 54px;
    color: #ffffff;
    text-align: center;
}

.vision-flex {
    display: flex;
    flex-wrap: wrap;
}

.vision-block {
    width: 33.33%;
    overflow: hidden;
}

.vision-bg {
    height: 295px;
}

.vision-content {
    background-color: #df8935;
    height: 100%;
    padding: 30px;
}

.vision-content h4 {
    text-align: unset;
    margin-bottom: 13px;
    color: #fff;
}

.vision-content p {
    margin-bottom: 0;
    color: #fff;
}

.vision-block.reverse {
    display: flex;
    flex-flow: column-reverse;
}

.home-overview-part {
    position: relative;
}

.home-overview-img {
    width: 50%;
    position: relative;
    z-index: 1;
    height: 680px;
}

.home-overview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-overview-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #df8935;
}

.home-overview-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.home-overview-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-left: 115px;
}

.home-overview-title h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
}

.exp-flex {
    display: flex;
    margin-bottom: 7px;
}

.exp-flex:last-child {
    margin-bottom: 0px;
}

.exp-left img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    filter: invert(1);
}

.exp-right {
    padding-left: 15px;
}

.exp-right p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 13px;
}

.exp-right span {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.contact-us-left {
    padding-right: 70px;
}

.contact-us-left h2 {
    margin-bottom: 15px;
}

.add-info-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.add-info-left {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #df8935;
    border-radius: 50%;
    color: #31405f;
    font-size: 24px;
    flex: 0 0 auto;
    padding: 17px;
}

.add-info-left img {
    border-radius: unset;
    filter: invert(1);
}

.add-info-right h6 {
    font-size: 20px;
    font-weight: 600;
    text-align: unset;
    margin-bottom: 7px;
}

.add-info-right p {
    margin-bottom: 0;
}

.add-info-right p a {
    color: #212222;
}

/* .right-form-inner {
    background-color: #f4f4f6;
    padding: 40px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
} */

.form-heading h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.form-heading h5 span {
    color: #1c2436;
}

.form-heading h5 {
    font-size: 22px;
    line-height: 1.16;
    font-weight: 700;

    color: #0194c7;
    margin-bottom: 10px;
}

.form-heading h5 a {
    color: #0194c7;
}

.form-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #212529;
    max-width: 500px;
}

.contact-us-right .form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.contact-us-right .form-field {
    padding: 7px;
    width: 50%;
    margin-bottom: 0;
}

.contact-us-right .form-field.full {
    width: 100%;
}

.contact-us-right .form-field input,
.contact-us-right .form-field textarea {
    font-size: 16px;
    color: #20252d;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #c7c7c7;
    padding: 0px 15px;
    border-radius: 5px;
    background-color: #f4f4f6;
}

.contact-us-right .form-field textarea {
    padding: 15px;
    height: 145px;
}

.contact-us-right .submit-btn input {
    border: unset;
    width: max-content;
}

.contact-us-right .submit-btn {
    margin-top: 10px;
}

.map,
.map iframe {
    height: 450px;
}

.product-pagination {
    margin-top: 60px;
}

.product-pagination .pagination-sm .page-link {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #212222;
}

.product-pagination .page-item.active .page-link,
.product-pagination .page-link:hover {
    background-color: #df8935;
    border-color: #df8935;
    color: #fff;
}

.our-client-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.our-client-flex .client-block {
    width: 20%;
    padding: 15px;
        height: 200px;
}

.our-client-flex .client-block img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
    transition: .3s;
}

.our-client-flex .client-block:hover img{
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .21);
}

.product-detail-left,
.product-detail-right {
    width: 50%;
}

.product-detail-left {
    height: 300px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
     cursor: zoom-in;
     border-radius: 10px;
}

.product-detail-right {
    padding-left: 70px;
}

.product-detail-right h2 {
    font-size: 40px;
    font-weight: 800;
    color: #212222;
    margin-bottom: 7px;
}


.product-detail-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
     color: #212222;
    margin-bottom: 10px;
}

.product-detail-main .container-main {
    max-width: 1070px;
    margin: 0 auto;
}

.product-detail-right button {
    background-color: #df8935;
    width: max-content;
    height: 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    text-transform: uppercase;
    margin-top: 20px;
}

.product-detail-right button:hover {
    color: #fff;
}

.btn-check:focus+.btn,
.btn:focus,
.btn-close:focus {
    box-shadow: unset;
}

.product-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-modal .submit-btn input {
    background-color: #df8935;
    color: #fff;
}

.product-modal .modal-header h5 {
    margin-bottom: 0;
    text-align: unset;
    font-weight: 700;
}

.product-modal .btn-close {
    opacity: 1;
}

.product-detail-left img {
    border-radius: 10px;
}