* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.material-icons {
    font-family: 'Material Icons ';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    line-height: 1.4;
    font-size: 14px;
    word-wrap: break-word;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.bg_white {
    background: #fff;
}

.a_left {
    text-align: left !important;
}

textarea:focus,
input:focus,
select:focus,
a:focus {
    outline: none !important;
}

input[type="file"] {
    border: 0px !important;
    padding: 0px !important;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ba8b9;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ba8b9;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ba8b9;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ba8b9;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ba8b9;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9ba8b9;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9ba8b9;
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: 0px;
}

th,
td {
    text-align: left;
    padding: 4px;
}

ul,
li {
    list-style: none;
}

*:focus {
    outline: 0 !important;
}


/* all-custom-css-starts-here*/

header {
    padding: 15px 10px;
    display: block;
    background-color: #841539;
    position: sticky;
    top: 0px;
    -webkit-box-shadow: 0px 16px 39px rgb(0 0 0 / 16%);
    box-shadow: 0px 16px 39px rgb(0 0 0 / 16%);
    z-index: 1000;
}

.container {
    display: block;
    width: 100%;
    max-width: 1650px !important;
    padding: 0px 10px;
    margin: auto;
}

.head-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #831238;
}

.logo_bx {
    max-width: 240px;
    width: 80%;
}

.logo_bx img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.hero {
    display: block;
    width: 100%;
    padding: 50px 0px 0px;
}

.hero_img_bx {
    display: block;
    position: relative;
    width: 100%;
    background-color: #000;
}

.hero_img_bx img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    background-image: url(../img/clgimg.jpg), -o-linear-gradient(277deg, rgba(0, 0, 0, 0.4822303921568627) 0%, rgba(0, 0, 0, 0.4150035014005602) 100%);
    background-image: url(../img/clgimg.jpg), linear-gradient(173deg, rgba(0, 0, 0, 0.4822303921568627) 0%, rgba(0, 0, 0, 0.4150035014005602) 100%);
}

.hero_con_bx {
    padding: 100px 0px;
}

.hero_con_bx h3 {
    color: #fff;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    line-height: 60px;
}

.hero_con_bx h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    line-height: 60px;
}


.hero_con_bx p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0.0015em;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    max-width: 677px;
}

.frm_bx {
    display: block;
    width: 100%;
    padding: 30px 20px 20px;
    background-color: #101D4B;
    margin-bottom: 30px;
}

.img_txt {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
}

.frm_bxh3 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.frm_bx form {
    width: 100%;
    display: block;
    padding: 20px 0px;
}

.frm_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.frm_row {
    color: #ccc;
    margin-right: 8px;
}

.frm_row input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    font-size: 15px;
    font-family: inherit;
    padding: 0px 20px;
    letter-spacing: 0.50px;
}

.frm_row select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* max-width: 100%; */
    border: none;
    outline: none;
    background-color: #fff;
    font-size: 15px;
    font-family: inherit;
    padding: 0px 20px;
    letter-spacing: 0.50px;
    color: rgb(150, 150, 150);
    font-weight: 500;
}

.frm_row i {
    color: #ccc;
}

.l_txt {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.004em;
    color: #FFFFFF;
    padding-left: 15px;
}

.f_radio {
    cursor: pointer;
}

.s_btn {
    background: #E04561;
    border-radius: 4px;
    padding: 12px 10px;
    display: block;
    margin: auto;
    color: #fff;
    border: none;
    outline: none;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.s_btn:hover {
    background: #ff2d53;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.s_strip {
    background: #831238;
    padding: 22px 0px;
}

.s_strip_links {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 51px;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
    text-decoration: none;
}

.s_strip_links svg {
    margin-right: 8px;
}

.s_strip .container {
    margin: auto !important;
    max-width: 1400px !important;
}

.CardWarp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.CardWarp_cols {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.CardWarp_cols .bx {
    background: #FFFFFF;
    -webkit-box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.05);
    width: 100%;
    min-height: 200px;
    padding: 20px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-radius: 4px;
}

.CardWarp_cols .bx:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 42px 64px rgb(0 0 0 / 16%);
    box-shadow: 0px 42px 64px rgb(0 0 0 / 16%);
}

.CardWarp_cols .bx h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #831238;
    text-align: center;
    margin-bottom: 30px;
}

.CardWarp_cols .bx p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.0015em;
    color: #7B7B7B;
    text-align: center;
}

.card_sec .container {
    max-width: 1200px !important;
}

.card_sec {
    padding: 60px 0px;
}

.abt_sec {
    width: 100%;
    padding: 60px 0px;
}

.abT-con {
    display: block;
    width: 100%;
    padding-right: 50px;
}

.abT-con .midpara {
    margin-bottom: 15px;
}

.texth3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #000000;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.texth3::after {
    content: "";
    width: 30%;
    height: 3px;
    background-color: #831238;
    position: relative;
    bottom: -8px;
    display: block;
}

.midpara {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.0015em;
    color: #5C5C5C;
}

.BXXimg {
    width: 100%;
    padding-top: 70%;
    position: relative;
    border-radius: 8px;
}

.BXXimg::before {
    position: absolute;
    top: 14px;
    left: -10px;
    content: "";
    border: 2px solid #84153947;
    border-radius: 4px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.BXXimg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.bxmarg {
    margin-top: -20px !important;
}

.ak_bx {
    width: 100%;
    display: block;
}

.ac_bx {
    display: block;
    width: 100%;
}

.acbody {
    display: none;
}

.achead .drp_icn {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/* .achead.active .mobile .border-0 .d-flex .drp_icn {
    transform: rotate(90deg);
} */

.acbody {
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-animation: hov 0.4s ease-out;
    animation: hov 0.4s ease-out;
}

@-webkit-keyframes hov {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes hov {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.acbody.active {
    display: block;
}

.achead {
    width: 100%;
}

.vL_btn {
    width: 100%;
    padding: 6px 8px;
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    color: #333;
    border: 1px solid #EEEE !important;
    margin: 8px 0px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 15px;
    background: #fff;
}

.vL_btn span {
    display: inline-block;
    vertical-align: middle;
}

.achead.active button {
    background: #f0f8ff;
}

.acbody_con {
    padding: 10px 0px;
}

.acbody_con ul {
    display: block;
    width: 100%;
    padding: 10px 0px;
}

.acbody_con ul li {
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 25px;
}

.acbody_con ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #831238;
    position: absolute;
    display: block;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.acbody_con ul li a {
    text-decoration: none;
    font-family: inherit;
    font-family: inherit;
    font-weight: 400;
    color: #5C5C5C;
    font-size: 14px;
    cursor: auto;
}


.acbody_con1{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.acbody_con1 ul {
    display: block;
    width: 100%;
    padding: 10px 0px;
}

.acbody_con1 ul  li{
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 25px;
    font-family: inherit;
    font-weight: 500;
    color: #5C5C5C;
    font-size: 15px;
    cursor: auto;
    margin-bottom: 8px;
}

.acbody_con1 ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #831238;
    position: absolute;
    display: block;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* .acbody_con1 ul  li a{
    text-decoration: none;
    font-family: inherit;

} */


/* 
.ac_bx {
    display: none;
} */

.pm_sec {
    width: 100%;
    padding: 60px 0px;
    display: block;
}

.r_1 {
    background: #831238;
}

.r_2 {
    background: #9E1C3F;
}

.pmblock {
    display: block;
    width: 100%;
    padding: 30px;
}

.pmblock .texth3 {
    color: #fff;
}

.r_1 .pmblock .texth3::after {
    background: #DF366F !important;
    width: 20%;
}

.r_2 .pmblock .texth3::after {
    background: #DF366F !important;
}

.two_unti {
    display: block;
    width: 100%;
    padding: 0px;
}

.two_unti li {
    width: 100%;
    padding: 10px 18px;
    position: relative;
    margin-bottom: 5px;
}

.two_unti li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.two_unti li p {
    color: #fff;
    margin-bottom: 0px;
}

.acca_sec {
    display: block;
    padding: 60px 0px;
}

.acc_cards {
    display: block;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.minimg {
    display: block;
    position: relative;
    width: auto;
    /* max-width: 100px; */
    margin: 0px auto 15px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    height: 100px;
}

.minimg img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.acc_cards p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    letter-spacing: 0.50px;
    color: #5C5C5C;
    margin-bottom: 0px;
    text-align: center;
}

.G-strip {
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.76);
}

.G-strip_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.G-cols {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: block;
    max-width: 20%;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.G-col_bx {
    width: 100%;
    display: block;
}

.G-col_bx h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.G-col_bx p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

.f_sec {
    padding: 60px 0px 10px;
    background: #263545;
}

.f_boxcon {
    display: block;
    width: 100%;
    border-right: 1px solid #ffffffa3;
}

.f_boxcon h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 47px;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
}

.f_boxcon h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 47px;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
}

.f_boxcon2 {
    padding-left: 30px;
}

.microimgs {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.microimgs img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.rowflx {
    background: #85183a;
}

.col-lg-flx {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}

.row.rowflx {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.f_ppara {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #C4C4C4;
    margin: 45px 0px 10px;
    line-height: 23px;
}

h3 a{
     
        color: #ffffff;
        text-decoration: none;
     
}


/* all-custom-css-starts-ends-here*/

@media(max-width:992px) {
    .abt_sec.abtsec_thankyou {
        padding: 140px 0px !important;
    }
    .CardWarp_cols {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .CardWarp_cols {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
    }
    .hero {
        padding: 20px 0px 0px;
    }
    .hero_con_bx h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .hero_con_bx h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .hero_con_bx {
        padding: 20px 0px;
    }
    .G-cols {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
    }
    .G-col_bx h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .G-col_bx p {
        font-size: 14px;
        line-height: 25px;
    }
    .bxmarg {
        margin-top: 0px;
    }
    .abT-con {
        padding-right: 0px;
    }
    .BXXimg {
        margin-bottom: 20px;
    }
    .texth3 {
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .card_sec {
        padding: 20px 0px;
    }
    .acca_sec {
        padding: 20px 0px;
    }
    .abt_sec {
        padding: 20px 0px;
    }
    .pm_sec {
        padding: 20px 0px;
    }
    .f_sec {
        padding: 20px 0px;
        background: #263545;
    }
    .f_boxcon h3 {
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .f_boxcon {
        border-right: none !important;
        margin-bottom: 20px;
    }
    .f_boxcon2 {
        padding-left: 0px;
    }
    .f_boxcon .d-flex h3 {
        margin-bottom: 0px;
    }
    .CardWarp_cols .bx h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .CardWarp_cols .bx {
        min-height: 142px;
        padding: 15px;
        border-radius: 4px;
    }
    .abT-con {
        margin-bottom: 20px;
    }
    .logo_bx {
        max-width: 180px;
    }
    .col-lg-flx {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .row.rowflx {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 15px;
    }
    .acc_cards {
        padding: 0px;
    }
    .f_ppara {
        margin: 20px 0px 10px;
    }
}

@media(max-width:767px) {
    .G-cols {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .hero_con_bx h3 {
        font-size: 25px;
        line-height: 37px;
    }
    .hero_con_bx h1 {
        font-size: 25px;
        line-height: 37px;
    }
    .hero_con_bx p {
        font-size: 14px;
    }
    .s_strip_links {
        font-size: 15px;
        line-height: 44px;
    }
    .CardWarp_cols {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .s_btn {
        padding: 10px;
        line-height: 24px;
    }
    .f_boxcon h2 {
        font-size: 16px;
        line-height: 26px;
    }
    .frm_bxh3 {
        font-size: 18px;
        line-height: 36px;
    }
    .col-lg-flx {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
    }
}

@media(max-width:580px) {
    .pmblock .row .col-sm-3 {
        max-width: 33.3% !important;
        -ms-flex-preferred-size: 33.3% !important;
        flex-basis: 33.3% !important;
    }
    .midpara {
        font-size: 14px;
        line-height: 24px;
    }
    .col-lg-flx {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .f_boxcon h3 {
        font-size: 21px;
        line-height: 25px;
        padding-bottom: 10px;
        margin-bottom: 3px;
    }
    .f_boxcon h3 {
        line-height: 25px;
        padding-bottom: 10px;
        margin-bottom: 3px;
    }
    .acbody_con1 ul li {
        display: block;
        width: 100%;
        position: relative;
        padding: 0px 25px;
        font-family: inherit;
        font-weight: 500;
        color: #5C5C5C;
        font-size: 14px;
        cursor: auto;
        margin-bottom: 8px;
    }
}


/* all-media-quaries-starts-here */