
@media (min-width: 992px){
.justify-content-lg-between {
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
}}
.align-items-center {
    -moz-box-align: center !important;
    align-items: center !important;
}

.preview-square-oval-image {
    position: relative;
    padding-right: 107.5px;
    z-index: 1;
}

.preview-square-oval-image .square-image {
    position: relative;
    overflow: hidden;
}
.hover-overly-left-to-right {
    position: relative;
    overflow: hidden;
}

.preview-square-oval-image .square-image:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient( linear, left top, right top, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.3)) );
    background: -webkit-linear-gradient( left, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.3) );
    background: -moz-linear-gradient( left, hsla(0, 0%, 100%, 0.7) 0, hsla(0, 0%, 100%, 0.3) 100% );
    background: linear-gradient( 90deg, hsla(0, 0%, 100%, 0.7) 0, hsla(0, 0%, 100%, 0.3) );
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2;
}
.hover-overly-left-to-right:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient( linear, left top, right top, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.3)) );
    background: -webkit-linear-gradient( left, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.3) );
    background: -moz-linear-gradient( left, hsla(0, 0%, 100%, 0.7) 0, hsla(0, 0%, 100%, 0.3) 100% );
    background: linear-gradient( 90deg, hsla(0, 0%, 100%, 0.7) 0, hsla(0, 0%, 100%, 0.3) );
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2;
}

.preview-square-oval-image .oval-image {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    z-index: 3;
    -webkit-box-shadow: 0 10px 45px 0 rgb(71 59 240 / 30%);
    box-shadow: 0 10px 45px 0 rgb(71 59 240 / 30%);
    overflow: hidden;
}
.hover-overly-zoom {
    position: relative;
    overflow: hidden;
}
.animate-float-bob-y {
    -webkit-animation-name: float-bob-y;
    -moz-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
.animate-float-bob-x, .animate-float-bob-y {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

.preview-square-oval-image .oval-image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
}
.hover-overly-zoom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: hsla(0, 0%, 100%, 0.2);
    border-radius: 7px;
}

.preview-square-oval-image .oval-image img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    object-position: center;
    border: 10px solid #fff;
}
.m-b-50 {
    margin-bottom: 50px;
}

.common-heading .title {
    font-size: 42px;
    letter-spacing: -2px;
    line-height: 1.2;
}
.fancy-check-list-v2 li:first-child, .fancy-check-list-v2 li:nth-child(4) {
    margin-left: 15px;
}
.fancy-check-list-v2 li:not(:last-child) {
    margin-bottom: 15px;
}
.fancy-check-list-v2 li {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    display: -moz-box;
    display: flex;
}
.fancy-check-list-v2 li .list-inner {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px 0 hsl(0deg 0% 74% / 28%);
    box-shadow: 0 10px 60px 0 hsl(0deg 0% 74% / 28%);
    padding: 20px 35px 20px 85px;
    border-radius: 10px;
    background-color: #fff;
}
.fancy-check-list-v2 li .list-inner:before {
    position: absolute;
    z-index: -1;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #473bf0;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
}

