.pop-up {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease-in-out;
}

.pop-up.open {
    opacity: 1;
    pointer-events: all;
}

body.modal-open {
    overflow: hidden;
}
#step-title
{
    color: #F05125;
    position: absolute;
    margin-top: -72px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }

.close {
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    cursor: pointer;
    position: absolute;
    top: 25px;
    z-index: 99;
    border-radius: 100px;
    padding: 2px 12px;
    background: red;
    right: 15px;
    opacity: 1;
}

.content .product-img {
    height: 550px;
    width: 650px;
    background-color: #000;
    padding: 0;
    overflow: hidden;
}

.product-img img {
    position: absolute;
    height: inherit;
    width: 100%;
}

.content .product-desc {
    height: 600px;
    width: 400px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(550deg, #ffffff 0%, #d7e1ec 100%);
    overflow: scroll;
}

.content .product-desc::-webkit-scrollbar {
    display: none;
}

.line {
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.11);
}

.social-icon .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.social-icon .facebook:hover {
    background-color: rgb(78, 40, 216) !important;
}

.social-icon .icon:hover i {
    color: #ffffff;
}

.social-icon .insta:hover {
    background-color: rgb(209, 75, 191) !important;
}

.social-icon .whatsapp:hover {
    background-color: rgb(97, 233, 109) !important;
}

.social-icon .pin:hover {
    background-color: rgb(231, 59, 59) !important;
}


.icon i {
    color: black;
}

.releted-img .block1 {
    height: 110px;
    width: 80px;
    cursor: pointer;
    padding: 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.releted-img .block1 img {
    width: 100%;
    height: 100%;
}

/* .margin-t-10 {
    margin-top: 4.5rem !important;
} */

.bg-blue {
    color: blue;
}

.marginT-10 {
    margin-top: 1.3rem;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
margin-bottom: 20px; 
background-color: #0009;
background-color: rgba(0,0,0,0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel{
    top: 88px;
}

.carousel-caption h1,h2,h3,h4,h5{
    color: #fff;
}