.container {
    margin-top: 0px;
    min-height: calc(100vh - 150px);
}

.bLines {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bLines .line {
    height: 15px;
    width: 7vw;
    background: rgba(0,0,0,0.1);
}

.vWallpaper {
    margin-top: 0px;
    height: 400px;
    width: 100%;
    position: relative;
}

.vWallpaper video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    border-radius: 0px 0px 10px 10px;
}

.vWallpaper .morePhotos {
    position: absolute;
    bottom: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 60%, rgba(0,0,0,0) 100%);
    text-align: center;
}

.vWallpaper .morePhotos button {
    position: relative;
    top: -17px;
    font-size: 10px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    border-right-color: rgba(0,0,0,0.1);
    border-bottom-color: rgba(0,0,0,0.1);
    padding: 5px 25px 5px 25px;
    background: #fff;
}

.vWallpaper .morePhotos button:hover {
    border-color: rgba(0,0,0,0.1);
    border-right-color: rgba(0,0,0,0.3);
    border-bottom-color: rgba(0,0,0,0.3);
    animation: mymove 1s;
    animation-play-state: revert;
}

.serviceDesc {
    font-family: "BPG Arial Caps" !important;
    font-size: 10px;
}

.serviceDesc .point {
    font-size: 11px;
}

.card .descText {
    font-family: "BPG mrgvlovani" !important;
    color: rgba(0,0,0,0.75);
    font-size: 10px !important;
}

.card {
    border-width: 0px;
}

.card .card-header {
    padding: 0px;
    background-color: transparent;
    border-width: 0px;
    font-size: 11px;
    font-family:"BPG Arial Caps" !important;
}

.card .card-header .titleBg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    padding: 5px 20px 5px 7px;
    background-color: #fff;
}

.card .card-body {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.09);
    border-radius: 0px 0px 10px 10px;
    font-size: 10px
}

.card .card-body .icon {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
    padding: 4px;
    border-radius: 8px;
    opacity: 0.6;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.card .card-body .textTitle {
    padding-top: 2px;
    font-size: 10px;
    text-decoration-line: line-through;
}

.card .card-body .activeInclude {
    padding-top: 2px;
    text-decoration-line: none !important;
}

.carousel-item {
    height: 335px;
    border-radius: 10px !important;
}

.carousel-item .imgBg {
    z-index: 9999 !important;
    height: 100% !important;
    border-radius: 0px 50px 10px 30px !important;
}

.carousel-inner .text {
    position: absolute;
    top: 10%;
    width: 30vw !important;
    left: 5%;
    height: auto;
    text-align: left;
    font-size: 20px;
    z-index: 5;
    color: #fff;
    border-radius: 10px;
    font-family:"questrial" !important;
}

.similarServiceDetails {
    /*position: absolute;*/
    /*left: 0px;*/
}

.similarServiceDetails .imgBg {
    height: 100px;
    border-radius: 5px;
    background-size: 100% !important;
    webkit-transition: background-size 0.5s linear;
    -moz-transition: background-size 0.5s linear;
    -o-transition: background-size 0.5s linear;
    -ms-transition: background-size 0.5s linear;
    transition: background-size 0.5s linear;
    cursor: pointer;
}

.similarServiceDetails .imgBg:hover {
    background-size: 150% !important;
    -webkit-transition: all 0.5s ease-in-out;

}
