
.fraud {
    padding: 110px 0 80px 0;
    position: relative;
}

.row1{
    display:flex;
}

.column {
  float: left;
  width: 50%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.color1{
    color:#BE952E;
}
.color2{
    color:#EADAB0;
}


.tx1{
    font: 200 29.5px / 42px 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.tx2{
    font: 200 18px / 26px 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.tx3{
    font: 400 14px / 25px 'muli', sans-serif !important;
}

.cust-fraud-2-box {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.col-top-space {
    padding-top: 40px;
}
.objftcnt {
    object-fit: contain;
}

.gap2{
    gap:20px;
}

.border1{
    border: 1px solid #756d58 !important;
}

.fraud {
    padding-right:20px;
    padding-left:20px;
}
.fraud ul li {
font: 400 14px / 20px 'muli', sans-serif !important;
    list-style: none;
    background: url(../images/Fraud/icon.png) no-repeat 1px 2px;
    padding: 0px 5px 5px 20px;
    color:#EADAB0;
}

.fraud ul {
    padding: 0;
    margin-left: 0 !important;
    margin-bottom:0px;
}

.fraud .column1 {
    float: left;
    width: 50%;
    padding: 20px;
}
.fraud .column2 {
    float: left;
    width: 50%;
}
.fraud .column3 {
    float: left;
    width: 40%;
}
.fraud .column4 {
    float: left;
    width: 60%;
}
.lh0{
    line-height: 0;
}
.pd20{
    padding:20px;
}

.info-icon {
    content: url(../images/Fraud/icon1.png);
    vertical-align: middle;
    margin-bottom: 3px;
}

.pt-2{
    padding-top:20px;
}
.pt-3{
    padding-top:30px;
}
.pt-4{
    padding-top:40px;
}
.pb-2{
    padding-bottom:20px;
}
.pb-3{
    padding-bottom:30px;
}
.mt-1{
    margin-top:10px;
}
.mt-2{
    margin-top:20px;
}
.mb-1{
    margin-bottom:10px;
}
.mb-2{
    margin-bottom:20px;
}

.bgf-gray{
    background-color:#1B1B1B;
}

.ai-center{
    align-items:center;
}

.mxw1{
   max-width: 80%; 
}

.jc-center{
    justify-content: center;
}

@media only screen and (max-width: 600px) {
  .rowm{
    /*display:inline-block;*/
    display:flex !important;
    flex-direction: column-reverse;
  }
    .row1{
        
    display:inline-block;
  }
  
  .fraud .column3 {
    float: left;
    width: 100%;
}
.fraud .column4 {
    float: left;
    width: 100%;
}
  
  .ptm1 {
    padding-top: 50px;
}
  .ptm2 {
    padding-top: 30px;
}
.mtm2{
    margin-top: 30px;
}

.pbm1{
    padding-bottom: 50px;
}
.pbm2{
    padding-bottom: 30px;
}
.mxw1 {
    max-width: 100%;
}

.bgf-gray {
    display:flex;
}

.ptm0{
    padding-top:0px !important;
}

    .ptm0 {
        padding-top: 0px;
    }
    
    .lh0 {
    display: none;
}
.tx1 {
    /*font: 200 25.5px / 38px 'Oswald', sans-serif;*/
    font: 300 19.5px / 38px 'Oswald', sans-serif;
}
.col-top-space {
    padding-top: 0px;
}

}




.fraud .owl-carousel .owl-dots.disabled {
    display: block;
}