@media only screen and (min-width:1024px) {
* {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}

body {
    margin: 0;
    padding: 0;
    overflow-x: initial;
    font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a, li, p {
    list-style: none;
    text-decoration: none!important;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
}


 .abt {
    display: none;
}

.abt-t {
    /* margin-top: 64px; */
    background-color: #F3F3F3;
    padding: 61px 10px;
}

.col-md-6.about-txt {
    padding-left: 0;
}

    .pddng img.img-responsive {
        width: 100%;
    }

section.about-bottom-sec {
    display: none;
}

.abt-t .col-md-6 h2:after {
    display: none;
}
.pddng {
    display: flex;
    align-items: center;
}
.col-md-6.about-img {
    padding-right: 0;
}
.abt-t .col-md-6 h2 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}


.abt-t .col-md-6 p {
    color: #333333;
    font-family: Arial !important;
    margin-bottom: 17px;
    font-size: 15px !important;
    text-align: justify;
    line-height: 24px;
}

.abt-t .about-img {
   /*  margin-top: 25px; */
}

section#call-actions {
    display: none;
}
}
@media only screen and (min-width:1024px) {
    img.img-responsive.about2 {
        display: none;
    }
}
