.center1_1 p{font-size: 20px; line-height: 28px; margin-top: 18px; text-transform: uppercase;    text-align: center;}            
        .pop_frm_sctn p{font-size: 17px; line-height: 18px; font-family: 'robotolight';float: right; padding: 5px 0px;}
        .msgGreentxt{color:Green;}
        .msgRedtxt{color:Red;}
        .ibrandoxWeb32{font-size: 16px; line-height: 18px; font-family: 'robotolight';float: right; padding: 5px 0px; color: red;}
        .none_email{display:none;}
        .flexslideradd { position: fixed; top: 0px; width: 100%!important; height: 100%; z-index: 6; left: 0px; }
        .close_flex{ position: absolute; right: 0px; top: 0px; z-index: 1; }
        .scsfll {position: fixed; left: 92%; transform: translate(-50%, -50%); font-weight: 100; padding: 10px 10px; font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 26px; text-align: center; background: #231b67; color: #ffffff; width: 269px; z-index: 999; top: 159px;}
        .scsfll:before{position: absolute; content: ''; top: -12px; bottom: 22px; right: -5px; transform: translateX(-50%); width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; /* border-top: 12px solid #f27cb1; */ border-bottom: 12px solid #f27cb1; transition: all 1s ease; z-index: 0;}
        #searchbx {     z-index: 1;
    /* top: 124px; */
    /* right: 76px; */
    /* width: 406px; */
    /* max-height: 350px; */
    background: #fff;
    overflow: auto;
    transition: all 0.35s ease-in-out;
    box-shadow: inset 0px 0px 6px #0000000f;

    }
         li.containerFluidNgScope {}
        .containerFluidNgScope {padding: 11px 20px;  border-bottom: 1px solid #f5f5f5; }
        .containerFluidNgScope:nth-child(even){    background: rgba(0, 0, 0, 0.05);}
        .ProductInfo { width: 100%; float: left; padding-top: 6px; padding-left: 0px; }
        .ProductInfo span {display: block; margin-bottom: 5px; font-size: 17px; font-weight: 700; line-height: normal; margin: 0; letter-spacing: 1px;}
        .CmnPage .BnnrTxtBx {
position: absolute;
top: 50%;
width: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 90px;
z-index: 999;
}
 /*25-03-2020*/
.CsCheckBok input{
width: 15px !important;
   height: 15px;
   background: none;
   position: relative;
   top: 1px;
}
.media_imgsc{
display: inline-block;
}
.ulCls h3 {
   display: inline-block;
}
.caseRecm{
width: 30%;
}



.CsCheckBok input{
width: 15px!important;
   height: 15px;
   top: 1px;
opacity: 1;
position: relative
}



.CsCheckBok input::after {
content: "";
position: absolute;
top: -1px;
left: 0px;
width: 15px;
height: 11px;
border-radius: 3px;
background-color: #E8554A;
border: 1px solid black;
transform: rotate(0);
pointer-events: none;
text-align: center;
display: flex;
font-size: 14px;
padding: 2px 0px 2px;
align-items: center;
justify-content: center;
color: #060606;
}

/**
* The tick
*/

.CsCheckBok input[type=checkbox]:checked+input:after {
 content: "\2713"!important;
}
.tick:after{
content: "\2713"!important;
}
.title .small {
font-size: 20px;
display: block;
line-height: 28px;
padding-right: 30px;
color: #fdb825;
margin-bottom: 4px;
}
.dateinn {
font-family: "FuturaPT-Light";
text-shadow: 0px 0px;
color: #E8554A;
font-size: 16px;
width: 100%;
font-weight: 600;
display: flex;
justify-content: space-between;
padding-right: 5px;
}
.dateinn dt{font-size: 14px;}
 .medi_contInn .img_mdinn .spnin span{
border-right: 0px solid #060606;
padding-right: 6px;
line-height: 16px;
position: relative;
display: inline-block;
margin-right: 7px;
}

.medi_contInn .img_mdinn .spnin span:before 
{
    position: absolute;
    content: "";
    right: -3px;
    width: 1px;
    height: 18px;
    background: #000;
}

.medi_contInn .img_mdinn .spnin span:last-child:before 
{
    content: none;
}
.inxsel_gh
{ display:inline-block;
  width:100%;
    }
    .NewCsCheckBok input::after {
background-color: #ededed;
}



@keyframes balckinn {
    0%{
        background: #000
    }
    100%{
        background: rgba(0, 0, 0, 0.28)
    }
}
@keyframes increase {
    100% {
        width: 100%;
    }
}
@keyframes zoominoutsinglefeatured {
    100% {
        transform: scale(1.2, 1.2);
    }
    /* 50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    } */

}

@keyframes pulsate1 {
    0%{
       -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100%{
       -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
    }