
@media and(min-width: 1200px) (max-width: 1366px) {

.contaner{width:95%;}

}

@media only screen and (max-width: 1200px) {
.contaner{width:95% !important;}

}


@media only screen and (max-width: 767px) {
.message-sec .msg-wrp{width:100%;}
.message-sec .msg-wrp:before{display:none;}

.col-md-4.pri {
    position: absolute;
    z-index: 9999999;
    width: 106px;
    left: 50%;
    margin-left: -50px;
    /* font-size: 11px; */
}

.col-md-4.pri h3 {
    font-size: 20px;
    margin-top: -15px;
    position: absolute;
    width: 200px;
    margin-left: -60px;
    background: #ff0000;
    border-radius: 25px;
    color: #fff;
}

.message-sec .msg-wrp h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #D94843;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 50px;
}

.col-md-4.pri img {
    border-radius: 50px;
}

.message-sec .msg-wrp {
    background-color: #ffffff;
    padding: 37px;
    margin-top: 45px;
    border-radius: 124px;
    border: 5px solid rgba(32, 56, 102, 0.8);
    position: relative;
    z-index: 9999;
}
.baba ul{
    
}
.baba ul li{
    width:50%;
}



@media only screen and (max-width: 480px) {
    .baba ul li{
    width:100%;
}


.flash-box.row {
    margin: auto;
}

}
	
	