* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

body {
    background : url("../images/partap-background.webp");
}

.mainheading {
    height: 60px;
    margin: 18px 0 14px 0;
}

.footer {
    background: #7d0b03;
}

.footer .row1 p {
    color: white;
}

.contactData h3 {
    color: #7d0b03;
}

.contactData p {
    font-size: 22px;
}

.contactData {
    border-bottom: 2px solid #7d0b03;
    border-bottom-style: dashed;
}

.contactData2 {
    border-bottom: 2px solid #7d0b03;
    border-bottom-style: dashed;
}

.contactData2 p {
    font-size: 23px;
    margin: 0;
    padding: 12px 0 12px 0;
}

.contactData2 p a {
    text-decoration: none;
    color: #212529;
}

.contactform input {
    width: 100%;
    padding: 18px 0px 18px 13px;
    border: 1px solid #80808045;
    border-radius: 14px;
    font-size: 17px;
    outline: none;
    color: #808080ab;
}

.contactform textarea {
    width: 100%;
    padding: 18px 0px 18px 13px;
    border: 1px solid #80808045;
    border-radius: 20px;
    font-size: 17px;
    outline: none;
    color: #808080ab;
}

.contactform p {
    font-size: 23px;
}

.data i {
    font-size: 27px;
    color: white;
    margin: 16px 6px 0 0;
}

.contactform button {
    border: none;
    outline: none;
    width: 25%;
    background: #7d0b03;
    font-size: 20px;
    outline: none;
    padding: 14px 0 14px 0;
    color: white;
    border-radius: 32px;
}

.dealerform input {
    width: 100%;
    padding: 17px 0px 18px 15px;
    border: 1px solid black;
    border-radius: 37px;
    font-size: 16px;
    outline: none;
    color: #808080ab;
}

.footer {
    background: #7d0b03;
}

.row1 {
    padding: 20px 0 20px 0;
}

.footer .row1 p {
    color: rgb(248, 232, 232);
    font-size: 14px;
    margin: 0;
    padding: 5px 0 5px 0;
}

.footer .row1 a {
    color: rgb(248, 232, 232);
    text-decoration: none;
}

.row1 .sideborder {
    border-right: 1px solid #cca09d;
}

.row2 {
    padding: 21px 0 21px 0;
}

.footer .row2 p {
    color: rgb(245, 237, 237);
    font-size: 15px;
    margin: 0;
}

.footer .row2 a {
    text-decoration: none;
}

.row2 .sideborder {
    border-right: 1px solid #cca09d;
}

.row2 span {
    font-size: 16px;
    font-weight: bold;
    color: #df9c20;
}

.footerend {
    background-color: #ec3237;
    padding: 22px 21px 22px 21px;
}

.footerend p {
    color: white;
    font-size: 13px;
    margin: 0;
}

.data {
    margin: 0 0px 0 25px;
}

.logo {
    margin: 4px 0px 0px 0px;
}

.logo i {
    font-size: 36px;
    color: white;
}

.logo p {
    color: #df9c20 !important;
}

.productData {
    padding: 29px 14px 25px 14px;
}

.productData img {
    border: 2px solid #903c34;
}

.productData h4 {
    padding: 20px 0 30px 0;
    border-bottom: 1px solid rgba(32, 30, 30, 0.514);
}

.endhead {
    border-bottom: none !important;
}

.aboutProduct p {
    font-size: 24px;
}

.abouthead {
    text-align: center;
}

.abouthead h5 {
    font-weight: bold;
    color: #7d0b03;
}

.abouthead p {
    font-weight: bold;
    color: #7d0b03;
}

.aboutdata p {
    font-size: 18px;
    color: black;
    line-height: 2;
}

.printdata {
    text-align: center;
}

.modal-target {
    cursor: pointer;
}

.modal-target:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: 25%;
    opacity: 1 !important;
    max-width: 1200px;
}

.modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
}

.modal-content, .modal-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-atransform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.modal-close:hover, .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.headmar {
    margin-top: -50px;
}

.headnavpad {
    padding-left: 30px;
}

.headbackimg {
    z-index: 99;
    height: 132px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.header {
    position: relative;
}

.dropbtn {
    background-color: #4caf5000;
    color: white;
    padding: 0px 0px 0 0px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 78px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    margin: 0px 0px 0px -6px;
    background: linear-gradient(180deg, #7d0b03, #000000d1);
}

.dropdown-content a {
    color: white;
    padding: 1px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #df9c20;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.owl-item {
    width: 128.906px;
    margin-right: 10px;
    background: powderblue;
}

.audioBox {
    border: 1px solid rgba(128, 128, 128, 0.425);
    border-radius: 12px;
    position: relative;
    background: white;
}

.audioBox i {
    font-size: 56px;
    color: #e6e6e6;
    margin: 65px 0 70px 0;
}

.audioData {
    position: absolute;
}

.audioBox .audioData p {
    margin: 9px 1px 0px 7px;
    font-size: 10px;
    font-weight: bold;
}

.audioBox .audioData .adata1 {
    float: right;
    padding: 0;
    margin: 7px 10px 0px 115px;
    font-size: 20px;
    color: #7d0b03
}

.dealerSelect {
    padding: 20px;
    border-radius: 39px;
    border-radius: 1px solid black;
    border: 1px solid black;
    width: 100%;
}

.form-select:focus {
    border-color: black;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.productData img {
    height: 258px;
    background: white;
    padding: 15px;
}

.intro {
    background: #ffebb3;
}

.introdata .brandname {
    width: 426px;
}

.introdata p {
    font-size: 17px;
    padding: 3px 26px 3px 26px;
    font-weight: bold;
}

.introimg {
    padding: 19px 0px 25px 31px;
}

.introimg img {
    height: 80px;
}

.prodctpresentation {
    background: #fad577;
}

.prodctpresentation h1 {
    padding: 30px 0 7px 0;
    color: #7d0b03;
    font-weight: bolder;
}

.prodctpresentation img {
    padding: 0 0 25px 0;
}

.header {
    z-index: 99;
}

.minilogo {
    font-family: 'Font Awesome 5 Pro';
    font-style: italic;
    text-transform: uppercase;
    margin: 0 7px 0px 0px;
    font-weight: bold;
    color: #2f11a5;
    text-shadow: 2px 2px white;
}

@media only screen and (max-width: 768px) {
    .row2 {
        padding: 21px 0 21px 0;
        text-align: center;
    }

    .footerend {
        margin-bottom: 60px;
    }

    .footerend p {
        text-align: center;
    }

    .row2 .sideborder {
        display: inline-block !important;
    }

    .footer .row2 p {
        color: rgb(245, 237, 237);
        font-size: 19px;
        margin: 0;
    }

    .row2 span {
        font-size: 25px;
        font-weight: bold;
        color: #df9c20;
    }

    .row1 .sideborder {
        border: none;
    }

    .row2 .sideborder {
        border: none;
    }

    .socialsection {
        display: inline-block !important;
    }
}

@media (max-width: 869px) {
}

@media screen and (min-device-width: 768px) and (max-device-width: 975px) {
    .footer .row1 p {
        color: rgb(248, 232, 232);
        font-size: 10px;
        margin: 0;
        padding: 5px 0 5px 0;
    }

    img#modal-content {
        width: 80%;
    }

    .footer .row2 p {
        color: rgb(245, 237, 237);
        font-size: 11px;
        margin: 0;
    }

    .logo i {
        font-size: 28px;
        color: white;
    }

    .data i {
        font-size: 17px;
        color: white;
        margin: 16px 7px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .headmar {
        margin-top: -50px;
    }

    .logo {
        width: 115px;
    }

    .headbackimg {
        height: 115px;
    }

    .radio {
        margin-top: 150px;
    }

    .carousel {
        position: relative;
        margin: 74px 0 0 0 !important;
    }

    img#modal-content {
        width: 80%;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .headnavpad {
        position: fixed;
        top: -10px;
    }

    .navtopbarfix {
        position: fixed;
        width: 80%;
        left: 45px;
        top: 95px;
    }

    .headmar .tog {
        right: 10px;
        position: fixed;
        top: 20px;
        border: 1px solid white;
    }

    .headmar span {
        color: white;
    }

    .nav-bar {
        margin: 11px 0 11px 0;
    }

    .navbar-nav {
        background: #e59a2b;
        text-align: center;
    }

    .navbar-nav a {
        color: white;
        text-decoration: none;
        color: #7d0b03 !important;
        font-size: 15px;
        font-weight: bold;
    }

    .navbar-nav button {
        font-size: 13px;
        font-weight: bold;
        color: #7d0b03 !important;
    }

    .dropdown-content .content {
        color: #e59a2b !important;
        padding: 6px 6px 6px 6px;
    }

    .mainBanner {
        margin: 15px 0 0 0;
    }

    .mainheading {
        height: 50px;
        margin: 18px 0 14px 0;
    }
}

.navbartopbarfix {
    margin: 0 0px 7px 0;
}

.carousel {
    position: relative;
    margin: -65px 0 0 0;
}

.locaterdetail {
    height: 220px;
    overflow: hidden;
}

.locaterdetail i {
    color: #7d0b03;
}

.locaterdetail p {
    font-size: 14px;
}

.locaterdetail .shopname {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.locaterdetail a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.footerend a {
    color: white;
    text-decoration: none;
}

.footerend a:hover {
    color: white;
}

.buyNow{
    background: #7d0a02;
    text-align: center;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid;
    box-shadow: 2px 2px 4px #302929;
}
.buyNow a{
    color: white;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Lato';
}
.buyNow:hover{
    background: #d1803e;
    border: 1px solid #7d0a02;
    box-shadow: inset 3px 3px 4px black;
}

@media only screen and (max-width: 575px) {
    .locaterdetail {
        height: 260px;
        overflow: hidden;
    }

    .locaterdetail p {
        font-size: 17px;
        text-align: center;
    }
    .buyNow a{
        font-size: 19px;
    }
}

.ben {
    color: #7d0b03;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
}

.digsu {
    list-style: none;
}

.digsu i {
    color: #7d0b03;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/hamburger.webp");
}

@media only screen and (min-width: 1174px) {
    #mainn-head #bun {
        display:none;
    }

    #sidebar {
        display: none;
    }
}

@media only screen and (max-width: 1175px) {
    #navbarNav {
        display:none !important;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,.1);
        display: none;
    }

    #mainn-head #bun {
        position: absolute !important;
        top: 20px !important;
    }
}

#sidebar #mobile-nav ul .nav-item h3 a {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    margin: 0;
    text-shadow: 0px -2px #333;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item h4 a {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    color: #f1f1f1;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    text-shadow: 0px -2px #333;
}

.logo-min {
    background: #7d0b03;
}

.fix-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0px;
    z-index: 9;
}

.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.fix-footer p a img {
    width: 50px;
}

.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
}

@media only screen and (min-width: 320px) and (max-width:479px) {
    .fix-footer {
        display: block;
    }
}

.nav-bar a {
    font-size: 13px;
    text-decoration: none;
    margin: 0 15px;
    color: white;
}

.nav-bar a:hover {
    color: #f5bd27;
}

.nav-bar button {
    color: white;
    text-decoration: none;
    margin: 0 15px;
}

New Navbar Css #container {
    position: relative;
    left: 0;
    transition: left 300ms ease;
    display: none;
    width: 100%;
}

#container #content {
    position: relative;
    width: 100%;
    background: #404040;
    z-index: 1;
    float: left;
    overflow: hidden;
}

#container #content .left-burger {
    position: relative;
    width: 50%;
    float: left;
    background: transparent;
    z-index: 100;
}

#container #content .left-burger h2 {
    position: relative;
    z-index: auto;
}

#container #content .left-burger .triangle {
    width: 0;
    height: 0;
    border-top: solid #f1f1f1;
    border-right: solid transparent;
    border-left: none;
    border-bottom: none;
    position: absolute;
}

#container #content .right-slider {
    position: relative;
    width: 50%;
    float: left;
    background: transparent;
}

#container #content .right-slider h2 {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#main-nav {
    width: 100%;
    background: #333;
    position: fixed;
    z-index: 100;
    display: inline-block;
}

#main-nav .logo {
    padding: 20px 50px;
    margin: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    transition: opacity 200ms ease;
    position: relative;
}

#mainn-head #bun {
    position: fixed;
    cursor: pointer;
    right: 30px;
    top: 25px;
    background-image: url("../images/hamburger.webp");
    background-size: cover;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

#main-nav #bun .mmm-burger {
    position: relative;
    width: 25px;
    margin: 18px 7px 0;
    height: 3px;
    background: #fff;
}

#main-nav #bun .mmm-burger:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    right: 0;
    top: -8px;
}

#main-nav #bun .mmm-burger:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    right: 0;
    top: 8px;
}

#main-nav #bun:before {
    content: '';
    top: -10px;
    left: -45px;
    width: 30px;
    height: 75px;
    position: absolute;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(25deg);
    transition: left 300ms linear 50ms, opacity 20ms linear;
}

#main-nav #bun:hover:before {
    opacity: 1;
    left: 100px;
}

#sidebar {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 300px;
    background: #404040;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    left: -300px;
    top: 0;
    transition: left 300ms ease;
}

#sidebar #mobile-nav .mobile-logo {
    color: white;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    margin: 0;
    opacity: 0;
    transition: opacity 1500ms ease;
}

#sidebar #mobile-nav ul {
    margin: 0;
    padding: 4px 0;
    padding-top: 0px;
}

#sidebar #mobile-nav ul .nav-item {
    position: relative;
    border-top: 0px solid trandsparent;
    border-bottom: 0px solid trandsparent;
    float: left;
    list-style: none;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid #e7e3d9;
    border-bottom: 1px solid #e3e0da;
    overflow: hidden;
    cursor: pointer;
    transform: scale(0.75, 0.75);
    opacity: 0;
    transition: left 300ms linear 2s, opacity 100ms ease-in 600ms;
    transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
    transition: border-top 40 ease 0ms, border-bottom 40 ease 0ms, box-shadow 150 ms ease-in;
}

#sidebar #mobile-nav ul .nav-item:hover {
    box-shadow: 0 0px 12px 3px #333;
    z-index: 100;
}

#sidebar #mobile-nav ul .nav-item:hover:after {
    color: #fff;
}

#sidebar #mobile-nav ul .nav-item h3 {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding: 15px 25px;
    margin: 0;
    text-shadow: 0px -2px #333;
}

#sidebar #mobile-nav ul .nav-item:first-child {
    border-top: 6px solid #edbe4a;
    margin-top: -1px;
}

#sidebar #mobile-nav ul .nav-item:first-child:hover {
    box-shadow: 0 4px 16px 0px #333 !important;
}

#sidebar #mobile-nav ul .nav-item:last-child {
    border-bottom: 1px solid #333;
}

#sidebar #mobile-nav ul .nav-item:last-child:hover {
    box-shadow: 0 -4px 16px 0px #333 !important;
}

#sidebar #mobile-nav ul .sub-nav {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item {
    position: relative;
    float: left;
    list-style: none;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #333;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover h4 {
    color: #fff;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item h4 {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    color: #f1f1f1;
    padding: 11px 20px 10px 40px;
    margin: 0;
    text-shadow: 0px -2px #333;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:first-child {
    border-top: none;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:last-child {
    border-bottom: none;
}

.nav-slide {
    left: 0 !important;
}

.nav-slide #mobile-nav .mobile-logo {
    opacity: 1 !important;
}

.body-slide {
    left: 300px !important;
}

.body-slide #main-nav .logo {
    opacity: 0 !important;
}

.item-slide {
    transform: scale(1, 1) !important;
    opacity: 1 !important;
}

.scroll-jam {
    height: 100%;
    overflow-y: hidden;
}

.arrowed:after {
    content: '+';
    width: 25px;
    height: 25px;
    position: absolute;
    color: #eab849;
    right: 6px;
    font-size: 26px;
    top: 9px;
}

.selected {
    box-shadow: 0 0 12px 3px #333 !important;
}

.selected:after {
    content: "_";
    width: 25px;
    height: 25px;
    position: absolute;
    color: #f1f1f1;
    right: 4px;
    font-size: 20px;
    top: 4px;
}
