

/**/

.mandv_itemsec {
    margin: 30px 0 0;
    padding: 60px 0 20px;
    background: #f3fffe;
}
.mandv_itemsec .item_row {
    padding: 40px 0;
    align-items: center;
}
.mandv_itemsec .item_row:nth-child(odd) {
    flex-direction: row-reverse;
}
.mandv_itemsec .img_figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.mandv_itemsec .img_figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.mandv_itemsec .img_figure .slallimg {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 283px;
    transform: translatey(-50%);
    border: 6px solid #f3fffe;
    border-radius: 25px;
    height: 280px; /*! box-shadow: 0 0 0px 7px rgb(243, 255, 254); */
}
.mandv_itemsec .textbd {
    margin: 0;
    padding: 0 0 0 30px;
}
.mandv_itemsec .textbd h3 {
    margin: 0;
    padding: 0 0 14px;
    font-weight: 600;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0;
    color: #1d2a38;
}
.mandv_itemsec .textbd p,
.mandv_itemsec .textbd ul li p {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.mandv_itemsec .textbd p {
    color: #414141;
    font-size: 15px;
    line-height: 24px;
}
.mandv_itemsec .textbd ul {
    margin: 0;
    padding: 14px 0 0;
}
.mandv_itemsec .textbd ul strong {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    display: block;
}
.mandv_itemsec .textbd ul li {
    margin: 0;
    padding: 4px 0 4px 20px;
    display: flex;
    position: relative;
}
.mandv_itemsec .textbd ul li:before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px;
    color: #414141;
}
.mandv_itemsec .textbd ul li span {
    color: #90909d;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    margin:0;
    padding:0;
}
.mandv_itemsec .item_row:nth-child(odd) .img_figure .slallimg {
    margin: 0;
    padding: 0;
    position: absolute;
    right: inherit;
    top: 50%;
    width: 283px;
    transform: translatey(-50%);
    left: 0;
    border-radius: 25px;
    height: 280px;
}
.mandv_itemsec .item_row:nth-child(odd) .textbd {
    padding: 0 30px 0 0;
}

/**/



/*----start-media-query----*/

@media screen and (max-width:767px){
    
    .faq-block { padding: 50px 0 0px 0 !important; }
    
    
/**/
}
/**/





