:root {
    --grey: #F2F2F2;
    --red: #D40303;
    --yellow: #FFEB64;
    --light-yellow: #f7ffb1;
    --black: black;
    --text-shadow: #bfbfbf;
    --dark: #292929;
    --product-fill-color-1: #292929;
    --product-fill-color-2: #FFE4E4;
    --product-fill-color-3: #EEEEEE;
    --product-fill-color-4: #E0E1FF;
    --product-fill-color-5: #FFE4E4;
    --product-fill-color-6: #EEEEEE;
    --product-fill-color-7: #ffffe4;
    --product-fill-color-8: #f3e4ff;
    --product-fill-color-9: #e4fffc;
    --product-fill-color-10: #feffbc;
}

body {
    overflow-x: hidden;
}
/*  Header Section  starts */

nav {
    min-width: 100% !important;
    padding: 0px !important;
}

nav .container-fluid {
    padding: 0px;
}

.navbar-brand img {
    height: 55px;
    padding-left: 50px;
}


.nav-link {
    color: black !important;
    margin-left: 10px;
    margin-right: 50px;
}

.nav-link.active {
    color: white !important;
    display: block;
    padding: 10px 20px !important;
    position: relative;
    z-index: 1;
}

ul.navbar-nav {
    background: var(--grey);
    padding: 10px;
    position: relative;
}

ul.navbar-nav::before {
    content: "'";
    color: transparent;
    position: absolute;
    width: 10px;
    height: calc(100% - 10px);
    left: -25px;
    top: 0px;
    background-color: #D40303;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

ul.navbar-nav::after {
    content: "'";
    color: transparent;
    position: absolute;
    width: 40px;
    height: 100%;
    left: -20px;
    top: 0px;
    background-color: var(--grey);
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

ul .nav-border {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: -5px;
    background-color: #000;
    z-index: 10;
}

.nav-link.active::after {
    content: "'";
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 3px;
    background-color: black;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

@media (max-width: 992px) { 
    .navbar-toggler {
        background-color: #000;
        color: white!important;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 12pt;
        margin-right: 20px;
        box-shadow: 0px 0px 8px #888888;
    }
    .nav-link {
        margin-right:10px;
    }
    .nav-link.active {
        background-color: #000;
    }
    ul.navbar-nav::before, ul.navbar-nav::after,.nav-link.active::after {
        display:none;
    }
    .navbar-brand img {
        padding-left: 20px;
    }
}


/*  Header Section  Ends */

/* Hero Seciton Starts */

.hero-section {
    background-color: white;
    /* min-height: calc(100vh - 71px); */
    display: flex;
    margin-top: 65px;
}

.hero-section .left {
    width: calc(100% - 500px);
    padding-left: 100px;
    padding-right: 100px;
}

.hero-section .left h1 {
    text-shadow: 3px 3px 8px var(--text-shadow);
}

.hero-section .left .box {
    width: 450px;
    background: #fff5f5;
    border-radius: 10px;
    /* box-shadow: 3px 3px 11px var(--text-shadow); */
    border: 1px solid var(--grey);
    position: relative;
    margin-top: 120px !important;
    text-shadow: 3px 3px 8px var(--text-shadow);
}

.hero-section .left .box .girl {
    height: 100px;
    position: absolute;
    top: -92px;
}

.hero-section .right {
    width: 500px;
    background-color: black;
    height: 600px;
    /*calc(100vh - 100px);*/
    position: relative;
    background: url('../img/hero-right-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.hero-section .right .circle {
    width: 350px;
    background-color: #FFEB64;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    right: 320px;
    top: 100px;
    text-align: center;
}

.hero-section a.btn {
    text-shadow: none!important;
}
.hero-section .right .circle img {
    height: 140px;
    margin-top: 90px;
}

.feature {
    background-color: var(--black);
    width: 100px;
    padding: 5px;
    position: absolute;
    color: white;
}

.feature::before {
    content: "'";
    color: transparent;
    position: absolute;
    width: 30px;
    height: 100%;
    left: -29px;
    top: 0px;
    background-color: black;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.feature::after {
    content: "'";
    color: transparent;
    position: absolute;
    width: 30px;
    height: 100%;
    right: -29px;
    top: 0px;
    background-color: black;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.feature-end {
    content: "'";
    position: absolute;
    width: 40px;
    height: 100%;
    right: -60px;
    top: 0px;
    background-color: var(--red);
    transform: skew(319deg);
    -webkit-transform: skew(319deg);
}

.feature-1 {
    top: 80px;
    left: -80px;
}

.feature-2 {
    top: 140px;
    left: -95px;
}

.feature-3 {
    top: 196px;
    left: -120px;
    width: 130px;
}

.circle .description {
    border-radius: 20px;
    background-color: var(--dark);
    color: var(--light-yellow);
    padding: 20px;
    position: absolute;
    bottom: -65px;
    right: -45px;
    font-size: 14pt;
    font-weight: bold;
}

.circle-wire {
    height: 120px !important;
    position: absolute;
    bottom: -20px;
    left: -10px;
}

@media (max-width: 1375px) { 
    .hero-section .circle {
        transform: scale(0.8);
    }
    /* .hero-section .right {
        width: calc(500px - 10%);
    }

    .hero-section .left {
        width: calc(100% + calc(500px + 10%));
    } */
}
/* @media (max-width: 1276px) { 

    .hero-section .circle {
        transform: scale(0.7)!important;
        right:260px!important;
    }
    .hero-section .right {
        width: 400px;
    }

    .hero-section .left {
        padding-left:55px;
        width: calc(100% - 400px);
    } 
} */

@media (max-width: 1276px) { 

    .hero-section .circle {
        transform: scale(0.9)!important;
        right:145px!important;
    }
    .hero-section .right {
        width: 400px;
    }

    .hero-section .left {
        width: calc(100% - 400px);
    }
}

@media (max-width: 1170px) {  
    .hero-section .circle {
        transform: scale(0.8)!important;
        right:145px!important;
    }
    .hero-section .right {
        width: 350px;
    }

    .hero-section .left {
        width: calc(100% - 350px);
    }
}

@media (max-width: 1128px) {  
    .hero-section .circle {
        transform: scale(0.8)!important;
        right:115px!important;
    }
    .hero-section .right {
        width: 280px;
    }

    .hero-section .left {
        width: calc(100% - 280px);
    }
}
/* @media (min-width: 992px) and (max-width: 1100px) {  
    .hero-section .circle {
        transform: scale(0.8)!important;
        right:75px!important;
    }
    .hero-section .right {
        width: 220px;
    }

    .hero-section .left {
        width: calc(100% - 200px);
    }
} */
/* @media (max-width: 1100px) {  
    .hero-section .right {
        display: none;
    }
    .hero-section .left .box {
        width: 100%;
    }
    .hero-section .left {
        width: 100%;
        padding-left:20px;
        padding-right: 20px;
    }
} */
/* Hero Section Ends */

/* products section */

section.products {
    background-color: #fcfff1;
}

.fit-content {
    width: fit-content !important;
}

.product {
    width: 350px !important;
    position: relative;
    cursor: pointer;
}

.product b {
    font-size: 14pt;
}


.wire {
    width: 6px;
    height: 150px;
    margin: 0 auto;
    background: #404040;
}

/* Bulb Common Style Start */

.bulb-box {
    transform: scale(0.5);
    width: 150px;
    position: absolute;
}

.blub {
    position: relative;
}

.holder {
    width: 50px;
    height: 30px;
    background: #404040;
    margin: 0 auto 5px;
}

.glass {
    position: relative;
    height: 100px;
    position: relative;
    height: 100px;
    width: 100px;
    background: #ffdd65;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 120px #ffdd65;
}

.tungsten_filament {
    clip-path: polygon(51% 41%, 0% 100%, 100% 100%);
    width: 20px;
    height: 20px;
    background: black;
    margin: 0 auto;
}

/* Bulb Common Style End */

.product-1 {
    height: 410px;
    background-color: var(--product-fill-color-1);
}

.product-1 img {
    height: 180px;
    position: absolute;
    top: 45px;
    left: 20px;
}

.product-1 .info-box {
    bottom: 10px;
    position: absolute;
    padding: 30px;
}


.product-1 .bulb-box {
    top: -71px;
    right: -25px;
}

.product-2 {
    height: 400px;
    background-color: #e3f6e9;
}

.product-2 img {
    height: 180px;
    position: absolute;
    top: 20px;
    left: -40px;
}

.product-2 .info-box {
    bottom: 10px;
    position: absolute;
    padding: 30px;
    color: var(--black) !important;
}

.product-2 .bulb-box {
    top: -71px;
    right: -25px;
}

.product-2 .bulb-box .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #599056 !important;
}

.product-2 .bulb-box .tungsten_filament {
    background-color: #599056 !important;
}


.product-3 {
    height: 400px;
    background-color: var(--product-fill-color-3);
}

.product-3 img {
    height: 180px;
    position: absolute;
    top: 20px;
    left: -40px;
    transform: scaleX(-1);
}

.product-3 .info-box {
    bottom: 10px;
    position: absolute;
    padding: 30px;
    color: var(--black) !important;
}

.product-3 .bulb-box {
    top: -71px;
    right: -25px;
}

.product-3 .bulb-box .glass {
    background-color: #e7e8f8 !important;
    box-shadow: 0px 0px 120px #0014ff !important;
}

.product-3 .bulb-box .tungsten_filament {
    background-color: #0014ff !important;
}

.product-4 {
    height: 400px;
    background-color: #FFEFFC;
}

.product-4 img {
    height: 140px;
    position: absolute;
    bottom: 67px;
    left: -20px;
    transform: scaleX(-1);
}

.product-4 .info-box {
    padding: 30px;
    color: var(--black) !important;
}

.product-4 .bulb-box {
    bottom: -90px;
    right: 13px;
    transform: rotate(180deg) scale(0.5);
}

.product-4 .bulb-box .glass {
    background-color: #f8e7e7 !important;
    box-shadow: 0px 0px 120px #ff2f2f !important;
}

.product-4 .bulb-box .tungsten_filament {
    background-color: #ff2f2f !important;
}

.product-4 .bulb-box .wire {
    height: 225px;
}


.product-5 {
    height: 450px;
    background-color: #e0deff;
}


.product-5 img {
    height: 190px;
    position: absolute;
    bottom: 100px;
    right: 20px;
    transform: scaleX(-1);
}

.product-5 .info-box {
    padding: 30px;
    color: var(--black) !important;
}

.product-5 .bulb-box {
    bottom: -90px;
    left: -16px;
    transform: rotate(180deg) scale(0.5);
}

.product-5 .bulb-box .glass {
    background-color: #d0e2ff !important;
    box-shadow: 0px 0px 120px #255cb6 !important;
}

.product-5 .bulb-box .tungsten_filament {
    background-color: #255cb6 !important;
}

.product-5 .bulb-box .wire {
    height: 180px;
}


.product-6 {
    height: 560px;
    background-color: var(--product-fill-color-6);
}

.product-6 img {
    height: 215px;
    position: absolute;
    top: 90px;
    left: 15px;
}

.product-6 .info-box {
    bottom: 10px;
    position: absolute;
    padding: 30px;
    color: var(--black) !important;
}

.product-6 .bulb-box {
    top: -71px;
    right: -25px;
}

.product-6 .bulb-box .glass {
    background-color: #f1f1f1 !important;
    box-shadow: 0px 0px 120px #323232 !important;
}

.product-6 .bulb-box .tungsten_filament {
    background-color: #323232 !important;
}

.product-7 {
    height: 600px;
    background-color: var(--product-fill-color-4);
}

.product-7 img {
    height: 136px;
    position: absolute;
    bottom: 220px;
    right: 20px;
}

.product-7 .info-box {
    padding: 30px;
    color: var(--black) !important;
}

.product-7 .bulb-box {
    bottom: -95px;
    left: -16px;
    transform: rotate(180deg) scale(0.5);
}

.product-7 .bulb-box .glass {
    background-color: #d0e2ff !important;
    box-shadow: 0px 0px 120px #255cb6 !important;
}

.product-7 .bulb-box .tungsten_filament {
    background-color: #255cb6 !important;
}

.product-7 .bulb-box .wire {
    height: 250px;
}

.product-8 {
    width: 150px;
    height: 430px;
    background-color: var(--product-fill-color-8);
}

.product-8 img {
    height: 180px;
    position: absolute;
    top: -55px;
    left: 20px;
}

.product-8 .info-box {
    bottom: 65px;
    position: absolute;
    padding: 30px;
}


.product-8 .bulb-box {
    top: -97px;
    right: -25px;
}

.product-8 .bulb-box .glass {
    background-color: #ebebeb !important;
    box-shadow: 0px 0px 120px #9051ff !important;
}

.product-8 .bulb-box .tungsten_filament {
    background-color: #9051ff !important;
}

.product-8 .bulb-box .wire {
    height: 250px;
}

.product-9 {
    width: 150px;
    height: 550px;
    background-color: var(--product-fill-color-9);
}

.product-9 img {
    height: 200px;
    position: absolute;
    top: 45px;
    right: -50px;
}

.product-9 .info-box {
    bottom: 50px;
    position: absolute;
    padding: 30px;
    color: var(--black) !important;
}

.product-9 .bulb-box {
    top: -109px;
    left: -25px;
}

.product-9 .bulb-box .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #599056 !important;
}

.product-9 .bulb-box .tungsten_filament {
    background-color: #599056 !important;
}

.product-9 .bulb-box .wire {
    height: 300px;
}

.product-10 {
    width: 150px;
    height: 630px;
    background-color: var(--product-fill-color-10);
}

.product-10 img {
    height: 250px;
    position: absolute;
    top: 45px;
    right: -50px;
}

.product-10 .info-box {
    bottom: 120px;
    position: absolute;
    padding: 30px;
    color: var(--black) !important;
}

.product-10 .bulb-box {
    top: -109px;
    left: -25px;
}

.product-10 .bulb-box .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #ff0000 !important;
}

.product-10 .bulb-box .tungsten_filament {
    background-color: #599056 !important;
}

.product-10 .bulb-box .wire {
    height: 300px;
}


.row.fit-content {
    margin: 0 auto;
    position: relative;
}

.frame {
    clip-path: polygon(0% 0%, 10% 0%, 10% 89%, 100% 89%, 100% 100%, 0% 100%);
    height: 80px;
    width: 80px;
    position: absolute;
    z-index: 2;
}

.frame.red {
    background-color: var(--red);
}

.frame.black {
    background-color: var(--black);
}

.frame.frame-left.red {
    top: -10px;
    transform: rotate(270deg);
    left: -55px;
}

.frame.frame-right.black {
    top: 37px;
    transform: rotate(180deg);
    right: -8px;
}

.frame.frame-left.black {
    left: -8px;
    bottom: -8px;
}

.frame.frame-right.red {
    right: -55px;
    bottom: -55px;
    transform: rotate(90deg);
}

.show-on-sm {
    display: none;
}

@media (max-width: 1200px) {  
    .fit-content {
        width: 100%!important;
    }
    .col-sm-4.fit-content {
        flex-wrap: wrap;
        display: flex;
    }
    .col-sm-4.fit-content .product {
        flex: 1 0 50%;
        height: 410px;
    }

    .hide-on-sm {
        display: none;
    }

    .show-on-sm {
        display: inherit!important;
    }

    .product-2 img, .product-4 img {
        left:30px;
    }

    .product-5 img {
        bottom: 30px !important;
    }

    .product-6 img {
        top: 30px;
    }
    .product-7 img {
        bottom: 50px;
    }
    .product-8 img {
        top:auto;
    }  
    .product-9 img {
        top: 10px;
        right: 50px;
    }
    
    .product-9 .bulb-box,.product-10 .bulb-box {
        top: -97px;
    }
    .product-9 .bulb-box .wire, .product-10 .bulb-box .wire {
        height: 240px;
    }   
    .product-10 .info-box {
        bottom: 20px;
    }
    .product-10 img {
        top: 15px;
        right: 50px;
        height: 200px;
    }
}

.product-sm {
    display:none;
}
@media (max-width: 992px) { 
    .product-lg {
        display: none;
    }
    .product-sm {
        display: flex;
        padding-left:10px;
        padding-right:10px;
    }
    .product-sm img{
        width: 100px;
    }

    .pd-1 {
        background-color: var(--product-fill-color-1);
        color:white;
    }
    .pd-2 {
        background-color: var(--product-fill-color-2);
    }
    .pd-3 {
        background-color: var(--product-fill-color-3);
    }
    .pd-4 {
        background-color: var(--product-fill-color-4);
    }
    .pd-5 {
        background-color: var(--product-fill-color-5);
    }
    .pd-6 {
        background-color: var(--product-fill-color-6);
    }
    .pd-7 {
        background-color: var(--product-fill-color-7);
    }
    .pd-8 {
        background-color: var(--product-fill-color-8);
    }
    .pd-9 {
        background-color: var(--product-fill-color-9);
    }
    .pd-10 {
        background-color: var(--product-fill-color-10);
    }
}
@media (max-width: 992px) { 
    .frame {
        height: 40px;
        width: 40px;
    }
    .frame.frame-left.red {
        top: 28px;
        left: -7px;
    }
    .frame.frame-right.black {
        right: 6px;
        top: 44px;
    }
    .frame.frame-right.red{
        right: -7px;
        bottom: -17px;    
    }
    .frame.frame-left.black {
        left: 8px;
        bottom: -6px;   
    }
}

/* Product Section Ends */




/* Footer */

.text-small {
    font-size: 0.9rem;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
}

footer .form-control {
    background: #212529;
    border-color: #545454;
    color: white;
}

footer .form-control:focus {
    background: #212529;
    color: white;
}

footer {
    background: #000000;
}

.text-justify {
    text-align: justify;
}


/* About Us */

.aboutus-desc {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.aboutus-title {
    color: white;
    background-color: var(--red);
    padding: 5px 10px;
    display: inline-block;
    font-size: 14pt;
    box-shadow: 5px 10px 8px #888888;
}

.aboutus-desc h2 {
    position: absolute;
    top: -15px;
}

.mission {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    height: 100%;
}

.mission p {
    font-weight: bold;
}

.mission .aboutus-title {
    position: absolute;
    top: -15px;
    background-color: #000;
}


.quality {
    background: url('../img/man.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    background-position: center;
}

.quality .heading {
    height: 215px;
    background: rgba(0, 0, 0, 0.6);
    width: 200px;
    position: absolute;
    top: 0;
    left: 80px;
    margin: 0;
    padding: 0;
}

.quality .desc {
    width: 50%;
    margin: 0 auto;
}

.quality .desc .list {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.quality .heading h1 {
    background-color: #000;
    border-bottom: 5px solid var(--red);
    position: absolute;
    bottom: -8px;
    padding-bottom: 10px;
    padding-top: 10px;
}



.text-bold {
    font-weight: bold;
}


@media (max-width: 1200px) {  
    .aboutus .heading {
        height: auto;
        left: 35px;
    }
    .aboutus .heading h1{
        font-size: 14pt;
        position: relative;
        bottom:0px;
        margin-bottom: 0px;
    }
    .aboutus .desc {
        width: 100%;
    }
}

/* About Us End*/

.contactus {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    height: 100%;
}

.contactus p {
    font-weight: bold;
}

.contactus .aboutus-title {
    position: absolute;
    top: -15px;
    background-color: #000;
}


.contactus .form-control {
    border-color: #545454;
}

.about-main {
    background-color: #151515;
    border-radius: 20px;
    padding: 20px;
    color: white;
    position: relative;
}

.about-main .top-section {
    display: flex;
}

.about-main .top-section .left {
    width: 200px;
    margin-top: -65px;
    margin-left: 25px;
    margin-right: 75px;
}

.about-main .top-section .left img {
    border-radius: 20px;
    width: 250px;
}

.about-main .top-section .right {
    margin-right: 25px;
}

.about-main .hightlight {
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--yellow);
    font-size: 24pt;
    font-style: italic;
    text-align: center;
}

.about-main .square {
    width: 60px;
    height: 60px;
    background-color: #FFBBBB;
    right: 200px;
    top: -30px;
    transform: rotate(45deg);
    box-shadow: 5px 5px 10px black;
    position: absolute;
}

.about-main .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--yellow);
    box-shadow: 5px 5px 10px black;
    position: absolute;
    left: -30px;
    top: 250px;
}

@media (max-width: 992px) {  
    .about-main .left {
        display: none;
    }
    .right {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 576px) {  
    .about-main {
        border-radius: 0!important;
    }
   .square, .circle {
       display: none;
    }
    .about-main  .hightlight {
        font-size:14pt;
    }
}


.contact-main {
    background: url('../img/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
}

.contact-main .contact-form-main {
    background: white;
    border: 1px solid black;
    margin-top: -90px;
    border-radius: 20px;
    padding: 50px;
    width: 80%;
    float: right;
    position: relative;
    padding-bottom: 100px;
}

.contact-main .contact-form-main textarea {
    margin-bottom: 50px;
}

.contact-main .contact-form-main button {
    position: absolute;
    right: 0;
    background-color: black;
    border-radius: 0;
    padding-left: 80px;
    padding-right: 80px;
}

.contact-main .contact-form-main .line {
    position: absolute;
    right: 100px;
    width: 20px;
    height: 80px;
    background-color: black;
    top: 0;
}
.contact-main-sm {
    display: none;
}

@media (max-width: 992px) {  
    .contact-main {
        display: none;
    }
    .contact-main-sm {
        display: block;
    }
}


.btn-danger {
    background-color: var(--red);
}

.btn-dark {
    background-color: #000;
}

.color-1 {
    color: #FFEB64;
}

.color-2 {
    color: #64faff;
}

.color-3 {
    color: #ff7bb4;
}

.color-4 {
    color: #a755ff;
}

.color-5 {
    color: #64e8ff;
}

.our-products .box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.our-products .box img {
    padding-top: 40px;
    width: 200px;
}

.our-products .box h3 {
    background: black;
    padding: 10px;
    color: white;
    position: absolute;
    top: -35px;
    font-size: 12pt;
    box-shadow: 5px 10px 8px #888888;
}


.product-details {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-top: 120px !important;
    position: relative;
}

.product-details .product {
    margin-top: -50px;
    border-radius: 10px;
    border-radius: 20px;
    margin-right: 20px;
}

.product-details .product .callback-request {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    font-size: bold !important;
}

.product-details .product-desc {
    width: calc(100% - 400px);
}

.product-details .tech-details {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
}

.product-details .tech-details h3 {
    background: black;
    padding: 10px;
    position: absolute;
    top: -20px;
    font-size: 12pt;
    box-shadow: 5px 10px 8px #888888;
    color: white;
}

.product-details .tech-details .banner {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-details .tech-details .banner .banner-text {
    z-index: 2;
    position: relative;
}

.product-details-sm {
    display: none;
}

@keyframes mymove {
    0% {
        background-color: #ffdd65;
        box-shadow: 0px 0px 120px #ffdd65;
    }
    50% {
        background: #515151;
        box-shadow: 0px 0px 120px #515151;
    }
    100% {
        background: #ffdd65;
        box-shadow: 0px 0px 120px #ffdd65;
    }
}

.product-details .bulb-box .glass {
    animation: mymove 0.2s 6;
}

@media (max-width: 992px) { 
    .product-details .product {
        display: none;
    }
    .product-details .product-desc {
        width: 100%;
    }
    .product-details-sm {
        background-color: var(--product-fill-color-1);
        padding:20px;
        border-radius: 20px;
        display: block;
    }
    .product-details-sm img { 
        width: 200px;
    }
}

.cooling-tower-motor {
    width: 250px;
    height: auto!important;
    top: 76px!important;
}

#notificationDialog .modal-header {
    display:  block;
    text-align: center;
    border-bottom: 0px;
}

#notificationDialog .modal-footer {
    display:  block;
    text-align: center;
    border-top: 0px;
}
#notificationDialog .modal-body {
    display:  block;
    text-align: center;
}
#notificationDialog .modal-header .btn-close{
    position: absolute;
    right: 20px;
    top: 10px;
    background: white!important;
    color:black;
    opacity: 1;
    font-size: 20pt;
}

.hero-sm .hero-sm-right {
    background-color: black;
    position: relative;
    background: url('../img/hero-right-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 450px;
}

.hero-sm-container {
    background-color: white;
    min-height: 450px;
    width: 100%;
    overflow-x: hidden;
}

.hero-sm-container .circle-sm {
    width: 200px;
    background-color: #FFEB64;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    margin-top: 100px;
    margin-left: -100px;
    position: relative;
}

.hero-sm-container .circle-sm img{
    height: 80px;
    margin-top: 60px;
}

.hero-sm .title {
    margin-top:17px;
    background-color: #000;
    padding:10px;
    text-align: center;
    color:white;
    font-size: 12pt;
    font-weight: bold;
}


.feature-sm {
    background-color: var(--black);
    width: 95px;
    padding: 5px;
    position: absolute;
    color: white;
    font-size: 10pt;
}

.feature-sm::before {
    content: "'";
    color: transparent;
    position: absolute;
    width: 20px;
    height: 100%;
    left: -19px;
    top: 0px;
    background-color: black;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.feature-sm::after {
    content: "'";
    color: transparent;
    position: absolute;
    width: 20px;
    height: 100%;
    right: -19px;
    top: 0px;
    background-color: black;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.feature-sm-end {
    content: "'";
    width: 20px;
    height: 100%;
    right: -35px;
    top: 0px;
    background-color: var(--red);
    transform: skew(327deg);
    -webkit-transform: skew(327deg);
    position: absolute;
}
.feature-sm-1  {
    top: 35px;
    left: -90px;
}

.feature-sm-2  {
    top: 80px;
    left: -90px;
}
    
.feature-sm-3  {
    top: 125px;
    left: -90px;
}

.circle-wire-sm {
    height: 60px !important;
    position: absolute;
    bottom: -20px;
    left: -10px;
    z-index: 20;
}

.circle-sm .description-sm {
    border-radius: 10px;
    background-color: var(--dark);
    color: var(--light-yellow);
    padding: 20px;
    position: absolute;
    bottom: -60px;
    right: -35px;
    font-size: 10pt;
    font-weight: bold;
}

.circle-sm .description-sm p {
   margin-bottom:0px;
}

.left-content {
    margin-top:380px;
    text-align: center;
}

.sub-title {
    position: absolute;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    color: var(--light-yellow);
    font-weight: 500;
    width: 100%;
}
section.hero-sm {
    display: none;
}
@media (max-width: 1100px) { 
    section.hero-section {
        display: none;
    }
    section.hero-sm {
        display: block;
    }
}


/* Bulb Common Style Start */

.bulb-box-sm {
    position: absolute;
    top: 0;
    right: 20px;
}

.bulb-box-sm .wire {
    width: 6px;
    height: 50px;
    margin: 0 auto;
    background: #404040;
}

.bulb-box-sm .bulb {
    position: relative;
}

.bulb-box-sm .holder {
    width: 30px;
    height: 15px;
    background: #404040;
    margin: 0 auto 5px;
}

.bulb-box-sm .glass {
    position: relative;
    height: 50px;
    width: 50px;
    background: #ffdd65;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 120px #ffdd65;
}

.bulb-box-sm .tungsten_filament {
    clip-path: polygon(51% 41%, 0% 100%, 100% 100%);
    width: 10px;
    height: 10px;
    background: black;
    margin: 0 auto;
}

.pd-2 .bulb-box-sm .glass {
    background-color: #f8e7e7 !important;
    box-shadow: 0px 0px 120px #ff2f2f !important;
}

.pd-2 .bulb-box-sm .tungsten_filament {
    background-color: #ff2f2f !important;
}

.pd-3 .bulb-box-sm .glass {
    background-color: #ebebeb !important;
    box-shadow: 0px 0px 120px #9051ff !important;
}

.pd-3 .bulb-box-sm .tungsten_filament {
    background-color: #9051ff !important;
}

.pd-4 .bulb-box-sm .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #599056 !important;
}

.pd-4 .bulb-box-sm .tungsten_filament {
    background-color: #599056 !important;
}

.pd-5 .bulb-box-sm .glass {
    background-color: #f8e7e7 !important;
    box-shadow: 0px 0px 120px #ff2f2f !important;
}

.pd-5 .bulb-box-sm .tungsten_filament {
    background-color: #ff2f2f !important;
}

.pd-6 .bulb-box-sm .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #599056 !important;
}

.pd-6 .bulb-box-sm .tungsten_filament {
    background-color: #599056 !important;
}

.pd-7 .bulb-box-sm .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #ff0000 !important;
}

.pd-7 .bulb-box-sm .tungsten_filament {
    background-color: #599056 !important;
}

.pd-8 .bulb-box-sm .glass {
    background-color: #ebebeb !important;
    box-shadow: 0px 0px 120px #9051ff !important;
}

.pd-8 .bulb-box-sm .tungsten_filament {
    background-color: #9051ff !important;
}

.pd-9 .bulb-box-sm .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #599056 !important;
}

.pd-9 .bulb-box-sm .tungsten_filament {
    background-color: #599056 !important;
}


.pd-10 .bulb-box-sm .glass {
    background-color: #effff3 !important;
    box-shadow: 0px 0px 120px #ff0000 !important;
}

.pd-10 .bulb-box-sm .tungsten_filament {
    background-color: #ff0000 !important;
}

/* Bulb Common Style End */

@media (max-width: 992px) { 
    section.product-details {
        margin-top: 80px!important;
    }
}

section.product-details {
    max-width: 95%;
}