.top-banner-text {
    height: 700px;
}

.top-banner img {
    position: absolute;
    width: 100%;
    object-fit: initial;
    height: 725px;
}

.product-card-footer {
    justify-content: center;
    margin-bottom: 20px;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.nav-link {
    color: #495057 !important;
}
/* .nav-tabs .nav-link {
    width: 100%;
} */

.nav-tabs .nav-link.active {
    border-color: transparent !important;
    border-bottom: 4px solid #0076bf !important;
}

/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active */
.nav-item:active {
    border-bottom: 4px solid #0076bf;
}
.nav-item:visited {
    border-bottom: 4px solid #0076bf;
}

.top-banner-text img {
    width: 625px;
    height: 215px;
    margin-top: 10%;
    margin-left: 5%;
}

.icon p {
    font-size: 35px;
    font-family: Rift-Bold;
    text-align: left;
    margin-left: 1rem;
    margin-bottom: 0rem;
}

.icon {
    display: flex;
    justify-content: center;
}

.text {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: baseline;
    /* margin-left: 3rem; */
    padding: 1rem;
    /* margin-bottom: 2rem; */
    margin-top: 2rem;
}

.text img {
    width: 42px;
    height: 26px;
}

.column-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 35px;
    font-family: Rift-Demi;
    text-align: center;
    text-transform: uppercase;
    margin-left: 1rem;
}

.column-box p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 35px;
    font-family: Rift-Demi;
    text-align: center;
    text-transform: uppercase;
    margin-left: 1rem;
}

.modal-body p {
    width: 100%;
    height: 150px;
}

.modal-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 800px;
    height: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    justify-items: center;
    align-items: center;
}

.modal-header {
    border-bottom: none !important;
}

.modal-title {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

.modal-body-first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    justify-items: center;
    align-items: center;
    padding: 1rem;
}

.modal-body-second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    justify-items: center;
    align-items: center;
    padding: 1rem;
}

.link-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.link-box a {
    text-transform: lowercase !important;
    width: 550px;
    text-align: left;
    align-items: center;
    margin-left: 1rem;
    margin-top: 1rem;
}

.btn-second {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card {
    display: none;
    border: 0px none !important;
}

.btn-new img {
    width: 320px;
    height: 298px;
}

.btn-new:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.btn:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.nav-tabs .nav-link:hover {
    border: transparent !important;
    border-color: transparent !important;
}

.main-container {
    margin-top: 7%;
}

.modal-dialog {
    display: flex;
    justify-content: center;
}

.container-box {
    padding: 0 10%;
}

/* //product transfer css */
body {
    overflow-x: hidden;
}

.bio-container {
    position: relative;
    overflow: hidden;
}

.bio-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.sidebar-container {
    height: 100%;
    padding: 20px;
}

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

.sidebar-container li {
    margin-bottom: 10px;
}

.sidebar-container a {
    display: block;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}

.sidebar-container a:hover {
    background-color: #ddd;
}

.sidebar-container .submenu {
    display: none;
}

.sidebar-container .submenu li {
    margin-bottom: 5px;
    cursor: pointer;
}

.product_image {
    object-fit: contain;
}

.card-boxes {
    box-shadow: 5px 5px 5px 5px #888888;
}

.modal-body p {
    text-align: center;
}

/* New CSS */
.product-card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px !important;
    padding: 10px 10px;
}

.product-card-header img {
    width: 100%;
    height: 200px;
    border-radius: 7px;
    object-fit: contain;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 40px;
    /* height: 250px; */
}
.product-card-body ul {
    padding: 0px 10px;
}
.product-card-body h4 {
    align-self: center;
    white-space: nowrap;
}

/* .product-card-body p {
    font-size: 13px;
    margin: 0 0 40px;
} */
ul {
    /* min-height: 180px; */
    margin-top: 10px;
}

.know-more {
    text-decoration: underline;
    color: mediumblue;
    text-align: center;
    position: absolute;
    bottom: 15px;
    color: white;
    padding: 11px 16px;
    background-color: #007bff;
    border-radius: 5px;
    text-decoration: none;
    width: 90%;
}
.know-more:hover {
    text-decoration: none;
    background-color: #003cffc9;
    color: white;
}
/* //css by sandeep */
.card-header-style {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 1px -28px;
    border: 2px solid #008dd2 !important;
    border-radius: 7px !important;
}
.product_accordion_heading {
    text-align: center;
}
.product_arrow {
    position: absolute;
    left: 17vw;
}
.card_body_btn {
    box-shadow: 0 4px 6px -6px #a8a3a3;
    background-color: #008dd2bd !important;
    padding: 10px;
    color: white !important;
}
.card_body_btn:hover {
    color: white !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .top-banner img {
        position: absolute;
        width: 100%;
        object-fit: fill;
        height: 550px;
    }
    .top-banner-text {
        height: 500px;
    }
    .top-paragraph img {
        width: 100%;
        object-fit: cover;
        height: 578px;
    }
    .top-paragraph-heading img {
        width: 67px;
        height: 58px;
    }
    .paragraph-heading-text {
        font-size: 45px;
        font-family: Rochester, Regular;
        color: #0082ca;
    }
    .container {
        display: block;
        margin-top: 3rem;
    }
    .card {
        display: none;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
    }
    .modal-dialog {
        display: flex;
        justify-content: center;
    }
    .top-banner-text img {
        width: 500px;
        height: 210px;
        margin-top: 15%;
        margin-left: 5%;
    }
    .main-container {
        margin-top: 17%;
    }
}

@media only screen and (max-width: 768px) {
    .top-banner-text {
        height: 180px;
    }
    .top-banner img {
        width: 100%;
        height: 200px;
        margin: 0rem;
        object-fit: contain;
    }
    .top-banner-text img {
        width: 100%;
        height: 56px;
        margin-top: 4rem;
        margin-left: 0rem;
    }
    .nav {
        flex-direction: column;
        margin-left: 2rem;
    }
    .column-box p {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 25px;
        font-family: Rift-Demi;
        text-align: left;
        text-transform: none;
        margin-left: 1rem;
        width: 350px;
    }
    .text p {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 25px;
        font-family: Rift-Demi;
        text-align: left;
        text-transform: uppercase;
        margin-left: 1rem;
        width: 275px;
    }
    .text img {
        width: 38px;
        height: 20px;
    }
    .main-container {
        display: none;
    }
    .card {
        display: flex;
        position: relative;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        border: 0px none !important;
        background-color: #fff;
        background-clip: border-box;
    }
    .card-body {
        padding: 0rem;
    }
    .btn-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-decoration: none;
    }
    .btn-link {
        font-weight: 400;
        color: #242725;
        text-decoration: none !important;
    }
    .btn-link p {
        display: flex;
        align-items: center;
        font-size: 30px;
        font-weight: 400;
        font-family: Rift-Bold;
        /* height: 80px;
            width: 250px; */
        margin-left: 1rem;
        margin-bottom: 0rem;
        color: #242725;
    }
    .card-header {
        background-color: rgb(255, 255, 255) !important;
        /* border-bottom: 0px none !important; */
        border-radius: none !important;
        margin-bottom: 2rem;
        /* box-shadow: none; */
    }
    .card-header h5 {
        align-items: center;
        justify-content: space-between;
        margin-right: 2rem;
    }
    .btn-new img {
        width: 289px;
        height: 269px;
    }
    .btn-new p {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 25px;
        font-family: Rift-Demi;
        text-align: left;
        text-transform: none;
        margin-left: 1rem;
    }
    .modal-box {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 390px;
        height: 900px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0.3rem;
        outline: 0;
    }
    .link-box a {
        text-transform: lowercase !important;
        width: 250px;
        text-align: left;
        align-items: center;
        margin-left: 1rem;
        margin-top: 1rem;
    }
    .btn-link:focus {
        box-shadow: none !important;
        border-color: transparent;
    }
    .nav-tabs .nav-link:hover {
        border: transparent !important;
        border-color: transparent !important;
    }
    .modal-body {
        display: block;
        justify-content: center;
        text-align: center;
        justify-items: center;
        align-items: center;
    }
    .modal-body p {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 17px;
        font-family: Avenir-Medium;
        text-align: left;
        text-transform: none;
        margin-bottom: 2rem;
        margin-left: 0rem;
    }
    .modal-footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start !important;
        margin-bottom: 3rem;
    }
    .modal-backdrop.show {
        opacity: 0 !important;
    }

    /* //product transfer css */
    /* mobile navbar */
    .sidebar {
        margin: 0 auto;
        text-align: center;
    }

    .main-content {
        margin-top: 30px;
    }

    #product_card {
        place-content: center;
    }

    .card-boxes {
        box-shadow: 5px 5px 5px 5px #888888;
    }

    /* //css by sandeep */
    .card-header-style {
        margin: 0vw 5vw;
    }
    .product_arrow {
        left: 75vw;
    }
    .know-more {
        text-align: center;
    }
}
.product-card-body ul {
    list-style: initial !important;
}

/* Slideshow container */
.product-slideshow-container {
    position: relative;
  }
  
  .product-slideshow-container .productSlides {
    display: none;
  }
  .product-slideshow-container .productSlides img{
    /* height: 20rem; */
    width:100%;
    /* object-fit: contain; */
    object-fit: cover;
  }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    /* margin-top: -22px; */
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(220, 217, 217, 0.941);
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 10px;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }


  @media (max-width:768px) {
      /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 12px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    /* background-color: rgba(128, 128, 128, 0.341); */
  }
  
  .next {
    right: 10px;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
    
  }

