﻿.back-ticket {
    background: #fff;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
}
.pd-1820 {
    padding: 18px 20px;
   
}.border-radius20 {
    border-radius: 20px !important;
}
.ms_border_vertical, .ms_triangle_vertical {
    position: relative;
}.ms_triangle_vertical:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: -22px;
    width: 39px;
    height: 17px;
    background: #ececec94;
    filter: blur(1px);
    border-radius: 50% 50% 30% 30% / 80% 80% 20% 20%;
}
 .ms_triangle_vertical:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -22px;
    background: #ececec94;
    filter: blur(1px);
    border-radius: 30% 30% 50% 50% / 20% 20% 80% 80%;
    width: 39px;
    height: 17px;
}
 .ms_border_vertical:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: url(/css/img/line.png);
}
.column_row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    line-height: 37px;
    color: #000000;
}
@media only screen and (max-width: 768px) {

   .ms_border_vertical {
        margin: 15px 0px;
    }
    .ms_triangle_vertical:after,.ms_triangle_vertical:before,.ms_border_vertical:after{
        display:none;
    }
    .icn-mobile{
            width: 50px !important;
    border-radius: 11px !important;
    }
    .buy-mobile{
            width: 95% !important;
    margin-top: 10px;
    }
}